
/*---------------REGULAR.CSS---------------*/

nav{
    display: none;
}

.menu a {
    font-size: 1.1em;
}

.section1-index{
    height: 600px;
}

.section2-index>p {
    font-size: 1.1em;
    line-height: 1.3;
}

.section2-index>h2 {
    font-size: 2.3em;
}

.video-s3i {
    width: 900px;
}

#know-more {
    width: 650px;
}

#know-more h3 {
    font-size: 2.3em;
}

/*---------------seccion de history---------*/
.section1-history {
    height: 600px;
}

.dark-index{
    height: 600px;
}

.section2-history {
    padding: 30px 10% 120px 10%;
}
.section1-index-img {
    height: 600px;
}



/*----------------seccion de workgroup----------------*/

.section1-workg {
    height: 600px;
}
.section1-work-img {
    height: 600px;
}

.section2-workg {
    padding: 80px 10%;
}
.dark-trans {
    height: 500px;
}


/*------------------seccion de transparency---------------*/

.section1-trans{
    height: 500px;
}

.section2-trans {
    height: auto;
    padding: 80px 10% 100px 10%;
}

.section3-trans {
    padding: 80px 1%;
}

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

.section1-aplication {
    width: 85%;
}



/*------------------------------------inicio de seccion de publications.php--------------------*/

.section1-public p {
    font-size: 1.2em;
}

.cont-conv-s1p {
    width: 82%;
}


/*------------------------------------ fin de seccion de publications.php-----------------------*/

/*-----------------------------------------------INICIO DE SECCION ADVISE-------------------------------------*/

.section-Advise{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-adv{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Mollen-Use-Light';
    font-size: 1.2em;
    text-align: justify;
}
.item-adv p{
    margin: 0;
}

.advise-title{
    width: auto;
    height: auto;
    display: flex;
    font-family: 'Mollen-Use-Narrow';
    font-size: 2.5em;
}

strong{
    font-family: 'Mollen-Use-Narrow';
    margin: 10px 0 !important;
}


/*-----------------------------------------FIN DE SECCION ADVISE---------------------------------------------------*/

/*--------------seccion de footer------------------------*/
}


.items-footer a {
    font-size: 1em;
    margin: 10px 50px;
}
.items-footer>h5 {
    width: 30%;
}

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

.form-container-quejas {
    width: 70%;
    height: 55%;
    flex-direction: column;
    justify-content: center;
    bottom: 0px;
}
.form-popup-quejas h3 {
    font-size: 1.5em;
}
.align-itms-quejas {
    height: 230px;
}

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


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


/*----------------------------------------------------------Media Queries----------------------------------------------------*/


@media only screen and (max-width: 1100px) {
    
    .cont-conv-s1p {
    width: 90% !important;
    }
    
}

@media only screen and (max-width: 1200px max-height: 705px) {
    
   .form-container-quejas {
    width: 70%;
    height: 80% !important;
    }

}
/*--------------------------------------*/

.dropdown-content {
    bottom: -64px;
}



