@font-face {
    font-family: 'Gotham';
    src: url('./Gotham-font-family-full/Gotham-font-family/Gotham Office/GothamOffice-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham bold';
    src: url('./Gotham-font-family-full/Gotham-font-family/Gotham Office/GothamOffice-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

body{
 font-family:'rubik';
}

#home{
    border-bottom: 1px solid gray;
    background-color: black;
    color: white;
    padding-top: 20px;
    position:fixed;
    top:0;
    width:100%;
    z-index:9;
}

.menu-area{
  display:inline-block;
  height:100%;
  width:100%;
}

.menu-area-main{
  display:inline-block;
  height:100%;
  width:100%;
}

.menu-area-main li{
    float:left;
    list-style:none;
    width: 25%;
    text-align:center;
    height:100%;
    padding-left:2%;
    padding-top:15px;
}

.menu-area-main li a{
    color:white;
    display:block;
    height:100%;
    width:90%;
    text-decoration:none;
}

.active a{
    border-bottom:4px solid #3e999e;
}

.logo{
    padding-bottom:15px;
}

.logo img{
    height:65px;
}

#banner-prinicipal{
    width:100%;
    height:90vh;
    background-image:url('../img/banner-principal.jpg?v=1');
    text-align:center;
    padding-top:20vh;
    position:relative;
    background-position:center;
    margin-top:100px;
}

#banner-prinicipal img{
    height:35vh;
}

.arrow-down-container{
    position: absolute;
    bottom: 0;
    height: 50px;
    text-align: center;
    font-size: larger;
    display: block;
    margin-left: 48%;
    margin-bottom: 35px;
    border:1px solid white;
    border-radius:25px;
    width:50px;
    margin-bottom:35px;
    padding-top:10px;
    color:white;
}

#seccion-responsabilidad{
    background-image:url('../img/responsabilidad-fondo.png?v=1');
    height:724px;
    width:100%;
    color:white;
}

#seccion-responsabilidad h2{
    text-align: center;
    width: 100%;
    margin-top: 170px;
}

#seccion-responsabilidad h3{
    width: 100%;
    text-align: center;
    margin-bottom:70px;
}

.responsabilidad-ul li{
    width:25%;
    float:left;
    list-style:none;
    text-align:center;
}

.responsabilidad-img-container{
    height:100px;
    text-align:center;
    width: 100px;
    display: inline-block;
    border-radius:50px;
    background-color:#2d7076;
    margin-bottom:25px;
}

.img-calibracion{
    height:70%;
    margin-top:15%;
}
.img-servicio{
    height:59%;
    margin-top:20%;
    margin-right:7%;
}
.img-asesoramiento{
    height:66%;
    margin-top:20%;
}
.img-whatsapp{
    height:48%;
    margin-top:26%;
}

.responsabilidad-ul h4{
    font-size:1.3em;
    margin-bottom:20px;
}

.responsabilidad-ul .responsabilidad-text{
  padding:0 5%;
  font-family:'Gotham';
}

#seccion-division{
    background-color:#f3f3f3;
    display:inline-block;
}

#seccion-division .col-xl-6{
  padding:0;
  float:left;
  overflow:hidden;
}

.division-foto-container img{
    width:100%;
    display:block;
    filter: brightness(.3);
}

