
            .slide {
                position: relative;
                box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
                margin-top: 26px;
            }

            .slide-inner {
                position: relative;
                overflow: hidden;
                width: 100%;
                height: calc( 300px + 3em);
            }

            .slide-open:checked + .slide-item {
                position: static;
                opacity: 100;
            }

            .slide-item {
                position: absolute;
                opacity: 0;
                -webkit-transition: opacity 0.6s ease-out;
                transition: opacity 0.6s ease-out;
            }

            .slide-item img {
                display: block;
                height: auto;
                max-width: 100%;
            }

            .slide-control {
                background: rgba(0, 0, 0, 0.28);
                border-radius: 50%;
                color: #fff;
                cursor: pointer;
                display: none;
                font-size: 40px;
                height: 40px;
                line-height: 35px;
                position: absolute;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                cursor: pointer;
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                text-align: center;
                width: 40px;
                z-index: 10;
            }

            .slide-control.prev {
                left: 2%;
            }

            .slide-control.next {
                right: 2%;
            }

            .slide-control:hover {
                background: rgba(0, 0, 0, 0.8);
                color: #aaaaaa;
            }

            #slide-1:checked ~ .control-1,
            #slide-2:checked ~ .control-2,
            #slide-3:checked ~ .control-3 {
                display: block;
            }

            .slide-indicador {
                list-style: none;
                margin: 0;
                padding: 0;
                position: absolute;
                bottom: 2%;
                left: 0;
                right: 0;
                text-align: center;
                z-index: 10;
            }

            .slide-indicador li {
                display: inline-block;
                margin: 0 5px;
            }

            .slide-circulo {
                color: #828282;
                cursor: pointer;
                display: block;
                font-size: 35px;
            }

            .slide-circulo:hover {
                color: #aaaaaa;
            }

            #slide-1:checked ~ .control-1 ~ .slide-indicador 
                li:nth-child(1) .slide-circulo,
            #slide-2:checked ~ .control-2 ~ .slide-indicador 
                 li:nth-child(2) .slide-circulo,
            #slide-3:checked ~ .control-3 ~ .slide-indicador 
                 li:nth-child(3) .slide-circulo {
                color: #428bca;
            }

            #titulo {
                width: 100%;
                position: absolute;
                padding: 0px;
                margin: 0px auto;
                text-align: center;
                font-size: 27px;
                color: rgba(255, 255, 255, 1);
                font-family: 'Open Sans', sans-serif;
                z-index: 9999;
                text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), 
                    -1px 0px 2px rgba(255, 255, 255, 0);
            }
