﻿@media only screen and (max-width: 480px) {
    .home-content img.home-logo {
        width: 90%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .locale-main ul li i.fas.fa-globe-americas {
        position: relative;
        top: 3px;
        font-size: 20px;
    }

    .locale-main ul li a {
        font-size: 0 !important;
        display: block;
        vertical-align: top;
        position: relative;
        top: -4px;
    }

    .locale {
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 9999;
    }

    .contact-content-form .content {
        padding: 30px 0px 40px;
    }

    .contact-tittle {
        margin-bottom: 30px;
    }

    .contact-content-form .row {
        margin: 0 15px;
    }

    .contact-section.contact-section-center {
        height: 1px;
        width: 80%;
    }

    .ciclo-content div {
        text-align: left;
    }

    .content {
        padding: 0 10px;
    }

    .eje-sub-title, .eje-title {
        text-align: center;
        margin-top: 5px;
    }

    .eje-cont {
        max-width: 100% !important;
        height: 180px;
        margin: 5px 0;
    }
    .eje-img {
        height: 300px;
    }
        .quees-img1, .quees-img2 {
        height: 200px;
    }

    .quees-item-text {
        padding: 30px 10px;
    }

    img.quees-ilus {
        position: relative;
        margin: 20px auto 0 !important;
        width: 100px;
        max-width: initial;
        text-align: center;
    }

    ul.footer-menu {
        display: block;
    }
        ul.footer-menu li {
            display: block;
            margin-bottom: 10px;
        }
        ul.footer-menu li a {
          font-size:16px;
        }

    span.copyright {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }
    ul.footer-menu.socialMenu li {
        display: inline-block;
        margin-bottom: 25px;
    }
    ul.footer-menu.socialMenu {
        border-left: none;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #a4a4a4;
    }
        ul.footer-menu.socialMenu a i {
            font-size: 25px;
        }

    .hidden {
        display: block;
    }

    .hidden-m {
        display: none
    }
}
@media only screen and (max-width: 768px) {
    .eje {
        padding: 0 10px;
    }
    .hidden-res {
        display: none;
    }
    .hidden-full {
        display: block;
    }
    .ejes-content > .row > .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
    .col-md-6.eje-img.eje-img1, .col-md-6.eje-img.eje-img2, .col-md-6.eje-img.eje-img3 {
        height: 300px;
    }
}
@media only screen and (max-width: 1024px) {
    .contact-section img {
        opacity: 1 !important;
    }

    .contact-section {
        padding: 0px 0;
        max-width: 260px;
    }

    .ejes-header {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .eje-sub-title, .eje-title {
        padding-left: 10px;
    }

    .eje-cont .eje-txt {
        opacity: 1 !important;
        height: initial !important;
    }

    .eje-cont {
        max-width: 29.8888%;
    }

    img .quees-ilus {
        max-width: 80px;
    }

    .quees-img1, .quees-img2 {
        background-size: cover;
    }

    .menu-page.menu-responsive {
        padding-bottom: 0;
    }

    .menu-responsive {
        display: block !important;
    }

    .menu-full {
        display: none;
    }

    .menu-responsive .menu {
        display: none;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 9999;
        width: 100%;
        opacity: 0;
        background-color: rgba(0,0,0,0.8);
        backdrop-filter: blur(5px);
        border-top: 1px solid #909090;
        -webkit-transition: background-size 2s ease-in;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }

    .show-menu {
        display: inline-block !important;
        opacity: 1;
    }

    .menu-responsive .menu-swich {
        display: inline-block !important;
    }

    .menu-responsive .menu li {
        display: block;
        border-right: none;
        border-bottom: 1px solid #909090;
        padding-bottom: 20px;
    }
}
