/*FUENTES*/

@font-face {
    font-family: "Gotham-Rounded-Light";
    src: url("../fonts/Gotham-Rounded-Light.eot");
    src: local("☺"), url("../fonts/Gotham-Rounded-Light.woff") format("woff"),
        url("../fonts/Gotham-Rounded-Light.ttf") format("truetype"),
        url("../fonts/Gotham-Rounded-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Rounded-Book";
    src: url("../fonts/Gotham-Rounded-Book.eot");
    src: local("☺"), url("../fonts/Gotham-Rounded-Book.woff") format("woff"),
        url("../fonts/Gotham-Rounded-Book.ttf") format("truetype"),
        url("../fonts/Gotham-Rounded-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Rounded-Medium";
    src: url("../fonts/Gotham-Rounded-Medium.eot");
    src: local("☺"), url("../fonts/Gotham-Rounded-Medium.woff") format("woff"),
        url("../fonts/Gotham-Rounded-Medium.ttf") format("truetype"),
        url("../fonts/Gotham-Rounded-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Rounded-Bold";
    src: url("../fonts/Gotham-Rounded-Bold.eot");
    src: local("☺"), url("../fonts/Gotham-Rounded-Bold.woff") format("woff"),
        url("../fonts/Gotham-Rounded-Bold.ttf") format("truetype"),
        url("../fonts/Gotham-Rounded-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*ESTILOS GENERALES*/

* {
    margin: 0px auto;
    padding: 0px;
}

.pointer {
    cursor: pointer;
}

body {
    font-family: "Gotham-Rounded-Book";
    color: #59524b;
    smoothing: antialiased;
}
footer,
section {
    position: relative;
}
footer .container,
section .container {
    position: relative;
}

a {
    -webkit-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out;
}
a:focus,
a:hover {
    text-decoration: none;
}

p {
    font-size: 17px;
}

.thumb-cover {
    background-size: cover;
    background-position: center center;
}
.thumb-contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/*HOME*/

header.header {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
header.header .container .header-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header.header .container .header-wrapper .logo-wrapper {
    padding: 16px 0;
    position: relative;
    margin-left: 0px;
}
header.header .container .header-wrapper .logo-wrapper img.logo {
    max-width: 220px;
    -webkit-transition: max-width 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: max-width 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: max-width 600ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}
header.header .container .header-wrapper .logo-wrapper img.logo-alt {
    opacity: 0;
    max-width: 180px;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.header .container .header-wrapper nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
header.header .container .header-wrapper nav .menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header.header .container .header-wrapper nav .menu li {
    display: block;
}
header.header .container .header-wrapper nav .menu li a {
    color: #777777;
    display: block;
    font-family: Gotham-Rounded-Medium;
    font-size: 0.85rem;
    padding: 0 0 0 16px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.header .container .header-wrapper nav .menu li a:focus,
header.header .container .header-wrapper nav .menu li a:hover {
    color: #f36c4c;
}
header.header .container .header-wrapper nav .menu li.close {
    display: none;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}
header.header .container .header-wrapper nav .mobile-icon {
    display: none;
    cursor: pointer;
    padding: 10px 0;
}
header.header .container .header-wrapper nav .mobile-icon i {
    font-size: 1.5rem;
}
header.header.scroll .container .header-wrapper .logo-wrapper {
    padding: 6px 0;
}
header.header.scroll .container .header-wrapper .logo-wrapper img.logo {
    max-width: 180px;
}
header.header.scroll .container .header-wrapper .logo-wrapper img.logo-alt {
    opacity: 1;
}
header.header.scroll .container .header-wrapper nav .menu li a {
    padding: 0 0 0 16px;
    font-size: 0.785rem;
}
.header-margin {
    height: 115px;
}

/* SLIDER CSS */

/* I wanted to center my loader */
#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
    display: none; /* Only use this if you fade it in again after the images load */
    position: fixed !important;
}

/*Set my gradient above all images*/
#gradient {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

#arrow_left,
#arrow_right {
    bottom: 40%;
    height: 67px;
    position: absolute;
    right: 30px;
    width: 36px;
    transition: all 300ms;
    z-index: 1000;
}
#arrow_left {
    left: 30px;
}

#arrow_left:hover,
#arrow_right:hover {
    opacity: 0.7;
}

.texto-slider {
    display: block;
    top: 40%;
    margin-left: 100px;
    position: absolute;
    z-index: 9999; /* Show above .gradient */
}

.texto-slider h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 36px;
    color: white;
}

.texto-slider p {
    width: 60%;
    margin-top: 20px;
    font-family: Gotham-Rounded-Book;
    font-size: 22px;
    color: white;
    line-height: 30px;
}

.texto-slider a {
    cursor: pointer;
    display: block;
    margin-top: 20px;
    padding: 15px;
    width: 200px;
    border: 1px solid white;
    font-family: Gotham-Rounded-Medium;
    font-size: 15px;
    color: white;
    text-align: center;
    transition: all 300ms;
}

.texto-slider a:hover {
    color: #f36c4c;
    text-decoration: none;
    border-color: #f36c4c;
}

/* TITULOS */

/* ACERCA */

#acerca .row {
    height: 100%;
    background-color: #f4f4f4;
}

#acerca .destacado {
    display: block;
    font-family: Gotham-Rounded-Medium;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #59524b;
}

#acerca h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-bottom: 10px;
}

