/*
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;
}

body{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    color: #121212;
    line-height: 24px;
    font-family: "PlusJakartaSans",Arial;
    /* overflow: hidden; Comentado por Vicente */
}
/*html.has-scroll-smooth {
    backface-visibility: hidden;
    transform: translateZ(0);
}*/
#scrollaut{
    perspective: 1px;
}
.container-general{
    padding-top: 108px;
}
a{
    color: #1A9EDA;  
}
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;
}

.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: #1A9EDA;
    padding: 13px 24px 14px !important;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #fff;
    border-radius: 24px;
    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-family: "PlusJakartaSans",Arial;
}
.wpcf7-submit:before,
.btn:before{
    top: 0px;
    left: 0px;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 24px;
    background: #1A9EDA;
    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: #24ACEA;
}

.btn-svg{
    padding: 13px 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
}
header .header__container-right{
    padding: 28px 48px 28px 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: #1A9EDA;
    color: #fff;
    border: 0px;
    border-radius: 24px;
    width: 81px;
    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: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    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: 9px 0px 0px 0px;
}
header .header__modocolor button.active .btn__slider-point svg{
    margin: 9px 0px 0px -2px;
}
header .header__modocolor button .btn__slider-point svg path,
header .header__modocolor button .btn__slider-point svg circle{
    stroke:#1A9EDA;
}
body.modoVivoActivo header .header__modocolor button .btn__slider-point,
header .header__modocolor button.active .btn__slider-point{
    right: 36px;
}
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;
}

header .header__container-menu{
    display: inline-block;
}
header .btn-recursos{
    float: left;
    margin-left: 10px;
}
/*header .btn-recursos:before{
    display: none;
}*/
/*header .btn-recursos:hover{
    background-color: #F1F7FC;
    color: #121212;
}

header .btn-recursos:hover svg circle,
header .btn-recursos:hover svg path{
    stroke: #121212;
}*/
header .header__menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
}
header .header__menu li{
    float: left;
}
header .header__menu li a{
    font-size: 16px;
    line-height: 21px;
    color: #121212;
    text-decoration: none;
    padding: 13px 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;
}
header .header__menu li a svg{
    display: inline-block;
    margin: 9px 0px 0px 5px;
    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:nth-child(2) a:before{
    border-radius: 15px;
}
header .header__menu li:nth-child(3) a:before {
    border: 0px;
    border-bottom: 2px solid #1A9EDA;
    border-radius: 0px;
    left: 14px;
    width: calc(100% - 28px);
    height: 2px;
    bottom: 10px;
    top: auto;
}
header .header__menu li:nth-child(4) a:before{
    border-radius: 0px 30px 0px 0px; 
}
header .header__menu li:nth-child(5) a:before{
    border-radius: 0px;
}

header .header__menu li a:before{
    top: 0px;
    left: -4px;
    content: '';
    height: 100%;
    width: calc(100% + 8px);
    border-radius: 24px;
    border: 2px solid #1A9EDA;
    background: transparent;
    position: absolute;
    z-index: -1;
    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;
    opacity: 0;
}
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: 6px 0px;
    border: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0px;
    color: #1D1D1B;
    font-family: "PlusJakartaSans",Arial;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    border-radius: 0px;
}
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: transparent;
}
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: 14px;
}
.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: #1A9EDA;
    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: 100vh;
}
.menu .menu__container{

    position: relative;
    height: calc(100vh - 208px);
    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%,#1a9eda 100%);
    background: -webkit-linear-gradient(top, rgba(18,122,201,0) 0%,#1a9eda 100%);
    background: linear-gradient(to bottom, rgba(18,122,201,0) 0%,#1a9eda 100%);
}
.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__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;
}
#menu__buscador.active{
    opacity: 1;
}
.menu-buscador #menu__buscador{
    height: 100%;
}
.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: 54px 0px 0px 30px;
}
.menu__desp .menu__cols .row{
    display: block;
    overflow: hidden;
}
.menu__desp .menu__cols .row .col-12{
    float: left;
    width: 43%;
}

.menu__desp .menu__title2 a{
    display: inline-block;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0px;
}
.menu__desp .menu__title2 a:hover{
    color: #121212;
}
.menu__desp .menu__cols .menu__col{
    margin-bottom: 20px;
}
.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: #157DAD;
}

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: #157DAD;
    transition-delay: 0s;
}

.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;
}
.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: #fff;
    color: #121212;
}
.menu.menu-buscador .br-1, 
.menu.menu-buscador .bl-1, 
.menu.menu-buscador .bb-1 {
    border-color: #ccc;
}
.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 - 229px);
    overflow-y: scroll;
}
.menu .menu__buscador_listado ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu .menu__buscador_listado ul li {
    margin: 0px 30px;
    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 80px 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;
}
.menu .menu__buscador_listado ul li span{
    position: absolute;
    left: 0px;
    color: #157DAD;
    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: 22px;
    width: 36px;
    right: 8px;
    top: 22px;
    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;
}
.menu .menu__buscador_listado ul li a:hover svg {
    right: 0px;
    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;
}

