.azul{
    background-color: #070934;
}
.gris{
    background-color: #efefef;
}
.contenedor{
    /*padding: 10px;*/
}
.estudio{
    color: #ffffff;
}
.botones{
    width: 100%;
    float: left;
    /*background-color: #23437e;*/
    display:block;
    align-items: center;
    /*padding-left: 20%;*/
    /*padding-right: 10%;*/

}

.boto_iqz{
    width: 50px;
    height:50px;
    float: left;
    text-align: center;
    color: #ffffff;
    margin-top: 120px;
    margin-left: 30px;
   
}
.boto_der{
    width: 50px;
    height:50px;
    float: right;
    text-align: center;
    color: #ffffff;
    margin-top: 120px;
    margin-right: 30px;
   
}


.centro{
    width: 60%;
    height:200px;
    float: left;
    text-align: center;
    color: #ffffff;
    z-index: 50;
}
.justi{
    text-align: justify;
    text-justify: inter-word;
    line-height: 16px;
    
    
}
.quini{
    width: 500px;
    max-width: 425px;
    margin: auto;
}

.logo{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
}

.az1{
    background-color: #09104b
}
.az2{
    background-color: #223d87;
}
.az3{
    background-color: #3672b3;
}
.az4{
    background-color: #4fa0ca;
}
.az5{
    background-color: #7cb4bd;
}
.blanco{
    background-color: #ffffff;
}

.c-banco-iqz{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    margin-right: -20px;
}

.c-banco-der{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 0px 30px 30px 0px;
    margin-left: -20px;
}

.baner{
    background: url("../img/guias-1.png") center center no-repeat ;
    background-size:contain;
    width: 100%;
    height: 250px;
}
#b1,#b3,#b5,#b7,#b9{
    width: 36px;
    height: 36px;
    float: right;
}
#b2,#b4,#b6,#b8,#b10{
    width: 36px;
    height: 36px;
    float: right;
    display: none;
}

.nombre{
    width: 80%;
    height: auto;
    float: left;
    position: relative;
}

.footer{
    width: 100%;
    height: 50px;
    color: #070934;
    background: #efefef;
    text-align: center;
    padding: 10px;
    font-size: 10px;
}

/*bodes colores*/
 .b-az{
    border-bottom: #1ca3c9 solid 5px;
 }
 .b-n{
    border-bottom: #f38f1f solid 5px;
 }


@media (max-width: 425px) {
    .quini{
      max-width: 100%;
    }
  }