@media (min-width: 768px) {
    /* Nav */
    .main-navigation {
        position: sticky;
    }
	.navbar-brand {
		padding-right: 15px;
	}
    .navbar-brand img {
        margin-left: 0;
        margin-right: 15px;
    }
    .navbar-brand #al {
        width: 100px;
        padding: 0;
        margin: 0;
    }
    .navbar ul {
        margin: 0 auto;
        display: inline-block;
    }
    /* Hide elements on #nav */
    #nav .toggler,
    #nav .top-cta,
    .navbar-toggler {
        display: none !important;
    }
    /* Menu items */
    .navbar .menu-item {
        display: inline-block;
    }
    .navbar a,
    .navbar button {
        font-size: 0.9rem;
        font-weight: normal;
        border-bottom: 4px solid #fff0;
        /**transition: 0.3s ease all;**/
        padding: 10px 0;
        margin: 0 15px;
    }
    .navbar a:hover,
    .navbar button:hover {
        background: none;
        text-decoration: none;
    }
    .navbar .m-b .menu-item:hover>a,
    .navbar .m-b button:hover {
        border-color: #000;
    }
    .navbar .m-b .menu-item.current-menu-item>a {
        border-color: #07b;
    }
    .navbar .menu-item.contacto {
        line-height: 1;
        margin: 0.5rem 0 0.5rem 0.5rem;
        background: #07b;
        color: #fff;
        padding: 0.6rem 0.8rem;
        text-transform: uppercase;
        font-weight: normal;
        /**transition: ease 0.3s all;**/
        font-size: 0.9em;
        border-radius: 5px;
    }
    .m-t .menu-item.contacto>i {
        vertical-align: sub;
        margin-right: 8px;
        display: none;
    }
    /* FAQs links */
    .m-t .menu-item.faqs {
        display: inline-block;
    }
    .menu-faqs {
        display: none;
    }
    #menu-item-exp {
        display: inline-block;
    }
    #b-m-exp {
        display: inline-block;
        font-size: 1.65rem;
        white-space: nowrap;
        flex-basis: 120px;
        box-shadow: none;
        border-radius: 0;
        text-transform: none;
        color: #000;
        padding-top: 0;
    }
    /* Menu bars */
    .m-s.m-t {
        text-align: right;
        justify-content: flex-end;
    }
    .m-t .menu-item,
    .m-t .menu-item>a {
        /* Menu top */
        color: #666;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
        font-size: 1rem;
        white-space: nowrap;
    }
    .m-t .menu-item>i {
        margin-right: 5px;
    }
    #nav #top-cta {
        display: none;
    }
    .m-t .menu-item>span {
        display: inline;
    }
    /* .m-t .menu-item.lang>i.a { display:none; } */
    .m-t .l {
        float: left;
    }
    #nav .m-b {
        display: block;
        position: initial;
        height: auto;
        width: auto;
        max-width: unset;
        transform: none;
        box-shadow: none;
        /**transition: none;**/
    }
    /* .m-b .menu-item,.m-b .menu-item>a,#nav #menu-s a {  */
    .m-b .menu-item>a,
    #nav #menu-s a {
        color: #000;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0;
        font-size: 1.25rem;
        padding: 10px 0;
    }
    #nav #m-c {
        margin: 0;
    }
    #nav #menu-s {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        background: transparent;
        padding: 0;
    }
    #menu-s>* {
        flex: 0 1 auto;
    }
    #menu-s button,
    #menu-s>li>a {
        text-align: center;
    }
    #nav.on div.close,
    #nav button.close,
    #s-s {
        display: none;
    }
    #nav .m-b {
        background: transparent;
    }
    #nav .m-b a,
    #nav #menu-s a {
        color: #000;
    }
    #nav .m-b a::after {
        border-bottom-color: #999;
        border-right-color: #999;
    }
    #nav #menu-s li:last-of-type a {
        margin-right: 0;
    }
    input.form-control,
    textarea.form-control {
        font-size: 22px;
    }
    .form-group i:before {
        top: 10px;
        font-size: 30px;
    }
    /* All menu container */
    #m-a {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        border: solid #b5b5b5;
        border-width: 0;
        z-index: 20;
        max-height: 0;
        overflow: hidden;
    }
    body.loaded #m-a {
        transition: ease all 0.5s;
    }
    #m-a.on {
        border-width: 1px 0 1px 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        max-height: 580px;
        padding: 1rem 0;
    }
    #b-m-exp.on {
        border-color: #000;
    }
    body.page-template-template-home #b-m-exp.on {
        border-color: #fff;
    }
    #menu-p {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #menu-p>li {
        flex: 0;
        min-width: 25%;
    }
    #menu-p li {
        margin: 0;
    }
    #menu-p li>a {
        border: 0;
    }
    #menu-p>li>a {
        border-bottom: 1px solid #ccc;
    }
    #menu-p>li>a::after {
        visibility: hidden;
    }
    #menu-p .sub-menu {
        padding: 0;
        margin: 5px 5px 20px;
    }
    #menu-p .sub-menu>li {
        display: block;
    }
    #menu-p .sub-menu>li a {
        border: 0;
        /**transition: none;**/
        font-size: 1rem;
        padding: 7px 0;
    }
    #menu-p .sub-menu>li:hover a {
        font-weight: bold;
    }
    /* Contact button */
    #menu-p .sub-menu>li#menu-item-479 a {
        padding: 6px 12px;
        margin-left: 0;
        border-radius: 5px;
        color: #fff;
        background: #0077bb;
    }
    /* Language */
    .lang-m ul {
        justify-content: flex-start;
    }
    .adv p.s {
        margin: 0 0 10px;
    }
    #lang .langs a {
        padding: 0 10px 5px 0;
        width: auto;
        height: 55px;
        text-align: center;
    }
    .lang-m a>i.a {
        margin: 0;
    }
    .lang-m a>span {
        font-size: 13px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 0 solid #0000;
    }
    body.loaded .lang-m a>span {
        transition: ease all 0.3s;
    }
    .lang-m a:hover>span {
        border-bottom: 2px solid #000;
    }
    body.lang-on #lang {
        height: 160px;
    }
    body.lang-on .site {
        padding-top: 160px;
    }
    body.lang-on.page-template-template-home header.site-header {
        top: 160px;
    }
    body.sel-on #lang {
        height: 180px;
    }
    body.sel-on .site {
        padding-top: 180px;
    }
    body.sel-on.page-template-template-home header.site-header {
        top: 180px;
    }
    /* Search */
    .m-t .menu-item.s {
        display: inline-block;
    }
    #s-m {
        display: block;
        position: absolute;
        top: -0.3em;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        overflow: hidden;
        max-width: 0%;
        transition: ease all 0.3s;
    }
    #nav.s-on #s-m {
        max-width: 83%;
    }
    #nav .m-t .menu-item.s {
        transition: ease all 0.3s;
        opacity: 1;
    }
    #nav.s-on .m-t .menu-item.s {
        opacity: 0;
        pointer-events: none;
    }

    .s input.form-control {
        background: #e0e0e04d;
        border-color: #fff;
		width: calc(100% - 50px);
    }

    .s button {
		width: 50px;
		margin: 0;
		border:0;
		top: 0;
		height: 50px;
		text-align: center;
		padding: 10px !important;
        transition: ease all 0.3s;
	}
	
    body.page-template-template-home .m-t .menu-item.s span {
		color:#fff;
		opacity:0.5;
		transition:opacity ease .3s;
	}
    body.page-template-template-home .m-t .menu-item.s:hover span {
		opacity:1;
	}
    body.page-template-template-home .s button {
		color:#fff;
	}

    .s button.hide {
		font-size: 30px;
		line-height: 0px;
		left: -60px;
		opacity: .5;
	}
	
    .s button.hide:hover {
		opacity: 1;
	}

    .s input.form-control {
        padding: 0.8em 1em 0.5em 1em !important;
        margin: 5px 0 0 0;
        font-size: 1rem;
        display: inline-block !important;
        vertical-align: bottom;
    }
    .s input.form-control:hover,
    .s input.form-control:focus {
        border-bottom-color: #07b;
    }
    input.form-control:placeholder-shown~label,
    textarea.form-control:placeholder-shown~label {
        font-size: 22px;
    }
    .form-group label,
    input.form-control:focus~label,
    textarea.form-control:focus~label {
        font-size: 14px;
    }
    /* Alignments */
    .alignleft {
        clear: none;
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    .alignright {
        clear: none;
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    /* Content */
    .page .breadcrumbs {
        padding: 10px 15px;
        margin-top: 0;
        margin-bottom: -15px;
    }
    #content {
        margin-top: 0;
    }
		
	#content .entry-title,
	#content .entry-title .elementor-heading-title {
		font-size: 3.2rem;
	}
	
    p.big {
        font-size: 1.9rem;
    }
    /* Home */
    .page-template-template-home .m-t .menu-item.link {
        opacity: 0.5;
        color: #fff;
    }
    .page-template-template-home .m-t .menu-item.link:hover,
    .page-template-template-home .m-t .menu-item.link:focus {
        opacity: 1;
    }
    .ac-h {
        margin-bottom: 0;
    }
    .ac-h-c {
        margin: 0 15px 0 0;
        padding: 16px 0;
        height: 60px;
        color: #666;
        border: 1px solid #666;
    }
    /* Sección de productos */
    #s-p {
        background: #07b;
        padding: 10px 0;
    }
    #s-p .sub-menu a {
        margin: 0.5rem 0.75rem;
        padding: 0.7rem 1.5rem;
    }
    /* MODAL */
    .modal.on {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 50;
    }
    .modal-dialog {
        position: static;
        height: auto;
        max-height: 80vh;
        width: auto;
        max-width: 80vw;
        min-width: 650px;
        padding: 0;
        overflow: auto;
        transform: none;
    }
    /* TODO Oculta el boton de contacto */
    #menu-item-1336 {
        display: none;
    }
    /* Logistic services */
    li.service {
        width: 31%;
        align-items: start;
    }
    /* AE-CARD */
    .ae-card>div.elementor-column-wrap {
        margin: 0 15px 20px !important;
    }
    /* Footer */
    #f-i {
        text-align: left;
        padding-top: 0;
    }
    /* OLD SERVICES @todo OLD*/
    .ac-old-services .elementor-widget-container {
        column-count: 2;
        column-gap: 60px;
    }
    .ac-old-services.no-column .elementor-widget-container {
        column-count: 1;
        column-gap: 60px;
    }
    .ac-old-services div.img {
        max-width: 140px;
    }
    /* HTML Gallery (@todo remove in next version) */
    .ac-html-gallery .elementor-widget-container>* {
        width: 24%;
        margin-bottom: 10px;
    }
    /* Info > Equipment (@todo remove in next version) */
    .ac-old-equipment .elementor-text-editor {
        column-count: 2;
        column-gap: 40px;
        padding: 40px 20px;
    }
    .ac-old-equipment .col-xs-9 {
        width: 70%;
        display: inline-block;
        vertical-align: top;
    }
    .ac-old-equipment .col-xs-3 {
        width: 24%;
        display: inline-block;
        text-align: right;
        vertical-align: top;
        padding-left: 5%;
    }
    /* Links */
    .links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    /* Links */
    .links-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {}