
.fondo_blue {
    background: #D7D7E2;
}

#inicio_destacado {
    padding: 2% 5% 2%;
}

#inicio_destacado p {
    font-size: 1.0em;
    font-weight: 300;
    color: #000;
}

#componente_completo.ArticulosEconomiaYpolitica .texto_img.vertical {
    height: auto;
}

#componente_completo.ArticulosEconomiaYpolitica .texto_img.articuloColDerCategorias {
    height: auto;
}

#inicio_destacado .sliderprincipal.imagenprincipal {
    background: #FFFFFF;
    width: 110%;
}

#inicio_destacado .sliderprincipal.imagenprincipal .carousel {
    padding: 10px;
}

#inicio_destacado .sliderprincipal.imagenprincipal .carousel-item {
    overflow: hidden;
    max-height: 350px;
}

#inicio_destacado .sliderprincipal.imagenprincipal img.banner {
    width: 100%;
}

#inicio_destacado .sliderprincipal.imagenprincipal ul.carousel-indicators {
    display: none;
}

#inicio_destacado .sliderprincipal.imagenprincipal .carousel-control-prev {
    left: 0;
    align-items: flex-end;
    bottom: 10%;
    width: 10%;
    justify-content: flex-end;
}

#inicio_destacado .sliderprincipal.imagenprincipal .carousel-control-next {
    left: 12%;
    align-items: flex-end;
    bottom: 10%;
    width: 10%;
    justify-content: end;
}

#inicio_destacado .sliderprincipal.imagenprincipal a.carousel-control-prev i {
    color: #21046f;
    font-size: 42px;
}

#inicio_destacado .sliderprincipal.imagenprincipal a.carousel-control-next i {
    color: #DA0921;
    font-size: 42px;
}

#inicio_destacado .center_item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

#inicio_destacado .cuadro_texto {
    padding: 5% 7%;
    border-radius: 0;
    width: 100%;
    box-shadow: 3px 2px 13px #cecece;
    z-index: 1;
    background: #fff;
}

#inicio_destacado .cuadro_texto h2 {
    font-weight: 700;
    font-size: 1.9em;
    margin: 0;
    margin-bottom: 10px;
    line-height: 33px;
}

#inicio_destacado .cuadro_texto .ir_inicial {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 0px 0px;
}

.box_categorias {
    padding: 2% 5% 10px;
}


/*BOX CATEGORIA*/


/* Common style */
.box_categorias .grid figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* max-width: 480px; */
    height: 100%;
    max-height: 240px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    background: #000;
    /* padding: 10px; */
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.box_categorias figure.effect-zoe p.description span {
    position: absolute;
    left: -20px;
    bottom: 14%;
    padding: 10px 20px;
    font-style: italic;
    font-size: 0.9em;
    font-weight: 600;
}

.box_categorias figure.effect-zoe p.icon-links a:hover i.fab.fa-twitter{
    color: #49CBFF;
}

.box_categorias figure.effect-zoe p.icon-links a:hover i.fab.fa-linkedin-in {
    color: #0073b1;
}

.box_categorias figure.effect-zoe p.icon-links a:hover i.fab.fa-facebook-f {
    color: #3b5998
}

.box_categorias .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.5;
    width: 100%;
}

.box_categorias .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.box_categorias .grid figure figcaption::before,
.box_categorias .grid figure figcaption::after {
	pointer-events: none;
}

.box_categorias .grid figure figcaption,
.box_categorias .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.box_categorias .grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.box_categorias .grid figure h2 {
	word-spacing: -0.15em;
    font-weight: 300;
    font-size: 1.1rem;
}

.box_categorias .grid figure h2 span {
    font-weight: 800;
    margin-left: 3px;
}

.box_categorias .grid figure h2,
.box_categorias .grid figure p {
	margin: 0;
}

.box_categorias .grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

.box_categorias figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #130143;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.box_categorias figure.effect-zoe h2 {
	float: left;
}

.box_categorias figure.effect-zoe p.icon-links a {
    float: right;
    color: #ffffff;
    font-size: 2.3em;
    padding: 7px;
}

.box_categorias figure.effect-zoe:hover p.icon-links a:hover,
.box_categorias figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

.box_categorias figure.effect-zoe p.description {
    position: absolute;
    bottom: 4em;
    padding: 0em 10px 5em 0.0em;
    color: #fff;
    text-transform: none;
    font-size: 76%;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    font-weight: 600;
    text-align: left;
    font-weight: 800;
}
.box_categorias figure.effect-zoe h2,
.box_categorias figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.box_categorias figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.box_categorias .icon-eye::before {
	content: '\e000';
}

