@font-face {
  font-family: 'Aspekta-100';
  src: url('fonts/Aspekta-100.otf') format('opentype');
  
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Aspekta-200';
  src: url('fonts/Aspekta-200.otf') format('opentype');
  
  font-style: normal;
}



@font-face {
  font-family: 'Aspekta-300';
  src: url('fonts/Aspekta-300.otf') format('opentype');
  
  font-style: normal;
}


@font-face {
  font-family: 'Aspekta-400';
  src: url('fonts/Aspekta-400.otf') format('opentype');
  
  font-style: normal;
}


@font-face {
  font-family: 'Aspekta-500';
  src: url('fonts/Aspekta-500.otf') format('opentype');
  
  font-style: normal;
}



@font-face {
  font-family: 'Aspekta-600';
  src: url('fonts/Aspekta-600.otf') format('opentype');
  
  font-style: normal;
}


@font-face {
  font-family: 'Aspekta-700';
  src: url('fonts/Aspekta-700.otf') format('opentype');
  
  font-style: normal;
}



@font-face {
  font-family: 'Aspekta-800';
  src: url('fonts/Aspekta-800.otf') format('opentype');
  
  font-style: normal;
}


@font-face {
  font-family: 'Aspekta-900';
  src: url('fonts/Aspekta-900.otf') format('opentype');
  
  font-style: normal;
}



.aspekta-100 {
  font-family: 'Aspekta-100', sans-serif;
  font-weight: 100;
}

.aspekta-200 {
  font-family: 'Aspekta-200', sans-serif;
  font-weight: 200;
}

.aspekta-300 {
  font-family: 'Aspekta-300', sans-serif;
  font-weight: 300;
}

.aspekta-400 {
  font-family: 'Aspekta-400', sans-serif;
  font-weight: 400;
}

.aspekta-500 {
  font-family: 'Aspekta-500', sans-serif;
  font-weight: 500;
}

.aspekta-600 {
  font-family: 'Aspekta-600', sans-serif;
  font-weight: 600;
}

.aspekta-700 {
  font-family: 'Aspekta-700', sans-serif;
  font-weight: 700;
}

.aspekta-800 {
  font-family: 'Aspekta-800', sans-serif;
  font-weight: 800;
}

.aspekta-900 {
  font-family: 'Aspekta-900', sans-serif;
  font-weight: 900;
}



a{
  text-decoration: none!important;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Aspekta', sans-serif;
}

/*Fuentes///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

h5,h6, p   {
  
}

h1,h2,h3,h4,button{
  
}

h1{
  letter-spacing: -1px;
}

h2 {
    font-size: 2.4rem;
    }

h6{
  font-size: 1.2rem;
}

h5{
  font-size: 1.1rem;
}
p{
  font-size: 1.1rem;
}

a{text-decoration: none;}


/*////////////////////////////COLORES///////////////////////////////////////////////////////////////////////*/








.bg-yellow-1{
  background-color: #f5f1e9;
}

.bg-green-1{
  background-color: #407f72;
}
.bg-green-2{
  background-color: #334d4a;
}
.bg-grey-light{
  background-color: #e5e5e5cc;
}