#acerca .nosotros_imagen {
    width: 100%;
    padding-right: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#acerca #nosotros_texto {
    width: 690px;
    float: left;
    padding: 50px;
}

#acerca #nosotros_texto p {
    font-family: Gotham-Rounded-Light;
    font-size: 17px;
    color: #595959;
    line-height: 23px;
}

#acerca .tag_nosotros {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f36c4c;
    opacity: 0.8;
    color: white;
    font-family: Gotham-Rounded-Book;
    font-size: 20px;
}

#acerca .tag_nosotros p {
    margin-bottom: 0px;
}

#mision .row,
#vision .row {
    height: 100%;
    min-height: 320px;
    background-color: #535353;
}

#mision h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 15px;
}

#mision h2,
#vision h2 {
    font-family: Gotham-Rounded-Book;
    font-size: 28px;
    color: #f79354;
}

#mision h3,
#vision h3 {
    font-family: Gotham-Rounded-Book;
    font-size: 26px;
    color: #26668a;
}

.cuadro_mision,
.cuadro_vision {
    background-color: #535353;
    color: white;
    padding: 40px;
}

.img_mision,
.img_vision {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 300px;
}

#mision,
#vision,
#valores {
    margin-bottom: 40px;
}

#valores h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 10px;
}

#valores .row {
    height: 100%;
    background-color: #dddddd;
}

#valores .texto_valores {
    width: 690px;
    float: left;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

#valores h2 {
    font-family: Gotham-Rounded-Book;
    font-size: 24px;
    color: #26668a;
    padding-bottom: 10px;
}

#valores p {
    font-family: Gotham-Rounded-Book;
    font-size: 16px;
    color: #595959;
    line-height: 20px;
    padding-bottom: 15px;
}

#negocios h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 10px;
}

#negocios .box {
    height: auto;
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
    background-color: #e6e6e6;
}

#negocios .box_img {
    height: auto;
    min-height: 320px;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center center;
}

#negocios .box_txt {
    padding: 50px;
}

#negocios .box_txt h3 {
    font-family: Gotham-Rounded-Book;
    font-size: 26px;
    color: #26668a;
    margin-bottom: 25px;
}

#negocios .box_txt p {
    font-family: Gotham-Rounded-Book;
    font-size: 16px;
    color: #515151;
    line-height: 25px;
    padding-bottom: 0px;
}

#negocios a {
    display: block;
    padding: 15px;
    padding-left: 0px;
    color: #515151;
    font-family: Gotham-Rounded-Medium;
    text-decoration: none;
    transition: all 400ms;
}

