﻿
/*
    --------------------------------------------------------------
                                MOVIL FIRST
    --------------------------------------------------------------
*/

/*
    ========================================================
                              GENERAL
    ========================================================

*/
@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
/******************************* VARIABLES *******************************/

:root {
    /* COLORS */


    --color-primary-black: #1E1E1E; /* BLACK */
    --color-primary-dark-grey: #494949; /* Gris oscuro - usando */
    --color-secondary-grey: #9e9b9b; /* Gris - usando */
    --color-secondary-light-grey: #F6F6F6; /* Gris claro - usando */
    --color-light: #FFFFFF; /* WHITE */
    --color-accent: #0274B5; /* Azul- usando */
    --color-secondary-hover: #00BFB8; /* Azul turquesa- usando*/
    --color-accent-secondary: #00732E /*Verde - usado*/
}


html, body {
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Maven Pro' !important;
    font-size: 14px;
    background-color: var(--color-secondary-light-grey)
}

h3{
    margin: 20px 0;   
}

h5 {
    min-height: 31px;
    margin-top: 20px;
    font-weight: 600;
}

img{
    width:100%
}

.body__container {
    position: relative;
    /*font-family: "Merriweather";*/
    height: 100vh;
   
}

.container.body-content {
    position: relative;
    min-width: 100%;
    padding-bottom: 30px;
    /*margin: 150px 0 0 0;*/
}

/*TEMPORAL*/
/*.heading-empty {
    border: 2px solid red !important;
}*/

a.btn-primary, #saveButton {
    color: var(--color-light) !important
}

select, input, textarea {
    background-color: #fff !important;
    border: 1px solid var(--color-secondary-grey) !important;
    box-shadow: none !important;
    padding: 10px
}

.radio label, .checkbox label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px;
}

.well.well-sm, .well {
    background-color: var(--color-light);
    border: 1px solid var(--color-secondary-grey) !important;
    box-shadow: none;
    padding: 0 20px 20px
}

    .well.well-sm label {
        display: flex;
        align-items: center;
        gap:15px
    }
   .well.well-sm hr{
     border-top: none
    }

#formPage_2 .well{
    padding-top: 20px
}

#formPage_2 .col-md-offset-6 a {
    float: right
}

li{
    list-style:none
}

/************************************** SHOPPING CART ************************************************/
.shopping-cart {
    display: none;
    width: 309px;
    min-height: 284px;
    background-color: var(--color-light);
    border-radius: 5px;
    padding: 40px 32px 24px
}

.shopping-cart__container {
    display: none
}

.shopping-cart__header {
    display: flex;
    align-items: center;
    gap: 32px
}

.shopping-cart__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--color-accent);
    border-radius: 50%
}

.shopping-cart__text h4 {
    font-size: 20px
}

.shopping-cart__product {
    width: 135px;
    text-align: left;
    font-size: 14px;
    min-width: 110px;
}

.shopping-cart table {
    margin-top: 26px
}

.shopping-cart__price-before {
    text-decoration: line-through;
    font-size: 12px;
    color: var(--color-primary-dark-grey);
    text-align: right;
    line-height: 0;
    padding-top: 20px
}

.shopping-cart__quantity {
    font-size: 12px;
    text-align: right;
    padding-right: 8px
}

.shopping-cart__price {
    text-align: right;
    width: 83px;
    font-size: 16px
}

.shopping-cart__quantity, .shopping-cart__product, .shopping-cart__price, .shopping-cart__message-line {
    vertical-align: bottom;
    line-height: 28px;
    padding-bottom: 10px;
}

.shopping-cart__line-no-items .shopping-cart__product {
    font-size: 16px;
}

.shopping-cart__message-line {
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 16px;
}

tr.shopping-cart__line-no-items:nth-of-type(2) .shopping-cart__message-line {
    font-size: 12px;
}

.shopping-cart__buyer {
    color: var(--color-secondary-grey);
    font-size: 12px;
    padding-left: 9%;
}


.last-buyer {
    padding-bottom: 40px;
}



.shopping-cart__discount {
    min-width: 110px;
}

    .shopping-cart__discount td {
        color: var(--color-accent);
        padding: 40px 0 12px;
        font-size: 12px;
        min-width: 190px;
    }

    .shopping-cart__discount span {
        font-weight: 700
    }


.shopping-cart__total {
    border-top: 1px solid var(--color-secondary-grey)
}

    .shopping-cart__total td {
        font-size: 18px;
        padding-top: 18px
    }

        .shopping-cart__total td:nth-child(2) {
            text-align: right
        }

/* MEDIA QUERIES SHOPPING CART*/

