.siteRoute a {
    color: rgb(197, 197, 197);
    font-size: small;
}
.titleMicrosite {
    color:rgb(15, 168, 22);
    font-weight: bold;
    font-size: x-large;
    margin-top: -10px;
}
.imageDescription {
    border-radius: 15px;
}
.informationIcons .d-flex p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.informationIcons .d-flex {
    margin-bottom: 24px;
}
/* DESTINATIONS */
.destinations p {
    color: rgb(231, 0, 118);
    font-size: xx-large;
    line-height: 1;
    font-weight: bold;
}
.share p {
    font-size: 16px;
    font-weight: 600;
}
.separator {
    border: 1px solid rgb(195, 195, 195);
}
.blueIcons i {
    color: rgb(59, 114, 175);
}
.destinationTag{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none !important;
}
.qrForm p {
    -webkit-hyphens: auto; 
    -moz-hyphens: auto; 
    -ms-hyphens: auto; 
    hyphens: auto; 
}
.qrForm input{
    background-color: rgb(203, 203, 203) !important;
    border-radius: 25px;
    width: 90%;
    font-weight: 600;
}
.qrForm input::placeholder {
    color: white;
}
.qrForm button {
    background-color: rgb(116, 62, 140);
    border-radius: 15px;
    font-weight: 600;
}

/* ----- BLUE CAROUSEL SECTION ----- */
.blueCarousel {
    background-color: rgb(0, 121, 184);
}
.prevItemStyle {
    left: -75px;
    top: 0;
    width: 75px;
}
.nextItemStyle {
    right: -75px;
    top: 0;
    width: 75px;
}
.prevItem, .nextItem {
    font-size: 50px;
    cursor: pointer;
    z-index: 1;
}
#carouselGallery .owl-item {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}
#carouselGallery .owl-item:hover {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#carouselGallery .item-container{
    width: 100%;
    height: 250px;
    display: block;    
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
#carouselGallery .item-container iframe{
    max-width: 100%;
    height: 100%;
    background-color: #000;
}
#carouselGallery .item-container .overlayIframe{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
}
#carouselGallery .item-container img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* ----- SOCIAL NETWORK BUTTONS SECTION END ----- */

#destDescription img{
    max-width: 100%;
}

/** COUPON **/
.promo-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 5%;
    top: 7%;
    right: 7%;
    bottom: 7%;
    color: #fff;
}