/*
Theme Name: Autismo
Author: Sere Breve
Description: Plantilla Autismo para Wordpress
Version: 1.1.0
*/
@font-face {
    font-family: "PlusJakartaSans";
    src: url("font/PlusJakartaSans-Regular.woff") format('woff');
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("font/PlusJakartaSans-Light.woff") format('woff');
    font-weight: 300;
}
@font-face {
    font-family: "PlusJakartaSans";
    src: url("font/PlusJakartaSans-Medium.woff") format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "PlusJakartaSans";
    src: url("font/PlusJakartaSans-Bold.woff") format('woff');
    font-weight: bold;
}

*, ::after, ::before {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}


@font-face {
    font-family: "OpenSans";
    src: url("font/OpenSans/OpenSans-Regular.woff") format('woff');
}

@font-face {
    font-family: "OpenSans";
    src: url("font/OpenSans/OpenSans-Medium.woff") format('woff');
    font-weight: 500;
}
@font-face {
    font-family: "OpenSans";
    src: url("font/OpenSans/OpenSans-Bold.woff") format('woff');
    font-weight: 600;
}
@font-face {
    font-family: "OpenSans";
    src: url("font/OpenSans/OpenSans-ExtraBold.woff") format('woff');
    font-weight: 650;
}


strong, b {
    font-weight: 600 !important;
}
h1, h2 {
    font-weight: 650 !important;
}

body{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    color: #595958;
    line-height: 24px;
    font-family: "OpenSans",Arial;
    /* overflow: hidden; Comentado por Vicente */
}
/*html.has-scroll-smooth {
    backface-visibility: hidden;
    transform: translateZ(0);
}*/
#scrollaut{
    perspective: 1px;
    overflow:initial!important;
}
.container-general{
    padding-top: 108px;
}
a{
    color: #3848A8;  
}
p{
    margin: 0px 0px 30px;
}

.container {
    width: 100%;
    max-width: 1430px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
svg path,
svg text,
svg circle{
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-xm-auto, .col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12, .col-xm,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1140px) {
    .col-xm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xm-0 {
        margin-left: 0;
    }

    .offset-xm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xm-3 {
        margin-left: 25%;
    }

    .offset-xm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xm-6 {
        margin-left: 50%;
    }

    .offset-xm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xm-9 {
        margin-left: 75%;
    }

    .offset-xm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1450px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }


/*////////////////////////////////////////////////*/
/*///////////////////// WEB //////////////////////*/
/*////////////////////////////////////////////////*/

.header__logo{
    display: inline-block;
}

.header__logo .mobile {
    display:none;
}

.bl-1{
    border-left: 1px solid #CCCCCC;
}
.br-1{
    border-right: 1px solid #CCCCCC;
}
.bt-1{
    border-top: 1px solid #CCCCCC;
}
.bb-1{
    border-bottom: 1px solid #CCCCCC;
}
.mgb-1{
    margin-bottom: -1px;
}
.mgt-1{
    margin-top: -1px;
}


.wpcf7-submit,
.btn{
    background: transparent;
    color:#fff;
    padding: 13px 24px 12px !important;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #fff;
    border-radius: 0px;
    position: relative;
    z-index: 0;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    border: 0px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #3848A8;
}

@media (min-width:990px) {
    .btn:hover:before {
    	width:0%;
        webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }


    .btn:hover {
    	color:#3848A8;
    	transition: all .3s ease-out;
    }

    .wpcf7-submit:hover {
        background: #919190!important;
        border-color: #919190;
        color: #fff;
    }

    .btn-arrow:hover {
    background:#919190;
    transition: all .3s ease;
    }

    .mod_slider .btn-arrow:hover {
        background:#3848A8;
        transition: all .3s ease;
    }


    .mod_slider .slider_images a:hover img {
    transform: scale(1.1);
    }

    .mod_slider .slider_images a:hover:after {
        right: 0px;
    }

}

.wpcf7-submit {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
    float: left;
    clear: left;
    margin-top: 10px;
    background:#3848A8!important;
}


.wpcf7-response-output {
    transform: translateY(20px);
}

.wpcf7-submit:before,
.btn:before{
    top: 0px;
    right: 0px;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 0px;
    background: #3848A8;
    position: absolute;
    z-index: -2;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.wpcf7-submit:after{
    top: 25%;
    left: 25%;
    height: 50%;
    width: 50%;
    border-radius: 100%;
    background-color: #2E94E2;
    opacity: 0;
}

.wpcf7-submit:hover:before,
.btn:hover:before{
    /*transform: scale(1.1);
    background-color: #3848A8;*/
}



.btn-svg{
    padding: 14px 52px 14px 24px !important;
}
.btn-svg svg{
    position: absolute;
    top: 16px;
    right: 17px;
    height: 15px;
    width: auto;
}

.btn-outline{
    border: 2px solid #1A9EDA;
    color: #121212;
    background: #fff;
}
.btn-outline:before{
    background: #fff;
}
.btn-outline svg{
    float: right;
    margin: 3px 0px 0px 18px;
}

body.menuActive,
body.menuActiveBus{
    overflow: hidden;
}

header,
.header__back{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999997;
}
.header__back{
    background: #fff;
    height: 111px;
    z-index: 999999;
}

header .header__container{
    padding: 28px;
}
header .header__container-left{
    padding: 25px 28px 24px 42px;
}
header .header__container-center{
    text-align: center;
    padding: 28px 10px 26px;
    display: flex;
    justify-content: center;
}
header .header__container-right{
    padding: 30px 48px 30px 10px;
    overflow: hidden;
}
header .header__container-right .btn{
    float: right;
    margin-left: 20px;
}
header .header__modocolor{
    display: inline-block;
    float: right;

}
header .header__modocolor button{
    background: #F0F0F0;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    width: 90px;
    height: 48px;
    position: relative;
    cursor: pointer;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
header .header__modocolor button .btn__slider-point{
    width: 35px;
    height: 34px;
    border-radius: 0px;
    background: #3848A8;
    position: absolute;
    top: 7px;
    right: 7px;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
header .header__modocolor button .btn__slider-point svg{
    margin: 6px 0px 0px 0px;
}
header .header__modocolor button.active .btn__slider-point svg{
    margin: 6px 0px 0px 0px;
}
header .header__modocolor button .btn__slider-point svg path,
header .header__modocolor button .btn__slider-point svg circle{
    stroke:#fff;
}
body.modoVivoActivo header .header__modocolor button .btn__slider-point,
header .header__modocolor button.active .btn__slider-point{
    right: 47px;
}
body.modoVivoActivo > *{
    -webkit-filter: saturate(50%);
    filter: saturate(50%);
}


header .header__modocolor .header__modocolor-txt{
    float: left;
    margin: 11px 10px 0px 0px;
    display: inline-block;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: uppercase;
}

header .header__container-menu{
    display: flex;
    align-items: center;
}
header .btn-recursos{
    float: left;
    margin-left: 25px;
}
@media screen and (min-width: 601px) {
    header .btn-recursos {
        min-width: 144px;
    }
}
/*header .btn-recursos:before{
    display: none;
}*/
@media screen and (min-width: 769px) {
    header .btn-recursos:hover{
        color: #3848A8;
    }
    
    header .btn-recursos:hover svg circle,
    header .btn-recursos:hover svg path{
        stroke: #3848A8;
    }
}
header .header__menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
}
header .header__menu li{
    float: left;
    position: relative;
}

header .header__menu li a{
    font-size: 16px;
    line-height: 21px;
    color: #595958;
    text-decoration: none;
    padding: 14px 20px 14px;
    display: inline-block;
    position: relative;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 13px 12px 14px;
    margin: 0px 7px;
    text-transform: uppercase;
    font-weight: 500;
}
header .header__menu li a svg{
    display: inline-block;
    margin: 7px 0px 0px 8px;
    float: right;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

header .header__menu li ul{
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    top: 134px;
    width: 300px;
    left: 19px;
    opacity: 0;
    visibility: hidden;
    webkit-transition: all .0s ease-out;
    -moz-transition: all .0s ease-out;
    -ms-transition: all .0s ease-out;
    -o-transition: all .0s ease-out;
    transition: all .0s ease-out;
    transition-delay: 0.4s;
}
header .header__menu li ul li{
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 6px;
    opacity: 0;
    transform: translateY(40px);
    webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
header .header__menu li ul li a {
    display: inline-block;
    font-size: 31px;
    font-weight: 500;
    line-height: 43px;
    color: #fff;
    text-transform: initial;
    padding: 0px;
    margin: 0px;
}
header .header__menu li ul li a:before{
    display: none;
}
header .header__menu li ul li.n3 a {
    font-size: 20px!important;
    line-height: 29px!important;
    font-weight: 500!important;
    margin: 20px 0px 0px;
}
header .header__menu li ul li.n1 a {
    margin-bottom: 24px;
}
header .header__menu li ul li:not(.n1) a {
	font-size: 20px;
	line-height: 28px;
}

header .header__menu li ul li a:hover {
    color: #121212;
}
header .header__menu li.activeChild ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
header .header__menu li.activeChild ul li {
    opacity: 1;
    transform: translateY(0px);
}
header .header__menu li.activeChild ul li:nth-child(1) {
    transition-delay: 0.6s;
}
header .header__menu li.activeChild ul li:nth-child(2) {
    transition-delay: 0.7s;
}
header .header__menu li.activeChild ul li:nth-child(3) {
    transition-delay: 0.8s;
}
header .header__menu li.activeChild ul li:nth-child(4) {
    transition-delay: 0.9s;
}
header .header__menu li.activeChild ul li:nth-child(5) {
    transition-delay: 1s;
}
header .header__menu li.activeChild ul li:nth-child(6) {
    transition-delay: 1.1s;
}


header .header__menu li a:before {
    bottom: 8px;
    left: 10px;
    content: '';
    height: 2px;
    width: calc(100% - 20px);
    border-radius: 0px;
    background: #3848A8;
    position: absolute;
    z-index: 1;
    opacity:0;
    webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}
header .header__menu li a:hover:before{
    opacity: 1;
    transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration:.4s;
    -moz-transition-duration:.4s;
    webkit-transition-duration:.4s;
}

input, textarea, select{
    padding: 16px 20px;
    border: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0px;
    color: #1D1D1B;
    font-family: "OpenSans",Arial!important;
    width: 100%;
    border-radius: 0px;
}

input {
    margin-bottom: 30px!important;
}

select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 6px 20px;
    background: url(images/arrow.svg) center no-repeat;
    background-position-x: calc(100% - 20px);
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea{
    height: 80px;
    background: #fff;
    min-height: 220px;
    margin-bottom: 30px;
}
input[type=checkbox],
input[type=submit]{
    width: auto;
}
.wpcf7-list-item{
    margin: 0px;
    display: block;
}
label{
    width: 100%;
}
.wpcf7-form-control-wrap{
    display: block;
    margin: 0px 0px 0px 0px;
    width: auto;
}
.wpcf7-form-control-wrap input[type=checkbox]{
    margin: 6px 0px 0px 0px;
    float: left;
    margin-right: 10px;
}
textarea::placeholder,
input::placeholder{
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0px;
    color: #1D1D1B;
    font-family: "OpenSans",Arial!important;
}

#input_search::placeholder {
    color:#595958!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
}

.menu{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 0%;
    color: #fff;
    z-index: 9999999;

}
.menu .menu-col-1,
.menu .menu-col-2,
.menu .menu-col-3{
    overflow: hidden;
    background: #3848A8;
    height: 0%;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu .menu__back{
    position: relative;
    padding-top: 108px;
}

.menu a{
    color: #fff;
    text-decoration: none;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu .row-menu{
    height: 100%;
}
.menuActive .menu .row-menu{
    height: 50vh;
    min-height: 520px;
}
.menu .menu__container{
    position: relative;
    height: calc(50vh - 108px);
    min-height: 480px;
    overflow: scroll;
}
.menu .menu__container::-webkit-scrollbar {
    display: none;
}
.menu .menu__back:before{
    bottom: 99px;
    height: 54px;
    width: 100%;
    content: '';
    left: 0px;
    position: absolute;
    background: red;
    z-index: 9;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(18,122,201,0) 0%,#3848A8 100%);
    background: -webkit-linear-gradient(top, rgba(18,122,201,0) 0%,#3848A8 100%);
    background: linear-gradient(to bottom, rgba(18,122,201,0) 0%,#3848A8 100%);
    display:none;
}
.menu.menu-buscador .menu__back:before{
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(18,122,201,0) 0%,#fff 100%);
    background: -webkit-linear-gradient(top, rgba(18,122,201,0) 0%,#fff 100%);
    background: linear-gradient(to bottom, rgba(18,122,201,0) 0%,#fff 100%);
}

.menu .menu-close{
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: block;
    width: calc(20vw - 80px);
    height: auto;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}
.menu .menu-close svg{
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu .menu-close svg:nth-child(1){

}
/*.menu .menu-close svg:nth-child(2){
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;

}*/
.menu .menu-close:hover svg:nth-child(1){
    /*opacity: 0;*/
    transform: scale(0.9)
}
/*.menu .menu-close:hover svg:nth-child(2){
    opacity: 1;
}*/

.menu__desp,
.text__loop-header{
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    position: absolute;
    visibility: hidden;

}
.menu__desp{
    padding: 60px 40px 40px 40px;
    width: 100%;
    height: 100%;
}
.menu__desp:not(.active), .menu__desp:not(.active) * {
    pointer-events: none !important;
}

.header__inner {
    position: relative;
    width: fit-content;
}

#menu__buscador{
    width: 100%;
    height: 70%;
    padding: 0px;
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    margin-top:140px;
}
#menu__buscador.active{
    transition: all 0.5s ease-out 1s;
    opacity: 1;
}
.menu-buscador #menu__buscador{
    height: 100%;
    padding: 0 440px;
}
@media screen and (max-width: 1440px) {
    .menu-buscador #menu__buscador{
        padding: 0 240px;
    }
}
@media screen and (max-width: 1024px) {
    .menu-buscador #menu__buscador{
        padding: 0 50px;
    }
}
@media screen and (max-width: 600px) {
    .menu-buscador #menu__buscador{
        padding: 0 20px;
    }
    .menu-buscador #menu__buscador {
        margin-top: 110px;
    }
}
.menu__desp.active,
.text__loop-header.active{
    opacity: 1;
    visibility: visible;
}
.menu__desp .menu__title a{
    display: inline-block;
    font-size: 39px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #121212;
}
.menu__desp .menu__title a svg{
    display: none;
}
.menu__desp .menu__title a:hover{
    color: #fff;
}
.menu__desp .menu__cols{
    padding: 0px 0px 0px 30px;
}
.menu__desp .menu__cols .row{
    display: block;
    overflow: hidden;
}
.menu__desp .menu__cols .row .col-12{
    float: left;
    /*width: 43%;*/
    width:100%;
}

.menu__desp .menu__title2 a{
    display: inline-block;
    font-size: 31px;
    font-weight: 500;
    line-height: 29px;
}
.menu__desp .menu__title2 a:hover{
    color: #121212;
}

.menu__desp .menu__cols ul li a {
    font-size: 20px!important;
    line-height: 29px!important;
    font-weight: 500!important;
}

.menu__desp .menu__cols .menu__col{
    margin-bottom: 10px;
}
.menu__desp .menu__cols ul{
    list-style: none;
    margin: 20px 0px 0px;
    padding: 0px;
}
.menu__desp .menu__cols ul li a{
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 3px;
    display: inline-block;
}
.menu__desp .menu__cols ul li a:hover{
    color: #121212;
}
.menu .menu__datos{
    padding: 37px 70px;
}

.menu .br-1 ,
.menu .bl-1 ,
.menu .bb-1 {
    border-color: #3848A8;
    border:none;
}

#menu__2 .menu__cols {
    padding: 0px 0px 0px 42%;
}

#menu__3 .menu__cols {
    padding-left: 60%;
}



header .header__logo svg path,
header .header__logo svg text,
header .header__modocolor .header__modocolor-txt,
header .br-1 ,
header .bl-1 ,
header .bb-1 {
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition-delay: 0s;
}
header .header__modocolor .header__modocolor-txt,
header .header__logo svg path,
header .header__logo svg text{
    transition-delay: 0s;
}
.menuActive header .br-1 ,
.menuActive header .bl-1 ,
.menuActive header .bb-1 {
    border-color: #3848A8;
    transition-delay: 0s;
    border:none;
}
/*
.menuActive header .header__logo svg path,
.menuActive header .header__logo svg text{
    fill:#fff;
    transition-delay: 0s;
}
*/

header .header__menu li a svg path{
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition-delay: 0s;
}

header .header__menu li a.active svg{
    transform: rotate(180deg);
}
header .header__menu li a.active:before{
    border-color: #fff;
    opacity: 1;
}
header .header__menu li a{
    transition-delay: 0s;
}
/*
.menuActive header .header__menu li a{
    color: #fff;
    transition-delay: 0s;
}
.menuActive header .header__menu li a svg path{
    stroke: #fff;
    transition-delay: 0s;
}
.menuActive header .header__menu li a:hover:before{
    border-color: #fff;
    transition-delay: 0s;
} */

header .btn svg circle,
header .btn svg path{
    transition-delay: 0s;
}
header .btn:before{
    transition-delay: 0s;
}
header .btn{  
    transition-delay: 0s;
}

/* .menuActive header .btn{
    background: #fff;
    color: #121212;
    transition-delay: 0s;
    border: 2px solid #fff;
}
.menuActive header .btn:before{
    background: #fff;
    transition-delay: 0s;
}
.menuActive header .btn svg circle,
.menuActive header .btn svg path{
    stroke: #121212;
} */
/*
.menuActive header .header__modocolor .header__modocolor-txt{
    color: #fff;
    transition-delay: 0s;
}
.menuActive header .header__modocolor button{
    background: #fff ;
    color: #1A9EDA; 
}

.menuActive header .header__modocolor button .btn__slider-point {
    background: #1A9EDA;
}
*/
.menuActive header .header__modocolor button .btn__slider-point svg path, 
.menuActive header .header__modocolor button .btn__slider-point svg circle{
    stroke: #fff;
}

header .header__modocolor-desktop{
    display: inline-block;
}
header .header__modocolor-movil,
.btn-menu-ham{
    display: none;
}

.menu-buscador{

}
.menu.menu-buscador .menu-col-1, 
.menu.menu-buscador .menu-col-2, 
.menu.menu-buscador .menu-col-3 {
    background: #F0F0F0;
    color: #121212;
}
.menu.menu-buscador .br-1, 
.menu.menu-buscador .bl-1, 
.menu.menu-buscador .bb-1 {
    border-color: #F0F0F0;
}
.menu.menu-buscador .menu-close svg .linea_close_menu{
    stroke:#1A9EDA;
}
.menu.menu-buscador .menu__datos{
    display: none;
}
.menu.menu-buscador .menu__container {
    padding: 0px;
    height: calc(100vh - 107px);
}

.menu.menu-buscador .menu__container{
    background: #fff;
}
.menu.menu-buscador .menu__buscador_listado{
    display: none;
    height: calc(100vh - 240px);
    overflow-y: scroll;
    padding-right: 40px;
}
/* Firefox */
.menu.menu-buscador .menu__buscador_listado{
    scrollbar-width: thin;
    scrollbar-color: #3848a8 #e3e3e3;
}

/* Other browsers */
.menu.menu-buscador .menu__buscador_listado::-webkit-scrollbar{
    width: 3px;
}

.menu.menu-buscador .menu__buscador_listado::-webkit-scrollbar-track{
    background: #e3e3e3;
}

.menu.menu-buscador .menu__buscador_listado::-webkit-scrollbar-thumb{
    background-color: #3848a8;
    border-radius: 0px;
    border: 0px solid #e3e3e3;
}
.menu .menu__buscador_listado ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    border-top: 1px solid #ccc;
}
.menu.--search {
    pointer-events: none;
} 
.menu.--search * {
    pointer-events:initial;
} 
.menu .menu__buscador_listado ul li {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.menu .menu__buscador_listado ul li:last-child{
    border: 0px;
}
.menu .menu__buscador_listado ul li a{
    padding: 20px 100px 20px 170px;
    position: relative;
    display: block;
    color: #121212;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: left;
}
.menu .menu__buscador_listado ul li span{
    position: absolute;
    left: 0px;
    color: #3848A8;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu .menu__buscador_listado ul li svg {
    position: absolute;
    display: block;
    height: 64px;
    right: -2px;
    top: 0px;
    opacity: 0;
}
@media screen and (min-width: 1025px) {
    .menu .menu__buscador_listado ul li a:hover svg {
        right: -2px;
        opacity: 1;
    }
    .menu .menu__buscador_listado ul li a:hover span {
        left: 8px;
    }
    .menu .menu__buscador_listado ul li a:hover{
        margin-left: 8px;
    }
}

.menu .menu__buscador_listado h3 {
    margin: 40px 30px;
    font-weight: 400;
    font-size: 22px;
    color: #3848A8;
}

.menu__buscador_input input {
    height: 68px;
    background-color: #FFFFFF;
    border: 0px;
    padding: 0px 150px 0px 38px !important;
    margin: 0px;
    width: 100%;
    margin: 0px;
    font-family: "PlusJakartaSans",Arial;
    font-size: 20px !important;
    line-height: 60px;
    letter-spacing: 0px;
    color: #121212;
}
.menu__buscador_input input::placeholder {
    font-size: 20px !important;
    color: #595958;
}
.menu__buscador_input span {
    display: block;
    position: absolute;
    top: 23px;
    right: 40px;
    color: #3848A8;
}
.menu__buscador_input{
    padding: 0;
    position: relative;
}

#menu__buscador_listado li::marker {
    display: none;
}


#hea_mov_buscador span{
    color: #1D1D1B;
}

.mask{
    /*overflow: hidden;*/
}
.mask200{
    width: 100%
}

.cabecera{
    overflow: hidden;
    padding: 0px 8.33333% 0px 8.33333%;
}

.single .cabecera__single {
    padding-bottom: 60px;
    padding-right:0px;
}

.post-cols {
    background: #F0F0F0;
    transform: translateY(-60px);
}

.cabecera .cabecera__img_single,
.cabecera .cabecera__img_cabe,
.cabecera .cabecera__img_archive{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.cabecera__n2 .cabecera__img_cabe:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}


.cabecera__n2 .cabecera__img_cabe:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #F0F0F0;
    bottom: 0px;
    right: 100px;
    z-index: 1;

}


.cabecera .cabecera__img_single img,
.cabecera .cabecera__img_cabe img,
.cabecera .cabecera__img_archive img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}
.cabecera .cabecera__img_archive{
    margin: 0px;
    border-radius: 0px;
    width: 100%;
    height: 100%;
}
.cabecera .cabecera__img_archive img{
    border-radius: 0px;
}

.cabecera .cabecera__cat {
    padding: 40px 0px 10px 40px;
    padding-left: 0px;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    margin-bottom: 77px;
}

.cabecera .cabecera__content {
    padding: 60px 0px 0px 0px;
}

.cabecera.cabecera__single .cabecera__content {
    padding: 35px 0px 100px 0px;
}

.cabecera .cabecera__content .cabecera__date{
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 8px 0px;
    letter-spacing: 0px;
    color: #595958;
}
.cabecera .cabecera__content .cabecera__date-range{
    margin: 0px 0px 8px 0px;
    font-weight: 500;
}
.cabecera .cabecera__content .cabecera__date a{
    text-decoration: none;
    color: #595958;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cabecera .cabecera__content .cabecera__date a:hover{
    color: #121212;
}
.cabecera .cabecera__content .cabecera__date span,
.cabecera .cabecera__content .cabecera__date-range span{
    height: 7px;
    width: 20px;
    display: inline-block;
    border-top: 1px solid #595958;
    margin: 0px 8px 0px 10px;
}

.single .cabecera.cabecera__single .cabecera__content .cabecera__date span {
    border-top: 2px solid #595958;
}

.cabecera .cabecera__content .cabecera__date-range span{
    border-top: 1px solid #121212;
}

.cabecera .cabecera__content h1{
    font-weight: 500;
    font-size: 39px;
    line-height: 46px;
    margin: 0px 0px 40px 0px;
    letter-spacing: 0px;
    color: #3848A8;
}

.cabecera.cabecera__single .cabecera__content h1{
    font-weight: 700;
    font-size: 31px;
    line-height: 37px;
}

.single .cabecera.cabecera__single .cabecera__content .cabecera__date {
    margin: 0px 0px 12px 0px;
    font-weight: 600;
}

.cabecera.cabecera__single .cabecera__subheader {
    max-width: 480px;
    color:#595958;
}

.cabecera .cabecera__content h1 a {
    color: #3848A8;
    text-decoration: none;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 37px;
}
.cabecera .cabecera__subheader{
    /*padding: 0px 60px;*/
}
.cabecera .cabecera__cat .cabecera__cat_list{
    font-size: 16px;
    line-height: 21px;
    font-weight: initial;
    letter-spacing: 0px;
    color: #121212;
}
.cabecera .cabecera__cat .cabecera__cat_list a{
    text-decoration: none;
    color: #595958;
    display: inline-block;
    position: relative;
    /*margin-left: 22px;*/
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#breadcrumbs {
    margin-bottom: 0px;
}


#breadcrumbs span span {
    margin-left: 20px;
    position: relative;
    text-transform: uppercase;
}

span.breadcrumb_last {
    display: none;
}

#breadcrumbs span span {
    position: relative;
}

#breadcrumbs span span:before { 
    height: 8px;
    width: 8px;
    border-radius: 0px;
    background: #3848A8;
    content: '';
    position: absolute;
    left: -14px;
    top: 6px;
    text-transform: uppercase;
}

.cabecera .cabecera__subheader_datos{
    color: #1A9EDA;
    margin: 0px 0px 16px 0px;
}
.cabecera .cabecera__subheader_datos span{
    display: inline-block;
    margin-left: 18px;
}
.cabecera .cabecera__subheader_lugar{
    font-weight: 500;
    margin-top: 14px;
}
.cabecera .cabecera__cat .cabecera__cat_list a:hover{
    color: #3848A8;
}

/*
.cabecera .cabecera__cat .cabecera__cat_list a:before{
    height: 8px;
    width: 8px;
    border-radius: 0px;
    background: #3848A8;
    content: '';
    position: absolute;
    left: -14px;
    top: 7px;
}
*/
.cabecera .cabecera__cat .cabecera__cat_list a:first-child{
    /*margin-left: 16px;*/

}
.cabecera__single .compartir {
    position: absolute;
    right: 15px;
    top: -17px;
}

.cabecera.cabecera__single .cabecera__single__inner {
    padding-right: 160px;
}

.cabecera .cabecera__container{
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-right: 160px;
}
.cabecera .cabecera__menu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}
.cabecera .cabecera__menu::-webkit-scrollbar {
    display: none;
}
.cabecera .cabecera__menu ul {
    list-style: none;
    margin: 140px 40px 40px 40px;
    padding: 0px;
    width: calc(100% - 80px);
}
.cabecera .cabecera__menu ul li {
    margin-bottom: 26px;
    overflow: hidden;
}
.cabecera .cabecera__menu ul li a{
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #121212;
    text-decoration: none;
}
.cabecera .cabecera__menu ul li a.active{
    border-bottom: 2px solid #1A9EDA;
}

.btn__desplegable{
    display: block;
    width: 58px;
    height: 58px;
    background-color: #F1F7FC;
    border-radius: 58px;
    text-align: center;
}
.btn__desplegable svg{
    margin-top: 25px;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cabecera .btn__desplegable{
    position: absolute;
    top: -16px;
    right: 0px;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display:none!important;
}
.cabecera__container .cabecera__container-back{
    position: absolute;
    height: 250%;
    width: 200%;
    bottom: 100%;
    left: -50%;
    z-index: 1;
    border-radius: 1000px;
    background: #F1F7FC;
    display:none;
}

.cabecera__container .btn__desplegable:hover,
.cabecera__container.active .btn__desplegable{
    background: #BAD9F0;
}
.cabecera__container.active .btn__desplegable svg{
    transform: rotate(180deg);
}



.cabecera__n1,
.cabecera__n2{
    min-height: 650px;
    padding-left: 8.33333%;
    padding-right: 8.3333%;
}
.cabecera__n1 .row,
.cabecera__n2 > .row{
    min-height: 650px;
}

/*
.cabecera__n1 h1,
.cabecera__n2 h1,
.cabecera__n3 h1,
.cabecera__n4 h1{
    font-size: 187px;
    line-height: 177px;
    letter-spacing: -6.54px;
    color: #121212;
    font-weight: normal;
    margin: 60px 40px;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}*/

.cabecera__n1 h1, .cabecera__n2 h1, .cabecera__n3 h1, .cabecera__n4 h1 {
    font-size: 61px;
    line-height: 71px;
    letter-spacing: 0px;
    color: #3848A8;
    font-weight: normal;
    margin: 60px 40px;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: 600;
    text-transform: uppercase;
}

.cabecera__n1 h1 img,
.cabecera__n2 h1 img,
.cabecera__n3 h1 img,
.cabecera__n4 h1 img{
    width: 284px;
    height: 142px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 160px;
}
.cabecera__n1 .cabecera1__txt{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #121212;
    max-width: 670px;
    padding: 60px;
}
.cabecera__n2.cabecera .cabecera__content,
.cabecera__n3.cabecera .cabecera__content,
.cabecera__n4.cabecera .cabecera__content{
    padding: 0px;
}
.cabecera__n2.cabecera .cabecera__content h1,
.cabecera__n3.cabecera .cabecera__content h1,
.cabecera__n4.cabecera .cabecera__content h1{
    font-size: 66px;
    line-height: 64px;
    letter-spacing: 0px;
    margin: 0px;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: 600;

}
.cabecera__n2.cabecera .cabecera__content h1 img ,
.cabecera__n3.cabecera .cabecera__content h1 img ,
.cabecera__n4.cabecera .cabecera__content h1 img {
    width: 156px;
    height: 78px;
    display: inline-block;
    margin-bottom: 0;
    transform: translateY(4px);
}
.cabecera__n3.cabecera .cabecera__content h1 img,
.cabecera__n4.cabecera .cabecera__content h1 img{
    transform: translateY(8px);
    height: 84px;
    width: 84px;
}
.cabecera__n2.cabecera .cabecera2__txt,
.cabecera__n3.cabecera .cabecera2__txt,
.cabecera__n4.cabecera .cabecera2__txt{
    max-width: 500px;
    font-size: 19px;
    line-height: 26px;
    position: relative;
    bottom: initial;
    right: initial;
    margin-top: 30px;
    color: #595958;
}


.cabecera__n3{
    min-height: 600px;
}
.cabecera__n3 > .row{
    min-height: 600px;
}
.cabecera__n3{
    background-color: #D6E8F6;
}
.cabecera__n3 .bb-1{
    border-color: #BAD9F0;
}
/*.cabecera__n3.cabecera .btn__desplegable{
    background-color: #BAD9F0;
}*/
.cabecera__n4{
    min-height: 500px;
    background-color: #F1F7FC;
}
.cabecera__n4 > .row{
    min-height: 500px;
}

.cabecera__n4.cabecera .cabecera__content h1 {
    font-size: 75px;
    line-height: 82px;
    letter-spacing: -0.75px;
}

.cabecera__n4.cabecera .cabecera__img_cabe{
    height: 500px;
}
.cabecera__n4.cabecera .btn__desplegable{
    background-color: #BAD9F0;
}
.cabecera__n4 .btn__desplegable svg path{
    stroke: #1A9EDA;
}
.cabecera__n4.bb-1,
.cabecera__n4 .bb-1,
.cabecera__n4 .br-1{
    border-color: #BAD9F0;
}
.cabecera__n4 .cabecera__container .cabecera__container-back {
    background: #fff;
}


.cabecera_back_Azul{
    background-color: #1A9EDA;
    color: #fff;
}
.cabecera_back_Azul h1,
.cabecera_back_Azul .cabecera__cat .cabecera__cat_list a{
    color: #fff !important;
}
.cabecera_back_Azul.bb-1,
.cabecera_back_Azul .bb-1,
.cabecera_back_Azul .br-1{
    border-color: #3848A8;
}

.cabecera_back_Azul .cabecera__cat .cabecera__cat_list a:before {
    background-color: #fff;
}
.cabecera_back_Azul .btn__desplegable{
    background-color: #3848A8
}
.cabecera_back_Azul .btn__desplegable svg path{
    stroke: #fff;
}
.cabecera_back_Azul .cabecera__container .cabecera__container-back{
    background-color: #24ACEA;
}
.cabecera_back_Azul.cabecera .cabecera__menu ul li a{
    color: #fff !important;
}

.cabecera_back_Azul .cabecera__container.active .btn__desplegable {
    background: #1A9EDA;
}
.cabecera_back_Azul .cabecera__menu ul li a.active{
    border-bottom: 2px solid #fff;
}

.posts_search_container{
    padding: 40px;
}

.mod_repo_search_container{
    float: left;
    margin-right: 2px;
}
.mod_repo__header{
    display: flex;
    height: 120px;
    /*border-bottom: 1px solid #ccc;*/
}
.mod_repo__header-left{
    padding: 29px 8.3333% 29px 8.3333%;
    overflow: hidden;
    display: flex;
    min-width: 100%;
}
.mod_repo__header-right{
    position: absolute;
    right: 0;
    padding: 39px 34px 28px 0px;
    width: 700px;
}
.mod_repo__header-tipo-title{
    float: left;
    margin: 10px 16px 0px;
}
.mod_repo__ico{
    float: left;
    display: block;
    position: relative;
    margin-right: 6px;
}
.mod_repo_iconos{
    float: right;
}
.mod_repo__header-right-content{
    float: right;
}

.mod_repo_selec{
    display: inline-block;
    border: 2px solid #3848A8;
    padding: 11px 55px 20px 25px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    height: 50px;
    position: relative;
    margin: 0px 0px 0px 4px;
    font-weight: 500;
    background: #3848A8;
}
.mod_repo_selec span.arrow{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.mod_repo_selec span.arrow svg path {
    stroke: #fff;
}

.mod_repo_info{
    height: 18px;
    width: 18px;
    background-color: #1A9EDA;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    display: inline-block;
    line-height: 17px;
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    margin: -3px 0px 0px -23px;
    font-weight: 600;
}
.mod_repo_search input::placeholder{
    color: #121212;
    font-weight: 500;
}


.mod_repo__ico span.boc {
    position: absolute;
    width: 300px;
    margin-top: -56px;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: 50%;
}
.mod_repo__ico:hover span.boc{
    opacity: 1;
    visibility: visible;
}
.mod_repo__ico span.boc span {
    padding: 15px 22px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
    font-size: 14px;
    color: #1D1D1B;
}
.mod_repo__ico span.boc span:before {
    border: 25px solid white;
    content: '';
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -48px;
    left: calc(50% - 24px);
}

.mod_repo__ico:last-child span.boc{
    left: -80%;
}
.mod_repo__ico:last-child span.boc span:before{
    left: calc(61%)
}

.mod_repo__ico.active svg circle{
    fill:#1A9EDA;
}
.mod_repo__ico.active svg path{
    fill:#fff;
}


.mod_repo_search,
.posts_search{
    overflow: hidden;
    border-radius: 0px;
    height: 50px;
    background-color: #fff;
    position: relative;
    border: 1px solid #F0F0F0;
}

.posts_search {
    border:2px solid #F0F0F0;
    overflow:initial;
}

#searchform circle, #searchform path {
    stroke: #fff;
}

#input_search {
    min-width: 480px;
}

