﻿strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}


.template-detalle-noticia #main .image-featured img {
    min-width: 100%;
    height: auto;
}

.template-detalle-noticia #main .text-container a {
    color: red;
}

.template-detalle-noticia .module-show-video {
    display: none;
}

.template-detalle-noticia .flash_kplayer iframe {
    width: 100%;
    height: 470px;
    margin-bottom: 40px;
}

.iconplus-link span svg {
    margin-left: 5px;
    transform: translateY(1px) !important;
}

.module.module-table.reduced-spacing {
    margin-bottom: 100px;
}

@media (min-width: 640px) {
    .module.module-table.reduced-spacing {
        margin-bottom: 120px;
    }
}

@media (min-width: 1024px) {
    .module.module-table.reduced-spacing {
        margin-bottom: 120px;
    }
}

@media (min-width: 1280px) {
    .module.module-table.reduced-spacing {
        margin-bottom: 180px;
    }
}

.frame-content.custom-height-media {
    max-height:200vh !important;
}

.pagination-list-container {
    margin-bottom: 150px;
}

.logo-registradores {
    width: 250px;
    height: 52px;
    display: block;
    background-image: url(/static/images/logo-registradores.jpg);
    margin: 2em auto 2em 0;
}

.logo-cnmv {
    width: 90px;
    height: 74px;
    display: block;
    background-image: url(/static/images/logo-cnmv.jpg);
    margin: 2em auto 2em 0;
}

.logos {
    width: 100%;
}

    .logos a.slow--y:first-child {
        display: inline-flex;
        vertical-align: bottom;
        width: auto;
        margin-right: 35px;
    }

    .logos a.slow--y:last-child {
        display: inline-block;
        vertical-align: bottom;
    }

@media (min-width: 680px) {
    .descargas .descargas__col-left.box-custom-margin, .descargas .descargas__col-right.box-custom-margin {
        margin-bottom: 8rem;
    }
}

.module.module-news.grid {
    margin-bottom: 120px;
}

.template-detalle-proyecto .module-show-video {
    display: none;
}

.template-detalle-proyecto .flash_kplayer iframe {
    width: 100%;
    height: 470px;
    margin-bottom: 40px;
}

.module.grid.bloque-texto .lead-text-container p a {
    color: red;
}

.white-background {
    background-color: #ffffff;
}

.custom-anchor {
    width: 0px;
    height: 0px;
    z-index: 10;
    position: relative;
    display: block;
    top: -400px;
}

.custom-anchor-small {
    width: 0px;
    height: 0px;
    z-index: 10;
    position: relative;
    display: block;
    top: -190px;
}

.logos-slider.with-slider .logo-container .link--icon.logo-cta.iconplus-link span svg.cta-single {
    position: relative;
    margin-left: 10px;
    top: 3px;
}

.logos-slider.with-slider .logo-container .link--icon.link--lightbox span svg {
    position: relative;
    margin-left: 10px;
}

.logos-slider.with-slider .logo-container .link--icon.link--external span svg {
    position: relative;
    margin-left: 10px;
}


.module-table .text-container ul li ul,
.module-table .text-container ol li ul,
.module-table .text-container ul li ol,
.module-table .text-container ol li ol {
    margin-left: 15px;
}


.module.grid.equipo-directivo-destacado .person-content {
    margin-bottom: 6rem;
}

.template-detalle-proyecto .module.grid.bloque-texto,
.template-detalle-proyecto .module.module-wysiwyg {
    margin-bottom: 200px;
}



/*InfoBolsa Iframe : _ */
.infobolsa_iframe {
    position: relative;
    width: 100%;
    min-height: 2400px;
}

    .infobolsa_iframe.summary {
        min-height: 330px;
    }

@media screen and (min-width:320px) {
    .infobolsa_iframe {
        position: relative;
        width: 100%;
        min-height: 3830px;
    }

        .infobolsa_iframe.summary {
            min-height: 400px;
        }
}

@media screen and (min-width:1024px) {
    .infobolsa_iframe {
        position: relative;
        width: 100%;
        min-height: 2400px;
    }

        .infobolsa_iframe.summary {
            min-height: 330px;
        }
}

.module.grid.bloque-texto.with-lead-text .module--cta
a.link.link--icon.icon--red.module--cta.slow--y {
    margin-top: 0;
}

header.page-header .stock-ticker {
    width: fit-content;
    top: -2px;
    position: relative;
}

.stock-ticker .ticker-iframe {
    display: inline-block;
    width: 100%;
    max-height: 2em;
    transform: scale(0.65);
    transform-origin: left bottom;
    overflow: visible;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
}


@media screen and (max-width:320px) {
    .stock-ticker, .stock-ticker .ticker-iframe {
        width: calc(125px + 65% );
    }
}

@media screen and (max-width:480px) {
    .stock-ticker, .stock-ticker .ticker-iframe {
        width: calc(125px + 65% );
    }
}

@media screen and (max-width: 1040px) {
    .stock-ticker, .stock-ticker .ticker-iframe {
        width: calc(125px + 65% );
    }
}

@media screen and (min-width: 1024px) {
    .stock-ticker, .stock-ticker .ticker-iframe {
        width: 200px;
    }

    header.page-header .stock-ticker {
        top: 3px;
    }
}

.breadcrumbs.breadcrumbs--fixed.breadcrumbs--fixed-footer.is-fixed {
    position: -webkit-sticky;
}

