/*
 Theme Name:     Divi Child
 Theme URI:      http://www.scstudio.com.ar
 Description:    Autoelevadores Rosario
 Author:         SC Studio
 Author URI:     http://www.scstudio.com.ar
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization
------------------------------------------------------- */

#logo {
    max-height: 70%;
}

#whatsapp-link {
    position: fixed;
    right: 22px;
    bottom: 50px;
    display: none;
    z-index: 9;
}

#whatsapp-link img {
    width: 96px;
}

#main-header {
    border-top: 3px solid #0083c6;
}

.et_pb_bg_layout_light .et-pb-controllers a {
    background-color: #FFF;
    opacity: 1;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background-color: #0083c6;
}

.et-pb-contact-message {
    color: #FFF;
}

.et-pb-contact-message p {
    text-align: center;
}

#footer-info {
    float: none;
    text-align: center;
}

@media (max-width: 768px) {

    #whatsapp-link {
        right: 5px;
        bottom: 55px;
    }

    #whatsapp-link img {
        width: 71px;
    }
    
    #contact .et_pb_blurb_container {
        display: block !important;
    }

}