.filtros_selects {
    margin-left: auto;
}

.mod_repo_search input,
.posts_search input,
.form-control-filter{
    width: 100%;
    background: transparent;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-family: "PlusJakartaSans",Arial;
    font-size: 16px !important;
    line-height: 50px;
    letter-spacing: 0px;
    color: #595958;
    padding: 0px 50px 0px 25px !important;
}
.form-control-filter{
    padding: 0px 20px 0px 20px !important;
}
.mod_repo_search input::placeholder,
.posts_search input::placeholder,
.form-control-filter::placeholder{
    font-size: 16px !important;
}
.mod_repo_search button ,
.posts_search button {
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: #3848A8;
    cursor: pointer;
}


.posts_search button {
    top: -2px;
    right: -2px;
}


.mod_repo_search svg circle, .mod_repo_search svg path {
    stroke:#fff;
}

.form-control-filter{
    border-radius: 30px;
    height: 60px;
    background-color: #C1E5F6;
    width: auto;
}
.posts_date{
    margin-left: 20px;
}
.posts_date .form-control-filter{
    width: 150px;
    padding: 0px 20px 0px 20px;
    text-align: center;
    margin: 0px 0px 0px 4px
}

.mod_espacio.mod_espacio_espaciol {
    height: 180px;
}

.mod_espacio.mod_espacio_espaciom {
    height: 60px;
}

.mod_titulo {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mod_titulo_h,
.mod_titulo_ih{
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3848A8;
    /*padding: 50px 70px;*/
    padding:0px;
    margin: 0px;
    padding-bottom: 10px;
}
.mod_titulo_h sup {
    font-size: 25px;
    line-height: 34px;
    font-weight: initial;
    color: #595958;
    margin: 0px 15px 0px 0px;
    display: inline-block;
    transform: translateY(-2px);
    letter-spacing: -.5px;
}

.mod_titulo_h:after, .mod_titulo_ih:after, .mod_titulo_subtitulo .inner_subtitulo:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    background: #c3c3c3;
    width: calc(100% - 40px);
    right: 0px;
}


.sinsup .mod_titulo_h:after {
	width:100%!important;
}

.mod_titulo_subtitulo .inner_subtitulo {
    padding-bottom: 30px;
}

.mod_titulo_subtitulo .inner_subtitulo:after {
    width: 100%;
}

.mod_titulo_ih_cont{
   /* padding: 60px 70px;*/
   padding:0px;
    overflow: hidden;
    position: relative;
}
.mod_titulo_i{
    width: 100px;
    height: 100px;
    border-radius: 0px;
    object-fit: cover;
    float: left;
    margin-right: 30px;
}
.mod_titulo_ih{
    font-size: 39px;
    line-height: 46px;
    padding: 0px;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}

.mod_titulo_nivel3 .mod_titulo_ih {
    top: initial!important;
    transform: none!important;
    position: relative!important;
    left: initial!important;
    padding-bottom: 10px;
    font-weight: 700;
}


.mod_titulo_nivel3 .mod_titulo_ih:after {
    width: 100%;
    right: initial;
    left: 0px;
}

.mod_titulo_sub{
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3848A8;
    margin: 0px;
    max-width: 800px;
}
.mod_titulo_nivel3 .mod_titulo_ih{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 130px;
}

.mod_listado_cont{
    /*padding: 80px 50px 40px;*/
    padding-left: 16.666%;
    padding-right: 16.666%;
}

.mod_listado_cont .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

.mod_listado_cont .col-12:nth-child(odd) {
    margin-right: 8.3333%;
}

.mod_listado_cont .col-12:nth-child(even) {
    margin-left: 8.3333%;
}

.mapa_aso{
    height: 800px;
    width: 100%;
}

.list{
    padding: 0px 0px 0px 100px;
    margin-bottom: 80px;
    /*max-width: 520px;*/
}
.list .list__img{
    width: 76px;
    height: 76px;
    border-radius: 0px;
    overflow: hidden;
    position: absolute;
    top: -24px;
    left: 0px;
    text-align: center;
}
.list .list__numero {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -11px;
    left: 6px;
    text-align: center;
    font-size: 25px;
    line-height: 70px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 600;
}

.list .list__numero span {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}

.list .list__numero:before {
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: #3848A8;
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
}
.list img{
    width: 76px;
    height: 76px;
    object-fit: cover;
}
.list img.list__img-svg{
    max-width: 76px;
    width: auto;
    max-height: 76px;
    height: auto;
    position: relative;
    margin-top: 0px;
}

.list .list__titulo{
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 20px;
    letter-spacing: 0px;
    color: #3848A8;
    font-weight: 700;
    text-transform: uppercase;
}

.list__cont {
    color: #595958;
}
/*
.mod_listado_numero .col-12 .list {
    transform: translateY(-60px)
}
.mod_listado_numero .col-12:nth-child(2n) .list {
    transform: translateY(0px)
}
*/
.mod_listado_numero .list {
    padding: 0px 0px 0px 80px;
    margin-bottom: 50px;
}
.mod_listado_numero .mod_listado_cont {
   /* padding: 75px 0px 0px 100px;*/
}


.sid__desp{

}
.sid__desp ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sid__desp ul li{
    position: relative;
}
.sid__desp ul li a {
    display: block;
    padding: 17px 15px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    background: #3848A8;
    margin-bottom: 4px;
}
.sid__desp ul li a,
.sid__desp ul li a span,
.sid__desp ul li a span svg,
.sid__desp ul li a span svg path{
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sid__desp ul li a.sid__desp__open.active {
    color: #fff;
    background-color: #919190;
}

.cabecera .cabecera__img_archive:before, .cabecera .cabecera__img_single:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}

.cabecera .cabecera__img_archive:after, .cabecera .cabecera__img_single:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    background: #3848A8;
    bottom: 0px;
    right: -60px;
    z-index: 2;
}

 .cabecera .cabecera__img_single:after{
    bottom: -60px;
    right: 0px;
}

.sid__desp ul li a.sid__desp__open.active span{
    /*border: 2px solid #fff;*/
}
.sid__desp ul li a.sid__desp__open.active span svg{
    transform: rotate(180deg);
}
.sid__desp ul li a.sid__desp__open.active span svg path{
    stroke: #fff;
}

.sid__desp ul li a:before{
    height: 200px;
    width: 700px;
    background: #D6E8F6;
    position: absolute;
    content: '';
    border-radius: 100%;
    left: -150px;
    z-index: -1;
    top: 100%;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    display:none!important;
}
.sid__desp ul li a:hover:before{
    opacity: 1;
    top: -50px;
}
.sid__desp ul li a:hover{
        color: #fff;
}

.sid__desp ul li ul li a:hover{
        color: #3848A8;
}

.sid__desp ul li ul li ul{
    display: block;
}
.sid__desp ul li ul li ul li a{
    padding-left: 56px;
    color: #1D1D1B;
}


.sid__desp ul li a span{
    position: absolute;
    opacity: 1;
    top: 15px;
    right: 18px;
    text-align: center;

}

.sid__desp ul li a span svg path {
	stroke:#fff;
}

.sid__desp ul li ul li a {
    background: transparent;
    color: #595958;
}

.sid__desp ul li a span svg{
    margin-top: 7px;
}
.sid__desp ul li ul {
    display: none;
    max-height: 70vh;
    /*overflow: auto;*/
    border-bottom: 1px solid #ccc;
}
.sid__desp ul li ul::-webkit-scrollbar {
    display: none;
}
.sid__desp ul li ul li a{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
}

.sid__desp ul li:last-child a {
    margin-bottom: 0px;
}

.sid__desp ul li ul li a.active{
    background: #D6E8F6;
}
.sid__desp ul li .badges {
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 24px;
    left: 12px;
    border-radius: 10px;
    background-color: #1D1D1B;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    z-index: 1;
    display: none;
}

