@font-face {
    font-family: "observatorio-icons";
    src: url("../../css/fonts/observatorio-icons.eot");
    src: url("../../css/fonts/observatorio-icons.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/observatorio-icons.woff2") format("woff2"), url("../../css/fonts/observatorio-icons.woff") format("woff"), url("../../css/fonts/observatorio-icons.ttf") format("truetype"), url("../../css/fonts/observatorio-icons.svg#observatorio-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face { font-family: 'Acciona';
    src: url("fonts/Acciona-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Acciona-Regular.otf") format("opentype"),
    url("fonts/Acciona-Regular.woff") format("woff"),
    url("fonts/Acciona-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: 'Acciona';
    src: url("fonts/Acciona-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/Acciona-Black.otf") format("opentype"),
    url("fonts/Acciona-Black.woff") format("woff"),
    url("fonts/Acciona-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face { font-family: 'Acciona';
    src: url("fonts/Acciona-Heavy.eot?#iefix") format("embedded-opentype"),
    url("fonts/Acciona-Heavy.otf") format("opentype"),
    url("fonts/Acciona-Heavy.woff") format("woff"),
    url("fonts/Acciona-Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face { font-family: 'Acciona';
    src: url("fonts/Acciona-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Acciona-Bold.otf") format("opentype"),
    url("fonts/Acciona-Bold.woff") format("woff"),
    url("fonts/Acciona-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face { font-family: 'Acciona';
    src: url("../landings-assets/styles/fonts/Acciona-Light.eot?#iefix") format("embedded-opentype"),
    url("../landings-assets/styles/fonts/Acciona-Light.otf") format("opentype"),
    url("../landings-assets/styles/fonts/Acciona-Light.woff") format("woff"),
    url("../landings-assets/styles/fonts/Acciona-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face { font-family: 'Acciona';
    src: url("../landings-assets/styles/fonts/Acciona-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../landings-assets/styles/fonts/Acciona-ExtraLight.otf") format("opentype"),
    url("../landings-assets/styles/fonts/Acciona-ExtraLight.woff") format("woff"),
    url("../landings-assets/styles/fonts/Acciona-ExtraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}


/*modals*/

#modal-abre-pop .modal {
    width: 100%;
    height: calc(100%);
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.51);
    z-index: 999;
    padding:95px 0px 45px 0px;
    box-sizing: border-box;
    overflow-y: auto;
    visibility: hidden;
}

#modal-abre-pop .modal p, #modal-abre-pop .modal label, #modal-abre-pop .modal span, #modal-abre-pop .modal div {
    letter-spacing: normal;
}



#modal-abre-pop .modal-content {
    width: 100%;
    max-width: 1000px;
    min-height: 330px;
    background: #fff;
    padding: 30px 44px 0px 44px;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translate3d(0, 0, 0);
    z-index: 100;
    /*margin-bottom: 45px;*/


}

#modal-abre-pop .btn_val{
    line-height: 32px!important;
}

#modal-abre-pop .modal-content >div{display: none;}

#modal-abre-pop .modal-content .modal-close {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 25px;
    right: 25px;
    transition: all 0.3s linear;
}

#modal-abre-pop .modal-content .modal-close:before {
    content: '';
    width: 27px;
    height: 1px;
    background-color: #BA9868;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
}

#modal-abre-pop .modal-content .modal-close:after {
    content: '';
    width: 27px;
    height: 1px;
    background-color: #BA9868;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
}
#modal-abre-pop .modal-content .modal-close:hover:before, #modal-abre-pop .modal-content .modal-close:hover:after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#modal-abre-pop .modal-content>div {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
#modal-abre-pop .modal-content .cont-int-modal-special {
    max-width: 850px;
}

#modal-abre-pop .modal-content>div h2{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 12px;
    font-family:'Acciona';
    font-size: 34px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
#modal-abre-pop br.casper{display: none;}
#modal-abre-pop .modal-content .cont-int-modal-special h2{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family:'Acciona';
    font-size: 34px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

#modal-abre-pop .cab-pop-up-logo {
    margin-top: 50px;
}
#modal-abre-pop .cab-pop-up-logo img {
    width: 170px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
#modal-abre-pop .modal-content div.cab-pop-up-logo p{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 70px;
    font-family: 'Acciona';
    font-size: 24px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