@media (min-width: 1024px) {

    .bloque-texto .module--cta {
        grid-row: 4 / 4;
    }
}

.black {
    color: black;
}

.lightbox__box .feedback-message * {
    color: #000000;
}

.lightbox__box .feedback-message h3 {
    text-align: center;
    font-size: 24px;
}

.lightbox__box .feedback-message svg {
    stroke: green !important;
}

    .lightbox__box .feedback-message svg.validation-fail {
        stroke: red !important;
    }

.lightbox__box .feedback-message[data-is-visible='true'] {
    display: flex !important;
    flex-direction: column;
}

.lightbox__box .feedback-message[data-is-visible='false'] {
    display: none !important;
    flex-direction: column;
}

.centerIcon,
.lightbox__box .feedback-message + div {
    text-align: center;
}

#ie-alert {
    display: none;
}

    #ie-alert.compatibility-alert-box {
        position: fixed;
        bottom: 4.13vh;
        left: 0vh;
        width: 400px;
        height: 350px;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        background: #ffffff;
        z-index: 333;
    }

        #ie-alert.compatibility-alert-box .close-div {
            width: 32px;
            height: 32px;
            display: block;
            transform: rotate(45deg);
            color: #ff0000;
            float: right;
        }

            #ie-alert.compatibility-alert-box .close-div svg path {
                fill: #ff0000 !important;
            }

        #ie-alert.compatibility-alert-box .alert-body {
            width: 75%;
            clear: both;
            text-align: left;
            margin: 0 10%;
            display: block;
            position: relative
        }

            #ie-alert.compatibility-alert-box .alert-body h3 {
                font-weight: bold;
                font-size: 18px;
                text-transform: uppercase;
                margin-bottom: 25px;
            }

            #ie-alert.compatibility-alert-box .alert-body svg path {
                fill: #ff0000;
                margin-top: 3px;
            }

            #ie-alert.compatibility-alert-box .alert-body p,
            #ie-alert.compatibility-alert-box .alert-body ul li {
                font-size: 12px;
                margin-bottom: 10px;
            }

                #ie-alert.compatibility-alert-box .alert-body p + p {
                    margin-bottom: 25px;
                }

            #ie-alert.compatibility-alert-box .alert-body ul li {
                font-weight: bold;
            }

                #ie-alert.compatibility-alert-box .alert-body ul li a {
                    top: 2px;
                    position: relative;
                }

@media screen and (max-width:468px) {
    #ie-alert.compatibility-alert-box {
        width: 90%;
        left: 0%;
    }

        #ie-alert.compatibility-alert-box .alert-body {
            width: 85%;
        }
}


.reCaptcha {
    margin-top: 35px;
    margin-bottom: 50px;
}

.lightbox .lightbox__box .content-wrapper .contact_form iframe {
    /*margin-top: 30px;*/
    width: 302px;
    height: 80px;
}

.module__projects-map .map-container .project-details-overlay .close-overlay {
    background: #ff0000;
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
}

    .module__projects-map .map-container .project-details-overlay .close-overlay:hover svg {
        transform: rotate(45deg) scale(1.35);
    }

.bloque-texto .list .main-text-paragraph a {
    color: #ff0000;
}

.management-team-legend .legend {
    position: relative;
    bottom: 22.5rem !important;
    right: 0;
    grid-column: 1 / -1 !important;
    margin-top: 2rem;
    margin-left: 130px;
    margin-right: 130px;
}

    .management-team-legend .legend svg {
        margin-right: 10px;
    }

@media screen and (max-width:768px) {
    .management-team-legend .legend {
        position: unset;
        bottom: 17.5rem;
        right: 0;
        grid-column: 1 / -1 !important;
        margin-top: 2rem;
        margin-left: 126.391px;
        margin-right: 100px;
    }
}