@media(min-width: 998px) {
    body {
        height: 100%
    }

    .shopping-cart__container {
        display: flex;
        justify-content: flex-end;
        padding-right: 40px;
        height: 100vh;
        position: relative;
        min-height: 2400px
    }

    .shopping-cart {
        display: block;
        margin-top: 20rem;
        height: fit-content;
        position: sticky;
        top: 185px;
    }
}

@media(min-width: 1200px) {
    .shopping-cart {
        margin-top: 3rem;
    }
}


/************************************ PROGRESS BAR ************************************+++*/


.progress-bar-success {
    background-color: var(--color-accent);
}

.progress{
    background-color: var(--color-light);
    box-shadow:none;
   
}

#formPage_2 .progress {
    margin-right: 15px
}

/***************************************** PRE-HEADER ******************************************/
.pre-header {
    display: none;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat','sans-serif';
    font-size: 13px;
    color: #fff;
    margin: 0 auto;
    height: 55px;
}
.pre-header__container {
    background-color: #223645;
}

.pre-header__location-icon {
    width: 34px;
    margin-left: 30px;
}
.pre-header p {
    display: inline;
    margin-left: 10px;
}
.pre-header i {
    font-size: 15px;
    margin-left: 10px;
}
.pre-header__logo {
    width: 80px;
    display: inline;
}
.pre-header div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.pre-header__social {
    margin: 10px;
    display: flex;
}
    .pre-header__social i, .pre-header__social .x-link {
        font-size: 20px;
        color: #fff;
        font-size: 11px;
        padding: 7px;
        border-radius: 50px;
        border: 1px solid #b5b5b5;
    }

    .pre-header__social .x-link {
        display: flex;
        margin-left: 10px;
    }

.pre-header__social li{
    display:inline
}
/***************************************** HEADER ******************************************/
body {
    overflow-x: hidden
}
header {
    width: 100%;
    background-color: #0274b5;
    z-index: 2
}
/******NUEVO 2025*/
.contact-div, .rrss-div {
    display: flex;
}

.email-div, .tlf-div, .acc-div{
    display:flex;
    width:max-content;
}

    .email-div .icon-box, .tlf-div .icon-box {
        border-radius: 50px;
        background-color: #9E28B5;
        padding: 9px 9px 10px;
        margin-left: 30px;
        height: fit-content;
    }

    .email-div a, .tlf-div a {
        fill: white;
        border-radius: 50%;
    }

        .email-div a svg, .tlf-div a svg {
            display: block;
            height: 1em;
            position: relative;
            width: 1em;
        }

    .email-div .content-box p, .tlf-div .content-box p {
        margin-bottom: 0;
    }
/******NUEVO 2025*/
.header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #0274b5;
}
.header__logo {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
}

.congreso-logo {
    width:100%;
}
.aecc-logo {
   
    width: 100%;
    max-width: 15%;
    height: fit-content;
    padding-bottom: 20px;
    max-height: 48px;
}

.header__menu{
    width:100%;
    padding:10px 
}

.header__menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E5E5E5;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    cursor: pointer;
}

.menu__icon {
    font-size: 24px;
    color:#00732E 
}

.navbar__menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    background-color: var(--color-accent-secondary);
    z-index: 2;
    width:0;
    display: flex;
    flex-direction: column;
    font-family: Merriweather;
    transition: right 0.6s linear, width 0.4s linear;
    overflow-x: hidden;
    height:100vh
}

    .navbar__menu.open {
        width: 80%;
        right: 0
    }

    .navbar__menu::-webkit-scrollbar {
        display: none;
    }

.overlay:before {
    content:"";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height:100vh
}
.menu__logo-text{
    color:#fff;
    text-align:center;
    font-size:16px;
    padding:20px 10px;
    font-weight:500
}

.body__container.overlay {
    height: 100%;
    overflow: hidden;
}

.menu__element {
    color: #fff;
    padding: 12px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-secondary-grey);
    cursor:pointer
}

    .menu__element a{
        width:100%
    }
.menu__element:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

    .menu__logo-text:hover,
    .menu__element:hover,
    .menu__element a {
        color: #fff !important;
        text-decoration: none
    }

    .menu__element .icon-arrow-down{
        font-size:12px

    }

.navbar__menu .header__logo {
    margin-top: auto;
    padding: 20px 20px 30px 15px;
    position: absolute;
    bottom: 0;
}

.submenu {
    background-color: rgb(255 255 255 / 20%);
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none
}

    .submenu.dropdown {
        display: block
    }

 
.submenu .menu__element {
    padding: 12px 40px 12px 60px;
}

