.simulador{
    background-color: #F7F5F2;
    padding-top: 150px !important;
}
button.download-pdf {
    border: none;
    margin: 20px auto 30px;
}
.simulador h1{
    max-width: 976px;
    margin: 0 auto 79px;
    text-align: center;

}
.simulador .simulador_content{
    box-shadow: 0px 8px 32px rgba(129, 96, 23, 0.08);
    background-color: white;
    padding: 50px 70px;
    max-width: 1088px;
    margin: 0 auto;
}

.simulador .simulador_content form{
    width: 100%;
}
.simulador .simulador_content form h4{
    color: var(--black-gray-color);
    margin-bottom: 25px;
    font-weight: bold;
}
.simulador .simulador_content form input[type="range"]{
    -webkit-appearance: none;
    width: 100%;
  accent-color: #CBA052;
      height: 3px;
    background-color: #EFC684;
}
.simulador .simulador_content form input[type="range"]:focus{
    /*outline: none;*/
}
.simulador_field {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}


/*
.simulador .simulador_content form input[type=range]::-webkit-slider-thumb {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: var(--gold-color);
    /*box-shadow: 0px 0px 12px #CBA052;*//*
      box-shadow: 0px 0px 0px 12px rgb(203 160 82 / 15%);
    border: none;
  border-radius:50%;
}

.simulador .simulador_content form input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    background-color: rgba(128, 130, 133, .6);
}

.simulador .simulador_content form input[type=range]::-moz-range-thumb{
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: var(--gold-color);
    box-shadow: 0px 0px 12px #CBA052;
    border: none;
}

.simulador .simulador_content form input[type=range]::-ms-track{

    background-color: rgba(128, 130, 133, .6);
}

.simulador .simulador_content form input[type=range]::-ms-thumb{
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: var(--gold-color);
    box-shadow: 0px 0px 12px #CBA052;
    border: none;
}


.simulador .simulador_content form input[type=range]::-ms-fill-lower {
  height: max(calc(1em - 1px - 1px),0px);
  border-radius: 0.5em 0 0 0.5em;
  margin: -1px 0 -1px -1px;
  background: #CBA052;
  border: 1px solid #b2b2b2;
  border-right-width: 0;
}

.simulador .simulador_content form input[type=range]:hover::-ms-fill-lower {
  background: #CBA052;
  border-color: #9a9a9a;
}

.simulador .simulador_content form input[type=range]:active::-ms-fill-lower {
  background: #CBA052;
  border-color: #c1c1c1;
}


.simulador .simulador_content form input[type="submit"]{
    display: table;
    margin: 30px auto 0;
}
*/

.mostrar-valor{
    margin-top: 10px;
  }
.mostrar-valor:before {
    content: "$ ";
}
form input[type="botton"] {
    display: table;
    margin: 30px auto 0;
    border: none;
    text-align: center;
    cursor: pointer;
}

.simulador-resultados .simulador_content .info_credito{
    margin-top: 80px;

}

.simulador-resultados .simulador_content .info_credito h4{
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    color: var(--black-gray-color);
}

.simulador-resultados .simulador_content .info_credito .info .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    font-family: var(--URB-font);
    margin-bottom: 15px;
}
.simulador-resultados .simulador_content .info_credito .info .item .key{
    width: 172px;
    color: #808285;
    font-size: var(--font-size-p);
    line-height: normal;
}

.simulador-resultados .simulador_content .info_credito .info .item .value{
    width: Calc(100% - 172px);
    padding-left: 30px;
    font-weight: bold;
    font-size: var(--font-size-p);
}
.simulador-resultados .resultado_proyectos .resultados{
    width: 100%;
    position: relative;
}
.simulador-resultados .resultado_proyectos .resultados .item{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap !important;
    margin-bottom: 40px;
}

