/*
 Theme Name:     Divi Child
 Theme URI:      http://www.scstudio.com.ar
 Description:    Sitio web OA Group Equipos Médicos
 Author:         SC Studio
 Author URI:     http://www.scstudio.com.ar
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization
------------------------------------------------------- */

#footer-info {
    text-align: center;
    float: none;
}

#home .et_pb_text_1 h1 {
    font-size: 46px; 
}

#contact a {
    color: rgba(255,255,255,0.7);
}

#contact a:hover {
    color: #FFF;
}

#home .et_pb_text_1 h1 {
    font-size: 56px;
    line-height: 52px;
}

#map {
    width: 100%;
    height: 300px;
}

#map iframe {
    width: 100%;
    border: none;
    height: 300px;
}

#grid-gallery .et_pb_gallery_items {
    display: flex;
    justify-content: center;
}

#home .et_pb_text_0 h3 {
    position: relative;
    color: #FFF !important;
    z-index: 2;
}

.et-pb-contact-message p {
    color: #FFF !important;
}

.et_pb_section.et_pb_section_4.et_section_regular ul {
    list-style: none;
}

@media (max-width: 1400px) {
    #home .et_pb_text_1 h1 {
        font-size: 46px; 
    }
    
    #home .et_pb_text_0:after {
        right: 28%;
    }
}

@media (max-width: 1300px) {
    #home .et_pb_text_0:after {
        right: 0%;
    }
}


@media (max-width: 768px) {
    
    #mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
  
}


@media (max-width: 580px) {
    
    #home .et_pb_text_0 h3 {
        font-size: 15px;
    }
    
    #home .et_pb_text_0::after {
        right: -3%;
    }
    
    #home .et_pb_text_1 h1 {
        line-height: 47px;
    }
    
}


