/* ################## FUENTES ################## */

@font-face {
  font-family: 'Helvetica Condensed Medium';
  src: url('fuentes/HelveticaCondensedMedium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Condensed Bold';
  src: url('fuentes/HelveticaCondensedBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Condensed Italic';
  src: url('fuentes/HelveticaCondensedItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Condensed Bold Italic';
  src: url('fuentes/HelveticaCondensedBoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bahnschrift';
  src: url('fuentes/Bahnschrift.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay-ExtraBold';
  src: url('fuentes/PlayfairDisplay-ExtraBold.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url('fuentes/PlayfairDisplay-Bold.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay-SemiBold';
  src: url('fuentes/PlayfairDisplay-SemiBold.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSans3-Bold';
  src: url('fuentes/SourceSans3-Bold.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSans3-Regular';
  src: url('fuentes/SourceSans3-Regular.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSans3-SemiBoldItalic';
  src: url('fuentes/SourceSans3-SemiBoldItalic.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSans3-Light';
  src: url('fuentes/SourceSans3-Light.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSans3-SemiBold';
  src: url('fuentes/SourceSans3-SemiBold.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ################## CONTENEDOR GENERAL ################## */

body{
    margin: 0%  ;
    background-color: #f8fffe;
}

#todo{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* -------------- SECCION HEADER -------------- */

header{   
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(imagenes/header_bg.png);
    background-size:cover;
    background-attachment:fixed;
}

header > div{
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
}

header > div > h1{
    color: #ffffff;
    width: 80%; 
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 270%;
    margin-left: 4%;
}

header > div > h2{
    color: #2F6B57;
    width: 80%; 
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-left: 4%;
}

#boton_inscripcion{
    width: auto;
    display: inline;
    padding: 1%;
    margin-top: 38%;
    background-color: #0A4A33;
    transition: transform 0.5s ease;
    border-radius: 25px;
    position: absolute;
    will-change: transform;
    backface-visibility: hidden;
    box-shadow: 0 2px 10px #000000;
    color: #bfc5b4;
    font-family: PlayfairDisplay-Bold;
    transition: all 0.3s ease;
    text-decoration: none;
    
}

#boton_inscripcion:hover{
    transform: scale(1.05);
    box-shadow: 0 5px 20px #000000;
    background-color: #2F6B57;
    color: #ffffff;
    transition: all 0.3s ease;
}

@media (min-aspect-ratio: 67/20) {
  /* Ventana muy achatada */
  header {
    height: fit-content;
    padding-bottom: 0%;
  }
}

@media (max-aspect-ratio: 1/1.2) {
  /* Pantalla vertical */

  #contenido_cabecera{
    width: 75%;
  }
  header > div > h1{
    width: 100%;
    font-size: 140%;
  }
  header > div > h2{
    width: 100%;
    font-size: 120%;
  }

  #boton_inscripcion{
    margin-top: 50%;
    padding: 2%;
  }

  header > div{
    padding-bottom: 20%;
  }

  header{ 
    background-image: url(imagenes/header_bg_vertical.png);
  }
}

/* -------------- SECCION TEXTO INTRODUCTORIO -------------- */

#seccion_texto_introductorio{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E5F1EC;
}

#texto_introductorio{
    width: 70%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#texto_introductorio > p{
    margin-top: 0.85em;
    margin-bottom: 0.85em;
}

@media (max-aspect-ratio: 1/1.2) {
  /* Pantalla vertical */
  #boton_inscripcion{
    margin-top: 100%;
    padding: 2%;
  }
  #seccion_texto_introductorio{
    height: fit-content;
  }
}

@media (max-aspect-ratio: 1/0.5) {
  /* Pantalla vertical */
  #seccion_texto_introductorio{
    height: fit-content;
  }
}

/* -------------- SECCION PROGRAMA -------------- */

#seccion_programa{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(imagenes/program_bg.png);
    background-size:cover;
    background-attachment:fixed;
}

#programa{
    width: 60%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;

}


#linea_decoracion_programa_listado3-4{
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
}

.contenedor_parte_programa{
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 4%;
    background-color: #012C1D;
    padding: 2%;
    border: 5px solid #2F6B57;
    border-radius: 20px;
}

.programa_encabezado{
    display: flex;
    flex-direction: row;
    padding: 3px;
    background-color: #2F6B57;

    border-radius: 12px;
}

.programa_listado{
    display: flex;
    flex-direction: column;
    margin-top: 1%;
    
}

.item_lista_programa{
    color: #000000;
    margin-top: 30px;
}
.lista_programa{
    margin: 0%;
    margin-top: 5px;
}
/* -------- ESTILOS DE TEXTO -------- */
.h1_programa{
    font-size: 200%;
    color: #ffffff;
    font-family: PlayfairDisplay-Bold;
}

.h2_programa{
    font-family: SourceSans3-Bold;
    font-weight: bold;
    text-align: left;
    margin: 0%;
    margin-left: 8px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}

.h3_programa{
    font-family: SourceSans3-SemiBoldItalic;
    text-align: right;
    margin: 0%;
    line-height: 1;
    font-size: large;
    color: #5FAF8A;
}

.h4_programa{
    font-family: SourceSans3-Regular;
    text-align: center;
    margin-top: 6%;
    line-height: 1;
    font-size: 100%;
    color: #2F6B57;
}

.h5_programa{
    font-family: SourceSans3-Regular ;
    text-align: left;
    margin: 0%;
    margin-top: 3%;
    line-height: 1;
    font-size: large;
    color: #0A4A33;
}

.h6_programa{
    font-family: SourceSans3-Regular;
    text-align: left;
    margin: 0%;
    line-height: 1;
    letter-spacing: 0px;
    color: #012C1D;
}

.h1_fecha_programa{
    font-family: SourceSans3-SemiBold;
    text-align: left;
    margin: 0%;
    line-height: 1;
    color: #000000;
    font-size: 30px;
    letter-spacing: 0px;

}

.h2_fecha_programa{
    font-family: SourceSans3-Regular;
    text-align: right;
    margin: 0%;
    line-height: 1;
    color: #333333;
    font-size: large;
    letter-spacing: 0px;
}

.p_programa1{
    font-family: SourceSans3-SemiBold;
    text-align: left;
    margin: 0%;
    margin-top: 5px;
    line-height: 1;
    font-size: 110%;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
}

.p_programa2{
    font-family: SourceSans3-Light;
    font-weight: bold;
    text-align: left;
    margin: 0%;
    line-height: 1;
    font-size: 110%;
    color: #828282;
    
}

.p_programa3{
    font-family: SourceSans3-Light ;
    text-align: left;
    margin: 0%;
    margin-top: 5px;
    line-height: 1;
    font-size: 110%;
    color: #2F6B57;
}
/* -------- LÍNEAS DE DECORACIÓN -------- */
.linea_decoracion_programa_1{
    margin: 0%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    width: 100%;
    height: 2px;
    background-color:  #2F6B57;
}

.linea_decoracion_programa_2{
    margin: 0%;
    margin-top: 1%;
    width: 70%;
    height: 2px;
    background-color:  #2F6B57;
    margin: 0 auto;
}

.linea_decoracion_programa_3{
    margin: 0%;
    height: 2px;
    background-color:  #2F6B57;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
}

@media (max-aspect-ratio: 1/0.5) {
  /* Pantalla vertical */
  #seccion_programa{
    background-image: url(imagenes/program_bg_vertical.png);
  }
}