#modal-abre-pop .modal-content div.cab-pop-up-logo .guion {
    margin-top: 20px;

}
#modal-abre-pop .guion {
    width: 66px;
    height: 4px;
    display: block;
    position: relative;
    background-color: red;
    margin: 0 auto;
    margin-top: 15px;
}
#modal-abre-pop .modal-content .cont-icon-links {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 690px;
}
#modal-abre-pop .modal-content .cont-icon-links a {
    min-height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    min-width:142px;
}
#modal-abre-pop .modal-content .cont-icon-links img {
    height: 26px;
}
#modal-abre-pop .modal-content .cont-icon-links p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #b59971;
}

#modal-abre-pop .modal-content div.formulario-tlf {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 60px;
    letter-spacing: 1.5px;
}
#modal-abre-pop .modal-content div.formulario-tlf img {
    width: 30px;
    height: 30px;
}
#modal-abre-pop .modal-content div.formulario-tlf a {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-decoration: none;
}
#modal-abre-pop .modal-content div.txt-content-box {
    max-width: 850px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 75px;
}

#modal-abre-pop .modal-content div.txt-content-box p {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-family:'Acciona';
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    font-weight: 200;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
#modal-abre-pop .modal-content div.txt-content-box ul {
    width: 100%;
    list-style: none;
    margin-top: 10px;

}

#modal-abre-pop .modal-content div.txt-content-box ul li span {

    background-color:#BA9868;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle;
}
#modal-abre-pop .modal-content div.txt-content-box ul li {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-family:'Acciona';
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

#modal-abre-pop .modal-content>div p {
    width: 100%;
    /* height: 26px; */
    margin: 0 auto;
    margin-top: 17px;
    font-family: 'Acciona';
    font-size: 18px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
#modal-abre-pop .modal-content>div p.txt-final-box {
    width: 100%;
    height: 26px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 75px;
    font-family:'Acciona';
    font-size: 18px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #b59971;
}

#modal-abre-pop .info-button {
    font-size: 14px;
    padding-bottom: 8px;
    display: block;
    color: #000000;
    font-weight: 300;
    font-family:'Acciona';
}

#modal-abre-pop .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 auto;
    margin-top: 36px;
}
#modal-abre-pop .btn-box>div {
    max-width: 304px;
}
#modal-abre-pop .cont-info-volver .btn-box>div {
    max-width: 304px;
}


#modal-abre-pop .button.brown {
    border: 1px solid #b59971;
    color: #fff;
}
#modal-abre-pop .xx1 {
    width: 304px!important;
}



#modal-abre-pop .button, #modal-abre-pop .button:after, .button:before {
    -webkit-transition: all .3s cubic-bezier(.43,.39,.23,1.01);
    transition: all .3s cubic-bezier(.43,.39,.23,1.01);
}

#modal-abre-pop  .btn{
    position: relative;
    width: 306px;
    min-height: 56px;
    border: 1px solid #b59971;
    padding: 12px 18px 14px 18px;
    color: #fff;
    font-weight: 700;
    font-family: Acciona;
    z-index: 1;
    background-color: #fff;
    cursor: pointer;
    transition: color .25s ease;
    transform: translateZ(0);
}

#modal-abre-pop  .btn .btn_val {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 0px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.2px;
}
#modal-abre-pop  .btn:hover .btn_val {
    color: #BA9868;
}
#modal-abre-pop .button {
    width: 304px;
    max-height: 56px;
    display: table;
    font-family:'Acciona';
    font-size: 12px;
    line-height: 1.58333em;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-decoration: none;

    cursor: pointer;
    vertical-align: middle;
}
#modal-abre-pop .cont-info-volver .button {
    width: 304px;
    max-height: 56px;
    display: table;
    font-family: 'Acciona';
    font-size: 12px;
    line-height: 1.58333em;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
}

#modal-abre-pop .button-m {
    height: 56px;
    font-size: 16px!important;
}
#modal-abre-pop .cont-info-volver .button-m {
    height: 56px;
    font-size: 12px!important;
}

#modal-abre-pop .header_top-button {
    display: inline-block;
    vertical-align: middle;
}

#modal-abre-pop .button.toWhite:hover {
    color: #b59971;
    text-decoration: none;
}

#modal-abre-pop .button.brown {
    border: 1px solid #b59971;
    color: #fff;
}

#modal-abre-pop .button, #modal-abre-pop .button:after, #modal-abre-pop .button:before {
    -webkit-transition: all .3s cubic-bezier(.43,.39,.23,1.01);
    transition: all .3s cubic-bezier(.43,.39,.23,1.01);
}

