* {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #111;
  background-color: #fff;
}



/* HEADER */
.site-header {
  background: #fff;
  padding: 2%;
  position: fixed;

  top: 0;
  width: 100%;
  z-index: 1100;
  border-bottom: 1px solid #eee;
}

.container {
  margin: auto;
  padding: 0 2%;
    max-height: 200px;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
    max-height: 200px;
}

.logo {
  margin-left: 4%;
  height: 50px;
  width: auto;
  transition: 0.3s ease;
}

.logo:hover{
  transform: scale(1.5);
}

.main-nav {
  display: flex;
  column-gap: 60px;
  margin-left: 6%;
  margin-right: 6%;
}

.main-nav a {
  white-space: nowrap;
  margin: 15px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}

.main-nav a:hover{
  transform: scale(1.1);
  color: #c99616;
}


.social {
  display:block;
  text-align: center;
  justify-content: center;
}
.social img {
  width: 25px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  transition: 0.3s ease;
}
.social img:hover{
  transform: scale(1.2);
}

.social span {
  font-size: 12px;
  font-style: italic; 
}





/* HERO */
.hero {
  margin-top: 100px;
  padding: 10px;
  text-align: center;
  background-color: #f2f2f2;
}
.hero-logo {
  margin-top: 50px;
  height: 200px;
  width: auto;
  margin-bottom: 30px;
}
.hero .sub {
  font-size: 16px;
  color: #888;
  margin-bottom: 50px;
}
.hero .years {
  font-style: italic;
  font-size: 20px;
  color: #7e8ca4;
}
.hero h1 {
  font-size: 36px;
  margin: 10px 0;
  color: #111;
}



/* BENEFITS */
.benefits {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.benefits div {
  width: 30%;
}
.icon2 {
  width: 30px;
  margin-bottom: 10px;
}
.icon1 {
  width: 45px;
  margin-bottom: 0px;
}
.benefits h3 {
  font-size: 16px;
  margin: 10px 0;
}
.benefits h2 {
  font-size: 40px;
  color: #fff;
}



/* PRODUCT SECTION */

.inicio-section4{
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 1%;
    display: column;
    transition: 0.3s ;
}

.inicio-section4 .logooro {
  margin-top: 60px;
    width: 80px;
    height: auto;
}


.inicio-section4 .tucabello {
  padding: 1%;
  width: 330px;
  height: auto;
}

.tucabello:hover,
.logooro:hover{
  transform: scale(1.1);
}

.inicio-section4 h3{
  color: white;
  font-weight: 100;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  margin-bottom: 40px;
}


.video-section{
    min-height: 65vh;
    max-height: 65vh;
    min-width: 120vh;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.inicio-section {
  z-index: 1;
  color: #fff;
  padding: 200px;
  text-align: center;
  position: absolute;
}

.inicio-section h2 {
  font-size: 36px;
  font-weight: bold;
}

.inicio-section h4 {
  font-size: 22px;
  font-weight: 400;
}

.inicio-section a {
  display: inline-block;
  margin-top: 15px;
  background: #000;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 10px 20px;
  max-width: 250px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
}

.inicio-section a:hover {
  background: #333;
}


.inicio-section2{
  display: flex;
}

.inicio-section2 img {
  height: 320px;
  width: auto;
  margin-top: 90px;
  margin-left: 10%;
  padding: 1%;
  position: absolute;
  z-index: 1000;
  transition: 0.3s ease;
}

.inicio-section2 img:hover{
  transform: scale(1.2);
}



.inicio-section3 img{
  margin-bottom: -10px;
}





/* WhatsApp */
.whatsappindex-float {
  background-color:#3cc71a;
  position: fixed;
  border-radius: 30px;
  bottom: 10%;
  left: 80%;
  max-width: max-content;
  transition: 0.3s ease;
  z-index: 1000;
}

.whatsappindex-float:hover{
  transform: scale(1.2);
}

.whatsappindex-float a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  text-decoration: none;
}
.whatsappindex-float img {
  margin-right: 10px;
  width: 50px;
}

.whatsapp-float {
  position: fixed;
  bottom: 10%;
  left: 85%;
}
.whatsapp-float img {
  width: 50px;
}




/* FOOTER */

.footer {
  position: bottom;
  background: #e5e0df;
  text-align: center;
  padding: 30px 20px;
  font-family: 'Montserrat', sans-serif;
}

.footer-nav {
  display: block;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 15px;
}

.footer-nav a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  font-size: 14px;
}