@media (max-aspect-ratio: 1/0.7) {
  /* Pantalla vertical */

    #programa{
        width: 80%;
    }
    .programa_listado{
        row-gap: 10px;
    }
    
    .h1_programa{
        font-size: 200%
    }

    .h2_programa{
        font-size: 80%;
    }

    .h3_programa{
        font-size: 60%;
    }

    .h4_programa{
        font-size: 70%;
    }

    .h5_programa{
        font-size: 60%;
    }

    .h6_programa{
        font-size: 60%;
    }

    .h1_fecha_programa{
        font-size: 60%;

    }

    .h2_fecha_programa{
        font-size: 60%;
    }

    .p_programa1{
        font-size: 70%;
    }

    .p_programa2{
        font-size: 70%;
    }

    .p_programa3{
        font-size: 70%;
    }

    .item_lista_programa{
        margin-top: 2px;
    }
}

/* -------------- SECCIÓN ORGANIZADORES -------------- */

#seccion_organizadores{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.seccion_organizadores_apartado{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seccion_organizadores_directores_fila{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#seccion_organizadores_organiza > h1 {
    margin-top: 2%;
}

#seccion_organizadores_directores_fila1 > img:nth-child(2){
    width: 17%;
    margin: 2%;
    margin-top: 0%;
}

#seccion_organizadores_directores_fila1 > img:nth-child(1){
    width: 12%;
    margin: 2%;
    margin-top: 0%;
}

