    /* 
    Created on : 27-10-2021
    Author     : David Bravo
*/
    /*-- GRAPHIK --*/
    /*@font-face {
    font-family: 'Graphik-Regular';
    src: url('./../fonts/Graphik-Regular.eot');
    src: local('☺'), url('./../fonts/Graphik-Regular.woff') format('woff'), url('./../fonts/Graphik-Regular.ttf') format('truetype'), url('./../fonts/Graphik-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Black';
    src: url('./../fonts/Graphik-Black.eot');
    src: local('☺'), url('./../fonts/Graphik-Black.woff') format('woff'), url('./../fonts/Graphik-Black.ttf') format('truetype'), url('./../fonts/Graphik-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('../fonts/Graphik-Medium.eot');
    src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}*/
    
    html {
        scroll-behavior: smooth;
        overflow-x: hidden;
    }
    
    .g-5 {
        --bs-gutter-x: 4.5rem;
    }
    
    a,
    button,
    .radio {
        outline: none;
    }
    
    body {
        overflow-x: hidden;
        font-family: Arial, verdana, sans-serif;
    }
    
     :root {
        --blue: #0041f0;
        --gray: #f1f1f1;
        --dark-gray: #cbcbcb;
        --border-width: 3px;
    }
    
    *,
    *:before,
    *:after {
        box-sizing: inherit;
    }
    
    #logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .gray {
        background: #f1f1f1;
    }
    
    a {
        text-decoration: none;
        color: #000;
    }
    
    h2 {
        font-weight: bold;
        color: var(--blue);
        font-size: 2.2em;
        letter-spacing: -1px;
    }
    
    .container {
        max-width: 1104px;
    }
    
    #logos {
        width: 93%;
        padding: 0 16px;
        /*max-width: 96%;*/
    }
    
    header .row {
        /*max-width: 98%;*/
        --bs-gutter-x: 0;
    }
    
    #hero {
        background: url('../images/children.jpg');
        min-height: 330px;
        /* Create the parallax scrolling effect */
        /*background-attachment: fixed;*/
        background-position: 80% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 104%;
    }
    
    #hero h1 {
        position: absolute;
        color: #fff;
        font-weight: bold;
        font-size: 1.8em;
        z-index: 999;
        bottom: 20px;
    }
    
    #hero h1:after {
        position: absolute;
        content: '';
        width: 1000%;
        right: -30px;
        height: 60px;
        top: -10px;
        background: rgb(122, 152, 191);
        background: linear-gradient(90deg, rgba(122, 152, 191, 0.75) 0%, rgba(80, 88, 146, 0.75) 100%);
        z-index: -1;
    }
    /* Menú */
    
    nav#navigation {
        width: 104%;
        background: var(--gray);
    }
    
    nav#navigation a:hover,
    nav#navigation a.selected {
        background: var(--dark-gray);
        text-decoration: none;
        color: #000;
    }
    
    nav#navigation ul {
        padding: 0;
        margin: 0;
    }
    
    nav#navigation ul li {
        display: inline-block;
        list-style: none;
        padding: 14px 10px 12px;
    }
    
    nav#navigation ul li a {
        padding: 16px 10px;
    }
    /* FILA ENLACES */
    
    .links {
        --bs-gutter-x: 0;
    }
    
    .links .container .row {
        max-width: 102%;
        padding-left: 1%;
    }
    
    .links a {
        color: #fff;
    }
    
    .videos_row {
        max-width: 102%;
        padding-top: 10px;
        margin-bottom: 40px;
    }
    
    .videos_row .col a {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--blue);
        background: #fff;
        filter: drop-shadow(10px 10px 0 rgb(203, 203, 203));
        transition: 400ms;
        position: relative;
        z-index: 1;
        min-height: 295px;
    }
    
    .videos_row .col a span::after {
        position: absolute;
        content: '';
        width: 22px;
        height: 22px;
        background: var(--blue);
        z-index: 999;
        left: 50%;
        margin-left: -9px;
        margin-top: 11px;
        transition: 400ms;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        transform: rotate(90deg);
    }
    
    .videos_row .col a span {
        position: absolute;
        content: '';
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, .5);
        z-index: 99;
        left: 50%;
        margin-left: -17px;
        margin-top: 25%;
        transition: 400ms;
        border-radius: 50%;
    }
    
    .videos_row .col a:hover {
        border-color: #000;
        filter: drop-shadow(-10px -10px 0 rgb(203, 203, 203));
        text-decoration: none;
    }
    
    .videos_row .col a:hover span {
        transform: scale(140%);
    }
    
    .videos_row .col a p {
        max-width: 100%;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 1.15em;
        padding: 1.1em .7em;
        display: flex;
        line-height: 1.3em;
    }
    
    .title2 {
        --bs-gutter-x: 0;
        max-width: 100%;
        padding-left: 14px;
    }
    /* fila enlaces inferiores */
    
    .links .col {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .links .col h3 {
        font-weight: bold;
        font-size: 1.3em;
    }
    
    .links a {
        font-weight: bold;
        font-size: .9em;
        padding: 14px 24px;
        background: rgb(255, 120, 0);
        background: linear-gradient(90deg, rgba(0, 65, 240, 1) 0%, rgba(95, 135, 240, 1) 100%);
        border-radius: 20px;
        line-height: 1.2em;
        outline: solid var(--border-width) var(--gray);
        outline-offset: -6px;
        position: relative;
        transition: 300ms;
    }
    
    .links a:hover {
        transform: translateY(6px);
    }
    
    .links a:hover:after {
        transform: translateY(-6px);
        width: 120%;
        left: -10%;
        background: radial-gradient(circle, rgba(160, 160, 160, 1) 0%, rgba(160, 160, 160, 0) 100%);
    }
    
    .links a:after {
        content: '';
        position: absolute;
        bottom: -24px;
        left: 0%;
        width: 100%;
        height: 6px;
        background: rgb(187, 187, 187);
        background: radial-gradient(circle, rgba(187, 187, 187, 1) 0%, rgba(187, 187, 187, 0) 100%);
        border-radius: 50%;
        z-index: 6;
        transition: 300ms;
        pointer-events: none;
    }
    
    .links a:hover:before {
        right: 20px;
    }
    
    .links a:before {
        --size: 16px;
        position: absolute;
        content: '';
        width: var(--size);
        height: var(--size);
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        right: 26px;
        top: 50%;
        transform: translateY(-10px) rotate(45deg);
        transition: 300ms;
    }
    
    .links a span {
        float: left;
        max-width: 88%;
    }
    
    .links .col a:hover {
        background: rgb(255, 120, 0);
        background: linear-gradient(90deg, rgba(255, 120, 0, 1) 0%, rgba(249, 168, 96, 1) 100%);
    }
    
    footer {
        padding: 60px 10px;
        text-align: center;
        font-size: .95em;
        color: #808080;
        font-weight: bold;
    }
    /* Popup Modal */
    
    .modal-dialog {
        max-width: 1024px;
        margin: 130px auto;
        /*height: 100%;*/
        display: flex;
    }
    
    .modal-body {
        position: relative;
        padding: 0px;
    }
    
    .modal-content {
        background: #000;
    }
    
    .close {
        position: absolute;
        right: -30px;
        top: 0;
        z-index: 999;
        font-size: 2rem;
        font-weight: normal;
        color: #fff;
        opacity: 1;
    }
    /* MODAL MAILING */
    
    .mailing-modal {
        max-width: 600px;
    }
    
    .mailing-modal .modal-content {
        background: #fff;
    }
    
    .mailing-modal .modal-content .content {
        padding: 40px;
    }
    
    .mailing-modal .modal-content .content .inner-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .modal.secondary h3 {
        margin-bottom: 26px;
        font-size: 1.4em;
    }
    
    .rrss-modal {
        max-width: 800px;
    }
    
    .rrss-modal h4 {
        font-size: 1.2em;
        text-align: center;
    }
    
    #msg {
        margin-top: 30px;
        text-align: center;
        color: var(--blue);
    }
    
    @media screen and (max-width: 992px) {
        body {
            overflow-x: hidden;
        }
        .links .container .row {
            max-width: 100%;
        }
        .videos_row {
            max-width: 98%;
        }
        #content,
        .g-5 {
            --bs-gutter-x: 2rem;
        }
        #content {
            padding-left: 20px;
            padding-right: 20px;
        }
        .modal-dialog {
            max-width: 86%;
        }
    }
    
    @media screen and (max-width: 768px) {
        .videos_row {
            max-width: 92%;
            flex-direction: column;
        }
        .videos_row .col {
            width: 100%;
        }
        .g-5 {
            --bs-gutter-x: 1.5rem;
        }
        .links .row {
            flex-direction: column;
        }
        .links .col {
            max-width: 98%;
            margin-left: 1%;
            flex-flow: column;
            width: 100%;
        }
        .col {
            margin-bottom: 40px;
        }
        .lang-col {
            display: flex;
            flex-direction: column;
            gap: 20px;
            flex: 0 1 100%;
            justify-content: end;
        }
        .langs {
            gap: 20px;
        }
    }
    
    @media screen and (max-width: 630px) {
        #logos {
            max-width: 84%;
        }
        #logos img {
            max-width: 40%;
        }
    }
    
    @media screen and (max-width: 576px) {
        .videos_row {
            max-width: 90%;
        }
    }
    
    @media screen and (max-width: 480px) {
        #hero h1 {
            font-size: 1.2em;
        }
        #hero h1:after {
            height: 44px;
        }
    }