﻿
/*
    --------------------------------------------------------------
                                MOVIL FIRST
    --------------------------------------------------------------
*/

/*
    ========================================================
                              GENERAL
    ========================================================

*/
@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
/******************************* VARIABLES *******************************/

:root {
    /* COLORS */

    --primary-color: #b6ff19;
    --secondary-color: #00001f;
    --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*/
    --font-primary: Syne, sans-serif;
}



html, body {
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: var(--font-primary) !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;*/
}

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
}

.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(--primary-color);
    border-radius: 50%
}

.shopping-cart__logo {
    stroke: #464954;
}

.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: 992px) {
    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;
    background-color: rgb(226 232 240);
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

#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: var(--font-primary);
    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: var(--font-primary);
}

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"] {
    height: unset;
    cursor:pointer;
}

.container.body-content {
    min-width: initial;
    margin: 15px auto;
    max-width: 1440px !important;
    font-family: var(--font-primary);
    background-color: rgb(246 246 246);
}

.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: var(--font-primary);
    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, a.btn-secondary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--font-primary);
    font-weight: 600;
    transition: background-color 0.4s linear;
    color: var(--secondary-color) !important;
    padding: 12px 20px;
    font-size: 20px;
    border-radius: 17px;
}

a.btn-default {
    border: none;
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
    color: #5c625d;
    padding: 0;
    display: flex;
    width: fit-content;
}
    a.btn-default:hover {
        color: black !important;
        background-color: transparent;
        filter: brightness(0.9);
    }

a.btn-primary:hover,
.btn-primary:focus, 
.btn-primary:active {
    transform: scale(1.02);
    filter: brightness(0.9);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btnNextPage, .btn-default{
    margin-top:20px;
}

.body-content select.form-control, .body-content input {
    border-color: #e4e2e2 !important;
    background-color: #fff !important;
    height: 42px;
    padding: 0 20px !important;
    border-radius: 10px;
}

.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: var(--font-primary);
}

#formPage_1 .col-md-12.div_seleccion.ng_cloak.k_ng_cloak.columns h5:has(strong) {
    font-size: 24px;
    font-family: var(--font-primary);
    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
}

div[id^="divSectionNominative"] > div:nth-child(5) > div.col-md-offset-6.col-md-3 > a,
div[id^="divSectionNominative"] > div:nth-child(5) > div:nth-child(1) > a {
    background-color: #d7d7d7;
    border-color: #d7d7d7;
    padding: 5px 10px;
    font-size: 16px;
    box-shadow: 1px 2px 11px -3px #bfbfbf;
}

#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;
    }
}

/**************PANTALLA PRINCIPAL SELECCION************/
.header-image {
    border-radius: 16px;
    box-shadow: 4px 7px 20px 2px grey;
}

.header-text {
    grid-column: 1 / 3;
}

#formreg > div > div:nth-child(20) > div > hr{
    border-top:none;
}

.grp_soc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    font-family: var(--font-primary);
}

    .grp_soc .unDia {
        grid-column: 1/2;
        max-width: 100%;
    }

    .grp_soc .variosdias {
        grid-column: 2 / 3;
        grid-row: 3 / 3;
    }

    .grp_soc .ng_cloak.k_ng_cloak,
    .pack-congress .ng_cloak.k_ng_cloak {
        border: 2px solid rgb(235 239 244);
        border-radius: 9px;
        background-color: #ffffff;
        min-height: 50px;
        padding: 20px;
        grid-row: 3 / 4;
        font-weight: 600;
        color: var(--secondary-color);
    }

    .grp_soc .ng_cloak.k_ng_cloak.unDia {
        margin-right: 15px;
    }

    .grp_soc .ng_cloak.k_ng_cloak.variosdias {
        margin-left: 15px;
    }

        .grp_soc .ng_cloak.k_ng_cloak.selected,
        .pack-congress .ng_cloak.k_ng_cloak.selected
        {
            border: 2px solid var(--primary-color);
            background-color: #f6f9ed;
        }


        .pack-congress .ng_cloak.k_ng_cloak select {
            padding: 5px;
            border: 2px solid rgb(235 239 244) !important;
            border-radius: 6px;
            background-color: #f1f5f9 !important;
        }

            .grp_soc .ng_cloak.k_ng_cloak.selected select,
            .pack-congress .ng_cloak.k_ng_cloak.selected select{
                padding: 5px;
                border: 2px solid var(--primary-color) !important;
                border-radius: 6px;
                background-color: #f1f5f9 !important;
            }

    .grp_soc h5,
    #formPage_2 > div:nth-child(2) > div > h5,
    #formPage_2 > div:nth-child(2) > div > div.row,
    #formPage_3 > div:nth-child(2) > div > h5,
    #formPage_3 > div:nth-child(2) > div > div.row {
        display: none;
    }

