/* Global container */

.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 95%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

/* Global padding */

.py-3 {
  padding-top: .8rem!important;
  padding-bottom: .8rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.p-4 {
  padding: 1.3rem!important;
}

.p-0 {
  padding: 0!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-blog {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section-blog1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-blog2 {
  padding-top: 50px;
  padding-bottom: 0px;
  background: rgba(56,69,80,0.03);
}

.section-gris {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(56,69,80,0.03);
}

.mar-mv {
  padding: 12px;
}

.section-min {
  padding-top: 20px;
  padding-bottom: 100px;
}

.section-gris-min {
  padding-top: 20px;
  padding-bottom: 100px;
  background: rgba(56,69,80,0.03);
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

/* Global */

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, #424e5b));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.dropdown-toggle {
  color: #424e5b;
  text-decoration: none;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 700!important;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 10px;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: rgb(62, 62, 62);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: rgba(103,224,127,0.13);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: var(--bs-primary);
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: auto;
  padding: 4px;
  margin: 0;
  font-size: 13px;
  color: #424e5b;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: transparent;
  border-radius: 10px;
  margin-left: -40px;
  font-weight: 700!important;
}

.filtro-buscador {
  background-color: #ffffff;
  border-radius: 45px;
  font-size: 13PX;
  padding-top: 5PX;
  padding-bottom: 5PX;
  padding-left: 5PX;
  padding-right: 5PX;
}

.btn-general {
  background-color: #ffffff;
  border-radius: 45px;
  font-size: 13PX;
  padding-top: 10PX;
  padding-bottom: 8PX;
  padding-left: 20PX;
  padding-right: 20PX;
}

.btn-general:focus, .btn-general:hover {
  background-color: #ffffff;
}

.btn-general:focus, .btn-general:active {
  background-color: #ffffff;
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #008c3c;
  --bs-btn-border-color: #008c3c;
  --bs-btn-hover-color: #fffcfc;
  --bs-btn-hover-bg: #54c0a2!important;
  --bs-btn-hover-border-color: #199850;
  --bs-btn-focus-shadow-rgb: 0,21,9;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #54c0a2;
  --bs-btn-active-border-color: #199850;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #008c3c;
  --bs-btn-disabled-border-color: #008c3c;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Nunito';
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(153,209,177,0.29) !important;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  font-weight: 400;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #67e07f!important;
}

.btn-light {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-light:active, .btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(153,209,177,0.29) !important;
}

.btn-light-negro {
  --bs-btn-color: rgb(66,78,91);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  /*border: 1px solid;*/
}

.btn-light-negro:active, .btn-light-negro:focus {
  box-shadow: 0 0 0 .2rem rgba(153,209,177,0.29) !important;
}

.btn-light-verde {
  --bs-btn-color: var(--bs-highlight-color);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-body-bg);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-white);
  --bs-btn-active-border-color: var(--bs-white);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Nunito';
}

.btn-light-verde-2 {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-highlight-color);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--bs-white);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  /*border: 1px solid;*/
  text-decoration: underline;
}

.btn-light-blanco {
  --bs-btn-color: var(--bs-body-bg);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--bs-white);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  /*border: 1px solid;*/
  /*text-decoration: underline;*/
}

.btn-azul {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #1d3b95;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-azul:active, .btn-azul:focus {
  box-shadow: 0 0 0 .2rem rgba(153,209,177,0.29) !important;
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: .6rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 35px;
}

.btn-light {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-light:active, .btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(153,209,177,0.29) !important;
}

.btn-secondary {
  --bs-btn-color: var(--bs-highlight-color);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  /*border: -2px solid;*/
}

.btn-secondary-bl {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #67e07f;
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Nunito';
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  /*border: -2px solid;*/
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.div-bt .img-fluid {
	/* Suaviza la transformación. */
  transition: transform 0.3s ease; 
}

.div-bt:hover .img-fluid {
	/* Aumenta el tamaño de la imagen en un 10%. */
  transform: scale(1.1);
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;
  text-decoration: none;
}

.link-primary {
  text-decoration: none!important;
}

label {
  display: inline-block;
  font-size: 12px;
  font-family: 'Nunito';
}

.div-gral {
  padding: 15px;
}

.div-gral1 {
  padding: 35px;
}

/* Text */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Nunito';
}

.h1 {
  font-size: 38px;
  font-family: 'Nunito';
  font-weight: 700;
}

