/*-----------------------------Seccion_General--------------------------------------*/
body {
    background-color: #EEF4FA;
}

.btn_productos {
    font-family:"Lexend Deca", sans-serif;
    font-weight: 700;
    background-color: #89F6A3;
    color: #424242;
    font-size: 16px;
    width: 195px;
    height: 52px;
    border-radius: 27px;
    cursor: pointer;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0%;
    text-decoration: none;
    text-align: left;
    transition: all 0.3s ease;
    /* box-shadow: 0px 1px 2px 0px rgba(100, 100, 100, 1); */
}

.btn_productos:hover {
    background-color: #F5FAFF;
    border-style: solid;
    border-color: #313131;
    width: 205px;
    color: #313131;
}

.svg_button_productos {
    margin-left: 15px;
}

.btn_productos:hover svg {
    transform: rotate(-45deg);
    /* Rotar 45 grados cuando se haga hover */
    transition: transform 0.3s ease;
    /* Agregar una transición suave */
}


.btn_productosrHover {
    background-color: #F5FAFF;
    border-style: solid;
    border-color: #313131;
    width: 279px;
    padding-left: 34px;
    padding-right: 34px;
    color: #313131;
}

.btn_productosHover svg {
    transform: rotate(-45deg);
    /* Rotar 45 grados cuando se haga hover */
    transition: transform 0.3s ease;
    /* Agregar una transición suave */
}

.card {
    margin: 0 0 120px 0;
    padding: 32px 24px;
    border-radius: 25px;
    background-color: #FFFFFF;
    width: 313px;
    height: auto;
    border-color: transparent;
}

.card:hover {
    border: 1.5px solid #035CE2;
    /* box-shadow: 0 0 10px rgba(0, 123, 255, 0.3); */
}

.card-body{
    width: 100%;
    padding: 0%;
}

.card-footer{
    padding: 0%;
    align-self: center;
    background-color: transparent;
    border: none;
}

.img-container {
    text-align: center;
}

