.botao-wpp-flutuante:hover {
  transition: 0.8S;
  background-color: #DDAA6B;
  color: white;
}

.word {
    position: relative;
}

.word::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #FF8731;
    bottom: 0;
    left: 0;
    transform-origin: bottom;
    animation: infinite-line 2s linear infinite;
}

@keyframes infinite-line {
    0% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes cta-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media(max-width: 474.99px) {

  .botao-fixo-rodape-1 {
     position: fixed;
     bottom: -33px;
     width: 100%;
     height: 70px;
     z-index: 9999;
  }

  .botao-fixo-rodape-2 {
     position: fixed;
     bottom: 5px;
     width: 100%;
     height: 70px;
     z-index: 9997;
  }

  .img-rodape-2 {
     width: 10%;
  }

  .img-rodape-1 {
     width: 10%;
  }
}


@media(min-width:475px) and (max-width: 700.99px) {
  .botao-fixo-rodape-1 {
     position: fixed;
     bottom: -33px;
     width: 100%;
     height: 70px;
     z-index: 9999;
  }

  .botao-fixo-rodape-2 {
     position: fixed;
     bottom: 5px;
     width: 100%;
     height: 70px;
     z-index: 9997;
  }

  .img-rodape-2 {
     width: 10%;
  }

  .img-rodape-1 {
     width: 10%;
  }
}

@media(min-width:701px) and (max-width: 10000px) {
  .botao-fixo-rodape-1 {
     position: fixed;
     bottom: -33px;
     width: 100%;
     height: 70px;
     z-index: 9999;
  }

  .botao-fixo-rodape-2 {
     position: fixed;
     bottom: 5px;
     width: 100%;
     height: 70px;
     z-index: 999;
  }

  .img-rodape-2 {
     width: 7%;
  }

  .img-rodape-1 {
     width: 7%;
  }
}


@media(min-width: 991.99px) {
  .esconde-desktop {
     display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
     display: none;
  }
}


body::-webkit-scrollbar {
   width: 12px;
}


body::-webkit-scrollbar-track {
   background: transparent;
}

body::-webkit-scrollbar-thumb {
   background-color: #0a9e4a;
   border-radius: 20px;
   border: 3px solid #0c4f29;
}

.owl-theme .owl-dots {
   display: none;
}

.fonte-verde-escuro {
   color: #0c5029;
}

html {
   scroll-behavior: smooth;
   overflow-x: hidden;
}

body {
   font-family: "Poppins", sans-serif;
}

h2 {
   font-size: 36px;
   font-family: 'Volkhov';
   font-style: normal;
   font-weight: 700;
   line-height: 41px;
   color: #1A0C0A;
}

p,
li,
a {
   font-size: 16px;
   font-weight: 400;
   color: #4C3F2D;
   text-decoration: none;
}

.fonte-bold {
   font-weight: bold;
}

.fonte-white {
   color: white;
}

@media(min-width: 991.99px) {
   .esconde-desktop {
      display: none;
   }
}

@media(max-width: 991.98px) {
   .esconde-mobile {
      display: none;
   }
}

@media (min-width: 1200px) {
   .container {
      max-width: 1216px;
   }
}

.centraliza {
   text-align: center;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
}

.centraliza-desk-position {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/*-------- NAV --------*/

nav {
   background: rgba(255, 255, 255, 0.93);
   box-shadow: 0px 0px 41.7px rgba(0, 0, 0, 0.09);
   padding: 12px 0px;
}

nav .cta-padrao-inicio {
   margin-top: 0;
   float: right;
}

nav .cta-padrao-inicio {
   padding: 10px 25px;
   font-size: 15px;
}

/*-------- INICIO -----*/

.cta-padrao-inicio {
   background: linear-gradient(90deg, #379EAD 0%, #11616C 100%);
   border-radius: 5px;
   color: white;
   padding: 10px 35px;
   display: inline-block;
   margin-top: 35px;
   font-family: 'Volkhov';
   font-size: 17px;
}

.full-banner-inicio,
.full-banner-inicio-2,
.full-banner-inicio-3,
.full-banner-inicio-4 {
   background-position-x: 50%;
   background-position-y: 0%;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: scroll;
   height: 700px;
}

.full-banner-inicio {
   background-image: url(/wp-content/themes/cirurgias/img/full-banner-inicio.png);
}

.full-banner-inicio h1 {
   font-family: 'Volkhov';
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 52px;
   margin-top: 160px;
   color: #1A0C0A;
}

.full-banner-inicio h2 {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 400;
   font-size: 23px;
   line-height: 160%;
   color: #4C3F2D;
}

/* Carousel 2 -*/
.full-banner-inicio-2 {
   background-image: url(/wp-content/themes/cirurgias/img/full-banner-inicio-2.png);
}

.full-banner-inicio-2 h1 {
   font-family: 'Volkhov';
   font-style: normal;
   font-weight: 200;
   font-size: 36px;
   width: 70%;
   line-height: 52px;
   margin-top: 160px;
   color: #1A0C0A;
}

/* Carousel 3 -*/
.full-banner-inicio-3 {
   background-image: url(/wp-content/themes/cirurgias/img/full-banner-inicio-3.png);
}

.full-banner-inicio-3 h1 {
   font-family: 'Volkhov';
   font-style: normal;
   font-weight: 200;
   font-size: 36px;
   width: 90%;
   line-height: 52px;
   margin-top: 160px;
   color: #1A0C0A;
}

/* Carousel 4 -*/
.full-banner-inicio-4 {
   background-image: url(/wp-content/themes/cirurgias/img/full-banner-inicio-4.png);
}

.full-banner-inicio-4 h1 {
   font-family: 'Volkhov';
   font-style: normal;
   font-weight: 200;
   font-size: 36px;
   width: 80%;
   line-height: 52px;
   margin-top: 160px;
   color: #1A0C0A;
}

.carousel-control-prev {
   left: 0;
   bottom: 320px;
   transform: rotate(-90deg);
   /* Rotaciona 45 graus */
   opacity: 1;
   fill: red;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
   background-image: url(/wp-content/themes/cirurgias/img/seta.png);
}

.carousel-control-next {
   left: 0;
   bottom: 120px;
   transform: rotate(90deg);
   /* Rotaciona 45 graus */
}

/*------------ PARTE 2 --------*/

.bg-parte-2 .container {
   background-color: #F8F4EF;
   padding-left: 0;
}

.bg-parte-2 h2 {
   font-family: 'Volkhov';
   font-style: normal;
   font-weight: 700;
   line-height: 41px;
   margin-bottom: 25px;
   margin-top: 60px;
   color: #1A0C0A;
}

.bg-parte-2 p {
   width: 85%;
}

.bg-parte-2 .container {
   margin-bottom: 30px;
}

.bg-parte-2 .cta-padrao-inicio {
   margin-bottom: 60px;
}

/*------ PARTE 3 ---*/

.bg-parte-3 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 252px;
    border-radius: 10px;
    object-fit: cover;
}


.bg-parte-3 .owl-nav {
   position: absolute;
   top: 50%;
   width: 100%;
   display: flex;
   justify-content: space-between;
   transform: translateY(-50%);
}

.bg-parte-3 .owl-nav button span {
   background: none;
   border: none;
   font-size: 2rem;
   color: #000;
}

.bg-parte-3 .owl-nav button:hover {
   color: #f00;
}

.bg-parte-3 .owl-carousel .owl-nav.disabled {
   display: flex;
}

/*------------ PARTE 4 --------*/
.bg-parte-4 {
   padding: 65px 0px;
}

.bg-parte-4 h2 {
   font-family: 'Volkhov';
   font-style: normal;
   font-weight: 700;
   line-height: 41px;
   margin-bottom: 25px;
   color: #1A0C0A;
}

.bg-parte-4 p {
   width: 85%;
}

.bg-parte-4 .cta-padrao-inicio {
   margin-top: 20px;
}

/*------------ PARTE 6 --------*/
.bg-parte-6 {
   padding: 65px 0px;
}

.w-100-parte-6 {
   width: 100%;
}

.bg-parte-6 h3 {
   font-size: 20px;
   width: 80%;
   margin-top: 30px;
   margin-bottom: 20px;
}

.img-8 {
   display: block;
}

/*------------ PARTE 7 --------*/
.bg-parte-7 {
   padding: 35px 0px;
   background-color: #1A0C0A;
   color: white;
}

.bg-parte-7 .cta-padrao-inicio {
   float: right;
   margin-top: 0;
}

/*------------ PARTE 8 --------*/
.bg-parte-8 img {
   width: 20%;
   padding: 0;
}

.bg-parte-8 .row {
   display: flex;
}

/*------------ PARTE 9 --------*/
.bg-parte-9 {
   padding: 65px 0px;
   background-color: #F8F4EF;
}

.bg-parte-9 .cta-padrao-inicio {
   margin-top: 70px;
}

.bg-parte-9 h2 {
   margin-bottom: 50px;
}

.bg-parte-9 .owl-carousel .item {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 150px;
   /* Altura fixa para as imagens */
}

.bg-parte-9 .owl-carousel .item img {
   max-height: 100%;
   /* Manter altura máxima */
   max-width: 60%;
   /* Manter largura máxima */
}

/*------------ PARTE 10 --------*/
.bg-parte-10 {
   padding: 65px 0px;
}

.bg-parte-10 h2 {
   margin-bottom: 50px;
}

.bg-parte-10 h3 {
   font-size: 17px;
   font-weight: bold;
   font-family: "Poppins";

}

.bg-parte-10 iframe {
   margin-top: 30px;
   height: 200px;
   border-radius: 10px;
   width: 100%;
}

.btn-wpp-unidades {
   background: #37AD51;
   border-radius: 5px;
   padding: 8px 12px;
   color: white;
   display: inline-block;
}

.btn-tel-unidades {
   background: linear-gradient(90deg, #379EAD 0%, #11616C 100%);
   border-radius: 5px;
   padding: 8px 12px;
   color: white;
   margin: 0 5px;
   display: inline-block;
}

.btn-tel-2-unidades {
   background: linear-gradient(90deg, #379EAD 0%, #11616C 100%);
   border-radius: 5px;
   padding: 8px 12px;
   color: white;
   display: inline-block;
}

/*------------ PARTE 11 --------*/
.bg-parte-11 {
   padding: 25px 0px 65px 0px;
}

.bg-parte-11 h2 {
   margin-bottom: 50px;
}

.bg-parte-11 button {
   font-weight: bold;
}

.bg-parte-11 p {
   margin-bottom: 0;
}

.bg-parte-11 .accordion-button:not(.collapsed),
.accordion-body {
   background-color: #F9F9F9;
}

.bg-parte-11 .accordion-button,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
   border-radius: 10px;
   border: 1px solid rgba(76, 63, 45, 0.19);
   border-radius: 10px;
}

.bg-parte-11 .accordion-item {
   margin-bottom: 12px;
   border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
   background-image: url(/wp-content/themes/cirurgias/img/icone-menos.png);
}

.accordion-button::after {
   background-image: url(/wp-content/themes/cirurgias/img/icone-mais.png);
}

/*------------ FOOTER -----------*/

.bg-footer {
   text-align: center;
   padding: 45px 0px;
   color: white;
   background-color: #1A0C0A;
}

/*--------- MEDIA QUERIERS ---------*/

@media(min-width: 1200px) and (max-width: 1440px) {
   .carousel-control-prev {
      bottom: 0;
      top: 50%;
      transform: rotate(-180deg);
   }

   .carousel-control-next {
      bottom: 0;
      top: 50%;
      left: 50px;
      transform: rotate(0deg);
   }
}

@media(min-width: 992px) and (max-width: 1200px) {

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      background-position-x: 60%;
   }

   .full-banner-inicio h2 {
      font-size: 20px;
   }

   .full-banner-inicio-2 h1 {
      width: 100%;
   }

   .full-banner-inicio-3 h1 {
      width: 100%;
      font-size: 30px;
   }

   .full-banner-inicio-4 h1 {
      width: 100%;
      font-size: 30px;
   }

   .carousel-control-prev {
      bottom: 0;
      top: 50%;
      transform: rotate(-180deg);
   }

   .carousel-control-next {
      bottom: 0;
      top: 50%;
      left: 50px;
      transform: rotate(0deg);
   }

   /*------ PARTE 2 -----*/
   .bg-parte-2 img {
      height: 100%;
   }

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }
}

@media(max-width: 992px) {
   h2 {
      font-size: 30px;
   }

   .bg-parte-2 img {
      height: auto;
   }

   .bg-parte-2 .container {
      padding-left: inherit;
   }

   /*------ PARTE 3 ---*/
   .bg-parte-4 img {
      display: none;
   }
	
	.bg-parte-3 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 252px;
    border-radius: 10px;
    object-fit: cover;
}

   /*------ PARTE 6 ----*/
   .w-100-parte-6 {
      width: auto;
      margin-bottom: 40px;
   }

   .bg-parte-6 .cta-padrao-inicio {
      margin-top: 0;
   }

   /*------ PRATE 7 ------*/
   .bg-parte-7 .cta-padrao-inicio {
      margin-top: 35px;
      float: left;
   }

   /*------ PARTE 10 ----*/
   .bg-parte-10 iframe:nth-of-type(1) {
      margin-bottom: 40px;
   }

   .bg-parte-10 {
      padding-bottom: 0;
   }
}

