@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --text-main-color: #888888
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

html, body {
    width: 100%;
}



a {
    text-decoration: none;
    color: inherit;
}

#banner_ppl {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.img_banner {
    width: 100%;
}

img.download_button {
    width: 50%;
    cursor: pointer;
}

.banner_info {
    width: 41%;
    height: auto;
    background-color: #1f1f1f80;
    padding: 1rem 2rem;
    position: absolute;
    left: 16vw;
}

.banner_title {
    color: #fff;
    font-size: 3.5vw;
    font-weight: 400;
}

.banner_title span{
    font-weight: 800;
}

.banner_info .download_button {
    width: 50px;
    margin-top: 20px;
    transition: .3s ease;
}

.banner_info .download_button:hover {
    transform: scale(1.1);
}

.prom_1 {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 1rem;
}

.container_prom1 {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: wrap;
}

.prom1_text, .prom1_img {
    width: 50%;
    position: relative;
}

.prom1_text {
    display: flex;
    justify-content: center;
}

.prom1_img img {
    width: 100%;
}

.prom_1 .play {
    width: 80px;
    position: absolute;
    top: 3%;
    right: 9%;
    transition: .3s ease;
}

.prom1_img .play:hover {
    transform: scale(1.1);
}

.cont_text {
    width: 500px;
    min-width: 300px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.cont_text h2 {
    color: var(--text-main-color);
    font-weight: 300;
    font-size: 3.5vw;
}

.ampliar-app {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.ampliar-app div {
    width: 66%;
}

.ampliar-app a {
    color: var(--text-main-color);
    font-weight: 800;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.3vw;
}

.ampliar-app a img {
    margin-left: 10px;
    width: 1.9vw;
}

.prom_2 {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 1rem;
}

.container_prom2 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.prom2_text, .prom2_img {
    width: 50%;
    position: relative;
}

.prom2_text {
    display: flex;
    justify-content: center;
}

.prom2_img img {
    width: 100%;
}

.prom_2 .play {
    width: 80px;
    position: absolute;
    top: 3%;
    right: 9%;
    transition: .3s ease;
}

.prom2_img .play:hover {
    transform: scale(1.1);
}

.cont_text2 {
    width: 500px;
    min-width: 300px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.cont_text2 h2 {
    color: var(--text-main-color);
    font-weight: 300;
    font-size: 3.5vw;
}

.descargar {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.descargar div {
    width: 74%;
}

.descargar a {
    color: var(--text-main-color);
    font-weight: 800;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.3vw;
}

.descargar a img {
    margin-left: 10px;
    width: 1.9vw;
}

.ampliar a, .descargar a {
    transition: .3s ease;
}

.ampliar a:hover, .descargar a:hover {
    transform: scale(1.1);
}

#news_slider {
    width: 100%;
    height: auto;
    position: relative;
    padding: 1rem;
}

#slider_container {
    height: 100%;
}

#news_slider h2 {
    color: var(--text-main-color);
    text-align: center;
    font-size: 5vw;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 30px !important;
    border-radius: unset !important;
    height: 6px !important;
    background: #b3b3b3;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ffa000 !important;
}

.slider_item {
    width: 50%;
    height: auto;
    position: relative;
    padding: 1rem 3rem;
    display: flex;
    justify-content: center;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.item_text {
    width: 60%;
    position: relative;
    padding: 0 0 0 1rem;
}

.calendar {
    display: inline-flex;
}

.calendar img {
    width: 3.2vw;
}

.calendar span {
    background: #7c0040;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    width: 3.2vw;
    display: flex;
    padding: 5px;
    line-height: 1;
    text-align: center;
}

.item_info {
    width: 100%;
    padding-right: 1rem;
    position: relative;
    margin-top: 1rem;
}

.item_info h3 {
    color: var(--text-main-color);
    font-size: 2.3vw;
    font-weight: 800;
    line-height: 1;
}

.item_info p {
    color: var(--text-main-color);
    margin-top: 1.5rem;
}

.item_info a {
    color: var(--text-main-color);
    font-weight: 800;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.item_info a img {
    margin-left: 10px;
}

.item_img {
    width: auto;
    position: relative;
}

.item_img img {
    width: 180px;
}

#more-app-news .bloqueTitulo{
    width: 50%;
}

#more-app-news .bloqueTitulo .fechaBlog {
    margin-top: 5px;
}

#more-app-news .ib3_boxN{
    height: 556px;
    overflow: hidden;
}