#modal-abre-pop .button:after, #modal-abre-pop .button:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
}

#modal-abre-pop .button-inverse:hover:after, #modal-abre-pop .button:hover:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#modal-abre-pop .button.brown:before {
    background-color: #fff;
}

#modal-abre-pop .button.brown:after {
    background-color: #b59971;
}

#modal-abre-pop .button-inverse span, #modal-abre-pop .button span {
    position: relative;
    z-index: 2;
}

#modal-abre-pop .btn-box .button-inverse span, 
#modal-abre-pop .btn-box .button span,
#modal-abre-pop .button-inverse span, 
#modal-abre-pop .button span {
    width: 90%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
}
#modal-abre-pop .cont-info-volver {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 30px;

}
#modal-abre-pop .cont-info-volver .btn-box {
    margin-top: 0px;
}

#modal-abre-pop .cont-btn-volver {
    display: flex;
    justify-content: left;
}

#modal-abre-pop .btn-volver {

    width: 100%;
    height: 26px;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Acciona';
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 56px;
    letter-spacing: normal;
    text-align: left;
    color: #b59971;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

#modal-abre-pop .btn-volver:hover{color:#89704D;}

#modal-abre-pop .three-p {
    width: 100%;
    height: 26px;
    display: table;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 75px;
    font-family:'Acciona';
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #b59971;
    text-decoration: none !important;
    cursor: pointer;
}
#modal-abre-pop .three-p:hover {
    color: #89704D !important;
}
#modal-abre-pop .cont-info-volver .three-p {
    font-size: 12px;
}

#modal-abre-pop .three-p:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../landings-assets/images/icons/flecha_down_gold.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    top: -3px;
}

#modal-abre-pop #solicitaResumen:hover {
    color: #89704D !important;
}

#modal-abre-pop #solicitaResumen:hover:after {
    background: url(../landings-assets/images/icons/flecha_down_gold_2.svg) no-repeat;
}

#modal-abre-pop .formulario-form {
    max-width: 450px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;

}

#modal-abre-pop .formulario-form .cont-telf {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
#modal-abre-pop .formulario-form .cont-telf input:first-child {
    max-width: 60px;
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.28;
    padding: 5px 15px;
    box-sizing: border-box;
    border: 1px solid #b59971;
    border-right: 0px !important;
    margin: 0 auto;
    margin-top: 8px;
    text-transform: uppercase;
    color: #000000;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}

#modal-abre-pop .formulario-form label{
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    font-family:'Acciona';
    font-size: 12px;
    font-weight: 500;
    margin-top: 25px;
}
#modal-abre-pop .formulario-form input[name='nombre'],
#modal-abre-pop .formulario-form input[name='tlf'],
#modal-abre-pop .formulario-form input[name='ftlf2'],
#modal-abre-pop .formulario-form input[name='email'], 
#modal-abre-pop .formulario-form select, 
#modal-abre-pop .formulario-form select option {
    width: 100%;
    height: 56px;
    font-family: 'Acciona';
    font-size: 16px;
    font-weight: 100;
    line-height: 1.28;
    padding: 5px 15px;
    box-sizing: border-box;
    border: 1px solid  #b59971;
    margin: 0 auto;
    margin-top: 8px;
    text-transform: uppercase;
    color: #000000;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}