#negocios a:focus,
#negocios a:hover {
    color: #913f99;
}

#negocios .borde_left,
#negocios .borde {
    float: right;
    position: relative;
    height: 100%;
    width: 55px;
    min-height: 320px;
    margin: 0px;
    padding: 0px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#negocios .borde_left {
    float: left;
    background-position: left bottom;
}

/* DISTRIBUCION GRANDES CADENAS */

#distribucion_cadenas .container-fluid,
#distribucion_logos .container-fluid,
#distribucion_images .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}

#distribucion_cadenas .row {
    height: 100%;
    background-color: #f4f4f4;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#distribucion_cadenas .destacado {
    display: block;
    font-family: Gotham-Rounded-Medium;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #59524b;
}

#distribucion_cadenas h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-bottom: 10px;
}

#distribucion_cadenas .distribucion_imagen {
    width: 100%;
    padding-right: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#distribucion_cadenas #distribucion_texto {
    float: right;
    width: 690px;
    padding: 50px;
}

#distribucion_cadenas #distribucion_texto p {
    font-family: Gotham-Rounded-Light;
    font-size: 17px;
    color: #595959;
    line-height: 23px;
}

#distribucion_images {
    margin-bottom: 60px;
}

#distribucion_images .img-distribucion {
    width: 100%;
    height: auto;
}

#distribucion_images .container-fluid {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#distribucion_images .titulo_distribucion {
    background-color: #914099;
    height: auto;
    padding: 15px;
    width: 100%;
}

#distribucion_images .titulo_distribucion h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 25px;
    color: white;
    opacity: 1;
    text-align: center;
    margin: 0px;
}

#distribucion_images .box_frase {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    z-index: 20;
}

#distribucion_images .box_frase p {
    font-family: Gotham-Rounded-Medium;
    font-size: 14px;
    color: white;
    opacity: 1;
    text-align: center;
}

/*SERVICIOS*/

#servicios h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 10px;
}

#servicios .box {
    height: auto;
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
    background-color: #e6e6e6;
}

#servicios .box_img {
    height: auto;
    min-height: 450px;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: left center;
}

#servicios .box_txt {
    padding: 50px;
}

#servicios .box_txt h3 {
    font-family: Gotham-Rounded-Book;
    font-size: 26px;
    color: #26668a;
    margin-bottom: 25px;
}

#servicios .box_txt p {
    font-family: Gotham-Rounded-Book;
    font-size: 16px;
    color: #515151;
    line-height: 25px;
    padding-bottom: 0px;
}

#servicios a {
    display: block;
    padding: 15px;
    padding-left: 0px;
    color: #515151;
    font-family: Gotham-Rounded-Medium;
    text-decoration: none;
    transition: all 400ms;
}

#servicios a:focus,
#servicios a:hover {
    color: #913f99;
}

/*LOGISTICA*/

#logistica .row {
    margin: 0px;
}

#logistica h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 10px;
}

#logistica .box_img,
#logistica .box_img_367 {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    height: auto;
    min-height: 600px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center center;
}

#logistica .box_img_367 {
    min-height: 367px;
    width: 49%;
}

#logistica .box_frase {
    position: absolute;
    background-color: #914099;
    opacity: 0.8;
    padding: 15px;
    width: auto;
    height: 50px;
}

#logistica .box_frase p {
    font-family: Gotham-Rounded-Medium;
    font-size: 17px;
    color: white;
    opacity: 1;
}

#logistica #seco_congelados,
#logistica #deposito {
    margin-bottom: 25px;
}

#logistica #refrigerados_camiones {
    margin-bottom: 50px;
}

/* INTERIOR */

#interior {
    min-height: 75vh;
}

#interior h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 10px;
}

#interior .box {
    height: auto;
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
    background-color: #e6e6e6;
}

#interior .box_img {
    height: auto;
    min-height: 450px;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: left center;
}

#interior .box_txt {
    padding: 50px;
}

