body{
    font-family: 'Open Sans', sans-serif !important;
    background-color: #FFF;
}
.fila{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}


.p-relative{
    position: relative;
}
.expand{
    position: absolute;
    bottom: 12px;
    right: 7px;
    width: 1.5rem;
}

.list-style-none{
    list-style: none;
}

.logo-black{
    display: none;
}

header{
    position: fixed;
    z-index: 999;
    padding: 0px;
    margin: 0px;
}

#menuExpand {
    display: block;
}

.menu {
    display: none;
    margin: 0px !important;
    padding: 0px;
}

.menu li{
    list-style: none;
    margin: 0px !important;
}

.nav-item a {
    font: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    color: #000;
}
.nav-item a:hover{
    color: #CC6600;
}
#section-1{
    min-height: 100vh;
}
.logo{
    z-index: 15 !important;
    position: relative;
}

#section-2{
    min-height: 90vh; 
}
#carouselExampleCaptions,
.carousel-inner {
    padding: 0px !important;
    margin: 0px !important;
}
#carouselExampleCaptions .carousel-indicators button{
    border-radius: 100% !important;
    width: 8px;
    height: 8px;
    background-color: #000;
    opacity: .4;
}
#carouselExampleCaptions .carousel-indicators .active{
    background-color: #CC6600;
    opacity: 1;
    border-radius: 100% !important;
}

#section-1{
    background-image: url('../img/bg/bg_hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*     contain: content; */
    position: relative;
    overflow: hidden;
}
#section-3{
    min-height: 100vh;
    background-color: #EFEDE7;
}

#footer {
    min-height: 800px;
    background-color: #FFF;
    background-image: url('../img/bg/bg_footer.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
#footer .logos{
    height: 120px;
}
.p-footer{
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
#vistaaerea{
    width:100vw;
}

#vistaaerea h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color:#000000 !important;
  letter-spacing: 1px;
  position: absolute;
  top:0;
  left: 0;
}
#vistaaerea h2 strong{
    font-weight: 700 !important;
}

#ubicacion p a {
    color: #CC6600;
}
#ubicacion p a:hover{
    color: #CC6600;
    font-weight: 600;
}


/* .shadow-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    min-height: 100vh;
    z-index: 4;
}  */
.oportunidad{
    font-family: facto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100px;
    text-shadow: 2px 2px 5px black;
    
}

.title{
    font-family: facto, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #000;
    letter-spacing: 1px;
}
.title-green{
    font-family: facto, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #CC6600;
    letter-spacing: 1px;
}
p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 28px;
}
p strong{
    font-weight: 700 !important;
}
#contacto p{
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 19px;
}


.submit{
    background-color: #CC6600;
    border-radius: 0;
    border: none;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 4px;
    
}
.submit:hover{
    background-color: black;

}
input, textarea{
    background-color: #FFF;
    border: 1px solid #88B897;
    color: black;
    line-height: 3rem;
    border-radius: 4px;
    padding-left: 10px;
}
textarea{
    height: 6rem;
}
.mail{
     width: 46%;
     margin-left: auto;
     line-height: 3rem;
}
.contact-header{
    border: 1px solid white;
    color: white;
    font-weight: bold;
    padding: 5px;
}
.contact-header:hover{
    border: 1px solid #000!important;
    color: white !important;
    background-color: #000 !important;
}
#section-1 .btn_contact{
    display: none;
}



.btn-close-e{
    border: 0;
    background-color: transparent;
    color: #FFF;
    display: flex;
    align-self: center;
    font-size: 24px;
}

.mobile{
    display: none;
}
.desk{
    display: block;
}

#detalles {
    background-color: #383838;
    color: white;
    font-size: 16px;
    margin: 0px;
    padding: 0x;
    width: 100%;

}
#detalles .check {
    border-right: solid 1px #CC6600;
}

#detalles .check.last {
    border-right:none !important;
}

#servicios .item {
    background-color: #F1F1F1;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 0px 1% 1% 0px;
    text-align: left !important;
    width: 49%;
}

#servicios .item.green {
    color: #CC6600 !important;
    background-color:#F4F8F5 !important;
}
#servicios .item img{
    padding: 20px;
    margin: 0px 20px;
}
#servicios .item span{
    padding-right: 20px;
}

/* galeria*/
#galeria{
    position: relative;
    
    display: flex;
    justify-content: center;
    
    background-color: #F1F1F1;
}

.control-media-property {
    width: 100%;
    margin: auto;
}

.arrows-slide, .control-media {
    width: 100% !important;
}

.control-media {
    margin: 0px;
}

.control-media div a, .arrows-slide div a {
    height: 100%;
    width: 100%;
}

.k-photo:hover, .k-map:hover, .k-street:hover {
    /* background-color: #525254 !important; */
    background-color: rgba(255, 255, 255, 0.10) !important;
}

