@import url('fonts.css');

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'brix_sanslight', sans-serif;
    font-size: 19px;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #fff;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

.bgcover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'brix_sansblack', sans-serif;
    margin: 0;
}



.no-padding {
    padding: 0;
}

header {
    padding: 30px 0;
}

header .logo img {
    width: 60%;
    height: auto;
    margin: 25px 0 0 0;
}

header .text-left span {
    font-family: 'brix_sanslight', sans-serif;
    font-size: 18px;
}

header .text-right h3 {
    font-family: 'brix_slabblack', sans-serif;
    font-size: 34px;
    color: #E9004B;
    display: block;
    line-height: 28px;
}

header .text-right h3 a {
    color: #E9004B;
    font-size: 20px;
    margin: 0 5px;
    display: inline-block;
}

header .text-right span {
    font-family: 'brix_slablight', sans-serif;
    font-size: 18px;
    display: block;
}

header .text-right span strong {
    font-family: 'brix_slabblack', sans-serif;
}

header .text-right .sep {
    display: inline-block;
    width: 50px;
    height: 6px;
    background: #E9004B;
}

header .text-center h1 {
    color: #E9004B;
    font-family: 'brix_slabblack', sans-serif;
    text-transform: uppercase;
    font-size: 38px;
}

header .text-center h2 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'brix_sanslight', sans-serif;
    margin-top: 10px;
}

header .text-center h2 strong {
    font-family: 'brix_sansblack', sans-serif;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background: #e9004a;
}

.news_home .col-lg-6,
.news_home .col-md-6,
.news_home .col-sm-12 {
    padding: 0;
}

.news_home {
    overflow: hidden
}

.news_home .sep {
    display: block;
    width: 50px;
    height: 6px;
    margin: 35px 0;
    background: #000;
}

.news_home .blanco .sep {
    background: #fff;
}

.news_home .item {
    overflow: hidden;
    height: 412px;
}

.news_home .item .int {
    width: 345px;
    margin-top: 50px;
    margin-left: 40px;
    overflow: hidden;
}

.news_home .the_col:nth-child(2n+1) .item .int {
    float: right;
    margin-right: 50px;
    margin-left: 0;
}

.news_home .item h2 {
    font-family: 'brix_sansblack', sans-serif;
    font-size: 38px;
	line-height: 42px;
}

.news_home .item p {
    font-size: 18px;
    line-height: 23px;
    margin: 0
}

.news_home .item .plus {
    display: block;
    text-align: center;
    font-size: 48px;
    color: #000;
}

.news_home .item.blanco h2,
.news_home .item.blanco p,
.news_home .item.blanco .plus {
    color: #fff;
}

#interior img.img-responsive {
    width: 100%;
    height: auto;
}

#interior .columnas {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#interior .columnas p {
    padding: 0 20px;
}

#interior .columnas p a {
    text-decoration: underline;
}

#interior.blanco .columnas p {
    color: #fff;
}

#interior .contenido_interior {
    margin: 15px 0 0 0;
    padding: 40px 0;
}

#interior .gallery {
    padding-bottom: 30px;
}

#interior .gallery img {
    display: block;
    margin: 25px auto;
}

#interior h2.tit_interior {
    font-size: 42px;
    text-transform: uppercase;
    width: 50%
}

#interior .bajada {
    font-size: 24px;
    margin: 35px 0;
    width: 60%
}

footer {
    background: #555;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

footer ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left
}

footer ul.social li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
}

footer .text-center a {
    font-size: 14px;
    color: #fff;
    font-family: 'brix_sanslight', sans-serif;
    font-weight: bold;
}

footer .text-center a {
    color: #fff;
}

/** RESPONSIVO **/

@media screen and (max-width: 800px) {
    header {
        padding: 17px 0;
    }

    header .text-left span {
        font-size: 12px;
    }

    header .text-left span strong {
        font-size: 15px;
        line-height: 5px;
    }

    header .logo img {
        width: 90%;
        height: auto;
    }

    header .text-right span {
        font-size: 7px;
        margin-top: 11px;
    }

    header .text-right .sep {
        width: 20px;
        height: 4px;
    }

    header .text-right .sep {
        display: block;
        float: right;
        margin: 3px 0 0 0;
    }

    header .text-center h1 {
        font-size: 20px;
    }

    header .text-center h2 {
        font-size: 12px;
    }

    .owl-dots {
        bottom: 0px;
    }

    .owl-dot {
        width: 8px;
        height: 8px;
    }

    .news_home .item {
        height: 260px;
    }

    .news_home .the_col:nth-child(2n+1) .item .int {
        margin-right: 14px;
    }

    .news_home .sep {
        width: 35px;
        height: 4px;
        margin: 12px 0;
    }

    .news_home .item .int {
        width: 175px;
        margin-top: 20px;
        margin-left: 40px;
    }

    .news_home .item p {
        font-size: 14px;
        line-height: 15px;
    }

    .news_home .item h2 {
        font-size: 18px;
    }

    .news_home .item .plus {
        font-size: 32px;
        line-height: 42px;
    }

    #interior .columnas {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #interior h2.tit_interior {
        font-size: 32px;
        text-transform: uppercase;
        width: 96%;
        margin: 0 auto;
    }

    #interior .bajada {
        font-size: 20px;
        margin: 20px auto;
        width: 96%
    }

    footer .container {
        width: 100% !important;
        padding: 0;
    }

    footer ul.social li {
        font-size: 14px;
        margin: 0 1px;
    }

    footer .text-center a {
        font-size: 10px;
        font-weight: lighter;
    }

    footer .text-right img {
        width: 100%;
        height: auto;
    }

}

body > div {
    width: 100% !important;
}

.eos-banner {
    display: block;
    margin-top: 10px;
}

.eos-banner > a {
    display: block;
}

.eos-banner > a > img {
    width: 100%;
}

#struct {
    padding-top: 30px;
    padding-bottom: 100px;
}

#struct > .contenido_interior:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
}

#struct > .contenido_interior > .container {
    display: block;
}

#struct > .contenido_interior > .container > .columna {
    width: 100%;
    display: block;
    float: left;
    font-size: 19px;
}

#struct > .contenido_interior > .container > .columna1 {
    display: block;
    margin-right: 70px;
    width: calc(50% - 35px);
}

#struct > .contenido_interior > .container > .columna2 {
    width: calc(50% - 35px);
}

#struct > .contenido_interior > .container > img,
#struct > .contenido_interior > .container > .columna > img {
    width: 100%;
}

#struct > .contenido_interior > .container > span,
#struct > .contenido_interior > .container > .columna > span {
    font-size: 14px;
    margin: 10px 0 0;
    display: block;
}

#struct > .contenido_interior > .container > .columna strong {
    font-family: 'arial black', sans-serif;
    font-weight: 700;
    font-size: 12pt;
}

@media screen and (max-width: 800px) {
    #struct > .contenido_interior > .container > .columna {
        width: 100%;
    }
    #struct > .contenido_interior > .container > span, #struct > .contenido_interior > .container > .columna > span {
        margin-bottom: 20px;
    }
}