@font-face {
    font-family: 'AvantGarde';
    src: url('../fonts/itc-avant-garde-gothic-medium.otf') format('opentype');
    font-weight: 500; /* Medium weight */
    font-style: normal;
} 
#main{
	background: #cde9f2;
	background-image: url(../img/transparencia.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.titlewhite{
    color: #0166a8;
    text-align: center;
    text-shadow: none;
    margin-top: -10px;
}
.divbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    margin-bottom: 0.5rem;
}
.diva{
    background-color: #0066a9d4;
    color: #fff;
    width: 75%;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0px 25px;
}
.divimg{
    width: 23%;
}
.diva:hover{
    background-color: #0066a94d;
    color: #fff;
    cursor: pointer;
}
.diva a{
    line-height: normal;
    text-align: center;
    font-size: 0.85em;
    color: #fff;
    padding: 10px;
    text-decoration: underline;
}
.groupbtndiv{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1rem;
}
.iconbtn{
    width: 92%;
}
.divleft{
    margin-right: -1.5rem;
    z-index: 1

}
.divright {
    margin-left: -1.5rem;
}
footer{
    z-index: 9;
}
@media only screen and (max-width: 1050px) {
    .divbtn{
        width: 50%;
    }
}
@media only screen and (max-width: 900px) {
    .divbtn{
        width: 80%;
    }
    #divconducta{
        order: 1;
    }
    #divprincipios{
        order: 5;
    }
    #divnormas{
        order: 2;
    }
    #divgaseta{
        order: 6;
    }
    #divpolitica{
        order: 3;
    }
    #divley{
        order: 7;
    }
    #divnormativa{
        order: 4;
    }
    #divreglamento{
        order: 8;
    }
    #divcanal{
        order: 9;
    }
}
@media only screen and (max-width: 850px) {
    .titlewhite{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
    #divtitlte{
        order: 2;
    }
    .titlewhite{
        margin-top: 30px;
    }
    .contentlogomovil {
        height: 90px;
    }
    #main{
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(to bottom, #dff1f8cc, #dff1f8cc),url('../img/transparencia.webp');
    }
    .diva{
        border-radius: 20px;
    }
    
}
@media only screen and (max-width: 490px) {
    .divbtn{
        width: 100%;
    }
    .titlewhite {
        margin-top: 50px;
    }
}