/*Start Media Query*/
/*Movil*/
.auditoria-externa-box-blue{
    background-color: #046bb0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: max-content; */
}
.auditoria-externa-box-white{
    background-color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auditoria-externa-box-blue h1{
    color: white;
    text-align: center;
    font-size: 60pt;
    font-weight: bold;
}
.auditoria-externa-box-white h1{
    color: #046bb0;
    text-align: center;
    font-size: 60pt;
    font-weight: bold;
}
.auditoria-externa-box-blue p{
    color: white;
    text-align: center;
    font-size: 16pt;
}
.auditoria-externa-box-white p{
    color: #046bb0;
    text-align: center;
    font-size: 16pt;
}
/*Movil*/
@media only screen and (max-width: 768px) {
    
}
/*Tablet*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
    
}
/*Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    
}
/*Laptop O Tablet (caso especial)*/
@media only screen and (min-width: 930px) and (max-width: 991px) {
}

/*Desktop*/
@media only screen and (min-width: 1024px) {

}
/*Desktop HD*/
@media only screen and (min-width: 1440px) {
    
}
@media only screen and (min-width: 1840px) {
    /* .auditoria-externa-box-blue{
        height: 324px;
    }
    .auditoria-externa-box-white{
        height: 324px;
    } */
}