/* Banner video en index */
.malla_video{
    /*background: rgba(0, 0, 0, .01) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQIW2NkYGD4z8DAwMjIAAUADikBA/ggJToAAAAASUVORK5CYII=');*/
    /*width: 100%;
    height: calc(100vh - 65px);*/
}

.banner__video, #my-player_html5_api
{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: fill;
}

/*Texto sobre banner principal*/
.texto_banner
{
    width: 560px;
    margin-top: 350px;
    margin-left: 50px;
    font-family: myriad pro bold;
    font-size: 63px;
    color: #F2F2F2;
    position: absolute;
    z-index: 10000;
}

@media(max-width: 1670px){
    .texto
    {
        width: 450px !important;
        margin-top: 185px !important;
        font-size: 45px !important;
    }
}

@media(max-width: 992px){
    .texto
    {
        width: 400px !important;
        margin-top: 150px !important;
        font-size: 40px !important;
    }
}

@media(max-width: 835px){
    .texto
    {
        width: 280px !important;
        margin-top: 170px !important;
        font-size: 30px !important;
    }
}

@media(max-width: 535px){
    .texto
    {
        width: 200px !important;
        margin-top: 135px !important;
        font-size: 20px !important;
    }
}

/* Cuadros de ver mas */
.contenedor_mas
{
    width: 1622px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo_mas
{
    font-family: myriad pro bold;
    font-size: 28px;
    color: #BD8C58;
    text-align: center;
    margin-top: 25px;
}

.marco_mas
{
    height: 175px;
    border: 1px solid #BD8C58;
    padding: 20px;
    margin-top: 20px;
}

.texto_mas
{
    width: 322px;
    height: 96px;
    font-family: myriad pro regular;
    font-size: 17px;
    color: #3C3C3B;
    text-align: center;
}

.boton_mas:hover
{
    background: #7C5837;
}

.boton_mas
{
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 auto;
    margin-top: 15px;
    font-family: myriad pro bold;
    font-size: 17px;
    background: #BD8C58;
    color: #F2F2F2;
    text-align: center;
    cursor: pointer;
}

/* Cuadros de noticias */
.linea_noticias
{
    background: #99A3A2;
    height: 2px;
    margin-top: 30px;
}

.title_noticias
{
    font-family: myriad pro light;
    font-size: 44px;
    color: #99A3A2;
    text-align: center;
}

.contenedor_noticias
{
    width: 1610px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion_noticias
{
    width: 374px;
    height: 570px;
    border: 1px solid #CCD5D4;
    background: #FFFFFF;
}

.titulo_noticias
{
    width: 326px;
    font-family: myriad pro regular;
    font-size: 20px;
    color: #BD8C58;
    text-align: justify;
    margin: 0 auto;
    margin-top: 20px;
}

.subtitulo_noticias
{
    width: 326px;
    font-family: myriad pro regular;
    font-size: 17px;
    color: #99A3A2;
    text-align: justify;
    margin: 0 auto;
}

.texto_noticias
{
    width: 326px;
    height: 166px;
    font-family: myriad pro regular;
    font-size: 17px;
    color: #3C3C3B;
    text-align: justify;
    margin: 0 auto;
    margin-top: 10px;
}

@media(max-width: 1280px){
    .title_noticias
    {
        margin-top: 0px;
        font-size: 38px;
    }
}

@media(max-width: 1125px){
    .title_noticias
    {
        margin-top: 10px;
        font-size: 30px;
    }
}

@media(max-width: 925px){
    .title_noticias
    {
        margin-top: 15px;
        font-size: 25px;
    }
}

@media(max-width: 800px){
    .title_noticias
    {
        margin-top: 18px;
        font-size: 20px;
    }
}

@media(max-width: 690px){
    .title_noticias
    {
        margin-top: 20px;
        font-size: 15px;
    }
}

@media(max-width: 545px){
    .title_noticias
    {
        margin-top: 23px;
        font-size: 12px;
    }
}

@media(max-width: 471px){
    .title_noticias
    {
        margin-top: 20px;
        font-size: 17px;
    }
}

@media(max-width: 450px)
{
    .contSecA
    {
        width: 330px !important;
        margin: 0 auto !important;
    }
    
    .texto_mas
    {
        width: 300px !important;
        margin: 0 auto !important;
    }
    
    .marco_mas
    {
        padding: 10px !important;
    }
    
    .seccion_noticias
    {
        width: 330px !important;
    }
    
    .contenedor_mas
    {
        width: 330px !important;
    }
    
    .contenedor_noticias
    {
        width: 330px !important;
    }
    
    .texto_noticias
    {
        width: 300px !important;
    }
    
    .titulo_noticias
    {
        width: 300px !important;
    }
    
    .subtitulo_noticias
    {
        width: 300px !important;
    }
    
    .imagen_notica
    {
        width: 300px !important;
        height: 222px !important;
    }
}