@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ==========================================================
   VARIABLES
   ========================================================== */

:root {
    --color-verde: #97bf02;
    --color-verde-linea: #97bf01;
    --color-naranja: #f8b333;
    --color-naranja-secundario: #f7ac09;
    --color-azul: #00427b;
    --color-azul-claro: #0099cc;
    --color-texto: #000;
    --color-texto-gris: #6c6c6c;
    --color-fondo-claro: #f7f7f7;
    --color-blanco: #fff;
}

/* ==========================================================
   BASE
   ========================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    color: var(--color-texto);
    font-family: "Inter", sans-serif;
    font-size: 1em;
}

a {
    color: var(--color-texto-gris);
}

a:hover {
    color: var(--color-naranja);
}

img {
    max-width: 100%;
}

.mycontainer {
    max-width: 1400px !important;
}

.img-responsive {
    width: 100%;
    height: auto !important;
}

.logo {
    max-width: 250px;
}

.fone {
    color: var(--color-blanco);
}

/* ==========================================================
   UTILIDADES
   ========================================================== */

.orange {
    color: var(--color-naranja) !important;
}

.verde {
    color: var(--color-verde) !important;
}

.centradol {
    text-align: left;
}

.centrador {
    text-align: right;
}

.tpresenta {
    text-align: center;
}

.tpresentas {
    margin-top: 100px;
    text-align: center;
}

.altura {
    margin-top: -250px;
}

.sticky-top {
    position: sticky;
}

.zoom {
    transition: transform 0.2s;
}

.zoom:hover {
    transform: scale(1.1);
}

/* ==========================================================
   TIPOGRAFÍA
   ========================================================== */

h1 {
    color: var(--color-blanco);
    font-family: "Gochi Hand", cursive !important;
    font-size: clamp(42px, 8vw, 80px);
}

h1.titular {
    width: auto;
    color: var(--color-blanco);
    font-family: "Gochi Hand", cursive;
    font-size: clamp(40px, 6.5vw, 54px);
    font-weight: 300;
}

h2.h2_tit {
    color: var(--color-verde-linea) !important;
    font-size: clamp(18px, 1.3vw, 24px);
}

h2.h2_index {
    color: var(--color-blanco);
    font-family: "Gochi Hand", cursive !important;
    font-size: clamp(42px, 8vw, 80px);
}

h2.h2_sombra {
       font-size: 22px;
    font-weight: 600;
  
}

h2.h2_p {
    color: var(--color-naranja-secundario);
    font-size: clamp(20px, 1.4vw, 28px);
    font-weight: 500;
}

h2.h2_p_pie {
    color: var(--color-blanco);
    font-family: "Gochi Hand", cursive;
    font-size: 2em;
    font-weight: 400;
}

h2.h2_g {
    font-size: clamp(22px, 1.5vw, 30px);
    font-weight: 400;
}