.h2 {
  font-size: 30px;
  color: #424e5b;
  font-family: 'Nunito';
  font-weight: 600;
}

.h2-verde {
  font-size: 30px;
  color: var(--bs-primary);
  font-family: 'Nunito';
  font-weight: 700;
}

.h2-blanco {
  font-size: 30px;
  color: var(--bs-body-bg);
  font-family: 'Nunito';
  font-weight: 600;
}

.h2-azul {
  font-size: 30px;
  color: #1d3b95;
  font-family: 'Nunito';
  font-weight: 600;
}

.h2-unete {
  font-size: 30px;
  color: #1d4c49;
  font-family: 'nunito';
  font-weight: 600;
}

.h3 {
  font-size: 25px;
  font-family: 'Nunito';
  font-weight: 600;
  color: #2b3841;
}

.h3-blanco {
  font-size: 25px;
  font-family: 'Nunito';
  font-weight: 600;
  color: var(--bs-light);
}

.h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #424e5b;
  font-size: 24px;
  font-family: 'Nunito';
}

.h5-verde {
  font-weight: 400;
  color: var(--bs-primary);
  font-size: 15px;
  font-family: 'Nunito';
  text-transform: uppercase;
}

.h5 {
  font-weight: 700;
  color: #1c252c;
  font-size: 18px;
  font-family: 'Nunito';
}

body {
  font-family: 'Nunito';
  color: #424e5b;
}

.fs-6 {
  font-size: 15px!important;
  text-transform: uppercase;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  color: rgb(66,78,91);
}

.p-detalle {
  font-size: 20px;
  font-weight: 700;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  font-family: 'Nunito';
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-family: 'Nunito';
}

.link {
  text-decoration: none;
}

.link-primary {
  color: #253286!important;
}

.link-primary:hover, .link-primary:focus {
  color: var(--bs-gray-800)!important;
  -webkit-text-decoration-color: RGBA(243, 127, 102, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 127, 102, var(--bs-link-underline-opacity, 1)) !important;
}

/* Navigation-movil */

.navbar-toggler-icon {
  display: inline-block;
  width: 3em;
  height: 2.6em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler-icon:hover {
  color: #67e07f;
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: rgba(56,69,80,0.03);
}

.nav-pills {
  --bs-nav-pills-border-radius: 15px;
  --bs-nav-pills-link-active-color: #1c252c;
  --bs-nav-pills-link-active-bg: var(--bs-primary-border-subtle);
}

/* Navigation */

.nav-item {
  margin-left: 0px;
  margin-right: 0px;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s;
    letter-spacing: 0px;
    border-bottom: none;
    background: rgba(255,255,255,0.09);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background: #ffffff;
    border-top: 2px solid var(--bs-primary)!important;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.18);
    color: #3e3e3e!important;
    font-family: 'Nunito';
  }
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-weight: 600!important;
  color: #ffffff;
  text-decoration: none!important;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  font-size: 16px!important;
  font-family: 'Nunito'!important;
  text-transform: none!important;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
}

@media (min-width: 992px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgb(255,255,255);
  }
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #67e07f!important;
}

a:hover {
  text-decoration: none;
}

a:hover {
  color: #67e07f;
  text-decoration: none;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: var(--bs-primary) !important;
  background-color: transparent;
}

a {
  color: #2b3841;
  transition: all .2s;
  text-decoration: none;
}

/* nav-bar-fijo-blanco */

.navbar-fijo {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  background: #ffffff;
  border-top: 2px solid var(--bs-primary)!important;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.18);
  color: #3e3e3e!important;
  font-family: 'Nunito';
  letter-spacing: 0px;
}

a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #67e07f!important;
}

.div-user-icon-1 {
  border: #2b3841 solid 1px !important;
  border-radius: 15px;
  padding: 10px;
}

/* Header */

.p-header {
  font-family: 'Nunito';
  color: #ffffff;
}

.user-nav {
  border: 1.5px solid #424e5b;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.div-buscador {
  padding: 15px;
  border: 1px solid var(--bs-light-border-subtle);
  border-radius: 12px;
}

/* cads-inmuebles destacados */

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: none;
  --bs-card-border-radius: 15px;
  --bs-card-inner-border-radius: 10px;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: rgba(56,69,80,0.03);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.d-block {
  display: block!important;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  font-family: 'Nunito';
}

