#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff !important;
}

header {
    transition: all .5s;
    z-index: 999;
    width:100%;
}
header #header_inner{
    width: 100%;
}

header.sticky_header #header_inner{
    position: fixed;
    top: 0;
}
header .elementor-widget-theme-site-logo img {
    transition: all .3s ease-in-out;
    width: 310px;
}
header #header_inner a.elementor-item {
    transition: all .3s ease-in-out;
    padding: 9px 20px !important;
}
header.sticky_header .elementor-widget-theme-site-logo img {
    width: 220px !important;
}

header.sticky_header #header_inner {
    background: black;
}

.campo {
    margin-bottom: 10px;
}

.formulario_sperant label.label-inicial {
    display: block;
    margin-bottom: 5px;
}

.formulario_sperant .elementor-button {

    width: 100%;
    border-radius: 6px;
    background: #DF358B;
    margin-top: 10px;

}

.formulario_sperant .elementor-button:hover {
    background: #00C777;
}

.formulario_sperant .error {
    color: red;
    font-size: 13px;
}

.campo-label {
    margin-bottom: 0;
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    header.sticky_header #header_inner a.elementor-item {
        font-size: 18px;
    }
}


@media only screen and (max-width: 600px) {

    header #header_inner {
        background: black;
    }

}
