

/*------------- NAVBAR ------------------*/

/* NAVBAR FIXED */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #e1e1e1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bcbcbc; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8f8f8f; 
}


body {
  padding-top: 3.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-size:0.93rem;
  color:#252f39;
}
html {
  font-family: 'Nunito Sans', sans-serif;
  color:#252f39;
}

.btn {border-radius:0;
}

.btn-xs {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-font-size: 0.7rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.action {
padding: 0.65rem 1.5rem 0.50rem 1.5rem;
  font-size:0.8rem;
  line-height: 1.2rem;
  text-transform:uppercase;
  font-weight:800;
}

.redondo {border-radius:20em;
padding:10px 16px 10px 16px;
}


a {
    text-decoration: none;
}

.yank {
  font-family: 'Poppins', sans-serif;
  letter-spacing:-0.5px;
}

.jumbo{
  font-weight:800;
  color:#252f39;
}

.tit{
  letter-spacing:0px;
  font-weight:500;
  color:#252f39;
}


.text-min {
    font-size: .64rem !important;
}

/* -------- NAV PRINCIPAL ------------- */

.navbar-toggler:focus , .navbar-toggler:active{
    outline: none !important;
}
@media all and (min-width: 992px) {
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

.navbar-toggler {
    padding: 0rem;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 0px solid white;
    border-radius: 0;
    transition: var(--bs-navbar-toggler-transition);
}

.nav-link{
  color: #252f39;
  font-family: 'Poppins', sans-serif;
}
.nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: grey;
}


.dropdown-toggle::after {
    display:none;
}

.dropdown-item {
   color: #252f39;
   font-size: 0.8rem;
  font-family: 'Poppins', sans-serif;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-color);
    text-decoration: none;
    background-color: #ffffff;
    border-left:4px solid grey;
}

/* -------- GENERALES ------------- */


.form-icon-container {
    position: relative;
}
.form-icon-container .form-icon-input, .form-icon-container .form-icon-label {
    padding-left: 2.5rem;
}
.form-icon-container .form-icon {
    position: absolute;
    top: 5px;
    left: 1rem;
}

.form-label {
    margin-bottom: .1rem;
    font-size: 0.8rem;
	 line-height: 1.4;
    color: #3c3c3c;
    padding-left: .2rem;
    font-weight: 700;
}


.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1; 
    color: #666;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid #aeaeae;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
}

.form-check-label {
    margin-top:5px; margin-left:15px; margin-left:3px;
}

.form-check-input:checked {
    background-color: #606060;
    border-color: #0d6efd;
}

.brd {border:1px solid #474747;}

.tdarck {
    font-size: 1.8rem !important;
	font-weight:600;
}
@media (min-width: 1200px) {
	.tdarck {
    font-size: 2.4rem !important;
	font-weight:600;
	}
}

.descript {
    font-size: 0.8rem !important;
	color:#252f39;
  max-height:20px;
  overflow:hidden;
}

.hero-header-container {
		padding-top: 6rem;
		padding-bottom: 6rem;
}


.dropdown-toggle::after {
    display:none;
}


figure {
    margin: 0;
}

.property-banner .row {
    margin-right: -3px;
    margin-left: -3px;
}

.property-banner .row [class*=col-] {
    padding-left: 1px !important;
    padding-right: 1px !important;
}


/************ ZOOM IMAGE **********/

        .zoomer img {
            width: 100%;
            transition: 0.3s all ease-in-out;
        }
     
        .zoomer:hover img {
            transform: scale(1.03);
        }
		



#carouselprops .card {
  /*border: none;
  border-radius: 0;
  box-shadow: 1px 3px 5px 0 rgba(22, 22, 26, 0.18);*/
}
#carouselprops .carousel-inner {
  padding-bottom: 1em;
}
#carouselprops .carousel-control-prev,
#carouselprops .carousel-control-next {
  background-color: #284976;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
#carouselprops .carousel-control-prev span,
#carouselprops .carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  #carouselprops .cards-wrapper {
    display: flex;
  }
  #carouselprops .card {
    margin: 0 0.6em;
    width: calc(100% / 2);
  }
  #carouselprops .image-wrapper {
    height: 20vw;
    margin: 0 auto;
	position:relative;
  }
}
@media screen and (max-width: 576px) {
  #carouselprops .card:not(:first-child) {
    display: none;
  }
}

#carouselprops .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}


/********** SOBREIMPRESOS ********/



.item-date {
    background-color: #5b5b5b;
	padding: 5px 20px 5px 20px;
	font-size:15px;
	font-weight:900;
}

.item-wish {
    border-radius: 20px;
	padding: 5px 20px 5px 20px;
	font-size:15px;
	font-weight:900;
}

.stack-parent {
  position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    overflow: hidden;
}
.stack-img {
  max-width: 100%;
  height: auto;
}
/*
.stack-txt {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
    font-size: 1.4rem !important;
}
*/
.stack-banner {
 position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
    font-size: 1.4rem !important;
}

/******************** SOBREIMPRESOS DETALLES ******/