.bg-grey-light-2{
  background-color:#e6e6e6;}

.bg-white{
  background-color: #fff;
}
.bg-white-opacity{
  background-color:#ffffffc2
}

.bg-black-opacity{
  background-color:#00000052
}


.bg-grey-1{
  background-color: #393a3c;
}





.color-yellow-1{
  color: #f5f1e9;
}

.color-green-1{
  color: #407f72;
}

.color-green-2{
  color: #334d4a;
}

.color-white{
  color: #fff;
}

.color-grey-1{
  color: #393a3c;
}

.color-grey-light{
  color: #e5e5e5cc!important;
}


.border-yellow-1{
  border:1px solid #f5f1e9;
}
.border-green-1{
  border:1px solid #407f72;
}

.border-green-2{
  border:1px solid #334d4a;
}

.border-grey-1{
  border:1px solid #393a3c;
}


.border-white{
  border:1px solid #fff;
}

.border-white-top{
  border-top:1px solid #ffffff75;
}

.border-white-md-right{
  border-right: 1px solid #ffffff75;
}

.border-grey-md-right{
  border-right: 1px solid #e5e5e5cc
}

.border-black-md-right{
border-right: 1px solid #908f8fcc
}

.border-grey-top{
  border-top: 1px solid #e5e5e5cc
}


.gradient-black-top {
    background: #034C89;
    background: -webkit-linear-gradient(0deg, rgba(30, 30, 30, 0.8) 0%, rgba(30, 30, 30, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(30, 30, 30, 0.8) 0%, rgba(30, 30, 30, 0) 100%);
    background: linear-gradient(0deg, rgb(30 30 30 / 80%) 0%, rgb(30 30 30 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000080", endColorstr="#0000", GradientType=1);
}

.gradient-black-bottom {
    background: #034C89;
    background: -webkit-linear-gradient(180deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0) 100%);
    background: linear-gradient(180deg, rgb(30 30 30 / 50%) 0%, rgb(30 30 30 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000080", endColorstr="#0000", GradientType=1);
}


.gradient-left{  
  background: #034C89;
background: -webkit-linear-gradient(90deg, rgba(64, 127, 114, 1) 0%, rgba(51, 77, 74, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(64, 127, 114, 1) 0%, rgba(51, 77, 74, 1) 100%);
background: linear-gradient(90deg, rgba(64, 127, 114, 1) 0%, rgba(51, 77, 74, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#407f72", endColorstr="#334d4a", GradientType=1);
}



.gradient-right{background: #034C89;
background: -webkit-linear-gradient(270deg, rgba(64, 127, 114, 1) 0%, rgba(51, 77, 74, 1) 100%);
background: -moz-linear-gradient(270deg, rgba(64, 127, 114, 1) 0%, rgba(51, 77, 74, 1) 100%);
background: linear-gradient(270deg, rgba(64, 127, 114, 1) 0%, rgba(51, 77, 74, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#407f72", endColorstr="#334d4a", GradientType=0);
}


.gradient-opacity{
  background: #034C89;
background: -webkit-linear-gradient(270deg, rgba(64, 127, 114, 0.5) 0%, rgba(51, 77, 74, 0.5) 100%);
background: -moz-linear-gradient(270deg, rgba(64, 127, 114, 0.5) 0%,rgba(51, 77, 74, 0.5) 100%);
background: linear-gradient(270deg, rgba(64, 127, 114, 0.5) 0%, rgba(51, 77, 74, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#407f72", endColorstr="#334d4a", GradientType=0);
}

.div-rounder{
  border-radius: 8px;
}
.div-rounder-2{
  border-radius: 15px;
}
.div-rounder-3{
  border-radius: 20px;
}
.div-rounder-4{
  border-radius: 100px!important;
}


.div-rounder-2-bottom {
    border-radius: 0 15px 15px 15px;
}

.div-rounder-2-top {
    border-radius: 15px 15px 0 0;
}


.icon-i{
    position: relative;
    top: 2px;
    font-size: 1rem;}


.social-icon-i{
  position: relative;
  top: 4px;
  font-size: 1.8rem;
}

/*navbar///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.navbar{
    z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.navbar-dark .nav-link{
  /*color:#fff*/
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #407f72;
}
.nav-link:hover{
      opacity: 0.8;
    }


.navbar-brand img{
  width: 250px;
}
.page-link {

    color: #407f72;

}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #407f72;
    border-color: var(--bs-pagination-hover-border-color);
}
.active>.page-link, .page-link.active {
    color: #fff;
    background-color: #407f72;
    border-color: #407f72;
}


.btn-ope.active{
  border-bottom: 4px solid #407f72 !important;
}
/*///////////////////////////////////////////////////////Botones///////////////////////////////////////////////////*/



.btn-gen {
    display: block;
    width: fit-content;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 8px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn-icon {
    display: block;
    /* width: fit-content; */
    /* text-transform: uppercase; */
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 8px;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
        height: 55px;
    width: 55px;
}


.btn-rounder {
    display: block;
    width: fit-content;
    /*text-transform: uppercase;*/
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


 .btn-icon i{ 
  position: relative;
    top: 3px;}

.btn-gen:hover,.btn-icon:hover,.btn-rounder:hover{
   -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.btn-circle{
  display: block;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  padding: 30px 30px !important;}



.btn-circle:hover{
   -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}



.btn-yellow{
  background-color: #f5f1e9;
  color: #334d4a;
  border: 1px solid #f5f1e9;
}

.btn-yellow:hover{
  background-color: transparent;
  color: #f5f1e9;
  border: 1px solid #f5f1e9;
}

.btn-green{
  background-color: #407f72;
  color: #fff;
  border: none;
  box-shadow: 0 0 4px 4px #407f7200;
  border: 1px solid #407f72;
}

.btn-green:hover{
  background-color: #fff;
  color: #407f72;
  border: none;
  box-shadow: 0 0 4px 4px #407f7229;
  border: 1px solid #fff;
}


.btn-green-2{
  background-color: #334d4a;
  color: #f5f1e9;
  border: 1px solid #334d4a;
}

.btn-green-2:hover{
  background-color: transparent;
  color: #334d4a;
  border: 1px solid #334d4a;
}



.btn-white{
  background-color: #fff;
  color: #407f72!important;
  border: 1px solid #fff;
}

.btn-white:hover{
  background-color: transparent;
  color: #fff!important;
  border: 1px solid #fff;
}



.btn-border-yellow{
  background-color: transparent;
  color: #f5f1e9;
  border: 1px solid #f5f1e9;
}

.btn-border-yellow:hover{
  background-color: #f5f1e9;
  color: #334d4a;
  border: 1px solid #f5f1e9;
}


.btn-border-green{
  background-color: transparent;
  color: #407f72;
  border: 1px solid #407f72;
}

.btn-border-green:hover{
  background-color: #407f72;
  color: #fff;
  border: 1px solid #407f72;
}

.btn-green-2{
  background-color: transparent;
  color: #334d4a;
  border: 1px solid #334d4a;
}

.btn-green-2:hover{
  background-color: #334d4a;
  color: #f5f1e9;
  border: 1px solid #334d4a;
}

.btn-border-white{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-border-white:hover{
  background-color: #fff;
  color: #407f72!important;
  border: 1px solid #fff;
}



.btn-border-white.active{
  background-color: #fff;
  color: #407f72!important;
  border: 1px solid #fff;
}



.btn-grey-1{
  background-color: #393a3c;
  color: #fff;
  border: 1px solid #393a3c;
}

.btn-grey-1:hover{
  background-color: transparent;
  color: #393a3c;
  border: 1px solid #393a3c;
}


.btn-border-grey-1{
  background-color: transparent;
  color: #393a3c;
  border: 1px solid #393a3c;
}

.btn-border-grey-1:hover{
  background-color: #393a3c;
  color: #fff;
  border: 1px solid #393a3c;
}

.btn-grey-light{
background-color: #d9dde0;
color: #393a3c;
border: 1px solid #d9dde0;}

.btn-grey-light:hover{
background-color: transparent;
color: #d9dde0;
border: 1px solid #d9dde0;}




.btb-ope{
  background-color: #393a3c;
  color: #fff;
  /*border: 1px solid #393a3c;*/
  display: block;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
    border-radius: 5px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;

     -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btb-ope:hover{
 background-color: transparent;
  color: #393a3c;
  /*border: 1px solid #393a3c;*/
}

.btb-ope.active{
  background-color: #407f72;
  color: #f5f1e9;
  /*border: 1px solid #407f72;*/

}


.btb-ope.active:hover{

background-color: transparent;
  color: #407f72;
  /*border: 1px solid #407f72;*/
  
}

/*/////////////////////////////////////////////INPUT-TEXTAREA////////////////////////////////////////////////////*/
.input-rounder{
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1;
border-radius: 5px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

.textarea-rounder{
  min-height: 150px;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1;
border-radius: 5px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}


.input-white{
  color:#393a3c;
  background-color:#fff;
  border:solid 1px #fff;
}

.input-white::placeholder{
  color:#393a3c;
}

.input-border-white{
  color:#fff;
  background-color:transparent;
  border:solid 1px #fff;
}

.input-border-white::placeholder{
  color:#fff;
}


.input-border-grey{
  color:#393a3c;
  background-color:transparent;
  border:solid 1px #393a3c;
}

.input-border-grey::placeholder{
  color:#393a3c;
}



.input-border-green{
  color:#407f72;
  background-color:transparent ;
  border:solid 1px #407f72;
}

.input-border-green::placeholder{
  color:#333333;
}


.input-grey-light{
background-color: #d9dde0;
color: #393a3c;
border: 1px solid #d9dde0;
}

.input-grey-light::placeholder{
  color:#393a3c;
}

.input-shadow{
  color:#393a3c;
  background-color:#fff;
  border: none;
  box-shadow: 0 0 8px 1px rgb(64 127 114 / 25%);
}


.input-shadow::placeholder{
  color:#393a3c;
}




/*/////////////////////////////////////////////SELECT////////////////////////////////////////////////////*/


.select-transparent:focus{
  color: #393a3c!important;
}

.input-transparent::placeholder{
  color:#fff;
}

.input-transparent-grey::placeholder{
  color:#393a3c;
}

.select-rounder{
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1;
border-radius: 5px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}



.select-white{
  color:#393a3c;
  background-color:#fff;
  border:solid 1px #fff;
}

.select-white:focus{
  color:#393a3c;
  background-color:#fff;
  border:solid 1px #fff;
}


.select-border-white{
  color:#fff;
  background-color:transparent;
  border:solid 1px #fff;
}

.select-border-white:focus{
  color:#393a3c;
  background-color:#fff;
  border:solid 1px #fff;
}


.select-border-green{
  color:#407f72;
  background-color:transparent ;
  border:solid 1px #407f72;
}

.select-border-green:focus{
  color:#407f72;
  background-color:#fff;
  border:solid 1px #407f72;
}

.select-grey-light{
background-color: #d9dde0;
color: #393a3c;
border: 1px solid #d9dde0;
}

.select-grey-light:focus{
  color:#393a3c;
  background-color:#fff;
}


.select-shadow{
  color:#333333;
  background-color:#fff;
  border: none;
  box-shadow: 0 0 8px 1px rgb(64 127 114 / 25%);
}


.select-shadow:focus{
    color:#393a3c;
  background-color:#fff;
  border: none;
  box-shadow: 0 0 8px 1px rgb(64 127 114 / 25%);
}


/*/////////////////////////////////////////////INPUT-SELECT-TEXTAREA////////////////////////////////////////////////////*/

/*glass style*/

/*////////////////////////////////////////////SELECT2//////////////////////////////////////////////////////////////////////*/
.glass-liquid {
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0.1)
  );
  backdrop-filter: blur(20px) saturate(160%);
  /*border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.4);*/
}

.glass-liquid-black {
    background: linear-gradient(135deg, rgb(30 30 30 / 30%), rgb(30 30 30 / 30%));
    backdrop-filter: blur(10px) saturate(160%);
}
.form-glass  {


font-weight: 300!important;
  background: rgba(255,255,255,0.15);
  border: none;
  /*border: 1px solid rgba(255,255,255,0.35);*/

  color: #fff;

  outline: none;
  backdrop-filter: blur(4px);
}
.form-glass:focus, .select-glass:focus{
  border-color: rgba(255,255,255,0.8);
  border: none;
  color: #393a3c;
  /*box-shadow: 0 0 0 2px rgba(255,255,255,0.25);*/
}


/* Select glass con flecha minimal */
.select-glass {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;

  background: rgba(255,255,255,0.15);

  color: #fff;

  backdrop-filter: blur(6px);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}


.form-glass::placeholder{
    color: #fff;
}

/*primary*/
.btn-glass-primary {

    font-weight: 300!important;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0.15)
  );
  border: none;
  /*border: 1px solid rgba(255,255,255,0.45);*/

  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(10px) saturate(160%);
  cursor: pointer;
  transition: all .25s ease;
}


.btn-glass-primary:hover {
  background: rgba(255,255,255,0.45);
  /*transform: translateY(-1px);*/
  /*box-shadow: 0 10px 30px rgba(0,0,0,.25);*/
}

.btn-glass-primary:active {
  transform: translateY(0);
  /*box-shadow: inset 0 4px 10px rgba(0,0,0,.3);*/
}

/*secondary*/
.btn-glass-secondary {

    font-weight: 300!important;
  background: rgba(255,255,255,0.15);
  border: none;
  /*border: 1px solid rgba(255,255,255,0.35);*/

  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: all .25s;
}
.btn-glass-secondary:hover {
  background: rgba(255,255,255,0.25);
}


/*ghost*/
.btn-glass-ghost {

    font-weight: 300!important;
  background: transparent;
  border: none;
  /*border: 1px solid rgba(255,255,255,0.25);*/

  color: rgba(255,255,255,0.8);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.btn-glass-ghost:hover {
  background: rgba(255,255,255,0.15);
}


/*focus-visible*/
.btn-glass-primary:focus-visible,
.btn-glass-secondary:focus-visible,
.btn-glass-ghost:focus-visible {
  outline: none;
  /*box-shadow: 0 0 0 3px rgba(255,255,255,0.35);*/
}


/*/////////////////////////////////////////////HERO/////////////////////////////////////////////////////////////////////*/

/*hero///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    .hero {
    
      height: 100vh;
      position: relative;

    }

    .hero-slider::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000ab
    }
.hero-content {
    bottom: 5%;
    width: 90%;
    left: 5%;
    right: 5%;
}
.hero-slider video{
        height: 100vh;
    object-fit: cover;
  }

  .hero-slider img{
    object-position: center;
  }

.hero h1 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
}

.hero h2{
      font-size: 3rem;
    }

.hero .isologo{
  width: 300px;
}


/*////////////////////////////////////////////////HERO///////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////BUSCADOR///////////////////////////////////////////////////////////*/

ul#sugerencias {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    max-width: 320px;
    position: absolute;
    z-index: 100;
}

li.sugerencia:hover {
    background: #eee;
}

li.sugerencia {
    padding: 6px 10px;
    cursor: pointer;
    color: #000;
    text-align: left;
}
    

.advanced_filter{
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
     -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
} 


.advanced_filter.open{
  height: 65px;
  opacity: 1;
  overflow: visible;
  padding-top:0.5rem!important;
  /*padding-top: .5rem !importan;*/
  margin-top: 1rem !important;
       -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.open-height{
  height: auto!important;
}


.dropdown-menu li[data-item]{
    display: none;
}
/*//////////////////////////QUIENES SOMOS HOME/////////////////////////////////////////////////////////////*/

.nosotros-left{
  background: url('../img/bg-nosotros.png');
  background-size: cover;
  background-position: center;
}

.kpi-box {

}

.kpi-number {
  font-size: 5rem;
  line-height: 1;
}

.kpi-simbol{
  font-size: 5rem;
  line-height: 1;
}
.kpi-label {
  font-size: 1.2rem;
  line-height: 100%;
}



/*//////////////////////////PROPIEDADES DESTACADAS HOME/////////////////////////////////////////////////////////////*/


.item-prop {
    background: #407f72;
    box-shadow: 0 0 20px #00000052;
}
.info-prop{
  bottom: 0%;-webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.info-empre{
  bottom: 0%;-webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.info-empre-2{
  bottom: -100%;-webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.EmprendimientosDestacados .item-prop a:hover > .info-empre, .listaEmprendimientos .item-prop a:hover > .info-empre {
    bottom: -100%;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


.EmprendimientosDestacados .item-prop a:hover > .info-empre-2, .listaEmprendimientos .item-prop a:hover > .info-empre-2 {
    bottom: 0%;
      -webkit-transition: all 0.3s ease-in-out 0.2s;
     -o-transition: all 0.3s ease-in-out 0.2s;
      transition: all 0.3s ease-in-out 0.2s;
}


.listaDestacadas .item-prop img, .listaFichas .item-prop img{height: 530px;}
.EmprendimientosDestacados .item-prop img, .listaEmprendimientos .item-prop img{height: 600px;}
.listaDestacadas .item-prop img, .listaFichas .item-prop img, .EmprendimientosDestacados .item-prop img, .listaEmprendimientos .item-prop img{
     
      opacity: 0.8;
      filter: saturate(0.7);
    object-fit: cover;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.EmprendimientosDestacados .item-prop a:hover > img, .listaEmprendimientos .item-prop a:hover > img {
    scale: 1.1;
    opacity: 0.3;
    filter: saturate(0.3);
      -webkit-transition: all 0.5s ease-in-out 0.2s;
     -o-transition: all 0.5s ease-in-out 0.2s;
      transition: all 0.5s ease-in-out 0.2s;
}


.listaDestacadas .item-prop a:hover > img, .listaFichas .item-prop a:hover > img{
    scale: 1.1;
    opacity: 0.5;
    filter: saturate(0.5);
      -webkit-transition: all 0.5s ease-in-out 0s;
     -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
}



.listaDestacadas .item-prop:hover > .info-prop, .listaFichas .item-prop:hover > .info-prop{
    bottom: 0%;
      -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}



/*//////////////////////////SERVICIOS HOME/////////////////////////////////////////////////////////////*/
.servicios-home{
  background: url('../img/bg-trama-4.png?125');
  background-size: cover;
}

.icon-item {
    width: auto;
    border-radius: 100%;
    height: auto;
    padding: 15px;
}

.icon-item-i {

}

.icon-item img {
    width: 160px;
    filter: brightness(100);
}

.icon-item-i i{
    font-size: 80px;
    width: 130px;
    height: 130px;
    text-align: center;
    padding: 25px 5px;
    border-radius: 100%;
    display: inline-block;
    line-height: 1;
}


.slick-list{
  padding: 0!important;
}
.slick-next:before {
    content: ''!important;
    display: none;
}
.slick-prev:before {
    content: ''!important;
    display: none;
}

  .slick-arrow{

    border: none;
    background: transparent;
    position: absolute;
    ;
    top: 40%;
        width: auto !important;
    font-size: 50px;
    color: #407f72;}

      .slick-arrow:hover{
color: #407f72;}

.slick-next {
  right: -60px
}

.slick-prev {
  left: -60px
}



.slick-up {
    top: -60px;
    right: 0%;
    z-index: 1;
    text-align: right;
}

.slick-down {
    top: auto;
    bottom: -60px;
    right: 0%;
}

/*//////////////////////////EMPRENDIMEINTOS HOME/////////////////////////////////////////////////////////////*/

/*.propiedades-destacadas, .emprendimientos-destacados{
background-image:url('../img/bg-trama-3.png');
background-size: cover;
}*/


/*//////////////////////////TIPOS DE PROPIEDADES HOME/////////////////////////////////////////////////////////////*/

.tipos-home{
  background: url('../img/bg-tipos.png?125');
  background-size: cover;
}
/*//////////////////////////NOVEDADES HOME/////////////////////////////////////////////////////////////*/


/*//////////////////////////TASACIONES/QUIERE VENDER HOME/////////////////////////////////////////////////////////////*/


/*//////////////////////////CONTACTO DESTACADAS HOME/////////////////////////////////////////////////////////////*/

/*.contacto-home {
  width: 100%;
  min-height: 300px;

  background-image:
    url('../img/bg-contacto.png'),
    url('../img/bg-trama-4.png');

  background-repeat: no-repeat, no-repeat;

  background-position:
    left center,
    50% center;

  background-size:
  50% auto,
  cover
}*/

.tasaciones-home{
  height:70vh;
}
/*.tasaciones-home {
    width: 100%;
    min-height: 300px;
    background-image: url(../img/bg-trama-3.png), url(../img/bg-tasaciones.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 50% auto, 50% auto;
  
}*/

.tasaciones-content{
  top: 25%;
    width: 50%;
    left: 25%;}


.contacto-content{
  inset: 0}


.contacto-home {
  width: 100%;
  min-height: 300px;

  background-image:
    url('../img/bg-trama-4.png');

  background-size:cover;
}


.video-contacto{height: 600px;object-fit: cover;filter: grayscale(0.6);opacity: 0.5;}

/*.tasaciones-home {
    width: 100%;
    min-height: 300px;
    background-image: url(../img/bg-trama-3.png);
    background-size:cover;
  
}*/
/*//////////////////////////newsletter HOME/////////////////////////////////////////////////////////////*/


.newsletter-home{
  background: url('../img/bg-newsletter.png?123');
  background-size: cover;
}

/*//////////////////////////hero about us/////////////////////////////////////////////////////////////*/
.about-us{
background: url(../img/bg-trama-5.png);
  background-size: cover;
}


.tasa-sec{
background: url(../img/IMG-TASACIONES-HEADER.jpg);
  background-size: cover;
  background-position-x: -5px;
  

}


.tasa-sec::before{

  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #070e0d69;
}


/*.stepper-tasa {
  position: relative;
  margin-top: 30px;
}*/

.stepper-tasa .line {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}

.stepper-tasa .line-fill {
  height: 100%;
  width: 100%;
  background: #2e7d6b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

/*.stepper-tasa .steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}*/

.stepper-tasa .step {
  font-size: 12px;
  color: #999;
  text-align: center;
  cursor: pointer;
}

.stepper-tasa .step::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto 5px;
    transition: 0.3s;
}

.stepper-tasa .step.active {
  color: #2e7d6b;
}

.stepper-tasa .step.active::before {
  background: #2e7d6b;
}

.item-tas{
  height: 65vh;
}

.blog-sec{
background: url(../img/IMG-NOVEDADES-HEADER.jpg);
  background-size: cover;
  background-position: center;

}

.blog-sec::before{

  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #070e0d69;
}




.contacto-sec{
background: url(../img/IMG-CONTACTO-HEADER.jpg);
  background-size: cover;
  background-position: center;

}

.contacto-sec::before{

  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #070e0d69;
}




/*//////////////////////////por que elegirnos/////////////////////////////////////////////////////////////*/
.elegirnos{
background: url('../img/bg-contacto.png');
  background-size: cover;
}

/*//////////////////////////FOOTER/////////////////////////////////////////////////////////////////////*/

.footer-logo{
  width: 200px!important;
}

.footer-top{
background-image:url('../img/bg-trama-5.png');
background-size: cover;
}


.datos-suc li a{
  color: #393a3c;
}
.datos-suc .list-inline-item {
  position: relative;
  padding-right: 1.25rem;
}

.datos-suc .list-inline-item::after {
/*  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
      background: rgb(0 0 0 / 50%);*/
}

/* quitar línea del último */
.datos-suc .list-inline-item:last-child::after {
  display: none;
}
.whatsapp-btn {
  position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #075e54bd;
    color: white;
    border-radius: 50%;
    padding: 10px 21px;
    font-size: 33px;
    width: 70px;
    height: 70px;
    z-index: 9;
}

.whatsapp-btn:hover{
  background-color: #25d366;
}

.redes-col-foot{justify-items: flex-end;}
/*//////////////////////////////efectos//////////////////////////////////////////*/


.girar {
  display: inline-block;
  animation: rotar 20s linear infinite;
}

@keyframes rotar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



.zoom{
  display: inline-block;
  animation: rotar 20s linear infinite;
}

@keyframes rotar {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}

/*/////////////////////////////////////LISTADO//////////////////////////////////////////////////////////////*/
#col-list{
   -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}
#col-map{
   -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


#col-map_emp{
   -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


@media (min-width: 768px) {







.mapprop{
  height: 100vh;
}



.open_list{
  width: 100%!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.open_map{
   height: 0vh!important;
  width: 0%!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}



.open_list #itemprop{
  width: 33.33333333%!important;
}




#col-map_emp{
  height: 50vh;
}
.mapempr{
  height: 100%;
}

.open_map_emp{
  height: 0vh!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}



}

/*///////////////////////////////////////////SUGERENCIAS///////////////////////////////////////////////////////////////////*/


.suggestionsBox {
    width: auto;
    margin-top: 0px;
    position: absolute;
    left: 3px;
    right: 0;
    z-index: 1
}

.suggestionList {
    background: #fff;
    box-shadow: 0 5px 9px -5px rgba(0, 0, 0, .5);
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 117px;
    overflow: auto
}

.suggestionList li {
    color: #000;
    padding: 10px 0;
    height: auto;
    line-height: initial
}

.suggestionList li:hover {
    background: #407f72;
    color: #ffffff;
    cursor: pointer;
}


.tags-wrapper {
    width: auto;
    max-width: 75%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    /* ocultar scrollbar */
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE/Edge viejo */
}

/* Firefox */
.tags-wrapper {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
}

/* Chrome, Edge, Safari */
.tags-wrapper::-webkit-scrollbar {
    height: 6px; /* horizontal */
}

.tags-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.tags-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 8px;
}

.tags-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.35);
}

  /*///////////////////////////////////////////MAPA INFOBOX/////////////////////////////////////////////////////////////////*/
.infoBox{box-shadow: 0px 0px 15px rgba(0,0,0,0.5); border-radius: 15px}

.infoBox h3{background: #407f72!important;line-height:21px;text-transform:none;color:#fff!important}

.infoBox .codmapa{background:rgba(0,0,0,0.5) ;line-height:20px;color:#fff; border-radius: 15px}

.infoBox .preciomapa{background:transparent ;line-height:20px;color:#fff; border-radius: 15px}

.infoBox,.infoBox *{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box}
.infoBox a{text-decoration:none;color:inherit}

.infoBox{background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.3);border:none;border-radius:15px;max-width:265px;padding:0;overflow:visible}

.infoBox .imgmapa .sombra{
    background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
    width:100%;
    height:85px;
    position:absolute;
    bottom:0;
    left:0;
z-index: 9}

.infoBox .imgmapa{width:265px;height:175px;float:left;position:relative;overflow: hidden;}
.infoBox .imgmapa img{border-radius:15px 15px 0 0;width:100%;height:100%;float:left; overflow: hidden;}


.infoBox .closemap{background:rgba(0,0,0,0.5);border-radius:3px;font-size:15px;font-weight:700;text-align:center;line-height:9px;padding:5px 6px;color:#FFF;position:absolute;top:5px;right:5px;z-index:1}
.infoBox .closemap:hover{background:rgba(0,0,0,.8);cursor:pointer}
.infoBox .closemap:before{
    content: "\f107";
    font-family: flaticon!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;}

.infoBox .closemap img{display:none}

.infoBox .arrow-left, .infoBox .arrow-right{
    background: transparent;
}

.infoBox .arrow-left{
    left: 15px;
}
.infoBox .arrow-right{
 right: 15px;
}
.infoBox .infomapa{text-align:center;padding:5px;width:100%;clear:both;overflow:hidden;}

.infoBox h3,.infoBox .infomapa p,.infoBox .infomapa a{width:100%;margin:0;padding:0;float:left}
.infoBox h3{font-size:15px;font-weight:500;padding:10px}
.infoBox .verfmapa{opacity:1;width: 100%}
.infoBox .verfmapa:hover{opacity:1}
.infoBox .infomapa p{line-height:10px;color:#606060;text-align:center;width:33.333%;padding:10px 0;float:none;display:inline-block}
.infoBox .infomapa p i{color:#404040;    font-size: 11px;}

.infoBox .codmapa{border-radius:3px;font-size:13px;padding:5px;position:absolute;left:5px;top:5px; z-index: 999}
.infoBox .preciomapa{border-radius:3px;font-size:18px;padding:5px;position:absolute;left:5px;bottom:10px; z-index: 999}

.infoBox .locmapa{font-size:15px;color:#fff;position:absolute;bottom:10px;right:10px;z-index:1}
.infoBox i.fa.fa-caret-down{font-size:40px;color:#fff;text-shadow:0 3px 2px rgba(0,0,0,0.3);text-align:center;width:100%;position:absolute;bottom:-25px;left:0}
.infoBox i.fa.fa-angle-right{font-size:23px;line-height:26px;margin-top:-4px;float:right}
.infoBox:after {display:none;}

.infoBox img {
    position: relative!important;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    z-index: 0;
    background-color: rgba(20,20,20,.6);
}
/*///////////////////////////////////////////MAPA INFOBOX/////////////////////////////////////////////////////////////////*/


.activefav{

    background: #407f72!important;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.counterfav {

}



@media (max-width: 768px) {


.bg-black-opacity-sm{
  background-color:#00000052
}


.div-rounder-sm-top {
    border-radius: 20px 20px 0 0;
}

.div-rounder-sm-bottom {
    border-radius: 0px 0px 20px 20px;
}

.item-tas{
  height: 75vh;
}

.item-tas{  background-size: auto 46%!important;
    background-repeat: no-repeat!important;}

.content-item-tas{border: solid 1px #000;}

.btn-transparent-mobile {
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;

}

.advanced_filter.open {
    height: 50vh;
  }


.navbar-brand img{
  width: 150px!important;

}

.hero-content {
    top: auto;
    width: 100%;
    left: 0%;
    right: auto;
    bottom: 0;
}
.hero .isologo {
    width: 250px;
}
.hero .slick-slide img{
    height: 100vh;
    object-fit: cover;
}

.hero h1 {
    font-size: 3rem;
}

.hero h2 {
    font-size: 2rem;
}


.w-sm-100{
  width: 100%!important;
}

.w-sm-90{
  width: 90%!important;
}

.h-sm-50{
  height: 50vh!important;
}


.h-sm-120{
  height: 120vh!important;
}

.h-sm-25{height: 25% !important;}

.map-list{
  flex-direction: column-reverse;
}


.div-rounder-2-bottom {
    border-radius: 0 0px 0px 0px;
}

.border-white-md-right {
    border-right: none;
}
.border-grey-md-right {
    border-right: none;
}


#col-map{
  position: relative!important;
}

.mapprop{
  height: 100%;
}

.open_map{
  height: 0vh!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.buscador-prop{
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
        
}

.map-list-emp{

}


#col-map_emp{
  height: 50vh;
}
.mapempr{
  height: 100%;
}

.open_map_emp{
  height: 0vh!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}


.tags-wrapper {
    width: auto;
    max-width: 100%;}

.open-filter{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.footer-logo{
  width: 50%!important;
  margin: auto;
}


.video-contacto{height: 700px;}




.border-bottom-grey{
      border-bottom: 1px solid #e5e5e5cc;
}
}


@media (min-width: 769px) AND  (max-width: 1366px) {

.navbar-brand img {
    width: 180px;
}
.hero h1 {
    font-size: 3.5rem;}

.fs-6 {
    font-size: 0.8rem !important;
}

.btn{
      font-size: 0.8rem;
}
p {
    font-size: 0.9rem;
}
h3{
        font-size: 1.5rem;
    }
h4 {
        font-size: 1.2rem;
    }
h5 {
    font-size: 1rem;
}

a {
  font-size: 0.8rem;
}


.tag-filter .btn-rounder {

    font-size: 0.9rem;

    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }


  .btn-gen {

    font-size: 0.9rem;

    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

.search-box .btn-icon {


    font-size: 1rem;

    padding-right: 0rem !important;
    padding-left: 0rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;

    height: 40px;
    width: 40px;
}
.listaDestacadas .item-prop img{height: 480px;}

.listaFichas .item-prop img{height: 425px;}

.EmprendimientosDestacados .item-prop img, .listaEmprendimientos .item-prop img{height: 500px;}
}