/* =====================================================
   SLIDER PRINCIPAL DE LA CABECERA
===================================================== */
    
    .container-slider {
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        box-shadow:
            0 0 0 10px #ffffff,
            0 15px 50px rgba(0, 0, 0, 0.20);
    }
    
    .slider {
        display: flex;
        width: 400%;
        height: 100%;
        margin-left: -100%;
    }
    
    .slider__section {
        width: 100%;
        height: 100%;
    }
    
    .slider_img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .slider_btn {
        position: absolute;
        top: 50%;
        display: block;
        width: 47px;
        height: 47px;
        color: #828282;
        font-family: monospace;
        font-size: 30px;
        font-weight: bold;
        line-height: 47px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.70);
        border-radius: 50%;
        cursor: pointer;
        transform: translateY(-50%);
    }
    
    .slider_btn:hover {
        background-color: #cccccc;
    }
    
    .slider_btn--left {
        left: 10px;
    }
    
    .slider_btn--right {
        right: 10px;
    }
    
    /* =====================================================
   REDES SOCIALES
===================================================== */

        #RedesSociales {
            padding-right: 60px;
            padding-bottom: 80px;
            padding-left: 60px;
            border-bottom: 1px solid #eeeeee;
        }
        
        #RedesSociales .section-heading {
            margin-right: 20%;
        }
        
        #RedesSociales .content-section {
            position: relative;
            display: inline-block;
        }
        
        #RedesSociales .owl-dots {
            margin-top: 40px;
        }
        
        #RedesSociales .owl-dots .owl-dot span {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 3px;
            background-color: #cdcdcd !important;
            border-radius: 50%;
        }
        
        #RedesSociales .owl-dots .active span {
            background-color: #3d056b !important;
        }
        
        #RedesSociales .owl-dots button {
            outline: none;
        }
        
        #RedesSociales .owl-nav {
            position: absolute;
            top: -110px;
            right: 0;
            display: inline-block;
        }
        
        #RedesSociales .owl-nav button:focus {
            outline: none;
        }
        
        #RedesSociales .owl-nav .owl-prev span {
            margin-right: 10px;
        }
        
        #RedesSociales .owl-nav .owl-next span,
        #RedesSociales .owl-nav .owl-prev span {
            display: inline-block;
            width: 50px;
            height: 50px;
            color: #232323;
            font-size: 42px;
            line-height: 42px;
            text-align: center;
            background-color: #eeeeee;
            outline: none;
            transition: all 0.5s;
        }
        
        #RedesSociales .owl-nav span:hover {
            color: #ffffff;
            background-color: #740d94;
        }
        
        #RedesSociales .item {
            position: relative;
            z-index: 10;
            text-align: left;
        }
        
        #RedesSociales .item .image {
            position: relative;
        }
        
        #RedesSociales .item .image img {
            width: 100%;
            overflow: hidden;
        }
        
        #RedesSociales .item .image .RedesSociales-button a {
            position: absolute;
            bottom: -44px;
            z-index: 9;
            display: inline-block;
            width: 100%;
            height: 44px;
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            line-height: 44px;
            letter-spacing: 0.25px;
            text-align: center;
            text-decoration: none;
            text-transform: capitalize;
            background-color: rgba(69, 10, 136, 0.9);
            opacity: 0;
            transition: all 0.5s;
        }
        
        #RedesSociales .item:hover .RedesSociales-button a {
            bottom: 0;
            opacity: 1;
        }
        
        #RedesSociales .item .text-content {
            position: relative;
            z-index: 10;
            padding-top: 20px;
            background-color: #ffffff;
        }
        
        #RedesSociales .item .text-content h4 {
            margin-top: 0;
            margin-bottom: 5px;
            color: #232323;
            font-size: 21px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        #RedesSociales .item .text-content span {
            display: inline-block;
            margin-bottom: 12.5px;
            color: #7a7a7a;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        .share-fb {
                background-color: #2d609b;
                background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI2LjY2NyAwaC0yMS4zMzRjLTIuOTQ1IDAtNS4zMzMgMi4zODgtNS4zMzMgNS4zMzR2MjEuMzMyYzAgMi45NDYgMi4zODcgNS4zMzQgNS4zMzMgNS4zMzRoMTAuNjY3di0xNGgtNHYtNGg0di0zYzAtMi43NjEgMi4yMzktNSA1LTVoNXY0aC01Yy0wLjU1MiAwLTEgMC40NDgtMSAxdjNoNS41bC0xIDRoLTQuNXYxNGg2LjY2N2MyLjk0NSAwIDUuMzMzLTIuMzg4IDUuMzMzLTUuMzM0di0yMS4zMzJjMC0yLjk0Ni0yLjM4Ny01LjMzNC01LjMzMy01LjMzNHoiPjwvcGF0aD48L3N2Zz4=);
            }
  /* =====================================================
   SECCIÓN REDES SOCIALES
===================================================== */

#RedesSociales{
    padding: 70px 20px;
    background: #f5f7fa;
}

.redes-contenedor{
    max-width: 1200px;
    margin: 0 auto;
}

.redes-titulo-general{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #174f35;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.redes-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.red-card{
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.10);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.red-card-icono{
    font-size: 38px;
    color: #0d6efd;
    text-align: center;
    margin-bottom: 10px;
}

.red-card-titulo{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    font-family: Georgia, "Times New Roman", serif;
    color: #111111;
    margin-bottom: 20px;
    font-style: italic;
}

.red-card-contenido{
    flex: 1;
}

