@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --dorado: #cc9900;
  --azul1: #0d3171;
  --azul2: #4385f5;
  --azul3: #dcebff;
  --azul4: #a9cefa;
  --rojo: #aa1616;
  --tipografiadelgada: "Lato";
  --tipografiagruesa: "Zilla Slab", serif;
}
body {
  font-family: helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../imagenes/fondo_hexagonos.svg");
  z-index: -1;
}
.ancho {
  max-width: 1300px;
  margin: auto;
  /* border: 1px red solid; */
}
.margen {
  padding: 15px;
}
.margen2 {
  padding: 0px 15px;
}
/* CSS PARA EL SLIDE DE FOTOS */
#iconocerrar {
  display: none;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -2;
}
.rslides li {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  object-fit: cover;
  height: 100vh;
}
.contenedorslide {
  position: relative;
}
.cabecera {
  height: 100vh;
}
header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  margin: auto;
}
.ir-arriba {
  padding: 10px 12px;
  border-radius: 50%;
  background: var(--dorado);
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.ir-arriba:hover {
  color: #333;
}
.negritas {
  font-weight: bold;
}
.btn_rojo {
  background-color: var(--rojo);
  color: white !important;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.btn_rojo:hover {
  background-color: #820808;
  border-radius: 10px;
}
.btn_rojo {
  background-color: var(--rojo);
  color: white !important;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 40px;
  transition: all 0.5s ease;
  margin-left: 10px;
  border: 1px var(--rojo) solid;
}
.btn_rojo:hover {
  background-color: #6b0707;
  border-radius: 40px;
}
.izquierda {
  padding-left: 10px;
}
.btn_blanco {
  background-color: transparent;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 40px;
  border: 1px white solid;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.btn_blanco:hover {
  background-color: white;
  color: var(--rojo);
}
.btn_azul {
  background-color: var(--azul);
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.5s ease;
  margin-left: 10px;
}
.contenedor_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;

  gap: 20px;
  padding: 15px;
}
.cintilla_transparente {
  background-color: rgba(7, 20, 64, 0.7);
  position: sticky;
  top: 0px;
}
.logocabecera {
  max-width: 400px;
}
.logocabecera .logohackaton {
  width: 100%;
  display: block;
}
.margen_arriba {
  /* padding-top: 50px; */
}
.cont_menu {
  /* flex-grow: 1; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.cont_menu img {
  width: 100%;
  display: block;
}
.azul {
  color: var(--azul1);
}
.azul2 {
  color: var(--azul2);
}
.dorado {
  color: var(--dorado);
}
.btn_azul:hover {
  background-color: var(--dorado);
  border-radius: 10px;
}
.informacion_slide {
  max-width: 800px;
  /* margin-top: 50px; */
}
.titulo_slide {
  font-family: var(--tipografiagruesa);
  color: white;
  font-size: 40px;
  line-height: 40px;
  max-width: 500px;
}
.contenedor_botones {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 500px;
}
.fondo_exagono {
  background-attachment: fixed;
}
.contenedor_unete {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.info {
  max-width: 500px;
  line-height: 30px;
  text-align: center;
}
.info h2 {
  font-size: 30px;
  font-family: var(--tipografiagruesa);
  font-weight: 700;
}
.info2 {
  max-width: 500px;
  line-height: 30px;
  text-align: left;
}
.info2 h2 {
  font-size: 40px;
  font-family: var(--tipografiagruesa);
  font-weight: 700;
}
.iconos_retos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.contenedor_unete figure {
  max-width: 500px;
}
.contenedor_unete figure img {
  width: 100%;
  display: block;
}
.lineazul {
  margin-top: 20px;
  width: 50px;
  height: 10px;
  border: 0;
  background-color: var(--azul4);
}
.lista_bases {
  padding-left: 30px;
}
.lista_bases ul {
  list-style: none;
  padding: 0;
}
.lista_bases ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  line-height: 50px;
  border-bottom: 1px dotted var(--azul2);
  margin-top: 10px;
}
.lista_bases ul li img {
  width: 40px;
}
.contenedor_empresas {
  background-image: url(../imagenes/fondo_empresas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  padding: 50px 10px;
  min-height: 320px;
  overflow-y: auto;
}
.contenedor_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.contenedor_logos a img {
  width: 100%;
}
.contenedor_logos2 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.contenedor_logos2 a {
  display: inline-block;
  max-width: 170px;
}
.contenedor_logos2 a img {
  width: 100%;
}
.contenedor_beneficios {
  background-color: var(--azul3);
}
.contenedor_beneficios article {
  max-width: 300px;
  text-align: center;
}
.contenedor_beneficios h2 {
  padding: 20px;
  background-color: white;
  color: var(--azul2);
  width: 90%;
  border-radius: 20px;
  line-height: 30px;
  margin: auto;
}
.contenedor_tres {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
footer {
  background-color: var(--azul1);
  border-top: 15px var(--azul2) solid;
}
.contenedor_abajo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.email {
  color: white;
  font-family: var(--tipografiagruesa);
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}
