@font-face {
   font-family: 'Poppins SemiBold';
   src: url('../fonts/Poppins-SemiBold.ttf') format('opentype');
}

@font-face {
   font-family: 'Poppins Light';
   src: url('../fonts/Poppins-Light.ttf') format('opentype');
}

* {
   margin: 0 0 0;
   padding: 0 0 0;
   box-sizing: border-box;
   font-family: 'Urbanist', sans-serif;
   text-decoration: none;
   /*Eliminar viñetas*/
   list-style: none;
   /*Eliminar viñetas*/
}

.rrss-logos{
   display: block;
   margin: 0px auto;
   width: 35px;
   opacity: 0.7;
}

.rrss-logos img{
   z-index: 20;
   width: 100%;
}

.home-phrase{
   color: white;
   /* background-color: #59595962;
   border-radius: 15px;
   text-wrap: balance;
   padding: 5px 10px; */
}

.cafecito-button-container{
   width: 120px;
   margin: 0px auto;
}

.cafecito-button-container a img {
   width: 100%;
}

.baloon-container{
   display: block;
   position: relative;
}


.info-icon-container {
   position: relative;
   display: flex;
   align-items: center;
 }
 
 .info-icon {
   font-size: 18px;
   margin-left: 5px;
   cursor: pointer;
 }
 
 .popup {
   color:#858585;
   font-size: 14px;
   display: none;
   position: absolute;
   background-color: white;
   border: 1px solid #ccc;
   padding: 10px;
   box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
   width: 268px;
   z-index: 1;
   opacity: 0;
   transition: opacity 0.5s ease;
 }
 
 .info-icon-container:hover .popup {
   display: block;
 }

.overlay-construction {
   width: 100vw;
   height: 100vh;
   background-color: #d2d2d2db;
   z-index: 50;
   position: absolute;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
   padding: 10px 20px;
}


a {
   font-family: 'Poppins Light';
   font-size: 12px;
   text-align: center;
   color: #595959;
}

textarea {
padding: 5px;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins Light';
    border-radius: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(224 224 224);
    text-align: center;
    margin: 8px 2px;
}

select {
   width: 80%;
   display: block;
   margin: 5px auto 5px auto;
   height: 35px;
   text-align: center;
   font-family: 'Poppins Light';
   color: #595959;
   font-size: 12px;
   border-style: solid;
   border-color: #e7e7e7;
   border-radius: 20px;
   background-color: #ededed;
}

p {
   font-family: 'Poppins Light';
   font-size: 12px;
   text-align: center;
   color: #595959;
   display: block;
   padding: 10px 0px;
}

h1 {
   display: block;
   margin: 10px auto;
   text-align: center;
   color: white;
   font-family: 'Poppins SemiBold';
   background-color: #E85A6C;
   /* text-shadow: 0.5px 0.5px 0px #e85a6dbe; */
   width: 80%;
   max-width: 450px;
   border-radius: 12px;
   padding: 2px 4px;
}

h2 {
   display: block;
   margin: 10px auto;
   text-align: center;
   font-family: 'Poppins Light';
   color: #595959;
   font-size: 20px;
   text-wrap: balance;
}

.giant-logos{
   display: block;
   margin: 0px auto;
   font-size: 50px;
}

.h2-slogan {
   display: block;
   transition: ease 1s;
   display: block;
   transition: ease 1s;
   background-color: #e85a6c;
   border-radius: 8px;
   padding: 3px 5px;
   width: 80%;
   font-size: 14px;
   max-width: 500px;
   color: #ffffff;
}

h3 {
   display: block;
   margin: 0px auto;
   text-align: center;
   font-family: 'Poppins Light';
   color: #595959;
   font-size: 16px;
   text-wrap: balance;
}

h3 a {
   display: block;
   margin: 0px auto;
   text-align: center;
   font-family: 'Poppins SemiBold';
   color: #595959;
   font-size: 16px;
}