.card-footer {
  border-top: 1px solid #424e5b;
  font-family: 'Nunito';
	min-height: 50.8px;
}

.card-venta {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Nunito';
}

.card-title {
  margin-bottom: auto;
  color: var(--bs-card-title-color);
  font-family: 'Nunito';
  font-size: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
}

.card-subtitulo {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Nunito';
}

.card-titulo-venta {
  font-size: 15px;
  padding-right: 33px;
  font-family: 'Nunito';
  text-transform: uppercase;
}

.card-precio {
  font-size: 22px;
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: auto;
}

.ficha-card {
  font-size: 15px;
  color: var(--bs-primary);
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 5px;
}

.ficha-card-transparent {
  font-size: 15px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 5px;
}

img-card {
  padding-right: 15px;
}

.div-ficha {
  padding-right: 5px;
  padding-left: 5px;
}

.div-ficha1 {
  padding-right: 15px;
  padding-left: 15px;
}

.fit-cover {
  object-fit: cover;
}

/* cta´s */

.row-cta {
  background-color: #ffffff;
  border-radius: 15px;
}

.column-cta {
  padding: 25px;
}

.div-cta-verde {
  background-color: #54c0a2;
  border-radius: 15px;
  padding: 35px;
  height: 350px;
}

.cta-verde {
  background-color: #54c0a2;
  border-radius: 15px;
  padding: 35px;
}

.p-cta {
  font-size: 19px;
  color: var(--bs-white);
}

.h2-cta-negro {
  color: #2b3841;
  font-size: 32px;
  font-family: 'Nunito';
  font-weight: 600;
}

.row-gris {
  background: rgba(56,69,80,0.03)!important;
  border-radius: 15px!important;
  padding: 35px;
}

.row-blanco-s {
  background: #ffffffff!important;
  border-radius: 15px!important;
  padding: 25px;
}

/* bolsa de trabajo */

.div-bt {
  padding-top: 35px;
  padding-bottom: 35px;
}

.h5-bt {
  color: #424e5b;
  font-size: 21px;
  font-weight: 600;
  padding-top: 35px;
  font-family: 'Nunito';
}

/* testimonios */

@media (min-width: 330px) {
  .div-testimonio {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 210px;
    display: block;
  }
}

@media (min-width: 992px) {
  .div-testimonio {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 245px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .div-testimonio {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 168px;
    display: block;
  }
}

@media (min-width: 1920px) {
  .div-testimonio {
    padding: 35px;
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 168px;
    display: block;
  }
}

.h5-test {
  color: var(--bs-primary);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Nunito';
}

.h5-testv {
  color: var(--bs-secondary);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Nunito';
}

.h5-testaz {
  color: #1d3b95;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Nunito';
}

.div-test {
  padding-top: 30px;
  padding-left: 35px;
}

/* carrusel */

.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-top: 3rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 5rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* faqs */

.div-faq1 {
  padding: 35px;
  background-color: rgba(70,165,169,0.17);
  border-radius: 15px;
}

.div-faq {
  padding: 35px;
  background-color: rgb(255,255,255);
  border-radius: 15px;
}

.div-faq2 {
  padding: 35px;
  background-color: rgba(84,192,162,0.17);
  border-radius: 15px;
}

.div-faq3 {
  padding: 35px;
  background-color: rgba(0,140,60,0.17);
  border-radius: 15px;
}

.div-faq3-white {
  padding: 35px;
  border-radius: 15px;
}

.h2-faq1 {
  font-size: 30px;
  color: #46a5a9;
  font-weight: 600;
  font-family: 'Nunito';
}

.h3-faq1 {
  font-size: 23px;
  color: #46a5a9;
  font-weight: 600;
  font-family: 'Nunito';
}

.h2-faq2 {
  font-size: 30px;
  color: #54c0a2;
  font-weight: 600;
  font-family: 'Nunito';
}

.h3-faq2 {
  font-size: 23px;
  color: #54c0a2;
  font-weight: 600;
  font-family: 'Nunito';
}

.h2-faq3 {
  font-size: 30px;
  color: var(--bs-primary);
  font-weight: 600;
}

.h3-faq3 {
  font-size: 23px;
  color: var(--bs-primary);
  font-weight: 600;
  font-family: 'Nunito';
}

.nav-link-1, .nav-tabs1 .nav-link1.active1 {
  color: #dddddd;
  background-color: transparent;
  border: none;
  /*border-bottom: 1px solid var(--bs-primary);*/
  font-size: 16px;
}

.nav-tabs1 .nav-link-1:focus, .nav-tabs .nav-link-1:hover {
  isolation: isolate;
  border-bottom: #b3f2c0 solid 4px;
}

.tabs {
  padding-left: 50px;
  padding-right: 50px;
}

.tab-items {
  border-bottom: 1px solid var(--bs-primary);
}

.p-faqs {
  font-size: 18px;
  font-family: 'Nunito';
}

/* footer */

.footer {
  background: #1c252c;
}

.pf {
  text-transform: uppercase;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 200;
}

.pf2 {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
}

.section-legales {
  background: #2b3841;
  padding: 15px;
}

.p-leg {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 14px;
}

.div-user-icon {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 10px;
}

/* form-header */

.form-header {
  background-color: rgba(255,255,255,0.14);
  padding: 25px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 14px;
  font-family: 'Nunito';
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255,255,255,0.32);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0,140,60,0.17);
  font-size: 14px;
}

