body {
    font-size: 14px !important;
    line-height: 15px !important;
	font-family: 'Raleway', sans-serif;
    background-color:#fff;
    background-image: url(../img/back.svg);

}

.logoGrande{
        WIDTH: 100%;
    }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.bg-loading {
  background: rgba(0, 0, 0, 0.67);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/*-------fim loading-------*/



/*----------------*/

.visuallyhidden {
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;
  
}


.card-carousel {
    --card-width: 80%;
    --card-max-width: 280px;
    --card-height: 350px;
    --carousel-min-width: 600px;
    z-index: 1;
    position: relative;
    margin: 60px auto 100px;
    width: 100%;
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
  }
}

.card-carousel.smooth-return {
  transition: all .2s ease;
}

.card p{
        margin-bottom: 45px;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    margin-left: 18px;
}
.card h4{
     margin-bottom: 45px;   
}
.card h3{
    color: #20d1a8;
    font-weight: 600;
}

.card-carousel .card {
 background: #001731;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    padding: 1em;
    min-width: 800px;
    height: 400px;
    position: absolute;
    margin: 0 auto;
    color: #fff;
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  border-radius: 1em;
  filter: brightness(.9);
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card.highlight {
  filter: brightness(1)
}


.card:nth-of-type(1) .image-container {
    background-image: url("../img/medicina.jpg");
}
 
.card:nth-of-type(2) .image-container {
 background-image: url("../img/medicina.jpg");
}

.card:nth-of-type(3) .image-container {
  background-image: url("https://images.pexels.com/photos/414612/pexels-photo-414612.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}
.card:nth-of-type(4) .image-container {
  background-image: url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500")
}
.card:nth-of-type(5) .image-container {
  background-image: url("https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg")
}



.image-container {
width: 100%;
    height: 217px;
    position: relative;
    background-size: cover;
    margin-bottom: 2em;
    /* border-radius: 100%; */
    padding: 1em;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 17px 0px rgb(0 0 0 / 30%);
    margin-left: 20px;
}

/*.image-container::after {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  border: solid 3px rgba(0,0,0,.1);
  border-radius: 100%;
  position: absolute;
  top: calc(-10% - 3px);
  left: calc(-10% - 3px);
}*/



/*----------------*/

.bgCarrosel{
    margin-bottom: 80px;
}


 #abrir{
        display: none
    }
    
    #fechar{
        display: none
    }

header a:hover {
       color: #001731;
    text-decoration: none;
}
header li:hover {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
header li {
    margin-left: 15px;
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s
}
.redes{
       list-style: none;
    display: inline-flex;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center
}
.redes img {
    width: 60%;
}
.btnAgende:hover{
    background: #20d1a8;
    color: #fff;
    text-decoration: none
}
.btnAgende{
background: transparent;
    border: 1px solid #20d1a8;
    color: #20d1a8;
    width: 100%;
    display: block;
    text-align: center;
    margin: 13px 0;
    padding: 16px;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 23px;
}

.textoEscritorio{
    font-size: 20px;
    line-height: 34px;
    border-left: 1px solid #717171;
    padding-left: 40px;
    margin-top: 27%;
}

.vista{
position: absolute;
    left: 0;
    width: 48%;
}

.titulo1 span{
    color: #20d1a8;
    font-size: 22px;
     font-weight: 800;
}
.titulo1 p{
    color: #09474b;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    margin-top: 10px;
}
.titulo1{
 margin-bottom:50px   
}
.titulo1 h2{
    color: #001731;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 50px;
}



header ul{
    list-style: none;
    display: inline-flex;
    padding: 0;
    float: right;
    margin-bottom: 0;
    margin-top: 23px;
}
header a{
    color: #00172f;
    margin-top: 20px;
}
header{
    width: 100%;
    background: #fff;
    padding: 15px 0;
    position: relative;
        z-index: 2;
        box-shadow: 0px 1px 10px 0px #ccc;
}

#servico{
   padding: 60px 0 40px;
}
#sobre{
    padding-top: 50px;
}