.menu__buscador_input input {
    border-radius: 30px;
    height: 60px;
    background-color: #C1E5F6;
    border: 0px;
    padding: 0px 150px 0px 38px !important;
    margin: 0px;
    width: 100%;
    margin: 0px;
    font-family: "PlusJakartaSans",Arial;
    font-size: 16px !important;
    line-height: 60px;
    letter-spacing: 0px;
    color: #121212;
}
.menu__buscador_input input::placeholder {
    font-size: 16px !important;
}
.menu__buscador_input span {
    display: block;
    position: absolute;
    top: 47px;
    right: 60px;
    color: #157DAD;
}
.menu__buscador_input{
    padding: 30px;
    border-bottom: 1px solid #ccc;
}


#hea_mov_buscador span{
    color: #1D1D1B;
}

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

.cabecera{
    overflow: hidden;
}
.cabecera .cabecera__img_single,
.cabecera .cabecera__img_cabe,
.cabecera .cabecera__img_archive{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.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: 60px;
    border-radius: 50px;
    width: calc(100% - 120px);
    height: calc(100% - 120px);
}
.cabecera .cabecera__img_archive img{
    border-radius: 50px;
}

.cabecera .cabecera__cat{
    padding: 40px;
    z-index: 999;
    position: relative;
}
.cabecera .cabecera__content{
    padding: 80px 160px;
}
.cabecera .cabecera__content .cabecera__date{
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 8px 0px;
    letter-spacing: 0px;
    color: #1A9EDA;
}
.cabecera .cabecera__content .cabecera__date-range{
    margin: 0px 0px 8px 0px;
    font-weight: 500;
}
.cabecera .cabecera__content .cabecera__date a{
    text-decoration: none;
    color: #1A9EDA;
    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 #1A9EDA;
    margin: 0px 8px 0px 10px;
}
.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: #121212;
}
.cabecera .cabecera__content h1 a {
    color: #121212;
    text-decoration: none;
}
.cabecera .cabecera__subheader{
    padding: 0px 60px;
}
.cabecera .cabecera__cat .cabecera__cat_list{
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #121212;
}
.cabecera .cabecera__cat .cabecera__cat_list a{
    text-decoration: none;
    color: #121212;
    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;
}
.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: #1A9EDA;
}
.cabecera .cabecera__cat .cabecera__cat_list a:before{
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #1A9EDA;
    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: -15px;
}
.cabecera .cabecera__container{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.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;
}
.cabecera__container .cabecera__container-back{
    position: absolute;
    height: 250%;
    width: 200%;
    bottom: 100%;
    left: -50%;
    z-index: 1;
    border-radius: 1000px;
    background: #F1F7FC;
}

.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;
}
.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 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: 94px;
    line-height: 108px;
    letter-spacing: -1.69px;
    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__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: 330px;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}


.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: #157DAD;
}

.cabecera_back_Azul .cabecera__cat .cabecera__cat_list a:before {
    background-color: #fff;
}
.cabecera_back_Azul .btn__desplegable{
    background-color: #157DAD
}
.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 20px 29px 40px;
    overflow: hidden;
}
.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 #C1E5F6;
    padding: 16px 55px 20px 25px;
    border-radius: 50px;
    color: #121212;
    text-decoration: none;
    height: 60px;
    position: relative;
    margin: 0px 0px 0px 4px;
    font-weight: 500;
}
.mod_repo_selec span.arrow{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.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: bold;
}
.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: 30px;
    height: 60px;
    background-color: #C1E5F6;
    position: relative;
}
.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: 60px;
    letter-spacing: 0px;
    color: #121212;
    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 {
    background: transparent;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 18px;
    right: 21px;
    width: 25px;
    height: 25px;
}
.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_titulo_h,
.mod_titulo_ih{
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    padding: 50px 70px;
    margin: 0px;
}
.mod_titulo_h sup{
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #1A9EDA;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    transform: translateY(-16px);
}
.mod_titulo_ih_cont{
    padding: 60px 70px;
    overflow: hidden;
    position: relative;
}
.mod_titulo_i{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    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_sub{
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
    margin: 70px;
    max-width: 800px;
}
.mod_titulo_nivel3 .mod_titulo_ih{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 200px;
}

.mod_listado_cont{
    padding: 80px 50px 40px;
}

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

.list{
    padding: 0px 0px 0px 100px;
    margin-bottom: 50px;
    max-width: 520px;
}
.list .list__img{
    width: 76px;
    height: 76px;
    border-radius: 76px;
    overflow: hidden;
    position: absolute;
    top: -22px;
    left: 0px;
    text-align: center;
}
.list .list__numero{
    position: absolute;
    width: 76px;
    height: 76px;
    top: -7px;
    left: 0px;
    text-align: center;

    font-size: 60px;
    line-height: 70px;
    font-weight: 300;

    letter-spacing: 0px;
    color: #1A9EDA;
}
.list .list__numero:before{
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background-color: #F1F7FC;
    content: '';
    left: -53px;
    top: -52px;
    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: #1A9EDA;
    font-weight: 500;
}
.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: 130px;
}
.mod_listado_numero .mod_listado_cont {
    padding: 120px 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: 20px 40px;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    text-decoration: none;
    color: #1D1D1B;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;

}
.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: #1A9EDA;
}
.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(45deg);
}
.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;
}
.sid__desp ul li a:hover:before{
    opacity: 1;
    top: -50px;
}
.sid__desp ul li a:hover{
    color: #1A9EDA;
}
.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;
    width: 36px;
    height: 36px;
    border: 2px solid #1A9EDA;
    opacity: 1;
    border-radius: 36px;
    top: 15px;
    right: 40px;
    text-align: center;
}
.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: 17px;
    line-height: 26px;
}
.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;
}
.pagination ul li a{
    text-decoration: none;
    font-size: 20px;
    line-height: 26px;

    color: #1D1D1B;
    padding: 19px;
    position: relative;
    z-index: 0;
}
.pagination ul li a:before{
    height: 58px;
    width: 58px;
    background-color: #EDF9FF;
    border-radius: 100%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translate(-50%,-50%);

}
.pagination ul li.active a:before{
    opacity: 1;  
}
.pagination .pagination-left svg{
    transform: rotate(180deg);
}
#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;
}
.loading{
    opacity: 0.6;
}


