/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
div {
    display: block;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.carro {
        display: none;
    }
b, strong {
    font-weight: 800;
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */



@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("fonts/Acciona-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Acciona-Medium.otf") format("opentype"),
    url("fonts/Acciona-Medium.woff") format("woff"),
    url("fonts/Acciona-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face { font-family: 'Acciona';
    src: url("fonts/Acciona-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Acciona-Light.otf") format("opentype"),
    url("fonts/Acciona-Light.woff") format("woff"),
    url("fonts/Acciona-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face { font-family: 'Acciona';
    src: url("fonts/Acciona-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("fonts/Acciona-ExtraLight.otf") format("opentype"),
    url("fonts/Acciona-ExtraLight.woff") format("woff"),
    url("fonts/Acciona-ExtraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}





/*Landing video*/

.tl-landing-video{
    position:absolute;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #fff;
}


.tl-landing-video-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.tl-background-video, .tl-background-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tl-landing-video-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.tl-landing-video-content-text h2{
    width: 90%;
    font-family: Acciona;
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffff;
    margin: 0px auto;
    text-align: center;
}

.tl-landing-video-content-text> p{
    width: 90%;
    font-family: Acciona;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffff;
    margin: 0px auto;
    margin-top:30px;
    text-align: center;
}

.tl-landing-video-content-nav{
    margin-top:50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:20px;
    position: relative;
}

@media only screen and (max-width: 680px) {
    .tl-landing-video-content-nav{
        flex-direction: column;
    }
}

/* Landing multifuncion full width image */

.tl-landing-full-widht-image{
    width:100vw;
    height:600px; 
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center center;
}

.tl-landing-full-widht-image-mobile{
   display: none;
}
.tl-landing-full-widht-image-desktop{
    display: block;
}

@media only screen and (max-width: 680px){
    .tl-landing-full-widht-image{
        height:500px; 
    }
    .tl-landing-full-widht-image-mobile{
        display: block;
    }
    .tl-landing-full-widht-image-desktop{
        display: none;
    }
}


/* Landing multifuncion video youtube */

.tl-wrap-video-yb{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 5000;
    top: 0;
    padding: 0px;
    margin: 0px;
    left: 0;
    display: none;
    opacity: 0;
    transition: all .8s ease-in;
}
.tl-wrap-video-yb-ON{
    opacity: 1;
}
.tl-wrap-bk-video-yb{

    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.tl-wrap-iframe-yb{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    display: none;
    transition: top .3s ease-in-out;

}

.tl-wrap-iframe-yb iframe{
    width: 80%;
    position: absolute;
    inset:0;
    margin: auto;
    height: 80%;
}

.tl-wrap-iframe-yb-ON{
    top: 0;
}

.tl-wrap-video-yb-close{
    position: relative;
    width: 100%;
    height: 100%;
}


.tl-video-yb-close{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000 ;
    top: calc(10%);
    right: calc(10% - 50px);
    position: absolute;
    border: 0px;
}
.tl-video-yb-close:before, .tl-video-yb-close:after { content: ''; width: 20px; height: 1px; background-color: #b59971; 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); }
.tl-video-yb-close:after { -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.noTouchDevice .tl-video-yb-close:hover:before, .noTouchDevice .tl-video-yb-close:hover:after { -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }


.tl-video-yb-close:before,.tl-video-yb-close:after {
    background-color: #fff;
}

.btn p{
    pointer-events: none;
}

@media only screen and (max-width: 930px) {
    .tl-wrap-bk-video-yb { 
        opacity: 1;
    }
    .tl-video-yb-close{
        top: 0px;
        right: 0px;
    }
    .tl-wrap-iframe-yb iframe{
        width: 100%;
        height: 50%;
    }
}


/* ---------------------------- */
/*	                            */
/* Popup alert                  */
/*	                            */
/* ---------------------------- */
.popup-alert { max-width: 770px; text-align: center; }
.popup-alert .popup-icon { width: 50px; height: 50px; }
.popup-alert .popup-icon ~ .popup-text { margin-top: 30px; }
.popup-alert .popup-text { display: block; font-family: "Acciona-ExtraLight"; font-size: 1rem; line-height: 1.75em; letter-spacing: 0em; font-weight: 400; text-transform: none; font-style: normal; color: #575757; }

@media only screen and (min-width: 2180px) {
    .popup-alert .popup-text { font-family: "Acciona-ExtraLight"; font-size: 1.0625rem; line-height: 1.76471em; letter-spacing: 0em; font-weight: 400; text-transform: none; font-style: normal; }
}

@media only screen and (max-width: 930px) {
    .popup-alert .popup-text { font-family: "Acciona-ExtraLight"; font-size: 1rem; line-height: 1.75em; letter-spacing: 0em; font-weight: 400; text-transform: none; font-style: normal; }
}

@media only screen and (max-width: 680px) {
    .popup-alert .popup-text { font-family: "Acciona-ExtraLight"; font-size: 0.9375rem; line-height: 1.66667em; letter-spacing: 0em; font-weight: 400; text-transform: none; font-style: normal; }
}

.popup-alert .popup-text ~ .button { margin-top: 40px; }
.popup-alert .button { display: inline-block; }

/* ---------------------------- */
/*	                            */
/* Estilos GenÃƒÂ©ricos de popup   */
/*	                            */
/* ---------------------------- */
.popup { width: 100%; max-width: 970px; background-color: #ffffff; margin: 0 auto; color: #000000; font-size: 0; position: relative; }
.popup .popup_inner { padding: 80px; box-sizing: border-box; }

@media only screen and (max-width: 1023px) {
    .popup .popup_inner { padding: 80px 60px 60px; }
}

@media only screen and (max-width: 930px) {
    .popup .popup_inner { padding: 100px 60px 60px; }
}

@media only screen and (max-width: 680px) {
    .popup .popup_inner { padding: 80px 20px 40px; }
}

.mfp-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 20; }
.mfp-bg:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000000; opacity: 0; transition: all 0.5s cubic-bezier(0.43, 0.39, 0.23, 1.01); }
.mfp-bg.mfp-ready:before { opacity: .3; }
.mfp-bg.mfp-ready.mfp-removing:before { opacity: 0; }

.mfp-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; font-size: 0; z-index: 21; }
.mfp-wrap.mfp-ready .mfp-content { opacity: 1; -webkit-transform: none; transform: none; }
.mfp-wrap.mfp-ready.mfp-removing .mfp-content { opacity: 0; -webkit-transform: none; transform: none; }
.mfp-wrap.mfp-ready .mfp-preloader { opacity: 0; }

@media only screen and (max-width: 930px) {
    .mfp-wrap:not(.alert) .mfp-content { min-height: 100%; padding: 0; -webkit-transform: none; transform: none; }
}

.mfp-wrap:not(.alert) .mfp-content:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #ffffff; }

@media only screen and (max-width: 930px) {
    .mfp-wrap:not(.alert) .mfp-content:before { content: ''; }
}

@media only screen and (max-width: 680px) {
    .mfp-wrap.alert .mfp-content { padding: 40px; }
}

@media only screen and (max-width: 680px) {
    .mfp-wrap.alert .mfp-content { min-height: 100%; padding: 0; -webkit-transform: none; transform: none; }
}

.mfp-wrap.alert .mfp-content:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #ffffff; }

@media only screen and (max-width: 680px) {
    .mfp-wrap.alert .mfp-content:before { content: ''; }
}

.mfp-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; }
.mfp-container:before { content: ''; height: 100%; display: inline-block; vertical-align: middle; margin-left: -1px; }

.mfp-content { width: 100%; display: inline-block; vertical-align: middle; position: relative; padding: 80px; box-sizing: border-box; opacity: 0; -webkit-transform: translateY(100px) translateZ(0); transform: translateY(100px) translateZ(0); transition: all 0.5s cubic-bezier(0.43, 0.39, 0.23, 1.01); }

@media only screen and (max-width: 1023px) {
    .mfp-content { padding: 60px; }
}

.mfp-close { width: 50px; height: 50px; position: absolute; top: 20px; right: 20px; }

@media only screen and (max-width: 1023px) {
    .mfp-close { top: 10px; right: 10px; }
}

.mfp-close:before, .mfp-close:after { content: ''; width: 20px; height: 1px; background-color: #b59971; 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); }
.mfp-close:after { -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.noTouchDevice .mfp-close:hover:before, .noTouchDevice .mfp-close:hover:after { -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.mfp-preloader { position: absolute; top: 50%; left: 50%; color: transparent; pointer-events: none; opacity: 1; transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01); }
.mfp-preloader:before { content: ''; width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; border-radius: 100%; box-shadow: 0 1px 0 0 #ffffff; pointer-events: none; -webkit-animation: buttonLoading .6s linear infinite; animation: buttonLoading .6s linear infinite; }

@media only screen and (max-width: 680px) {
    .mfp-preloader:before { width: 30px; height: 30px; }
}
/* ---------------------------- */
/*	                            */
/* IFRAME LIGHTBOX              */
/*	                            */
/* ---------------------------- */
@media only screen and (max-width: 930px) {
    .mfp-iframe-holder { background: #000000; }
}

.mfp-iframe-holder .mfp-content { width: 100%; max-width: 1400px; height: 100%; }

.mfp-iframe-holder .mfp-iframe-scaler { width: 100%; height: 100%; }

@media only screen and (max-width: 930px) {
    .mfp-iframe-holder .mfp-iframe-scaler { position: relative; background: #000000; }
}

.mfp-iframe-holder iframe { width: 100%; height: 100%; }

@media only screen and (max-width: 930px) {
    .mfp-iframe-holder iframe { height: 50%; position: absolute; left: 0; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
}

@media only screen and (max-width: 680px) {
    .mfp-iframe-holder iframe { height: 25%; }
}

.mfp-iframe-holder .mfp-close { top: 80px; right: 30px; background: #000000;border:0px; }

@media only screen and (max-width: 930px) {
    .mfp-iframe-holder .mfp-close { top: 0; right: 0; z-index: 2; }
}

.mfp-iframe-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:after { background-color: #ffffff; }

/* ---------------------------- */
/*	                            */
/* IMAGE LIGHTBOX               */
/*	                            */
/* ---------------------------- */

/*Landing video*/





.bg1 { background-color: #fff !important;}
.bg02 { background-color: #f7f7f7 !important;}
.tl-dark-grey { background-color: #f2f2f2 !important;}

.tl-color-00000{color:#000000 !important;}
.tl-color-808080{color:#808080 !important;}
.tl-color-575757{color:#575757 !important;}

.tl-font-extra{font-weight:100 !important;}
.tl-font-light{font-weight:200 !important;}
.tl-font-regular{font-weight:normal !important;}


.tl-relleno-mobile{display: none !important;}

.lottie-anim{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lottie-anim svg{
    height: auto !important;
}
.anim-inf{
    justify-content: flex-end !important;
}

.tl-align-bottom-anim{
    align-items: flex-end;
}


.tl-scroll{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 98%;
}

    /* width */
    .tl-scroll::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .tl-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .tl-scroll::-webkit-scrollbar-thumb {
        background: #b1b2b7;
    }

    /* Handle on hover */
    .tl-scroll::-webkit-scrollbar-thumb:hover {
        background: #b1b2b7;
    }



    p strong {
        font-weight: 500;
    }
    body {
        position: relative;
        background-color: #fff;
        font-family: "Acciona", sans-serif;
        font-size: 14px;
    }
    .content__wrapper {
        /* max-width: 1440px; */
        display: block;
        position: relative;
        margin: 0px auto;
        z-index: 3;
        overflow: hidden;
    }
    .header.bg-transparent {
        position: relative;
    }
    .header {
        max-width: 1440px;
        margin: 0 auto;
        height: 116px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 50;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        padding-left: 7%;
        padding-right: 7%;
    }
    .header .header_left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .logos {
        margin-top: 2%;
    }
    .header .logos .logo_bestinver img {
        width: 144px;
        height: auto;
    }
    .header .logos .logo_bestinver {
        width: 109px;
        max-height: 50px;
        min-height: 15px;
        height: 100%;
        margin-right: 35px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .header .logos .logo_bestinver.white {
        display: none;
        max-height: 50px;
        min-height: 15px;
    }
    .header .btn_header {
        display: block;
        width: auto;
        height: 116px;
        line-height: 96px;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
    }
    .icon-tel {
        width: 24px;
        height: auto;
        margin-right: 5px;
        display:inline-block;
        top: -3px;
        position: relative;
    }
    .ayudamos {
        display: inline-block;
        width: auto;
    }

    .tel {
        display: none;
        width: auto;
    }
    .content__wrapper {
        /* max-width: 1385px; */
        display: block;
        position: relative;
        margin: 0px auto;
        z-index: 3;
        overflow: hidden;
    }
    .tl-franjar {
        content: '';
        display: block;
        position: relative;
        left: 0;
        width: 80px;
        height: 4px;
        background-color: #BA9868;
    }
    .tl-franjar-box {
        content: '';
        display: block;
        position: relative;
        left: 0;
        width: 71px;
        height: 4px;
        background-color: #BA9868;
        margin-top: 40px;
        margin-bottom: 40px;
    }


    /*btn*/
    .tl-block-btn {
        max-width: 445px;
        display: flex;
        flex-direction: row;
        column-gap: 20px;
        justify-content: space-between;
    }
    .btn {
        display: block;
        min-width: 211px;
        width: 211px;
        height: 56px;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
        color: #fff;
        background-color: #BA9868;
        border-radius: 0;
        border: 1px solid #BA9868;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
        cursor: pointer;
    }
    .btn:not(input):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        background-color: #fff;
    }
    .btn.button.white:not(input):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        background-color:  #BA9868;
    }
    .btn .btn_val {
        line-height: 32px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .btn:not(input):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        background-color:  #BA9868;
    }
    .btn.button.white:not(input):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        background-color:  #ffffff;
    }
    .tl-block-btn .btn.button.white {
        background-color: #ffffff !important;
        border: 1px solid #b59971;
        color: #b59971;
    }

/*hover btn*/
    .btn:before, .btn:after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 1;
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
    }
    .btn:hover:after {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    @media(min-width: 767px) {
        .btn:hover .btn_val {
            color: #BA9868;
        }
        
    }
    
    .btn.button.white:hover .btn_val {
        color: #FFFFFF;
    }
    .btn svg {
        display: block;
        position: absolute;
        top: 10px;
        right: 30px;
        width: 13px;
        height: 15px;
        background-image: url('../images/icons/flecha_down.svg');
    }
    .btn svg defs {
        transform:translate3d(0, 0, 0);
    }
    .btn svg g {
        transform:translate(-317, 1003) translate3d(0, 0, 0);
    }
    .btn:hover .btn_val svg {
        background-image: url('../images/icons/flecha_down_2.svg');
        fill: #BA9868;
        stroke: #BA9868;
    }
    .btn:hover svg path{fill:#BA9868; color: #BA9868;}

    
    .btn.inactive { color: white; pointer-events: none; border: 1px solid #D3C1A8 !important;}
    .btn.inactive:after {background-color: #D3C1A8; border: 1px solid #D3C1A8 !important;}


    @-webkit-keyframes button-landingsLoading {
        0% { -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg); transform: translateX(-50%) translateY(-50%) rotate(0deg); }
        100% { -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg); transform: translateX(-50%) translateY(-50%) rotate(360deg); }
    }
    
    @keyframes button-landingsLoading {
        0% { -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg); transform: translateX(-50%) translateY(-50%) rotate(0deg); }
        100% { -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg); transform: translateX(-50%) translateY(-50%) rotate(360deg); }
    }
    
    
    .button-landings.loading { color: transparent; pointer-events: none; }
    .button-landings.loading span { display: inline-block; }
    .button-landings.loading span:before { opacity: 1; }
    
    .button-landings span { position: relative; z-index: 2; }
    .button-landings span:before { content: ''; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; border-radius: 100%; box-shadow: 0 1px 0 0 #ffffff; pointer-events: none; opacity: 0; transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01); -webkit-animation: button-landingsLoading .6s linear infinite; animation: button-landingsLoading .6s linear infinite; }





/* SECTION BLOCK 1*/
    .tl-cont-padding {padding: 120px 7% 120px 7%;}
    .tl-section-block {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        background-color: #ffffff;
    }
    .tl-module-cabecera {
        max-width: 1440px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        margin: 0 auto;
        margin-top: 80px;
    }
    .tl-section-block-content {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .tl-sectiont-block-content-int {
        width: 100%;
        position: relative;
    }
    .tl-sectiont-block-content-int img {
        width: 100%;
        position: relative;
    }
    .tl-cabecera-block-1{
        flex-direction: column;
        min-width: 42%;
        order: 1;
        padding-left: 7%;
        padding-bottom: 80px;
    }
    .tl-cabecera-block-2 {
        min-width: 58%;
        height: auto;
        order: 2;
        background-image: url(../images/img_bestinver_fondos_desktop_mdpi.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        margin-top: 20px;
    }
    .tl-cabecera-block-2 .tl-sectiont-block-content-int img{
        display:none;
    }

    .tl-block-1{
        flex-direction: column;
        max-width: 45%;
        order: 1;
    }
    .tl-block-2{
        max-width: 45%;
        order: 2;
    }
    .tl-section-block-title {
        width: 100%;
        font-family: Acciona;
        font-size: 50px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #000000;
        margin: 0px;
    }
    .tl-section-block-sub-tittle {
        width: 100%;
        font-family: Acciona;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #000000;
        margin-top: 0px;
    }
.tl-section-block-text {
    width: 100%;
    font-family: Acciona;
    font-size: 18px;
    line-height: 23px;
    font-weight: 200;
    margin: 0px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 32px;
}

.tl-section-block-text  > p{
    margin-bottom: 40px;

}

.tl-section-block-text p:last-child {margin-bottom:0px !important;}
.tl-section-block-text p:first-child {margin-top:0px;margin-bottom: 40px;}
    .img-grafico-Block-1 {
        display: none;
    }
    .img-grafico-Block-1b{
        display:none;
    }
    /*Section legal block 1*/
        .tl-module {
            width: 100%;
            display: block;
            position: relative;
            text-align: center;
            padding: 80px 0px 80px 0px;
            font-size: 0;
        }
        .tl-module_inner {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            box-sizing: border-box;
            font-size: 0;
            padding-left: 7%;
            padding-right: 7%;
        }
        .tl-bst-riesgo {
            max-width: 1280px;
            background: #fff;
            padding: 3%;
            box-sizing: border-box;
            align-items: center;
            font-size: 10px;
            line-height: 12px;
            letter-spacing: 0px;
            font-weight: 400;
            border: 1px solid #c1c1c1;
            margin: 0 auto;
        }
        .tl-bst-riesgo h3 {
            position: relative;
            font-family: Acciona;
            font-size: 12px;
            font-weight: 500;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.5);
            margin-bottom: 10px;
            text-align: left;
        }
        .tl-bst-riesgo > div {
            display: flex;
            justify-content: space-around;
            /* overflow: hidden; */
            margin-bottom: 0px;
        }
        .tl-bst-riesgo-col1 {
            max-width: 395px;
            width: 100%;
            box-sizing: border-box;
            padding-top: 3px;
            padding-right: 3.5%;
            display: flex;
            align-content: center;
            flex-direction: column;
        }
        .tl-bst-riesgo-tabla ul {
            display: flex;
            justify-content: space-between;
            width: 100%;
            border: 1px solid #c1c1c1;
        }
        .tl-bst-riesgo-tabla ul li:first-child {
            border-left: 0px;
        }
        .tl-bst-riesgo-tabla ul li {
            width: 14.28%;
            text-align: center;
            border: solid 1px #c1c1c1;
            border-top: 0px;
            border-bottom: 0px;
            border-right: 0px;
            font-family: Acciona;
            font-size: 18px;
            font-weight: 500;
            color: rgba(0, 0, 0, 0.5);
            line-height: 50px;
        }
        .tl-bst-riesgo-tabla ul li.tl-bst-act {
            background-color: #B59971;
            font-size: 16px;
            color: #ffffff;
        }
        .tl-bst-riesgo-sup {
            margin-top: 3px;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .tl-bst-riesgo-sup div:first-child {
            text-align: left;
            padding-left: 0px;
        }
        .tl-bst-riesgo-sup div {
            display: flex;
            flex-direction: column;
            align-self: flex-end;
        }
        .tl-bst-flecha-back {
            width: 32px;
            height: 12px;
            line-height: 14px;
            display: block;
            align-self: flex-start;
            position: relative;
            background-image: url(../images/flecha-back.png);
            background-repeat: no-repeat;
            background-size: cover;
            margin: 5px 0px;
        }
        .tl-bst-riesgo-sup div p {
            font-family: Acciona;
            font-size: 11px;
            font-weight: 500;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.5);
            margin: 0px;
        }
        .tl-bst-riesgo-sup div:last-child {
            text-align: right;
            padding-left: 10px;
        }
        .tl-bst-flecha-next {
            width: 32px;
            height: 12px;
            line-height: 14px;
            display: block;
            align-self: flex-end;
            position: relative;
            background-image: url(../images/flecha-next.png);
            background-repeat: no-repeat;
            background-size: cover;
            margin-top: 20px;
            margin-bottom: 5px;
        }
        .tl-bst-btn-ver-mas {
            width: auto;
            display: none;
            flex-direction: row;
            text-align: center;
            margin: 0 auto;
            margin-top: 20px;
            cursor: pointer;
        }
        .tl-bst-btn-ver-mas span {
            width: 14px;
            height: 14px;
            display: inline-block;
            align-self: flex-start;
            position: relative;
            background-image: url(../images/plus-icon.png);
            background-repeat: no-repeat;
            background-size: cover;
            margin-right: 5px;
        }
        .tl-bst-btn-ver-mas p {
            position: relative;
            font-family: 'Acciona';
            font-size: 12px;
            line-height: 14px;
            font-weight: 500;
            color: #b59971;
            margin-bottom: 10px;
            text-align: left;
            text-transform: uppercase;
            margin: 0px;
        }
        .tl-bst-riesgo-col2 {
            max-width: 890px;
            width: 100%;
            height: auto;
            align-items: center;
        }
        .tl-bst-riesgo-col2 p {
            width: auto;
            display: inline-flex;
            position: relative;
            font-family: Acciona;
            font-size: 11px;
            font-weight: 500;
            line-height: 14px;
            color: rgba(0, 0, 0, 0.5);
            text-align: left;
            vertical-align: top;
            margin: 0px;
            padding-bottom: 10px;
        }
        .tl-bst-riesgo-col2 div {
            text-align: left;
        }
        .tl-bst-riesgo-col2 div span {
            display: inline-flex;
            text-align: left;
        }
        .tl-bst-candado-dorado {
            width: 11px;
            height: 15px;
            display: inline-block;
            align-self: flex-start;
            position: relative;
            background-image: url(../images/candado-dorado.png);
            background-repeat: no-repeat;
            background-size: cover;
            margin-right: 5px;
        }
        .tl-bst-riesgo-col2 div p.tl-bst-txt-special {
            width: 90%;
            margin: 0px;
        }
        .tl-bst-riesgo-col2 p:last-child {
            padding-bottom: 5px;
        }
        .tl-bst-btn-ver-menos {
            width: 30%;
            display: none;
            flex-direction: row;
            text-align: center;
            margin: 0 auto;
            margin-top: 20px;
            cursor: pointer;
        }
        .tl-bst-btn-ver-menos span {
            width: 14px;
            height: 14px;
            display: inline-block;
            align-self: flex-start;
            position: relative;
            background-image: url(../images/less-icon.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            margin-right: 5px;
        }
        .tl-bst-btn-ver-menos p {
            position: relative;
            font-family: 'Acciona';
            font-size: 12px;
            line-height: 14px;
            font-weight: 500;
            color: #b59971;
            margin-bottom: 0px;
            text-align: left;
            text-transform: uppercase;
        }
.tl-module-contenido {
    max-width: 1440px;
    width: 100%;
    min-height: 700px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}
.tl-module-contenido.reverse {
    flex-direction: row-reverse;
}
        .sect-7 .tl-module-contenido {
            min-height: 0px;
        }

        .tl-module-contenido-horizontal {
            /*max-width: 1440px;*/
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            position: relative;
            margin: 0 auto;
        }
        .tl-module-contenido-horizontal h2 {
            line-height: 50px;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 40px;
        }
        .sect-4 .tl-module-contenido-horizontal h2 {
            max-width: 579px;
        }
        .tl-module-contenido-horizontal p {
            max-width: 870px;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 80px;
        }


        .tl-producto-txt{
            max-width: 870px;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 80px;
        }



.tl-module-contenido-horizontal .tl-section-block-content {
            max-width: 1280px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            column-gap: 24px;
            margin: 0 auto;
        }
        .tl-module-contenido-horizontal .tl-section-block-content div{
            max-width: 400px;
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: 40px;
            -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,5%); 
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,5%);
            margin-bottom: 0px;
        }
        .cont-plazos {
            background-color: #fff;
        }
        .cont-plazos h3 {
            font-family: Acciona;
            font-size: 40px;
            line-height: 40px;
            font-weight: 500;
            margin: 0px 0px 16px 0px;
        }
        .cont-plazos p {
            width: 100%;
            font-family: Acciona;
            font-size: 14px;
            line-height: 14px;
            font-weight: normal;
            margin: 0px;
            margin-bottom: 0px;
            text-align: left;
            color: rgba(0, 0, 0, 0.5);
        }
.cont-plazos a {
    font-family: Acciona;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    color: #bb9767;
    margin-bottom: 32px;
}
.cont-plazos a:last-child {
    margin-bottom: 0px;
}
        .cont-plazos a:hover {
            color: #89704D;
        }
        .cont-plazos a.tl-franjar-box {
            background-color: #BA9868;
        }
        .cont-plazos:nth-child(2n) span.tl-franjar-box {
            background-color: #b1b2b7;
        }
        .cont-plazos:nth-child(3n) span.tl-franjar-box {
            background-color:  rgba(186, 187, 191, 0.5);
        }
        .tl-module-contenido-horizontal .tl-block-btn {
            min-width: 445px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin: 0 auto;
            margin-top: 80px;
        }
        .tl-module-contenido-horizontal .tl-block-btn .btn .btn_val {
            line-height: 56px;
            margin: 0 auto;
        }
        .tl-module-white {
            background-color: #fff;
        }
        .tl-module-grey {
            background-color: #f7f7f7;
        }
        .tl-module-white-grey {
            background: linear-gradient(180deg, #ffffff 55%, #f7f7f7 45%);
             
        }
        .tl-module-contenido .tl-section-block-content.tl-block-1 {
            width: 48%;
            height: auto;
            max-width: none !important;
            min-width: none !important;
            flex-direction: column;
            order: 1;
        }
        .tl-module-contenido .tl-section-block-content.tl-block-2 {
            width: 48%;
            height: auto;
            max-width: none !important;
            min-width: none !important;
            flex-direction: column;
            order: 2;
            padding: 110px 0px 110px 0px;
        }
        .tl-section-img-dere .tl-module-contenido 
        .tl-section-block-content.tl-block-1 {
            width: 50%;
            height: auto;
            max-width: none !important;
            min-width: none !important;
            flex-direction: column;
            order: 2;
            padding: 120px 7% 120px 7%;
            order: 1;
        }
        .tl-section-img-dere .tl-module-contenido 
        .tl-section-block-content.tl-block-2 {
            width:50%;
            order: 2;
            padding: 0px;
        }


    /*FIN section legal block 1*/

/* FIN SECTION BLOCK 1*/    
/* SECTION BLOCK 2*/
.tl-img-grafico-Block-2 {
    width: auto;
    max-width: 90%;
    display: block;
    position: relative;
    
        
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .tl-img-grafico-Block-2 {
        display: none;
    }

.tl-section-block.tl-section-img-dere .tl-module-contenido 
.tl-section-block-content.tl-block-2 {
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    order: 1;
    padding: 120px 7% 120px 7%;
    box-sizing: border-box;
}
.sect-3.tl-section-block.tl-section-img-dere .tl-module-contenido 
.tl-section-block-content.tl-block-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.tl-section-block.sect-7.tl-section-img-dere .tl-module-contenido .tl-section-block-content.tl-block-2 {
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    order: 1;
    padding: 120px 7% 0px 7%;
    box-sizing: border-box;
}

/* FIN SECTION BLOCK 2*/
/* SECTION BLOCK 3*/
.tl-section-block.especial-acordeon {
    display: block;
}
.tl-section-block.especial-acordeon-mobile {
    display: none;
}
.tl-module-contenido-horizontal .tl-section-block-content.especial-acordeon {
    max-width: 1280px;
    max-height: 455px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: transparent;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon {
    max-width: none;
    max-height: 455px;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 0px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparen;
    margin-bottom: 0px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparen;
    margin-bottom: 0px;
    cursor: pointer;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo:after {
    content : "";
    position: absolute;
    height  : 1px;
    width   : 75%; 
    left    : 50%;
    bottom  : 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-bottom:1px solid #dcdcdf;
  }
  .tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo:last-child:after {
    height  : 0px;
    border-bottom:0px solid #dcdcdf;
  }
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo div.barra-lateral-fondos {
    max-width: none;
    width: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    
}
div.fondo-Variable div.barra-lateral-fondos{ 
    background-color: #bb9767;
}
div.fondo-Mixta div.barra-lateral-fondos{ 
    background-color: #b1b2b7;
}
div.fondo-Fija div.barra-lateral-fondos{
    background-color: rgba(186, 187, 191, 0.5);
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo div {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 28px 0px 29px 48px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo div p {
    max-width: none;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: left;
    
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo div p.fondos-cabecera {
  font-family: Acciona;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0px;
  margin-bottom: 12px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo div p.fondos-titular {
    font-family: Acciona;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px;
    margin-bottom: 14px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo div p.resaltado-titular {
    font-family: Acciona;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    margin: 0px;
    margin-bottom: 14px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos div.cont-fondo div p.fondos-sub-titular {
    
    font-family: Acciona;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.4); 
    margin: 0px;
}

.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.f-links:before {
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-left: 1px solid #dcdcdf;
  }
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.f-links {
    padding: 57px 0px 57px 47px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.f-links h5 {
    font-family: Acciona;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0px;
    margin: 0px;
    margin-bottom: 32px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.f-links li a {
    font-family: Acciona;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bb9767;
    text-decoration: none;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.f-links li a:hover {
    color: #89704D;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.f-links li {
    margin-bottom: 32px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.f-links li:last-child {
    margin: 0px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile {
    display: none;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.f-links-variable{ 
    display: block;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.f-links-Mixta{
    display:none;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.f-links-Fija {
    display:none;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon div.fondos.f-img-graficos{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 57px 48px 57px 0px;
}
.img-grafica-Variable{display: block;}
.img-grafica-Mixta{display: none;}
.img-grafica-Fija{display: none;}



.tl-module-contenido-horizontal .tl-section-block-content div.tl-hover-image-fondos{
    position: absolute;
    width:100%;
    height: 100%;
    padding: 0px;
    display: block;
    margin: 0px;
    box-shadow: none;
}


.tl-module-contenido-horizontal .tl-section-block-content div.tl-hover-image-fondos > div{
    position: absolute;
    padding: 0px;
    display: block;
    margin: 0px;
    box-shadow: none;
    bottom: 129px;
    left: 66px;
    width: 60px;
    height: 104px;
    cursor: pointer;
}

#tl-hover-fija{
    left: 66px;
    width: 60px;
    height: 104px;
}
#tl-hover-mixta{
    left: 152px;
    width: 60px;
    height: 170px;
}
#tl-hover-variable{
    left: 240px;
    width: 60px;
    height: 223px;
}


        /* ACCORDING MOBILE*/

  .tl-module-contenido-horizontal .tl-section-block-content 
  div.cont-acordeon-mobile {
      padding: 0px;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .tl-module-contenido-horizontal .tl-section-block-content 
  div.cont-acordeon-mobile div.opcion {
      max-width: none;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    border-color: transparent;
    outline: none;
    transition: 0.4s;
    padding: 0px;
    margin-bottom: 8px;
    -webkit-box-shadow:  0px 0px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    overflow: hidden;
  }
  .tl-module-contenido-horizontal .tl-section-block-content 
  div.cont-acordeon-mobile button.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 0px;
    border-radius: 5px;
    border-color: transparent;
    outline: none;
    transition: 0.4s;
    padding: 0px;
    background-color: #fff;
  }
  
  .tl-module-contenido-horizontal .tl-section-block-content 
  div.cont-acordeon-mobile div.opcion:last-child {
    margin-bottom: 0px;
  }
  .tl-module-contenido-horizontal .tl-section-block-content 
  div.cont-acordeon-mobile button.accordion div.cont-fondo {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparen;
    margin-bottom: 0px;
}




.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion div.cont-fondo 
div.barra-lateral-fondos {
    max-width: none;
    width: 4px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion.act div.cont-fondo 
div.barra-lateral-fondos {
    border-bottom-left-radius: 0px;
}

.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion div.cont-fondo div {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 16px 0px 16px 24px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion div.cont-fondo 
div.ico-arrow {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-right: 20px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion div.cont-fondo 
img.ic_arrow_down_silver {
    width: 13px;
    height: 7px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    padding: 0px;
}

.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion div.cont-fondo div 
p.fondos-cabecera {
    font-family: Acciona;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 10px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px;
    margin-bottom: 4px;
    text-align: left;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion div.cont-fondo div 
p.fondos-titular {
    font-family: Acciona;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    color: #000000;
    margin: 0px;
    margin-bottom: 4px;
    text-align: left;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile button.accordion div.cont-fondo div 
p.fondos-sub-titular {
    font-family: Acciona;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 10px;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px;
    text-align: left;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile ul.panel {
    padding-top: 24px;
    padding-left: 32px;
    background-color: white;
    display: none;
    overflow: hidden;
    position:relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 24px;
  }

.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile div.cont-fondo div span {
    width: 100%;
    height: 2px;
    background-color: #dcdcdf;
    display: none;
    position: absolute;
    height  : 1px;
    width   : 100%; 
    bottom  : 0px;
}

  
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile ul.panel li {
    margin-bottom: 24px;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile ul.panel li a {
    font-family: Acciona;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bb9767;
    text-decoration: none;
}
.tl-module-contenido-horizontal .tl-section-block-content 
div.cont-acordeon-mobile ul.panel li a:hover {
    color: #89704D;
}
.sect-4m .tl-franjar-box {
    display: none;
}

        /*FIN ACCORDIN MOBILE*/
/* FIN SECTION BLOCK 3*/
/* SECTION BLOCK 4*/
.tl-module-white-grey .tl-franjar-box { display: none;}
.tl-module-white-grey .cont-plazos .tl-franjar-box {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
}


/* FIN SECTION BLOCK 4*/
/* SECTION BLOCK 5*/
.tl-section-block.tl-section-img-izq 
.tl-module-contenido .tl-section-block-content.tl-block-1 {
    width: 50%;
    height: auto;
    order: 1;
}
.tl-section-block.tl-section-img-izq 
.tl-module-contenido.especial-1 .tl-section-block-content.tl-block-1 {
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    order: 1;
    padding: 100px 82px 100px 7%;
    box-sizing: border-box;
}
.tl-section-block.tl-section-img-izq 
.tl-module-contenido .tl-section-block-content.tl-block-1 img {
    position: relative;
    display: block;
}
.tl-section-block.tl-section-img-izq 
.tl-module-contenido .tl-section-block-content.tl-block-2 {
    width: 50%;
    height: auto;
    max-width: none !important;
    min-width: none !important;
    flex-direction: column;
    order: 2;
}
.tl-section-block.tl-section-img-izq .tl-module-contenido 
.tl-section-block-content.tl-block-2 {
    width: 50%;
    height: auto;
    max-width: none !important;
    min-width: none !important;
    flex-direction: column;
    order: 2;
    padding: 120px 7% 120px 7%;
}
.tl-link-lista {
    text-transform: uppercase;
    width: 100%;
    position: relative;
    display: block;
    font-family: 'Acciona';
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #bb9767;
    text-decoration: none;
    cursor: pointer;
}
.tl-link-lista:hover {
    color: #89704D;
}
.tl-section-block.tl-section-img-izq .tl-module-contenido 
.tl-section-block-content.tl-block-2 a.btn {
    width: 211px;
    color: #fff;
    text-decoration: none;
}
.tl-link-lista.link-margin-bottom {
    margin-top: 40px;
    margin-bottom: 33px;
}
.tl-section-block.tl-section-img-izq .tl-module-contenido 
.tl-section-block-content.tl-block-2 a img {
    position: relative;
    display: inline-block;
}
.tl-section-block.tl-section-img-izq .tl-module-contenido 
.tl-section-block-content.tl-block-2 a span {
    font-size: 25px;
    line-height: 25px;
    color: #bb9767;
    margin-left: 20px;
}
i.arrow {
    margin-left: 20px;
    margin-right: 0px;
}
i.arrow  {
    display: inline-block;
    margin-right: -10px;
    transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
    position: relative;
    top:-2px;
}
i.arrow  path {
    fill: #b59971;
    stroke: #b59971;
    stroke-width: 0;
}
i.arrow:hover, .noTouchDevice i.arrow:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.img-grafico-Block-5 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-image: url('../images/img-grafico-Block-5.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tl-section-block.tl-section-img-izq .tl-module-contenido 
.tl-section-block-content.tl-block-1.no-padding {
    padding: 0px 0px 0px 0px;
}




/* FIN SECTION BLOCK 5*/
/* SECTION BLOCK 6*/
.tl-section-img-dere .tl-module-contenido 
.tl-section-block-content.tl-block-1 .img-grafico-Block-6 { 
    display: none;
}
.img-grafico-Block-6 {
    
        max-width: 313px;
        max-height: 584px;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        position: relative; 
}
.tl-section-block.tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-6-mobile {
        display: none;
    }
/* FIN SECTION BLOCK 6*/
/* SECTION BLOCK */
.img-grafico-Block-7 {
    max-width: 560px;
    width: 100%;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0 auto;
}
.img-grafico-Block-7-mobile {
    max-width: 600px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    background-image: url('../images/img-grafico-Block-7-mobile.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* FIN SECTION BLOCK 7*/
/* SECTION BLOCK 8*/

.img-grafico-Block-8 {
   /* min-height: 500px;*/
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-image: url('../images/img-grafico-Block-8.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-grafico-Block-8-mobile {
    max-width: 600px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    background-image: url('../images/img-grafico-Block-8.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tl-section-img-dere .tl-module-contenido 
.tl-section-block-content.tl-block-1 .img-grafico-Block-8 {
    display: none;
}
.tl-section-img-dere .tl-module-contenido 
.tl-section-block-content.tl-block-2.no-padding{
    padding: 0px 0px 0px 0px;
}
/* FIN SECTION BLOCK 8*/




/* POP UP*/
   
/* Fin POP UP*/


   /*FOOTER*/
   .footer {
        text-align: center;
        padding: 45px 7% 20px 7%;
    }


    .footer h2 {
        font-family: Acciona;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #4d5155;
        margin: 0px 0px 25px 0px;
    }
    .separador-footer {
        content: '';
        display: block;
        position: relative;
        left: 0;
        width: 80px;
        height: 3px;
        background-color: #BA9868;
        margin: 0 auto;
    }
    .txt_central_footer {
        font-size: 18px;
        line-height: 22px;
        margin: 25px 90px 45px 90px;
        color: #4d5155;
    }
    .footer_box_cont {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
    .footer_box {
        width: 33%;
        height: 175px;
        display: block;
        border-left: 2px solid #BA9868;
        position: relative;
    }
    .footer_box img {
        display: block;
        top: 0px;
        margin-left: 30px;
        position: absolute;
    }
    .footer_box_txt_1 {
        display: block;
        position: relative;
        font-family: Acciona;
        font-size: 50px;
        line-height: 50px;
        font-weight: 300;
        letter-spacing: 1.43px;
        margin: 0px;
        color: #b9996b;
        text-align: left;
        margin-top: 5px;
        margin-left: 30px;
    }
    .footer_box_span {
        display: inline-block;
        position: relative;
        font-size: 24px;
        line-height: 30px;
        font-weight: 200;
        margin: 0px;
        text-align: left;
        margin-left: 10px;
        letter-spacing: 1px;
        color: #b9996b;
    }
    .footer_box_txt_2 {
        display: block;
        position: relative;
        font-family: Acciona;
        font-size: 15px;
        line-height: 20px;
        font-weight: 200;
        margin: 0px;
        text-align: left;
        margin-top: 15px;
        margin-left: 30px;
        color: #4d5155;
    }
    .txt_central_footer2 {
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        color: #4d5155;
    }
    .footer_logo {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footer_logo_bestinver {
        width: 109px;
        max-height: 50px;
        min-height: 15px;
        height: 100%;
    }
    .footer_logo_bestinver img {
        width: 109px;
        height: 100%;
    }
    .footer_end_cont {
        /* width: 330px; */
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
    .footer_end_box {
        font-size: 12px;
        line-height: 15px;
        font-weight: 200;
        border-right: 1px solid black;
        padding-right: 5px;
        padding-left: 5px;
    }
    .footer_end_cont a {
        color: #000;
        text-decoration: none;
    }
    .footer_end_box:nth-child(1) {
        /* width: 99.4px; */
    }
    .footer_end_box:nth-child(2) {
        /* width: 99.5px; */
    }
    .footer_end_box:nth-child(3) {
        /* width: 126px; */
        border-right: 0px solid black;
    }
    .footer-margin-cont {
max-width: 1382px ;
    }
   /*FIN FOOTER*/
    

@media only screen and (max-width: 1680px) and (min-width: 1279px){
    .tl-module_inner {
        padding: 0 170px;
    }
}
@media screen and (min-device-width: 1251px) and (max-device-width: 1366px){
    .tl-bst-riesgo-col1 {
        max-width: none;
        width: 40%;
    }
}
@media only screen and (min-width: 1550px){
    .tl-cabecera-block-2 {
        background-position: center right;
        background-size: contain;
    }
    .header {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1441px){
    .footer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 45px 0% 20px 0%;
    }
   .footer_box_cont {
       max-width: 1441px;
       padding-left: 100px;
   }
   .txt_central_footer2 {
    max-width: 1441px;
        padding-left: 100px;
    }
    
}
/* @media only screen and (max-width: 1440px){
    
} */

@media only screen and (max-width: 1400px){
    .footer_box_txt_1 {
        font-size: 40px;
        line-height: 40px;
    }
    .footer_box_span {
        font-size: 22px;
        line-height: 28px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido.especial-1 .tl-section-block-content.tl-block-1 {
        padding: 100px 42px 50px 50px;
    }
    .sect-4 .tl-module-contenido-horizontal h2 {
        max-width: 579px;
    }
}
@media only screen and (max-width: 1365px){
    .tl-cabecera-block-1 {
        flex-direction: column;
        min-width: 50%;
        order: 1;
        padding-bottom: 50px;
    }
    .tl-cabecera-block-2 {
        min-width: 50%;
        order: 2;
    }
}
@media only screen and (max-width: 1300px){
    .tl-cabecera-block-2 {
        background-image: url(../images/img_bestinver_fondos_tablet_xhdpi.jpg);
    }
    .footer_box_txt_1 {
        font-size: 35px;
        line-height: 35px;
    }
    .footer_box_span {
        font-size: 18px;
        line-height: 22px;
    }
    .footer_box_txt_2 {
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1250px){
    .tl-bst-riesgo-col1 {
        max-width: none;
        width: 45%;
    }
    .tl-bst-riesgo-col2 {
        max-width: none;
        width: 55%;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1023px){
    .tl-module .tl-module_inner {
        padding: 0 130px;
    }
}

@media only screen and (max-width: 1280px){
   .tl-block-btn a.btn {
    width: 100%;
    }
    .tl-block-btn .btn:first-child {
        margin-bottom: 15px;
        order: 1;
    }
    .tl-module-contenido-horizontal .tl-block-btn .btn:first-child {
        margin-bottom: 0px;
        order: 1;
    }
    .tl-block-btn .btn:last-child {
        order: 2;
    }
}
@media only screen and (max-width: 1200px){
    .tl-section-block.especial-acordeon {
        display: none;
    }
    .tl-section-block.especial-acordeon-mobile {
        display: block;
    }
    .tl-module-contenido-horizontal .tl-section-block-content 
    div.cont-acordeon {
        display: none;
    }
    .tl-module-contenido-horizontal .tl-section-block-content 
    div.cont-acordeon-mobile {
        max-width: none;
        width: 100%;
        display: block;
        background-color: transparent;
        margin-bottom: 0px;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .sect-4m .tl-module-contenido-horizontal h2 {
        max-width: 579px;
    }
    .footer_box_cont {
        width: 100%;
    }
    .txt_central_footer2 {
        font-size: 18px;
        line-height: 22px;
        margin: 60px 0px 40px 0px;
        text-align: left;
        color: #4d5155;
    }
    .footer_box:nth-child(1) {
        height: 155px;
    }
    .footer_box:nth-child(2) {
        height: 155px;
    }
    .footer_box:nth-child(3) {
        height: 170px;
    }

}
@media only screen and (max-width: 1080px){
    .btn {
        max-width: 200px;
        min-width: 190px;
    }
    .tl-block-btn {
        margin: 0 auto;
    }
    .tl-module-contenido-horizontal .tl-block-btn {
        min-width: 415px;
    }
}
@media only screen and (max-width: 1024px) {
    .txt_central_footer {
        margin: 25px 7% 45px 7% ;
    }
    .tl-bst-riesgo {
        background: #fff;
        padding: 6%;
    }
    .formulario_cont {
        width: 90%;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px){
    .tl-module .tl-module_inner {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 990px) {

    .cont-plazos a {
        margin-bottom: 20px;
    }


    .tl-cabecera-block-1 {
        min-width: 100%;
        padding-right: 7%;
    }
    .tl-cabecera-block-2 {
        background-image: none;
        margin-left: 0%;
    }
    .img-grafico-Block-1 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .tl-module-contenido-horizontal .tl-section-block-content {
        max-width:none;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        column-gap: 24px;
        margin: 0 auto;
    }
    .tl-module-contenido-horizontal .tl-section-block-content div {
        max-width: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 24px;
        padding-bottom:31px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0 0 0 / 5%);
        box-shadow: 0px 0px 20px 0px rgba(0 0 0 / 5%);
        background-color: #FFFFFF;
        margin-bottom: 20px;
         border-radius: 5px;
        /*overflow: hidden; */
    }
    .tl-module-contenido-horizontal h2 {
        text-align: left;
        margin-bottom: 0px;
    }
    .tl-module-contenido-horizontal .tl-section-block-text {
        text-align: left;
    }
    .tl-module-white-grey .tl-franjar-box {
        display: block;
    }
    .sect-4m .tl-module-contenido-horizontal h2 {
        max-width: none;
        width: 100%;
    }
    .sect-4m .tl-franjar-box {
        display: block;
    }
    .tl-module-white-grey .cont-plazos .tl-franjar-box {
        display: block;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .tl-module-contenido {
        flex-direction: column;
        margin: 0 auto;
        min-height: 0px;
    }
    .tl-module-contenido.reverse {
        flex-direction: column;
    }
    .sect-5.tl-module-white-grey {
        background: linear-gradient(180deg, #ffffff 100%, #f7f7f7 0%);
    }
    .tl-module-contenido .tl-section-block-content.tl-block-1 {
        width: 100%;
    }
    .tl-module-contenido .tl-section-block-content.tl-block-1 img {
       display: block;
    }
    .tl-module-contenido .tl-section-block-content.tl-block-2 {
        display: none !important;
    }

    .tl-relleno-mobile{display: block !important;order:2;}
    .tl-relleno{
        width: 100% !important;
    }

    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 {
        width: 100%;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 {
        width: 100%;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .tl-img-grafico-Block-2 {
        max-width: 100%;
        width: auto;
        display: block;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top:32px;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-2 .tl-img-grafico-Block-2 {
        display: none;
        margin:0 auto;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-6 {
        max-width: 313px;
        width: 100%;
        display: block;
        left: auto;
        bottom: auto;
        transform: translate(-0%, -0%);
        -webkit-transform: translate(-0%, -0%);
        position: relative;
        margin: 0 auto;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 {
        width: 100%;
        display: block !important;
        order:1;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-1 {
        width: 100%;
        display: block;
        order:2;
    }

    .tl-section-block.tl-section-img-izq .tl-module-contenido.especial-1 
    .tl-section-block-content.tl-block-1   {
        display: none;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 .img-grafico-Block-7-mobile  {
        max-width: 400px;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        background-image: none;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-8 {
        width: 100%;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-8 {
        min-width: none;
        min-height: 450px;
    }
    .tl-block-btn {
        margin-top: 32px;
    }
    .btn {
        min-width: 211px;
    }
    .tl-block-btn .btn:first-child {
        margin-bottom: 0px;
        order: 2;
    }
    .tl-block-btn .btn:last-child {
        margin-bottom: 15px;
        order: 1;

    }
    .tl-module-contenido-horizontal .tl-block-btn {
        max-width: 100%;
        min-width: 0px;
        flex-direction: row;
        margin-top: 31px;
    }
    .tl-module-contenido-horizontal .tl-block-btn .btn:first-child{
        margin-bottom: 0px;
        order: 2;
    }
    .tl-module-contenido-horizontal .tl-block-btn .btn:last-child{
        margin-bottom: 15px;
        order: 1;
    }
    .tl-module-contenido-horizontal .tl-section-block-content div:last-child {
         margin-bottom: 0px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 {
        padding: 110px 7% 120px 7%;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 a.btn {
        margin: 0 auto;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 {
        padding: 110px 7% 120px 7%;
    }


    .tl-section-img-dere .tl-module-contenido
    .tl-section-block-content.tl-block-1.especial-mobile-aling
    .tl-section-block-title {
        text-align: center;
    }
    .tl-section-img-dere .tl-module-contenido
    .tl-section-block-content.tl-block-1.especial-mobile-aling
    .tl-franjar-box {
        margin: 0 auto;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .tl-section-img-dere .tl-module-contenido
    .tl-section-block-content.tl-block-1.especial-mobile-aling
    .tl-section-block-text {
        text-align: center;
        margin-bottom: 0px;
    }

    .tl-section-img-dere .tl-module-contenido
    .tl-section-block-content.tl-block-1 .img-grafico-Block-8 {
        min-width: none;
        min-height: 256px;
        display: none;
    }

    .tl-img-forcew100{
        position: relative;
        width: 100vw !important;
        left: -7vw;
    }


}
@media only screen and (max-width: 929px) {


    .tl-txt-14{font-size: 14px !important;}
    .tl-txt-15{font-size: 15px !important;}
    .tl-txt-16{font-size: 16px !important;}
    .tl-txt-17{font-size: 17px !important;}
    .tl-txt-18{font-size: 18px !important;}
    .tl-txt-19{font-size: 19px !important;}




    .footer_box_cont {
        flex-direction: column;
    }
    .footer_box {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_box_txt_1 {
        font-size: 50px;
        line-height: 50px;
    }
    .footer_box_span {
        font-size: 24px;
        line-height: 30px;;
    }
    .footer_box_txt_2 {
        font-size: 15px;
        line-height: 20px;
    }

    .txt_central_footer2 {
        width: 100%;
    }

    .formulario_cont #tl-thanks .download_thanks_title {
        margin-left: 0px;
    }
    .formulario_cont #tl-thanks .download_thanks_subtitle {
        margin-left: 0px;
    }

    
}
@media only screen and (max-width: 767px) and (min-width: 680px){
    .tl-module .tl-module_inner {
        padding: 0 40px;
    } 
}
@media only screen and (max-width: 767px) {

    .icon-tel {
        display: inline-block;
    }
    .ayudamos {
        display: none;
    }
    .tel {
        display: inline-block;
    }
    
    .tl-cabecera-block-1 {
        padding-bottom: 32px;
    }
    .tl-section-block-title {
        font-size: 32px;
        line-height: 32px;
    }
    .tl-module-contenido-horizontal .tl-section-block-title {
        font-size: 32px;
        line-height: 32px;
    }
    .tl-producto-txt {
        margin-bottom: 32px;
    }
    .tl-block-btn {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        column-gap: 20px;
        align-items: center;
        margin: 0px;
        margin-top: 32px;
   }
   .tl-module-contenido-horizontal .tl-block-btn {
        max-width: 100%;
        min-width: 100%;
        flex-direction: column;
        margin-top: 31px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 a.btn {
        width: 100%;
    }
    .tl-link-lista{
        font-size: 14px;
    }
    .cont-plazos h3 {
        font-family: Acciona;
        font-size: 25px;
        line-height: 28px;
        font-weight: 500;
        margin: 0px 0px 10px 0px;
    }
    .cont-plazos p {
       text-align: left;
       margin-bottom: 0px;
    }
    .tl-module-white-grey .cont-plazos .tl-franjar-box {
        margin: 16px 0px 24px 0px;
    }
    .cont-plazos a {
        font-size: 18px;
        line-height: 22px;
    }
    .footer_box_cont {
        width: 100%;
    }
    .txt_central_footer {
      /*  font-size: 15px;
        line-height: 20px;*/
        margin: 25px 2% 45px 2% ;
    }
    .txt_central_footer2 {
       /* font-size: 15px;
        line-height: 20px;*/
        margin: 60px 0% 40px 0%;
        text-align: left;
    }
    .footer_box_cont {
        flex-direction: column;
    }
    .footer_box {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_carro {
        display: none;
    }
    #politica-cookies {
        padding: 20px 30px;
    }
    .cerrar_cookies {
        top: 0px;
        right: 0px;
    }
    .btn {
        max-width: none;
        min-width: 190px;
    }
    .btn_resp {
        width: 86%;
        background-color: #ffffff;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        padding: 40px 7%;
    }
    .btn_resp_int {
        display: none;
    }
    .btn_resp a.btn {
        width: 100%;
        margin: 0 auto;
    }
    .tl-bst-riesgo > div {
        flex-direction: column;
    }
    .tl-bst-riesgo-col1 {
        max-width: 99%;
        padding-right: 0px;
    }
    .tl-bst-riesgo-tabla ul li {
        line-height: 56px;
    }
    .tl-bst-riesgo-col2 {
        width: 100%;
        margin-top: 20px;
    }
    .tl-module {
        padding: 32px 7% 32px 7%;
    }
    .tl-cont-padding {padding: 32px 7% 32px 7%;}
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 {
        padding: 32px 7% 32px 7%;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 {
        padding: 32px 7% 32px 7%;
    }
    
}
@media only screen and (max-width: 700px) {
    .formulario_cont {
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
        -webkit-transform: none;
        transform: none;
    }
    .formulario_cont .btn_close {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 1%;
        right: 2%;
        transition: all 0.3s linear;
    }
    .formulario_cont #tl-thanks {
        height: auto !important;
    }
    .formulario_cont #tl-thanks img {
        margin-bottom: 70px;
    }
    
}
@media only screen and (min-width: 700px) {
    main{
        height: auto !important;
    }

}
@media only screen and (min-width: 681px){
    .tl-bst-btn-ver-mas {
        display: none !important;
    }
    .tl-bst-btn-ver-menos {
        display: none !important;
    }
    .tl-bst-riesgo-col2 {
        display: block !important;
    }
}
@media only screen and (max-width: 681px) {

    .tl-bst-riesgo > div {
        margin-bottom: 0px;
    }
    .tl-bst-riesgo-tabla ul li {
        line-height: 40px;
    }
    .tl-bst-btn-ver-mas {
        display: flex;
    }
    .tl-bst-riesgo-col2 {
        display: none;
    }

}
@media only screen and (max-width: 678px) {
    .block_btn {
        width:92%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
    }
    .block_btn a:first-child {
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .btn {
        width: 100%;
    }
    .tl-module .tl-module_inner {
        padding: 0 20px;
    }
    
}
@media only screen and (max-width: 650px) {
    .header {
        height: 96px;
    }

}
@media only screen and (max-width: 600px) {
    .tl-module-contenido-horizontal .tl-section-block-content div.cont-acordeon-mobile ul.panel:before {
        width: 88%;
    }
    .footer_box:nth-child(1) {
        height: 150px;
    }
    .footer_box:nth-child(2) {
        height: 150px;
    }
    .footer_box:nth-child(3) {
        height: 165px;
    }
}
@media only screen and (max-width: 550px) {
    .footer_box_cont {
        width: 100%;
    }

    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 .img-grafico-Block-7-mobile {
        min-height: 360px;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-8 {
        min-width: none;
        min-height: 360px;
    }
}
@media only screen and (max-width: 500px) {
    .header {
        height: 86px;
        z-index: 10;
    }

   .btn {
       width: 100%;
    }
    .tl-module-contenido-horizontal .tl-section-block-content div.cont-acordeon-mobile ul.panel:before {
        width: 86%;
    }
    
    .img-grafico-Block-1{
        display: none;
    }
    .img-grafico-Block-1b{
        width: 100%;
        display: block;
        margin: 0 auto;
    }

}
@media only screen and (max-width: 480px){
    .footer_box_txt_0 {
        margin-top: 45px;
        margin-bottom: 5px;
        margin-left: 30px;
    }
    .footer_box_txt_1 {
        font-size: 42px;
        line-height: 42px;
        margin: 0px;
        text-align: left;
        margin-top: 5px;
        margin-left: 30px;
    }
    .footer_box_txt_2 {
        font-size: 12px;
        line-height: 18px;
        font-weight: 200;
        margin: 0px;
        margin-top: 15px;
        margin-left: 30px;
    }
    .footer_box_span {
        display: inline-block;
        position: relative;
        font-size: 20px;
        line-height: 26px;
        font-weight: 200;
        margin: 0px;
        color: #BA9868;
        text-align: left;
        margin-left: 10px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 .img-grafico-Block-7-mobile {
        min-height: 285px;
    }
    .formulario_cont .legal {
        padding: 0px;
    }
    .formulario_form .btn {
        display: block;
        min-width: 200px;
        width: 100%;
    }
}
@media only screen and (max-width: 440px) {
    .tl-module-contenido-horizontal .tl-section-block-content div.cont-acordeon-mobile ul.panel:before {
        width: 84%;
    }
    .tl-module-white-grey .tl-franjar-box { display: block;}
    .tl-module-contenido-horizontal h2 {
        text-align: left;
        margin-bottom: 0px;
    }
    .tl-module-contenido-horizontal p {
        text-align: left;
        margin-bottom: 32px;
    }
    .tl-module-contenido-horizontal .cont-plazos p {
        margin-bottom: 0px;
    }
    .img-grafico-Block-1 {
        max-width: none;
    }
}
@media only screen and (max-width: 420px) {
    .header .logos .logo_bestinver img {
        width: 100px;
    }
    .header .btn_header {
        font-size: 14px;
        letter-spacing: 1.2px;
    }
    .header {
        height: 76px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn {
        min-width: 220px;
    }
    .block_btn {
        width: 90%;
    }
    .tl-module-cabecera {
        margin-top: 34px;
    }
    .tl-franjar-box {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .tl-section-block-title {
        font-size: 32px;
    }

    .btn {
        height: 40px;
    }
    .btn .btn_val {
        line-height: 40px;
        font-size: 12px;
        margin: 0px;
    }
    .tl-module-contenido-horizontal .tl-block-btn .btn .btn_val {
        line-height: 40px;
        margin: 0 auto;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido .tl-section-block-content.tl-block-2 a.btn  .btn_val{
        line-height: 40px;
        margin: 0 auto;
    }
    .tl-cont-padding {
        padding: 32px 16px 32px 16px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 {
        padding: 32px 16px 32px 16px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-5 {
        min-height: 284px;
    }
    .tl-section-block.tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-6 {
        display: none;
    }
    .tl-section-block.tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 .img-grafico-Block-6-mobile {
        display: block;
        min-height: 284px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 .img-grafico-Block-7 {
        min-height: 256px;
    }
    .tl-section-block.tl-section-img-izq .tl-module-contenido 
    .tl-section-block-content.tl-block-2 .img-grafico-Block-7-mobile {
        min-height: 256px;
    }
    .tl-cabecera-block-1 {
        padding-right: 16px;
        padding-left: 16px;
    }
    .sect-2 .tl-module {
        padding: 0%;
    }
    .sect-2 .tl-module .tl-module_inner {
        padding: 0 16px;
    }
    .tl-section-img-dere .tl-module-contenido 
    .tl-section-block-content.tl-block-1 {
        padding: 32px 16px 32px 16px;
    }
    .tl-section-block .tl-module-contenido.no-min-height {
        min-height: 0px;
    }
    .tl-section-block .tl-module-contenido.no-min-height 
    .tl-block-btn .btn:first-child {
        margin-bottom: 15px;
        order:1;
    }
    .tl-section-block .tl-module-contenido.no-min-height 
    .tl-block-btn .btn:last-child {
        margin-bottom: 0px;
        order:2;
    }

    .footer_end_cont {
        flex-direction: row;
        width: 100%;
    }
     .footer_end_box {
        width: 33% !important;
     } 
     .footer_end_box {
         height: 15px;
        font-size: 10px;
        line-height: 15px;
        font-weight: 200;
        border-right: 1px solid black;
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer_box:nth-child(1) {
        height: 145px;
    }
    .footer_box:nth-child(2) {
        height: 145px;
    }
    .footer_box:nth-child(3) {
        height: 160px;
        padding-left: 5px;
    }
    .footer_box_txt_1 {
        font-size: 38px;
        line-height: 42px;
        margin: 0px;
        text-align: left;
        margin-top: 5px;
        margin-left: 30px;
    }
    .footer_box_span {
        font-size: 18px;
        line-height: 26px;
    }
    .tl-bst-riesgo-col2 div p.tl-bst-txt-special {
        width: 85%;
    }
    .tl-franjar-box {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .tl-section-block-text > p {
        margin-bottom: 32px;
        margin-top: 0px;
    }

    .tl-section-block-text p:first-child {margin-bottom: 0px;}

    .tl-bst-btn-ver-menos {
        width: 34%;
    }
    .tl-img-forcew100{
        left: -16px;
    }
}
@media only screen and (max-width: 377px) {
    
    .formulario_tlf a {
        display: block;
    }
    .tl-bst-btn-ver-menos {
        width: 40%;
    }
}
@media only screen and (max-width: 330px) {
    .header .btn_header {
        font-size: 13px;
    }
    .footer_box_span {
        font-size: 16px;
        line-height: 24px;
    }
    .footer_end_box {
        width: 31% !important;
        height: 15px;
        font-size: 8px;
        line-height: 15px;
        font-weight: 200;
        border-right: 1px solid black;
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer_end_box:nth-child(3){
        width: 35% !important;
    }
    .tl-bst-btn-ver-menos {
        width: 42%;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /* El * es un hack de IE que permite que esta propiedad se aplique solo en IE 6 y 7 */
    *zoom: 1;
}



.only-mobile{display:none !important;}
.only-desktop{display:block !important;}
@media only screen and (max-width: 990px) {
    .only-mobile{display:block !important;}
    .only-desktop{display:none !important;}
}

.footer_box:nth-child(1) {
    height: 145px;
}
.footer_box:nth-child(2) {
    height: 145px;
}
.footer_box:nth-child(3) {
    height: 160px;
    padding-left: 5px;
}
.footer_box_txt_1 {
    font-size: 38px;
    line-height: 42px;
    margin: 0px;
    text-align: left;
    margin-top: 5px;
    margin-left: 30px;
}
.footer_box_span {
    font-size: 18px;
    line-height: 26px;
}
.tl-bst-riesgo-col2 div p.tl-bst-txt-special {
    width: 85%;
}
.tl-franjar-box {
    margin-top: 32px;
    margin-bottom: 32px;
}
.tl-section-block-text {

}

.tl-section-block-text > p {
    margin-bottom: 32px;
    margin-top: 0px;
}

.tl-section-block-text p:first-child {margin-bottom: 0px;}

.tl-bst-btn-ver-menos {
    width: 34%;
}
.tl-img-forcew100{
    left: -16px;
}

@media only screen and (max-width: 377px) {
    
    .formulario_tlf a {
        display: block;
    }
    .tl-bst-btn-ver-menos {
        width: 40%;
    }
}
@media only screen and (max-width: 330px) {
    .header .btn_header {
        font-size: 13px;
    }
    .footer_box_span {
        font-size: 16px;
        line-height: 24px;
    }
    .footer_end_box {
        width: 31% !important;
        height: 15px;
        font-size: 8px;
        line-height: 15px;
        font-weight: 200;
        border-right: 1px solid black;
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer_end_box:nth-child(3){
        width: 35% !important;
    }
    .tl-bst-btn-ver-menos {
        width: 42%;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /* El * es un hack de IE que permite que esta propiedad se aplique solo en IE 6 y 7 */
    *zoom: 1;
}



.only-mobile{display:none !important;}
.only-desktop{display:block !important;}
@media only screen and (max-width: 990px) {
    .only-mobile{display:block !important;}
    .only-desktop{display:none !important;}
}

.footer_box:nth-child(1) {
    height: 145px;
}
.footer_box:nth-child(2) {
    height: 145px;
}
.footer_box:nth-child(3) {
    height: 160px;
    padding-left: 5px;
}
.footer_box_txt_1 {
    font-size: 38px;
    line-height: 42px;
    margin: 0px;
    text-align: left;
    margin-top: 5px;
    margin-left: 30px;
}
.footer_box_span {
    font-size: 18px;
    line-height: 26px;
}
.tl-bst-riesgo-col2 div p.tl-bst-txt-special {
    width: 85%;
}
.tl-franjar-box {
    margin-top: 32px;
    margin-bottom: 32px;
}

.tl-section-block-text > p {
    margin-bottom: 32px;
    margin-top: 0px;
}

.tl-section-block-text p:first-child {margin-bottom: 0px;}

.tl-bst-btn-ver-menos {
    width: 34%;
}
.tl-img-forcew100{
    left: -16px;
}

@media only screen and (max-width: 377px) {
    
    .formulario_tlf a {
        display: block;
    }
    .tl-bst-btn-ver-menos {
        width: 40%;
    }
}
@media only screen and (max-width: 330px) {
    .header .btn_header {
        font-size: 13px;
    }
    .footer_box_span {
        font-size: 16px;
        line-height: 24px;
    }
    .footer_end_box {
        width: 31% !important;
        height: 15px;
        font-size: 8px;
        line-height: 15px;
        font-weight: 200;
        border-right: 1px solid black;
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer_end_box:nth-child(3){
        width: 35% !important;
    }
    .tl-bst-btn-ver-menos {
        width: 42%;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /* El * es un hack de IE que permite que esta propiedad se aplique solo en IE 6 y 7 */
    *zoom: 1;
}



.only-mobile{display:none !important;}
.only-desktop{display:block !important;}
@media only screen and (max-width: 990px) {
    .only-mobile{display:block !important;}
    .only-desktop{display:none !important;}
}



/* WYSIWYG STYLES */

.bst_wyswyg > p:not(:first-child) {
    margin: 20px 0 0 0;
}
.bst_wyswyg ul, .bst_wyswyg ol{
    padding: 20px 0px 0px 40px;
}
.bst_wyswyg li, .bst_wyswyg li{
    padding: 5px 0px 5px 10px;
    display: block;
    position: relative;
    line-height: 25px;
}

.bst_wyswyg strong{
    font-weight: 500;
}

.bst_wyswyg li:before {
    content: '';
    background-color: #b59971;
    top: 14px;
    left: -14px;
    width: 6px;
    height: 6px;
    opacity: 1;
    display: block;
    position: absolute;
    border-radius: 5px;
}

.bst_wyswyg_landings ul, .bst_wyswyg_landings ol{
    padding: 20px 0px 20px 40px;
}
.bst_wyswyg_landings li, .bst_wyswyg_landings li{
    padding: 5px 0px 5px 10px;
    display: block;
    position: relative;
    line-height: 25px;
}

.bst_wyswyg_landings li:before {
    content: '';
    background-color: #b59971;
    top: 50%;
    left: -14px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 6px;
    height: 6px;
    opacity: 1;
    display: block;
    position: absolute;
    border-radius: 5px;
}
.bst_wyswyg_landings strong,
.bst_wyswyg_landingsp strong,
.bst_wyswyg_landingsli strong {
    font-weight: 500;
}

.bst_wyswyg_landings ul, .bst_wyswyg_landings ol {
    padding: 20px 0px 20px 40px;
}

.bst_wyswyg_landings, .bst_wyswyg_landings p {
    padding: 0px;
    margin: 0px;
}

@media only screen and (max-width: 680px) {
   
}
/* MULTIFUNCION IMAGES BUTTON */

.tl__only-mobile {
    visibility: hidden;
    display: none !important;
}

.tl__img_button_desktop_inicio{
    max-width: 200px;
}

.tl__only-mobile{
    max-width: 90%;
}

@media only screen and (max-width: 680px) {
    .tl__only-mobile {
        visibility: initial;
        display: block !important;
    }
    .tl__only-desktop {
        visibility: hidden;
        display: none !important;
    }
}

.tl__images-botonera a:first-child{
    margin-right: 35px;
}

.tl__images-botonera {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 680px){
    .tl__images-botonera {
        margin-top: 0px;
        flex-direction: column;
    }
    .tl__images-botonera a:first-child{
        margin-right: 0px;
    }
    .tl__images-botonera a {
        margin-top: 30px;
    }
}

.bst_wyswyg_landings, .bst_wyswyg{
    margin-bottom: 32px;
}

@media only screen and (max-width: 680px) {
   
}


/* HEADER LANDING */
.tl-d-block{
    display: block !important;
}
.tl-d-none{
    display: none !important;
}
.tl-header_right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
}
.tl-header_right a.btn_header{
    height: auto;
}
.tl-header_right__separator{
    position: relative;
    transform: scaleY(1.5) translateY(-10%);
}

.tl-header_right .btn_header:nth-of-type(1){
    margin-right: 5px;
}
.tl-icon-email{
    position: relative;
    width: 18px;
    height: auto;
    margin-left: 5px;
    display: inline-block;
    top: -3px;
    position: relative;
    font-size: 20px; 
    font-weight: 400;
}
.tl-txt-email{
    text-transform: initial;
}

a.btn_header--hover svg path {
    transition: all 0.5s;
}

.modalTelWrap{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #575757;
    z-index: 400;
    opacity: .3;
    display: none;
}

#modalTel{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 310px;
    z-index: 1000;
    background-color: white;
    font-family: "Acciona", sans-serif;
    font-size: 14px;
    padding: 40px 10px 40px 10px;
    font-weight: 700;
    display: none;
    opacity: 1;
}


#modalTel p{
   text-align: center;
}

#modalTel a{
    text-decoration: none;
    color: black;
    margin: 10px auto;
    font-weight: 700;
 }

#modalTel .icon-tel{
    top: -1px!important;
    width: 15px!important;
}

#modalTel p:first-of-type {
    margin-top: 30px;
 }

 #modalTel .btn_val {
   text-align: center;
   padding: 10px;
   position: relative;
 }
 #modalTel .redLine {
    width: 35px;
    height: 3px;
    text-align: center;
    margin: auto;
    background-color: #df040b;
    margin: 10px auto;
  }

 #modalTel .tl-d-none-767{
    display: inline-block!important;
 }
 #close-tel-modal{
    cursor: pointer;
 }
 

@media(min-width: 767px) {
    a.btn_header--hover:hover svg path {
        color: #BA9868 !important;
        fill: #BA9868 !important;
    }

    a.btn_header--hover:hover {
        color: #BA9868;
    }
    .tl-icon-email{
        display: none;
    }
    .tl-txt-email{
        margin-left: 5px;
    }
}
@media(max-width: 767px) {
    .tl-d-block-767{
        display: block !important;
    }
    .tl-d-none-767{
        display: none !important;
    }
    .tl-header_right .btn_header:nth-of-type(1){
        margin-right: 0px;
    }
    .mobile_hidden{
        display: none;
    }
}


