html, body{
     margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.div-imgPrincipalCrrusel{
    height: 60vh;
    position: relative;

}
.divdegradadoImg{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(112, 112, 112, 0.3), rgba(0, 0, 0, 0.37));
}
.contenidoPrincipalCrrusel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.contenidoPrincipalCrrusel img{
    width: 70% !important;

}
.contenidoPrincipalCrrusel p{
    font-size: 45px;
    font-family: 'CarmenSans-Heavy';
    color: #FFF;
    text-shadow: 4px 0px 1px rgba(0,0,0,0.6);

}

.imgPrincipalCrrusel{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.contenidoLoginPrincipal{


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.contenidoLoginPrincipal img{
    width: 250px;
}

.contenidoLoginPrincipal button{
    background-color: #FFF;
    border: 2px solid #B48616;
    border-radius: 5px;
    padding: 10px;
    font-family: 'CarmenSans-Regular';
    font-size: 15px;

}

.divCalidadUno{
    background-color: #e6e6e6;
    height: auto;
    position: relative;
}
.divAmrillo{
    background-color: #F5BD37;
    height: 95px;
    width: 110%;
    position: absolute;
    top: 35px;

}
.divCalidadUno img{
    position: absolute;
    bottom: 0;
    width: 205px;
    left: 55px;
}

.tituloSeccion{
    font-size: 35px;
    color: #0C2676;
    letter-spacing: 5px;
    font-family: 'Tazman-Island';

}

.textoGeneral{
    font-family: 'CarmenSans-Regular';
    font-size: 19px;
    text-align: justify;
}


.textoGeneral span{
    font-family: 'CarmenSans-Heavy';
}


.divBeneficio {
    position: relative;
    height: 250px;

    overflow: hidden;
    background-color: white;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
     display: flex;
     flex-direction: column;
    align-items: center;
    justify-content: center;

    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
}

.divBeneficio .contenido {
    z-index: 2;
    transition: opacity 0.3s ease-in-out;

}

.divBeneficio img {
    max-width: 150px;
    padding: 1rem;
}

.divBeneficio p {
    font-size: 15px;
    font-family: 'CarmenSans-Bold';
    color: #B48616;
    margin: 0;
}

.divBeneficio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B48616; /* Cambiado a azul */
    z-index: 1;
    transition: transform 0.5s ease-in-out;
    transform: translate(-100%, 100%); /* Aparece desde esquina inferior izquierda */
    display: flex;
    justify-content: center;
    align-items: center;
      border-radius: 10px;
    pointer-events: none; /* Evita interferencia con el hover */
}

.overlay p{
color: white !important;
text-align: center;
font-family: 'CarmenSans-SemiBold';
font-size: 15px;
line-height: 18px;

}

.divBeneficio:hover .overlay {
    transform: translate(0, 0); /* Se mueve al centro */
}

.divBeneficio:hover .contenido {
    opacity: 0;
}

.divBeneficio .pestana {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #B48616; /* Color de la pestaña también azul */
    z-index: 3;
      border-radius: 0 10px 0 0;
}



.pestana .contenidoPest img{
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    padding: 2px;
}


.bannerRegistro{

    background-image: url("../img/bacgroundRegistro.png");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF !important;
    min-height: 45vh;
    position: relative;

}

.contenidobannerRegistro{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: #ffffffdc;
    border-radius: 15px;

}

.tituloRegistro{
    font-family: 'CarmenSans-SemiBold';
    font-size: 40px;
    line-height: 50px;
    color: #0C2676;
}

.btnregistro{
    min-height: 75px;
    background-color: #0C2676;
    border: 2px solid #0C2676;
    border-radius: 15px;
    color: #FFF;
    border: transparent;
    font-size: 25px;
}

.btnregistro:hover{
        min-height: 75px;
    background-color: #FFF;
    border: 2px solid #0C2676;
    color: #0C2676;
}

.divCatalogoIndex{
    background-color: #eeb532;
    min-height: 35vh;
    position: relative;

    display: flex;
  align-items: center; /* centra verticalmente */
  justify-content: center; /* opcional: centra horizontalmente */

}
.divCatalogoIndex .etiqueta{
    bottom: 0;
    right: 0;
    background-color: #EE509F;
    height: 75px;
    display: flex;
  align-items: center; /* centra verticalmente */
  justify-content: center; /* opcional: centra horizontalmente */

}

.divCatalogoIndex  .etiqueta a{
 font-family: 'CarmenSans-Heavy';
 font-size: 20px;
 color: #FFF;

}




.contenidodivCatalogoIndex p{
    font-family: 'CarmenSans-ExtraBold';
    font-size: 40px;
    line-height: 50px;
    color: #FFF;
}

.backgroundCatalogo{
     background-image: url("../img/backgroundItem.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.divItemPP{

    background-image: url("../img/patronDorado.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF !important;
    height: 35vh;
    position: relative;
    border-radius: 35px !important;

}

.divItemPP .clasificacion{
    position: absolute;
    top: 2em;
    left: 0;
    padding-left: 25px;
    font-family: 'CarmenSans-Regular';
    font-size: 13px;
    color: #FFF;
    background-color: #26A0C1;
    border-radius: 0 10px 10px 0;
    z-index: 1;

    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
margin-bottom: 5em !important;
}

.divItemPP .imgLogo{
    width: 250px !important;
    height: 250px;
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.divnombreEmpresa{
     position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center; /* CENTRA horizontalmente el contenido */
    align-items: center;     /* Centra verticalmente dentro del contenedor (opcional) */
    width: 100%;             /* Asegura que el contenedor tenga el ancho completo */


}



.contenidoVer{
    width: 40% !important;
    height: 35px;
    background-color: #F5BD37; box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    display: flex;
    display: flex;
    justify-content: center; /* CENTRA horizontalmente el contenido */
    align-items: center;
   transition: height 0.5s ease;
}


.imgcontenidoVer{
    width: 35px !important;
    align-items: center;
}

.contenidoVer:hover{
    width: 40% !important;
    height: 45px;
    background-color: #EE509F; box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    display: flex;
    display: flex;
    justify-content: center; /* CENTRA horizontalmente el contenido */
    align-items: center;
}


.contactoTitulo{
    background-color: #F5BD37;
    position: relative;
     display: flex;
    justify-content: center; /* CENTRA horizontalmente el contenido */
    align-items: center;
    height: 20vh !important;
}

.contactoTitulo p{
    font-family: 'Tazman-Island';
    font-size: 50px;
    color: #FFF;
}



.titulo-contenidoItemContacto{
    font-family: 'CarmenSans-ExtraBold';
    font-size: 18px;
    color: #FFF;
}


.descripcion-contenidoItemContacto{
    font-family: 'CarmenSans-Regular';
    font-size: 15px;
    color: #FFF;
    padding-left: 10px;
}



.figuracontacto{
 position: absolute;
 top: 0;
 right: 0;
 z-index: 1;
 width: 250px;
}


.btnGeneral{
    background-color: #eeb532;
    border: 2px solid transparent;
    border-radius: 15px;
    color: #FFF;
    font-size: 17px;
}

.btnGeneral:hover{
    background-color: #FFF;
    border: 2px solid #EE509F;
    color: #EE509F;
}

@media screen and (max-width: 768px) {

    .div-imgPrincipalCrrusel{
    height: 40vh;
    width: 100%;
    position: relative;

}


    .contenidoPrincipalCrrusel{
        z-index: 1;
        text-align: center;
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .divdegradadoImg{
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(112, 112, 112, 0.3), rgba(0, 0, 0, 0.37));
    }

    .contenidoPrincipalCrrusel img{
        width: 40% !important;

    }
    .contenidoPrincipalCrrusel p{
        font-size: 25px;
        line-height: 30px;
        font-family: 'CarmenSans-Heavy';
        color: #FFF;
        text-shadow: 4px 0px 1px rgba(0,0,0,0.6);

    }

    .contenidoLoginPrincipal img{
        width: 150px;
        margin-right: 50px;
    }

    .contenidoLoginPrincipal{

        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .tituloSeccion{
        font-size: 25px;
        line-height: 30px;
        color: #0C2676;
        letter-spacing: 5px;
        font-family: 'CarmenSans-Bold';

    }

    .textoGeneral{
        font-family: 'CarmenSans-Regular';
        font-size: 16px;
        text-align: justify;
    }

    .divAmrillo{
        height: 55px;

    }
    .divCalidadUno img{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0px;
    }



    .bannerRegistro{
        min-height: 75vh;

    }

    .contenidobannerRegistro{

        position: absolute;
        z-index: 1;
        text-align: center;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        background-color: #e6e6e69c;
        border-radius: 15px;

    }

    .tituloRegistro{
        font-family: 'CarmenSans-SemiBold';
        font-size: 25px;
        line-height: 30px;
        color: #0C2676;
    }

    .btnregistro{
        min-height: 75px;
        background-color: #0C2676;
        border: 2px solid #0C2676;
        border-radius: 15px;
        color: #FFF;
        border: transparent;
        font-size: 20px;
        line-height: 25px;
    }




}


.divItemPP .imgLogo{
    width: 200px !important;
    height: 200px;
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}




/*CSS EMPRESA */

.bodyEmpresa{
     background-image: url("../img/backgroundItem.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}


.contenidoEmpresa{
     background-image: url("../img/patronDorado.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;

    margin-top: 1em;
    background-color: #FFF;
    border-radius: 15px;
     box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);

    margin-bottom: 1em;
    position: relative;
    min-height: 30vh;

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

.clasificacionEmpresa{
    position: absolute;
    top: 0;
    left: 6em;
    font-family: 'CarmenSans-Regular';
    font-size: 16px;
    color: #FFF;
    background-color: #26A0C1;
    border-radius: 0 0 15px 15px ;
    padding: 10px;
    height: 75px;
    width: max-content;
    box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
     display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

}

.nombreEmpresaPP{
    font-family: 'CarmenSans-Bold';
    letter-spacing: 8px;
    font-size: 35px;
    line-height: 40px;
    color: #000;
    z-index: 2;
}


.datoEmpresa{
    font-family: 'CarmenSans-Regular';
    letter-spacing: 2px;
    font-size: 17px;
    color: #000;
}

.divPrincipalbtnProductos{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}

.btnProductos{
    width: 100%;
    background-color: #eeb532;
    border-radius: 15px 15px 0 0;
     box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.75);

    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        bottom: -5em;
         transition: background-color 0.5s ease;
}

.btnProductos a{
    font-family: 'CarmenSans-SemiBold';
    font-size: 20px;
    color: #FFF !important;
}

.backIndex{
    position: absolute;
    top: 0em;
    left: 0em;
    width: 5em;
    padding: 1em;
}

.btnProductos:hover{
    background-color: #EE509F;
}