.compartir{
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 250px;
}
.compartir .compartir__button{
    background: #D6E8F6;
    border-radius: 24px;
    padding: 13px 24px 13px;
    line-height: 24px;
    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: 50px;
    width: 50px;
    border-radius: 50px;
    background: #D6E8F6;
    text-align: center;
    margin-left: 10px;
}
.compartir .compartir__enlaces a svg{
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}

.compartir:hover .compartir__button{
    transform: translateX(-240px);
    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: 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;
}

.mod_articulo .mod_articulo_cont h2,
.post__content h2{
    font-weight: 500;
    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: #1A9EDA;
    max-width: 800px;
}
.mod_articulo .mod_articulo_cont h4,
.post__content h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #121212;
}

.mod_articulo .mod_articulo_cont ul,
.post__content ul{
    list-style: none;
}
.mod_articulo .mod_articulo_cont li,
.post__content li{
    position: relative;
    margin-bottom: 12px;
}
.mod_articulo .mod_articulo_cont li:last-child,
.post__content li:last-child{
    margin-bottom: 0px;
}
.mod_articulo .mod_articulo_cont ul li:before,
.post__content ul li:before{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1A9EDA;
    border-radius: 10px;
    content: '';
    left: -20px;
    top: 8px;
}
.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;
}

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

}
.noticia__imp .noticia__imp_cont:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #1A9EDA;
    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: 224px;
    border-radius: 20px;
}

.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: #1A9EDA;
    margin: 20px 0px 12px;
}
.noticia__imp .noticia__imp__date span{
    height: 7px;
    width: 20px;
    display: inline-block;
    border-top: 1px solid #1A9EDA;
    margin: 0px 8px 0px 10px;
}
.noticia__imp .noticia__imp__date a{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1A9EDA;
    text-decoration: none;
}
.noticia__imp h2{
    font-weight: 500;
    font-size: 31px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px;
    padding-right: 80px;
}

.noticia__imp-small {
    padding: 40px;
}
.noticia__imp-small h2{
    font-size: 25px;
    line-height: 30px;
    padding: 0px;
}
.row-noticias{
    position: relative;
}
.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 40px;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #1a9eda;
}
.listado__posts-header h1{
    margin: 0px 0px 20px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #121212;
}
.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: #1A9EDA;
    font-weight: 400;
}
.desp__header a.active svg path,
.desp__header a:hover svg path{
    fill:#1A9EDA;
}
.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_articulo_Ovalado .mod_articulo_img{
    border-radius: 240px;
    overflow: hidden;
    height: 580px;
    margin: 70px auto;
    max-width: 480px;
}
.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: 100px;
    margin-right: 100px;
}
.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;
    min-height: 400px;
}

.mod_articulo.mod_articulo_doscol .mod_articulo_cont{
    margin: 70px;
}

.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;
}


.img-circulo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: circle()
}
.card{
    padding: 60px; 
    display: block;
    text-decoration: none;
    color: #121212;
    max-width: 480px;
    margin: auto;
}
.card .card__h{
    color: #1A9EDA;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 0px 0px 20px;
}
.card .img-circulo{
    margin: 0px 0px 30px;
}
.card .card__body{
    display: block;
}
.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: 60px 40px;
    overflow: hidden;
}
.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 img,
.mod_carousel .mod_carousel_titulo .mod_carousel_titulo_h img,
.mod_datos .mod_datos_titulo .mod_datos_titulo_h img{
    width: 200px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    float: left;
    margin: 0px 20px 0px 0px;
}

.mod_tarjetas .col-12{
    border-right: 1px solid #ccc;
}
.mod_tarjetas .col-12:nth-child(4n){
    border-right: 0;
}
.mod_carousel_Azul,
.mod_tarjetas_Azul{
    background: #1A9EDA;
    color: #fff;
}
.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: #fff;
}
.mod_tarjetas_Azul.mod_tarjetas.bb-1,
.mod_tarjetas_Azul.mod_tarjetas .bb-1{
    border-color: #157DAD;
}
.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: #157DAD;
    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: block;
    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: #1A9EDA;
}
.mod_tarjetas_Azul.mod_tarjetas .card{
    color: #fff;
}
.mod_tarjetas_Azul.mod_tarjetas .col-12 {
    border-right: 1px solid #157DAD;
}
.mod_tarjetas_Azul .card .card__h{
    color: #fff;
}
.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: #157DAD;
}
.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: #157DAD;
}
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;
}

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

