.content-cos{
    padding: 25px 15px 25px 15px;
}
.content-cos h3{
    color: var(--color-secondary);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.content-cos p {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    min-height: 110px;
}
.cardHblue {
    background-color: var(--color-primary);
    padding: 30px 20px 30px 20px;
    min-height: 285px;
}
.cardHblue strong{
    font-weight: bold;
    font-size: 36px;
    color: white;
    margin: 0 0 15px 0;
}
.cardHGray{
    background-color: #D9D9D9;
    color: #333333;
    padding: 30px 20px 30px 20px;
    min-height: 285px;
}
.cardHGray h5 {
    font-size: 18px;
    font-weight: 800;
    margin: 20px 0 5px 0;
}
.cardHGray p{
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}
.strohsb{
    line-height: 38px;
}
.cardHblue p{
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}
/* .cardHGray img{
    width: 42px;
} */
.img-whyc{
    width: 216px;
}
.line-vhsh {
    border-top: 1px solid var(--color-green);
    margin: 12px 0 -12px 0px;
}
.brdShuttles:last-child hr {
    display: none;
}
.cardPShuttles {
    border-radius: 8px;
    min-height: 480px;
}
.wabsHSH {
    position: relative;
    /* bottom: 0px;
    left: 0; */
}
.brdShuttles {
    background-color: rgb(124 173 221 / 8%);
    transition: 0.5s all;
    padding: 5px 12px;
    min-height: 50px;
}
.brdShuttles:hover{
    background-color: rgb(252 223 97 / 8%);
}
.frmsods {
    background-color: white;
    border-radius: 40px;
    padding: 5px 60px 5px 16px;
    position: relative;
    width: 100%;
}
#correo_oferta {
    background-color: #D9D9D9;
    height: 45px;
    color: black;
    border-radius: 8px;
    font-size: 13px;
    width: 100%;
    border: none;
    padding: 5px 15px 5px 15px;
    font-weight: 500;
}
#btn_sendo {
    position: absolute;
    right: 5px;
    border-radius: 50%;
    color: #fff;
    border: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    width: 48px;
    height: 48px;
    top: 4px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s all;
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
}
#btn_sendo:hover{
    color: var(--color-green);
    background-color: white;
}
.cards-proh{
    text-align:center;
    width:100%;
    display:block;
    margin: 80px 0 0 0;
}
.cards-proh a{
    padding: 0 20px 0 20px;
}
.absCtBn {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.navschH li{
    display: inline-block;
}
.navschH {
    width: 572px;
    text-align: center;
    margin: 25px auto;
    background-color: var(--color-yellow);
    border-radius: 20px;
    padding: 5px 5px;
}
.navschH li {
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px 5px;
    border-right: 1px solid #000000;
    font-size: 16px;
    transition: 0.3s all;
}
.navschH li:last-child{
    border: none;
}
.navschH li:hover{
    font-weight: 800;
    cursor: pointer;
}
.active_hm{
    font-weight: 800 !important;
}
#hm_frm_buses, #hm_frm_shuttles, #hm_frm_transfers, #hm_frm_journeys {
    display: none;
}
.tagAbsinp{
    position: absolute;
    left: 12px;
    z-index: 3;
    top: 10px;
    font-weight: 600;
}
.frm_sch_buses input{
    width: 225px;
    text-align: right;
    padding: 0px 20px 0 100px;
}
.frm_sch_buses, .frm_sch_journeys, .frm_sch_airport, .frm_sch_shuttles, .frm_sch_tours{
    width: 620px;
}
.frm_sch_journeys select {
    width: 535px;
}
.frm_sch_airport select {
    width: 180px;
}
.frm_sch_shuttles select, .frm_sch_shuttles input {
    width: 130px;
}
.frm_sch_tours select{
    width: 265px;
}
.homeSHv{
    cursor: pointer;
}
.homeSHv:hover{
    opacity: 0.9;
    text-shadow: 1px 1px 30px #afafaf;
}
.headcardProducts img{
    object-fit: cover;
    height: 180px;
}
@media screen and (max-width:1072px){
    .content-cos h3 {
        font-size: 20px;
    }
    .cardHblue strong {
        font-size: 28px;
    }
    #btn_sendo {
        font-size: 16px;
        text-align: center;
        line-height: auto !important;
        padding: 0 !important;
        right: 5px;
    }
}
@media screen and (max-width:992px){
    .WHBanner {
        height: auto;
        padding: 10px 0 0;
        background-image: none !important;
    }
    .absCtBn {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .panelM {
        padding-bottom: 40px;
        float: left;
    }
}
@media screen and (max-width:576px){
    .WHBanner {
        padding: 10px 0 0;
    }
}