* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

.menu {
  background-color: #031837;
}
.menu .logo {
  text-align: center;
  padding: 30px 0;
}
.menu .logo img {
  max-height: 80px;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.body-home {
  background: #fff;
}
.body-home .cabecera {
  width: 100%;
  height: auto;
  aspect-ratio: 192/50;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.body-home .cabecera .recuadro {
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 34.5%;
}
@media (max-width: 575px) {
  .body-home .cabecera .recuadro {
    left: 50%;
  }
}
.body-home .cabecera .recuadro img {
  height: 100%;
  max-width: 90vw;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .body-home .cabecera.especial_texto {
    aspect-ratio: 600/648;
    background-image: url(https://123innovaadnfptalent.fundacionfulgenciomeseguer.org/assets/img/home/cabecera-movil.jpg) !important;
  }
}
.body-home .cabecera.especial_texto .recuadro {
  height: auto;
  top: 42px;
  transform: translate(-50%, 0);
}
@media (max-width: 991px) {
  .body-home .cabecera.especial_texto .recuadro {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .body-home .cabecera.especial_texto .recuadro {
    left: 50%;
  }
}
.body-home .cabecera.especial_texto .recuadro img {
  width: 336px;
}
.body-home .cabecera.especial_texto .texto_cabecera {
  position: absolute;
  left: calc(34.5% + 200px);
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 30px;
  max-width: 500px;
}
@media (max-width: 991px) {
  .body-home .cabecera.especial_texto .texto_cabecera {
    left: calc(25% + 200px);
  }
}
@media (max-width: 767px) {
  .body-home .cabecera.especial_texto .texto_cabecera {
    position: relative;
    left: 0;
    text-align: center;
    transform: translate(0);
    top: 0;
    padding: 0 15px;
    max-width: none;
  }
}
.body-home .cabecera.especial_texto .texto_cabecera .titulo {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  text-shadow: 0 0 10px black;
  text-wrap: balance;
}
.body-home .cabecera.especial_texto .texto_cabecera .c_boton {
  padding-bottom: 40px;
}
.body-home .cabecera.especial_texto .texto_cabecera .c_boton a {
  color: #5B6670;
  background-color: #fff;
  border-radius: 3px;
  transition: transform 300ms;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .body-home .cabecera.especial_texto .texto_cabecera .c_boton a {
    margin: 30px auto 0;
  }
}
.body-home .cabecera.especial_texto .texto_cabecera .c_boton a:hover {
  transform: translateY(-5px);
}
.body-home .menu_contenidos_contenedor {
  display: inline-block;
}
.body-home .menu_contenidos_contenedor .menu_contenidos {
  text-align: left;
  padding: 70px 0;
  list-style: none;
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .body-home .menu_contenidos_contenedor .menu_contenidos {
    padding: 70px 0 0;
  }
}
.body-home .menu_contenidos_contenedor .menu_contenidos li {
  margin-bottom: 5px;
  background: linear-gradient(to left, #fff, rgba(193, 197, 200, 0.5));
  color: #000;
  font-weight: bold;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li:hover {
  background: #5B6670;
  color: #fff;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li.cta {
  margin-top: 40px;
  background: #5B6670;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li.cta:hover {
  background: #c2c6c9;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li.subapartado {
  font-weight: initial;
  padding-left: 10px;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li.subseccion {
  padding-left: 20px;
  font-weight: initial;
  font-size: 14px;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li.convenio {
  margin-top: 39px;
  background: #5B6670;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.body-home .menu_contenidos_contenedor .menu_contenidos li.convenio:hover {
  background: #c2c6c9;
}
.body-home section {
  margin: 60px 0;
}
.body-home section .subseccion {
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.body-home section .subseccion .ponente {
  text-align: center;
  padding: 30px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .body-home section .subseccion .ponente {
    margin-left: -30px;
  }
}
.body-home section .subseccion .ponente b {
  display: block;
  font-size: 15px;
}
.body-home section .subseccion .ponente img {
  width: min(60%, 150px);
  aspect-ratio: 1;
  margin: auto;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.body-home section .id {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 0;
  height: 0;
  transform: translateY(-110px);
}
.body-home section .titulo_contenedor {
  position: relative;
}
.body-home section .titulo_contenedor .separador {
  border-top: solid 1px #5B6670;
  position: absolute;
  width: 100%;
}
.body-home section .titulo_contenedor .titulo {
  font-size: 22px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: auto;
  transform: translate(0, -51%);
}
.body-home section .titulo_contenedor .titulo.no-translate {
  transform: none;
}
.body-home section .subtitulo1 {
  font-size: 20px;
  font-weight: 600;
}
.body-home section .subtitulo2 {
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: 600;
}
.body-home section .texto {
  line-height: 190%;
  padding: 25px 0;
  font-size: 14px;
}
.body-home section .texto ol {
  margin-left: 30px;
}
.body-home section .texto ol li {
  padding: 8px 0;
}
.body-home section .texto ul {
  margin-left: 30px;
  margin-top: -1em;
  margin-bottom: 0;
}
.body-home section .texto ul li {
  padding: 5px 0;
}
.body-home section .boton {
  text-align: center;
  margin: 10px 0 20px;
}
.body-home section .boton a {
  border: solid 2px #5B6670;
  font-size: 20px;
  padding: 8px 20px;
  color: #5B6670;
  text-decoration: none;
  border-radius: 4px;
}
.body-home section .boton a:hover {
  background-color: #5B6670;
  color: #fff;
}
.body-home .seccion_1 {
  margin-top: 40px;
}
.body-home .seccion_1 .texto {
  padding-bottom: 0;
}
.body-home .formulario {
  font-size: 14px;
  padding: 15px;
}
.body-home .formulario .titulo_form {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  color: #5B6670;
}
.body-home .formulario .texto_p {
  font-size: 12px;
  margin-bottom: 15px;
}
.body-home .formulario input, .body-home .formulario textarea, .body-home .formulario select {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #c1c5c8;
}
.body-home .formulario textarea {
  min-height: 96px;
}
.body-home .formulario .radio {
  margin-left: 30px;
}
.body-home .formulario input[type=radio] {
  width: auto !important;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(2px);
  margin-left: -18px;
}
.body-home .formulario button {
  font-size: 16px;
}
.body-home .formulario label {
  font-size: 13px;
}
.body-home .formulario .check {
  width: auto;
}
.body-home .formulario a {
  text-decoration: none;
}
.body-home .formulario .boton_enviar {
  color: #fff;
  background: #5B6670;
  border: none;
  padding: 10px;
}
.body-home .formulario .boton_enviar:hover {
  background: #C2C6C9;
}
.body-home .formulario .politicas_form {
  height: 120px;
  overflow-y: scroll;
  font-size: 12px;
  padding: 10px;
  border: solid 1px #C2C6C9;
  margin-bottom: 10px;
}
.body-home .formulario .politicas_form p:last-of-type {
  margin: 0;
}
.body-home .formulario .exito {
  color: green;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 15px;
  text-align: center;
  border: solid 2px green;
}

.grecaptcha-badge {
  z-index: -1 !important;
  opacity: 0;
}

footer {
  background: #5B6670;
  position: relative;
  z-index: 1;
}
footer .pie_de_pagina {
  padding: 40px 0;
}
footer .pie_de_pagina .datos_contacto {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  footer .pie_de_pagina .datos_contacto.ddc2 {
    text-align: right;
  }
}
footer .pie_de_pagina .datos_contacto ul {
  list-style: none;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-left: 6px;
}
@media (max-width: 991px) {
  footer .pie_de_pagina .datos_contacto ul {
    max-width: none;
  }
}
@media (max-width: 767px) {
  footer .pie_de_pagina .datos_contacto ul {
    text-align: center;
    margin: auto;
  }
}
footer .pie_de_pagina .datos_contacto li {
  padding: 5px 0;
}
footer .pie_de_pagina .datos_contacto a {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  text-wrap: balance;
}
@media (max-width: 991px) {
  footer .pie_de_pagina .datos_contacto a br {
    display: none;
  }
}
footer .pie_de_pagina .datos_contacto a:hover {
  text-decoration: none;
}
footer .pie_de_pagina .redes_sociales {
  text-align: center;
  margin-bottom: 20px;
}
footer .pie_de_pagina .redes_sociales a {
  color: #fff;
  display: inline-block;
  padding: 6px;
  margin: 10px 10px;
  width: 40px;
  font-size: 18px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  footer .pie_de_pagina .redes_sociales a {
    margin: 20px 10px;
  }
}
@media (max-width: 767px) {
  footer .pie_de_pagina .redes_sociales a {
    margin: 20px 20px;
  }
}
@media (max-width: 399px) {
  footer .pie_de_pagina .redes_sociales a {
    margin: 20px 10px;
  }
}
footer .pie_de_pagina .redes_sociales a.facebook, footer .pie_de_pagina .redes_sociales a.twitter-x, footer .pie_de_pagina .redes_sociales a.linkedin, footer .pie_de_pagina .redes_sociales a.instagram {
  background: #C1C5C8;
  color: #5B6670;
  text-align: center;
}
footer .pie_de_pagina .redes_sociales a.facebook:hover, footer .pie_de_pagina .redes_sociales a.twitter-x:hover, footer .pie_de_pagina .redes_sociales a.linkedin:hover, footer .pie_de_pagina .redes_sociales a.instagram:hover {
  text-decoration: none;
  background: #fff;
}
footer .pie_de_pagina .redes_sociales a.email {
  display: block;
  font-size: 16px;
  margin: auto;
  width: 100%;
  text-decoration: none;
}
footer .pie_de_pagina .politicas_pie p {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
footer .pie_de_pagina .politicas_pie p a {
  text-decoration: none;
  color: #fff;
}/*# sourceMappingURL=estilos.css.map */