/********** Template CSS **********/
/*
Theme Name: Ankaloo
Theme URI: https://www.proyectoswebsite.com/
Author: Franco Amador
Author URI: https://www.proyectoswebsite.com/
Description: Tema personalizado para Ankaloo, una compañía dedicada al desarrollo y ejecución de obras civiles y urbanizaciones en Argentina. Este tema está diseñado a medida para reflejar la identidad visual y los servicios de la empresa.
Version: 1.0
*/

@font-face {
    font-family: 'Avenir Heavy';
    src: url('assets/fonts/avenir-next-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('assets/fonts/avenir-next-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('assets/fonts/avenir-next-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #000269;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

body {
    font-family: 'Avenir Medium', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: var(--dark);
}

h1,
h2,
h3 {
    font-family: 'Avenir Heavy', sans-serif !important;
    font-weight: 700;
    color: var(--dark);
}

p {
    font-family: 'Avenir Medium', sans-serif;
}

a.nav-item.nav-link {
    font-family: 'Avenir Heavy';
}


.py-5.seccion-nosotros {
    background: black;
    color: white;
}

.color-white {
    color: white;
}

.background-black {
    background: black;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

a.enlace {
    color: white;
}

span.h3-stroke {
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    color: #000;
}

.important-title {
    font-size: 43px;
    font-family: 'Avenir Heavy', sans-serif !important;
}

section.seccion-obras {
    padding: 50px 0px;
}

.gris-suave {
    color: #4B4B4A;
}

.contenedor-titulos {
    padding: 50px;
    background-image: url(https://ankaloocom.7kb.net/wp-content/uploads/2023/11/image-right-01.jpg?id=519) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.contenedor-titulos a {
    font-family: 'Avenir Heavy';
    color: #FDCE27 !important;
    font-size: 17px;
    background: none;
    border: none;
}

.seccion-obras h3.important-title.gris-suave .h3-stroke {
    text-shadow: rgb(75, 75, 74) 1px 0px 0px, rgb(75, 75, 74) 0.540302px 0.841471px 0px, rgb(75, 75, 74) -0.416147px 0.909297px 0px, rgb(75, 75, 74) -0.989992px 0.14112px 0px, rgb(75, 75, 74) -0.653644px -0.756802px 0px, rgb(75, 75, 74) 0.283662px -0.958924px 0px, rgb(75, 75, 74) 0.96017px -0.279415px 0px;
    color: #fff;
}

.seccion-obras h5 {
    letter-spacing: 6px;
    font-family: 'Avenir Medium', sans-serif !important;
}

.seccion-contacto h5,
.maquinas h5 {
    letter-spacing: 6px;
    font-family: 'Avenir Medium', sans-serif !important;
}

.seccion-contacto span.h3-stroke {
    text-shadow: rgb(75, 75, 74) 1px 0px 0px, rgb(75, 75, 74) 0.540302px 0.841471px 0px, rgb(75, 75, 74) -0.416147px 0.909297px 0px, rgb(75, 75, 74) -0.989992px 0.14112px 0px, rgb(75, 75, 74) -0.653644px -0.756802px 0px, rgb(75, 75, 74) 0.283662px -0.958924px 0px, rgb(75, 75, 74) 0.96017px -0.279415px 0px;
    color: #fff;
}

.maquinas span.h3-stroke {
    text-shadow: rgb(75, 75, 74) 1px 0px 0px, rgb(75, 75, 74) 0.540302px 0.841471px 0px, rgb(75, 75, 74) -0.416147px 0.909297px 0px, rgb(75, 75, 74) -0.989992px 0.14112px 0px, rgb(75, 75, 74) -0.653644px -0.756802px 0px, rgb(75, 75, 74) 0.283662px -0.958924px 0px, rgb(75, 75, 74) 0.96017px -0.279415px 0px;
    color: #fff;
}

.seccion-contacto h3.important-title {
    color: #4B4B4A;
}

.small-font {
    font-size: 16px;
    padding: 10px;
    font-family: 'Avenir Medium', sans-serif !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

.owl-carousel-item.position-relative {
    height: 500px !important;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    @media (max-width: 768px) {
        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        max-height: 238px;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

a.contenedor-logo {
    width: 215px;
    padding: 10px;
}

a.contenedor-logo img {
    width: 100%;
}

nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 {
    padding: 0px 50px !important;
}

small.fa {
    color: white !important;
}

.contenedor-imagen-card {
    width: 100%;
    height: 239px;
}

.contenedor-imagen-card img {
    width: 100%;
    height: 100%;
	object-fit:cover;
}

.service-item.rounded.overflow-hidden {
    min-height: 250px;
}


.contenedor-galeria-resumen .about-img img:last-child,
.contenedor-galeria-resumen .feature-img img:last-child {
    margin: 0px;
}

.contenedor-galeria-resumen .slider-nav.slick-initialized.slick-slider.slick-dotted img {
    width: 150px;
    height: 150px;
}

.contenedor-galeria-resumen .about-img img,
.contenedor-galeria-resumen .feature-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slick-next:before,
.slick-prev:before,
.slick-next:before,
.slick-prev:before {

    color: #B78D65 !important;

}

.slider-nav .slick-list.draggable {
    height: 400px;
}

.galeria-de-single {
    height: 80%;
}

.galeria-contenedor .about-img::before,
.contenedor-galeria-resumen .feature-img::before {
    position: absolute;
    content: "";
    width: 60% !important;
    height: 100% !important;
    border: none;
    z-index: -1;
}

.contenedor-galeria-resumen .about-img img:last-child,
.contenedor-galeria-resumen .feature-img img:last-child {
    margin: 0px;
}

section.contenedor-galeria-resumen {
    height: auto;
    max-height: 400px;
}

.slick-slide img {
    height: 100%;
    width: 100%;
    display: block;
}

.single-post h1 {
    font-size: 34px;
}

.contenedor-textos-header {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    /* Fondo semitransparente */
    backdrop-filter: blur(10px);
    /* Aplica desenfoque */
    padding: 10px;
    border-radius: 5px;
    max-width: 450px;
    /* Establece el ancho máximo */
    margin: 0 auto;
    /* Centra horizontalmente */
}

.contenedor-textos-header h1,
.contenedor-textos-header p {
    color: white;
    font-size: 39px;
}

.seccion-faq {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.texto-principal {
    text-align: center;
    background: #000269a3;
    font-size: 30px;
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

@media(max-width: 650px) {
    a.contenedor-logo {
        width: 155px;
        padding: 10px;
    }

    .contenedor-imagen-faq img {
        max-width: 261px !important;
    }

    .header-carousel .owl-dots {
        position: absolute;
        width: 0px;
    }

    .row.gx-0.contenedor-info-header.d-lg-flex small {
        font-size: 9px;
    }

    .header-carousel .owl-dots .owl-dot {
        position: relative;
        width: 16px;
        height: 16px;
    }

    .header-carousel .owl-dots .owl-dot.active {
        width: 25px;
        height: 25px;
    }
}




.container.contenedor-slider {
    max-width: 750px;
}

.contenedor-textos-header h1,
.contenedor-textos-header p {
    color: white;
    font-size: 39px;
    font-family: "Roboto", sans-serif;
}

.texto-principal {
    font-family: "Roboto", sans-serif;
}



h4 {
    font-family: 'Avenir Medium' !important;
    font-size: 16px !important;
}


.service-item.rounded.overflow-hidden {
    max-width: 331px;
    min-height: 250px;
}

.swiper-wrapper.container {
    padding: 0px 50px;
}

.swiper-button-next,
.swiper-button-prev {
    font-size: 10px !important;
    color: white !important;
    font-weight: 900;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #FDCE27 !important;
    border-radius: 50% !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

span.swiper-pagination-bullet {
    color: white;
    border-radius: 50% !important;
}

.formulario-contacto {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 127px;
}

input,
textarea {
    padding: 10px 15px;
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border: 1px #b1b1b1 solid;
    border-radius: 10px;
    width: 100%;
    font-family: 'Avenir Medium';
}

.columna.izquierda,
.columna.derecha {
    padding: 0px 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: 'Avenir Medium';
    background: #FDCE27;
    color: white;
    border: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    font-family: 'Avenir Medium';
    background: white;
    color: #FDCE27;

}

.enlace:hover {
    color: #FDCE27;
}

select.wpcf7-form-control.wpcf7-select {
    width: 375px;
    padding: 12px;
    margin-bottom: 9px;
    border-radius: 10px;
}

section#maquinas {
    padding: 80px 0px;
}

section.oficinas.container {
    padding-top: 50px;
}

a.enlace.text-black {
    color: black !important;
}

a.enlace.text-black:hover {
    color: #FDCE27 !important
}

a.btn.btn-link.text-black {
    color: black;
}

a.btn.btn-link.text-black:hover {
    color: #FDCE27;
}
div#contacto {
    padding-top: 80px;
}
section#trabaja {
    padding-top: 80px;
}
div#servicios {
    padding-top: 80px;
}
@media(max-width: 950px) {
    .important-title {
        font-size: 21px;
    }
}

.zoom-hover {
    display: inline-block;
    transition: transform 0.3s ease;
}

input.wpcf7-form-control.wpcf7-file {
    max-width: 375px;
    height: 45px;
}

label.file-contacto {
    margin-top: 6px;
}

label.email-contacto {
    margin-top: 11px;
}

.zoom-hover:hover {
    transform: scale(1.01);
}

.container.contenedor-avanza.about.px-lg-0.wow.fadeInDown {
    max-width: 650px !important;
}

.texto-principal-avanza {
    font-size: 17px;
}

.textos-avanza {
    margin: 0;
    text-align: center;
}

button.active {
    background-color: #FDCE27;
    color: white;
    border: navajowhite;
    font-size: 16px;
}

button.btn.tabs-form.active:hover {
    color: white;
}

.text-center.contenedor-tabs.mb-4 {
    max-width: 290px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #FDCE27;
    padding: 0px;
}

.seccion-nosotros p {
    font-size: 13px;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px;
    color: rgba(0, 0, 0, 0.55);
}

a.nav-item.nav-link {
    font-size: 13px !important;
}

a.nav-item.nav-link:hover {
    color: #FDCE27 !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 21px !important;
    background: rgba(0, 0, 0, .5);
    padding: 11px;
}

.swiper-rtl .swiper-button-prev:hover::after,
.swiper-rtl .swiper-button-next:hover::after {
    background: rgba(0, 0, 0, 0.8);
}

.contenedor-avanza {
    padding: 40px 0px;
}

label.puesto-input {
    margin: 15px 0px;
}

section.formularios {
    background: black;
}

label {
    color: white;
}

input.wpcf7-form-control.wpcf7-file {
    background: white;
    color: black;
}

.boton-subir {
    position: fixed;
    bottom: 81px;
    right: 85px;
    z-index: 999;
    background-color: black;
    border: none;
    padding: 12px;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s;
}

.dashicons-arrow-up-alt2:before {
    color: white;
    content: "\f343";
}

.boton-subir:hover {
    background-color: #FDCE27;
}

.nav-footer {
    display: flex;
    justify-content: center;
    /* Centra horizontalmente los hijos */
    align-items: center;
    /* Alinea arriba */
    gap: 80px;
    background: white;
    flex-wrap: wrap;
    text-align: left;
}

.logo-footer img {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
    /* centra la imagen */
}

.info-footer p,
.enlaces-footer a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
}

.contenedor-video {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.video-wrapper {
    width: 100%;
    max-width: 1000px;
}

.nav-footer p,
.nav-footer a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
}

.nav-footer a:hover {
    text-decoration: underline;
}

.nav-footer .logo-footer {
    max-width: 160px;
    height: auto;
    margin-bottom: 15px;
}

.footer {
    border-top: 1px solid #9B9B9B;
    padding-bottom: 20px;
}

.info-footer {
    padding: 0px 30px;
    border-left: 1px solid #FDCE27;
    border-right: 1px solid #FDCE27;
}

.maquinas .swiper-button-next {
    margin-right: 50px;
}
div#nosotros {
    padding-top: 64px !important;
}
section#obras {
    padding-top: 80px;
}
@media(max-width:650px) {
    .nav-footer>div:not(:first-child)::before {
        content: "";
        display: none;
    }

    .nav-footer {
        gap: 0;
        text-align: center;
    }

    .boton-subir {
        bottom: 81px;
        right: 15px;
    }

    .nav-footer i.fa {
        display: none !important;
    }

    .enlaces-footer {
        display: none;
    }

    .header-carousel .swiper-slide img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
    }

    p.container.texto-principal-avanza.text-center.text-white {
        font-size: 16px;
    }

    .seccion-nosotros p {
        font-size: 16px;
    }

    input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
        max-width: 369px;
    }

    select.wpcf7-form-control.wpcf7-select {
        width: 368px;
        padding: 12px;
        margin-bottom: 9px;
        border-radius: 10px;
    }

    input.wpcf7-form-control.wpcf7-file {
        max-width: 367px;
    }

    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
        max-width: 366px;
    }

    .maquinas .swiper-slide.swiper-slide-active {
        margin-left: 32px;
    }
}

@media (max-width: 410px) {
    select.wpcf7-form-control.wpcf7-select {
        width: 350px;
        padding: 12px;
        margin-bottom: 9px;
        border-radius: 10px;
    }
}
.maquinas .swiper {
    padding-bottom: 20px !important;
}.sliders-banners span.swiper-pagination-bullet {
    background: white;
}.wpcf7-response-output {
    display: block;
    max-width: 362px;
    margin: 0 auto !important;
    color: white !important;
}.sliders-banners span.swiper-pagination-bullet {
    background: white;
    opacity: 1;
}