body{
    background: #fff;
}
p, li  {
    color: #6f6f6f;
}

h5{ 
    font-size: 1rem;
    font-weight: 600;
}
.libros{
    font-size: 13px;
    text-align: left;
	
}
.banner-header{
    background: #243588;
    height: 30px;
    color: #fff;
    text-align: center;
}
.banner-header h5{
    padding: 5px 0 0 0;
    margin: 0;
}
.banner-publicidad-header{
    border: 1px solid #243588;
}
.header-revista{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    
}
.header-revista img {
    width: 63px;
    height: 100px;
    margin-left: 10px;
}
.texto-header-revista {
    width: 182px;
    text-align: center;
    color: #fff;
    font-size: .9rem;
    margin: 0;
    padding: 0;
}
.texto-header-revista p {
    margin: 0;
    padding: 0;
    color: #000;
}
.link-revista-header{
    display: block;
    background: #243588;
    margin: 8px 0 0 0;
    padding: 3px 0;
    color: #fff;
    border-radius: 20px;
}

.link-footer{

    color: #fff;
    border-radius: 20px;
}

.bg-azul{
    background: #00BEC1;
    
}
.navbar-nav .nav-item .nav-link {
    color: #FFED00;
    font-size: 1rem;
}
.navbar-nav .nav-item.active .nav-link  {
    color: #e54d89 !important;
}

.dropdown-submenu {
    position: relative;
	
	 
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
	  
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
	 
  }

.fa-circle {
    color: #F2E205;
    font-size: 8px;
    vertical-align:super;
    padding-right: 1px;
}
/**************************/
/*         slider         */
/**************************/
.carousel-caption {
    /*background-color: rgba(36, 53, 136,.75);*/
    padding: 10px 45px;
    left: 0;
    width: 100%;
    bottom: 0;
}
.carousel-caption h2{
    font-weight: 700;    
    text-align: left;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    border-left:5px solid #e54d89;
    padding-left: 8px;
}
.carousel-caption p{
    text-align: left;
    color: #fff  !important;
    font-size: 1.2rem;
    margin-bottom: 35px;
    text-shadow: 0 0 5px rgba(0,0,0,.9);
}

/**************************/
/*  secciones de noticias */
/**************************/
.bg-notas {
    background: #f9f9f9;
}
.caja-notas{
    position: relative;
}
.descripcion-noticia h5{
    position: absolute;
    top: 20px;
    padding: 5px;
    background: rgba(36, 53, 136,.8);
    color: #fff;
}
.titulo-notas{
    margin-top: 15px;
    margin-bottom: 15px;
}
.titulo-notas h4 {
    font-weight: 600;
}
.titulo-notas a, .btn-rosa {
    color: #e54d89;
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #e54d89;
}
.bloque-mininotas{
    display: flex;
    flex-flow: row nowrap;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    padding: 20px 0;
}
.img-mininotas{
    width: 100px;
    margin-right: 10px;
}
.texto-mininotas a{
    color: #e54d89;
}
.bg-newsletter{
    background: url(../img/bg-newsletter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.input-news{
    border-radius: 2px 0 0 2px;
}
.boton-azul{
    border-radius: 0 2px 2px 0;
    background: #243588;
    color: #fff;
}
footer{
    background: #00BEC1;
    color: #fff;
}
footer h3{
    font-weight: 600;
    margin-bottom: 25px;
}
.redes-sociales i{
    font-size: 1.78rem;
    color: #fff;
    margin-right: 8px;
}
footer ul.fa-ul li {
    margin-left: -15px;
    margin-bottom: 15px;
    color: #fff;
}
.footer-2{
    background: #0F163B;
    color: #fff !important;
    text-align: center;
    padding-top: 10px;
}
/* slide patrocinadores*/
.slider {
    width: 95%;
    margin:  20px auto 0 auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #243588;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
/*fin slide patrocinadores*/










.contenedor-noticias{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 15px;
}
.caja-noticias{
    width: 33.3%;
}

.apartado-convenciones{
    border-left: 5px solid red;
}
.apartado-giros{
    border-left: 5px solid blue;
}
.tarjeta{
    background: #fff;
    padding: 2px;
}

.tarjeta-noticias{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.noticia-mitad{
    width: 48.5%;
}

.notica-chica{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.notica-chica:last-child{
    margin-bottom: 0px;
}
.img-noticia-chica{
    padding-right: 15px;
}
.fecha{
    font-size: .7rem;
    color: #888888;
}

/* Certificaciones */
.callout {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left: 5px solid #f0ad4e;
    border-radius: 3px;
}
ul.fa-ul li i {
    color: #e54d89;
}


.ico-contacto{
    font-size: 3rem;
    padding: 30px;
    width: 100px;
    color: #243588;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