#modal-abre-pop *:focus-visible {
    outline: none !important;
}
#modal-abre-pop .formulario-form select.pref-horaria {
    font-family: 'Acciona';
    font-size: 16px !important;
    font-weight: 100 !important;
    line-height: 1.28 !important;
    color: #000000;
    padding: 15px 45px 15px 20px;
    box-sizing: border-box;
    background-color:transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAAXNSR0IArs4c6QAAAOBJREFUGBlti7sOAVEQQGd2bUKh0vkFP6EQyYZGKxGFoNBx4/ELInpkC5FQarCJKBS+xQ8oPHavMbOsyMZNJrlzzhncO920p/XcMs1qvjY8w5/32xier1dAlPO1vz/MB6loL0ycNNIaBoICxAsRZB73h3tyusnwSP7CxEkjLYp0ZypLRCwojojHhJW0hV+9i7AssxuPbddHx+BA5HbaLiLhmoBiLDfCOC4ioE9IpUJjHLDvQXA0UWXOFjyG7AD45KkUmqPlewf4iPcaCIRWKIH/v/GXRz/upNPfTVUvymV/AZNCayxLub3JAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: top 25px right 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
}
#modal-abre-pop .formulario-form select.pref-horaria:focus-visible {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAAXNSR0IArs4c6QAAAPZJREFUGBltjj9rwnAQhu9N4r8hfhs3B0ERQlwcLUiHUltXE0q/gSBpVzXiVOjaQUOWCg5unf0YXZqhgn/OO8VixYPj9+O95+GO6ErFQ+9Z+8qIcBlGofdIzP1DDrTd1svgnPknREP/hojfpI0jhB0Rmu5D8H6S/oQo7NTA+GBiC4SJ7AYz1+TZMLjutl6nKh2EeOSXZBhLZwHMcynb0eHvOtGsJNlK2nHugzni0CvI3pncbUv4lTfNcvGul6iwGD/ZP9vtTKQCAYncWTZ2TMERpmU6k3ZOsAr61wygpTLKGinLbIj9aZlWtXLb/VbwvDTTmTLK7gH8PWBVkAv8PwAAAABJRU5ErkJggg==);
}

#modal-abre-pop .formulario-form select.pref-horaria option {
    font-family: 'Acciona';
    font-size: 16px !important;
    font-weight: 200 !important;
    line-height: 1.28 !important;
    color: #000000;
}
#modal-abre-pop .formulario-form span {
    width: 100%;
    /*display: none;*/
    position: relative;
    margin-top: 10px;
    font-size: 12px;
    text-align: left;

}
#modal-abre-pop .state>span.error_legal {
    position: absolute;
    top: 25px;
}

#modal-abre-pop select.error_input {
    border: 1px solid #e63129 !important;
}
#modal-abre-pop input.error_input {
    border: 1px solid #e63129 !important;
}

#modal-abre-pop .error {
    display: block;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    max-width: 352px;
    color: #e63129;
}
#modal-abre-pop .formulario-form>div {
    max-width: 600px;
    width: 100%;
    text-align: center;
}
#modal-abre-pop .formulario-form .legal {
    margin-top: 28px;
    margin-bottom: 30px;
}
#modal-abre-pop .formulario-form .legal p{
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: 'Acciona';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: normal;
    text-align: left;
    color: #4d5155;
    margin-top: 27px;

}

#modal-abre-pop .formulario-form .legal p a{color:#4d5155;}

#modal-abre-pop .pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
    width: 100%;
    text-align: left;
}
#modal-abre-pop .pretty input {
    pointer-events: all;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 24px;
    height: 24px;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#modal-abre-pop .pretty .state label {
    position: initial;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    margin: 0;
    text-indent: 2.5em;
    min-width: 24px;
    color: #000000;
    margin-top:8px;
    width: auto;
}
#modal-abre-pop .pretty .state  a {
    position: initial;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    color: #000000;
    margin-top:8px;
}

@media only screen and (max-width: 450px) {
    #modal-abre-pop .pretty .state label:before,
    #modal-abre-pop .pretty .state label:after {
        top: 3px !important;
    }

    #modal-abre-pop .pretty .state a {
        display: block;
        margin-left: 25px;
        margin-top: 6px;
    }
    #modal-abre-pop .state>span.error_legal {
        top: 45px;
    }

}


@media only screen and (max-width: 375px) {

    #modal-abre-pop .pretty .state label:before,
    #modal-abre-pop .pretty .state label:after {
        top: 0px !important;
    }

    #modal-abre-pop .pretty .state a {
        font-size: 12px;
    }

}


#modal-abre-pop .pretty .state label:after, 
#modal-abre-pop .pretty .state label:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - -58%);
    background-color: transparent;
}

#modal-abre-pop .pretty .state label:before {
    border-color:#b59971;
}

#modal-abre-pop .pretty .state label.error_check:before {
    border-color:#ff0000;
}


#modal-abre-pop .pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
}

#modal-abre-pop .pretty.p-default input:checked~.state label:after {
    background-color: #BA9868!important;
}

@media only screen and (max-width: 1080px) {
    #modal-abre-pop .btn{
        max-width: 200px;
        min-width: 190px;
    }
   
}

@media only screen and (max-width: 1024px) {
    #modal-abre-pop .modal{
        padding:0px;
    }
    #modal-abre-pop .modal-content {
        width: 100%;
        max-width: none;
        min-height: 100%;

    }
    #modal-abre-pop br.casper{display: block;}
}

