@media screen and (max-width:500px) {
    .no_margin_mobile {
        margin: 0;
    }
    .mvpadding20 {
        padding: 20px 0;
    }
    /*HEADER*/
    .top_info_contactop {
        position: fixed;
        /* width: calc(100% - 100px); */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background: rgba(255, 255, 255, 1);
        margin-left: 0px;
        z-index: 10;
        color: #06397b;
        font-size: 14px;
        font-family: gordita_medium, sans-serif;
        letter-spacing: 1px;
        /* float: left; */
        text-align: center;

    }
    .top_info_contactop div {
        padding: 0 10px;
        display: none;
    }
    .sub_title {
        padding: 0px 0;
        z-index: 1;
    }
    .sub_title ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .sub_title li {
        color: #06397b;
        list-style: none;
        padding: 5px 20px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 900;
        font-family: gordita_medium, sans-serif;
        letter-spacing: 4px;
        cursor: pointer;
        opacity: 0;
        transform: translate(0%, -20%);
    }
    /*MENU*/
    .menu_icon_text {
        font-family: gordita_medium, sans-serif;
        height: 12px;
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
        color: #06397b;
        padding: 5px;
        font-size: 13px;
        position: absolute;
        left: 45px;
        top: 20px;
    }
    .inner_container {
        padding: 50px 50px 0 50px;
    }
    .main_title_container {
        padding: 0 0px;
    }
    .main_title .main {
        font-weight: 900;
        font-size: 70px;
    }

    .main_title .upper_title {
        font-weight: 100;
        font-family: gordita_light, sans-serif;
        margin-left: 5px;
        font-size: 30px;
    }
    /*SIDEBAR MENU*/
    .sidebar_menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 50;
        background: rgb(6, 57, 123);
        width: 100%;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        line-height: 12px;
        font-weight: 700;
        -webkit-transition: background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        /*-webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);*/
    }

    .sidebar_menu.light {
        background: rgba(0, 0, 0, 0);

    }
    .top_info_contactop {
        min-height: 75px;
        top: 0;
    }

    .sidebar_menu_icon_contrainer {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .languages {
        position: absolute;
        right: 0;
        width: auto;
        height: 100%;
        top: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0 20px;
    }
    .languages div {
        padding: 10px 8px;
    }
    .social {
        display: none;
    }
    .social_mobile {
        position: absolute;
        color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: row;
        align-items: center;
        height: auto;
        width: 100%;
        justify-content: center;
        counter-reset: menuitem;
        font-size: 24px;
        bottom: 0;
        padding: 20px;
        margin: 0;
        left: 0;

    }
    .social_mobile div {
        padding: 20px;
    }
    /*MENU CONTAINER*/
    .menu_container.mobile {
        display: block;
    }
    .menu_container {
        position: fixed;
        left: 0px;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 49;
        background-color: rgba(0, 0, 0, 0.85);
        color: #fff;
        -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
    }
    .overlay_mobile {
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.4);
        height: 100%;
        width: 100%;
        z-index: 0;
    }
    .menu_container.open {
        width: 100%;
        margin: 0;
    }
    .main_container {
        height: 100% !important;
        position: relative;
        /*background: url(../img/66_1_mobile.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;*/
    }
    .main_container .inner_container {
        padding: 70px 10px 100px 10px;
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 0;
    }
    .main_title {
        font-style: normal;
        padding: 0 50px;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        min-width: 60px;
        width: 100%;
        height: 100px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin: 0;
        left: 0px;
        transition: left 0.5s ease-in;
        text-align: center;
    }
    .main_title .main.active {
        left: 0px;
        top: 0px;
        opacity: 1;
        transition: top 0.5s ease-in 0s;
    }
    .main_title_container {
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0px;
    }
    .logo_container.active {
        left: 0px;
        transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .logo_container {
        font-style: normal;
        padding: 0 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        width: 150px;
        height: 150px;
        position: relative;
        overflow: hidden;
        z-index: 2;
        margin: 0 20px;
        left: 0px;
        transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .descubre {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
        margin-left: 0px;
        z-index: 1;
    }
    .nombre_seccion_container {
        position: fixed;
        right: 0;
        top: 90px;
        font-family: 'Fjalla One', sans-serif;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #06397b;
        z-index: 10;
        width: 500px;
        opacity: 0;
        transform: translateY(-20px);
        /* transition: all 0.4s ease-in; */
    }
    .nombre_seccion {
        -webkit-transform: translateX(480px) rotate(90deg) translateY(0%);
        -ms-transform: translateX(480px) rotate(90deg) translateY(0%);
        transform: translateX(480px) rotate(90deg) translateY(0%);
        transform-origin: 0% 0%;
        font-size: 14px;
    }
    .to_top_container {
        position: fixed;
        right: 18px;
        font-size: 30px;
        bottom: 70px;
        color: #06397b;
        z-index: 10;
        opacity: 0;
        transform: translateY(-20px);
        /* transition: all 0.4s ease-in; */
    }
    .triptico {
        margin: 70px 0 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-position: 0%;
        background-image: url(../img/69.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text_triptico {
        padding: 0 0px;
    }
    .separador {
        background: #06397b;
        height: 5px;
        width: 10%;
        margin: 30px 0;
        margin-left: calc(47% + 0px);
    }
    .double_section {
        height: 100%;
    }

    .single_section {
        height: auto;
    }
    .menu_container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: center;
        counter-reset: menuitem;
        margin: 0;
        padding: 20px;
        text-align: center;
    }
    .menu_container .grid_uno ul li {
        list-style: none;
        font-family: gordita_black, sans-serif;
        font-family: 'Fjalla One', sans-serif;
        letter-spacing: 5px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: #ccc;
        padding: 5px 0;
    }
    .arrow_scroll {
        position: absolute;
        left: calc(50% - 15px);
        bottom: -25%;
        color: white;
        font-size: 25px;
        background: rgba(0, 0, 0, 0.5);
        /* border-radius: 100%; */
        padding: 8px 10px 2px;
    }
    .menu_container .grid_uno {
        background: rgb(6, 57, 123);
        z-index: 1;
        padding: 0;
    }
    .foot_contaner {
        padding: 0 0px;
    }
    .columna {
        padding: 0px;
        text-align: center;
    }
    .columna:nth-child(2) {
        text-align: center;
    }
    .columna:nth-child(2)::after {
        display: none;
    }

    .columna::after {
        content: '';
        width: 1px;
        height: 70%;
        right: 0;
        top: 15%;
        position: absolute;
        background: rgb(173, 169, 163);
        display: none;
    }
    .derechos {
        color: white;
        background: rgba(0, 0, 0, 0.25);
        padding: 40px;
        margin: 0;
        font-size: 16px;
    }
    .title_section {
        font-size: 2.5rem;
        text-transform: uppercase;
        font-style: normal;
        font-family: 'Fjalla One', sans-serif;
        font-weight: 900;
        color: #06397b;
        letter-spacing: 6px;
    }
    .e_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
    }
    .e_mas {
        left: -1.3em;
        position: absolute;
        width: 100%;
        font-size: 3em;
    }
    .e_40 {
        text-align: center;
        font-size: 6.5em;
    }
    .e_texto {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 8em;
        text-align: center;
        left: 0em;
    }
    .e_imagen {
        background-image: url(../img/67.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 300px;
        width: 100%;
        border-radius: 10px;
    }
    .cuarenta {
        font-family: 'Fjalla One', sans-serif;
        color: #06397b;
        font-size: 28px;
        text-align: center;
        padding: 0 0px;
        position: relative;
    }
    #empresa .bg {
        /* background: url(../img/27.png); */
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        height: 80%;
        width: 40%;
        right: 0;
        top: 20%;
        display: none;
    }
    .padding_hostoria {
        padding: 0 0px;
        width: 80%;
        left: 10%;
        margin-top: 20%;
    }
    .box_1 {
        margin-left: 0%;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-content: inherit;
        height: auto !important;
    }

    .box_1 .superior .foto {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        min-height: 200px;
    }
    .box_1 .superior {
        height: 50%;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .box_1 p {
        margin: 0;
        color: #212529;
        font-size: 16px;
        text-align: center;
    }


    .box_1 .inferior {
        min-height: 20px;
        width: 100%;
        padding: 30px;
        font-family: 'Fjalla One', sans-serif;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #06397b;
        padding: 30px 50px;
        text-align: center;
    }
    .box_1 .inferior h2 {
        font-size: 1.6rem;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .box_1 .next {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #06397b;
        text-align: center;
        color: #fff;
        top: -50px;
        right: 5%;
        font-size: 18px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-top-right-radius: 10px;
        z-index: 10;
    }

    .box_1 .previous {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #06397b;
        text-align: center;
        color: #fff;
        top: -50px;
        right: calc(5% + 50px);
        font-size: 18px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-top-left-radius: 10px;
        z-index: 10;
    }


    .linea_temporal {
        padding: 0px 10%;
        margin: 50px 0 500px 0%;
        position: relative;
        width: 60%;
        height: 1400px;
        left: -50px;
        top: 20px;
    }
    .linea {
        position: absolute;
        width: 5px;
        height: 1400px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
        background: #06397b;
    }

    .linea_temporal .year h2.active {
        font-size: 1.4rem;
        font-family: 'Fjalla One', sans-serif;
        color: #06397b;
    }

    .linea_temporal .year h2 {
        font-size: 1.4rem;
        font-family: 'Fjalla One', sans-serif;
        color: #ccc;
    }

    .clientes_container {
        padding: 0 0%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .seccion_cliente_titulo h1 {
        text-transform: uppercase;
        font-family: 'Fjalla One', sans-serif;
        font-style: normal;
        font-weight: 900;
        letter-spacing: 3px;
        font-size: 30px;
    }

    .logos_container {
        padding: 0 0px 0 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .seccion_cliente {
        margin: 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
        border-radius: 15px;
    }
    .seccion_cliente_titulo_container {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    form {
        padding: 0 0%;
    }

    .btn_1.adaptable {
        padding: 15px 25px;
        width: 100%;
    }
    .btn_1_container {
        text-align: center;
    }

    .address p {
        font-size: 12px;
        letter-spacing: 1px;
        text-align: center;
    }

    #footer {
        background: #f2f2f2;
        font-size: 16px;
        width: 100%;
        margin-left: 0px;
    }

    .foot_container {
        padding: 20px 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background: rgba(0, 0, 0, 0);
    }

    #footer h1::after {
        content: '';
        height: 2px;
        width: 20px;
        background: #003980;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        margin-left: calc(50% - 10px);
    }

    #footer .columna {
        padding: 0px 20px;
        text-align: center;
        margin: 20px 0;
    }

    .columna,
    .fila {
        text-align: center;
        font-family: 'Fjalla One', sans-serif;
        font-style: normal;
        margin: 20px;
        width: auto;
    }

    .fila ul {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
    }

    #footer .delegaciones h1 {
        text-align: center;
        width: 100%;
        padding: 0px 0 0;
        margin: 20px 0 10px;
    }

    #footer .delegaciones {
        text-align: center;
        padding: 50px 0px;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.1);
    }

    #footer .delegacion p {
        font-weight: 600;
        font-family: gordita_light, sans-serif;
        font-size: 14px;
        margin: 0rem;
        text-align: center;
    }
    #footer .legal ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
		min-height: 150px;
    }
    #footer .legal ul li {
        padding: 5px;
        font-size: 15px;
        font-family: gordita_light, sans-serif;
        text-align: center;
    }
    #footer .legal ul li::after {
        content: '';
        height: 12px;
        width: 1px;
        background: #7d7d7d;
        position: absolute;
        margin-left: -10px;
        margin-top: -18px;
        display: none;
    }
    .derechos img {
        text-align: center;
        margin: 0 40%;
    }
    .t_foto {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
        border-radius: 10px;
        margin: 30px 0%;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
    .t_foto .text_main_container {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        padding: 50px 20px;
        margin: 0;
        z-index: 1;
        position: relative;
        height: 100%;
    }
    .tip_map_container {
        height: 500px;
        margin: 20px 0;
        width: 275px;
        position: relative;
        opacity: 1;
    }
    .tip_map_total_container {
        height: 100%;
        position: relative;
        left: 5%;
        top: 0%;
        z-index: 0;
    }
    .tip_map .foto_sede {
        width: 100%;
        height: 0px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
        height: 150px;
    }
    .tip_map_container .direccion {
        width: 100%;
        display: block;
        padding: 10px 20px 20px;
        text-align: center;
    }
    .tip_map_container .sede_button {
        display: block;
    }
    .tip_map_container .direccion {
        width: 100%;
        display: block;
        padding: 20px 20px 20px;
        text-align: center;
    }
    .legal table {
        border: #003980;
        width: 100%;
        max-width: 500px;
        font-size: 10px !important;
        display: none;
    }
    .a_title {
        padding: 0px 0px;
        text-align: center;
		height: auto;
    }
    .a_texto_container {
        margin-top: 0px;
        padding: 20px 0;
    }
    .a_fotos_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .a_sub_texto {
        font-size: 0.7em;
        text-align: center;
        position: relative;
        font-family: gordita_light, sans-serif;
        text-transform: uppercase;
    }
    .a_texto_container p {
        padding: 10px 0;
        margin: 0;
        text-align: center;
    }
    .bg_almacenaje {
        background: transparent;

    }

    .entry-title {
        font-size: 2.5rem;
        text-transform: uppercase;
        font-style: normal;
        font-family: 'Fjalla One', sans-serif;
        font-weight: 900;
        color: #06397b;
        letter-spacing: 6px;
        color: #06397b;
        text-align: center;
        padding: 10px 0;
    }

    .historia_container {
        position: absolute;
        top: 160px;
        height: 1400px;

    }
    #map {
        display: none;
    }
     .overlay2 {
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 10;
        position: absolute;
    }
    /*.menu_container .grid_uno ul {
        display: block;
        flex-direction: column;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: center;
        counter-reset: menuitem;
        margin: 0;
        padding: 0;
    }
    .menu_container .grid_uno li {
        list-style: none;
        font-family: gordita_medium, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        text-transform: lowercase;
        color: #ccc;
        padding: 5px;
        width: 50%;
        float: left;
        text-align: center;
    }
    .menu_container .grid_dos li {
        list-style: none;
        font-family: gordita_medium, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        text-transform: lowercase;
        color: #ccc;
    }
    .menu_container .grid_dos {
        background: rgb(0, 39, 85);
        z-index: 1;
        display: flex;
    }
    .menu_container .grid_tres {
        background: rgb(0, 39, 85);
        z-index: 1;
        display: flex;
    }
    .menu_container .grid_tres li {
        list-style: none;
        font-family: gordita_medium, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        text-transform: lowercase;
        color: #ccc;
        position: static;
    }
    .menu_container .grid_tres .mapa {
        height: 100%;
        width: 100%;
        position: absolute;
        background: url(../img/mapa.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
        z-index: -1;
    }

    .menu_container .grid_tres:hover .mapa {
        transform: scale3d(1.1, 1.1, 1);
    }
    .menu_container .grid_cuatro li {
        position: static;
        font-size: 25px;
    }
    .menu_container .bg {
        z-index: -1;
    }*/
}