/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* VARIABLES REUTILIZABLES  */

:root{
    --color-rojo: #a62a21;
    --color-blanco: #ffffff;
}


/* HEADER */

.fusion-logo img{
    width: 200px !important;
}

/* BODY */

.intro-inicio{
    position: relative;
    top: -100px;
}

.boton a{
    background-color: var(--color-rojo) !important;
    color: var(--color-blanco) !important;
    border: 0px !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
}

/* FOOTER */

.fusion-social-links-footer{
    display: none !important;
}

.fusion-copyright-notice{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    text-align: center !important;
    justify-content: center;
}