li .submenu .menu__element {
    padding: 12px 40px 12px 80px;
}



@media(min-width:768px){
    .navbar__menu.open {
        width: 40%;
    }
    .header__container {
        justify-content: space-between;
        max-width:1140px
    }

    .header__menu{
        width:fit-content
    }
}

@media(min-width:1024px){
    header {
        z-index: 2;
        -webkit-box-shadow: -5px -2px 10px 0px #999;
        -moz-box-shadow: -5px -2px 10px 0px #999;
        box-shadow: -5px -2px 10px 0px #999;
    }

    .header__container {
        align-items: center;
        transition: max-height 0.2s linear
    }

    .header__menu-button,
    .menu__logo-text,
    .navbar__menu .header__logo {
        display: none
    }

    .header__logo {
        max-width: 700px;
        align-self: flex-start;
    }

    .aecc-logo {
        max-width: 20%;
        padding-bottom: 10px;
        max-height:71px
    }

    .header__menu {
        width: 100%;
        padding: 10px 10px 0 10px;
    }
    .navbar__menu {
        position: initial;
        width: fit-content;
        flex-direction: row;
        background-color: #fff;
        flex-wrap: wrap;
        height: unset;
        margin: 0 auto;
        width: 100%;
    }

    .menu__element {
        color: var(--color-secondary-hover);
        background-color:#fff;
        border-bottom: none;
        padding: 12px;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        gap: 5px;
        font-size: 14px;
        font-weight: 600;
        transition: background-color 0.4s linear
    }

        .menu__element a {
            color:var(--color-primary-black)!important;
            width:100%
        }
            .menu__element:hover a{
                color:#fff!important
            }

            .menu__element:hover {
                color: var(--color-accent-secondary) !important
            }
        .menu__element .icon-arrow-down {
            font-size: 10px;
            color: var(--color-primary-black);
            font-weight: 900;
        }
    .submenu .menu__element{
        padding:0
    }
        .submenu .menu__element a,
        .submenu li .menu__element {
            padding: 12px 40px;
        }
    .menu__element:focus {
        color: var(--color-primary-black)
    }


    .submenu .menu__element:hover{
        background-color: var(--color-accent-secondary);
        color: #fff !important
    }

        .submenu .menu__element:not(:last-of-type),
        li .submenu li:not(:last-of-type) {
            border-bottom: 1px solid #ccc
        }

    li .submenu {
        right: -200px;
        top: 44px;
    }
        li .submenu .menu__element {        
            padding: 12px 40px;
        }


    .submenu {
        position: absolute;
        height: 100%;
        overflow:unset;
        margin-top:10px
    }
}


@media (min-width: 1024px) and (max-width: 1250px) {
    .navbar__menu {
        justify-content: center;
    }
}


/***************************************** MAIN CONTENT ******************************************/

h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Open Sans',sans-serif;
}

    h1, h2, h3{
        color:var(--color-accent);
        margin-top:20px
    }

h5:empty {
    height: 0;
    margin: 0; 
    padding: 0; 
}

    strong{
        font-weight:600
    }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    min-height: 20px;
    min-width: 20px;
}
.radio, .checkbox {
    display: flex;
    align-items: center;
}
.container.body-content {
    min-width: initial;
    margin: 15px auto;
    max-width: 1440px !important;
    font-family: "Open Sans"
}

.divSection.buyOptions.row{
    margin: 0 0 30px 0

}
.divSection.buyOptions.row h5 {
    color: var(--color-accent);
    font-size: 16px;
    font-weight: 600;
}

.body-content .col-md-8 table,
.body-content .col-md-8 td,
.body-content .col-md-8 th,
.body-content .col-md-8 tr {
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    padding: 7px !important;
}
.body-content .col-md-8 td {
    background-color: #fff !important;
    color: var(--color-primary-black)
}


    .body-content .col-md-8 thead {
        background-color: var(--color-accent);
        color: #fff;
        text-transform:uppercase;
      
    }
        .body-content .col-md-8 thead th {
            font-weight: 600
        }

        .body-content .col-md-8 table th:first-of-type {
            border-radius: 10px 0 0 0
        }

.body-content .col-md-8 table th:last-of-type {
    border-radius: 0 10px 0 0
}

a.btn-primary, #saveButton {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 600;
    padding:10px;
    transition:background-color 0.4s linear;
}
    a.btn-primary:hover, #saveButton:hover{
        background-color:var(--color-accent-secondary)
    }
.body-content select.form-control,
.body-content input {
    border-color: #95c3c2 !important;
    background-color: #fff !important;
    height: 42px;
    padding: 0 20px !important
}

