/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com
 Template:     Divi
 Version:      1.0.0
 Tags:        responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  Divi-child
*/
@import url("../Divi/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */



/* slider fullscreen*/
.et_pb_slide {
height: 100vh;
}

/* imagen de fondo en header */
#main-header::after {
    content: "";
    background-image: url('http://primafase.com.ar/wp-content/uploads/2016/10/fondo-menu.jpg');
    background-size:cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

/* Correccion para que el menu vertical no se mueva al hacer scroll*/
#et-top-navigation {
padding-top: 20px !important;
}
