@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 86px;
}

.color-default {
  color: #0F2F24;
}

.color-default {
  color: #0F2F24;
}

.color-second {
  color: #FF3867;
}

.color-third {
  color: #D9D9D9;
}

.no-gutter-left {
  padding-left: 0;
}
@media (max-width: 576px) {
  .no-gutter-left.all-gutter {
    padding-right: 0;
  }
}

.no-gutter-right {
  padding-right: 0;
}

/* Tablets pequenos (>= 576px) */
@media (max-width: 576px) {
  .size15px {
    font-size: 15px;
    line-height: 120%;
  }
  .size14px {
    font-size: 14px;
    line-height: 18px;
  }
  .size18px {
    font-size: 12px;
    line-height: 122%;
  }
  .size18px.font-slide {
    font-size: 21.77px;
  }
  .size22px {
    font-size: 27px;
    line-height: 32px;
  }
  .size22px.esp {
    font-size: 21.77px;
    line-height: 28px;
  }
  .size24px {
    font-size: 32px;
    line-height: 120%;
  }
  .size32px {
    font-size: 37px;
    line-height: 120%;
  }
  .size36px {
    font-size: 28px;
    line-height: 120%;
  }
  .size40px {
    font-size: 32px;
    line-height: 120%;
  }
  .size60px {
    font-size: 54px;
    line-height: 120%;
  }
  .size62px {
    font-size: 41.5px;
    line-height: 47px;
  }
  .size88px {
    font-size: 66px;
    line-height: 112%;
  }
}
/* Tablets médios (>= 768px) */
@media screen and (min-width: 577px) and (max-width: 768px) {
  .size15px {
    font-size: 15px;
    line-height: 120%;
  }
  .size14px {
    font-size: 21.77px;
    line-height: 24px;
  }
  .size18px {
    font-size: 21.77px;
    line-height: 24px;
  }
  .size22px {
    font-size: 27px;
    line-height: 32px;
  }
  .size22px.esp {
    font-size: 21.77px;
    line-height: 28px;
  }
  .size24px {
    font-size: 24px;
    line-height: 120%;
  }
  .size32px {
    font-size: 28px;
    line-height: 120%;
  }
  .size36px {
    font-size: 28px;
    line-height: 120%;
  }
  .size40px {
    font-size: 32px;
    line-height: 120%;
  }
  .size60px {
    font-size: 54px;
    line-height: 120%;
  }
  .size62px {
    font-size: 41.5px;
    line-height: 47px;
  }
  .size88px {
    font-size: 66px;
    line-height: 100%;
  }
}
/* Tablets grandes / Laptops pequenos (>= 992px) */
@media screen and (min-width: 769px) and (max-width: 991px) {
  .size15px {
    font-size: 15px;
    line-height: 120%;
  }
  .size14px {
    font-size: 14px;
    line-height: 18px;
  }
  .size18px {
    font-size: 18px;
    line-height: 122%;
  }
  .size22px {
    font-size: 27px;
    line-height: 32px;
  }
  .size24px {
    font-size: 24px;
    line-height: 120%;
  }
  .size32px {
    font-size: 28px;
    line-height: 120%;
  }
  .size36px {
    font-size: 28px;
    line-height: 120%;
  }
  .size40px {
    font-size: 32px;
    line-height: 120%;
  }
  .size60px {
    font-size: 54px;
    line-height: 120%;
  }
  .size62px {
    font-size: 41.5px;
    line-height: 47px;
  }
  .size88px {
    font-size: 41.5px;
    line-height: 41.5px;
  }
}
/* Desktop médio (>= 1200px) */
@media screen and (min-width: 992px) {
  .size15px {
    font-size: 15px;
    line-height: 120%;
  }
  .size14px {
    font-size: 14px;
    line-height: 18px;
  }
  .size18px {
    font-size: 18px;
    line-height: 122%;
  }
  .size22px {
    font-size: 22px;
    line-height: 28px;
  }
  .size24px {
    font-size: 24px;
    line-height: 120%;
  }
  .size32px {
    font-size: 32px;
    line-height: 120%;
  }
  .size36px {
    font-size: 36px;
    line-height: 120%;
  }
  .size40px {
    font-size: 40px;
    line-height: 120%;
  }
  .size62px {
    font-size: 62px;
    line-height: 70px;
  }
  .size60px {
    font-size: 60px;
    line-height: 120%;
  }
  .size88px {
    font-size: 88px;
    line-height: 120%;
  }
}
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
p {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal !important;
}