.body-content .well.well-sm, .well{
    border-color: transparent!important;
    padding:20px
}

h1 {
    width: 100%;
    display: inline-flex;
    font-size: 24px !important;
    border-bottom: 2px solid var(--color-accent);
    color: var(--color-accent);
    margin: 40px 0 20px;
    font-family: 'Open Sans',sans-serif;
}

#formPage_1 .col-md-12.div_seleccion.ng_cloak.k_ng_cloak.columns h5:has(strong) {
    font-size: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight:600;
   
}
#formPage_1 .col-md-12.div_seleccion.ng_cloak.k_ng_cloak.columns select {
    margin-top: 20px;
}
#formPage_1 .col-md-12.div_seleccion.ng_cloak.k_ng_cloak.columns h5 strong {
    font-weight: 500;
    color: var(--color-accent);
    padding: 20px 0
}

#formPage_1 .col-md-12.div_seleccion.ng_cloak.k_ng_cloak.columns ul li {
    padding-bottom:10px
}
#formPage_1 .col-md-12.div_seleccion.ng_cloak.k_ng_cloak.columns ul{
    padding:10px 0
}

#divBuySummary {
    margin-top: 30px
}

#divTPV .col-md-6.col-md-offset-3.well,
#divTrans .col-md-6.col-md-offset-3.well {
    padding: 0 0 20px;
}

    #divTPV .col-md-6.col-md-offset-3.well span,
    #divTrans .col-md-6.col-md-offset-3.well span {
        width: 100%;
        display: inline-flex;
        background-color: #d1cdcd;
        padding: 15px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
    }

.body-content #divTPV select, .body-content #divTPV input,
.body-content #divTrans select, .body-content #divTrans input {
    width: 90%;
    color: #fff;
    border-color: transparent !important;
    background-color: var(--color-accent) !important;
    opacity: 0.7;
    transition: opacity 0.4s linear
}

    .body-content #divTPV select:hover, .body-content #divTPV input:hover,
    .body-content #divTrans select:hover, .body-content #divTrans input:hover {
        opacity: 1
    }

    #divTPV hr, #divTrans .well hr {
        display: none!important
    }

/*.col-md-6.col-xs-5.es-radio-congreso{
    width:100%
}*/

@media (min-width: 600px) {
    .body-content .col-md-8 table, .body-content .col-md-8 td, .body-content .col-md-8 th, .body-content .col-md-8 tr {
            font-size: 16px;
            padding: 10px 20px !important;
        }
    }

    @media (min-width: 1024px) {
        .body-content {
            margin-top: 170px
        }
        .container.body-content {
            margin: 15px auto;
        }
    }
    /***************************************** FOOTER ******************************************/
    /******NUEVO 2025*/
    .footer__legal div{
        display:flex;
    }

