/**/
	
span.title_redirect {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 98.5%;
    text-align: center;
    color: #000000;
    display: block;
    max-width: 230px;
    margin: 0 auto;
}
span.introduction_redirect {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #000000;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
}
.stay {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: block;
    background: black;
    text-align: center;
    letter-spacing: -0.005em;
    color: white;
    text-transform: uppercase;
    line-height: 36px;
    border: 1px solid black;
}
span.country_list {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 113%;
    text-align: center;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    color: #8C8C8C;
    margin-top: 20px;
    display: block;
    clear: both;
    margin-bottom: 3px;
    cursor: pointer;
}
.container_lista_paises {
    margin-top: 30px;
    max-height: 100px;
    overflow-y: scroll;
    display: none;
    text-align: center;
}
.container_lista_paises li {
    list-style: none;
    margin: 4px 0px;
    cursor:pointer;
    color: black;
}
div#ecommgeopopup-modal button.close {
    border: none;
    background: none;
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
    z-index: 1;
        padding: 0px;
}
.modal-body.modal-ecommgeopopup {
    height: auto;
    color: #CCCCCC;
    line-height: 100%;
    padding: 42px 22px;
    margin: 0 auto 0 auto;
    font-size: 0.9em;
    display: block;
    text-align: center;
}
div#ecommgeopopup-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 418px;
    width: 100%;
}
.margen1 a {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    display: block;
    align-items: center;
    letter-spacing: -0.005em;
    color: #000000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 12px;
    border: 1px solid #E7E7E7;
}
.margen1 a:hover {
    background: black;
    color: white;
    border: 1px solid black;
}
.stay:hover {
    background: white;
    color: black;
}