.control-media .media-c {
    border-left: 1px solid #525254;
    border-right: 1px solid #525254;
}

.media-l, .media-c, .media-r {
    align-items: center;
    transition: .3s;
}

.media-l:hover, .media-r:hover {
    background-color: rgba(255, 255, 255, 0.10);
}

.arrows-slide .media-l svg {
    margin-left: auto;
}

.arrows-slide .media-c {
    justify-content: center;
}

.control-media .media-l, .control-media .media-c, .control-media .media-r {
    font-family: 'Gotham-Light';
    font-size: 16px;
    color: #EBEBEB;
    justify-content: center;
}

.control-media svg {
    margin-right: 12px;
}

.control-media div {
    transition: .3s;
}

.control-media div a {
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.active-media {
    background-color: #6A459B !important;
}

.mySlides {
    height: 200px !important;
}
.mySlides img {
    width:  !important;
    height: 100%;
    object-fit: cover !important;
    vertical-align: middle;
}



/* Slideshow container */
.slideshow-container {
    width: 100% !important;
    margin: 10px auto;
}


/* Next & previous buttons */
.prev, .next {
    width: auto;
    transition: 0.6s ease;
    user-select: none;
    cursor: pointer;
}

.prev {
    align-items: center;
}

.next {

    align-items: center;
}

.next img {
    transform: scaleX(-1);
}


/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    display: none;
    font: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    color: #000;
    padding: 10px 0px;
}

.active2 {
    /* background-color: #717171; */
    display: block;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

#broker{
    background-image: url('../img/bg/bg_brokers.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    contain: content;
}
  
#broker .relative {
    position: relative;
    text-align: left;
    padding: 0px;
    height: 100vh !important;
    display: block;

  }
    @media only screen and (min-width: 1430px) {
        #broker .relative {
            position: relative;
            text-align: left;
            padding: 0px;
            min-height: 90vh !important;
        }
    }

#broker .relative .marca{
    position: absolute;
    bottom: 0 !important;
    padding-top: 10px;
}
/* #broker .relative img{
    position: relative;
    bottom: 0;
} */
#broker h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    color:#fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
  }
#broker .cap{
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 300 !important;
    color:#fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
#broker p{
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.site-main {
    position: relative;
    min-width: 100%;
}
#float-button {
	position:fixed;
    width: 32%;
    bottom: 30px;
    left: 34%;
    z-index: 2147483005;
    text-align: center;
    display: none;
    border: 1px solid white;
    color: white !important;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.65);
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.65);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.65);
}
#float-button:hover {
    border: 1px solid #CC6600 !important;
    color: white !important;
    background-color: #CC6600 !important;
}
#float-button.filled {
    border: 1px solid #CC6600 !important;
    background-color: #CC6600 !important;
    color: white;
    font-weight: bold;
}
#float-button a{
    color: white !important;
    text-decoration: none;
    padding: 20px auto !important;
}


/* FIXED */
@media (max-width:768px) {

    #menuExpand {
        display: none;
    }
    #section-1 .btn_contact{
        display: block;
        position: absolute;
        bottom: 20px;
    }
    #section-2{
        min-height: auto;
    }
    #section-3{
        min-height: auto;
    }

    .contact-header{
        display: none !important;
    }
    .title{
        font-size: 30px;
        line-height: 40px;
    }
    .title-green{
        letter-spacing: 0px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    h2  {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    #detalles{
        min-height: auto;
    }
    #detalles .check {
        border-right: solid 1px #61A275;
    }
    
    #detalles .check.last {
        border-right: solid 1px #61A275 !important;
    }
    #detalles .check.none {
        border-right: none !important;
    }

    #servicios .item {
        font-size: 14px;
        line-height: 20px;
        text-align: center !important;
        padding: 10px 30px;
        margin: 1%;
        width: 46%;
    }
    #servicios .item img{
        padding: 20px;
        margin: 0px auto !important;
    }
    #servicios .item span{
        padding-right: 20px;
        padding: 0px;
        margin: 0px;
    }

    #galeria{
        min-height: auto;
    }

    #broker{
        background-image: none; 
        background-color: #000;
    }
    
    #broker .borde{
        border-bottom: solid 1px #666666;
    }
    .submit{
        width: 32%;
        margin-left: 34%;
        margin-top: 20px !important;
    }

    #contacto p{
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 400;
        line-height: 19px;
    }
    .mobile{
        display: block !important;
    }
    .desk{
        display: none;
    }
    .mail{
        width: 100%;
        margin-left: auto;
        line-height: 3rem;
    }

    #float-button {
        display: block;
        padding: 10px 0px !important;
    }
    #footer {
      min-height: 1120px;
      background-image: url('../img/bg/bg_footer_mobile.png');
      background-size: cover;
      background-color: #FFF;
      background-position: top center;
      background-repeat: no-repeat;
    }
    #footer .logos{
        height: auto;
    }
    .p-footer{
        padding: 0px 0px 20px 0px;
    }

    /* SLIDE */

    .control-media-property {
        height: 3rem;
    }
    .mySlides img {
        height: 100% !important;
        object-fit: cover !important;
    }
    .paginador{
        position: absolute;
        width: 100% !important;
       
    }
    .dot {
        height: 15px;
        width: 100% !important;
        color: #fff;
        cursor: pointer;
        position: absolute;
        bottom: 40px;
    }
    

    /* SLIDE ARROWS */
    /* Next & previous buttons */
    .prev2, .next2 {
        cursor: pointer;
        position: absolute;
        top: 45%;
        width: auto;
        padding: 10px;
        /* padding: 16px;
        margin-top: -22px; */
        transition: 0.6s ease;
        user-select: none;
    }
    
    .prev2 {left: 0;}
    
    .next2 img {
        transform: scaleX(-1);
    }

    /* Position the "next button" to the right */
    .next2 {
        right: 10px;
    }

    /* On hover, add a black background color with a little bit see-through */

    .arrows-slide {
        display: none !important;
    }

    .control-media {
        width: 100%;
    }

    /* SLIDE ARROWS */
    
}