.banner{
position: relative;
    background-image: url(../img/banner.jpg);
    padding: 130px 0 55px;
    background-size: cover;
        background-position: right;
}
.logo {
    position: absolute;
    right: 3%;
    top: 0%;
    width: 40%;
}

.carousel-indicators {
    bottom: -40px;
}

h2{
    text-transform: uppercase;
    color: #50698f;
    font-size: 48px;
    letter-spacing: 4px;
    margin: 0;
    font-weight: 300;
}
h2 span{
    display: block;
     font-size: 21px;
    letter-spacing: 0px;
}

.tituloVerde{
    color: #001731;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 180px;
}

.roupas {
    width: 100%;
    margin: 0 0%;
}

.bgAzul {
    background: url(../img/bg-azul.png);
    padding: 25px 0;
    margin: 50px 0;
    border-top: 2px solid #41c9f1;
    border-bottom: 3px solid #41c9f1;
    box-shadow: 0px 4px 18px -10px #000;
}

.cardServico img {
    width: 40%;
}
.cardServico {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px
}

.carousel-control.right { 
    background: none;
    color: #000;
}

.carousel-control.left { 
    background: none;
    color: #000;
}


.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -140px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -140px;
}

.cardServico h3 span {
    font-weight: 400;
    font-size: 16px;
    display: block
}

.cardServico h3 {
    color: #002a64;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
}


.iconesEconimico span{
    display: block;
    margin-bottom: 10px;
        font-size: 35px;

}
.iconesEconimico li:first-child{
     margin-left: 0px;
}
.iconesEconimico li{
margin-left: 67px;
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    line-height: 16px;
}
.iconesEconimico{
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-flex;
    padding: 0;
    list-style: none;
}
.telefone img{
    width: 8%;
        margin-top: -30px;
}
.telefone span{
    font-size: 51px;
    margin-top: 13px;
    color: #002a64;
    
}

.imgLadoEsquerdo{
    position: absolute;
    left: -8%;
    width: 60%;
    top: 10%;
}
.imgLado{
position: absolute;
    right: -7.6%;
    width: 38%;
    top: 10%;
}

.margBloco{
    margin-top:  210px
}
.margEconomica{
    margin-top: 80px;
}

.telefone{
    color: #002a64;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    margin-top: 16px;
    z-index: 1;
    position: relative;
}
.faixaAmarela{
    background: #ffde59;
    width: 281.3%;
    height: 50px;
    position: absolute;
    z-index: 0;
    left: -166%;
}

.bgEquipe span{
    color: #20d1a8;
    font-weight: 600
}
.bgEquipe p{
    line-height: 28px;
    font-size: 19px;
}
.bgEquipe h4{
      font-weight: 700;
    font-size: 28px;
    font-family: sans-serif;
    color: #fff
    }
.bgEquipe h3{
    font-weight: 200;
    font-size: 34px
    }
.bgEquipe{
    background: url(../img/equipeBg.jpg);
    padding: 150px  0;
    text-align: right;
    color: #fff;
    background-size: cover;
    background-position: bottom;
}

.contato span{
   color: #001731;
    font-size: 19px;
    font-weight: 800;
}
.contato h3{
    color: #001731;
    font-weight: 800;
    font-size: 34px
}

.contato p{
   color: #09474b;
    line-height: 28px;
    font-size: 19px;
    font-family: sans-serif;
    font-weight: 500;
    display: flex;
    align-items: self-end;
    gap: 12px;
}

.mapa{
    margin: 50px 0;
}

.iconeContato{
    font-size: 25px !important;
    margin-top: 11px;
}
.contato{
    padding: 100px 0;
}