.mod_cta_h{
    font-size: 75px;
    line-height: 82px;
    font-weight: normal;
    letter-spacing: -0.75px;
    color: #1A9EDA;
    margin: 70px 40px;
}
.mod_cta_desc{
    padding: 100px 90px 100px 40px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}
.mod_cta_btns{
    padding: 0px 50px;
    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:before,
.mod_cta_btns .btn-cta:after{
    display: none;
}
.mod_cta_btns .btn-cta:hover{
    background: #1A9EDA;
    color: #fff;
}
.mod_cta_btns a.btn-cta:last-child{
    margin: 0px;
}

.mod_datos_desc{
    padding: 60px 40px;
}

.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: #1A9EDA;
    margin-top: 17px;
}
.list_vert_entradas a svg{
    position: absolute;
    bottom: 60px;
    right: 60px;
}
.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 .dato__numero{
    font-size: 94px;
    line-height: 108px;
    font-weight: 500;
    letter-spacing: -5px;
    color: #1A9EDA;
}
.dato .dato__num_signo{
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    margin: 0px 0px 0px 12px;
    position: absolute;
    margin-top: -14px;
}
.dato .dato__txt{
    max-width: 250px;
}

.mod_datos_Azul{
    background: #1A9EDA;
}
.mod_datos_Azul .mod_datos_desc,
.mod_datos_Azul .mod_datos_desc p{
    color: #fff;
}
.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: #157DAD !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: #157DAD !important;
}


.row-datos{
    margin-bottom: 60px;
}

.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;
}
.carousel__arrow .btn-arrow ,
.carousel__arrow2 .btn-arrow {
    float: left;
}
.carousel__arrow2 {
    top: 34px;
    right: 40px;
    height: 64px;
    padding: 0px;
    z-index: 2
}
.carousel__arrow{
    padding: 0px 40px;
}

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

.btn-arrow .progress {
    position: absolute;
    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: #157DAD; 
}
.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_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;
    padding: 60px 40px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.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: 20px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.carousel__item_cr a span.cr__tipo{
    color: #1A9EDA;
    display: inline-block;
    margin: 30px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.carousel__item_cr a span.cr__img{
    border-radius: 20px;
    background-color: #C1E5F6;
    height: 224px;
    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 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: 96px;
    font-size: 25px;
    line-height: 32px;
    font-weight: normal;
}

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

.carrusel_imgs_datos{
    padding: 130px 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: 1120px;
    height: 630px;
    object-fit: cover;

}
.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: 10px;
    border: 0px;
    background-color: #BAD9F0;
    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: #1A9EDA;
}

.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: #157DAD;
}

.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: #157DAD;
}
.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: 20px 20px 20px 0px;
    border-radius: 100px;
    background: url(images/icon-filter.svg) no-repeat #C1E5F6 center center;
    background-position-x: calc(100% - 25px);
    -webkit-appearance: none;
    -moz-appearance: none;
}

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

.mod_copy{

}
.mod_copy .mod_copy_cont{
    margin: 60px 0px 80px;
}
.mod_copy .mod_copy_txt {
    font-size: 39px;
    line-height: 49px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #121212;
}
.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);
}
.mod_copy .text__loop-aso {
    position: relative;
    top: calc(100% - 246px);
    transform: none;
}
.mod_rs{
    padding: 40px 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;
}
.text__loop-rs span a{
    font-size: 39px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing:0px;
    color: #121212;
    text-decoration: none;
    margin: 0px 30px;
    position: relative;
}
.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: #1a9eda;
}

img.mod_ent_img_hover{
    position: absolute !important;
    display: none;
}
.mod_slider .slider_txt_pre{
    position: relative;
    padding-left: 16px;
}
.mod_slider .slider_txt_pre:before{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #1A9EDA;
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
}
.mod_slider .slider_txt_pre .slider_txt_pre_span{
    font-size: 16px;
    color: #121212;
    line-height: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.mod_slider .slider_txts{
    padding: 100px 40px;
    overflow: hidden;
    height: 840px;
}
.mod_slider .slider_txt_titulo {
    height: 330px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.mod_slider .slider_txt_titulo .slider_titulo{
    font-size: 75px;
    line-height: 82px;
    font-weight: 500;
    letter-spacing: -0.75px;
    color: #121212;
    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: 330px;
    overflow: hidden;
    max-width: 900px;

    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4; 
}
.mod_slider .slider_txt_titulo .slider_titulo.active{
    top: 0px;
}
.mod_slider .slider_txt_titulo .slider_titulo.pasado{
    top: -100%;
}

.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: 300;
    width: 360px;
    margin-right: 120px;
    float: right;
    letter-spacing: 0px;
    color: #121212;
    height: 145px;
    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;
    width: calc(100% - 120px);
    margin: 100px 60px;
    border-radius: 271px;
    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;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.mod_slider .slider_images a:first-child{
    top: 0%;
    opacity: 1;
}
.mod_slider .slider_images img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 271px;
    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;
    margin: auto;
    display: block;
}
.mod_slider .slider_images a.active{
    top: 0px;
    opacity: 1;
}
.mod_slider .slider_images a.pasado{
    top: -100%;
    opacity: 0;
}
.slider_images a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 271px;
}
.slider_images a:before,
.slider_images a:after{
    background: #1A9EDA;
    position: absolute;
    opacity:0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    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: 271px;
}
.slider_images a:hover:before{
    opacity:0.5;
}
.slider_images a:after{
    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: 40px;
    left: 34px;
    width: 120px;
    overflow: hidden;
}
.mod_slider .slider_arrow .btn-arrow{
    margin: 0px;
    float: left;
}
.mod_slider .slider_nav{
    text-align: center;
}
.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: #1A9EDA 0% 0% no-repeat padding-box;
    border-radius: 5px;
    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: #A5D9F0;
    border-radius: 5px;
    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: 540px;
    margin: 60px;
}

