main{
    background: #fff;
}
* {
    scroll-behavior: auto!important;
}

html {
    height: 100% !important;

}
body {
    font-family: 'Electrolize', sans-serif;

}
section {
    width:100%;
    height:100%;
}

#accordionCWFAQs  .accordion-collapse {
    background-color:#002856d9;
    color:#fff;
    padding:0px 1.5rem;
}
#accordionCongresoFAQs  .accordion-collapse {
    background-color:#002856d9;
    color:#fff;
    padding:0px 1.5rem;
}
#content_patrocinadores {
    position: relative;
    top: 0; /* Ajusta el valor segÃºn sea necesario */
}
#informacion {
    min-height:80vh !important;
}


header {
    z-index:3;
    height: 100% !important;
}
footer {
    display:flex;
    position:absolute;
    background-color: rgba(0, 0, 0, 1);

    width: 100%;
    height: 5rem;

}


.imagen-cabecera-noticia {
    display: flex;
    height:12rem;
    min-height:12rem;
    max-height:12rem;
    overflow:hidden;
    justify-content: center;
    background-color:#F9F9F9;


}

.titulo_noticia {
    font-size: 1.3rem;
    text-align:left !important;
    line-height:1.5rem;
}
.titulo_noticia a {
    text-decoration:none;
    color:#212529!important;
}
.titulo_noticia a:hover {
    text-decoration:underline;
    color:#212529!important;
}
.imagen-noticia {
    transition: transform .3s;
    height:100%!important;
    width:auto!important;
    display: block;
}
.imagen-noticia:hover {
    transform: scale(1.04);
}

.link {
    text-decoration:none;
    color:#4E4D4D;
}
.link:hover {
    text-decoration:underline;
    color:#2E2E2E;
}


.fondo-cookie {
    display:block;
    position:fixed;
    background:rgba(0,0,0,0.80);
    z-index:1049;
    width:100vw;
    min-width:100vw;
    height:100vh;
    min-height:100vh;
    top:0;
    left:0;
    overflow:hidden;

}
.cookie-disclaimer {
    background: #fff;
    color: #000;
    opacity: 0.9;
    width: 20rem;
    top: calc(50% - 10rem);
    left: calc(50% - 10rem);
    z-index: 1050;
    height: 20rem;
    position: fixed;
    border-radius: 10px;
    padding:20px
}
.cookie-disclaimer .container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
    float: right;
    padding: 10px;
    cursor: pointer;
}

.counter {
    display: table-cell;
    margin:1.5%;
    background-color: #212529!important;
    width:200px;
    border-radius: 10%;
    height:200px;
    vertical-align: middle;
}
.counter_data {
    font-size:3.5em;
    color:#fff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.enlace {
    text-decoration:none;
    color:inherit;
}

.enlace:hover {
    text-decoration:underline;
    color:inherit;
}

.icono_mini {
    font-size:0.5em!important;
}
video.bg-video {
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    margin:0em;
    padding:0em;
}

.navbar {

    top: 0;
    height: 3.5rem !important;
    z-index:3;
    display:block !important;
    background-color:inherit !important;
    transition: background-color 0.5s ease, padding 0.5s ease;

}



.navbar_2 {
    position: static;

    height: 3.5rem !important;
    width: 100% !important;
    z-index:3;


}
.navbar .nav-item .nav-link{
    z-index:1000;
    background-color:transparent !important;
}

.nav-masthead .nav-link {
    padding: .25rem 0.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    background-color: transparent;
    border-bottom: .15rem solid transparent;
    background-color:transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}



.texto_normal {
    text-align:left;
    /*padding-left:0.75em;
    padding-right:0.75em;*/

}

.imagen_ponente_modal {
    width:83%!important;
}

.detalle_ponente:focus  > img{
    border:3px solid #FF0000 !important;
}
.detalle_ponente:hover  > img{
    border:3px solid #FF0000 !important;
}

.arrow-up {
    bottom: 3rem;
    right: 5px;
    position: fixed;
    text-align: right;
    z-index: 1001;
    color: rgba(0, 40, 86, 1);
    font-size: 42px;
}
.arrow-up a {
    background: rgba(0, 40, 86, 0.7);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(0, 40, 86, 0.7);

}
.arrow-up a:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 40, 86, 0.7);
    border: 1px solid rgba(0, 40, 86, 1);

}
.display-6 {
    font-size:2em;
}
.display-7 {
    font-size:1.7em;
}
.display-8 {
    font-size:1.3em;
}
.display-9 {
    font-size:1em;
}
.link-blanco a {
    color:#fff;

}
.link-blanco a:hover {
    color:#0D6EFD;

}

