/* - - - - - - - - - - - - - - - 
CSS para pantallas pequeñas (Móviles)
Ultima modificación por:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

/* INICIO ESTILOS EN GENERAL */

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

.row-down-inv {
    position: absolute;
    bottom: 20px;
    width: 30px;
}

/* 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: 120px;
    margin-left: 25px;
}

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

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

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

.menu a {
    margin: 0px 15px;
    font-size: 1.4em;
}

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

/* 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: 75px;
    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.15em;
    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: 25px;
}

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;
    margin-top: 30px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

nav ul > li {
    margin: 20px 0;
}

nav ul a {
    color: #1d1f20!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: 350px;
}
.section1-index-img {
    height: 350px;
}
.dark-index{
    height: 350px;
}
.section1-txt {
    font-size: 1.5em;
}

.section2-index {
    padding: 30px;
}

.section2-index>p {
    font-size: 1em;
    width: auto;
}
video{
    display: none;
}
.section2-index>h2 {
    font-family: 'Mollen-Use-Light';
    font-size: 1.8em;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

.section3-index {
    height: auto;
    padding: 0px 20px;
}

.video-s3i {
    width: 350px;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}
#info-more {
    margin-top: 0;
}
#know-more {
    margin: auto auto 20px auto;
    font-size: 1.5em;
    padding: 10px;
    width: auto;
    text-align: center;
}

#know-more h3 {
    font-size: 1.5em;
}
#info-more p {
    font-size: .8em;
}
.question-s1>img {
    width: 25px;
}

/* FIN DE LA SECCION DE INICIO */



/* INICIO DE LA SECCION DE HISTORIA */

.section1-history {
    height: 350px;
}

.section2-history {
    padding: 30px 30px 30px 30px;
}

.first-p-s2h {
    margin: 20px 0px !important;
}

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

.section2-history li {
    font-size: 1em;
    line-height: 1.7;
    margin: 10px 0px;
}

.section3-history {
    padding: 0px;
}

/* FIN DE LA SECCION DE HISTORIA */


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

.section1-workg {
    height: 350px;
}
.section1-work-img {
    height: 350px;
    display: flex;
}

.section2-workg {
    height: auto;
    padding: 30px;
}

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

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

.url-work {
    margin: auto;
    display: block;
    text-align: center;
    width: 90%;
    color: rgb(76,120,26);
    text-decoration: underline;
    font-family: 'Mollen-Use-Light';
    font-size: 1.3em;
}

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


/* INICIO DE LA SECCION DE TRANSPARENCIA */

.section1-trans {
    height: 350px;
}

.section2-trans {
    padding: 30px;
}

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

.section3-trans {
    padding: 30px;
    flex-direction: column;
}

.item-text-trans {
    width: auto;
    height: auto;
    margin-bottom: 30px;
}

.item-text-trans h2 {
    font-size: 1.7em;
    margin: 10px 0px;
}

.item-text-trans p {
    font-family: 'Mollen-Use-Light';
    font-size: 1.1em;
}

.item-text-trans a {
    color: rgb(76,120,26);
    text-decoration: underline;
    font-family: 'Mollen-Use-Light';
    width: auto;
    font-size: 1.1em;
    line-height: 1.5;
}

.item-text-trans h5 {
    font-size: 1.1em;
    margin: 10px 0px;
}

/* FIN DE LA SECCION DE TRANSPARENCIA */


/* INICIO DE LA SECCION DE PUBLICACIONES */
.section-publications {
    height: 150px;
}
.section-publications h3{
    font-size: 2.5em;
}
.section1-public {
    padding: 30px;
    flex-direction: column;
}

.section1-public p {
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    padding: 0;
}

.cont-conv-s1p {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    margin: 30px 0px 0px 0px;
}

.cont-conv-s1p a {
    font-size: 1.5em;
    margin: 15px 10px;
    width: 100%;
}


.section2-public {
    padding: 30px;
    flex-direction: column;
}

.section2-public p {
    font-size: 1.1em;
    line-height: 1.5;
}

.cont2-conv-s1p {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    margin: 30px 0px 0px 0px;
}

.cont2-conv-s1p a {
    font-size: 1.5em;
    margin: 15px 10px;
}

/* FIN DE LA SECCION DE PUBLICACIONES */

/*------------------INICIO DE LA SECCION DE APPLICATION---------*/

.aplication-years {
    width: 100%;
    margin: 30px 0;
}
.deco-btn {
    margin: 15px;
}


/*------------------FIN DE LA SECCION APLICATION---------------*/

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

.states {
    font-size: 1em;
    padding-inline-start: 20px;
}

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

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

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


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


/* 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-size: 1.2em;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

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

.fb{
    display: flex;
    justify-content: center;
    width: 33px;
    height: 33px; 
}
.fosech {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 35px;
}
.FECHAC {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
}

/* FIN DE FOOTER */


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

.form-container-quejas {
    width: 300px;
    height: fit-content;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 255);
}
.form-popup-quejas h1 {
    font-family: 'Mollen-Use-BoldNarrow';
    font-size: 1.8em;
    margin-left: 15px;
}

.form-container-quejas h3 {
    font-size: 1em;
}

.align-itms-quejas {
    width: 90%;
    height: max-content;
    flex-direction: column;
    justify-content: center;
}

.align-itms-quejas div {
    width: 100%;
}

.align-itms-quejas p {
    font-size: .9em;
    margin: 0;
    line-height: 15px;
}
.align-itms-quejas a{
    color: rgb(76,120,26);
}


.form-container-quejas .cancel {
    width: 20px !important;
    right: 15px;
}

.form-container-quejas .btn {
    height: 40px;
}

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

.dark-trans {
    height: 350px;
}

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

.language {
    width: 70px;
}
.dropdown-content {
    bottom: -70px;
}
.lang {
    padding: 0 0 5px 0;
}

