/* - - - - - - - - - - - - - - - 
CSS para pantallas medianas (Tablets)
Ultima modificación por:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

/* INICIO ESTILOS EN GENERAL */

#big-container {
    padding-top: 100px;
}

/* FIN ESTILOS EN GENERAL */

/* INICIO DE HEADER */


.menu{
	display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: white;
    width: 100%;
    position: fixed;
    top: -1200px;
    min-height: initial;
    -webkit-transition: top 0.4s linear;
    -moz-transition: top 0.4s linear;
    transition: top 0.4s linear;
    padding: 0;
    margin: 0;
    left: 0;
    height: calc(100% - 85px);
    align-items: flex-start;
}

header {
    display: none;
}

#logo {
    width: 150px;
    margin-left: 35px;
}

#menu{
	width: 50px;
	display: block;
}

.menu.menu_opened{
    top: 85px;
    transition: top 0.4s linear;
}

#close{
	display: none;
	width: 30px;
}

.menu a {
    margin: 18px 20px;
    font-size: 2em;
}

#btn-header {
    margin: 12px auto;
}

.btn {
    width: 300px;
    height: 75px;
}

.btn .elmt2 {
    width: 70%;
    height: auto;
    font-family: 'Mollen-Use-Light';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    text-transform: uppercase;
    font-size: 1.5em;
}

/* FIN DE HEADER */

/*--------------------------INICIO DEL HEADER RESPONSIVO-----------------------------------------------*/

*,
*:before,
*:after {
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    max-width: 80em;
}

main .container {
    padding: 1em;
}


.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}



/************************************************/
/****************** NAVIGATION ******************/
/************************************************/
nav {
    background: white;
    color: #1d1f20;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    display: block;
}

/*** INPUT ***/
nav input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*** LABEL ***/
nav label {
    cursor: pointer;
    display: flex;
    font: 2em/1 'Oswald', sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

/* Hamburger Icon */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #1d1f20;
    border-radius: 0.05em;
    height: 0.2em;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#menu-icon {
    display: inline-block;
    margin: 0.4em 0;
    max-width: 1em;
    position: relative;
    margin-right: 35px;
}

nav label #menu-icon {
    float: right;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -0.4em;
}

#menu-icon:after {
    bottom: -0.4em;
}

/* Close Icon */
nav input[type=checkbox]:checked + label #menu-icon {
    background: transparent;
}

nav input[type=checkbox]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

nav input[type=checkbox]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}


/*** MENU ***/
/* Overlay */
nav input:checked ~ #overlay {
    background: white;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}

/* List */
nav ul {
    height: 100vh;
    list-style: none;
    margin: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

nav input:checked ~ ul {
    /*margin: 1em;*/
    max-height: inherit;
    opacity: 1;
}

nav ul > li {
    margin: 0;
}

nav ul a {
    color: black !important;
    text-decoration: none;
    font-family: 'Mollen-Use-Narrow';
    font-size: 1.5em;
    font-weight: bolder;
    padding: 10px;
}


/* Social Media */
/*nav ul#social-media > li {
    display: inline-block;
    font-size: 1.5em;
    margin: 0.5em;
}
*/
/*------------------------------FIN DEL HEADER RESPONSIVO---------------------------------------------*/


/* INICIO DE LA SECCION DE INICIO */

.section1-index {
    width: 100%;
    height: 450px;
}

.dark-index{
    height: 450px;
}
.section1-index-img {
    height: 450px;
}
.section2-index {
    padding: 70px 50px;
}

.section2-index>p {
    font-size: 1.3em;
    width: auto;
}

.section2-index>h2 {
    font-size: 2.3em;
    margin: 50px auto;
}

.section3-index {
    padding: 0px;
}
video{
    display: none;
}
.video-s3i {
    position: relative;
    width: 580px;
    margin: 0 auto 0px auto;
    top: -70px;
}

#know-more {
    bottom: 0;
    padding: 20px;
    width: 90%;
    justify-content: center;
}

#know-more h3 {
    margin: 0px;
    color: white;
    font-family: 'Mollen-Use-LightNarrow';
    font-size: 2em;
}

/* FIN DE LA SECCION DE INICIO */


/* INICIO DE LA SECCION DE HISTORIA */

.section1-history {
    height: 450px;
}

.section2-history {
    height: auto;
    background-color: rgb(76,120,26);
    padding: 50px 50px 100px 50px;
}

.section2-history p {
    font-size: 1.3em;
}

.section2-history h5 {
    font-size: 1.5em;
}