.goback-button{
   padding: 5px;
   width: 70%;
   font-size: 16px;
   font-family: 'Poppins Light';
   border-radius: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(224 224 224);
   text-align: center;
   margin: 0px auto;
   font-size: 12px;
   background-color: #e85a6c;
   color: white;
   /* height: 40px; */
   font-size: 16px;
   cursor: pointer;
   max-width: 250px;
}


body {
   margin: 0;
   font-family: Arial, sans-serif;
}

.sticky-header {
   /* position: sticky; */
   top: 0;
   background-color: #ffffff94;
   color: rgb(133 133 133);
   padding: 10px;
   z-index: 1000;
   position: fixed;
   left: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 70px;
   box-sizing: border-box;
}

.sticky-header img {
   display: block;
   height: 40px;
   margin: auto;
}

.header-admin-link {
   position: absolute;
   right: 16px;
   top: 50%;
   transform: translateY(-50%);
   color: #e85a6c;
   font-weight: 600;
   text-decoration: none;
   font-size: 13px;
   white-space: nowrap;
}

.header-admin-link:hover {
   text-decoration: underline;
}

.share-button {
   width: 70px;
   opacity: 0.3;
   cursor: pointer;
}

.sheets-container{
   display: block;
   width: 100%;
   max-width: 900px;
   height: 450px;
   margin: 20px 0px;
}

.sheets-container-overflow {
   display: block;
   width: 100%;
   max-width: 900px;
   height: 450px;
   margin: 20px 0px;
   overflow-x: auto; /* Enable horizontal scrolling */
}

.multiple-button-container{
   width: 90%;
   display: flex;
   flex-direction: column;
   align-content: center;
   justify-content: space-between;
   margin: 0px auto;
}

.modal-container {
   z-index: 20;
   width: 95%;
   height: 95%;
   border-style: solid;
   border-width: 1px;
   border-color: #ffffff57;
   position: absolute;
   border-radius: 10px;
   background-color: #ffffff;
   transform: translate(-50%, -50%);
   top: 50%;
   left: 50%;
   max-width: 320px;
   box-shadow: 1px 2px 10px 1px rgb(128 128 128 / 20%);
   padding: 20px 20px;
   text-align: center;
   font-family: 'Poppins Light';
   color: #595959;
   font-size: 16px;
   transition: opacity 1s ease;
   /* Add a 1-second transition for the opacity property */
   display: none;
   overflow-y: scroll;
}

.modal-container input {
   padding: 5px;
   width: 100%;
   font-size: 16px;
   font-family: 'Poppins Light';
   border-radius: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(224 224 224);
   text-align: center;
   margin: 8px 2px;
}

.modal-container label {
   font-size: 12px;
   margin-top: 10px;
}



.modal-submit-container {
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   margin: 10px 0px;
}

.modal-submit-container2 {
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   margin: 10px 0px;
}

.main-content {
   position: relative;
   height: 100vh;
}

body.page-search {
   /* Offset content so it does not sit behind the fixed header */
   padding-top: 70px;
   overflow-y: auto;
}

.page-search .main-content {
   /* Keep search content below the header and long enough for the footer */
   height: auto;
   min-height: calc(100vh - 70px);
   display: flex;
   flex-direction: column;
   gap: 24px;
}

.page-search .modal-container {
   /* Float the modal above the page so it doesn't push content */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin: 0;
   height: auto;
   max-height: calc(100vh - 160px);
   overflow-y: auto;
   z-index: 2000;
}

.page-search .background-color {
   height: auto;
   min-height: calc(100vh - 70px);
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding: 24px 0 48px;
}

.page-search footer {
   margin-top: auto;
}

.page-search .search-modal-backdrop {
   position: fixed;
   inset: 0;
   background: rgba(255, 255, 255, 0.7);
   z-index: 1500;
   pointer-events: none;
   display: none;
}

.main-headers {
   height: 30vh;
   width: 90vw;
}

