html {
  --scrollbarBG: #212121;
  --thumbBG: #4285F4;
}
body::-webkit-scrollbar {
  width: 7px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


 html,
    body,
    header,
    .view {
      height: 100%;
    }

.logo{
  width: 325px;
  z-index: 9999;
}
.soloPc{

}
.navbar{
  box-shadow: 0px 0px 0px !important;
  background-color: rgba(0, 0, 0, 0.7);
}
.bannerEstetica{
  top: 200px;
}
.bannerEstetica p{
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  color: #4285F4;
  /*text-shadow: 0px 0px 5px #fff;*/
  font-family: 'Orelega One', cursive;
}
.bannerEstetica button{
  font-size: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  color: #4285F4;
  background-color: #fff;
  border-color: #4285F4;
}
.plecaCarrusel{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
}
.camioneta2{
  top: -180px;
}
.tituloServicios{
  font-weight: bold;
  font-size: 28px;
  color: #0E8BC2;
  margin-top: 10px;
  font-family: 'Lobster', cursive;
}

.titulo{
  font-weight: bold;
  font-size: 78px;
  color: #0E8BC2;
  margin-top: 10px;
  font-family: 'Orelega One', cursive;
}

.subTitulo{
  font-weight: bold;
  font-size: 68px;
  line-height: 65px;
  margin-top: 10px;
  font-family: 'Orelega One', cursive; 
}

.titulo2{
  font-weight: bold;
  font-size: 58px;
  line-height: 20px;
  color: #0E8BC2;
  font-family: 'Orelega One', cursive;
}

.titulo3{
  font-weight: bold;
  font-size: 38px;
  line-height: 20px;
  color: #0E8BC2;
  font-family: 'Orelega One', cursive;
}

.titulo4{
  font-weight: bold;
  font-size: 58px;
  line-height: 58px;
  color: #666;
  font-family: 'Orelega One', cursive;
}

.tituloMenu{
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  font-family: 'Orelega One', cursive;
  text-shadow: 0px 0px 0px #000;
}
.tituloMenu a{
  color: #4285F4;
}

.videoEmbebido{
  width: 100%;
  border-top-left-radius: 390px;
  border-bottom-left-radius: 390px;
}

.equipo{
  font-family: 'Dancing Script', cursive;
  color: #FFF;
  font-size: 35px;
}
.equipoDescripcion{
  font-size: 20px;
}
.servicios{
  font-size: 45px;
}

.iWhats{
  color: #76ff03 ;
}
.iWhats:hover{
  color: #EC7B18;
}


.botonCreaCuenta{
  background-color: #D1313F;
  color: #fff;
  font-weight: normal;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
  height: 2rem;
  width: 10rem;
  font-size: 0.81rem;
}

.botonCreaCuenta:disabled{
  background-color: #dddddd; 
}

.botonCreaCuenta:hover{
  background-color: #EC7B18; 
}

.botonSiguienteEasyToGo{
  background-color: #00b0ff;
  color: #fff;
  font-weight: normal;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
  height: 2rem;
  width: 10rem;
  font-size: 0.81rem;
}
.botonSiguienteEasyToGo:disabled{
  background-color: #dddddd; 
}
.botonSiguienteEasyToGo:hover{
  background-color: #EC7B18; 
}


.botonCookie{
  background-color: #00b0ff;
  color: #fff;
  font-weight: bold;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
  height: 2rem;
  width: 15rem;
  font-size: 0.81rem;
}

.botonCookie:hover{
  background-color: #EC7B18; 
}

.Face{
  color: #395599;
}
.Face:hover{
  color: #EC7B18;
}
.Twitter{
  color: #1C9DEB;
}
.Twitter:hover{
  color: #EC7B18;
}
.Instagram{
  color: #99119D;
}
.Instagram:hover{
  color: #EC7B18;
}
.Linkedin{
  color: #0070AC;
}
.Linkedin:hover{
  color: #EC7B18;
}
.Youtube{
  color: #F80000;
}
.Youtube:hover{
  color: #EC7B18;
}
.Correo{
  color: #F2B604;
}
.Correo:hover{
  color: #EC7B18;
}

.Whats{
  color: #26CA43;
}
.Whats:hover{
  color: #EC7B18;
}
.Llama{
  color: #ffff00;
}
.Llama:hover{
  color: #ffbb33;
}
.liga{

  color: #1C9DEB;
}
.liga:hover{
  color: #EC7B18;
}

.ligaFoot{

  color: #1C9DEB;
  font-weight: 400;
}
.ligaFoot:hover{
  color: #EC7B18;
}
.ligaBlog{

  color: #6C757D;
  font-weight: 400;
}
.ligaBlog:hover{
  color: #EC7B18;
}

.FaceB{
  background-color: #395599;
  color: #fff;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 2rem;
  height: 2rem;
  font-size: 0.81rem;
}
.FaceB:hover{
  
  background-color: #EC7B18;
  border-radius: 30rem;
}

.TwitterB{
  background-color: #1C9DEB;
  color: #fff;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 2rem;
  height: 2rem;
  font-size: 0.81rem;
}
.TwitterB:hover{
  
  background-color: #EC7B18;
  border-radius: 30rem;
}

.LinkedinB{
  background-color: #0070AC;
  color: #fff;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 2rem;
  height: 2rem;
  font-size: 0.81rem;
}
.LinkedinB:hover{
  
  background-color: #EC7B18;
  border-radius: 30rem;
}
.InstagramB{
  background-color: #99119D;
  color: #fff;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 2rem;
  height: 2rem;
  font-size: 0.81rem;
}
.InstagramB:hover{
  
  background-color: #EC7B18;
  border-radius: 30rem;
}

.botonSuscribeteNoticias{
  background-color: #1C9DEB;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.botonSuscribeteNoticias:hover{
  background-color: #EC7B18;
  color: #FFF;
 text-shadow: 2px 2px 5px #666; 
}

.botonMasTips{
  background-color: #1C9DEB;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
}
.botonMasTips:hover{
  background-color: #EC7B18;
  color: #FFF;
 text-shadow: 2px 2px 5px #666; 
}

.botonTransformaTuNegocio{
  background-color: #1C9DEB;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 300px;
}
.botonTransformaTuNegocio:hover{
  background-color: #EC7B18;
  color: #FFF;
 text-shadow: 2px 2px 5px #666; 
}

.placeCorreo::placeholder{
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}


.frase{
  /*font-family: 'Poppins', sans-serif;*/
  
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.tituloSeccion{
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 559px){

  html,
  body,
  header,
  .view {
    height: 640px;
  }
  .txt-rotate{
    font-family: 'Poppins', sans-serif;
    font-size: 35px; 
    
  }
  .logo{
    width: 225px;
  }
  .navbar{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .soloPc{
    display: none;
  }
  .tituloMenu{
    font-weight: bold;
    font-size: 18px;
    font-weight: 18px;
    color: #6DB3E4;
    font-family: 'Orelega One', cursive;
    text-shadow: 0px 0px 0px #000;
  }

  .bannerEstetica{
    top: 250px;
  }
  .bannerEstetica p{
    font-size: 50px;
    line-height: 40px;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
    margin-left: 35px;
    color: #6DB3E4;
    font-family: 'Orelega One', cursive;

  }
  .bannerEstetica button{
    font-size: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
    color: #6DB3E4;
    background-color: #fff;
    border-color: #6DB3E4;
    margin-left: 40px;
  }

  .nuestroTrabajo {
    padding: 5% 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
    clip-path: polygon(0 1%, 100% 0,100% 100%,0 99%);
    position: relative;
  }
  
  .frase{
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .tituloSeccion{
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.2;
  }

}


@media (min-width: 800px) and (max-width: 850px) {

  html,
  body,
  header,
  .view {
    height: 600px;
  }
}

 @media (min-width: 800px) and (max-width: 850px) {
      
    }