@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}

.open-sans-regular {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "width" 100;
}

body {
  color: #383e46;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.3;
}

.bg-home {
  color: #fff;
  background-image: url("../img/banners/Hablemos-de-la-tierra-Header_1400.png");
  background-position: center center !important;
  background-repeat: no-repeat;
  background-color: #000;
}

.bg-confdec {
  color: #fff;
  background-image: url("../img/banners/Hablemos-de-la-tierra-Header_1400.png");
  background-position: center center !important;
  background-repeat: no-repeat;
  background-color: #000;
}

.bg-descubre {
  color: #fff;
  background-image: url("../img/banners/Practicas-sostenibles.jpg");
  background-position: top center !important;
  background-repeat: no-repeat;
  background-color: #000;
}
.bg-descubre h1 {
  color: #fff;
}
.bg-descubre .row:first-child {
  min-height: 300px;
}

.bg-intro {
  color: #fff;
  background-position: top center !important;
  background-repeat: no-repeat;
  background-color: #383e46;
}

.bg-sesion-odd {
  color: #383e46;
  background-color: #f9f9f9;
}
.bg-sesion-odd .row:first-child {
  padding: 1.5rem 0;
}
.bg-sesion-odd img {
  max-width: 300px;
}

.bg-sesion-even {
  color: #383e46;
  background-color: #fff;
}
.bg-sesion-even .row:first-child {
  padding: 1.5rem 0;
}
.bg-sesion-even img {
  max-width: 300px;
}

.bg-registro {
  background-color: #385723;
  color: #fff;
}

.footer {
  background-color: #383e46;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.footer img {
  max-width: 320px;
}

strong,
fw-bold {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
}

.header-info {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.header-info .logo {
  max-width: 223px;
}

.col-introduccion {
  padding-top: 1.5rem;
}
.col-introduccion p {
  text-align: justify;
  font-size: 0.95rem;
}

.mt-neg {
  margin-top: -20px;
}

.separador img {
  max-height: 40px;
}

/* Bootstrap */
.navbar-brand img {
  max-width: 150px;
}

.navbar-nav {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}

.navbar-nav .nav-item:last-child {
  color: white;
  background-color: #3a4150;
  border-radius: 1rem;
}
.navbar-nav .nav-item:last-child a.nav-link {
  color: #fff;
  padding: 0.4rem 1.5rem 0.2rem;
}
.navbar-nav .nav-item:last-child:hover {
  background-color: #385723;
  color: #63aeed;
}

.num-sesion {
  color: #3a4150;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem !important;
  line-height: 1.2;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", serif;
  font-weight: 300;
  color: #63aeed;
}

h1 {
  color: #00b0f0;
  font-size: 3rem;
  font-size: normal;
  line-height: 1.1 !important;
}

h2 {
  font-size: 3.2rem;
  font-size: normal;
  line-height: 1 !important;
}

h3 {
  font-size: 1.6rem;
  font-size: normal;
  line-height: 1.2 !important;
}

h4 {
  font-size: 1.5rem;
  font-size: normal;
  line-height: 1 !important;
}

form div [class*=col] {
  margin: 0.3rem 0;
}
form a {
  color: #63aeed;
  text-decoration: none;
}

.btn-registro {
  background-color: #63aeed;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.4rem 1.5rem 0.2rem 1.5rem;
  border-radius: 2rem;
}
.btn-registro:hover {
  background-color: #383e46;
  color: #63aeed;
}

.btn-cancelar {
  background-color: red;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.4rem 1.5rem 0.2rem 1.5rem;
  border-radius: 2rem;
}
.btn-cancelar:hover {
  background-color: black;
  color: red;
}

.btn-temario {
  background-color: #385723;
  color: #fff;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.4rem 1.5rem 0.2rem 1.5rem;
  border-radius: 2rem;
}
.btn-temario:hover {
  background-color: #383e46;
  color: #63aeed;
}

label.is-invalid {
  color: yellow;
  font-size: 0.75rem;
}

.form-label {
  font-size: 0.9rem;
}

/* 
$colorAzulOscuro: #3a4150;
$colorAzulClaroH1: #00b0f0;
$colorAzulClaro: #63aeed;
*/
ul {
  list-style-type: none;
}
ul a {
  color: #3a4150;
  text-decoration: none;
}
ul a:hover {
  color: #00b0f0;
}

ul.list-info li {
  list-style-type: none;
  margin: 0.5rem 0;
}
ul.list-info li::before {
  content: "📄 ";
}

ul.list-www li {
  list-style-type: none;
  margin: 0.5rem 0;
}
ul.list-www li::before {
  content: "🌐 ";
}

/* Media Queries */
@media (min-width: 768px) {
  h1 {
    color: #00b0f0;
    font-size: 4rem;
    font-size: normal;
    line-height: 1.1 !important;
  }
  .header-info {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .bg-descubre .row:first-child {
    min-height: 433px;
  }
  .mt-neg {
    margin-top: -30px;
  }
  .separador img {
    max-height: 60px;
  }
  .bg-intro {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .bg-home {
    background-image: url("../img/banners/Hablemos-de-la-tierra-Header_1600.png");
    background-position: center top !important;
    background-repeat: no-repeat;
    min-height: 620px;
  }
  .bg-confdec {
    background-image: url("../img/banners/Hablemos-de-la-tierra-Header_1600.png");
    background-position: center top !important;
    background-repeat: no-repeat;
    min-height: 420px;
  }
  .header-info {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
  .header-info .logo {
    max-width: 323px;
  }
}/*# sourceMappingURL=styles.css.map */