#seccion_organizadores_directores_fila2 > img:nth-child(1){
    width: 12%;
    margin: 2%;
    margin-top: 0%;
    margin-bottom: 0%;
}

#seccion_organizadores_directores_fila2 > img:nth-child(2){
    width: 12%;
    margin: 2%;
    margin-top: 0%;
    margin-bottom: 0%;
}

#seccion_organizadores_directores_fila3 > img:nth-child(1){
    width: 7.5%;
    margin: 2%;
    margin-top: 0%;
}

#seccion_organizadores_secretaria > img{
    width: 23%;
    margin: 2%;
    margin-top: 0%;
}


#seccion_organizadores_logos > img:nth-child(5){
    width: 15%;
    margin: 2%;
    margin-top: 0%;
}

.h1_organizadores{
    font-size: 35px;
    margin: 0%;
}

.h2_organizadores{
    font-size: 25px;
    margin: 0%;
}

@media (min-aspect-ratio: 67/24) {
  /* Ventana muy achatada */
  #seccion_organizadores {
    height: fit-content;    
  }
}

@media (max-aspect-ratio: 0.7) {
  /* Pantalla vertical */
    #seccion_organizadores{
        height: fit-content;
    }
    #seccion_organizadores_fila2{
        
        flex-direction: column;
    }
    .h1_organizadores{
        font-size: 170%;
        margin-top: 10%;
    }
    .h2_organizadores{
        font-size: 170%;
    }

    #seccion_organizadores_fila1{
        height: fit-content;
    }
    

    #seccion_organizadores_fila2{
        margin-top: 0%;
    }
    #seccion_organizadores_fila2 > div:nth-child(2){
        margin-top: 10%;
    }


  

    #seccion_organizadores_logos > img:nth-child(1){
        width: 45%;
        margin: 2%;
        margin-top: 1%;
    }
    #seccion_organizadores_logos > img:nth-child(2){
        width: 85%;
        margin: 2%;
        margin-top: 6%;
    }
    #seccion_organizadores_logos > img:nth-child(3){
        width: 65%;
        margin: 2%;
        margin-top: 6%;
    }
    #seccion_organizadores_logos > img:nth-child(4){
        width: 65%;
        margin: 2%;
        margin-top: 6%;
    }
    #seccion_organizadores_logos > img:nth-child(5){
        width: 85%;
        margin: 2%;
        margin-top: 6%;
    }

    #seccion_organizadores_fila2 > div > img{
        margin-top: 7%;
        width: 100%;
}
 
}

@media (max-aspect-ratio: 1/1.5) {
    #seccion_organizadores{
        height: 100vh;
    }
}

/* -------------- SECCION DESCARGA PROGRAMA -------------- */

#seccion_descarga_programa{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(imagenes/fondo1.png);
    background-size:cover;
    background-attachment:fixed;
}

#seccion_descarga_programa > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
}

#seccion_descarga_programa > div > img{
    max-width: 40%;
    display: inline;
}

#boton_descarga_pdf{
    width: auto;
    display: inline;
    padding: 1%;
    margin-top: 32%;
    background-color: #0A4A33;
    color: white;
    transition: transform 0.5s ease;
    border-radius: 25px;
    position: absolute;
    will-change: transform;
    backface-visibility: hidden;
    box-shadow: 0 2px 10px #000000;
    font-family: PlayfairDisplay-Bold;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    
}

#boton_descarga_pdf:hover{
    transform: scale(1.05);
    box-shadow: 0 5px 20px #000000;
    background-color: #2F6B57;
    color: #ffffff;
    transition: all 0.3s ease;
}

#seccion_descarga_programa > div > h1{
    color: #ffffff;
    width: 40%; 
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 260%;
    margin-left: 4%;
}

#seccion_descarga_programa > div > h2{
    color: #2F6B57;
    width: 40%; 
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-left: 4%;
    font-size: 190%;
}

@media (min-aspect-ratio: 67/24) {
  /* Ventana muy achatada */
  #seccion_descarga_programa {
    height: fit-content;
  }
}

@media (max-aspect-ratio: 1/1.2 ) {
  /* Pantalla vertical */
  #seccion_descarga_programa{
    background-image: url(imagenes/fondo1_vertical.png);
  }

  #seccion_descarga_programa > div > h1{
    width: 85%;
    font-size: 140%;
  }

  #seccion_descarga_programa > div > h2{
    width: 85%;
    font-size: 110%;
  }

  #seccion_descarga_programa > div{
    padding-bottom: 30%;
  }

  #boton_descarga_pdf{
    margin-top: 80%;
    padding: 2%;
  }
}