.form-control::placeholder {
  color: var(--bs-body-color);
  font-size: 14px;
  font-family: 'Nunito';
}

/* imagenes */

.img-gral {
  border-radius: 17px;
}

.label-blanco {
  display: inline-block;
  font-size: 18px;
  font-family: 'Nunito';
  color: #ffffff;
}

.form-check-input:checked {
  background-color: #67e07f;
  border-color: #67e07f;
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0,140,60,0.17);
}

/* preguntas frecuentes */

.accordion {
  --bs-accordion-color: rgb(66,78,91);
  --bs-accordion-bg: transparent;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2360261a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-secondary);
  --bs-accordion-active-bg: transparent;
}

.accordion-item {
  color: #424e5b;
  background-color: var(--bs-accordion-bg);
  border-bottom: .3px solid var(--bs-secondary-border-subtle);
  border-radius: 0!important;
}

.h5-accor {
  color: #2b3841;
  font-size: 20px;
  font-weight: 500;
}

/* modal-inicio de sesion */

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: none;
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 35px;
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* encuentra tu sucursal */

.div-linea {
  border-left: 1px solid #424e5b!important;
}

.list-unstyled-suc {
  padding-left: 0;
  list-style: none;
  font-family: 'Nunito';
  color: #2b3841;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 8px;
}

.div-icon {
  padding: 10px;
  border: 1px solid var(--bs-primary);
  border-radius: 15px;
}

.row-blanco {
  background: rgb(255,255,255)!important;
  border-radius: 15px!important;
  padding: 35px;
}

/* calculadora-kiron */

.col-cal {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}

.fiel-label-c {
  font-size: 22px;
  font-family: 'Nunito';
  font-weight: 600;
  padding-right: 0px;
  color: #2b3841;
}

.text-input-c {
  background: transparent;
  border: none;
  width: 300PX;
  height: 50PX;
  padding-top: 5px;
}

.text-input-c::placeholder {
  color: var(--bs-body-color);
  font-size: 36px;
  font-family: 'Nunito';
  text-align: right;
}

.text-input-c:focus {
  color: var(--bs-body-color);
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0,140,60,0.17);
  font-size: 14px;
  padding-top: 5px;
}

.fiel-label-c1 {
  font-size: 17px;
  font-family: 'Nunito';
  font-weight: 400;
}

.text-input-c1 {
  background: transparent;
  border: 1px solid;
  width: 170PX;
  height: 40PX;
}

.text-input-c1::placeholder {
  color: var(--bs-body-color);
  font-size: 25px;
  font-family: 'Nunito';
  text-align: right;
}

.form-range {
  width: 350px;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) #67e07f;
}

.fiel-label-c3 {
  font-size: 14px;
  font-family: 'Nunito';
  font-weight: 400;
}

.text-input-c3 {
  background: transparent;
  border: 1px solid;
  width: 162PX;
  height: 40PX;
}

.text-input-c3::placeholder {
  color: var(--bs-body-color);
  font-size: 16px;
  font-family: 'Nunito';
  text-align: right;
}

.fiel-label-c4 {
  font-size: 40px;
  font-family: 'Nunito';
  font-weight: 600;
}

.fiel-label-c2 {
  font-size: 20px;
  font-family: 'Nunito';
  font-weight: 600;
  padding-left: 0px;
}

