﻿.modalprincipal {
    position: fixed;
    z-index: 999998;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.clearfix {
    clear: both;
    border: none;
    height: 0;
}

.activo {
    display: block;
}

/*.mainModal {
    position: relative;
    z-index: 999999;
    max-width: 648px;
    background-color: white;
    margin: 0 auto;
    top: 16%;
    padding: 28px 56px;
    background-image: url(../img/cookie.svg);
    background-position: 61% 50%, top right;
    background-repeat: no-repeat;
    background-size: 455px;
    border: 1px solid #F8F8F8;
    border-radius: 6px;
}*/

.mainModal {
    position: relative;
    z-index: 999999;
    max-width: 648px;
    background-color: white;
    margin: 0 auto;
    top: 14%;
    padding: 56px 56px;
    background-image: url(../img/cookie.svg);
    background-position: 61% 50%, top right;
    background-repeat: no-repeat;
    background-size: 455px;
    border: 1px solid #F8F8F8;
    border-radius: 6px;
    margin-bottom: 50px;
}

    .mainModal .textModal {
        display: inline-block;
        width: 46%;
        vertical-align: top;
    }

        .mainModal .textModal ul {
            padding-inline-start: 0px;
        }


    .mainModal h3 {
        color: black;
    }

.centerModal {
    text-align: center;
    padding-bottom: 10px;
}


.textModal h4 {
    color: black;
    font-weight: bold;
}

.cabecera {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
}

.colorblack {
    color: #000000;
    font-weight: bold;
    font-size: 21px;
}

.button {
    text-align: right;
}

.fr {
    float: right;
}

.fl {
    float: left
}

.cross {
    float: right;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

    .cross i {
        font-size: 34px !important;
        color: #c1c1c1;
    }

.lh21 {
    line-height: 21px;
}

.text-div {
    padding: 0px;
}

@media(max-width: 991px) {
    .text-div {
        padding: 26px;
    }

    .mainModal .textModal {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .mainModal {
        position: relative;
        text-align: left;
        z-index: 999999;
        width: 90%;
        background-color: white;
        margin: 0 auto;
        top: 2%;
        padding: 26px 0px;
        border: 1px solid #F8F8F8;
        border-radius: 6px;
    }

    .button {
        text-align: left;
    }

    .cross {
        float: right;
        width: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

.btn-blue {
    padding: 10px 40px;
    background-color: #0F3B63;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Proxima Nova regular';
    font-size: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px 1px #0D2337;
    -webkit-box-shadow: 0px 3px 1px #0D2337;
    box-shadow: 0px 3px 1px #0D2337;
    -webkit-appearance: none;
}

.btn-blue-light {
    padding: 10px 15px;
    background-color: #5EA8D4;
    color: #FFFFFF;
    border: 1px solid #80BADF;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Segoe UI';
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px 1px #2F6F95;
    -webkit-box-shadow: 0px 3px 1px #2F6F95;
    box-shadow: 0px 3px 1px #2F6F95;
    -webkit-appearance: none;
}

.btn-white-light {
    padding: 10px 15px;
    background-color: #ffffff;
    color: #80BADF !important;
    border: 1px solid #80BADF;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Segoe UI' !important;
    font-size: 13px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px 1px #2F6F95;
    -webkit-box-shadow: 0px 3px 1px #2F6F95;
    box-shadow: 0px 3px 1px #2F6F95;
    -webkit-appearance: none;
}

.btn_atras {
    padding: 10px 0px;
    background-color: #ffffff;
    color: #80BADF !important;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Segoe UI' !important;
    font-size: 13px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px 1px #2F6F95;
    -webkit-box-shadow: 0px 3px 1px #2F6F95;
    box-shadow: none;
    -webkit-appearance: none;
    text-decoration: underline !important;
}


.style_list {
    list-style-type: none;
    padding-inline-start: 0px;
}

    .style_list li {
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

.b_enun_cookie_modal {
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

.div_enun_cookie_modal {
    background: #F1F4F6;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.div_item_cookie_modal {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.margin_check_list {
    border-right: 2px solid rgb(100, 189, 99);
    margin-right: 25px;
    width: 88%;
}

.pTop20 {
    padding-top: 20px !important;
}

.h4_modal {
    font-size: 16px;
    margin-bottom: 10px;
}