/* RESPONSIVE */

@media (min-width: 1760px) and (max-width: 1920px) {
    .cont_text {
        width: 600px;
    }

    .cont_text2 {
        width: 650px;
    }

    .item_info p {
        font-size: 24px;
    }

    .item_info a {
        font-size: 20px;
    }

    .item_img img {
        width: 250px;
    }

    .bx-viewport {
        height: auto !important;
    }
}

@media (min-width: 1367px) and (max-width: 1440px){
    .item_info p {
        font-size: 17px;
    }

    .item_info a img {
        width: 25px;
    }
}

@media (min-width: 1281px) and (max-width: 1366px){
    .item_info a img {
        width: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px){
    .item_info a img {
        width: 25px;
    }
}

@media (max-width: 1024px){
    .slider_item {
        justify-content: center;
    }

    .ampliar,
    .descargar {
        width: 300px;
        justify-content: flex-start;
    }

    .ampliar div,
    .descargar div {
        display: none;
    }

    .ampliar a,
    .descargar a {
        font-size: 25px;
    }

    .item_info a img {
        width: 35px;
    }

    .cont_text2 h2 {
        width: 360px;
    } 

    .descargar a img,
    .ampliar a img {
        width: 35px;
    }

    .calendar img {
        width: 60px;
    }

    .calendar span {
        font-size: 16px;
        width: 60px;
    }

    .item_info p {
        font-size: 25px;
    }

    .item_info a {
        font-size: 25px;
    }

    .item_info h3 {
        font-size: 30px;
    }
}

@media (max-width: 768px){
    .ampliar,
    .descargar {
        width: auto;
        justify-content: flex-start;
    }

    .ampliar div,
    .descargar div {
        display: none;
    }

    .ampliar a,
    .descargar a {
        font-size: 20px;
    }

    .item_info a img {
        width: 30px;
    }

    .cont_text h2 {
        text-align: center;
    }

    .cont_text2 h2 {
        width: 300px;
        text-align: center;
    } 

    .descargar a img,
    .ampliar a img {
        width: 35px;
    }

    .item_info h3 {
        font-size: 25px;
    }

    .item_info p {
        font-size: 20px;
    }

    .item_info a {
        font-size: 20px;
    }

    #more-app-news .bloqueTitulo {
        width: 100%;
    }

    #more-app-news .ib3_boxN {
         height: auto; 
    }
}

@media (max-width: 575px){
    #banner_ppl {
        height: 50vh;
        justify-content: center;
    }

    .img_banner {
        height: 100%;
        object-fit: cover;
    }

    .banner_info {
        width: 90%;
        height: 90%;
        position: absolute;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .banner_title {
        font-size: 35px;
        text-align: center;
    }

    .prom1_text, .prom1_img,
    .prom2_text, .prom2_img  {
        width: 100%;
    }

    .cont_text h2,
    .cont_text2 h2 {
        font-size: 30px;
    }

    .ampliar, .descargar {
        margin-top: 0; 
    }

    .container_prom2 {
        flex-direction: column-reverse;
    }

    .slider_item {
        flex-wrap: wrap;
        padding: 1rem;
    }

    #news_slider h2 {
        font-size: 50px;
        margin-bottom: 0;
    }

    .item_text {
        width: 100%;
        padding: 0;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }

    .item_info {
        padding-right: 0;
    }

    .item_info h3 {
        font-size: 30px;
        text-align: center;
        margin-top: 0;
    }

    .item_info p {
        text-align: justify;
    }

    .item_img {
        width: 100%;
        margin-top: 1rem;
    }

    .item_img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}