.masthead {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column!important;
    padding:5rem 0rem!important;
}
.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 40, 86, 0.85);
}
.masthead .masthead-content {
    position: relative;
    max-width: 70rem;
    height:100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.social-icons {
    display:none;
    position: absolute;
    top: 94%;
    height: 6% !important;
    width: 100% !important;
    padding-bottom: 10%!important;
    z-index:3;

}
.social-icons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 3rem;
    width: 3rem;
    border-radius: 100rem;
    margin: 0em 1em!important;
    color: #fff;
    background-color: #002856;
    border-color: #002856;

}

.navbar-expand-md {
    margin:0em;
    background-color: rgba(0, 0, 0, 1)!important;
}

.navbar-expand-md .container-fluid {
    margin:0em;

}

.navbar-expand-md .navbar-collapse {
    margin-top:0.7em;
    margin-left:-0.7em;
    margin-right:-0.7em;
    padding-left:0.7em;
    padding-right:0.7em;
    background-color: rgba(0, 0, 0, 1)!important;
    text-align:left;
}



.header_corto {
    height:20% !important ;
}

.header2 {
    height: 20% !important;

}
.header2 .masthead {

    height: 20% !important;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    display: flex;

}
.tituloG {
    font-size:3.5em;
    margin-left:0rem;
    margin-top:6rem;
}


.img-mapa {
    /*border: 1px solid #ccc;
    padding:0.1em;*/
    width: 100%;
    min-height: 100%;
    border:0;
    overflow: hidden;
    margin:0px;
    padding:0px
}

.sombra {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(255,255,255,0.75);
    box-shadow: 0px 0px 6px 0px rgba(255,255,255,0.75);
}

.logo_cabecera {
    max-height:35px;
    min-height:35px;
    width:auto;
}

.logo_organizador {
    max-height:60px;
    min-height:60px;
    width:auto;
    margin:5px;
}

.logo_patrocinador_p {
    max-height:45px;
    min-height:45px;
    width:auto;
    margin:5px;
}

.logo_patrocinador_ma {
    max-height:115px;
    /*min-height:115px;*/
    width:auto;
    margin:5px;
}

.logo_patrocinador_pl {
    max-height:60px;
    min-height:60px;
    width:auto;
    margin:5px;
}

.logo_patrocinador_pe {
    max-height:80px;
    min-height:80px;
    width:auto;
    margin:15px;
}
.direccion {
    font-size:0.7em;
}


.cuadrado {

    min-width:175px;
    min-height:120px;
    border: 1px solid #ccc;
    border-radius: 25px;
    /*box-shadow:0 0 8px 1px;*/

}
a.programas {
    width: 75vw !important;
    margin-left:1vw !important;
    margin-right:1vw !important;
    text-decoration:none;
    color:#096695;


}
a.programas:hover {
    text-decoration:underline;
    color:#034363
}

a div.cuadrado:hover {
    border: 2px solid #999;
}
a div.cuadrado div  {
    font-size:1.1em;
}

.foto_encuadre {
    padding:2px;
    border: 1px solid #ccc;
    border-radius:25px;
}

#navbar-nav-bg-police {
    background-color: rgba(0, 40, 86, 1)!important;
}


