.routeImg{
    background-color: #E0DEDE;
}

.routeImg img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.experienceText{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkToExperiences{
    font-weight: bold;
    font-size: 18px !important;
}

.listItem span:nth-of-type(2){
    margin-top: -5px;
}

.listItem strong{
    color: #64a382;
}

.destinyInfo{
    height: 270px;
}

.destinySection:hover {
    transform: scale(1.01);
    -ms-transform: scale(1.01);; /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    -moz-transform: scale(1.01); /* Mozilla */
    -o-transform: scale(1.01);
}

.linkToViajesPersonalizados .linkTo{
    color: #64a382 !important;
}

.linkToViajesPersonalizados .linkTo:hover{
    color: #2c3e50 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .listItem span{
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1124px) {
    .destinyTitle{
        font-size: 30px;
    }
    
    .destinyText{
        font-size: 16px;
    }
}

@media screen and (min-width:1250px) {
    #infoImgSection{
        height: 294px !important;
    }
}