.contato1:hover{
    background: #169f7f !important;
    color: #fff !important;
}
.contato1{
    width: 70%;
    background: #20d1a8;
    border-radius: 35px;
    color: #00454a !important;
    text-align: center;
    display: block;
    text-decoration: none !important;
    transition: 0.4s;
    padding: 14px;
    margin: 0 auto;
    font-size: 22px;
}

.jaleco{
    width: 110%;
    margin-top: -50px;
}

.bgparaEmpresas b{
     font-weight: 800;
}
.bgparaEmpresas p{
line-height: 29px;
    font-size: 19px;
    font-weight: 200;
}
.bgparaEmpresas h4{
     font-weight: 700;
    font-size: 28px;
    color: #20d1a8;
}
.bgparaEmpresas h3{
     font-weight: 800;
    font-size: 34px;
    margin-top: 50px;
}
.bgparaEmpresas{
    background-color: #001731;
    padding:  0 0 50px;
    text-align: right;
    color: #fff;
    background-size: cover;
    width: 100%;
    margin-top: 100px;
    
}

.dadosEquipe span{
  color: #09474b;
    font-weight: 300;
    font-family: sans-serif;
    font-size: 17px;
    display: block;
}

.dadosEquipe p{
    color: #09474b;
    font-size: 20px;
    line-height: 24px
}

.dadosEquipe h4{
    color:#20d1a8;
    font-weight: 600;
    font-size: 20px
}

.dadosEquipe h3{
    color: #001731;
    
}

.imagemEquipe{
    width: 100%;
    margin-top: 50px
}

.textoEquipe span{
    text-transform: uppercase;
    color: #20d1a8;
}
.textoEquipe{
        text-align: center;
    color: #09474b;
    font-size: 22px;
    font-weight: 700;
    margin-top: 50px;
    line-height: 30px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #002a64;
}

iframe{
    z-index: 1;
    position: relative;
}

.btnOferta{
 
    background: #00b1e8;
    padding: 14px 0;
    width: 60%;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 48px;
    margin: 15px 0 0;

}

footer a{
        color: #ffde59;
    text-decoration: revert;
}   
footer{
        text-align: center;
    background: #002a64;
    color: #fff;
    padding: 15px;
    line-height: 22px;
    font-family: monospace;
    margin-top: 100px;
}
.imgPlano{
    position: absolute;
    right: 0;
    width: 100%;
    top: 20px;
}

.titulosVerde{
      color: #001731;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 34px;
    margin: 50px 0 22px;
}

.btnMODAL{
    background: #001731;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    padding: 10px 60px;
    margin-top: 10px;

}

.textoPlanos{
        font-size: 21px;
    line-height: 28px;
}

.estiloIconeWhats{
    width: 99%;
}

.iconeWhats{
    position: fixed;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 2;
    text-align: center;
    color: #fff;
    border-radius: 44px;
    padding-top: 12px;
    /* box-shadow: 0px 1px 10px -4px #000; */
    right: 80px;
    bottom: 65px;
}

.logoHorizontal{
        WIDTH: 40%;
    }

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgb(97 176 229);
    border: 1px solid #fff;
    border-radius: 10px;
}
.imgDoutora{
        display: none
    }



/***** Media queries *****/

@media (min-width:1401px) and (max-width: 1600px) {
   .textoEscritorio {
    margin-top: 12%;
    }
	
 
}


@media (min-width: 992px) and (max-width: 1400px) {
   .textoEscritorio {
    margin-top: 12%;
    }
	
 
}