@media screen and (max-width: 768px) {
    .management-team-legend .legend {
        margin-top: -2rem;
        margin-left: 21.391px;
        margin-right: 20px;
    }

        .management-team-legend .legend svg {
            width: 25%;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .management-team-legend .legend {
        margin-top: 8rem;
        margin-left: 80.391px;
        margin-right: 80px;
    }

        .management-team-legend .legend svg {
            width: 6%;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .management-team-legend .legend {
        margin-top: 8rem;
        margin-left: 100px;
        margin-right: 100px;
    }

        .management-team-legend .legend svg {
            width: 4%;
        }
}

@media screen and (min-width:1400px) {
    .management-team-legend .legend {
        margin-left: 195px;
        margin-right: 195px;
    }
}

.one-column {
    display: unset !important;
}

.module.contact_form.one-column .form_inputs .text_input, .module.contact_form .form_inputs .select_input, .module.contact_form .form_inputs .checkbox.data_sharing, .module.contact_form .form_inputs .text_area {
    max-width: 600px !important;
}

.upload-input {
    margin-top: 25px;
}

.ant-upload-list.ant-upload-list-text {
    margin-top: 13px;
}

.ant-upload-text-icon {
    margin-right: 5px;
    display: initial;
}

.ant-btn.ant-upload-list-item-card-actions-btn.ant-btn-text.ant-btn-sm.ant-btn-icon-only {
    background-color: #fff;
}

.pagination-list-container .data-handling-link {
    margin-top: -174px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .pagination-list-container .data-handling-link {
        margin-top: -60px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .pagination-list-container .data-handling-link {
        margin-top: -130px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .pagination-list-container .data-handling-link {
        margin-top: -120px;
    }
}

/*@media screen and (min-width:1400px) {
    .pagination-list-container .data-handling-link {
        margin-top: -240px;
    }
}*/

.acordeon--equipo-directivo .link span svg {
    transform: scale(0.9) translateX(0px) translateY(5px);
}

    .acordeon--equipo-directivo .link span svg:hover {
        transform: scale(0.9) translateX(5px) translateY(5px);
    }

.module.contact_form .rights .rightItem .faux-flex {
    display: inline-flex;
}

.infoContainer {
    display: inline-block;
    position: relative;
    top: 7px;
    left: -4px;
}

    .infoContainer .triggerInfo {
        display: block;
        margin-left: 10px;
        border-radius: 100%;
        border: 1px solid;
        width: 14px;
        height: 14px;
        text-align: center;
        color: #ff0000;
        line-height: 12px;
    }

.module.contact_form .rights {
    position: relative;
}

.infoContainer .info {
    display: none;
}

.infoContainer .triggerInfo:hover + .info {
    display: block;
    border: 1px solid #c6c6c6;
    padding: 10px;
    background: #ffffff;
    position: absolute;
    width: 400px;
    max-width: 400px;
    z-index: 222;
    margin-top: 0;
    left: 100%;
    margin-left: 15px;
    top: -100%;
}

    .infoContainer .triggerInfo:hover + .info::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: 1px solid #c6c6c6;
        border-left: 1px solid #c6c6c6;
        z-index: 223;
        position: absolute;
        left: -5px;
        background: #fff;
        transform: rotate(-45deg);
        top: 15px;
    }

@media screen and (max-width:640px) {
    .infoContainer .triggerInfo:hover + .info {
        width: 250px;
        margin-top: 0;
        left: -600%;
        margin-left: 15px;
        top: 30px;
    }

        .infoContainer .triggerInfo:hover + .info::before {
            left: 143px;
            background: #fff;
            transform: rotate(45deg);
            top: -5px;
        }
}


.template-detalle-noticia .header-cta .job-subheader, .template-detalle-empleo .header-cta .job-subheader {
    display: block;
}

.template-detalle-noticia .job-subheader .taglabel, .template-detalle-empleo .job-subheader .taglabel {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
}

.template-detalle-noticia .job-subheader svg, .template-detalle-empleo .job-subheader svg {
    display: inline-block;
    vertical-align: middle;
}

.align-withIcon, .related-solutions {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

    .align-withIcon svg + .taglabel {
        margin-left: 0.8rem;
    }

    .related-solutions:not(:last-child)::after {
        content: '';
        display: inline-block;
        height: 16px;
        width: 1px;
        background-color: #d8d8d8;
        margin-right: 1rem;
        margin-left: 1rem;
        vertical-align: middle;
    }


/*formulario custom upload*/
.upload-item {
    position: relative;
}

.upload-label {
    position: absolute;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    min-width: 215px;
    text-align: center;
    line-height: 32px;
    border-radius: 30px;
}

.upload-file {
    position: absolute;
    opacity: 0;
    min-width: 250px;
    line-height: 35px;
    cursor: pointer;
}

.upload-list {
    padding-top: 40px;
}

    .upload-list p {
        margin-left: 12px;
        font-size: 12px;
        margin-bottom: 6px;
    }

p.taglabel + div .upload-item {
    margin-top: 15px;
}

.acordeon--equipo-directivo:not(.acordeon--equipo-directivo--lower).module .title-container {
    padding-top: 0 !important;
    padding-left: 20px;
    padding-right: 0;
}

.equipo-directivo .frame .inner-content {
    margin-bottom: 2rem;
    margin-top: 3rem;
    padding-left: 20px;
}

@media (min-width: 1280px) {
    .acordeon.acordeon--equipo-directivo .body--s {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
}

.acordeon.acordeon--equipo-directivo .distribuidor-2-col-container .distribuidor-2-col-item.is-active .text-container {
    max-height: 1000vh;
    padding-bottom: 30px;
    padding-left: 50px;
}

.acordeon.acordeon--equipo-directivo--lower .distribuidor-2-col-container .distribuidor-2-col-item.is-active .text-container {
    max-height: 1000vh;
    padding-bottom: 30px;
    padding-left: 30px;
}

@media (min-width: 1024px) {
    .equipo-directivo-destacado .frame {
        grid-column: 1 / 7;
        margin-bottom: 0;
        padding-left: 20px;
    }
}

.equipo-directivo .frame .frame-content {
    position: absolute;
    bottom: 20px;
    max-width: 90%;
}

.equipo-directivo-destacado .person-data .title--s a:hover, .equipo-directivo .frame .name a:hover, .acordeon--equipo-directivo .title-container .title--xs a:hover, .acordeon--equipo-directivo--lower .title-container .title--xs a:hover {
    color: #d50000;
}

.equipo-directivo .frame {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

@media (max-width:640px) {
    .equipo-directivo .frame .frame-content {
        bottom: 10px;
    }
}

@media (min-width: 1920px) {
    .acordeon--equipo-directivo .title--s {
        font-size: 2.4rem;
    }
}

.acordeon--equipo-directivo--lower .distribuidor-2-col-container .distribuidor-2-col-item .title-container {
    padding-left: 20px;
}


.module.module-wysiwyg + .simple-form {
    margin-top: -70px;
}

@media (min-width: 680px) {
    .module.module-wysiwyg + .simple-form {
        margin-top: -180px;
    }

    header.page-header svg.icon__hamburger {
        padding: 4px 10px 0px 0px;
    }
}

@media (min-width: 1024px) {
    .module.module-wysiwyg + .simple-form {
        margin-top: -180px;
    }
}

@media (min-width: 1280px) {
    .module.module-wysiwyg + .simple-form {
        margin-top: -220px;
    }
}

@media (min-width: 1680px) {
    .module.module-wysiwyg + .simple-form {
        margin-top: -260px;
    }
}

@media (min-width: 1920px) {
    .module.module-wysiwyg + .simple-form {
        margin-top: -260px;
    }
}

.bloque-texto .list.list-downloads .main-text-paragraph a {
    color: #000;
}

@media (min-width: 1024px) {
    .equipo-directivo-destacado .frame:last-child {
        grid-column: 1 /7;
        margin-top: 20px;
    }
}


/* Tooltip equipo-directivo:*/
.equipo-directivo-destacado .person-data .icon-container,
.equipo-directivo .icon-container,
.acordeon--equipo-directivo .icon-container {
    position: relative;
    display: inline-block;
}

    .equipo-directivo-destacado .person-data .icon-container svg.hover-info,
    .equipo-directivo .icon-container svg.hover-info,
    .acordeon--equipo-directivo .icon-container svg.hover-info {
        cursor: pointer;
    }

        .equipo-directivo-destacado .person-data .icon-container svg.hover-info + .info,
        .equipo-directivo .icon-container svg.hover-info + .info,
        .acordeon--equipo-directivo .icon-container svg.hover-info + .info {
            display: none;
            position: absolute;
            font-size: 12px;
            font-weight: normal;
            width: 500px;
            line-height: 1.8em;
            padding: 10px;
            border: 1px solid #c6c6c6;
            background: #ffffff;
            top: -25px;
            left: 40px;
            z-index: 1666;
        }

        .equipo-directivo-destacado .person-data .icon-container svg.hover-info:hover + .info,
        .equipo-directivo .icon-container svg.hover-info:hover + .info,
        .acordeon--equipo-directivo .icon-container svg.hover-info:hover + .info {
            display: block;
        }

        .equipo-directivo-destacado .person-data .icon-container svg.hover-info + .info:before,
        .equipo-directivo .icon-container svg.hover-info + .info:before,
        .acordeon--equipo-directivo .icon-container svg.hover-info + .info:before {
            width: 10px;
            height: 10px;
            border-left: 1px solid #c6c6c6;
            background: #ffffff;
            transform: rotate(45deg);
            content: '';
            left: -6px;
            position: absolute;
            z-index: 0;
            border-bottom: 1px solid #c6c6c6;
            top: 35px;
        }

        .equipo-directivo .icon-container svg.hover-info + .info:before,
        .acordeon--equipo-directivo .icon-container svg.hover-info + .info:before {
            top: 27px;
        }

@media screen and (max-width:1366px) {
    .equipo-directivo-destacado .person-data .icon-container svg.hover-info + .info,
    .equipo-directivo .icon-container svg.hover-info + .info,
    .acordeon--equipo-directivo .icon-container svg.hover-info + .info {
        width: 400px;
    }
}

@media screen and (max-width:1024px) {

    .equipo-directivo-destacado .person-data .icon-container svg.hover-info + .info,
    .equipo-directivo .icon-container svg.hover-info + .info,
    .acordeon--equipo-directivo .icon-container svg.hover-info + .info {
        width: 250px;
        top: 35px;
        left: -225px;
        font-size: 11px;
    }

    .equipo-directivo .icon-container svg.hover-info + .info,
    .acordeon--equipo-directivo .icon-container svg.hover-info + .info {
        left: -500%;
    }


        .equipo-directivo-destacado .person-data .icon-container svg.hover-info + .info:before,
        .equipo-directivo .icon-container svg.hover-info + .info:before,
        .acordeon--equipo-directivo .icon-container svg.hover-info + .info:before {
            transform: rotate(135deg);
            top: -6px;
            right: 50px;
            left: unset;
        }

        .equipo-directivo .icon-container svg.hover-info + .info:before,
        .acordeon--equipo-directivo .icon-container svg.hover-info + .info:before {
            top: -6px;
            right: 100px;
        }
}

@media all and (max-width:330px) {
    .page-header.grid {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width:800px) {
    .infoContainer .triggerInfo:hover + .info {
        width: 60vw;
        margin-top: 0;
        left: -600%;
        margin-left: 15px;
        top: 30px;
    }

        .infoContainer .triggerInfo:hover + .info::before {
            left: 143px;
            background: #fff;
            transform: rotate(45deg);
            top: -5px;
        }

        .infoContainer .triggerInfo:hover + .info > p {
            margin-bottom: 0px;
        }

    .module-wysiwyg ul {
        margin-bottom: 0px;
        margin-top: 0px;
        line-height: 1
    }

        .module-wysiwyg ul li {
            margin-top: 5px;
        }
}


@media screen and (max-width:800px) {
    .infoContainer .triggerInfo:hover + .info {
        width: 60vw;
        margin-top: 0;
        left: -600%;
        margin-left: 15px;
        top: 30px;
    }

        .infoContainer .triggerInfo:hover + .info::before {
            left: 143px;
            background: #fff;
            transform: rotate(45deg);
            top: -5px;
        }
}


@media all and (max-width: 360px) {

    .lightbox__hide__btn {
        transform: translate(0, -15px)
    }

    .infoContainer .triggerInfo:hover + .info {
        transform: translateX(10px);
    }

        .infoContainer .triggerInfo:hover + .info::before {
            left: 130px;
        }

    .module.grid.contact_form.one-column {
        width: 88%;
    }

    .form_inputs .upload-item {
        width: 90%;
        display: flex;
        justify-content: center
    }

    .text-container a {
        word-break: break-word;
    }

    .type__red.form_submit {
        width: 90%
    }

    .form_title.title--l {
        font-size: 28px;
    }

    .form_controls_wrapper {
        width: 90%
    }

    div.text_area > textarea {
        width: 85%;
    }

    .form_inputs .form_section_title {
        width: 85%
    }

    .reCaptcha {
        transform: scale(0.8) !important;
        margin-left: -30px
    }

    div.grid.component.lightbox > div > div > form > fieldset > div:nth-child(4) > label {
        line-height: 0.9
    }

    div.grid.component.lightbox > div > div > form > fieldset > div:nth-child(33) {
        width: 236px;
    }

    .form_inputs .text_input {
        width: 230px
    }
}

.module__projects-map .soluciones-selector {
    z-index: 1
}

.areas-actividad[data-active-frame='1'] .text-frame[data-frame-id='1'] {
    z-index: 1
}

.context-nav {
    z-index: 200
}

@media only screen and (min-width: 600px) and (max-width: 680px) {
    .header-right .clientes-touch {
        width: 82px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 680px) {
    .header-right .clientes-touch {
        padding-right: 20px;
    }
}

.component__header-slider[data-active-frame='1'] .block[data-content-block-id='1'] {
    z-index: 1;
}

.component__header-slider[data-active-frame='2'] .block[data-content-block-id='2'] {
    z-index: 2;
}

.component__header-slider[data-active-frame='3'] .block[data-content-block-id='3'] {
    z-index: 3;
}

.component__header-slider[data-active-frame='4'] .block[data-content-block-id='4'] {
    z-index: 3;
}

.component__header-slider[data-active-frame='5'] .block[data-content-block-id='5'] {
    z-index: 3;
}

.component__header-slider[data-active-frame='6'] .block[data-content-block-id='6'] {
    z-index: 3;
}

.component__header-slider[data-active-frame='7'] .block[data-content-block-id='7'] {
    z-index: 3;
}

.component__header-slider[data-active-frame='8'] .block[data-content-block-id='8'] {
    z-index: 3;
}

.component__header-slider[data-active-frame='9'] .block[data-content-block-id='9'] {
    z-index: 3;
}

.component__header-slider[data-active-frame='10'] .block[data-content-block-id='10'] {
    z-index: 3;
}

@media (min-width: 800px) {
    .module-buscadorfiltros .filters-container .select-container.no-margin-right {
        margin-right: 0px;
    }
}

.map-container .params i {
    font-style: normal
}

header.page-header .icon__hamburger {
    height: 26px;
    padding: 0 0 13px 16px;
}

@media (min-width: 680px) {
    .module-buscadorfiltros--proyectos .search-btn {
        top: 50px;
    }
}

.module.grid.jobs-slider > .jobs-container {
    height: fit-content;
    min-height: fit-content;
}

.grid-container__title-filter-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .grid-container__title-filter-btn > .grid-container > #button-filters {
        padding-top: 4px;
    }


/*ARROWS*/
.link--icon > span > .cta-single {
    margin-left: 1rem !important;
}

.grid-container--text .link--icon > span > svg {
    margin-left: 1rem !important;
}

.module-news__col .link--icon > span > svg {
    margin-left: 0rem !important;
}

.module-distribuidor-destacado--areas .grid-container--right > .mt-3.slow--y > .link--icon > span > svg {
    margin-left: 0rem !important;
}

@media screen and (max-width:480px) and (max-height: 800px) {
    .module .grid .lightbox__box .content-wrapper .youtubePlayer-iframe div iframe {
        width: 50vh;
        height: 36vh;
    }
}

@media screen and (max-width:480px) and (min-height: 800px) {
    .module .grid .lightbox__box .content-wrapper .youtubePlayer-iframe div iframe {
        width: 42vh;
        height: 36vh;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .module .grid .lightbox__box .content-wrapper .youtubePlayer-iframe div iframe {
        width: 68vh;
        height: 46vh;
    }
}

.header-landing--logo .logo-home-right.second-logo {
    margin-bottom: 10px;
}

    .header-landing--logo .logo-home-right.second-logo img {
        width: 170px;
    }

@media all and (min-width: 1024px) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 48%;
        margin-right: -9%;
    }
}

@media all and (max-width: 1024px) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 55%;
        margin-right: -9%;
    }
}

@media all and (min-width: 1400px) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 51%;
        margin-right: -9%;
    }
}

@media all and (min-width: 1640px) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 58%;
        margin-right: -9%;
    }
}