.container {
display: inline-block;
cursor: pointer;
}

.form__sending {
    display: none;
}
#msgSubmit {
    display: none;
}
#msgError {
    display: none;
    padding: 10px;
    color: #dc3c3c;
    font-size: 14px;
}

/* ---- SLIDER---- */
* {
    margin: 0;
    padding: 0;
  }
  
.pic-wrapper {
    min-width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  
#section-1   figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*animation*/
    
    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
  }
  
#section-1  figurecaption {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
  }
  
  #section-1   .pic-1 {
    opacity: 1;
    background: url(../img/bg/bg_hero.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 999;
  }
  
  #section-1   .pic-2 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url(../img/bg/bg_hero_02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 999;
  }
  
  #section-1  .pic-3 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url(../img/bg/bg_hero_03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 999;
  }
  
  /* keyframes*/
  
  @keyframes 
  slideShow {  0% {
   opacity: 0;
   transform:scale(1);
   -ms-transform:scale(1);
  }
   5% {
   opacity: 1
  }
   25% {
   opacity: 1;
  }
   30% {
   opacity: 0;
   transform:scale(1.1);
   -ms-transform:scale(1.1);
  }
   100% {
   opacity: 0;
   transform:scale(1);
   -ms-transformm:scale(1);
  }
  }
   @-o-keyframes 
  slideShow {  0% {
   opacity: 0;
   -o-transform:scale(1);
  }
   5% {
   opacity: 1
  }
   25% {
   opacity: 1;
  }
   30% {
   opacity: 0;
   -o-transform:scale(1.1);
  }
   100% {
   opacity: 0;
   -o-transformm:scale(1);
  }
  }
   @-moz-keyframes 
  slideShow {  0% {
   opacity: 0;
   -moz-transform:scale(1);
  }
   5% {
   opacity: 1
  }
   25% {
   opacity: 1;
  }
   30% {
   opacity: 0;
   -moz-transform:scale(1.1);
  }
   100% {
   opacity: 0;
   -moz-transformm:scale(1);
  }
  }
   @-webkit-keyframes 
  slideShow {  0% {
   opacity: 0;
   -webkit-transform:scale(1);
  }
   5% {
   opacity: 1
  }
   25% {
   opacity: 1;
  }
   30% {
   opacity: 0;
   -webkit-transform:scale(1.1);
  }
   100% {
   opacity: 0;
   -webkit-transformm:scale(1);
  }
  }

/* Menu */

#menuToggle {
    display: block;
    position: relative;
    top: 3px;
    right: 10px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
  
#menuToggle input {
    display: block;
    width: 30px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }

/*
* Just a quick hamburger
*/

#menuToggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
  
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  
  /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
  
  /*
  * But let's hide the middle one.
  */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  /*
  * Ohyeah and the last one should go the other direction
  */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  
  /*
  * Make this absolute positioned
  * at the top left of the screen
  */
#menu {
    position: absolute;
    width: 350px;
    margin: -100px 0 0 -140px;
    padding: 120px 30px 30px 30px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu li {
    font: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    color: #000;
    padding: 10px 0px;
}
#menu a {
    text-decoration: none;
}
#menu a li:hover{
    color: #CC6600;
    text-decoration: underline;
}
  
  /*
  * And let's slide it in from the left
  */
  #menuToggle input:checked ~ ul {
    transform: none;
  }
  
  img.messageMobile {
    width: 86px;
    height: 86px;
    position: fixed;
    right: 20px;
    bottom: 0%;
    z-index: 999;
  }
            @media only screen and (min-width: 991px) {
                #menuToggle {
                display: none;
                }
                img.messageMobile {
                display: none;
                }
            }
            
@media (min-width: 768px) {
    .mySlides {
        height: 500px !important;
    }
}