:root{
   --verde:#00957f;
   --azul:#005977;
   --cinza:#606060;
   --bg-cinza:#cacaca;
   --bg:#f4f7fb;

}

@font-face {
  font-family: UniviaPro;
  src: url(font/UniviaPro-Regular.ttf);
}

@font-face {
  font-family: UniviaPro;
  src: url(font/UniviaPro-Bold.ttf);
  font-weight: bold;
}


*{
   padding: 0;
   margin: 0;
   font-family: UniviaPro;
}

.conversion *{
   pointer-events: none;
}

a{
   text-decoration: none;
   color: inherit;
}

body{
   background-color: var(--bg);
}

.safe{
   max-width: 1080px;
   margin: 0 auto;
}

header{
background-color: white;
border-bottom: 1px solid var(--cinza);
}

.inner-nav{
   display: flex;
   align-content: center;
   align-items: center;
   padding: 10px 0px;
   margin: 0 auto;
   justify-content: space-between;
}

.main-logo img{
   width: 150px;
}

nav{
   display: flex;
   justify-content: space-between;
   align-items: center;
}

nav p{
   margin-right: 20px;
   color: var(--azul);
   cursor: pointer;
}

nav button{
   display: none;
}

.cta-btn{
   display: flex;
}

.wpp-fst{
   background-color: var(--verde);
   color: white;
   border-radius: 75px;
   padding: 10px 20px;
   display: flex;
   align-items: center;
}

.wpp-fst img{
   margin-right: 10px;
}

.wpp-decor{
 background-color: var(--verde);
 color: white;
 border-radius: 50px;
 width: 58px;
 height: 58px;
 text-align: center;
 font-size: 25px;
 line-height: 53px;
}

.hero-con{
   overflow: hidden;
   border-radius: 30px;
   height: 400px;
}

.swiper-slide{
   display: flex;

}

.inner-slide{
   width: 1080px;
   margin: 0 auto;
   display: flex;
   background-position: center;
   background-size: cover;

}

.hero-info{
   backdrop-filter: blur(10px);
   width: 500px;
   margin-top: 20px;
   margin-bottom: 40px;
   border-radius: 10px;
   border: 1px solid white;
   padding: 50px 20px;
   background-color: rgba(0,0,0,0.2);
}

.hero-info h1{
   color:white;
}

.hero-info p{
   color: white;
   margin-bottom: 20px;
}

.difs-con{
   background-color: var(--bg-cinza);
   padding: 30px 0px;
   display: flex;
   justify-content: center;
}

.dif{
   color: var(--cinza);
   display: flex;
   width: 280px;
   margin-right: 20px;
   align-items: center;
}

.dif img{
   height: 70px;
   margin-right: 10px;

}

.about-con{
   margin-top: 20px;
   display: flex;
}

.about-cover{
   margin-right: 20px;
}

.about-text{
   max-width: 450px;
}

.titulacao{
   background-color: var(--azul);
   color:#00acff;
   padding: 10px 30px;
   border-radius: 40px;
   margin-top: 20px;
   display: inline-block;
}

.about-text h1{
   color: var(--azul);
   margin-top: 20px;
}

.about-text p{
   color: var(--cinza);
}

.exames-con{
   margin-top: 20px;
   background-color: var(--verde);
   padding: 20px 0px;
   
}

.exames{
   display: flex;
   margin-top: 20px;
   justify-content: space-between;
   flex-wrap: wrap;
}

.exame{
   border: 1px solid white;
   padding: 20px;
   border-radius: 20px;
   margin-top: 30px;
}

.inner-exame{
   background-color: white;
   padding: 20px;
   border-radius: 20px;
   width: 220px;
   margin-top: 20px;
}

.inner-exame > strong{
   color: var(--azul);
}

.inner-exame  .cta-btn{
   margin-top: 20px;
}

.convs-car{
   border-top: 1px solid var(--cinza);
   border-bottom: 1px solid var(--cinza);
   margin-top: 20px;
   padding: 20px 0px;
   overflow: hidden;
    display: flex;
}

.convs-car img{
  
   height: 100px;
   animation: 60s convenios linear infinite;

}

@keyframes convenios{

   100%{
      transform:translateX(-100%);
   }

}

.double-row{
   margin-top: 30px;
   display: flex;
   justify-content: center;
   align-items: flex-start;
}

.results-con{
   padding: 20px;
   background-color: var(--bg-cinza);
   border-radius: 20px;
   margin-right: 30px;
   width: 450px;
}

.results-con h2{
   color: var(--verde);
   margin-bottom: 15px;
}

.inputAlert{
   border-color:red !important ;
}

.results-con input, .results-con select{
   background:none;
   border:2px solid var(--verde);
   padding: 10px 20px;
   color: var(--verde);
   border-radius: 10px;
   width: 100%;
   box-sizing: border-box;
}

.results-con input:focus{
   outline: none;
}

.results-con .cta-btn{
   border:none;
   background: none;
   margin-top: 20px;
   cursor: pointer;
}

.results-con .cta-btn > *{
   pointer-events: none;
}