.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: 40px;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    display: block;
    border-bottom: 1px solid #ccc;
    min-height: 343px;
    overflow: hidden;
    position: relative;
}

.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: 300;
    line-height: 49px;
    margin: 0px;
    padding: 60px;
    letter-spacing: 0px;
    color: #121212;
}

.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: 500;
}

.recurso .recurso__titulo{
    font-size: 25px;
    line-height: 30px;
    color: #121212;
    display: block;
    height: 123px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 500;

}
.recurso .recurso__tipo{
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 165px;
    font-size: 16px;
    color: #6B6B6B;
    height: 60px;
    -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: 30px;
    right: 40px;
    height: 60px;
}
.recurso .recurso__ico svg{
    height: 60px;
    width: 60px;
}
.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: #1A9EDA;
    padding: 80px 20px;
    display: none;
    box-shadow: 0px -50px 99px #1212121A;
    z-index: 99999999;
}
.faldon_archivo .faldon_archivo_container{
    max-width: 1560px;
    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: 30px;
}
.faldon_archivo .faldon_dato span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px 0px 0px;
}
.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;
}

.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: #1D1D1B; 
    padding: 18px 36px 18px;
}
.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: #1A9EDA;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    left: calc(50% - 35px);
    padding: 24px;
}

.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: 31px;
    line-height: 40px;
    font-weight: 500;
}
.pop-up .pop-up-data .pop-up-desc{
    margin-bottom: 60px;
}
.pop-up-close{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
}

.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: #121212;
    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: #1A9EDA;
}
.pop-up-listado ul li a.active{
    font-weight: 500; 
}
.pop-up-aceptar{
    margin-top: 40px;
}

.badges{
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: #1A9EDA;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    font-weight: bold;
    top: -5px;
    right: -8px;
    display: none;
}


.e404_data{
    height: calc(100vh - 108px);
}
.e404_txt_mov{
    position: relative;
    top: calc(100% - 300px);
}

.e404_data_txt{
    position: relative;
    top: 50%;
    font-size: 39px;
    line-height: 46px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #121212;
    margin: 0px auto;
    max-width: 640px;
    padding: 0px 20px;

    transform: translateY(-50%);
    text-align: center;
}
.e404_data_txt p{
    margin-bottom: 50px;
}
.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;
    top: auto !important;
    left: auto !important;
    right: 60px !important;
    bottom: 60px !important;
    background: #1A9EDA !important;
    color: #fff !important;
    padding: 60px !important;
    height: auto !important;
    width: 670px !important;
    max-height: 330px !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;
}
#cookie-law-info-bar .avi-container .avi-titulo{
    font-size: 31px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.cli-plugin-button,
.cli-tab-footer .wt-cli-privacy-accept-btn{
    padding: 14px 24px !important;
    border-radius: 24px !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 400 !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;
}
.cli-modal .cli-modal-close{
    width: 60px;
    height: 60px; 
}


.cli-tab-footer .wt-cli-privacy-accept-btn:hover{
    background: #1A9EDA !important;
    color: #fff !important;
}
.cli-plugin-button.wt-cli-accept-all-btn:hover{
    background: #1A9EDA !important;
    color: #fff !important;
}
.cli-plugin-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: #1a9eda !important;
    color: #fff !important;
    padding: 60px;
}
.cli-tab-container h4, .cli-tab-container h1{
    font-size: 31px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
}
.cli-tab-container p, .cli-privacy-content-text{
    color: #FFFFFF;
}
.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 #157DAD;
    border-radius: 0px;
    color: #fff;
}
.cli-tab-header a.cli-nav-link{
    color: #fff;
}
.cli-tab-header a:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.cli-tab-content,
.wt-cli-cookie-description{
    background: transparent;
    color: #fff;
}
.cli-tab-content{
    border-bottom: 1px solid #157DAD;
}
.cli-tab-section .cli-tab-content {
    padding: 20px 75px 20px 33px;
}
.cli-switch .cli-slider:after{
    display: none;
}

.cli-switch .cli-slider{
    background-color: #157DAD;
    height: 19px;
}
.cli-switch .cli-slider:before{
    background-color: #1a9eda;
    border: 0px;
    left: 2px !important;
}
.cli-switch input:checked + .cli-slider:before{
    background: #fff;
}
.cli-switch input:checked + .cli-slider{
    background-color: #157DAD !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn{
    background-color: #fff;
    color: #1D1D1B;
    float: left;
}
.cli-modal-close svg {
    fill: #fff;
}

