body::-webkit-scrollbar {
    width: 4px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #030975;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #DEDEDE;
    /* color of the scroll thumb */
    border-radius: 50px;
    /* roundness of the scroll thumb */
    /* border: 1px solid rgba(3, 9, 117, .6); */
    /* creates padding around scroll thumb */
}

body {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

/* .pruebaaa {
    transition: height 10s ease-in-out !important;
} */

.categoria-hover {
    transition: all .3s;
}

.categoria-hover:hover {
    transform: scale(1.05, 1.05);
}

.bg-footer {
    background-image: url('../img/Proyecto.png');
    background-size: cover;
    background-position: center;
}

.bg-bulldog-azul {
    background-color: #030975 !important;
}

.bg-bulldog-rojo {
    background-color: #BF2519 !important;
}

.bg-bulldog-rojo-trans {
    background-color: rgba(191, 37, 25, .6) !important;
}

.bg-bulldog-azul-trans {
    background-color: rgba(3, 9, 117, .6) !important;
}

.text-icono {
    font-size: 4.375rem;
}

.text-small {
    font-size: 0.75rem!important;
}

.menu {
    transition: .2s all;
    -webkit-transition: .2s all;
}

.menu:hover {
    border-bottom: solid 1px white !important;
}

.activo {
    border-bottom: solid 1px white !important;
}

.bg-black-trans {
    background-color: rgba(0, 0, 0, .7);
}

.romper-texto {
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.romper-texto-precio {
    width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.animar {
    /* animation: cargar .8s; */
    animation: cargar-2 .45s ease-out;
}

.cockies {
    /* min-height: 8vh; */
    opacity: 0;
}

.animar-cockies {
    /* animation: cargar .8s; */
    animation: cargar-cockies .45s ease-in-out;
    animation-delay: 4s;
    animation-fill-mode: forwards;
}

.aceptar-cockies {
    /* animation: cargar .8s; */
    animation: aceptar-cockies .45s ease-in-out;
    /* animation-delay: 4s; */
    animation-fill-mode: forwards;
}

@keyframes cargar-cockies {
    from {
        transform: translateY(50%);
        opacity: 0;
    }

    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes aceptar-cockies {
    from {
        transform: translateY(0%);
        opacity: 1;
    }

    to {
        transform: translateY(50%);
        opacity: 0;
    }
}

@keyframes cargar-2 {
    from {
        opacity: 0;
        transform: translateY(50%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}


/* Preloader */
@keyframes ldio-1fy1zkhw5ze {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

.ldio-1fy1zkhw5ze div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-1fy1zkhw5ze 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-1fy1zkhw5ze div:nth-child(1) {
    border-color: #fa1319
}

.ldio-1fy1zkhw5ze div:nth-child(2) {
    border-color: white;
    animation-delay: -0.5s;
}

/* .ldio-1fy1zkhw5ze div:nth-child(3) {
    border-color: white;
    animation-delay: -1s;
} */

.loadingio-spinner-ripple-swc7yrs5gvr {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
}

.ldio-1fy1zkhw5ze {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-1fy1zkhw5ze div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */

/* Fin preloader */

.contenedor-carga {
    width: 100%;
    height: 100vh;
    position: fixed;
    transition: all 0.5s ease;
    z-index: 10000 !important;
}

.boton-whatsapp {
    position: fixed;
    padding: 10px;
    width: 60px !important;
    top: 48vh !important;
    background-color: black;
    transition: all 0.5s ease;
    z-index: 9999 !important;
}

.boton-whatsapp:hover {
    width: 100px !important;
    cursor: pointer;
}

#map {
    min-height: 60vh;
}

#map-indicators {
    max-height: 60vh;
    overflow-y: scroll;
}

#map-indicators::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */
}

#map-indicators::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
}

#map-indicators::-webkit-scrollbar-thumb {
    background-color: #DEDEDE;
    /* color of the scroll thumb */
    border-radius: 50px;
    /* roundness of the scroll thumb */
    /* border: 1px solid rgba(3, 9, 117, .6); */
    /* creates padding around scroll thumb */
}

.galeria-bocetos {
    width: 100%;
    height: 380px;
    /* Puedes ajustar esta altura según tus necesidades */
    object-fit: cover;
    /* Asegura que la imagen se ajuste al contenedor */
}

.gradiente {
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    color: white;
}

.font-bebas {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-anton {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* .font-3rem h1{
    font-size: rem!important
} */


.font-6rem h1{
    font-size: 9rem!important
}

.font-6rem h6{
    font-size: 2rem!important
}

.container-segundero {
    height: 100vh;
    width: 100%;
}

.imagen-segundero {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}


/* Small (≥576px) */
@media (min-width: 576px) {
    .font-6rem h1{
        font-size: 3.5rem!important
    }

    .segundero {
        width: 100%;
        /* Ajustar ancho para pantallas pequeñas */
    }

    .container-segundero {
        height: 92vh;
    }

    .imagen-segundero {
        height: 92vh;
        object-fit: cover;
        width: 100%;
    }
}


/* Medium (≥768px) */
@media (min-width: 768px) {
    .segundero {
        width: 100%;
        /* Ajustar ancho para pantallas medianas */
    }

    .container-segundero {
        height: 100vh;
    }

    .imagen-segundero {
        height: 100vh;
        object-fit: cover;
        width: 100%;
    }

}

/* Large (≥992px) */
@media (min-width: 992px) {
     .font-6rem h1{
        font-size: 5rem!important
    }
    
    .segundero {
        width: 40%;
        /* Ajustar ancho para pantallas grandes */
    }

    .container-segundero {
        height: 86vh;
    }

    .imagen-segundero {
        height: 86vh;
        object-fit: cover;
        width: 100%;
    }

}

/* Extra large (≥1200px) */
@media (min-width: 1200px) {
    .font-6rem h1{
        font-size: 8rem!important
    }

    .segundero {
        width: 40%;
        /* Ajustar ancho para pantallas muy grandes */
    }

    .container-segundero {
        height: 86vh;
    }

    .imagen-segundero {
        height: 86vh;
        object-fit: cover;
        width: 100%;
    }

}

/* Extra extra large (≥1400px) */
@media (min-width: 1400px) {
    .font-6rem h1{
        font-size: 9rem!important
    }


    .segundero {
        width: 19%;
        /* Ajustar ancho para pantallas extra grandes */
    }

    .container-segundero {
        height: 86vh;
    }

    .imagen-segundero {
        height: 86vh;
        object-fit: cover;
        width: 100%;
    }
}