@font-face {
  font-family: "AvenirNextLTPro";
  src: url("../fonts/AvenirNextLTPro-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "AvenirNextLTPro";
  src: url("../fonts/AvenirNextLTPro-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "AvenirNextLTPro";
  src: url("../fonts/AvenirNextLTPro-Demi.otf");
  font-weight: 600;
}

body{
  font-family: "AvenirNextLTPro";
}

h1{
font-weight: 700;
text-align: center;
text-transform: uppercase;
color: #201125;
}

p, li{
  font-size: 1.125rem;
}

a{
  color: #9d96a8 !important;/*#392f44;*/
  font-weight: 700;
  text-decoration:none;
}

a:hover{
  color: #9d96a8;
  text-decoration: none;
}

span{
  color: #9d96a8;
  font-weight: 600;
  color: #392f44;
}

.seccion{
  padding: 3rem 0;

}

.encabezado{
  min-height: 348px;
  background: url("../img/principal.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.logo-encabezado img{
  width: 100%;
}

.header-custom{
  padding-top: 5px;
  background-color: #672c308c;
}


.navegacion a{
  display: block;
  color: #9d96a8;
  margin-right: 1rem;
  font-weight: 400;
}

.navegacion a:hover,
.navegacion a.active{
  text-decoration: none !important;
  font-weight: 700;
}

.active{
  text-decoration: none;
  font-weight: 700;
  color: #f5dc81 !important;
}

.navegacion a:last-child{
  margin-right: 0;
}

.convocatoria{
    padding: 2rem 0;
}

.informacion h2{
  color: #392f44;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.75rem;
}


.imagen-convocatoria img{
  max-width: 18.56rem;
}

.btn-yellow{
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem 2.25rem;
  background-color: #31B700;
  border-radius: .3rem;
  margin: 2rem 0;
  transition: background-color .3s ease-out 0.1s;
}

.btn-yellow:hover{
  color: #fff;
  text-decoration: none;
  background-color: #31B700;

}

.registro-imagen{
  min-height: 441px;
  background: url("../img/registro_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
  align-items: center;
}

.historia-imagen{
  min-height: 441px;
  background: url("../img/historia_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
  align-items: center;
}

.btn-yellow-outline{
  display: inline-block;
  color: #edc352;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1rem 2.25rem;
  border: solid .125rem #edc352;
  background-color: transparent;
  border-radius: .3rem;
  margin: 2rem 0;
  transition: background-color .3s ease-out 0.1s;
}

.btn-yellow-outline:hover{
  color: #fff;
  text-decoration: none;
  background-color: #edc352;
}

.informacion-registro h1{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: right;
}

.informacion-registro span{
  color: #9d96a8;
}

.historia{
  padding: 2rem 0;
}

.historia h2{
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
  color: #9d96a8;
  text-transform: uppercase;
}

.historia p span{
  font-weight: 700;
}

.contacto-aviso{
  background-color: #392f44;
  min-height: 5.125rem;
}

.redes-sociales a{
  margin-right: 2rem;
}

.redes-sociales a:last-child{
  margin-right: 0;
}

.aviso-privacidad a{
  font-size: .75rem;
  color: #9d96a8;
  font-weight: 400;
}

.aviso-privacidad a:hover{
  color: #9d96a8;
  font-weight: 600;
}

.derechos{
  background-color: #201125;
  min-height: 3rem;
}

.derechos p{
  margin: 0;
  color: #9d96a8;
  font-size: .75rem;
}

/*Interiores - convocatoria*/

.encabezado-interior{
  display: flex;
  align-items: center;
  min-height: 7rem;
  background: #ffffffb3;
}

.logo-encabezado-interno img{
  width: auto;
  max-height: 8rem;
}

.container2{
  max-width: 100%;
  margin: auto;
}

@media (min-width: 768px){
  .container2{
    max-width: 80%;
  }
}

.contenido-convocatoria h1{
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #201125;
}

.contenido-convocatoria h2{
  font-weight: 600;
  text-align: left;
  color: #9d96a8;
}

.contenido-convocatoria h3{
  font-weight: 400;
  color: #9d96a8;
}

.formulario-registro h1{
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #201125;
}

.subtitulo{
  text-align: center;
  color: #9d96a8;
  font-weight: 600;
}

.formulario-registro label,
.formulario-registro p{
  font-weight: 600;
  color: #392f44;
  font-size: 1rem;
}

.formulario-registro input::placeholder,
.formulario-registro textarea::placeholder{
  color: #9d96a8;
  font-size: 1rem;
}

.formulario-registro input,
.formulario-registro select,
.formulario-registro textarea{
  border-color: #9d96a8;
}

.custom-file label{
  font-weight: 400;
  border-color: #9d96a8;
  color: #9d96a8;
}

.form-check label{
  font-weight: 400;
  color: #9d96a8;
}

button{
  border: 0;
}

.nota-privacidad p{
  font-size: 1rem;
  color: #9d96a8;
  text-align: justify;
}

.contenido-aviso h1{
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #201125;
}

.contenido-aviso p,
.contenido-aviso li{
  font-size: 1rem;
}

.contenido-aviso h2{
  font-size: 1.3rem;
  color: #9d96a8;
  font-weight: 600;
  margin: 2rem 0 1rem;
}

table{
  width: 100%;

}

.otros_interesados th{
  text-align: center;
  background-color: #9d96a8;
  color: #fff;
}

.otros_interesados td{
  border-bottom: solid .0625rem #9d96a8;
}

.comite-organizador ul{
  list-style: none;
  text-align: center;
}

.comite-organizador ul li{
  font-weight: 600;
  color: #281d2d;
  font-size: 1.5rem;
}

.comite-organizador ul li p{
  font-weight: 400;
  color: #9d96a8;
}

.blockquote{
  color: #9d96a8;
}
