<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Lector Diario
 * @dannyarza
 */
@import url(?d=2146&amp;mxId=00000000'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap');
@import url(?d=2146&amp;mxId=00000000'https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
@import url(?d=2146&amp;mxId=00000000'https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap');

body {
  	background: #f9f5ed;
  	font-family: 'Lato';
    text-rendering: optimizeLegibility;
  	padding: 70px 0 0 0;
  	margin: 0;
}
.cls{
	clear: both;
}
/*.navbar{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 60px;
	background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    color: #282828;
    position: fixed;
}
.bg-nav{
	background: #fff;
	color: #282828;
}
.main-header{
	width: 95%;
	margin: 0 auto;
}

.header-right .menu-trigger {
    float: right;
    position: relative;
    top: 20px;
    right: 5px;
    z-index: 999;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.header-right .menu-trigger .menu-trigger-btn {
    display: inline-block;
    background-color: #282828;
    -webkit-mask-image: url(../img/icon-menu.svg?d=2146&amp;mxId=00000000);
    mask-image: url(../img/icon-menu.svg?d=2146&amp;mxId=00000000);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 25px;
    height: 25px;
    padding: 6px;
    text-indent: -9999px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.header-right .search-trigger {
    float: right;
    position: relative;
    top: 20px;
    right: 20px;
    z-index: 999;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.header-right .search-trigger .search-trigger-btn {
    display: inline-block;
    background-color: #282828;
    -webkit-mask-image: url(../img/icon-search.svg?d=2146&amp;mxId=00000000);
    mask-image: url(../img/icon-search.svg?d=2146&amp;mxId=00000000);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 26px;
    height: 26px;
    padding: 6px;
    text-indent: -9999px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.container{
	width: 95%;
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	.main-header{
		width: 1110px;
		margin: 0 auto;
	}
	.container{
		width: 1110px;
	}

}
.logo{
	height: 60px;
	float: left;
}
.logo .logo-brand{
	margin: 15px 10px;
	display:inline-block;
	background-color:#282828;
	-webkit-mask-image:url(../img/abc.svg?d=2146&amp;mxId=00000000);
	mask-image:url(../img/abc.svg?d=2146&amp;mxId=00000000);
	-webkit-mask-repeat:no-repeat;
	mask-repeat:no-repeat;
	-webkit-mask-size:cover;
	mask-size:cover;
	width: 75px;
	height: 25px;
}*/
.section-title {
	width: 100%;
    margin: 20px 0 45px 0;
    position: relative;
    float: right;
}
.section-title h1 {
    font-size: 1.6em;
    margin-bottom: 0;
    font-family: "Unit Slab Pro", "Times New Roman"!important;
    font-weight: normal;
    position: relative;
    display: inline-block;
}
.section-title h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 35px;
    background-color: #d8a262;
}
.section-title h2 {
    font-size: 1.7em;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Unit Slab Pro", "Times New Roman"!important;
    font-weight: normal;
    position: relative;
    display: inline-block;
    color: #d8a262;
}
.section-title h3 {
    font-size: 1.5em;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-family: "Unit Slab Pro", "Times New Roman"!important;
    font-weight: normal;
    position: relative;
    display: inline-block;
    color: #d8a262;
}
.section-title h4{
    font-size: 1em;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-family: 'Lato';
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
}
.branding{
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: left;
   	float: left;
   	border-bottom: 1px solid #e5e1d8;

}

.branding h1{
	font-size: 0.6em;
    letter-spacing: 1px;
    font-family: 'Lato';
    font-weight: 700;
    color: #282828;
    text-align: left;
    text-transform: uppercase;
    float: left;

}
.branding .brand-logo{
	width: 176px;
	height: 86px;
	float: right;
}
.branding .brand-logo img{
	width: 100%;
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.section-title {
		width: 70%;
	    margin: 30px 0;
	    position: relative;
	    float: left;
	}
	.section-title h1 {
	    font-size: 2em;
	    margin-bottom: 0;
	    font-family: "Unit Slab Pro", "Times New Roman"!important;
	    font-weight: normal;
	    position: relative;
	    display: inline-block;
	}
	.branding{
		width: 30%;
		height: auto;
		padding: 5px 0;
		text-align: right;
	   	float: right;
	   	border-bottom: none;
	}

	.branding h1{
		font-size: 0.6em;
	    letter-spacing: 1px;
	    font-family: 'Lato';
	    font-weight: 700;
	    color: #282828;
	    text-align: left;
	    text-transform: uppercase;
	}
	.branding .brand-logo{
		width: 176px;
		height: 86px;
		float: right;
	}
	.branding .brand-logo img{
		width: 100%;
	}
	
}