.box{
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position:relative;
  aspect-ratio: 3/2;
}

.box-1 {
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  overflow:hidden;
}

@media screen and (max-width: 576px) {
  .box-1 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  }
}

.box-2, .box-3  {
  overflow:hidden;
}

.box-4 {
  border-top-right-radius: 10px;
  overflow:hidden;
}
.box-5 {
  border-bottom-right-radius: 10px;
  overflow:hidden;
}




.stack-txt {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 30px;
	padding:5px 10px 5px 10px;
    background-color: #fff;
	font-weight:800;
    color: #000;
    font-size: 0.8rem !important;
}

.stack-wish {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 60px;
	padding:8px 15px 8px 15px;
	font-weight:800;
    color: #000;
    font-size: 0.9rem !important;
}

.stack-high {
    position: absolute;
    top: 3px;
    right: 7px;
	font-weight:800;
    font-size:30px;
    color:#ffffff;
}

/********* FOOTER *********/



.footer{
	background-color:#d7dbdf;
		padding-top: 5rem;
		padding-bottom: 5rem;
}
.footer a{
	color:#383838;
	text-decoration:none;
	 font-size: 0.9rem !important;
}





/*** --------IN PROFILE ------***/

.profile img {
      width: 100%; 
	 }
.profile .about-logo {
      width: 100px;
      position: absolute;
      left: 50%;
    transform: translate(-50%, 0);
      bottom: -20px; 
	  }
@media (min-width: 768px) {
	.profile .about-logo {
      width: 180px;
      position: absolute;
      left: 3%;
    transform: translate(-1%, 0);
      bottom: -40px; 
	  }
}
/*** --------OUT PROFILE ------***/



/*** --------IN MODAL ------***/

.modal-content {
    border-radius: 20px;
}

.modal-header .modal-title{
	font-size:15px;
    text-transform: uppercase;
}
.modal-header .btn-close{
    color:#ffffff;
}
.modal-box .modal-dialog {
    margin: 70px auto 0;
}

 .modal-icon {
	 width:100px; height:100px; border:2px solid #bcbcbc;
    position: absolute;
	background-color:#adadad;
	border-radius:50%;
	left: 50%;
	transform: translate(-50%, 0);
    top: -65px;
	display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;     /* center items horizontally, in this case */
}

.btn-close  {
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.btn-close:hover  {
    opacity: 1;
    color: #fff;
}

/*** --------OUT MODAL ------***/




/*** --------IN TABLAS LISTA ------***/

	  .lists td { font-family: 'Poppins', sans-serif; letter-spacing:-0.5px; white-space: nowrap;}
	  .lists td {font-size:14px; line-height:40px; color:#373c6c;}
	  .lists th {font-family: 'Poppins', sans-serif; letter-spacing:-0.5px; font-size:14px; font-weight:700; color:#373c6c; white-space: nowrap;}
	  
	  .status {
    font-size: 10px;
    color: #313452;
	text-transform:uppercase;
	}

	.dropdown-toggle { outline: 0; }

	.btn-toggle {
	  padding: .25rem 0rem;
	  font-weight: 700;
	  width:100%;
	  color: var(--bs-emphasis-color);
	  background-color: transparent;
	}
	.btn-toggle:hover,
	.btn-toggle:focus {
	  color: rgba(var(--bs-emphasis-color-rgb), .85);
	  background-color:  transparent;
	}

	.btn-toggle::before {
	  width: 1.25em;
	  line-height: 0;
	  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	  transition: transform .35s ease;
	  transform-origin: .5em 50%;
	}

	[data-bs-theme="dark"] .btn-toggle::before {
	  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	}

	.btn-toggle[aria-expanded="true"] {
	  color: rgba(var(--bs-emphasis-color-rgb), .85);
	}
	.btn-toggle[aria-expanded="true"]::before {
	  transform: rotate(90deg);
	}

	.btn-toggle-nav a {
	  padding: .1875rem .5rem;
	  margin-top: .125rem;
	  margin-left: 1.25rem;
	}
	.btn-toggle-nav a:hover,
	.btn-toggle-nav a:focus {
	  background-color: var(--bs-tertiary-bg);
	}
	  
	  
	.richtext-title {
		font-size: 1rem;
		margin-top: 0;
		margin-bottom: 0.5rem;
		margin-top: 1.5rem;
		font-weight: 700!important;
		line-height: 1.2;
		color: var(--bs-heading-color);
	}  
	
	.richtext-subtitle {
		font-size: 1rem;
		font-weight: bolder;
		margin-top: 0;
		margin-bottom: 0.5rem;
		line-height: 1.2;
		color: var(--bs-heading-color);
	}  
	    
	    
	.readmore .content-readmore {
		max-height: 120px;
		overflow: hidden;
		transition: max-height 0.5s ease;
	}
	.readmore .show-content {
		max-height: none;
	}
	.readmore .btn-readmore {
		display: none;
	}  
  	  
	  
	  
	  
/*** --------OUT TABLAS LISTA ------***/