@font-face {
    font-family: 'Inter Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Inter Regular'), url('../fonts/Inter-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Inter Medium'), url('../fonts/Inter-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Inter Light BETA';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Inter Light BETA'), url('../fonts/Inter-Light-BETA.woff') format('woff');
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter Regular';
}
html {
    scroll-behavior: smooth;
}
header{
    width: 100%;
    display: flex;
    justify-content: center;
}
nav{
    position: absolute;
    right: 20px;
    height: 100%;
    width: calc(100% - 300px);
    display: flex;
    flex-direction: row-reverse;
    left:inherit;
}
nav a{
    color: inherit;
    text-decoration: inherit;
}
nav ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
nav ul li{
    transition: border-bottom .3s;
    text-transform: uppercase;
    list-style: none;
    margin-left: 30px;
    padding: 5px 0;
    border-bottom: 2px solid #ffffff;
    font-size: 20px;
}
nav ul li:hover{
    cursor: pointer;
    border-bottom: 2px solid #7CABC6;
    z-index: 2;
}
nav ul ul{
    position: absolute;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    text-align: left;
    top: 94px;
    padding: 20px 20px 0 20px;
    margin-left: -20px;
    z-index: 1;
    display: none;
    height: inherit;
}
nav ul ul li{
    margin: 0 0 10px 0;
}
#burger{
    display: none;
}
.activo{
    border-bottom: 2px solid #000000;
}
.ciencien{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
h1{
    font-weight: 500;
    font-size: 50px;
    padding: 40px 0px;
    line-height: 60px;
}
p{
    line-height: 22px;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Inter Light BETA';
}
strong{
    font-family: 'Inter Medium';
    font-weight: 100;
}
.fondo_azul h1{
    color: #fff;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 150px;
}
h2{
    font-weight: 100;
    font-size: 32px;
    padding: 40px 0px;
    width: calc(100% - 40px);
    line-height: 40px;
}
.h2grande{
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    max-width: 720px;
    width: 100%;
    margin-top: 40px;
}
.padding_20{
    padding: 20px 40px;
}
.col1{
    max-width: 1440px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.col2{
    max-width: 720px;
    width:50%;
    overflow: hidden;
    min-height: 520px;
    position: relative;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}
.linea_bl{
    position: relative;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #fff;
    margin-top: 40px;
}
.fondo_azul .bloque, .fondo_azul .bloquesn{
    background-color: #7CABC6;
}
.fondo_marron .bloque, .fondo_marron .bloquesn{
    background-color: #BFAFA0;
}
.direcciones{
    background-color: #BFAFA0;
    color: #fff;
}
.direcciones a{
    color: #fff;
}
.fondo_blanco .bloque, .fondo_blanco .bloquesn{
    background-color: #FFFFFF;
}
.fondo_blanco .linea_bl{
    background-color: #000;
    width: 100%;
}
.fondo_azul h2, .fondo_marron h2{
    color: #fff;
}
.columna_invertida .bloque, .columna_invertida .bloquesn{
    flex-direction: row-reverse
}
.bloque, .bloquesn{
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0; /* Los elementos estarán ocultos por defecto */
    transition: all .5s ease; /* Efecto de transición */
    position: relative;
    flex-wrap: wrap;
}
.bloquesn{
    opacity: 1;
}
.boton{
    transition: all .3s;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    border: 2px solid #000000;
    border-radius: 30px;
    padding: 10px 40px;
    margin-bottom: 100px;
    text-align: center;
    color: #000;
}
.boton:hover{
    color: #ffffff;
    background-color: #7CABC6!important;
    border: 2px solid #7CABC6;
    cursor: pointer;
}
.fondo_blanco a{
    color: #000;
}
.fondo_marron a{
    color: #fff;
    border-color: #fff;
}
/* CABECERA */
#cabecera{
    max-width: 1440px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 150px;
}
.logo{
    position: absolute;
    left: 20px;
    top: 40px;
    height: 60px;
}
#logo_galea_r{
    width: 160px;
    height: 80px;
    fill: #fff;
    left: 10px;
    position: relative;
    top: 10px;
    margin-bottom: 20px;
    display: none;
}

/* HOME */
#g{
    width: 80%;
}
/* SERVICIOS */
.subcabecera .col1, .subcabecera_listado .col1{
    align-items: flex-start;
}
.subcabecera .h2grande{
    text-align: left;
    padding: 0px 0px 150px;
    margin-left: 40px;
    width: calc(100% - 80px);
}
.listado_foto{
    max-width: 1440px;
    margin: 0 auto;
    justify-content: flex-start;
}
.listado_foto img{
    height: auto;
}
.listado_foto p{
    margin: 10px 0;
}
.listado_equipo p{
    margin: 10px 0;
}
.listado_foto .expande{
    display: none;
}
.listado_foto .padding_20 img{
    
}
.listado_foto h2{
    padding: 20px 0px;
    width: 100%;
}
.listado_foto .boton{
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
    float: left;
    width: 180px;
}
.subcabecera_listado h2{
    width: calc(100% - 80px);
    padding-right: 200px;
}
.subcabecera_listado li{
    list-style: none;
}
.subcabecera_listado ul{
    margin-bottom: 60px;
}
.listado_texto h3{
    padding: 60px 0 20px 0;
}
.negrita{
    font-weight: 600;
}
.foto_servi img{
    /* max-height: 400px; */
    max-height: 28vw;
}
/* SLIDER */