/* -------------- SECCION INSCRIPCION -------------- */

#seccion_formulario_inscripcion{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5%;
}

#seccion_formulario_inscripcion > h1{
    color: #2F6B57;
    width: 45%; 
    text-shadow: 2px 1px 5px rgba(0,0,0,0.2);
    text-align: left;
    font-size: 250%;
    margin: 4%;

}

#seccion_formulario_inscripcion > form > fieldset > legend > h2{
    text-align: left;
}

#seccion_formulario_inscripcion > form{
    width: 60%;
}

#preguntas{
    margin-top: 1%;
    width: 100%;
    font-size: medium;
    padding: 1%;
}

#boton_enviar_formulario{
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 1%;
    padding-top: 1%;
    color: #bfc5b4;
    background-color: #0A4A33;
    transition: transform 0.5s ease;
    border-radius: 10px;
    will-change: transform;
    backface-visibility: hidden;
    box-shadow: 0 2px 10px #000000;
    font-family: PlayfairDisplay-Bold;
    font-size: large;
    transition: all 0.3s ease;
    margin-top: 4%;
}

#boton_enviar_formulario:hover{
    transform: scale(1.05);
    box-shadow: 0 5px 20px #000000;
    background-color: #2F6B57;
    color: #ffffff;
    transition: all 0.3s ease;
}

@media (max-aspect-ratio: 1/1.2) {
  /* Pantalla vertical */
  #seccion_formulario_inscripcion > h1{
    margin-top: 40px;
    width: 80%;
    font-size: 150%;
  }

  #seccion_formulario_inscripcion > form{
     width: 80%;
  }

  #boton_enviar_formulario{
    padding: 2%;
  }

  #seccion_formulario_inscripcion > form > fieldset > legend > h2{
     font-size: 110%;
  }
}

/* -------------- SECCION PATROCINADORES -------------- */

#seccion_patrocinadores{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(imagenes/fondo_patrocinadores.png);
    background-size:cover;
}

#seccion_patrocinadores > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#seccion_patrocinadores > div > h1{
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#seccion_patrocinadores > div > div {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
}

#seccion_patrocinadores > div > div > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#bayer{
    width: 10%;
}

#logos_columna > div > img{
    max-width: 29%;
    margin-left: 7%;
    margin-right: 7%;
}

#logos_fila1 > img:nth-child(1){
    max-width: 35%;
}

#logos_fila3 > img:nth-child(1){
    max-width: 12%;
}

#logos_fila3 > img:nth-child(2){
    max-width: 17.5%;
}


#johnson{
    font-size: 100%;
    letter-spacing: 1px;
    margin-left: 7%;
    margin-right: 7%;
}

#h1_oro{
    align-self: center;
    font-size: 150%;
    color: #bda321;
    text-shadow: 1px 1px 10px rgb(255, 227, 16);
    margin-top: 1%;
    margin-bottom: 0.5%;
}

#h1_bronce{
    align-self: center;
    font-size: 150%;
    color: #853d2d;
    text-shadow: 1px 1px 10px rgb(156, 106, 49);
    margin-top: 8%;
    margin-bottom: 0.5%;
}
#h1_colaboradores{
    align-self: center;
    font-size: 150%;
    color: #2F6B57;
    text-shadow: 0px 0px 1px rgb(0, 0, 0.5);
    margin-top: 8%;
    margin-bottom: 0.5%;
}

@media (min-aspect-ratio: 67/30) {
  /* Ventana muy achatada */
  #seccion_patrocinadores {
    height: fit-content;    
  }
}

@media (max-aspect-ratio: 1/0.7) {
    #seccion_patrocinadores {
    background-image: url(imagenes/fondo_patrocinadores_vertical.png);   
  }

  #seccion_patrocinadores > div > h1{
    
        margin-left: 7%;
        margin-right: 7%;
        font-size: 190%;
    }

  #bayer{
    width: 20%;
    }

    #logos_columna > div > img{
        max-width: 100%;
        margin-left: 7%;
        margin-right: 7%;
    }

    #logos_fila1 > img:nth-child(1){
    max-width: 90%;
    }

    #seccion_patrocinadores > div > div > #logos_fila3 > img:nth-child(2) {
        margin-top: 15%;
    }

    #seccion_patrocinadores > div > div > #logos_fila3 {
        flex-direction: column;
    }

    #johnson{
        font-size: 50%;
        letter-spacing: 1px;
        margin-left: 7%;
        margin-right: 7%;
    }

    #h1_oro{
        font-size: 150%;
        color: #bda321;
        text-shadow: 1px 1px 10px rgb(255, 227, 16);

    }

    #h1_bronce{
        font-size: 150%;
        color: #853d2d;
        text-shadow: 1px 1px 10px rgb(156, 106, 49);
        margin-top: 30%;
    }
    #h1_colaboradores{
        font-size: 150%;
        color: #2F6B57;
        text-shadow: 0px 0px 1px rgb(0, 0, 0.5);
        margin-top: 30%;
    }

    #logos_fila2{
        margin-top: 5%;
    }
    #logos_fila3{
        margin-top: 10%;
    }
    #logos_fila4{
        margin-top: 10%;
    }
}