@supports (display: grid) {

    .grid-gallery_i.grid-gallery__item_i {
        -ms-grid-column:span 2;
        grid-column: span 2;
        -ms-grid-row-span: 2;
        grid-row: span 2;

    }

    .grid-gallery_i a.grid-gallery__item_i{
        display:block;
        margin:0.4rem;
    }


    .grid-gallery_i a.grid-gallery__item_i:nth-child(1) {
        -ms-grid-column: 1;
        grid-column: span 2;
        grid-row: span 2;

    }
    .grid-gallery_i a.grid-gallery__item_i:nth-child(2) {
        -ms-grid-column: 2;
        grid-column: span 2;
        grid-row: span 2;
    }

    .grid-gallery_i a.grid-gallery__item_i:nth-child(3) {
        -ms-grid-column: 3;
        grid-column: span 2;
        grid-row: span 2;
    }

    .grid-gallery_i a.grid-gallery__item_i:nth-child(4) {
        -ms-grid-column: 1;
        grid-column: span 2;
        grid-row: span 2;
    }

    .grid-gallery_i a.grid-gallery__item_i:nth-child(5) {
        -ms-grid-column: 2;
        grid-column: span 2;
        grid-row: span 2;
    }

    .grid-gallery_i a.grid-gallery__item_i:nth-child(6) {
        -ms-grid-column: 3;
        grid-column: span 2;
        grid-row: span 2;
    }




    /* GALERÃA */

    .grid-gallery {
        display: grid;
        display:-ms-grid;
        -ms-grid-columns:1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 150px;

        gap: 1rem;
        grid-gap:0.5rem;
    }
    .grid-gallery__item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
        -ms-grid-row-span:2;
        -ms-grid-column-span:2
    }

    .grid-gallery__item:nth-child(2) {
        grid-column: span 1;
        grid-row: span 1;
        -ms-grid-column:1;
        -ms-grid-row:1;
    }
    .grid-gallery__item:nth-child(3) {
        grid-column: span 1;
        grid-row: span 1;
        -ms-grid-column:1;
        -ms-grid-row:1;
    }
    .grid-gallery__item:nth-child(4) {
        grid-column: span 2;
        grid-row: span 1;
        -ms-grid-column:2;
        -ms-grid-row:1;
    }
    .grid-gallery__item:nth-child(5) {
        grid-column: span 1;
        grid-row: span 1;
        -ms-grid-column:1;
        -ms-grid-row:1;
    }

    .grid-gallery__item:nth-child(6) {
        grid-column: span 2;
        grid-row: span 1;
        -ms-grid-column:1;
        -ms-grid-row:1;
    }

    .grid-gallery__item:nth-child(7) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .grid-gallery__item:nth-child(8) {
        grid-column: span 4;
        grid-row: span 1;
    }

    .grid-gallery__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border:2px solid #fff;

    }

    .grid-gallery__image_white {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border:2px solid #212529;

    }



    @media all and (min-width: 768px) {
        .grid-gallery {
            grid-template-columns: repeat(3, 1fr);
        }
        .grid-gallery__item:nth-child(1) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .grid-gallery__item:nth-child(2) {
            grid-column: span 2;
            grid-row: span 1;
        }
        .grid-gallery__item:nth-child(3) {
            grid-column: span 2;
            grid-row: span 1;
        }
        .grid-gallery__item:nth-child(4) {
            grid-column: span 1;
            grid-row: span 2;
        }
        .grid-gallery__item:nth-child(5) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .grid-gallery__item:nth-child(6) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .grid-gallery__item:nth-child(7) {
            grid-column: span 1;
            grid-row: span 2;
        }

        .grid-gallery__item:nth-child(8) {
            grid-column: span 2;
            grid-row: span 2;
        }


    }

    @media all and (min-width: 1024px) {
        .grid-gallery {
            grid-template-columns: repeat(3, 1fr);
        }
        .grid-gallery__item:nth-child(n+1) {
            grid-column: span 1;
            grid-row: span 1;
        }
        .grid-gallery__item:nth-child(2n+1) {
            grid-column: span 1;
            grid-row: span 1;
        }
        .grid-gallery__item:nth-child(3n+1) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .grid-gallery__item:nth-child(4n+1) {
            grid-column: span 2;
            grid-row: span 2;
        }
        .grid-gallery__item:nth-child(5n+1) {
            grid-column: span 1;
            grid-row: span 1;
        }
        .grid-gallery__item:nth-child(6n+1) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .grid-gallery__item:nth-child(7n+1) {
            grid-column: span 3;
            grid-row: span 2;
        }



    }
}

@media (min-width: 414px){
    .masthead {
        width: 100% !important;
        height: 100% !important;
        padding-top: 1.5rem !important;


    }
    .social-icons {
        position: relative;
        display: block;
    }

    .logo_cabecera {
        max-height:35px;
        min-height:35px;
        width:auto;
    }

    .logo_organizador {
        max-height:60px;
        min-height:60px;
        width:auto;
        margin:5px;
        margin-bottom:15px;
    }
    .tituloG {
        font-size:3.5em;
        margin-left:1rem;
        margin-top:8rem;
    }

}

@media (max-width: 576px) {
    .container-noticias {
        max-width:100%;

    }


}


