* {
    font-family: 'Poppins', sans-serif;
    scroll-padding-top: 4em;
}

body {
       background-color: whitesmoke;
}

.navbar-toggler {
    border: none;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-toggler:focus, .offcanvas-header .btn-close:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.nav-item {
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
    padding-top: .6em;
}

.offcanvas-title {
    font-weight: 700;
}

.background-transparent {
    background-color: transparent !important;
    transition: background-color ease-in-out 0.5s;
}

.background-white {
    background-color: white !important;
    transition: background-color ease-in-out 0.5s;
}

.background-white .navbar-brand {
    color: black;
    transition: color ease-in .5s;
}

.background-transparent .navbar-brand {
    color: white;
    transition: color ease-in .5s;
}

.background-white .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")

}

.background-transparent .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")

}

#homeBanner {
    background-image: url('../imgs/frente-los-limoneros-mobile.webp');
    background-size: cover;
    background-position: center bottom ;
    background-attachment: fixed;
}
#homeBanner::before {
    content: '';
    filter: opacity(0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
}

.homeBanner-title, .homeBanner-subtitle {
    color: white;
    line-height: 1.5em;
}

.homeBanner-title {
    font-weight: bolder;
    font-size: 2rem;
}

.homeBanner-subtitle {
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#sobreElBarrio {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}

.sobreElBarrio-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.sobreElBarrio-texto {
    font-weight: 300;
    font-size: 1.1rem;
}

.sobreElBarrio-btn {
    border: 1px solid rgb(20, 19, 19);
    background-color: rgb(20, 19, 19);
    border-radius: 5px;
    color: white;
    width: fit-content;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

#sustentabilidad {
    background-image: url('../imgs/medio-los-limoneros-mobile.jpg');
    background-position: center center;
    background-size: cover;
    height: 60vh;
    position: relative;
    background-attachment: fixed;
}

#sustentabilidad::before {
    content: '';
    filter: opacity(0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
}

.sustentabilidad-contenido {
    width: 100%;
}

.sustentabilidad-titulo {
    color: white;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5em;
}

.sustentabilidad-subtitulo {
    color: white;
    font-weight: 300;
    font-size: 1.2rem;
}

#laUbicacion {
    margin-top: 3em;
    margin-bottom: 4em;
}

.laUbicacion-contenido, .laUbicacion-mapa {
    margin-top: 3em;
}

.laUbicacion-titulo {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.2em;
}

.laUbicacion-texto {
    font-weight: 300;
    font-size: 1.2rem;
}

#contacto {
    background-color: #f1f1f1;
    padding-top: 5em;
    padding-bottom: 4em;
}

.contacto-titulo {
    font-weight: 700;
    font-size: 2rem;
}

.contacto-subtitulo {
    font-weight: 300;
    font-size: 1.2rem;
}

textarea.form-control {
    min-height: 220px;
}

input.form-control:focus, textarea.form-control:focus {
    outline: unset;
    box-shadow: none;
}

footer {
    padding-top: 4em;
    padding-bottom: 2em;
}

.footer-texto {
    font-weight: 400;
    font-size: .8rem;
    color: rgb(177, 177, 177);
}

.broker-titulo {
    font-weight: 700;
    font-size: 2rem;
}

.toast {
    position: fixed;
    z-index: 100;
    margin-top: 100px;
}

.toast-success {
    background-color: #039941 ;
    color: white;
}

.toast-error {
    background-color: red;
    color: white;
}


@media(width > 991px) {
    .navbar {
        padding: 1.5em 0;
    }
    .nav-item {
        font-size: 1rem;
        text-align: center;
        padding-top: unset;
    }

    .nav-link:hover {
        opacity: 0.7;
    }

     .background-white .nav-link {
        color: black;
    }

    .background-transparent .nav-link {
        color: white;
    }

    .contacto-btn {
        width: fit-content;
    }
}

@media (width > 1200px) {
    #homeBanner {
        background-image: url('../imgs/frente-los-limoneros.webp');
    }

    #sustentabilidad {
        background-image: url('../imgs/medio-los-limoneros.webp');
    }

    .sustentabilidad-contenido {
        width: fit-content;
    }

}