:root{
   --laranja:#f05a29;
   --bg-laranja:#f19172;
   --cinza:#8f8f8f;
   --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;
}

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

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

header{
  position:fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
}

.inner-nav{
  background-color: var(--bg-laranja);
  background-color: #f19172c7;
  border: 2px solid var(--laranja);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

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

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

nav p{
   margin-right: 20px;
   color: white;
   cursor: pointer;
}

nav button{
   display: none;
}

.cta-btn{
   display: flex;
}

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

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

.wpp-decor{
 background-color: var(--laranja);
 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: 550px;
}

.swiper-slide{
   display: flex;
   height: 550px;
}

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

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

.hero-info h1{
   color:white;
}

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

.difs-con{
   background-color: var(--bg-laranja);
   padding: 30px 15px;
   display: flex;
   justify-content: center;
   margin-top: 30px;
   border-radius: 20px;
}

.dif{
   color: white;
   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(--laranja);
   color:white;
   padding: 10px 30px;
   border-radius: 40px;
   margin-top: 20px;
   display: inline-block;
}

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

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

.exames-con{
   margin-top: 20px;
   background-color: var(--bg-laranja);
   padding: 20px 0px;
   border-radius: 20px;
}

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

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

.inner-exame{
   background-color: white;
   border-radius: 20px;
   width: 220px;
   text-align: center;
}

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

.inner-exame small{
  display: inline-block;
}

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

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

}

.unids-lista{
   margin-right: 20px;
   background-color: var(--bg-laranja);
   padding: 20px;
   border-radius: 20px;
   color: white;
}

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

.unid{
   text-align: left;
}

.unid a{
  margin-top: 20px;
  display: inline-block;
}

.unid strong{
   color: white;
   font-size: 20px;
}

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

.unids-hours strong{
  margin-bottom: 10px;
  display: inline-block;
}

#map{
   height: 400px;
   width: 450px;
   border-radius: 20px;
}

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

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

.results-con h2{
   color: white;
   margin-bottom: 15px;
}

.faq-con{
   

}

.faq{
  margin-top: 45px;
}

.faq-con h1{
   color: var(--laranja);
   text-align: center;
   position: relative;
}

.faq-con h1:after{
    content: "";
   height: 4px;
   background-color: var(--laranja);
   position: absolute;
   width: 100px;
   bottom: -20px;
   left: 0;
   right: 0;
   margin: 0 auto;
}

.perguntas{
   margin-top: 40px;
}

.duvida{
   padding: 15px 44px;
   color: var(--cinza);
   position: relative;
   width: 450px;
   cursor: pointer;
   margin:0 auto ;
   margin-bottom: 20px;
   border-bottom: 1px solid var(--bg-laranja);
}


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

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

.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(--bg-laranja);
   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;
      color: var(--laranja);
   }

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

   .hamb-con{
   border-radius: 10px;
   border: 1px solid white;
   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: white;
   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;
   }

   .unids{
      flex-direction: column;
   }

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

   #map{
    width: initial;
   }

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

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

   .duvida{
    width: initial;
   }

}