@import './fonts.css';

body, section {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI';
}

#logo-stick {
  display: none;
  /* transition: all 0.5s; */
}

button, a {
  text-decoration: none;
}

button:active , a:active {
	outline:none;
}

.title {
  color: #BEBEBE;
  font-size: 14px;
  padding-left: 80px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.title:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 3px;
  background: #BEBEBE;
  left: 15px;
  top: 10px;
}

h1, h2 {
  color: #EB2F5B;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 770px) {
  h1, h2 {
    font-size: 28px;
  }
}

h1 span, h2 span {
  color: #363636;
}

p {
  color: #363636;
  font-size: 18px;
}

@media screen and (max-width: 770px) {
  p {
    font-size: 12px;
  }
}

/* Header e nav */

header {
  position: fixed;
  z-index: 8888;
  top: 0;
  height: 75px;
  width: 100%;
  margin-bottom: -75px;
  padding: 20px 0;
  transition: all 0.5s;
}

header.fixed-sticky {
  background: #000;
}

header .navigation-new .nav-item {
  padding: 0px;
  margin: 0 30px;
}

@media screen and (max-width: 1280px) {
  header .navigation-new .nav-item:last-child {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 1281px) {
  header .navigation-new .nav-item:last-child {
    margin-right: 0px !important;
  }
}

header .navigation-new .nav-item .nav-link, header .navigation-new .nav-item .nav-link:hover {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.6s;
  text-shadow: 1px 1px 2px #191919;
  padding: 0px 25px 15px 25px;
  margin-bottom: 0px;
}

header .navigation-new .nav-item:hover {
  border-bottom: 2px solid #EB2F5B;
  transition: all 0.6s;
}

header .navigation-new .nav-item.active {
  border-bottom: 2px solid #EB2F5B;
  transition: all 0.6s;
}

@media screen and (max-width: 770px) {
  header .navigation-new .nav-item{
    display: flex;
    justify-content: center;
  }

  header .navigation-new .nav-item:hover,
  header .navigation-new .nav-item.active {
    border-bottom: 0;
  }

  header .navigation-new .nav-item:hover a,
  header .navigation-new .nav-item.active a{
    border-bottom: 2px solid #EB2F5B;
    padding: 15px 0px 15px 0px;
    padding: 15px 0px 5px 0px;
    margin-bottom: 10px;
  }
}

header .navbar-expand-lg .navbar-collapse, header .navbar-expand-lg {
  justify-content: flex-end;
}

header .navbar-dark .navbar-toggler {
  border: 0;
  padding: 0;
}

.header-mobile {
  display: none;
}

header .copyright {
  display: none;
}

@media screen and (max-width: 1280px) {
  header .navigation-new .nav-item .nav-link, header .navigation-new .nav-item .nav-link:hover {
    padding: 0 10px 10px 10px;
  }
}

@media screen and (max-width: 770px) {
  .navigation-new {
    background: #000000;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    overflow: auto;
    display: none;
  }
  .header-mobile {
    padding: 0 15px;
    margin-top: 20px;
  }
  .header-mobile .logo-mobile {
    width: 170px;
    float: left;
  }
  .header-mobile .close-menu-mobile {
    padding: 3px 0px;
    float: right;
  }
  .header-mobile .navbar-toggler {
    padding: 4px 17px;
  }
  header .navbar-expand-lg {
    float: left;
    width: 100%;
  }
  header .nav-custom-mobile {
    padding: 0 15px !important;
  }
  header .navigation-new .nav-item {
    text-align: center;
  }
  header .navbar-collapse {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 50px 0;
  }
  header .navbar-nav {
    padding: 25px 0;
  }
  header .navigation-new .nav-item {
    margin: 0;
    padding: 10px 0;
  }
  header .copyright {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  header .navigation-new .nav-item:last-child {
    margin-right: 0px !important;
  }
}

/* sessions */

.quem-somos-section, .o-que-fazemos-section, .contato-section {
  min-height: calc(100vh - 300px);
  padding: 150px 0;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 770px) {
  .home, .quem-somos-section, .o-que-fazemos-section, .contato-section {
    padding: 60px 25px;
    height: initial;
  }
  section {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}

/* Triangulo Background topo */

.home .triangulo {
  background: rgb(7, 106, 207);
  background: -moz-linear-gradient(left, rgba(7, 106, 207, 1) 0%, rgba(6, 104, 203, 1) 4%, rgba(8, 102, 200, 1) 5%, rgba(5, 102, 199, 1) 6%, rgba(5, 102, 199, 1) 7%, rgba(7, 101, 201, 1) 8%, rgba(7, 101, 197, 1) 8%, rgba(5, 100, 194, 1) 11%, rgba(5, 98, 193, 1) 14%, rgba(8, 97, 191, 1) 15%, rgba(6, 96, 192, 1) 17%, rgba(6, 95, 187, 1) 18%, rgba(4, 92, 182, 1) 22%, rgba(6, 90, 180, 1) 27%, rgba(5, 89, 177, 1) 27%, rgba(6, 86, 173, 1) 33%, rgba(5, 85, 170, 1) 33%, rgba(6, 84, 169, 1) 36%, rgba(6, 81, 164, 1) 39%, rgba(5, 82, 164, 1) 42%, rgba(4, 75, 153, 1) 49%, rgba(6, 75, 153, 1) 51%, rgba(5, 72, 150, 1) 55%, rgba(4, 72, 147, 1) 55%, rgba(4, 70, 148, 1) 58%, rgba(4, 70, 144, 1) 58%, rgba(3, 69, 143, 1) 60%, rgba(5, 69, 141, 1) 60%, rgba(4, 68, 140, 1) 61%, rgba(5, 65, 137, 1) 67%, rgba(4, 64, 134, 1) 68%, rgba(2, 61, 129, 1) 73%, rgba(5, 60, 127, 1) 75%, rgba(3, 58, 123, 1) 77%, rgba(4, 55, 120, 1) 83%, rgba(2, 52, 113, 1) 87%, rgba(5, 51, 113, 1) 88%, rgba(3, 51, 115, 1) 89%, rgba(2, 51, 110, 1) 90%, rgba(5, 49, 110, 1) 91%, rgba(1, 46, 103, 1) 97%, rgba(2, 44, 102, 1) 100%, rgba(7, 43, 91, 1) 100%, rgba(159, 180, 209, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(7, 106, 207, 1) 0%, rgba(6, 104, 203, 1) 4%, rgba(8, 102, 200, 1) 5%, rgba(5, 102, 199, 1) 6%, rgba(5, 102, 199, 1) 7%, rgba(7, 101, 201, 1) 8%, rgba(7, 101, 197, 1) 8%, rgba(5, 100, 194, 1) 11%, rgba(5, 98, 193, 1) 14%, rgba(8, 97, 191, 1) 15%, rgba(6, 96, 192, 1) 17%, rgba(6, 95, 187, 1) 18%, rgba(4, 92, 182, 1) 22%, rgba(6, 90, 180, 1) 27%, rgba(5, 89, 177, 1) 27%, rgba(6, 86, 173, 1) 33%, rgba(5, 85, 170, 1) 33%, rgba(6, 84, 169, 1) 36%, rgba(6, 81, 164, 1) 39%, rgba(5, 82, 164, 1) 42%, rgba(4, 75, 153, 1) 49%, rgba(6, 75, 153, 1) 51%, rgba(5, 72, 150, 1) 55%, rgba(4, 72, 147, 1) 55%, rgba(4, 70, 148, 1) 58%, rgba(4, 70, 144, 1) 58%, rgba(3, 69, 143, 1) 60%, rgba(5, 69, 141, 1) 60%, rgba(4, 68, 140, 1) 61%, rgba(5, 65, 137, 1) 67%, rgba(4, 64, 134, 1) 68%, rgba(2, 61, 129, 1) 73%, rgba(5, 60, 127, 1) 75%, rgba(3, 58, 123, 1) 77%, rgba(4, 55, 120, 1) 83%, rgba(2, 52, 113, 1) 87%, rgba(5, 51, 113, 1) 88%, rgba(3, 51, 115, 1) 89%, rgba(2, 51, 110, 1) 90%, rgba(5, 49, 110, 1) 91%, rgba(1, 46, 103, 1) 97%, rgba(2, 44, 102, 1) 100%, rgba(7, 43, 91, 1) 100%, rgba(159, 180, 209, 1) 100%);
  background: linear-gradient(to right, rgba(7, 106, 207, 1) 0%, rgba(6, 104, 203, 1) 4%, rgba(8, 102, 200, 1) 5%, rgba(5, 102, 199, 1) 6%, rgba(5, 102, 199, 1) 7%, rgba(7, 101, 201, 1) 8%, rgba(7, 101, 197, 1) 8%, rgba(5, 100, 194, 1) 11%, rgba(5, 98, 193, 1) 14%, rgba(8, 97, 191, 1) 15%, rgba(6, 96, 192, 1) 17%, rgba(6, 95, 187, 1) 18%, rgba(4, 92, 182, 1) 22%, rgba(6, 90, 180, 1) 27%, rgba(5, 89, 177, 1) 27%, rgba(6, 86, 173, 1) 33%, rgba(5, 85, 170, 1) 33%, rgba(6, 84, 169, 1) 36%, rgba(6, 81, 164, 1) 39%, rgba(5, 82, 164, 1) 42%, rgba(4, 75, 153, 1) 49%, rgba(6, 75, 153, 1) 51%, rgba(5, 72, 150, 1) 55%, rgba(4, 72, 147, 1) 55%, rgba(4, 70, 148, 1) 58%, rgba(4, 70, 144, 1) 58%, rgba(3, 69, 143, 1) 60%, rgba(5, 69, 141, 1) 60%, rgba(4, 68, 140, 1) 61%, rgba(5, 65, 137, 1) 67%, rgba(4, 64, 134, 1) 68%, rgba(2, 61, 129, 1) 73%, rgba(5, 60, 127, 1) 75%, rgba(3, 58, 123, 1) 77%, rgba(4, 55, 120, 1) 83%, rgba(2, 52, 113, 1) 87%, rgba(5, 51, 113, 1) 88%, rgba(3, 51, 115, 1) 89%, rgba(2, 51, 110, 1) 90%, rgba(5, 49, 110, 1) 91%, rgba(1, 46, 103, 1) 97%, rgba(2, 44, 102, 1) 100%, rgba(7, 43, 91, 1) 100%, rgba(159, 180, 209, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076acf', endColorstr='#9fb4d1', GradientType=1);
  width: 100%;
  min-height: 100vh;
  max-height: 900px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-box-shadow: 2px 2px 4px 0px #00000033 !important;
  box-shadow: 2px 2px 4px 0px #00000033 !important;
  position: relative;
  z-index: 10;
}

.home .triangulo .inner-triangulo {
  background-image: url('../img/detalhe-bg-topo.svg');
  background-position: left -30px top -30px;
  background-size: 152%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  max-height: 900px;
}

@media screen and (max-width: 770px) {
  .home .triangulo {
    height: 100vh;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 41%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 41%, 0% 100%);
  }
  .home .triangulo .inner-triangulo {
    background-position: left -275px top -70px;
    background-size: 378vw;
  }
  .home {
    min-height: 690px;
  }
}

.home .inner-home {
  margin-top: 110px;
  margin-bottom: 110px;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  z-index: 6000;
  /* margin-top: -100vh; */
  width: 100%;
  min-height: calc(100vh - 220px);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slide topo */

.home .slide-home {
  min-height: 700px;
  max-height: 800px;
  overflow: hidden;
}

@media screen and (max-width: 770px) {
  .home .slide-home {
    max-height: initial;
  }
}

.home .slide-home .img-slider {
  min-height: 700px;
  max-height: 800px;
  transition: all 0.6s;
  padding: 0 30px;
}

.home .slide-home .img-slider h1 {
  color: #ffffff;
  text-shadow: 1px 1px 2px #191919;
  padding: 0px 50px 30px 40px;
}

.home .slide-home .img-slider p {
  color: #C6C6C6;
  padding: 0px 30px 50px 40px;
}

.home .slide-home .img-slider a {
  padding: 12px 35px 16px 35px;
  background: #EB2F5B;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.6s;
  -webkit-box-shadow: 2px 2px 4px 0px #00000033 !important;
  box-shadow: 2px 2px 4px 0px #00000033 !important;
  margin-left: 40px;
}

.home .slide-home .img-slider a:hover {
  background: #043E8C;
  color: #ffffff;
  text-decoration: none;
}

.home .slide-home .img-slider img {
  margin-top: 75px;
  width: 100%;
  max-width: 579px;
  float: right;
}

.slick-track, .slider-lists {
  min-height: 700px;
  max-height: 800px;
  display: flex;
  flex-direction: row;
}

.slick-prev{
  background-image: url('../img/left.svg');
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  width: 44px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 240px;
  transition: all 0.6s;
  z-index: 6666;
  cursor: pointer;
  color: transparent;
  content: "";
}

.slick-prev:hover {
  transform: scale(1.4);
}

.slick-next {
  background-image: url('../img/right.svg');
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  width: 44px;
  height: 65px;
  position: absolute;
  right: 0px;
  top: 240px;
  transition: all 0.6s;
  z-index: 6666;
  cursor: pointer;
  color: transparent;
  content: "";
}

.slick-next:hover {
  transform: scale(1.4);
}

@media screen and (min-width: 771px) and (max-width: 1200px){
  .home .slide-home .img-slider a {
    font-size: 11px;
    padding: 12px 15px 16px 15px;
  }
}

@media screen and (max-width: 770px) {
  .slick-prev{
     display: none !important;
     left: -15px;
  }
  .slick-next {
    display: none !important;
    right: -15px;
  }
  .home .slide-home .img-slider h1 {
    padding: 0px 40px 10px 0px;
    font-size: 28px;
  }
  .home .slide-home .img-slider p {
    padding: 0px 40px 20px 0px;
    font-size: 12px;
  }
  .home .slide-home .img-slider a {
    margin-left: 0px;
    font-size: 10px;
  }
  .home .slide-home .img-slider img {
    margin-top: -100px;
  }
}

/* Quem somos */

#quem-somos #quem-somos-animete {
  opacity: 0;
}

.quem-somos-section h2, .quem-somos-section p {
  padding-right: 40px;
}

.quem-somos-section .area-media {
  background-image: url('../img/bg-quem-somos.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  border: 2px solid #EB2F5B;
  height: 367px;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  margin-top: 160px
}

.quem-somos-section .area-media:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  background: #04529F;
  margin-top: -12px;
  right: 15px;
}

.quem-somos-section .area-media:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  background: #04529F;
  margin-top: 365px;
  right: 15px;
}

@media screen and (max-width: 770px) {
  .quem-somos-section .area-media {
    height: 224px;
    margin-top: 40px
  }
  .quem-somos-section .area-media:after {
    margin-top: 222px;
  }
}

/* O que fazemos */

.o-que-fazemos-section {
  padding: 0;
  background: rgb(7, 106, 207);
  background: -moz-linear-gradient(left, rgba(7, 106, 207, 1) 0%, rgba(6, 104, 203, 1) 4%, rgba(8, 102, 200, 1) 5%, rgba(5, 102, 199, 1) 6%, rgba(5, 102, 199, 1) 7%, rgba(7, 101, 201, 1) 8%, rgba(7, 101, 197, 1) 8%, rgba(5, 100, 194, 1) 11%, rgba(5, 98, 193, 1) 14%, rgba(8, 97, 191, 1) 15%, rgba(6, 96, 192, 1) 17%, rgba(6, 95, 187, 1) 18%, rgba(4, 92, 182, 1) 22%, rgba(6, 90, 180, 1) 27%, rgba(5, 89, 177, 1) 27%, rgba(6, 86, 173, 1) 33%, rgba(5, 85, 170, 1) 33%, rgba(6, 84, 169, 1) 36%, rgba(6, 81, 164, 1) 39%, rgba(5, 82, 164, 1) 42%, rgba(4, 75, 153, 1) 49%, rgba(6, 75, 153, 1) 51%, rgba(5, 72, 150, 1) 55%, rgba(4, 72, 147, 1) 55%, rgba(4, 70, 148, 1) 58%, rgba(4, 70, 144, 1) 58%, rgba(3, 69, 143, 1) 60%, rgba(5, 69, 141, 1) 60%, rgba(4, 68, 140, 1) 61%, rgba(5, 65, 137, 1) 67%, rgba(4, 64, 134, 1) 68%, rgba(2, 61, 129, 1) 73%, rgba(5, 60, 127, 1) 75%, rgba(3, 58, 123, 1) 77%, rgba(4, 55, 120, 1) 83%, rgba(2, 52, 113, 1) 87%, rgba(5, 51, 113, 1) 88%, rgba(3, 51, 115, 1) 89%, rgba(2, 51, 110, 1) 90%, rgba(5, 49, 110, 1) 91%, rgba(1, 46, 103, 1) 97%, rgba(2, 44, 102, 1) 100%, rgba(7, 43, 91, 1) 100%, rgba(159, 180, 209, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(7, 106, 207, 1) 0%, rgba(6, 104, 203, 1) 4%, rgba(8, 102, 200, 1) 5%, rgba(5, 102, 199, 1) 6%, rgba(5, 102, 199, 1) 7%, rgba(7, 101, 201, 1) 8%, rgba(7, 101, 197, 1) 8%, rgba(5, 100, 194, 1) 11%, rgba(5, 98, 193, 1) 14%, rgba(8, 97, 191, 1) 15%, rgba(6, 96, 192, 1) 17%, rgba(6, 95, 187, 1) 18%, rgba(4, 92, 182, 1) 22%, rgba(6, 90, 180, 1) 27%, rgba(5, 89, 177, 1) 27%, rgba(6, 86, 173, 1) 33%, rgba(5, 85, 170, 1) 33%, rgba(6, 84, 169, 1) 36%, rgba(6, 81, 164, 1) 39%, rgba(5, 82, 164, 1) 42%, rgba(4, 75, 153, 1) 49%, rgba(6, 75, 153, 1) 51%, rgba(5, 72, 150, 1) 55%, rgba(4, 72, 147, 1) 55%, rgba(4, 70, 148, 1) 58%, rgba(4, 70, 144, 1) 58%, rgba(3, 69, 143, 1) 60%, rgba(5, 69, 141, 1) 60%, rgba(4, 68, 140, 1) 61%, rgba(5, 65, 137, 1) 67%, rgba(4, 64, 134, 1) 68%, rgba(2, 61, 129, 1) 73%, rgba(5, 60, 127, 1) 75%, rgba(3, 58, 123, 1) 77%, rgba(4, 55, 120, 1) 83%, rgba(2, 52, 113, 1) 87%, rgba(5, 51, 113, 1) 88%, rgba(3, 51, 115, 1) 89%, rgba(2, 51, 110, 1) 90%, rgba(5, 49, 110, 1) 91%, rgba(1, 46, 103, 1) 97%, rgba(2, 44, 102, 1) 100%, rgba(7, 43, 91, 1) 100%, rgba(159, 180, 209, 1) 100%);
  background: linear-gradient(to right, rgba(7, 106, 207, 1) 0%, rgba(6, 104, 203, 1) 4%, rgba(8, 102, 200, 1) 5%, rgba(5, 102, 199, 1) 6%, rgba(5, 102, 199, 1) 7%, rgba(7, 101, 201, 1) 8%, rgba(7, 101, 197, 1) 8%, rgba(5, 100, 194, 1) 11%, rgba(5, 98, 193, 1) 14%, rgba(8, 97, 191, 1) 15%, rgba(6, 96, 192, 1) 17%, rgba(6, 95, 187, 1) 18%, rgba(4, 92, 182, 1) 22%, rgba(6, 90, 180, 1) 27%, rgba(5, 89, 177, 1) 27%, rgba(6, 86, 173, 1) 33%, rgba(5, 85, 170, 1) 33%, rgba(6, 84, 169, 1) 36%, rgba(6, 81, 164, 1) 39%, rgba(5, 82, 164, 1) 42%, rgba(4, 75, 153, 1) 49%, rgba(6, 75, 153, 1) 51%, rgba(5, 72, 150, 1) 55%, rgba(4, 72, 147, 1) 55%, rgba(4, 70, 148, 1) 58%, rgba(4, 70, 144, 1) 58%, rgba(3, 69, 143, 1) 60%, rgba(5, 69, 141, 1) 60%, rgba(4, 68, 140, 1) 61%, rgba(5, 65, 137, 1) 67%, rgba(4, 64, 134, 1) 68%, rgba(2, 61, 129, 1) 73%, rgba(5, 60, 127, 1) 75%, rgba(3, 58, 123, 1) 77%, rgba(4, 55, 120, 1) 83%, rgba(2, 52, 113, 1) 87%, rgba(5, 51, 113, 1) 88%, rgba(3, 51, 115, 1) 89%, rgba(2, 51, 110, 1) 90%, rgba(5, 49, 110, 1) 91%, rgba(1, 46, 103, 1) 97%, rgba(2, 44, 102, 1) 100%, rgba(7, 43, 91, 1) 100%, rgba(159, 180, 209, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076acf', endColorstr='#9fb4d1', GradientType=1);
}

.o-que-fazemos-section #o-que-fazemos-animate {
  background-image: url('../img/bg-o-que-fazemos.svg');
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-210vw);
}

.o-que-fazemos-section h2 {
  color: #ffffff;
}

.o-que-fazemos-section h2 span {
  color: #EB2F5B;
}

.o-que-fazemos-section p {
  color: #ffffff;
}

.o-que-fazemos-section .second-col {
  padding-top: 150px;
}

.o-que-fazemos-section .right-text {
  margin-top: 30px;
}

.o-que-fazemos-section .right-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.o-que-fazemos-section .right-text .thumb {
  border-radius: 50%;
  width: 115px;
  height: 115px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #ffffff; */
}

.o-que-fazemos-section .right-text .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-height: 115px;
}

.o-que-fazemos-section .right-text .text h3{
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 770px) {

  .o-que-fazemos-section #o-que-fazemos-animate {
    padding: 90px 25px;
  }
  .o-que-fazemos-section .container-fluid {
    padding: 30px 25px;
    height: initial;
    background-position: top center;
  }
  .o-que-fazemos-section .second-col {
    padding-top: 40px;
  }
  .o-que-fazemos-section .right-text .col-12 {
    display: flex;
    justify-content: center;
  }
  .o-que-fazemos-section .right-text .text p {
    font-size: 12px;
    text-align: center;
  }

  .o-que-fazemos-section .right-text .text h3{
    text-align: center;
  }
}

/* contato */

.contato-section #contact-animate {
  opacity: 0;
}

.contato-section {
  background: #F3F4FA;
}

.contato-section a {
  font-size: 21px;
  color: #043E8C;
  font-weight: bold;
}

.contato-section .area-form {
  padding-top: 110px;
}

.contato-section input {
  width: 100%;
  transition: all 0.6s;
  padding: 12px 35px 16px 35px;
  -webkit-box-shadow: 2px 2px 4px 0px #00000033 !important;
  box-shadow: 2px 2px 4px 0px #00000033 !important;
  margin-bottom: 30px;
  border: 0;
  color: #363636;
  font-size: 14px;
}

.contato-section .textarea {
  width: 100%;
  height: 152px;
  transition: all 0.6s;
  padding: 12px 35px 16px 35px;
  -webkit-box-shadow: 2px 2px 4px 0px #00000033 !important;
  box-shadow: 2px 2px 4px 0px #00000033 !important;
  border: 0;
  margin-bottom: 30px;
  color: #363636;
  font-size: 14px;
}

.contato-section .buttom-submit {
  padding: 12px 35px 16px 35px;
  background: #EB2F5B;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.6s;
  -webkit-box-shadow: 2px 2px 4px 0px #00000033 !important;
  box-shadow: 2px 2px 4px 0px #00000033 !important;
  width: initial;
  float: right;
}

.contato-section .buttom-submit:hover {
  background: #043E8C;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 770px) {
  .contato-section .btn-submit {
    display: flex;
    justify-content: center
  }
}

/* footer */

footer {
  background: #043E8C;
  height: 60px;
  display: flex;
  align-items: center;
}

footer p{
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
}

/* animações */

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-210vw);
    transform: translateX(-210vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-210vw);
    transform: translateX(-210vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}