@media all and (max-width: 640px) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 12%;
        margin-right: -9%;
        margin-bottom: 6px;
    }

        .header-landing--logo .logo-home-right.second-logo img {
            width: 100px;
        }
}

@media only screen and (min-device-width : 640px) and (max-device-width : 1024px) and (orientation : portrait) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 43%;
        margin-right: -9%;
        margin-bottom: 6px;
    }

        .header-landing--logo .logo-home-right.second-logo img {
            width: 100px;
        }
}

@media only screen and (min-device-width : 640px) and (max-device-width : 1024px) and (orientation : landscape) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 45%;
        margin-right: -9%;
    }
}

@media only screen and (min-device-width: 560px) and (max-device-width: 640px) and (orientation: landscape) {
    .header-landing--logo .logo-home-right.second-logo {
        margin-left: 48%;
        margin-right: -9%;
        margin-bottom: 6px;
    }

        .header-landing--logo .logo-home-right.second-logo img {
            width: 100px;
        }
}

.header-landing .logo-sainz {
    width: 300px;
}

@media all and (max-width: 1020px) {
    .header-landing .logo-sainz {
        width: 200px;
    }
}

/*LANDINGS LENGUAJE PROPIO*/

.header-landing__lang {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
}

    .header-landing__lang .logo-home-link {
        grid-area: 1/2;
    }

