.b1 .owl-item .b1-lanza-video {
  opacity: 0;
  transition: 900ms all 700ms;
}
.b1 .owl-item .b1-text h2 {
  opacity: 0;
  transition: 900ms all 800ms;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0.215em;
  text-transform: uppercase;

  color: #FFFFFF;
}
.b1 .owl-item .b1-text strong {
  opacity: 0;
  transition: 900ms all 900ms;
}
.b1 .owl-item .g-button {
  opacity: 0;
  transition: 900ms all 1000ms;
}
.b1 .owl-item.active .b1-lanza-video {
  opacity: 1;
}
.b1 .owl-item.active .g-button {
  opacity: 1;
}
.b1 .owl-item.active .b1-text h2 {
  opacity: 1;
}
.b1 .owl-item.active .b1-text strong {
  opacity: 1;
}
.b1 .owl-nav {
  display: none;
}
.b1 .owl-dots {
  position: absolute;
  width: 100%;
  max-width: 1180px;
  left: 0px;
  right: 0px;
  bottom: 35px;
  margin: auto;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
}
.b1 .owl-dot {
  width: 72px;
  height: 4px;
  background-color: #fff;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.b1 .owl-dot span {
  position: absolute;
  bottom: 100%;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  opacity: 0;
  font-family: t-1;
  font-size: 16px;
}
.b1 .owl-dot.active {
  height: 8px;
}
.b1 .owl-dot.active span {
  opacity: 1;
}
.b1 .owl-dot:first-child {
  margin-left: 0;
}
.b1-slide {
  min-height: 450px;
  height: calc(100vh - 120px);
  position: relative;
}
.b1-slide.active_video .b1-inner-video {
  opacity: 1;
  visibility: visible;
}
.b1-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.b1-bg:before,
.b1-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
.b1-bg:before {
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.b1-cnt {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.b1-center {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 0 0;
  padding:14px;
}
.b1-text {
  margin-bottom: 50px;
}
.b1-text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.215em;
  text-transform: uppercase;

  color: #FFFFFF;
}
.b1-text strong {

  font-weight: bold;

}
.b1-lanza-video,
.b1-bottom {
  margin: 0 auto 0 0;
}
.b1-lanza-video {
  font-size: 56px;
  color: #fff;
  cursor: pointer;
}
.b1-lanza-video i {
  display: block;
  margin-bottom: 25px;
}
.b1-inner-video {
  position: absolute;
  left: 0;
  top: -12.5%;
  width: 100%;
  padding-bottom: 56.3%;
  overflow: hidden;
  transition: all 500ms;
  pointer-events: none;
  opacity: 0;
  z-index: 12;
  visibility: hidden;
}
.b1-inner-video iframe {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.g-button {
  
  background: #B9BD39;
  border-radius: 0px
}
.g-button span{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 9px;
  text-align: center;
  /* text-transform: uppercase; */
  background: #b9bd39;
  /* width: 356px; */
  /* height: 109px; */
  padding: 16px;
  /* font-family: 'Montserrat'; */
  /* font-style: normal;*/
} 

.icon-SVG-12{
background-image: url('https://wvw.casasroble.com/hubfs/lp-panorama-tower/imagen/Polygon%201.png');
}
@media screen and (max-width: 1940px) {
  .b1 .owl-dots {
    padding-right: 30px;
  }
  .b1-text h2 {
    font-size: 20px;
  }
  .b1-text strong {
    font-size: 30px;
  }
  .modal{
    background-color: transparent!important;
  }
 {# .modal{
  max-height: 100%!important;
    width: 100%!important;
   pointer-events: none;
   
  }#}
  #formModal .modal-dialog{
   padding:3%;
  }
  
}
@media screen and (max-width: 1024px) {
  .b1-lanza-video i {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b1-text h2 {
    font-size: 18px;
  }
  .b1-text strong {
    font-size: 25px;
  }
  
}
@media screen and (max-width: 767px) {
  .b1-slide {
    height: 450px;
  }
  .b1-text {
    margin-bottom: 20px;
  }
  .b1 .owl-dots {
    padding-right: 0;
    justify-content: center;
  }
  .b1 .owl-dot {
    width: 50px;
  }
  .b1 .owl-dot span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
    #formModal .modal-header-custom img {
        width: 100%;
        height: auto;
    }
    #formModal .modal-header-custom {
        padding: 7%;
        text-align: center;
    }

    #formModal.modal.show .modal-dialog {
        transform: none;
        background: transparent;
        
        margin: auto;
        padding: 13% 0%;
        margin-top: 16%;
        pointer-events: none;
    }
  

    #formModal .modal-content-custom h5 {
        font-family: Shippori Mincho;
        font-style: normal;
        font-weight: 700;
        font-size: 23px;
        line-height: 28px;
        text-align: center;
        color: #173a59;
        margin-bottom: -10%;
        margin-top: 11%;
    }

    #formModal .modal button,
    input,
    optgroup,
    select,
    textarea {
        width: 100% !important;
    }

    .form-columns-2 .input {
        margin-right: 0;
    }

    .form-columns-1 .input {
        margin-right: 0;

    }
  .left{
    padding:20px;
  
  
  }
}
video{
  pointer-events: auto;
}
#mivideo{
  display:none;
}