.footer-info p {
  color: #666;
  font-size: 13px;
  margin: 3px 0;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.footer-social img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}

.footer-social img:hover {
  opacity: 0.7;
}






/* PRODUCTOS PAGE */

.productofirst-seccion {
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.productofirst-seccion .productofirst-contenido {
  padding: 20px 30px;
  border-radius: 5px;
  max-width: 45%;
}

.productofirst-contenido h4 {
  font-size: 20px;
  letter-spacing: 6px;
  color: #b4b4b4;
}

.productofirst-contenido h2 {
  font-size: 36px;
  margin: 10px 0;
  font-weight: 600;
  color: #ececec; /* Cambialo si querés variar */
}




.producto-seccion {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.producto-seccion .producto-contenido {
  padding: 20px 30px;
  border-radius: 5px;
  max-width: 25%;
}

.producto-contenido h4 {
  font-size: 20px;
  letter-spacing: 6px;
  color: #ccc;
}

.producto-contenido h2 {
  font-size: 36px;
  margin: 10px 0;
  font-weight: 600;
  color: #ececec; /* Cambialo si querés variar */
}





.producto-seccionizq {
  display: flex;
  align-items: center;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.producto-seccionizq .producto-contenidoizq {
  padding: 20px 30px;
  margin-left: 250px;
  border-radius: 5px;
  max-width: 25%;
}

.producto-contenidoizq h4 {
  font-size: 20px;
  letter-spacing: 6px;
  color: #ccc;
}

.producto-contenidoizq h2 {
  font-size: 36px;
  margin: 10px 0;
  font-weight: 600;
  color: #ffffff; /* Cambialo si querés variar */
}

.producto-contenidoizq .finishingh2 {
  font-size: 36px;
  margin: 10px 0;
  font-weight: 600;
  color: #000000; /* Cambialo si querés variar */
}

.producto-contenidoizq .finishing {
  font-size: 20px;
  letter-spacing: 6px;
  color: #4d4d4d;
}




.producto-seccionder {
  display: flex;
  align-items: center;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.producto-seccionder .producto-contenidoder {
  margin-left: 35%;
  padding: 20px 30px;
  border-radius: 5px;
  max-width: 45%;
}

.producto-contenidoder h2 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 600;
  color: #000000; 
}











.producto-contenido a {
  display: inline-block;
  margin-top: 15px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
  max-width: 50%;
  min-width: 150px;
}

.producto-contenido a:hover {
  background: #333;
}

.producto-contenidoder a {
  display: inline-block;
  margin-top: 15px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
  max-width: 50%;
  min-width: 150px;
}

.producto-contenidoder a:hover {
  background: #333;
}

.producto-contenidoizq a {
  display: inline-block;
  margin-top: 15px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  max-width: 50%;
  min-width: 150px;
  transition: background 0.3s;
}

.producto-contenidoizq a:hover {
  background: #333;
}

.productofirst-contenido a {
  display: inline-block;
  margin-top: 15px;
  background: #ffffff;
  color: #000000;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  max-width: 50%;
  min-width: 150px;
  transition: background 0.3s;
}

.productofirst-contenido a:hover {
  background: #333;
}







/* MENU PRODUCTOS */

.menu-section {
  margin-top: 110px;
  position: fixed;
  background: #fff;
  padding: 2% ;
  text-align: center;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}


.menu-contenido {
  display: flex;
}

.menu-contenido a {
  margin: 15px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 14px;
}

.menu-contenido a:hover{
  color: #c99616;
}




/* REPARADORES PAGE */


.lino-section {
  background-image: url(img/serum-lino.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
  padding: 20px;
  color: #fff;
}

.lino-section .lino-contenido {
  margin-top: 200px;
  padding: 2%;
  max-width: 25%;
  min-width: 200px;
  margin-bottom: 180px;
  margin-left: 20%;
}

.lino-contenido img {
  width: 400px;
  height: auto;
}

.lino-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #ccc;
}






.serum-section {
  background-image: url(img/serum-coco.jpg);
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
  padding: 20px;
  color: #fff;
}

.serum-section .serum-contenido {
  padding: 2%;
  margin-top: 150px;
  max-width: 25%;
  min-width: 200px;
  margin-bottom: 180px;
  margin-left: 50%;
}

.serum-contenido img {
  width: 400px;
  height: auto;
}
.serum-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #000000;
}



.bios-section {
  background-image: url(img/bioesfera.jpg);
  background-position: center bottom;
  background-size:cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
  padding: 20px;
  color: #fff;
}

.bios-section .bios-contenido {
  padding: 2%;
  margin-top: 150px;
  max-width: 25%;
  min-width: 200px;
  margin-bottom: 80px;
  margin-left: 50%;
}

.bios-contenido img {
  width: 400px;
  height: auto;
}
.bios-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #000000;
}







/* TRIPLE ACCION */


.Triplelino-section {
  background-image: url(img/fondotriplelino.jpg);
  background-position: center ;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.Triplelino-section .Triplelino-contenido {
  background-color: #ececec;
  display: flex;
  padding: 2%;
  margin-top: 0px;
  margin-left: 15%;
  max-width: 30%;
  min-width: 400px;
}

.Triplelino-contenido .texto {
  margin-top: 260px;
  margin-bottom: 70px;
  display: block;
}

.Triplelino-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.Triplelino-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.Triplelino-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(212, 142, 12);
}

.Triplelino-contenido h5 {
  font-family: 'Montserrat', sans-serif;
  background-color: #222;
  font-size: 15px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  max-width: max-content;
}

.Triplelino-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}