.header-landing__language {
    font-size: 12px;
    text-transform: uppercase;
    grid-area: 1/3;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

@media all and (max-width: 1000px) {
    .header-landing__lang {
        display: flex;
        justify-content: space-between;
        padding: 0px 51px;
    }

    .header-landing__language {
        display: inline-block;
        width: fit-content;
        padding-right: 0px;
    }
}

@media all and (max-width: 400px) {
    .header-landing__lang {
        padding: 0px 15px;
    }
}

@media all and (max-width: 320px) {
    .header-landing__lang {
        padding: 0px 10px;
    }

        .header-landing__lang .logo {
            width: 160px;
        }

        .header-landing__lang .logo-home-link {
            padding-top: 4px;
        }
}



/*WITH LOGO*/
.header-landing__language-with-logo {
    padding-left: 30px;
    position: absolute;
    right: 22%;
    font-size: 12px;
    text-transform: uppercase;
}

@media all and (max-width: 500px) {
    .header-landing__language-with-logo {
        right: 30%;
    }
}

@media all and (max-width: 300px) {
    .logo-home-link {
        padding-left: 10px
    }
}

.text__bold {
    font-weight: bold;
}

.text__not-link {
    color: #B7B7B7;
    font-weight: bold;
}

.landing-own-domain__lang__label__vertical {
    padding: 0px 10px;
}

.ticker-iframe {
    min-width: fit-content;
}

@media all and (max-width: 400px) {
    .stock-ticker .ticker-iframe {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        -moz-transform: scale(0.55);
        -ms-transform: scale(0.55);
        -o-transform: scale(0.55);
    }
}

@media all and (min-width: 400px) {
    header.page-header .stock-ticker {
        max-width: 150px;
    }
}


@media all and (max-width: 800px) {
    .header-landing.header-landing__lang {
        display: flex;
    }
}


.with-slider[data-active-frame='13'] .frame[data-frame-id='13'] {
    opacity: 1;
}

.with-slider[data-active-frame='14'] .frame[data-frame-id='14'] {
    opacity: 1;
}

.with-slider[data-active-frame='15'] .frame[data-frame-id='15'] {
    opacity: 1;
}

.with-slider[data-active-frame='16'] .frame[data-frame-id='16'] {
    opacity: 1;
}

.with-slider[data-active-frame='17'] .frame[data-frame-id='17'] {
    opacity: 1;
}

.with-slider[data-active-frame='18'] .frame[data-frame-id='18'] {
    opacity: 1;
}

.with-slider[data-active-frame='19'] .frame[data-frame-id='19'] {
    opacity: 1;
}

.logos-slider.with-slider[data-active-frame='13'] .frame[data-frame-id='14'] {
    transform: translateX(-40px);
    opacity: 0.25;
}

.logos-slider.with-slider[data-active-frame='14'] .frame[data-frame-id='15'] {
    transform: translateX(-40px);
    opacity: 0.25;
}

.logos-slider.with-slider[data-active-frame='16'] .frame[data-frame-id='17'] {
    transform: translateX(-40px);
    opacity: 0.25;
}

.logos-slider.with-slider[data-active-frame='17'] .frame[data-frame-id='18'] {
    transform: translateX(-40px);
    opacity: 0.25;
}

.logos-slider.with-slider[data-active-frame='18'] .frame[data-frame-id='19'] {
    transform: translateX(-40px);
    opacity: 0.25;
}

.article__twitter-embed-wrapper {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media all and (min-width: 700px) {
    .twitter-tweet.twitter-tweet-rendered {
        display: flex !important;
        justify-content: center;
        margin: auto;
    }
}



@media all and (min-width: 680px) {
    header.page-header svg.icon__hamburger {
        width: 40px;
        padding: 0;
        padding-top: 4px;
        grid-column: -2 / -1;
        grid-row: 1 / 2;
    }
}

.module.grid.module-paginator {
    margin-top: 120px;
}

.module.pagination-list-container p.body--s.data-handling-link {
    margin-top: 0;
}

@media all and (max-width: 750px) {
    .number-links-block {
        flex-wrap: wrap;
    }

    .contact-info__departments .emails-list .sub-block {
        display: flex;
        flex-wrap: wrap
    }
}

@media all and (max-width: 340px) {
    .number-link p {
        width: fit-content;
        max-width: 80%;
        word-break: break-all;
    }
}

@media all and (max-width: 300px) {
    header.page-header .header-right {
        padding-right: 1.5rem;
    }
}

svg.validation-fail.forbidden path {
    fill: #ff0000 !important;
}

svg.validation-fail.forbidden {
    transform: rotate(45deg);
}

/* Projects ODS */
.lead-text-container .goals-buttons {
    display: flex;
    width: 100%;
    margin-bottom: 65px;
    flex-direction: row;
    justify-content: flex-end;
}

    .lead-text-container .goals-buttons .goal-button {
        margin: 13px 0 15px 8px;
        display: flex;
        cursor: pointer;
    }

        .lead-text-container .goals-buttons .goal-button img {
            max-width: 122px;
        }

@media screen and (max-width: 480px) {
    .lead-text-container .goals-buttons {
        display: inline-block;
        margin-bottom: 32px;
    }

        .lead-text-container .goals-buttons .goal-button {
            margin: 3px 0 3px 8px;
            display: inline-block;
        }

            .lead-text-container .goals-buttons .goal-button:hover {
                cursor: pointer;
            }

            .lead-text-container .goals-buttons .goal-button img {
                max-width: 96px;
            }
}

.module-container__list__link-container a {
    color: #ff0000;
}



/*In order to ghost-frame-button not overlapping our link and hover animation works correctly*/
.link.link--icon.icon--red.module_cta.slow {
    z-index: 11
}

/* Management Team subdivisions */
@media screen and (max-width: 1280px) {
    .equipo-directivo .frame .inner-content {
        padding-left: 15px;
    }

        .equipo-directivo .frame .inner-content .body--s svg {
            margin-left: 9px;
        }
}

.equipo-directivo ul.sub-division {
    margin: 6px 0 18px 16px;
}

    /*    ul.sub-division li::before {
        width: 0.70rem;
        height: 1px;
        content: '';
        display: inline-block;
        background-color: red;
        margin: 0 8px 4px 0;
    }
*/
    .equipo-directivo ul.sub-division li::before {
        width: 0.70rem;
        height: 0px;
        content: '';
        display: inline-block;
        background-color: red;
        margin: 15px 0px 0px -12px;
        position: absolute;
    }

@media screen and (min-width: 1024px) {
    .equipo-directivo ul.sub-division li::before {
        margin: 12px 0px 0px -12px;
    }
}

@media screen and (min-width: 1920px) {
    .equipo-directivo ul.sub-division li::before {
        margin: 14px 0px 0px -12px;
    }
}

.module.simple-module {
    margin-top: -25px;
    margin-bottom: 135px;
    padding-left: 10%;
    padding-right: 10%;
}

@media all and (max-width: 679px) {
    .module.simple-module {
        margin-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.module.simple-module .data-handling-link, .module.simple-module.center .data-handling-link {
    text-align: center;
}

.module.simple-module.right .data-handling-link {
    text-align: right;
}

.module.simple-module.left .data-handling-link {
    text-align: left;
}

.module-news__col__title-link {
    min-width: 100%;
}


/* TOOLTIPS EQUIPO DIRECTIVO Y CAPAS */

@media all and (min-width: 280px) and (max-width: 2500px) {

    .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y {
        position: relative !important;
    }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(1) {
            z-index: 19 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(2) {
            z-index: 18 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(3) {
            z-index: 17 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(4) {
            z-index: 16 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(5) {
            z-index: 15 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(6) {
            z-index: 14 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(7) {
            z-index: 13 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(8) {
            z-index: 12 !important;
        }


        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(9) {
            z-index: 11 !important;
        }


        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(10) {
            z-index: 10 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(11) {
            z-index: 9 !important;
        }


        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(12) {
            z-index: 8 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(13) {
            z-index: 7 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(14) {
            z-index: 6 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(15) {
            z-index: 5 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(16) {
            z-index: 4 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(17) {
            z-index: 3 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(18) {
            z-index: 2 !important;
        }

        .acordeon--equipo-directivo .distribuidor-2-col-item.slow--y:nth-of-type(19) {
            z-index: 1 !important;
        }
}

.page-header.grid {
    z-index: 20 !important;
}


/* TOOLTIPS */
#main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info {
    z-index: 196 !important;
    position: absolute !important;
}

@media all and (min-width: 280px) and (max-width: 1700px) {

    .equipo-directivo .icon-container svg.hover-info + .info::before {
        right: 13px;
    }

    #main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info::before {
        right: 14px;
    }

    .equipo-directivo .icon-container svg.hover-info + .tooltip__right-fix {
        left: -500%;
        top: 33px;
    }
}

@media all and (min-width: 1900px) {
    #main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info {
        width: 210px !important;
    }

    .equipo-directivo .icon-container svg.hover-info + .info {
        width: 210px !important;
    }
}


@media all and (min-width: 280px) and (max-width: 640px) {
    .equipo-directivo .icon-container svg.hover-info + .info {
        width: 170px !important;
    }

    #main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info {
        width: 170px !important;
    }
}

@media all and (min-width: 640px) and (max-width: 1000px) {
    .equipo-directivo .icon-container svg.hover-info + .info {
        width: 200px !important;
    }

    #main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info {
        width: 200px !important;
    }
}

@media all and (min-width: 1000px) {
    .equipo-directivo .icon-container svg.hover-info + .info {
        width: 240px !important;
    }

    #main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info {
        width: 240px !important;
    }
}

.equipo-directivo .icon-container svg.hover-info + [translate-negative-position-left=before]::before {
    left: var(--trigger-position) !important;
}

.equipo-directivo .icon-container svg.hover-info + .info.tooltip__right-fix, #main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info.tooltip__right-fix {
    transform: translateX(-20%);
    top: 30px;
    width: 210px !important;
}

    .equipo-directivo .icon-container svg.hover-info + .info.tooltip__right-fix:before, #main-container #main .distribuidor-2-col-container.grid .distribuidor-2-col-item.slow--y .title-container.acordeon--disabled .title--xs .icon-container .info.tooltip__right-fix:before {
        left: 40% !important;
        transform: rotate(135deg);
        top: -6px;
    }

.contact_form .form_controls_wrapper.c-button-form {
    text-align: center;
    margin-top: 100px;
}

.form_controls_wrapper.c-button-form button:disabled {
    background-color: #ffbdbd;
}

p.must-download-link {
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
}

    p.must-download-link a {
        color: #ff0000;
    }

.template-noticias .module-paginator.module {
    margin-bottom: 120px;
}

.cifras-data-footer.grid-container {
    margin-top: 3rem;
}

/* arrow overlaps project title*/

@media (min-width: 1024px) {
    .module-resultados .title--m {
        margin-top: 6rem;
        max-width: 95%;
    }
}

@media (min-width: 1280px) {
    .title--m {
        font-size: 2.58rem;
        line-height: 4.2rem;
    }
}

/* cabecera proyectos   */

/*.component__hero-image .backgrounds {
    z-index:1;
}*/

/* HIGHLIGHT MODULE RICH TEXT */

.module-distribuidor-destacado .text-html ul.list {
    column-count:1!important
}

.module-distribuidor-destacado .text-html p {
    margin-bottom:25px;
}

.module-distribuidor-destacado .text-html ul.list li::before {
    width: 1.5rem;
    height: 1px;
    content: '';
    top: -4px;
    left: 0;
    display: inline-block;
    background-color: red;
    margin-right: 1.5rem;
    position: relative;
}

/*fix lightbox mediateca video*/

@media screen and (min-width: 1280px) {
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame .react-player-container {
        padding: 0;
        width: 62vw;
        height: 90vh;
        position: relative;
    }

        .module-gallery .mediateca-lightbox .lightbox-content-slider .frame .react-player-container iframe {
            height: 90vh;
        }
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame {
        top: -5vh;
    }
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame,
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame .frame-content {
        width: 62vw;
        position: relative;
        padding: 0;
        margin:0 auto;
    }
}

@media screen and (max-width:1280px) {
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame {
        top: -7vh;
    }
}

@media screen and (max-width:480px) {
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame .react-player-container {
        height: 30vh;
    }
    .module-gallery .mediateca-lightbox .close-button-wrapper.grid {
        margin-bottom: 3rem;
        margin-top: 3rem;
        width: fit-content;
        margin: 3rem 82vw;
    }
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame.frame-content.custom-height-media {
        max-height: 200vh !important;
    }
    .module-gallery .mediateca-lightbox .lightbox-content-slider .frame .react-player-container iframe {
        height: 30vh;
    }
}

/** WELLS*/
.development-goals .description p.spaced {
    margin-top:20px;
}
.description-paragraph p{margin-bottom:10px;}

@media screen and (max-width:800px) {
    .development-goals .wells-wrapper.goals-buttons .goal-button {
        flex-basis: calc(100% / 2);
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
        .development-goals .wells-wrapper.goals-buttons .goal-button:first-of-type {
            order: 0;
        }

        .development-goals .wells-wrapper.goals-buttons .goal-button img {
            width: 165px;
        }

        .development-goals .wells-wrapper.goals-buttons .goal-button p {
            width: 100%;
            text-align: center;
            font-size: 1.5rem;
            text-transform: uppercase;
        }
}
@media screen and (min-width: 1024px) {
    .development-goals .wells-wrapper.goals-buttons .goal-button {
        flex-basis: calc(100% / 5);
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:25px;
    }
        .development-goals .wells-wrapper.goals-buttons .goal-button:first-of-type {
            order: 0;
        }
    .development-goals .wells-wrapper.goals-buttons .goal-button img {
        width: 165px;
    }
            .development-goals .wells-wrapper.goals-buttons .goal-button p {
            width: 100%;
            text-align: center;
            font-size: 1.5rem;
            text-transform: uppercase;
        }

    .development-goals .wells-wrapper.goals-buttons {
        margin-bottom: 15px;
    }
}

/* FIX LINES ZOOM  */

.module-wysiwyg ul li:before {
    width: 1.5rem;
    height: 1px;
    content: '';
    top: 14px;
    left: 0;
    display: inline-block;
    background-color: unset;
    margin-right: 2rem;
    position: absolute;
    border-bottom: 1px solid #ff0000;
}

/* FIX MODULE INICIATIVAS DESTACADAS CON ENLACE */

.component_proyectos .proyecto-header {
    grid-column: 1 / -2 !important;
    position: relative;
    z-index: 1000;
}