@media (min-width: 1170px) and (max-width: 1595px) {
  #formModal .modal-content-custom h5 {
        width: 75%;
        margin: auto;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 4%;
        margin-top: 7%;
    }

    #formModal .modal-content-custom {
        background: #eceae6;
        padding: 15% 0%;
        margin: auto;
        padding: 9% 0;
        pointer-events: auto;
    }

    #formModal .modal button,
    input,
    optgroup,
    select,
    textarea {
        font-size: 19px;
    }
}

.footer__social .social-links{
  justify-content:center!important;
}
@media (min-width: 576px) {
  #formModal  .modal-dialog {
      max-width: max-content!important;
      margin: auto!important;
    }

    #formModal .modal-content-custom {
        background: #ECEAE6;
        height: 100vh;
        margin: auto;
        padding: 10% 3%;
        pointer-events: auto;
    }

    #formModal .modal-header-custom {
        text-align: center;
    }

    #formModal .modal-content-custom h5 {
        font-family: Shippori Mincho;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        color: #173a59;
        margin-bottom: 9%;
        margin-top: 11%;
    }
}

@media only screen and (max-width: 600px) {
    #formModal .modal-header-custom img {
        width: 100%;
        height: auto;
    }
    #formModal .modal-header-custom {
        padding: 7%;
        text-align: center;
    }

    #formModal.modal.show .modal-dialog {
        transform: none;
        background: transparent;
       
        margin: auto;
        padding: 40% 0%;
        margin-top: 16%;
        pointer-events: auto;
    }

    #formModal .modal-content-custom h5 {
        font-family: Shippori Mincho;
        font-style: normal;
        font-weight: 700;
        font-size: 23px;
        line-height: 28px;
        text-align: center;
        color: #173a59;
        margin-bottom: -10%;
        margin-top: 11%;
    }

    #formModal .modal button,
    input,
    optgroup,
    select,
    textarea {
        width: 100% !important;
    }

    .form-columns-2 .input {
        margin-right: 0;
    }

    .form-columns-1 .input {
        margin-right: 0;

    }
  .left{
    padding:20px;
  
  
  }
}


#formModal .modal button,
input,
optgroup,
select,
textarea {
    width: 100%;
    border: 1px solid #002749;
    box-sizing: border-box;
    padding: 4%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #173A59;
    background: #ECEAE6;
}

.form-columns-2,
.form-columns-1 {
    margin: auto !important;
    max-width: 88% !important;
}

.form-columns-1 .hs-input {
    width: 100% !important;
    padding: 3.4% !important;
}

.actions {
    text-align: center;
    margin-top: 3%;
}

.hs-button {
    white-space: pre-wrap;
    background: #002749;
    width: 87%;
    margin: auto;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 2% 2%;
}




select {
    display: block;
    -webkit-appearance: none;
    background-image: url(https://wvw.qupos.com/hubfs/select.png);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 18px;
}
.formModal {

  pointer-events: auto;
}
#formModal .modal-dialog img{
max-width: 90%;
}
@media(min-width: 1200px) {
  .cerrar {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    top: 29px;
    right: 30px;
    background-color:#b9bd39;
    pointer-events:auto;
  }
}
@media only screen and (max-width: 600px) {
  .cerrar {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    top: 128px;
    right: 0px;
    background-color:#b9bd39;
    pointer-events:auto;
  }
}

@media (min-width: 601px) and (max-width: 1199p) {
  .cerrar {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    top: 29px;
    right: 30px;
    background-color:#b9bd39;
    pointer-events:auto;
  }
}
.z-depth-4, .modal {
    box-shadow: none!important;
}

