#letterRoute{
    margin-top: -22px;
}

.iconArrow{
    color: #a8d5ba;
}

.iconWand{
    font-size: 25px;
}

.disneyletter {
    line-height: 1;
    padding: 30px;
    margin: 2% auto;
    border-radius: 6px;
    position: relative;
    border-left: 0px !important;
    margin-bottom: 0px !important;
}

.disneyletter p{
    position: relative;
    z-index: 2;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Dancing Script';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 40px;
}

.disneyletter:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--rounded);
    box-shadow: 2px 3px 10px black, 0 0 30px #8a4d0f inset;
    z-index: 1;
}

.oldPaperFilter:before{
    filter: url(#oldPaperFilter);
}

svg{
    width: 0px;
    height: 0px
}

.linkToViajesPersonalizados .linkTo{
    color: #64a382 !important;
}

.linkToViajesPersonalizados .linkTo:hover{
    color: #2c3e50 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .disneyletter{
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }
    
    .disneyletter p{
        font-size: 22px;
        font-weight: 400;
        font-family: 'Dancing Script';
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        line-height: 30px;
    }
}