/* range-calculadora kiron */

input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type='range']:focus {
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -9px;
}

input[type=range]::-webkit-slider-runnable-track {
}

input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.inputDiv {
  width: 250px;
  margin: 100px auto;
  position: relative;
}

input[type='range'] {
  display: block;
  width: 300px;
}

input[type='range']:focus {
  outline: none;
}

input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #67e07f;
  width: 20px;
  height: 20px;
  border: 3px solid var(--bs-primary);
  border-radius: 50%;
  margin-top: -9px;
}

.input[type=range]::-webkit-slider-thumb:focus {
  background-color: rgb(178,251,192);
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) #67e07f;
}

input[type=range]::-moz-range-thumb {
  background-color: #777;
  width: 15px;
  height: 15px;
  border: 3px solid #333;
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  background-color: #777;
  width: 20px;
  height: 20px;
  border: 3px solid #333;
  border-radius: 50%;
}

.label-negro {
  display: inline-block;
  font-size: 14px;
  font-family: 'Nunito';
  color: var(--bs-secondary);
}

/* imagenes-detalle-inmueble */

.texto-inmueble {
  position: absolute;
  font-family: 'Nunito';
  color: #ffffff;
  font-size: 22px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,140,60,0.28);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 60px;
  color: #ffffff;
  border-radius: 15px;
}

.image-container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.img-bg {
  inset: 0px;
  z-index: -10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#bg-green {
  position: absolute;
  inset: 0px;
  background: rgba(103,224,127,0.31);
  opacity: 10;
  border-radius: 16px;
}

#icon-image {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 45%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: center;
  font-size: 50px;
}

.section-blanco {
  padding-top: 0px;
  padding-bottom: 100px;
}

.row-gris-s {
  background: rgba(56,69,80,0.03)!important;
  border-radius: 15px!important;
  padding: 25px;
}