@media (min-width: 1200px) {

}

.section-title-phone{
	margin: 25px 0 45px;
	text-align: center;
    position: relative;
}

.section-title-phone h1 {
    font-size: 1.8em;
    margin-bottom: 30px;
    font-family: "Unit Slab Pro", "Times New Roman"!important;
    font-weight: normal;
    position: relative;
    display: inline-block;
}
.section-title-phone h1:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d8a262;
    bottom: -10px;
    height: 3px;
    width: 55px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.section-title-phone h2 {
    font-size: 1.3em;
    margin-bottom: 0;
    font-family: 'Lato';
    font-weight: 700;
    position: relative;
}
.section-title-phone h3 {
    font-size: 0.85em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Lato';
    font-weight: 900;
    position: relative;
    letter-spacing: 2px;
}
.section-title-phone h4 {
    font-size: 0.9em;
    margin-bottom: 0;
    font-family: 'Lato';
    font-weight: normal;
    position: relative;
}
.section-title-phone h2 a, .section-title-phone h3 a, .section-title-phone h4 a{
    text-decoration: none;
    color: #282828;
}
.section-title-phone a.whatsapp{
	font-size: 0.9em;
    font-family: 'Lato';
    font-weight: 500;
    color: #282828;
	border:1px solid #282828;
	border-radius: 30px;
	padding: 10px 15px;
	margin: 30px 0;
	display: inline-block;
}

.section-title-phone a.whatsapp i{
	padding: 0 5px;
	display: inline-block;
	font-size: 1.0em;
   	font-weight: 900;
}
@media (min-width: 576px) {
    .section-title-phone a.whatsapp{
        font-size: 1.1em;
        font-family: 'Lato';
        font-weight: 500;
        color: #282828;
        border:1px solid #282828;
        border-radius: 30px;
        padding: 10px 15px;
        margin: 30px 0;
        display: inline-block;
    }

    .section-title-phone a.whatsapp i{
        padding: 0 5px;
        display: inline-block;
        font-size: 1.2em;
        font-weight: 900;
    }

}
.section-title-phone a.whatsapp b{
   font-weight: 900;
}
.section-title-phone a.whatsapp:hover{
	text-decoration: none;
}
.section-message{
	padding: 10px 0;
	margin: 20px 0;
	border-bottom: 1px solid #d8a262;
}
.section-message h1{
	font-size: 1.35em;
    margin-bottom: 5px;
    font-family: "UnitSlabProRegular", "Times New Roman"!important;
    font-weight: normal;
    position: relative;
    display: inline-block;
}
.section-message p{
	font-size: 1em;
    margin-bottom: 20px;
    font-family: 'Lato';
    font-weight: normal;
    position: relative;
}
.capital{
	width: 15%;
    float: left;
}
.capital h1{
	font-family: "Unit Slab Pro", "Times New Roman"!important;
  	font-size: 3em;
    color: #f9f5ed;
    text-shadow: -1px 0 #d8a262, 0 1px #d8a262, 1px 0 #d8a262, 0 -1px #d8a262;
}
.list{
	width: 85%;
	display: inline-block;
	padding: 0 0 30px 0;
}
.list p{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
.list p a{
	text-decoration: none;
	color: #282828;
}

.list p a:hover{
	padding-bottom: 2px;
	border-bottom: 1px solid #d8a262;
	color: #555;
}
section.destacados{
	background: #fff;
	margin: 0;
	padding: 0;
}

.carousel{
	width: 100%;
	padding: 40px 0;
}
.carousel-item{
	width: 100%;
	min-height: 200px;
	height: auto;
	padding: 20px 0;
	text-align: center;
}
.carousel-item .text-item{
	text-align: left;
}
.carousel-item .text-item h3{
	padding: 5px 0;
	font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Unit Slab Pro", "Times New Roman"!important;
    font-weight: normal;
    position: relative;
    display: inline-block;
    color: #d8a262;
    text-align: left;
}.carousel-item .text-item p{
	font-size: 1em;
	line-height: 1.4em;
	font-family: 'Merriweather', serif;
	font-style: italic;
	text-align: left;
	color: #605f5e;
}
.img-item{
	width: 106px;
	height: 106px;
	border-radius: 50%;
	border: 3px solid #d8a262;
	position: relative;
	margin: 0 auto;
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.img-item{
		width: 106px;
		height: 106px;
		border-radius: 50%;
		border: 3px solid #d8a262;
		position: absolute;
		right: 0;
	}
	
}

@media (min-width: 1200px) {

}
.img-item .img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	background-size: cover!important;
	background-position: center center!important;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
ol.carousel-indicators li{
	background: transparent;
}
ol.carousel-indicators li .circle{
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 15px!important;
	height: 15px!important;
	margin: 0 auto;
	color: #ccc;
	font-size: 0.6em;
}
ol.carousel-indicators li.active .circle{
	background: #fff;
	border-radius: 50%;
	width: 15px!important;
	height: 15px!important;
	margin: 0 auto;
	color: #ccc;
	font-size: 0.6em;
}
.carousel-control-prev{
	width: 20px;
}
.carousel-control-next{
	width: 20px;
}
.prev{
	width: 30px;
	height: 40px;
	background: url(../img/icon-prev.svg?d=2146&amp;mxId=00000000) no-repeat center center;
}
.next{
	width: 30px;
	height: 40px;
	background: url(../img/icon-next.svg?d=2146&amp;mxId=00000000) no-repeat center center;
}
.navegation{
	border-bottom: 1px solid #d8a262;
	padding: 5px 0;
}
.navegation h5{
	font-size: 0.9em;
	line-height: 1em;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
}
.navegation a.prev-icon{
	font-size: 0.8em;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    color: #605f5e;
    position: relative;
	text-align: left;
	display: inline-flex;
	padding-left: 10px;
	
}
.navegation a.prev-icon:after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 10px;
    left: 0px;
    background: url(../img/icon-prev.svg?d=2146&amp;mxId=00000000) no-repeat left center;
}
.navegation a.next-icon{
	font-size: 0.8em;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    color: #605f5e;
    position: relative;
	text-align: right;
	display: inline-flex;
	padding-right: 15px;
	
}
.navegation a.next-icon:after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 10px;
    right: 0px;
    background: url(../img/icon-next.svg?d=2146&amp;mxId=00000000) no-repeat left center;
}

