:root{
  --primary: #fff;
  --secunday:#f1f1f1;
}

/* @font-face {
  font-family:"Oswald", sans-serif;
  src: url(assets/fonts/static/Oswald-Regular.ttf);
} */


*{
box-sizing: border-box;

}

body{
  background-color: #fff;
  font-family: "Oswald", sans-serif;
}

body.body-scroll{
  padding-top: 68px;
}

h1,h2,h3,h4,h5,h6,p,a,label,strong{
  color: #000;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6{
  text-transform: uppercase;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 28px;
}
p{
  line-height: 1.5;
}
a{
  text-decoration: none;
}

.header{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); */
  /* position: absolute; */
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 100;
  transition: 0.7s;
  /* top: 0; */
}


.header__container{
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.nav{
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.nav__link{
  font-size: 16px;
  font-weight: 700px;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  position: relative;
  transition: all .3s ease;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #000;
}
.nav__link:hover{
  transform: scale(1.1);
}
.nav__link::after{
  content: "";
  display: none;
}
.nav__link.primero::after{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height:0px;
  width: 0px;
  background-color: #fff;
}

.arrow-nav{
  width: 20px;
  height: 20pxf;
}


.banner{
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
       background-image: url('https://doctorsebastiansierra.com/wp-content/uploads/2025/09/Valla-web-2.png');
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
}
/* .banner::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  pointer-events: none;
} */

.banner__video{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.container{
  width: 100%;
  max-width: 1400px;
}

.banner__container{
  display: flex;
  height: 100%;
  align-items: start;
  z-index: 5;
  max-width: 1400px;
  pointer-events: none;
  padding-bottom: 40px;
}

.banner__contenido{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  align-items: start;
  z-index: 5;
  gap: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
  pointer-events: none;
}
.banner__img{
  display: none;
}

.banner__title{
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.banner__p{
  display: none;
}

.boton{
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgb(0, 0, 0);
background: linear-gradient(347deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 43%, rgb(0, 0, 0) 100%);
  text-transform: uppercase;
  border: none;
  transition: all .3s ease;
  cursor: pointer;
  color: #ffffff;
  pointer-events:all;
}

.boton.boton__banner{
  background: rgb(255, 255, 255);
background: linear-gradient(347deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 100%);
 color: #000;
}

.boton:hover{
  transform: scale(1.1);
}


.sobremi{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secunday);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.sobremi__container{
  display: flex;
  flex-direction: column;


}

.sobremi__container .left__container{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sobremi__img{
  width: 300px;
  height: 400px;
  object-fit: contain;
  object-position:left;
  margin-bottom: 20px;
}
.sobremi__container .right__container{
  width: 90%;
  padding: 40px 100px 40px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.separator{
  width: 40%;
  height: 2px;
  background-color: #000;
  margin: 15px 0;
}
.separator::after{
  display: none;
}
.separator::before{
  display: none;
}

.servicios{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 20px;
  background-color: #fff;
}

.servicios__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.servicios__container .top__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 40px;
}

.servicios__container .bottom__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.sedice{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sedice__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.sedice__container .top__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.sedice__container .bottom__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.servicio__img__container{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.servicio__img__container .spacer{
  width: 200px;
  height: 200px;
  /* border-radius: 100%; */
  background-color: var(--secunday);
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -50px;
}

.sevicio__title{
  text-align: center;
}

.servicio__img{
  width: 250px;
  height: 250px;
  /* border-radius: 100%; */
  object-fit: cover;
  z-index: 2;
}

.servicio__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.servicio__descripcion{
  text-align: center;
}

.noticia__container{
  width: 80%;
  padding: 20px;
  border: 1px solid #ffffff8f;
}

.noticia__img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top center;
  margin-bottom: 20px;
}

.noticia__title{
  text-align: center;
}

.casos_de_exito{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.casos_de_exito__container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container1{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.container2{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}


.container3{
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.container4{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.contador5{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 20px;
}
.contador5 h3{
  text-align: center;
}


.contador{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.contador__numero{
  font-size: 40px;
  font-weight: 900;
}

  .sobremi_sub_container.lago_img,.sobremi_sub_container.lado_contenido,.sobremi_sub_container.contadores{
  width: 100%;
}

.sobremi_sub_container.contadores{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  gap: 40px;
}
.sobremi__p{
  max-width: 80%;
  color: #000;
}

.sobremi strong{
   color: #000;
}

.contacto{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contacto__container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


.contacto__container .left__container{
  display: none;
}
.contacto__container .right__container{
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacto__img{
  height: 600px;
  object-fit: contain;
}

.contacto__form{
  padding: 20px 20px 40px 20px;
  background-color: var(--secunday);
  border: 1px solid #fff;
}

.form__campo__container{
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}
.form__input{
  padding: 10px;
}

.form__label{
  text-transform: uppercase;
}

.form__submit{
  margin-top: 20px;
  margin-left: 10px ;
}

.mapa{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}


.mapa__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mapa__container h2{
  text-align: center;
}

.mapa__img{
  width: 100%;
  max-width: 700px;
  margin: -80px 0px;
  filter: grayscale(0.8);
}

.opciones_pago{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  background-color: var(--secunday);
}
.opciones_pago__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.opciones_pago__tarjeta_img{
  width: 150px;
}
.opciones_pago__pse_img{
  width: 200px;
}
.opciones_pago__title{
  text-align: center;
  font-size: 24px;
}
.opciones_pago__subtitle{
  font-size: 18px;
  font-weight: 400;
}

.footer{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
  background-color: #fff;
}
.footer__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.comparer__img2{
  clip-path: polygon(0 0 , 50% 0, 50% 100%, 0 100%);
}
.slider{
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: calc( 100% + 40px);
  height: 100%;
  margin-left: -20px;
  background-color: transparent;
  outline: none;
}
.slider::-webkit-slider-thumb{
  -webkit-appearance: none;
  height: 40px;
  width: 40px;
  background: url("https://doctorsebastiansierra.com/wp-content/themes/dimarktema/svg/slider-icon.svg"),
  rgba(255,255,255,0.3);
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
}

.comparer{
  width: 250px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.comparer__img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: top center;
}

.footer__logo{
  width: 300px;
}

.botones{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  margin-top: 20px;
}

.serviciosmenu{
  position: relative;
}

.submenu{
  display: none;
}

.nav__link_sub{
  transition: all .3s ease;
}
.nav__link_sub:hover{
  padding-left: 20px;
  background-color: #fff;
}

.submenu.show{
  display: flex;
  width: 200px;
  padding: 10px;
  flex-direction: column;
  z-index: 100;
  gap: 10px;
  background-color: #fff;
  position: absolute;
      top: 35px ;
}
.header__logo{
  display: block;
  width: 200px;
}

.header.abajo{
  position: fixed;
  width: 100%;
  box-shadow: 1px 1px 10px #0000001f;
  transition: all .3s ease;
  z-index: 100;
  background-color: #fff;
  top: 0;
}
.hamburguer__button{
  display: block;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  width: 20px;
  height: 20px;
}

.nav{
  display: flex;
  flex-direction: column;
  height: 0px;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  transition: all .3s ease;
  top: 100%;
  
}

.nav.responsive{
  height: fit-content;
  z-index: 100;
  position: absolute;
  top: 70px;
}

.footer__social__icons__container{
  display: flex;
  gap: 10px;
}

.social__icon{
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
}

.nav__footer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


@media (min-width:767px) {
  .footer__logo{
  width: 400px;
}
  .nav{
      display: flex;
      height: auto;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      overflow:visible;
      width: auto;
      position: static;
      
  }
  .botones{
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}
.header__logo{
  display: block;
  width: 300px;
}
.sobremi_sub_container.contadores{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  width: 20%;
}

  .sobremi_sub_container.lago_img{
  width: 30%;
}
  .sobremi_sub_container.lado_contenido{
  width: 50%;
  padding-left: 40px;
}

  .nav__link{
      font-size: 16px;
      font-weight: bold;
      padding: 10px 20px;
      color: #000;
  }

  .nav__link::after{
      content: "";
      display: block;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      height: 14px;
      width: 2px;
      background-color: #fff;
  }

  .submenu.show{
      position: absolute;
      top: 35px ;
  }

  .hamburguer__button{
      display: none;
  }

  .header__container{
      padding-top: 20px;
      padding-bottom: 20px;
       display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
    width: 100%;
  max-width: 1400px;

  }

  .banner{
      height: 600px;
      justify-content: center;
      align-items: center;
      background-image: url('https://doctorsebastiansierra.com/wp-content/uploads/2025/09/valla-impresa-scaled.webp');
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .banner__img{
      display: block;
      width: 300px;
      height: 300px;
  }
  .banner__contenido{
      width: 50%;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 0px;
  }
  .banner__p{
      display: block;
      font-size: 28px;
      font-weight: 400;
      line-height: 30px;
      color: #000;
  
  }
  
  .sobremi__container{
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .sobremi__img{
      width: 100%;
      max-width: 570px;
      height: 700px;
        object-fit: contain;
  object-position: top center;
  }
 
  .servicios__container .bottom__container{
      flex-direction: row;
  }
  .sedice__container .bottom__container{
      flex-direction: row;
  }
  .noticia__container{
      width: 25%;
  }
  .container2{
      flex-direction: row;
  }
  
  
  .container3{
      flex-direction: row;
  }
  .container4{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-evenly;
      align-items: center;
  }
  .contacto__container .left__container,.contacto__container .right__container{
      width: 50%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
  }

  .mapa__img{
      margin: -150px 0px;
  }
  .opciones_pago__container{
      flex-direction: row;
  }
  .opciones_pago__title{
      text-align: start;
  }
  .banner::before{
    width: 100%;
    height: 100%;
  }
  body.body-scroll{
  padding-top: 110px;
}


}