@charset "utf-8";
/* CSS Document */
.ac-nos-section{
    padding:80px 0;
    background:#fff;
}

.ac-nos-header{
    text-align:center;
    margin-bottom:50px;
}

.ac-nos-subtitle{
    display:block;
    color:#1f8b5c;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.ac-nos-title{
    color:#0b4aa1;
    font-size:48px;
    font-weight:700;
    margin:10px 0;
}

.ac-nos-line{
    width:70px;
    height:4px;
    background:#1f8b5c;
    margin:0 auto 20px;
    border-radius:10px;
}

.ac-nos-text{
    max-width:700px;
    margin:auto;
    color:#555;
}

.ac-nos-content{
    display:flex;
    align-items:center;
    gap:50px;
}

.ac-nos-info{
    flex:1;
}

.ac-nos-item{
    display:flex;
    gap:20px;
    margin-bottom:35px;
}

.ac-nos-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eef7f1;
    color:#1f8b5c;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.ac-nos-item h3{
    color:#0b4aa1;
    margin-bottom:10px;
    font-weight:700;
}

.ac-nos-item p{
    color:#555;
    margin:0;
}

.ac-nos-image{
    flex:1.4;
}

.ac-nos-image img{
    width:100%;
    border-radius:15px;
    display:block;
}

@media (max-width:991px){
    .ac-nos-content{
        flex-direction:column;
    }

    .ac-nos-title{
        font-size:38px;
    }
}
/*==================================================
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{

    

}