.simulador-resultados .resultado_proyectos .resultados .item .image{
    position: relative;
    overflow: visible;
    width:  80% !important;
}
.simulador-resultados .resultado_proyectos .resultados .item .image div{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.simulador-resultados .resultado_proyectos .resultados .item:hover .image div{
    transform: scale(1.2);
}

.simulador-resultados .resultado_proyectos .resultados .item .info{
    width: Calc(100% - 280px);
    padding: 45px 70px;
    background-color: white;
    position: relative;
}
.simulador-resultados .resultado_proyectos .resultados .item .info .logo{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-height: 80px;
}
.simulador-resultados .resultado_proyectos .resultados .item .info .hoja{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    max-width: 50%;
}

.simulador-resultados .resultado_proyectos .resultados .item .info .info_content{
    position: relative;
    z-index: 3;
}
.simulador-resultados .resultado_proyectos .resultados .item .info .info_content h4{
    font-weight: bold;
    margin-bottom: 38px;
    color: var(--black-gray-color);

}
.simulador-resultados .resultado_proyectos .resultados .item .info .info_content p.construccion{
    font-family: var(--URB-font);
    font-weight: 100;
    margin-bottom: 25px;
}
.simulador-resultados .resultado_proyectos .resultados .item .info .info_content p.precio{
    font-family: var(--URB-font);
    font-weight: bold;
    color: var(--gold-color);
}
.pop-up-section .overlay-popup{
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
   height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.pop-up-section .popup-cotizador{
    display: none;
    position: fixed;
    z-index: 101;
    width: 100%;
    max-width: 1348px;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: Calc(100vh - 40px);
}
.pop-up-section .popup-cotizador .close{
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}
.pop-up-section .popup-cotizador .close span{
    cursor: pointer;
    color: white;
    font-family: var(--URB-font);
    font-size: var(--font-size-p);
    font-weight: 100;
}
.pop-up-section .popup-cotizador .pop-up-content{
    display: flex;
    flex-wrap: wrap;
}
.pop-up-section .popup-cotizador .pop-up-content > div{
    width: 50%;
}

.pop-up-section .popup-cotizador .pop-up-content > .slider > .swiper {
    height: 100%;
}
.pop-up-section .popup-cotizador .pop-up-content > .slider img{
    width: 100%;
    /*height: auto;*/
   height: 100%;
    object-fit: cover;
}

.pop-up-section .popup-cotizador .pop-up-content .info{
    background-color: white;
    padding: 50px 30px 50px 50px;
}
.pop-up-section .popup-cotizador .pop-up-content .info .logo{
    margin-bottom: 40px;

}
.pop-up-section .popup-cotizador .pop-up-content .info .name{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-bottom: solid 1px #DDDDDD;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pop-up-section .popup-cotizador .pop-up-content .info .name span{
    display: block;
    width: 48%;
}
.pop-up-section .popup-cotizador .pop-up-content .info .name .lote{
    color: var(--black-gray-color);
    font-family: var(--URB-font);
    font-weight: bold;
    font-size: 28px;
}
.pop-up-section .popup-cotizador .pop-up-content .info .name .typo{
    color: var(--black-gray-color);
    font-family: var(--URB-font);
    font-weight: 100;
    font-size: 26px;
}

.pop-up-section .popup-cotizador .pop-up-content .info .enable{
    color: #4DCB78;
    font-family: var(--URB-font);
    font-weight: bold;
    font-size: var(--font-size-p);
    margin-bottom: 15px;
}
.pop-up-section .popup-cotizador .pop-up-content .info .construccion, 
.pop-up-section .popup-cotizador .pop-up-content .info .precio{
    font-family: var(--URB-font);
    font-size: var(--font-size-p);
    color: var(--black-gray-color);
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pop-up-section .popup-cotizador .pop-up-content .info .construccion img, 
.pop-up-section .popup-cotizador .pop-up-content .info .precio img{
    width: 22px;
    margin-right: 5px;
}
.pop-up-section .popup-cotizador .pop-up-content .info .enganche{
    font-family: var(--URB-font);
    font-size: var(--font-size-p);
    color: var(--gray-color);
    margin-bottom: 20px;
}


.pop-up-section .popup-cotizador .pop-up-content .swiper-button-next, .pop-up-section .popup-cotizador .pop-up-content .swiper-button-prev{
    color: white;
}


#popup{
  display: none;
}

@media (max-width:768px){
.simulador-resultados .resultado_proyectos .resultados .item .image {
    aspect-ratio: 668/439;
   min-width: 100%;
}
  .simulador-resultados .resultado_proyectos .resultados .item .info {
    min-width: 100%;
}
  .simulador-resultados .resultado_proyectos .resultados .item .info .logo {
    top: 0;
    left: 50%;
}
  .simulador-resultados .simulador_content {
    padding: 50px 20px !important;

}
  .pop-up-section .popup-cotizador .pop-up-content {
    flex-direction: column !important;
}
  .pop-up-section .popup-cotizador .pop-up-content>div {
    min-width: 100% ;
}
  .pop-up-section .popup-cotizador {
        overflow: auto;
}
  .pop-up-section .popup-cotizador .pop-up-content .info .name {
    flex-direction: column;
}
  .pop-up-section .popup-cotizador .pop-up-content .info .name span {
    width: 100%;
}
  .pop-up-section .popup-cotizador .pop-up-content .info {
    padding: 50px 30px 50px 30px;
}
}



.form_content_ h3{
  color: var(--black-gray-color);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.form_content_ form > fieldset{
  margin-bottom: 0;
}
.form_content_ form div.field{
  margin-bottom: 12px;
}
.form_content_ form div.field > label{
  display: none;
}
.form_content_ form div.field input,  .form_content_ form div.field select{
  width: 100%;
  background-color: #F1F0EC;
  border: solid 1px #A5A094;
  color: var(--black-gray-color);
  padding: 16px;
 
}
#formulario-registro input{
   min-height: 54px;
}

.form_content_ form div.field ul.hs-error-msgs{
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
}

.form_content_ form div.field ul.hs-error-msgs li{
  color: red;
  font-size: 10px;
}

.form_content_ form div.field ul.hs-error-msgs li label{
  font-size: 10px;
}

.form_content_ form div.legal-consent-container,  .form_content_ form div.legal-consent-container p{
  font-size: 12px;
}

.form_content_ form div.legal-consent-container p a,  .form_content_ form div.legal-consent-container a{
  color: var(--gold-color);
  font-weight: bold;
  font-family: var(--AG-bold-font);
}

.form_content_ form input[type="submit"]{
  font-family: var(--URB-font);
  font-weight: var(--font-bold);
  font-size: var(--font-size-links);
  line-height: var(--line-height-links);
  padding: var(--padding-btn);
  border-radius: var(--button-border-radius);
  text-decoration: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  background: transparent linear-gradient(180deg, #C3984B 0%, #EFC684 100%) 0% 0% no-repeat padding-box;
  color: var(--white-color);
  border: none;
  display: block;
  width: 100%;
  text-align: center;
}
.form_content_ form input[type="submit"]:hover{
  background: var(--gold-color-hover) !important;
  color: var(--white-color);
}

#formulario-registro{
  overflow-y: scroll;
  max-height: 450px;
}
@media screen and (max-width : 720px){
  #formulario-registro{
    overflow-y: visible;
    max-height: inherit;
  }
}

input[type="text"]#etiqueta-pesos{
    -webkit-appearance: none!important;
    border-radius: 1px;
    border: 2px #a9a9a9 solid;
    padding: 10px;
    text-align: right;
    border-left: 0px;
    margin: 0 0 0 -7px;
    background: white;
}
input[type="text"]#ingreso2, input[type="text"]#mensualidad2{
    -webkit-appearance: none!important;
    border-right: 0px;
    outline: none;
}