.modal.solicitar-estudio,.modal.proyecto-a-medida,.modal.profesionales {
    z-index: 99999;
    display: none
}
    
.modal {
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
} 

.modal-form-button {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.modal-content {
    position: relative;
    display:flex;
}

.modal-content-wrapper-text {
    flex-direction: column;
    display: flex
}

.modal-content-image {
    overflow: hidden
}

.modal-wrapper-total-price {
    border-bottom: 1px solid var(--light--surface--mid);
    justify-content: space-between;
    padding: 12px 20px;
    display: flex
}

.modal-content-item {
    justify-content: space-between;
    padding: 12px 20px;
    display: flex
}

.modal-content-solicitar {
    padding: 24px
}

html.w-mod-touch * {
    background-attachment: scroll!important
}

.modal-layout {
    z-index: 9;
    width: 415px;
    height: 100vh;
    background-color: #f5f5f5;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: auto;
    transform: translate(100%);
}

.modal-close-button {
    z-index: 999;
    width: 32px;
    height: 32px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
    background-color: rgba(0,0,0,.04);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: flex;
    position: fixed;
    top: 16px;
    right: 16px;
}

.w-input, .w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.text-high-s {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.text-low-xs {
    font-size: 12px;
    line-height: 16px;
}

.modal-content-description {
    margin-top: 16px;
    margin-bottom: 32px;
}

.btn_contacto {
    border: 1px solid black;
    color:#000000;
    background-color:#ffffff;
    width:160px;
    height:40px;
    border-radius:3px;
}

.btn_contacto:hover {
  background-color: #000000;
  color: white;
  cursor:pointer;
}

.nosotros2{
  color: #666;
}

.nosotros2:hover {
  color: #000;
  text-decoration:underline;
}