.box_categorias .icon-paper-clip::before {
	content: '\e001';
}

.box_categorias .icon-heart::before {
	content: '\e024';
}

.box_categorias figure.effect-zoe h2 {
	display: inline-block;
}

.box_categorias figure.effect-zoe:hover p.description {
	opacity: 1;
}

.box_categorias figure.effect-zoe:hover figcaption,
.box_categorias figure.effect-zoe:hover h2,
.box_categorias figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.box_categorias figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.box_categorias figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box_categorias figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.box_categorias figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/* Individual effects */

.box_categorias.dos_columnas figure.effect-zoe p.description {
    font-size: 105%;
    bottom: 2em;
    width: 95%;
    line-height: 31px;
}

.box_categorias.dos_columnas figure.effect-zoe p.description span {
    font-size: 0.7em;
}

/*BOX CATEGORIA*/


/*componente_completo*/


#componente_completo .texto_img.vertical {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    height: 95%;
}

#componente_completo .texto_img.vertical .img_compartida {
    width: 100%;
}

#componente_completo .texto_img.vertical  .texto_compartido {
    width: 100%;
    padding: 20px 0px;
}

#componente_completo .revista_visual {
    background: #F7F7F7;
    padding: 20px 30px;
    margin-top: 20px;
}

#componente_completo .texto_fial p a {
    color: #2C1D53;
}

#componente_completo .ISSN {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

#componente_completo  .texto_fial {
    padding-top: 20px;
}

#componente_completo .sobre_nosotros h3 {
    align-items: flex-end;
    display: flex;
    align-content: flex-end;
    text-decoration: underline;
    font-weight: 700;
}

#componente_completo .sobre_nosotros h3 img {
    margin-right: 10px;
    padding-bottom: 4px;
}

#componente_completo .sobre_nosotros p {
    margin: 2px 0px;
    color: #000;
}

#componente_completo .sobre_nosotros p a {
    color: #000;
}

#componente_completo .sobre_nosotros {
    padding: 25px 10px;
}

#componente_completo .descargar_revista a {
    color: #da0b21;
    text-decoration: underline;
}

#componente_completo .texto_fial p {
    font-size: 0.9em;
    color: #2C1D53;
    margin: 0px;
}

#componente_completo .descargar_revista a:hover {
    color: #130143;
}

#componente_completo .descargar_revista a img {
    padding-left: 3px;
    max-width: 30px;
    padding-bottom: 5px;
}

#componente_completo .descargar_revista {
    text-align: end;
}

#componente_completo .ISSN img {
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
}

#componente_completo .ISSN small {
    padding: 10px 0px;
    font-weight: 600;
    color: #777;
}

#componente_completo .footer_articulo select#inlineFormCustomSelectPref {
    width: 100%;
    color: #fff;
    background: #130143;
    font-size: 1.3em;
    padding: 5px 30px;
}


#componente_completo .ISSN img {
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
}

#componente_completo .footer_articulo {
    margin-top: 20px;
}

hr.gris {
    border: 1px solid #D8D6D6;
}

#componente_completo .texto_compartido h5 a {
    color: #000000;
    font-weight: 600;
}

#componente_completo .img_compartida {
    width: 40%;
    overflow: hidden;
}

#componente_completo .img_compartida a:hover img {
    filter: brightness(0.5);
}

#componente_completo .texto_compartido h5 a:hover {
    color: #da0b21;
    text-decoration: none;
}

#componente_completo .texto_compartido h6 a:hover {
    color: #da0b21;
    text-decoration: none;
}

#componente_completo .img_compartida a {
    display: block;
}
#componente_completo .img_compartida a:hover {
    border: 2px solid #828282;
}
#componente_completo .img_compartida a {
    border: 2px solid transparent;
}

#componente_completo .texto_compartido {
    padding: 8px 0px 8px 30px;
    width: 60%;
}


#componente_completo .img_compartida img {
    width: 100%;
    min-width: 330px;
    transform: translateX(0);
}


#componente_completo .texto_compartido h6 a{
    color: #0A0122;
    font-weight: 600;
}

#componente_completo {
    padding: 2% 5% 2%;
}

#componente_completo .texto_img {
    display: flex;
    width: 100%;
    padding: 5px 2%;
    align-items: center;
    background: #F4F4F4;
    margin: 20px 0px;
    height: 46%;
}