#formPage_1 > div:nth-child(2) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.variosdias > div.col-md-6.col-xs-6{
    width:60%;
}

.grp_soc h2,
#formPage_2 > .row > .col-md-12.ng_cloak.k_ng_cloak.columns h3,
#formPage_3 > .row > .col-md-12.ng_cloak.k_ng_cloak.columns h3,
#formPage_1 > div:nth-child(8) > div > h3 {
    border-left: 8px solid var(--primary-color);
    padding-left: 5px;
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}

.divSectionNominative .css-extra-activivy-contacts-table table > thead > tr > th {
    border-bottom: 2px solid #ddd;
}

#formPage_1 > div:nth-child(2) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak > div.col-md-6.col-xs-6 > label {
    font-weight: 600;
    color: var(--secondary-color);
}

.pack-congress h5,
body > div.container.body-content > div.col-md-8 > div.row > div > h2 {
    display: none;
}

.progress-bar-success {
    background-color: var(--primary-color);
    color: black;
    border-radius: 50px;
    border: 2px solid rgb(226 232 240);
}

#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.unDia.selected > div.col-md-6.col-xs-6 > label,
#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.variosdias > div.col-md-6.col-xs-6 > label {
    padding: 0;
}

#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.variosdias > div.col-md-6.col-xs-6,
#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.unDia > div.col-md-6.col-xs-6 {
    width: 100%;
}

#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.unDia,
#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.variosdias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    #formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.variosdias > div.col-md-2.col-xs-3.text-right.text-nowrap,
    #formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.variosdias > div.col-md-2.col-xs-1.text-right.text-nowrap.priceBaseBeforeDiscount,
    #formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.unDia > div.col-md-2.col-xs-3.text-right.text-nowrap,
    #formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.unDia > div.col-md-2.col-xs-1.text-right.text-nowrap.priceBaseBeforeDiscount {
        align-content: center;
    }

    #formPage_1 > div:nth-child(2) > div > div.row.columns > div.col-md-6.col-md-offset-6.col-xs-7.col-xs-offset-5.text-center {
        justify-content: flex-start;
        display: flex;
    }

.discounted div.col-md-2.col-xs-3.text-right.text-nowrap,
.discounted .col-md-2.col-xs-1.text-right.text-nowrap.priceBaseBeforeDiscount,
#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.unDia.selected > div:nth-child(8),
#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.grp_soc > div.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak.variosdias.selected > div:nth-child(8) {
    width: fit-content;
}

#formPage_1 > .row > .col-md-offset-8.col-md-4.text-right,
#formPage_2 > .row > .col-md-offset-8.col-md-4.text-right,
#formPage_3 > .row > .col-md-offset-8.col-md-4.text-right {
    margin-left: 0;
    width: 100%;
}

    #formPage_1 > .row > .col-md-offset-8.col-md-4.text-right .progress,
    #formPage_2 > .row > .col-md-offset-8.col-md-4.text-right .progress,
    #formPage_3 > .row > .col-md-offset-8.col-md-4.text-right .progress {
        border-radius: 50px;
    }