.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 .footer__body{
    background: #1A9EDA;
    color: #fff;
}
footer .footer__body a{
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    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 .footer__body a:hover{ 
    color: #1D1D1B;
}
footer .footer__menu{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 300;
}
footer .footer__menu h4{
    padding: 0px;
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1D1D1B;
    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;
}
footer .footer__body a:hover h4{
    color: #fff;
}
footer .footer__menu ul{
    padding: 0px;
    margin: 0px 0px 35px;
    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 #157DAD;
}
footer .footer__body .br-1{
    border-right: 1px solid #157DAD;
}
footer .footer__body .bt-1{
    border-top: 1px solid #157DAD;
}
footer .footer__body .bb-1{
    border-bottom: 1px solid #157DAD;
}

footer .footer__menu__cont,
footer .footer__contacto{
    padding: 60px;
}
footer a.footer__arbol{
    display: none;
}
.mod_articulo .mod_articulo_cont p{
    max-width: 600px;
}
.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: #157DAD;
    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: #1a9eda !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%;
}
.header_col2 {
    max-width: 60%;
    flex: 0 0 60%;
}
.header_col3 {
    max-width: 20%;
    flex: 0 0 20%;
}

.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: 6px;
        height: 48px;
        padding: 24px 24px !important;
    }
    header .btn-recursos span{
        display: none;
        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__n1.cabecera h1,
    .cabecera__n2.cabecera .cabecera__content h1,
    .cabecera__n3.cabecera .cabecera__content h1,
    .cabecera__n4.cabecera .cabecera__content h1{
        margin: 40px 40px;
    }
    .cabecera__n1 h1{
        font-size: 160px;
        line-height: 150px;
    }
    .cabecera__n1 h1 img{
        width: 240px;
        height: 120px;
    }

    /* .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: 40px;
    }

    .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;
    }
}

@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{
        width: 400px;
    }
    .mod_repo__header-left {
        padding: 29px 40px 29px 40px;
    }
}

@media screen and (max-width: 1450px) {
    header .header__container-right{
        text-align: center;
        padding: 28px 8px;
    }
    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;
    }
    .cabecera .cabecera__content h1 {
        font-size: 31px;
        line-height: 39px;
    }
    .noticia__imp {
        padding: 40px 20px;
    }

    .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: 75px;
        line-height: 82px;
    }


    .mod_titulo_h {
        font-size: 50px;
        line-height: 60px;
    }
    .mod_articulo_Ovalado .mod_articulo_img {
        height: 470px;
        width: 390px;
        max-width: 390px;
    }
    .mod_articulo_Ovalado p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .mod_listado_cont {
        padding: 60px 40px 40px;
    }
    .list {
        padding: 0px 20px 0px 100px;
    }
    .list .list__numero:before {
        width: 150px;
        height: 150px;
        left: -37px;
        top: -40px;
    }
    .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: 62px;
    }
    .card {
        padding: 40px 20px;
    }
    .card .img-circulo {
        margin: 0px auto 20px;
        max-width: 300px;
        max-height: 300px;
        display: block;
    }
    .mod_acceso_directo_h {
        font-size: 39px;
        line-height: 46px;
    }
    .mod_cta_h {
        font-size: 60px;
        line-height: 72px;
    }

    .mod_cta_desc {
        padding: 70px 40px 70px 40px;
        max-width: 700px;
    }

    .dato {
        padding: 60px 40px 0px 40px;
    }
    .dato .dato__numero {
        font-size: 75px;
        line-height: 90px;
    }
    .dato .dato__num_signo {
        font-size: 39px;
    }

    .row-datos {
        margin-bottom: 90px;
    }

    .dato {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .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;
    }
    .mod_slider .slider_images {
        margin: 60px 60px 40px
    }
    .mod_slider .slider_txt_titulo .slider_titulo {
        font-size: 60px;
        line-height: 64px;
        -webkit-line-clamp: 4;
    }
    .mod_slider .slider_arrow .btn-arrow {
        transform: scale(0.9);
    }
    .mod_slider .slider_txt_titulo {
        height: 260px;
    }
    .mod_slider .slider_txt_titulo .slider_titulo{
        height: 260px;
    }
    .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;
    }
    .sid__desp ul li a {
        padding: 20px 70px 20px 20px;
    }
    .sid__desp ul li a span {
        right: 20px;
    }
    .sid__desp ul li ul li a{
        padding: 20px;
    }
    .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{
        margin: 60px 40px 60px
    }
    .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: 65px;
    }
    .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;
    }
    .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;
    }

    .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;
    }

    .carrusel__item_imgs img {    
        width: 900px;
        height: 506px;
    }
    .carousel__item_cr {
        width: 410px;
        padding: 50px 30px;
    }
    .carousel__item_cr a span.cr__img {
        height: 197px;
    }
    .carousel__item_cr a:hover span.cr__img {
        height: 177px;
    }
    .faldon_archivo {
        padding: 40px 30px 20px;
    }
    .carousel__item_cr a h3 {
        height: 80px;
        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;
    }
    .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: 179px;
    }
    .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;
    }
    .menu__desp {
        padding: 40px 40px 40px 40px;
    }
    .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;
    }

}
@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_numero .mod_listado_cont {
        padding: 100px 20px 0px 60px;
    }

    .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;
    }
}

@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);
    }

}

@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: none;
    }
    header .header__logo svg text {
        display: none;
    }
    header .header__logo svg{
        width: 40px;
    }
    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: 40px;
    }
    .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:transparent;
        border: 0px;
        padding: 0px;
        cursor: pointer;
    }
    .btn-menu-ham span{
        left: 9px;
        position: absolute;
        width: 30px;
        height: 2px;
        background: #121212;
        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: 14px
    }
    .btn-menu-ham span:nth-child(2){
        top: 24px;

    }
    .btn-menu-ham span:nth-child(3){
        top: 34px
    }

    .btn-menu-ham.active span:nth-child(1){
        top: 25px;
        transform: rotate(45deg); 
    }
    .btn-menu-ham.active span:nth-child(2){
        opacity: 0;
        left: 19px;
    }
    .btn-menu-ham.active span:nth-child(3){
        top: 25px;
        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 #157DAD;
        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: 40px 100px 40px 40px;
    }
    .cabecera .cabecera__img_archive {
        margin: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
    .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;
    }
    .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;
    }
    .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 60px 40px 30px;
    }


    .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;
    }
    .carousel__item_cr {
        width: 360px;
        padding: 40px 30px;
    }
    .carrusel_imgs_datos {
        padding: 60px 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: 31px;
        line-height: 40px;
        font-weight: 300;
        letter-spacing: 0px;
        color: #121212;
    }
    .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: 78px;
        -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 20px 60px 20px;
    }
    .mod_datos .mod_datos_titulo {
        padding: 60px 30px;
    }
    .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: 62px;
        line-height: 80px;
    }
    .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_h{
        padding: 50px; 
    }
    .carousel__arrow{
        display: none;
    }
    .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: 700px;
        height: 394px;
    }
    .dato {
        padding: 40px 30px 0px 30px;
    }
    .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: 169px;
        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: 190px;
    }
    .noticia__imp-small.noticia__imp .noticia__imp_cont{
        height: 190px;
    }

    .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;
        font-weight: 300;
    }
    .mod_repo_search{
        width: 300px;
    }
    .mod_mapa_web_cont{
        padding: 50px;
    }

}
@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;
    }
    .mod_acceso_directo_desc {
        margin: 0px 0px 30px 0px;
    }




}
@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 #157DAD;
    }
    .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;
    }
    .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_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 40px 0px 50px;
    }
    .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 40px;
    }

    .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: 30px 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: 330px;
        max-width: 550px;
        margin: 40px auto;
    }
    .slider_images a:after {
        background-size: 20%;
    }
    .mod_slider .slider_txt_titulo {
        height: 186px;
    }
    .mod_slider .slider_txts {
        padding: 60px 40px 0px;
        height: auto;
    }
    .mod_slider .slider_arrow {
        display: none;
    }
    .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 20px 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;
    }
    .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 #157DAD;
    }
    .mod_slider .slider_txt_titulo .slider_titulo{
        padding-right: 150px;
    }
    .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;
    }
    .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: 20px;
    }
    .faldon_archivo .faldon_desc{
        margin-bottom: 40px;
    }
    .modulo_formulario .bl-1{
        border: 0px;
    }
    .mod_form_cont {
        margin: 40px 20px 60px 30px;
    }
    .mod_copy .mod_copy_cont{
        margin: 50px 30px;
    }
    .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: 3;
    }
    .mod_slider .slider_txt_desc{
        margin: 0px;
    }
    .mod_slider .slider_txt_desc .slider_txt_desc_cont {
        height: 74px;
    }
    .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: calc(100% - 215px) !important;
    }

    .mod_slider .slider_txt_titulo .slider_titulo {
        height: 180px;
    }
    .mod_slider .slider_txt_desc .slider_txt_desc_cont{
        -webkit-line-clamp: 3;
    }
    .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;
    }

    .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: 20px;
        padding-right: 20px;
    }

    .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;
    }


}

@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: calc(100% - 40px) !important;
        bottom: 20px !important;
        right: 20px !important;
        padding: 20px !important;
    }
    #cookie-law-info-bar .avi-container .avi-titulo {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 0px;
    }
    #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-container h4, .cli-tab-container h1 {
        font-size: 26px;
        line-height: 36px;
        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;
    }

}


@media screen and (max-width: 600px) {

    header .btn-recursos span{
        display: none;
        height: 48px;
    }
    header .btn-recursos {
        float: left;
        margin-left: 6px;
        height: 48px;
        padding: 24px !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 20px;
    }
    .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: -35px;
    }
    .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;
    }
    .cabecera .cabecera__content .btn{
        display: none;
    }
    .cabecera .cabecera__content h1 {
        margin: 0;
    }
    .cabecera .cabecera__content {
        padding: 28px 20px;
    }
    .cabecera .cabecera__img_archive {
        margin: 20px;
        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 20px 0px;
    }
    .row-noticias:before{
        display: none;
    }
    .listado-posts .row{
        border: 0px;
    }
    footer .footer__menu_bottom li {
        padding: 0px 0px 12px 0px;
        display: block;
        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: #121212;
        font-weight: normal;
        border-bottom: 1px solid #157DAD;
        font-size: 16px !important;
    }
    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;
    }
    footer .footer__menu h4 {
        margin: 0px 0px 4px;
    }
    footer .footer__menu-newsletter, footer .footer__menu__cont, footer .footer__contacto {
        padding: 30px 20px;
    }
    .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;
    }
    .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: 31px;
        line-height: 40px;
        padding: 30px 20px;
        margin: 0px;
    }
    .mod_titulo_ih {
        padding-left: 84px;
        width: calc(100% - 40px);
    }

    .mod_titulo_ih_cont {
        padding: 30px 20px;
        overflow: hidden;
        position: relative;
    }
    .mod_titulo_i{
        width: 64px;
        height: 64px;
        margin: 3px 20px 0px 0px;
    }
    .mod_titulo_h, .mod_titulo_ih {
        font-size: 25px;
        line-height: 35px;
    }
    .mod_titulo_sub {
        font-size: 20px;
        line-height: 29px;
        margin: 30px 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;
    }
    .list {
        padding: 0px 0px 0px 60px;
    }
    .list img {
        width: 60px;
        height: 60px;

    }
    .list .list__img{
        top: -15px;
        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 64px;
    }

    .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: 100px;
        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;
    }
    .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: 25px;
        line-height: 30px;
    }
    .mod_cta_desc {
        padding: 40px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .mod_cta_btns {
        padding: 0px 20px;
    }

    .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;
    }
    .mod_datos .bl-1,
    .mod_datos .br-1{
        border: 0px;
    }
    .mod_datos_desc{
        border-bottom: 1px solid #ccc;
    }
    .mod_datos_Azul .mod_datos_desc{
        border-bottom: 1px solid #157DAD;
    }

    .dato {
        padding: 30px 20px 0px 20px;
    }
    .dato .dato__numero {
        font-size: 60px;
        line-height: 80px;
    }
    .dato .dato__num_signo {
        font-size: 31px;
    }
    .row-datos {
        margin-bottom: 60px;
    }
    .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 a img {
        width: 100%;
    }
    .carousel__item_cr a span {
        margin: 0px 0px 0px;
    }
    .mod_carousel_titulo2 {
        padding: 40px 20px;
    }
    .carrusel__item_imgs img {
        height: 250px;
    }
    .carrusel_imgs_datos {
        padding: 40px 0px 70px;
    }
    .carousel__arrow2 {
        top: 5px;
        right: 20px;
    }
    .slick-dots {
        bottom: 29px;
    }
    .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 #157DAD;
    }
    .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: 34px;
    }
    .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;
    }
    .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: 30px 20px 0px;
        height: auto;
    }
    .mod_slider .slider_txt_titulo .slider_titulo {
        font-size: 39px;
        line-height: 46px;
        padding: 0px;
    }
    .mod_slider .slider_txt_titulo {
        height: 200px;
    }
    .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: 78px;
        width: 100%;
        margin: 0px;
    }

    .mod_slider .slider_txt_desc .slider_txt_desc_cont{
        -webkit-line-clamp: 3; 
    }
    .mod_slider .slider_images {
        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: 20px;
    }
    .menu__buscador_input span {
        top: 38px;
        right: 42px;
    }
    .menu__buscador_input input {
        padding: 0px 120px 0px 26px;
    }
    .menu .menu__buscador_listado ul li a {
        padding: 20px 50px 20px 85px;
    }
    .menu .menu__buscador_listado ul li {
        margin: 0px 0px;
        padding: 0px 20px;
    }
    .menu .menu__buscador_listado {
        height: calc(100vh - 190px);
    }
    .pop-up-imagen {
        display: none;
    }
    .pop-up .pop-up-data {
        padding: 68px 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: 26px;
        line-height: 30px;
    }
    .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);
    }
    .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: 50px;
        line-height: 60px;
    }
    .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 {
        height: 128px;
    }
    .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: 78px;
    }

    .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: 20px;
        line-height: 28px;
    } 
    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: 25px;
        line-height: 32px;
    }
    .mod_articulo_Ovalado .mod_articulo_img {
        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;
    }
    .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;
    }

    .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: 140px 20px 40px;
        height: 100vh;
        overflow-y: auto;
        z-index: 9999999999;
        overflow-x: hidden;
    }
    .faldon_archivo .faldon_archivo_close {
        top: 60px;
        left: auto;
        padding: 20px;
        right: -5px;
    }
    .faldon_archivo .faldon_titulo {
        font-size: 20px;
        line-height: 25px;
    }
    .faldon_archivo .faldon_dato{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .faldon_archivo .faldon_desc {
        margin-bottom: 40px;
    }
    .faldon_archivo .btn-download {
        margin-top: 35px;
    }
    .mod_form_cont {
        margin: 40px 20px 40px 20px;
    }
    .mod_copy .mod_copy_cont{
        margin: 40px 20px;
    }
    .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;
    }
    .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: calc(100%) !important;
        padding-left: 80px;
    }
    .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;
    }


    .noticia__imp .noticia__imp_cont{
        height: 188px;
        border-radius: 15px;
    }
    .noticia__imp-small.noticia__imp .noticia__imp_cont{
        height: 188px;
        border-radius: 15px;
    }
    .cabecera .cabecera__img_archive img{
        border-radius: 15px;
    }
    .cabecera .cabecera__img_archive{
        height: 188px;
        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: 54px;
    }

    .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: 4px !important;
        float: left;
    }
    .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;
    }

    .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: 310px;
    }
    .recurso .recurso__tipo {
        bottom: 20px;
        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;
    }
}

@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%;
    }
}