h3 {
    color: var(--color-verde);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

h3.h3_tit {
    color: #3a3543;
    font-size: 40px;
}

h4 {
    color: var(--color-verde);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

h5 {
    color: var(--color-blanco);
    font-size: 24px;
}

h6 {
    font-size: 30px;
    font-weight: 400;
}

h6.faq {
    color: var(--color-texto);
    font-size: 30px;
    font-weight: 500;
}

/* ==========================================================
   CABECERA
   ========================================================== */

.cd-header {
    position: fixed;
    top: -26px;
    left: 0;
    z-index: 10000;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.cd-header.active {
    border-bottom: 2px solid var(--color-blanco);
    background: rgba(29, 144, 141, 0.8);
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.8);
}

/* ==========================================================
   LÍNEAS
   ========================================================== */

hr {
    display: block;
    width: 10%;
    height: 0;
    
    border: 0;
    margin: 10px auto;
    opacity: 1;
	    border-top: 2px solid var(--color-verde-linea);
}

hr.peque {
    display: block;
    width: 10%;
    margin: 10px auto;
    border-top: 2px solid var(--color-verde-linea);
}

hr.hr_green {
    width: 10%;
    border-top-width: 5px;
    border-top-color: var(--color-naranja);
}

hr.hr_blue_left {
    display: inline-block;
    width: 10%;
    border-top-width: 2px;
    border-top-color: var(--color-azul);
    text-align: left;
}

/* ==========================================================
   TARJETAS Y BLOQUES
   ========================================================== */

.card {
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
}

.card-body {
    padding: 1.25rem;
}

.card-body_not {
    padding: 3.25rem;
}

.card.ficha1 {
    margin-right: 7px;
    margin-left: 8px;
    border: 0;
    background-color: var(--color-fondo-claro) !important;
}

.card.ficha2 {
    border: 0;
}

.fecha {
    text-transform: uppercase;
}

.accesos {
    margin-top: -250px;
    padding-bottom: 90px;
}

.home-equipo,
.home-areas {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 300px;
    height: auto;
    padding: 23px;
    transform: translateY(-50%);
}

.home-equipo {
    right: 0;
    background-color: var(--color-blanco);
}

.home-areas {
    left: 0;
    color: var(--color-blanco);
    background-color: var(--color-azul);
}

.subtit {
    color: var(--color-azul);
    font-size: 18px;
}

.subtit2 {
    color: var(--color-blanco);
    font-size: 18px;
}

.areat {
    padding-bottom: 15px;
}

.situa {
    margin-top: -200px;
}

.areasico-1 {
    padding: 15px;
    background-color: var(--color-azul);
}

.areasico-2 {
    padding: 10px;
    background-color: var(--color-azul-claro);
}

.ico {
    color: #3a3543;
    font-size: 40px;
}

.ico_big {
    margin-bottom: 10px;
    color: #3a3543;
    font-size: 60px;
}

.area-1 {
    padding-top: 20px;
    background-color: #f9f9f9;
    text-align: left;
}

.area-2 {
    padding-top: 20px;
    background-color: #f1f1f1;
}

/* ==========================================================
   ICONOS Y ENLACES
   ========================================================== */

.ico_redes {
    color: var(--color-naranja);
    font-size: 20px;
}

.ico_redes_g {
    color: var(--color-naranja);
    font-size: 30px;
}

.link-azul,
.link-azul:hover,
.link-azul:visited,
.link-azul:visited:hover {
    color: var(--color-texto);
    font-size: 14px;
    text-decoration: none;
}

.link-blanco,
.link-blanco:hover,
.link-blanco:visited,
.link-blanco:visited:hover {
    color: var(--color-blanco);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.link-gris,
.link-gris:hover,
.link-gris:visited,
.link-gris:visited:hover {
    color: #d1d4d6;
    font-weight: 700;
}

.link-negro,
.link-negro:hover,
.link-negro:visited,
.link-negro:visited:hover {
    color: #333;
}

/* ==========================================================
   PIE
   ========================================================== */

.bordepie {
    border: 1px solid #eee;
}

.padpie {
    padding: 40px 80px;
}

.pie1 {
    padding-top: 40px;
    color: var(--color-azul);
}

.linea-pie {
    width: 16px;
    height: 2px;
    background-color: #d1d4d6;
}

.prodesin {
    padding-bottom: 20px;
}

/* ==========================================================
   FORMULARIOS
   ========================================================== */

::placeholder {
    color: var(--color-texto) !important;
    font-size: 1rem;
    opacity: 1;
}

.form-control {

    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 15px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    color: var(--color-texto) !important;
    background-color: #dee9b9 !important;
    background-clip: padding-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.form_select {
    display: block;
    width: 100%;
    height: calc(1em + 0.25rem + 2px);
    margin-top: 10px !important;
    padding: 1px 1px 1px 20px;
    border: 0;
    border-bottom: 2px solid #eeeff1;
    border-radius: 0;
    color: #3a3543;
    background-color: var(--color-blanco) !important;
    background-image: url("../imagenes/flecha_busca.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 1.5;
    appearance: none;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

/* ==========================================================
   TABS, MODAL Y GALERÍA
   ========================================================== */

nav > .nav.nav-tabs {
    border: 0;
}

.modal {
    z-index: 2000;
    background-color: var(--color-blanco) !important;
}

.modal-body {
    padding: 20px !important;
    border-radius: 0 !important;
}

.modal-content {
    border: 0 !important;
    border-radius: 0 !important;
}

.logoinf {
    width: 268px;
}

.galeria {
    height: 400px;
}

.fotos_galeria {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
}

/* ==========================================================
   MENÚ PRINCIPAL
   ========================================================== */

.nav-item {
    height: 100%;
}

.nav-link {
    position: relative;
    margin-left: 0;
    padding: 10px 15px !important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.nav-link:hover {
    border: 0;
    color: var(--color-verde) !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    padding: 10px 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.45rem;
    color: inherit;
    background-color: var(--color-verde);
    background-clip: padding-box;
    font-size: 12px !important;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 5px;
    border: 0;
    border-bottom: 1px solid var(--color-blanco);
    color: var(--color-blanco) !important;
    background-color: transparent;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
}

.dropdown-item:hover {
    color: var(--color-blanco) !important;
    background-color: transparent !important;
    font-weight: 700;
}

/* ==========================================================
   BOTONES
   ========================================================== */

.btn {
    border-radius: 0;
    color: var(--color-blanco) !important;
    transition: none !important;
}

.btn_fb {
    padding: 10px 30px;
    border-radius: 20px !important;
    color: var(--color-blanco) !important;
    background-color: var(--color-verde);
    text-align: center;
}

.btn_fb:hover {
    color: var(--color-blanco) !important;
    background-color: var(--color-naranja);
    text-decoration: none;
}

.btn_fb_dark {
    padding: 15px 50px;
    border-radius: 30px !important;
    color: var(--color-blanco) !important;
    background-color: var(--color-naranja);
    font-size: 12px;
    text-align: center;
}

.btn_fb_dark:hover {
    color: var(--color-blanco) !important;
    background-color: var(--color-verde);
    text-decoration: none;
}

.btn_brw {
    padding: 10px 80px;
    border: 2px solid var(--color-blanco) !important;
    color: var(--color-blanco) !important;
    background-color: transparent;
    text-align: center;
}

.btn_brw:hover {
    color: #7d2fdd !important;
    background-color: var(--color-blanco);
    text-decoration: none;
}

.btn_fv,
.btn_fvo {
    padding: 5px 60px;
    color: var(--color-blanco) !important;
    background-color: var(--color-verde);
    text-align: center;
}

.btn_fv:hover {
    color: var(--color-blanco) !important;
    background-color: var(--color-naranja);
    text-decoration: none;
}

.btn_fvo {
    border-radius: 10px;
}

.btn_fvo:hover {
    color: var(--color-blanco) !important;
    background-color: var(--color-verde);
    text-decoration: none;
}

.btn_bb {
    padding: 10px 70px;
    border: 2px solid var(--color-verde) !important;
    border-radius: 30px;
    color: var(--color-blanco) !important;
    background-color: var(--color-verde);
    font-size: 1rem;
    text-align: center;
}

.btn_bb:hover {
    border-color: var(--color-naranja) !important;
    background-color: var(--color-naranja);
    text-decoration: none;
}

/* ==========================================================
   BUSCADOR
   ========================================================== */

#searchform {
    display: inline;
    padding: 0.3em;
    font-size: 1em;
}

#s {
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: var(--color-blanco);
    background-color: transparent;
    box-shadow: none;
    opacity: 0;
    transition: all 0.2s ease-out;
}

#s:focus {
    width: 8em;
    opacity: 1;
}

label {
    position: relative;
    left: 0.1em;
    display: inline-block;
    margin-top: 0.3em;
    padding-left: 1px;
    cursor: pointer;
}

/* ==========================================================
   MENÚ MÓVIL
   ========================================================== */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 0;
    overflow-y: hidden;
    background-color: var(--color-blanco);
    background-size: cover;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.overlay ul li {
    margin: 0;
    padding: 0;
    transition: 0.9s;
}

.overlay a {
    display: block;
    padding: 10px;
    color: var(--color-texto-gris);
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.9s;
}

.overlay a:hover,
.overlay a:focus {
    color: var(--color-verde);
}

.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 50px;
    font-weight: 200;
}

/* ==========================================================
   PAGINACIÓN
   ========================================================== */

.pagination {
    margin: 0 auto;
    padding: 0;
    list-style: none outside none;
}

.pagination > li {
    float: left;
    padding: 1px;
}

.pagination > li > a,
.pagination > li > span {
    float: left;
    margin: 6px;
    padding: 7px 20px;
    color: #333;
    background-color: #f5f5f5;
    line-height: 1.428571429;
    text-decoration: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    padding: 7px 20px;
    color: var(--color-texto);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    padding: 20px;
    border-radius: 10px;
    color: var(--color-texto);
    background-color: #f5f5f5;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    padding: 7px 20px;
    border-color: #ebebeb;
    color: #ebebeb;
    background-color: transparent;
    cursor: not-allowed;
}

/* ==========================================================
   BLOQUE DE METODOLOGÍA
   ========================================================== */

.bloque-pasos {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 20px;
    gap: 48px;
}

.paso {
    position: relative;
    width: 280px;
    padding-left: 40px;
}

.contenido-paso {
    min-height: 112px;
    padding: 20px 18px 18px 38px;
    border-radius: 16px;
    background-color: var(--color-fondo-claro);
    text-align: center;
}

.contenido-paso h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.05;
}

.contenido-paso p {
    margin: 0;
    color: #222;
    font-size: 10px;
    line-height: 1.45;
}

.numero-paso {
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 2;
    color: #699600;
    font-size: 78px;
    font-weight: 800;
    line-height: 1;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media only screen and (min-width: 992px) {
    .solomovil {
        display: none;
    }

    .alto_cabecero {
        min-height: 150px;
    }
}

@media only screen and (max-width: 992px) {
    .alto_cabecero {
        min-height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .bloque-pasos {
        gap: 25px;
    }

    .paso {
        width: 31%;
    }
}

@media only screen and (max-width: 835px) {
    .nomovil,
    #nomovil {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .bloque-pasos {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .paso {
        width: 100%;
        max-width: 330px;
    }

    .contenido-paso {
        min-height: 130px;
    }
}

@media only screen and (max-width: 480px) {
    html,
    body {
        font-size: 16px;
    }

    h1,
    h2.h2_index {
        font-size: clamp(40px, 11vw, 48px) !important;
    }

    h1.titular {
        font-size: clamp(40px, 11vw, 48px) !important;
    }

    h2.h2_g {
        font-size: clamp(22px, 5vw, 26px);
    }

    h2.h2_p {
        font-size: clamp(24px, 8vw, 34px);
    }

    h2.h2_p_pie {
        font-size: clamp(24px, 5vw, 30px);
    }

    h2.h2_tit {
        font-size: clamp(22px, 6.6vw, 30px);
    }

    h4 {
        font-size: clamp(16px, 4vw, 20px);
    }

    .alto_xoanina {
        bottom: -20px;
    }

    .centradol,
    .centrador {
        text-align: center;
    }

    .padpie {
        padding-right: 25px;
        padding-left: 25px;
    }

    .btn_brw,
    .btn_bb {
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
}
/* Cookie button */
#cookie-settings-link {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 9999999999;
}