@media only screen and (max-width: 990px) {
    #modal-abre-pop .btn{
        min-width: 211px;
    }
   
}

@media only screen and (max-width: 678px) {
    #modal-abre-pop .btn{
        width: 100% !important;
        min-height: 48px !important;
        height: 48px !important;
        max-width: none;

    }
    #modal-abre-pop .btn .btn_val {
        line-height: 24px !important;
    }
    #modal-abre-pop .btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
        max-width: 450px;
    }
    #modal-abre-pop .btn-box>div {
        max-width: 100%;
    }
    #modal-abre-pop .btn-box>div:first-child {
        margin-bottom: 40px;
    }
    #modal-abre-pop .button {
        max-height: 48px;
        width: 100%;}

        #modal-abre-pop .btn-box>div:nth-child(2n) {
        width: 100%;
        margin-top: 55px;
        order: 1;
        margin: 0 auto;
    }
    #modal-abre-pop .btn-volver {
        line-height: 48px;
        text-align: center;
        order: 2;
    }
    #modal-abre-pop .cont-info-volver .btn-box>div {
        max-width: 100%;
    }
    #modal-abre-pop .cont-info-volver .button {
        width: 100%;
        line-height: 48px;
    }
    #modal-abre-pop .cont-info-volver .button-m {
        height: 48px;
    }

    #modal-abre-pop .modal-content {
        padding: 30px 17px 0px 17px;
    }

    #modal-abre-pop .modal-content div.txt-content-box p {
        font-size: 14px;
    }

    #modal-abre-pop .modal-content div.txt-content-box ul li {
        font-size: 14px;
    }

    #modal-abre-pop .modal-content .cont-icon-links a {min-width:auto;}
}


@media only screen and (max-width: 450px) {
    #modal-abre-pop .modal-content > div h2 {
        font-size: 22px;
    }
    #modal-abre-pop .modal-content .cont-int-modal-special h2 {
        font-size: 22px;
    }
    #modal-abre-pop .three-p {
        width: 75%;
        
    }
}
@media only screen and (max-width: 420px) {
    #modal-abre-pop .btn .btn_val {
        line-height: 40px;
    }
}



@media only screen and (max-width: 414px) {
    
    #modal-abre-pop br.casper {display: none;}

    #modal-abre-pop .modal-content>div h2  {
        font-size: 22px;
    }
    #modal-abre-pop .modal-content .cont-int-modal-special h2 {
        font-size: 22px;
    }
    #modal-abre-pop .modal-content>div p {
        font-size: 14px;
    }
    #modal-abre-pop .button-m {
        height: 48px;
        font-size: 12px!important;
    }
    #modal-abre-pop .three-p {
        font-size: 16px;
    }
    #modal-abre-pop .cab-pop-up-logo img {
        width: 120px;
        text-align: center;
    }
    #modal-abre-pop .modal-content div.cab-pop-up-logo p{
        font-size: 16px;
        margin-top: 135px;
    }
    #modal-abre-pop .guion {
        width: 36px;
    }
    #modal-abre-pop .modal-content div.formulario-tlf {
        margin-top: 85px;
    }
}

@media only screen and (max-width: 375px) {
    
    #modal-abre-pop .modal-content .cont-icon-links img {
        transform: scale(0.9);
    }
    #modal-abre-pop .modal-content .cont-icon-links p {
        font-size: 12px;
    }
    #modal-abre-pop .modal-content>div h2  {
        font-size: 22px;
    }
    #modal-abre-pop .pretty .state label {
        font-size: 12px;
    }
    #modal-abre-pop .pretty .state label:after, 
    #modal-abre-pop .pretty .state label:before {
        top: calc((0% - (100% - 1em)) - -45%);
    }
    #modal-abre-pop .modal-content div.formulario-tlf {
        font-size: 14px;
    }
    #modal-abre-pop .modal-content div.formulario-tlf a {
        font-size: 14px;
    }


    #modal-abre-pop .pretty .state label {
        margin-top:3px;
    }
}
@media only screen and (max-width: 350px) {
    #modal-abre-pop .three-p {
        width: 80%;
        
    }
}
/*modals*/


