:root{
   --azul:#2a93ad;
   --cinza:#606060;
   --bg-azul:#cee4e8;
   --lt-azul:#b3d5db;
   --wpp-verde:#14bb87;

}

*{
   padding: 0;
   margin: 0;
   font-family: "Montserrat", sans-serif;
   box-sizing: border-box;
}

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

}

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

a *{
   pointer-events: none;
}

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

header{
   position: fixed;
   border-bottom: 1px solid white;
   backdrop-filter: blur(10px);
   top: 0;
   left: 0;
   right: 0;
   padding: 20px 0px;
   z-index: 99;
}

.inner-header{
   display: flex;
   justify-content: space-between;
}

nav{
   display: flex;
   align-items: center;
}

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

nav button{
   display: none;
}

.header-wpp-interno{
   display: flex;
   background-color: var(--wpp-verde);
   padding: 5px 15px;
   color: white;
   border-radius: 5px;
   align-items: center;
}

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

.hero-con{
   background: url("images/capa_hero.jpg");
   background-repeat: no-repeat;
   height: 83vh;
   background-size: cover;
   display: flex;
   align-items: center;
}

.inner-hero{
   text-align: center;
}

.inner-hero h1{
   color: white;
}

.hero-cta{
   display: inline-block;
   background-color: var(--azul);
   padding: 15px 15px;
   color: white;
   border-radius: 5px;
   align-items: center;
   margin-top: 10px;
}

.hero-cta img{
   margin-right: 10px;
}

.hero-cta p{
   display: inline-block;
   vertical-align: super;
}

.antes-con{

}

.antes-con h1{
   color: var(--azul);
   position: relative;
}

.antes-con h1:after{
   content: "";
   position: absolute;
   height: 4px;
   width: 70px;
   left: 0;
   background-color: var(--azul);
   bottom: -15px;
}

.casos{
   margin-top: 40px;
   display: flex;
}

.comparison { 
  width: 300px;
  height: 300px;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden; 
  margin: 10px auto;
  position: relative;
}

/*Foto do Antes*/
.comparison figure { 
   
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0;
  border-radius: 25px;
  overflow: hidden; 
}

.comparison figure > img { 
  position: relative;
  width: 100%;
}

/*Foto do depois*/
.comparison figure div { 

  
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgb(0 0 0);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: absolute;
  background-color: rgba(255,255,255,0.1);
  width: 102%;
  bottom: 0;
    left: 0;
    right: 0; 
}

input[type=range]:focus { 
  outline: none; 
}

input[type=range]:active { 
  outline: none;  
}

input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
 }

input[type=range]::active { 
  border: none; 
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 35px; 
    height: 20px;   
    background: var(--azul);
    border-radius: 10px;
   }

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
     }   

input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,0.5);
   }

input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,0.5);
   }


.servicos-con{
   margin-top: 40px;
   display: flex;
   justify-content: space-between;
   padding: 20px 30px;
   border-radius: 10px;
   background-color: var(--lt-azul);
}

.servicos-con h1{
   font-size: 50px;
   color: var(--azul);
   font-weight: 500;
   position: relative;
}

.servicos-con h1:after{
   content: "";
   position: absolute;
   height: 4px;
   width: 70px;
   left: 0;
   background-color: var(--azul);
   bottom: -15px;
} 

.servs-difs{
   margin-top: 40px;
}  

.servs-difs p{
   margin-bottom: 10px;
}

.servs{
   display: flex;
   flex-wrap: wrap;
   max-width: 500px;
}

.serv{
   background-color: var(--azul);
   padding: 20px;
   border-radius: 10px;
   width: 220px;
   height: 220px;
   color: white;
   margin-bottom: 15px;
   margin-right: 15px;
}

.serv img{
   margin-bottom: 10px;
}

.about-con{
   margin-top: 50px;
   display: flex;
   align-items: center;
}

.about-text{
   border-radius: 35px;
   border-bottom-right-radius: 0px;
   background-color: var(--lt-azul);
   padding: 15px 30px;
}

.about-text h2{
   font-weight: 500;
   color: var(--azul);
   font-size: 35px;
}

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

.end-con{
   margin-top: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
}

#map{
   width: 500px;
   height: 350px;
   border-radius: 20px;
}

.map-info{
   background-color: var(--lt-azul);
   padding: 20px 35px;
   border-bottom-right-radius: 20px;
   border-top-right-radius: 20px;
}

.map-info h2{
   color: var(--azul);
}

.map-info > *{
   margin-top: 10px;
   display: flex;
   align-items: center;
}

.map-info p{
   color: var(--cinza);
   display: inline-block;
}

.map-info img{
   background-color: var(--azul);
   padding:5px;
   box-sizing: content-box;
   border-radius: 100%;
   margin-right: 10px;
}

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

.faq-con h1{
   position: relative;
   color: var(--azul);
   font-size: 30px;
}

.faq-con h1:after{
   content: "";
   position: absolute;
   height: 4px;
   width: 70px;
   left: 0;
   background-color: var(--azul);
   bottom: -15px;
}

.perguntas{
   margin-top: 40px;
}

.pergunta{
   border-radius: 10px;
   border: 1px solid var(--azul);
   padding: 20px 10px;
   color: var(--cinza);
   cursor: pointer;
   margin-bottom: 15px;
}

.pergunta p{
   font-weight: bold;
   color: var(--azul);
}

.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);
   }
}

@keyframes pulse {
  0% {
    transform: scale(.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

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


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

   .safe{
      padding: 0px 5px;
   }

   header{
      padding: 20px 10px;
   }

   .inner-header{
      align-items: center;
   }

   nav{
      position: fixed;
      display: none;
      z-index: 100;
      top: 0;
      left: 0;
      right: 0;
      flex-direction: column;
        padding-top: 20px;
        background-color: var(--azul);
        height: 100vh;
        text-align: center;
   }

   nav > *{
      margin-bottom: 20px;
   }

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

         }

   nav a{
      width: 220px;
    margin: 0 auto;
    text-align: left;
   }

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

   .hamb-con p{
      width: 100%;
      height: 2px;
      background-color: var(--azul);
      margin-bottom: 15px;
   }

   .hero-con{
      background-size: cover;
      background-position: -760px center;
   }

   .casos{
      flex-direction: column;
   }

   .servicos-con{
      flex-direction: column;
   }

   .servs{
      margin-top: 15px;
      justify-content: center;
   }

   .servs-title{
      text-align: center;
   }

   .servicos-con h1:after{
      display: none;
   }

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

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

   .end-con{
      flex-direction: column;
   }

   #map{
      width: 100%;
   }

   .map-info{
      border-top-right-radius: 0px;
      border-bottom-left-radius: 20px;
   }

   .faq-con{
      padding: 0px 5px;
   }
}