.country-preferences select {
    width: 120px;
    height: 30px;
    padding: 3px;
}

@media screen and (min-width: 1024px) {
    .country-preferences.u-visible\@lg {
        display: block !important;
    }

    .country-preferences {
        margin-left: 20px;
    }
}

#country_preferences_content {
    display: none;

    margin-top: 5px;
    position: fixed;
    right: 10px;
    padding: 20px;
    background-color: #f8fcff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08), 0 20px 32px rgba(0, 0, 0, .12);
    width: 200px;
}

#country_preferences_content .title {
    border-bottom: solid 1px;
    padding-bottom: 5px;
}

.country-preferences-content.mobile .title {
    border-bottom: solid 1px;
    padding-bottom: 5px;
}

.country-preferences-content.mobile select, .country-preferences-content.modal select {
    width: 100%;
    /*height: 40px;*/
    /*padding: 3px;*/
}

.country-preferences-button {
    margin-top: 10px;
}

.country-preferences-dialog {
    display: none;
}

.country-preferences-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)

}

.country-preferences-content.modal {
    background-color: #fefefe;
    margin: 20% auto;
    padding: 50px;
    border: 1px solid #888;
    /*width: 50%;*/

    width: 591px;
    /*height: 385px;*/
    border-radius: 4px;
}

.country-preferences-content.modal .close {
    color: #1B2328;
    float: right;
    font-size: 33px;
    /*font-weight: bold;*/
    top: -30px;
    position: relative;
    right: -30px;
}

.country-preferences-content.modal .close:hover,
.country-preferences-content.modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.country-preferences-content.modal .country-preferences-button {
    width: 100%;
}

.country-preferences-content.mobile .title {
    border-bottom: solid 1px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.country-preferences-content.modal .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
}

.country-preferences-content.modal .box {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    background: #3DBEB3;

    display: inline-block;

    line-height: 83px;
    text-align: center;
}

.country-preferences-content.modal .list {
    display: inline-block;
    width: 85%;
    height: 64px;
    border: solid 1px #5B5C64;
    border-radius: 4px;
    padding-top: 10px;
}

.country-preferences-content.modal .list label {
    font-size: 12px;
    padding-left: 10px;
}

.country-preferences-content.modal .list select {
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;

    padding-left: 10px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0iIzFCMjMyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41MDAxNSAwLjU4NTkzOEw4LjUwMDE1IDcuNTg1OTRMMTUuNTAwMiAwLjU4NTkzOEwxNi45MTQ0IDIuMDAwMTVMOC41MDAxNSAxMC40MTQ0TDAuMDg1OTM3NSAyLjAwMDE1TDEuNTAwMTUgMC41ODU5MzhaIi8+PC9zdmc+Cg==') no-repeat;
    background-position: calc(100% - 1rem) top !important;

    appearance: none !important;
    box-shadow: none;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    border-color: transparent !important;
    outline: none;
}

.country-preferences-content.modal .row {
    margin: 20px 0;
}

@media screen and (max-width: 500px) {
    .country-preferences-content.modal {
        background-color: #fefefe;
        margin: 60% auto;
        padding: 15px;
        border: 1px solid #888;
        width: 90%;
        height: 350px;
    }

    .country-preferences-content.modal .body {
        margin-top: 30px;
    }

    .country-preferences-content.modal .close {
        float: right;
        font-size: 38px;
        top: 0;
        position: relative;
        right: 10px;
    }

    .country-preferences-content.modal .list {
        width: 79%;
    }

    .country-preferences-content.modal .title {
        font-size: 28px;
    }

    .country-preferences-content.modal .row {
        margin: 10px 0;
    }

    .country-preferences-content.modal .box {
        width: 18%;
    }
}

.img-flag {
    margin-right: 5px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}

#layout-alert-btn {
    float: right;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    padding: 0 10px;
    margin-top: -3px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;

}

@media screen and (min-width: 1020px), print {
    .c-header__nav__item-link, .c-header__utility-nav__button, .c-header__utility-nav__link {
        font-size: 0.7rem;
    }
    .c-header__nav__item-link {
        margin-right: 1.0rem;
    }

    html[lang="es"] .c-header__nav__item-link, html[lang="es"] .c-header__utility-nav__button, html[lang="es"] .c-header__utility-nav__link {
        font-size: 0.6rem;
    }
}
@media screen and (min-width: 1280px), print {
    .c-header__nav__item-link, .c-header__utility-nav__button, .c-header__utility-nav__link {
        font-size: 0.9rem;
    }
    .c-header__nav__item-link {
        margin-right: 1.0rem;
    }

    html[lang="es"] .c-header__nav__item-link, html[lang="es"] .c-header__utility-nav__button, html[lang="es"] .c-header__utility-nav__link {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 1380px), print {
    .c-header__nav__item-link, .c-header__utility-nav__button, .c-header__utility-nav__link {
        font-size: 0.9rem;
    }

    .c-header__nav__item-link {
        margin-right: 1.3rem;
    }

    html[lang="es"] .c-header__nav__item-link, html[lang="es"] .c-header__utility-nav__button, html[lang="es"] .c-header__utility-nav__link {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 1480px), print {
    .c-header__nav__item-link, .c-header__utility-nav__button, .c-header__utility-nav__link {
        font-size: 1.0rem;
    }

    .c-header__nav__item-link {
        margin-right: 1.3rem;
    }

    html[lang="es"] .c-header__nav__item-link, html[lang="es"] .c-header__utility-nav__button, html[lang="es"] .c-header__utility-nav__link {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 1580px), print {
    html[lang="es"] .c-header__nav__item-link, html[lang="es"] .c-header__utility-nav__button, html[lang="es"] .c-header__utility-nav__link, .c-header__nav__item-link, .c-header__utility-nav__button, .c-header__utility-nav__link {
        font-size: 1.1875rem;
    }

}

@media screen and (min-width: 1280px), print {

    html:not([lang="en"]) .c-consultant__actions a, html:not([lang="en"]) .c-consultant__actions button {
        font-size: 1.0rem;
        padding-top: 1.3rem;
    }
}

.c-pricing__plan:nth-of-type(2n + 1) h3 {
    padding-bottom: 2.5rem;
    padding-top: 2.0rem;
}

.c-pricing__plan .c-pricing__discount {
    min-height: 2.2rem;
}

.annualy-plan-active .c-pricing--monthly {
    max-height: 0;
    transform: translateY(-.3125rem);
}

.annualy-plan-active .c-pricing--monthly, .annualy-plan-active .c-pricing__plan__label--monthly {
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.monthly-plan-active .c-pricing--monthly {
    max-height: 3.125rem;
}

.monthly-plan-active .c-pricing--monthly, .monthly-plan-activee .c-pricing__plan__label--monthly {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}