.pagination{
    text-align: center;
    padding: 50px 40px;
}
.pagination ul{
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pagination ul li {
    float: left;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 23px;
    color: #3848A8;
    padding: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagination ul li a:before{
    height: 50px;
    width: 50px;
    background-color: #F0F0F0;
    border-radius: 0px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translate(-50%,-50%);
}

.pagination li.pagination-arrow {
    background: #3848A8;
}

.pagination ul li.active a:before{
    opacity: 1;  
}
.pagination .pagination-right svg{
    transform: rotate(180deg);
}

.pagination svg {
    width: 15px;
    height: 17px;
}

#listado_recursos{
    webkit-transition: all .2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -moz-transition: all .2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -ms-transition: all .2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -o-transition: all .2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    transition: all .2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    opacity: 1;
}

.listado_recusos {
    position: relative;
    padding: 0px calc(8.3333% - 40px) 0px calc(8.3333% - 40px);
}

.loading{
    opacity: 0.6;
}

.loader-page span {
    background: #3848A8;
}


.compartir{
    position: relative;
    overflow: hidden;
    height: 48px;
    width: 240px;
}
.compartir .compartir__button{
    background: #F0F0F0;
    border-radius: 0px;
    padding: 13px 7px 13px 12px;
    line-height: 1em;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    float: right;
    webkit-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -moz-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -ms-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -o-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
}
.compartir .compartir__button svg{
    float: left;
    margin: 1px 8px 0px 0px;
}
.compartir .compartir__enlaces{
    position: absolute;
    top: 0px;
    webkit-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -moz-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -ms-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -o-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    width: 240px;
    left: 240px;

}

.compartir .compartir__enlaces a{
    display: block;
    float: right;
    height: 48px;
    width: 48px;
    border-radius: 0px;
    background: #F0F0F0;
    text-align: center;
    margin-left: 4px;
}

.compartir .compartir__enlaces a svg{
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}

.compartir:hover .compartir__button{
    transform: translateX(-192px);
    opacity: 0;
}
.compartir:hover .compartir__enlaces{
    top: 0px;
    left: 0px;
}
.compartir .compartir__enlaces a:nth-child(1),
.compartir .compartir__enlaces a:nth-child(2),
.compartir .compartir__enlaces a:nth-child(3),
.compartir .compartir__enlaces a:nth-child(4){
    transform: translateX(30px);
    webkit-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -moz-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -ms-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    -o-transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    transition: all .6s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    transition-delay: 0s;
    opacity: 0;
}
.compartir:hover .compartir__enlaces a:nth-child(1){
    transform: translateX(0px);
    transition-delay: .6s;
    opacity: 1
}
.compartir:hover .compartir__enlaces a:nth-child(2){
    transform: translateX(0px);
    transition-delay: .5s;
    opacity: 1
}
.compartir:hover .compartir__enlaces a:nth-child(3){
    transform: translateX(0px);
    transition-delay: .4s;
    opacity: 1
}
.compartir:hover .compartir__enlaces a:nth-child(4){
    transform: translateX(0px);
    transition-delay: .3s;
    opacity: 1
}



.text__loop{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.text__loop span{
    font-size: 187px;
    line-height: 177px;
    font-weight: 500;
    letter-spacing: -6.54px;
    color: #121212;  
    white-space: nowrap;
    display: inline-block;
}
.text__loop.c-blanco span{
    color: #fff;
}

.post-cols .text__loop{
    margin-top: 200px;
}

.menu .text__loop{
    position: absolute;
    bottom: 100px;
}

.list__eventos_search{
    padding: 30px;
}

footer .text__loop{
    position: relative;
    top: calc(50% - 160px);
    transform: translateY(-50%);
}
footer .text__loop span{
    color: #fff;
}

.post__content{
    padding: 100px 70px;
}
.mod_articulo .mod_articulo_cont h2,
.mod_articulo .mod_articulo_cont h3,
.mod_articulo .mod_articulo_cont h4,
.post__content h2,
.post__content h3,
.post__content h4{
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 30px;
    font-weight: 500 !important;
    color: #3848A8;
}
/* .mod_articulo .mod_articulo_cont h2,
.post__content h2{
    font-weight: 500;
    font-size: 31px;
    line-height: 45px;
    color: #121212;
} */

.mod_articulo .mod_articulo_cont h2,
.mod_articulo .mod_articulo_cont h3,
.mod_articulo .mod_articulo_cont h4,
.post__content h3{
    font-weight: normal;
    color: #3848A8;
    max-width: 600px;
}

.post__content h3 {
    max-width: 100%;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 80px;
}

.post__content h2 {
    max-width: 100%;
    color: #3848A8;
    font-weight: 600;
}


.mod_articulo .mod_articulo_cont h4,
.post__content h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #121212;
}

.mod_slider ul,
.mod_articulo .mod_articulo_cont ul,
.post__content ul{
    list-style: none;
}

.mod_slider ul li,
.mod_articulo .mod_articulo_cont li,
.post__content li{
    position: relative;
    margin-bottom: 12px;
    color:#595958;
}

.mod_slider li:last-child,
.mod_articulo .mod_articulo_cont li:last-child,
.post__content li:last-child{
    margin-bottom: 0px;
}
.mod_slider ul li:before,
.mod_articulo .mod_articulo_cont ul li:before,
.post__content ul li:before{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #3848A8;
    border-radius: 0px;
    content: '';
    left: -20px;
    top: 9px;
}

.mod_slider ul li ul,
.mod_articulo .mod_articulo_cont ul li ul,
.post__content ul li ul {
    margin-top: 12px;
    margin-bottom: 12px;
}
.mod_slider ul li ul li:before,
.mod_articulo .mod_articulo_cont ul li ul li:before,
.post__content ul li ul li:before {
    background: #595958;
}

.mod_articulo iframe{
    width: 100%;
}


.list__evento{
    padding: 40px;
}
.list__evento .list__evento__img{
    overflow: hidden;
    border-radius:200px;
}
.list__evento .list__evento__img img{
    height: 330px;
    width: 500px;
    border-radius:200px;
    overflow: hidden;
    object-fit: cover;
    float: right;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list__evento h2{
    font-size: 39px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px 0px 10px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.list__evento a {
    text-decoration: none;
}
.list__evento .list__evento__tipo {
    font-size: 16px;
    line-height: 24px;
    color: #1A9EDA;
    margin-bottom: 36px;
}
.list__evento .list__evento__tipo span{
    display: inline-block;
    margin-left: 10px;
}
.list__evento .list__evento__lugar {
    margin-top: 16px;
    font-weight: 500;
}
.list__evento .list__evento__datos p{
    margin: 0px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;

}
.list__evento .list__evento__date .list__evento__date_ini,
.list__evento .list__evento__date .list__evento__date_fin{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}
.list__evento .list__evento__date .list__evento__date_ini:before,
.list__evento .list__evento__date .list__evento__date_fin:before{
    position: absolute;
    height: 8px;
    width: 8px;
    background: #1A9EDA;
    border-radius: 8px;
    top: 9px;
    left: -16px;
    content: '';
}
.list__evento .list__evento__date .list__evento__date_ini:after {
    position: absolute;
    height: 54px;
    width: 2px;
    background: #1A9EDA;
    border-radius: 8px;
    top: 24px;
    left: -13px;
    content: '';
}
.list__evento .list__evento__date .list__evento__date_ini span,
.list__evento .list__evento__date .list__evento__date_fin span{
    font-size: 16px;
    line-height: 21px;
    display: block;
    font-weight: 300;
}

.list__evento .list__evento__cont{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.list__evento__date{
    margin-top: 25px;
}

.imagen-evento{
    position: relative;
    display: inline-block;
    border-radius: 175px;
    overflow: hidden;
}
.imagen-evento:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: #1A9EDA;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list__evento:hover .list__evento__img img{
    transform: scale(1.1) !important;
}

.list__evento:hover .imagen-evento:before{
    opacity: 0.4;
}

.listado-posts .posts_search_container.fadein_ani {
    padding: 0px;
    margin-bottom: 30px;
}

.listado-posts {
    padding-left: calc(8.33333% - 20px);
    padding-right: 8.3333%;
    margin-top:110px;
}

.noticia__imp{
    padding: 20px 20px 60px 20px;
}
.noticia__imp  a{
    text-decoration: none;
}
.noticia__imp .noticia__imp_cont{
    width: 100%;
    height: 336px;
    overflow: hidden;
    border-radius: 0px;
    display: block;
    position: relative;

}
.noticia__imp .noticia__imp_cont:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #3848A8;
    opacity: 0;
    z-index: 9;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.noticia__imp .noticia__imp_cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    float: left;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.noticia__imp-small.noticia__imp .noticia__imp_cont{
    height: 246px;
    border-radius: 0px;
}

.noticia__imp.active img{
    transform: scale(1.1) !important;
}
.noticia__imp.active .noticia__imp_cont:before{
    opacity: 0.4;
}
.noticia__imp .noticia__imp__date{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3848A8;
    margin: 26px 0px 12px;
}
.noticia__imp .noticia__imp__date span{
    height: 7px;
    width: 20px;
    display: inline-block;
    border-top: 1px solid #3848A8;
    margin: 0px 8px 0px 10px;
}
.noticia__imp .noticia__imp__date a{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3848A8;
    text-decoration: none;
}
.noticia__imp h2{
    font-weight: 500;
    font-size: 31px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #595958;
    font-weight: 600;
    margin: 0px;
    padding-right: 80px;

}

.noticia__imp-small {
    padding: 20px;
}
.noticia__imp-small h2{
    font-size: 25px;
    line-height: 30px;
    padding: 0px;
    font-weight: 600 !important;
}
.row-noticias{
    position: relative;
    margin-right:20px;
}
.row-noticias:before,
.row-noticias:after{
    height: 100%;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 0px;
    left: 33.333333%;
    /*content: '';*/
}
.row-noticias:after{
    left: 66.6666666%;
}

.row-noticias .col-12:last-child .noticia__imp{
    margin-bottom: 90px;
}

.listado__posts-header{
    padding: 60px 20px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #3848A8;
    font-weight: 600;
    text-transform: uppercase;
}
.listado__posts-header h1{
    margin: 0px 0px 20px;
    font-size: 50px;
    line-height: 60px;
    font-weight: initial;
    letter-spacing: 0px;
    color: #595958;
}
.noticias-no-resultados{
    padding: 60px 30px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: 0px;
    background: #fff;
    font-weight: normal;
    color: #6B6B6B;
    text-align: center;
    font-family: "PlusJakartaSans",Arial;
    font-size: 16px;
    height: 30px;
    width: 30px;
}

.ui-widget.ui-widget-content {
    box-shadow: 0px 3px 6px #00000040;
    border: 1px solid #E3E3E3;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
}

.ui-datepicker th{
    font-family: "PlusJakartaSans",Arial;
    font-size: 16px;
    letter-spacing: 0px;
    color: #1D1D1B;
    font-weight: 500;
}
.ui-datepicker .ui-datepicker-header {
    font-family: "PlusJakartaSans",Arial;
    background: #fff;
    padding: 10px 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;

}
.ui-datepicker .ui-datepicker-title{
    font-weight: 500;
}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year{
    border: 0px;
    font-family: "PlusJakartaSans",Arial;
    width: auto;
    font-weight: 500;
}
.ui-datepicker select.ui-datepicker-month{
    padding: 0px 13px 0px 3px;
    background-position-x: right;
    margin-right: 10px;
}

.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span{
    background-image: url(images/arrow.svg);
    background-position: center;
}
.ui-datepicker .ui-datepicker-prev {
    left: 4px;
    top: 9px;
    transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-next{
    right: 4px;
    top: 9px;
    transform: rotate(-90deg);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px;
    background: #1A9EDA;
    color: #ffffff;
    border-radius: 50px;
}
.ui-datepicker table {
    font-size: 16px;
    border-collapse: collapse;
}
.desp__header{
    border-top: 1px solid #ccc;
}

.desp__header a{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 30px 90px 30px 0px;
    position: relative;
}
.desp__header a svg{
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: calc(50% - 15px);
    right: 40px;
}
.desp__header a svg path{
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.desp__header .desplegable_h{
    font-size: 25px;
    line-height: 32px;
    margin: 0px;
    letter-spacing: 0px;
    color: #121212;
    font-weight: 400;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.desp__header a.active .desplegable_h,
.desp__header a:hover .desplegable_h{
    color: #3848A8;
    font-weight: 400;
}
.desp__header a.active svg path,
.desp__header a:hover svg path{
    fill:#3848A8;
}
.desp__header a.active svg {
    transform: rotate(135deg);
}

.mod_desplegables__cont{
    margin: 60px;
    border-bottom: 1px solid #ccc;
}
.mod_desplegables__cont .desp__body{
    font-size: 16px;
    line-height: 26px;
    max-width: 880px;
    display: none;
    margin-left: 60px;
    padding-bottom: 40px;
}
.mod_desplegables__cont .desp__body img{
    max-width: 100%;
    height: auto;
}
.mod_desplegables__cont .desp__body h4,
.mod_desplegables__cont .desp__body h3,
.mod_desplegables__cont .desp__body h2,
.mod_desplegables__cont .desp__body h1{
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0px 0px 30px !important;
    font-weight: 500 !important;
    color: #3848A8 !important;
}

.mod_articulo_Ovalado {
    padding-bottom: 100px;
}

.mod_articulo_Ovalado .mod_articulo_img{
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
    margin: 0px;
    max-width: 100%;
}


.mod_articulo_Cuadrado .mod_articulo_img{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.mod_articulo_Cuadrado .mod_articulo_img img,
.mod_articulo_Ovalado .mod_articulo_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod_articulo_Ovalado p{
    margin-left: 0px;
    margin-right: 100px;
}

.mod_articulo_Ovalado .row .row {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
}

.mod_articulo_Ovalado .mod_articulo_img:before {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    background: #fff;
    z-index: 2;
}

.mod_articulo_Ovalado .mod_articulo_img:after {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    background: #3848A8;
    z-index: 2;
}


.mod_articulo_Derecha.mod_articulo_Ovalado .mod_articulo_img:after {
    left:initial;
    right:-100px;
    bottom:-100px;
}

.mod_articulo_Derecha.mod_articulo_Ovalado .mod_articulo_img:before {
    left:initial;
    right:0px;
    bottom:-1px;
}


.mod_articulo.mod_articulo_Ovalado h3{
    margin-bottom: 50px;
}

.mod_articulo .mod_articulo_cont{
    /*margin: 70px 100px 70px 0px;*/
}

.mod_articulo_Derecha.mod_articulo .mod_articulo_cont {
 /*   margin: 70px 100px 70px 70px;*/
}

.mod_articulo_Cuadrado.mod_articulo .mod_articulo_cont{
    /*margin: 70px 100px 70px 70px;*/
    margin:0px;
    /*min-height: 400px;*/
}

.mod_articulo.mod_articulo_doscol .mod_articulo_cont{
    /*margin: 70px;*/
    margin: 0px;
}

.mod_articulo .mod_articulo_inner {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 16.666% 30px 16.666%;
}

.mod_articulo.mod_articulo_doscol .mod_articulo_inner {
	min-height: auto;
	justify-content: flex-start;
	padding: 0px 16.666% 0px 16.666%;
}

.mod_articulo.mod_articulo_doscol .col-lg-6:nth-child(2) .mod_articulo_inner{
	padding-right:8.333%;
}

.mod_articulo.mod_articulo_doscol .col-lg-6:nth-child(1) .mod_articulo_inner{
	padding-left:8.333%;
}


.mod_articulo_Izquierda.mod_articulo_Ovalado .mod_articulo_inner { 
    padding: 30px 0px 30px 16.666%

}

.mod_articulo_Derecha.mod_articulo_Ovalado .mod_articulo_inner { 
    padding: 30px 60px 30px 0px;
 
}

.mod_articulo .eti_tit {
    font-size: 31px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #3848A8;
    text-transform: initial;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 4;*/
    max-width: 600px;
    margin-bottom: 30px;
}


.mod_acceso_directo_cont{
    padding: 60px 120px;
}

.mod_acceso_directo_i{
    border-radius: 220px !important;
    width: 100%;
    height: 380px;
    overflow: hidden;
    max-width: 558px;
    margin: auto;
    z-index: 0;
    position: relative;
}
.mod_acceso_directo_i img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}
.mod_acceso_directo_datos_cont{
    margin-left: 60px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.mod_acceso_directo_h{
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px 0px 26px;
}
.mod_acceso_directo_desc{
    margin: 0px 80px 40px 0px;
}


.mod_tarjetas .row {
    padding: 0px calc(8.3333% - 40px);
}

.img-circulo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card{
    margin: 40px!important; 
    display: block;
    text-decoration: none;
    color: #121212;
    max-width: 100%;
    margin: auto;
    position: relative;
}


.card:before {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: -40px;
    right: -40px;
    transition: all .3s ease;
    z-index: 2;
}

a.card.card__enlace:before {
    background-size: 13px 13px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.433' height='15.433' viewBox='0 0 15.433 15.433'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_2466' data-name='Rectángulo 2466' width='15.433' height='15.433' fill='none' stroke='%23707070' stroke-width='1.5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Flecha_diagonal' data-name='Flecha diagonal' transform='translate(0 0)'%3E%3Cg id='Grupo_13035' data-name='Grupo 13035' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_44693' data-name='Trazado 44693' d='M3.525,1H15.7V13.175' transform='translate(-0.987 -0.28)' fill='none' stroke='%233848A8' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Línea_984' data-name='Línea 984' x1='14.204' y2='14.204' transform='translate(0.509 0.72)' fill='none' stroke='%233848A8' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.mod_tarjetas_Azul a.card.card__enlace:before {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.433' height='15.433' viewBox='0 0 15.433 15.433'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_2466' data-name='Rectángulo 2466' width='15.433' height='15.433' fill='none' stroke='%23707070' stroke-width='1.5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Flecha_diagonal' data-name='Flecha diagonal' transform='translate(0 0)'%3E%3Cg id='Grupo_13035' data-name='Grupo 13035' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_44693' data-name='Trazado 44693' d='M3.525,1H15.7V13.175' transform='translate(-0.987 -0.28)' fill='none' stroke='%233848A8' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Línea_984' data-name='Línea 984' x1='14.204' y2='14.204' transform='translate(0.509 0.72)' fill='none' stroke='%233848A8' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.mod_tarjetas_Blanco a.card.card__enlace:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.433' height='15.433' viewBox='0 0 15.433 15.433'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_2466' data-name='Rectángulo 2466' width='15.433' height='15.433' fill='none' stroke='%23707070' stroke-width='1.5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Flecha_diagonal' data-name='Flecha diagonal' transform='translate(0 0)'%3E%3Cg id='Grupo_13035' data-name='Grupo 13035' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_44693' data-name='Trazado 44693' d='M3.525,1H15.7V13.175' transform='translate(-0.987 -0.28)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Línea_984' data-name='Línea 984' x1='14.204' y2='14.204' transform='translate(0.509 0.72)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


a.card.card__enlace:hover:before {
    top: 0px;
    right: 0px;
    transition: all .3s ease;
}


a.card.card__enlace:hover img {
	transform: scale(1.1)!important;
	transition: all .3s ease;
}

.card:after {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: -1px;
    right: 0px;
}

.mod_tarjetas_Azul .card:after {
    background: #3848A8;
}

.mod_tarjetas_Blanco .card:after {
    background:#F0F0F0;
}

.mod_tarjetas_Azul .card:before {
    background: #fff;
}

.mod_tarjetas_Blanco .card:before {
    background:#3848A8;
}

.card .card__h{
    color: #3848A8;
    font-size: 31px;
    line-height: 38px;
    letter-spacing: 0px;
    font-weight: 500 !important;
    margin: 0px 0px 20px;
}
.card .img-circulo{
    margin: 0px 0px 0px;
    max-height: 245px;
    float:left;
    transition: all .3s ease;
}
.card .card__body{
    display: block;
}


.card-img-in {
    overflow: hidden;
}


.mod_tarjetas_Azul.mod_tarjetas .card .card__cont {
    background: #fff!important;
}

.mod_tarjetas .card .card__cont {
    display: block;
    clear: both;
    padding:40px;
    background:#fff;
}


.row_mod_tarjetas_1 .card .card__cont,
.row_mod_tarjetas_2 .card .card__cont{
    display: block;
    float: left;
    position: relative;
    margin-left: 40px;
    max-width: calc(100% - 420px);
    margin-top: 70px;
}

.row_mod_tarjetas_1 .card ,
.row_mod_tarjetas_2 .card {
    max-width: 840px;
    overflow: hidden;
    position: relative;
}
.row_mod_tarjetas_1 .card .img-circulo,
.row_mod_tarjetas_2 .card .img-circulo{
    float: left;
    max-width: 360px;
}

.mod_tarjetas .mod_tarjetas_titulo,
.mod_carousel .mod_carousel_titulo,
.mod_datos .mod_datos_titulo{
    padding: 30px 40px;
    overflow: hidden;
    padding-left: 8.3333333%;
}


/*
.mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h,
.mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h,
.mod_datos .mod_datos_titulo .mod_datos_titulo_h{
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px;
    font-weight: 500;
}
*/

.mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h,
.mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h,
.mod_datos .mod_datos_titulo .mod_datos_titulo_h{
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #3848A8;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
}


.modulo_formulario {
    padding-top: 50px;
    background:#F0F0F0;
}

.modulo_formulario .mod_datos_titulo, .mod_tarjetas .mod_tarjetas_titulo {
    padding-right: 0px!important;
    position: relative;
}


.modulo_formulario .mod_datos_titulo .mod_datos_titulo_h, .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h {
    font-size: 39px;
}

.modulo_formulario .mod_datos_titulo:after, .mod_tarjetas_titulo:after {
    content: "";
    position: absolute;
    width: calc(100% - 8.33333% - 100px);
    height: 1px;
    bottom: 30px;
    right: 0px;
    background: #c3c3c3;
}

.mod_tarjetas {
    padding-top:50px;
    padding-bottom: 40px;
    background:#F0F0F0;
}

.mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h img,
.mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h img,
.mod_datos .mod_datos_titulo .mod_datos_titulo_h img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 0px;
    float: left;
    margin: 0px 30px 0px 0px;
}

.mod_tarjetas .col-12{
    border-right: none!important;
}
.mod_tarjetas .col-12:nth-child(4n){
    border-right: 0;
}
.mod_carousel_Azul,
.mod_tarjetas_Azul{
    background: #3848A8;
    color: #fff;
}




.mod_tarjetas_Azul.mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h {
    color:#fff!important;
}
.mod_tarjetas_Azul.mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h,
.mod_carousel_Azul.mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h,
.mod_datos_Azul.mod_datos .mod_datos_titulo .mod_datos_titulo_h{
    color: #3848A8;
}
.mod_tarjetas_Azul.mod_tarjetas.bb-1,
.mod_tarjetas_Azul.mod_tarjetas .bb-1{
    border-color: #3848A8;
}
.mod_datos_Azul .text__loop span {
    color: #fff;
}
.mod_datos_Azul .btn {
    color: #1A9EDA;
    background-color: #fff;
}
.mod_datos_Azul .btn:before {
    background-color: #fff;
}
.mod_datos_Azul input,
.mod_datos_Azul textarea {
    border-color: #3848A8;
    color: #fff;
    background: transparent;
}
.mod_datos_Azul input::placeholder,
.mod_datos_Azul textarea::placeholder {
    color: #fff;
}
.mod_datos_Azul .wpcf7-submit{
    background: #fff;
    color: #121212;
    padding: 13px 24px 14px !important;
}
.mod_datos_Azul label a{
    color: #000;
}
.mod_datos_cont{
    position: relative;
}
.mod_datos_cont span.mod_datos_linea{
    display: none;
    height: calc(100% + 60px);
    position: absolute;
    background: #ccc;
    width: 1px;
    left: 0px;
    top: 0px;
}
.mod_datos_cont span.mod_datos_linea1{
    left: 25%
}
.mod_datos_cont span.mod_datos_linea2{
    left: 50%
}
.mod_datos_cont span.mod_datos_linea3{
    left: 75%
}

ul{
    margin-top:0px;
}
li::marker {
    color: #3848A8;
}
.mod_tarjetas .card {
    color: #595958;
    line-height: 23px;
}
.mod_tarjetas_Azul.mod_tarjetas .col-12 {
    border-right: 1px solid #3848A8;
}
.mod_tarjetas_Azul .card .card__h{
    color: #3848A8;
}
.card.card__sinenlace{
    pointer-events: none;
}
.wpcf7-list-item-label{
    font-size: 16px;
    line-height: 24px;
}

.mod_datos_Azul .mod_datos_cont span.mod_datos_linea {
    background: #3848A8;
}
.mod_datos_Azul input:focus, 
.mod_datos_Azul textarea:focus{
    border-color: #57b2e0;
}

.mod_datos_Azul .wpcf7-list-item-label{
    color: #fff;
}
.mod_datos_Azul .colorBlanco,
.mod_datos_Azul .colorBlanco a{
    color: #fff !important;
}
textarea:focus,
input:focus{
    outline: none;
    border-color: #3848A8;
}
input[type=submit]:focus{
    outline: none;
    box-shadow: inset 0 0 0 2px #1D1D1B;
}
input[type=checkbox]:focus{
    outline: auto;
}

/*
.wpcf7-form-control{
    padding-top: 4px;
}
*/

.wpcf7-form label {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}

.modulo_call_to_action .col-10 {
    display: flex;
    background: #F0F0F0;
    min-height: 600px;
    align-items: center;
}

.modulo_call_to_action {
    position: relative;
}

.inner_call_to_action {
    display: flex;
}

.modulo_call_to_action .col-3 {
    /*height: 480px;*/
    width: 25vw;
    height: 25vw;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

/*
.mod_cta__img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
*/
.mod_cta__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* position: absolute; */
    height: 100%;
    z-index: 2;
    bottom: 0px;

}

.mod_cta__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod_cta_h{
    font-size: 66px;
    line-height: 66px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #3848A8;
    /*margin: 70px 40px;*/
    margin:0px;
    text-transform: uppercase;
    font-weight: 600;
}
.mod_cta_desc {
    padding: 0px 150px 40px 0px;
    font-size: 19px;
    line-height: 27px;
    font-weight: normal;
    color: #595958!important;
}
.mod_cta_btns {
    padding: 0px 0px;
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* text-align: center; */
}
/*
.mod_cta_btns .btn-cta{
    font-size: 34px;
    line-height: 50px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #121212;
    border: 3px solid #1A9EDA;
    background: transparent;
    border-radius: 74px;
    margin: 0px 15px 4px 0px;
    padding: 8px 20px 10px !important
}*/


.mod_cta_btns .btn-cta {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0px;
    color: #121212;
    background: transparent;
    border-radius: 0px;
    margin: 0px 15px 4px 0px;
    padding: 16px 36px 14px 36px !important;
    border: none;
    color: #fff;
    border: 2px solid #3848A8;
}

.mod_cta_btns .btn-cta:before {
    top: 0px;
    right: 0px;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 0px;
    background: #3848A8;
    position: absolute;
    z-index: -2;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mod_cta_btns .btn-cta:hover:before {
    width: 0%;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mod_cta_btns .btn-cta:after{
    display: none;
}
.mod_cta_btns .btn-cta:hover{
    color: #3848A8;
}
.mod_cta_btns a.btn-cta:last-child{
    margin: 0px;
}

.mod_datos_desc {
    padding: 60px 40px 60px 0px;
    max-width: 420px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}

.list_vert_entradas{

}
.list_vert_entradas a{
    display: block;
    text-decoration: none;
    padding: 60px;
    border-bottom: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.list_vert_entradas a:last-child{
    border: 0px;
}
.list_vert_entradas_1 a:last-child{
    border-bottom: 1px solid #ccc;
}
.list_vert_entradas a:before{
    height: 1000px;
    width: 1500px;
    background-color: #F1F7FC;
    position: absolute;
    z-index: -1;
    content: '';
    left: 0px;
    top: 300px;
    border-radius: 100%;
    margin-left: -270px;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list_vert_entradas a:hover:before{
    top:-230px;
}
.list_vert_entradas a h3{
    font-size: 31px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #121212;
    width: 60%;
    margin: 0px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
    height: 120px;
}
.list_vert_entradas a span{
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #3848A8;
    margin-top: 17px;
}
.list_vert_entradas a svg{
    position: absolute;
    bottom: 60px;
    right: 60px;
}
.list_vert_entradas a svg path{
    stroke: #3848A8;
}
.list_vert_entradas a img{
    position: absolute;
    bottom: 60px;
    right: 120px;
    border-radius: 167px;
    opacity: 0;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list_vert_entradas a:hover img{
    opacity: 1;

}





.list_vert_desc{
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    padding: 60px 40px;
    max-width: 640px;
}
.list_vert_desc p:last-child{
    margin: 0px;
}
.list_vert_desc_2{
    padding: 0px 100px 40px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #121212;
    max-width: 800px;
}
.list_vert_desc .icon_span .icon {
    top: -12px;
}


.list_vert_entradas_head,
.list_acor_head{
    height: 173px;
    border-bottom: 1px solid #ccc;
}


.dato{
    padding: 60px 60px 0px 60px;
    position: relative;
    z-index: 0;
    display: inline-block;
}

.dato:after {
    content: "";
    position: absolute;
    top: 30px;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    opacity: .3;
    right: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 50% 50%, 0 50%);
}

.dato .dato__numero{
    font-size: 130px;
    line-height: 127px;
    font-weight: 600;
    letter-spacing: -5px;
    color: #fff;
    margin-bottom: 16px;
}
.dato__num_dat.ani__counter {
    font-weight: 700;
}
.dato .dato__num_signo{
    font-size: 48px;
    font-weight: 500;
    display: inline-block;
    margin: 0px 0px 0px 12px;
    position: absolute;
    margin-top: -24px;
}
.dato .dato__txt{
    max-width: 250px;
    font-size: 20px;
    line-height: 24px;
    color:#fff;
    font-weight: initial;
}

.mod_datos_Azul{
    background: #F0F0F0;
}
.mod_datos_Azul .mod_datos_desc,
.mod_datos_Azul .mod_datos_desc p{
    color: #595958;
}
.mod_datos_Azul.bb-1,
.mod_datos_Azul .bb-1,
.mod_datos_Azul .bl-1,
.mod_datos_Azul .bt-1,
.mod_datos_Azul .br-1{
    border-color: #3848A8 !important;
}
.mod_datos_Azul .dato .dato__num_signo,
.mod_datos_Azul .dato .dato__numero{
    color: #fff;
}


.mod_carousel_Azul .carousel_foto_titulo_datos .carousel__item a,
.mod_carousel_Azul .mod_carousel_desc{
    border-color: #3848A8 !important;
}


.row-datos {
    margin-bottom: 60px;
    padding: 100px 0px 200px 0px;
    background: #3848A8;
    padding-left: 8.3333333333%;
    padding-right: 100px;
    position: relative;
}

.row-datos .col-6 {
    transform: translateX(-30px);
}

.row.row-datos:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    bottom: -1px;
    right: 0px;
}

.row.row-datos:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #F0F0F0;
    bottom: -1px;
    right: -100px;
    z-index: 99999;
}

.mod_carousel_desc{
    padding: 60px 40px;
}
.mod_carousel_desc a{
    overflow: hidden;
    width: 100%;
    position: relative;
    display: inline-block;

    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
.carousel__item_cta_btns .btn{
    margin-bottom: 4px;
    margin-right: 12px;
}

.carousel__item_img{
    overflow: hidden;
    width: 360px;
    height: 360px;
    border-radius: 360px;
    display: block;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}
.carousel__item_img span {
    position: absolute;
    background: #1A9EDA;
    color: #fff;
    top: -200px;
    height: 100%;
    left: 100%;
    width: 50%;
    text-align: left;
    padding: 354px 650px 0px 20px;
    font-weight: 400;
    opacity: 0.9;
    font-size: 20px;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 800px;
    height: 800px;
    border-radius: 900px;
    opacity: 0;
    line-height: 25px;
    z-index: 0;
}

.carousel__item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 0;
}
.carousel_foto_titulo_datos .carousel__item a{
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #1D1D1B;
    display: block;
    width: 480px;
    padding: 60px;
    border-right: 1px solid #ccc;
}
.carousel_foto_titulo_datos .carousel__item a:hover .carousel__item_img img {
    width: 105%;
    height: 105%;
}
.carousel_foto_titulo_datos .carousel__item a:hover .carousel__item_img span {
    opacity: 0.9;
    border-radius: 0%;
    left: 50%;

}
.carousel_slick_logos{
    position: relative;
}
.carousel__arrow,
.carousel__arrow2{
    overflow: hidden;
    position: absolute;
    bottom: 46px;
    padding: 0px 50px;
}
.mod_carousel .carousel__arrow {
    left: 8.3333%;
    padding: 0px!important;
    bottom:-20px;
}

.carousel__arrow .btn-arrow ,
.carousel__arrow2 .btn-arrow {
    float: left;
}
.carousel__arrow2 {
    top: -81px;
    right: 50px;
    height: 50px;
    padding: 0px;
    z-index: 2
}
.carousel__arrow{
    padding: 0px 40px;
}

.carousel_slick_imgs{
    position: relative;
}
.btn-arrow {
    background: #919190;
    padding: 0;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: none;
    width: 50px;
    height: 50px;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    position: relative;
    display: block;
    border: 0px;
    color:#fff; 
    cursor: pointer;
}


.btn-arrow svg path {
    stroke:#fff;
}

.btn-arrow {
    background:#3848A8;
    transition: all .3s ease;
}



.mod_slider .btn-arrow {
    background:#919190;
    transition: all .3s ease;
}






.mod_copy .btn-arrow {
    border: 2px solid #fff;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.mod_copy .btn-arrow:hover {
    background:#fff;
    transition: all .3s ease;
}

.mod_copy .btn-arrow svg path, .mod_copy .btn-arrow svg line {
    transition: all .3s ease;
} 

.mod_copy .btn-arrow:hover svg path, .mod_copy .btn-arrow:hover svg line {
    stroke:#3848A8;
    transition: all .3s ease;
}



.mod_copy .btn-arrow svg {
    width: 25px;
    height: 25px;
}


button.btn-arrow.btn-arrow-left {
    margin-right: 5px!important;
}

button.btn-arrow.btn-arrow-right {
    margin-left: 5px!important;
}

.btn-arrow .progress {
    position: absolute;
    display:none;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}


.btn-arrow:hover .progress {
    transform: scale3d(1.2, 1.2, 1);
}

.btn-arrow .progress__circle,
.btn-arrow .progress__path {
    fill: none;
    stroke: #A5D9F0;
    stroke-width: 2px;
}

.btn-arrow:focus-visible .progress__circle {
    fill: rgba(252,196,63,0.4);
}

.btn-arrow .progress__path {
    stroke: #1A9EDA;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.btn-arrow:hover .progress__path {
    stroke-dashoffset: 0;
}
.btn-arrow.btn-arrow-left svg.arrow{
    transform: rotate(180deg);
}

.mod_carousel_Azul .carousel__item a {
    color: #fff;
}
.carousel__item_tit{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 60px;
}

.mod_carousel_Azul .bb-1,
.mod_carousel_Azul .br-1,
.mod_carousel_Azul .bl-1,
.mod_carousel_Azul .bt-1{
    border-color: #3848A8; 
}
.mod_carousel_Azul .btn-arrow .progress__circle, 
.mod_carousel_Azul .btn-arrow .progress__path {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
}
.mod_carousel_Azul .btn-arrow .arrow path {
    stroke: #fff;
}
.mod_carousel_Azul .carousel__item_img span {
    background: #fff ;
    color: #1A9EDA;
}

.carousel__item_cta{
    width: 520px;
    padding: 60px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.carousel__item_cta .carousel__item_cta_img{
    height: 300px;
    width: 400px;
    background-color: #F1F7FC;
    border-radius: 300px;
    overflow: hidden;
    position: relative;
}
.carousel__item_cta .carousel__item_cta_img img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.carousel__item_cta_titulo{
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #1A9EDA;
    margin: 40px 0px 20px;
}
.carousel__item_cta_precio{
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #1D1D1B;
    margin-bottom: 8px;
}
.carousel__item_cta_desc{
    padding-right: 40px;
    margin-bottom: 40px;
}
.mod_list_vert{
    overflow: hidden;
}
.mod_carousel_titulo2,
.mod_list_vert_titulo{
    padding: 70px 40px;
    position: relative;
}
.mod_carousel_titulo2 .mod_carousel_titulo2_h,
.mod_list_vert_titulo .mod_list_vert_titulo_h{
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px;
}

.mod_carousel_titulo2{
    padding: 60px 0px 0px 8.3333333%;
    position: relative;
}

.mod_carousel.carrusel_imgs .mod_carousel_titulo2 {
	padding: 60px 0px 30px 8.3333333%;
}

.mod_carousel_titulo2 .mod_carousel_titulo2_h {
    color: #3848A8;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 15px;
    line-height: 1em;
}

.mod_carousel_titulo2 .btn {
    background: transparent;
    border: none;
    color: #595958;
    text-transform: uppercase;
    font-family: "OpenSans";
    font-weight: 500;
    letter-spacing: 0px;
    padding:0px 25px 0px 0px!important;
    position: relative;
}

.mod_carousel_titulo2 .btn-list-vert:after {
    content: "";
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center center;
    position: absolute;
    right: 0px;
    top: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.433' height='15.433' viewBox='0 0 15.433 15.433'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_2466' data-name='Rectángulo 2466' width='15.433' height='15.433' fill='none' stroke='%23707070' stroke-width='1.5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Flecha_diagonal' data-name='Flecha diagonal' transform='translate(0 0)'%3E%3Cg id='Grupo_13035' data-name='Grupo 13035' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_44693' data-name='Trazado 44693' d='M3.525,1H15.7V13.175' transform='translate(-0.987 -0.28)' fill='none' stroke='%233848A8' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Línea_984' data-name='Línea 984' x1='14.204' y2='14.204' transform='translate(0.509 0.72)' fill='none' stroke='%233848A8' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.mod_carousel_titulo2 .btn-list-vert {
    position: absolute;
    right: 8.3333%;
    top: calc(50% - 9px);
}

.mod_carousel_titulo2 .btn:hover {
    background: transparent!important;
    color: #595958!important;
}

.mod_list_vert_titulo_h .icon_span ,
.mod_carousel_titulo2_h .icon_span {
    width: 50px;
}
.mod_list_vert_titulo_h  .icon_span .icon ,
.mod_carousel_titulo2_h  .icon_span .icon {
    top: -7px;
    max-width: 50px;
}


.mod_list_vert_titulo {
    border-bottom: 1px solid #ccc;
}
.mod_list_vert_titulo-btn{
    padding-right: 200px;
}

.carousel__item_cr{
    /*width: 480px;*/
    width: 480px;
    padding: 60px 15px;
}

.carousel_cr_datos .slick-list {
    padding-left: calc(8.333333% - 15px);
}

.slick-cloned,
.carrusel__item_logos.slick-cloned{
    transform: none !important;
}
.carousel__item_cr a{
    text-decoration: none;
    display: block;
    color: #121212;
}
.carousel__item_cr a.activeArchivo .lds-ripple{
    opacity: 1;
}
.carousel__item_cr a img{
    border-radius: 0px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.carousel__item_cr a span.cr__tipo{
    color: #3848A8;
    display: inline-block;
    margin: 25px 0px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.carousel__item_cr a span.cr__img{
    border-radius: 0px;
    background-color: #3848A8;
    /*height: 344px;*/
    height:246px;
    display: block;
    position: relative;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /*overflow: hidden;*/
}
.carousel__item_cr a span.cr__img span {
    height: 90px;
    width: 90px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border-radius: 100%;
    background-color: #EDF9FF;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.carousel__item_cr  a.recurso_sin_imagen span.cr__img span {
    height: 75px;
    width: 75px;
    position: absolute;
    top: initial;
    left: initial;
    right: 0px;
    bottom: -1px;
    border-radius: 0px;
    background-color: #fff;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.carousel__item_cr a.recurso_sin_imagen h3 {
    position: absolute;
    top: 60px;
    left: 30px;
    color: #fff;
}


.carousel__item_cr .recurso_sin_imagen {
    position: relative;
    margin-bottom: 50px;
}

.carousel__item_cr .recurso_sin_imagen  span.cr__tipo {
    color: rgb(255 255 255 / 60%);
    position:absolute;
    top:28px;
    left:30px;
    margin:0px;
}


.carousel__item .cr__img svg path {
    stroke: #595958;
}


.carousel__item_cr a span.cr__img span svg {
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%,-50%);
}

.carousel__item_cr a h3{
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 88px;
    font-size: 25px;
    line-height: 30px;
    font-weight: initial;
    color: #595958;;
}

/*
.carousel__item_cr a:hover span.cr__img {
    margin: 10px;
    height: 204px;
}*/

.carrusel_imgs_datos{
    padding: 0px 0px 90px;
}
.carrusel_imgs .mod_carousel_titulo2{
    border-bottom: 0px;
}
.carrusel__item_imgs {
    transform: none !important;
}
.carrusel__item_imgs img {
    margin: 0px 10px;
    opacity: 0.4;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

    width: 850px;
    height: 480px;
    object-fit: cover;
    opacity:1;

}
.carrusel__item_imgs.slick-active img {
    opacity: 1;
}

/*
.carousel__item_cr a:focus span.cr__img span,
.carousel__item_cr a:active span.cr__img span{
    top: calc(50% - 250px);
    left: calc(50% - 250px);  
    height: 500px;
    width: 500px;
    transition-delay: 0.3s;
}
.carousel__item_cr a.activeArchivo:focus span.cr__img span,
.carousel__item_cr a.activeArchivo:active span.cr__img span{
    height: 90px !important;
    width: 90px !important;
    top: calc(50% - 45px) !important;
    left: calc(50% - 45px) !important;
}
*/

.slick-dots{
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.slick-dots li{
    float: left;
}
.slick-dots li button{
    font-size: 0px;
    height: 10px;
    width: 10px;
    border-radius: 0px;
    border: 0px;
    background-color: #919190;
    padding: 0px;
    margin: 0px 2px;
    cursor: pointer;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slick-dots li.slick-active button{
    background-color: #3848A8;
}

.carrusel__item_logos{
    width: 390px;
    margin: 0px 6px 0px 10px;
}
.carrusel__item_logos a{
    text-decoration: none;
    text-align: center;
    color: #121212;
    display: block;
}
.carrusel__item_logos a span{
    width: 390px;
    height: 240px;
    background: #F1F7FC;
    display: block;
    text-align: center;
    margin: 0px 0px 12px;
    position: relative;
    overflow: hidden;
}
.carrusel__item_logos a span img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
}
.list_acor-col,
.list_vert_entradas-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1px);
    flex: 0 0 calc(50% - 1px);
    max-width: calc(50% - 1px);
}

.list_acor,
.list_acor ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list_acor li{

}
.list_acor li a{
    position: relative;
    text-decoration: none;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #121212;
    display: block;
    padding: 32px 60px 32px 110px;
    border-bottom: 1px solid #ccc;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list_acor li:last-child a{
    border-bottom: 0px solid #ccc;
}
.list_acor ul li:last-child a{
    border-bottom: 1px solid #ccc;
}
.list_acor li a img{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
.list_acor li a svg{
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    position: absolute;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.list_acor li a.active svg{
    transform: translateY(-50%) rotate(-135deg)
}
.list_acor li a:hover{
    color: #1A9EDA;
}
.list_acor li a:hover svg path{
    fill: #1A9EDA;
}

.list_acor ul{
    display: none;
}
.list_acor ul li{
    color: #1A9EDA;
}
.list_acor ul li a {
    display: block;
    color: #1A9EDA;
    font-size: 20px;
    line-height: 26px;
    padding: 25px 60px 25px 130px;
}
.list_acor ul li a img {
    left: 74px;
}

.mod_vert_back_Azul{
    color: #fff;
    background: #1A9EDA;
}
.mod_vert_back_Azul .mod_list_vert_titulo .mod_list_vert_titulo_h ,
.mod_vert_back_Azul .list_vert_desc ,
.mod_vert_back_Azul .list_vert_desc_2,
.mod_vert_back_Azul .list_acor li a{
    color: #fff;
}

.mod_vert_back_Azul .list_acor li a img {
    filter: saturate(0%)  brightness(250%) contrast(100%);
}
.mod_vert_back_Azul .list_acor li a svg path {
    stroke: #fff;
}

.mod_vert_back_Azul .list_acor ul li:last-child a,
.mod_vert_back_Azul .mod_list_vert_titulo,
.mod_vert_back_Azul .br-1,
.mod_vert_back_Azul .list_acor_head,
.mod_vert_back_Azul .list_acor li a{
    border-color: #3848A8;
}

.list_vert_num{
    margin: 80px 0px 80px 0px;
}
.list_vert_num .list_vert_num_cont{
    margin: 0px 60px 0px 60px;
    padding-bottom: 0px;
    max-width: 590px;
    position: relative;
    padding-left: 120px;
    padding: 80px 0px 80px 126px;
    min-height: 220px;
}
.list_vert_num .list_vert_num_cont .lvnc__num{
    color: #1A9EDA;
    font-size: 60px;
    line-height: 70px;
    z-index: -1;
    width: 60px;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.list_vert_num .list_vert_num_cont .lvnc__num:before{
    height: 180px;
    width: 180px;
    border-radius: 180px;
    left: 0px;
    top: 0px;
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #F1F7FC;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.list_vert_num .list_vert_num_cont .lvnc__titu{
    letter-spacing: 0px;
    color: #1A9EDA;
    margin: 0px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list_vert_num .list_vert_num_cont .lvnc__desc{
    margin-top: 20px;
}
.list_vert_num .list_vert_num_cont.list_vert_num_cont_conDesc{
    padding: 80px 0px 40px 126px;
}
.list_vert_num .list_vert_num_cont.list_vert_num_cont_conDesc .lvnc__titu{
    position: relative;
    transform: none;
    top: 0px;
}
.list_vert_num .list_vert_num_cont.list_vert_num_cont_conDesc .lvnc__num{
    top: 72px;
    transform: none;
}

.mod_hitos{

}
.mod_hitos .hito__img{
    overflow: hidden;
    border-radius: 285px;
    width: calc(100% - 120px);
    height: 400px;
    margin: 80px 60px;
    position: relative;
    background-color: #F1F7FC;
}
.mod_hitos .hito__img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    /*    webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;*/
    /*transition-delay: 0;*/
    border-radius: 400px;
    opacity: 1;
    z-index: 8;
}
.mod_hitos .hito__img img.activa{
    animation: imgTop .8s ease-in-out;
    animation-fill-mode: forwards;
    border-radius: 285px;
    z-index: 9;
}
.mod_hitos .hito__img img.pasado{
    top: 0%;
    opacity: 1
}
.mod_hitos .hito__datos{
    max-width: 490px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod_hitos .hito__datos .hito__datos__fecha{
    height: 119px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    position: relative;
}
.mod_hitos .hito__datos .hito__datos__desc{
    padding: 0px 0px 0px 90px;
    position: relative;
    overflow: hidden;
    height: 170px;
}
.mod_hitos .hito__datos .hito__datos__desc .hito__datos__desc_g{
    position: absolute;
    top: 100%;
    webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
}
.mod_hitos .hito__datos .hito__datos__desc .hito__datos__desc_g.activa{
    top: 0%;
    opacity: 1;

}
.mod_hitos .hito__datos .hito__datos__desc .hito__datos__desc_g.pasado{
    top: -100%;

}
.mod_hitos .hito__datos .hito__datos__fecha span{
    color: #1A9EDA;
    display: block;
    height: 119px;
    font-size: 94px;
    line-height: 108px;
    font-weight: 500;
    position: absolute;
    top: 100%;
    webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
}
.mod_hitos .hito__datos .hito__datos__fecha span.activa{
    top: 0%;
    opacity: 1;
}
.mod_hitos .hito__datos .hito__datos__fecha span.pasado{
    top: -100%;
}
.mod_hitos .hito__datos .hito__datos__desc_titulo{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
}
.mod_hitos .hito__datos__nav{
    position: absolute;
    width: 58px;
    margin-top: -11px;
    z-index: 9;
}
.mod_hitos .hito__datos__nav button{
    width: 58px;
    height: 58px;
    border: 0px;
    background: transparent;
    text-align: center;
    transform: rotate(-90deg);
    padding: 0px;
    cursor: pointer;
}
.mod_hitos .hito__datos__nav button.hito__nav_bottom{
    transform: rotate(90deg) translateY(3px);
}

.mod_hitos .hito__datos__nav button.desactivado{
    opacity: 0.2;
}
.hito__anos{
    position: relative;
    text-align: center;
}
.hito__anos_cont{
    width: 100%;
    overflow: hidden;
}
.hito__anos ul{
    margin: 0px;
    padding: 20px 0px;
    list-style: none;
    display: inline-block;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hito__anos ul::-webkit-scrollbar {
    display: none;
}
.hito__anos ul li{
    float: left;
    padding: 20px 0px;

}
.hito__anos ul li a{
    font-size: 20px;
    line-height: 46px;
    color: #CCCCCC;
    font-weight: 300;
    margin: 0px 15px;
    display: inline-block;
    text-decoration: none;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 50px;
    text-align: center;
}
.hito__anos ul li a:hover{
    color: #1A9EDA;
}
.hito__anos ul li a.active{
    font-size: 39px;
    line-height: 46px;
    color: #1A9EDA;
    font-weight: 400;
    letter-spacing: -3px;
    width: 80px;
}

.hito__progreso{
    height: 6px;
    width: 0px;
    background: #1A9EDA;
    position: absolute;
    top: 0px;
    top: -3px;
    webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.mod_desplegables-asociaciones .mod_desplegables__cont{
    margin: 0px;
    border: 0px;
}
.mod_desplegables-asociaciones .desp__header a{
    padding-left: 40px;
}
.mod_desplegables-asociaciones .desp__body{
    max-width: 100%;
    margin-left: 0px;
    border-top: 1px solid #ccc;
    padding: 0px;
}
.list__aso{
    padding: 40px;
    position: relative;
    height: 100%;
    background: #FFF;
}
.list__aso.entidad_socia{
    background: #F1F7FC;
}
.list__aso .list__aso_tipo{
    color: #6B6B6B;
    position: relative;
    padding-left: 14px
}
.list__aso .list__aso_tipo:before{
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #6B6B6B;
    left: 0px;
    top: 10px;
}
.list__aso.entidad_socia .list__aso_tipo{
    color: #1A9EDA;
}
.list__aso.entidad_socia .list__aso_tipo:before{
    background-color: #1A9EDA;
}
.list__aso .list__aso_nombre{
    font-size: 31px;
    line-height: 38px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #1D1D1B;
    margin: 0px 0px 30px 0px;
}
.list__aso .list__aso_direccion{
    margin-bottom: 10px;
}
.list__aso_web{
    margin-top: 30px;
}
.mod_desplegables-asociaciones .col-12:nth-child(1),
.mod_desplegables-asociaciones .col-12:nth-child(2),
.mod_desplegables-asociaciones .col-12:nth-child(3){
    border-top: 0px;
    border-bottom: 1px solid #ccc;
}
.mod_desplegables-asociaciones .col-12:nth-child(4),
.mod_desplegables-asociaciones .col-12:nth-child(5),
.mod_desplegables-asociaciones .col-12:nth-child(6){
    border-top: 0px;
}

.text__loop-aso,
.text__loop-center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.mapa_aso_container{
    position: relative;
    height: 800px;
}
.mapa_aso_container .list__aso {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 480px;
    height: auto;
    display: none;
    border: 1px solid #ccc;
}

.mapa_aso_container .list__aso .list__aso_close{
    position: absolute;
    top: 20px;
    right: 20px;
    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0s;
    transition-duration: 0s;
    opacity: 0;
}
.mapa_aso_container .list__aso.active .list__aso_close{
    opacity: 1;
    transition-duration: 0.3s;
    transition-delay: 0.4s;
}

.mod_aso_map_listado_pro{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 691px;
    overflow: auto;
}
.mod_aso_map_listado_pro::-webkit-scrollbar {
    display: none;
}
.mod_aso_map_listado_pro li{
    margin: 0px;
    padding: 0px;
}
.mod_aso_map_listado_pro li a{
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 40px;
    letter-spacing: 0px;
    color: #1D1D1B;
    border-bottom: 1px solid #ccc;
    display: block;
    overflow: hidden;
    position: relative;
}
.mod_aso_map_listado_pro li a.active{
    background-color: #1A9EDA;
    color: #fff;
}
.mod_aso_map_listado_pro li a:before{
    position: absolute;
    height: 500px;
    width: 700px;
    background-color: #F1F7FC;
    position: absolute;
    z-index: -1;
    content: '';
    left: 0px;
    top: 80px;
    border-radius: 100%;
    margin-left: -100px;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mod_aso_map_listado_pro li a:hover:before{
    top: -150px;
}

.mod_aso_map_listado_pro li ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: none;
}
.mod_aso_map_listado_pro li ul li a{
    padding-left: 50px;
    color: #6B6B6B;
}
.mod_aso_map_listado_pro li ul li a.active{
    background-color: #C1E5F6;
    color: #3848A8;
}
.btn-map,
.btn-select{
    font-family: "PlusJakartaSans",Arial;
    border: 0px;
    background: #C1E5F6;
    color: #1D1D1B;
}
.btn-select:before,
.btn-map:before,
.btn-map:after{
    display: none;
}

.btn-select{
    padding: 8px 50px 10px 20px;
    height: 60px;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    /*background: url(images/icon-filter.svg) no-repeat #C1E5F6 center center;*/
    background:#3848A8;
    background-position-x: calc(100% - 25px);
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.mod_aso_map_head{
    padding: 30px 40px;
    border-bottom: 1px solid #ccc;
}

.mod_copy {
    min-height: 500px;
    margin-bottom: 60px;
    padding-bottom: 50px;
}

.mod_copy .mod_copy_cont {
    padding: 60px 60px 60px 60px;
    height: 100%;
    min-height: 500px;
    background: #3848A8;
}

.mod_copy .mod_copy_cont:before {
    content: "";
    position: absolute;
    width: 136px;
    height: 136px;
    background: #fff;
    clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 50%, 50% 50%, 50% 0);
    bottom: -1px;
    left: -1px;
}


.mod_copy .mod_copy_cont:after {
    content: "";
    position: absolute;
    width: 136px;
    height: 136px;
    background: #F0F0F0;
    clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 50%, 50% 50%, 50% 0);
    bottom: -68px;
    left: -68px;
}

.mod_copy .mod_copy_cont .row {
    width:100%;
    height:100%;
}

.mod_copy .mod_copy_txt {
    font-size: 38px;
    line-height: 48px;
    font-weight: initial;
    letter-spacing: 0px;
    color: #fff!important;
    max-width: 800px;
}


.mod_copy .mod_copy_txt p {
    color: #fff!important;
}

.mod_copy .mod_copy_txt p:last-child {
    margin: 0px;
}
.mod_copy .mod_copy_txt .icon_span {
    display: inline-block;
    height: 38px;
    width: 40px;
    position: relative;
}
.mod_copy .mod_copy_txt .icon_span .icon {
    top: -4px;
    width: 60px;
    height: 60px;
    max-width: 60px;
}
.mod_copy .mod_copy_desc {
    margin-top: 40px;
    max-width: 340px;
}
.mod_copy .mod_copy_enlace {
    display: inline-block;
    position: relative;
    top: calc(100% - 66px);
    float:right;
}
.mod_copy .text__loop-aso {
    position: relative;
    top: calc(100% - 246px);
    transform: none;
}
.mod_rs {
    padding: 34px 0px 0px 0px;
}
.mod_rs .text__loop{
    height: auto;
    padding: 10px 0px;
}

.text__loop-rs span{
    font-size: 39px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing:0px;
    color: #121212;
}


.mod_rs_in {
    text-align: center;
}

.mod_rs_in span {
    display: flex;
    justify-content: center;
}

.text__loop-rs span a, .mod_rs_in span a {
    font-size: 26px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #595958;
    text-decoration: none;
    margin: 0px 35px;
    position: relative;
    text-transform: uppercase;
    background: #F0F0F0;
    padding: 27px 50px 25px 58px;
    width: 100%;
    max-width: 400px!important;
}

.mod_rs_in span a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 34px;
    height: 34px;
    right: 0px;
    top: 0px;
}


.mod_rs_in span a:after {
    content: "";
    position: absolute;
    background: #3848A8;
    width: 34px;
    height: 34px;
    right: -34px;
    top: -34px;
    transition: all .3s ease;
}

.mod_rs_in span a:hover:after {
    right: 0px;
    top: 0px;
    transition: all .3s ease;
}


.text__loop-rs span a:before {
    top: -4px;
    left: -20px;
    content: '';
    height: 60px;
    width: calc(100% + 40px);
    border-radius: 40px;
    border: 3px solid #1A9EDA;
    background: transparent;
    position: absolute;
    z-index: -1;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0;
}
.text__loop-rs span a:hover:before {
    opacity: 1;
}

.mod_ent_titulo_grande{
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    margin: 80px 40px;
    max-width: 630px;
}
.mod_ent_titulo_grande img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    object-fit: cover;
    margin: 0px;
    display: inline-block;
    transform: translateY(10px);
    margin-top: -10px;
}
.mod_ent_titulo_grande .icon_span {
    display: inline-block;
    height: 46px;
    width: 60px;
    position: relative;
}
.mod_ent_titulo_grande  .icon_span .icon {
    top: 9px;
    max-width: 60px;
}

.mod_ent_colum{
    margin: 40px;
    display: block;
    position: relative;
    top: 44%;
    transform: translateY(-50%);
}
.mod_ent{
    min-height: 80vh;
}
.mod_ent .row{
    min-height: 80vh;
}
.mod_ent .mod_ent_colum_img{
    /*background: #C1E5F6;*/
    height: 246px;
    position: relative;
}
.mod_ent .mod_ent_colum_img img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 246px;
    max-width: 100%;
    object-fit: cover;
    height: 246px;
    width: 100%;
}
.mod_ent .mod_ent_colum_titulo{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1D1D1B;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
}
.mod_ent .mod_ent_colum_titulo:before{
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #1A9EDA;
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
}
.mod_ent_colum_list{
    padding-right: 30px;
    max-height: calc(85vh - 456px);
    overflow: auto;
}
.mod_ent_colum_list ul{
    position: relative;
    list-style: none;
    margin: 40px 0px;
    padding: 0px;
}

.mod_ent_colum_list ul li a{
    color: #121212;
    text-decoration: none;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding-bottom: 12px;
    display: inline-block;
}
.mod_ent_colum_list ul li a:hover{
    color: #3848A8;
}

img.mod_ent_img_hover{
    position: absolute !important;
    display: none;
}
.mod_slider .slider_txt_pre{
    position: relative;
    padding-left: 16px;
    margin-bottom: 30px;
}
.mod_slider .slider_txt_pre:before{
    width: 8px;
    height: 8px;
    border-radius: 0px;
    background: #595958;
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;

}
.mod_slider .slider_txt_pre .slider_txt_pre_span{
    font-size: 16px;
    text-transform: uppercase;
    color: #595958;
    line-height: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.mod_slider .slider_txts{
    padding: 100px 160px 100px 16.6666%;
    overflow: hidden;
    height: 840px;
    /*height:600px;*/
}
.mod_slider .slider_txt_titulo {
    height: 250px;
    min-height: 73px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    /* background: red; */
}
.mod_slider .slider_txt_titulo .slider_titulo{
    padding-top: .1em;
    font-size: 66px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #3848A8;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
    position: absolute;
    top: 100%;
    /* webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; */
    height: 250px;
    max-width: 100%;
    /* overflow: hidden; */
    max-width: 900px;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4; 
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
.mod_slider .slider_txt_titulo .slider_titulo.active{
    top: 0px;
}
.mod_slider .slider_txt_titulo .slider_titulo.pasado{
    top: -100%;
}

.anima-active-to-down {
    animation-name: anima-active-to-down;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.anima-active-to-up{
    animation-name: anima-active-to-up;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.anima-down-to-active {
    animation-name: anima-down-to-active;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.anima-up-to-active {
    animation-name: anima-up-to-active;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes anima-active-to-down {
    from {top: 0px;}
    to {top: 100%;}
}
@keyframes anima-active-to-up {
    from {top: 0px;}
    to {top: -100%;}
}
@keyframes anima-down-to-active {
    from {top: 100%;}
    to {top: 0%;}
}
@keyframes anima-up-to-active {
    from {top: -100%;}
    to {top: 0%;}
}

.mod_slider .slider_txt_titulo img{
    width: 156px;
    height: 78px;
    border-radius: 121px;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
    transform: translateY(13px);
}
.mod_slider .slider_txt_desc{
    font-size: 20px;
    line-height: 28px;
    font-weight: 0;
    width: 390px;
    margin-right: 0px;
    float: left;
    letter-spacing: 0px;
    color: #121212;
    height: 145px;
    min-height: 27px;
    position: relative;
    overflow:hidden; 

}
.mod_slider .slider_txt_desc .slider_txt_desc_cont{
    position: absolute;
    top: 100%;
    /* webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; */
    height: 145px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5; 
}
.mod_slider .slider_txt_desc .slider_txt_desc_cont.active{
    top: 0px;
}
.mod_slider .slider_txt_desc .slider_txt_desc_cont.pasado{
    top: -100%;
}
.mod_slider .slider_images{
    /*height: 540px;*/
    height:100%;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.mod_slider .slider_images a{
    position: absolute;
    top: 100%;
    left: 0px;
    opacity: 0;
    /* webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; */
    /* max-width: 1000px; */
    max-width: 100%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}



.mod_slider .slider_images a.active{
    top: 0%;
    opacity: 1;
}

.mod_slider .slider_images img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    position: absolute;
    top: 0%;
    left: 0px;
    webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    /*max-width: 1000px;*/
    max-width: 100%;
    margin: auto;
    display: block;
}
.mod_slider .slider_images a.active{
    top: 0px;
    opacity: 1;
}
.mod_slider .slider_images a.pasado{
    top: -100%;
    opacity: 0;
}
.animaIMG-active-to-down {
    animation-name: animaIMG-active-to-down;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.animaIMG-active-to-up{
    animation-name: animaIMG-active-to-up;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.animaIMG-down-to-active {
    animation-name: animaIMG-down-to-active;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.animaIMG-up-to-active {
    animation-name: animaIMG-up-to-active;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes animaIMG-active-to-down {
    from {top: 0px; opacity: 1;}
    to {top: 100%; opacity: 0;}
}
@keyframes animaIMG-active-to-up {
    from {top: 0px; opacity: 1;}
    to {top: -100%; opacity: 0;}
}
@keyframes animaIMG-down-to-active {
    from {top: 100%; opacity: 0;}
    to {top: 0%; opacity: 1;}
}
@keyframes animaIMG-up-to-active {
    from {top: -100%; opacity: 0;}
    to {top: 0%; opacity: 1;}
}


.slider_images a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 271px;
}
.slider_images a:after{
    background: #3848A8;
    opacity: 1!important;
    position: absolute;
    opacity: 0;
    bottom: 0px;
    right: 123px;
    width: 123px;
    height: 123px;
    content: '';
    z-index: 9;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.433' height='15.433' viewBox='0 0 15.433 15.433'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_2466' data-name='Rectángulo 2466' width='15.433' height='15.433' fill='none' stroke='%23707070' stroke-width='1.5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Flecha_diagonal' data-name='Flecha diagonal' transform='translate(0 0)'%3E%3Cg id='Grupo_13035' data-name='Grupo 13035' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_44693' data-name='Trazado 44693' d='M3.525,1H15.7V13.175' transform='translate(-0.987 -0.28)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='2'/%3E%3Cline id='Línea_984' data-name='Línea 984' x1='14.204' y2='14.204' transform='translate(0.509 0.72)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.mod_slider .slider_images a:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 123px;
    bottom: 0px;
    right: 0px;
    background: #FFF;
    z-index: 1;
}

.slider_images a:hover:before{
   /* opacity:0.5;*/
}
.slider_images a:before{
    z-index: 10;
    background: url(images/flecha-slider.svg) center center no-repeat transparent;
}
.slider_images a:hover:after{
    opacity:1;
}
.mod_slider .slider_arrow{
    position: absolute;
    bottom: 153px;
    /*left: 155px;*/
    width: 120px;
    overflow: hidden;
}
.mod_slider .slider_arrow .btn-arrow{
    margin: 0px;
    float: left;
}

.mod_slider .btn-arrow-right svg {
    transform: rotate(-180deg);
}

.mod_slider .slider_nav {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateY(-50%)!important;
}
.mod_slider .slider_nav .slider_nav_cont{
    display: inline-block;
    position: relative;
}
.mod_slider .slider_nav .slider_nav_cont .slider_nav_cont_guia{
    width: 10px;
    height: 10px;
    background: #3848A8 0% 0% no-repeat padding-box;
    border-radius: 0px;
    display: block;
    position: absolute;
    left: 4px;
    top: 0px;
    webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.mod_slider .slider_nav a{
    text-decoration: none;
    display: inline-block;
    float: left;
    margin:0px 4px;
}
.mod_slider .slider_nav a span{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 0px;
    display: block;
}

.mod_slider.mod_slider_menosuno .slider_txts {
    height: 740px;
}


.mod_acciones{
    background-color: #1A9EDA;
    color: #fff;
    padding-bottom: 60px;
}
.mod_acciones .mod_acciones_fila{
    position: relative;
    margin: 100px 0px;
    overflow: hidden;
}
.mod_acciones .mod_acc_title{
    padding: 60px 40px 40px;
}
.mod_acciones .mod_acciones_fila .mod_acciones_fila_cont {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
.mod_acciones .mod_acciones_fila a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #1D1D1B;
    overflow: hidden;
    padding: 0px 70px 0px 0px;
}
.mod_acciones .mod_acciones_fila a p{
    margin: 0px;
}
.mod_acciones .mod_acciones_fila a span{
    font-size: 117px;
    line-height: 127px;
    font-weight: 500;
    letter-spacing: -2.11px;
    color: #fff;
}

.mod_acciones .mod_acciones_fila a img{
    width: 350px;
    height: 170px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 170px;
    float: left;
    margin: 0px 20px 0px 0px;
}
.mod_acciones .mod_acciones_fila a.Circular img{
    width: 170px;
}

.indice{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 99999;
    width: calc(16.666666666666% + 1px);
    max-height: 100vh;
    overflow: auto;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition-delay: 0s;
}
.indice.oculto{
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
}

.indice::-webkit-scrollbar {
    display: none;
}
.indice ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #ccc;
    background: #fff;
}
.indice ul li{

}
.indice ul li a{
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    text-decoration: none;
    display: block;
    padding: 24px 40px 24px 13px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;


}
.indice ul li a span.sup{
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #1A9EDA;
    display: inline-block;
    margin-right: 6px;
    float: left
}
.indice ul li a span.progreso{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
    width: 20%;
    background-color: #1A9EDA;
    display: none;
}

.indice ul li a i{
    position: absolute;
    top: 16px;
    right: 0px;
    height: 48px;
    width: 48px;
    text-align: center;
    display: none;
    transform: rotate(0deg);
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.indice ul li a i svg{
    margin-top: 21px;
}
.indice ul li a.active{
    background-color: #EDF9FF;
}
.indice ul li a.active i{
    display: block;
}
.indice.plegado ul li a{
    height: 0;
    padding: 0px 40px 0px 13px;
    border-bottom: 0px solid #ccc;
    border-right: 0px solid #ccc;
}
.indice.plegado ul li a.active{
    height: auto;
    padding: 24px 40px 24px 13px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.indice.plegado ul li a.active i{
    transform: rotate(180deg);
}
.indice ul li a.active span.progreso{
    display: block;
}

.cta_fixed{
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 9;
    overflow: hidden;
    line-height: 18px;
    padding: 12px 18px 12px;
}
.cta_fixed img{
    height: 18px;
    width: auto;
    float: right;
    margin-left: 6px;
}
.cta_fixed.cta_fixed_negro{
    background: #1D1D1B;
}
.cta_fixed.cta_fixed_negro:before, 
.cta_fixed.cta_fixed_negro:after {
    background: #1D1D1B;
}

.mod_form_cont {
    max-width: 100%;
    margin: 70px 0px 60px 0px;
}

.mod_form_cont .col-xm-6 {
    padding-left: 13px;
    padding-right: 12px;
}

.mod_form_cont p {
    margin-bottom: 0px;
    color: #595958;
}

.mod_form_cont p a {
    font-weight: 600;
    text-decoration:none;
}

span.wpcf7-not-valid-tip {
    transform: translateY(-25px);
}

.text__loop-form{
    position: relative;
    top: calc(100% - 240px); 
}

.mod_donacion_img_cont{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.mod_donacion_img_cont img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.mod_donacion_give{
    height: 80vh;
    overflow: auto;
    width: 100%;
}
.mod_donacion_give iframe{
    width: 100% !important;
}
.mod_donacion_video{
    overflow: hidden;
    z-index: 0;
    position: relative;
    height: 100%;
    width: 100%;
}
.mod_donacion_video video{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%,-50%);
    z-index: 0;
}


.recurso{
    padding: 30px;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    display: block;
    border-bottom: none;
    min-height: 343px;
    overflow: hidden;
    position: relative;
    background: #F0F0F0;
    margin: 30px 40px;
}

.recurso:before {
    background-color: #EDF9FF;
    top: 350px;
    left: -12.5vw;
    height: 50vw;
    width: 50vw;
    border-radius: 1000px;
    content: '';
    position: absolute;
    z-index: -1;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.recurso:hover:before {
    background-color: #EDF9FF;
    top: 0;
    left: -12.5vw;
    height: 50vw;
    width: 50vw;
    border-radius: 0px;

}


.listado_recusos .col-12{
    /*border-right: 1px solid #ccc;*/
}
.listado_recusos .col-12:nth-child(4n){
    border: 0px;
}
.listado_recusos{
    position: relative;
}
/*
.listado_recusos:before{
    height: 1px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #ccc;
    content: '';
    position: absolute;
}
*/

#listado_recursos h3{
    font-size: 39px;
    font-weight: initial;
    line-height: 49px;
    margin: 0px;
    padding: 60px;
    letter-spacing: 0px;
    color: #595958;
}

.recurso .recurso__cats{
    display: block;
    margin-bottom: 15px;
    height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 700;
}

.recurso .recurso__cats {
    text-transform: uppercase;
}

.recurso .recurso__cats u {
    text-decoration: none;
}

.recurso .recurso__titulo {
    font-size: 25px;
    line-height: 30px;
    color: #595958;
    display: block;
    height: 123px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.recurso .recurso__tipo{
    position: absolute;
    bottom: 25px;
    left: 40px;
    width: 165px;
    font-size: 16px;
    color: #3848A8;
    height: 34px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.recurso .recurso__tipo span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.recurso .recurso__ico {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 75px;
    width: 75px;
    background: #3848A8;
    transition: all .3s ease;
}

.recurso .recurso__ico svg{
    height: 75px;
    width: 75px;
}

.recurso .recurso__ico svg circle {
    display: none;
}

.recurso .recurso__ico svg path {
    fill: #fff;
    transition: all .3s ease;
}

.recurso:hover .recurso__ico svg path {
    fill: #3848A8;
    transition: all .3s ease;
}

.recurso:hover .recurso__ico {
    background:#fff;
    transition: all .3s ease;
}

.recurso:hover .recurso__ico svg circle{
    fill:#C1E5F6;
}
.pop-up-icon-contenedor{
    min-height: 76px;
    position: relative;
}


.faldon_archivo{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #3848A8;
    padding: 80px 20px;
    display: none;
    box-shadow: 0px -50px 99px #1212121A;
    z-index: 99999999;
}
.faldon_archivo .faldon_archivo_container{
    max-width: 1460px;
    margin: 0px auto;
    color: #fff;
}
.faldon_archivo .faldon_titulo{
    font-size: 31px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px 0px 30px;
    max-width: 662px;
}
.faldon_archivo .faldon_desc{
    color: #FFFFFF;
    max-width: 590px;
}
.faldon_archivo .faldon_dato{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 20px;
}
.faldon_archivo .faldon_dato span{
    font-size: 16px;
    line-height: 24px;
    font-weight: initial;
    display: block;
    letter-spacing: 0px;
    color: rgb(255 255 255 / 50%);
    margin: 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.faldon_archivo .faldon_datos_row .col-12:nth-child(1) .faldon_dato,
.faldon_archivo .faldon_datos_row .col-12:nth-child(2) .faldon_dato{
    margin-top: 0px;
}
.faldon_archivo .btn-download{
    margin-top: 32px;
    margin-right: 10px;
    text-transform: uppercase;
}

.btn-white{
    color: #1A9EDA;
}
.btn-white:before, 
.btn-white:after{
    background-color: #fff;
    /*border-radius: 36px;*/
}
.btn-white:hover:before, 
.btn-white:hover:after{
    background-color: #fff;
    /*border-radius: 48px;*/
}
.btn-download{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #595958; 
    padding: 18px 36px 18px;
    background:#fff!important;
}
.btn-download svg{
    height: 24px;
    width: auto;
    float: right;
    margin: 0px 0px 0px 12px;
}
.btn-vistaprevia {
    padding-right: 56px !important;
}
.btn-vistaprevia svg{
    position: absolute;
    margin-top: 1px;
}


.faldon_archivo .faldon_archivo_close {
    width: 70px;
    height: 70px;
    background: #F0F0F0;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    left: initial;
    padding: 24px;
    right: 0px;
}

a.faldon_archivo_close svg path {
    stroke: #595958;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.lds-ripple div {
    position: absolute;
    border: 35px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -1s;
}
.recurso.activeArchivo .lds-ripple{
    opacity: 1;
}

.pop-up{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999999;
    display: none;
}
.pop-up:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000000;
    z-index: -1;
    content: '';
}
.pop-up .pop-up-container{
    width: 100%;
    max-width: 960px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #1A9EDA;
    color: #fff;
    box-shadow: 0px 0px 20px #00000033;
}
.pop-up .pop-up-data{
    padding: 60px;
}
.pop-up .pop-up-data .pop-up-titulo {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #3848A8;
    text-transform: uppercase;
}
.pop-up .pop-up-data .pop-up-desc{
    margin-bottom: 60px;
}
.pop-up-close {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up-close svg {
    width: 17px;
}

.pop-up-imagen{
    position: relative;
    height: 100%;
    width: 100%;
}
.pop-up-imagen img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pop-up-color-Blanco .pop-up-container{
    background-color: #fff;
    color: #121212;
}
.pop-up-container-small{
    max-width: 688px !important;
}
.pop-up-container-small .pop-up-data{
    padding: 50px 40px;
}
.pop-up-container-small .pop-up-desc{
    max-width: 490px;
}
.pop-up-color-Blanco .pop-up-close svg path{
    stroke: #121212;
}
.pop-up-btns a{
    margin-right: 8px;
    color: #1D1D1B;
    font-weight: 500;
    margin-bottom: 8px;
}
.pop-up-color-Blanco .pop-up-btns a{
    color: #fff;
}

.pop-up-icon{
    padding: 13px 16px 16px 66px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.pop-up-icon svg{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) scale(1.2);
}
.pop-up-listado{
    max-height: 565px;
    overflow: auto;
    border-top: 1px solid #ccc;
}
.pop-up-listado ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.pop-up-listado ul li{
}
.pop-up-listado ul li a{
    padding: 11px 20px;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #595958;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pop-up-listado ul li a.active, .pop-up-listado ul li a:hover {
    /* background-color: #EDF9FF; */
    color: #3848A8;
    /* font-weight: 600; */
}
.pop-up-listado ul li a{
    transition: all .3s ease;
}

.pop-up-listado ul li a.active{
    background: #f0f0f0;
    transition: all .3s ease;
}
.pop-up-aceptar{
    margin-top: 40px;
    text-transform: uppercase;
}

.badges {
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #F0F0F0;
    color: #3848A8;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    font-weight: 600;
    top: -5px;
    right: -8px;
    display: none;
    z-index: 2;
}


.e404_data{
    height: calc(100vh - 108px);
}
.e404_txt_mov{
    position: relative;
    top: calc(100% - 300px);
}

.e404_data_txt{
    position: relative;
    top: 50%;
    font-size: 20px;
    line-height: 46px;
    font-weight: initial;
    letter-spacing: 0px;
    color: #3848A8;
    margin: 0px auto;
    max-width: 100%;
    padding: 0px 20px;
    transform: translateY(-50%);
    text-align: center;
}

.e404_data_txt p {
    margin-bottom: 50px;
    color: #595958;
    max-width: 325px;
    line-height: 27px;
    margin: 0px auto 60px auto;
}

.e404_data_txt h1 {
	font-size: 120px;
	margin-top:0px;
	margin-bottom: 12px;
	line-height: 1em;
}

.e404_flecha{
    display: block;
    margin: 40px;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 80px);
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.e404_flecha:hover{
    transform: scale(0.9);
}


#cookie-law-info-bar {
    max-width: 670px !important;
    max-height: unset !important;
    top: auto !important;
    left: auto !important;
    right: 60px !important;
    bottom: 60px !important;
    background: #3848A8 !important;
    color: #fff !important;
    padding: 60px 50px 40px 60px !important;
    height: auto !important;
    width: 670px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    z-index: 99999999;
    overflow: hidden !important;
}
.cli-modal.cli-blowup{
    z-index: 999999999;
}
#cookie-law-info-bar .avi-container{
    text-align: left;
    color: #fff !important;
}
#cookie-law-info-bar .avi-container p {
    text-align: left;
    color: #fff !important;
    margin-right: 30px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 70px;
    font-weight:500;
    padding-right: 30px;
}
#cookie-law-info-bar .avi-container .avi-titulo{
    font-size: 25px;
    font-weight: 600;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cli-plugin-button,
.cli-tab-footer .wt-cli-privacy-accept-btn{
    padding: 14px 24px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    border: 1px solid #fff !important;
    margin: 0px 8px 0px 0px !important;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: uppercase;
}

#wt-cli-accept-all-btn {
    color: #595958;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    background: #3848A8!important;
}

.cli-modal .cli-modal-close{
    width: 50px;
    height: 50px;
    background: #F0F0F0!important;
    border-radius: 0px;
    cursor: pointer;
}


.cli-tab-footer .wt-cli-privacy-accept-btn:hover{
    background: transparent !important;
    color: #fff !important;
}
.cli-privacy-overview {
    margin-bottom: 38px;
}
.cli-plugin-button.wt-cli-accept-all-btn:hover{
    background: #3848A8 !important;
    color: #fff !important;
}
a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button:hover {
    background: #fff !important;
    color: #1D1D1B !important;
}
.cli-modal-backdrop {
    z-index: 99999998 !important;
}
.cli-modal-backdrop.cli-show{
    background: #000000 !important;
    opacity: 0.3 !important;
    height: 100vh;
}
.cli-modal .cli-modal-dialog {
    max-width: 670px !important;
}

.cli-modal-dialog{
    position: absolute !important;
    bottom: 60px !important;
    top: auto !important;
    right: 60px !important;
    width: 670px !important;
}
.cli-modal.cli-blowup .cli-modal-dialog {
    animation: none !important;
    margin: 0px;
}

.cli-modal-content {
    position: fixed !important;
    bottom: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    background: #3848A8 !important;
    color: #fff !important;
    padding: 60px;
}
.cli-tab-container h4, .cli-tab-container h1{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}
.cli-tab-container p, .cli-privacy-content-text{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0;
    padding: 0;
    color:#fff;
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 66px!important;
}
.cli-tab-container .cli-row::-webkit-scrollbar {
    display: none;
}

a.cli-privacy-readmore {
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    text-decoration: underline;
}

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 0px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    border-radius: 0px;
    color: #fff;
}

.cli-row .cli-tab-section:first-child {
    border-top: 1px solid rgb(255 255 255 / 40%);
}

span.cli-necessary-caption {
    color: #fff!important;
    font-size: 12px;
}

.cli-tab-header a.cli-nav-link{
    color: #fff;
}
.cli-tab-header a:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border: none;
    content: "+";
    transform: none;
    width: 20px;
    height: 20px;
    font-size: 30px;
    font-weight: 100!important;
    text-transform: initial;
    float: left;
    display: flex;
    font-family: "OpenSans";
    line-height: 17px;
}
.cli-tab-content,
.wt-cli-cookie-description{
    background: transparent;
    color: #fff;
}
.cli-tab-content{
    border-bottom:1px solid rgb(255 255 255 / 40%)
}
.cli-tab-section .cli-tab-content {
    padding: 20px 75px 20px 33px;
}
.cli-switch .cli-slider:after{
    display: none;
}

.cli-switch .cli-slider {
    background-color: #F0F0F0;
    height: 19px;
    border-radius: 0px;
}

.cli-switch .cli-slider:before{
    background-color: #595958;
    border: 0px;
    left: 2px !important;
    border-radius:0px;
}
.cli-switch input:checked + .cli-slider:before{
    background: #3848A8;
}
.cli-switch input:checked + .cli-slider{
    background-color: #F0F0F0 !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn{
    background-color: #fff;
    color: #595958;
    float: left;
}
.cli-modal-close svg {
    fill: #595958;
}

.cli-tab-footer {
    padding: 60px 0!important;
}

.btn-list-vert{
    position: absolute;
    right: 50px;
    top: calc(50% - 24px)
}
.btn-light{
    border: 2px solid #1A9EDA;
    background: #fff;
    color: #121212;
}
.btn-light.btn:before{
    background: #fff;
}
.btn-light.btn:hover:before, .btn-light.btn:hover:after{
    display: none;
}
.btn-light.btn:hover{
    background: #1A9EDA;
    color: #fff;
}
.cli-barmodal-open{
    height: 100vh;
}
.cli-barmodal-open .indice,
.cli-modal-open .indice{
    z-index: 999999;
}

small{
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    color: #6b6b6b;
}

footer {
    padding-top: 100px;
    margin-top: 50px;
    position: relative;
}

footer:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 98px;
    top: 98px;
    left: 0px;
    background: #fff;
}

footer:before {
    content: "";
    position: absolute;
    width: 98px;
    height: 98px;
    top: 0px;
    left: 0px;
    background: #F0F0F0;
}

footer .footer__body{
    background: #3848A8;
    color: #fff;
}
footer .footer__body a{
    color: #fff;
    text-decoration: none;
    font-weight: initial;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    white-space: nowrap;
}
footer .footer__body a:hover{ 
    /*color: #1D1D1B;*/
}
footer .footer__menu{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
}

.rsss {
    display: flex;
}

a.rs {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: all .3s ease;
}

a.rs:hover {
	background:#919190;
	transition: all .3s ease;
}

.logo-centered {
    text-align: right;
}


footer .footer__menu .footer__menu_title, .footer__menu__cont .row:first-child .col-12:first-child a{
    padding: 0px;
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: normal;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
}

.footer__menu__cont .row:first-child .col-12:first-child a {
    margin-bottom: 15px;
    display: block;
}

.footer__menu__cont .row:first-child .col-12:first-child {
    margin-left: 0px;
}

footer .footer__body a:hover h4{
    color: #fff;
}
footer .footer__menu ul{
    padding: 0px;
    margin: 0px 0px 0px;
    list-style: none;
}

footer .footer__menu-newsletter{
    padding: 60px;
}
footer .footer__menu_bottom{
    list-style: none;
    margin: 60px;
    padding: 0px;
    overflow: hidden;
}
footer .footer__menu_bottom li{
    float: left;
    padding: 0px 60px 0px 0px;
}
footer .footer__menu_bottom li a{
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
footer .footer__copy{
    margin: 60px;
}

footer .footer__newsletter_email{
    background: #fff;
    height: 66px;
    border-radius: 66px;
    position: relative;
    margin-top: 30px;
}
footer .footer__newsletter_email input{
    border: 0px !important;
    background: transparent !important;
    font-size: 20px !important;
    line-height: 28px !important;
    width: 100% !important;
    padding: 18px 75px 18px 30px !important;
}

footer .footer__newsletter_email input::placeholder{
    font-size: 20px !important;
}

footer .footer__newsletter_email button{
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #1A9EDA;
    height: 54px;
    width: 54px;
    border-radius: 54px;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
    cursor: pointer;
}

footer .footer__newsletter_email_btn{
    display: block;
    background: #fff;
    height: 66px;
    border-radius: 66px;
    position: relative;
    margin-top: 30px;
    line-height: 66px !important;
    padding: 0px 75px 0px 30px !important;
    color: #000000 !important;
    max-width: 300px;
}
footer .footer__newsletter_email_btn span{
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #1A9EDA;
    height: 54px;
    width: 54px;
    border-radius: 54px;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}


footer .footer__body .bl-1{
    border-left: 1px solid #3848A8;
}
footer .footer__body .br-1{
    border-right: 1px solid #3848A8;
}
footer .footer__body .bt-1{
    border-top: 1px solid #3848A8;
}
footer .footer__body .bb-1{
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

footer .footer__menu__cont,
footer .footer__contacto{
    padding: 80px 16.6666666667%;
}

.footer__menu__cont .col-xl-2.offset-2 {
    margin-left: auto;
}


.footer__menu__cont .col-xl-2.offset-2 .footer__menu {
    width:160px;
    margin-left: auto;
}

.footer__menu_desc a {
    display: flex;
}

.footer__contacto .col-12:nth-child(3) .footer__menu {
    margin-top: 24px;
}

/*
.footer__faldon {
    width: 100%;
    padding: 48px 95px;
    background-color: #fff;
}
.faldon__inner {
    width: 100%;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.faldon__inner img {
    height: 84px;
}

@media screen and (max-width: 1366px) {
    .footer__faldon {
        padding: 40px 70px;
    }
    .faldon__inner {
        gap: 50px;
    }
    .faldon__inner img {
        height: 70px;
    }
}
@media screen and (max-width: 1024px) {
    .footer__faldon {
        padding: 32px 80px;
    }
    .faldon__inner {
        gap: 40px;
    }
    .faldon__inner img {
        height: 56px;
    }
}
@media screen and (max-width: 600px) {
    .footer__faldon {
        padding: 29px 18px 25px;
    }
    .faldon__inner {
        gap: 15px 39px;
        justify-content: flex-end;
    }
    .faldon__inner img {
        height: 53px;
    }
    .faldon__inner img.full-mobile {
        height: unset;
        width: 100%;
    }
}*/


.footer__faldon {
    width: 100%;
    padding: 48px 95px;
    background-color: #fff;
}
.faldon__inner {
    width: 100%;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.faldon__inner img {
    height: 84px;
}

@media screen and (max-width: 1440px) {
    .faldon__inner {
        gap: 40px;
    }
    .faldon__inner img {
        height: 68px;
    }
}

@media screen and (max-width: 1366px) {
    .footer__faldon {
        padding: 40px 70px;
    }
    .faldon__inner {
        gap: 36px;
    }
    .faldon__inner img {
        height: 64px;
    }
}
@media screen and (max-width: 1024px) {
    .footer__faldon {
        padding: 32px 60px;
    }
    .faldon__inner {
        gap: 26px;
    }
    .faldon__inner img {
        height: 48px;
    }
}
@media screen and (max-width: 768px) {
    .footer__faldon {
        padding: 32px 40px;
    }
}
@media screen and (max-width: 600px) {
    .footer__faldon {
        padding: 29px 18px 25px;
    }
    .faldon__inner {
        gap: 15px 39px;
        justify-content: center;
    }
    .faldon__inner img {
        height: 53px;
    }
    .faldon__inner img.full-mobile {
        height: unset;
        width: 100%;
    }
}


footer a.footer__arbol {
    display: none;
}
.mod_articulo .mod_articulo_cont p,
.mod_articulo .mod_articulo_cont ul {
    max-width: 700px;
    margin-bottom: 50px;
    font-size: 19px;
    line-height: 29px;
}
@media screen and (max-width: 1366px) {
    .mod_articulo .mod_articulo_cont p,
    .mod_articulo .mod_articulo_cont ul {
        font-size: 16px;
        line-height: 23px;
    }
}
.icon_span{
    display: inline-block;
    height: 26px;
    width: 50px;
    position: relative;
    text-align: center;
}
.icon_span .icon{
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 50%;
    max-width: 48px;
    height: auto;
    transform: translateX(-50%);
}
.wpcf7-not-valid-tip {
    color: #EA1313 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    background: #EA1313 0% 0% no-repeat padding-box !important;
    box-shadow: -3px 3px 10px #00000033 !important;
    border-radius: 20px !important;
    color: #fff !important;
    padding: 16px 20px !important;
    border: 0px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 0% 0% no-repeat padding-box !important;
}
#mod_aso_map_listado_movil-button span{
    display: none;
}
.ui-button:hover, .ui-button:focus {
    border: 0 !important;
    background: transparent !important;
    font-weight: normal !important;
    color: #2b2b2b;
}
#mod_aso_map_listado_movil-button{
    float: right;
    width: 180px;
    display: none;
}
.ui-selectmenu .btn-map{
    width: 180px;
}
body.menuActive .indice{
    opacity: 0;
    visibility: hidden;
    bottom: -90px;
}

.pagenavi-noticias,
.pagenavi-eventos{
    padding: 60px 40px;
    text-align: center;
}


.wp-pagenavi{

}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;
    color: #1D1D1B;
    padding: 19px;
    position: relative;
    z-index: 0;
}
.wp-pagenavi span:before {
    height: 58px;
    width: 58px;
    background-color: #EDF9FF;
    border-radius: 100%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}
.wp-pagenavi span.extend{
    padding: 19px 10px;
}
.wp-pagenavi span.extend:before{
    display: none;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
    font-size: 0px;
    background: url(images/arrow-page.svg) no-repeat center center;
    height: 49px;
    width: 49px;
    margin: 0px 0px 0px 20px;
}
.wp-pagenavi a.previouspostslink{
    margin: 0px 20px 0px 0px;
    transform: rotate(180deg);
}

.list__eventos_search-noresultados{
    padding: 40px;
}
.list__eventos_search-noresultados h1{
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
}

.noenlace{
    pointer-events: none;
}
.noenlace.list_acor_desp{
    pointer-events: initial;
}

.pop-up-data input, .pop-up-data textarea {
    border-color: #3848A8;
    color: #fff;
    background: transparent;
}
.pop-up-data label {
    color: #121212;
}
.pop-up-data .wpcf7-submit {
    background: #fff;
    color: #121212;
    padding: 13px 24px 14px !important;
    margin-top: 40px;
}

.give-form-templates ,
.give-form-templates *,
.give-embed-form-wrapper,
.give-embed-form-wrapper *{
    box-shadow: none !important;
}

.btn-search-event{
    padding: 20px 30px 19px !important;
    border-radius: 100px;
}
.btn-search-event:before{
    border-radius: 100px;
}

.cabecera__mapa{
    height: 100%;
}

.grecaptcha-badge {
    display: none !important;
}
button:disabled,
input:disabled {
    opacity: 0.6 !important;
}

#wpadminbar {
    z-index: 9999999999999;
}


table.cookielawinfo-winter thead th{
    background: #3848A8 !important;
}
.cookielawinfo-row-cat-table {
    border: 1px solid #fff !important;
}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th{
    background: none !important;
}
table.cookielawinfo-winter tbody tr {
    background: #fff !important;
    border-bottom: 1px solid #ccc !important;
}
table.cookielawinfo-winter {
    font-family: "PlusJakartaSans",Arial !important;
}

.header_col1 {
    max-width: 20%;
    flex: 0 0 20%;
    background:#fff;
}
.header_col2 {
    max-width: 60%;
    flex: 0 0 60%;
    background:#fff;
}
.header_col3 {
    max-width: 20%;
    flex: 0 0 20%;
    background:#fff;
}

.mod_mapa_web_cont{
    padding: 70px;
}
.mod_mapa_web_cont h2{
    font-size: 31px;
    line-height: 40px;
    font-weight: 500;
    margin: 0px 0px 32px 0px;
}
.mod_mapa_web_cont ul{
    margin-bottom: 80px;
    list-style: none;
    padding-left: 0px;
}
.mod_mapa_web_cont ul li ul{
    margin-bottom: 8px;
    margin-top: 8px;
    list-style: disc;
    padding-left: 30px;
}
.mod_mapa_web_cont ul li{
    margin-bottom: 8px;
}
.mod_mapa_web_cont ul li::marker{
    opacity: 0;
}
.mod_mapa_web_cont ul li ul li::marker{
    color: #A5D9F0;
    opacity: 1;
}
.mod_mapa_web_cont ul li a{
    color: #000;
    text-decoration: none;
    color: #1A9EDA;
}
.mod_mapa_web_cont ul li ul li a{
    color: #121212;
}




@media screen and (min-width: 2000px) {
    .list_vert_entradas a:before{
        width: 236%;
    }
    .mod_ent .mod_ent_colum_img {
        height: 300px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 300px;
        max-height: 300px;
    }
    .sid__desp ul li a:before{
        width: 1000px;
    }
    .listado_recusos .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .listado_recusos .col-12:nth-child(4n) {
        border-right: 1px solid #ccc;
    }
    .listado_recusos .col-12:nth-child(5n) {
        border: 0px;
    }
}
@media screen and (max-width: 2000px) {
    .mod_ent .mod_ent_colum_img {
        height: 250px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 250px;
        max-height: 250px;
    }
}
@media screen and (max-width: 1750px) {
    .mod_articulo .mod_articulo_cont h3,
    .post__content h3{
        max-width: 100%;
    }
    .mod_articulo .mod_articulo_cont p{
        max-width: 100%;
    }
    header .header__menu li a {
        /*padding: 13px 12px 14px;
        margin: 0px 7px;*/
    }


  





    header .header__container-right {
        padding: 28px 22px;
    }
    header .btn-recursos {
        float: left;
        margin-left: 25px;
        height: 48px;
        /* padding: 24px 24px !important; */
    }
    header .btn-recursos span{
        height: 48px;
    }
    .cabecera .cabecera__content {
        /*padding: 80px 80px;*/
    }
    .noticia__imp-small {
        padding: 30px;
    }
    .noticia__imp h2{
        font-size: 25px;
        line-height: 30px;
    }
    .noticia__imp-small h2{
        font-size: 20px;
        line-height: 25px;
    }
    .noticia__imp {
        /*padding: 40px;*/
    }
    .cabecera .cabecera__img_archive {
        /*margin: 40px;
        border-radius: 50px;
        width: calc(100% - 80px);
        height: calc(100% - 80px);*/
    }
    .list__evento h2 {
        font-size: 35px;
        line-height: 43px;
    }
    .list__evento .list__evento__tipo {
        margin-bottom: 20px;
    }
    .list__evento .list__evento__img img {
        height: 270px;
        width: 400px
    }
    .list__evento .list__evento__date .list__evento__date_ini, .list__evento .list__evento__date .list__evento__date_fin {
        font-size: 16px;
        line-height: 22px;
    }
    .list__evento__date {
        margin-top: 16px;
    }
    .posts_date .form-control-filter{
        width: 132px;
        padding: 0px 12px 0px 12px;
        text-align: center;
        margin: 0px 0px 0px 2px
    }

    

    /* .cabecera__n2.cabecera .cabecera__content h1, 
    .cabecera__n3.cabecera .cabecera__content h1, 
    .cabecera__n4.cabecera .cabecera__content h1 {
        font-size: 90px;
        line-height: 104px;
    } Comentado por Vicente */
    /*
    .mod_articulo_Ovalado .mod_articulo_img{
        margin: 40px auto;
    }*/
    
    /*.mod_articulo .mod_articulo_cont{
        margin: 40px 80px 40px 20px;
    }
    .mod_articulo_Derecha.mod_articulo .mod_articulo_cont {
        margin: 40px 20px 40px 40px;
    }
    .mod_articulo_Cuadrado.mod_articulo .mod_articulo_cont{
       margin: 0px 80px 0px 0px;
    }

    .mod_articulo.mod_articulo_doscol .mod_articulo_cont{
        margin: 40px;
    }
    */
    .card{
       /* padding: 40px; 
        max-width: 440px;*/
    }
    .mod_acceso_directo_cont {
        padding: 60px 60px;
    }
    .mod_acceso_directo_datos_cont {
        margin-left: 20px;
    }
    .mod_cta_btns {
        /*padding: 0px 50px;*/
    }
    .mod_cta_btns .btn-cta {
        /*margin: 0px 10px 8px 0px;*/
    }

    .list_vert_entradas a img {
        height: 120px;
        bottom: 104px;
        right: 110px;
        border-radius: 167px;
    }
    .mod_hitos .hito__img{
        height: 380px;
    }
    .mod_hitos .hito__img img{
        border-radius: 380px;
    }
    .mod_slider .slider_txts {
        /*height: 800px;*/
    }
    .mod_slider .slider_images {
        /*height: 480px;*/
    }
    .mod_acciones .mod_acciones_fila a span {
        font-size: 94px;
        line-height: 110px;
        color: #fff;
    }
    .mod_acciones .mod_acciones_fila a img{
        width: 330px;
        height: 150px;
        border-radius: 150px;
    }
    .mod_acciones .mod_acciones_fila a.Circular img{
        width: 150px;
    }

    .dato{
        padding: 60px 40px 0px 40px;
    }
    .mod_ent .mod_ent_colum_img {
        height: 220px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 220px;
        max-height: 220px;
    }
    
}

@media screen and (max-width: 1850px) {
    header .header__modocolor .header__modocolor-txt{
        /*display: none;*/
    }
    .mod_slider .slider_txt_titulo {
        height: 280px;
    }
    .mod_slider .slider_txts {
        padding: 100px 100px 100px 16.6666%;
    }
}

@media screen and (max-width: 1570px) {
    .mod_ent .mod_ent_colum_img {
        height: 190px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 190px;
        max-height: 190px;
    }
    header .header__container-center {
        padding: 28px 5px 26px;
    }
    header .header__menu li a {
        /*padding: 12px 5px 14px;
        margin: 0px 5px;*/
    }
    .mod_cta_btns .btn-cta {
        /*font-size: 28px;
        line-height: 40px;*/
    }
    .mod_repo__header{
        display: block;
        height: auto;
        overflow: hidden;
    }
    .mod_repo__header-right {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        padding-top: 0px;
        text-align: right;
    }
    .mod_repo__header-right-content{
        display: inline-block;
    }
    .mod_repo_selec{
        float: right;
    }
    .mod_repo_search{
        max-width: 340px;
    }
    .mod_repo__header-left {
        /*padding: 29px 40px 29px 40px;*/
    }
    .mod_slider .slider_txt_titulo {
        height: 335px;
    }
    .mod_slider .slider_arrow {
        bottom: 90px;
    }
}


/*SALTO DESKTOP*/
@media screen and (max-width: 1450px) {
    header .header__container-right{
        text-align: right;
        /*padding: 28px 8px;*/
    }
    header .btn-recursos {
        padding: 13px 52px 14px 24px !important;
    }
    header .header__modocolor{
        float: none;
    }
    header .header__container-right .btn{
        display: none;
    }
    header .btn-recursos span {
        height: 10px;
    }
    header .header__container-left {
        padding: 25px 22px 24px 22px;
    }
    header .header__container-left {
        padding: 25px 15px 24px 15px;
    }

    header .header__container-left {
        /*padding: 16px 15px 16px 15px;*/
        padding: 16px 15px 20px 15px;
        height: 90px;
        display:flex;
        align-items:center;
    }
    header .header__container-center {
        height: 90px;
        padding: 22px 8px 20px;
    }
    header .header__container-right {
        height: 90px;
        padding: 21px 8px;
    }
    .header__back {
        height: 90px;
    }
    .menu .menu__back{
        padding-top: 90px;
    }

    .container-general {
    	padding-top: 90px;
	}

    .cabecera .cabecera__content h1 {
        font-size: 31px;
        line-height: 39px;
    }
    .noticia__imp {
        padding: 40px 15px;
    }

    .listado__posts-header {
        padding: 60px 15px;
    }

    .cabecera__n1 h1 {
        font-size: 146px;
        line-height: 146px;
    }
    .cabecera__n1 h1 img {
        width: 220px;
        height: 110px;
    }
    .cabecera__n1 .cabecera1__txt {
        padding: 40px;
    }
    .icon_span {
        height: 23px;
        width: 45px;
    }
    .icon_span .icon {
        max-width: 45px;
    }
    .cabecera__n1 .row{
        min-height: 500px;
    }
    .cabecera__n1 {
        min-height: 500px;
    }

    .cabecera__n2.cabecera .cabecera__content h1, 
    .cabecera__n3.cabecera .cabecera__content h1, 
    .cabecera__n4.cabecera .cabecera__content h1 {
        font-size: 46px;
        line-height: 45px;
    }

    .cabecera__n2.cabecera .cabecera2__txt, .cabecera__n3.cabecera .cabecera2__txt, .cabecera__n4.cabecera .cabecera2__txt {
        font-size: 16px;
        line-height: 23px;
    }

    .mod_espacio.mod_espacio_espaciol {
        height: 150px;
    }


    .mod_titulo_h {
        font-size: 39px;
        line-height: 45px;
    }

    .mod_titulo_h sup {
        font-size: 20px;
        line-height: 29px;
    }

    .mod_titulo_ih {
        font-size: 20px;
        line-height: 29px;
    }
    .mod_articulo_Ovalado .mod_articulo_img {
       /* height: 470px;
        width: 390px;
        max-width: 390px;*/
    }
    .mod_articulo_Ovalado p {
        /*margin-left: 50px;
        margin-right: 50px;*/
    }

    .mod_articulo .eti_tit {
    	font-size: 28px;
    	line-height: 30px;
	}
	
	.wpcf7-submit, .btn {
		font-size: 14px;
    	line-height: 19px;
	}


    .btn-download svg {
        height: 19px;
    }

    .mod_listado_cont {
        /*padding: 60px 40px 40px;*/

    }
    .list {
        /*padding: 0px 20px 0px 100px;*/
        margin-bottom: 70px;
    }



    .mod_listado_cont .col-12:nth-child(odd) {
    	margin-right: 6.3333%;
	}

	.mod_listado_cont .col-12:nth-child(even) {
    	margin-left: 6.3333%;
	}

	.list .list__img {
		top:-20px;
		width: 65px;
    	height: 65px;
	}

	.mod_listado_cont .col-lg-6 {
	    flex: 0 0 43.6667%;
	    max-width: 43.6667%;
	}

    .list .list__numero:before {
        /*width: 150px;
        height: 150px;
        left: -37px;
        top: -40px;*/
    }

    .list .list__titulo {
        font-size: 19px;
        line-height: 25px;
    }

    .list img {
        width: 65px;
        height: 65px;
    }
    
    .mod_datos .mod_datos_titulo .mod_datos_titulo_h {
        /*font-size: 50px;
        line-height: 62px;*/
        font-size: 19px;
        line-height: 25px;
    }

    .mod_datos.modulo_formulario .mod_datos_titulo .mod_datos_titulo_h, .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h {
        font-size: 33px;
        line-height: 48px;
    }


    .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h img, .mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h img, .mod_datos .mod_datos_titulo .mod_datos_titulo_h img {
        width:70px;
        height: 70px;
    }

    .card .card__h {
        font-size: 24px;
        line-height: 33px;
        margin: 0px 0px 15px;
    }

    .card:before, .card:after {
        width:30px;
        height:30px
    }

    .card:before {
        top: -30px;
        right: -30px;
    }

    .mod_tarjetas .card .card__cont {
        padding:30px;
    }

    .modulo_formulario .mod_datos_titulo:after, .mod_tarjetas_titulo:after {
        width: calc(100% - 8.33333% - 70px);
    }

    .mod_datos_desc {
        font-size: 16px;
        line-height: 23px;
    }

    .mod_form_cont .col-xm-6, .mod_form_cont .col-12 {
    	padding-left: 8px;
    	padding-right: 7px;
	}

    .mod_form_cont p {
    	font-size: 14px;
    }

    input, textarea, select {
        padding: 14px 24px;
        font-size: 14px;
        line-height: 20px; 
    }

    input {
        margin-bottom: 15px!important;
    }

    textarea::placeholder,input::placeholder{
        font-size: 14px;
        line-height: 20px;
    }

    span.wpcf7-not-valid-tip {
        transform: translateY(-11px);
        font-size: 14px!important;
    }

    .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h ,
    .mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h {

    }

    .mod_titulo_subtitulo .inner_subtitulo {
    	padding-bottom: 25px;
	}

    .card {
        /*padding: 40px 20px;*/
        margin:30px!important;
    }

    .mod_tarjetas .row {
        padding: 0px calc(8.3333% - 30px);
    }
    .card .img-circulo {
        margin: 0px auto 0px;
        /* max-width: 300px; */
        max-height: 180px; 
        display: block;
    }

    .mod_rs_in span a:after, .mod_rs_in span a:before {
        width: 20px;
        height: 20px;
    }

    .mod_rs_in span a:after {
        right: -20px;
        top: -20px;
    }

    .mod_rs_in span a {
        font-size: 19px;
        line-height: 22px;
        padding: 29px 45px 28px 50px;
        max-width: 280px!important;
    }

    .mod_acceso_directo_h {
        font-size: 39px;
        line-height: 46px;
    }
    .mod_cta_h {
        font-size: 46px;
        line-height: 45px;
    }

    .modulo_call_to_action .col-10 {
        min-height:450px;
    }

    .modulo_call_to_action .col-3 {
        /*height: 345px;*/
    }

    .mod_cta_desc {
        padding: 0px 40px 40px 40px;
        max-width: 700px;
    }

    .mod_cta_btns {
        padding: 0px 40px;
    }

    .mod_cta_desc {
    	font-size: 16px;
    	line-height: 24px;
	}

	.mod_cta_btns .btn-cta {
		font-size:14px;
	}

    .e404_data_txt h1 {
    	font-size: 85px;
	}

	.e404_data_txt {
    	font-size: 16px;
    	line-height: 23px;
	}

 	.e404_data_txt p {
    	font-size: 16px;
    	line-height: 23px;
		max-width: 250px;
	}

    .dato {
        padding: 60px 40px 0px 40px;
    }
    .dato .dato__numero {
        font-size: 90px;
        line-height: 90px;
        letter-spacing: -5px;
    }

    .dato .dato__txt {
        font-size: 16px;
        line-height: 19px;
        padding-left:5px;
    }
    .dato .dato__num_signo {
        font-size: 34px;
    }

    .row-datos {
        margin-bottom: 90px;
        padding: 70px 0px 140px calc(8.3333333% - 30px);
    }

    .dato {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .dato:after {
        top: 40px;
        width: 32px;
        height: 32px;
        right:70px;
    }

    .mod_carousel_desc {
        padding: 40px 20px 40px 30px;
    }

    .carousel__item_cta {
        width: 400px;
        padding: 40px;
    }
    .carousel__item_cta_titulo {
        margin: 20px 0px 10px;
    }
    .carousel__item_cta_desc {
        margin-bottom: 20px;
    }

    .list_vert_entradas a {
        padding: 60px 40px;
    }

    .list_vert_entradas a svg {
        right: 40px;
    }

    .list_vert_entradas a img {
        right: 70px;
    }

    .list_vert_entradas a h3 {
        font-size: 25px;
        line-height: 35px;
        height: 112px;
    }

    .list_vert_desc {
        font-size: 39px;
        line-height: 52px;
        padding-left: 30px;
    }
    .mod_hitos .hito__img{
        height: 320px;
    }
    .mod_hitos .hito__img img{
        border-radius: 320px;
    }

    .mod_hitos .hito__datos .hito__datos__fecha {
        height: 90px;
    }
    .mod_hitos .hito__datos .hito__datos__fecha span {
        height: 90px;
        font-size: 70px;
        line-height: 82px;
    }
    .list__aso {
        padding: 30px;
    }
    .mod_ent_colum {
        margin: 40px 20px;
    }
    .mod_slider .slider_images {
        /*height: 410px;*/
    }
    .mod_slider .slider_txts {
       /* height: 580px;
        padding: 60px 40px;*/
        height: 600px;
        padding: 100px 140px 100px 16.6666%;
    }

    .mod_slider .slider_nav {
        bottom:30px;
    }
    .mod_slider .slider_images {
       /* margin: 60px 60px 40px*/
    }
    .mod_slider .slider_txt_titulo .slider_titulo {
        font-size: 46px;
        line-height: 45px;
        -webkit-line-clamp: 4;
    }
    .mod_slider .slider_arrow .btn-arrow {
        /*transform: scale(0.9);*/
    }
    .mod_slider .slider_txt_titulo {
        height: 190px;
        margin-bottom: 30px;
    }
    .mod_slider .slider_txt_titulo .slider_titulo{
        height: 180px;
    }
    .mod_slider .slider_txt_desc {
        font-size: 16px;
        line-height: 24px;
    }
    .mod_slider .slider_txt_desc .icon_span {
        height: 17px;
    }
    .mod_slider .slider_txt_desc .icon_span .icon {
        top: -5px;
    }
    .mod_slider .slider_txt_desc {
        height: 120px;
    }
    .mod_slider .slider_txt_desc .slider_txt_desc_cont {
        height: 123px;
    }
    .mod_slider .slider_txt_titulo img {
        width: 100px;
        height: 60px;
    }
    .indice ul li a span.sup {
        font-size: 20px;
        line-height: 32px;
    }
    .recurso {
     /*   padding: 30px;*/
    }

    .recurso {
        padding: 20px;
        min-height: 250px;
        margin: 25px;
    }

    .recurso .recurso__cats {
        font-size: 14px;
        left: 20px;
    }

    .recurso .recurso__titulo {
        font-size: 19px;
        line-height: 25px;
    }


    .sid__desp ul li a {
        /*padding: 20px 70px 20px 20px;*/
        font-size: 14px;
        line-height: 22px;
        padding:12px 15px;
    }
    .sid__desp ul li a span {
        /*right: 20px;*/
        top:10px;
    }

    .posts_search input {
        padding-left:17px!important;
        line-height: 47px!important;
    }

    .sid__desp ul li ul li a{
        /*padding: 20px;*/
        font-size: 15px;
        line-height: 18px;
    }
    .recurso .recurso__img,
    .recurso .recurso__img:before{
        height: 180px;
    }
    .recurso .recurso__img img {
        height: 180px;
    }
    .recurso:hover .recurso__img:before {
        height: calc(180px - 12px);
    }
    .menu .menu-close{
        bottom: 30px;
        left: 30px;
        width: calc(18vw - 60px);
    }
    .menu .text__loop{
        bottom: 30px;
    }
    .cabecera__n4.cabecera .cabecera__content h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .carousel_foto_titulo_datos .carousel__item a {
        font-size: 20px;
        line-height: 28px;
    }
    .carousel_foto_titulo_datos .carousel__item a {
        width: 460px;
        padding: 40px;
    }
    .carousel__item_img{
        margin: 0px auto 26px;
    }
    .mod_carousel_titulo2, .mod_list_vert_titulo {
        /*padding: 50px 30px;*/
    }
    .list_vert_entradas_head, .list_acor_head {
        height: 133px;
    }
    .mod_acceso_directo_i {
        height: 300px;
    }
    .listado_recusos .col-12:nth-child(3n){
        border: 0px;
    }
    .sid__desp ul li .badges {
        top: 6px;
        left: 7px;
    }
    .mod_copy .mod_copy_cont{
        padding: 60px 60px 40px;
    }

    .mod_copy .mod_copy_enlace {
    	top: calc(100% - 47px);
	}

    .mod_copy .mod_copy_cont {
        min-height: 400px;
    }

    .mod_copy .btn-arrow {
        width: 47px;
        height: 47px;
    }

    .mod_copy .btn-arrow svg {
        width: 19px;    
        height: 19px;
    }

    .mod_copy .mod_copy_cont:after, .mod_copy .mod_copy_cont:before {
        width:100px;
        height:100px;
    }
    .mod_copy .mod_copy_cont:after {
        bottom: -50px;
        left:-50px;
    }

    .mod_copy .mod_copy_txt {
        font-size: 32px;
        line-height: 40px;
    }
    .mod_ent_titulo_grande {
        font-size: 39px;
        line-height: 49px;
        margin-top: 50px;
    }
    .mod_ent .mod_ent_colum_img {
        height: 186px;
    }
    .mod_ent_colum {
        top: 0px !important;
        transform: none !important;
    }
    .mod_ent_colum_list {
        max-height: 100%
    }
    .cabecera__n1 .cabecera1__txt{
        font-size: 21px;
        line-height: 30px;
    }
    .cabecera__n4.cabecera .cabecera__content h1 img {
        margin-bottom: -21px;
    }
    .mod_datos_cont span.mod_datos_linea1 {
        left: 33.2%;
    }
    .mod_datos_cont span.mod_datos_linea2 {
        left: 66.5%;
    }
    .mod_datos_cont span.mod_datos_linea3 {
        display: none;
    }
    .mod_datos_cont span.mod_datos_linea {
        height: calc(100% + 90px);
    }
    .mod_slider .slider_txt_desc {
        margin-right: 60px;
    }
    .mod_slider .slider_arrow {
        bottom: 30px;
    }
    .mod_aso_map_listado_pro li a {
        padding: 20px 20px;
    }
    .mod_aso_map_listado_pro li ul li a {
        padding-left: 30px;
    }
    .post__content {
        /*padding: 70px 140px 70px 70px;*/
    }
    .mod_aso_map_head {
        padding: 30px 20px;
    }
    .cabecera__n2.cabecera .cabecera__content h1 img,
    .cabecera__n3.cabecera .cabecera__content h1 img, 
    .cabecera__n4.cabecera .cabecera__content h1 img {
        width: 132px;
        height: 66px;
        margin-bottom: 0;
        transform: translateY(6px);
    }
    .cabecera__n3.cabecera .cabecera__content h1 img{
        transform: translateY(8px);
        height: 70px;
        width: 70px;
    }
    .cabecera__n4.cabecera .cabecera__content h1 img {
        height: 66px;
        width: 66px;
        transform: translateY(10px);
    }
    .mapa_aso {
        height: 665px;
    }
    .mapa_aso_container{
        height: 665px;
    }
    .mod_aso_map_listado_pro {
        height: 551px;
    }
    .mod_titulo_sub{
        /*margin: 60px;*/
        font-size: 19px;
        line-height: 25px;
        max-width: 600px;
    }


    .mod_titulo_h{
        /*padding: 50px 60px; */
    }
    .mod_tarjetas .mod_tarjetas_titulo, 
    .mod_carousel .mod_carousel_titulo,
    .mod_datos .mod_datos_titulo {
        /*padding: 60px 30px;*/
    }
    .carousel__arrow, 
    .carousel__arrow2 {
        /*padding: 0px 25px;*/
    }

    .mod_carousel .carousel__arrow {
        left: calc(8.3333% - 5px);
    }

    .carousel__item_cta .carousel__item_cta_img {
        height: 240px;
        width: 320px;
    }
    div.slick-cloned{
        transform: none !important;
    }
    .mod_tarjetas .col-12:nth-child(4n){
        border-right: 1px solid #ccc;
    }
    .mod_tarjetas .col-12:nth-child(3n){
        border-right: 0;
    }
    .mod_listado_numero .mod_listado_cont {
        /*padding: 90px 20px 0px 70px;*/
    }
    .mod_listado_numero .list {
        /*margin-right: 60px;
        margin-bottom: 100px;*/
    }

    .mod_carousel_titulo2 .mod_carousel_titulo2_h {
        font-size: 19px;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .mod_carousel_titulo2 .btn-list-vert {
        top: calc(50% - 6px);
    }

    .carousel__item_cr a span.cr__tipo {
        font-size:14px;
        line-height: 22px;
    }

    .recurso .recurso__tipo {
        left:20px;
        bottom: 10px;
        height: 29px;
        -webkit-line-clamp: 1;
    }



    .carousel__item_cr a.recurso_sin_imagen span.cr__img span {
        height: 47px;
        width: 47px;
    }

    .carrusel__item_imgs img {    
        width: 600px;
        height: 340px;
    }

    .btn-arrow {
        width:46px;
        height:46px;
    }

    .carousel__arrow2 {
        height:46px;
        top: -77px;
    }

    .carousel__item_cr {
        width: 340px;
        padding: 60px 10px;
    }
    .carousel__item_cr a span.cr__img {
        height: 250px;
    }
    .carousel__item_cr a:hover span.cr__img {
        /*height: 177px;*/
    }
    .faldon_archivo {
        padding: 60px 30px 60px;
    }
    .carousel__item_cr a h3 {
        height: 75px;
        font-size: 20px;
        line-height: 25px;
    }



    .listado_recusos .col-12:nth-child(4n){
        /*border-right: 1px solid #ccc;*/
    }
    .mod_list_vert_titulo_h .icon_span, .mod_carousel_titulo2_h .icon_span {
        height: 26px;
    }

    .recurso .recurso__ico, .recurso .recurso__ico svg {
        height:47px;
        width:47px;
    }

    .mod_acciones .mod_acciones_fila {
        margin: 80px 0px;
    }
    .list_acor li a {
        padding: 32px 60px 32px 80px
    }
    .list_acor li a img {
        left: 20px;
    }
    .list_acor li a svg {
        right: 20px;
    }
    .list_acor ul li a {
        padding: 25px 60px 25px 100px;
    }
    .noticia__imp .noticia__imp_cont{
        height: 280px;
    }
    .noticia__imp-small.noticia__imp .noticia__imp_cont{
        height: 184px;
    }
    .mod_articulo iframe{
        width: 100%;
        height: 290px;
    }

    .mod_slider.mod_slider_menosuno .slider_txts {
        height: 590px;
    }
    header .header__menu li:nth-child(4) a:before {
        border-radius: 0px 20px 0px 0px;
    }
    .menu__desp .menu__cols {
        padding: 34px 0px 0px 30px;
    }
    .menu__desp .menu__title2 a {
        font-size: 22px;
        line-height: 28px;
    }

    .menuActive .menu .row-menu{
    	min-height: 490px;
	}
	.menu .menu__container{
	    min-height: 430px;
	}

	header .header__menu li a {
    	font-size: 14px;
	}
    .menu__desp {
        padding: 40px 40px 40px 40px;
    }

    #menu__2 .menu__cols {
        padding: 0px 0px 0px 48%;
    }
    .menu__desp .menu__title a {
        font-size: 34px;
        line-height: 40px;
    }
    .posts_search_container {
        padding: 20px 20px;
    }
    .faldon_archivo .faldon_titulo{
        font-size: 25px;
        line-height: 30px;
    }

    .header_col1 {
        max-width: 18%;
        flex: 0 0 18%;
    }
    .header_col2 {
        max-width: 64%;
        flex: 0 0 64%;
    }
    .header_col3 {
        max-width: 18%;
        flex: 0 0 18%;

    }
    .pop-up-container-small {
        max-width: 630px !important;
    }
    .pop-up .pop-up-data .pop-up-desc {
        margin-bottom: 50px;
    }


    .cabecera__n1.cabecera h1,
    .cabecera__n2.cabecera .cabecera__content h1,
    .cabecera__n3.cabecera .cabecera__content h1,
    .cabecera__n4.cabecera .cabecera__content h1{
        margin: 0px;
        font-size: 46px;
        line-height: 45px;
    }
    .cabecera__n1 h1{
        font-size: 160px;
        line-height: 150px;
    }
    .cabecera__n1 h1 img{
        width: 240px;
        height: 120px;
    }

    .cabecera__n2.cabecera .cabecera2__txt, .cabecera__n3.cabecera .cabecera2__txt, .cabecera__n4.cabecera .cabecera2__txt {
        max-width: 450px;
        font-size: 16px;
        line-height: 23px;
    }

    .cabecera .cabecera__container, .cabecera.cabecera__single .cabecera__single__inner {
    	padding-right: 100px;
	}

    .cabecera__n2 .cabecera__img_cabe:after, .cabecera__n2 .cabecera__img_cabe:before, .mod_articulo_Ovalado .mod_articulo_img:before, .mod_articulo_Ovalado .mod_articulo_img:after,.row.row-datos:after, .row.row-datos:before {
        height:75px;
        width:75px;
    }

    .slider_images a:after,  .mod_slider .slider_images a:before {
    	width:88px;
    	height:88px;
    }

    .mod_articulo_Ovalado .mod_articulo_img:after {
        bottom: -75px;
        left: -75px;
    }

    .row.row-datos:before {
        right:-75px;
    }

    .mod_articulo_Derecha.mod_articulo_Ovalado .mod_articulo_img:after {
        right: -75px;
        bottom: -75px;
    }

    .slider_images a:after {
        right:88px;
    }

    .cabecera__n2 .cabecera__img_cabe:after {
        right:75px;
    }

    .cabecera .cabecera__cat .cabecera__cat_list {
        font-size: 14px;
    }

    #breadcrumbs span span:before {
    	top:5px;
    }

    .cabecera__n1, .cabecera__n2 {
        min-height: 450px;
    }

    .cabecera__n1 .row, .cabecera__n2 > .row {
        min-height: 450px;
    }

    .mod_articulo .mod_articulo_inner {
        min-height: 450px;
    }

    footer .footer__menu .footer__menu_title, .footer__menu__cont .row:first-child .col-12:first-child a {
        font-size: 14px;
        line-height: 19px;
    }

    footer .footer__menu {
        font-size: 16px;
        line-height: 24px;
    }

    footer:after, footer:before {
        height:70px;
        width:70px;
    }

    footer:after {
        top:70px;
    }

    footer {
        padding-top: 70px;
    }

    .footer__menu.logo-centered svg {
        width: 50px;
    }

    .footer__menu_desc {
        display: flex;
        flex-direction: column;
    }

    .mod_espacio.mod_espacio_espaciom {
        height: 40px;
    }

    .cli-plugin-button, .cli-tab-footer .wt-cli-privacy-accept-btn {
		font-size:14px!important;
	}

	.mod_repo_selec {
		font-size: 14px;
	}


    .listado-posts {
        margin-top:100px;
    }

    .cabecera .cabecera__content .cabecera__date {
        font-size: 14px;
        line-height: 17px;
    }

    .cabecera .cabecera__content h1 a {
        font-size: 26px;
        line-height: 33px;
    }

    .cabecera .cabecera__img_archive:before, .cabecera .cabecera__img_archive:after, .cabecera .cabecera__img_single:before, .cabecera .cabecera__img_single:after {
        width:42px;
        height:42px;
    }

    .cabecera .cabecera__img_single:after {
        bottom: -42px;
    }

    .cabecera .cabecera__img_archive:after {
        right:-42px;
    }

    .noticia__imp-small h2 {
        font-size: 19px;
        line-height: 24px;
    }

    .noticia__imp .noticia__imp__date {
        font-size: 14px;
        line-height: 17px;
    }

    .cabecera.cabecera__single .cabecera__content h1 {
        font-size: 43px;
        line-height: 50px;
    }

    .post__content h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 70px;
    }

    .post__content h2 {
        font-size: 19px;
        line-height: 25px; 
    }

    .mod_articulo .mod_articulo_cont h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .mod_articulo .mod_articulo_cont h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .faldon_archivo .faldon_archivo_close {
        width: 50px;
        height: 50px;
        padding:14px;
    }

    .row-datos .col-6 {
        transform: translateX(0px);
    }

    header .header__menu li ul li {
        margin-bottom: 8px;
    }
    
    header .header__menu li ul li a{
        font-size: 22px;
        line-height: 28px;
    }
    
    header .header__menu li ul {
        top: 120px;
    }



}
@media screen and (max-width: 1320px) {
    .list .list__numero{
        /*font-size: 40px;*/
    }
    .list .list__numero:before {
        /*width: 100px;
        height: 100px;
        left: -13px;
        top: -13px;*/
    }
    .mod_listado_cont {
        /*padding: 100px 20px 0px 60px;*/
        padding-left: 8.3333%;
    	padding-right: 8.3333%;
    }

        /*
    .mod_slider .slider_txts {
        padding: 60px 40px;
        height: 840px;
    }
    */
    .mod_slider .slider_txts {
        /*height: 650px;*/
    }
    .mod_slider .slider_images {
        /*height: 350px;*/
    }

    .mod_acciones .mod_acciones_fila a span {
        font-size: 75px;
        line-height: 90px;
    }
    .mod_acciones .mod_acciones_fila a img{
        width: 300px;
        height: 120px;
        border-radius: 120px;
    }
    .mod_acciones .mod_acciones_fila a.Circular img{
        width: 120px;
    }
    .mod_acciones .mod_acc_title {
        padding: 60px 40px 20px;
    }
    .mod_form_cont {
        margin: 60px 40px;
    }
    .mod_datos_desc {
        /*padding: 60px 40px 60px 40px;*/
    }
    header .btn-recursos span{
        display: none;
        height: 48px;
    }
    header .btn-recursos {
        float: left;
        margin-left: 6px;
        height: 48px;
        padding: 24px 24px !important;
    }

    header .btn-recursos span {
        display: inline-block;
        height: 10px;
    }
    header .btn-recursos {
        padding: 13px 52px 14px 24px !important;
    }
    header .btn-recursos span {
        display: none;
        height: 48px;
    }
    header .btn-recursos {
        float: left;
        margin-left: 6px;
        height: 48px;
        padding: 24px 24px !important;
    }
    .mod_ent_titulo_grande .icon_span {
        height: 40px;
        width: 50px;
    }
    .mod_ent_titulo_grande  .icon_span .icon {
        top: 12px;
        max-width: 50px;
    }

    .mod_articulo_Cuadrado.mod_articulo .mod_articulo_cont{
       /* min-height: 350px;*/
    }
    .list_acor li a {
        padding: 32px 60px 32px 75px;
    }
    .list_acor li a img {
        left: 16px;
    }

    .mod_ent .mod_ent_colum_img {
        height: 160px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 160px;
        max-height: 160px;
    }
    .mod_cta_btns .btn-cta {
        /*font-size: 23px;
        line-height: 36px;
        padding: 6px 17px !important;*/
    }
    
    .header__logo {
        display: flex;
    }

    .cabecera__single {
        overflow:initial;
    }
    
}

@media screen and (max-width: 1250px) {

    /*.cabecera__n2.cabecera .cabecera__content h1, 
    .cabecera__n3.cabecera .cabecera__content h1, 
    .cabecera__n4.cabecera .cabecera__content h1 {
        font-size: 60px;
        line-height: 70px;
    }*/
    .cabecera__n3.cabecera .cabecera__content h1 img {
        width: 70px;
        height: 70px;
    }

    .mod_articulo_Ovalado .mod_articulo_img {
        height: 490px;
    }
    .mod_articulo_Ovalado p {
        /*margin-left: 50px;*/
    }
    .mod_tarjetas .col-12{
        /*border-bottom: 1px solid #ccc;*/
    }

    .header_col1 {
        max-width: 17%;
        flex: 0 0 17%;
    }
    .header_col2 {
        max-width: 66%;
        flex: 0 0 66%;
    }
    .header_col3 {
        max-width: 17%;
        flex: 0 0 17%;
    }
    header .header__menu li a {
        font-size: 14px;
        line-height: 25px;
    }
    header .header__menu li a svg {
        margin: 11px 0px 0px 5px;
    }
    .menu .menu-close {
        width: calc(17vw - 60px);
    }

    

}

/*SALTO MEDIANO*/

@media screen and (max-width: 1140px) {
    body{
        padding: 0px 0px 0px 0px;
    }
    .container-general{
        padding-top: 90px;
    }
    header .btn-recursos {
        padding: 13px 52px 14px 24px !important;
        margin: 0px;
    }
    header .btn-recursos span {
        display: inline-block;
        height: 10px;
    }

    header .header__menu{
        display: block;
        position: fixed;
        top: 90px;
        left: 0px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        webkit-transition: all .0s ease-out;
        -moz-transition: all .0s ease-out;
        -ms-transition: all .0s ease-out;
        -o-transition: all .0s ease-out;
        transition: all .0s ease-out;
        transition-delay:.3s;
    }
   body.menuActive header .header__menu{
        opacity: 1;
        visibility: visible;
        transition-delay:0s;
    }

    header .header__menu li ul li.n1 {
        display: none !important;
    }

    header .header__menu li{
        float: none;
        margin: 0px;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        transform: translateY(30px);
        opacity: 0;
        webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
        transition: all .6s ease-out;
    }
    body.menuActive header .header__menu li{
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0s;
    }
    body.menuActive header .header__menu li:nth-child(1){
        transition-delay: 0.6s;
    }
    body.menuActive header .header__menu li:nth-child(2){
        transition-delay: 0.7s;
    }
    body.menuActive header .header__menu li:nth-child(3){
        transition-delay: 0.8s;
    }
    body.menuActive header .header__menu li:nth-child(4){
        transition-delay: 0.9s;
    }
    body.menuActive header .header__menu li:nth-child(5){
        transition-delay: 1s;
    }
    body.menuActive header .header__menu li:nth-child(6){
        transition-delay: 1.1s;
    }
    header .header__menu li a{
        padding: 25px 40px;
        display: block;
        color: #fff;
        text-align: left;
        margin: 0px;
        font-size: 31px;
        line-height: 36px;
        text-transform: initial;
        font-weight: 400;
    }
    header .header__menu li a svg path{
        stroke: #fff;
    }
    header .header__menu li a svg {
        transform: scale(2);
        margin: 5px 0px 0px 5px;
        padding: 10px;
        width: 30px;
        height: 26px;
    }

    header .header__menu li ul {
        position: relative;
        list-style: none;
        margin: 0px;
        padding: 0px;
        top: 0px;
        width: 100%;
        left: 0px;
        opacity: 1;
        visibility: visible;
        padding: 0px 40px 25px 40px;

        webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        transition-delay: 0s;
    }
    header .header__menu li ul li {
        opacity: 1;
        transform: translateY(0px);
        border: 0px;
    }
    header .header__menu li ul li.n3,
    header .header__menu li ul{
        display: none;
    }

    header .header__logo svg text {
        display: none;
    }
    header .header__logo svg{
        width: 160px;
    }
    header .header__container-left{
        text-align: center;
    }
    header .header__modocolor-desktop{
        display: none;
    }
    header .header__modocolor-movil,
    .btn-menu-ham{
        display: inline-block;
    }
    header .header__modocolor{
        margin-left: 30px;
    }
    .cabecera .cabecera__content {
        padding: 0px;
    }
    .cabecera .cabecera__content h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .cabecera .cabecera__subheader {
        padding: 0px 0px;
    }

    .btn-menu-ham{
        width: 48px;
        height: 48px;
        position: relative;
        background:#3848A8;
        border: 0px;
        padding: 0px;
        cursor: pointer;
    }
    .btn-menu-ham span{
        left: 9px;
        position: absolute;
        width: 30px;
        height: 2px;
        background: #fff;
        webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .btn-menu-ham span:nth-child(1){
        top: 13px
    }
    .btn-menu-ham span:nth-child(2){
        top: 23px;

    }
    .btn-menu-ham span:nth-child(3){
        top: 33px
    }

    .btn-menu-ham.active span:nth-child(1){
        top: 23px;
        transform: rotate(45deg); 
    }
    .btn-menu-ham.active span:nth-child(2){
        opacity: 0;
        /*left: 19px;*/
    }
    .btn-menu-ham.active span:nth-child(3){
        top: 23px;
        transform: rotate(-45deg); 
    }

    header .header__container-left {
        padding: 16px 15px 16px 15px;
        height: 90px;
    }
    header .header__container-center {
        height: 90px;
        padding: 22px 8px 20px;
    }
    header .header__container-right {
        height: 90px;
        padding: 21px 8px;
    }
    .header__back {
        height: 90px;
    }
    .menu .menu__back{
        padding-top: 90px;
    }
    .menu__desp{
        opacity: 1;
        visibility: visible;
        height: auto;
        position: inherit;
    }

    .menu__desp .menu__cols{
        display: none;
    }

    .menu__desp .menu__title a{
        display: block;
    }
    .menu__desp .menu__title a:hover svg path{
        stroke:#fff;
    }
    .menu__desp .menu__title a svg{
        display: block;
        float: right;
        height: 50px;
        margin-top: -5px;
        padding: 20px;
        webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        margin-right: -20px;
    }
    .menu__desp .menu__title a svg.active{
        transform: rotate(180deg);
    }
    .menu__desp .menu__title a svg:hover,
    .menu__desp .menu__title a svg:focus{
        outline: none;
    }
    .menu__desp{
        padding-bottom: 30px;
    }

    .menu__desp{
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        padding: 25px 40px; 
    }
    .menu .menu__container {
        padding: 0;
        position: relative;
        height: calc(100vh - 190px);
        overflow: scroll;
    }
    .menu__desp .menu__title a {
        font-size: 31px;
        line-height: 36px;
    }

    .menu__desp .menu__cols{
        padding: 40px 0px 0px 0px
    }
    #menu__buscador{
        border: 0px;
        padding: 0px;
    }
    .menu .menu-close{
        display: none;
    }
    .post__content {
        padding: 100px 20px;
    }

    .cabecera.cabecera__single .cabecera__subheader {
        max-width: 100%;
    }
    .cabecera .cabecera__img_archive {
        margin: 20px 0px 0px 0px;
    	width: 100%;
    	height: 100%;
    }
    .noticia__imp-small h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .posts_search_container {
        padding: 20px;
    }

    .sid__desp ul li a {
        /*padding: 20px 20px;
        font-size: 18px;
        line-height: 26px;*/
    }

    .sid__desp ul li a span {
        right: 20px;
    }
    .cabecera .cabecera__cat {
        /*padding: 30px 40px 30px 20px;*/
        margin-bottom: 0;
    }
    .cabecera__n2.cabecera .cabecera__content h1, 
    .cabecera__n3.cabecera .cabecera__content h1, 
    .cabecera__n4.cabecera .cabecera__content h1 {
        /*font-size: 50px;
        line-height: 58px;*/
    }
    .cabecera__n3.cabecera .cabecera__content h1 img {
        width: 58px;
        height: 58px;
    }
    .cabecera__n3 {
        min-height: 500px;
    }
    .cabecera__n3 > .row {
        min-height: 500px;
    }

    .mod_articulo_Ovalado .mod_articulo_img {
        /*height: 420px;*/
    }
    .mod_articulo_Cuadrado.mod_articulo .mod_articulo_cont {
        /*margin: 30px;*/
    }
    .mod_articulo .mod_articulo_cont {
        /*margin: 40px 30px 40px 0px;*/
    }
    .mod_articulo.mod_articulo_doscol .mod_articulo_cont {
        /*margin: 40px 30px;*/
    }
    .mod_articulo_Ovalado .mod_articulo_img {
        /*height: 400px;
        width: 300px;
        max-width: 300px;*/
    }
    .mod_articulo.mod_articulo_Ovalado h3 {
        margin-bottom: 50px;
    }
    .mod_desplegables__cont .desp__body{
        margin-left: 0px;
    }

    .recurso .recurso__tipo {
        bottom:13px;
    }

    .mod_articulo:not(.mod_articulo_doscol) .col-lg-6 {
    	flex: 0 0 100%;
    	max-width: 100%;
    }

    .mod_articulo_Cuadrado .mod_articulo_img {
    	position: relative;
    	height:500px;
    }

    .mod_articulo_Derecha .order-lg-2 {
    	order:1;
    }

    .mod_articulo_Derecha .order-lg-1 {
    	order:2;
    }

    .mod_articulo .mod_articulo_inner {
    	min-height: auto;
    }

    .mod_articulo:not(.mod_articulo_doscol) .mod_articulo_inner {
    	/*padding: 70px 8.3333% 30px 8.3333%!important;*/
    	padding:20px 8.3333% 40px 8.3333%!important;
	}

	.mod_articulo:not(.mod_articulo_doscol) .mod_articulo_inner {
    	display: flex;
    	flex-direction: row;
	}


	.mod_articulo:not(.mod_articulo_doscol) .fadein_ani, .mod_articulo:not(.mod_articulo_doscol) .mod_articulo_content_comp {
		flex:0 1 100%
	}

	.mod_articulo .mod_articulo_cont p {
		margin-bottom: 20px;
	}


	.mod_articulo:not(.mod_articulo_doscol) .fadein_ani h2 {
		max-width: 70%;
	}

    .mod_articulo_Ovalado p {
        margin-right:0px;
    }

    .mod_acceso_directo_i {
        border-radius: 220px;
        height: 290px;
    }
    .mod_acceso_directo_h{
        margin: 0px 0px 20px;
    }
    .mod_acceso_directo_cont {
        padding: 60px 40px;
    }
    .mod_datos .br-1,
    .mod_datos .bl-1,
    .mod_acceso_directo .br-1,
    .mod_acceso_directo .bl-1{
        border: 0px;
    }
    .modulo_formulario .bl-1{
        border-left: 1px solid #ccc;
    }
    .mod_acceso_directo_desc {
        margin: 0px 60px 30px 0px;
    }
    .mod_cta_h {
        font-size: 50px;
        line-height: 58px;
    }
    .mod_cta_btns {
        padding: 0px 40px;
    }
    .mod_cta_btns .btn-cta {
        /*font-size: 20px;
        line-height: 30px;
        border: 2px solid #1A9EDA;
        padding: 3px 16px 5px !important;
        margin: 0 5px;*/
    }
    .mod_datos_desc {
        padding: 40px 40px 60px 0px;

    }

    .carousel_foto_titulo_datos .carousel__item_img {
        width: 300px;
        height: 300px;
    }

    .carousel_foto_titulo_datos .carousel__item a {
        width: 360px;
        padding: 60px 30px;
    }

    .carousel__item_cta {
        width: 360px;
        padding: 40px 30px;
    }
    .carousel__item_cta .carousel__item_cta_img {
        height: 225px;
        width: 300px;
        border-radius: 225px;
    }
    .carousel__item_cta_titulo {
        margin: 30px 0px 14px;
    }
    .carousel__item_cta_desc {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .mod_carousel_desc {
        padding: 40px 120px 40px 30px;
    }
    .carousel__item_cr a img {
        /*width: 300px;*/
        width:100%;
    }
    .carousel__item_cr {
        width: 360px;
        padding: 40px 10px;
    }
    .carrusel_imgs_datos {
        /*padding: 90px 0px 90px;*/
    }
    .carousel__arrow2 {
        /*top: 16px;*/
    }
    .list_vert_entradas a {
        padding: 30px;
    }
    .list_vert_entradas a span {
        font-size: 16px;
        line-height: 24px;
    }
    .list_vert_entradas a svg {
        bottom: 35px;
    }
    .list_vert_entradas a img {
        right: 35px;
        bottom: 89px;
        height: 100px;
    }
    .list_vert_desc {
        font-size: 31px;
        line-height: 42px;
    }
    .list_acor li a {
        padding: 32px 50px 32px 85px;   
    }
    .list_acor li a img {
        left: 25px;
    }
    .list_acor li a svg{
        right: 20px;
    }

    .list_acor ul li a img {
        left: 48px;
    }
    .list_vert_desc_2 {
        padding: 0px 60px 40px;
    }
    .list_vert_num .list_vert_num_cont {
        margin: 0px 40px 0px 60px;
        padding-left: 100px;
    }
    .list_vert_num .list_vert_num_cont .lvnc__num {
        left: 6px;
    }

    .mod_hitos .hito__img {
        width: calc(100% - 40px);
        margin: 80px 20px;
    }
    .mod_hitos .hito__img {
        height: 260px;
    }
    .mod_hitos .hito__datos {
        padding: 0px 20px;
    }
    .mod_hitos .hito__datos .hito__datos__desc {
        padding: 0px 0px 0px 65px;
    }
    .mod_hitos .hito__datos .hito__datos__fecha {
        height: 80px;
    }
    .mod_hitos .hito__datos .hito__datos__fecha span {
        height: 80px;
        font-size: 61px;
        line-height: 77px;
    }
    .mod_desplegables-asociaciones .col-12:nth-child(3) {
        border-top: 1px solid #ccc;
    }
    .mod_aso_map_listado_pro li a {
        padding: 20px 20px;
    }

    .mapa_aso,
    .mapa_aso_container{
        height: 600px;
    }

    .mod_copy .mod_copy_cont{
        /*margin: 50px 0px 50px 0px;*/
    }
    .mod_copy .mod_copy_txt {
        font-size: 28px;
        line-height: 33px;
    }

    .mod_copy .mod_copy_cont {
        padding: 50px 40px 40px 50px;
        min-height: 370px;
    }
    .mod_copy {
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    .mod_copy .mod_copy_enlace {
        top: calc(100% - 50px);
    }
    .mod_copy .text__loop-aso {
        position: relative;
        top: calc(100% - 210px);
        transform: none;
    }
    .mod_ent_titulo_grande {
        font-size: 39px;
        line-height: 51px;
    }
    .mod_ent .mod_ent_colum_img {
        height: 160px;
    }

    .mod_ent_colum_list {
        padding-right: 0px;
        overflow: auto;
    }
    .mod_slider .slider_txts {
        /*padding: 60px 20px;
        height: 600px;*/
    }
    .mod_slider .slider_txt_titulo .slider_titulo {
        /*font-size: 50px;
        line-height: 52px;
        -webkit-line-clamp: 5;*/
    }
    .mod_slider .slider_txt_titulo img {
        width: 80px;
        height: 50px;
        transform: translateY(7px);
    }
    .mod_slider .slider_txt_desc {
        float: none;
        /* margin-left: 60px; */
        margin-right: 0px;
        font-size: 16px;
        line-height: 24px;
        height: 96px;
        -webkit-line-clamp: 3;
    }
    .mod_slider .slider_txt_desc .slider_txt_desc_cont{
        height: 78px;
    }
    .mod_slider .slider_images {
        /*height: 290px;*/
    }
    .indice ul li a span.sup {
        font-size: 16px;
        line-height: 28px;
    }
    .indice ul li a {
        font-size: 14px;
        line-height: 28px;
        padding: 20px 32px 20px 10px;
    }
    .indice ul li a i {
        position: absolute;
        top: 16px;
        right: 0px;
        height: 40px;
        width: 40px;
    }
    .indice ul li a i svg {
        margin-top: 15px;
    } 

    .mod_form_cont {
        margin: 40px 0px 60px 20px;
    	padding-right: 16.666%;
    }
    .mod_datos .mod_datos_titulo {
        /*padding: 60px 30px;*/
    }

    .mod_carousel .mod_carousel_titulo, .mod_datos:not(.modulo_formulario) .mod_datos_titulo {
        padding-bottom: 10px;
    }
    .listado_recusos .col-12:nth-child(4n) {
        /*border-right: 1px solid #ccc;*/
    }
    .listado_recusos .col-12:nth-child(3n) {
        border: 0px;
    }
    .menu.menu-buscador .menu__container {
        height: calc(100vh - 89px);
    }
    .e404_flecha {
        margin: 20px;
        width: calc(100% - 40px);
    }
    .dato .dato__numero {
        font-size: 68px;
        line-height: 67px;
    }
    .mod_aso_map_listado_pro {
        height: 490px;
    }
    .cabecera__n2.cabecera .cabecera__content h1 img, 
    .cabecera__n3.cabecera .cabecera__content h1 img, 
    .cabecera__n4.cabecera .cabecera__content h1 img {
        width: 100px;
        height: 50px;
        margin-bottom: 0;
        transform: translateY(6px);
    }
    .cabecera__n3.cabecera .cabecera__content h1 img,
    .cabecera__n4.cabecera .cabecera__content h1 img{
        height: 50px;
        width: 50px;
    }
    .row-noticias:after{
        display: none;
    }
    .row-noticias:before {
        left: 49.9%;
    }
    .row-noticias .col-12.col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pagenavi-noticias {
        margin-top: 30px;
        padding: 40px 20px;
        text-align: center;
        background: #fff;
        /*border-top: 1px solid #ccc;*/
    }
    .pagenavi-eventos{
        padding: 40px 20px;
    }
    .mod_titulo_sub{
        /*margin: 50px;*/
    }
    .mod_titulo{
        /*padding: 50px; */
        margin-left:40px;
    }
    .carousel__arrow{
        /* display: none; */
        bottom: -20px!important;
    }
    .mod_tarjetas .col-12:nth-child(4n),
    .mod_tarjetas .col-12:nth-child(3n){
        border-right: 1px solid #ccc;
    }
    .mod_tarjetas .col-12:nth-child(2n){
        border-right: 0;
    }
    .carrusel__item_imgs img {    
        width: 470px;
        height: 265px;
    }
    .dato {
        padding: 40px 30px 0px 10px;
    }


    .row-datos {
        margin-bottom: 60px;
    }
    .mod_datos_cont span.mod_datos_linea {
        height: calc(100% + 60px);
    }
    .recurso .recurso__img, .recurso .recurso__img:before {
        height: 130px;
    }
    .indice {
        width: calc(100%);
    }
    .mod_acciones .mod_acciones_fila {
        margin: 60px 0px;
    }
    .mod_slider .slider_images {
        /*margin: 60px 40px 40px 40px;*/
    }
    .mod_slider .slider_images {
        /*width: calc(100% - 80px);*/
    }
    .mod_slider .slider_txt_titulo {
        /*margin-bottom: 10px;*/
    }
    .mod_slider .slider_txt_titulo .slider_titulo{
        margin-bottom: 20px;
    }
    .mod_copy .mod_copy_txt .icon_span {
        width: 50px;
    }
    .mod_copy .mod_copy_txt .icon_span .icon {
        top: 2px;
        width: 50px;
        height: 50px;
        max-width: 50px;
    }

    .list_vert_num .list_vert_num_cont .lvnc__num:before {
        height: 130px;
        width: 130px;
    }

    .list_vert_num .list_vert_num_cont {
        margin: 0px 60px 0px 60px;
        padding-bottom: 0px;
        max-width: 590px;
        position: relative;
        padding-left: 120px;
        padding: 50px 0px 50px 76px;
        min-height: 170px;
    }
    .list_vert_num .list_vert_num_cont.list_vert_num_cont_conDesc {
        padding: 50px 0px 40px 76px;
    }

    .list_vert_num .list_vert_num_cont.list_vert_num_cont_conDesc .lvnc__num {
        top: 43px;
    }
    .carousel__item_cr a span.cr__img {
        height: 250px;
        /* border-radius: 15px;*/
    }
    .carousel__item_cr a img{
        /*border-radius: 15px;*/
    }
    .carousel__item_cr a:hover span.cr__img {
        /*height: 149px;*/
    }

    .noticia__imp .noticia__imp_cont{
        height: 270px;
    }
    .noticia__imp-small.noticia__imp .noticia__imp_cont{
        height: 270px;
    }

    .mod_articulo iframe{
        width: 100%;
        height: 250px;
    }
    .mod_slider.mod_slider_menosuno .slider_txts {
        height: 560px;
    }
    footer .footer__menu{
        font-size: 17px;
        line-height: 25px;
    }
    .mod_repo_search{
        width: 300px;
    }
    .mod_mapa_web_cont{
        padding: 50px;
    }

    .cabecera .cabecera__container {
        padding-right:87px;
    }

    .cabecera__n2 .cabecera__img_cabe:after, .cabecera__n2 .cabecera__img_cabe:before, .mod_articulo_Ovalado .mod_articulo_img:before, .mod_articulo_Ovalado .mod_articulo_img:after,.row.row-datos:after, .row.row-datos:before {
        height:50px;
        width:50px;
    }

    .slider_images a:after,  .mod_slider .slider_images a:before {
    	width:64px;
    	height:64px;
    }

    .mod_articulo_Ovalado .mod_articulo_img:after {
        bottom: -50px;
        left: 0px;
    }

    .row.row-datos:before {
        right:-50px;
    }

    .mod_articulo_Derecha.mod_articulo_Ovalado .mod_articulo_img:after {
        right: 0px;
        bottom: -50px;
    }

    .slider_images a:after {
        right:64px;
    }

    .cabecera__n2 .cabecera__img_cabe:after {
        right:50px;
    }

    .cabecera__n1.cabecera h1, .cabecera__n2.cabecera .cabecera__content h1, .cabecera__n3.cabecera .cabecera__content h1, .cabecera__n4.cabecera .cabecera__content h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .cabecera__n1 .row, .cabecera__n2 > .row {
        min-height: 360px;
    }

    .cabecera__n1, .cabecera__n2 {
        min-height: 360px;
    }

    .mod_slider .slider_txt_titulo {
        height: 144px;
    }

    .mod_slider .slider_txt_titulo .slider_titulo {
        font-size: 38px;
        line-height: 38px;
    }

    .mod_slider .slider_txts {
        height: 450px;
    }

    .mod_slider .slider_txts {
        padding: 40px 80px 40px 16.6666%;
    }

    .mod_slider .slider_txt_desc .slider_txt_desc_cont {
        height: 75px;
        max-width: 320px;
    }

    .mod_slider .slider_txt_titulo .slider_titulo {
    	height: 150px;
	}

    .mod_slider .slider_arrow {
        bottom: 47px;
    }

    .mod_slider .slider_nav {
        bottom: 10px;
    }

    .mod_slider .slider_txt_pre .slider_txt_pre_span {
        font-size: 14px;
        line-height: 18px;
    }

    .slider_images a:after {
        background-size:15px 15px;
    }

    .mod_articulo .eti_tit {
        font-size: 28px;
        line-height: 30px;
    }

    .mod_listado .offset-1 {
        padding-left: 8.3333333333%!important;
        padding-right: 8.3333333333%!important;
        margin-left:0px!important;
    }

    .mod_titulo_h {
        font-size: 32px;
        line-height: 37px;
    }

    .list {
        /*padding: 0px 50px 0px 100px;*/
    }

    .list {
    	margin-bottom:46px;
    }

    .inner_call_to_action {
        flex-direction: column;
    }

    .mod_cta_h {
        font-size: 35px;
        line-height: 37px;
    }

    .mod_acceso_directo_desc {
        margin: 0px 0px 30px 0px;
    }
    
    .mod_cta_desc {
        font-size: 16px;
        line-height: 23px;
        padding-left: 0px!important;
        margin-top:30px;
        padding: 0px 40px 30px 40px;
        max-width: 100%;
    }

    .mod_cta_btns {
        padding: 0px 0px;
    }

    .inner_call_to_action .col-12 {
        /*margin-left: 16.6666666667%;*/
        width: 100%!important;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .modulo_call_to_action .col-3 {
        /*height: 300px;*/
    }


    .modulo_call_to_action .offset-2 {
    	margin-left: 80px;
	}

	.modulo_call_to_action .col-10 {
	    flex: 0 0 calc(100% - 80px);
    	max-width: calc(100% - 80px);
	}

	.modulo_call_to_action .col-3 {
    	width: 36vw;
    	height: 36vw;
    	flex: 0 0 36%;
    	max-width: 36%;	
	}

	.modulo_call_to_action .inner_call_to_action .offset-2, .inner_call_to_action .col-12:nth-child(2) {
    	margin-left: 0px;
	}

	.inner_call_to_action {
    	margin-left:36%;
	}


    .dato:after {
        width: 24px;
        height: 24px;
        top:20px;
    }

    .row-datos {
        padding: 70px 0px 110px 0px;
        padding-left: 8.3333333333%;
    }

    .dato .dato__num_signo {
        font-size: 24px;
    }

    .modulo_formulario .offset-1 {
        padding-left: 8.3333333333%!important;
        margin-left:0px!important;
    }

    .mod_form_cont p {
        font-size: 14px;
    }

    .mod_datos.modulo_formulario .mod_datos_titulo .mod_datos_titulo_h, .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h {
        font-size: 30px;
        line-height: 33px;
    }

    .slick-dots {
        bottom: 50px;
    }
    .card {
        margin: 15px!important;
    }

    .mod_tarjetas .row {
        padding: 0px calc(8.3333% - 15px);
    }

    .mod_tarjetas .card:before {
        top: 0px!important;
        right: 0px!important;
    }

    .card .img-circulo {
        max-height:218px;
    }

    .mod_tarjetas .card .card__cont {
        padding-bottom:60px;
    }

    .mod_rs_in span a {
        max-width: 230px!important;
    }

    .listado_recusos {
        padding: 0px calc(8.3333% - 15px) 0px calc(8.3333% - 15px);
    }

    .recurso {
        margin: 25px 15px;
        min-height:300px;
    }

    .menuActive .menu .row-menu {
        height: 100vh;
    }

    .menu__desp .menu__title a {
        color:#fff;
    }

    #menu__2 .menu__cols {
        padding: 30px 0px 0px 0px;
    }

    .menu__cols .row {
        margin-left:0px;
    }

    .menu-col-1, .menu-col-3 {
    	display:none!important;
    }

    .menu .header_col2 {
    	max-width: 100%;
    	flex: 0 0 100%;
	}

    .menu__desp .menu__cols .menu__col {
        padding-left:0px;
    }

    .menu__desp .menu__title a {}

    .menu__title svg path {
        stroke: #fff;
    }

    footer {
    	padding-top: 40px;
	}

	footer .footer__menu__cont, footer .footer__contacto {
    	padding: 60px;
	}

    footer:after, footer:before {
    	height: 40px;
    	width: 40px;
	}

	footer:after {
    	top: 40px;
	}

	.e404_data_txt h1 {
    	font-size: 63px;
	}

    .listado-posts .col-lg-2, .listado-posts .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .listado-posts .order-lg-2 {
        order:1;
    }

    .listado-posts .order-lg-1 {
        order:2;
    }


    .cabecera.cabecera__single .cabecera__single__inner {
        padding-right: 30px;
    }

    .cabecera.cabecera__single .cabecera__content {
        padding: 10px 0px 40px 0px;
    }

    .mod_articulo.mod_articulo_Cuadrado .order-lg-1,  .mod_articulo.mod_articulo_Ovalado .order-lg-1 {
    	order:1;
    }

    .mod_articulo.mod_articulo_Cuadrado .order-lg-2, .mod_articulo.mod_articulo_Ovalado .order-lg-2{
    	order:2;
    }

    .mod_articulo.mod_articulo_Ovalado .order-1, .mod_articulo.mod_articulo_Cuadrado .order-1{
    	order:2;
    }

    .mod_articulo.mod_articulo_Ovalado .order-2, .mod_articulo.mod_articulo_Cuadrado .order-2{
    	order:1;
    }

    .mod_articulo.mod_articulo_Ovalado .mod_articulo_inner{
    	padding-left:0px!important;
    	padding-right:0px!important;
    }

    .mod_articulo_Ovalado {
    	padding-bottom: 50px;
	}

    header .header__menu li a.active svg{
        transform: rotate(180deg) scale(2);
    }

}
@media screen and (max-width: 1140px) {

    .mod_ent .mod_ent_colum_img {
        height: 134px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 134px;
        max-height: 134px;
    }
    .posts_date .form-control-filter {
        width: 124px;
        padding: 0px 12px 0px 12px !important;
    }

}

@media screen and (max-width: 1024px) {
    .pop-up {
        padding: 30px;
    }
    .menu .menu-col-1,
    .menu .menu-col-3{
        display: none !important;
    }

    .menu .menu-col-2{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu .menu__datos {
        padding: 37px 40px;
    }
    footer .footer__menu__cont, footer .footer__contacto {
        /*padding: 40px;*/
    }
    footer .footer__menu-newsletter {
        padding: 40px;
    }
    footer .footer__menu_bottom {
        margin: 40px;
    }
    footer .footer__copy {
        margin: 40px 30px;
    }
    .mod_articulo_Cuadrado.mod_articulo .mod_articulo_cont {
        /*min-height: 300px;*/
    }
    
}


/* SALTO VERTICAL */
@media screen and (max-width: 991px) {
    .mod_donacion_img_cont {
        height: 400px;
    }

    header .header__modocolor .header__modocolor-txt{
        display: none;
    }
    .menu .menu__datos {
        padding: 37px 40px;
    }
    .menu .menu-col-1, .menu .menu-col-3{
        display: none;
    }
    .cabecera .cabecera__img_single {
        height: 300px;
    }
    .cabecera .cabecera__content h1 {
        font-size: 25px;
        line-height: 32px;
    }

    footer .footer__menu_bottom li {
        padding: 0px 36px 0px 0px;
    }
    footer .text__loop {
        display: none;
    }

    footer .footer__menu-newsletter{
        border-top: 1px solid #3848A8;
    }
    .list__evento .list__evento__img {
        margin-bottom: 30px;
    }
    .list__evento__date {
        margin-top: 16px;
        margin-left: 17px;

    }
    .posts_date span{
        display: none;
    }
    .mask200 {
        width: 100%;
    }
    .cabecera__n1.cabecera h1{
        overflow-wrap: break-word;
    }

    .cabecera__n1 h1 {
        font-size: 117px;
        line-height: 117px;
        letter-spacing: -7px;
    }
    .cabecera__n1 h1 img {
        width: 176px;
        height: 88px;
        margin-left: 12px;
    }

    .cabecera__n1 .row{
        min-height: auto;
    }
    .cabecera__n1 {
        min-height: auto;
    }
    .cabecera__n1 .cabecera1__txt{
        padding: 40px;
        position: relative;
        padding-top: 10px;
        font-size: 20px;
        line-height: 28px;
    }
    .cabecera__n1 .br-1{
        border: 0px;
    }
    .cabecera__n2.cabecera .cabecera__content h1, .cabecera__n3.cabecera .cabecera__content h1, .cabecera__n4.cabecera .cabecera__content h1 {
        /*margin: 40px 20px;
        font-size: 60px;
        line-height: 70px;*/
        overflow-wrap: break-word;
    }

    .cabecera .cabecera__cat .cabecera__cat_list {
        font-size: 14px;
        line-height: 21px;
    }
    

    #breadcrumbs span span:before {
    	top:4px;
    }
    .cabecera .cabecera__cat .cabecera__cat_list a {
        display: none
    }
    .cabecera .cabecera__cat .cabecera__cat_list a:last-child {
        display: inline-block;
    }

    .mod_titulo .bl-1{
        border-left: 0px;
        border-right: 0px;
    }
    .mod_articulo_Ovalado .mod_articulo_img {
        /*height: 460px;
        width: 380px;
        max-width: 380px;
        margin: 40px auto;*/
    }
    .mod_articulo .mod_articulo_cont {
        /*margin: 0px 30px 40px 30px;*/
    }

    .mod_articulo_Izquierda.mod_articulo_Ovalado .mod_articulo_inner {
        padding: 60px 0px 60px 0px;
    }

    .mod_articulo_Ovalado {
        padding-bottom:0px;
    }

    .mod_articulo_Cuadrado .mod_articulo_img {
        height: 380px;
        position: initial;
    }
    .mod_articulo_Cuadrado.mod_articulo .mod_articulo_cont {
        min-height: auto;
    }
    .mod_articulo_doscol{
        border-bottom: 0px;
    }
    .mod_articulo .bl-1,
    .mod_articulo .br-1,
    .mod_desplegables .bl-1,
    .mod_listado .bl-1,
    .mod_listado .br-1{
        border-left: 0px;
        border-right: 0px;
    }
    .mod_articulo_doscol .mod_articulo_cont{
       /* border-bottom: 1px solid #ccc;*/
    }
    .mod_articulo.mod_articulo_doscol .mod_articulo_cont{
        margin: 0px;
        /*padding: 40px 20px;*/
    }
    .list {
        max-width: 796px;
    }
    .mod_listado_numero .col-12 .list {
        transform: translateY(0px);
    }
    .mod_listado_numero .list {
        margin-bottom: 70px;
    }
    .list .list__numero{
        top: -18px;
    }
    .mod_listado_numero .mod_listado_cont {
        /*padding: 50px 0px 0px 0px;*/
    }
    .mod_desplegables__cont {
        margin: 50px 40px;
    }
    .desp__header a svg {
        right: 40px;
    }
    .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h {
        /*font-size: 39px;
        line-height: 48px;*/
    }

    .mod_acceso_directo_h {
        font-size: 31px;
        line-height: 39px;
    }

    .mod_acceso_directo_i{
        width: 250px;
        height: 172px;
        margin: 0px 0px 30px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .mod_acceso_directo_datos_cont {
        margin-left: 0px;
    }
    .mod_acceso_directo_cont {
        padding: 40px 40px;
    }
    .mod_cta__img {
        position: relative;
    }
    .mod_cta_h {
        /*margin: 50px 40px;*/
    }
    .mod_cta_desc {
        /*padding: 40px 40px 40px 40px;*/

    }
    .mod_cta_btns{
        margin-bottom: 40px;
        top: 0%;
        transform: none;
        text-align: left;
    }

    .mod_cta_btns .btn-cta {
        /*font-size: 24px;
        line-height: 44px;
        border: 2px solid #1A9EDA;
        padding: 2px 16px 5px !important;
        margin-bottom: 10px;
        margin: 0px 10px 10px 0px;*/
    }
    .modulo_call_to_action .br-1,
    .modulo_call_to_action .bl-1{
        border: 0px;
    }
    .mod_datos_desc {
        padding: 50px 40px 20px 0px;
    }

    .mod_carousel_desc {
        padding: 60px 20px 60px 20px;
        border-bottom: 1px solid #ccc;
    }
    .carrusel_imgs_datos {
        padding: 40px 0px 90px;
    }
    .list_vert_entradas_head,
    .list_acor_head{
        display: none;
    }
    .list_vert_entradas{
        border-top: 1px solid #ccc;
    }
    .list_vert_desc p:last-child{
        margin-bottom: 0px;
    }
    .list_vert_entradas-col,.list_acor-col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);
        max-width: calc(100%);
    }
    .mod_list__ani_pin{
        background: #fff;
        z-index: 2;
    }
    .mod_list_vert .br-1 {
        border-right: 0px;
    }
    .mod_hitos .hito__datos__nav {
        margin-top: -11px;
        top: -10px;
        right: 40px;
        transform: rotate(90deg);
    }
    .mod_hitos .hito__datos .hito__datos__desc {
        padding: 0px 0px 0px 0px;
    }
    .mod_hitos .hito__img {
        margin: 50px 20px;
    }
    .mod_aso_map_listado_pro li a:hover:before {
        display: none;
    }
    .mod_aso_map_listado_pro li a:hover {
        background-color: #F1F7FC
    }
    .mod_copy .mod_copy_enlace {
        top: calc(100% - 65px);
    }
    .mod_rs {
        padding: 60px 0px;
    }
    .mod_ent_titulo_grande {
        margin: 40px 40px;
    }
    .mod_ent_colum_list {
        padding-right: 0px;
        max-height: 100%;
        overflow: auto;
    }
    .mod_ent .col-12:first-child{
        border-bottom: 1px solid #ccc;
    }

    .mod_slider .slider_images {
        height: 430px;
        max-width: 100%;
        margin: 40px auto;
    }
    .slider_images a:after {
        background-size: 20%;
    }
    .mod_slider .slider_txt_titulo {
        height: 77px;
    }
    .mod_slider .slider_txts {
        padding: 60px 40px 60px 40px;
        height: auto;
    }
    .mod_slider .slider_arrow {
        /*display: none;*/
        bottom:-10px;
    }
    .slider_nav{
        margin-bottom: 60px;
    }
    .mod_acciones .mod_acciones_fila a span {
        font-size: 60px;
        line-height: 72px;
    }
    .mod_acciones .mod_acciones_fila a img{
        width: 200px;
        height: 100px;
        border-radius: 100px;
    }
    .mod_acciones .mod_acciones_fila a.Circular img{
        width: 100px;
    }
    .mod_acciones {
        padding-bottom: 40px;
    }
    .indice{
        z-index: 99999999; 
    }

    .indice ul li a {
        padding: 20px 45px 20px 30px;
    }
    .indice ul li a i {
        right: 10px;
    }
    .mod_datos_desc {
        /*padding: 40px 120px 40px 30px;*/
    }
    .listado_recusos .col-12:nth-child(3n) {
        /*border-right: 1px solid #ccc;*/
    }
    .listado_recusos .col-12:nth-child(2n) {
        border: 0px;
    }
    .mod_repo .br-1{
        border: 0px;
    }
    .pop-up-imagen {
        height: 300px;
    }
    .pop-up .pop-up-data .pop-up-desc {
        margin-bottom: 20px;
        width: 80%;
    }
    .pop-up .pop-up-data {
        padding: 40px;
    }
    .pop-up-btns a{
        margin-bottom: 6px;
    }
    .cabecera__n2.cabecera .cabecera2__txt, .cabecera__n3.cabecera .cabecera2__txt, .cabecera__n4.cabecera .cabecera2__txt {
        max-width: 100%;
        position: initial;
        bottom: 0;
        right: 0;
        padding: 0px 0px 40px;
    }
    .cabecera__n4.cabecera .cabecera__img_cabe,
    .cabecera .cabecera__img_cabe{
        height: 350px;
    }
    .cabecera__n4.cabecera .cabecera__content h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .pop-up-imagen{
        display: none;
    }
    .noticia__imp h2{
        padding: 0px;
    }
    .mod_titulo_h {
        /*padding: 50px 40px;*/
    }
    .mod_titulo_ih_cont {
        padding: 60px 40px;
    }
    .mod_titulo_sub {
        margin: 70px 40px;
    }
    .e404_flecha {
        margin: 30px;
        width: calc(100% - 60px);
    }

    .mod_tarjetas .mod_tarjetas_titulo, .mod_carousel .mod_carousel_titulo, .mod_datos .mod_datos_titulo {
        /*padding: 50px 30px;*/
    }
    .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h img, .mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h img, .mod_datos .mod_datos_titulo .mod_datos_titulo_h img {
        /*width: 140px;
        height: 80px;*/
        margin: 0px 20px 0px 0px;
    }

    .modulo_formulario .mod_datos_titulo:after, .mod_tarjetas_titulo:after {
    	width: calc(100% - 8.33333% - 35px);
	}
    .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h, .mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h, .mod_datos .mod_datos_titulo .mod_datos_titulo_h {
        /*font-size: 50px;
        line-height: 56px;*/
    }
    .mod_carousel_desc {
        padding: 60px 80px 60px 30px;
    }
    .card .img-circulo{
        /*max-width: 300px;
        margin: 0px auto 24px;*/
        display: block;
    }
    .mod_carousel_titulo2 .mod_carousel_titulo2_h, 
    .mod_list_vert_titulo .mod_list_vert_titulo_h {
        font-size: 20px;
        line-height: 28px;
    }
    .list_vert_entradas a svg {
        transform: scale(0.7);
    }
    .list_vert_entradas a h3 {
        font-size: 20px;
        line-height: 28px;
        height: 85px;
    }
    .list_vert_num .list_vert_num_cont .lvnc__num {
        color: #1A9EDA;
        font-size: 50px;
        line-height: 60px;
    }
    .modulo_formulario .mod_datos_desc{
        /*border-bottom: 1px solid #ccc;*/
    }
    .modulo_formulario .mod_datos_desc p{
        max-width: 480px;
    }
    .mod_datos_desc p:last-child{
        margin: 0px;
    }
    .mod_acciones .mod_acciones_fila a span{
        font-size: 75px;
        line-height: 82px;
    }
    .mod_acciones .mod_acciones_fila {
        margin: 70px 0px;
    }

    .mod_datos_desc {
        /*border-bottom: 1px solid #ccc;*/
    }
    .mod_datos_Azul .mod_datos_desc {
        /*border-bottom: 1px solid #3848A8;*/
    }
    .mod_slider .slider_txt_titulo .slider_titulo{
        padding-right: 0px;
    }
    .mod_aso_map_listado_pro {
        height: 300px;
        display: none;
    }
    #mod_aso_map_listado_movil{
        display: block !important;
        width: 200px;
        float: left;
        margin-left: 10px;
    }
    .ui-selectmenu{
        display: inline-block;
    }
    .ui-selectmenu .btn-map {
        margin-top: -4px;
    }
    .list__evento .list__evento__img img {
        height: 110px;
        width: 180px;
    }
    .list__evento .list__evento__cont {
        position: relative;
        top: 0%;
        transform: none;
    }
    .cabecera__n2.cabecera .cabecera__content h1 img, 
    .cabecera__n3.cabecera .cabecera__content h1 img, 
    .cabecera__n4.cabecera .cabecera__content h1 img {
        width: 110px;
        height: 55px;
        margin-bottom: 0;
        transform: translateY(6px);
    }
    .cabecera__n3.cabecera .cabecera__content h1 img,
    .cabecera__n4.cabecera .cabecera__content h1 img{
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        transform: translateY(7px);
    }
    .cabecera__n4.cabecera .cabecera__content h1 img {
        transform: translateY(9px);
    }
    .mod_aso_map_head{
        overflow: hidden;
    }
    .mod_aso_map_head .btn-map:first-child{
        float: left;
        padding: 19px 30px;
        border-radius: 100px;
    }
    .mod_aso_map_head .btn-select{
        margin: 0px;
    }
    .mod_titulo_ih{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 80px);
        padding-left: 130px;
    }
    .card {
        /*padding: 40px 30px;*/
    }
    .carrusel__item_imgs img {    
        width: 600px;
        height: 340px;
    }
    .carousel__arrow2{
        display: none;
        top:-46px;
    }
    .mod_hitos .hito__datos {
        padding: 0px 30px;
    }
    .dato {
        padding: 30px 30px 0px 30px;
    }
    .recurso .recurso__img, .recurso .recurso__img:before {
        height: 190px;
    }
    .faldon_archivo .faldon_titulo{
        margin-bottom: 30px;
    }
    .faldon_archivo .faldon_desc{
        margin-bottom: 40px;
    }
    .modulo_formulario .bl-1{
        border: 0px;
    }
    .mod_form_cont {
        /*margin: 40px 20px 60px 30px;*/
        padding-right: 40px;
        padding-left: 20px;
    }
    .mod_copy .mod_copy_cont{
        /*margin: 50px 30px;*/
        margin-left:100px;
    }

    .mod_tarjetas .mod_tarjetas_titulo, .mod_carousel .mod_carousel_titulo, .mod_datos .mod_datos_titulo, .modulo_formulario .offset-1 {
        padding-left:40px!important;
    }

    .row-datos {
        padding-left:10px;
    }
 
    .mod_copy .mod_copy_cont:after {
        left:50px;
    }
    .mod_copy .mod_copy_cont:before {
        left:100px;
    }
    .mod_acciones .mod_acc_title {
        padding: 60px 40px 10px;
    }
    .mod_acciones .mod_acciones_fila {
        margin: 50px 0px;
    }
    .mod_acciones{
        padding-bottom: 30px;
    }
    .mod_slider .slider_txt_titulo .slider_titulo {
        /*font-size: 60px;
        line-height: 60px;*/
        -webkit-line-clamp: 2;
    }
    .mod_slider .slider_txt_desc{
        margin: 0px;
        width: 100%;
    }
    .mod_slider .slider_txt_desc .slider_txt_desc_cont {
       height: 54px;
    }
    .mod_copy .mod_copy_txt .icon_span .icon {
        top: -6px;
    }
    .mod_copy .mod_copy_txt .icon_span {
        height: 30px;
    }
    .list_vert_entradas a img {
        right: 120px;
        bottom: auto;
        top: 30px;
    }

    .mod_titulo_nivel3 .mod_titulo_ih {
        padding: 0px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 172px;
        width: 100%;
    }

    .mod_slider .slider_txt_titulo .slider_titulo {
        height: 77px;
    }
    .mod_slider .slider_txt_desc .slider_txt_desc_cont{
        -webkit-line-clamp: 2;
    }
    .mod_ent .mod_ent_colum_img {
        height: 210px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 210px;
        max-height: 210px;
    }
    .carousel__item_cr a:hover span.cr__img{
        /*height: 149px;*/
    }
    .mod_articulo iframe{
        width: 100%;
        height: 250px;
        max-width: 500px;
        margin: auto;
        display: block;
    }
    .mod_slider.mod_slider_menosuno .slider_txts {
        height: 360px;
    }

    .mod_repo_search{
        width: 100%;
    }
    .mod_repo_search_container {
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }
    .mod_repo_selec {
        /*float: none;*/
        margin-bottom: 10px;
    }

    .mod_repo__header-right {
        padding-left: 20px;
        padding-right: 14px;
        text-align: left;
        padding-bottom: 15px;
        height: 110px;
    }
    .mod_repo__header-left {
        padding-bottom: 12px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .mod_repo__header-tipo-title{
        float: none;
    }
    .pop-up-icon {
        padding: 13px 16px 16px 58px;
    }
    .mod_repo__header-tipo-title {
        margin-bottom: 10px;
        margin-left: 24px;
    }

    .mod_mapa_web_cont{
        padding: 30px;
    }

    .cabecera .cabecera__container {
        padding-right: 100px;
    }


    .mod_slider .slider_nav {
        bottom: -10px;
    }

    .cabecera__n1, .cabecera__n2 {
        padding-left: 40px;
        padding-right: 40px;
    }


    .mod_slider .slider_txt_desc .slider_txt_desc_cont {
        height: 78px;
        max-width: 100%;
    }

    .mod_articulo .mod_articulo_inner {
        min-height: auto;
        padding: 60px 40px 60px 40px;
    }

    .mod_articulo_Ovalado .row .row {
        padding-left: 40px;
        padding-right: 40px;
    }

    .mod_listado_cont {
        /*padding: 0px;*/
    }

    .mod_listado .offset-1 {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .modulo_call_to_action .offset-2 {
        margin-left:0px!important;
    }

    .inner_call_to_action {
        padding-left: 45%;
    	padding-right: 30px;
    	margin-left: 0px;
    }

    .modulo_call_to_action .col-10 {
    	flex: 0 0 100%;
    	max-width: 100%;
	}

    .inner_call_to_action .col-12:nth-child(2) {
        margin-left: 0px;
        width: 100%!important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mod_tarjetas .row {
        padding: 0px 25px;
    }

    .mod_carousel_titulo2 {
        padding: 60px 0px 0px 40px;
    }

    .listado_recusos {
        padding: 0px 25px 0px 25px;
    }

    .mod_carousel_titulo2 .btn-list-vert {
        right:40px;
    }

    .carousel_cr_datos .slick-list {
        padding-left: 30px;
    }

    footer .footer__menu__cont, footer .footer__contacto {
        padding: 60px 40px;
    }

    footer:after, footer:before {
        height: 40px;
        width: 40px;
    }

    footer:before {
        top:0px;
    }

    
    .header__logo .desktop {
        display:none;
    }

    .header__logo .mobile {
        display:block;
    }

    header .header__logo svg {
        width: 35px;
        height: 45px;
    }

    header .header__container-left {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .cabecera {
    	padding: 0px 40px 100px 40px;
	}

    .single .cabecera__single {
        padding: 0px 0px 100px 0px;
    }

    .cabecera.cabecera__single .cabecera__single__inner {
        padding-right: 20px;
        padding-left: 20px;
    }

	.listado-posts {
    	padding-left: 40px;
    	padding-right: 40px;
        margin-top:0px!important;
	}

	.cabecera .cabecera__img_archive:before, .cabecera .cabecera__img_archive:after {
    	width: 40px;
    	height: 40px;
	}

	.cabecera .cabecera__img_archive:after {
		right: 0px;
        bottom: -34px;
	}

    .listado-posts .posts_search_container {
        margin-bottom: 20px!important;
    }

    .mod_articulo.mod_articulo_doscol .col-lg-6:nth-child(2) .mod_articulo_inner {
    	padding-right: 8.333%;
    	padding-left: 8.333%;
		margin-bottom: 30px;
	}

	.mod_articulo:not(.mod_articulo_doscol) .mod_articulo_inner {
    	padding: 20px 40px 40px 40px!important;
	}

}

@media screen and (max-width: 800px) {

    .posts_date {
        text-align: center !important;
    }
    .posts_date .form-control-filter {
        width: 49%;
        margin: 0px !important;
    }



}
@media screen and (max-width: 700px) {
    footer .footer__menu {
        font-size: 16px;
        line-height: 21px;
    }

    footer .footer__menu-newsletter,
    footer .footer__menu__cont, 
    footer .footer__contacto {
        /*padding: 30px;*/
    }
    footer .footer__menu__cont .footer__menu h4 {
        margin: 0px 0px 12px;
        /*font-size: 25px;
        line-height: 34px;*/
    }
    footer .footer__copy ,
    footer .footer__menu_bottom {
        margin: 40px 30px;
    }

    .posts_date {
        margin-top: 10px;
        margin-left: 0px;
    }
    #cookie-law-info-bar {
        width: 100%!important;
	    bottom: 0px !important;
	    right: 0px !important;
	    padding: 50px 20px 50px 20px!important;
    }

    #cookie-law-info-bar .avi-btn_container {
    	margin-top:40px;
    }

    #cookie-law-info-bar .avi-container .avi-titulo {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    #cookie-law-info-bar .avi-container p {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .cli-modal-content {
        padding: 50px 20px 20px;
    }
    .cli-modal-dialog {
        position: absolute !important;
        bottom: 20px !important;
        top: auto !important;
        right: 20px !important;
        width: calc(100% - 40px) !important;
    }

    .cli-tab-footer .wt-cli-privacy-accept-btn:hover {
    	background: transparent !important;
	}
    .cli-tab-container h4, .cli-tab-container h1 {
        font-size: 19px;
    	line-height: 23px;
        margin: 0px 0px 10px 0px;
    }
    .cli-tab-header {
        padding: 6px 0px 9px;
    }
    .cli-tab-section .cli-tab-content {
        padding: 20px 0px;
    }

    .mod_repo_selec {
        /*display: inline-block;
        border: 2px solid #C1E5F6;
        padding: 11px 48px 14px 20px;
        border-radius: 50px;
        color: #121212;
        text-decoration: none;
        height: 50px;
        position: relative;
        margin: 0px 0px 6px 4px;*/
    }


    .mod_repo__ico span.boc{
        display: none;
    }
    .pop-up-icons{
        height: 30vh;
        overflow: auto;
        padding: 0px 15px;
        margin-bottom: 10px;
    }

}

/*SALTO MOVIL*/
@media screen and (max-width: 600px) {
    .mod_slider .slider_arrow {
        bottom: 0;
    }
    header .header__menu li a{
        padding: 20px 16px 20px 24px;
        font-size: 25px;
        line-height: 32px;
    }
    header .header__menu li ul{
        padding: 0px 20px 30px 23px;
    }
    header .header__menu li ul li a {
        font-size: 20px;
        line-height: 30px;
    }

    header .btn-recursos span{
        display: none;
        height: 48px;
    }
    header .btn-recursos {
        float: left;
        margin-left: 0;
        height: 48px;
        padding: 22px !important;
    }
    header .header__modocolor {
        margin-left: 10px;
    }
    .menu__desp {
        padding: 20px 24px;
    }
    .menu__desp .menu__title a {
        font-size: 25px;
        line-height: 32px;
    }
    .menu__desp .menu__title a svg {
        margin-top: -9px;
    }
    .menu .menu__datos {
        padding: 30px 24px;
    }
    .menu .menu__container {
        height: calc(100vh - 174px);
    }
    .menu__desp .menu__title2 a {
        font-size: 20px;
        line-height: 26px;
    }
    .menu__desp .menu__cols ul {
        margin: 16px 0px 30px 0px;
    }
    .menu__desp .menu__cols ul li a {
    	font-size: 16px!important;
	}
    .menu__desp .menu__cols {
        padding: 34px 0px 0px 0px;
    }
    .menu__desp .menu__cols .menu__col {
        margin-bottom: 14px;
    }
    .cabecera .cabecera__img_single {
        height: 250px;
    }
    .cabecera .cabecera__content,
    .cabecera .cabecera__cat,
    .post__content {
        /*padding: 36px 20px;*/
    }
    .cabecera__single .compartir {
        top: 0px;
    }
    .compartir .compartir__enlaces {
        right: 0px;
        opacity: 1;
    }
    .btn__desplegable svg {
        margin-top: 19px;
    }
    .cabecera .btn__desplegable {
        right: 19px;
        width: 48px;
        height: 48px;
        top: -12px;
    }
    .cabecera .cabecera__cat{
        /*padding: 26px 20px;*/
    }

    .menu.menu-buscador .menu__buscador_listado {
        padding-right: 20px;
    }

    .cabecera__single .cabecera__cat {
        margin-bottom: 20px;
    }

    .cabecera .cabecera__content .btn{
        display: none;
    }

    .cabecera.cabecera__single .cabecera__content .btn {
        display: block!important;
        float: left;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .cabecera .cabecera__content h1 {
        margin: 0;
    }
    .cabecera .cabecera__content {
        padding: 28px 0px;
    }
    .cabecera .cabecera__img_archive {
        margin: 0px;
        height: calc(100% - 20px);
        margin-top: 0px;
    }
    .noticia__imp h2 {
        font-size: 20px;
        line-height: 25px;
        padding: 0px;
    }
    .noticia__imp .noticia__imp__date {
        font-size: 14px;
        line-height: 22px;
        margin: 14px 0px 8px;
    }
    .noticia__imp {
        padding: 40px 0px 0px;
    }
    .row-noticias:before{
        display: none;
    }
    .listado-posts .row{
        border: 0px;
    }

    .mod_espacio.mod_espacio_espaciol {
        height: 120px;
    }

    footer .footer__menu_bottom li {
        padding: 0px 0px 12px 0px;
        display: block;
        width: 100%;
    }

    .footer__menu__cont .col-xl-2.offset-2 .footer__menu
     {
        width:100%;
     }
    footer .footer__menu_bottom {
        margin: 30px 20px 20px;
    }
    footer .footer__copy {
        margin: 0px;
        border-top: 1px solid #ccc;
        padding: 30px 20px;
    }
    footer .footer__bottom .col-12{
        border: 0px;
    }
    footer a.footer__arbol{
        display: block;
	    width: 100%;
	    padding: 20px;
	    color: #fff;
	    font-weight: normal;
	    border-bottom: 1px solid rgb(255 255 255 / 30%);
	    font-size: 14px !important;
	    font-weight: 600;
	    text-transform: uppercase;
    }

    .footer__arbol svg path {
    	stroke: #fff;
	}
    footer a.footer__arbol svg{
        float: right;
        margin-top: 7px;
        webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    footer a.footer__arbol.active svg{
        transform: rotate(180deg);
    }
    footer .footer__menu__cont{
        display: none;
        padding-bottom: 0px;
    }
    .footer__contacto .footer__menu{
        margin-bottom: 20px;
        text-align: left;
    }
    footer .footer__menu .footer__menu_title {
        margin: 0px 0px 4px;
    }
    footer .footer__menu-newsletter, footer .footer__menu__cont, footer .footer__contacto {
        padding: 30px 20px;
    }

    .footer__menu__cont .col-12 {
    	margin-bottom: 30px;
	}

	 .footer__menu__cont .col-12:last-child {
    	margin-bottom: 0px;
	}
    .cabecera .cabecera__container {
        position: initial;
    }
    .cabecera .cabecera__menu ul {
        margin: 110px 20px 20px 20px;
        width: calc(100% - 40px);
    }
    .cabecera .cabecera__menu ul li a {
        font-size: 25px;
        line-height: 30px;
    }
    .cabecera .cabecera__menu ul li {
        margin-bottom: 12px;
    }
    .list__evento .list__evento__img img {
        width: 100%;
        height: 230px;
    }
    .list__evento .list__evento__img {
        margin-bottom: 20px;
    }
    .list__evento {
        padding: 30px 20px;
    }
    .list__evento h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .list__evento .list__evento__date .list__evento__date_ini span, .list__evento .list__evento__date .list__evento__date_fin span {
        font-size: 16px;
        line-height: 21px;
        display: inline-block;
        font-weight: 300;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .list__evento .list__evento__date .list__evento__date_ini, .list__evento .list__evento__date .list__evento__date_fin {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 2px;
        font-weight: 500;
        position: relative;
    }
    .btn-svg svg {
        top: 15px;
        right: 14px;
        height: 15px;
    }
    .list__evento .list__evento__date .list__evento__date_ini:after {
        height: 15px;
        width: 2px;
        top: 22px;
        left: -13px;
        content: '';
    }
    .list__eventos_search {
        padding: 20px;
    }

    .cabecera__n1.cabecera h1 {
        font-size: 60px;
        line-height: 70px;
        margin: 40px 20px 20px;
        letter-spacing: 0px;
        font-weight: 500;
    }
    .cabecera__n1 .cabecera1__txt {
        padding: 10px 20px 40px 20px;
    }
    .cabecera__n1 h1 img {
        width: 100px;
        height: 50px;
        margin-left: 4px;
        transform: translateY(2px);
    }

    .cabecera__n3.cabecera .cabecera__content h1 img {
        width: 50px;
        height: 50px;
    }
    .cabecera__n2 .br-1,
    .cabecera__n3 .br-1,
    .cabecera__n4 .br-1{
        border: 0px;
    }
    .cabecera__n2.cabecera .cabecera__content h1 img{
        width: 100px;
        height: 50px;
    }
    .cabecera__n4.cabecera .cabecera__img_cabe {
        height: 300px;
    }
    .mod_titulo_h, .mod_titulo_ih {
        font-size: 32px;
        line-height: 37px;
        padding: 0px 0px 10px 0px;
        margin: 0px;
    }
    .mod_titulo_ih {
        padding-left: 84px;
        width: calc(100% - 40px);
    }

    .mod_titulo_ih_cont {
        padding: 0px;
        overflow: hidden;
        position: relative;
    }
    .mod_titulo_i{
        width: 64px;
        height: 64px;
        margin: 3px 20px 0px 0px;
    }

    .mod_titulo_nivel2 .mod_titulo_h {
    	display:flex;
    }

    .mod_titulo_nivel2 .mod_titulo_h sup {
    	display: flex;
    	align-items: center;
    	margin-left: auto;
	    margin-right: 10px;
	    padding-left: 10px;
	    order: 2;
    }

    .mod_titulo_sub {
        font-size: 20px;
        line-height: 29px;
        margin: 0px;
    }

    .inner_subtitulo {
        padding-right: 20px;
    }
    .mod_titulo_h sup {
        font-size: 20px;
        line-height: 28px;
        margin: 0px 10px 0px 0px;
        transform: translateY(0);
    }
    .mod_articulo_Ovalado p {
        margin: 0px;
    }
    .mod_articulo .mod_articulo_cont{
        /*margin: 0px 20px 40px 20px;*/
    }
    .mod_articulo.mod_articulo_Ovalado h3 {
        margin-bottom: 20px;
    }
    .mod_articulo_Derecha.mod_articulo .mod_articulo_cont {
        /*margin: 0px 20px 0px 20px;*/
        border: 0px;
        /*padding: 40px 0px 0px 0px;*/
    }
    .mod_articulo_Cuadrado.mod_articulo .mod_articulo_cont {
        /*margin: 40px 20px;*/
    }
    .mod_listado_cont {
        /*padding: 50px 20px 40px;*/
        padding-left: 20px;
    	padding-right: 20px;
    }
    .list {
        padding: 0px 0px 0px 70px;
    }
    .list img {
        width: 50px;
        height: 50px;

    }
    .list .list__img{
        top: -13px;
        width: 50px;
        height: 50px;
    }
    .mod_listado_numero .mod_listado_cont {
        /*margin-top: 50px;
        padding: 20px 20px 0px 20px;*/
    }
    .mod_listado_numero .list {
        padding: 0px 0px 0px 70px;
    }

    .mod_desplegables__cont {
        margin: 50px 0px;
    }
    .mod_desplegables__cont .desp__header ,
    .mod_desplegables__cont .desp__body {
        padding: 0px 20px;
    }
    .mod_desplegables-asociaciones .desp__body {
        padding: 0px;
    }
    .desp__header a {
        padding: 30px 45px 30px 0px;
    }

    .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h img,
    .mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h img,
    .mod_datos .mod_datos_titulo .mod_datos_titulo_h img {
        width: 50px;
        height: 50px;
        /*display: block;
        float: none;*/
    }

    .mod_tarjetas .mod_tarjetas_titulo {
        /*padding: 40px 20px;*/
        overflow: hidden;
    }
    .card .img-circulo {
        /*width: 254px;
        margin: 0px auto 20px;*/
        width: 100%;
    	margin: 0px auto 0px;
    }
    .mod_tarjetas .col-12 {
        border-right: 0px;
    }
    .mod_acceso_directo_cont {
        padding: 40px 20px;
    }
    .mod_acceso_directo_i {
        margin: 0px 0px 20px;
        width: 100%;
        height: 180px;
        position: relative;
        top: 0;
        transform: none;

    }
    .mod_acceso_directo_h {
        font-size: 25px;
        line-height: 30px;
    }
    .mod_acceso_directo_desc {
        margin: 0px 0px 20px 0px;
    }

    .mod_cta_h {
        /*margin: 15px 20px;*/
        font-size: 35px;
    	line-height: 37px;
    }
    .mod_cta_desc {
        /*padding: 40px 20px;
        font-size: 16px;
        line-height: 24px;*/
    }

    .mod_cta_btns {
        /*padding: 0px 20px;*/
    }

    .mod_cta_desc {
    	padding:0px 0px 30px 40px;
    }

    .modulo_call_to_action .col-10 {
	    min-height: auto;
	    padding-top: 120px;
	    padding-bottom: 60px;
	}

	.modulo_call_to_action {
		margin-top:60px;
	}


	.modulo_call_to_action .col-10 {
		flex: 0 0 100%;
    	max-width: 100%;
	}

	.modulo_call_to_action .col-3 {
    	height: 140px;
    	width: 140px;
    	max-width: 140px;
	    bottom: initial;
	    right: 20px;
	    top: -60px;
	}

    .mod_cta_btns .btn-cta {
        /*font-size: 18px;
        line-height: 38px;
        border: 2px solid #1A9EDA;
        padding: 2px 16px 4px !important;
        margin-bottom: 10px;
        margin: 0px 8px 10px 0px;*/
    }

    .mod_articulo_Cuadrado .mod_articulo_img {
        height: 220px;
    }

    .mod_cta__img {
        height: 100%;
    }

    .mod_tarjetas .mod_tarjetas_titulo, 
    .mod_datos .mod_datos_titulo,
    .mod_carousel .mod_carousel_titulo{
        /*padding: 40px 20px;*/
    }
    .mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h ,
    .mod_datos .mod_datos_titulo .mod_datos_titulo_h {
        /*font-size: 39px;
        line-height: 48px;*/
    }
    .mod_datos_desc {
        /*padding: 40px 20px 40px 20px;*/
    }

    .modulo_formulario .mod_datos_titulo:after, .mod_tarjetas_titulo:after {
    	width: calc(100% - 70px);
	}

    .dato:after {
        display:none;
    }

    .mod_datos.modulo_formulario .mod_datos_titulo .mod_datos_titulo_h, .mod_tarjetas .mod_tarjetas_titulo .mod_tarjetas_titulo_h {
    	font-size: 25px;
        display: flex;
        align-items: flex-end;
	}

    .mod_datos .bl-1,
    .mod_datos .br-1{
        border: 0px;
    }

    .row.row-datos:before {
        right: 0px;
        bottom: -35px;
    }

	.mod_form_cont {
    	padding-right: 0px;
	}


	.mod_tarjetas .mod_tarjetas_titulo, .mod_carousel .mod_carousel_titulo, .mod_datos .mod_datos_titulo, .modulo_formulario .offset-1 {
    	padding-left: 20px!important;
	}

    .mod_datos .col-10 {
	    flex: 0 0 100%;
	    max-width: 100%;
    }
    .mod_datos_desc{
        /*border-bottom: 1px solid #ccc;*/
        padding: 30px 20px 30px 0px;
        max-width: 100%;
    }
    .mod_datos_Azul .mod_datos_desc{
        border-bottom: 1px solid #3848A8;
    }

    .dato {
        padding: 30px 20px 0px 20px;
    }
    .dato .dato__numero {
        font-size: 55px;
    	line-height: 53px;
        letter-spacing: -2px;
    }
    .dato .dato__num_signo {
        font-size: 22px;
    }
    .row-datos {
        margin-bottom: 60px;
    }

    .row-datos {
    	padding: 80px 0px 80px 0px;
	}
    .mod_carousel_desc {
        padding: 40px 20px 40px 20px;
        border-top: 1px solid #ccc;
        border-bottom: 0px solid #ccc;
    }
    .mod_carousel .br-1,
    .mod_carousel .bl-1{
        border: 0px;
    }
    .carousel_foto_titulo_datos .carousel__item_img {
        width: 230px;
        height: 230px;
        margin-bottom: 16px;
    }
    .mod_carousel .carousel_foto_titulo_datos .carousel__item a {
        width: 270px;
        padding: 30px 20px;
        font-size: 16px;
        line-height: 25px;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        min-height: 358px;
    }

    .carousel__item_cta {
        width: 270px;
        padding: 20px;
    }
    .carousel__item_cta .carousel__item_cta_img {
        height: 230px;
        width: 230px;
        border-radius: 230px;
    }

    .carousel__item_cta_titulo {
        font-size: 21px;
        line-height: 26px;
        margin: 20px 0px 10px;
    }

    .carousel__item_cta_precio {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 4px;
    }
    .carousel__item_cta_btns{
        min-height: 108px;
    }
    .carousel__item_cta .carousel__item_cta_img img {
        max-height: 100%;
        max-width: 140%;
    }
    .carousel__item_cta_btns .btn {
        margin-right: 8px;
    }
    .carousel__item_cta_btns .btn:last-child{
        margin-right: 0px;
    }
    .carousel__item_cta_btns{
        min-height: 30px;
    }

    .carousel__item_cr {
        width: 270px;
        padding: 30px 18px 18px 18px;
    }
    .carousel__item_cr {
    	width: 100vw;
    	padding: 30px 20px 18px 20px;
	}


    .carousel__item_cr a span {
        margin: 0px 0px 0px;
    }
    .mod_carousel_titulo2 {
        padding: 60px 20px 20px 20px;
    }

    .mod_carousel_titulo2:after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: calc(100% - 20px);
        height: 1px;
        background: rgb(0 0 0 / 20%);
        left: 20px;
    }

    .mod_carousel_titulo2 .btn-list-vert {
	    position: relative;
	    right: initial!important;
	    top: initial;
	    float:left;
	}

    .carrusel__item_imgs img {
        height: 250px;
    }
    .carrusel_imgs_datos {
        padding: 80px 0px 70px;
    }
    .carousel__arrow2 {
        top: 5px;
        right: 20px;
    }
    .slick-dots {
        bottom: 39px;
    }

    .carousel_cr_datos .slick-list {
    	padding-left: 0px;
	}
    .carrusel__item_logos {
        width: 270px;
    }
    .carrusel__item_logos a span {
        width: 270px;
        height: 180px;
    }
    .mod_list_vert_titulo {
        padding: 40px 20px;
    }
    .list_vert_desc {
        font-size: 25px;
        line-height: 35px;
        padding: 40px 20px;
    }
    .list_vert_entradas a {
        padding: 30px 20px;
    }
    .list_vert_entradas a h3 {
        font-size: 21px;
        line-height: 30px;
        height: 94px;
        width: 100%;
    }
    .list_vert_entradas a img {
        display: none;
    }
    .list_vert_entradas a svg {
        right: 20px;
    }
    .list_vert_desc_2 {
        padding: 0px 20px 40px;
    }
    .list_acor{
        border-top: 1px solid #ccc;
    }
    .mod_vert_back_Azul .list_acor{
        border-top: 1px solid #3848A8;
    }
    .list_vert_num .list_vert_num_cont {
        margin: 0px 20px 0px 40px;
    }
    .list_vert_num .list_vert_num_cont .lvnc__num {
        left: 0px;
    }
    .list_vert_num .list_vert_num_cont .lvnc__num:before {
        height: 120px;
        width: 120px;
    }
    .list_vert_num {
        margin: 20px 0px 80px 0px;
    }
    .list_vert_num .list_vert_num_cont {
        padding-bottom: 30px;
    }
    .mod_hitos .hito__img img.activa {
        border-radius: 220px;
    }
    .mod_hitos .hito__img {
        height: 220px;
        margin: 30px 20px 0px;
    }
    .mod_hitos .hito__datos .hito__datos__fecha {
        height: 70px;
        margin: 0px 0px 20px 0px;
    }
    .mod_hitos .hito__datos .hito__datos__fecha span {
        height: 70px;
        font-size: 50px;
        line-height: 70px;
    }
    .mod_hitos .hito__datos .hito__datos__desc{
        margin-bottom: 30px;
    }
    .mod_hitos .br-1,
    .mod_hitos .bl-1{
        border: 0px;    
    }
    .hito__anos ul li {
        padding: 0px 0px;
    }
    .hito__anos ul li a.active {
        font-size: 34px;
    }
    .mod_hitos .hito__datos .hito__datos__desc_titulo {
        font-size: 20px;
        line-height: 28px;
        margin: 0px 0px 12px 0px;
    }
    .hito__anos ul li a {
        margin: 0px 10px;
    }
    .mod_desplegables-asociaciones .desp__header a {
        padding-left: 0px;
    }
    .mod_desplegables-asociaciones .col-12{
        border-top: 0px;
        border-bottom: 1px solid #ccc;
        border-left: 0px;
        border-right: 0px;
    }
    .list__aso {
        padding: 30px 20px;
    }
    .mod_desplegables-asociaciones .mod_desplegables__cont .desp__header{
        padding: 0px 0px 0px 20px;
    }
    .list__aso .list__aso_nombre {
        margin: 0px 0px 20px 0px;
    }
    .desp__header a svg {
        right: 0px;
    }
    .mod_desplegables-asociaciones .desp__header a svg {
        right: 20px;
    }
    .mapa_aso,
    .mapa_aso_container{
        height: 500px;
    }
    .mapa_aso_container .list__aso {
        width: 90%;
    }
    .mod_copy .mod_copy_cont {
        margin: 40px 20px 50px 0px;
    }
    .mod_copy .mod_copy_txt {
        font-size: 25px;
        line-height: 36px;
        padding-bottom: 80px;
    }
    .mod_copy .mod_copy_txt .icon_span {
        height: 31px;
    }
    .mod_copy .mod_copy_txt .icon_span .icon {
        top: 2px;
    }
    .mod_copy .mod_copy_desc {
        margin-top: 20px;
    }
    .mod_copy .mod_copy_enlace {
        margin-top: 40px;
        top: 0px;
        float: right;
    	padding-bottom: 40px;
    }

    .mod_copy {
    	position: relative;
    	padding-bottom: 0px;
	}
	.mod_copy:after {
	    content: "";
	    position: absolute;
	    width: 50px;
	    height: 50px;
	    background: #fff;
	    bottom: -1px;
	    left: 0px;
	}

	.mod_copy .mod_copy_cont:before {
    	background: #F0F0F0;
    	clip-path: none;
	    bottom: -1px;
	    width: 50px!important;
	    left: 50px!important;
	    height: 50px!important;
	}

    .mod_rs {
        padding: 20px 0px;
    }
    .text__loop-rs span a {
        font-size: 31px;
        line-height: 40px;
        margin: 0px 20px;
        position: relative;
    }
    .text__loop-rs span a:before {
        height: 52px;
    }
    .mod_ent_titulo_grande {
        margin: 40px 20px;
    }
    .mod_ent_titulo_grande {
        font-size: 31px;
        line-height: 45px;
    }
    .mod_ent_titulo_grande img {
        width: 45px;
        height: 45px;  
    }
    .mod_ent_colum {
        display: block;
        position: relative;
        top: 0;
        transform: none;
    }
    .mod_ent .col-12:last-child {
        border-top: 1px solid #ccc;
    }
    .mod_ent .bl-1,
    .mod_ent .br-1{
        border: 0px;
    }
    .mod_ent_colum_list ul {
        margin: 40px 0px 0px;
    }

    .mod_slider .slider_txts {
        padding: 60px 20px 60px 20px;
        height: auto;
    }
    .mod_slider .slider_txt_titulo .slider_titulo {
        /*font-size: 39px;
        line-height: 46px;
        padding: 0px;*/
    }
    .mod_slider .slider_txt_titulo {
        height: 180px;
    }
    .mod_slider .slider_txt_titulo img {
        width: 60px;
        height: 38px;
        transform: translateY(9px);
    }
    .mod_slider .slider_txt_titulo {
        margin-bottom: 10px;
    }
    .mod_slider .slider_txt_desc {
        height: 100px;
        width: 100%;
        margin: 0px;
    }

    .mod_articulo .mod_articulo_inner, .mod_articulo:not(.mod_articulo_doscol) .mod_articulo_inner {
        min-height: auto;
        /*padding: 60px 20px 60px 20px!important;*/
        padding:0px 20px 40px 20px!important;
    }

    .mod_articulo.mod_articulo_doscol .col-lg-6:nth-child(2) .mod_articulo_inner {
	    
	}

	.mod_articulo.mod_articulo_doscol .col-lg-6:nth-child(1) .mod_articulo_inner {
    	padding-top: 0px!important;
	}

    .mod_articulo:not(.mod_articulo_doscol) .mod_articulo_inner {
    	flex-direction: column;
    }

    .mod_articulo_Derecha.mod_articulo_Ovalado .mod_articulo_inner {
    	padding: 30px 0px 30px 0px;
	}

    .mod_slider .slider_txt_desc .slider_txt_desc_cont{
        -webkit-line-clamp: 3; 
    }
    .mod_slider .slider_images {
        height:220px;
        margin-top:0px;
        margin-bottom: 0px;
        /*height: 200px;
        max-width: 400px;
        margin: 30px auto 10px;
        width: calc(100% - 40px);*/
    }
    .slider_nav {
        margin-bottom: 40px;
    }
    .mod_slider .slider_txt_pre {
        margin-bottom: 8px;
    }
    .mod_slider .bl-1,
    .mod_slider .br-1{
        border: 0px;
    }

    .mod_acciones .mod_acciones_fila a span {
        font-size: 50px;
        line-height: 60px;
    }
    .mod_acciones .mod_acciones_fila a img{
        width: 180px;
        height: 80px;
        border-radius: 100px;
    }
    .mod_acciones .mod_acciones_fila a.Circular img{
        width: 80px;
    }
    .mod_acciones {
        padding-bottom: 10px;
    }
    .mod_acciones .mod_acc_title {
        padding: 40px 20px 0px;
    }
    .mod_acciones .mod_acciones_fila {
        margin: 40px 0px;
    }
    .indice {
        width: 100%;
        bottom: auto;
        top: 0px;
        left: 0px;
    }
    .indice ul li a{
        border-right: 0px;
    }
    .indice ul li a i{
        transform: rotate(180deg);
    }
    .indice.plegado ul li a.active i {
        transform: rotate(0deg);
    }
    .indice ul li a span.progreso{
        bottom: -1px;
        top: auto;
    }
    .cta_fixed{
        bottom: 15px;
        right: 15px;
    }
    /*    .wpcf7-checkbox{
            font-size: 14px;
            line-height: 18px;
        }*/
    .recurso .recurso__img {
        height: 160px;
    }
    .recurso .recurso__img img {
        height: 160px;
    }
    .listado_recusos .col-12 {
        border: 0px;
    }
    .pagination {
        text-align: center;
        padding: 45px 20px 35px;
    }
    .pagination ul li a:before {
        height: 50px;
        width: 50px;
    }
    .pagination ul li a {
        font-size: 18px;
        line-height: 22px;
        padding: 14px;
    }
    #listado_recursos h3 {
        font-size: 30px;
        line-height: 40px;
        /*padding: 60px 20px;*/
    }

    .menu__buscador_input {
        padding: 12px 0;
    }
    .menu__buscador_input span {
        top: 34px;
        right: 22px;
    }
    .menu__buscador_input input {
        padding: 0px 140px 0px 26px !important;
    }
    .menu .menu__buscador_listado ul li a {
        padding: 20px 0px 20px 75px;
    }
    .menu .menu__buscador_listado ul li {
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .menu .menu__buscador_listado ul li svg {
        display: none;
    }
    .menu .menu__buscador_listado {
        height: calc(100vh - 190px);
    }
    .pop-up-imagen {
        display: none;
    }
    .pop-up .pop-up-data {
        padding: 148px 20px 40px;
    }
    .pop-up-close {
        top: 20px;
        right: 16px;
        width: 50px;
        height: 50px;
        padding: 16px;
    }
    .pop-up-aceptar {
        margin-top: 20px;
    }
    .pop-up .pop-up-data .pop-up-titulo {
        margin-bottom: 30px;
        font-size: 19px;
    	line-height: 23px;
    }
    .pop-up .pop-up-data .pop-up-desc {
        margin-bottom: 40px;
        width: 100%;
    }
    .e404_data_txt {
        font-size: 28px;
        line-height: 38px;
    }
    .e404_data_txt p {
        margin-bottom: 30px;
    }
    .e404_data {
        height: calc(100vh - 90px);
    }
    .e404_data_txt h1 {
    	font-size: 50px;
    	line-height: 67px;
	}
    .cabecera .cabecera__img_cabe{
        height: 250px;
    }
    .cabecera__n2.cabecera .cabecera__content h1, .cabecera__n3.cabecera .cabecera__content h1, .cabecera__n4.cabecera .cabecera__content h1 {
        font-size: 37px;
        line-height: 37px;
    }
	
     .header_col1, .header_col2,  .header_col3 {
    	transition: all .3s ease .3s;
    }

	.menuActive .header_col1, .menuActive .header_col2, .menuActive .header_col3 {
		background:#3848A8;
		/*transition: all .3s background;*/
	}

	.menuActive .btn-menu-ham {
		background:#fff;
		transition: background .3s ease .3s;
	}

	.menuActive header .header__logo svg path {
    	fill: #fff;
    	transition: fill .3s ease .3s;
	}

	.menuActive .btn-menu-ham span {
		background:#3848A8;
		/*transition: background .3s ease .3s;*/
	}

    .list__evento .list__evento__tipo span {
        display: -webkit-box;
        margin-left: 0;
    }
    .desp__header .desplegable_h{
        font-size: 20px;
        line-height: 28px; 
    }
    .btn-list-vert {
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin: 4px 0px 0px 0px;
    }
    .mod_list_vert_titulo .mod_list_vert_titulo_h {
        padding-right: 60px;
    }
    .carousel__item_cr a span.cr__img, .carousel__item_cr a.recurso_sin_imagen span.cr__img {
        height: 205px!important;
    border-radius: 0px!important;
    }
    .mod_datos_cont span.mod_datos_linea1{
        left: 50%;
    }
    .mod_datos_cont span.mod_datos_linea2{
        display: none;
    }
    .mod_datos_cont span.mod_datos_linea {
        height: calc(100% + 60px);
    }
    .mod_ent_titulo_grande .icon_span {
        height: 35px;
    }
    .indice ul li a {
        padding: 20px 45px 20px 20px;
    }
    .mod_slider .slider_txt_desc .slider_txt_desc_cont{
        height: 128px;
    }

    .mod_aso_map_head {
        padding: 30px 20px;
    }
    .icon_span .icon {
        max-width: 43px;
    }
    .icon_span {
        width: 43px;
    }
    .cabecera .cabecera__menu{
        overflow: initial;
    }
    .menu__desp .menu__cols .row .col-12 {
        float: none;
        width: 100%;
    }
    .menu .menu__back:before{
        display: none;
    }
    .listado-posts .bl-1,
    .listado-posts .br-1{
        border: 0px;
    }
    .posts_search_container{
        padding: 20px 10px 20px 20px;
    }
    footer .footer__menu,
    footer .footer__body a {
        font-size: 16px;
    	line-height: 24px;
    } 
    footer .footer__menu__cont .footer__menu ul li a {
        font-size: 16px;
        line-height: 22px;
    }
    .list__evento__date {
        margin-top: 30px;
        margin-left: 17px;
        margin-bottom: 24px;
    }
    .mod_aso_map_head{
        padding-left: 0px;
        padding-right: 0px;
    }
    .mod_aso_map_head .btn-map{
        width: calc(50% - 30px) !important;
        margin: 0px 20px !important;
    }
    .mod_aso_map_head .btn-map:nth-child(1){
        margin-right: 10px !important;
        padding: 19px 20px 20px 20px;
        border-radius: 100px;
        text-align: left;
    }
    .mod_aso_map_head .btn-map:nth-child(2){
        margin-left: 10px !important;
    }
    .pop-up {
        padding: 20px;
    }
    body.single-post .cabecera .cabecera__content h1{
        margin-bottom: 30px;
    }
    .row-noticias .col-12.col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pagenavi-eventos,
    .pagenavi-noticias {
        margin-top: 60px;
        padding: 30px 20px;
    }
    .cabecera .cabecera__img_cabe img{
        height: 250px;
    }
    .mod_titulo_ih {
        font-size: 19px;
    	line-height: 26px;
    }
    .mod_articulo_Ovalado .mod_articulo_img {
    	height:220px;
        /*height: 340px;
        width: 280px;
        max-width: 280px;
        margin: 40px auto 30px auto;*/
    }
    .cabecera__n1,
    .cabecera__n2{
        min-height: 600px;
    }
    .cabecera__n1 .row,
    .cabecera__n2 > .row{
        min-height: 600px;
    }
    .cabecera__n1{
        min-height: auto;
    }
    .cabecera__n1 .row{
        min-height: auto;
    }
    input[type='date'].form-control-filter{
        width: 160px;
    }
    .list__eventos_search-noresultados h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
    }
    .list__eventos_search-noresultados {
        padding: 20px;
    }
    input[type="date"].form-control-filter {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    input[type="date"].form-control-filter::-webkit-calendar-picker-indicator {
        color: rgba(0, 0, 0, 0);
        opacity: 1;
        display: block;
        background: transparent;
        width: 20px;
        height: 20px;
        border-width: thin;
    }
    input[type="date"].form-control-filter{
        background: url(images/icon-calendar.svg) no-repeat #C1E5F6;
        background-position: 126px 21px;
        background-size: 18px;
    }
    input[name='fecha_inicio_movil'].form-control-filter{
        margin-right: 5px !important;
    }
    input[name='fecha_fin_movil'].form-control-filter{
        margin-left: 5px !important;
    }
    .mod_articulo .mod_articulo_cont ul, .post__content ul {
        padding: 0px 0px 0px 22px;
    }
    .mod_listado_numero .list{
        margin-right: 0px;
    }
    .list .list__numero:before {
        /*width: 90px;
        height: 90px;
        left: -7px;
        top: -7px;*/
    }
    .list .list__numero {
        top: -15px;
    }
    .carrusel__item_imgs img {    
        /*width: 300px;
        height: 170px;*/
        margin: 0px 5px;
	    width: calc(100vw - 40px);
	    height: 326px;
    }

    .mod_listado_cont .col-lg-6 {
    	flex: 0 0 100%;
    	max-width: 100%;
	}

	.mod_listado_cont .col-12:nth-child(odd), .mod_listado_cont .col-12:nth-child(even) {
		margin-left:0px;
		margin-right: 0px;
	}
    .mod_hitos .hito__datos .hito__datos__desc {
        height: 140px;
    }
    .mod_hitos .hito__datos .hito__datos__fecha {
        height: 66px;
        margin: 0px 0px 10px 0px;
    }
    .hito__anos ul {
        padding: 16px 0px;
    }
    .mod_hitos .hito__datos {
        padding: 10px 30px 0px;
        top: 0px;
        transform: none;
        left: 0px;
    }
    .mod_hitos .hito__datos__nav {
        top: 0px;
    }
    .carousel__item_tit {
        height: 53px;
    }
    .carousel__item_cr a span.cr__img {
        border-radius: 18px;
    }
    .carousel__item_cr a span.cr__tipo {
        /*color: #1A9EDA;
        display: inline-block;
        margin: 20px 0px 5px;
        height: 26px;*/
    }

    .carousel__arrow {
    	display: block;
		left:20px!important;
        bottom:-40px!important;
	}

	.mod_titulo {
    	margin-left: 20px;
	}

    .carrusel__item_logos a span img {
        transform: none;
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }
    .faldon_archivo{
        padding: 80px 20px 40px;
        height: 100svh;
        overflow-y: auto;
        z-index: 9999999999;
        overflow-x: hidden;
    }
    .faldon_archivo .faldon_archivo_close {
        top: 0px;
        left: auto;
        padding: 12px;
        right: 0px;
        width: 46px;
        height: 46px;
    }
    .faldon_archivo .faldon_titulo {
        font-size: 26px;
        line-height: 34px;
    }
    .faldon_archivo .faldon_dato{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .faldon_archivo .faldon_desc {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .faldon_archivo .btn-download {
        margin-top: 35px;
    }
    .mod_form_cont {
        margin: 0px 20px 40px 0px;
    }
    .mod_copy .mod_copy_cont{
        margin: 0px;
        padding: 40px 20px 20px 20px;
        min-height: 500px;
    }
    .mod_copy .mod_copy_txt .icon_span {
        height: 26px;
    }
    .mod_copy .mod_copy_txt .icon_span .icon {
        top: -2px;
    }
    .mod_copy .mod_copy_txt .icon_span {
        width: 40px;
    }
    .mod_copy .mod_copy_txt .icon_span .icon {
        width: 40px;
        height: 40px;
        max-width: 40px;
    }
    .mod_slider .slider_txt_titulo .slider_titulo {
        -webkit-line-clamp: 4;
        font-size: 37px;
        line-height: 37px;
    }
    .mod_articulo .mod_articulo_cont h3 {
        margin: 0px 0px 20px 0px !important
    }
    .mod_articulo_cont{
        /*padding-bottom: 40px;*/
    }
    .mod_titulo_i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .mod_titulo_nivel3 .mod_titulo_ih{
        margin: 0px;
        padding: 0px;
        top: 0%;
        transform: translateY(0%);
        position: relative;
        left: 0px;
        width: 100%;
    	padding: 0px 0px 10px 0px;
    }
    .mod_donacion_img_cont {
        height: 250px;
    }
    .list_acor li a img {
        left: 11px;
    }
    .list_acor li a {
        padding: 20px 70px 20px 70px;
        font-size: 20px;
        line-height: 28px;
    }
    .wpcf7-list-item {
        margin-top: 4px;
    }
    .wpcf7-form-control-wrap input[type=checkbox] {
        margin: 5px 8px 0px 0px;
    }
    .mod_ent .mod_ent_colum_img{
        height: 180px;
    }
    .mod_ent_titulo_grande .icon_span .icon {
        top: 11px;
    }
    .list_vert_desc .icon_span .icon{
        top: -6px;
    }
    .mod_ent .mod_ent_colum_img {
        height: 200px;
    }
    .mod_ent .mod_ent_colum_img img {
        height: 200px;
        max-height: 200px;
    }
    .carousel__item_cr a.recurso_sin_imagen span.cr__img {
        height: 128px;
    }
    .carousel__item_cr a.recurso_sin_imagen:hover span.cr__img {
        height: 128px;
    }
    .compartir .compartir__enlaces a {
        margin-left: 5px;
    }
    .compartir .compartir__enlaces {
        left: 271px;
    }
    .compartir .compartir__enlaces {
        webkit-transition: all 3s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        -moz-transition: all 3s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        -ms-transition: all 3s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        -o-transition: all 3s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        transition: all 3s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    }
    .compartir .compartir__button {
        webkit-transition: all 2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        -moz-transition: all 2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        -ms-transition: all 2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        -o-transition: all 2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
        transition: all 2s cubic-bezier(0.01, 0.5, 0.24, 1.01);
    }
    #mod_aso_map_listado_movil {
        width: 175px;
        float: right;
        height: 48px;
        font-weight: normal;
    }
    .carousel__item_cr a:hover span.cr__img{
        margin: 0px;
    }
    .carousel__item_cr a:hover span.cr__img {
        height: 128px;
    }

    .cabecera {
    	padding: 0px 20px 0px 20px;
	}

    .single .cabecera__single {
        padding: 0px 0px 60px 0px;
    }

	.cabecera .cabecera__img_archive:before, .cabecera .cabecera__img_archive:after {
		/*display:none;*/
        width:34px;
        height:34px;
	}

    .post__content {
        padding: 90px 20px;
    }

    .post__content h3 {
        margin-bottom: 50px;
    }

	.cabecera .cabecera__container {
    	padding-right: 0px;
	}

    .noticia__imp .noticia__imp_cont{
        height: 220px;
        border-radius: 0px;
    }
    .noticia__imp-small.noticia__imp .noticia__imp_cont{
        height: 220px;
        border-radius: 0px;
    }

    .row-noticias {
        margin-right:0px!important;
    }

    .listado-posts {
   		padding-left: 20px;
    	padding-right: 20px;
	}
    .cabecera .cabecera__img_archive img{
        border-radius: 0px;
    }
    .cabecera .cabecera__img_archive{
        height: 290px;
        border-radius: 15px;
    }
    .btn-search-event {
        margin-top: 18px;
    }

    .btn-flecha-list_vert svg{
        height: 48px;
        width: 48px;
        transform: rotate(45deg);
    }

    .mod_carousel_titulo2 .mod_carousel_titulo2_h, 
    .mod_list_vert_titulo .mod_list_vert_titulo_h{
        padding-left: 0px;
    }

    .mod_carousel_titulo2 .mod_carousel_titulo2_h {
    	border-bottom:none;
        font-size: 19px;
    }


    .mod_list_vert_titulo_h .icon_span, 
    .mod_carousel_titulo2_h .icon_span{
        margin-right: 6px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mod_list_vert_titulo_h .icon_span .icon,
    .mod_carousel_titulo2_h .icon_span .icon{
        top: -10px;
    }
    .mod_articulo iframe{
        width: 100%;
        height: 190px;
    }
    .mod_slider.mod_slider_menosuno .slider_images{
        /*margin-bottom: 40px;*/
    }
    .list img.list__img-svg {
        max-width: 60px;
        max-height: 60px;
    }
    .cabecera1__txt_sin_desc,
    .cabecera1__txt_sin_desc .row{
        min-height: auto;
    }
    .faldon_archivo .btn-download {
        margin-right: 0px;
    }
    .btn-download svg {
        margin: 0px 0px 0px 8px;
    }
    .faldon_archivo .btn-download {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .faldon_archivo  .btn-vistaprevia {
        padding-right: 46px !important;
        margin-right: 9px !important;
        float: left;
    }

    .faldon_archivo .faldon_dato span {
        font-size: 14px;
        line-height: 22px;
    }

    .faldon_archivo .faldon_dato {
        font-size: 16px;
    }

    .btn-vistaprevia svg {
        top: 14px;
        right: 15px;
    }
    .openArchivo{
        overflow: hidden;
    }

    .carousel_foto_titulo_datos .carousel__item a .carousel__item_img span{
        height: 230px;
        width: 200px;
        padding: 93px 100px 85px 15px;
        top: 0;
    }

    .carousel_foto_titulo_datos .carousel__item a:hover .carousel__item_img span {
        top: 0;
        height: 230px;
        width: 200px;
        margin: 0px;
        padding: 93px 100px 85px 15px;
        font-size: 14px;
    }
    .mod_repo_search input{
        /*line-height: 50px;*/
    }
    .mod_repo_search{
        height: 50px;
        max-width: 100%;
    }

    .mod_repo_search button{
        /*top: 14px;
        right: 15px;*/
    }

    .recurso:before {
        background-color: #EDF9FF;
        top: 350px;
        left: 20vw;
        height: 60vw;
        width: 60vw;
    }

    .recurso:hover:before {
        left: -10vw;
        height: 120vw;
        width: 120vw;
    }

    .mod_repo__header-right {
        height: 100%;
        overflow: hidden;
    }
    .pop-up {
        padding: 0px;
        top: auto;
        bottom: 0px;
    }
    .pop-up .pop-up-container {
        height: 100vh;
        top: 0;
        left: 0;
        transform: none;
    }
    .pop-up .pop-up-data .pop-up-desc {
        width: 100%;
    }
    .pop-up-icons {
        height: 56vh;
        overflow: auto;
        padding: 0px 0px;
        margin-bottom: 0;
    }
    .pop-up-icon-contenedor {
        min-height: 52px;
        position: relative;
    }
    .pop-up-icons .row{
        margin: 0px;
    }
    .pop-up-icons .col-12{
        padding: 0px;
    }
    .pop-up-icon svg {
        transform: translateY(-50%) scale(1);
    }
    .mod_repo__header-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod_repo_selec {
        margin: 0px 4px 6px 0px;
    }
    .recurso {
        padding: 20px;
        min-height: 280px;
    }
    .recurso .recurso__tipo {
        bottom: 7px;
        left: 20px;
        height: 40px;
    }
    .recurso .recurso__ico {
        /*bottom: 20px;
        right: 20px;*/
    }
    .pop-up-listado ul li a:hover {
        background-color: #fff;
        color: #121212;
    }
    .listado_recusos .col-12:nth-child(3n) {
        border: 0px;
    }
    .mod_mapa_web_cont{
        padding: 40px 20px;
    }

    .mod_espacio.mod_espacio_espaciom {
        height: 30px;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cabecera__n1, .cabecera__n2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mod_articulo_Ovalado .row .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cabecera__n2 .cabecera__img_cabe:after, .cabecera__n2 .cabecera__img_cabe:before, .slider_images a:after, .mod_slider .slider_images a:before, .mod_articulo_Ovalado .mod_articulo_img:before, .mod_articulo_Ovalado .mod_articulo_img:after, .row.row-datos:after, .row.row-datos:before {
        /*display:none;*/
    }

    .cabecera__n2 .cabecera__img_cabe:after, .cabecera__n2 .cabecera__img_cabe:before, .mod_articulo_Ovalado .mod_articulo_img:before, .mod_articulo_Ovalado .mod_articulo_img:after, .row.row-datos:after, .row.row-datos:before {
    	height: 35px;
    	width: 35px;
	}

	.mod_slider .slider_images a:before, .slider_images a:after {
		height: 48px;
    	width: 48px;
	}

	.slider_images a:after {
		right:48px;
	}

	.cabecera__n2 .cabecera__img_cabe:after {
    	right: 35px;
	}

	.mod_articulo_Ovalado .mod_articulo_img:after {
    	bottom: 0px;
    	left: 35px;
	}

	.mod_articulo_Derecha.mod_articulo_Ovalado .mod_articulo_img:after {
    	right: 35px;
    	bottom: 0px;
	}

    .mod_copy .mod_copy_cont:after {
        display:none!important;
    }

    .mod_copy .mod_copy_cont:before {

    }

    .inner_call_to_action {
    	padding-left: 20px;
    	padding-right: 20px;
	}

	.modulo_formulario {
    	padding-top: 50px;
    }

    .carousel__arrow2 {
    	display: block;
	}

    .carousel__arrow2 {
    	right: 18px;
    	top:-46px;
	}
	
	.card {
    	margin: 0px 0px 40px 0px!important;
	}

	.mod_rs_in span {
    	flex-direction: column;
	}

	.mod_rs_in span a {
    	max-width: calc(100% - 60px)!important;
    	margin: 20px;
	}

	.mod_rs_in span a:after {
    	right: -20px!important;
    	top: -20px!important;
	}

	.mod_repo__header-left {
	    padding-left: 20px;
	    padding-right: 20px;
		flex-direction: column;
	}

	.filtros_selects {
    	margin-left: auto;
    	display: flex;
    	flex-direction: column;
    	margin-left: 0px;
    	width:100%;
	}

	.recurso {
    	margin: 10px 0px
    }

    .listado_recusos {
    	padding: 0px 20px 0px 20px;
	}

	footer .footer__body {
		padding-top:100px;
	}

	.mod_tarjetas .row {
    	padding: 0px 20px;
	}

	.mod_titulo_h:after, .mod_titulo_ih:after, .mod_titulo_subtitulo .inner_subtitulo:after {
		width:100%;
	}

	.cli-privacy-overview {
    	margin-bottom: 18px;
	}


	.cli-modal .cli-modal-dialog {
	    max-width: 100%!important;
	    width: 100%!important;
	    left: 0px;
	    bottom: 0px!important;
	}

    .listado__posts-header {
        padding: 60px 0px;
    }

    .listado__posts-header h1 {
        font-size:30px;
    }

    .listado__posts-header {
        font-size: 19px;
        line-height: 25px;
    }

    .single .cabecera__cat .col-6:nth-child(1) {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    .single .cabecera__cat .col-6:nth-child(2) {
        position: absolute;
        right: -15px;
        bottom: 48px;
    }

    .mod_articulo.mod_articulo_Ovalado .mod_articulo_inner {
    	padding-left:0px!important;
    	padding-right:0px!important;
    }

    .carrusel_imgs .carousel__arrow2 {
        display:none!important;
    }


}

@media screen and (max-height: 900px) {
    .pop-up-listado {
        max-height: 474px;
    }
}
@media screen and (max-height: 800px) {
    .pop-up-listado {
        max-height: 332px;
    }
}
@media screen and (max-height: 700px) and (max-width: 700px) {
    .mod_ent_colum {
        top: 0px !important;
        transform: none !important;
    }
    .pop-up-listado {
        max-height: 60vh;
    }
}


@keyframes lds-ripple {
    0% {
        top: 35px;
        left: 35px;
        width: 70px;
        height: 70px;
        opacity: 0;

    }
    4.9% {
        top: 35px;
        left: 35px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
    5% {
        top: 35px;
        left: 35px;
        width: 70px;
        height: 70px;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 140px;
        height: 140px;
        opacity: 0;
    }
}
@keyframes imgTop {
    0% {
        top: 100%;
    }
    100% {
        top: 0%;
    }
}



@media (min-width:1140px) {
    .menu__title {
        display:none!important;
    }

}


@media (max-width: 767px) {
    .offset-1, .offset-2 {
        margin-left:0px;    
    }
}


@media (max-height: 700px) and (min-width: 990px) {
    .cli-modal-content {
        overflow-y: scroll;
        max-height: 550px;
        padding: 30px!important;
        bottom:-30px!important;
    }

    .cli-modal-content::-webkit-scrollbar {
      width: 1px;
    }
     
    .cli-modal-content::-webkit-scrollbar-track {
      box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    }
     
    .cli-modal-content::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid #fff;
    }

    .cli-privacy-overview {
        margin-bottom: 15px;
    }

}

.fancybox-container {
    z-index: 999999999999;
}

.fancybox-toolbar {
    opacity:1;
    visibility: visible;
}

button.fancybox-button.fancybox-button--close {
    width: 50px;
    height: 50px;
    background: #3848A8;
}


.play-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
}

.play-in:hover {
    opacity:.9;
    transition: all .3s ease;
    margin-top:-5px;
}

/*Lectura fácil*/

.lectura-facil {
    display: flex;
    margin-top: 30px;
    padding-left: 42px;
    padding-right: 42px;
    min-height: 100vh;
}

.contenido-lectura ul li.relativo {
    position: relative;
}

.sidebar-lectura {
    width: 320px;
}

.contenedor-lectura {
    width: 600px;
    margin-left: 8.3333%;
    margin-top:7px;
}


.post-type-archive-lectura .lectura-facil-menu .sub-menu {
    display:none;
}

.lectura-facil-menu .menu-item-has-children.active .sub-menu{
    display: block;
}

.lectura-facil-menu {
    padding-left: 0px;
    margin: 0px;
    list-style: none;
}

.lectura-facil-menu .menu-item-has-children .sub-menu {
    padding-left: 0px;
    margin: 0px;
    list-style: none;
}

.lectura-facil-menu li {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
   
}

.lectura-facil-menu li:not(.menu-item-has-children) {
     padding-right: 20px;
}


.lectura-facil-menu li a {
    text-decoration: none;
    color: #1D1D1B;
    font-weight: 500;
}

.header-lectura {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
}

.header-lectura .icon-header {
    width: 60px;
    height: 60px;
    background: #3848A8;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-lectura h2 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #595958;
    margin: 0px;
    line-height: 24px;
    font-weight: 500!important;
}


.lectura-facil-menu .menu-item-has-children .sub-menu {
    margin-left: -20px;
}

.lectura-facil-menu li ul li {
    padding-left: 40px;
}

.lectura-facil-menu li ul li a {
    font-weight: 400!important;
}

.lectura-facil-menu .menu-item-has-children { 
    position: relative;
}

.single-lectura footer {
    z-index: 12;
}

.single-lectura .lectura-facil-menu .menu-item-has-children {
    padding-bottom: 0px!important;
    border-bottom: none;
}

.lectura-facil-menu .menu-item-has-children.active:after {
}

.lectura-facil-menu li {
    transition: background .3s ease;
}

.lectura-facil-menu li.current-menu-item:not(.menu-item-has-children), .lectura-facil-menu li.current-menu-item.menu-item-has-children:after,  .lectura-facil-menu li.current-menu-parent.menu-item-has-children:after {
    background: #F0F0F0;
}




.lectura-facil-menu li:not(.menu-item-has-children):hover {
    background: #F0F0F0;
    transition: background .3s ease;
}

.lectura-facil-menu li.menu-item-has-children:hover:after {
    background: #F0F0F0;
    transition: background .3s ease;

}


.single-lectura .lectura-facil-menu .menu-item-has-children .sub-menu li:first-child {
    margin-top: 17px;
    border-top: 1px solid #ccc;
}

.lectura-facil-menu .menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 57px;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.lectura-facil-menu .menu-item-has-children.active:after {
    background: #F0F0F0;
}

.header-contenedor-lectura h1 {
    color: #3848A8;
    font-size: 31px;
    line-height: 42px;
    margin-top:0px;
}

.header-contenedor-lectura h1 {
    color: #3848A8;
    font-size: 31px;
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.contenido-lectura .wp-caption {
    position: relative;
    margin: 0px 0px 40px 0px;
}

.contenido-lectura p {
    font-size: 19px;
    line-height: 30px;
    position: relative;
}

.contenido-lectura .wp-caption-text {
    position: absolute;
    bottom: 12px;
    left: 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
}

.contenido-lectura h2, .contenido-lectura h1, .contenido-lectura h3, .contenido-lectura h4, .contenido-lectura h5, .contenido-lectura h6 {
    color:#595958;
    font-size: 23px;
    line-height: 32px;
}

.contenido-lectura ul {
    padding-left: 20px;
    list-style-type: square;
    margin-bottom: 40px;
}

.contenido-lectura ul li {
    color:#595958;
    font-size: 19px;
    margin-bottom: 14px;
}

.lectura-facil img {
    width: 100%;
    height: auto;
}

a.tooltip {
    text-decoration: none;
    color: #3848A8;
    font-weight: 600;
}

.tooltip-out {
    /*position: relative;*/
}

/*
.tooltip-in {
    position: absolute;
    left: 50%;
    width: 360px;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px;
    bottom:100%;
    -webkit-box-shadow: 6px 4px 24px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 24px -14px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 24px -14px rgba(0,0,0,0.75);
    opacity: 0;
    transition: all .3s ease;
    visibility: hidden;
    z-index: 9;
}*/

.tooltip-in {
    position: absolute;
    left: 600px;
    width: 360px;
    transform: none;
    background: #fff;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all .3s ease;
    visibility: visible;
    z-index: 9;
    margin-left: 20px;
}

.tooltip-inin {
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 20px;
}

.tooltip-inin b {
    color:#3848A8;
}

.tooltip-inin {
    position: relative;
}

.tooltip-inin img {
    margin-bottom: 10px;
    max-width: 100%;
}

.tooltip-inin:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.tooltip-out:hover .tooltip-in {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease .2s;
}

.single-lectura #main {
    position: relative;
}

.single-lectura .carousel__arrow {
    position: fixed!important;
    top: calc(100vh - 95px);
    bottom: initial!important;
    right: 45px;
    padding-right: 0px;
    z-index: 9;
}


@media (max-width:1600px) {
    a.header__logo svg {
        width: 184px;
        height: 44px;
        float:left;
    }

    header .header__container-right {
        padding: 28px 10px;
    }
}

@media (max-width: 1450px) {
    header .header__container-right {
        padding: 22px 10px;
    }

    header .header__modocolor .header__modocolor-txt {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    a.header__logo svg {
        width:184px;
        height:44px;
        max-width:100%;
    }

    header .header__container-center {
        justify-content: center;
    }

}

@media (max-width: 1330px) {
    header .header__modocolor .header__modocolor-txt {
        display:none;
    }

    .header_col3 {
        width: 12%!important;
        max-width: 12%!important;
        flex: 0 0 12%!important;
    }

    .header_col2 {
        max-width: 71%!important;
        flex: 0 0 71%!important;
    }

}


@media (min-width: 1140px) {
    .header__menu li:nth-child(6) {
        margin-left: 22px;
    }

    .header__menu li li:nth-child(6) {
        margin-left: 0px!important;
    }

    .menu__opc_5:after {
        content: "";
        position: absolute;
        width: 36px;
        height: 36px;
        left: -31px;
        background: #3848A8;
        top: 50%;
        transform: translateY(-50%);
        background-image:url("/wp-content/themes/autismo/images/LF_icon.svg");
        background-repeat: no-repeat;
        background-position: center center;

    }

    

}

@media (max-width: 1140px) {
    header .header__container-center {
        justify-content: center!important;
    }
}

@media (max-width: 900px) {
    .lectura-facil {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }

    .contenedor-lectura {
        margin-left: 0px;
        margin-top: 50px;
    }

    .sidebar-lectura {
        width: 100%;
    }

    .single-lectura .carousel__arrow {
        position: relative!important;
        top: initial;
        bottom: initial!important;
        right: 20px;
        padding-right: 0px;
        padding-left: 20px;
        left: initial!important;
        float: right;
    }

    .single-lectura .carousel__arrow {
        right: 20px;
    }

    .lectura-facil {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 640px) {
    .contenedor-lectura {
        width: 100%!important;
        margin-left: 0px!important;
    }

    .wp-caption {
        width: 100%!important;
    }

    .tooltip-in {
        left: 0px;
        width: calc(100vw - 40px);
        transform: none;
    }

    .tooltip-inin:after {
        display:none;
    }


}

@media (min-width: 1141px) and (max-width: 1790px) {
    header .btn-recursos {
        min-width: 46px;
        margin-left: 6px;
        height: 46px;
        padding: 21px 21px !important;
    }

    .btn-svg svg {
        top: 50%;
        left: calc(50% - 1px);
        height: 15px;
        right:initial!important;
        transform: translate(-50%,-50%);
    }

    .header_col1 {
        max-width: 17%;
        flex: 0 0 17%;
        background: #fff;
    }


    .header_col3 {
        width: 16%;
        max-width: 16%;
        float: right;
        flex: 0 0 16%;
    }

    .header_col2 {
        max-width: 66%;
        flex: 0 0 66%;
    }

    header .btn-recursos span {
        display: none;
        height: 48px;
    }

    header .header__modocolor button {
        height:46px;
        margin-top:1px;
    }

    header .header__modocolor button .btn__slider-point {
        top:6px;
    }

}

@media (min-width: 1141px) and (max-width: 1290px) {
    .menu__opc_5:after {
        display:none;
    }

    .header__menu li:nth-child(6) {
        margin-left: 0px;
    }

    header .header__menu li a {
        padding: 8px 8px 14px;
    }

}

@media screen and (max-width: 1024px) {
    .menu .menu-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
}


@media screen and (max-width: 991px){
    header .header__container-left {
        display: flex;
        align-items: center;
        justify-content: left!important;
    }

    header .header__logo svg {
        width: 35px!important;
        height: 45px!important;
    }

    .header_col2 {
        max-width: 66%!important;
        flex: 0 0 66%!important;
    }

    .header_col1, .header_col3 {
        max-width: 17%!important;
        flex: 0 0 17%!important;
    }

    header .header__container-right {
        padding: 21px 8px!important;
    }

}

.carousel__arrow svg.arrow, .slider_arrow svg {
    margin-top: 3px;
}
.contenido-lectura h2 {
    position: relative;

}


.contenido-lectura h2 .tooltip {
    font-weight: 650;
}

.contenido-lectura h2 .tooltip-inin {
    font-weight: normal;
}

.contenido-lectura h2.titulo-imagen {
    display: flex;
    align-items: center;
    margin-top:60px;
    border-bottom: 1px solid #ccc;
    clear: both;

}

.contenido-lectura h2.titulo-imagen img {
    width: 50px;
    height:50px;
    margin: 0px;
    margin-right:12px;
    align-self: end;
}

@media (max-width:1420px) {
	.contenedor-lectura {
	    width: 520px;
	    margin-left: 3.3333%;
	}

	.tooltip-in {
		left:520px;
	}
}


@media (max-width: 1300px) {
    .tooltip-in {
	    position: relative;
	    left: 0px;
	    width: 100%;
	    transform: none;
	    background: #fff;
	    padding: 0px;
	    bottom: 0px;
	    opacity: 1;
	    transition: all .3s ease;
	    visibility: visible;
	    z-index: 9;
	    margin-left: 0px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    display: flex;
	    float: left;
	    min-width: 100%;
    }

    h2.titulo-imagen.extra-top {
    	padding-top: 40px;
	}


}

.contenido-lectura h2.titulo-imagen .tooltip-inin img {
    width: 100%;
    height: auto;
}

