/*
Theme Name:   SMiLE Web Child
Theme URI:    https://smilecomunicacion.com/web/wordpress/smile-web-child/
Description:  Child theme for SMiLE Web. Allows customizations without affecting the parent theme.
Author:       smilecomunicacion
Author URI:   https://smilecomunicacion.com
Template:     smile-web
Version:      1.0.0
Text Domain:  smile_web_child
*/

/* Add your custom styles here */

/* Example: Change the background color */
body {
    background-color: #f0f0f0;
}


#intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* aquí elegimos blanco semitransparente; cámbialo si quieres otro tono */
    background-color: rgba(235, 235, 235, 0.8);
    z-index: -1;
}

#intro h1 {
    color: #000;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;

}

#intro p {
    color: #000;

}

#logo img {
    height: 80px;
}