#interior .box_txt h3 {
    font-family: Gotham-Rounded-Book;
    font-size: 26px;
    color: #26668a;
    margin-bottom: 25px;
}

#interior .box_txt p {
    font-family: Gotham-Rounded-Book;
    font-size: 16px;
    color: #515151;
    line-height: 25px;
    padding-bottom: 0px;
}

/* PRODUCTOS */
#productos .col,
#productos .row {
    margin: 0px;
    padding: 0px;
}

#productos h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
}

#productos p {
    padding-right: 10px;
    padding-left: 10px;
}

#productos .box_img {
    padding: 10px;
}

#productos .box_frase {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    z-index: 5;
}

#productos .box_frase p {
    font-family: Gotham-Rounded-Medium;
    font-size: 17px;
    color: white;
    opacity: 1;
    text-align: center;
}

#productos_logos .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#productos_logos .titulo_logos {
    background-color: #914099;
    height: auto;
    width: 100%;
    padding: 15px;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

#productos_logos .titulo_logos h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 25px;
    color: white;
    opacity: 1;
    text-align: center;
    margin: 0px;
}

#productos_logos .img-logos-productos {
    width: 170px;
    height: auto;
}

/* CLIENTES */

#clientes h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#clientes .box_img {
    padding: 10px;
}

#clientes img {
    border: 1px solid #e4e4e4;
}

#clientes .box_frase {
    position: relative;
    background-color: #d8d8d8;
    padding: 10px;
    width: 100%;
    height: auto;
}

#clientes .box_frase p {
    font-family: Gotham-Rounded-Medium;
    font-size: 15px;
    color: #333333;
    opacity: 1;
    text-align: center;
    margin-bottom: 0px;
}

#clientes .box_frase p span {
    display: block;
    font-family: Gotham-Rounded-Medium;
    font-size: 15px;
    color: #2b596c;
    opacity: 1;
    text-align: center;
}

#clientes_images {
    margin-top: 60px;
    margin-bottom: 60px;
}

#clientes_images .container-fluid {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#clientes_images .titulo_clientes {
    background-color: #914099;
    height: auto;
    padding: 15px;
    width: 100%;
}

#clientes_images .titulo_clientes h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 25px;
    color: white;
    opacity: 1;
    text-align: center;
    margin: 0px;
}

#clientes_images .box_frase {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    z-index: 20;
}

#clientes_images .img-clientes {
    width: 100%;
    height: auto;
}

#clientes_images .box_frase p {
    font-family: Gotham-Rounded-Medium;
    font-size: 15px;
    color: white;
    opacity: 1;
    text-align: center;
}

/* CONTACTO */

#contacto h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 32px;
    color: #913f99;
    padding-top: 30px;
    padding-bottom: 10px;
}

#contacto .box {
    height: auto;
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
    background-color: #e6e6e6;
}

#contacto .box_img {
    height: auto;
    min-height: 320px;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center center;
}

#contacto .box_txt {
    padding: 50px;
}

#contacto .box_txt h3 {
    font-family: Gotham-Rounded-Book;
    font-size: 26px;
    color: #26668a;
    margin-bottom: 25px;
}

#contacto .box_txt p {
    font-family: Gotham-Rounded-Book;
    font-size: 16px;
    color: #515151;
    line-height: 25px;
    padding-bottom: 0px;
}

#contacto a {
    display: block;
    padding: 15px;
    padding-left: 0px;
    color: #064a6c;
    font-family: Gotham-Rounded-Medium;
    text-decoration: none;
    transition: all 400ms;
}

#contacto a:focus,
#contacto a:hover {
    color: #913f99;
}

#contacto .borde {
    float: right;
    position: relative;
    height: 100%;
    width: 55px;
    min-height: 320px;
    margin: 0px;
    padding: 0px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#contacto_form .titulo_form {
    background-color: #914099;
    height: auto;
    padding: 15px;
    width: 100%;
}