.TripleK-section {
  background-image: url(img/fondotriplek.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.TripleK-section .TripleK-contenido {
  background-color: #ececec;
  display: flex;
  padding: 2%;
  margin-top: 0px;
  margin-left: 15%;
  max-width: 30%;
  min-width: 400px;
}

.TripleK-contenido .texto {
  margin-top: 70px;
  margin-bottom: 70px;
  display: block;
}

.TripleK-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.TripleK-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.TripleK-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  background-color:rgb(216, 99, 4);
  max-width: max-content;
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(255, 255, 255);
}

.TripleK-contenido h5 {
  font-family: 'Montserrat', sans-serif;
  background-color: #222;
  font-size: 15px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  max-width: max-content;
}

.TripleK-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}





.TripleA-section {
  background-image: url(img/fondotripleargan.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.TripleA-section .TripleA-contenido {
  background-color: #ececec;
  display: flex;
  padding: 2%;
  margin-top: 0px;
  margin-left: 55%;
  max-width: 30%;
  min-width: 400px;
}

.TripleA-contenido .texto {
  margin-top: 70px;
  margin-bottom: 70px;
  display: block;
}

.TripleA-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.TripleA-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.TripleA-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  background-color:rgb(237, 240, 91);
  max-width: max-content;
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(0, 0, 0);
}

.TripleA-contenido h5 {
  font-family: 'Montserrat', sans-serif;
  background-color: #222;
  font-size: 15px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  max-width: max-content;
}

.TripleA-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}






.TripleC-section {
  background-image: url(img/fondotriplecoco.jpg);
  background-position: center ;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.TripleC-section .TripleC-contenido {
  background-color: #ececec;
  display: flex;
  padding: 2%;
  margin-top: 0px;
  margin-left: 55%;
  max-width: 30%;
  min-width: 400px;
}

.TripleC-contenido .texto {
  margin-top: 70px;
  margin-bottom: 70px;
  display: block;
}

.TripleC-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.TripleC-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.TripleC-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  color:rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
}

.TripleC-contenido h5 {
  font-family: 'Montserrat', sans-serif;
  background-color: #222;
  font-size: 15px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  max-width: max-content;
}

.TripleC-contenido img {
  width: 200px;
  height: auto;
}

.TripleC-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}






/* BI-PHASE */


.BphL-section {
  background-image: url(img/bphl.jpg);
  background-position: center ;
  background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.BphL-section .BphL-contenido {
  display: flex;
  padding: 2%;
  margin-left: 55%;
  margin-bottom: 70px;
  min-width: 400px;
  max-width: 25%;
}

.BphL-contenido .texto {
  margin-top: 260px;
  margin-bottom: 70px;
  display: block;
}

.BphL-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.BphL-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.BphL-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(0, 0, 0);
}


.BphL-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}