.row-gris-sx {
  background: rgba(56,69,80,0.03)!important;
  border-radius: 15px!important;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.icon-2 {
  font-size: 23px;
}

.div-blanco {
  background: rgba(255,255,255,0.66);
  padding: 10px;
  border-width: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-right: 15px;
}

.div-verde {
  padding: 15px;
  background-color: rgba(84,192,162,0.17);
  border-radius: 15px;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: trasparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* galeria interno-detalle del inmueble */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50,50,50,.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50,50,50,.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* tabs-blanco */

.tab-items-1:active {
  border-bottom: 1px solid var(--bs-white);
}

.nav-link-2, .nav-tabs2 .active2 {
  color: #ffffff;
  background-color: transparent!important;
  border: none;
  border-bottom: 1px solid var(--bs-tertiary-bg);
  font-size: 16px;
  text-transform: uppercase!important;
}

a.nav-link-2:hover, a.nav-link-2:focus:hover {
  color: #dddddd!important;
}

.nav-tabs-1 .nav-link-2:focus, .nav-link0:hover .active2 {
  isolation: isolate;
  border-bottom: #ffffff solid 4px!important;
}

.nav-tabs-1 {
  --bs-nav-tabs-border-width: none;
  --bs-nav-tabs-border-color: white;
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-color: #ffffff;
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: none;
  border-bottom: #ffffff!important;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: #ffffff;
  border-bottom-color: currentcolor;
  border-bottom: solid 4px;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.div-verde1 {
  padding: 5px;
  background-color: rgba(84,192,162,0.17);
  border-radius: 10px;
}

.div-transparente {
  padding: 5px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .chart-area {
    height: auto;
  }
}

.chart-area {
  position: relative;
  height: auto;
  width: auto;
}

.text-info {
  --bs-text-opacity: 1;
  color: #253286!important;
}

/* Entradas blog */

.card-img-overlay {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: 15px;
  background-color: rgba(0,0,0,0.37);
}

.text-2 {
  position: absolute;
  width: 70%;
  /*top: 75%;*/
  transform: translateX(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: left;
  font-size: 25px;
  font-family: 'Nunito';
  font-weight: 600;
  line-height: 31px;
}

.text-4 {
  position: absolute;
  width: 70%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: left;
  font-size: 30px;
  font-family: 'Nunito';
  font-weight: 600;
  line-height: 32px;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.p-blog {
  font-size: 15px;
  color: #737b82;
}

.h2-blog {
  font-size: 35px;
  font-family: 'Nunito';
  font-weight: 600;
}

.div-redes {
  padding: 15px;
  border: 1px solid var(--bs-light-border-subtle);
  border-radius: 12px;
  width: 45px;
  height: 45px;
}

.card-body1 {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  font-family: 'Nunito';
  background-color: transparent!important;
}

.hr {
  max-width: 90%;
  border-width: 1px;
  border-color: #c4c4c5;
  border-top: 0;
}

.hr {
  margin-left: 0px!important;
  margin-right: 0px!important;
  border-style: solid;
}

.div-verde2 {
  padding: 5px;
  background-color: rgb(103,224,127);
  border-radius: 10px;
  width: 50%;
  top: 55%;
  left: 5%;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  font-family: 'Nunito';
  text-transform: uppercase;
}

.badge2 {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  font-family: 'Nunito';
  text-transform: uppercase;
}

.bg-success {
  --bs-bg-opacity: 5;
  background-color: rgba(103,224,127,0.58) !important;
}

/* paginacion */

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem var(--bs-focus-ring-color);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #67e07f;
  --bs-pagination-active-border-color: #67e07f;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* pag errores */

.h2-error {
  font-size: 54px;
  font-family: 'Nunito';
  font-weight: 700;
  color: rgb(66, 78, 91);
}

.div-rev {
  padding: 35px;
  background-color: #f7e3fd;
  border-radius: 15px;
  display: block;
}

/* Pag-mi-tecnocas */

#wrapper {
  display: flex;
}

#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
}

#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

.flex-column {
  flex-direction: column !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .sidebar {
    width: 19rem !important;
  }
}

.sidebar {
  width: 7.5rem;
  min-height: 100vh;
}

.bg-gradient-primary {
  background-color: var(--bs-secondary);
  background-image: linear-gradient(180deg, #28323a 10%, #28323a 100%);
  background-size: cover;
}

.align-items-start {
  align-items: flex-start !important;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.accordion1 {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23858796' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231f2e59' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(78, 115, 223, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.sidebar-dark #sidebarToggle:hover {
  background-color: rgba(255,255,255,.25);
}

.sidebar #sidebarToggle:focus {
  outline: none;
}

.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

.sidebar-dark #sidebarToggle::after {
  color: rgba(255,255,255,.5);
}

.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: .1rem;
}

.sidebar-dark #sidebarToggle {
  background-color: rgba(255,255,255,.2);
}

.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

.rounded-circle {
  border-radius: 60% !important;
}

.topbar #sidebarToggleTop:active {
  background-color: rgba(103,224,127,0.14);
}

.topbar #sidebarToggleTop:hover {
  background-color: #67e07f24!important;
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

.text-center {
  text-align: center !important;
}

.border-0 {
  border: 0 !important;
}

.sidebar-dark .nav-item .nav-link.active, .sidebar-dark .nav-item .nav-link3:active, .sidebar-dark .nav-item3 .nav-link:focus, .sidebar-dark .nav-item3 .nav-link:hover {
  color: #fff;
}

.sidebar-dark .nav-item3 .nav-link3 {
  color: rgba(255,255,255,.8);
}

@media (min-width: 768px) {
  .sidebar .nav-item3 .nav-link3 {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
    font-size: .85rem;
  }
}

.sidebar .nav-item3 .nav-link3 {
  text-align: center;
  padding: .75rem 1rem;
  width: 6.5rem;
  font-size: .65rem;
}

.sidebar .nav-item3 .nav-link3, .topbar3 .nav-item3 .nav-link3 {
  position: relative;
}

a:focus {
  outline: none;
}

.sidebar .nav-item3 .nav-link3 {
  text-align: center;
  padding: .75rem 1rem;
  width: 6.5rem;
  font-size: .65rem;
}

#content {
  background: rgba(56,69,80,0)!important;
}

/* filtros-pag una agencia cerca de ti */

.transicion {
  transition: all 0.5s ease;
}

/* iconos contacto */

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}


.error{
	color: #F00;
}

.ver_mas_comment{
  color: var(--bs-primary);
	cursor: pointer;
}


@media (min-width: 576px) {
	#houseDetails .col-sm-2{
		width: auto !important;
	}
}

@media (min-width: 768px) {
	#houseDetails .col-md-2{
		width: 16.66% !important;
		font-size: smaller;
	}
}

