@font-face {
    font-family: "Oswald-Light";
    src: url(/work/models/FomentoCivico/CSS/Oswald-Light.ttf) format("truetype");
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: "Oswald-Bold";
    src: url(/work/models/FomentoCivico/CSS/Oswald-Bold.ttf) format("truetype");
    font-style: bold;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: "Oswald-Regular";
    src: url(/work/models/FomentoCivico/CSS/Oswald-Regular.ttf) format("truetype");
    font-style: regular;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: "OpenSans";
    src: url(/work/models/FomentoCivico/CSS/OpenSans.ttf) format("truetype");
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
    font-family: "OpenSans-Italic";
    src: url(/work/models/FomentoCivico/CSS/OpenSans-Italic.ttf) format("truetype");
    font-style: Italic;
    -webkit-font-smoothing: subpixel-antialiased;
}




body {
    margin: 0;
    padding: 0;
    font-family: "OpenSans", "Serif";
}

p {
    margin-top: 0;
    font-weight: 100;
}

b {
    font-weight: 500;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
}

.efectoboton:hover {
    transform: scale(1.1);
    transition: 100ms;
}

.close {
    color: #fff;

    opacity: 1;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}

main {}

.versalitas {
    font-variant: small-caps;
  }


.titulo-seccion {
    font-family: 'Oswald-Bold', sans-serif;
    letter-spacing: 1px;
    color: #980808;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 78px;
    -webkit-transform: scale(1, 1.14);
    -ms-transform: scale(1, 1.14);
    transform: scale(1, 1.14);
}

.home-square-1 {
    position: absolute;
    right: 0px;
}

.separador-circulo {
    margin: 20px 45%;
}

.texto-redaccion {
    font-size: 16px;
}

.img-encabezado-1 {
    width: 75%;
    z-index: -1;
    float: right;
    /* Agregado César: */
    height: auto;
}

.flex-encabezado-1 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.piedefoto {
    font-family: "OpenSans-Italic";
    font-size: 13px;
    line-height: 19px;
}

/* botonera home */

.botonera-home {
    /* height: 100%; */
    z-index: 1;
    background-color: rgb(0, 0, 0);
    font-family: "Oswald-DemiBold";
    letter-spacing: 0px;
    font-size: 20pt;
    text-transform: uppercase;
    font-weight: lighter;
}

