/* 
    Created on : 03 abril. 2025, 09:07:48
    Author     : Eric Palacios Portilla
*/
html {
    scroll-behavior: smooth;
}
#servilletas, #portavasos, #vasos {
    scroll-margin-top: 80px; /* Ajusta según el tamaño del header */
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'poppinsbold';

}
p{
    font-family: 'poppinsregular';
    color: #54555a;
}
strong{
    font-family: 'poppinssemibold';
}
.navbar{
    z-index: 1;
}
.nav-link{
    font-family: 'poppinsbold';
    font-size: 18px;
    color: #54555a;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
.nav-link.menu-int {
    color: #54555a;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #a7d332;
}
.nav-seccion-interior .navbar-nav .nav-link.active, .nav-seccion-interior .navbar-nav .nav-link.show{
    color: #ab0ee7;
}
.nav-link:focus, .nav-link:hover {
    color: #a7d332;
}
.nav-seccion-interior .nav-link:focus, .nav-seccion-interior .nav-link:hover {
    color: #ab0ee7;
}
.navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.nav-seccion-interior .navbar-toggler {
    color: rgba(170,14,230,1);
    border-color: rgba(170,14,230,1);
}
.navbar-toggler:focus {
    box-shadow:  rgb(255, 255, 255) 0px 0px 0px 2px;
}
.nav-seccion-interior .navbar-toggler:focus {
    box-shadow:  rgb(170, 14, 230) 0px 0px 0px 2px;
}
.navbar-toggler-icon{
    color: rgba(84,85,90,1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2884, 85, 90, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-seccion-interior .navbar-toggler-icon{
    color: rgba(170,14,230,1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28170, 14, 230, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.container-navbar-contacto{
    position: relative;
    width: 200px;
    overflow: hidden;
    clear: both;
    height: auto;
    min-height: 40px;
}
.container-icon-navbar-contacto{
    position: relative;
    float: left;
    width: 100px;
}
.container-icon-navbar-whats{
    position: relative;
    float: left;
    width: 100px;
}
.icon-whats{
    display: block;
    width: 30px;
    height: 30px;
    float: right;
}
.icon-mail{
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin-left: 40px;
    margin-top: -1px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}
.carousel-control-prev-icon {
    background-image: url("../images/arrow-left.svg");
}
.carousel-control-prev {
    left: -2%;
}
.carousel-control-next-icon {
    background-image: url("../images/arrow-rigth.svg");
}
.carousel-control-next {
    right: -2%;
}
.carousel-caption {
    top: 8vh;
    bottom: 0;
}
.carousel-caption h1{
    font-family: 'poppinsbold';
    color: #a7d332;
    font-size: 78px;
    text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    line-height: 1.2;
}
.carousel-caption h4{
    font-family: 'poppinsregular';
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.4);

}
.carousel-caption p{
    font-family: 'poppinsmedium';
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.4);
}
.btn-slider{
    background-color: #a7d332;
    border-color: #a7d332;
    font-family: 'poppinsmedium';
    color: #ffffff;
    font-size: 20px;
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 1px 9px 30px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 9px 30px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 1px 9px 30px 0px rgba(0, 0, 0, 0.23);
}
.btn-slider:hover{
    background-color: #53545a;
    border-color: #53545a;
}

.bg-highlights-1{
    position: relative;
    width: 100%;
    background-image: url("../images/bg-highlights-1.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    height: 180px;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-highlights-1 p{
    font-family: 'poppinsmedium';
    color: #ffffff;
    line-height: 1.2;
}
.img-highlights-1{
    height: 300px;
    margin-top: -100px;
}
.home-productos{
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-productos h3{
    font-family: 'poppinsbold';
    color: #a7d332;
    text-align: center;
    margin-bottom: 50px;
}
.container-producto{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 220px;
    border-radius: 50px;
    padding: 0 50px ;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra horizontalmente */
    text-align: center;

}
.container-producto .text-producto{
    position: absolute;
    width: 100%;
    bottom: 3vh;
    font-family: 'poppinsbold';
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.48);
}
.btn-mas{
    background-color: #a7d332;
    border-color: #a7d332;
    font-family: 'poppinsmedium';
    color: #ffffff;
    font-size: 20px;
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
    margin: 0 auto;
}
.btn-mas:hover{
    background-color: #53545a;
    border-color: #53545a;
}
.btn-footer{
    background-color: #a7d332;
    border-color: #a7d332;
    font-family: 'poppinssemibold';
    color: #ffffff;
    font-size: 15px;
    border-radius: 25px;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    display: block;
}
.btn-footer:hover{
    background-color: #bbd269;
    border-color: #bbd269;
}
.container-clientes{
    position: relative;
    margin-top: 80px;
    margin-bottom: 100px;
}
.container-clientes p{
    font-family: 'poppinsmedium';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
}
.container-clientes p strong{
    font-family: 'poppinssemibold';
    font-weight: normal;
    font-style: normal;
}
.container-clientes h5{
    font-family: 'poppinsbold';
    color: #a7d332;
    text-align: center;
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.container-nosotros, .container-mision{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;
}

.img-nosotros{
    position: absolute;
    width: 35vw;
    height: 600px;
    background-image: url("../images/img-nosotros.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: right;
}
.container-nosotros-txt{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
    overflow: hidden;
    margin-top: 50px;
}
.container-icon img{
    height: 110px
}
.container-icon{
    margin-bottom: 20px;
}
.container-nosotros-btn{
    margin-top: 30px;
}
.container-nosotros-btn .btn-mas{
    float: right;
}
.container-nosotros-txt h5{
    font-family: 'poppinsbold';
    color: #a7d332;
    font-size: 21px;
    margin-bottom: 20px;
}
.img-nosotros-2{
    position: absolute;
    width: 38vw;
    height: 900px;
    background-image: url("../images/img-nosotros-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    z-index: 1;
    top: -110px;
}
.container-bg-mision-1{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 120px;
    background-color: #9eca29;
    padding: 30px 0;
    margin-bottom: 40px;
    z-index: 0;
}
.container-bg-mision-2{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 120px;
    background-color: #bbd269;
    padding: 30px 0;
    z-index: 0;
}
.margin-0{
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0px;
    padding-right: 0px;
}
.container-mision-txt{
    margin-top: 80px;
}
.container-mision-txt h2{
    font-family: 'poppinsbold';
    color: #a7d332;
    font-size: 40px;
    margin-bottom: 30px;
}
.container-bg-mision-1 p, .container-bg-mision-2 p, .container-bg-mision-1 h3, .container-bg-mision-2 h3{
    color: #ffffff;
}
.container-footer{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    background-color: #54555a;
    margin-top: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
}
ul.link-menu-footer, ul.link-menu-footer-2{
    list-style: none;
}
.link-menu-footer a{
    color: #ffffff;
    font-family: 'poppinsmedium';
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.link-menu-footer-2 a{
    color: #ffffff;
    font-family: 'poppinsregular';
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}
.link-menu-footer a:hover, .link-menu-footer-2 a:hover{
    color: #a7d332;
}
.link-menu-footer-2 img{
    margin-right: 10px;
}
.footer-text{
    color: #ffffff;
    font-family: 'poppinsmedium';
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 10px;
}
.container-footer-icons{
    position: relative;
    width: 125px;
    height: auto;
    min-height: 25px;
    overflow: hidden;
    margin: 0 auto;
}
.icons-img{
    position: relative;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 15px;
}
.container-header-productos{
    position: relative;
    margin-top: 90px;
    margin-bottom: 90px;
}
.container-header-productos h2{
    font-family: 'poppinsbold';
    color: #a7d332;
    text-align: center;
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 1;
}
.container-header-productos p{
    text-align: center;
    font-size: 15px;
    padding: 0 30px;
}
.container-producto-relativo{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}
.container-producto-catalogo{
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    min-height: 100px;
}
.container-producto-catalogo h5{
    font-family: 'poppinsbold';
    color: #a7d332;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 40px;
}
.container-producto-catalogo-item{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 239px;
    margin-bottom: 40px;
}
.container-producto-catalogo-item-2{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 615px;
    margin-bottom: 40px;
}
.container-producto-catalogo-item-3{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 735px;
    margin-bottom: 40px;
}
.container-item-txt{
    position: relative;
    margin-bottom: 40px
}
.container-item-txt p{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.container-item-txt p strong{
    font-family: 'poppinsbold';
    font-weight: normal;
    font-style: normal;
}
.container-item-txt .title{
    font-family: 'poppinsbold';
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.container-item-txt span{
    color: #a7d332;
}
.final{
    margin-top: 30px;
}
.img-servilletas-1{
    position: absolute;
    width: 587px;
    height: 460px;
    right: 0;
    top: -40px;
    background-image: url("../images/servilletas-grupo-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.img-servilletas-2{
    position: absolute;
    width: 30vw;
    height: 441px;
    left: 0;
    top: 0;
    background-image: url("../images/servilletas-grupo-2.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-mas-1{
    background-color: #a7d332;
    border-color: #a7d332;
    font-family: 'poppinsmedium';
    color: #ffffff;
    font-size: 18px;
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 6px;
    margin-right: 10px;
}
.btn-mas-1:hover{
    background-color: #53545a;
    border-color: #53545a;
}
.container-botones-catalogo{
    width: 480px;
    height: 60px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
}
.container-botones-catalogo-1{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 60px;
}
.container-img-vasos p{
    font-family: 'poppinssemibold';
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
}
.container-img-vasos{
    margin-top: 90px;
}
.img-conos-crepas{
    position: absolute;
    width: 29vw;
    height: 790px;
    right: 0;
    bottom: 0;
    background-image: url("../images/catalogo/conos-crepas.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.img-agitadores{
    position: absolute;
    width: 34vw;
    height: 650px;
    left: 0;
    bottom: -370px;
    background-image: url("../images/catalogo/agitadores.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.container-contacto{
    margin-top: 80px;
}
.container-contacto-txt{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    z-index: 1;
}

.container-contacto-form{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    background-color: rgba(255,255,255, 0.8);
    z-index: 1;
    border: solid 1px #a3a4aa;
    border-radius: 15px;
    padding: 15px;
}
.bg-contacto{
    position: absolute;
    width: 450px;
    height: 657px;
    background-image: url("../images/modo_de_aislamiento.png");
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 140px;
    z-index: 0;
}
.container-contacto-datos{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
}
.container-contacto-txt h1{
    font-family: 'poppinsbold';
    color: #a7d332;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 0px;
}
.container-contacto-txt h4{
    font-family: 'poppinsbold';
    color: #53545a;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 30px;
}
.container-icon-contacto{
    position: relative;
    float: left;
    width: 45px;
    height: 20px;
}
.container-icon-contacto-txt{
    position: relative;
    float: left;
    width: calc(100% - 45px);
    height: 20px;
}
.icon-whats-1{
    width: 20px;
    height: 20px;
}
.container-icon-contacto-txt a, .link-txt-contact{
    color: #53545a;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
    transition: all ease 0.3s;
}
.container-icon-contacto-txt a:hover, .link-txt-contact:hover{
    color: #a7d332;
}
.container-contacto-info{
    margin: 30px 0;
    padding-right: 30px;
}
.container-contacto-info p{
    font-size: 16px;
    line-height: 1.3;
}
.container-contacto-icons {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 30px;
    overflow: hidden;
}
.container-contacto-icons .icons-img {
    margin-right: 20px;
    margin-left: 0px;
    height: 25px;
    width: 25px;

}
.container-contacto-form-txt{
    position: relative;
    float: left;
    font-family: 'poppinsregular';
    color: #54555a;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
}
.icon-upload{
    position: relative;
    float: left;
    width: 30px;
    height: 27px;
    background-image: url("../images/upload.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-left: 15px;
    border: solid 1px #e3e4ea;
    border-radius: 3px;
    margin-top: 5px;
}
.btn-form {
    background-color: #a7d332;
    border-color: #a7d332;
    font-family: 'poppinssemibold';
    color: #ffffff;
    font-size: 15px;
    border-radius: 25px;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    display: block;
    float: right;
    padding-left: 70px;
    padding-right: 70px;
    margin-right: 0px;
}
.btn-form:hover, .btn-form:active, .btn-form:focus, .btn-form:focus-visible{
    background-color: #53545a;
    border-color: #53545a;
}
.form-control {
    background-color: rgba(255,255,255, 0);
    border: solid 1px black;
    border-radius: 15px;
    opacity: 0.6;
}
:not(.btn-check) + .btn:active, .btn:focus-visible{
    background-color: #53545a;
    border-color: #53545a;
}
.btn:first-child:active {
    background-color: #bbd269;
    border-color: #bbd269;
}
.solo-mobile{
    display: none
}
.solo-escritorio{
    display: block;
}
@media (max-width: 992px){
    .bg-contacto{
        opacity: 0.2;
    }
}
@media (max-width: 811px){
    .solo-mobile{
        display: block
    }
    .solo-escritorio{
        display: none;
    }
    .container-navbar-contacto{
        display: none;
    }
    .nav-link{
        text-align: center;
    }
    .carousel-caption {
        top: 5%;
    }
    .carousel-caption h1 {
        font-size: 50px;
    }
    .carousel-caption h4 {
        font-size: 25px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    .btn-slider {
        font-size: 16px;
    }
    .container-producto {
        min-height: 200px;
        border-radius: 25px;
        padding: 0 10px;
    }
    .container-producto .text-producto {
        padding-right: 25px;
        font-size: 20px;
    }
    .container-clientes p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-clientes {
        position: relative;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .img-nosotros, .img-nosotros-2 {
        display: none;
    }
    .container-nosotros-btn .btn-mas {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .container-bg-mision-2, .container-bg-mision-1 {
        padding: 30px 70px;
    }
    .container-mision-txt h2 {
        padding-left: 70px;
    }
    .container-footer .navbar-brand{
        margin: 0 auto;
        display: block;
        width: 300px;
    }
    .btn-footer {
        width: 250px;
        margin: 0 auto;
    }
    .link-menu-footer-2 a {
        text-align: center;
    }
    ol, ul, dl {
        margin-bottom: 2rem;
    }
    .img-servilletas-1{
        display: none;
    }
    .img-servilletas-2 {
        display: none;
    }
    .container-botones-catalogo {
        width: 280px;
        height: 60px;
        bottom: 240px;
        left: 25%;
        transform: translateX(-50%);
    }
    .btn-mas-1 {
        margin-right: 0;
        display: block;
        margin-bottom: 30px;
    }
    .container-producto-catalogo-item {
        min-height: 100px;
        margin-bottom: 30px;
    }
    .container-producto-catalogo-item-2 {
        min-height: 350px;
    }
    .container-producto-catalogo-item-2 img{
        height: 385px;
    }
    .container-producto-catalogo-item-3 {
        min-height: 105px;
    }
    .img-conos-crepas {
        width: 411px;
        height: 631px;
        right: 0;
        bottom: -329px;
    }
    .img-agitadores {
        width: 180px;
        height: 170px;
        left: 379px;
        right: 0;
        bottom: 255px;
        background-image: url("../images/catalogo/agitadores-2.png");
    }
    .container-botones-catalogo-1 {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 60px;
        margin-top: 0px;
    }
    .container-producto-catalogo h5 {
        margin-bottom: 30px;
    }
    .container-botones-catalogo {
        position: relative;
        width: 100%;
        bottom: 0;
        left: auto;
        transform: none;
        height: 160px;
    }
}
@media (max-width: 576px){
    .container-producto {
        min-height: 130px;
        border-radius: 25px;
        padding: 0 10px;
    }
    .logos-margin-mobile{
        margin-bottom: 20px;
    }
    img.logos-margin-mobile{
        height: 9vh;
    }
    .carousel-caption h1 {
        font-size: 9vw;
    }
    .carousel-caption h4 {
        font-size: 25px;
    }
    .carousel-caption p {
        display: none;
    }
    .carousel-indicators {
        margin-bottom: 0vh;
    }
    .container-nosotros-txt p, .container-nosotros-txt h5{
        text-align: center;
    }
}