@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html{
  scroll-behavior:smooth;
}

a, a:hover{
  color:inherit;
  text-decoration: none;
}

body{
  background: #FFF;
  color:#FFF;
  font-family: "Libre Franklin", sans-serif;
  font-size: .8em;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

h1, h2, h3, h4, h5{
  font-family: "Playfair Display", serif;
}

.backBlack{
  background: #000;
}

article{
  color:#4f4e4e;
  font-size: 1.2em;
  padding:0 5%;
  width:90%;
}

article h1{
  font-size: 2.5em;
}

article a, article a:hover{
  color:#f7931e;
  text-decoration: none;
}

.wh100{
  height: 100vh;
}

.wh90{
  height: 95vh;
}

.wh10{
  height: 5vh;
}

p{
  margin: 0 0 0 10px;
}

.misionCentrado{
  justify-content: space-around;
}

.margenAuto{
  margin: auto;
}

.backARRC{
  background-image: url(images/fondo-arrc_b.jpg);
  background-repeat: no-repeat;
  background-size:cover;

}


.backASCV{
  background-image: url(images/fondo-acsv_b.jpg);
  background-repeat: no-repeat;
  background-size:cover;

}

.backCAANSA{
  background-image: url(images/fondo-caansa_b.jpg);
  background-repeat: no-repeat;
  background-size:cover;

}

.vGroup{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  transition: all .5s;
}

.hGroup{
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: all .5s;
}

.logo1_2{
  height: auto;
  max-width: 450px;
  width: 90%;
  transition: all .5s;
}

.logo3{
  height: auto;
  max-width: 300px;
  width: 100%;
  transition: all .5s;
}

.logoAviso{
  align-items: center;
  height: auto;
  max-width: 250px;
  width: 90%;
  transition: all .5s;
}

.logoAviso3{
  align-items: center;
  height: auto;
  max-width: 150px;
  width: 90%;
  transition: all .5s;
}

.centro{
  align-items: center;
}


.noDisplay{
  display: none;
}

.siDisplay{
  display:block;
}

#boton1, #boton2, #boton3{
  overflow: hidden;
}

.w5{
  width: 5% !important;
  transition: all .5s;
}

.w10{
  width: 10% !important;
  transition: all .5s;
}

.w15{
  width: 15% !important;
}

.w20{
  width: 20% !important;
}

.w25{
  width: 25% !important;
}

.w30{
  width: 30% !important;
}

.w35{
  width: 35% !important;
}

.w40{
  width: 40% !important;
}

.w45{
  width: 45% !important;
}

.w50{
  width: 50% !important;
}

.w55{
  width: 55% !important;
}

.w60{
  width: 60% !important;
}

.w65{
  width: 65% !important;
}

.w70{
  width: 70% !important;
}

.w75{
  width: 75% !important;
}

.w80{
  width: 80% !important;
}

.w90{
  width: 90% !important;
}

.w100{
  width: 100% !important;
}


@media screen and (max-width: 770px) {
  .logo1_2{
    width: 80%;
    transition: all .5s;
  }
  
  .logo3{
    width: 60%;
    transition: all .5s;
  }
  
  .wh100, .wh90, .wh10{
    height: 33.3vh;
  }
  
  .hGroup{
    flex-direction: column;
  }
  
  .w10, .w20, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w70, .w80, .w90{
    width: 100% !important;
  }

}