/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

#site-content {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
label {
    font-family: "Host Grotesk", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
  }
main {
    display: block;
}

.content-ahc-home {
    background-image: none;
    position: relative;
    background-image: url('../images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 100%;
    height: 90vh;
}

.text-ahc {
    color: black;
}

.link-lewis {
    color: white;
}

.text-ahc-sm {
    color: #004077;
}

.text-ahc-h3 {

    color: #004077;
}

.text-ahc-blue {
    color: #3D9EF2;
    border-color: white;
}

.font-ahc {
    font-size: 14px;
}

.bg-ahc-green {
    background-color: #EFF4FF !important;
}

.hover-blue {
    width: max-content;
}

.hover-blue:hover {
    background: var(--unnamed-color-20B39F) 0% 0% no-repeat padding-box !important;
    background: #20B39F 0% 0% no-repeat padding-box !important;
    color: white;
    border-color: white;
}

.hover-blue:hover i {
    color: white;
}

.bg-ahc-blue {
    background-color: #2C6EE6;
}

.bg-ahc-blue-1 {
    background-color: #3D9EF2;
}

.border-ahc-gris {
    border: 1px solid #E0E6ED;
    padding: 25px;
    /* height: 200px; */
}

.btn-ahc-border {
    background-color: white;
    border-color: #3D9EF2;
    color: #3D9EF2;
}

.btn-ahc-border i {
    color: #3D9EF2;
}

.m-ahc-auto {
    margin: auto !important;
    height: 100px;
    position: relative;
    display: inline-block;
    align-self: start;
}

.bg-ahc-gris {
    background-color: #F6F6F6;
}

.btn-movil-ahc {
    padding-left: 14px;
}

.text-ahc-prices {
    color: black;
}

.text-include {
    font-weight: bold !important;
    font-size: 12px !important;
}

@media only screen and (min-width:1px) and (max-width:900px) {
    .text-ahc-blue {
        margin-top: 10px;
    }

    .text-ahc {
        font-size: 20px;
    }

    .m-ahc-auto {
        height: 160px !important;
    }

    .bg-ahc-blue-1 {
        padding: 20% 0% 20% 0%;
    }

    .text-ahc-zona {
        padding: 9px;
        font-size: 17px !important;
    }

    .text-ahc-sm {
        font-size: 14px;
    }

    .text-ahc-h3 {
        font-size: 1.2rem;
    }

    .btn-ahc button {
        font-size: small;
        margin-left: 0px !important;
        width: 100%;
    }

    .btn-ahc {
        margin-top: 40% !important;
    }

    .text-mobile-center {
        text-align: center !important;
    }


    .content-ahc-home {
        display: flex;
        background-position-x: 90%;
        height: 70vh !important;
    }

    .btn-movil-ahc {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .card-include {
        padding: 30px;
        height: 240px;
    }

    .card-include img {
        height: 60px;
    }

    .content-ahc-home {
        background-image: linear-gradient(#ffffff5c 100%, rgb(255 255 255 / 25%)100%), url('../images/bg.png') !important;
    }

    .text-ahc-prices {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .text-ahc-prices-02 {
        font-size: 20px !important;

    }

    .btn-responsive {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        padding: 11px 11px 11px 11px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .text-ahc-03 {
        font-size: 28px !important;
    }

    .p-movil {
        padding-bottom: 15% !important;
    }

    .m-movil {
        margin-bottom: 15% !important;
    }
}

@media (max-width: 576px) {
    /* Pantallas pequeñas */

}


@media (min-width: 1200px) {

    /* Pantallas grandes */
    .responsive-text {
        font-size: 2.8vw;
    }


}

@media (min-width: 1600px) {

    .box {
        padding: 5.8vw;
    }

    .btn-movil-ahc {
        font-size: 1.2vw;
    }



}

.swiper-slide>.box {
    border-radius: 12px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}

.rounded-card {
    /* border-radius: 25px; */
}

/* svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
} */

.btn-entrar {
    background-color: #2C6EE6;
    color: white;
    border-radius: 18px;
    width: 100%;
    /* margin-top: 35px;
    margin-bottom: 15px; */
    font-size: 22px;
}

.btn-entrar:hover {
    background-color: #20B39F !important;
    border: 1px solid #20B39F !important;
    color: #ffffff !important;
}

.rounded-img {
    border-radius: 25px !important;
}

.box {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 30rem;
}

.box-01 {
    background-image: url('../images/p1.png');
}

.box-02 {
    background-image: url('../images/p2.png');
}

.box-03 {
    background-image: url('../images/p3.png');
}

.box-04 {
    background-image: url('../images/p4.png');
}

.price {
    background-color: #004077;
    color: white;
    width: 121px;
    display: inline-block;
    padding: 8px;
}

.m-card {
    margin: 0px;
}

.hr-box {
    color: #c8cfd8;
    height: 3.2px;
    background-color: #c8cfd8;
    display: inline-block;
    width: 200px;
}

body hr {
    opacity: 100;
}




.bd-sidebar {
    grid-area: sidebar;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bd-gutter {
    --bs-gutter-x: 3rem;
}

.offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.offcanvas-lg.show:not(.hiding),
.offcanvas-lg.showing {
    transform: none;
}

aside {
    display: block;
}

.bd-gutter {
    --bs-gutter-x: 3rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5);
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled a {
    text-decoration: none;
    color: #004077;
}

.small,
small {
    font-size: .875em;
}

.fw-900 {
    font-weight: 900;
}


.btn-solicita {
    background-color: #3D9EF2;
    border: 1px solid #3D9EF2;
}

.btn-agenda {
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
}

.btn-informacion {
    background-color: #2C6EE6 !important;
    border: 1px solid #ffffff;
}


.btn-informacion:hover {
    background-color: #20B39F !important;
    border: 1px solid #20B39F !important;
}

.btn-beneficios {
    background-color: #2C6EE6 !important;
    border: 1px solid #2C6EE6 !important;
    color: white !important;
}

.btn-beneficios:hover {
    background-color: #20B39F !important;
    border: 1px solid #20B39F !important;
    color: #ffffff !important;
}


.btn-ahora {
    background-color: transparent !important;
    border: 1px solid #3D9EF2 !important;
    color: #3D9EF2 !important;
}

.btn-ahora:hover {
    background-color: #20B39F !important;
    border: 1px solid #20B39F !important;
    color: #ffffff !important;
}

.p-ahc-01 {
    padding: 6px;
}


/* Formulario Hubspot */

input.error,
select.error {
    border: 1px solid #ff4d4d !important;
}

label.error {
    color: #ff4d4d;
}

.hs-button {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1.4px solid #3D9EF2;
    background-color: white;
    width: 100px;
    margin-top: 10px;
    color: #3D9EF2;
    font-weight: 700;
}

#AHC_FormContacto input[type=text],
input[type=email],
select,
textarea {
    width: 100% !important;
    padding: 12px !important;
    background-color: #F6F6F6 !important;
    border: 0px;
    border-radius: 0px !important;
}

#AHC_FormContacto input::placeholder,
select::placeholder,
textarea::placeholder {
    font-weight: bold !important;
    opacity: 0.5 !important;
    color: #7B868C !important;
}


#AHC_FormContacto textarea::placeholder {
    font-weight: bold !important;
    opacity: 0.5 !important;
    color: #7B868C !important;
    padding-top: 20px;
}

.select-ahc {
    font-weight: bold !important;
    opacity: 0.5 !important;
    color: #7B868C !important;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='3' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.94235 0H1.05765C0.147339 0 -0.28953 1.11736 0.37937 1.7348L4.32172 5.3739C4.70478 5.72749 5.29522 5.72749 5.67828 5.3739L9.62063 1.7348C10.2895 1.11736 9.85266 0 8.94235 0Z' fill='black'/%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    appearance: none;
}

.placeh {
    font-weight: bold !important;
    opacity: 0.5 !important;
    color: #7B868C !important;
}


/* End Formulario Hubspot */



/* lewis css */

.btn-bg-amarillo {
    background-color: rgb(255, 141, 25) !important;
    border-color: rgb(255, 141, 25) !important;
    color: white !important;
    border: 1px solid black !important;
    font-size: 12px;
    padding: 2px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 125px;
}

.img-responsive {
    width: 100%;
}

.bg-amarillo {
    background-color: rgb(255, 141, 25) !important;
    border-color: rgb(255, 141, 25) !important;
}

.bg-azul-lewis {
    background-color: #47c7fc !important;
    border-color: #47c7fc !important;
}

.btn-amarillo {
    background-color: rgb(255, 141, 25) !important;
    border-color: rgb(255, 141, 25) !important;
    color: white !important;
    border: 1px solid black !important;
    font-size: 15px;
    padding: 2px;
    width: 125px;
}

/* tranciones fade effects animation */

.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}

.fade-in-up.show {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-down {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}

.fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}


/* end tranciones fade effects animation */


.marcas img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.marcas figure {
    margin: 0px;
    padding: 0px;
}



.menu-lewis {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}




/* pc */

#mask-ram-3 {
    mask-image: url('../images/figura1.svg');
    -webkit-mask-image: url('../images/figura1.svg');
    mask-position: 0% 0%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    ;
}

.video-container {
    position: relative;
    padding-bottom: 130%;
    /* Proporción 16:9 */
    height: 0;
    overflow: hidden;
    margin: 34px;

}

#js-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.img-proyectos {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-gris-lewis {
    background-color: #e3e3e3;
}

.w-90 {
    width: 90%;
}

#tree_video_auto,
#first_video_auto {
    height: 450px !important;
}

#content-left {
    margin-left: 40% !important;
}

