:root{
  --dorado : #b6975a;
}
body { transition: all 0.5s ease-out; }

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.ttf');
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.ttf');
}


@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.ttf');
}

@font-face {
  font-family: 'CLRNDNL';
  src: url('../fonts/CLRNDNL.TTF');
}

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

@font-face {
  font-family: 'Clarissa';
  src: url('../fonts/Clarissa.ttf');
}

.banner-landing{
  position: relative;
  background-image: url('../img/fondo-landing.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1rem;
  width: 100%;
}

.primer-encabezado{
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'Lato-Light';
}

.segundo-encabezado{
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.176;
  font-size: 4.5rem !important;
}

.banner-landing p{
  color: #fff;
  font-family: 'Lato-Bold';
  margin-bottom: 3rem;
}

.banner-landing textarea{
  border-radius: 0rem !important;
  border-color: #fff;
}

.banner-landing span{
  color: var(--dorado);
}

.banner-landing button, .consultation-boton {
  color: #fff;
  background-color: var(--dorado);
  border-color: var(--dorado);
  border: none;
  font-family: 'Lato-Light';
  border-radius: 0rem !important;
  font-weight: 700;
  margin: 0;
}

.banner-landing button:hover, .consultation-boton:hover{
  color: var(--dorado) !important;
  background-color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.consultation-boton{
  text-decoration: none;
  background-color: var(--dorado) !important;
  color: white !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px 30px;
  cursor: pointer;
  font-family: 'Lato-Bold';
  display: inline-block;
}

.banner-landing input{
  padding: 10px;
  border-radius: 0rem !important;
  border-color: #fff;
}

.formulario{
  position: relative;
  bottom: -46px;
  z-index: 99999;
}

.tratamiento1{
  background-color: #fff;
}

.col-tratamientos{
  position: absolute;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.procedure-fondo{
  background-image: url("../img/procedure.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.about{
  margin-top: -6rem;
}

.about-procedure{
  font-family: 'CLRNDNL';
  font-size: 45px;
  font-weight: bold;
  line-height: 1em !important;
}

.texto p{
  font-family: 'Lato', sans-serif;
  color: rgb(30, 28, 29);
}

.tratamientos-boton{
  color: #fff;
  background-color: var(--dorado);
  border-color: var(--dorado);
  border: none;
  font-family: 'Lato';
  padding: 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.tratamientos-boton:hover{
  color: var(--dorado);
  background-color: #fff;
  font-weight: 700;
}

.tratamientos-numero{
  display: inline-block;
  font-family: 'Lato-Bold';
  line-height: 3;
  margin-right: 10rem;
}

.tratamientos-numero span{
  color: var(--dorado);
}

.tratamiento2{
  background-color: #f3f3f3;
}

.tratamiento2 h2{
  font-family: 'CLRNDNL';
  font-weight: bold;
}

.tratamiento2 p {
  font-family: 'Lato', sans-serif;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}


.boton-tratamiento{
  color: var(--dorado);
  background-color: transparent;
  border: 2px solid var(--dorado);
  font-family: 'Lato';
  padding: 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.boton-tratamiento:hover {
  background-color: var(--dorado);
  color: #fff;
}

.barra{
  background-image: url("../img/saveup-texto.jpg");
  background-size: cover;
  background-repeat: round;
  text-align: center;
}

.barra p{
  display: inline-block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 50px;
}

.barra span{
  color: #fff;
  font-family: 'Lato-Bold';
  text-transform: uppercase;
}

.barra button{
  background-color: #1e1c1d;
  color: #d9caa2;
  font-family: 'Lato';
  padding: 10px 25px;
  cursor: pointer;
  border: none;
  font-weight: 700;
}

.tratamiento2 {
  padding: 3rem;
}
.tratamiento3{
  background-color: #ffffff;
  padding: 3rem;
}

.tratamiento3 h2{
  margin-top: 2rem;
  font-family: 'CLRNDNL';
  font-weight: bold;
}

.tratamiento3 p{
  font-family: "Lato";
  color: rgb(30, 28, 29);
  line-height: 1.667;
}

footer{
  background-image: url("../img/fondo-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}

.footer-info{
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-nets {
  background-image: -moz-linear-gradient( 128deg, rgb(182,151,90) 0%, rgb(223,210,173) 54%, rgb(182,151,90) 97%);
  background-image: -webkit-linear-gradient( 128deg, rgb(182,151,90) 0%, rgb(223,210,173) 54%, rgb(182,151,90) 97%);
  background-image: -ms-linear-gradient( 128deg, rgb(182,151,90) 0%, rgb(223,210,173) 54%, rgb(182,151,90) 97%);
}

.numero-header{
  color: #b6975a;
  font-family: 'Lato';
}

.numero-header:hover{
  text-decoration: underline;
}

.margin-footer-img{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-footer{
  margin-bottom: 2rem;
}

.margin-footer a{
  background-image: url("../img/rectangulo-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 90px;
  width: 90px;
  padding: 10px 15px;
}

#texto-header{
  font-family: 'Lato';
  color: #1e1c1d;
}

#texto-header i{
  color: #b6975a !important;
}

#barra-row{
  position: relative;
}

#col-izquierda{
  left: 100px;
}

#col-derecha{
  right: 100px;
}

@media (max-width:767px) {
  body{
    overflow-x: hidden !important;
  }

  .container{
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .formulario{
    margin-top: 40px;
    padding-bottom: 20px;
    position: static;
    top: 0;
    z-index: 0;
  }

  .tratamientos-numero{
    display: inline-block !important;
    font-family: 'Lato-Bold' !important;
  }

  #barra-row{
    position: static;
  }

  #col-izquierda{
    left: 0;
  }

  #col-derecha{
    right: 0;
  }

  #col-izquierda p{
    font-size: 30px;
  }

  #col-derecha button{
    margin-bottom: 1rem;
  }

}
.p3 { padding: ; }
.img-section { width: 100%; height: auto; height: 360px; object-fit: cover; }
.tratamiento1-img { height: 310px; object-fit: cover; width: 100%; }
.panel-blanco { background-color: white; padding: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-top:90px; margin-bottom: 60px; }
.form-control { border:none; margin-bottom: 15px; }

@media (max-width: 768px) {
  .form-control { margin-bottom: 10px; }
  .tratamiento2 { padding: 30px 5px; }
  .tratamiento3 { padding: 30px 5px; }
  .procedure-fondo { height: 110px; }
  .tratamiento1-img { margin-bottom: 15px; }
  .mt-5 { margin-top:0px !important }
  .boton-tratamiento { margin-bottom: 30px; }
  .panel-blanco { margin-top:30px; padding: 15px; margin-bottom: 30px; }
}

/*
@media (min-width: 1200px) {
  .row { margin-right: -1vw; margin-left: -1vw; }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 1vw; padding-left: 1vw; }
  .container { max-width: 78%; }
  .banner-landing { height: 80vh; padding-top:10vh; }
  .navbar-brand img { height: 10vh; margin-top:1vh;margin-bottom: 1vh; }
  .mb-3, .my-3, .mb-2, .my-2 { margin-bottom: 2vh!important; }
  .banner-landing button { padding: 2vh; font-size: 2.5vh; }
  .primer-encabezado { font-size: 6vh; }
  .segundo-encabezado { font-size: 10vh !important; }
  .form-control { font-size: 2.6vh; padding: 1.5vh !important; margin-bottom: 2vh;}
  .consultation-boton { width: 30%; margin-top:1vh;margin-bottom: 1vh; transition: all 0.5s ease-out; }
  .tratamiento1-img { height: 50vh; }
  .procedure-fondo { height: 12vh; background-size: contain; }
  .panel-blanco { padding: 5vh !important; margin-top: 5vh; }
  .banner-landing p { font-size: 2.5vh; margin-top: 2vh; }
  .tratamientos-boton { font-size: 2.5vh; padding: 1.5vh 3vh; transition: all 0.5s ease-out; }
  .boton-tratamiento { font-size: 2.5vh; padding: 1.5vh 3vh; transition: all 0.5s ease-out; }
  .tratamiento2 p { font-size: 2.5vh; }
  .tratamiento2 h2, .tratamiento3 h2 { font-size: 3.5vh; }
  .tratamiento3 h2 { margin-top:2vh; }
  .texto p { font-size: 2.5vh; }
  .img-section { height: 50vh; }
  .tratamiento3 p { font-size: 2.5vh; }
  .about { margin-top: -12vh; line-height: 1vh; }
  .about-procedure { font-size: 5vh; margin-bottom: 1vh; }
  .formulario { position: absolute; bottom:-7.8vh; width: 100%;top:auto; }
  .pt-5, .py-5 { padding-top: 8vh!important; }
  .p3 { padding: 5vh; }
}
*/