﻿@font-face {
    font-family: 'built titling el';
    src: url('../fuentes/built titling rg.otf') format('opentype');
}

@font-face {
    font-family: 'Newston Regular';
    src: url('../fuentes/Newston Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NewYork PERSONAL USE';
    src: url('../fuentes/NewYork PERSONAL USE.otf') format('opentype');
}



body {
    margin: 0;
    padding: 0;

}


/*@media screen and (min-width: 1100px) {*/



    .info-1-informativo {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: initial;
        justify-content: center;
        align-items: center;
        background:#ffffff
    }

.titulo-informativo {
    margin: 0;
    margin-top: 100px;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

    .titulo-informativo h11 {
        font-family: 'NewYork PERSONAL USE';
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: calc(3vw + .9rem);
        text-align: center;
        color: #000000;
        height: auto;
    }

        .titulo-informativo h12 {
            font-family: 'NewYork PERSONAL USE';
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            font-size: 1.5rem;
            text-align: center;
            color: #000000;
            height: auto;
        }
    /**/
    .portada {
        width: 95%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .nacional {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column
    }

    .texto-nacional {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .titulo-nacional {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .titulo-nacional h3 {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            text-align: center;
            font-family: 'NewYork PERSONAL USE';
            font-size: 3rem;
            background: #ff6a00;
            font-weight: 600;
            color: #ffffff
        }

    .titulo1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap:wrap;
        border-top: solid 1px #000000;
        margin-bottom: 15px;
        padding-top: 15px;
        padding-top: 15px;
        justify-content:center
    }

    .info-imagen {
        width: 550px;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }






.info-imagen-texto {
    width: 600px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

        .info-imagen-texto h15 {
            font-family: "Red Hat Display", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            font-size: 20px;
            color: #000000
        }

        .info-imagen-texto h16 {
            font-family: "Red Hat Display", sans-serif;
            font-optical-sizing: auto;
            font-weight: 200;
            font-style: normal;
            font-size: 18px;
            text-align: justify;
            color: #000000
        }

.label_texto1 h15 {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #000000;    
}

.label_texto1 h16 {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    vertical-align: central;
    color: #000000;
    display: flex;
    text-align: justify;
}




.img-informativo1 {
    width: 80%;
    height: auto;
}
/*}*/





@media screen and (max-width: 1125px) {

    .titulo-nacional h3 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        font-family: 'NewYork PERSONAL USE';
        font-size: calc(3vw + .9rem);
        background: #ff6a00;
        font-weight: 600;
        color: #ffffff
    }


    .label_texto1 h15 {
        font-family: "Red Hat Display", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        color: #000000;
    }

    .label_texto1 h16 {
        font-family: "Red Hat Display", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 18px;
        vertical-align: central;
        color: #000000;
        display:flex;
        text-align: justify;
        
    }



}