.content-video-1 {
    height: 500px;
    width: 100%;
}

.ccotizacion {
    height: 165vh;
}

@media (max-width: 576px) {
    .content-video-1 {
        height: 470px;
        width: 100%;
    }

    .marcas figure {
        margin: 0px;
        padding: 0px;
        /* width: 100%!important; */
    }

    .w-100 {
        width: 100% !important;
    }

    .movil-card-right {
        position: absolute !important;
        height: 214px;
        z-index: 10;
        width: 160px;
        right: 0px;
        top: -20% !important;
    }

    .movil-card-right img {
        height: 199px !important;
        object-fit: cover;
        width: 100%;
    }

    .movil-card-left {
        position: absolute !important;
        height: 149px;
        z-index: 10;
        width: 160px;
        left: 0px;
        bottom: -5%;
    }

    .movil-card-left img {
        height: 199px !important;
        object-fit: cover;
        width: 100%;
    }

    .content-movil-card {
        padding: 11px;
        margin: 180px 0px 60px 0px;
    }

    #interiores img {
        height: 400px !important;
        object-fit: cover;
        width: 100%;
    }

    #elevadores #tree_video_auto {
        height: 415px !important;
    }

    #content-left {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .clewis {
        /* border-radius: 0px!important; */
    }

    .ccotizacion {
        height: 130vh;
    }

    .row-movil-gracias {
        width: 100% !important;
        height: 70vh !important;
    }

    .left-border-s::before {
        left: -18px !important;
    }

    .m-auto-top {
        margin-top: 52% !important;
        height: 100vh !important;
    }

    .content-incio {
        height: 100% !important;
    }
}