.slider1 .splide__track{
    height: 100%;
}
.splide__arrow{
    background-color: inherit!important;
}
.splide__arrow svg{
    fill: #fff!important;
}
/* EQUIPO */
.boton_equipo{
    padding: 6px;
    width: 50px!important;
    height: 50px;
    position: absolute!important;
    right: 40px;
    top: 60px;
}
.listado_equipo h2{
    padding: 20px 0 10px 0;
    width: calc(100% - 70px);
}
.listado_equipo h3{
    font-weight: 100;
    margin-bottom: 50px;
}
.listado_equipo .col2{
    min-height: 150px;
}
.foto_equipo{
    overflow: hidden;
    display: flex;
    aspect-ratio: 1 / 1;
}
/* CONTACTO */
.campos{
    width: 100%;
    padding: 20px 0px;
    font-size: 18px;
    color: #000;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    border-radius: 0;
}
.campos:focus{
    border-bottom: 2px solid #7CABC6;
}
#aceptarPolitica{
    margin-top: 60px;
}
.direcciones{
    padding-top: 0px;
}
.direcciones h3{
    padding: 40px 0 20px 0;
}
.direcciones svg{
    fill: #fff;
    width: 16px;
    height: 16px;
    overflow: inherit;
    padding: 0!important;
}
/* GALERIA */
.galeria{
    height: 380px;
}
.galeria .ciencien{
    height: 380px;
}
#galeaFormEnviar{
    background-color: #fff;
    margin-top: 20px;
}

/* FOOTER */
#footer{
    max-width: 1440px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
footer{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #000;
}
.columpie{
    width: 25%;
    color: #fff;
    margin-top: 20px;
}
.columpie img{
    width: 14px;
    height: 14px;
    top: 3px;
    margin-right: 6px;
    position: relative;
    float: left;
}
.logopie{
    height: 60px;
    float: left;
    width: 215px;
    margin-top: 50px;
    margin-bottom: 80px;
    margin-left: 20px;
}
#foolinea{
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.grupopie{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
footer h3{
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 10px;
}
footer a{
    color: inherit;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
footer svg{
    overflow: inherit;
}
#subidor{
    transition: all .3s;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 70px;
    border-radius: 4px;
    padding: 6px;
}
#subidor:hover{
    background-color: #7CABC6;
    cursor: pointer;
}
.col2 svg{
    padding: 40px;
}
/* LEGALES */
.legales h1{
    margin-bottom: 0;
}
.legales h2{
    width: 100%;
}
.legales p{
    margin-bottom: 100px;
}


/* CAPCHA */
.grecaptcha-badge {
    visibility: collapse !important;
  }
  
/* REPSONSIVE */
@media (max-width: 768px) {
    h1{
        font-size: 32px;
        line-height: 36px;
    }
    h2{
        font-size: 20px;
        line-height: 24px;
        padding: 20px 0;
    }
    .h2grande{
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
    }
    p{
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }
    .col2 svg {
        padding: 20px;
    }
    .linea_bl {
        margin-top: 10px;
        width: 100%;
    }
    .boton{
        font-size: 14px;
        margin-bottom: 40px;
        padding: 10px 20px;
    }
    .col2 {
        width: 100%;
        min-height: inherit;
    }
    .bloque, .bloquesn{
        flex-direction: column!important;
    }
    .columpie{
        width: 100%;
    }
    .grupopie{
        flex-direction: column;
    }
    /* MENU */
    nav{
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(0, 0, 0, 0.3);
        left: -700px;
        top: 0;
        width: calc(100% - 80px);
        z-index: 1;
        max-width: 340px;
    }
    nav ul{
        flex-direction: column;
        justify-content: normal;
        align-items: inherit;
        padding: 10px;
        margin-top: 10px;
    }
    nav ul li{
        color: #fff;
        margin: 0;
        padding: 8px 0 8px 10px;
        border-bottom: none!important;
        font-size: 16px;
    }
    nav ul li ul{
        display: inherit!important;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        background: none;
        list-style: none;
        padding: 20px 0 0 0;
        height: inherit!important;
        padding-top: 10px;
    }
    nav ul li ul li a{
        font-size: 14px;
    }
    nav ul ul li{
        margin: 0;
    }
    #burger{
        display: block;
        position: absolute;
        right: 20px;
        top: 55px;
        width: 40px;
        height: 40px;
    }
    #burger:hover{
        cursor: pointer;
    }
    #logo_galea_r{
        display: inherit;
    }
    .boton_equipo{
        font-size: 24px!important;
        right: 20px;
        top: 35px;
        padding: 7px;
    }
    .fondo_azul h1{
        width: calc(100% - 40px);
        margin-bottom: 0px;
        padding: 20px 0;
    }
    .padding_20 {
        padding: 20px 20px;
    }
    .subcabecera_listado h2 {
        width: calc(100% - 40px);
    }
    .logo_equipo img{
        width: 150px;
    }
    #cabecera{
        height: 100px;
    }
    #burger{
        top: 30px;
    }
    .logo{
        width: 160px;
    top: 17px;
    }
    .subcabecera_listado h2{
        padding-right: inherit;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
    }
    .foto_servi img{
        /* max-height: 400px; */
        max-height: 55vw;
    }
    .galeria .ciencien, .galeria {
        height: 300px;
    }
    .listado_foto .boton {
        margin-bottom: 0px;
        width: auto;
    }
    .listado_equipo h3 {
        width: calc(100% - 70px);
        margin-bottom: 10px;
    }
    .listado_equipo p{
        margin: 5px 0;
    }
    .listado_foto p{
        margin: 5px 0;
    }
    .logopie {
        width: 155px;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    #subidor {
        top: 55px;
    }
    .grupopie {
        margin-bottom: 30px;
    }
    .direcciones h3 {
        padding: 10px 0 10px 0;
    }
}

.centrado {
    text-align: center;
    padding: 30px;
    width: 100%;
    background-color: darkseagreen;
    color: #FFF;
}