@media(min-width: 767.99px) and (max-width: 991.99px) {

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      background-position-x: 60%;
   }

   .full-banner-inicio h2 {
      font-size: 20px;
   }

   .full-banner-inicio-2 h1 {
      width: 60%;
   }

   .full-banner-inicio-3 h1 {
      width: 60%;
      font-size: 30px;
   }

   .full-banner-inicio-4 h1 {
      width: 60%;
      font-size: 30px;
   }

   .carousel-control-prev {
      bottom: 0;
      top: 50%;
      transform: rotate(-180deg);
   }

   .carousel-control-next {
      bottom: 0;
      top: 50%;
      left: 50px;
      transform: rotate(0deg);
   }

   /*------ PARTE 2 -----*/

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }
}

@media(min-width: 550.99px) and (max-width: 767.98px) {

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      background-position-x: 60%;
   }

   .full-banner-inicio h2 {
      font-size: 20px;
   }

   .full-banner-inicio-2 h1 {
      width: 90%;
   }

   .full-banner-inicio-3 h1 {
      width: 90%;
      font-size: 30px;
   }

   .full-banner-inicio-4 h1 {
      width: 90%;
      font-size: 30px;
   }

   .carousel-control-prev {
      bottom: 0;
      top: 50%;
      left: 50px;
      transform: rotate(-180deg);
   }

   .carousel-control-next {
      bottom: 0;
      top: 50%;
      left: 100px;
      transform: rotate(0deg);
   }

   /*------ PARTE 2 -----*/

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }
}

