/* ===================================

====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");

/* variable */
:root {
    --base-color: #1b447e;
    --dark-gray: #231f20;
    /*    --dark-gray: #191919;*/
    /*    --dark-gray:#231e21;*/
    --medium-gray: #80858a;
    --extra-medium-gray: #80858a;
    --alt-font: 'Roboto', sans-serif;
    --primary-font: 'Roboto', sans-serif;
}

/*
:root {     
    --base-color: #efff02;
    --dark-gray:#191919;
    --medium-gray:#737373;
    --extra-medium-gray:#707070;
    --alt-font: 'Roboto', sans-serif;
    --primary-font: 'Roboto', sans-serif;
}
*/
html {
    overflow-x: hidden !important;
}

body {
    line-height: 26px;
    overflow-x: hidden !important;
}

/* reset */
.word-break-normal {
    word-break: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1,
.h1 {
    line-height: 4.6rem;
}

h2 {
    line-height: 3.7rem;
}

h3 {
    line-height: 3.4rem;
}

h4 {
    line-height: 3rem;
}

h5 {
    line-height: 2.5rem;
}

h6 {
    line-height: 2.3rem;
}

/* header */
header .widget-text {
    font-size: 15px;
}

header .navbar-brand {
    padding: 28px 0;
}

header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}

header .navbar-brand img {
    max-height: 70px;
}

.hamburger-logo img {
    max-height: 85px;
}

.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 15px;
    font-weight: 600;
}

header.sticky .navbar {
    min-height: 70px;
}

.hamburger-menu-simple .menu-item-list .nav-link {
    /*
    font-size: 55px;
    line-height: 50px;
*/
}

header .elements-social ul li {
    margin-right: 25px;
    margin-left: 0;
}

header .elements-social ul li a {
    width: auto;
    height: auto;
}

/* revolution slider */
#architecture-slider .tp-splitted {
    text-align: inherit !important;
}

.magic-cursor-base-color #ball-cursor:before,
.magic-cursor-base-color #ball-cursor:after {
    color: var(--dark-gray);
}

/* tag */
.blog-comment li .btn-reply:hover {
    color: var(--dark-gray);
}

.tag-cloud a:hover,
.tag-cloud a.active {
    border-color: var(--white);
}

.blog-comment li .btn-reply {
    border: 1px solid var(--extra-medium-gray);
    background-color: transparent;
}

.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}

.categories-btn {
    padding: 4px 18px;
    border-radius: 24px;
}

/* first letter block  */
.first-letter-block {
    line-height: 88px;
}

/* top right bottom left */
.top-25 {
    top: 25%;
}

.right-18 {
    right: 18%;
}

/* text color */
.text-nero-grey {
    color: #1F1F1F;
}

.text-charcoal {
    color: #282828;
}

/* bg color */
.bg-nero-grey {
    background-color: #1F1F1F;
}

.bg-dark-gray-transparent {
    background-color: rgba(25, 25, 25, .7);
}

.bg-charcoal-grey {
    background-color: #3E3E3E;
}

.bg-base-color-transparent {
    background-color: rgba(239, 255, 2, .2);
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-4%, #101010), to(transparent));
    background: linear-gradient(to top, #101010 -4%, transparent 100%);
}

.bg-gradient-dark-gray-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 25, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(25, 25, 25, .9) 20%, transparent 90%);
}

/* border color */
.border-color-charcoal-grey {
    border-color: #3E3E3E !important;
}

/* slider navigation*/
.slider-navigation-style-07 {
    left: 58.4%;
}

/* btn */
.btn.btn-base-color,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}

.btn.btn-link {
    padding: 0 0 2px;
    font-weight: 600;
}

.btn {
    font-family: var(--primary-font);
}

/* page title */
.page-title-extra-small h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
}

.page-title-extra-small h2 {
    font-size: 13px;
    line-height: 26px;
}

/* footer */
footer .footer-logo img {
    max-height: 70px;
}

footer .elements-social li {
    margin: 0 15px 0 0;
}

.video-icon-extra-large .video-icon {
    width: 170px;
    height: 170px;
    font-size: 16px;
}

/* magic cursor */
.magic-drag-cursor #ball-cursor:before {
    font-size: 15px;
}

/* media query responsive */
@media (max-width: 1430px) {
    .architecture-number {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 1080px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
    }
}

@media (orientation: landscape) and (max-width: 850px) {
    .architecture-slider-text-row {
        margin-bottom: 200px !important;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
}

@media (max-width: 991px) {
    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 100px));
    }

    .md-right-0 {
        right: 0;
    }

    header .navbar-brand {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .video-icon-extra-large .video-icon {
        width: 120px;
        height: 120px;
    }

    .slider-navigation-style-07 {
        left: 0;
    }

    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 110px));
    }

    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 38px;
        line-height: 34px;
    }
}

