/*-----------leo-----------*/
.texto_p{
  padding: 0 0 4em 0;
}
a{
  text-decoration: none !important;
}
.n_anuncios_img{
  margin: 0 0 3em;
}
.n_anuncios_img img{
  width: 100%;
}
.n_titulo{
  font-family: 'Bebas Neue bold';
}
.n_titulo_span{
  font-family: 'Ananda' !important;
}
.n_historia {
  min-height: 500px;
  text-align: center;
  position: relative;
}
.n_historia .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}
.n_title_2 {
  float: left;
  font-family: 'Bebas Neue bold';
  font-size: 50px;
  margin: 40px 0 27px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.n_obj_title_2 {
  color: #f3b15c;
  float: left;
  font-family: 'Bebas Neue bold';
  font-size: 35px;
  margin: 40px 0 27px;
  position: relative;
  text-align: center;
  width: 100%;
}
.n_historia_p {
  font-family: 'Cardo regular';
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1em 4em;
  text-align: center;
}
.n_contenedor_becas{
  padding: 0 3em;
  position: relative;
}
.n_contenedor_VM{
  padding: 0 3em;
  position: relative;
}
.n_contenedor_VM h2{
  color: #f3b15c;
  font-family: 'Bebas Neue regular';
}
.n_contenedor_VM p{
  font-family: 'Cardo regular';
}
.n_contenedor_NI_proartes{
  padding: 0 3em;
  position: relative;
}
.n_contenedor_NI_proartes h2{
  color: #f3b15c;
  font-family: 'Nexa bold';
  font-size: 25px !important;
}
.n_contenedor_NI_proartes p{
  font-family: 'Cardo regular';
}
.n_directorArt{
  padding: 0 3em;
}
.n_directorArt h2{
  font-family: 'Ananda' !important;
}
.n_directorArt p{
  font-family: 'Cardo regular';
}
.n_directorArt_proartes{
  padding: 0 3em;
}
.n_directorArt_proartes h2{
  font-family: 'Ananda' !important;
}
.n_directorArt_proartes p{
  font-family: 'Cardo regular';
}
.n_contacto{
  text-align: left;
}

.n_contacto section{

/*  text-align: center !important;*/

}


.n_contacto h3{
  font-family: 'Bebas Neue light';
  font-size: 35px;
}
.n_contacto_info_img{
    width: 50px;
    display: inline-block;
    padding: 0px 10px 0 0px;
    vertical-align: top;
}
.n_contacto_info_p{
    color: #fff !important;
    font-family: 'Cardo regular' !important;
    font-size: 19px;
    margin: 0 0 3em 0;
    text-align: left;
    width: 80%;
    display: inline-block;
}
.n_contacto_info_p:hover{
    color: #f3b15c !important;
}
.n_contacto_horario_p{
    color: #fff !important;
    font-family: 'Cardo regular' !important;
    font-size: 19px;
    margin: 0 0 3em 0;
    text-align: center;
    width: 80%;
    display: inline-block;
}
.n_contacto_redes img{
  margin: 0 5px;
  width: 50px;
}
@media (min-width: 992px) {
  .n_title_2 {
    font-size: 70px;
  }
  .n_contacto_info_p,.n_contacto_horario_p{
    font-size: 19px;
    text-align: left;
  }
  .n_logos{
    transform: translate(0,100%);
  }
  .n_directorArt {
    padding: 0 5em;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .n_directorArt h2 {
    font-size: 40px;
  }
  .n_directorArt p {
    font-size: 21px;
  }
  .n_directorArt_proartes h2 {
    font-size: 40px;
  }
  .n_directorArt_proartes p {
    font-size: 21px;
  }
  .n_contenedor_VM{
    position: absolute;
    right: 0;
    top: 60%;
    transform: translate(0,-50%);
}
}
@media (min-width: 1440px) {
  .n_contenedor_VM{
    padding: 4em 3em 0;
  }
  .n_contenedor_becas{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
}

/*-----------leo-----------*/