@media (min-width: 768px) {
    .masthead {
        width: 100% !important;
        height: 100% !important;


    }
    .social-icons {
        position: relative;
    }

    .social-icons .btn {

        height: 4rem;
        width: 4rem;
        border-radius: 100rem;
        margin: 0em 1em!important;

    }
    .navbar-expand-md {
        margin:0em;
        background-color: transparent !important;
    }

    .navbar-expand-md .navbar-collapse {
        margin-top:0.5em;
        background-color:transparent !important;
    }

    .logo_cabecera {
        max-height:55px;
        min-height:55px;
        width:auto;
    }

    .logo_organizador {
        max-height:75px;
        min-height:75px;
        width:auto;
        margin:5px;
        margin-bottom:25px;
    }

    .cabecera img {
        max-height: 20rem;
        margin-top:0rem;
        max-width: 25rem;
    }

    .direccion {
        font-size:0.8em;
    }

    .header_corto {
        height:25% !important ;
    }

    .header2 {
        height: 25% !important;
    }
    .header2 .masthead {
        height: 25% !important;
    }
    .tituloG {
        font-size:5em;
    }
}



@media (min-width: 992px) {
    .masthead {


    }
    .social-icons {
        position: relative;
    }


    .logo_cabecera {
        max-height:75px;
        min-height:75px;
        width:auto;
    }

    .logo_organizador {
        max-height:100px;
        min-height:100px;
        width:auto;
        margin:5px;
        margin-bottom:25px;
    }

    .logos_cabecera {
        margin-top:4rem;
    }

    .direccion {
        font-size:0.9em;
    }

    .header_corto {
        height:30% !important ;
    }

    .header2 {
        height: 30% !important;
    }
    .header2 .masthead {
        height: 30% !important;
    }
    .tituloG {
        font-size:7em;
        margin-left:6rem;
    }
    #navbar-nav-bg-police {
        background-color: transparent!important;
    }
}



@media (min-width: 1200px) {
    #contenedor {
        height:100% !important;
    }
    video.bg-video {
        display:block;
    }

    .header {
        display:flex !important;
    }

    .masthead {
        width: 75vw !important;
        height: 100% !important;
        position: relative;
        overflow: hidden;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column!important;
    }
    .masthead:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background-color: rgba(0, 40, 86, 0.85);
        transform: skewX(-9deg);
        transform-origin: top right;
    }
    .masthead .masthead-content {
        position: relative;
        max-width: 70rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .social-icons {
        position: absolute;
        height: 100% !important;
        top: 0;
        right: 2.5rem;
        width: auto !important;
        margin:0!important;
        padding-bottom: 0!important;
        background-color: transparent;
    }

    .social-icons div {
        flex-direction: column !important;
        height: 100% !important;

    }

    .social-icons .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 4rem;
        width: 4rem;
        border-radius: 100rem;
        margin: 1em 2em!important;

    }
    .display-5 {
        font-size:2.5em;
    }

    .logos_cabecera {
        margin-top:5rem;
    }
    .direccion {
        font-size:1em;
    }

    .header_corto {
        height:30% !important ;
    }

    .header2 {
        height: 30% !important;
    }
    .header2 .masthead {
        height: 30% !important;
    }
    .tituloG {
        font-size:10em;
        margin-left:6rem;
    }

}


@media (min-width: 1250px) {
    .display-5 {
        font-size:2.6em;
    }

    .direccion {
        font-size:1.1em;
    }
}

@media (min-width: 1350px) {
    .display-5 {
        font-size:2.9em;
    }
}


.contenedor_imagen {

}

.social-icons_rrss .btn {

    height: 4rem;
    width: 4rem;
    border-radius: 100rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1em;

    margin: 1em 2em!important;
}
.sr-only{left:-10000px!important;}


/* Estilos aÃ±adidos en 2025 nueva vista */
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    color:#fff !important;
    background-color: rgba(0, 40, 86, 1)!important;
}
.dropdown-menu a{
    color:#fff !important;
}
.dropdown-menu a:hover,.dropdown-menu a:focus {
    color:rgba(0, 40, 86, 0.85)!important;
    background-color: #FFF!important;
}
.navbar:hover {
    background-color: rgba(0, 40, 86, 1)!important;
}
.scrolled {
    background-color: rgba(0, 40, 86, 1)!important;
}

.bg-police {
    background-color: rgba(0, 40, 86, 1)!important;
}
.bg-police-75 {
    background-color: rgba(0, 40, 86, 0.90)!important;
}