.background-image {
   background-image: "";
   background-size: cover;
   background-position: center;
   height: 100%;
   padding: 100px 20px 40px 20px;

}

.background-image section {
   display: block;
   margin: 20px 0px;
}

.background-color {
   height: 200%;
   padding: 100px 20px 40px 20px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.background-color section {
   display: block;
   margin: 0px 0px;
}

.background-color section img {
   height: 30px;
   opacity: 0.3;
   margin: 0px auto 10px auto;
   display: inline-block;
}

.like-containers {
   display: block;
   margin: 0px auto;
   width: fit-content;
}

.search-container {
   position: absolute;
   top: 60%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
   transition: ease 1s;
}

.search-credits {
   position: absolute;
   top: 93%;
   left: 50%;
   transform: translate(-50%, 0%);
   text-align: center;
   transition: ease 1s;
   color: whitesmoke;
   font-size: 10px;
   cursor: pointer;
}

.search-credits-2 {
   position: absolute;
   top: 95%;
   left: 50%;
   transform: translate(-50%, 0%);
   text-align: center;
   transition: ease 1s;
   color: whitesmoke;
   font-size: 10px;
   cursor: pointer;
   width: 80%;
}

.search-input {
   padding: 10px;
   width: 300px;
   font-size: 16px;
   font-family: 'Poppins Light';
   border-radius: 10px;
   border-style: solid;
   border-width: 1px;
   border-color: white;
}

.search-submit {
   padding: 10px;
   width: 300px;
   font-size: 16px;
   font-family: 'Poppins Light';
   border-radius: 10px;
   background-color: #e7596c;
   color: white;
   border-style: none;
   cursor: pointer;
   transition: ease 1s;
   display: none;
}

table {
   width: 100%;
   border-collapse: collapse;
}
th, td {
   padding: 8px;
   text-align: left;
   border-bottom: 1px solid #ddd;
   width: 20%; /* Adjust the width as needed */
}

.tabla-busqueda{
   display: block;
   margin: 0px auto;
}

.tabla-busqueda table {
   border-collapse: collapse;
   width: 90%;
   max-width: 450px;
   margin: 0px auto ;
}

.tabla-busqueda th, td {
   border: 1px solid #dddddd;
   text-align: center;
   font-size: 12px;
   color: #5b5b5b;
   padding: 8px;
}

.tabla-busqueda th {
   background-color: #f2f2f2;
}

footer {
   background-color: #eee;
   color: #b6b6b6;
   text-align: center;
   padding: 19px 10px 19px 10px;
   position: relative;
   width: 100%;
   bottom: 0;
   height: auto;
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   align-items: center;
}

.footer-module{
   width: 100%;
   margin: 10px auto;
   height: 100%;
}

.footer-module ul li{
   color: #a4a4a4;
   font-family: 'Poppins Light';
   font-size: 10px;
   cursor: pointer;
   margin-top: 3px;
}

.footer-module ul a{
   color: #a4a4a4;
   font-family: 'Poppins Light';
   font-size: 10px;
   cursor: pointer;

}

footer p {
   display: block;
   margin: auto;
   color: #b6b6b6;
   font-size: 10px;
}

footer ul {
   display: block;
   margin: auto;
   color: #b6b6b6;
   font-size: 10px;
}

.footer-logo {
   display: block;
   margin: 0px auto;
   height: 35px;
   opacity: 0.7;
}

.footer-logo img {
   height: 100%;
}

.scroll-section{
   width: 100%;
   margin: 0px auto;
   height: 50vh;
   background-color: #424242;
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   padding: 20px 15px;
}

.scroll-section-two{
   width: 100%;
   max-width: 680px;
   margin: 90px auto 50px auto;
   background-color: #424242;
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
   padding: 20px 15px;
}

.article-text{
   width: 100%;
   font-family: Georgia, 'Times New Roman', Times, serif;
   text-align: left;
   font-size: 20px;
   color: #242424;
   margin-top: 10px;
   line-height: 32px;
   letter-spacing: -0.003em;
   word-break: break-word;
   font-style: normal;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
}

.news-logos-container{
   width: 100%;
   margin: 0px auto;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-evenly;
   max-width: 800px;
   cursor: pointer;
}

.news-logos{
   height: 40px;
   margin: 0px 10px;
}


.modal-buttons {
   padding: 5px;
   width: 45%;
   font-size: 16px;
   font-family: 'Poppins Light';
   border-radius: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(224 224 224);
   text-align: center;
   margin: 0px auto;
   font-size: 12px;
   background-color: #e85a6c;
   color: white;
   height: 40px;
   font-size: 14px;
   cursor: pointer;
}

.modal-buttons-renewal {
   width: 100%;
   padding: 14px 18px;
   font-size: 16px;
   border-radius: 24px;
   border: none;
   font-family: 'Poppins', sans-serif;
   cursor: pointer;
   transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.modal-buttons-renewal.primary {
   background-color: #e85a6c;
   color: #fff;
   box-shadow: 0 8px 20px rgba(232, 90, 108, 0.35);
}

.modal-buttons-renewal.primary:hover {
   transform: translateY(-1px);
   box-shadow: 0 10px 24px rgba(232, 90, 108, 0.45);
}

.modal-buttons-renewal.secondary {
   background-color: #fff;
   color: #7a7a7a;
   border: 1px solid #dcdcdc;
}

.modal-buttons-renewal.secondary:hover {
   background-color: #f9f9f9;
}

.modal-link-button {
   display: block;
   width: 60%;
   padding: 6px 6px;
   margin: 15px auto 5px auto;
   text-align: center;
   background-color: #e85a6c;
   color: #ffffff;
   border: none;
   border-radius: 22px;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   cursor: pointer;
   transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.modal-link-button:hover {
   transform: translateY(-1px);
   box-shadow: 0 6px 16px rgba(232, 90, 108, 0.32);
}

.modal-link-button:active {
   transform: translateY(0);
   box-shadow: 0 3px 10px rgba(232, 90, 108, 0.25);
   opacity: 0.95;
}

/* Ensure SweetAlert dialogs always sit above our modals/backdrops */
.swal2-container {
   z-index: 5000 !important;
}

.modal-buttons-big {
   padding: 5px;
   width: 90%;
   font-size: 16px;
   font-family: 'Poppins Light';
   border-radius: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(224 224 224);
   text-align: center;
   margin: 0px auto;
   font-size: 12px;
   background-color: #fafafa;
   color: #7e7e7e;
   height: 50px;
   font-size: 14px;
   cursor: pointer;
}


/* Selección slide horizontal cantidad de ambientes */
/* Generic styling for toggle buttons */
.button-box {
   display: flex;
   width: 100%;
   border-radius: 15px;
   overflow: hidden;
   border-style: solid;
   border-color: #d9d9d9;
   border-width: 0.1px;
   height: 40px;
   margin: 10px auto;
}

.error-missing {
   /* border-width: 2px;
   border-color: red; */
   transition: 1s ease;
   box-shadow: 0 0 5px #d9d9d9; /* Add a box-shadow to mimic the border */
   animation: blinkBorder 2s infinite; /* Add the animation blinkBorder */
}

@keyframes blinkBorder {
  50% {
    box-shadow: 0 0 5px red; /* Change the box-shadow color to mimic the blinking effect */
  }
}


.toggle-btn {
   flex: 1;
   padding: 5px 0;
   cursor: pointer;
   background: transparent;
   border: 0;
   outline: none;
   text-align: center;
   color: #5b5b5b;
   font-size: 11px;
   transition: 0.5s;
   /* Add transition for the background property */
}

/* Styling for the active state */
.active {
   background: #d2d2d2;
   border-radius: 0;
   transition: .5s;
   z-index: -1;
}


/* INICIO Selección multiple toggle buttons */
.switch-field {
   display: flex;
   overflow: hidden;
   flex-wrap: wrap;
   width: 100%;
   align-content: stretch;
   flex-direction: row;
   margin-bottom: 10px;
   justify-content: center;
}

.switch-field input {
   position: absolute !important;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   width: 1px;
   border: 0;
   overflow: hidden;
}

.switch-field label {
   box-sizing: border-box;
   background-color: #e4e4e4;
   color: rgb(136 136 136);
   font-size: 10px;
   line-height: 1;
   text-align: center;
   padding: 8px 6px;
   border: 1px solid rgb(255 255 255 / 82%);
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
   min-width: 50px;
   transition: all 0.1s ease-in-out;
   margin: 1px;
   width: auto;
   vertical-align: middle;
}

.switch-field label:hover {
   cursor: pointer;
}

.switch-field input:checked+label {
   background-color: #e7596c;
   box-shadow: none;
   color: white;
}

.switch-field label:first-of-type {
   border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
   border-radius: 0 4px 4px 0;
}

/* FIN Selección multiple toggle buttons */


/* INICIO Selección multiple toggle buttons NO INQUILINO */
.switch-field-noinq {
   display: flex;
   overflow: hidden;
   flex-wrap: wrap;
   width: 100%;
   align-content: stretch;
   flex-direction: row;
   margin-bottom: 10px;
   justify-content: center;
}

.switch-field-noinq input {
   position: absolute !important;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   width: 1px;
   border: 0;
   overflow: hidden;
}

.switch-field-noinq label {
   box-sizing: border-box;
   background-color: #e4e4e4;
   color: rgb(136 136 136);
   font-size: 10px;
   line-height: 1;
   text-align: center;
   padding: 8px 6px;
   border: 1px solid rgb(255 255 255 / 82%);
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
   min-width: 50px;
   transition: all 0.1s ease-in-out;
   margin: 1px;
   width: auto;
   vertical-align: middle;
}

.switch-field-noinq label:hover {
   cursor: pointer;
}

.switch-field-noinq input:checked+label {
   background-color: #e7596c;
   box-shadow: none;
   color: white;
}

.switch-field-noinq label:first-of-type {
   border-radius: 4px 0 0 4px;
}

.switch-field-noinq label:last-of-type {
   border-radius: 0 4px 4px 0;
}

/* FIN Selección multiple toggle buttons NO INQUILINO */


/* INICIO Selección multiple toggle buttons PROPIETARIO */
.switch-field-prop {
   display: flex;
   overflow: hidden;
   flex-wrap: wrap;
   width: 100%;
   align-content: stretch;
   flex-direction: row;
   margin-bottom: 10px;
   justify-content: center;
}

.switch-field-prop input {
   position: absolute !important;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   width: 1px;
   border: 0;
   overflow: hidden;
}

.switch-field-prop label {
   box-sizing: border-box;
   background-color: #e4e4e4;
   color: rgb(136 136 136);
   font-size: 10px;
   line-height: 1;
   text-align: center;
   padding: 8px 6px;
   border: 1px solid rgb(255 255 255 / 82%);
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
   min-width: 50px;
   transition: all 0.1s ease-in-out;
   margin: 1px;
   width: auto;
   vertical-align: middle;
}

.switch-field-prop label:hover {
   cursor: pointer;
}

.switch-field-prop input:checked+label {
   background-color: #e7596c;
   box-shadow: none;
   color: white;
}

.switch-field-prop label:first-of-type {
   border-radius: 4px 0 0 4px;
}

.switch-field-prop label:last-of-type {
   border-radius: 0 4px 4px 0;
}

/* FIN Selección multiple toggle buttons PROPIETARIO */

.info {
   font-family: 'Urbanist', sans-serif;
   font-size: 10px;
   color: #595959;
   margin: 3px 0px;
}

.info a {
   font-family: 'Urbanist', sans-serif;
   font-size: 10px;
   color: #c3c3c3;
   margin: 3px 0px;
   font-weight: 500;
}

.renovation-container {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}

.renovation-container2 {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}

.expensas-container {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}

.input-container {
   position: relative;
   display: inline-block;
   width: 50%;
}

#GET-monto {
   padding-right: 40px;
   /* Space for the button */
}

#GET-monto-max {
   padding-right: 40px;
   /* Space for the button */
}

#GET-monto-min {
   padding-right: 40px;
   /* Space for the button */
}