.img_producto {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Desktop */
@media screen and (max-width: 1450px) {
    .card {
        width: 22%;
    }
}

@media screen and (max-width: 1400px) {
    .card {
        width: 30.3%;
    }
}

@media screen and (max-width: 1200px) {
    .card {
        width: 30%;
    }
}

@media screen and (max-width: 1070px) {
    .card {
        width: 29%;
    }
}

/* Tabletas */
@media screen and (max-width: 1024px) and (min-height: 1366px){
    .card {
        width: 46%;
         margin: 0 0 60px 0;
    }
}

@media screen and (max-width: 990px) {
    .card {
        width: 46%;
    }

}

@media screen and (max-width: 850px) {
    .card {
        width: 45%;
    }

}

/* Movil */
@media screen and (max-width: 610px) {
    .card {
        width: 100%;
        margin: 0 0 60px 0;
    }

}

@media screen and (max-width: 450px) {
    .card {
        width: 100%;
    }

}

.btn_filtro {
    margin: 5px;
}

/*-----------------------------Termina_General--------------------------------------*/

/*-----------------------------Seccion_1--------------------------------------*/

.contenedor_titulo_productos{
    width: 1410px;
    padding: 192px 0 160px 0;
}

.contenedor_cards_productos{
    width: 1400px;
    padding: 0 0 0 10px;
}

.column-gap {
    column-gap: 50px;
    width: 1402px;
}


.img_card_producto{
    height: 70px;
    width: auto;
    align-content: center;
    padding: 0%;
    margin: 0%;
}

.titulo_principal_productos {
    font-family:"Lexend Deca", sans-serif;
    font-weight: 800;
    font-size: 70px;
    color: #035CE2;
    width: 980px;
    line-height: 1.10;
    margin: 0;
    padding-bottom: 24px;
}

.subtitulo_principal_productos {
    font-family:"Kumbh Sans", sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #313131;
}

.mini_titulo_card_productos {
    font-family:"Kumbh Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #035CE2;
    padding: 32px 0 0 0;
    margin: 0%;
}

.titulo_card_productos {
    font-family:"Kumbh Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #313131;
    padding: 16px 0 0 0;
    margin: 0%;
}

.text_card_productos{
    font-family:"Kumbh Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    padding: 32px 0;
    margin: 0%;
}

.contenedorPrincipalEND{
    margin-top: 40px !important;
}

/* Desktop */
@media screen and (max-width: 1450px) {

    .contenedor_titulo_productos{
        width: 1260px;
    }

    .contenedor_cards_productos{
        width: 1250px;
    }

    .titulo_principal_productos{
        padding-left: 0%;
    }

    .column-gap {
        width: 1250px;
    }
}

@media screen and (max-width: 1400px) {

    .contenedor_titulo_productos{
        width: 1100px;
    }

    .contenedor_cards_productos{
        width: 1100px;
    }

    .titulo_principal_productos{
        width: 670px;
    }

    .column-gap {
        width: 1100px;
    }
}

@media screen and (max-width: 1200px) {

    .contenedor_titulo_productos{
        width: 1000px;
    }

    .contenedor_cards_productos{
        width: 1000px;
    }

    .column-gap {
        width: 1000px;
    }

}

@media screen and (max-width: 1070px) {

    .contenedor_titulo_productos{
        width: 920px;
    }

    .contenedor_cards_productos{
        width: 920px;
    }

    .column-gap {
        width: 950px;
    }

}

/* Tableta */
@media screen and (max-width: 1024px) and (min-height: 1366px){

     .contenedor_titulo_productos{
        width: 790px;
        padding: 192px 0 100px 0;
    }

    .titulo_principal_productos {
        font-size: 40px;
        width: 90%;
    }

    .subtitulo_principal_productos {
        font-size: 24px;
        width: 100%;
    }

    .contenedor_cards_productos{
        width: 800px;
        padding: 0 0 0 20px;
    }

    .column-gap {
        width: 800px;
    }

    .mini_titulo_card_productos {
        font-size: 16px;
    }

    .titulo_card_productos {
        font-size: 18px;
    }

    .text_card_productos{
        font-size: 14px;
    }

}

@media screen and (max-width: 990px) {

    .contenedor_titulo_productos{
        width: 750px;
        padding: 192px 0 100px 0;
    }

    .titulo_principal_productos {
        font-size: 40px;
        width: 90%;
    }

    .subtitulo_principal_productos {
        font-size: 24px;
        width: 100%;
    }

    .contenedor_cards_productos{
       width: 750px;
       padding: 0 0 0 20px;
    }

    .mini_titulo_card_productos {
        font-size: 16px;
    }

    .titulo_card_productos {
        font-size: 18px;
    }

    .column-gap {
        width: 750px;
    }

}

@media screen and (max-width: 850px) {

    .contenedor_titulo_productos{
        width: 660px;
        padding: 192px 0 100px 0;
    }

    .titulo_principal_productos {
        font-size: 40px;
        width: 90%;
    }

    .contenedor_cards_productos{
        width: 660px;
        padding: 0 0 0 14px;
    }

    .column-gap {
        width: 670px;
    }

}

@media screen and (max-width: 770px) {

    .contenedor_titulo_productos{
        width: 600px;
        padding: 192px 0 100px 0;
    }

    .titulo_principal_productos {
        font-size: 40px;
        width: 100%;
    }

    .contenedor_cards_productos{
        width: 600px;
        padding: 0 0 0 16px;
    }

    .column-gap {
        width: 600px;
    }
}

/* Movil */
@media screen and (max-width: 610px) {

    .contenedor_titulo_productos{
        width: 410px;
        padding: 152px 0 100px 0;
    }

    .titulo_principal_productos {
        width: 100%;
    }

    .subtitulo_principal_productos{
        padding-bottom: 20px;
        margin: 0%;
    }

    .contenedor_cards_productos{
        width: 410px;
        padding: 0 0 0 12px;
    }

    .column-gap {
        width: 410px;
    }

}

@media screen and (max-width: 450px) {

    .contenedor_titulo_productos{
        width: 340px;
        padding: 152px 0 100px 0;
    }

    .contenedor_cards_productos{
        width: 340px;
        padding: 0 0 0 12px;
    }

    .column-gap {
        width: 340px;
    }

}

@media screen and (max-width: 390px) {

    .contenedor_titulo_productos{
        width: 320px;
    }

    .contenedor_cards_productos{
        width: 320px;
    }

    .column-gap {
        width: 320px;
    }

}

@media screen and (max-width: 350px) {

    .contenedor_titulo_productos{
        width: 300px;
    }

    .contenedor_cards_productos{
        width: 300px;
    }

    .column-gap {
        width: 300px;
    }

}

/*-----------------------------Termina 1--------------------------------------*/