.body-content .col-md-8 .table.table-striped,
#formPage_3 .col-md-12.ng-pristine.ng-untouched.ng-valid div.col-md-12.divSectionNominative > div > div > div > table,
#divSectionNominative2 > div:nth-child(3) > div.col-md-12.divSectionNominative > div > div > div.css-extra-activivy-contacts-table {
    box-shadow: 4px 2px 26px 0px #b6b6b6;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 !important;
}

    .table.table-striped thead,
    #formPage_3 .col-md-12.ng-pristine.ng-untouched.ng-valid div.col-md-12.divSectionNominative > div > div > div > table > thead,
    #divSectionNominative2 > div:nth-child(3) > div.col-md-12.divSectionNominative > div > div > div.css-extra-activivy-contacts-table > table > thead {
        color: #97a6ba;
        background-color: rgb(248 250 252 / 0.5);
    }

    #divSectionNominative2 > div:nth-child(3) > div.col-md-12.divSectionNominative > div > div > div.css-extra-activivy-contacts-table > table > tbody > tr {
        border-top: 1px solid #ddd;
    }
    #formPage_3 .col-md-12.ng-pristine.ng-untouched.ng-valid div.col-md-12.divSectionNominative > div > div > div > table > thead {
        border-bottom: 2px solid #ddd;
    }

    .table.table-striped td {
        color: var(--secondary-color);
        font-weight:600;
    }
    .table.table-striped .lead td:first-child {
        color: var(--secondary-color);
        font-weight:800;
        text-transform: uppercase;
        font-size:25px;
    }

    .table.table-striped .lead td:last-child {
        color: var(--primary-color);
        font-size:25px;
        font-weight:800
    }

.divSectionNominative .css-extra-activivy-contacts-table {
    border: 1px solid transparent !important;
    background-color: transparent !important;
    padding:0;
}

div[id^="divSectionNominative"] > div:nth-child(1) > div.col-md-offset-6.col-md-3 > a,
div[id^="divSectionNominative"] > div:nth-child(1) > div:nth-child(1) > a {
    display: none;
}

#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.pack-congress > div.row.radio-hover.checkbox.borow.ng_cloak.k_ng_cloak > div:nth-child(8),
#formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.pack-congress > div.row.radio-hover.checkbox.borow.ng_cloak.k_ng_cloak > div.col-md-2.col-xs-3.text-right.text-nowrap {
    width: fit-content;
}

@media(max-width:1024px) {
    .table.table-striped .lead td:first-child, .table.table-striped .lead td:last-child {
        font-size: 18px;
    }

    .table.table-striped th{
        font-size:18px;
    }
}

@media(max-width:768px) {
    #divBuySummary .table tr {
        display: flex;
        flex-direction: column;
        padding: 10px 3px !important;
        width: 100%;
    }

    #divBuySummary .table {
        display: flex;
        flex-direction: row;
        padding: 13px 20px 0px 20px !important;
        overflow: auto;
    }

    #divBuySummary th,
    #divBuySummary td {
        height: 75px;
        text-align: left;
        align-content: center;
        line-height: 12px;
        min-width: 155px;
    }
    #divBuySummary td {
        font-size: 11px;
    }
    #divBuySummary tbody {
        width: 100%;
        display: flex;
    }

    #formPage_1 > div:nth-child(2) > div > div.row.columns{
        display:flex;
        flex-direction: column;
    }

        #formPage_1 > div:nth-child(2) > div > div.row.columns > div:nth-child(2) > a{
            margin-top:20px;
        }

        a.btn-primary {
            font-size: 15px;
            padding: 6px 10px;
        }

    #formPage_1 > div:nth-child(2) > div > div.row.columns > div.col-md-6.col-xs-5 > input {
        width: 300px !important;
        max-width:none !important;
    }

/*    #formPage_1 > div:nth-child(4) > div > div:nth-child(10) > div > div > div.pack-congress > div.row.radio-hover.checkbox.borow.ng_cloak.k_ng_cloak > div.col-md-6.col-xs-6{
        width:100%;
    }*/
}

@media(max-width: 475px){
    .table.table-striped th {
        font-size: 13px;
    }

    #divBuySummary .table {
        padding: 13px 0px 0px 0px !important;
    }

    #divBuySummary .table tr td{
        font-size:10px;
    }

    .table.table-striped .lead td:last-child {
        color: black;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #divBuySummary .table tr td,
    #divBuySummary .table tr th{
        font-size: 10px;
    }
    
}


/***************************************** 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*/