/*EXTRAS*/
.logo-cp-1 {
    width: 70%;
    height: auto;
    padding-left: 15px;
}

.logo-cp {
    width: auto;
    height: 70px;
}

.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 45px;
    line-height: 40px;
}

.text-blue-jm {
    color: #1b447e;
}

.text-blue-light {
    color: #3b8ede;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.d-desk-img {
    display: block !important;
}

.d-desk {
    display: block !important;
}

.d-mobile {
    display: none !important;
}

.bg-light-gray-proyects {
    background: #dddedd !important;
}

.bg-light-gray-jm {
    background: rgba(220, 222, 222, .35);
    /*    background: #dcdede;*/
}

.btn.btn-small {
    font-size: 14px !important;
}

.bar-left {
    color: #1b447e;
    font-size: 1.7rem !important;
    line-height: 2.1rem !important;
    font-weight: 600;
    border-left: 4px solid #1b447e;
    padding-left: 30px;
    margin: 15px 15px 30px 0;
}

#centros-comerciales .ps-8 {
    background: #dddedd !important;
}

.ps-8 {
    background: #dddedd !important;
}

.geo .feature-box-icon {
    margin-top: -10% !important;
}

#banner-home {
    /*
     background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('images/background.jpg');
*/

    background-image: linear-gradient(to bottom, #191919 -4%, transparent 100%), url("../img/grupo-jomer-bg.jpg");


    /*
    background: url("../img/grupo-jomer-bg.jpg");
    background: linear-gradient(to bottom, #191919 -4%, transparent 100%);
*/
    /*    background-color: #191919;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#banner-home img {
    width: 17%;
    height: auto;
    margin: 20% auto 0 auto;
}

#contacto {
    background: url("../img/bg-contacto.jpg") center fixed;
}

#gracias {
    position: relative;
    height: 100vh;
    background-image: linear-gradient(to bottom, #191919 -4%, transparent 100%), url("../img/bg-contacto.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#imgjomer {
    background: url("../img/grupo-jomer-img.jpg") center fixed;
    background-size: cover;
}

#nosotros {
    background: url("../img/70.png") no-repeat #191919;
    background-size: cover;
    background-position: right !important;
}

#nosotros img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

#nosotros h2 {
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: 500;

}

#jomer img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10%;
}

#jomer {
    height: 600px;
    background-attachment: fixed;
}

#intro-jomer {
    padding-bottom: 10px !important;
}

#cityplanners {
    background-attachment: fixed;
}

#cityplanners img {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.desarrollos .list-style-01 a:link {
    color: #80858a !important;
    /*
   color: #1b447e!important;*/
    font-weight: 500;

    text-decoration: underline;
    text-decoration-style: dotted !important;

}

.desarrollos .list-style-01 a:hover {
    color: #1b447e !important;
}

.desarrollos .list-style-01 a:visited {}

.desarrollos .list-style-01 a:active {}

.img-desarrollos {
    height: 650px !important;
}

.nav-desarrollos {
    background: rgba(220, 222, 222, .25);
    padding: 15px;
}

.desarrollos h2 {
    margin-top: -10px !important;
}

.txt-caracteristicas {
    /*    margin-top: 35px;*/
    /*       margin-top: 75px;*/
}

.pb-0 {
    padding-bottom: 0px !important;
}

/*
.swiper-slide-active {
  width: 800px;
    height: auto;
}
*/
/*Double slider*/

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.left-slide {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.left-slide > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.left-slide h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: -30px;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transition: transform 0.5s ease-in-out;
}

.right-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

button {
    background-color: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
}

button:hover {
    color: #80858a;
}

button:focus {
    outline: none;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 50%;
    bottom: 0%;
    z-index: 100;
}

.slider-container .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    /*  border-right: 1px solid #80858a; */
}

