
/*=================ESTILO PARA FORMULARIOS=====================*/
.u-contact-body {
    display: flex;
    padding: 50px 10%;
    width: 100%;
    padding: 0px;
}
.u-contact-form {
    width: 100%;
    text-align: left;
}
.u-contact-form form {
    width: 100%;
    /*padding: 20px 5%;*/
    background-color: #fff;
    margin-top: 20px;
    border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
    .u-contact-form {
        width: 100%;
    }
    .u-contact-map {
        width: 100%;
        margin-top: 30px;
    }
    .u-contact-form form {
        width: 100%;
    }
    .u-contact-map iframe {
        display: none;
    }
}
.u-contact-form {
    width: 100%;
}
.u-book-input {
    width: 100%;
    margin: 25px 0;
}

.u-book-input input {
    width: 100%;
    height: 40px;
    border: 1px solid #118081;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-book-input div {
    font-size: 14px;
    /*margin-bottom: 5px;*/
}

.u-book-input input:focus-visible {
    outline: none;
}

.u-book-input select {
    width: 100%;
    height: 40px;
    border: 1px solid #118081;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-book-input select:focus-visible {
    outline: none;
}
/*.u-book-input option{
    background: #DBE9EB;
    color: #118081;
}
option:hover{
    background: #118081;
    color: #DBE9EB;
}*/

.u-book-input-textarea {
    width: 96%;
}

.u-book-input textarea {
    width: 100%;
    border: 1px solid #118081;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-book-input textarea:focus-visible {
    outline: none;
}
.u-contac-btn,
.u-contac-map-btn {
    padding: 0 20px;
    height: 40px;
    background-color: #118081;
    color: #fff;
    border-radius: 20px;
    margin: 20px auto;
    cursor: pointer;
}
.u-contac-btn {
    max-width: 200px;
    transition: .4s;
}
.u-contac-btn:hover{
    color: #118081;
    background-color: #fff;
    border:1px solid #118081;
}
.line-div{
    border-bottom: 1px solid #118081;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.btn-cancelar{
    background:#D17C33;
}
.btn-cancelar:hover{
    color: #D17C33;
    background-color: #fff;
    border:1px solid #D17C33;
}
.combo-contrato{
    color: #118081;
    border: solid 1px #68B0BC;
    border-radius: 4px;
}
.head-benefiaciario{
    width: 35%;
}
.head-benefiaciario>div:last-child {
    font-size: 18px;
    color: #000;
    font-family: lato;
    font-weight: 600;
}
.icon-fa{
    width:10%;
    text-align: center;
    color: #118081;
    cursor: pointer;
    font-size: 22px;
}
.b-name{
    width:80%;
}
@media only screen and (max-width: 1024px){
    .head-benefiaciario{
        width: 80%;
        margin-left: 10%;
        text-align: center;
        border-bottom: solid 1px #68B0BC;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 850px){
    .icon-fa{
        width:100%;
    }
    .b-name{
        width:100%;
    }
}

.rowb{
    display: flex;
    font-size: 15px;
    font-family: lato;
    padding: 10px;
    color: #000;
    border-bottom: solid 1px #68B0BC;
}
.rowb>div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.p-titulo{
    background-color: #118081;
    color:white;font-size: 20;
    padding-top:5px;
}
.lbl-s{
    padding-left: 30px;
    padding-top: 6px;
}
@media only screen and (max-width: 992px){
    .lbl-s{
        padding-left: 0px;
        padding-top: 6px;
    }
    .lbl-a{
        text-align: center;
    }
}
@media only screen and (max-width: 850px){
    .rowb {
        display: flex;
        flex-direction: column;
    }
    
}
@media only screen and (max-width: 767px){
    .div-error{
        margin-top: 25px;
    }
    
}
@media only screen and (max-width: 1024px){
    .m-txt{
        margin-bottom: 23px;
    }
    .lbl-hide{
        display:none;
    }
    .lbl-100{
        width: 100%;
    }
    .slt-ft{
        font-size: 16px;
    }
    .p-titulo{
        padding-bottom:5px;
    }
}
@media only screen and (max-width: 1124px){
    .lbl-hide-c{
        display:none;
    }

}

.val-obligatorio{
    color: red;
}

input:disabled,
input[disabled]{
    border: 1px solid #999999;
    background-color: #f0f1f0;
    color: #353535;
}
select:disabled,
select[disabled]{
    border: 1px solid #999999;
    background-color: #f0f1f0;
    color: #353535;
}

.error_info{
    display: flex!important;
    height: 15px;
    bottom: -17px;
}
.error_clr{
    color:#ff5858;
}