footer {
    background-color: var(--color-primary-dark-grey);
    padding: 50px 20px 20px;
    background-image: url(https://congresoaecc.aedecc.com/wp-content/uploads/2025/03/bgfooter.png);
    position: relative;
    height: 450px;
    align-items: center;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
}

.footer__overlay {
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.footer__container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: white;
    margin-top: 20px;
    max-width: 1140px;
    font-family: 'Roboto', sans-serif;
}

    .footer__container > div:first-child {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 15px;
    }

    .footer__container svg {
        width: 1rem;
        height: 1rem;
        fill: white;
    }

    .footer__container .congreso-logo{
        width:400px;
    }

    .footer__container > div > div {
        padding: 10px;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .footer__container .footer__legal {
        display: flex;
        margin: 0 15px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer__legal > div {
        gap: 5px;
        align-items: center;
        
        color: #D9D9D9;
    }

.footer__container .acc-div {
    flex-direction: column;
    max-width: 300px;
    border: 3px solid #FFFFFF2E;
    padding: 20px;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    text-transform:uppercase;
    font-weight:600;
    font-family: 'Roboto', sans-serif;

}

    .footer__container .acc-div div:first-child img {
        width: 90px;
        height: auto;
        margin-bottom: 15px;
    }

.footer__container .rrss-div > div {
    gap: 3px;
    flex-direction: row;
    display: flex;
    margin-top: 20px;
}

.footer__container .rrss-div a {
    background-color: #EF2AC1;
    padding: 9px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    width: fit-content;
}

    .footer__container .rrss-div a:hover {
        background-color: #9E28B5;
    }

.congreso-div ul li, 
.otrasPaginas-div ul li{
    cursor:pointer;
}

.congreso-div ul li:first-child, 
.otrasPaginas-div ul li:first-child {
    margin-top:20px;
}

.congreso-logo-aecc {
    width: 135px;
    height: auto;
    margin-top: 20px;
}

.footer__section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

/******NUEVO 2025*/

    .footer__logo {
        max-width: 176px;
        margin: 10px auto
    }

    .footer__social-media i {
        color: var(--color-secondary-grey);
        font-size: 28px;
        margin: 10px;
        transition: color 0.4s linear;
    }

        .footer__social-media i:hover {
            color: var(--color-secondary-hover)
        }

    .footer__social-media {
        display: flex;
        justify-content: center;
    }

.footer__container p,
.footer__container a, 
.footer__legal li {
    color: #D9D9D9;
    line-height: 3rem;
    text-align: center;
    font-size: 16px;
}

.footer__legal a {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #D9D9D9;
}

    .footer__container ul {
        padding: 0
    }

    .footer__nav {
        display: flex;
        flex-wrap: wrap;
        column-gap: 40px;
        padding: 30px 0 30px 10px;
    }

        .footer__nav a {
            text-transform: uppercase;
            color: #fff;
            font-weight: 600;
            padding: 10px 0;
            line-height: 1.5em;
            letter-spacing: 0px;
            font-size: 14px;
            position: relative
        }

        .footer__nav :after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 20px;
            width: 0;
            height: 3px;
            background-color: var(--color-secondary-hover);
            transition: width 0.4s linear
        }

        .footer__nav a:hover::after {
            width: 100%;
        }

    footer a {
        transition: color 0.4s linear;
        text-decoration: none !important
    }

        footer a:hover {
            color: #9E28B5 !important
        }

    .footer__info {
        flex-direction: column;
        padding: 30px 0
    }

        .footer__info p,
        .footer__info a {
            line-height: 1.5;
            margin: 0;
        }

            .footer__info a:last-of-type {
                font-weight: 600
            }

        .footer__info img {
            max-width: 450px;
            padding: 0 0 10px;
            margin: 0 auto;
        }

    @media(min-width: 768px) {

        .footer__logo {
            max-height: 91px;
            grid-column: 2;
            margin: 0 auto
        }

        .footer__nav-container {
            grid-column: 1;
            grid-row: 1;
            justify-content: flex-start;
        }

        .footer__nav {
            align-items: flex-start;
            padding: 0;
        }

            .footer__nav a {
                padding: 0 0 20px
            }

        .footer__info {
            justify-content: flex-start;
            padding: 0
        }

        .social__media-container {
            grid-column: 2
        }
    }

    @media(min-width: 1024px) {
        .footer__logo {
            grid-column: 1
        }

        .footer__nav-container {
            grid-column: 2
        }

        .footer__info {
            grid-column: 3
        }

        .social__media-container {
            grid-column: 4
        }

        .footer__legal-container {
            grid-column: 5;
            grid-row: 1;
            padding-top: 0
        }

        .footer__container p, 
        .footer__container a, 
        .footer__legal li {
            text-align: left
        }

        .footer__info img {
            max-width: 185px;
            margin: 0;
        }

        .footer__nav {
            flex-direction: column;
        }
    }

/******NUEVO 2025*/
    @media(max-width:1024px){

        .header__container {
            display: none;
        }

        .pre-header {
            flex-direction: column;
            height: auto;
            padding-top: 15px;
        }

        .pre-header__social {
            padding: 15px 0;
            border-top: 1px solid #a9a5a570;
            width: 100%;
            justify-content: center;
        }

        .pre-header .rrss-div {
            width: 100%;
        }

        footer {
            height: 600px;
            background-size:auto;
        }

        .footer__overlay {
            height: 600px;
        }

        .footer__container > div:first-child {
            flex-wrap: wrap;
        }

        .footer__container .acc-div {
            max-width:none;
        }
    }

    @media(max-width:800px){
        .pre-header {
            padding: 0;
        }
        .pre-header .contact-div {
            display: none;
        }
        .pre-header__social {
            padding: 4px;
            border:none;
        }

        footer {
            background-position: 0;
            height: fit-content;
            background-size: cover;
        }

        .footer__overlay {
            height: 100%;
        }

        .footer__container > div > div {
             align-items: center; 
             text-align: center; 
        }

        .footer__container > div:first-child {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr;
        }

        .footer__container .acc-div {
            grid-column: 1 / 3;
            width: 100%;
        }

        .footer__container .logo-div {
            grid-column: 1 / 3;
            justify-self: center;
        }

        .footer__container .otrasPaginas-div {
            grid-column: 2 / 3;
        }
    }

    @media(max-width:420px){
        .footer__container .congreso-logo {
            width: 350px;
        }
    }

/******NUEVO 2025*/