.slider-container .action-buttons .up-button {
    /*  transform: translateY(-100%);*/
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.desarrollos-info ul li {
    list-style: inherit;
    padding-left: 0rem !important;
}

.border-right-white {
    border-right: #fff solid 2px;
}

/* desarrollos */

.banner-desarrollos {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

.section-desarrollos {
    position: relative;
    cursor: pointer;
    min-height: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 33.33%;
    transition: background 0.3s ease;
}

.section-desarrollos::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.section-desarrollos-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.section-desarrollos h2 {
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-bottom: 8px;
}

.section-desarrollos:hover h2 {
    border-bottom: 2px solid white;
}

.section-desarrollos a:link {
    color: white;
}

.section-desarrollos a:hover {
    color: white;
}

.learn-more {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 26px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.learn-more:hover {
    background: #fff;
    color: #191919;
}

.section-desarrollos:hover .learn-more {
    opacity: 1;
    transform: translateY(0);
}

/*
        .learn-more {
            display: inline-block;
            background-color: white;
            color: black;
            text-decoration: none;
            font-weight: bold;
            padding: 12px 25px;
            border-radius: 0px;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }

        .section-desarrollos:hover .learn-more {
            opacity: 1;
            transform: translateY(0);
        }
*/

.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/desarrollos-grupo-jomer.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: background-image 0.7s ease-in-out;
}

.border-right-white {
    border-right: #fff solid 2px;
}

/* Hover para cambiar el fondo */
.section-desarrollos.comercial:hover ~ .bg-layer {
    background-image: url('../img/grupo-jomer_centros-comerciales.jpg');
}

.section-desarrollos.corporativo:hover ~ .bg-layer {
    background-image: url('../img/grupo-jomer_corporativo.jpg');
}

.section-desarrollos.residencial:hover ~ .bg-layer {
    background-image: url('../img/grupo-jomer_residencial.jpg');
}

/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191919;
    /*    background: #231f20;*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;

    /* Importante: transición para cortina */
    transform: translateX(0);
    transition: transform 1s ease-in-out;
}

.loader-content {
    text-align: center;
    color: white;
    animation: fadeIn 1s ease forwards;
    transition: opacity 0.6s ease;
}

.loader-content img {
    width: 300px;
    height: auto;
}

.loader-content.fade-out {
    opacity: 0;
}

.loader-content .logo {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
    animation: logoScale 2s infinite alternate;
}

.loading-text {
    font-size: 1.2rem;
    letter-spacing: 2px;
    animation: blink 1s infinite;
}

/* Page content hidden initially */
.main-content {
    opacity: 0;
    transition: opacity 1s ease;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes logoScale {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

/* Fade logo */
.fade-logo {
    animation: fadeInOut 2s forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    /* fade in */
    75% {
        opacity: 1;
    }

    /* mantiene visible */
    100% {
        opacity: 0;
    }

    /* fade out */
}

/* Fade texto intro */
.fade-text-intro {
    opacity: 0;
    transform: translateY(0px);
    /* empieza más abajo */
    animation: fadeInUp 2s ease forwards;
    animation-delay: 2s;
    /* espera 4s antes de empezar */
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade in up */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    /* empieza más abajo */
    animation: fadeInUp 2s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Cortina de izquierda a derecha */
#preloader.curtain-out {
    transform: translateX(-100%);
}

.main-content.visible {
    opacity: 1;
}



/* Banner home Grupo Jomer */
.banner-grupo-jomer {
    position: relative;
    height: 100vh;
    /* ocupa la pantalla completa */
    overflow: hidden;
    /* recorta la imagen que se desborde */
    display: flex;
    align-items: center;
    /* centra verticalmente el h1 */
    justify-content: flex-end;
    /* alinea el h1 a la derecha */
    padding: 4rem 6vw;
    /* espacio desde el borde derecho */
    box-sizing: border-box;
    --animation-duration: 24s;
    /* duración del efecto */
    /*--overlay: rgba(0,0,0,0.25);  oscurecer la imagen si quieres mejor legibilidad */
}

/* pseudo-elemento para que el texto no se vea afectado por la transformación. */
.banner-grupo-jomer::before {
    content: '';
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    background-image: url('../img/grupo-jomer-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    transform-origin: center center;
    /* Forzar capa separada para rendimiento (composite) */
    will-change: transform;
    animation: kenburns var(--animation-duration) ease-in-out infinite alternate;
}

/* Opcional: una capa de overlay para mejorar contraste del texto */
.banner-grupo-jomer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--overlay);
    z-index: 1;
    pointer-events: none;
}

/* Estilos del encabezado: encima de la imagen (z-index mayor) */
.banner-grupo-jomer h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: white;
    font-size: clamp(1.6rem, 5vw, 4rem);
    line-height: 1.05;
    text-align: right;
    /* alineación a la derecha */
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

/* Keyframes Ken Burns: ligera escala y paneo.
       "alternate" hace que vaya y venga (zoom in -> zoom out) y la animación se repite infinitamente. */
@keyframes kenburns {
    0% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        /* ajusta los valores para cambiar la dirección del paneo/zoom */
        transform: scale(1.18) translate(-4%, -2%);
    }
}

/* Respecta la preferencia de reducir movimiento */
@media (prefers-reduced-motion: reduce) {
    .banner-grupo-jomer::before {
        animation: none;
        transform: none;
    }
}

/* Estilos responsivos extra si quieres */
@media (max-width:600px) {
    .banner-grupo-jomer {
        padding: 3rem 4vw;
        height: 450px;
    }

    .banner-grupo-jomer h1 {
        font-size: clamp(1.4rem, 8vw, 2.5rem);
    }
}

/*Counter JM*/

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
    width: 90%;
    max-width: 1100px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.stat-item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.stat-number {
    /*      font-size:2.5rem;*/
    font-weight: 700;
    color: #111;
}

.stat-label {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #222;
}

 #cityp {
        background: url("../img/grupo_jomer.jpg") left no-repeat fixed;
        background-size: auto 100vh;
    }