.BphK-section {
  background-image: url(img/bphk.jpg);
  background-position: center ;
  background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.BphK-section .BphK-contenido {
  display: flex;
  padding: 2%;
  margin-left: 55%;
  margin-bottom: 70px;
  min-width: 400px;
  max-width: 25%;
}

.BphK-contenido .texto {
  margin-top: 100px;
  margin-bottom: 70px;
  display: block;
}

.BphK-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.BphK-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.BphK-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(0, 0, 0);
}


.BphK-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}




.BphC-section {
  background-image: url(img/bphc.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.BphC-section .BphC-contenido {
  display: flex;
  padding: 2%;
  margin-left: 55%;
  margin-bottom: 70px;
  min-width: 400px;
  max-width: 25%;
}

.BphC-contenido img {
  width: 200px;
  height: auto;
}

.BphC-contenido .texto {
  margin-top: 100px;
  margin-bottom: 70px;
  display: block;
}

.BphC-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.BphC-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.BphC-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(0, 0, 0);
}


.BphC-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}





/* FINISHING */


.brillo-section {
  background-image: url(img/brillo.jpg);
  background-position: center ;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.brillo-section .brillo-contenido {
  background-color: #ececec;
  display: flex;
  padding: 2%;
  margin-left: 55%;
  min-width: 400px;
  max-width: 25%;
}

.brillo-contenido .texto {
  margin-top: 260px;
  margin-bottom: 70px;
  display: block;
}

.brillo-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.brillo-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.brillo-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(212, 142, 12);
}

.brillo-contenido h5 {
  font-family: 'Montserrat', sans-serif;
  background-color: #222;
  font-size: 15px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  max-width: max-content;
}

.brillo-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 90%;
}







.cera-section {
  background-image: url(img/cera.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;
  color: #ffffff;
}

.cera-section .cera-contenido {
  background-color: #ececec;
  display: flex;
  padding: 2%;
  margin-left: 20%;
  min-width: 400px;
  max-width: 30%;
}

.cera-contenido .texto {
  margin-top: 70px;
  margin-bottom: 70px;
  display: block;
}

.cera-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.cera-contenido h1 {
  margin-top: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: rgb(0, 0, 0);
}

.cera-contenido h2 {
  font-family: 'Montserrat', sans-serif;
  background-color:rgb(216, 99, 4);
  max-width: max-content;
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
  color: rgb(255, 255, 255);
}

.cera-contenido h5 {
  font-family: 'Montserrat', sans-serif;
  background-color: #222;
  font-size: 15px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  max-width: max-content;
}

.cera-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 100%;
}




/* CONTACTO */


.contact-section {
  background-image: url(img/22.jpg);
  background-position: center;
  background-size: cover; 
  background-attachment: fixed;
  align-items: center;
  display: flex;
  position: relative;

}

.contact-section .contact-contenido {
  display: flex;
  padding: 20px;
  margin-top: 100px;
  margin-left: 20%;
  max-width: 30%;
}

.contact-contenido .texto {
  margin-top: 50px;
  margin-bottom: 40px;
  display: block;
}

.contact-contenido h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: rgb(0, 0, 0);
}


.contact-contenido div {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 30px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  max-width: 400px;
  min-width: 200px;
}






