body {
    background-color: #f9f9f9;
}

.header-hzn {
    position: absolute !important;
    top: 0;
    width: 100% !important;
    margin: 0;
    padding: 0 !important;
}

.header-hzn .e-con-inner {
    margin: 0;
    padding: 0;
}

.btn-simple a {
    color: #ffffff !important;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 33px;
    font-size: 17px;
    position: relative;
    font-weight: 700 !important;
}

.btn-simple a::after {
    content: "";
    position: absolute;
    background: url('../images/ico-arrow-right.svg') no-repeat center;
    background-size: 9px;
    width: 16px;
    height: 16px;
    right: 0;
    top: 22px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.btn-simple a:hover::after {
    animation: mover-flecha 0.6s ease-in-out forwards;
}

.btn-simple.blue a {
    color: #1271B9 !important;
}

.btn-simple.blue a::after {
    background: url('../images/ico-arrow-right-blue.svg') no-repeat center;
}

.btn-general a {
    padding: 20px 40px 20px 40px;
    font-weight: 600 !important;
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-general.btn-dark a {
    background-color: #2A2B32 !important;
}

.btn-general a:hover {
    background-color: #2A2B32 !important;
}

.btn-white a {
    background-color: transparent !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 22px;
}

.pre-title span {
    position: relative;
    z-index: 1;
}

.pre-title span::before {
    content: "";
    background: #5481C1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -3px;
    left: -10px;
    position: absolute;
    z-index: -1;
}

.pre-title.yellow span::before {
    background: #FFC412;
}

.formulario-contactos div.wpforms-container-full button[type=submit] {
    border-radius: 0px;
    padding: 20px 50px 36px 40px;
    font-weight: 700;
    position: relative;
    background: #5481C1 !important;
}

.elementor-nav-menu li.current-menu-item a {
    position: relative;
}

.elementor-nav-menu li.current-menu-item a::before {
    content: "";
    background: #5481C1;
    position: absolute;
    top: 11px;
    left: -5px;
    height: 25px;
    width: 30px;
    z-index: -1;
}

.elementor-nav-menu li a {
    position: relative;
    transition: all ease-in-out .6s;
}

.elementor-nav-menu li a:hover::before {
    content: "";
    background: #5481C1;
    position: absolute;
    top: 11px;
    left: -5px;
    height: 25px;
    width: 30px;
    z-index: -1;
}

.sub-menu li a {
    position: relative;
}

.sub-menu li a:hover::before {

}

.header-menu {
    background: transparent;
    transition: background-color 0.4s ease;
}

.header-menu.scrolled {
    background-color: #2A2B32;
}

.header-menu.scrolled .wp-image-38{
    max-width: 180px;
}

.header-menu.scrolled .e-con-inner{
    padding: 8px 0;
}

.title-two-colors span{
    color: #1271B9;
}

@keyframes mover-flecha {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-50%) translateX(6px); /* mover a la derecha */
    }
    100% {
        transform: translateY(-50%) translateX(0); /* regresar */
    }
}

.m-top-1 {
    margin-top: 1rem;
}

.padding-content {
    padding: 30px 0;
}

.footer-content {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-content .e-con-inner {
    gap: 0 !important;
}

.lbl-categoria-proyecto{
    color: #2A2B32;
    font-weight: 700;
    text-transform: uppercase;
}

.swiper-galeria-proyecto {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 20px 0;
}
.swiper-slide img,
.galeria-solo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