.currency-button {
   position: absolute;
   top: 50%;
   /* Center the button vertically */
   transform: translateY(-50%);
   /* Adjust to center precisely */
   right: 0;
   cursor: pointer;
   background-color: #b9b9b9;
   color: #fff;
   width: 30%;
   font-size: 12px;
   font-family: 'Poppins Light';
   border-radius: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(224, 224, 224);
   text-align: center;
   height: 31.5px;
}

.currency-button2 {
   position: relative;
   /* Center the button vertically */
   transform: translateY(0%);
   margin: 0 auto;
   /* Adjust to center precisely */
   right: 0;
   cursor: pointer;
   background-color: #b9b9b9;
   color: #fff;
   width: 80%;
   font-size: 12px;
   font-family: 'Poppins Light';
   border-radius: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(224, 224, 224);
   text-align: center;
   height: 35px;
}


.currency-button.green {
   background-color: #278664;
}

.currency-button2.green {
   background-color: #278664;
}


.modal-select-drop {
   width: 60px;
   height: 40px;
   font-size: 11px;
   color: #5b5b5b;
   background-color: #d2d2d2;
}

.modal-select-year {
   width: 60px !important;
   height: 30px !important;
   font-size: 11px !important;
   color: #5b5b5b !important;
}

.conditions-container {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}

