@charset "utf-8";
/* CSS Document */
.ac-qs-title{
    font-size:1.2rem;
    color:#0B3B84;
    font-weight:500;
}
.ac-qs-col{
    border-radius:10px;
    border:1px solid #DADADA;
    padding:20px;
    background:#FFF;
    height:100%;
    /*margin:0 8px;*/
}
.ac-qs-cont-info{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    gap:10px;
}
.ac-qs-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-shrink:0;
}
.ac-qs-icon span{
    font-size:1.6rem;
    color:#ffffff;
}
.ico-one{
    background:#0057B8;
}
.ico-two{
    background:#00A651;
}
.ico-tree{
    background:#FDB913;
}
.ac-qs-num{
    font-size:1.2rem;
    font-weight:600;
}
.ac-qs-desc{
    font-size:0.85rem;
    line-height:1.2;
    color:rgba(0,0,0,0.65);
}

/* === CILUMNA 2 === */
.ac-qs-item{
    margin-bottom:10px;
}
.ac-qs-item-doc span{
    font-size:1.3rem;
    color:#00A651;
}
.ac-qs-item-doc .desc{
    font-size:0.85rem;
	color:rgba(0,0,0,0.75);
	line-height:normal;
}

/*==================================================
quienes-somos.css
====================================================

INSTRUCCIONES:

1. Agrega aquí los estilos personalizados
   de esta subsección.

2. Los estilos generales deben ir
   fuera de los Media Queries.

3. Usa los Media Queries únicamente
   cuando necesites adaptar el diseño
   para tablets o celulares.

4. Mantén el código ordenado y comentado.

==================================================*/



/*==================================================
ESTILOS GENERALES
Desktop / Laptop
==================================================*/




/*==================================================
TABLETS
Pantallas menores a 992px
==================================================*/
@media (max-width: 991px){

    

}




/*==================================================
MÓVILES
Pantallas menores a 768px
==================================================*/
@media (max-width: 767px){

    

}




/*==================================================
MÓVILES PEQUEÑOS
Pantallas menores a 576px
==================================================*/
@media (max-width: 575px){

    

}




/*==================================================
MODO HORIZONTAL
Landscape
==================================================*/
@media (orientation: landscape){

    

}




/*==================================================
MODO VERTICAL
Portrait
==================================================*/
@media (orientation: portrait){

    

}




/*==================================================
PANTALLAS GRANDES
Full HD o superiores
==================================================*/
@media (min-width: 1400px){

    

}




/*==================================================
IMPRESIÓN
==================================================*/
@media print{

    

}

