/* #home-interior{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
} */

.ft{ font-size: 14px; line-height: 15px; } /*Titulos noticias nacionales y estatales*/
.ftf{ font-size: 10px; line-height: 11px; } /*fechas noticias nacionales y estatales*/
.te{ font-size: 25px; line-height: 26px; } /*Titulos de las secciones*/
.tni{ font-size: 25px; line-height: 26px; } /*Titulo de la noticia principal*/
.ttn{ font-size: 16px; line-height: 18px; } /*Texto de la noticia principal*/

.font{ font-family: 'Un Graphic Bold', Arial, sans-serif; }
.font2{ font-family: 'Un Graphic', Arial, sans-serif; }


#contenido{
    display: grid;
}

#seccion1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

    .noticiaInterior{
        grid-column-start: span 2;
    }

        .tituloPrensaInterior {
            font-family: 'Un Graphic Bold', Arial, sans-serif;
            height: min-content;
            font-weight: bold;
            text-align: justify;
        }

        .imagen-noticiaInterior{
            padding-top: 50px;
            width: 100%;
        }

        .pint-nota{
            width: 100%;
            display: inline-block;
            margin-top: 50px;
            margin-bottom: 50px;
            /* font-size: 16px; */
            /* font-weight: bold; */
            /* line-height: 18px; */
            text-align: justify;
        }

    .notas{
        /* background-color: brown; */
        /* width: 100%; */
    }

        .imagen-noticia{
            width: 100%;
        }

        .fecha-noticia{
            color:rgb(206, 205, 205);
            /* padding-bottom: 30px;
            padding-top: -2px; */
        }

        .titulo-noticia{
            color:#000;
            font-family: 'Un Graphic Bold', Arial, sans-serif;
            font-weight: bold;
            height: min-content;
            text-align: justify;
        }


#fotos{
    /* background-color: blue; */
}

#botones{
    /* background-color:blueviolet ; */
    margin-top: 20px;
}

.cont1{
    text-align:left;
}

.cont2{
    text-align:end;
}
    .caja-ant{
        border: 3px solid #308ffd;
        margin-bottom: 10px;
        padding: 1px;
        width: 125px;
        /* height: 25px; */
        border-radius: 15px;
        cursor: pointer;
        background-color: #308ffd;
    }

        .btn-ant{
            color: white;
            font-weight: bold;
            font-size: 12px;
            padding-left: 10px;

        }

    .caja-sig{
        float: right;
        border: 3px solid #308ffd;
        margin-bottom: 10px;
        padding: 1px;
        width: 125px;
        /* height: 25px; */
        border-radius: 15px;
        /* cursor: pointer; */
        background-color: #308ffd;
        color: white;
        font-weight: bold;
        font-size: 12px;
        padding-right: 10px;
    }

    /* .ctrl-contenedor{
        width: 100%;
        position: relative;
        display: inline-block;
        padding-left: 100px;
        padding-right: 100px;
        margin-bottom: 100px;
        margin-top: 50px;
    } */

#sociales{
    background-color: yellow;
}


@media (max-width:700px) {

    .ft{ font-size: 14px; line-height: 15px; }
    .te{ font-size: 25px; line-height: 26px; }
    .tni{ font-size: 25px; line-height: 26px; }

    #seccion1{
        grid-template-columns: repeat(1, 1fr);
        column-gap: 30px;
    }

    .noticiaInterior{
        grid-column-start: span 1;
    }

}

@media (min-width:700px) and (max-width:1000px) {

    .ft{ font-size: 14px; line-height: 15px; }
    .te{ font-size: 25px; line-height: 26px; }
    .tni{ font-size: 25px; line-height: 26px; }

    #seccion1{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }

    /* .notas{
        grid-column-start: span 2;
    } */

}