/*componente_completo*/

@media (min-width:1440px){
.box_categorias {
    padding: 2% 10% 10px;
}


#componente_completo {
    padding: 2% 10% 2%;
}

#inicio_destacado {
    padding: 2% 10% 2%;
}



}

@media (max-width:1300px){
#inicio_destacado .cuadro_texto h2 {
    font-size: 1.6em;
}

.box_categorias figure.effect-zoe p.description {
    bottom: 42px;
    font-size: 64%;
    letter-spacing: 0.7px;
    padding: 0em 5px 5em 0.0em;
}

.box_categorias figure.effect-zoe p.icon-links a {
    font-size: 2.0em;
}

.box_categorias figure.effect-zoe figcaption {
    padding: 0.6em;
    height: 2.75em;
}

.box_categorias figure.effect-zoe p.icon-links a {
    padding: 4px 7px;
}

}


@media (max-width:1024px){
    .box_categorias .grid figure h2 {
    font-size: 1.0rem;
}
}

@media (max-width:991px){
    #componente_completo .ISSN small {
        width: 100%;
        text-align: center;
    }
    #inicio_destacado .sliderprincipal.imagenprincipal {
        width: 100%;
    
    }

    .box_categorias.dos_columnas figure.effect-zoe p.description {
        font-size: 100%;
        bottom: 2em;
        width: 90%;
    }

}



@media (max-width: 767px){
    .box_categorias figure.effect-zoe.CyT p.description span, .box_categorias .grid figure.effect-zoe.CyS p.description span, .box_categorias .grid figure.effect-zoe.EyP p.description span, .box_categorias .grid figure.effect-zoe.SyB p.description span{
        bottom: 20%;
    }

    #inicio_destacado .cuadro_texto {
        padding: 4% 4%;
    }

    .box_categorias figure.effect-zoe p.description {
        bottom: 2em;
        font-size: 120%;
    }

    .box_categorias.dos_columnas figure.effect-zoe p.description {
        width: 90%;
    }

    

    #componente_completo .texto_compartido p {
        font-size: 0.9em;
    }

    #componente_completo .texto_compartido h5 {
        font-size: 1.3em;
    }

   

}

@media (max-width:600px){

    #componente_completo .revista_visual {
        padding: 20px 20px;
    }
        
    
    
    #componente_completo .texto_compartido h5 {
        font-size: 1.2em;
    }
    
    #componente_completo .texto_compartido {
        width: 100%;
        padding: 20px 0px;
    }
    
    #componente_completo .img_compartida {
        width: 100%;
    }
    
    #componente_completo .texto_img {
        flex-wrap: wrap;
    }

    .box_categorias.dos_columnas figure.effect-zoe p.description {
        font-size: 110%;
        bottom: 1em;
        width: 96%;
        letter-spacing: 0.6px;
        line-height: 28px;
    }

    .box_categorias figure.effect-zoe p.description {
        bottom: 1em;
        font-size: 114%;
        line-height: 31px;
    }

    #inicio_destacado .cuadro_texto h2 {
        font-size: 1.3em;
        line-height: 30px;
    }

    #inicio_destacado .sliderprincipal.imagenprincipal a.carousel-control-next i {
        font-size: 30px;
    }

    #inicio_destacado .sliderprincipal.imagenprincipal a.carousel-control-prev i {
        font-size: 30px;
    }
    
    }

@media (max-width:580px){

    .box_categorias figure.effect-zoe.CyT p.description span, .box_categorias .grid figure.effect-zoe.CyS p.description span, .box_categorias .grid figure.effect-zoe.EyP p.description span, .box_categorias .grid figure.effect-zoe.SyB p.description span {
        bottom: 25%;
    }
}

@media (max-width:420px){

    #inicio_destacado .cuadro_texto h2 {
        font-size: 1.3em;
        line-height: 26px;
    }

    #inicio_destacado .cuadro_texto p {
        font-size: 1.0em;
    }

    .box_categorias figure.effect-zoe p.description {
        font-size: 91% !important;
        line-height: 25px;
    }

    #otros_articulos .img_compartida img {
        transform: translateX(-15%) !important;
    }
}


@media (max-width: 380px){

    #inicio_destacado .cuadro_texto h2 {
        font-size: 1.0em;
        line-height: 21px;
    }

    #componente_completo .texto_compartido h5 {
        font-size: 1.1em;
    }

    .box_categorias figure.effect-zoe p.description {
        font-size: 86% !important;
        line-height: 23px;
        font-weight: 700;
    }

}