/* -------------- SECCION SECRETARIA -------------- */

#seccion_secretaria{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#seccion_secretaria > h1{
    margin-top: 15%;
}

#linea_decoracion{
    margin: 4%;
    width: 30%;
    height: 2px;
    background-color:  #004239;
}

#enlaces{
    width: 50%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 12%;
}

#enlaces > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#enlaces > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    height: auto;
}

#enlaces > div > a > img {
    max-width: 100%;
    transition: transform 0.3s ease;
}

#enlaces > div > a > img:hover{
    transform: scale(1.1);
    /*filter: invert(1) sepia(1) saturate(100000%) hue-rotate(300deg) ;*/
    filter: invert(1) sepia(1) saturate(100000%) hue-rotate(-50deg) saturate(1000%);

}

#enlaces > div > h2 {
    margin-top: 10%;
    font-size: medium;
}

@media (min-aspect-ratio: 67/40) {
  /* Ventana muy achatada */
  #seccion_secretaria {
    height: fit-content;    
  }
} 

@media (max-aspect-ratio: 1/1) {
    #seccion_secretaria{
        height: fit-content;
    }
    
    #enlaces{
        width: 100%;
    }
    
    #enlaces > div {
        width: 100%;
        margin-bottom: 10%;
    }

    #enlaces > div  a > img {
        max-width: 60%;
    }

    #enlace_email{
        margin-top: 7%;
    }

    #linea_decoracion{
        width: 60%;
    }

    #seccion_secretaria > h1{
        margin-left: 8%;
        margin-right: 8%;
}
}

/* -------------- SECCION ESLOGAN -------------- */

#seccion_eslogan{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(imagenes/fondo3.png);
    background-size:cover;
    background-attachment:fixed;
}

#seccion_eslogan > h1{
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    color: black;
}

@media (max-aspect-ratio: 1/1){
    #seccion_eslogan{
        background-image: url(imagenes/fondo3_vertical.png);
    }

    #seccion_eslogan > h1{
        margin: 10%;
}
}

/* -------------- SECCION PIE DE PÁGINA -------------- */

footer{
    width: 100%;
    height: 100px;
    background-color: #012C1D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer a{
    color:#8FD2B2;
}

footer > p{
    color: white;
    font-size: normal;
    font-family: PlayfairDisplay-SemiBold;
    text-align: center;
}

footer > p > a{
    color: #bfc5b4;
    text-decoration: none;
    text-align: center;
}

@media (max-aspect-ratio: 1/0.5){
    footer{
    padding-left: 5%;
    padding-right: 5%;
    height: fit-content;
}
}

/* ################## ESTILOS DE TEXTO ################## */

h1{
    font-family: PlayfairDisplay-ExtraBold;
    letter-spacing: 5px;
    color: #000000;
    text-align: center;
}

h2{
    font-family: SourceSans3-Bold;
    letter-spacing: 3px;
    color: #2F6B57;
    text-align: center;
}

.texto1{
    color: #000000;
    font-size:150%;
    font-family: SourceSans3-Regular;
    text-align: center;
}

@media (max-aspect-ratio: 1/1.2) {
  /* Pantalla vertical */
  .texto1{
    font-size:120%;
  }
}

.texto2{
    color: #363636;
    font-size:100%;
    font-family: SourceSans3-Regular;
}

/* ################## ESTILOS DE INPUT ################## */

input[type="text"]{
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: medium;
    padding: 1%;

}

input[type="email"]{
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: medium;
    padding: 1%;
}

input[type="submit"]{
    border: none;
}

#preguntas{
    text-align: left;
}

/* ################## ESTILOS GLOBALES ################## */

fieldset{
    border-radius: 15px;
    border: none;
}

.fixed {
    position: fixed;
    top: 0;
}