section.brand{
	display: none;
}
@media (min-width: 576px) {
	section.brand{
		display: none;
	}
}

@media (min-width: 768px) {
	section.brand{
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-align: center;
	}
	section.brand img{
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {

}
section.brand-mobile{
	width: 100%;
	height: auto;
	background: #fff;
	margin: 0;
	padding: 0;
}
section.brand-mobile img{
	width: 100%;
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	section.brand-mobile{
		display: none;
	}
}

@media (min-width: 992px) {
	section.brand-mobile{
		display: none;
	}
}

@media (min-width: 1200px) {
	section.brand-mobile{
		display: none;
	}
}
section.phone{
	width: 100%;
	height: auto;
	background: #ffe500;
	margin: 0;
	padding: 0;
}
/*footer{
	background-color: #fff;
    color: #282828;
    font-size: .8em;
    padding: 0 0 20px;
}
footer .submenu-footer {
    text-align: center;
    padding: 30px 0;
    margin: 20px 0;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}
footer .submenu-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .submenu-footer ul li {
    display: inline-block;
    padding: 0 4px;
}
footer .submenu-footer ul li a {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 12px;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
footer .footer-bottom .footer-logo {
    display: block;
    float: left;
}
footer .footer-bottom .footer-text {
    float: left;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .footer-bottom .footer-logo .logo {
    display: inline-block;
    background-color: #282828;
    -webkit-mask-image: url(../img/abc.svg?d=2146&amp;mxId=00000000);
    mask-image: url(../img/abc.svg?d=2146&amp;mxId=00000000);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 91px;
    height: 30px;
    text-indent: -9999px;
    margin: 10px auto;
}
footer .footer-bottom .footer-text p {
    margin: 0;
    padding: 0;
}
footer .footer-bottom .social-links {
    float: right;
    text-align: right;
    margin-top: 10px;
    font-size: 1.3em;
}
@media (max-width: 767px){

    footer .submenu-footer ul li {
        display: block;
        text-align: center;
        padding: 5px 0;
    }
	footer .footer-bottom .social-links {
    	float: none;
    	text-align: center;
    }
    footer .footer-bottom .footer-logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    footer .footer-bottom .footer-text {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }
}
@media (max-width: 1200px){
	footer .footer-bottom .social-links {
	    font-size: 1em;
	}
}
footer .footer-bottom .social-links {
    float: right;
    text-align: right;
    margin-top: 10px;
    font-size: 1.3em;
}*/</pre></body></html>