:hover {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
body {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Open Sans', sans-serif !important;
}
    body#home {
        /*background: url(../images/hbg.jpg);*/
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }
        body#home::before {
            content: "";
            background: black;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0.4;
        }
    .menu, .locale {
        display: inline-block
    }
 .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
    color: white;
}
     .menu li {
        display: inline-block;
        border-right: 1px solid #909090;
        margin-top: 20px;
    }
    .menu li:last-child {
        border-right: none;
    }
    .menu li a {
        color: white;
        text-decoration: none !important;
        display: inline-block;
        opacity: 0.6;
        padding: 0px 15px;
    }
     .menu li a:hover, .active-page {
        opacity: 1 !important;
    }
    .menu-home::before {
        content: "";
        height: 150px;
        width: 100%;
        position: absolute;
        top: 0;
        background: rgba(0,0,0,1);
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }
.menu-page {
    background-color: black;
    padding-bottom: 20px;
}
.locale {
    color: white;
    position: relative;
    border: 1px solid white;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    margin-top: 15px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}
    .locale span {
        border-left: 1px solid white;
        padding-left: 8px;
        margin-left: 5px;
        display: inline-block;
    }
.content {
    max-width:1800px;
    width:100%;
    padding: 0 30px;
    margin: 0 auto
}
ul.footer-menu {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    display: inline-block;
}
    .footer-menu li a {
        display: block;
        font-size: 13px;
        color: white;
        opacity: 0.5;
        padding: 0 10px;
        text-decoration: none;
    }
    .footer-menu li a:hover {
        opacity: 1;
    }
        footer.home-footer {
            position: absolute;
            bottom: 0;
        }
footer {
    background-color: #484848;
    width: 100%;
    display: table-footer-group;
    bottom: 0;
    padding: 25px 0;
    border-top: 3px solid rgba(0, 0, 0, 0.6);
}
span.copyright {
    font-size: 12px;
    color: white;
    float: right;
    opacity: 0.6;
}
.home-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: fit-content;
    height: -moz-max-content;
    height: 250px;
    width: 100%;
    text-align: center;
    z-index: 99;
}
    .home-content img.home-logo {
        width: 90%;
        max-width: 650px;
        margin-bottom: 40px;
    }
input.btn-basic, a.btn-basic {
    background: #1f85bf;
    border: none;
    padding: 10px 20px;
    color: white !important;
    text-decoration: none !important;
    font-weight: 300;
    border-radius: 5px;
    display: inline-block;
}
    .btn-basic:hover {
        background: #026095;
    }
img.logo {
    height: 24px;
    width: auto;
}
.menu li a.home-link {
    opacity: 0.8;
}
.main-tittle {
    background-color: #1f85bf;
    padding: 10px 0 20px;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}
ul.locale-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.locale-list li {
    border-top: 1px solid white;
    margin-top: 5px;
}
    .locale-list li a {
        color: white;
        text-decoration: none;
        width: 100%;
        padding: 5px 0;
        display: block;
        opacity: 0.6;
        text-align: center;
    }
    .locale-list li a:hover {
        opacity: 1
    }