.bg-inscripciones {
    padding-top: 0;
    background-image: url(../img/bg_inscripciones.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    min-height:30rem;
}
.bg-inscripciones-academy {
    padding-top: 0;
    background-image: url(../img/bg_inscripciones_academy.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    min-height:30rem;
}
.bg-patrocinio {
    padding-top: 0;
    background-image: url(../img/bg_patrocinio.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    min-height:30rem;
}

.text-police {
    color: rgba(0, 40, 86, 1)!important;
}
.bandera {
    background: linear-gradient(to right,#ad1519 0,#ad1519 25%,#fabd00 25%,#fabd00 75%,#ad1519 75%,#ad1519) no-repeat;
    height: 3px !important;
}

.fondoparallax{
    min-height: 25rem;
    background: url("../img/background2.jpg");
    background-repeat: no-repeat;
    background-position: center center;

}
p {
    font-size: 1.1rem;
}


.plan-title {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    padding: 15px 15px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background-color: #222f3d;
    color: #ffffff;
    text-transform: uppercase;
}
.plan-price {
    text-align: center;
    font-size: 1rem;
}


.contenedor {
    width: 100%; /* Ancho del contenedor */
    overflow: hidden;
    position: relative;
}
.slider {
    display: flex;
    width: 100%; /* Debe ser el ancho total de los divs hijos */
    transition: transform 0.5s ease-in-out;

}
.seccion {
    flex:1;
    min-width: 100%; /* Mismo ancho que el contenedor */
    height: auto;

}
.content-slider {
    overflow: hidden !important;
}
main {
    overflow-x: hidden !important;

}
/* Fijar la primera columna */
th:first-child, td:first-child {
    position: sticky;
    left: 0;
    background-color: white; /* Para que no se superponga el contenido */
    z-index: 2; /* Asegura que se mantenga visible sobre otras celdas */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); /* Sombra para diferenciar la columna */
}

/* Para mejorar el efecto visual */
thead th:first-child {
    z-index: 3;
    background-color: #212529; /* Color del header Bootstrap */
    color: white; /* Texto en blanco */
}

.exportar-evento {
    Color:#fff;
    cursor:pointer;
}
.exportar-evento:hover {
    Color:#ffc107;
}

/* contador regresivo */

.tiempo-bloque {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.9em;
}
.tiempo-bloque > span {

    /*color: rgba(0, 40, 86, 1) !important;*/
    color: #fff !important;
}

.etiqueta {
    display: block;
    font-size: 0.5em;
    color: #666;
    text-transform: uppercase;
}

.ponencia {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;

}

.primeraLinea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.titulo {
    font-size: 1.55rem;
    font-weight: bold;

}

.nombre, .idioma, .descripcion {
    margin-top: 5px;
}

.filtro-tag {
    background-color: #e7f1ff;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 5px;
    display: inline-block;
}

.filtro-tag .remove-filter {
    margin-left: 10px;
    cursor: pointer;
    color: #d9534f;
}


@media (max-width: 374px) {
    @supports (display: grid) {
        .grid-gallery_i {
            display: grid;
            display: -ms-grid;
            grid-template-columns: repeat(1, 1fr);
            -ms-grid-columns:1fr [1];
            grid-auto-rows: 130px;
            -ms-grid-rows: auto;

            gap: 1rem;
            grid-gap:0.5rem;
        }
    }
    .header2 {
        height:10rem!important;

    }
    .header2 .masthead {
        position:relative!important;
        padding:3.5rem 0rem 0rem 0rem !important;
        margin:0rem !important;
        height:100%!important;

    }
    .tituloG {
        font-size:4.3rem!important;
        margin:0!important;
        padding:0!important;
    }
    .cuadrado {
        min-width:150px!important;
    }
    footer {
        height:6rem;
    }
    .social-icons {
        position: relative;
        top:0;
        margin-top:-3.3rem;
    }
    .masthead {
        position: relative;
    }

}



/* XXS */
@media (min-width: 175px) {
    #contenedor_egeo {
        min-height:15rem;
    }
    @supports (display: grid) {
        .grid-gallery_i {
            display: grid;
            display: -ms-grid;
            grid-template-columns: repeat(1, 1fr);
            -ms-grid-columns:1fr [1];
            grid-auto-rows: 130px;
            -ms-grid-rows: auto;

            gap: 1rem;
            grid-gap:0.5rem;
        }
    }
    .header2 {
        height:10rem!important;

    }
    .header2 .masthead {
        position:relative!important;
        padding:3.5rem 0rem 0rem 0rem !important;
        margin:0rem !important;
        height:100%!important;

    }
    .tituloG {
        font-size:4.3rem!important;
        margin:0!important;
        padding:0!important;
    }
    .cuadrado {
        min-width:150px!important;
    }
    footer {
        height:6rem;
    }
    .social-icons {
        display:block;
        position: relative;
        top:0;
        margin-top:-3.3rem;
    }
    .masthead {
        position: relative;
    }

}
@media (min-width: 175px) and (max-height: 660px) {
    .masthead {
        padding: 3.8rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }

    .titulo_principal {
        font-size:1.9em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.7em;

    }
    .cabecera img {
        max-width:75%;

        margin:0rem 0rem 0rem 0rem;
    }
    .presentacion 	{
        display:none;
    }
    .pie_firma {
        font-size:0.8em;
    }

    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }
}
@media (min-width: 175px) and (min-height: 661px) {
    .masthead {
        padding: 3.9rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.9em;

    }
    .cabecera img {
        max-width:55%;

        margin:0rem 0rem 2rem 0rem;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.8em;
    }

    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }

}
@media (min-width: 175px) and (min-height: 765px) {

    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2.7em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.9em;

    }
    .cabecera img {
        max-width:65%;

        margin:0rem 0rem 2rem 0rem;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.8em;
    }

    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }

}