/* .checkbox */
#modal-abre-pop .pretty .state label.error_check:before {
    border-color:#ff0000 !important;
}
#modal-abre-pop .modal .legal{
    margin: 0 0 30px !important;
}
#modal-abre-pop .modal .legal1{
    margin-top: 40px !important;
}
#modal-abre-pop .modal .legal label{
    font-size: 'Acciona-ExtraLight';
    width: 100%;
    position: relative;
    white-space: normal;
    margin-top: 8px;
    padding-left: 2.5rem;
    text-indent: 0;
    display: block;
    text-transform: none;
    pointer-events: none;
}
#modal-abre-pop .legal .pretty .state label > span{
    display: initial;
    position: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    text-transform: inherit;
    vertical-align: initial !important;
}
#modal-abre-pop .modal .legal > p:nth-of-type(1){
    margin-top: 15px !important;
}
#modal-abre-pop .modal .legal .pretty{
    margin: 0 !important;
    pointer-events: none;
}
#modal-abre-pop .modal .legal > p{
    margin: 0 0 15px !important;
}
#modal-abre-pop .modal .legal .error{
    padding-top: 15px !important;
    margin: 0 !important;
    white-space: normal;
    line-height: 1.2;
}
#modal-abre-pop .modal .legal .error > p{
    margin: 0 !important;
}
#modal-abre-pop .modal .pretty .state label p{
    margin: 0 !important;
}
#modal-abre-pop .modal .pretty .state label:before,
#modal-abre-pop .modal .pretty .state label:after{
    top: -3px !important;
}
#modal-abre-pop .modal .pretty .state label a{
    margin: 0 !important;
    text-decoration: underline;
    pointer-events: all;
}
#modal-abre-pop .modal .pretty .state label a:hover{
    color: black !important;
}
#modal-abre-pop .legal .error{
    display: none;
}


#modal-abre-pop .tl_modalLegalWrap{
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: 100vw;
    height: 100vh;
    z-index: 1300;
    position: fixed;
    top: 0;
    opacity: 0;
    display: none;
}

#modal-abre-pop .tl_modalLegal{
    max-width: 1200px;
    width: 70%;
    max-height: 90%;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    background-color: #fff;
    padding: 50px 150px 50px 150px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1100px){
    #modal-abre-pop .tl_modalLegal {
        max-width: none;
        width: 100%;
        padding: 60px 40px 60px 40px;
        height: 100vh;
        max-height: none;
        height: 100vh;
    }
}

@media only screen and (max-width: 500px){
    #modal-abre-pop .tl_modalLegal {
        padding: 60px 20px 60px 20px;
    }
}

#modal-abre-pop .tl_ipd-volver{
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    width: fit-content;
    height: 30px;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    top: 25px;
    right: 25px;
    background-image: none;
    transition: all 0.3s linear;
}

#modal-abre-pop .tl_ipd-volver span {
    font-weight: 700;
    font-size: 13px;
    color: #BA9868;
    margin-right: 10px;
}

#modal-abre-pop .tl_ipd-volver .icon-arrow-left:before {
    font-family: "observatorio-icons";
    transition: all 0.3s linear;
    height: 10px;
    vertical-align: middle;
    color: #BA9868;
    content: "\f101";
}

#modal-abre-pop .tl_modalLegal .tl_modalLegal_p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    color: #000000;
    text-align: left;
}

#modal-abre-pop .tl_modalLegal .tl_modalLegal_title {
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    font-weight: 200;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center!important;
}

@media only screen and (max-width: 767px){
    #modal-abre-pop .tl_modalLegal .tl_modalLegal_p {
        padding-left: 12px;
        padding-right: 12px;
    }
    #modal-abre-pop .tl_modalLegal .tl_modalLegal_title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 0px;
    }

}

#modal-abre-pop .tl_modalLegal a{
    color: #000000;
}

#modal-abre-pop .tl_modalLegal ul, 
#modal-abre-pop .tl_modalLegal ol{
    width: 98%;
    list-style-type: disc!important;
    list-style-position: inherit;
    padding-left: 17px;
}

#modal-abre-pop .tl_modalLegal li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: list-item;

    padding-top: 4px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    color: #000000;
    text-align: left;
}

#modal-abre-pop .tl_modalLegal li:before {
    content: '';
    background-color: #b59971;
    top: 17px;
    left: -14px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 6px;
    height: 6px;
    opacity: 1;
    display: block;
    position: relative;
    border-radius: 5px;
}



/* .checkbox */