.section2-history li {
    font-size: 1.3em;
}

.section3-history {
    padding: 0px;
}

/* FIN DE LA SECCION DE HISTORIA */


/* INICIO DE LA SECCION DE COMITÉ TÉCNICO */

.section1-workg {
    height: 450px;
}
.section1-work-img {
    height: 450px;
    display: flex;
}
.section2-workg {
    padding: 50px;
}

.section2-workg>p {
    font-size: 1.2em;
}

.section2-workg li {
    font-size: 1.2em;
    margin: 10px 0px;
}

.url-work {
    font-size: 1.5em;
}

/* FIN DE LA SECCION DE COMITÉ TÉCNICO */


/* INICIO DE LA SECCION DE TRANSPARENCIA */

.section1-trans {
    height: 400px;
}

.section2-trans {
    padding: 50px;
}

.section2-trans p {
    font-size: 1.2em;
}

.section3-trans {
    padding: 50px;
}

.item-text-trans {
    width: 300px;
}

.item-text-trans p {
    font-size: 1.1em;
}

.item-text-trans a {
    font-size: 1.1em;
    line-height: 1.7;
}

.item-text-trans h5 {
    font-family: 'Mollen-Use-Regular';
    font-size: 1.7em;
    margin: 10px 0px;
}

.deco-btn {
    margin: 20px;
}
/* FIN DE LA SECCION DE TRANSPARENCIA */

/*-------------INICIO DE SECCION DE  ESTADOS FINANCIEROS = FINANCIAL.PHP------------*/

.states {
    font-size: 1.1em;
}

/*----------------FIN DE SECCION DE ESTADOS FINANCIEROS = FINANCIAL.PHP------------- */


/* INICIO DE LA SECCION DE PUBLICACIONES */

.section1-public {
    padding: 50px;
}

.section1-public p {
    font-size: 1.3em;
    width: 90%;
    padding: 25px 0;
}

.cont-conv-s1p {
    width: 650px;
    margin: 50px 0px 0px 0px;
}

.cont-conv-s1p a {
    font-size: 2.5em;
    margin: 0px 30px 50px 30px;
    width: 100%;
}

.section2-public {
    padding: 50px;
}

.section3-public p {
    font-size: 1.5em;
}

.cont2-conv-s1p {
    width: 650px;
    margin: 50px 0px 0px 0px;
}

.cont2-conv-s1p a {
    font-size: 2.5em;
    margin: 0px 30px 50px 30px;
}

/* FIN DE LA SECCION DE PUBLICACIONES */

/*------------------seccion de aplication---------------------*/

.section1-aplication {
    width: 90%;
}

/*------------------fin de la seccion aplication--------------*/

/*-----------------------------------INICIO DE SECCION DE RESULTS = PRESUPUESTO BASADO EN RESULTADOS---------------*/


.section1-results h3 {
    text-align: center;
}

.results-years {
    margin: 25px;
}

.results-years {
    width: 100%;
    margin: 25px 0;
}

/*------------------------------FIN DE SECCION DE RESULTS = PRESUPUESTO BASADO EN RESULTADOS---------------------*/
/* INICIO DE FOOTER */

footer {
    padding-top: 20px;
    padding: 20px;
}

footer a {
    margin: 20px auto;
    display: block;
}


.items-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.items-footer .align-a h5 {
    font-family: 'Mollen-Use-Narrow';
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 5px 0;
}

.items-footer a {
    text-align: center;
    font-family: 'Mollen-Use-Narrow';
    font-size: 1.3em;
    color: black;
    margin: 10px 0;
    width: 100%;
}

/* FIN DE FOOTER */

/*-----------------------------------ESTILOS DEL POP-UP DE QUEJAS Y SUGERENCIAS----------------------------------*/


.form-container-quejas {
    width: 90%;
    height: max-content;
    bottom: -25px;
}

.align-itms-quejas a{
    font-size: 1.1em;
    color: rgb(76,120,26);
}

/*-----------------------------------------------------------------------------------------------------------------*/

.manage-squares{
    flex-wrap: wrap;
}
.info-squares{
    width: 100%;
    margin: 10px;
}

/*----------------------------------*/
.dark-trans {
    height: 400px;
}

.language {
    width: 85px;
    font-size: 1.2em;
}
.dropdown-content {
    bottom: -68px;
}
.lang {
    margin: 0 !important;
    font-family: 'Mollen-Use-Narrow';
    font-size: 1em !important;
    color: black;
    padding: 0;
    text-align: start;
}
