@charset "utf-8";
/* CSS Document */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.fullarchive,
.gotoarchive {
    padding: 30px;
    text-align: center;
    font-family: texgyreherosbold, texgyreherosregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    background-color: #eee;
    color: #555;
    text-transform: uppercase;
}
.fullarchive:after,
.fullarchive:before,
.gotoarchive:after,
.gotoarchive:before {
    content: " ";
    display: table;
}
.fullarchive:after,
.gotoarchive:after {
    clear: both;
}
.fullarchive:after,
.fullarchive:before,
.gotoarchive:after,
.gotoarchive:before {
    content: " ";
    display: table;
}
.fullarchive:after,
.gotoarchive:after {
    clear: both;
}
.fullarchive:hover,
.gotoarchive:hover {
    color: #ff5003;
    background-color: #ff5003;text-decoration: none!important;
}
.fullarchive .fa,
.gotoarchive .fa {
    font-size: 14px;
    margin: 0 16px;
}
@media (max-width: 768px) {
    .fullarchive .fa,
    .gotoarchive .fa {
        margin: 0 5px;
    }
}
.grid {
    border-bottom: 1px solid #eee;
    background: url(assets/img/crossess.png) repeat-y center top;
    background-size: contain;
}
.grid .tile {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    overflow: hidden;
    background-color: #3d69e7;
}
.grid .tile img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100px;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.grid .tile figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    background: -webkit-linear-gradient(0deg, rgba(4, 12, 33, 0.8) 0, rgba(61, 105, 231, 0) 100%);
    background: linear-gradient(0deg, rgba(4, 12, 33, 0.8) 0, rgba(61, 105, 231, 0) 100%);
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
.grid .tile figcaption h4 {
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
}
.grid .tile figcaption h4 small {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
}
.grid .tile figcaption h4 small:after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 20px;
    content: " ";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #3d69e7;
    margin-bottom: 25px;
}
@media (max-width: 1024px) {
    .grid .tile figcaption h4 {
        font-size: 20px;
    }
    .grid .tile figcaption h4 small {
        letter-spacing: 1px;
    }
    .grid .tile figcaption h4 small:after {
        height: 2px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}
.grid .tile figcaption p {
    margin: 0;
}
@media (max-width: 1024px) {
    .grid .tile figcaption {
        padding: 30px;
    }
}
.grid .tile.twotwo figcaption {
    padding: 60px;
}
.grid .tile.twotwo h4 {
    font-size: 28px;
}
@media (max-width: 1024px) {
    .grid .tile.twotwo figcaption {
        padding: 30px;
    }
    .grid .tile.twotwo h4 {
        font-size: 22px;
    }
}
.grid .tile:hover img {
    opacity: 0.2;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.grid .tile:hover h4 small:after {
    background: #d84765;
}
.grid .tile:hover .btn-outlined-light {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #3d69e7;
    background-color: #fff;
    border-color: #fff;
}
@media (max-width: 480px) {
    .grid .tile {
        height: auto;
    }
    .grid .tile .btn {
        color: #3d69e7;
        background-color: rgba(61, 105, 231, 0);
        border-color: #3d69e7;
    }
    .grid .tile .btn.active,
    .grid .tile .btn.focus,
    .grid .tile .btn:active,
    .grid .tile .btn:focus,
    .grid .tile .btn:hover {
        color: #fff;
        background-color: #3d69e7;
        border-color: #3d69e7;
    }
    .grid .tile .btn.active,
    .grid .tile .btn:active,
    .open > .dropdown-toggle.grid .tile .btn {
        background-image: none;
    }
    .grid .tile .btn.disabled,
    .grid .tile .btn.disabled.active,
    .grid .tile .btn.disabled.focus,
    .grid .tile .btn.disabled:active,
    .grid .tile .btn.disabled:focus,
    .grid .tile .btn.disabled:hover,
    .grid .tile .btn[disabled],
    .grid .tile .btn[disabled].active,
    .grid .tile .btn[disabled].focus,
    .grid .tile .btn[disabled]:active,
    .grid .tile .btn[disabled]:focus,
    .grid .tile .btn[disabled]:hover,
    fieldset[disabled] .grid .tile .btn,
    fieldset[disabled] .grid .tile .btn.active,
    fieldset[disabled] .grid .tile .btn.focus,
    fieldset[disabled] .grid .tile .btn:active,
    fieldset[disabled] .grid .tile .btn:focus,
    fieldset[disabled] .grid .tile .btn:hover {
        background-color: rgba(61, 105, 231, 0.6);
        border-color: rgba(61, 105, 231, 0.6);
    }
    .grid .tile figcaption {
        position: relative;
        background: #fff;
    }
    .grid .tile figcaption h4 {
        color: #555;
    }
    .grid .tile figcaption h4 small {
        color: #999;
    }
}
.grid.related-tile-x2 {
    background: 0 0 !important;
    border: 0;
}
.grid .item {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
}
@media (max-width: 768px) {
    .grid .item {
        border-left: 0 solid #eee;
    }
}
.grid .item .inner {
    padding: 40px;
}
@media (max-width: 1024px) {
    .grid .item .inner {
        padding: 30px;
    }
}
@media (max-width: 992px) {
    .grid .item .inner {
        padding: 30px;
    }
}
.grid .item .inner h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
@media (max-width: 768px) {
    .grid .item .inner h4 {
        margin-bottom: 20px;
    }
}
.grid .item .inner h4 a {
     /*  */
    color: #555;
}
.grid .item .inner h4 small {
    display: block;
    font-size: 12px;
    color: #999;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .grid .item .inner h4 small {
        letter-spacing: 1px;
        font-family: texgyreherosregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}
.grid .item .inner h4 small strong {
    font-family: texgyreherosbold, texgyreherosregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.grid .item .inner h4 small strong a {
    color: #d84765;
    color: #999;
}
.grid .item .inner img{
    max-width: 250px;
}
.grid .item .inner p {
    margin-bottom: 0;
	text-align: justify;
}
@media (max-width: 768px) {
    .grid .item .inner p {
        /*display: none; */
    }
}
#contenido2 .grid .item:hover .inner h4 a {
    color: #ff5003; /* #3d69e7 */
	text-decoration: none;
}
.grid .item:hover .inner h4 small strong a {
    color: #999;
}
.grid .time-header {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    background: #fff;
    font-weight: 700;
    width: 100%;
    height: 20px;
    -webkit-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
}
.grid .time-header ._inner {
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
}
.grid .time-header .data {
    display: block;
    text-align: center;
    font-style: normal;
}
.grid .time-header .F {
    font-size: 12px;
    padding: 3px 0;
    color: #3d69e7;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.grid .time-header .d {
    font-size: 28px;
    padding: 3px 0 1px 0;
}
.grid .time-header .D {
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
}
.grid .item.event .time-header {
    background: #eee;
    background: #999;
}
.grid .item.event .inner {
    padding-top: 60px;
}
@media (max-width: 1024px) {
    .grid .item.event .inner {
        padding-top: 50px;
    }
}
@media (max-width: 992px) {
    .grid .item.event .inner {
        padding-top: 50px;
    }
}
.grid .item.event:hover .time-header {
    background: #ff5003;
}
.grid .item.event:hover .time-header .F {
    color: #fff;
}
.grid.three-cols {
    background: 0 0;
}
.grid.three-cols .item:first-child {
    border-left: 0;
}
.grid.three-cols .item:last-child {
    border-right: 0;
}
.grid.four-cols {
    background: 0 0;
}
.grid.four-cols .item:first-child {
    border-left: 0;
}
.grid.four-cols .item:last-child {
    border-right: 0;
}
.grid.related-article-x4 {
    background: 0 0;
}
.grid.related-article-x3 {
    background: 0 0;
}
.grid .brand {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.grid .brand figure {
    opacity: 0.4;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.grid .brand img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100px;
    height: auto;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.grid .brand figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.grid .brand figcaption h4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 20px;
    margin-bottom: 0;
    color: #555;
    margin-top: 0;
}
.grid .brand figcaption p {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
@media (max-width: 1024px) {
    .grid .brand figcaption {
        padding: 20px;
    }
}
.grid .brand:hover figure {
    opacity: 1;
}
.grid .brand:hover img {
    -webkit-transform: scale3d(0.85, 0.85, 1);
    transform: scale3d(0.85, 0.85, 1);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    opacity: 1;
}
.grid .brand:hover h4 {
    color: #3d69e7;
}
@media (max-width: 480px) {
    .grid .brand figure {
        opacity: 1;
    }
    .grid .brand img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
        filter: none;
        opacity: 1;
        -webkit-transform: scale3d(0.85, 0.85, 1);
        transform: scale3d(0.85, 0.85, 1);
    }
    .grid .brand figcaption {
        display: none;
    }
}
.grid .brand:last-child {
    border-right: 1px solid #eee;
}

.eventos article{min-height: 570px; height: 100%;}
