@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
/*
font-family: 'Raleway', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

body
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

#tituloUltimasNoticias
{
  background-color: #5E0A11;
  color:#FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 0px;
  width:170px;
}
.nr_seccion
{
  color: #002C55;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.nr_noticia
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.buscar
{
  max-width:300px;
  background-image: url('../images/icon_search.png');
  background-position: 98%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.red-facebook
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_facebook2.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-facebook:hover
{
  background-image: url('../images/icon_facebook1.png');
}

.red-twitter
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_twitter2.png');
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-twitter:hover
{
  background-image: url('../images/icon_twitter1.png');
}

.red-instagram
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_instagram2.png');
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-instagram:hover
{
  background-image: url('../images/icon_instagram1.png');
}

.red-youtube
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_youtube2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-youtube:hover
{
  background-image: url('../images/icon_youtube1.png');
}

#menu
{
  background-color: #002C55;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
#menu .nav a
{
  color:#FFF;
}
#menu .nav a:hover
{
  color:#999;
}

.np_grande
{
  max-height:640px;
  min-height:350px;
  height:700px;

  position: relative;
}
.tituloNotaPrincipal
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color:#FFF;
  text-align: justify;
  line-height: 1.2;

  position: absolute;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  height: auto;

  background: rgb(0,44,85,0.5);
  /*
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  */
}
.tituloNotaSecundaria
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color:#FFF;
  text-align: justify;
  line-height: 1.2;

  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: auto;
  height: auto;
  margin: 0px 2px 2px 0px;

  background: rgb(0,44,85,0.5);
  /*background: rgb(0,0,0,0.6);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);*/
}

.etiquetaPrincipal
{
  background-color: rgba(0,44,85,0.8);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color:#FFF;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 5px 5px 3px 3px;
  margin: 5px 0px 0px 5px;
}

.np_chico
{
  height:320px;
  min-width:230px;
}

.np_titulo
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color:#000;
  height: 65px;
  overflow: hidden;
}

.np_intro
{

}

.np_fecha
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color:#999;
}
.np_etiqueta
{
  background-color: #002C55;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color:#FFF;
  text-transform: uppercase;
  padding:5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
  padding: 5px 5px 3px 3px;
}
.np_etiqueta:hover
{
  background-color: #5E0A11;
  color:#FFF;
  text-decoration: none;
}

#laEncuesta
{
  background-color: #002C55;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color:#FFF;
  text-transform: uppercase;
  padding:8px;
}
#laEncuestaWidget
{
  background-color: #FFF;
}

#barraVideo
{
  background-color: #002C55;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color:#FFF;
  text-transform: uppercase;
  padding:8px;
}

#loMasLeido
{
  background-color: #002C55;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color:#FFF;
  text-transform: uppercase;
  padding:8px;
  text-align: center;
}

.loMasNumero
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color:#5E0A11;
  text-align: right;
}
.loMasNoticia
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color:#666;
  text-align: justify;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.loMasNoticia:hover
{
  color:#5E0A11;
}

.red-facebook2
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_facebook3.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-facebook2:hover
{
  background-image: url('../images/icon_facebook2.png');
}

.red-twitter2
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_twitter3.png');
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-twitter2:hover
{
  background-image: url('../images/icon_twitter2.png');
}

.red-instagram2
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_instagram3.png');
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-instagram2:hover
{
  background-image: url('../images/icon_instagram2.png');
}

.red-youtube2
{
  width: 30px;
  height: 30px;
  margin: auto 5px;
  background-image: url('../images/icon_youtube3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.red-youtube2:hover
{
  background-image: url('../images/icon_youtube2.png');
}

.publicidad
{
  margin: auto;
  text-align: center;
}
.publicidad2
{
  margin: auto;
  text-align: center;
}

.seccionTitulo
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 60px;
  color:#5E0A11;
}

.sec_Imagen
{
  width: 100%;
  height: auto;
  cursor: pointer;
}

.sec_Titulo
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color:#5E0A11;
  line-height: 1.2;
  cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.sec_Titulo:hover
{
  color:#999;
}
.sec_Autor
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color:#666;
}
.sec_Intro
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#000;
  text-align: justify;
}
.sec_Vermas
{
  background-color: #002C55;
  color:#FFF;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_Vermas:hover
{
  background-color: #666;
  color:#FFF;
}


.nota_Imagen
{
  width: 100%;
  height: auto;
}

.nota_Titulo
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 50px;
  color:#002C55;
  line-height: 1.1;
}
.nota_Autor
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color:#666;
}
.nota_Intro
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color:#000;
  text-align: justify;
}
.nota_Texto
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color:#000;
  text-align: justify;
}

.boxNotaMas
{
  background-color:rgba(255, 255, 255, 1);
  cursor:pointer;
}
.boxNotaMas:hover
{
  /*background-color: rgba(255, 0, 0, 0.5);*/
  box-shadow: 1px 1px 5px #999;
}
.enlaceVideo
{
  cursor:pointer;
}
.enlaceVideo:hover
{
  box-shadow: 1px 1px 5px #999;
}

.videoCarrusel
{
  /*width:210px;*/
  cursor: pointer;
  color:#FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.videoCarrusel:hover
{
  background-color:#FFF;
  color:#000;
}

.otrasNotas
{
  cursor: pointer;
  color:#002C55;;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.otrasNotas:hover
{
  background-color:#002C55;;
  color:#FFF;
}

#footer
{
  background-color: #002C55;
  color:#FFFFFF;
}


.slicknav_menu {
	display:none;
}

#blankSpace
{
  width:100%;
  height:64px;
  display:none;
}

@media (max-width: 967px)
{
	.js #menu {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}
  #blankSpace
  {
    display:block;
  }

}

.topFecha
{font-size:18px; font-weight:600;}
.topBusqueda
{

}

@media (max-width: 833px)
{
  .siguenos{display: none;}
}
@media (max-width: 768px)
{
  .seccionTitulo
  {
    font-size: 40px;
  }
  .nota_Titulo
  {
    font-size: 35px;
  }
  .topFecha
  {
    text-align:center !important;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .topBusqueda
  {
    text-align: center;
    justify-content:center;
  }
  .buscar
  {
    margin:auto;
    margin-bottom: 10px;
  }
  .siguenos
  {margin:auto;
  display:none;}
  .red-youtube, .red-instagram ,.red-twitter, .red-facebook
  {display:none;}

  .np_grande
  {
    height:350px;
  }
}