.no-gutters {
  padding: 0;
}

.fonte-regular {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fonte-italic {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fonte-medium {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fonte-medium-italic {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
}

.fonte-bold {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fonte-bold-italic {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  border: #FFFFFF solid 1px;
  background-color: #CCCCCC;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 414px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 2px !important;
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
}

#swiperEvolve .slide-home-100 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#swiperEvolve .swiper-slide {
  background-color: #333333;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #swiperEvolve .swiper-slide {
    background-position-x: center;
  }
}
#swiperEvolve .swiper-slide .ob-cover {
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#swiperEvolve .swiper-slide .ob-cover img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #swiperEvolve .swiper-slide .ob-cover img {
    max-width: 215px;
  }
}

#welcome {
  background-color: #0F2F24;
  width: 100%;
  height: 120vh;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #welcome {
    height: 70vh;
  }
}
#welcome .img-complete {
  left: 0;
  bottom: 0;
  position: absolute;
  text-align: right;
}
#welcome .img-complete img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #mission .text-slogan-mission {
    margin-bottom: 100px;
  }
}
#mission ::selection {
  background-color: #0F2F24; /* Cor do fundo da seleção */
  color: #FF3867; /* Cor do texto selecionado */
}

.container-mission {
  margin-top: 160px;
  margin-bottom: 140px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .container-mission {
    margin-bottom: 390px;
  }
}
@media screen and (max-width: 768px) {
  .container-mission {
    margin-bottom: 120px;
  }
}
.container-mission .square-block {
  display: block;
  width: 100%;
  max-width: 1123px;
  height: 100%;
  max-height: 750px;
  z-index: 1;
  position: relative;
}
@media (max-width: 576px) {
  .container-mission .square-block {
    height: 534px;
    object-fit: fill;
    width: 100%;
  }
}
.container-mission .desktop-only .img-ilustr {
  position: absolute;
  top: -410px;
  left: 0;
  z-index: 0;
  width: 60%;
}
@media only screen and (max-width: 3000px) and (min-width: 2000px) {
  .container-mission .desktop-only .img-ilustr {
    width: 54%;
  }
}
.container-mission .mobile-only .img-ilustr {
  position: absolute;
  top: -270px;
  left: -54px;
  z-index: 0;
}

.slogan-bienvenida {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .slogan-bienvenida {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1201px) {
  #slogan {
    padding-top: 280px !important;
  }
}
@media (min-width: 576px) {
  #slogan .author {
    margin-bottom: 80px;
  }
}
#slogan .author .author-retrate {
  width: 100%;
  max-height: 621px;
  object-fit: cover;
  margin-bottom: 15px;
}
#slogan .author .legend {
  margin-bottom: 30px;
}
#slogan .author .legend-2 {
  margin-bottom: 30px;
  line-height: 122%;
}
#slogan ::selection {
  background-color: #0F2F24; /* Cor do fundo da seleção */
  color: #FF3867; /* Cor do texto selecionado */
}

#slogan-two {
  background-image: url("https://evolveconecta.com/wp-content/themes/evolve/assets/images/other-half-logo.png");
  background-position-y: 50px;
  background-position-x: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #slogan-two {
    background-position-y: 320px;
    overflow: hidden;
  }
}
#slogan-two .slogan-two-p {
  padding-bottom: 460px;
}
#slogan-two ::selection {
  background-color: #0F2F24; /* Cor do fundo da seleção */
  color: #FF3867; /* Cor do texto selecionado */
}

#values {
  background-color: #0F2F24;
}
#values .logo-pink {
  width: 100%;
  max-width: 97px;
}
#values p:last-child {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) and (min-width: 212px) {
  #values p:last-child {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
#values ::selection {
  background-color: #FF3867; /* Cor do fundo da seleção */
  color: #0F2F24; /* Cor do texto selecionado */
}