/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
/*------------------------------------ SM --------------------------------------------*/
@media (min-width: 801px) and (max-width: 991px) {
    
    .imgPlano{
        display: none
    }
    
    .logoHorizontal{
        WIDTH: 40%;
    MARGIN: 0 AUTO;
    }
    
    .iconeWhats {
    right: 20px;
    bottom: 25px;
    }
    
    .bgparaEmpresas h3 {
    font-weight: 200;
    font-size: 34px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    width: 80%;
    margin-left: 10%;
    padding: 15px;
    }
    
  .iconeContato{
        display: block !important;
    }
    
    .contato span {
    display: none;
    }
    
    .contato p {
    display: grid;
    }
    
    .dadosEquipe p {
    color: #09474b;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
    
    .logoGrande{
        WIDTH: 80%;
        MARGIN-TOP: 50PX;
    }
    
    .dadosEquipe h3 {
    font-size: 17px;
    }
    
    
    .imgDoutora{
       display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    }
    
   .bgEquipe {
    background: #001731;
    text-align: center;
    padding: 24px;
    width: 88%;
    margin-top: -50px;
    z-index: 1;
    margin: -50px auto 50px;
    position: relative;
    border-radius: 35px;
}
 .bgEquipe p {
    line-height: 28px;
    font-size: 19px;
    width: 92%;
    }

    
    .tituloVerde {
    margin-top: 30px;
    }
    
    #area{
        min-height: 1210px;
    }
    
    .textoEscritorio {
    font-size: 20px;
    line-height: 34px;
    border-left: none;
    padding-left: 0;
    margin-top: 10%;
}
    
    
    .vista {
    position: relative;
    left: 0;
    width: 90%;
    }
    
    .titulo1 p {
    line-height: 25px;
    }
    
    .jaleco {
    width: 100%;
    }
    
    .banner {
    background-position: left;
    }
    
    .card-carousel .card {
     background: #001731;
     width: inherit; 
     max-width: inherit; 
     text-align: center; 
            min-width: 100%;
        height: auto;
    }
    
    .image-container {
        width: 88%;
    }
    
    .card-carousel {
    margin-left: 0px;
    --card-width: inherit;
    --card-max-width: inherit;
    --card-height: inherit;
    --carousel-min-width: 100%;
    }


    #abrir{
        color: #000;
        display: block;
        position:absolute;
        top: -39px;
    }
    
    #fechar{
        color: #000;
        display: block;
        position:absolute;
        top: -103px;
    }
    
    header {
    padding: 20px 0 0;
    }
    
    
    
    header li {
    font-size: 18px;
    margin-bottom: 44px;
    margin-top: 60px;
        margin-left: 0;
    }
    
    .abriMenu {
    list-style: none;
    display: contents;
    transition: 0.4s;
    }
    
    header ul {
    list-style: none;
    display: block;
    height: 0px;
    overflow: hidden;
        transition: 0.4s;
    }
   
	.iconesEconimico {
    margin-top: 0;
    margin-bottom: 10px;
    display: table-row;
    padding: 0;
    list-style: none;
    width: 100%;
    }
    
    .iconesEconimico li {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    width: 50%;
        margin-left: 0
    display: inline-table;
    }    
    
    
    .telefone img {
    width: 11%;
    margin-top: -30px;
}

    
    body{
        text-align: center;
    }
    
    .btnOferta {
    width: 100%;
  
}
    
    .roupas {
    width: 100%;
    opacity: 1;
    margin: 15px 0%;
    }
    
    .margBloco {
    margin-top: 50px;
}
    
    .imgLadoEsquerdo {
    position: relative;
    left: inherit;
    width: 100%;
    top: 10%;
}

    
    .imgLado {
    position: relative;
    right: inherit;
    width: 100%;
    top: inherit;
    margin-top: 50px;
        display: none;
}
    
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -27px;
}
    
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -27px;
}
    
    .faixaAmarela {
    width: 262.3%;
    }
    
 .iconesEconimico {
    margin-top: 0;
    margin-bottom: 10px;
    display: table-row;
    padding: 0;
    list-style: none;
    width: 100%;
    }
    
    .iconesEconimico li {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    width: 50%;
    display: inline-table;
        margin-left: 0;
        padding-left: 29px;
    }
	
	
	.textoEscritorio {
    margin-top: 12%;
    }

}
@media (min-width: 768px) and (max-width: 800px) {
	
	 .logoHorizontal{
        WIDTH: 40%;
    MARGIN: 0 AUTO;
    }
    
    .iconeWhats {
    right: 20px;
    bottom: 25px;
    }
    
    .bgparaEmpresas h3 {
    font-weight: 200;
    font-size: 34px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    width: 80%;
    margin-left: 10%;
    padding: 15px;
    }
    
  .iconeContato{
        display: block !important;
    }
    
    .contato span {
    display: none;
    }
    
    .contato p {
    display: grid;
    }
    
    .dadosEquipe p {
    color: #09474b;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
    
    .logoGrande{
        WIDTH: 80%;
        MARGIN-TOP: 50PX;
    }
    
    .dadosEquipe h3 {
    font-size: 17px;
    }
    
    footer a:hover{
           color: #20d1a8;
    text-decoration: none;
    font-weight: bold; 
    }
    footer a{
            color: #20d1a8;
    text-decoration: none;
    font-weight: bold;
    }
    footer{
        text-align: center;
    width: 100%;
    display: block;
    background: #001731;
    padding: 5px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
    }
    .imgDoutora{
       display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    }
.bgEquipe {
    background: #001731;
    text-align: center;
    padding: 19px;
    width: 100%;
    margin-top: -50px;
    z-index: 1;
    margin-top: -75px;
    position: relative;
    border-radius: 35px;
}
 .bgEquipe p {
    line-height: 28px;
    font-size: 19px;
    width: 100%;
    }

    
    .tituloVerde {
    margin-top: 30px;
    }
    
    #area{
        min-height: 1210px;
    }
    
    .textoEscritorio {
    font-size: 20px;
    line-height: 34px;
    border-left: none;
    padding-left: 0;
    margin-top: 10%;
}
    
    
    .vista {
    position: relative;
    left: 0;
    width: 90%;
    }
    
    .titulo1 p {
    line-height: 25px;
    }
    
    .jaleco {
    width: 100%;
    }
    
    .banner {
    background-position: left;
    }
    
    .card-carousel .card {
     background: #001731;
     width: inherit; 
     max-width: inherit; 
     text-align: center; 
            min-width: 100%;
        height: auto;
    }
    
    .image-container {
        width: 88%;
    }
    
    .card-carousel {
    margin-left: 0px;
    --card-width: inherit;
    --card-max-width: inherit;
    --card-height: inherit;
    --carousel-min-width: 100%;
    }


    #abrir{
        color: #000;
        display: block;
        position:absolute;
        top: -39px;
    }
    
    #fechar{
        color: #000;
        display: block;
        position:absolute;
        top: -103px;
    }
    
    header {
    padding: 20px 0 0;
    }
    
    
    
    header li {
    font-size: 18px;
    margin-bottom: 44px;
    margin-top: 60px;
        margin-left: 0;
    }
    
    .abriMenu {
    list-style: none;
    display: contents;
    transition: 0.4s;
    }
    
    header ul {
    list-style: none;
    display: block;
    height: 0px;
    overflow: hidden;
        transition: 0.4s;
    }
   
	.iconesEconimico {
    margin-top: 0;
    margin-bottom: 10px;
    display: table-row;
    padding: 0;
    list-style: none;
    width: 100%;
    }
    
    .iconesEconimico li {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    width: 50%;
        margin-left: 0
    display: inline-table;
    }    
    
    
    .telefone img {
    width: 11%;
    margin-top: -30px;
}

    
    body{
        text-align: center;
    }
    
    .btnOferta {
    width: 100%;
  
}
    
    .roupas {
    width: 100%;
    opacity: 1;
    margin: 15px 0%;
    }
    
    .margBloco {
    margin-top: 50px;
}
    
    .imgLadoEsquerdo {
    position: relative;
    left: inherit;
    width: 100%;
    top: 10%;
}

    
    .imgLado {
    position: relative;
    right: inherit;
    width: 100%;
    top: inherit;
    margin-top: 50px;
        display: none;
}
    
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -27px;
}
    
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -27px;
}
    
    .faixaAmarela {
    width: 262.3%;
    }
    
 .iconesEconimico {
    margin-top: 0;
    margin-bottom: 10px;
    display: table-row;
    padding: 0;
    list-style: none;
    width: 100%;
    }
    
    .iconesEconimico li {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    width: 50%;
    display: inline-table;
        margin-left: 0;
        padding-left: 29px;
    }
	
	
	.textoEscritorio {
    margin-top: 12%;
    }
}

