/* searcher */
.transport_info_link  {
    display: none;
}
/* tooltip me_interesa de buscador */
fieldset.journeyselector  {
    display: none;
}
/* flechas doble sentido */
.swap {
    display: none !important;
}
@media (min-width: 768px) {
    .bg_home_container {
        height: 480px !important;
    }
    body:not(.external) .home_search_box {
        min-height: 340px !important;
    }
    .withTopElement .widgets_textwidget {
        display: block !important;
    }
}
@media (min-width: 992px) {
    body:not(.external) .home_search_box {
        min-height: 250px !important;
    }
}
/* end searcher */

.multibanner .banner_size_04 a {
    background-position: 0 50%;
}

.footer-portaventura {
text-decoration: none;
}

/* estilos de footer de portaventura copiados */
.m_footer_top {
    background: #012330;
    padding: 30px 0px 60px 0px;
    line-height: 150%
}

.m_footer_top_content {
    display: table;
    width: 100%;
    table-layout: fixed
}

.m_footer_top_content>.col {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px
}

.m_footer_top_group .m_footer_top_title {
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    color: #FFFFFF;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border:0;
    background: rgba(0, 0, 0, 0);
}

.m_footer_top_group+.m_footer_top_group {
    margin-top: 20px
}

.m_footer_top_group.links ul li a {
    text-decoration: none;
    color: #1396d1;
    font-size: 14px
}

.m_footer_top_group.links ul li a:hover {
    text-decoration: underline
}

.m_footer_top_group.phone a {
    display: block;
    font-size: 22px;
    color: #1396d1;
    text-decoration: none
}

.m_footer_top_group.phone .more_info {
    font-size: 12px;
    display: block;
    line-height: 14px;
    margin: 4px 0 0 0;
    text-transform: uppercase
}

.m_footer_top_group.phone .more_info_detail {
    display: block
}

.m_footer_top_group.phone .more_info_detail a {
    color: inherit;
    font-size: inherit;
    display: inline-block
}

.m_footer_top_group.social ul {
    display: block;
    overflow: hidden;
    margin-top: 10px
}

.m_footer_top_group.social ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.m_footer_top_group.social ul li a {
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid #969696;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 0px;
    padding-top: 5px;
    text-align: center;
}
.m_footer_top_group.social ul li a .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.m_footer_top_group.social ul li a .icon,
.m_footer_top_group.social ul li a .icon * {
    fill: #969696;
}

@media only screen and (max-width: 767px) {
    .m_footer_top_content {
        display:block;
        width: auto
    }

    .m_footer_top_content>.col {
        display: block;
        padding-right: 0px
    }

    .m_footer_top_group .m_footer_top_title {
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 14px
    }
    .m_footer_top_group.phone .m_footer_top_title,
    .m_footer_top_group.social .m_footer_top_title {
        text-align: center;
    }

    .m_footer_top_group+.m_footer_top_group {
        margin-top: 0px
    }

    .m_footer_top_group.links {
        border-bottom: 1px solid #628999
    }

    .m_footer_top_group.links .m_footer_top_title {
        font-size: 14px;
        padding: 15px 40px 15px 0px;
        cursor: pointer;
        position: relative;
    }

    .m_footer_top_group.links .m_footer_top_title:after {
        position: absolute;
        content: "";
        right: 10px;
        top: 23px;
        display: block;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        width: 10px;
        height: 10px;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out
    }

    .m_footer_top_group.links .m_footer_top_title.collapsed:after {
        top: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .m_footer_top_group.links ul {
        overflow: hidden;
        margin-bottom: 0px;
        transition: all 300ms ease-in-out
    }

    .m_footer_top_group.links ul.in {
        max-height: 1000px;
        margin-bottom: 10px
    }

    .m_footer_top_group.phone,.m_footer_top_group.social {
        text-align: center;
        margin-top: 20px
    }

    .m_footer_top_group.social ul {
        text-align: center
    }

    .m_footer_top_group.social ul li {
        float: none;
        display: inline-block;
        text-align: center
    }
}