.form-container {
  max-width: 800px;
  min-width: 400px;
  margin: 40px auto;
  padding: 20px;
  background: #00000010;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

input,
select,
textarea,
button {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

textarea {
  resize: none;
  min-height: 150px;
  grid-column: 1 / 3;
}

button {
  grid-column: 1 / 3;
  justify-self: end;
  background: rgb(0, 0, 0);
  border: 1px solid #9c9c9c;
  color: white;
  cursor: pointer;
}

button:hover {
  background: #f0f0f0;
  color: #000;
}

@media screen and (max-width: 600px) {
  form {
    grid-template-columns: 1fr;
  }

  textarea,
  button {
    grid-column: 1;
    width: 100%;
  }

  button {
    justify-self: center;
  }
}


/* CONSTRUCCION */

.construccion div{
  text-align: center;
  align-content: center;
  font-size: 40;
    padding: 400px 50px;
}






/* CATALOGO */


.catalogo-contenido {
  margin-top: 150px;
  background-color: white;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.catalogo-contenido .pdf {
  margin-top: 10px;
  width: 30px;
  height: auto;
}
.catalogo-contenido a {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 30px;
  font-size: 400;
  letter-spacing: 3px;
  text-decoration: none;
  color: #000000;
}

.catalogo-contenido .catalogo {
  margin-top: 10px;
  width: 600px;
  height: auto;
}






/* Responsive */
@media (max-width: 768px) {
  .producto-contenido {
    max-width: 100%;
    padding: 15px;
  }

  .producto-contenido h2 {
    font-size: 28px;
  }

  .producto-contenido h4 {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .producto-contenido a {
    padding: 8px 15px;
    font-size: 13px;
  }
}








@media (max-width: 768px) {

  .nav-content,
  .main-nav,
  .benefits,
  .producto-seccion,
  .producto-seccionizq,
  .producto-seccionder,
  .Triplelino-contenido,
  .TripleK-contenido,
  .TripleA-contenido,
  .TripleC-contenido,
  .BphL-contenido,
  .BphK-contenido,
  .BphC-contenido,
  .bios-contenido,
  .serum-contenido,
  .lino-contenido,
  .cera-contenido,
  .brillo-contenido,
  .contact-section {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 10px !important;
    max-width: 100% !important;
  }

.social,
.logo {
  display: none;
}
.container .nav-content{
    flex-direction: column;
    position: absolute;
    row-gap: 10px;
    margin-top: 30px;
    margin-bottom: 180px !important;
}

  .main-nav {
    flex-direction: column;
    row-gap: 10px;
  }

  .hero{
    margin-top: 180px;
  }
  .hero-logo {
    width: 250px;
    height: auto;
  }

  .benefits div {
    width: 100%;
    margin-bottom: 20px;
  }

    .video-section {
      display: none;
    }

  .producto-contenido,
  .producto-contenidoizq,
  .producto-contenidoder,
  .productofirst-contenido {
    max-width: 100% !important;
    background-size: cover;
    margin: 0 auto;
    margin-left: 0px !important;
    align-items: center;
      
  }
  .productofirst-contenido {
      margin-top: 100px;
  }

  .producto-contenido h2,
  .producto-contenidoizq h2,
  .producto-contenidoder h2,
  .productofirst-contenido h2 {
    font-size: 20px;
    margin-left: 0px !important;
    align-items: center;
  }

  .producto-contenido h4,
  .producto-contenidoizq h4,
  .producto-contenidoder h4,
  .productofirst-contenido h4 {
    font-size: 13px;
    letter-spacing: 2px;
    margin-left: 0px !important;
        align-items: center;
  }

  .whatsappindex-float {
    left: 40%;
    bottom: 5%;
  }

    .whatsapp-float {
    left: 80%;
    bottom: 5%;
  }

  .Triplelino-contenido,
  .TripleK-contenido,
  .TripleA-contenido,
  .TripleC-contenido,
  .bios-contenido,
  .serum-contenido,
  .lino-contenido,
  .BphL-contenido,
  .BphK-contenido,
  .BphC-contenido,
  .cera-contenido,
  .brillo-contenido,
  .contact-contenido {
    min-width: 90% !important;
    margin-left: 0 !important;
  }

  .Triplelino-contenido .texto,
  .BphL-contenido .texto,
  .brillo-contenido .texto,
  .lino-contenido img {
    margin-top: 350px;
  }

  .catalogo-contenido{
    margin-top: 250px;
  } 

  .contact-contenido .texto {
    margin-top: 120px;
  }


  .bios-contenido img,
  .serum-contenido img,
  .lino-contenido img {
    width: 300px;
    height: auto;
  } 

  .catalogo-contenido {
    flex-direction: column;
  }

  .catalogo-contenido .catalogo {
    width: 90%;
  }

  .form-container {
    min-width: auto;
    width: 95%;
  }

  .menu-section {
    margin-top: 215px;
    position: fixed;
  }

  .footer-nav {
    gap: 10px;
  }

  .footer-social {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero .years {
    font-size: 16px;
  }

  .hero .sub {
    font-size: 14px;
  }

  .video-section {
    min-height: auto;
    max-height: none;
    min-width: auto;
  }

  .product-section {
    padding: 80px 20px;
    position: relative;
  }

  .product-section h2 {
    font-size: 24px;
  }

  .product-section h4 {
    font-size: 16px;
  }

  .product-section a {
    padding: 8px 15px;
    font-size: 13px;
  }
}