.division-foto-container ul{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.division-foto-container ul li{
    float:left;
    width:25%;
    height:50%;
    border-left:2px solid white;
    border-bottom:2px solid white;
}

.division-foto-container .hover-blue li:hover{
    background-color:#08aabc78;
}

.division-foto-container .hover-green li:hover{
    background-color:#1e840078;
}

.division-foto-container .hover-orange li:hover{
    background-color:#ff840080;
}


.division-foto-triangulo{
  height:100%;
}

.division-foto-triangulo img{
    height:100%;
}

.seccion-informacion-container{
    display: inline-block;
    padding: 8% 6%;
    width: 72%;
    padding-right: 25px;
}

.seccion-informacion-title{
    font-family:'Gotham';
    font-size:0.95em;
}

.seccion-informacion-subtitle{
    Font-weight:bold;
    font-size:1.4em;
    margin-bottom:20px;
}

.seccion-informacion-btn{
    width: auto;
    display: inline-block;
    margin-top: 25px;
    background-color: black;
    color: white;
    font-family: 'Gotham';
    padding: 5px 15px;
    font-size: small;
    cursor:pointer;
    box-shadow: 1px 2px 3px black;
}

.seccion-informacion-btn a{ color:white;}
.seccion-informacion-btn a:hover{ color:white;}

.seccion-informacion-text{
    font-size: 0.9em;
}

.mamba-blue-color{
    background-color:#3e999e;
}

.mamba-green-color{
    background-color:#2d8a2a
}

.mamba-orange-color{
    background-color:#ca8209
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.franja{
    height: 250px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-top:-5px;
}

.franja img{
    width: 160%;
    margin-left: -40%;
    margin-top: -5%;
}

#accion-section{
    background-image:url('../img/banner-accion.jpg');
    background-size:cover;
    color:white;
    margin-top:-6px;
}

#accion-section h2{
    margin-top: 100px;
    margin-bottom: 25px;
    font-size: xxx-large;
    font-family: 'Rubik';
}

.accion-text{
  margin-bottom:30px;
}

.accion-linea-azul-1{
    display: inline-block;
    padding: 4px 10px;
    padding-right: 30px;
    margin-bottom: 20px;
}

.accion-linea-azul-2{
    display: inline-block;
    padding: 4px 10px;
    padding-right: 80px;
    margin-bottom: 20px;
}

.accion-linea-azul-3{
    margin-bottom: 100px;
    padding: 4px 10px;
    display: inline-block;
    padding-right: 130px;
}

#accion-section img{
    width: 50%;
    margin-left: 25%;
    margin-top: 180px;
}

#main-footer{
    background-color:#f3f3f3;
}

.background-triangulo-footer{
    background-image:url('../img/triangulo-gris.png?v=1');
    background-repeat:no-repeat;
    background-size:contain;
    padding:75px;
}

.background-triangulo-footer h2{
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.background-triangulo-footer form{
    text-align:center;
}

.form-txt{
    width: 100%;
    margin-bottom: 20px;
    border:1px solid black;
    height: 45px;
}

.background-triangulo-footer textarea{
    border:1px solid black;
    width: 100%;
    margin-bottom: 20px;
    height:150px;
}

.btn-black{
    background-color: black;
    color: white;
    padding: 7px 35px;
    text-align: center;
    cursor:pointer;
}

.footer-info-container{
    padding:0 50px;
}

.logo-footer{
    width:100%;
    margin-bottom:30px;
    margin-top:-8px;
}

.footer-info-container h3{
    font-size:large;
    margin-bottom:30px;
}

.footer-info-item{
  color:black
}

.footer-info-item a{
  color:black;
}

.footer-info-item img{
    width:20px;
    margin-bottom:10px;
    margin-top:6px;
    margin-right:7px;
}

.footer-info-item div{
    display:inline;
}

#producto-principal-section{
    height:768px;
    margin-top:100px;
    display:inline-block;
    width:100%;
    background-color:#f3f3f3;
}

#producto-info-container{
    height:100%;
    float:left;
    border-right:2px solid black;
    width:38%;
    padding-right:70px;
}
#producto-galeria-container{
    overflow:hidden;
    padding:0;
    background-image:url(../img/banner-accion.jpg);
    position:relative;
}
#producto-img-principal{
    height:768px;
}

.producto-categoria{
    font-family: 'Gotham';
    margin-top: 35px;
    font-size: large;
}

.producto-nombre{
    font-family: 'Gotham';
    font-size: xx-large;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}