.modal-content {
   display: none;
   /* Hide all modal content initially */
}

.modal-content.active {
   display: block;
   /* Show active modal content */
}

.modal-variable-content {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   /* height: 100%; */
   width: 100%;
   min-height: 100%;
}

.modal-variable-content2 {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   height: 100%;
   /*min-height: 100%;*/
}

.modal-footer {
   display: flex;
   flex-direction: column;
   align-content: space-between;
   flex-wrap: wrap;
   justify-content: space-evenly;
   margin: auto;
}

.modal-footer p {
   color: #7e7e7e !important;
   font-size: 10px !important;
}

.terms-accept-container {
   width: 100%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-around;
}

.terms-accept-container input {
   width: 15px;
   height: 15px;
   margin: 0px 0px 0px 0px;
}

/* Tags input comienza: */

.tags-input {
   padding: 5px;
   width: 100%;
   font-size: 16px;
   font-family: 'Poppins Light';
   border-radius: 16px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(224 224 224);
   text-align: center;
   margin: 8px 2px;

}

.tags-input ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.tags-input li {
   flex: 1;
   padding: 6px 10px;
   cursor: pointer;
   background: #dadada;
   border: 0;
   outline: none;
   text-align: center;
   color: #5b5b5b;
   font-size: 11px;
   transition: 0.5s;
   display: inline-block;
   position: relative;
   margin: 3px 4px;
   border-radius: 20px;
}