#servicios {
  background-color: #0F2F24;
}
@media (min-width: 576px) {
  #servicios #swiperDepoiment {
    padding-left: 15px;
  }
}
#servicios #swiperDepoiment .gradient {
  z-index: 1;
  left: 70%;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg, rgb(15, 47, 36) 0%, rgba(15, 47, 36, 0.59) 100%);
  background: -moz-linear-gradient(90deg, rgb(15, 47, 36) 0%, rgba(15, 47, 36, 0.59) 100%);
  background: linear-gradient(90deg, rgb(15, 47, 36) 0%, rgba(15, 47, 36, 0.59) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0F2F24", endColorstr="#0F2F24", GradientType=1 );
}
@media (max-width: 576px) {
  #servicios #swiperDepoiment .gradient {
    left: 77%;
    top: 0%;
  }
}
#servicios #swiperDepoiment .gradient.left-side {
  left: 0;
  right: 71.5%;
}
#servicios #swiperDepoiment .positon-relative {
  position: relative;
}
#servicios #swiperDepoiment .positon-relative .swiper-button-prev, #servicios #swiperDepoiment .positon-relative .swiper-button-next {
  position: unset;
  width: 26px;
  height: 27px;
  color: #D9D9D9;
  margin: 30px 3px;
  border: solid 1px #D9D9D9;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#servicios #swiperDepoiment .positon-relative .swiper-button-prev:hover, #servicios #swiperDepoiment .positon-relative .swiper-button-next:hover {
  color: #FF3867;
  border: solid 1px #FF3867;
  transition: all 0.3s ease;
}
#servicios #swiperDepoiment .positon-relative .swiper-button-prev:hover::after, #servicios #swiperDepoiment .positon-relative .swiper-button-next:hover::after {
  transition: all 0.3s ease;
  color: #FF3867;
  font-size: 15px;
}
#servicios #swiperDepoiment .positon-relative .swiper-button-prev::after {
  margin: 0 3px 0 0;
  font-size: 15px;
}
#servicios #swiperDepoiment .positon-relative .swiper-button-next::after {
  margin: 0 0 0 3px;
  font-size: 15px;
}
#servicios #swiperDepoiment .swiper-wrapper {
  padding: 0 15px;
}
@media (min-width: 576px) {
  #servicios #swiperDepoiment .swiper-wrapper {
    height: auto;
  }
}
#servicios #swiperDepoiment .swiper-wrapper .swiper-slide .swipper-item img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 20px;
}
#servicios #swiperDepoiment .swiper-wrapper .swiper-slide .swipper-item .name-depo {
  padding-bottom: 50px;
}
#servicios #swiperDepoiment .swiper-wrapper .swiper-slide .swipper-item .text-depo {
  margin-right: 5px;
  word-wrap: break-word;
}
#servicios #swiperDepoiment .swiper-wrapper .swiper-slide .swipper-item:hover img.icon {
  transition: all 0.3s ease;
  opacity: 1;
}

#owners-evolve {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}
@media (max-width: 768px) {
  #owners-evolve {
    display: none;
  }
}

#owners-slogan {
  background-image: url("https://evolveconecta.com/wp-content/themes/evolve/assets/images/half-logo-grey.png");
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: auto;
  background-color: #FF3867;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #owners-slogan {
    background-image: none;
  }
}
#owners-slogan h3 {
  padding: 315px 0 275px 0;
}
@media (max-width: 768px) {
  #owners-slogan h3 {
    padding: 20px 0 275px 0;
  }
}
#owners-slogan .logo-pink {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
#owners-slogan ::selection {
  background-color: #0F2F24; /* Cor do fundo da seleção */
  color: #FF3867; /* Cor do texto selecionado */
}

@media only screen and (max-width: 991px) {
  #contact-us.py-5 {
    padding-top: 0 !important;
  }
}
#contact-us .paragrapf-form-slogam {
  padding-left: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  #contact-us .picture {
    margin-bottom: 30px;
  }
}
#contact-us .picture img {
  width: 100%;
  max-width: 563px;
}
@media (min-width: 576px) {
  #contact-us .picture img {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #contact-us #contact-us-form {
    margin-top: 30px;
  }
}
#contact-us .wpcf7-form p {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
#contact-us .wpcf7-form p label {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 400;
  line-height: 105%;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  cursor: pointer;
}
#contact-us .wpcf7-form .wpcf7-list-item-label {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
}
#contact-us .wpcf7-form input[type=text],
#contact-us .wpcf7-form input[type=email],
#contact-us .wpcf7-form textarea {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #999;
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  resize: none;
  transition: all 0.3s ease;
}
#contact-us .wpcf7-form input[type=text]::placeholder,
#contact-us .wpcf7-form input[type=email]::placeholder,
#contact-us .wpcf7-form textarea::placeholder {
  color: #999;
}
#contact-us .wpcf7-form input[type=text]:focus,
#contact-us .wpcf7-form input[type=email]:focus,
#contact-us .wpcf7-form textarea:focus {
  outline: none;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
