.banner{
    background-image: url(https://oasiaviajes.com/wp-content/uploads/2025/10/oasia-agencia-viajes-personalizados-a-japon-taiwan.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.japanDestiny{
    background-image: url(https://oasiaviajes.com/wp-content/uploads/2025/10/oasia-viajes-personalizados-a-japon-tokio.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.coreaDestiny{
    background-image: url(https://oasiaviajes.com/wp-content/uploads/2025/10/oasia-viajes-personalizados-a-corea-sur.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.taiwanDestiny{
    background-image: url(https://oasiaviajes.com/wp-content/uploads/2025/10/oasia-viajes-personalizados-a-taiwan-taipei-101.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.hongkongDestiny{
    background-image: url(https://oasiaviajes.com/wp-content/uploads/2025/10/oasia-viajes-personalizados-a-hong-kong-duckling.webp);
    background-size: cover;
    background-position: 100% 90%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.sloganResponsive{
    display: none;
}

.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);
}

.kt-svg-icon-list .kb-svg-icon-wrap{
    margin-top: 5px !important;
}

.wp-google-url{
    display:none !important;
}

@media screen and (max-width:768px) {
	.kt-blocks-info-box-media{
	    padding: 5px !important;
	}
	
	.sloganResponsive{
	    display: block;
	}
	
	.slogan{
	    display: none;
	}
	
	.kt-svg-icon-list .kb-svg-icon-wrap{
        margin-top: 3px !important;
    }
}

@media (min-width:768px) and (max-width:845px), (min-width:1025px) and (max-width:1166px){
	.informationBox h6{
        font-size: 12px !important;
        margin-bottom: 5px !important;
        margin-top: -5px !important;
	}
	
	.informationBox p{
        font-size: 14px !important;
	}
}

@media screen and (max-width:1238px) {
    .destinyTitle{
        font-size: 23px !important;
    }
}