/* Monserrat Fonts  **/

@font-face {
    font-family: Monserrat;
    src: url(../fonts/quicksand/Quicksand-Regular.ttf);
    /*    font-weight: normal; */
}

@font-face {
    font-family: Monserrat;
    src: url(../fonts/quicksand/Quicksand-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Monserrat;
    src: url(../fonts/quicksand/Quicksand-Light.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: Monserrat;
    src: url(../fonts/quicksand/Quicksand-SemiBold.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Monserrat;
    src: url(../fonts/quicksand/Quicksand-Medium.ttf);
    font-weight: 600;
}

body>*,
a,
input,
select {
    /* font-family: Monserrat !important;*/
    font-weight: 500 !important;
}

select {
    font-weight: 500 !important;
}


/* sb-admin-2.min.css | http://127.0.0.1:8000/css/sb-admin-2.min.css */

#wrapper #content-wrapper {
    overflow: hidden !important;
}


/****

Navbar ***** 


****/

.guest-navbar.navbar {
    z-index: 2;
    height: 70px;
    font-family: Monserrat;
    font-weight: 500;
    background: var(--primary-color) !important;
    /*   background-image: url("{{asset('images/local/topbarWallpaper.png')}}");*/
    background-size: 100%;
    background-position: bottom;
    border-top: 1px solid var(--primary-color);
}

.guest-navbar.navbar::before {
    content: '';
    /*  background: linear-gradient(.25turn, white 40%, transparent); */
    background: linear-gradient(.1turn, white 20%, transparent);
    border-left: 1px solid white;
    position: absolute;
    bottom: 0;
    left: -100px;
    height: 100%;
    width: 70%;
    transform: skewX(-35deg);
    z-index: -1 !important;
}

.guest-navbar .navbar-nav .dropdown-menu {
    background: var(--primary-color) !important;
}

.guest-navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: white;
    position: relative;
    overflow: hidden;
}

.guest-navbar .navbar-nav .dropdown-menu .dropdown-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent !important;
    border-left: 10px solid rgba(255, 255, 255, 0.752) !important;
    transition: left .5s ease;
}

.guest-navbar .navbar-nav .dropdown-menu .dropdown-item:hover::before {
    left: 0;
}

.guest-navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: transparent !important;
}

.guest-navbar .nav-item {
    position: relative;
}

.guest-navbar .nav-item:hover {
    text-decoration: none !important;
}

.guest-navbar .nav-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 0;
    border-top: 3px solid #fff;
    width: 0;
    transition: all .8s ease;
    z-index: 1;
}

.guest-navbar .nav-item:hover::before {
    width: 100%;
}

.guest-navbar .navbarLogo,
.guest-navbar .navbarBrand {
    z-index: 1;
    height: 100%;
    width: auto;
}

.guest-navbar .navbarBrand {
    background: white;
    padding: 1px;
    height: 100%;
    position: relative;
}

.guest-navbar .navbarBrand::before {
    position: absolute;
    content: '';
    top: -20px;
    left: -25px;
    width: 300px;
    height: 81px;
    background: white;
    z-index: -1;
    transform: skewX(-35deg);
}


/**Mobiles */

@media only screen and (max-width: 991px) {
    #navbarNavDropdown {
        background: var(--primary-color);
        border: 1px solid gray;
        padding: 10px;
    }
    .guest-navbar .navbarLogo {
        height: 100%;
    }
}


/*** 

leaflet  **


***/

.leaflet-popup-content {
    width: 180px;
}

.leaflet-popup-content>* {
    font-family: Monserrat;
}

.leaflet-popup-content .main_title {
    color: var(--primary-color);
    font-weight: bold;
    font-family: Monserrat;
}

.leaflet-popup-content .main_button {
    border-radius: 4px;
    background: var(--primary-color) !important;
    color: white !important;
    padding: 1px 2px;
    border: none;
    display: block;
    text-align: center;
    height: 30px;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 30px;
    transition: all 1s ease;
}

.leaflet-popup-content .secondary_button {
    border-radius: 4px;
    box-shadow: 1px 1px 5px gray;
    background: white !important;
    color: rgb(55, 52, 52) !important;
    padding: 1px 2px;
    border: none;
    display: block;
    text-align: center;
    height: 30px;
    font-size: 12px !important;
    line-height: 30px;
    font-weight: bold;
    transition: all 1s ease;
    display: block;
    margin-bottom: 4px;
    width: 100%;
}

.leaflet-popup-content .main_button:hover,
.leaflet-popup-content .secondary_button:hover {
    text-decoration: none;
    transform: scale(1.2);
    box-shadow: 1px 1px 7px black;
}


/**

Lista de loteamientos en Pantallas de visitante **

**/

.landList>* {
    font-family: Monserrat;
    font-weight: 500;
}

.landList .landListGroup-Title {
    display: block;
    background: var(--primary-color);
    padding: 2px 10px;
    border-radius: 4px 4px 0 0;
    height: 50px;
}

.landList .landListGroup-Title:hover {
    text-decoration: none;
}

.landList .landListGroup-Title h5,
.landList .landListGroup-Title h5>i {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
}

.landList .landListGroup-Title h5 {
    display: flex;
    align-items: center;
}

.landList .landListGroup-Title .btn-group>* {
    background: transparent !important;
    border: none !important;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.landList .landListItem {
    position: relative;
    display: flex;
    justify-content: center;
}

.landList .landListItem img {
    object-fit: cover;
}


/** Enlace a  Foto */

.landList .landListPhoto {
    position: relative;
    /*  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    background: white;
    border-radius: 100%;
    padding: 10px 15px;
    transition: transform 1s ease;
    */
}

.landList .landListPhoto i {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease;
}

.landList .landListPhoto:hover {
    text-decoration: none;
}

.landList .landListPhoto:hover i {
    bottom: 25%;
    transform: translateX(-50%) scale(1.4);
}

.landList .landListLotName {
    color: var(--primary-color);
}


/** re-editar boton primario */


/*
.btn.btn-primary,
.btn.btn-secondary {
    border-radius: 25px;
}

*/


/*
.btn.btn-primary:hover {
    transform: scale(1.3);
}
*/

.page-item.active .page-link {
    /* background-color: #3490dc; */
    /* border-color: #3490dc; */
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.text-primary-titular {
    position: relative;
    overflow: visible;
    color: var(--primary-color);
    text-align: center;
}

.text-primary-titular::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    background: var(--primary-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}