/* CSS personalizados */

@media screen and (max-width: 768px) {
    .menuv1 .ace-responsive-menu {
        text-align: left;
}
}

.nav-tabs .nav-link {
font-weight:bold!important;
}

.verSalidas, .reservaOnline {
    color: #febf00 !important;
}

#destinos h4, #hoteles h3,  #hoteles h3 .text-muted{
color:white!important;
}

#formasPago {
display:none;
}

#destinos .txtBreve .verMas, #hoteles .txtBreve .verMas {
    color: #FEBF00;
    background: rgba(90, 110, 118, 0);
    background: -moz-linear-gradient(top, rgba(90, 110, 118, 0) 0%, rgba(90, 110, 118, 1) 80%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90, 110, 118, 0)), color-stop(80%, rgba(90, 110, 118, 1)));
    background: -webkit-linear-gradient(top, rgba(90, 110, 118, 0) 0%, rgba(90, 110,1 18, 1) 80%);
    background: -o-linear-gradient(top, rgba(90, 110,118, 0) 0%, rgba(90, 110, 118, 1) 80%);
    background: -ms-linear-gradient(top, rgba(90, 110, 118, 0) 0%, rgba(90, 110, 118, 1) 80%);
    background: linear-gradient(to bottom, rgba(90, 110, 118, 0) 0%, rgba(90, 110, 118, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5A6E76', endColorstr='#5A6E76', GradientType=0 );
}
