/*HOJA DE ESTILOS LUXE REAL STATE*/

/*GENERALES*/
* {
    margin: 0;
}

h1 {
    font-family: 'Cinzel';
    font-weight: bold;
    padding-top: 150px;
    padding-bottom: 70px;
}

h2 {
    font-family: 'Cinzel';
    padding-bottom: 45px;
    padding-top: 30px;
    font-size: xx-large;
}

h3 {
    font-family: 'Rosario';
    font-weight: bold;
}

h4 {
    font-family: 'Rosario';
    font-weight: bold;
    font-size: medium;
}

p {
    font-family: 'Rosario';
    font-weight: lighter;
    font-size: large;
    padding-bottom: 25px;
}


/* ............/navbar/............ */
.navbar {
    background-color: #ffffffbe;
    border-bottom: ridge black;
}

.navbar li {
    padding-left: 16px;
    padding-right: 16px;
}

.logo a {
    color: black;
}

.logo img {
    height: 40px;
}

/* Cambiar color de los enlaces del menú */
.navbar-nav .nav-link {
    font-family: 'Rosario';
    color: black !important;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    font-weight: bolder;
}

/* Estilos del botón de hamburguesa */
.custom-toggler {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    /* Asegura que las líneas se apilen */
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    position: relative;
    z-index: 1000;
    gap: 6px;
    /* Espaciado entre las líneas */
}


/* Líneas de la hamburguesa */
.hamburger-line {
    display: block;
    background-color: black;
    /* Color negro para asegurarse de que se vea */
    height: 4px;
    /* Grosor de las líneas */
    width: 35px;
    /* Largo de las líneas */
    border-radius: 2px;
    /* Bordes redondeados */
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


/* Cuando el menú se abre, animar la X */
.navbar-toggler[aria-expanded="true"] .line1 {
    transform: translateY(10px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .line2 {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .line3 {
    transform: translateY(-10px) rotate(-45deg);
}

/* Alinear menú en móviles */
@media (max-width: 991px) {
    .navbar-nav {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px;
        border-radius: 10px;
    }

    .navbar-nav .nav-link {
        color: black !important;
        text-align: center;
        padding: 10px;
        display: block;
    }
}



/*HEADER-----------------------------------------*/
header {
    margin-top: 0px;

}


/*Nosotros-----------------------------------------*/
.seccion-nosotros {
    background-image: url(../imagenes/bg-nosotros.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cuadro-blanco {
    background-color: rgba(255, 255, 255, 0.611);
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

/*PROPIEDADES DESTACADAS*/
.destacados {
    background-image: url(../imagenes/bg-destacdas.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cuadro-slider {
    padding-bottom: 50px;
}


.owl-item img {
    border-radius: 15px;
    /* Ajusta el radio según necesites */
}

/*Contacto_______________________________________*/
.datos-contacto {
    padding: 40px;
    font-family: 'Rosario';
    font-weight: lighter;
    font-size: large;
    padding-bottom: 25px;
}

.formulario-contacto {
    background-image: linear-gradient(#D0982F 9%, #f3e7d3 38%, #DDAE52);
    border-radius: 22px;
}

#formulario button {
    background-color: black;
    color: white;
    border: none;
}

.seccion-contacto {
    padding-bottom: 100px;
}

/*FOOTER______________________-*/
footer {
    background-image: linear-gradient(to right, #666666, #CBC3C3, #666666);
    padding: 10px;
}

footer p {
    padding-bottom: 0;
    margin: 0;
    font-size: small;
}

/*-------------------------------------------------------------------RENTA-------------------------------*/
.renta-deptos {
    background-image: url(../imagenes/bg-renta-deptos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.renta-casas {
    display: none;
    background-image: url(../imagenes/bg-renta-casas.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*---------------------------------------------VENTA-------------------------------*/
.venta-deptos {
    background-image: url(../imagenes/bg-venta-deptos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.venta-deptos h2 {
    color: white
}

.venta-casas h2 {
    color: white;
}

.venta-casas {
    background-image: url(../imagenes/bg-venta-casas.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}


/*-----------------------------------------PROPIEDAD--------------------------------------*/
.descripcion {
    padding-top: 50px;
    padding-bottom: 50px;
}

.descripcion li {
    font-family: 'Rosario';
    font-weight: lighter;
    font-size: large;
}

.visita {
    padding-top: 50px;
    padding-bottom: 70px;
}

.visita a {
    font-family: 'Rosario';
    font-style: italic;
    text-decoration: none;
    color: white;
    background-image: url(../imagenes/separador-contacto.png);
    background-position: left;
    background-size: cover;
    border-radius: 15px;
    padding: 20px 35px;
    transition: all ease;
}

.visita a:hover {
    background-image: none;
    color: white;
    background-color: black;
    font-weight: bold;
}

.recorrido {
    padding-top: 60px;
    padding-bottom: 40px;
}

.recorrido a {
    font-family: 'Rosario';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background-color: black;
    background-position: left;
    background-size: cover;
    border-radius: 15px;
    padding: 30px 20px;
    transition: all ease;
}

.recorrido a:hover {
    background-image: none;
    color: white;
    background-image: url(../imagenes/separador-contacto.png);
  
    font-weight: bold;
}

/*-------------------------------------------OFICINAS----------------------------------------------*/
.seccion-oficinas {
    background-image: url(../imagenes/bg-oficinas.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*-------------------------------------------USA----------------------------------------------*/
.seccion-usa {
    background-image: url(../imagenes/bg-usa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}