:root {
  --azulOscuro: #1b2f50;
  --azulClaro: #258cc1;
}

body {
  padding: 0 !important;
  margin: 0% !important;
}

@font-face {
  font-family: "INTER";
  src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "INTER";
  src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "INTER";
  src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/GeorgiaPro-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/GeorgiaPro-SemiBoldItalic.ttf") format("ttf");
  font-weight: 600;
  font-style: italic;
}

.formato-nav {
  background-color: white !important;
  border-bottom: solid !important;
}

.texto-normal {
  font-family: "INTER", sans-serif !important;
  font-weight: 400;
}

.texto-medium {
  font-family: "INTER", sans-serif !important;
  font-weight: 500;
}

.texto-semi-negrita {
  font-family: "INTER", sans-serif !important;
  font-weight: 600;
}

.titulo-normal {
  font-family: "Georgia Pro", serif !important;
  font-weight: 400;
}

.titulo-semi-negrita {
  font-family: "Georgia Pro", serif !important;
  font-weight: 600;
  font-style: italic;
}

.blancas {
  color: white !important;
}

.azules {
  color: var(--azulOscuro);
}

.btnHp {
  height: 2.5rem !important;
  background-color: white !important;
  color: var(--azulOscuro) !important;
  border-radius: 25px;
  border: 0;
}

.btnamarillo {
  height: 2.5rem !important;
  color: var(--azulOscuro) !important;
  border-radius: 25px;
  border: 0;
  background-color: #faca00 !important;
}

.btnHpDark {
  height: 3.5rem !important;
  background-color: var(--azulOscuro) !important;
  color: white !important;
  border-radius: 25px;
  border: 0;
}

.btn-rs {
  width: 28px;
  height: 28px;
  background-color: var(--azulOscuro) !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.tamaño-contenido {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.tamaño-titulos {
  font-size: 2.5rem;
  line-height: 2.6rem;
}

.tamaño-titulos-cartas {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.tamaño-iconos-contacto {
  height: 40px;
  width: 40px;
  max-width: 84px;
}

.tamaño-iconos-patrocinadores {
  height: 100px;
  width: 100px;
  max-width: 120px;
}

.tamaño-contenido-contacto {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.tamaño-imagen {
  width: 70%;
  max-height: 90% !important;
}

.tamaño-imagen-especial {
  width: 80%;
  max-height: 90vh !important;
}

.tamaño-imagen-lleno {
  max-height: 90vh;
  object-fit: cover;
}

.w-100 {
  width: 100% !important;
}

.h-20 {
  height: 25vh !important;
}

.h-80 {
  height: 80% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 70% !important;
}

.py-5{
  padding-bottom: 80px !important;
  padding-top: 60px !important;
}

.fondo-degradado {
  background-image: linear-gradient(
    to bottom right,
    var(--azulOscuro),
    var(--azulClaro)
  );
  height: 90vh;
}

.tamaño-icono {
  width: 8rem;
  height: 8rem;
}

.carrusel-integrantes {
  height: 600px;
  width: auto;
}

.lista-cards {
  text-decoration: underline;
  list-style-type: none;
  padding: 0% !important;
  margin-left: 0 !important;
  font-weight: 600;
  line-height: 1.8rem;
}

.lista-footer {
  text-decoration: none !important;
  list-style-type: none;
  padding: 0% !important;
  margin-left: 0 !important;
  font-weight: 600;
  line-height: 1.8rem;
}

.lista-footer > li > a {
  text-decoration: none !important;
  color: var(--azulOscuro) !important;
}

.footer-fondo {
  background-color: black !important;
  height: auto !important;
}

.footer {
  font-size: 0.6rem;
}

.f-azul{
  background-color: #1b2f50 !important;
  border-radius: 1rem !important;
}

#conocenos-seccion1 {
  height: 90vh;
  background-image: url("../img/Fondo_HPPR.gif");
}

#conocenos-seccion1a {
  height: auto !important;
  background-image: url("../img/Fondo_HPPR.gif");
}

#conocenos-seccion1a {
  height: auto !important;
  background-color: white;
}


#conocenos-seccion2 {
  height: 90vh;
  background-color: white;
}

#conocenos-seccion-foot {
  height: auto;
  background-color: white;
}

@media (width <= 992px) {

#conocenos-seccion1a {
   background-image: linear-gradient(
    to bottom right,
    var(--azulOscuro),
    var(--azulClaro)
  );
}

  .tamaño-contenido {
    font-size: 1rem;
    line-height: 1rem;
  }

  .tamaño-titulos {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .tamaño-titulos-cartas {
    font-size: 1rem;
    line-height: 1rem;
  }
  .logo-menu {
    width: 50vw !important;
  }

  .logo-menu > img {
    width: 40% !important;
  }

  .fondo-degradado {
    height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pr {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pr2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .mr {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mr2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .centrar {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .centrar2 {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }

  .t-rt {
    font-size: 1.2rem !important;
  }

  .carrusel-integrantes {
    height: auto !important;
    width: 300px !important;
  }

  .imagen-carrusel {
    width: 600px !important;
    height: auto !important;
  }

  #conocenos-seccion1 {
    height: auto !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  #conocenos-seccion2 {
    height: auto !important;
  }

  #conocenos-seccion-foot {
    height: auto !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card {
    width: 80% !important;
    height: auto;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pr0 {
    padding: 0% !important;
    width: 100% !important;
  }

  .ha {
    height: 6rem !important;
    font-size: 1rem !important;
  }

  .ha1 {
    height: auto !important;
  }
}
