/*
Theme Name: Acerotres
Author: Unocomacinco
Author URI: https://unocomacinco.com
Version: 1.0
Text Domain: acerotres
Template: prague
*/

/* -------------------------------------------------------------- */


.prague-header.scroll {
    background-color: #180600 !important;
}

.filter-nav {
    display: none !important;
}

body.home .content .title {
    text-align: left;
    margin-top: -15rem;
}

/* contacto */
.elementor-5336 .overlay,
.elementor-3428 .overlay {
    background-color: rgba(0, 0, 0, .67);
}

.frm_forms.with_frm_style input {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 16px 25px;
    height: 57px;
    background-color: #f2f2f2;
    color: rgba(17, 17, 17, .5);
    transition: border-bottom-color .3s ease-in, color .3s ease-in;
}
.frm_forms.with_frm_style input:focus {
    background-color: #ffffff;
    border-bottom: 3px solid;
    border-color: #66afe9;
    color: var(--text-color);
    box-shadow: 0px 0px 5px 0px rgba(102, 175, 233, 0.6);
}

.frm_forms.with_frm_style input[type="submit"] {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    color: #111;
    border-radius: 0;
    padding: 7px 40px 7px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: relative;
    background-image: url(https://prague.foxthemes.me/wp-content/themes/prague/assets/img/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: 100% 43%;
}

/* footer */
.aligncenter {
    text-align: center;
}

.menu-footer {
    margin-top: 3rem;
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
}
.menu-footer li {
    margin-left: 2rem;
}
.menu-footer span {
    font-size: 12px;
}