pre { background:white; }
html,body { background-color:#333333; }
.bg-gray-1 { background-color:#c8c8c8; }
.bg-gray-2 { background-color:#afafaf; }
.bg-gray-3 { background-color:#959595; }
.bg-white-1 { background-color:white; }
.w1250 { max-width:1250px; margin:auto;}
.mb14 { margin-bottom:14px; }

body {/* padding-top: 42px; */}

.topbar {padding: 18px 0;margin-bottom: 14px;width: 100%;z-index: 52;position: relative;}
.divisionbar {position: relative;left:0;top: 0px;padding-left: 10px;padding-right: 10px;}

.topbar.top-hidden .trigger {
    transform:rotateZ(0deg);
}

.topbar .trigger {
    transform:rotateZ(180deg);
    transition:all ease-out 300ms;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    bottom: -8px;
    width:30px;
    height:30px;
    text-decoration: none;
}

.topbar.top-hidden {
    padding:13px 0;
}

.topbar.top-hidden .topwrap {
    margin-top: -200%;
}

.logocircle {
    background:white;
    display: block;
    width: auto;
    height: auto;
    border-radius:50px;
}

a span.logocircle.sdcorre {
    /* padding:10px; */
    /* display:flex; */
}

a span.logocircle.sdcorre img {
   border-radius:0;
   width: 10%;
}


.divisiones {width:488px;height:116px;border-radius: 10px;padding: 10px;display: flex;justify-content: space-between;align-items: center;overflow: visible;}
.divisiones label {
    display:inline-block;
    font-size:17px;
    width:1em;
    height:5.65em;
    text-transform:uppercase;
    vertical-align:middle;
    position:relative;
    margin:0;
    flex-grow: 0;
    flex-shrink: 0;
}
.divisiones label span {
    display:block;
    font-weight:bold;
    text-align:center;
    color:white;
    text-transform:uppercase;
    font-size:1em;
    line-height:0.8em;
    transform:rotate(-90deg);
    transform-origin: 0% 0%;
    position: absolute;
    width:96px;
    height:14px;
    bottom: -14px;
    left: 0;
}

.divisiones a img { border-radius:48px; }

.maratones {display:flex;width:320px;justify-content: space-between;}
.maratones a img { border-radius:48px; }


.divisiones a,
.maratones a {
    transition:none ease-out 200ms;
    transition-property:transform;
    transform-origin:50% 50%;
}

.divisiones a:hover,
.maratones a:hover {
    transform: scale(1.1);
}


.separador {width: 1px;height:60px;border-left:1px solid #aaaaaa;border-right:1px solid #9b9b9b;margin: 0 7px;}

.topwrap {
    transition: none 600ms ease-out;
    transition-property: top, margin-top;
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: 0%;
}


.redes { font-size:14px; }
.redes span { margin-right:16px; }
.redes a {display:inline-block;text-align:center;font-size: 14px;}

.banneritem {margin-bottom: 14px;text-align: center;}

.top-ad {margin-bottom: 14px;}

.top-menu {display:flex;align-items:center;position: relative;margin-bottom: 14px;z-index: 50;}
.menulogo {
    display:flex;
    justify-content:center;
    align-items:center;
    background:white; 
    width:254px; 
    height:170px; 
    flex-grow:0; 
}
.menulist {
    flex-grow:1;
    height:170px !important;
    border-left:53px solid #eeeeee;
    border-top:51px solid transparent;
    border-bottom:51px solid transparent;
}

.menubody {
    position:relative;
    width:100%;
    height:100%;
    background-color:white;
    display:flex;
    align-items:center;
}

.menubody > ul > li:first-child { display:none; }

.menu-over {
    position:absolute;
    left:0;
    top:-33px;
    height:30px;
    width:100%;
    color:white;
    font-size:13px;
    line-height:1.2em;
    display:flex;
    align-items: center;
}

.menu-over strong {color: #007dc5; font-weight: 700; text-transform:uppercase; margin-right:6px; }
.menu-over span { }

.menuovertxts {flex-grow:1;padding-right:20px;padding-left: 33px;}
.menuoverbtns { flex-grow:0; display:flex; align-items:center; justify-content:center; width:140px; text-align:center; }

.menuoverbtns .arrow {display:flex;align-items:center;justify-content:center;width:27px;height:27px;margin: 0 2px;background:#ecedf0;color:#787878;cursor: pointer;}
.menuoverbtns .usericon { display:none; width:27px; height:27px; border-radius:15px; margin-left:12px; }

.menubody ul {
    flex-grow:1;
    display:flex;
    justify-content:space-between;
    margin:0;
    padding:0 25px;
    list-style:outside none;
    text-transform:uppercase;
    font-weight:500;
    height:100%;
}

.menubody > ul > li {
    position:relative;
}

.menubody > ul > li > a {
    color:black;
    display:flex;
    align-items:center;
    height:100%;
    padding:0 8px;
    text-decoration:none;
}

.menubody > ul > li > a:hover {
    padding-top:8px;
    border-bottom:8px solid #c8c8c8;
}


.menubody > ul > li.active > a {
    padding-top:8px;
    border-bottom:8px solid #006cb7;
}

.menubody li:hover > ul { display:block; }

.menubody ul ul {
    display:none;
    text-align:center;
    flex-grow:0;
    position:absolute;
    height: auto;
    left:0;
    top:100%;
    background:white;
    margin:0;
    padding:0;
    min-width: 160px;
}

.menubody ul ul li {
    height: auto;
    padding: 1px 3px;
    display:block;
    flex-grow: 0;
}

.menubody ul ul a {
    color:black;
    text-decoration:none;
    padding: 4px 16px;
    display: block;
    white-space: nowrap;
}

.menubody ul ul a:hover {
    background-color:black;
    color:white;
}

.menubody .btn-search {
    flex-grow:0;
    align-self:stretch;
    display:flex;
    justify-content:center;
    align-items:center;
    width:65px;
    background: #007dc5;
    color:white;
    text-decoration: none;
}

.slider-wrapper { margin-bottom:14px; margin-top:-44px; }

.image-responsive { width:100%; height:auto; }

.triple-banners { margin-bottom:14px; }
.triple-banners .bannergroup { display: flex; justify-content:space-between; margin-bottom:14px; }
.triple-banners .banneritem { margin-bottom:0px; }

.triple-banners-right .banneritem { margin-bottom:14px; }
.triple-banners-right .banneritem img { width:100%; display:block; }

.content-2-cols {
    min-height: 100px;
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    margin-bottom:14px;
}

.col-big {
    width:850px;
    display: flex;
    flex-direction: column;
}

.col-big :last-child {
    /* margin-bottom:0; */
}



.news-wrap {
    padding: 24px;
    background:white;
    margin-bottom:14px;
}

.col-small-internal {
    width:385px;
}

.col-small {
    background:white;
    width:385px;
}

.bloginicio .items-leading .news-item:after,
.news-wrap > *:after {
    content:'';
    display:block;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #d6d6d6;
    height: 0;
    font-size: 0;
    margin-top: 13px;
    margin-bottom: 26px;
}

.bloginicio .items-leading:after,
.bloginicio .items-leading > div:last-child .news-item:after,
.col-small .news-wrap > *:last-child:after { display:none; }

.news-wrap > .no-line:after {border:0 none !important;margin-bottom: 35px;}

.col-small .banneritem {
    text-align:center;
}

.footer-1 {
    margin-bottom:0;
    z-index: 0;
}

.footer-2 {
    padding:30px 0;
    background-color:#959595;
    color:black;
    text-align:center;
    font-size:16px;
}

.footer-2 ul {
    margin:0;
    margin-bottom:25px;
    justify-content: center;
}



.footer-2  li {
    display:inline;
    margin:0 22px;
}

.footer-2  li a {
    color:black;
    display:inline;
}

.footer-2 p {
    margin:0;
    font-size:0.8em
}

.footer-2 a {
    color:black;
}


.footer-1 .divisiones {
    width:404px;
}

.footer-1 .maratones {
    width:268px;
}


.footer-1 .logocircle {
    width:83px;
    height:83px;
}

.footercontact {
    width:322px;
    color:#808080;
    font-size: 13px;
}

.footercontact ul { list-style:outside none; margin:0; padding:0;  }
.footercontact li {position:relative;margin-left: 17px;padding-left: 7px;margin-bottom: 9px;}
.footercontact .fas {position:absolute;text-align:center;left: -1.3em;top: 0.32em;width: 1.4em;}

.postpic { 
    position: relative;
    margin-bottom: 20px;
    display: block;
    color: white; 
    overflow: hidden; 
    width:100%;
    padding-bottom:37.85%;
}

.postpic img {position:absolute;width:100%;}

.postpic .category { 
    position:absolute; 
    left:0; 
    top:0;
}
.postpic .category span { 
    display:block;
    text-transform:uppercase;
    color:white;
    background:#007dc5;
    padding:7px 12px 0;
    line-height:13px;
    font-weight:500;
    overflow:visible;
}
.postpic .category::after { 
    content:'';
    display:block;
    border-top:12px solid #007dc5;
    border-right:12px solid transparent;
}

.news-item h3 {
    font-size:22px;
}

.news-item h3 a {
    color:black;
}

.news-item p {
    font-size:14px;
    margin-bottom:10px
}
.news-item .author {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:12px;
    line-height:1em;
    margin-bottom:0px;
}

.news-item .author a {
    margin-left:5px;
    font-weight:700;
    color:#fb443c;
    text-decoration:none;
    cursor:default;
}


.news-item .author.style2 {
    margin: 21px 0;
    color:#8c8c8c;
    font-size:13px;
}
.news-item .author.style2 .fa-clock {
    margin-right:4px;
}
.news-item .author.style2 a {
    margin-left:0;
    margin-right:15px;
    color:black;
    text-transform:uppercase;
    font-size:12px;
}





hr {
    border-top:1px solid #efefef;
    border-bottom:1px solid #d6d6d6;
    height:0;
    font-size:0;
    margin-top:13px;
    margin-bottom:26px;
}

.news-wrap-no-padding { padding:0; }

.news-double {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.news-double .news-item {
    width:384px;
    margin-bottom:20px;
}

.news-double.news-wrap > *:after {
    display:none !important;
}


.issuu-cover {
}


.issuu-invite {
    display:none;
}

.issuu-item .banneritem img {
    width: calc(100% - 21px);
    height:auto !important;
}

.latest-news {
    margin-bottom:22px;
}

.latest-news h3 {
    padding:2px 0 2px 30px;
    margin:0 -24px 12px -24px;
    font-size: 18px;
    font-weight:700;
    border-left: 4px solid #007dc5;
}

.latest-news .fa-clock {
    color:#007dc5;
}

.latest-news hr {
    margin:11px 0;
}

.latest-news-item {
    display:flex;
    align-items: flex-start;
    width: 282px;
    margin:auto;
    color:black;
}


.latest-news-item:hover { color:black; text-decoration:none; }
.latest-news-item:hover p { text-decoration:underline; }

.latest-news-item h4 {
    font-size: 11px;
    text-transform:uppercase;
    padding:0;
    margin-bottom: 10px;
    font-weight: 700;
    color:#d83d3d;
}

.latest-news-item .text {
    width: 160px;
    font-size: 14px;
    line-height: 18px;
    margin-right: 15px;
}

.latest-news-item p {
    font-weight:500;
    margin:0;
    line-height: 1.2em;
}

.latest-news-item img {
    width:100px;
    height:auto;
}

.socials2 {
    text-align:center;
    margin-top:30px;
    display:flex;
    justify-content: space-around;
}

.socials2 a {
    display:inline-block;
    text-align:center;
    margin:0 10px;
}


.pagination {
    margin: 40px 0 20px; 
    display:flex; 
    flex-direction:row-reverse; 
    justify-content:space-between; 
    align-items:center; 
    width: 100%; 
    font-size:15px;
}

.pagination ul { list-style:outside none none; margin:0; padding:0; display:flex; }

.pagination .pagenav {
    display:flex;
    text-align:center;
    align-items:center;
    display:block;
    border:1px solid #b1b1b1;
    border-left:0 none;
    line-height: 1em;
    padding:10px 10px;
    margin:0;
    text-decoration:none;
    font-weight:600;
    color:black;
    background: white;
}

.pagination a:hover { background:#dff3ff; }

.pagination li span.pagenav { background:#007dc5; color:white; }

.pagination .pagination-start span.pagenav, 
.pagination .pagination-prev span.pagenav, 
.pagination .pagination-next span.pagenav, 
.pagination .pagination-end span.pagenav 
{ background:#f3f3f3; color:#b3b3b3; }

.pagination .pagination-start .pagenav span, 
.pagination .pagination-prev .pagenav span, 
.pagination .pagination-next .pagenav span, 
.pagination .pagination-end .pagenav span 
{ display:none; }

.pagination .pagination-start .pagenav:before, 
.pagination .pagination-prev .pagenav:before, 
.pagination .pagination-next .pagenav:before, 
.pagination .pagination-end .pagenav:before 
{font-weight:bold;line-height:2px;font-size: 1.3em;}

.pagination-start .pagenav:before { content:'\00AB'; }
.pagination-prev .pagenav:before { content:'\2039'; }
.pagination-next .pagenav:before { content:'\203A'; }
.pagination-end .pagenav:before { content:'\00BB'; }



.pagination li:first-child .pagenav {
    border:1px solid #b1b1b1;
    border-radius:5px 0 0 5px;
}

.pagination li:last-child a, 
.pagination li:last-child span {
    border-radius:0 5px 5px 0;
}

.pagination .counter { 
    margin:0;
    margin:0;
    font-weight:600;
    color:black;
    line-height:1em;
}


.pager {
    margin: 0;
    padding: 40px 0 10px;
    clear:both;
    list-style:outside none none;
}

.pager:after { content:''; display:block; clear:both;}
.pager li.previous { float:left; }
.pager li.next { float:right; }

.pager a {
    display:flex;
    text-align:center;
    align-items:center;
    display:block;
    border:1px solid #b1b1b1;
    border-radius:5px;
    line-height: 1em;
    padding:10px 10px;
    margin:0;
    text-decoration:none;
    font-weight:600;
    color:black;
}

.pager a:hover { background:#dff3ff; }


.next-events {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}

.next-events .news-item {
    width: 362px;
    margin-bottom:20px;
}

.next-events .news-item .author {
    margin: 21px 0;
    color:#8c8c8c;
    font-size:13px;
}

.next-events .news-item .author .fa-clock {
    margin-right:4px;
}
.next-events .news-item .author a {
    margin-left:0;
    margin-right:15px;
    color:black;
    text-transform:uppercase;
    font-size:12px;
}


.next-events-nav {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-left: -24px;
    border-left:30px solid #007dc5;
    padding-left:25px;
    height:35px;
}

.next-events-nav h3 {
    color:#007dc5;
    margin:0;
    padding:0;
    font-size:27px;
    line-height:23px;
    text-transform:uppercase;
}

.next-events-nav ul {
    list-style:outside none;
    margin:0;
    padding:0;
    display:flex;
}

.next-events-nav a {
    text-decoration:none;
    color:#808080;
    margin:0 6px;
    font-size:15px;
    padding-bottom:4px;
    border-bottom: 3px solid transparent;
}

.next-events-nav .active a {
    border-bottom-color:#007dc5;
}

.next-events-nav a:hover {
    border-bottom:3px solid #c8c8c8;
}

.next-events-nav:after { display:none; }

.flex-grow {
    flex-grow:1;
    text-align:right;
}

.ver-resultados {
    font-size:12px !important;
    text-transform:none !important;
    font-weight:500 !important;
    border-radius:6px;
    color:white !important;
    background-color:#007dc5;
    border:0 none;;
    padding:0 10px 2px;
    margin:0 !important;
    line-height:22px;
}


.ver-resultados:hover {
    background-color:#0095eb;
}


.go-top:hover {
    opacity:1;
}

.go-top.hidden {
    opacity:0;
}

.go-top {
    opacity:0.5;
    transition:opacity ease-in-out 300ms;
    position:fixed;
    display:flex;
    align-items:center;
    justify-content:center;
    right: 80px;
    bottom:80px;
    width: 32px;
    height: 32px;
    background-color: #2babe2;
    font-size: 14px;
    color: white !important;
    text-decoration: none !important;
}


.tool-title {
    margin-left: -24px;
    margin-bottom: 15px;
    border-left: 4px solid #007dc5;
    padding:6px 0;
    padding-left: 20px;
    font-size: 18px;
}

.tool-item {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:40px;
}

.tool-item .pic {
    width:384px;
}

.tool-item .body {
    width: 370px;
    color:#818181; 
}

.tool-item .body {
    font-size:14px;
    line-height:1.3em;
}


.jLetter .panel {
    height:auto !important;
    width:auto !important;
    overflow:visible !important;
}

.jLetter .panel p {
    text-align:left;
    overflow:visible !important;
    margin:0 !important;
    padding:0 !important;
}

.jLetter .panel p, .jLetter a, .jLetter .letter  { 
    color:white !important;
    font:400 13px/1em sans-serif !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.newsflash, .newsflash *, .newsflash-wrap * { display:inline; }
.newsflash > * {
    color:white !important;
    font:400 13px/1em sans-serif !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}



.desktop-visible .menuovertxts {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;/**/
    padding-right: 0;
}

.desktop-visible .menu-over strong {flex: 0 0 auto;display: inline;}

.desktop-visible .newsflash-wrap {
    display: inline;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20px;
}


.search-overlay {
    text-align:center;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    position: fixed;
    background: rgba(0,0,0,0.73);
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index: 53;
}

.search-overlay form label { display:none; }
.search-overlay form .search-query { 
    border:0 none;
    background:none;
    border-bottom:2px solid white;
    color:white;
    font-size:25px;
    outline:0 none;
}

div.pull-left.item-image img { max-width:100%; height:auto; }


.event2-feature-images .span6:nth-child(2n-1) {
    margin-left:0;
}

.event2-feature {
    position:relative;
    display:block;
    border:1px solid #cccccc;
    width:auto;
    padding:0 0 77.45%;   
    margin-bottom:19px;
    overflow:hidden;
    background:transparent none no-repeat center center;
    background-size: cover;
}

.event2-feature img {
    position:absolute;
    width:100%;
    left:0;
    top:0;
}


.event2-pic {
    position:relative;
    display: inline-block;
    border: 1px solid #bbbbbb;
    width: 100px;
    height: 100px;
    overflow:hidden;
    border-radius: 100px;
    margin-right: 25px;
    background:transparent none no-repeat center center;
    background-size: cover;
}

.event2-pic img {
    position:absolute;
    width:100%;
    left:0;
    top:0;
}


.event2-item {
    display:flex;
    align-items:center;
    padding: 25px;
}


.event2-wrap { border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; }
.event2-wrap:after { display:none; }

.event2-item:nth-child(2n), .event2-item.gray { background:#eeeeee; }

.event2-date strong {
    display:inline-block;
    font-size: 31px;
    line-height: 19px;
    height: 24px;
    margin-right: 2px;
}

.event2-date em {
    display:inline-block;
    font-size: 12px;
    line-height: 1.1em;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}

.event2-descr { padding:0 5px; }

.event2-title h5 {
    font-size: 19px;
    line-height: 0.9em;
    padding:0;
}

.event2-title h5 a { color:black; }

.event2-title h6 {
    font-size: 12px;
    line-height: 0.7em;
    padding:0;
    margin: -2px 0 6px;
}

.event2-intro {
    font-size: 12px;
    line-height: 1.1em;
    color: #1587c9;
}

.event2-btn {
    background-color:#007dc5;
    width: 100%; /*170px*/
    height:32px;
    font-size:12px;
    line-height: 28px;
    padding:0;
    vertical-align:middle;
    text-align:center;
    border-radius:0;
    padding: 0;
}

.event-img-btn img {
    width: 100%;
    height:auto;
    border-radius:5px;
}

.event2-item:nth-child(2n-1) .event-img-btn img {
    box-shadow:0 0 1px black;
   
}


.event2-spacer { height:200px; }

.items-more li a { 
    display:inline-block; 
    margin:0 5px 5px 0; 
    padding:3px 4px; 
    line-height:1em; 
    border:1px solid #e0e0e0;
    border-radius:5px;
}

.blogmedios .news-item h3 {height: 2.4em;margin-bottom: 18px;overflow: hidden;}

.wk-slideshow-default > div:hover .next, .wk-slideshow-default > div:hover .prev {
    font: 900 normal normal 28px/1 "Font Awesome 5 Free" !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: black;
}

.wk-content img {
    widtH:100%;
    height:auto;
}

.wk-slideshow-default > div:hover .prev:before { content:'\f053'; }
.wk-slideshow-default > div:hover .next:before { content:'\f054'; }



.maratourmenu {
    margin:0;
    padding:0;
    margin-left:66px;
    margin-bottom:12px;
    list-style:outside none;
    display:flex;
    justify-content:space-between;
    flex:1 1 auto;
}

.maratourmenu ul {
    display:flex;
    margin:0;
    padding: 21px 0;
    list-style:outside none none;
    justify-content:space-between;
}

.maratourmenu a {
    color:#284d9d;
    font-weight: 700;
    text-transform:uppercase;
    padding-bottom: 8px;
    border-bottom: 7px solid transparent;
    border-bottom: 7px solid transparent;
    font-size: 23px;
}

.maratourmenu a.active,
.maratourmenu a:hover {
    text-decoration:none;
    border-bottom-color: #00a9d4;
}


.form_alerts { width:100%; margin:0 15px 3px;}
.mtdet .form_alerts { margin:0 0 3px;}

body .m0 { margin: 0;}

.g-recaptcha-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.g-recaptcha-wrap > * { margin-bottom:15px; }
.g-recaptcha-wrap button { align-self: flex-start !important; }
@media (max-width:555px) { 
    .g-recaptcha-wrap { justify-content: flex-end; }
}



@media (max-width:500px) {
    .event2-item { display:block; text-align:center; }
    .event2-date { text-align:center; }
    .event2-pic { margin:10px; }
    .event2-descr { margin-bottom:10px;}
    .event-img-btn {
        display:block;
        margin:23px auto 7px;
        text-align:center;
        width: 160px;
    }
}




@media (min-width:1259px) {
    .mobile-visible { display:none; }
}

@media (max-width: 1259px) {
    body { padding-left:20px; padding-right:20px; }
    .slider-wrapper { margin-left:-20px; margin-right:-20px; }
    
    .desktop-visible {display: none; }

    .divisionbar .topwrap > * { margin-bottom:29px; }

    .topwrap {
        flex-direction:column;
    }

    .separador { display:none;}
        
    .divisiones {
        width:100%;
        margin-bottom:12px;
    }

    .topwrap img {
        width:100%;
        height:auto;
    }

    .divisiones .logocircle { width:100%; }

    .maratones {width:100%;margin-bottom:12px;justify-content: space-evenly;}

    .redes { text-align:center; margin-bottom:12px; }
    .redes span { display:block;}


    .triple-banners .bannergroup { flex-direction:column; }
    .triple-banners .banneritem { margin-bottom:14px; }
    .triple-banners .banneritem:last-child { margin-bottom:0; }

    .banneritem img {
        width:100%;
        height:auto
    }

    .w1250 {
        width: auto !important;
    }

    .responsive-menu-trigger {
        background:#808080;
        color: white !important;
        position: absolute;
        right: 7px;
        bottom: -15px;
        z-index:3;
        font-size: 22.8px;
        width: 1.6em;
        height: 1.6em;
        line-height:1.5em;
        text-align:center;
    }

    .responsive-menu-close {
        transition: opacity 300ms ease-out 300ms;
        position:fixed;
        right:7px;
        top:-4px;
        color: white !important;
        font-size: 26px;
        font-size: 1em;
        font-size: 1em;
        line-height:1.5em;
        text-align:center;
        display: block;
        float: right;
    }    

    .responsive-menu-hidden.responsive-menu { transition: right 900ms  ease-out 300ms; right:-200%; }
    .responsive-menu-hidden .responsive-menu-close { transition: opacity 300ms ease-out; opacity:0; }

    .responsive-menu {
        transition: right 300ms ease-out;
        padding:10px 20px;
        background: #333333;
        color: white !important;
        position:fixed;
        right:0%;
        top: 0px;
        z-index: 52;
        font-size:31px;
        width:300px;
        height:100%;
        overflow:scroll;
        border-left: 1px solid white;
    }


    .responsive-menu ul {
        flex-direction:column;
        margin-bottom:14px;
        font-size: 17px;
    }

    .responsive-menu ul {list-style:outside none;margin:0;padding:0;margin-left: 16px;}
    .responsive-menu ul ul {margin-left: 32px;}
    .responsive-menu li {position:relative;margin: 5px 0;}
    .responsive-menu li:before {
        position:absolute;
        left:-20px;
        top:10px;
        font: 900 normal normal 15px/1 "Font Awesome 5 Free" !important;
        content: "\f70c"; /*f0da*/
        color: #909090;
    }

    .responsive-menu a {
        color:white;
    }

    .responsive-menu a.btn-search {
        font-size:23px;
    }

    .responsive-logo { flex-direction:column; }
    .responsive-logo .menulogo {margin-bottom:14px;background: white;width: 100%;height: auto;padding: 14px 0;}
    .responsive-logo .menu-over {position:static;height: auto;align-items: flex-start;}
    .responsive-logo .menuovertxts {padding-left:0; }
    .responsive-logo .menuoverbtns {justify-content:flex-end;position: relative;}

    .slider-wrapper { margin-top:0; }
    .col-big { width:100%; }

    .col-small-internal { width:100%; }
    .col-small { width:100%; }


    .content-2-cols { flex-direction: column; }

    .news-item {
        width:auto !important;
    }

    .tool-item { flex-direction: column; }
    .tool-item .pic { width:100%; height: auto; }
    .tool-item .body { width:100%; }

    .issuu-item { flex-direction:column; text-align:center;}
    .issuu-cover { margin:0; }

    .latest-news-item { width:100%; }
    .latest-news-item .text { width:100%; }

    .next-events-nav {display:block;text-align:center;height: auto;border-left: 0 none;margin: 0;padding: 0;}
    .next-events-nav ul { margin-top:14px; display:block; }
    .next-events-nav ul li { display:inline-block; margin:8px 9px; }
    
    .socials2 img {width: 100% !important;height: auto;}
    .socials2 a { margin:0 6px; }
    .footercontact {width: auto;margin: 0 10px;}

    .pagination { flex-direction:column-reverse; }
    .pagination ul { margin-bottom:14px;  }
    .pagination .pagenav { font-size:14px; padding:7px; }
}


@media (max-width: 500px) {
    .responsive-logo .menulogo { padding:11px 0; }
    .responsive-logo .menulogo img { height:52px ; }
}

[itemprop=articleBody] img { max-width:100%; height:auto; margin-bottom:9px; }

@media (min-width: 767px) and (max-width: 1259px) {
    .topwrap { flex-direction: row; justify-content:center; }
    .topwrap > *, .divisiones a, .maratones a  { margin-left:2px; margin-right:2px; }
     {  }
    .divisiones {width: 420px;}
    .maratones {width: 300px;}
    .redes {width: 140px;}
}

.floating-banner .modal-dialog {
    max-width:max-content;
}

.floating-banner .banneritem {
    margin:0;
}

.floating-banner button.close .icon {
    display:block;
    height:6px;
}

.floating-banner button.close {
    position: absolute;
    display:block;
    right: -8px;
    top: -10px;
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 0px;
    z-index: 1;
    background: white;
    border-radius: 100px;
    border: 1px solid #9a9a9a;
}

p.fecha_publicacion {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    padding: 7px 0 0;
}

.w1250 > p { font-size: 19px; }
.developers_sign { font-size: 13px !important; }