#contacto_form .titulo_form h1 {
    font-family: Gotham-Rounded-Book;
    font-size: 25px;
    color: white;
    opacity: 1;
    text-align: center;
    margin: 0px;
}

#contacto_form form label {
    text-transform: uppercase;
    color: white;
}

#contacto_form #formulario {
    padding-top: 80px;
    padding-bottom: 60px;
}

#contacto_form #formulario textarea,
#contacto_form #formulario input {
    box-shadow: none;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 0px;
}

#contacto_form #formulario button {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0px;
    transition: all 300ms;
}

#contacto_form #formulario button:hover {
    background-color: transparent;
    color: #f36c4c;
    border: 1px solid #f36c4c;
    border-radius: 0px;
    transition: all 300ms;
}

#contacto .parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*FOOTER*/

#footer-home {
    left: 0;
    bottom: 0;
    margin-top: -40px;
    position: absolute;
    width: 100%;
    background-color: #0f0f0f96;
    height: 60px;
    padding-top: 20px;
    z-index: 25;
}

#footer-home .container div h4 {
    font-family: Gotham-Rounded-Medium;
    font-size: 13px;
    font-weight: 400;
    color: #b86abf;
    text-transform: uppercase;
    margin-left: 110px;
    padding-right: 15px;
}

#footer-home .container div p {
    font-family: Gotham-Rounded-Medium;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}

#footer {
    background-color: #313131;
    height: 150px;
    padding: 25px;
}

#footer .footer-container {
    display: flex;
    flex-direction: row;
    float: left;
}

#footer .footer-container div {
    position: relative;
    padding-right: 20px;
}

#footer .footer-container div h4 {
    font-family: Gotham-Rounded-Medium;
    font-size: 15px;
    font-weight: 400;
    color: #b86abf;
    text-transform: uppercase;
}

#footer .footer-container div p {
    font-family: Gotham-Rounded-Book;
    font-size: 15px;
    color: white;
}

#footer .footer-container div a {
    color: white;
    text-decoration: none;
}

#footer .footer-container div a:focus,
#footer .footer-container div a:hover {
    color: #f79354;
}

.line {
    background-image: url(../assets/line_footer.png);
    background-repeat: repeat-x;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    height: 3px;
}

/*MEDIA QUERIES*/

@media screen and (max-width: 1380px) {
    #acerca #nosotros_texto {
        width: 100%;
    }

    #valores .texto_valores {
        width: 100%;
    }

    #acerca .tag_nosotros {
        width: 80%;
    }

    #distribucion_cadenas #distribucion_texto {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    header.header .container .header-wrapper nav .menu li a {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 991px) {
    header.header .container .header-wrapper nav .menu,
    header.header.scroll .container .header-wrapper nav .menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(145, 64, 153, 0.9);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        visibility: hidden;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        text-align: center;
        -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        top: 0;
        width: 100%;
        z-index: 80;
    }
    header.header .container .header-wrapper nav .menu li,
    header.header.scroll .container .header-wrapper nav .menu li {
        width: 100%;
    }
    header.header .container .header-wrapper nav .menu li a,
    header.header.scroll .container .header-wrapper nav .menu li a {
        color: #fff;
        padding: 16px 0;
        font-size: 1rem;
    }
    header.header .container .header-wrapper nav .menu li.close,
    header.header.scroll .container .header-wrapper nav .menu li.close {
        display: block;
        position: absolute;
        text-align: right;
        top: 0;
        padding: 16px;
        right: 0;
    }
    header.header .container .header-wrapper nav .menu.active,
    header.header.scroll .container .header-wrapper nav .menu.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
    header.header .container .header-wrapper nav .mobile-icon,
    header.header.scroll .container .header-wrapper nav .mobile-icon {
        display: block;
    }
    .news .card-wrapper {
        width: 50%;
    }

    #acerca .nosotros_imagen {
        height: 450px;
    }

    #acerca .tag_nosotros {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
    #valores .valores_imagen {
        height: 450px;
    }
    #negocios .borde,
    #negocios .borde_left {
        display: none;
    }

    #negocios .box_row {
        display: flexbox;
        flex-direction: column-reverse;
    }

    #distribucion_cadenas .distribucion_imagen {
        width: 100%;
        min-height: 450px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #logistica .box_img,
    #logistica .box_img_367 {
        min-height: 367px;
        width: 100%;
    }

    #refrigerados_camiones > :first-child,
    #seco_congelados > :first-child {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .home-icons .icon {
        width: 100%;
    }
    .home-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home-blocks .content,
    .home-blocks .image {
        width: 100%;
    }
    .home-blocks .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .home-blocks .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .news .card-wrapper {
        width: 100%;
    }
    #footer-home .container div h4 {
        margin-left: 0px;
    }

    #footer-home {
        margin-top: -60px;
        height: 80px;
    }
}