/* Responsive */
@media (max-width: 991px) {
    header .hamburger-push-button.icon {
        display: flex;
        background: #fff;
    }

    .header-push-button {
        padding: 16px;
        width: 50px;
        height: 50px;
        margin-top: 30px;
        border-radius: 200px;
    }

    .d-desk {
        display: none !important;
    }

    .d-mobile {
        display: block !important;
    }

    header .navbar-brand img {
        max-height: 80px;
    }

    #banner-home-mobile {
        background-image: url('../img/grupo-jomer-bg.jpg');
        background-size: cover;
        background-position: center;
        height: 450px !important;
        /*        height: 80vh;*/
    }

    #nosotros img {
        width: 50%;
        height: auto;
        margin: 20px auto 0 auto;
    }

    .desarrollos .btn {
        font-size: 15px;
    }

    .txt-caracteristicas {
        margin-top: 50px;
    }

    #imgjomer {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../img/grupo_jomer.jpg");
        background-size: cover;
        background-position: left;
        background-attachment: scroll;
    }

    #jomer {
        background-attachment: scroll;
    }


    #cityplanners {
        background-attachment: scroll;
    }

}

@supports (-webkit-touch-callout: none) {
    #imgjomer {
        background: url("../img/grupo_jomer.jpg") left no-repeat scroll;
        background-size: auto 100vh;
    }
    
     #cityp {
        background: url("../img/grupo_jomer.jpg") left no-repeat scroll;
        background-size: auto 100vh;
    }
}

@media (max-width: 768px) {
    .section-desarrollos {
        flex: 1 1 100%;
    }

    .section-desarrollos h2 {
        font-size: 2rem;
    }

    .learn-more {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    /*
    .slider-container {
        width: 100vw;
        height: 70vh;
    }
*/


}

/* Media query para 768px */
/*
@media screen and (max-width: 768px) {
    .slider-container {
        height: 70vh !important;
        }

}
*/
@media (max-width: 480px) {
    .section-desarrollos h2 {
        font-size: 1.5rem;
    }

    .learn-more {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .loader-content img {
        width: 45%;
        height: auto;
    }

    .d-desk-img {
        display: none !important;
    }

    .banner-grupo-jomer .align-items-center {
        align-items: flex-end !important;
        margin-bottom: 70px;
    }

    .desarrollos {

        padding: 50px 30px 0px 30px;
    }

    .img-desarrollos {
        height: 450px !important;
    }

    .desarrollos h2 {
        margin-top: 15px !important;
    }

    /*
    .section-desarrollos {
        border-bottom: 2px solid #fff;
    }
*/


    .section-desarrollos h2 {
        font-size: 2.25rem;
        font-weight: 500;
        margin-bottom: 0px;
        display: inline-block;
        padding-bottom: 8px;
        border-bottom: none;
    }


    .banner-desarrollos {
        height: 650px;
    }

    .banner-desarrollos .col-01 h2 {
        padding-top: 50px;
    }

    #jomer img {
        width: 60%;
        height: auto;
        margin: 0 auto;
        margin-top: 80px;
        padding-bottom: 0%;
    }

    #nosotros {
        background: url("../img/70-mobile.png") no-repeat #191919;
        background-size: contain;
        background-position: bottom !important;
    }

    #nosotros img {
        width: 45%;
        height: auto;
        margin: 20px auto 0 auto;
    }

    #nosotros .text-center {
        text-align: left !important;
    }

    #centros-comerciales {
        padding-top: 80px;
    }



    #banner-home {
        background-size: cover;
        background-position: center;
        height: 450px !important;
        background-attachment: scroll;
        /*        height: 80vh;*/
    }

    #banner-home img {
        width: 40%;
        height: auto;
        margin: 40% auto 0 auto;
    }

    .slider-container {
        height: 450px;
    }

    #jomer {
        height: 450px;
    }

    .desarrollos .btn {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
    }


}