/* XS */
@media (min-width: 425px) {

    .grid-gallery_i {
        grid-auto-rows: 150px;
    }


    .header2 {

        height:13rem!important;

    }
    .header2 .masthead {
        position:relative!important;
        padding:3.5rem 0rem 0rem 0rem !important;
        margin:0rem !important;
        height:100%!important;

    }
    .tituloG {
        font-size:5rem!important;
        margin:0!important;
        padding:0!important;
    }
    .cuadrado {
        min-width:150px!important;
    }
    footer {
        height:4.5rem;
    }

    .social-icons {
        position: relative;
        top:0;
        margin-top:-3.3rem;
    }
    .masthead {
        position: relative;
    }
}
@media (min-width: 425px) and (max-height: 660px) {
    .masthead {
        padding: 3.8rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.7em;

    }
    .cabecera img {
        max-width:75%;

        margin:0rem 0rem 0rem 0rem;
    }
    .presentacion 	{
        display:none;
    }
    .pie_firma {
        font-size:0.8em;
    }

    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }
}
@media (min-width: 425px) and (min-height: 661px) {
    .masthead {
        padding: 3.9rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.9em;

    }
    .cabecera img {
        max-width:55%;

        margin:0rem 0rem 2rem 0rem;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.8em;
    }

    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }
}
@media (min-width: 425px) and  (min-height: 765px) {

    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2.7em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.9em;

    }
    .cabecera img {
        max-width:70%;

        margin:0rem 0rem 2rem 0rem;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.8em;
    }

    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }

}

@media (min-width: 425px) and (min-height: 900px) {
    .cabecera img {
        max-width:100%;

        margin:0rem 0rem 2rem 0rem;
    }
}


/* SM */
@media (min-width: 576px) {
    @supports (display: grid) {
        .grid-gallery_i {
            display: grid;
            display: -ms-grid;
            grid-template-columns: repeat(4, 1fr);
            -ms-grid-columns:1fr [4];
            grid-auto-rows: 120px;
            -ms-grid-rows: auto;
            gap: 1rem;
            grid-gap:0.5rem;
        }
    }
    .header2 {

        height:15rem!important;

    }
    .header2 .masthead {
        position:relative!important;
        padding:3.5rem 0rem 0rem 0rem !important;
        margin:0rem !important;
        height:100%!important;

    }
    .tituloG {
        font-size:7rem!important;
        margin:0!important;
        padding:0!important;
    }
    .cuadrado {
        min-width:150px!important;
    }
    footer {
        height:4.5rem;
    }

    .social-icons {
        position: relative;
        top:0;
        margin-top:-3.3rem;
    }
    .masthead {
        position: relative;
    }
}



@media (min-width: 576px) and (max-height: 549px) {
    .masthead {
        padding: 3.8rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.7em;

    }
    .cabecera img {
        max-width:40%;

        margin:0rem 0rem 0rem 0rem;
    }
    .presentacion 	{
        display:none;
    }
    .pie_firma {
        font-size:0.8em;
    }

    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }
}