.tags-input input[type="text"] {
   border: none;
   outline: none;
   padding: 5px 0;
   font-size: 11px;
}

.tags-input input[type="text"]:focus {
   outline: none;
}

.tags-input .delete-button {
   background-color: transparent;
   border: none;
   color: #999;
   cursor: pointer;
   margin-left: 5px;
   font-size: 11px;
}

/* Fin tags input */

.half-input-container {
   display: flex;
   flex-direction: row;
}

.half-input-container input {
   width: 50%;
   margin: 0px 2px;
}

/* Mapa Home */
.leaflet-container-container{
   position: relative;
   overflow: hidden;
   height: 0px;
   margin: 8px 0px 8px 0px;
   border-radius: 12px;
   transition: 2s ease;
}
.leaflet-container {
   overflow: hidden;
   height: 250px;
}

/* Google ads */

.inline-google-ads{
   background-color: #e7e7e7;
   width: 100%;
   margin: 20px auto;
}

.inline-google-ads-title{
   display: block;
   margin: 0px auto;
   font-size: 10px;
   color: #858585;
   text-align: center;
   padding: 10px 0px;
}

/* Mapa Inquilinos */
.leaflet-container-container-inq{
   position: relative;
   overflow: hidden;
   height: 0px;
   margin: 8px 0px 8px 0px;
   border-radius: 12px;
   transition: 2s ease;
   max-width: 520px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}