.producto-subtitulo{
    font-family: 'Rubik';
    margin-top: 10px;
    font-size: 1.1em;
}

.producto-descripcion{
    font-family: 'Rubik';
    margin-top: 20px;
    font-size:0.9em;
}

.btn-catalogo{
    margin-top: 10px;
    background-color: #736262;
    display: inline-block;
    color: white;
    padding: 6px 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-catalogo:hover{
    color:white!important;
}

#producto-especificaciones-section{
    overflow: hidden;
    margin-top: -7px;
    font-size:larger;
    padding-bottom:50px;
}

#producto-especificaciones-section img{
    width: 250%;
    margin-left: -21%;
    margin-top:-13%;
}

#producto-especificaciones-section .container{
    margin-top: -32%;
    color: white;
}

.producto-especificaciones-titulo{
    display: inline-block;
    width: 50%;
    border: 2px solid white;
    padding: 10px 20px;
    text-shadow:1px 1px 1px black;
}

.producto-especificaciones-texto{
    width: 100%;
    margin-top: 15px;
    white-space:pre-wrap;
    text-shadow:1px 1px 1px black;
}

.producto-nota{
    margin-top: 20px;
    background-color: #f3f3f3;
    color: black;
    padding: 10px 15px;
}

.producto-triangulo-container{
    width: 12%;
    float: left;
}

.producto-triangulo-container img{
    width:90%;
}

#producto-img-listado{
    float: right;
    width: 20%;
    overflow: hidden;
    position:absolute;
    height:650px;
    padding-left:10px;
    bottom:0;
    right:0;
}

.producto-img-item{
    width: 80px;
    height: 80px;
    background: white;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
    border:1px solid black;
}

.producto-img-item img{
    height:100%;
}

.producto-img-div{
    position: absolute;
    top: 10px;
}

#productos-section{
    margin-top:100px;
    min-height:724px;
}

.back-categoria-1{
    background-image:url('../img/triangulo-azul.png');
    background-repeat:no-repeat;
    background-size:8%;
}

.back-categoria-2{
    background-image:url('../img/triangulo-green.png');
    background-repeat:no-repeat;
    background-size:8%;
}

.back-categoria-3{
    background-image:url('../img/triangulo-mostaza.png');
    background-repeat:no-repeat;
    background-size:8%;
}

#productos-section h1{
    margin-top:75px;
    margin-left:1em;
}

#productos-section ul{
    list-style:none;
    margin-top:50px;
}

#productos-section ul li{
    width:24%;
    float:left;
    cursor:pointer;
    border:3px solid #585757;
    margin:5px;
}

#productos-section ul li a{
    text-decoration:none;
}

.li-categoria-1:hover{
    filter:grayscale(0)!important;
    border:3px solid #3e999e!important;
}

.li-categoria-1:hover .productos-title{
    background-color:#3e999e;
}

.li-categoria-2:hover{
    filter:grayscale(0)!important;
    border:3px solid #2d8a2a!important;
}

.li-categoria-2:hover .productos-title{
    background-color:#2d8a2a;
}

.li-categoria-3:hover{
    filter:grayscale(0)!important;
    border:3px solid #ca8209!important;
}

.li-categoria-3:hover .productos-title{
    background-color:#ca8209;
}


#productos-section ul li img{
    width:100%;
}

.productos-title{
    text-align:center;
    font-size:0.9em;
    padding:5px 0;
    overflow:hidden;
    color:white;
    background-color:#585757;
}

.producto-pdfs{
    width:50%;
    float:right;
    font-size:0.9em;
}

.pdf-div-container a{
    color:white;
    padding-left:30px;
    text-shadow:1px 1px 1px black;
}

.pdf-div-container a i{
    margin-right:5px;
}

.quienes-somos{
    margin-top: 100px;
    margin-bottom: 100px;
    background-image:url('../img/triangulo-azul.png');
    background-repeat:no-repeat;
    background-size:8%;
}

