header {
  background: rgba(255, 255, 255, 0.2);
}

[class*="mad-header-section--sticky"] {
    padding-top: 0;
    padding-bottom: 0;    
} 

.wyn-slider {
 /* margin-top:-132px */
}


.icon-header{
    width: 25px;
    padding-right:3px
}

.icon-item {
    display: flex;
    justify-content:center;
    align-items: center;
    row-gap: 30px;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
    align-items:center;
    row-gap: 5px;
   
}

.white{
    color:#fff
}

.mad-navigation>li>a {   
    font-size: 1rem;
    line-height: 1rem;    
}

.mad-actions{
    font-size: 1rem
}

h2.makai {
    color:white;
    background-color:#56c5cf;
    padding: 1rem 3rem;
    width:fit-content;
    margin-top: -50px;
    position:absolute;
}

.div-makai {
    margin-top: 0px
}

.div-contacto{
  min-height:792px; 
  margin-top: -70px; 
  position:absolute
} 

.div-formulario{
  float:right; 
  padding: 1rem 1rem 1rem 13rem
}

.aqua {
  color:#56c5cf
}

.text-contacto {
  font-size: 20pt;
  line-height: 1.5;
}

.mad-form.type-2 input, .mad-form.type-2 textarea{
  color:#a9a9a9;
  border:2px solid #a9a9a9;
}

.dos-columnas{
  padding:7rem;
}

.text-container {
  padding:2rem
}

.fondo-slider { 
    background-repeat: no-repeat;    
    background-size: 100% auto;
    background-position: center top;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

#tooltip {
  background-image: url('../images/cotizador/bubble-info.png');
  background-repeat: no-repeat;
  background-size: cover;
  width:132px;
  height: 117px; 
  padding: 1rem
}

.tooltip-hide { 
  display: none
}

.tooltip-show {
  position: absolute;   
  left: 150px;
  top: 150px;  
  display:block
}

@media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
    .mad-entities.type-4 .mad-entity .mad-entity-content {
        text-align: center !important;       
    }
    h2.makai {
        margin-top: auto;
        margin-bottom: 0 !important;
        position: relative
    }

   .div-contacto{
      position: static;
      margin-top: 0px
    } 

    .div-formulario{
      background-color: #56c5cf;
      padding: 2rem
    }

    .dos-columnas{
      padding: 5rem 0.5rem 5rem 0.5rem;
      min-height:1203px
    }    
    .text-container {
      padding: 0.5rem
    }

    .wyn-slider {
      margin-top:0px
    }

    .icon-header{
      display: none !important
    }

    .fondo-slider { 
      background-size: auto 100%;
    }

    #tooltip {
      display:none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
    .mad-entities.type-4 .mad-entity .mad-entity-content {
        text-align: center !important;       
    }
    h2.makai {
        margin-top: auto;
        margin-bottom: 0;
        position: relative
    }
   .div-contacto{
      position: static;
      margin-top:0px
    } 
    .div-formulario{
      background-color: #56c5cf;
      padding: 2rem
    }
    .dos-columnas{
      padding: 5rem .5rem 5rem .5rem;
    }    
    .text-container {
      padding:.5rem
    }
    .wyn-slider {
      margin-top:0px
    }
    .icon-header{
      display: none !important
    }
    .fondo-slider { 
      background-size: auto 100%;
    }
    #tooltip { 
      display: none !important
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
    
  }

  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }

  @media only screen and (max-width: 1200px) {
  .mad-navigation--vertical-sm > li > a {
    background: #00566B;
  }
  }

 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .mad-owl-moving .owl-nav .owl-prev>span, .mad-owl-moving .owl-nav .owl-next>span, .mad-owl-custom-nav>span {
  border:none;
  border-radius: none;

}

 .owl-carousel .owl-nav button.owl-prev:before, .mad-owl-moving .owl-prev>span:before, .mad-owl-custom-nav>span.mad-custom-prev:before {
  content: url('../flecha_izq.png')
}

.owl-carousel .owl-nav button.owl-next:before, .mad-owl-moving .owl-next>span:before, .mad-owl-custom-nav>span.mad-custom-next:before {
  content: url('../flecha_der.png')
}

.mad-icon-boxes.grid-type .mad-icon-box{
  background-color:#56C5CF;
}

.mad-footer {  
  padding: 2rem 0;
}

.mad-colorizer--scheme-color-6>.mad-colorizer-bg-color {
  background: #185F7D;
}


.mad-sponsors:not(.owl-carousel) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 0;
  align-items: center;
  justify-content:center;
}

.plots, .avaliable_indicator {
  fill: rgb(86, 197, 207, 0.5);
}

.plots.reserved, .reserved_indicator {
  fill:rgb(145, 182, 92, 0.5)
}

.plots.sold, .sold_indicator {
  fill: rgb(24, 95, 125, 0.8)
}