@media(max-width: 550px) {
   nav .cta-padrao-inicio {
      padding: 13px 20px;
   }

   .bg-parte-2 p {
      width: 100%;
   }

   .full-banner-inicio {
      background-image: url(/wp-content/themes/cirurgias/img/topo-mobile.png);
   }

   .full-banner-inicio-2 {
      background-image: url(/wp-content/themes/cirurgias/img/topo-mobile-2.png);
   }

   .full-banner-inicio-3 {
      background-image: url(/wp-content/themes/cirurgias/img/topo-mobile-3.png);
   }

   .full-banner-inicio-4 {
      background-image: url(/wp-content/themes/cirurgias/img/topo-mobile-4.png);
   }

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      height: 850px;
      background-position-y: -45px;
      margin-bottom: -45px;
      padding: 0px 20px;
   }

   .full-banner-inicio .container,
   .full-banner-inicio-2 .container,
   .full-banner-inicio-3 .container,
   .full-banner-inicio-4 .container {
      padding: 0;
   }

   .full-banner-inicio h1,
   .full-banner-inicio-2 h1,
   .full-banner-inicio-3 h1,
   .full-banner-inicio-4 h1 {
      margin-top: 120px;
      width: 100%;
   }

   .carousel-control-prev {
      bottom: 0;
      bottom: 85%;
      left: 10px;
      transform: rotate(-180deg);
   }

   .carousel-control-next {
      bottom: 0;
      bottom: 85%;
      left: 80px;
      transform: rotate(0deg);
   }

   .carousel-control-prev span {
      width: 25px;
      height: 25px;
   }

   .carousel-control-next span {
      width: 25px;
      height: 25px;
   }
}

