@charset "utf-8";
/* CSS Document */

.ac-nos-cont-mv{
    display:flex;
    align-items:center;
    gap:20px;
}
.ac-nos-mv-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#016BB8;
    color:#FFFFFF;
    flex-shrink: 0;
    display:flex;
justify-content:center;
align-items:center;
}
.ac-nos-mv-icon span{
    font-size:2.5rem;
}
.ac-nos-cont-mv h5{
    color:#0B4AA1;
    font-size:1.6rem;
}
/*==================================================
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{

    

}

