@import "variables.css";
/*------------------------------------------------------------- VIDEO --------------------------------------------------------------------*/

.video-cont {
    position: absolute;
    z-index: 2;
    padding: 50px;
}

.text-box {
    color: #FFF;
    font-size: 5vw;
    font-weight: 700;
    text-align: left;
}

@media (max-width: 700px) {
    .text-box {
        font-size: 9vw;
        text-align: center;
    }
}


/* @media (max-width: 600px) {
    .text-box {
        font-size: ;
    }
} */

.btn {
    border: 1px solid #FFFFFF;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 1.5vw;
    font-weight: 400;
    text-align: center;
    transition: transform .2s;
}

/*-------------------------------------------------------------------------- INDEX ----------------------------------------------------------------------------------*/
.btnQ {
    /*margin-left: 8px;*/
    /*margin-top: 29px;*/
    /*width: 19px;*/
    /*height: 19px;*/
    /*padding: 1px 0px;*/
    /*border-radius: 15px;*/
    /*text-align: center;*/
    /*font-size: 12px;*/
    /*line-height: 1.42857;*/
    /*background: black;*/

    margin-left: 8px;
    margin-top: 11px;
    width: 19px;
    height: 19px;
    padding: 1px 3px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.titleGrafica {
    font-size: 2rem;
}

@media (max-width: 700px) {
    /*.btn {*/
    /*    display: none;*/
    /*}*/
    .btnQ {
        display: block;
    }
}

.btn:hover {
    transform: scale(1.1);
    cursor: pointer;
    color: #FFF;
}

.grad {
    background-image: linear-gradient(to bottom, rgba(0, 10, 30, 0), rgba(0, 10, 30, 1));
    width: 100%;
    height: 50vw;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 700px) {
    .grad {
        height: 100vw;
    }
}

video {
    /*position: absolute;*/
    /*z-index: -1;*/
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
}

.video-under {
    width: 100%;
    top: 0;
    z-index: -1;
}

.image2 {
    display: none;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

@media (max-width: 700px) {
    .image1 {
        display: none;
    }

    .image2 {
        display: block;
        height: 100vw;
        text-align: center;
    }
}

.divLetras {
    height: 39vw;
}

/*------------------------------------------------------------- NUMBERS --------------------------------------------------------------------*/

.number-box {
    background-color: var(--header-color);
    width: 100%;
    height: 100%;
}

.number-big {
    color: var(--index-blue);
    font-size: 4em;
    font-weight: 700;
}

.number-cont {
    color: #FFFFFF;
    font-size: 1.3em;
}

.number-small {
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 200;
}

@media (min-width: 1200px) {
    .number-big {
        font-size: 4em;
    }
}

@media (max-width: 1200px) {
    .number-big {
        font-size: 2.5em;
    }
}

@media (max-width: 700px) {
    .number-big {
        font-size: 2em;
    }

    .number-small {
        color: #FFFFFF;
        font-size: 1.2em;
        font-weight: 200;
    }

    .divLetras {
        height: 75vw;
    }
}

@media (max-width: 400px) {
    .number-small {
        color: #FFFFFF;
        font-size: 1.2em;
        font-weight: 200;
    }

    .titleGrafica {
        font-size: 1rem;
    }

    .btnQ {
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 350px) {
    .number-big {
        font-size: 1em;
    }

    .number-small {
        color: #FFFFFF;
        font-size: 1em;
        font-weight: 200;
    }

    .divLetras {
        height: 85vw;
    }
}


.column-num {
    float: left;
    padding: 25px;
    text-align: center;
    width: 33.33%;
}

.column-num-4 {
    word-wrap: break-word;
    float: left;
    padding: 25px;
    text-align: center;
    width: 25%;
}

@media screen and (max-width: 700px) {
    .column-num-4 {
        word-wrap: break-word;
        float: left;
        padding: 25px;
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .column-num {
        width: 100%;
    }
}


/*------------------------------------------------------------- PARALLAX --------------------------------------------------------------------*/

.parallax {
    /* The image used */
    background-image: url(assets/img/img_main/Index_01.png);
    height: 400px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.column-par {
    height: 100%;
    padding: 35px;
    text-align: center;
    float: left;
    width: 25%;
}

@media (max-width: 800px) {
    .column-par {
        height: 50%;
        width: 50%;
    }
}

.img-par {
    transition: transform .2s;
    max-width: auto;
    max-height: 70%;
    display: block;
    margin: 0 auto;
}

.img-par:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.img-par-box > a {
    text-decoration: none;
}

.txt-small {
    color: #FFF;
    font-size: 1.4em;
    font-weight: 200;
    padding-top: 20px;
}

@media (max-width: 600px) {
    .txt-small {
        font-size: 1.2em;
        font-weight: 200;
        padding-top: 5px;
    }
}


/*------------------------------------------------------------- NOTICIAS --------------------------------------------------------------------*/

.news-cont {
    transition: transform .2s;
    margin: 30px;
}

.news-cont:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.news-img {
    width: 30%;
}

.news-text {
    /*border-left: 10px solid #00AAFF;*/
    border-left: 10px solid var(--index-blue);
    margin-left: 10px;
    padding: 25px;
    background-color: #FFFFFF;
    float: right;
    width: 65%;
    height: auto;
}

@media (max-width: 800px) {
    .news-img {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .news-text {
        margin: 0;
        width: 100%;
    }
}

.news-h1 {
    color: var(--header-color);
    font-size: 1.1em;
    font-weight: 700;
}

.news-p {
    color: var(--header-color);
    font-size: 1em;
    font-weight: 400;
}

.news-fecha {
    float: right;
    padding-top: 20px;
    color: var(--header-color);
    font-size: .8em;
    font-weight: 300;
}


/** */

html {
    font-size: 1rem;
}

.ver-mas-box > a {
    text-decoration: none;
    color: var(--header-color);
}

.ver-mas {
    transition: transform .2s;
    background-color: none;
    border: 1px solid var(--header-color);
    padding: 10px 25px;
}

.ver-mas:hover {
    transform: scale(1.1);
    cursor: pointer;
}


@media screen and (max-width: 576px) {
    /* PANTALLA MOVILES */
    .parallax {
        /* The image used */
        background-image: url(assets/img/img_main/Index_01.png);
        height: 100%;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

}

@media screen and (min-width: 577px) and (max-width: 992px) {
    /* Estilos para pantallas entre 577 y 992 píxeles de ancho */

}

@media screen and (min-width: 993px) {
    /* Estilos para pantallas de 993 píxeles o más */
}

@media screen and (min-width: 1200px) {
    /* Estilos para pantallas de 1200 píxeles o más */
}