.leaflet-container-inq {
   overflow: hidden;
   position: absolute !important;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 260px;
   width: 100%;
}

.search-predictions-container{
   background-color: rgba(255, 255, 255, 0.879);
   width: 100%;
   font-size: 12px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   max-height: 200px;
   overflow: scroll ;
   margin: 8px 0 0 0;
   display: none;
}

.prediction-item{
   background-color: whitesmoke;
   width: 100%;
   font-size: 12px;
   font-family: 'Poppins Light';
   border-bottom: #858585;
   border-bottom-width: 0.5px;
   border-bottom-style: solid;
   padding: 5px 5px;
}

.modal-button-subtitle{
   font-size: 9px;
   color: rgb(149, 149, 149);
   margin: 0;
   padding: 0;
   line-height: 1.2;
}

.mapNinq {
   position: relative;
   overflow: hidden;
   height: 0px;
   margin: 8px 0px 8px 0px;
   border-radius: 12px;
   transition: 2s ease;
   max-width: 520px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}

.mapProp {
   position: relative;
   overflow: hidden;
   height: 0px;
   margin: 8px 0px 8px 0px;
   border-radius: 12px;
   transition: 2s ease;
   max-width: 520px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}

.suggestions-container {
   display: block;
   position: relative;
   top: -10px;
   padding-top: 10px;
   background-color: white;
}

.suggestion {
   font-size: 14px !important;
   font-family: 'Poppins Light' !important;
   text-align: left;
   height: auto;
   padding: 6px;
   width: 300px;
   border-top-right-radius: 0px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-style: solid;
   border-width: 1px;
   border-color: white;
   background-color: rgb(255, 255, 255);
   transition: 0.2s ease-in-out;
   cursor: pointer;
   color: #b6b6b6;
}

.suggestion:hover {
   color: rgba(0, 0, 0, 0.882)
}

/* Estilos para la versión tablet de notebook 13 pulgadas a celular */

@media (min-width: 600px) {

   .multiple-button-container{
      width: 90%;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-between;
      margin: 0px auto;
   }


   .main-content {
      height: calc(100vh - 74px);
   }

   .modal-container {
      max-width: 450px;
   }

   .button-box {
      height: 35px;
   }

   .news-logos{
      height: 70px;
      margin: 0px 10px;
   }
   


   select {
      max-width: 450px;
   }

   footer {
      flex-direction: row;
   }

   .background-color {
      height: 230%;
   }

   .footer-module {
      width: 30%;
      margin: 0 auto;
      height: 100%;
   }

}

/* Mobile: */
@media (max-width: 400px) {

   .multiple-button-container{
      width: 90%;
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: space-between;
      margin: 0px auto;
   }


   .main-content {
      height: 100vh;
   }

   .news-logos{
      height: 40px;
      margin: 0px 10px;
   }
   

   h1{
      width: 100%;
      border-radius: 50px;
   }

   .h2-slogan {
      border-radius: 14px;
   }

   .modal-container input {
      font-size: 13px;
   }

   .button-box {
      height: 35px;
   }

   .switch-field label {
      padding: 6px 6px;
   }

   .modal-buttons {
      font-size: 11px;
      height: 35px;
   }

   footer {
      flex-direction: column;
   }

   .background-color {
      height: 180%;
   }

   .footer-module{
      width: 100%;
      margin: 10px auto;
      height: 100%;
   }

}