#contact-us .wpcf7-form textarea {
  min-height: 200px;
}
#contact-us .wpcf7-form .wpcf7-list-item.first {
  margin-left: 0;
}
#contact-us .wpcf7-form .wpcf7-list-item.last {
  margin-left: 16px;
}
#contact-us .wpcf7-form input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #0F2F24; /* Cor da borda */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
}
#contact-us .wpcf7-form input[type=radio]:checked {
  background-color: #0F2F24; /* Cor preenchida */
}
#contact-us .wpcf7-form input[type=radio]::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}
#contact-us .wpcf7-form input[type=radio]:checked::before {
  background-color: #0a2e24;
}
#contact-us .wpcf7-form input[type=submit] {
  width: 100%;
  max-width: 150px;
  padding: 16px;
  border: none;
  background-color: #0F2F24;
  color: #D9D9D9;
  font-family: "Schibsted Grotesk", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  resize: none;
  transition: all 0.3s ease;
}
#contact-us .wpcf7-form input[type=submit]:hover {
  background-color: #D9D9D9;
  color: #0F2F24;
  transition: all 0.3s ease;
}
#contact-us ::selection {
  background-color: #0F2F24; /* Cor do fundo da seleção */
  color: #FF3867; /* Cor do texto selecionado */
}

.last-word ::selection {
  background-color: #0F2F24; /* Cor do fundo da seleção */
  color: #FF3867; /* Cor do texto selecionado */
}

header {
  position: fixed;
  width: 100%;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
header .logo-menu img {
  filter: drop-shadow(2px 4px 6px black);
}
header .nav-pills li a {
  font-size: 14px;
  line-height: 122%;
  text-decoration: none;
  color: #D9D9D9;
  transition: all 0.3s ease;
}
header .nav-pills li a:hover {
  color: #FF3867;
  transition: all 0.3s ease;
}
header .nav-pills li a img {
  width: 100%;
  max-width: 25px;
}
header .nav-pills li a img:hover {
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(5500%) hue-rotate(330deg) brightness(95%) contrast(105%);
}
header.header-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
header.header-scrolled .logo-menu img {
  filter: contrast(0.5);
}
header.header-scrolled .nav-pills li a {
  text-decoration: none;
  color: #0F2F24;
  transition: all 0.3s ease;
}
header.header-scrolled .nav-pills li a:hover {
  color: #FF3867;
  transition: all 0.3s ease;
}
header.header-scrolled .nav-pills li a img {
  width: 100%;
  max-width: 36px;
  filter: invert(1);
}
header.header-scrolled .nav-pills li a img:hover {
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(5500%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

#footer {
  width: 100%;
  background-image: url("https://evolveconecta.com/wp-content/themes/evolve/assets/images/background-green-footer.png");
  background-repeat: no-repeat;
  background-size: 168%;
  background-position-x: 0;
  background-position-y: -15%;
}
@media screen and (max-width: 768px) {
  #footer {
    background-size: cover;
    background-position-x: 60%;
    background-position-y: 100px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1201px) {
  #footer {
    background-size: 130%;
  }
}
#footer .line-center-footer {
  padding: 280px 0 10px 0;
}
#footer .line-center-footer .list-social {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer .line-center-footer .list-social {
    padding: 30px 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .line-center-footer .list-social ul {
    padding-left: 0;
  }
}
#footer .line-center-footer .list-social ul li {
  list-style: none;
}
#footer .line-center-footer .list-social ul li a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #D9D9D9;
}
#footer .line-center-footer .list-social ul li a:hover {
  transition: all 0.3s ease;
  color: #FF3867;
}
#footer ::selection {
  background-color: #FF3867; /* Cor do fundo da seleção */
  color: #0F2F24; /* Cor do texto selecionado */
}
#footer .footer-logo img {
  max-width: 235px;
}

h1 {
  color: #0F2F24;
}

p {
  font-family: "Schibsted Grotesk", Arial, sans-serif;
}

/*# sourceMappingURL=style.css.map */
