/**
 * @version    3.9.0
 * @package    Simple RSS Feed Reader (module)
 * @author     JoomlaWorks - https://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2021 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
 */

/* Template: Default */

/* Common */
a:active,
a:focus {outline:0;}
img {border:none;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:0;}

/* Feed List */
div.srfrContainer {}
div.srfrContainer ul.srfrList {list-style:none;padding:0;margin:0;}
div.srfrContainer ul.srfrList li {clear:both;padding:8px;margin:2px 0;border-bottom:1px dotted #ccc;}
div.srfrContainer ul.srfrList li.srfrRow {}
    div.srfrContainer ul.srfrList li.srfrRowIsEven {}
    div.srfrContainer ul.srfrList li.srfrRowIsOdd {}
.srfrList.d-flex {gap: 10px;}     
div.srfrContainer ul.srfrList li img.srfrImage {margin:4px auto;padding:0;display:block;/*width:100%;height:auto;*/}
div.srfrContainer ul.srfrList li span.srfrFeedSource {}
div.srfrContainer ul.srfrList li span.srfrFeedItemDate {color:#999;}

.srfrContainer h3 a{
    color: #000000;
}
.sp-module-content .srfrList .srfrRow > h3 {
    font-size: 22px;
    margin: 0 0 20px;   
}
/*.municipios .sp-module-content .srfrList .srfrRow > p:nth-child(3) a {
    border-bottom: 4px solid #66c2ff !important;
}*/
.sp-module-content .srfrList .srfrRow > p:nth-child(3) a {
    float: left;
    width: 40% !important;
    margin: -20px 12px 0 0 !important;
}
.sp-module-content .srfrList .srfrRow > span {
    float: right;
    width: 58%;
    color: #555 !important;
}
.sp-module-content .srfrList .srfrRow {
    padding-bottom: 12px !important;
}
@media (max-width:767px){
    .sp-module-content .srfrList .srfrRow > p:nth-child(3) a img{width: 100% !important;}
   .sp-module-content .srfrList .srfrRow > p:nth-child(3) a { width: 100% !important;float: none;margin: 0;}
}