﻿/*.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: 16%;*/
    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;
}

.pTop20 {
    padding-top: 20px !important;
}



/*region VERSION 2*/
.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;
    color: #000;
}

    .modalprincipal a {
        color: #000 !important;
        text-decoration: underline !important;
        cursor: pointer !important;
    }

.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: fixed;
    z-index: 999999;
    max-width: 700px;
    background-color: white;
    top: 60%;
    padding: 40px 40px;
    background-position: 61% 50%, top right;
    background-repeat: no-repeat;
    background-size: 455px;
    border: 1px solid #F8F8F8;
    border-radius: 6px;
    /* margin-bottom: 50px; */
    font-size: 16px;
    /* margin: 0 35px 0; */
    bottom: 80px;
    right: 80px;
}


#panListCookies .list {
    column-count: 3;
}

.mainfunction {
    top: 4%;
    position: relative;
    margin: 0 auto;
    max-width: 95%;
    right: initial;
}

    .mainfunction .style_list li {
        margin-right: 0;
    }

    .mainfunction #panListCookies {
        max-height: 80vh;
        overflow: auto;
    }



.mainModal .textModal {
    display: inline-block;
    width: 100%;
    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: 16px;
    }

    .mainModal .textModal {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .mainModal {
        text-align: left;
        z-index: 999999;
        width: 90%;
        background-color: white;
        margin: 0 auto;
        padding: 10px 0px;
        border: 1px solid #F8F8F8;
        border-radius: 6px;
        left: 0;
        right: 0;
        bottom: 40px;
        top:initial;
    }

    .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: #48CFD1;
    color: #FFFFFF;
    border: 1px solid #48CFD1;
    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 #48CFD1;
    -webkit-box-shadow: 0px 3px 1px #48CFD1;
    box-shadow: 0px 3px 1px #48CFD1;
    -webkit-appearance: none;
    border-radius: 50px !important;
    padding: 7px 20px;
}

.btn-white-light {
    padding: 10px 15px;
    background-color: #ffffff;
    color: #80BADF !important;
    border: 1px solid #48CFD1;
    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 #48CFD1;
    -webkit-box-shadow: 0px 3px 1px #48CFD1;
    box-shadow: 0px 3px 1px #48CFD1;
    -webkit-appearance: none;
    border-radius: 50px !important;
    padding: 7px 20px;
}

.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;
}

.cookies-modal-button-accept {
    background-color: #000 !important;
    color: #fff !important;
}

.mainfunction .cookies-modal-button-accept {
    background-color: #fff !important;
    color: #000 !important;
    border-color: black;
    box-shadow:none;
}

.modalprincipal a.btn-atras-cookie {
    margin-top: 12px;
    margin-left: 20px;
    text-decoration: none !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: #FFF;
    /*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 white;
    /*margin-right: 25px;*/
    margin-right: 45px;
}

.pTop20 {
    padding-top: 20px !important;
}
#btnCookiesAceptar {
    border-color:transparent;
    box-shadow: none;
}
/*endregionVERSION 2*/



@supports (-webkit-touch-callout: none) {
  .modal-backdrop {
    display: none !important;
  }
}
