<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');

.modulo-stories{
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 20px 0px;
}

.modulo-stories .ver-todas{
    float: right;
    font-size: 14px;
	line-height: 20px;
    color: black;
    text-transform: none;
    font-weight: 400;
}

.modulo-stories .ver-todas i{
    font-size: 12px;
	margin-right:2px;
}

.modulo-stories .mask-stories{
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-radius: 3px;
	overflow:hidden;
}

.modulo-stories .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px 6px;
	margin: 8px 15px;
	z-index: 999;
	color: white;
}

.modulo-stories .overlay .nombre {
font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.modulo-stories .overlay .descripcion {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	height:0px;
	overflow:hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo-stories .amp-stories:hover .overlay .descripcion {
	height:80px;
	overflow:hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo-stories .overlay .posicion {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #ffd60d;
}


@media (max-width: 767px){

.modulo-stories{
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 10px 0px;
}

.modulo-stories .overlay {
	margin: 8px 6px;

}

.modulo-stories .overlay .nombre {
	font-size: 14px;
}

.modulo-stories .overlay .descripcion {
	display:none;
}

}

@media (max-width: 767px) {

.carousel_stories.owl-carousel .owl-stage {
    left: -30px !important;
}
}

.modulo-stories.cabecera-stories {
    background: linear-gradient( 225deg,#00dcc0,#005af0 75%);
	background: linear-gradient( 225deg,#272a2a,#2c2e30 75%);
    grid-column: 1/-1;
    position: relative;
    /*margin-left: 25px;
	margin-right: 25px;*/
	margin-top:0px;
	padding-top:60px;
	padding-bottom:60px;
    /*border-bottom-left-radius: 4em;*/
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 2em),4em 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 2em),4em 100%,0 100%);
    overflow: hidden;
}	

.modulo-stories.cabecera-stories img.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(30px);
    opacity: .8;
	/*display:none;*/
}

.modulo-stories .titulo-principal{
    font-size: 50px;
    color: white;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    line-height: 50px;
    border-left: solid 7px #0f315f;
    padding-left: 19px;
}

.texto-principal{
	font-size: 18px;
	line-height: 1.58;
	color: white;
	max-width: 75%;
	margin-top: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

@media (max-width: 768px){
.modulo-stories .titulo-principal{
    font-size: 26px;
	line-height:26px;
	padding-left:14px;
}

.modulo-stories .texto-principal{
	font-size: 15px;
	max-width: 100%;
	margin-top: 12px;
}

}

/*----------------------------------*/


.modulo-mas-historias{
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 20px 0px;
}

.modulo-mas-historias .titulo-principal{
    font-size: 40px;
    color: white;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    line-height: 40px;
    border-left: solid 7px #0f315f;
    padding-left: 19px;
}

.box-historia {
    position: relative;
	border-radius:7px;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:10px;
	display:block;
}

.box-historia:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px rgb(0 0 0 / 50%);
}

.box-historia::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .61;
    display: block;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,0.8) 80%,black 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,0.8) 80%,black 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,0.8) 80%,black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#000000',GradientType=0);
}

.box-historia:hover::before {
	opacity: .0;
}

.box-historia .clearfix.mascara{
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}


.box-historia .contenido-historia {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin: 0 25px;
    display: block;
}

@media (max-width: 768px){
.modulo-mas-historias .titulo-principal{
    font-size: 24px;
	line-height:24px;
	padding-left:14px;
}

.box-historia {

}

.box-historia .contenido-historia {
    position: relative;
    display: block;
    bottom: initial;
    left: initial;
    margin: 0;
}

.box-historia::before {
    opacity: .0;
}

.box-historia img {
    border-radius: 5px;
    margin-bottom: 12px;
}

}

.box-historia .contenido-historia h3 {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;
    color: #FFF;
	font-weight: 500;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.box-historia .contenido-historia .fecha {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    line-height: 11px;
    color: #FFF;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
	letter-spacing:initial;
}

.modulo-mas-historias .btn-ver-mas {
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 40px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #0f315f;
    border-radius: 5px;
}</pre></body></html>