.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #ffffff;
    background: #2594bf;
    font-size: 14px;
    line-height: 20px;
    padding-left: 0 !important;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.rd-mobilemenu_ul ul a {
    padding: 8px 25px 8px;
}

.rd-mobilemenu_ul li.active a {
    background: rgba(255, 255, 255, 0.45);
    text-decoration: none
}

.rd-mobilemenu_ul a:hover {
    background: rgba(255, 255, 255, 0.45);
    text-decoration: none
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

@media (max-width: 767px) {
    .rd-mobilemenu {
        display: block;
    }
}

@media (max-width: 1199px) {

}

@media (max-width: 1099px) {

}

@media (min-width: 992px) {
    #sliderTop {
        height: auto;
    }

    #sliderTop .slides li {
        height: auto;
    }

    #sliderTop .slides li {
        background: transparent !important;
    }

    #sliderTop .slides li img {
        display: block;
    }

    .flex-direction-nav .flex-prev {
        margin-left: -470px;
    }

    .flex-direction-nav .flex-next {
        margin-left: -430px;
    }

    #menu {
        right: 133px;
    }

    #menu ul > li {
        padding: 0 10px;
    }

    #menu ul > li a {
        font-size: 16px;
    }

    #menu li ul > li a {
        font-size: 16px;
    }

    .idiomasMenu {
        width: 76px;
    }

    #frmContacto .text-right {
        text-align: right;
    }
}


@media (min-width: 1200px) {
    .flex-direction-nav .flex-prev {
        margin-left: -500px;
    }

    .flex-direction-nav .flex-next {
        margin-left: -460px;
    }

    .container {
        width: 1200px;
    }

    #menu ul > li {
        padding: 0 22.5px;
    }

    #menu ul > li a {
        font-size: 18px;
    }

    #menu li ul > li a {
        font-size: 18px;
    }

    #frmContacto .form-control {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1247px) {
    .container {
        width: 1170px;
    }
}


@media (min-width: 1240px) {
    .container {
        width: 1230px;
    }
}
@media (min-width: 1240px) and (max-width: 1247px) {
    .container {
        width: 1220px;
    }
}
@media (min-width: 1450px) {
}

@media (max-width: 991px) {
    .flex-direction-nav .flex-prev {
        display: none;
    }

    .flex-direction-nav .flex-next {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    body {
        padding: 56px 0 0;
    }

    #header #topMenu {
        height: auto;
    }

    #header {
        margin-top: 0px;
        height: auto;
    }

    #frmContacto {
        position: static;
        margin: auto
    }

    #sliderTop {
        height: auto;
        margin-top: 0px;
    }

    #sliderTop .slides li {
        height: 260px;
    }

    a.toTop {
        left: auto;
        right: 21px;
    }

    .idiomasMenu {
        top: 0;
        right: 25px;
        height: 56px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-left: 0;
    }

    .idiomasMenu div {
        display: flex;
        align-items: center;
    }

    #footer .tfooter, #footer #powered {
        float: none;
        text-align: center;
        justify-content: center;
    }

    #footer .tfooter {
        margin-bottom: 10px;
    }

    #footer .contentFooter {
        padding-top: 25px;
        padding-bottom: calc(25px + 56px);
    }
}

@media (max-width: 600px) {
    #frmContacto .tit strong {
        display: block;
    }

    #frmContacto .tit span {
        position: static;
        display: block;
        line-height: 24px;
        padding-bottom: 10px;
    }
}

@media (max-width: 580px) {
    #footer .tfooter em {
        display: block;
        height: 1px;
        opacity: 0;
    }
}

@media (max-width: 500px) {
    #frmContacto div[class*="col-"] {
        width: 100%
    }

    #frmContacto .row .text-right {
        text-align: center
    }
}