@media(min-width: 420.99px) and (max-width: 550.98px) {
   .full-banner-inicio h2 {
      font-size: 20px;
   }

   .full-banner-inicio-2 h1 {
      font-size: 34px;
   }

   .full-banner-inicio-3 h1 {
      font-size: 30px;
   }

   .full-banner-inicio-4 h1 {
      font-size: 30px;
   }

   /*------ PARTE 2 -----*/

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }
}

@media(min-width: 380.99px) and (max-width: 420.98px) {

   /*------- GLOBAL ------*/
   h2 {
      font-size: 28px;
   }

   nav .cta-padrao-inicio {
      font-size: 12px;
      padding: 10px;
   }

   /*------ INICIO --------*/

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      height: 642px;
      background-position-y: 0px;
      margin-bottom: 0px;
      padding: 0px 20px;
   }

   .full-banner-inicio .cta-padrao-inicio,
   .full-banner-inicio-2 .cta-padrao-inicio,
   .full-banner-inicio-3 .cta-padrao-inicio,
   .full-banner-inicio-4 .cta-padrao-inicio {
      margin-top: 20px;
   }

   .full-banner-inicio h2 {
      font-size: 16px;
   }

   .full-banner-inicio h1 {
      font-size: 30px;
   }

   .full-banner-inicio-2 h1 {
      font-size: 28px;
   }

   .full-banner-inicio-3 h1 {
      font-size: 26px;
      line-height: 37px;
   }

   .full-banner-inicio-4 h1 {
      font-size: 26px;
      line-height: 37px;
   }

   /*------ PARTE 2 -----*/

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }
}