header link {
    color: white;
}

.images-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 156px;
    height: 88px;
    align-content: space-around;
    align-items: flex-start;
}

.logogrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    grid-auto-rows: 75px;
    grid-gap: 0rem;
    padding: 0px;
}

.logogrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logogrid__img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 199px;
    max-height: 72px;
    width: 120px;
}

.btn-cotizar {
    background-color: #e66c2b;
    border-color: #e66c2b;
    color: white;
    border: 1px solid #e66c2b;
    font-size: 15px;
    padding: 2px;
    width: 125px;
}

.bg-nosotros {
    background-color: #1f1f1e;
    color: #e66c2b;
}

.btn-link-cotiza {
    background-color: #e66c2b;
    width: 107px;
    text-align: center;
    padding: 3px;
    color: white;
}

.btn-link-cotiza:hover {
    background-color: #707070;
    border: 1px solid #707070;
    color: white !important;
}


.bg-top {
    background-color: #1f1f1e !important;
}

.link-lewis:hover {
    color: #e66c2b;
}

.link-lewis:focus {
    color: #e66c2b;
}


.linea-lewis {
    height: 30px;
    position: relative;
}

.linea-1 {
    background-color: #e66c2b;
    height: 30px;
    width: 100%;

}

.linea-2 {
    border-right: 42px solid transparent;
    border-bottom: 56px solid #f6f6f6;
    width: 100%;
    z-index: 4;
    margin-top: -56px;
    position: absolute;
    right: 32%;
}

.bg-gris {
    background-color: #f6f6f6;
}

.border-gris-lewis {
    border-left: 1px solid #BBBBBA;
}

.left-border {
    position: relative;
}

.left-border::before {
    content: "";
    position: absolute;
    left: -51px;
    top: -10px;
    width: 5px;
    height: 73px;
    background-color: #E66C2B;
}

.left-border-s {
    position: relative;
}

.left-border-s::before {
    content: "";
    position: absolute;
    left: -51px;
    top: -10px;
    width: 5px;
    height: 73px;
    background-color: #E66C2B;
}

