.persat_modulos_img{
    width: 50% !important;
    position: absolute;
    top: 0px; left: 25%;
    
}
.persat_modulos_img.nube{
    -webkit-animation:spin 80s linear infinite;
    -moz-animation:spin 80s linear infinite;
    animation:spin 80s linear infinite;   
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.modules_section{
    text-align: center;    
    font-size: 14px;
}

.module_container.checkin { border-bottom-color: #E6332A;}
.module_container.coordina { border-bottom-color: #9753C9;}
.module_container.formularios { border-bottom-color: #6A82FB;}
.module_container.rastreo { border-bottom-color: #E6332A;}
.module_container.mantenimiento { border-bottom-color: #2FBEC9;}
.module_container.hojaderuta { border-bottom-color: #F9B233;}
.module_container.gestion { border-bottom-color: #F67624;}


.modules_section img{
    width: 60%;
}

.modules_section [class*="col-"]{
    padding: 0px;
}

.row{
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 50px;
    padding-right: 50px;
}

/* ========================================================
PHONES 
======================================================== */
@media(max-width: 600px){

    .row{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #persat_modulos_img{
        width: 75%;
    }

}