@media (min-width: 576px) and (min-height: 550px) {
    .masthead {
        padding: 3.7rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2.0em!important;
        margin:0rem;
    }
    .cabecera img {
        max-width:40%;

        margin:0rem 0rem;
    }
    .presentacion 	{
        display:block;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.8em;
    }


}
@media (min-width: 576px) and (min-height: 650px) {

    .titulo_principal {
        font-size:2.5em!important;
        margin:0rem;
    }
    .cabecera img {
        max-width:50%;

        margin:0rem 0rem;
    }

}
@media (min-width: 576px) and (min-height: 850px) {
    .masthead {
        padding-top: 3.5rem!important;

    }

    .titulo_principal {
        font-size:3em!important;
        margin-top:0rem;
    }
    .cabecera img {
        max-width:65%;
        max-height:65%;
        margin:1rem 0rem;
    }
    .pie_firma {
        font-size:0.8em;
        margin:1rem 0rem;
    }


}
@media (min-width: 576px) and (min-height: 1000px) {

    .titulo_principal {
        font-size:3.5em!important;
        margin-top:0rem;
    }
    .cabecera img {
        max-width:75%;
        max-height:75%;
        margin:1rem 0rem;
    }

}

@media (min-width: 576px) and (min-height: 1100px) {
    .titulo_principal {
        font-size:4.5em!important;
        margin-top:0rem;
    }
    .cabecera img {
        max-width:85%;
        max-height:85%;
        margin:1rem 0rem;
    }
}







/* MD */
@media (min-width: 768px) {
    @supports (display: grid) {
        .grid-gallery_i {
            grid-template-columns: repeat(4, 1fr);
            -ms-grid-columns:1fr [4];
            grid-auto-rows: 120px;
        }
    }
    .header2 {

        height:17rem!important;

    }
    .header2 .masthead {
        position:relative!important;
        padding:3.5rem 0rem 0rem 0rem !important;
        margin:0rem !important;
        height:100%!important;

    }
    .tituloG {
        font-size:8rem!important;
        margin:0!important;
        padding:0!important;
    }
    .cuadrado {
        min-width:150px!important;
    }
    footer {
        height:3.5rem;
    }

    .social-icons {
        position: relative;
        top:0;
        margin-top:-4.2rem;
    }
    .masthead {
        position: relative;
    }
}
@media (min-width: 768px) and (max-height: 399px) {
    .masthead {
        padding: 5rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:3em!important;
        margin:0rem;
    }
    .cabecera img {
        max-width:40%;
        margin:1rem 0rem;
    }
    .presentacion {
        display:none;

    }
    .pie_firma {
        font-size:0.9em;
    }
    .social-icons {
        position: relative;
    }
}
@media (min-width: 768px) and (min-height: 400px) {
    .masthead {
        padding: 6rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }

    .cabecera img {
        max-width:40%;
        margin:1rem 0rem;
    }

    .social-icons {
        position: relative;
    }
}

@media (min-width: 768px) and (min-height: 500px) {
    .presentacion {
        display:none;

    }
}
@media (min-width: 768px) and (min-height: 660px) {


    .titulo_principal {
        font-size:3.5em!important;
        margin:0rem;
    }
    .cabecera img {
        max-width:65%;
        margin:1rem 0rem;
    }
    .presentacion {
        display:none;

    }
    .pie_firma {
        font-size:0.9em;
    }

}

@media (min-width: 768px) and (min-height: 720px) {

    .cabecera img {
        max-width:45%;
        margin:1rem 0rem;
    }
    .presentacion {
        display:block;

    }
    .presentacion p {
        font-size:1em;

    }
    .pie_firma {
        font-size:0.9em;
    }

}

@media (min-width: 768px) and (min-height: 850px) {

    .cabecera img {
        max-width:55%;
        margin:1rem 0rem;
    }

}
@media (min-width: 768px) and (min-height: 1000px) {

    .cabecera img {
        max-width:75%;
        margin:1rem 0rem;
    }
    .subtitulo_principal {
        font-size:1.2em;

    }


}
@media (min-width: 768px) and (min-height: 1100px) {
    .titulo_principal {
        font-size:4.5em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1.5em;

    }
    .cabecera img {
        max-width:85%;
        margin:1rem 0rem;
    }

}
@media (min-width: 768px) and (min-height: 1300px) {
    .presentacion p {
        font-size:1.2em;

    }
    .logo_cabecera {
        min-height:70px;
        max-height:70px;
        width:auto;
    }

}