@media(min-width: 350.99px) and (max-width: 380.98px) {

   /*------- GLOBAL ------*/
   h2 {
      font-size: 26px;
   }

   .carousel-control-next span,
   .carousel-control-prev span {
      width: 15px;
      height: 15px;
   }

   .full-banner-inicio h1,
   .full-banner-inicio-2 h1,
   .full-banner-inicio-3 h1,
   .full-banner-inicio-4 h1 {
      margin-top: 80px;
   }

   nav .cta-padrao-inicio {
      font-size: 12px;
      padding: 10px;
   }

   /*------ INICIO --------*/

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      height: 642px;
      background-position-y: 0px;
      margin-bottom: 0px;
      padding: 0px 20px;
   }

   .full-banner-inicio .cta-padrao-inicio,
   .full-banner-inicio-2 .cta-padrao-inicio,
   .full-banner-inicio-3 .cta-padrao-inicio,
   .full-banner-inicio-4 .cta-padrao-inicio {
      margin-top: 20px;
   }

   .full-banner-inicio h2 {
      font-size: 16px;
   }

   .full-banner-inicio h1 {
      font-size: 30px;
      line-height: 37px;
   }

   .full-banner-inicio-2 h1 {
      font-size: 28px;
      line-height: 37px;
   }

   .full-banner-inicio-3 h1 {
      font-size: 24px;
      line-height: 37px;
   }

   .full-banner-inicio-4 h1 {
      font-size: 26px;
      line-height: 37px;
   }

   /*------ PARTE 2 -----*/

   .bg-parte-2 h2 {
      margin-top: 35px;
      margin-bottom: 20px;
   }

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }

   .btn-tel-unidades {
      margin-top: 5px;
   }
}