.faq-con h1{
   color: var(--verde);
}

.faq{
   margin-top: 25px;
}

.duvida{
   box-shadow: 4px 10px 29px rgb(185 185 185 / 65%);
   border-radius: 10px;
   padding: 15px 44px;
   color: white;
   position: relative;
   width: 450px;
   cursor: pointer;
   margin:0 auto ;
   margin-bottom: 20px;
   background-color: var(--verde);
}


.duvida strong:after{
   content:attr(data-pos);
   position: absolute;
   right: 10px;
   top: 20%;
   background-color: var(--marca);
   color: white;
   width: 30px;
   height: 30px;
   border-radius: 100%;
   text-align: center;
   line-height: 1.7;
}

.resposta{
   display: none;
   margin-top: 10px;
}

.mapa-con{
   margin-top: 20px;
   text-align: center;
   margin-bottom: 20px;

}

.unids-lista{
   margin-right: 20px;
}

.unids{
   margin-top: 30px;
   display: flex;
   justify-content: center;
}

.unid{
   background-color: var(--bg-cinza);
   padding: 20px;
   border-radius: 20px;
   color: var(--cinza);
   text-align: initial;
}

.unid strong{
   color: var(--cinza);
   font-size: 20px;
}

.unid button{
   background: none;
   border:none;
   color: white;
   margin-top: 20px;
   cursor: pointer;
}

.unid button > *{
   pointer-events: none;
}

.unids-hours{
   margin-top: 20px;
   display: none;
}

.wpp-decor{
   transition: transform 0.5s;
}

.unid .wpp-decor{
   transform: rotate(44deg);
   cursor: pointer;
}

.wpp-decor-active{
   transform: rotate(-133deg) !important;
}

#map{
   height: 400px;
   width: 450px;
}

.floating-elements{
   position: fixed;
   z-index:9;
   bottom:50px;
   right: 27px;
   text-align: right;
   bottom:90px;
   
}

.wpp-floating{
  cursor: pointer;
  /*box-shadow:0px 5px 15px -3px #00000078;*/
  box-shadow:0 0 0 0 rgba(122, 237, 148, 0.29);
  overflow: hidden;
  border-radius: 100%;
  width:57px;
  height: 57px;
  display: block;
  pointer-events: initial;
  animation: pulso 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
}

.wpp-floating img{
   display: block;
   margin:-2px -3px;
}

@keyframes pulso{
   100%{
      box-shadow:0 0 0 45px rgba(232, 76, 61, 0);
   }
}

footer{
   background-color:var(--azul);
   padding: 10px 0px;
   color:white;
   margin-top: 30px;
   text-align: center;
}

.footer-line{
   padding: 20px 0px;
   border-bottom: 1px solid white;
}

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

   .inner-nav{
      padding-left: 10px;   
      padding-right: 10px;   

   }

   nav button{
      display: initial;
      margin-top: 20px;
      border-radius: 5px;
      padding: 10px 25px;
      background-color:#e74c3c;
      color: white;
      border: none;
      cursor: pointer;
      margin-bottom: 5px;
   }

   nav p{
      margin-bottom: 15px;
      margin-right: 0px;
      margin-top: 20px;
   }

   nav .cta-btn{
      justify-content: center;
   }

   .hamb-con{
   border-radius: 10px;
   border: 1px solid var(--verde);
   width: 40px;
   height: 40px;
   cursor:pointer;
   padding: 8px;
   flex-direction: column;
   box-sizing: border-box;
   justify-content: space-between;
   display: initial;
}

.hamb-con p{
   background-color: var(--verde);
   height: 2px;
   width: initial;
   margin-bottom: 7px;
}

   nav{
      display: none;
      position: fixed;
      top: 0;
      background-color: white;
      height: 100%;
      z-index: 10;
      left: 0;
      text-align: center;
      width: 100%;
      padding: 0px 20px;
      box-sizing: border-box;
      flex-direction: column;

   }

   .swiper-slide{
      background-position: center;
      

   }

   .hero > img{
      width: initial;
      height: 100%;
   }

   .hero-info{
      backdrop-filter: blur(0px);
      width: 100%;
      margin: 0px;
      background-color: rgba(0,0,0,0.3);
   }

   .difs-con{
      flex-direction: column;
      align-items: center;
   }

   .dif{
      margin-right: 0;
      margin-bottom: 20px;

   }

   .about-con{
      flex-direction: column;
      padding: 0px 5px;
   }

   .about-con img{
      width: 100%;
   }

   .inner-exames{
      padding: 0px 5px;
   }

   .exames{
      justify-content: center;
   }

   .double-row{
      justify-content: center;
      flex-direction: column;
      padding: 0px 5px;
   }

   .results-con{
      width: 100%;
      box-sizing: border-box;
   }

   .faq-con{
      margin-top: 20px;
   }

   .duvida{
      width: 100%;
      box-sizing: border-box;
   }

   .unids{
      flex-direction: column;
   }

   .unids-lista{
      margin-right: 0px;
      margin: 0px 5px;
      margin-bottom: 20px;
   }

   #map{
      width: 100%;
   }

}