.red-card iframe{
    width: 100%;
    min-height: 430px;
    border: none;
    border-radius: 12px;
}

.red-video iframe{
    width: 100%;
    min-height: 430px;
    border: none;
    border-radius: 12px;
}

.red-enlaces{
    list-style: none;
    padding: 0;
    margin: 0;
}

.red-enlaces li{
    margin-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.red-enlaces li:last-child{
    border-bottom: none;
}

.red-enlaces a{
    color: #0d47a1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.red-enlaces a:hover{
    color: #174f35;
    padding-left: 6px;
}

.red-enlaces i{
    color: #6c757d;
    margin-right: 8px;
}

@media (max-width: 991px){
    .redes-grid{
        grid-template-columns: 1fr;
    }

    .redes-titulo-general{
        font-size: 34px;
    }

    .red-card-titulo{
        font-size: 28px;
    }

    .red-card iframe,
    .red-video iframe{
        min-height: 380px;
    }
}

@media (max-width: 576px){
    #RedesSociales{
        padding: 50px 15px;
    }

    .redes-titulo-general{
        font-size: 28px;
        margin-bottom: 30px;
    }

    .red-card{
        padding: 18px;
    }

    .red-card-titulo{
        font-size: 24px;
    }

    .red-card iframe,
    .red-video iframe{
        min-height: 320px;
    }
} 
/* =====================================================
   REDES SOCIALES Y ENLACES INSTITUCIONALES
===================================================== */

.seccion-redes {
    padding: 70px 20px;
    background-color: #f5f7f6;
}

.redes-contenedor {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.redes-titulo-principal {
    margin: 0 0 45px;
    color: #174f35;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.redes-fila {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.redes-columna {
    display: flex;
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.redes-tarjeta {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 590px;
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #e0e5e2;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}

.redes-encabezado {
    margin-bottom: 20px;
    text-align: center;
}

.redes-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 28px;
    background-color: #174f35;
    border-radius: 50%;
}

.redes-icono-facebook {
    background-color: #1877f2;
}

.redes-icono-youtube {
    background-color: #ff0000;
}

.redes-icono-enlaces {
    background-color: #b38b22;
}

.redes-subtitulo {
    margin: 0;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
}

.redes-contenido {
    flex: 1;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}

.facebook-contenedor {
    min-height: 500px;
    background-color: #f4f4f4;
}

.facebook-contenedor iframe {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
    border: 0;
}

.youtube-contenedor iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
    border-radius: 10px;
}

.facebook-enlace {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: #1877f2;
    border-radius: 6px;
}

.facebook-enlace:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0d5ec7;
}

.enlaces-lista {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.enlaces-lista li {
    border-bottom: 1px solid #eeeeee;
}

.enlaces-lista li:last-child {
    border-bottom: 0;
}

.enlaces-lista a {
    display: flex;
    align-items: center;
    padding: 11px 5px;
    color: #174f35;
    font-size: 16px;
    line-height: 1.35;
    text-decoration: none;
    transition: all 0.25s ease;
}

.enlaces-lista a:hover {
    padding-left: 12px;
    color: #b38b22;
    background-color: #faf8f1;
}

.enlaces-lista img {
    flex: 0 0 auto;
    width: 22px;
    height: 27px;
    margin-right: 10px;
}

/* Tablets */

@media (max-width: 991px) {
    .redes-columna {
        width: 50%;
        margin-bottom: 30px;
    }

    .redes-columna:last-child {
        width: 100%;
    }

    .redes-tarjeta {
        min-height: auto;
    }
}

/* Celulares */

@media (max-width: 767px) {
    .seccion-redes {
        padding: 45px 15px;
    }

    .redes-titulo-principal {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .redes-columna {
        width: 100%;
        margin-bottom: 25px;
    }

    .redes-tarjeta {
        padding: 18px;
    }

    .redes-subtitulo {
        font-size: 24px;
    }

    .facebook-contenedor iframe,
    .youtube-contenedor iframe {
        height: 450px;
    }
}
            
            
       