@media screen and (max-width: 680px) {
    /*#arrow_left,
    #arrow_right {
        display: none;
    }*/

    #arrow_left,
    #arrow_right {
        bottom: 18%;
        height: 40px;
        position: absolute;
        right: 30px;
        width: 20px;
        transition: all 300ms;
        z-index: 1000;
    }
    #arrow_left {
        left: 30px;
    }

    #arrow_left:hover,
    #arrow_right:hover {
        opacity: 0.7;
    }

    .texto-slider {
        position: absolute;
        top: 30%;
        margin-left: 40px;
        z-index: 9999; /* Show above .gradient */
    }

    .texto-slider h1 {
        font-size: 32px;
    }

    .texto-slider p {
        width: 85%;
        margin-top: 20px;
        font-size: 16px;
        line-height: 23px;
    }

    .texto-slider a {
        cursor: pointer;
        display: block;
        margin-top: 20px;
        padding: 15px;
        width: 180px;
        border: 1px solid white;
        font-family: Gotham-Rounded-Medium;
        font-size: 13px;
        color: white;
        text-align: center;
        transition: all 300ms;
    }

    #acerca .tag_nosotros {
        height: auto;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 20px;
        font-size: 20px;
    }

    #acerca #nosotros_texto {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .cuadro_mision,
    .cuadro_vision {
        padding: 30px;
    }

    #valores h1 {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    #valores .texto_valores {
        padding: 30px;
    }

    #negocios .box_txt {
        padding: 30px;
    }

    #servicios .box_txt {
        padding: 30px;
    }

    #servicios .box_img {
        min-height: 250px;
    }

    #logistica .box_frase {
        padding: 10px;
        padding-right: 60px;
        width: 70%;
        margin-right: 0px;
        height: 70px;
    }

    #clientes .box_frase p {
        font-size: 13px;
    }

    #clientes .box_frase p span {
        font-size: 13px;
    }

    #clientes_images .titulo_clientes h1 {
        font-size: 21px;
    }

    #interior .box_img {
        min-height: 250px;
    }

    #interior .box_txt {
        padding: 30px;
    }

    #contacto .borde {
        display: none;
    }

    #contacto .box_txt {
        padding: 30px;
    }

    #formulario {
        padding-left: 30px;
        padding-right: 30px;
    }

    #distribucion_cadenas #distribucion_texto {
        padding: 30px;
    }
}

@media screen and (max-width: 597px) {
    .masonry .item:nth-child(n) {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 1;
        grid-row: span 1;
    }

    .texto-slider {
        position: absolute;
        top: 25%;
        margin-left: 20px;
        z-index: 9999; /* Show above .gradient */
    }

    /* footer home */

    #footer-home {
        margin-top: -60px;
        position: absolute;
        width: 100%;
        background-color: #0f0f0f96;
        height: 80px;
        padding-left: 30px;
        padding-top: 20px;
        z-index: 25;
    }

    /* footer pagina */

    .logo_footer,
    .line_gris {
        display: none;
        padding: 0px;
    }
    #footer {
        padding: 25px;
        padding-left: 0px;
    }

    #footer .footer-container div {
        padding-left: 5px;
        padding-right: 0px;
    }
}
