.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: #7e171f;
  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 a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 99999991;
  background: #ffffff;
}

.rd-mobilepanel_title {
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  padding-right: 60px;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border: none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #7e171f;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.rd-mobilepanel #logoMovil {
  top: 2px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 45px;
}
.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
}

@media (max-width: 1099px) {
}

@media (max-width: 992px) {
  .itemDat2 {
    margin-left: 34px;
  }
}

@media (min-width: 992px) {
  #menu {
    left: 255px;
  }
  #menu,
  .idiomas {
    top: 32px;
  }
  #menu li {
    padding: 0 17px;
  }
  #menu li a {
    font-size: 16px;
    padding: 0 5px;
  }
  #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;
  }
  .itemDat2 {
    margin-right: 70px;
    margin-left: 70px;
  }
  html[data-lang="en"] .itemDat2 {
    margin-right: 78px;
    margin-left: 83px;
  }
  #textHome1 .row {
    margin: 0 -24.66px;
  }
  #textHome1 div[class*="col-"] {
    padding: 0 24.66px;
  }
  #textHome1 .titleItemHome1 {
    font-size: 28px;
    line-height: 35px;
  }
  .titleHome1 span:before {
    width: 340px;
    left: -355px;
  }
  .titleHome1 span:after {
    width: 340px;
    right: -355px;
  }
  .titleHome2 {
    font-size: 30px;
  }
  .contentHome2 {
    font-size: 16px;
    line-height: 24px;
  }
  .contentHome3 {
    font-size: 16px;
    line-height: 30px;
  }
  .contentHome3:before {
    right: -422px;
  }
  .contentHome4 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
  .log1 {
    padding-right: 50px;
  }
  .log2 {
    padding-left: 40px;
  }
  .titleLog1,
  .titleLog2 {
    margin-bottom: 30px;
  }
  .textLog1 {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 27px;
  }
  .contentLog1 ul li,
  .contentLog2 ul li {
    font-size: 15px;
  }
  .titleHer2 {
    font-size: 30px;
  }
  #textHer2 div[class*="col-"] {
    width: 33.333%;
  }
  #textHer2 div[class*="col-"]:nth-child(3) {
    margin-left: 0;
    text-align: right;
  }
  .titleCont1 {
    font-size: 24px;
    line-height: 24px;
  }
  .cntFtop {
    padding-right: 65px;
  }
  #formTop .tit {
    font-size: 24px;
  }
  #formTop .subtit {
    line-height: 26px;
  }
  #frmContacto .form-control {
    height: 59px;
  }
  #frmContacto .textarea {
    height: 157px;
  }
  .cntInputs {
    height: 42px;
  }
  .inputs {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin-top: 0;
  }
  .ingresar {
    right: 100px;
    top: 32px;
  }
  .ingresar div {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #menu li {
    padding: 0 26px;
  }
  .flex-direction-nav .flex-prev {
    margin-left: -500px;
  }
  .flex-direction-nav .flex-next {
    margin-left: -460px;
  }
  .contSlider .container .caption {
    font-size: 35px;
    right: 15px;
    top: 170px;
    line-height: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 90px;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
  }
  .itemDat2 {
    margin-right: 198px;
    margin-left: 178px;
  }
  html[data-lang="en"] .itemDat2 {
    margin-right: 145px;
    margin-left: 185px;
  }
  .titleHome1 span:before {
    width: 400px;
    left: -425px;
  }
  .titleHome1 span:after {
    width: 400px;
    right: -425px;
  }
  .contentLog1 span,
  .contentLog2 span {
    display: block;
  }
  .titleHer2 {
    font-size: 36px;
  }
  .titleCont1 {
    font-size: 30px;
    line-height: 29px;
  }
  .ingresar {
    right: 185px;
  }
}
@media (min-width: 1450px) {
  .contSlider .container .caption {
    font-size: 50px;
    right: 15px;
    top: 210px;
    line-height: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 90px;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
  }
}
@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;
    margin-bottom: 35px;
  }
  #header #logo,
  #header #menu {
    display: none;
  }
  .cntLogo {
    width: 0;
    height: 0;
    background: transparent;
  }
  #header #topMenu {
    height: auto;
  }
  #header {
    margin-top: 56px;
    height: auto;
  }
  #frmContacto {
    position: static;
    margin: auto;
  }
  #sliderTop {
    height: auto;
    margin-top: 0px;
  }
  #sliderTop .slides li {
    height: 350px;
  }
  .contSlider .container .caption {
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 0;
    background-position: center;
    border-radius: 0;
    padding-left: 0;
  }
  a.toTop {
    left: auto;
    right: 21px;
  }
  #redes {
    display: flex;
    width: 100%;
    height: 36px;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    background: #ffffff;
    z-index: 7;
  }
  #redes a {
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0;
    border-radius: 0;
  }
  #redes a:hover,
  #redes a:focus {
    text-decoration: none;
    transform: scale(1);
  }
  #redes .fb {
    background: #395398 !important;
  }
  #redes .sk {
    background: #42bded !important;
  }
  #redes .in {
    background: #ab7f5c !important;
  }
  #redes .linkedin {
    background: #007bbd !important;
  }
  #redes a .fa {
    display: block;
  }
  #topMenu .idiomas {
    display: none;
  }
  .idiomas {
    position: absolute;
    top: 3px;
    right: 0;
  }
  #sliderTop .flex-control-nav {
    display: none;
  }
  .itemDat3 {
    display: none;
  }
  .itemDat1 {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .itemDat2 {
    margin-right: 0px;
    margin-left: 0px;
    width: calc(50% - 5px);
  }
  html[data-lang="en"] .itemDat2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  #icoWa {
    background: url(../images/what2.png) center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 120px !important;
  }
  #textHome1 div[class*="col-"] {
    width: 50%;
  }
  .titleHome1 span:before {
    width: 125px;
    left: -140px;
  }
  .titleHome1 span:after {
    width: 125px;
    right: -140px;
  }
  .titleHome1 {
    font-size: 35px;
    line-height: 40px;
  }
  #textHome2 .row {
    margin: 0 -15px;
  }
  #textHome2 div[class*="col-"] {
    padding: 0 15px;
    width: 100%;
  }
  #textHome2 div[class*="col-"]:last-child figure {
    padding-bottom: 0px;
  }
  #textHome2 div[class*="col-"]:last-child:before {
    width: 0;
    height: 0;
  }
  #textHome2 {
    padding-top: 70px;
    padding-bottom: 64px;
  }
  .titleHome2 {
    font-size: 20px;
  }
  .contentHome2 {
    letter-spacing: 0.25px;
    line-height: 24px;
  }
  #bgHome3 {
    background: url(../images/inicio/fondo2.webp) center no-repeat;
    background-size: cover;
    height: 250px;
  }
  #textHome3 {
    background: #a81409;
  }
  .contentHome3 {
    height: auto;
    padding: 55px 0;
  }
  .contentHome3:before,
  #textHome4 div[class*="col-"]:last-child:before {
    width: 0;
    height: 0;
  }
  #textHome4 .row {
    margin: 0 -15px;
  }
  #textHome4 div[class*="col-"] {
    padding: 0 15px;
    width: 100%;
  }
  #textHome4 {
    padding-top: 55px;
    padding-bottom: 10px;
  }
  .textLog1a:before,
  .textLog1b:before {
    width: 0;
    height: 0;
  }
  #bgLo1 {
    background: url(../images/logistica/log1.webp) center left no-repeat;
    background-size: cover;
    height: 300px;
  }
  #bgLo2 {
    background: url(../images/logistica/log2.webp) center left no-repeat;
    background-size: cover;
    height: 300px;
  }
  #bgLo3 {
    background: url(../images/logistica/log3.webp) center left no-repeat;
    background-size: cover;
    height: 300px;
  }
  #bgLo4 {
    background: url(../images/logistica/log4.webp) center left no-repeat;
    background-size: cover;
    height: 300px;
  }
  #bgLo5 {
    background: url(../images/logistica/log5.webp) center left no-repeat;
    background-size: cover;
    height: 300px;
  }
  #bgLo6 {
    background: url(../images/logistica/log6.webp) center left no-repeat;
    background-size: cover;
    height: 300px;
  }
  .contentLog1,
  .contentLog2 {
    height: auto;
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentLog2 {
    padding-right: 0px;
    padding-left: 0;
  }
  .log1 {
    padding-right: 0px;
  }
  .log2 {
    padding-left: 0px;
  }
  .contentFormTop {
    justify-content: center;
  }
  .cntFtop {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .metodoC {
    justify-content: center;
    width: 100%;
  }
  #topMenu .ingresar {
    display: none;
  }
  .ingresar {
    top: 1.5px;
    right: 60px;
  }
  .ingresar div {
    color: #7e171f;
  }

  #footer .container {
    width: 100%;
  }
}
@media (max-width: 680px) {
  #textHer2 div[class*="col-"] {
    width: 100%;
  }
  #textHer2 div[class*="col-"]:nth-child(1) {
    text-align: center;
  }
  #textHer2 div[class*="col-"]:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  #footer .tfooter {
    margin-bottom: 10px;
  }
  #footer .tfooter,
  #footer #powered {
    float: none;
    text-align: center;
    justify-content: center;
  }
  #footer .tfooter span {
    text-align: center;
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  #frmContacto .tit strong {
    display: block;
  }
  #frmContacto .tit span {
    position: static;
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .itemDat1 {
    width: 100%;
    margin-right: 0px;
  }
  .itemDat2 {
    width: 100%;
  }
  #textHome1 {
    padding-top: 75px;
    padding-bottom: 15px;
  }
  .titleHome1 {
    margin-bottom: 75px;
  }
  .titleStrong {
    font-size: 16px;
  }
  .titleLog1,
  .titleLog2 {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
}
@media (max-width: 540px) {
}
@media (max-width: 500px) {
  #frmContacto div[class*="col-"] {
    width: 100%;
  }
  #frmContacto .row .lbl {
    padding-bottom: 8px;
  }
  #frmContacto .row .text-right {
    text-align: center;
  }
  .contSlider .container .caption {
    font-size: 20px;
    line-height: 20px;
  }
  .idiomas {
    right: -35px;
  }
  #textHome1 div[class*="col-"] {
    width: 100%;
  }
  .titleHome1 span:before {
    width: 90px;
    left: -110px;
  }
  .titleHome1 span:after {
    width: 90px;
    right: -110px;
  }
  .titleHome1 {
    font-size: 25px;
    line-height: 30px;
  }
  .ingresar {
    top: 1.5px;
    right: 15px;
  }
}

@media (max-width: 480px) {
  #footer .tfooter em {
    display: block;
    height: 1px;
    opacity: 0;
  }
  .titleHome3 {
    font-size: 22px;
    line-height: 30px;
  }
  .cntLog2 {
    padding-left: 0px;
  }
  .titleStrong {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    padding-bottom: 6px;
  }
  #footer .tfooter {
    display: block;
  }
}

@media (max-width: 420px) {
  #formTop .tit {
    font-size: 16px;
  }
  .metodoC {
    flex-wrap: wrap;
  }
  .metodoC div {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .metodoC .label1 {
    margin-left: 0px;
    margin-right: 15px;
  }
}
@media (max-width: 365px) {
  .titleHome1 span:before {
    width: 70px;
    left: -85px;
  }
  .titleHome1 span:after {
    width: 70px;
    right: -85px;
  }
}