/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
/*---------------------------------- xs - deitado -----------------------------------------*/
@media (max-width: 768px) {
    
  .imgPlano{
        display: none
    }
	
	
}



/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
/*-------------------------------- xs -----------------------------------------------------*/
@media (max-width: 500px) {
    
    .imgPlano{
        display: none
    }

    
    .bgEquipe p {
    font-size: 13px;
    }
    h2 {
    font-size: 25px;
    margin-top: 29px;
    }
    
    .bgparaEmpresas h3 {
    font-weight: 200;
    font-size: 34px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    width: 80%;
    margin-left: 10%;
    padding: 15px;
}
    
    .iconeContato{
        display: block !important;
    }
    
    .contato span {
    display: none;
    }
    
    .contato p {
    display: grid;
    }
    
    .dadosEquipe p {
    color: #09474b;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
    
    
    .dadosEquipe h3 {
    font-size: 17px;
    }
    
    
    .imgDoutora{
       display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    }
    
   .bgEquipe {
    background: #001731;
    text-align: center;
    padding: 24px;
    width: 88%;
    margin-top: -50px;
    z-index: 1;
    margin: -50px auto 50px;
    position: relative;
    border-radius: 35px;
}


    
    .tituloVerde {
    margin-top: 30px;
    }
    
    #area{
        min-height: 1210px;
    }
    
    .textoEscritorio {
    font-size: 20px;
    line-height: 34px;
    border-left: none;
    padding-left: 0;
    margin-top: 10%;
}
    
    
    .vista {
    position: relative;
    left: 0;
    width: 90%;
    }
    
    .titulo1 p {
    line-height: 25px;
    }
    
    .jaleco {
    width: 100%;
    }
    
    .banner {
    background-position: left;
    }
    
    .card-carousel .card {
     background: #001731;
     width: inherit; 
     max-width: inherit; 
     text-align: center; 
            min-width: 100%;
        height: auto;
    }
    
    .image-container {
        width: 88%;
    }
    
    .card-carousel {
    margin-left: 0px;
    --card-width: inherit;
    --card-max-width: inherit;
    --card-height: inherit;
    --carousel-min-width: 100%;
    }


    #abrir{
        color: #000;
        display: block;
        position:absolute;
        top: -39px;
    }
    
    #fechar{
        color: #000;
        display: block;
        position:absolute;
        top: -103px;
    }
    
    header {
    padding: 20px 0 0;
    }
    
    
    
    header li {
    font-size: 18px;
    margin-bottom: 44px;
    margin-top: 60px;
        margin-left: 0;
    }
    
    .abriMenu {
    list-style: none;
    display: contents;
    transition: 0.4s;
    }
    
    header ul {
    list-style: none;
    display: block;
    height: 0px;
    overflow: hidden;
        transition: 0.4s;
    }
   
	.iconesEconimico {
    margin-top: 0;
    margin-bottom: 10px;
    display: table-row;
    padding: 0;
    list-style: none;
    width: 100%;
    }
    
    .iconeWhats {
    right: 20px;
    bottom: 25px;
    }
    .logoHorizontal{
        WIDTH: 40%;
    MARGIN: 0 AUTO;
    }
    
    .mapa {
    margin: 0 0 30px;
    }
    
    .iconesEconimico li {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    width: 50%;
        margin-left: 0
    display: inline-table;
    }
   
}
@media (max-width: 415px) {
    
    .logoHorizontal{
        WIDTH: 40%;
    MARGIN: 0 AUTO;
    }
    
    .iconeWhats {
    right: 20px;
    bottom: 25px;
    }
    
    .bgparaEmpresas h3 {
    font-weight: 200;
    font-size: 34px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    width: 80%;
    margin-left: 10%;
    padding: 15px;
    }
    
  .iconeContato{
        display: block !important;
    }
    
    .contato span {
    display: none;
    }
    
    .contato p {
    display: grid;
    }
    
    .dadosEquipe p {
    color: #09474b;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
    
    
    .dadosEquipe h3 {
    font-size: 17px;
    }
    
    
    .imgDoutora{
       display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    }
    
   .bgEquipe {
    background: #001731;
    text-align: center;
    padding: 24px;
    width: 88%;
    margin-top: -50px;
    z-index: 1;
    margin: -50px auto 50px;
    position: relative;
    border-radius: 35px;
}


    
    .tituloVerde {
    margin-top: 30px;
    }
    
    #area{
        min-height: 1210px;
    }
    
    .textoEscritorio {
    font-size: 20px;
    line-height: 34px;
    border-left: none;
    padding-left: 0;
    margin-top: 10%;
}
    
    
    .vista {
    position: relative;
    left: 0;
    width: 90%;
    }
    
    .titulo1 p {
    line-height: 25px;
    }
    
    .jaleco {
    width: 100%;
    }
    
    .banner {
    background-position: left;
    }
    
    .card-carousel .card {
     background: #001731;
     width: inherit; 
     max-width: inherit; 
     text-align: center; 
            min-width: 100%;
        height: auto;
    }
    
    .image-container {
        width: 88%;
    }
    
    .card-carousel {
    margin-left: 0px;
    --card-width: inherit;
    --card-max-width: inherit;
    --card-height: inherit;
    --carousel-min-width: 100%;
    }


    #abrir{
        color: #000;
        display: block;
        position:absolute;
        top: -39px;
    }
    
    #fechar{
        color: #000;
        display: block;
        position:absolute;
        top: -103px;
    }
    
    header {
    padding: 20px 0 0;
    }
    
    
    
    header li {
    font-size: 18px;
    margin-bottom: 44px;
    margin-top: 60px;
        margin-left: 0;
    }
    
    .abriMenu {
    list-style: none;
    display: contents;
    transition: 0.4s;
    }
    
    header ul {
    list-style: none;
    display: block;
    height: 0px;
    overflow: hidden;
        transition: 0.4s;
    }
   
	.iconesEconimico {
    margin-top: 0;
    margin-bottom: 10px;
    display: table-row;
    padding: 0;
    list-style: none;
    width: 100%;
    }
    
    .iconesEconimico li {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    width: 50%;
        margin-left: 0
    display: inline-table;
    }    
    
    
    .telefone img {
    width: 11%;
    margin-top: -30px;
}

    
    body{
        text-align: center;
    }
    
    .btnOferta {
    width: 100%;
  
}
    
    .roupas {
    width: 100%;
    opacity: 1;
    margin: 15px 0%;
    }
    
    .margBloco {
    margin-top: 50px;
}
    
    .imgLadoEsquerdo {
    position: relative;
    left: inherit;
    width: 100%;
    top: 10%;
}

    
    .imgLado {
    position: relative;
    right: inherit;
    width: 100%;
    top: inherit;
    margin-top: 50px;
        display: none;
}
    
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -27px;
}
    
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -27px;
}
    
    .faixaAmarela {
    width: 262.3%;
    }
    
 .iconesEconimico {
    margin-top: 0;
    margin-bottom: 10px;
    display: table-row;
    padding: 0;
    list-style: none;
    width: 100%;
    }
    
    .iconesEconimico li {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    width: 50%;
    display: inline-table;
        margin-left: 0;
        padding-left: 29px;
    }
}


