/* Paleta de colores

IGN
#157DB9

Navbar y Footer
#222b30
#313f46

Arg y el mundo
#48608D
#b6bfd1

Arg fis-nat
#827351
#cdc7b9

Arg sociodemo
#D78E33
#efd2ad

Arg econ
#AE302A
#dfacaa

Arg amb
#537B54
#bacabb

Atlas Antartida #51A2B3
*/
@font-face {
  font-family: "Arial, Helvetica, sans-serif";
  src: local("Arial") local("Helvetica") local("sans-serif");
}
@font-face {
  font-family: Gotham;
  src: url("../assets/fonts/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: Gotham-Light;
  src: url("../assets/fonts/Gotham-Light-Regular.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fafafa;
  font-family: "Gotham-Light", sans-serif !important;
}
/* body h3 {
  font-size: 16px;
}
*/
body h4 {
  font-weight: bold;
}
body h1 {
  font-size: 100px;
  font-weight: bold;
}
a {
  font-weight: bold;
  text-decoration: none;
  text-transform: initial;
}
a:hover {
  color: #157DB9;
}
.disabled {
  opacity: 0.35;
  font-style: italic;
}
/* Hero/banner */
#hero {
  width: 100%;
  background-image: url('../assets/images/Atlasantartida_home_modelo.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#hero .container {
  top: -190px;
  text-align: center;
  width: 100%;
}
#hero>div>a>i {
  font-size: 6rem;
  color: #FFF;
}
#hero>div>picture>img {
  width: -webkit-fill-available;
  max-width: 1170px;
}
.scrollto {
  position: relative;
  top: 450px;
}
@media (max-width: 500px) {
  #hero {
    background-image: none;
    background-color: #f4f4f4;
    height: 50vh;
  }
  #hero>div>img {
    color: #333;
    fill: #333;
  }
  #hero>div>a>i {
    color: #333;
    font-size: 4rem;
  }
  .scrollto {
    position: relative;
    top: 100px;
  }
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}
#hero p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
#hero .btn-get-started {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #157DB9;
  border-color: #157DB9;
}
#hero>div>img {
  width: 100%;
}
@media (min-width: 500px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    text-align: center;

  }
  #hero .container {
    padding-top: 350px;
  }
  #hero h1 {
    font-size: 29px;
    line-height: 36px;
    color: black;
    padding: 0 0 150px 0;
    position: relative;
    top: 200px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/* Secciones */
section {
  padding: 2rem 0;
}
section#ejes {
  padding: 3rem 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
/* Contenedor Flex */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
/* Items Flex */
.flex-item {
  flex: 0 1 300px;
  text-align: center;
  transition: transform 0.3s ease;
  background-color: #f4f4f4;
}
.flex-item:hover {
  transform: translateY(-3px);
}
/* Icon Box */
.icon-box {
  padding: 1.5rem;
  background-color: #f4f4f4;
  transition: box-shadow 0.3s ease;
}
.no-bg {
  background-color: transparent;
}
/* Icono Imagen*/
.icon {
  margin-bottom: 1rem;
}
.icon img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* Título */
.icon-box h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
/* Responsividad */
@media (min-width: 992px) {
  .flex-item {
    flex-basis: calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-item {
    flex-basis: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .flex-item {
    flex-basis: 100%;
    max-width: 300px;
  }
}
/* Estilo paginas con texto */
/* Estilos generales */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
p {
  margin-bottom: 1rem;
}
ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
ul li {
  margin-bottom: 0.5rem;
}
/* Jumbotron */
.jumbotron {
  background-color: #f4f4f4;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
.jumbotron h2 {
  margin: 0;
  color: #157DB9;
}
/* Sección de contenido */
.content-section {
  padding: 2rem 1rem;
  background-color: #fafafa;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.section-intro {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-left: 4px solid #157DB9;
}
.section-intro p {
  font-size: 1.2rem;
  color: #555;
}
.section-body {
  text-align: left;
}
.section-body p {
  font-size: 1rem;
  color: #333;
}
.section-body ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-body ul li {
  font-size: 1rem;
  color: #333;
}
/* Responsividad */
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  .section-intro p {
    font-size: 1rem;
  }
  .section-body p,
  .section-body ul li {
    font-size: 0.9rem;
  }
}
/* Estilos para las tarjetas fuentes de datos (reutilisadas) */
.data-source {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.data-source h3 {
  color: #157DB9;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.data-source ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.data-source ul ul {
  list-style-type: circle;
  margin-top: 0.5rem;
}
.data-source ul li {
  margin-bottom: 0.5rem;
  color: #333;
}
/* Responsividad */
@media (max-width: 768px) {
  .data-source {
    padding: 1rem;
  }
  .data-source h3 {
    font-size: 1.25rem;
  }
}
/* Fin estilos para las fuentes de datos */
/* Fin */