.blanco {
  color: #fff;
}
.bold {
  font-weight: 900;
}
.contacto {
  padding: 0px;
}
.fondonegro {
  background: rgb(12 12 12 / 88%);
  height: 100%;
  width: 100%;
}
.m-0{
  margin: 0;
}

.mb-0{
  margin-bottom:0 !important;
}

.mt-0{
  margin-top:0 !important;
}

.socials{
  display: flex;
  align-items: center;
}

.socials a{
  background: rgba(255, 255, 255, 0.1);
}

/* .ion-social-facebook{
  color: #3232ff;
}

.ion-social-youtube{
  color: #cf0000;
} */

.socials a{
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}

.section__title{
  max-width: 500px;
  margin: 0 auto 20px auto;
}
.section__caption{
  margin-top: 20px;
  margin-bottom: 25px !important;
}

.mb-0{
  margin-bottom:0 !important;
}


/* .section__title img{
  height: auto;
  width: max-content;
} */

.boton-descarga{
  margin-top: 20px;
  padding: 8px 16px;
  border-radius: 5px;
  width: max-content;
  background: white; 
  color: #1d68af;
  display: flex;
  font-weight: 700;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 0.3s;
}

.boton-descarga:hover{
  color: white;
  background: #1d68af;
}

.contact-align{
  justify-content: space-evenly;
    flex-direction: column;
    display: flex;
}

@media (max-width:1300px){
  .site-main{
    height: 100%;
  }
  .section.is-active{
    align-items: baseline;
  }
}

@media (max-width:991px){
  .section__title{
    
    text-align: center;
    padding: 0;
  }
  
  
}