.quienes-somos h1{
    margin-top: 100px;
    margin-bottom: 25px;
    font-family: 'Gotham';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
}

.quienes-somos .container .row div{
    font-size: 1.1em;
    font-family: 'Gotham';
}

.que-nos-distingue{
    color: white;
    font-family: 'Gotham';
    padding-bottom: 100px;
}

.que-nos-distingue h1{
    margin-top: 100px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
}

.que-nos-distingue ul{
    padding-left:10px;
}

.que-nos-distingue ul li{
    font-size:1.1em;
    margin-top:25px;
}

ul li::marker {
    font-size: 30px; /* Ajusta el tamaño según tu preferencia */
}

.que-nos-distingue ul li::first{
  margin-top:initial;
}

.bienvenidos{
  padding-bottom:100px;
  background-color:#080c17;
  color:white;
}

.bienvenidos img{
    width: 20%;
    margin-left: 40%;
    padding-top: 100px;
}

.bienvenidos .container .row div{
    text-align: center;
    width: 100%;
    margin-top: 25px;
    font-size: 1.4em;
}

.bienvenidos .container{
    padding-top:100px;
}

.bienvenidos .container .row{
    border:5px solid #3e999e;
    padding-bottom:100px;
}

.bienvenidos p{
    font-size: 1.4em;
    margin-bottom:0;
}

.servicios{
    margin-top:100px;
    font-family:'Gotham';
    margin-bottom:-21px;
    background-image:url('../img/triangulo-azul.png');
    background-repeat:no-repeat;
    background-size:8%;
}

#servicios-info-container{
    padding:50px;
}

#servicios-info-container h2{
    text-transform:uppercase;
}

#servicios-info-container h1{
    text-transform:uppercase;
}

#servicios-info-container div{
    margin-top:50px;
    margin-bottom:50px;
}

.servicios ul{
    width: 100%;
    display: inline-block;
    padding: 0;
}

.servicios ul li{
    width:50%;
    float:left;
    overflow:hidden;
    cursor:pointer;
    position: relative;
    border:3px solid white;
}

.servicios ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#08aabc78; /* Color celeste transparente */
    z-index: 1; /* Asegura que el pseudo-elemento quede por delante de la imagen */
    opacity: 0; /* Por defecto, es invisible */
    transition: opacity 0.3s ease; /* Transición suave al pasar el mouse */
}

.servicios ul li:hover::before {
    opacity: 1; /* Hace visible el fondo celeste al pasar el mouse */
}

.servicios ul li img{
    width:100%;
    z-index: 0;
    display: block;
}

#servicios-logo-mamba{
    width:30%;
    float:left;
}

#servicios-logo-neotech{
    width:50%;
    float:right;
}

#servicios-img-container{
    padding:0;
}

#home i{
    display:none;
}

#foto-medicinal-index-mobile{
  display:none;
}
#foto-medicinal-index-desktop{
  display:initial;
}

#whatsapp-fixed{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3em;
  background: green;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 0px;
  border-radius: 50px;
  padding-bottom: 17px;
  box-shadow: 1px 2px 3px black;
}

#whatsapp-fixed a{
  color:white;
}

