h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif !important;
  color: #252525;
  font-weight: 300 !important;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}
input[type="checkbox"]{
  all: revert;
}
hr.divider{
  margin-block-start: 0.1em;
  margin-block-end: 1em;
}
input[type="text"][required]{
    background-image: radial-gradient(rgb(7, 138, 245) 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: top right;
    background-repeat: no-repeat
}
input[type="text"][required].field-ok{
    background-image: radial-gradient(green 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: top right;
    background-repeat: no-repeat
}
input[type="text"].field-error+span:after {
  content: "Campo requerido";
}

span.help-msg-error {
  font-size: 0.8rem;
  color: red;
}

input[type="text"].field-error {
  background-image: radial-gradient(red 15%, transparent 16%);
  background-size: 1em 1em;
  background-position: top right;
  background-repeat: no-repeat
}
.modal-close.modal-close-cross {
  background-color: #D01F3C;
  top: 0px !important;
  right: 0px !important;
  width: 34px;
  text-align: center;
  color: #f1f1f1;
  opacity: 1.75 !important;
  border-bottom-left-radius: 5px;
}

body.client-login .bar__module a,
body.client-login .bar__module span{
  opacity: 1 !important;
  color: #222 !important;
} 

[data-overlay]:before{
  z-index: 4;
}
.btn--success {
  background-color: #27AE5E;
  color: white;
}
.t-r{
  text-align: right;
}
.t-c{
  text-align: center;
}
.fc-whatsapp, .fc-whatsapp span, .fc-whatsapp i{
    color: #128c7e !important;
}
.fc-white{
  color: #f1f1f1 !important;
}
.fc-primary{
  color: #4a90e2 !important;
}
.bg-gray{
    background-color: #EAEDF2 !important;
}
.no-decoration{
    text-decoration: none !important;
    text-transform: none;
}

.modal-content {
  width: 90%!important;
}
.modal-close.modal-close-cross {
  background-color: #D01F3C;
  top: 0px !important;
  right: 0px !important;
  width: 34px;
  text-align: center;
  color: #f1f1f1;
  opacity: 1.75 !important;
  border-bottom-left-radius: 5px;
}

.image-prototipo{
  width: 60%;
  margin: 0 auto;
}
.modal-image{
  width: 100%;
    max-width: 150px;
    float: left;
    margin-right: 50px;
}
.pb-2{
  padding-bottom: 1rem !important;
}
.bar .logo {
    max-height: 6.857143em;
    max-width: none;
    background-color: #53284E;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    top: -28px;
    padding: 0 1rem;
}
h1.titulo {
  font-weight: 700;
  color: #590156;
  font-size: 44px;
  text-align: center;
}
.division{
  background: url(/assets/images/spacer-1.png) no-repeat center center;
  height: 10px;
  display: block;
  margin: 0.5rem 0;
}
.row_vertical_center{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.container-plano{
    background-image: url('../images/texture.jpg');
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    position: relative;
    min-height: 400px;
    width: 100%;
}
.container-plano img, .image-full{
    width: 877px;
    height: auto;
}
.popup-link-:after {
  font-family: FontAwesome;
  content: "\f067";
  font-family: 'stack-interface';
  content: "\e814";
  background: url(/assets/images/bg_plus.png);
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 30px 0 0 30px;
  box-sizing: border-box;
}
.popup-link:after {
  font-family: FontAwesome;
  content: "\f067";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  line-height: 70px;
  text-indent: -20px;
  border-bottom: 50px solid rgba(0,0,0,0.5);
  border-left: 50px solid transparent;
  font-size: 1rem;
}
.prototipo-portada-img {
  border-radius: 50%;
  border-bottom-right-radius: 0px;
  border-width: 2px;
  border-style: solid;
}

.set-cursor-pointer{
  cursor: pointer;
}

.HotspotPlugin_Hotspot {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 20px;
    width: 20px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
  }
  
  @keyframes pulse-black {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  .HotspotPlugin_Hotspot.white {
    background: white;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
  }
  
  @keyframes pulse-white {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  .HotspotPlugin_Hotspot.red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
  }
  
  @keyframes pulse-red {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
  }
  
  .HotspotPlugin_Hotspot.orange {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
  }
  
  @keyframes pulse-orange {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
  }
  
  .HotspotPlugin_Hotspot.yellow {
    background: rgba(255, 177, 66, 1);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
    animation: pulse-yellow 2s infinite;
  }
  
  @keyframes pulse-yellow {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    }
  }
  
  .HotspotPlugin_Hotspot.blue {
    background: rgba(52, 172, 224, 1);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
  }
  
  @keyframes pulse-blue {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
  }
  
  .HotspotPlugin_Hotspot.green {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
  }
  
  @keyframes pulse-green {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
  }
  
  .HotspotPlugin_Hotspot.purple {
    background: rgba(142, 68, 173, 1);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    animation: pulse-purple 2s infinite;
  }
  
  @keyframes pulse-purple {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
    }
  }
  /*Modelo gran natura*/
  .itemModelos{
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 1em;
  }

 
  .info-conteiner h2{
    font-size: 32px!important;
    width: 100%;
  }
  .info-conteiner p{
    text-align: justify;
    width: 100%;
  }
  .info-reserva{
    margin-top: 30px;
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .amenidades{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .amenidades img{
    width: 40px;
  }
  .lotess{
    display: flex;
    gap: 1.5em;
    line-height: 10px;
    flex-direction: column;
    width: 30%;
  }
  .lotess div{
    padding: 0px;
    border-radius: 10px;
    margin: 0;
    color: white!important;
    line-height: 5px;
  }
  .lotess div p{
    text-align: center;
  }
  .lotess div h3{
    color: white;
    margin: 0 0 9px;
  }
  .lote1{
    background-color: #41611e;
  }
  .lote2{
    background-color: #749b4c;
  }
  .lote3{
    background-color: #979c28;
  }
  .lote4{
    background-color: #6a5f1f;
  }
  @media(max-width: 1150px){
    .lotess{
      width: 50%;
    }    
  }
  @media(max-width: 800px){
    .itemModelos{
      grid-template-columns: 100%;
    }   
    .info-reserva{
      flex-direction: column;
    }
    .lotess{
      width: 100%;
    }
    .amenidades{
      width: 100%;
    }
  }
  @media(max-width:699px){
    .texto-responsivo{
      font-size: 8px!important;
    }
  }
  .item_etapas_de_venta_container{
    margin-bottom: 10px;
  }
  .amenidades span{
    font-size: 18px;
  }
  .amenidades img{
    width: 60px;
  }
  .bg-sidebar_color{
    align-items: center;
  }
  body > app-root > div.main-container > app-plano > section.space--xxs.container_block > div > div > div.col-md-3.bg-sidebar_color > div{
    width: 100%;
    margin-bottom: 20px;
  }
  @media(max-width: 762px){
    body > app-root > div.main-container > app-plano > section.space--xxs.container_block{
      background-size: cover;
    }
  }
  .item_etapas_de_venta_container{
    height: initial!important;
  }
  .reserva-img{
    width: 200px;
    border-radius: 20%;
    margin-bottom: 0px;
}
.label-msi{
  color: gainsboro;
  font-size: 14px;
  transition: all 300ms;
}
#visa{
  opacity: 0.3;
  transition: all 300ms;
}
#mastercard{
  opacity: 0.3;
  transition: all 300ms;
}
#amex{
  opacity: 0.3 300ms;
}