/* LG */
@media (min-width: 992px) {

    @supports (display: grid) {
        .grid-gallery_i {
            grid-template-columns: repeat(6, 1fr);
            -ms-grid-columns:1fr [6];
            grid-auto-rows: 110px;
        }
    }
    .header2 {

        height:17rem!important;

    }
    .header2 .masthead {
        position:relative!important;
        padding:3.5rem 0rem 0rem 0rem !important;
        margin:0rem !important;
        height:100%!important;

    }
    .tituloG {
        font-size:5rem!important;
        margin:0!important;
        padding:0rem 1rem!important;
    }
    .cuadrado {
        min-width:150px!important;
    }
    footer {
        height:3.5rem;
    }

    .social-icons {
        position: relative;
        top:0;
        margin-top:-4.2rem;
    }
    .masthead {
        position: relative;
    }
}
@media (min-width: 992px) and (min-height: 993px) {
    .masthead {
        padding: 4rem 0rem 5rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:4.5em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1.2em;

    }
    .cabecera img {
        max-width:100%;
        max-height:100%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:1.1em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:55px;
        max-height:55px;
        width:auto;
    }

}
@media (min-width: 992px) and (max-height: 992px) {
    .masthead {
        padding: 4rem 0rem 5rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:4em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1.1em;

    }
    .cabecera img {
        max-width:90%;
        max-height:90%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:1em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:45px;
        max-height:45px;
        width:auto;
    }

}
@media (min-width: 992px) and (max-height: 768px) {
    .masthead {
        padding: 5rem 0rem 5rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:3.4em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1em;

    }
    .cabecera img {
        max-width:80%;
        max-height:80%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:1em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:35px;
        max-height:35px;
        width:auto;
    }

}
@media (min-width: 992px) and (max-height: 576px) {
    .masthead {
        padding: 6rem 0rem 6rem 0rem!important;
        overflow:hidden!important;

    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:2.8em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:0.9em;

    }
    .cabecera img {
        max-width:75%;
        max-height:75%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:25px;
        max-height:25px;
        width:auto;
    }

}


/* XL */
@media (min-width: 1200px) {

    .grid-gallery_i {
        grid-auto-rows: 140px;
    }
}
@media (min-width: 1200px) and (min-height: 576px) {
    .masthead {
        padding: 3rem 0rem  1rem 0rem!important;
        overflow:hidden!important;
    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:3em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1em;

    }
    .cabecera img {
        max-width:85%;
        max-height:85%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:35px;
        max-height:35px;
        width:auto;
    }
    .social-icons {
        top:0!important;
        position:absolute;
    }
}
@media (min-width: 1200px) and (min-height: 1201px) {
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
        max-width:100%!important;
    }
    .titulo_principal {
        font-size:5em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1.3em;

    }
    .cabecera img {
        max-width:100%;
        max-height:100%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:1.3em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:65px;
        max-height:65px;
        width:auto;
    }

}
@media (min-width: 1200px) and (max-height: 1200px) {
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
        max-width:100%!important;
    }
    .titulo_principal {
        font-size:5em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1.3em;

    }
    .cabecera img {
        max-width:100%;
        max-height:100%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:1.3em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:65px;
        max-height:65px;
        width:auto;
    }

}
@media (min-width: 1200px) and (max-height: 768px) {
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
        max-width:100%!important;
    }
    .titulo_principal {
        font-size:4em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1.2em;

    }
    .cabecera img {
        max-width:100%;
        max-height:100%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:1em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:45px;
        max-height:45px;
        width:auto;
    }

}

@media (min-width: 1200px) and (max-height: 576px) {
    .masthead {
        padding: 3rem 0rem  1rem 0rem!important;
        overflow:hidden!important;
    }
    .masthead-content {
        justify-content:space-around!important;
        padding:0rem 1rem!important;
    }
    .titulo_principal {
        font-size:3.5em!important;
        margin:0rem;
    }
    .subtitulo_principal {
        font-size:1.1em;

    }
    .cabecera img {
        max-width:95%;
        max-height:95%;
        margin:1rem 0rem;
    }
    .presentacion p {
        font-size:0.9em;

    }
    .pie_firma {
        font-size:0.7em;
    }
    .logos_cabecera {
        margin:0rem;
    }
    .logo_cabecera {
        min-height:35px;
        max-height:35px;
        width:auto;
    }
    .social-icons {
        top:0!important;
    }
}



/* XXL  */
@media (min-width: 1400px) {
    .grid-gallery_i {
        grid-auto-rows: 160px;
    }
}

/* XXXL */
@media (min-width: 1800px) {
    .grid-gallery_i {
        grid-auto-rows: 200px;
    }
}