@media (max-width: 767px) {
  .menu-area{
    width:100vh;
    height:100vh;
    font-size:1.5em;
    display:none;
  }

  .menu-area-main{
    padding:10px;
    height:initial;
  }

  .menu-area-main li{
    float:initial;
    height:initial;
    padding-left:initial;
    text-align:left;
  }

  .logo{
    display:inline-block;
  }

  #home i{
    display:initial;
    float:right;
    font-size:2em;
    padding-top:12px;
  }

  #banner-prinicipal img{
    height:25vh;
  }

  #seccion-responsabilidad h2{
    margin-top:80px;
  }

  .responsabilidad-ul{
    padding:0;
  }

  .responsabilidad-ul li{
    width:100%;
    margin-bottom:50px;
  }

  #seccion-responsabilidad{
    height:initial;
  }

  .division-foto-triangulo{
    display:none;
  }

  .seccion-informacion-container{
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
  }

  .seccion-informacion-text{
    font-size:1.1em;
  }

  .seccion-informacion-btn{
    font-size:1em;
  }

  #foto-medicinal-index-mobile{
    display:initial;
  }
  #foto-medicinal-index-desktop{
    display:none;
  }

  .franja{
    height:70px;
  }

  #accion-section h2{
    font-size:xx-large;
    margin-top:50px;
  }

  .accion-text{
    font-size:1.1em;
  }

  .accion-linea-azul-3{
    margin-bottom:50px;
  }

  #accion-section img{
    margin-top: 0px;
    margin-bottom:50px;
  }

  .background-triangulo-footer{
    padding:50px 5px;
    padding-top:110px;
  }

  .btn-black{
    width:100%;
  }

  .footer-info-container{
    padding-top:50px;
  }

  .quienes-somos h1{
    margin-top:25px;
  }

  .quienes-somos{
    margin-bottom:50px;
    padding:0 40px;
    background-size:10%;
  }

  .que-nos-distingue{
    padding:0 40px;
    padding-bottom:50px;
  }

  .que-nos-distingue h1{
    margin-top:50px;
  }

  .bienvenidos{
    padding-bottom:0px;
  }

  .bienvenidos .container{
    padding:25px;
  }

  .bienvenidos .container .row{
    padding-bottom:50px;
    margin-right:0;
    margin-left:0
  }

  .bienvenidos img{
    width: 50%;
    margin-left: 25%;
    padding-top: 60px;
  }

  .bienvenidos .container .row div{
    padding:10px;
    font-size:1.3em;
  }

  #servicios-info-container{
    padding:40px;
  }

  .servicios{
    background-size:10%;
  }

  #servicios-info-container h2{
    font-size: 1.4em;
  }

  #servicios-info-container h1{
    font-size: 1.8em;
  }

  #servicios-info-container div{
    margin-top:25px;
    margin-bottom:25px;
  }

  .back-categoria-1{
    background-size:10%;
  }

  #productos-section{
    padding:0 10px;
  }

  #productos-section h1{
    margin-top:25px;
    font-size:1.8em;
  }

  #productos-section ul{
    padding:0;
    margin-top:0px;
  }

  #productos-section ul li{
    width:100%;
    margin:0;
    margin-top:10px;
    padding:0;
  }

  .productos-title{
    font-size:1.1em;
  }

  .producto-triangulo-container{
    width:10%;
  }

  #producto-principal-section{
    height:initial;
  }

  #producto-info-container{
    width:90%;
    padding-right:25px;
    padding-bottom:50px;
  }

  .producto-subtitulo{
    font-size:1.3em;
  }

  .producto-descripcion{
    font-size:1.1em;
  }

  #producto-img-principal{
    height:initial;
    width:78%;
  }

  #producto-img-listado{
    height:100%;
    top:0;
    bottom:initial;
    width:23%;
  }

  .producto-img-item{
    width:90%;
    height:50px;
  }

  .producto-img-div{
    top:0px;
  }

  #producto-especificaciones-section{
    padding:50px 8%;
  }

  .producto-especificaciones-titulo{
    width:100%;
    font-size:1.3em;
    margin-bottom:15px;
  }

  .producto-nota{
    padding: 15px 30px;
  }

  .producto-pdfs{
    width:100%;
    font-size:0.85em;
  }

  .pdf-div-container a{
    padding-left:0;
  }

  .pdf-div-container a i{
    margin-bottom:10px;
  }

  #producto-especificaciones-section img{
    display:none;
  }

  #producto-especificaciones-section .container{
    margin-top:initial;
  }
}