.botonera-home a {
    height: 250px;
    cursor: pointer;
    font-weight: 300;
    font-size: 65px;
    line-height: 58px;
    padding: 28px 2em;
    display: block;
    background-size: cover;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 10px solid rgba(0, 0, 0, 1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.botonera-home a:hover {
    filter: grayscale(100%) brightness(150%);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.titulo-creditos {
    font-family: 'Oswald-Bold';
    color: #FF8000;
    font-size: 20px;
    text-transform: uppercase;
    transform: scale(1, 1.14);
    margin-bottom: 16px;
}

.texto-creditos {
    padding-left: 10%;
    font-family: OpenSans;
    line-height: 17px;
    color: #5A5A5A;
    font-size: 16px;
}

.titulo-creditos-2 {
    font-family: 'Oswald-Bold';
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    transform: scale(1, 1.14);
    margin-bottom: 16px;
}

.encabezado {
    height: 300px;
    display: block;
    background-size: cover;
    border-bottom: 10px solid rgba(0, 0, 0, 1);
}

.titulo-pie-de-foto {
    font-family: 'Oswald-Bold';
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    transform: scale(1, 1.14);
    margin-bottom: 16px;
}

.date-pie-de-foto {
    font-family: 'OpenSans';
    line-height: 17px;
    color: #5A5A5A;
    font-size: 16px;
}

.texto-pie-de-foto {
    font-family: 'OpenSans';
    font-size: 13px;
    line-height: 19px;
}

/* atributos de imagen link */
.recurso {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.recurso:hover {
    filter: sepia(100%);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

a.activo-menu {
    background-color: rgb(0, 0, 0);
    color: #fff !important;
    filter: grayscale(0%) !important;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.banner-ninos {
    margin-bottom: 0px;
}

/* Estilos Variables */

@media (max-width: 319px) {
    .img-encabezado-1 {
        width: 100%;
        /* 0% */
        margin-top: 12%;
        margin: 0 auto 0;
        float: none
         
    }

    .titulo-seccion {
        font-size: 25px;
        line-height: 33px;
    }

    .square {
        height: 30px;
        width: 30px;
    }

    .texto-redaccion {
        font-size: 14px;
        line-height: 18px;
    }

    .botonera-home a {
        font-size: 43px;
        line-height: 44px;
        padding: 28px 12px;
        height: 156px;
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 18px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 15px;
        word-break: break-all;
    }
}

@media (min-width: 319.02px) and (max-width: 364px) {
    .img-encabezado-1 {
        /* 09% */
        margin-top: 11%;
        width: 100%;
        margin: 0 auto 0;
        float: none;

    }

    .titulo-seccion {
        font-size: 25px;
        line-height: 33px;
    }

    .square {
        height: 60px;
        width: 60px;
    }

    .texto-redaccion {
        font-size: 14px;
        line-height: 18px;
    }


    .botonera-home a {
        font-size: 45px;
        line-height: 44px;
        padding: 28px 12px;
        height: 156px;
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 18px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 15px;
        word-break: break-all;
    }
}

@media (min-width: 364.02px) and (max-width: 439.98px) {
    .img-encabezado-1 {
        /* 09% */
        margin-top: 11%;
        margin: 0 auto 0;
        float: none;
        width: 100%;
    }

    .titulo-seccion {
        font-size: 29px;
        line-height: 38px;
    }

    .square {
        height: 40px;
        width: 40px;
    }

    .texto-redaccion {
        font-size: 14px;
        line-height: 18px;
    }

  

    .botonera-home a {
        font-size: 49px;
        line-height: 50px;
        padding: 28px 12px;
        height: 156px;
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 18px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 15px;
        word-break: break-all;
    }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (min-width: 440px) and (max-width: 575.98px) {
    .img-encabezado-1 {
        /* 0% */
        margin-top: 09;
        width: 100%;
        float: none;
    }

    .titulo-seccion {
        font-size: 34px;
        line-height: 45px;
    }

    .square {
        height: 60px;
        width: 60px;
    }

    .texto-redaccion {
        font-size: 14px;
        line-height: 18px;
    }

    .piedefoto {
        font-size: 14px;
        line-height: 19px;
        /* font-family: "OpenSans-Italic"; */
    }

    .botonera-home a {
        font-size: 65px;
        line-height: 58px;
        padding: 28px 12px;
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 18px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 15px;
        word-break: break-all;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .titulo-seccion {
        font-size: 41px;
        line-height: 54px;
    }

    .square {
        height: 60px;
        width: 60px;
    }

    .home-square-1 {
        position: absolute;
        right: 0px;
    }

    .flex-encabezado-1 {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .piedefoto {
        font-size: 12px;
        line-height: 15px;
        /* font-family: "OpenSans-Italic"; */
    }

    .botonera-home a {
        font-size: 65px;
        line-height: 58px;
        padding: 28px 40px;
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 21px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 15px;
        word-break: break-all;
    }

    .titulo-creditos {
        font-size: 21px;
        margin-bottom: 16px;
    }

    .titulo-creditos-2 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .texto-creditos {
        line-height: 20px;
        font-size: 18px;
    }

    .banner-ninos {
        margin-bottom: 50px;
    }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .titulo-seccion {
        font-size: 56px;
        line-height: 73px;
    }

    .square {
        height: 80px;
        width: 80px;
    }

    .home-square-1 {
        position: absolute;
        right: 20px;
    }

    .botonera-square {
        position: absolute;
        left: 20%;
    }

    .separador-circulo {
        margin: 35px 45%;
    }

    .flex-encabezado-1 {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .piedefoto {
        font-size: 13px;
        line-height: 16px;
        /* font-family: "OpenSans-Italic"; */
    }

    .botonera-home a {
        font-size: 65px;
        line-height: 58px;
        padding: 28px 1em;
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 21px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 15px;
        word-break: break-all;
    }

    .titulo-creditos {
        font-size: 21px;
        margin-bottom: 16px;
    }

    .titulo-creditos-2 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .texto-creditos {
        line-height: 20px;
        font-size: 18px;
    }

    .banner-ninos {
        margin-bottom: 50px;
    }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .titulo-seccion {
        font-size: 72px;
        line-height: 95px;
    }

    .square {
        height: 100px;
        width: 100px;
    }

    .home-square-1 {
        position: absolute;
        right: 40px;
    }

    .botonera-square {
        position: absolute;
        left: 40%;
    }

    .separador-circulo {
        margin: 50px 45%;
    }

    .texto-redaccion {
        font-size: 20px;
    }

    .flex-encabezado-1 {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .piedefoto {
        font-size: 18px;
        line-height: 22px;
        /* font-family: "OpenSans-Italic"; */
    }

    .botonera-home a {
        font-size: 65px;
        line-height: 58px;
        padding: 28px 1em;
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 24px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 18px;
        word-break: break-all;
    }

    .titulo-creditos {
        font-size: 33px;
        margin-bottom: 16px;
    }

    .titulo-creditos-2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .texto-creditos {
        line-height: 26px;
        font-size: 22px;
    }

    .banner-ninos {
        margin-bottom: 50px;
    }

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .titulo-seccion {
        font-size: 88px;
        line-height: 115px;
    }

    .square {
        height: 100px;
        width: 100px;
    }

    .home-square-1 {
        position: absolute;
        right: 40px;
    }

    .botonera-square {
        position: absolute;
        left: 20%;
    }

    .separador-circulo {
        margin: 50px 45%;
    }

    .texto-redaccion {
        font-size: 20px;
    }

    .flex-encabezado-1 {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .piedefoto {
        font-size: 18px;
        line-height: 27px;
        font-family: "OpenSans-Italic";
    }

    .titulo-referencias {
        font-family: OpenSans;
        font-size: 24px;
    }

    .vinculo-referencias {
        color: #FF8000 !important;
        font-size: 18px;
        word-break: break-all;
    }

    .titulo-creditos {
        font-size: 33px;
        margin-bottom: 16px;
    }

    .titulo-creditos-2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .texto-creditos {
        line-height: 26px;
        font-size: 22px;
    }

    .banner-ninos {
        margin-bottom: 50px;
    }

}

/* ----------------------- MENU HAMBURGUESA ----------------------- */

.button-container {
    position: relative;
    width: 35px;
    height: 27px;
    cursor: pointer;
    transition: opacity .25s ease;
    z-index: 1;

}

.button-container:hover {
    opacity: .7;
}

.button-container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}

.button-container.active .middle {
    opacity: 0;
    background: #fff;
}

.button-container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button-container span {
    background: rgb(255, 255, 255);
    border: none;
    height: 5px;
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button-container span:nth-of-type(2) {
    top: 11px;
}

.button-container span:nth-of-type(3) {
    top: 22px;
}

/*  --------------------------  Color del botón  compartir-------------------- */
a.share {
    fill: #ffffff;
}

a.share:hover {
    fill: rgba(255, 255, 255, 0.9);
}

a.share:focus {
    outline: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.button-twitter:hover,
.button-facebook:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s;
}

/* /Color del botón compartir */


.imagen:hover {
    filter: saturate(180%);
    cursor: pointer;
}

i {
    font-style: oblique
}