:root {
  --navbar_blue: #1A292C;
  --white: #ffffff;
  --parablack: #626262;
  --parawhite: #e2e2e2;
  --heading_white: #f2f2f2;
  --heading_blue: #282D3E;
  --first: #358944;
  --second: #58996C;
  --third: #6CB46C;
  --fourth: #81B987;
  --headings: 'Barlow Condensed', sans-serif;
  --paragraphs: 'Barlow', sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  font-family: var(--paragraphs);
  font-size: 62.5%;
}
.main__title{
  color: var(--heading_blue);
  font-family: var(--headings);
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
}
/* ESTILOS DEL NAVBAR */
nav {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--third);
  background-color: var(--navbar_blue);
  font-size: 0.8rem;
}
.inactive {
  display: none;
}
.menu_icon {
  display: block;
}
.logo {
  height: 60%;
  align-self: center;
  cursor: pointer;
}
.navbar-left {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.navbar-left ul {
  display: none;
}
.navbar-right ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 60px;
}
.navbar-right ul li a {
  text-decoration: none;
  padding: 8px;
  border: 1px solid var(--third);
  border-radius: 8px;
  color: var(--third);
  font-size: 0.8em;
}
.navbar-right ul li a:hover {
  border: 1px solid var(--heading_white);
  color: var(--heading_white);
}
.mobile-menu {
  background-color: var(--navbar_blue);
  position: absolute;
  top: 61px;
  left: 0;
  padding: 24px;
  width: 100%;
}
.mobile-menu a {
  text-decoration: none;
  color: var(--heading_white);
  font-weight: bold;
  font-size: 1rem;
}
.mobile-menu ul {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.mobile-menu ul li {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--third);
}

.gral{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 50px 200px 230px 140px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 730px;
  padding: 15px;
  margin-top: 61px;
  color: var(--parablack);
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.gral__video{
  width: 90%;
  max-height: 90%;
  justify-self: center;
}
.beneficios{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--heading_white);
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}
.beneficios__container{
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.beneficios__text{
  padding: 0px 15px;
}
.container1{
  background-color: #32502E;
}
.container2{
  background-color: #273E47;
}
.container3{
  background-color: #457080;
}
.container4{
  background-color: #406343;
}
.pdo{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 50px 210px 200px 300px 300px 100px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1180px;
  padding: 10px 15px;
  color: var(--parablack);
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.pdo__image{
  width: 300px;
  height: 300px;
  justify-self: center;
}
.pdo__image img{
  width: 300px;
  height: 300px;
}
.downloads{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 50px 450px 50px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 570px;
  padding: 10px 15px;
  color: var(--parablack);
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.downloads__image{
  width: 300px;
  height: 430px;
  justify-self: center;
}
.downloads__image img{
  width: 300px;
  height: 430px;
  border: 1.5px solid var(--heading_blue);
  border-radius: 5px;
}
.enlaces{
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}
.enlaces a{
  color: var(--parablack);
}
.enlaces a:hover{
  cursor: pointer;
  color: var(--first);
}
.outro{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 325px;
  padding: 10px 15px;
  color: var(--parawhite);
  background: linear-gradient(180deg, #358944 38.64%, #1A292C 100%);
  border-top: 2px solid var(--first);
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}
.outro a{
  color: var(--parawhite);
}
.outro a:hover{
  cursor: pointer;
  color: var(--fourth);
}
.contacto{
  width: 100%;
  height: auto;
  padding: 15px;
  background-image: url(/assets/img/background-contacto_small.webp);
  background-color: var(--navbar_blue);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-blend-mode: multiply;
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  align-items: center;
  color: var(--parawhite);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.contacto__title--main{
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-family: var(--headings);
  color: var(--heading_white);
}
.contacto__container{
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 10px;
  display: grid;
  justify-items: center;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.contacto__title{
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: var(--headings);
  padding: 10px;
  color: var(--heading_white);
}
.contacto__table{
  list-style-type: none;
}
.contacto__table li{
  padding: 15px 0;;
}
.contacto__table li a{
  color: var(--parawhite);
  text-decoration: none;
}
.contacto__table li a:hover{
  cursor: pointer;
  text-decoration: underline;
}
.footer__copyright{
  background-color: black;
  color: var(--heading_white);
  width: 100%;
  padding: 15px;
  font-size: 0.8rem;
  text-align: center;
}
@media (min-width: 650px) {
  .menu_icon {
   display: none;
  }
  .navbar-left {
    justify-content: left;
  }
  .navbar-left ul,
  .navbar-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .navbar-left ul {
    margin-left: 12px;
  }
  .navbar-left ul li a {
    text-decoration: none;
    padding: 8px;
    margin: 0 5px;
    border-radius: 8px;
    color: var(--heading_white);
  }
  .navbar-left ul li a:hover {
    border: 1px solid var(--third);
    color: var(--third);
  }
}
@media only screen and (min-width: 720px){
  .gral{
    grid-template-rows: 50px 300px 130px 100px;
    height: 600px;
  }
  .beneficios__container{
    height: 125px;
  }
  .pdo{
    grid-template-rows: 50px 125px 125px 300px 175px 75px;
    height: 870px;
  }
  .outro{
    height: 250px;
  }
  .contacto{
    background-image: url(/assets/img/background-contacto_medium.webp);
  }
  .contacto__container{
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 100%;
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 1024px){
  .gral{
    grid-template-columns: 85%;
    grid-template-rows: 50px 350px 100px 50px;
    height: 660px;
  }
  .gral__video{
    width: 75%;
  }
  .beneficios{
    grid-template-columns: 50% 50%;
    grid-template-rows: 25% 25% 25% 25%;
  }
  .beneficios__container{
    height: 150px;
  }
  .pdo{
    grid-template-columns: 80%;
    grid-template-rows: 50px 110px 110px 300px 125px 80px;
    height: 795px;
  }
  .contacto{
    background-image: url(/assets/img/background-contacto_big.webp);
  }
}
@media only screen and (min-width: 1300px){
  .pdo{
    grid-template-rows: 50px 100px 80px 300px 100px 50px;
    height: 700px;
  }
  .outro{
    height: 200px;
  }
}
@media only screen and (min-width: 1600px){
  .contacto{
    background-image: url(/assets/img/background-contacto_full.webp);
  }
}