.locale-list li:first-child {
    margin-top: 10px;
}
/*EJES MENU*/
.ejes-menu {
    text-align: center;
}
.eje {
    position: absolute;
    color: white;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    height: fit-content;
}
.eje-cont a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.eje-cont {
    margin: 70px 5px;
    max-width: 290px;
    height: 400px;
    padding: 0 10px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
    .eje-cont:hover::before {
        opacity: 0.6;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }
.eje-cont:before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.eje-bg {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.eje-cont:hover .eje-bg {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.eje1 .eje-bg {
    background-image: url(../images/eje1.jpg);
}
.eje2 .eje-bg {
    background-image: url(../images/eje2.jpg);
}
.eje3 .eje-bg {
    background-image: url(../images/eje3.jpg);
}
.eje-txt {
    height:0;
    font-size: 14px;
    font-weight: 300;
    margin: 10px auto 0;
    padding: 10px 10px 0;
    border-top: 1px solid white;
    width: 90%;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.eje-cont:hover .eje-txt {
    opacity:1;
    height:initial;
}
.eje-img {
    background-size: cover;
    height: 820px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-image: url(../images/ejebg.jpg);
}
.ejes-content:hover .eje-img {
    background-position: 100%;
}
.eje-img1 {
    background-image: url(../images/eje1.jpg);
}
.eje-img2 {
    background-image: url(../images/eje2.jpg);
}
.eje-img3 {
    background-image: url(../images/eje3.jpg);
}
img.eje-img-center {
    position: absolute;
    width: 100%;
    max-width: 700px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
}
.ejes-content .row {
    margin: 0;
}
section#takebackcontrol,
section#timeismoney {
    background-color: #f1f1f1;
}
.ejes-header {
    padding-top: 50px;
    padding-bottom: 30px;
}
.eje-title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #1f85bf;
}
.eje-sub-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: -5px;
}
.eje-number {
    background-color: #1f85bf;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: white;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    padding: 10px 0;
    margin: 5px auto 0;
}
.ejes-bullets {
    text-align: center;
    width: 100%;
    max-width: 260px;
    margin: 15px auto 0;
}
    .ejes-bullets img {
        height: auto;
        max-height: 52px;
        margin-bottom: 10px;
    }
    .ejes-bullets div {
        border-top: 1px solid #1f85bf;
        margin-top: 10px;
        padding: 10px 10px 0;
        font-size: 12px;
    }
        .ejes-bullets div b {
            font-size: 16px;
        }
a#back-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    color: white;
    background-color: #1f85bf;
    padding: 4px 0;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    margin: 10px 10px 65px 10px;
    opacity: 0.8;
}
a#back-top:hover {
    opacity: 1;
}
.quees-content {
    margin: 4% 30px;
}
.quees-link {
    margin: 40px auto;
}
.quees-item {
    background-color: #f1f1f1;
    margin: 20px 0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.quees-img1 {
    background-image: url(../images/quees-img1.jpg);
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.quees-img2 {
    background-image: url(../images/quees-img2.jpg);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-size 2s ease-in;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.quees-item-text2 {
    padding: 30px 10px !important;
}
.quees-content:hover div.quees-img1{
    background-size:160%
}
.quees-content:hover div.quees-img2 {
    background-size: 130%
}
.quees-item-text {
    font-size: 14px;
    padding: 50px 10px;
    text-align: justify;
}
    .quees-item-text b {
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
    }
img.quees-ilus {
    height: auto;
    width: 100%;
    max-width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.quees-list {
    padding: 0 0 0 20px;
    list-style: none;
}
    .quees-list li {
        padding: 0 0 0 25px;
        position: relative;
        margin-bottom: 5px;
    }
        .quees-list li:before {
            content: "";
            width: 7px;
            height: 7px;
            background-color: #1f85bf;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 100px;
        }
.ciclo-content div {
    /* text-align: center; */
    text-align: justify;
}
    .ciclo-content img {
        width: 100%;
        max-width: 800px;
        margin: 40px 0;
    }
.ciclo-item {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 4px;
}
.tittle {
    color: #1f85bf;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}
.contact-content {
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
}
.contact-section {
    display: inline-block;
    margin: 30px;
    padding: 20px 30px;
    width: 100%;
    max-width: 450px;
    vertical-align: top;
}
    .contact-section img {
        opacity: 0.4;
        -webkit-transition: background-size 2s ease-in;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
        /*filter: blur(2px);
        -webkit-filter: blur(2px);*/
        width: 100%;
        max-width: 400px;
    }
    .contact-section:hover img {
        opacity: 1;
        /*filter: blur(0px);
        -webkit-filter: blur(0px);*/
    }
    .contact-section.contact-section-center {
        max-width: initial;
        background-color: #828990;
        padding: 0;
        height: 200px;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .contact-section b {
        font-size: 20px;
        margin: 20px 0 0;
        display: block;
    }
.contact-content-form {
    background-image: url(../images/quees-img2.jpg);
    background-size: 100%;
    position: relative;
    background-position:center;
    -webkit-transition: background-size 2s ease-in;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.contact-content-form:hover {
    background-size: 125%;
}
    .contact-content-form:before {
        content: "";
        background: black;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.8;
    }
.contact-tittle {
    color: white;
    font-family: 'Oswald', sans-serif;
    z-index: 99;
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}
.contact-content-form input[type="text"],
.contact-content-form input[type="tel"],
.contact-content-form input[type="email"],
.contact-content-form textarea {
    padding: 10px 20px;
    width: 100%;
    max-width: 510px;
    border-radius: 3px;
    border: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.contact-content-form textarea {
    resize: none;
}
.contact-content-form .row {
    margin: 10px 15px;
}
.contact-content-form .content {
    padding: 30px 30px 40px;
    position: relative;
    z-index: 1;
}
    .contact-content-form .content iframe {
        border: none;
        background: white;
    }
.locale-main ul {
    list-style: none;
    color: white;
    display: inline-block;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 15px;
    border-radius: 100px;
}
    .locale-main ul li {
        display: inline-block;
        
    }
        .locale-main ul li a {
            font-family: 'Oswald', sans-serif;
            color: white;
            text-decoration: none;
            font-size: 18px;
            padding: 0 5px;
            margin: 0 10px;
            opacity: 0.6;
        }
            .locale-main ul li a:hover, .lang-active {
                opacity:1 !important;
            }
        .locale-main ul li i.fas.fa-globe-americas {
            position: relative;
            top: -1px;
            font-size: 18px;
        }
        .locale-main ul li a .flag {
            max-width: 30px;
            position: relative;
            top: -1px;
            margin-left: 2px;
        }
        /*.locale-main ul li a:hover .flag {
            opacity: 1;
        }*/
.menu-swich {
    color: white;
    position: relative;
    font-size: 2em;
    margin: 10px;
}

.menu-responsive {
    display: none;
}

.menu-active {
    color: #1f85bf;
}

.hidden, .hidden-full {
    display: none;
}
/*HOME BG*/
.slider {
    width: 100%;
    height: 100%;
    /*margin: 20px auto;*/
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
}
.slide1, .slide2, .slide3 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide1 {
    background: url(../images/hbg.jpg)no-repeat center;
    background-size: cover;
    animation: fade 20s infinite;
    -webkit-animation: fade 15s infinite;
}
.slide2 {
    background: url(../images/hbg2.jpg)no-repeat center;
    background-size: cover;
    animation: fade2 20s infinite;
    -webkit-animation: fade2 15s infinite;
}
.slide3 {
    background: url(../images/hbg3.jpg)no-repeat center;
    background-size: cover;
    animation: fade3 20s infinite;
    -webkit-animation: fade3 15s infinite;
}
.alert {
    text-align: center;
    background-color: #1f85bf;
    color: white;
    width: 100%;
    max-width: 50%;
    margin: 0 auto 40px auto !important;
    font-weight: 100;
}
.video {
    text-align:center;
    margin-top:30px;
    margin-bottom:-10px;
    position:relative
}
    .video video#vid {
        max-width: 680px;
        height: auto;
        padding: 0;
    }
    .video:before {
        content: "";
        position: absolute;
        height: 11px;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        top: 0;
        left: 0;
    }
    .video:after {
        content: "";
        position: absolute;
        height: 11px;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        bottom: 0;
        left: 0;
    }

@keyframes fade {
    0% {
        opacity: 1
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 1
    }
    66.666% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }
    33.333% {
        opacity: 0
    }
    66.666% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-32px);
        transform: translateY(-32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-32px);
        transform: translateY(-32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}
.video-container {
    background: #f1f1f1;
    text-align: center;
    padding: 15px 0;
}
    .video-container div {
        width: 100%;
        max-width: 580px;
        height: auto;
        display: inline-block;
        text-align: center;
        padding: 10px;
    }
        .video-container div video {
            width: 100%;
            margin: 0 auto;
        }
.socialMenu {
    margin-left: 15px !important;
    padding-left: 15px !important;
    border-left: 1px solid #a4a4a4;
}

    .socialMenu i {
        font-size: 18px;
        position: relative;
        top: 1px;
    }
/*Home ani*/

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/*NEWS*/

.container.news-container {
    max-width: 1350px !important;
}

.news-container-parent {
    display: flex;
    justify-content: space-between;
}

.news-container-cont {
    width: 70%;
}

.news-container-prev {
    width: 29.999%;
}

ul.news-container-list {
    list-style: none;
    padding: 0;
    margin: 70px 0 0 0;
}

li.news-container-list-item > a {
    display: flex;
    justify-content: space-between;
    margin: 0 20px 20px 20px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
    color: #686868 !important;
    text-decoration: none !important;
}

.news-container-item-img {
    overflow: hidden;
    border-radius: 5px;
    width: 29.999%;
    display: flex;
    max-height: 176px;
    justify-content: center;
    align-items: center;
}

    .news-container-item-img img {
        width: 100%;
    }

.news-container-item-prev {
    width: 70%;
    padding: 0 20px;
}

.news-container-item-tittle {
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}

.news-container-item-cont {
    font-size: 14px;
    margin-top: 10px;
}

.news-container-item-date {
    font-size: 14px;
    color: black;
}

ul.news-container-prev-list {
    list-style: none;
    padding: 0;
}

li.news-container-prev-list-item > a {
    background-size: cover;
    background-position: center;
    max-width: 300px;
    height: 195px;
    margin: 0 auto 30px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    /*background: black;*/
    background: #f2f2f2;
    border-radius: 7px;
}

li.news-container-prev-list-item .news-container-item-prev {
    width: 100%;
    font-size: 12px;
    color: white;
    padding-bottom: 20px;
}

    li.news-container-prev-list-item .news-container-item-prev::after {
        content: "";
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    }

    li.news-container-prev-list-item .news-container-item-prev::after {
        content: "";
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        position: absolute;
        width: 100%;
        height: 80%;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    li.news-container-prev-list-item .news-container-item-prev > div {
        position: relative;
        z-index: 2;
    }

    li.news-container-prev-list-item .news-container-item-prev .news-container-prev-item-tittle {
        font-weight: 700;
        margin-bottom: 5px;
        z-index: 2;
    }

    li.news-container-prev-list-item .news-container-item-prev .news-container-prev-item-cont {
        margin-top: 5px;
    }
li.news-container-prev-list-item img {
    position: absolute;
    height: auto;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

li.news-container-list-item > a:hover,
li.news-container-prev-list-item > a:hover {
    opacity: 0.8;
}

.containerSmall.SingleNewsExpanded {
    display: flex;
    justify-content: space-between;
}

.newsContentExpanded {
    width: 68.999%;
}

ul.newsSectionNews.newsSectionTop.SingleNews {
    padding: 0;
    margin: 0;
    list-style: none;
}

.newsImg {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
    max-height: 410px;
}

    .newsImg img {
        height: auto;
        width: auto;
    }

.newsSectionTittle.SingleNewsTitle span.sticker-header.star {
    display: inline-block;
    padding: 20px 10px 15px !important;
}

.newsSectionTittle.SingleNewsTitle a.backBtnBasic {
    font-size: inherit;
    background: #4069bd;
    color: white;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    top: 4px;
    border-radius: 2px;
}

    .newsSectionTittle.SingleNewsTitle a.backBtnBasic i {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: white;
        font-style: normal;
    }

.newsSectionTittle.SingleNewsTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newsContentExpandedSide .sticker-header.star {
    padding: 20px 0px 15px !important;
}

.newsContentExpandedSide {
    width: 27.333%;
}

.newsTxtDate {
    font-size: 13px;
    color: black;
    margin-bottom: 13px;
    /* text-align: right; */
}

.newsSection {
    max-width: 950px;
    margin: 0 auto;
}

    .newsSection ul.newsSectionNews.newsSectionTop {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        justify-content: space-between;
    }

        .newsSection ul.newsSectionNews.newsSectionTop li {
            width: 31.333%;
            font-size: 13px;
            border: 1px solid lightgray;
            border-radius: 6px;
        }

            .newsSection ul.newsSectionNews.newsSectionTop li .newsImg {
                height: 190px;
            }

                .newsSection ul.newsSectionNews.newsSectionTop li .newsImg img {
                    width: 100%;
                }

    .newsSection .newsTxt {
        padding: 0 10px;
    }

    .newsSection .newsTxtTittle {
        font-weight: bold;
        color: black;
        margin-bottom: 10px;
        margin-top: -5px;
    }

    .newsSection .newsTxtBtn {
        padding: 10px 0;
    }

        .newsSection .newsTxtBtn a {
            background-color: #4069bd !important;
            padding: 5px 0 !important;
            margin: 0 auto;
            list-style: none;
            text-transform: uppercase;
            font-size: 12px !important;
            display: block;
            width: 100px;
            text-align: center;
            color: white;
            border: none;
            opacity: 1;
            border-radius: 3px;
        }

            .newsSection .newsTxtBtn a:hover {
                opacity: 0.8;
            }

    .newsSection .newsTxtDate {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .newsSection .newsSectionTittle.sticker-header.star {
        padding: 20px 0px 15px !important;
    }

.newsSectionBtns.allNewsSection {
    padding: 35px 0 !important;
}

    .newsSectionBtns.allNewsSection a {
        background-color: #4069bd !important;
        padding: 5px 0 !important;
        margin: 0 auto;
        list-style: none;
        text-transform: uppercase;
        font-size: 14px !important;
        display: block;
        width: 210px;
        text-align: center;
        color: white;
        border: none;
        opacity: 1;
        border-radius: 3px;
    }

        .newsSectionBtns.allNewsSection a:hover {
            background-color: #364f83 !important;
        }

.newsSection .newsTxtCont {
    border-bottom: 1px solid #dedede;
    margin: 0 -10px;
    padding: 0 10px 10px 10px;
}

.main-alert {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    opacity: 0.8;
    border: 1px solid lightgray;
    margin: 10px auto;
    max-width: 80%;
}

.newsTxtCont {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.sticker-header.star {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0;
    font-family: 'Oswald', sans-serif;
    color: #4c9dcc;
}
.newsTxt {
    max-width: 775px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.mainHeaderAlt {
    font-family: 'Oswald', sans-serif;
    font-size: 33px;
    margin-top: 50px;
    margin-bottom: -10px;
    text-align: center;
    color: #1f85bf;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