@media(min-width: 330.99px) and (max-width: 350.98px) {

   /*------- GLOBAL ------*/
   h2 {
      font-size: 26px;
   }

   .carousel-control-next span,
   .carousel-control-prev span {
      width: 15px;
      height: 15px;
   }

   .full-banner-inicio h1,
   .full-banner-inicio-2 h1,
   .full-banner-inicio-3 h1,
   .full-banner-inicio-4 h1 {
      margin-top: 80px;
   }

   nav .cta-padrao-inicio {
      font-size: 12px;
      padding: 10px;
   }

   /*------ INICIO --------*/

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      height: 642px;
      background-position-y: 0px;
      margin-bottom: 0px;
      padding: 0px 20px;
   }

   .full-banner-inicio .cta-padrao-inicio,
   .full-banner-inicio-2 .cta-padrao-inicio,
   .full-banner-inicio-3 .cta-padrao-inicio,
   .full-banner-inicio-4 .cta-padrao-inicio {
      margin-top: 20px;
   }

   .full-banner-inicio h2 {
      font-size: 16px;
   }

   .full-banner-inicio h1 {
      font-size: 30px;
      line-height: 37px;
   }

   .full-banner-inicio-2 h1 {
      font-size: 28px;
      line-height: 37px;
   }

   .full-banner-inicio-3 h1 {
      font-size: 24px;
      line-height: 37px;
   }

   .full-banner-inicio-4 h1 {
      font-size: 26px;
      line-height: 37px;
   }

   /*------ PARTE 2 -----*/

   .bg-parte-2 h2 {
      margin-top: 35px;
      margin-bottom: 20px;
   }

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }

   .btn-tel-unidades {
      margin-top: 5px;
   }
}

@media(min-width: 0.99px) and (max-width: 330.98px) {

   /*------- GLOBAL ------*/
   h2 {
      font-size: 26px;
   }

   .carousel-control-next span,
   .carousel-control-prev span {
      width: 15px;
      height: 15px;
   }

   .full-banner-inicio h1,
   .full-banner-inicio-2 h1,
   .full-banner-inicio-3 h1,
   .full-banner-inicio-4 h1 {
      margin-top: 80px;
   }

   nav .cta-padrao-inicio {
      font-size: 12px;
      padding: 10px 5px;
   }

   /*------ INICIO --------*/

   .full-banner-inicio,
   .full-banner-inicio-2,
   .full-banner-inicio-3,
   .full-banner-inicio-4 {
      height: 642px;
      background-position-y: 0px;
      margin-bottom: 0px;
      padding: 0px 20px;
   }

   .full-banner-inicio .cta-padrao-inicio,
   .full-banner-inicio-2 .cta-padrao-inicio,
   .full-banner-inicio-3 .cta-padrao-inicio,
   .full-banner-inicio-4 .cta-padrao-inicio {
      margin-top: 20px;
   }

   .full-banner-inicio h2 {
      font-size: 16px;
   }

   .full-banner-inicio h1 {
      font-size: 28px;
      line-height: 37px;
   }

   .full-banner-inicio-2 h1 {
      font-size: 22px;
      line-height: 37px;
   }

   .full-banner-inicio-3 h1 {
      font-size: 22px;
      line-height: 37px;
   }

   .full-banner-inicio-4 h1 {
      font-size: 22px;
      line-height: 37px;
   }

   /*------ PARTE 2 -----*/

   .bg-parte-2 h2 {
      margin-top: 35px;
      margin-bottom: 20px;
   }

   .bg-parte-2 .cta-padrao-inicio {
      margin-top: 20px;
   }

   /*----- PARTE 4 ----*/
   .bg-parte-4 p {
      width: 100%;
   }

   /*------ parte 6 ---*/
   .bg-parte-6 h3 {
      font-size: 20px;
      width: 103%;
   }

   /*---- PARTE 11---*/
   .btn-tel-2-unidades {
      margin-top: 5px;
   }

   .btn-tel-unidades {
      margin-top: 5px;
   }
}