.left-border-white {
    position: relative;
    color: #F6F6F6;
}

.left-border-white::before {
    content: "";
    position: absolute;
    left: -51px;
    top: -9px;
    width: 5px;
    height: 70px;
    background-color: #F6F6F6;
}

.bg-naranja {
    background-color: #E66C2B;
}

.hbspt-form {
    margin: 0px !important;
}

.text-naranja {
    color: #E66C2B;
}

.btn-cotizar:hover {
    background-color: #707070;
    border: 1px solid #707070;
    color: white;
}

svg g#flecha:hover g#Ellipse_9 {
    fill: #1F1F1E;
    /* Cambia el color de relleno del círculo */
}

.bg-elevador {
    background-image: url(../images/lambrin.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}


.navbar-container {
    display: flex;
    width: 100%;
    height: 104px;
}

.menu-custom {
    background-color: #1f1f1e;
    width: 66%;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    clip-path: polygon(0% 0, 105% 0, 97% 100%, 0% 100%);
}

.menu-custom .nav-link {
    color: #ccc !important;
    margin: 0 10px;
    font-weight: 500;
}

.menu-custom .nav-link:hover,
.menu-custom .nav-link.active {
    color: white !important;
}

.nav-secondary {
    position: relative;
    width: 34%;
    height: 65px;
    display: flex;
    align-items: stretch;
}

.navbar-trapezoid {
    background-color: #1f1f1e;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.btn-quote {
    background-color: #f36f21;
    color: white;
    font-weight: bold;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 0px;
}

.bg-elevadores {
    background-image: url(../images/elevadores.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.btn-quote:hover {
    background-color: #e65c0d;
}
.h-lewis{
    height: 100vh;
}

@media (max-width: 768px) {
    .h-lewis{
        height: 80vh!important;
    }
    .bg-lewis{
        height: 80vh!important;
    }
    .navbar-container {
        flex-direction: column;
    }

    .menu-custom,
    .nav-secondary {
        width: 100%;
    }

    .menu-custom {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        height: auto;
        clip-path: none;
    }

    .nav-secondary {
        height: 60px;
    }

    .btn-quote {
        font-size: 0.9rem;
        clip-path: none;
    }

    #navbarNav {
        display: none !important;
    }
    .bg-elevadores{
        height: auto;
    }
}

.bg-lewis {
    height: 100vh;
}

.text-color-lewis {
    color: #707070;
}

.logo img {
    width: 242px;
    height: 65px;
    object-fit: contain;
}

.btn-lewis {
    background-color: #E66C2B;
    color: white;
    border-radius: 0px !important;
    border: 1px solid #E66C2B;
}

.btn-lewis:hover {
    background-color: #707070;
    border: 1px solid #707070;
    color: white;
    font-weight: bold;
}

.trivideo {
    background-color: #ffffff;
    clip-path: polygon(0 0, -1% 0, 103% 100%, 0% 100%);
    width: 21%;
    height: 21%;
    position: absolute;
    /* top: 0; */
    left: 0;
    z-index: 1;
    bottom: 0;
}

.card-video-one{
    border-radius: 0px !important;
}
.fs-10{
    font-size: 0.8rem !important;
}
.feature-icon {
      font-size: 2rem;
      color: #f36f21;
    }

    .feature-box {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
    }

    .feature-title {
      font-weight: bold;
      margin-top: 0.5rem;
      font-size: 1.3rem;
    }

    .text-end .feature-icon,
    .text-end .feature-title {
      display: block;
    }

    .custom-hr {
    border: none;
    border-top: 1px solid #cbcbcb;
    margin: 1rem 0;
  }

  #acabados p{
    color:#707070;
  }

  .card-testimonio{
    background-image: url('../images/mask.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: initial;
  }

  .text-color-n{
    color: #E66C2B!important;
  }

  .linea-1-2 {
    background-color: #e66c2b;
    height: 30px;
    width: 100%;
}

.linea-2-2 {
    margin: auto;
    border-left: 42px solid transparent;
    border-bottom: 56px solid #1F1F1E;
    width: 74%;
    z-index: 4;
    margin-top: -56px;
    position: absolute;
    right: 0px;
}
.linea-2-3 {
    margin: auto;
    border-left: 42px solid transparent;
    border-bottom: 56px solid #F6F6F6;
    width: 74%;
    z-index: 4;
    margin-top: -56px;
    position: absolute;
    right: 0px;
}

.bg-lewis-gris {
    background-color: #1F1F1E;
}