.foother-relative{
    position: relative;
}
.init{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
}
.subMenu{
    margin-top:20px;
    position:fixed;
    left:0;
    width:210px;
    /*height:100%;
    background:#005355;*/
    background:white;
    transition: all .5s ease;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom:45px;
    z-index: 1;
    box-shadow: 3px 3px 10px #5d5d5d;
}
.lastLi{
    padding: 20px 0px;
}
.subMenu header{
    padding: 5px;
    font-size:15px;
    color:white;
    line-height:40px;
    /*text-align:center;
    background:#0e4346;*/
    background:#327240;
    user-select:none;
    border-top-right-radius: 20px;
    padding-left: 40px;
}
.subMenu ul{
    display:block;
    height:100%;
    width:100%;
    line-height:30px;
    font-size:13px;
    color:#5d5d5d;
    box-sizing:border-box;
    border-top:1px solid rgba(255, 255, 255, .1);
    transition: .4s;
}
ul li:hover{
    padding-left:25px;
    background:#DBE9EB;
    color:#118081;
}
.liBorder{
    padding: 8px;
    padding-left: 15px;
    border-bottom: 1px solid #118081;
    cursor:pointer;
}
#checkMenu{
    display: none;
}
#lblCheckMenu{
    margin-top:20px;
    position:fixed;
    cursor:pointer;
    background: #327240;
    border-radius: 5px;
    z-index:4;
}
label #i-done{
    left:40px;
    top: 25px;
    font-size:30px;
    color: white;
    padding: 6px;
}
label #i-cancel{
    z-index:4;
    left:195px;
    top:17px;
    font-size:30px;
    color:white;
    padding: 5px;
}
#checkMenu:checked ~ .subMenu{
    left:-210px;
    z-index: 4;
    box-shadow: 3px 3px 10px #5d5d5d;
}
#checkMenu:checked ~ #lblCheckMenu{
    z-index:5;
}
.m-active{
    padding:8px;
    background:#DBE9EB;
    padding-left: 15px;
    border-bottom: 1px solid #118081;
    cursor:pointer;
    color:#118081;
}

.m-title{
    margin: 0px;
    background: #327240;
    color: white;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-radius: 5px 5px 60px 60px;
    margin-top: -8px;
}
.icono-menu{
    font-size: 15px;padding-left: 5px;
}
@media only screen and (max-width: 700px){
    .sm-title{
        width: 100%;
    }
    .icono-menu{
        display:none;
    }
}
.i-mrg{
    margin-right:10px;
}

/* DESCARGAS DE CONSTANCIAS */
.u-rules-body {
    padding: 0 10%;
    width: 100%;
}

.u-rules-body>div:first-child {
    padding: 10px 0;
    border-top: solid 1px #80A6AC;
    border-bottom: solid 1px #80A6AC;
}

.u-rules-body>div:last-child {
    padding: 10px 0;
    border-bottom: solid 1px #80A6AC;
}
.u-rules-down-title {
    font-size: 15px;
}
.u-rules-down-btn {
    font-size: 15px;
    color: #80A6AC;
    cursor: pointer;
    transition: all 0.5s;
}

.u-rules-down-btn:hover {
    color: #147e80;
    font-weight: bolder;
}

@media only screen and (max-width: 500px) {
    .u-rules-body>div {
        flex-direction: column;
        align-items: baseline;
    }
    .u-rules-down-btn {
        margin-top: 10px;
    }
}

/*=================ESTILO PARA FORMULARIOS=====================*/
.u-contact-body {
    display: flex;
    padding: 50px 10%;
    width: 100%;
    padding: 0px;
}
.u-contact-form {
    width: 100%;
}
.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;
}
@media only screen and (max-width: 850px){
    .rowb {
        display: flex;
        flex-direction: column;
    }
}
@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;
}