.viajes-grupales .why-choose-two__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenedor-cards-grupos .card {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 30px 0;
}

.contenedor-cards-grupos .card img {
    height: 250px;
    object-fit: cover;
}

.contenedor-cards-grupos .card .information {
    position: absolute;
    padding: 13px;
    background: #0000007d;
}

.contenedor-cards-grupos .card .information h4 {
    color: white;
}

.contenedor-cards-grupos .card .information p {
    color: white
}

.popular-destiny .card-event {
    height: 400px;
}

.popular-destiny .container-card-event {
    justify-content: flex-start;
}

.popular-destiny .container-card-event p {
    color: white
}

.third-title-form h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}

#registerForm .form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.trevlo-btn{
    border-radius: 6px;
}

.trevlo-btn span{
    font-size: 20px;
    font-weight: 400;
}

.trevlo-btn--base::before{
    background-color: #042865;
}

.trevlo-btn:after{
    background-color: #3c6ebc;
}

.trevlo-btn--whatsapp:hover{
    color: white;
}

.trevlo-btn--whatsapp:after{
    background-color: #48d97e;
    color: white;
}

.form-one__btn-box{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 !important;
}

.form-one__btn-box p{
    font-size: 13px;
}