.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: #fff;
  background: #003b71;
  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: #fff;
  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-mobilemenu_ul a img.hover2 {
  display: none;
}
.rd-mobilemenu_ul a div {
  display: flex;
  align-items: center;
}
.rd-mobilemenu_ul a div img {
  width: 19px;
  margin-right: 8px;
}

.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.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background: #f2f2f2;
}

.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;
}

.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: #000;
  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: 5px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 100px;
}
.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  #logo {
    width: 227px;
    top: -9px;
  }
  #menu li {
    padding: 0 22.5px;
  }
  #menu li a {
    font-size: 15px;
    line-height: 30px;
    height: 32px;
  }
  #sliderTop {
    height: auto;
    margin-top: 161px;
  }
  #sliderTop .slides li {
    height: auto;
    background: transparent !important;
  }
  #sliderTop .slides li img.sliderImg {
    display: block;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 374px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 425px;
  }
  .titleCaptio1 {
    font-size: 45px;
    line-height: 55px;
  }
  .titleCaptio2 {
    font-size: 16px;
    height: 50px;
    line-height: 24px;
    padding: 0 30px;
    border-radius: 25px;
    margin-top: 20px;
  }
  #textMapc {
    height: 450px;
  }
  .contenDarkTop {
    height: 88px;
    padding-right: 6px;
  }
  .titleMenuTop {
    font-size: 13px;
    letter-spacing: 0.25px;
    padding: 0 18px;
    line-height: 30px;
  }
  .titleMenuTop strong {
    display: inline-block;
  }
  .itemDarkTop {
    margin-right: 15px;
  }
  .contenDarkTop a {
    font-size: 13px;
    line-height: 50px;
  }
  .contenDarkTop a img {
    margin-right: 3px;
    width: 25px;
  }
  .itemHome1a {
    width: 50%;
    padding-right: 25px;
    font-size: 15px;
    line-height: 26px;
  }
  .itemHome1b {
    padding-left: 35px;
    padding-top: 10px;
    width: 50%;
  }
  .itemHome1a h1 {
    font-size: 25px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .itemHome2 {
    padding-left: 40px;
  }
  .itemHome2 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .itemPreHome2 {
    padding-left: 22px;
    margin-bottom: 86px;
  }
  .contentHome3 {
    height: 600px;
    font-size: 30px;
    line-height: 45px;
  }
  #textHome4 .row {
    margin: 0 -20.75px;
  }
  #textHome4 div[class*="col-"] {
    padding: 0 20.75px;
    margin-bottom: 91px;
  }
  .titleHome4 h2 {
    font-size: 40px;
  }
  .bgHome3 {
    font-size: 15px;
  }
  .titleProd1 h2 {
    width: 372px;
    margin-right: 30px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.25px;
    border-radius: 39.5px;
    height: 79px;
  }
  .titleProd1 a {
    width: calc(100% - 402px);
    height: 79px;
    padding: 5px 15px;
    font-size: 30px;
    line-height: 35px;
    border-radius: 39.5px;
  }
  .itemProd1 {
    width: calc(25% - 20.5px);
    margin-right: 27.333px;
    margin-bottom: 49px;
  }
  .itemProd1:nth-child(3n + 3) {
    margin-right: 27.333px;
  }
  .itemProd1:nth-child(4n + 4) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  .titleCaptio1 {
    font-size: 55px;
    line-height: 65px;
  }
  .titleCaptio2 {
    font-size: 18px;
    height: 50px;
    line-height: 24px;
    padding: 0 30px;
    border-radius: 25px;
    margin-top: 20px;
  }
  #textMapc {
    height: 577px;
  }
  .titleMenuTop {
    font-size: 18px;
    letter-spacing: 0.25px;
    padding: 0 27px;
  }
  .itemDarkTop {
    margin-right: 30px;
  }
  .contenDarkTop a {
    font-size: 14px;
    line-height: 57px;
  }
  .contenDarkTop a img {
    width: auto;
    margin-right: 3px;
  }
  .itemHome1a {
    width: 50%;
    padding-right: 25px;
    font-size: 16px;
    line-height: 30px;
  }
  .itemHome1b {
    padding-left: 35px;
    padding-top: 10px;
    width: 50%;
  }
  .itemHome1a h1 {
    font-size: 36px;
    line-height: 79px;
    padding: 0 42px;
    border-radius: 39.5px;
    margin-bottom: 26px;
  }
  .itemHome2 {
    padding-left: 102px;
  }
  .contentHome3 {
    height: 742px;
    font-size: 40px;
    line-height: 60px;
  }
  #textHome4 .row {
    margin: 0 -40.75px;
  }
  #textHome4 div[class*="col-"] {
    padding: 0 40.75px;
    margin-bottom: 91px;
  }
  .titleProd1 h2 {
    width: 372px;
    margin-right: 30px;
    font-size: 36px;
    line-height: 35px;
    letter-spacing: 0.25px;
    border-radius: 39.5px;
    height: 79px;
  }
  .titleProd1 a {
    width: calc(100% - 402px);
    height: 79px;
    padding: 5px 15px;
    font-size: 36px;
    line-height: 35px;
    border-radius: 39.5px;
  }
}
@media (min-width: 1450px) {
  .caption {
    margin-right: -47px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 528px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 582px;
  }
  .titleCaptio1 {
    font-size: 72px;
    line-height: 85px;
  }
  .titleCaptio2 {
    font-size: 21px;
    height: 57px;
    line-height: 24px;
    padding: 0 41px;
    border-radius: 28.5px;
    margin-top: 25px;
  }
  .contentHome3 {
    height: 742px;
    font-size: 46px;
    line-height: 65px;
  }
  .itemHome3 {
    margin-left: -44px;
  }
}
@media (max-width: 991px) {
  #sliderTop .flex-direction-nav .flex-prev {
    display: none;
  }
  #sliderTop .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: 0px;
  }
  #header #darkTop #logo {
    display: none;
  }
  #darkTop {
    padding-top: 0;
  }
  #darkTop::before {
    width: 0;
    height: 0;
  }
  #header {
    margin-top: 56px;
    height: auto;
    padding-top: 0px;
  }
  #header #menu {
    display: none;
  }
  #frmContacto {
    position: static;
    margin: auto;
  }
  #sliderTop {
    height: auto;
    margin-top: 120px;
  }
  #sliderTop .slides li {
    height: 315px;
  }
  .sliderCntTop {
    justify-content: center;
  }
  a.toTop {
    left: auto;
    right: 21px;
  }
  #redes {
    display: flex;
    width: 100%;
    height: 36px;
    position: fixed;
    bottom: 0;
    padding-left: 0;
    top: auto;
    left: 0;
    background: #ffffff;
    z-index: 5;
  }
  #redes a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0;
    border-radius: 0px;
  }
  #redes a:hover,
  #redes a:focus {
    text-decoration: none;
    opacity: 1;
    transform: scale(1);
  }
  #redes a img {
    display: none;
  }
  #redes .fb {
    background: #395398 !important;
  }
  #redes .tr {
    background: #42bded !important;
  }
  #redes .in {
    background: #ab7f5c !important;
  }
  #redes .yt {
    background: #ca250a !important;
  }
  #redes a .fa {
    display: block;
  }
  .titleMenuTop strong {
    display: inline;
  }
  .contenDarkTop {
    justify-content: center;
  }
  .titleMenuTop {
    right: calc(50% - 192px);
  }
  .titleCaptio1 {
    font-size: 30px;
    line-height: 40px;
  }
  .titleCaptio2 {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 0 16px;
    border-radius: 20px;
    margin-top: 10px;
  }
  .contentHome1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .itemHome1a {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 35px;
    text-align: center;
  }
  .itemHome1a h1 {
    margin-bottom: 15px;
  }
  .itemHome1b {
    padding-left: 0px;
    padding-top: 10px;
    width: 100%;
  }
  .contentHome2 {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 360px;
  }
  .contentHome2::before {
    top: auto;
    bottom: 0;
    right: -15px;
    height: 300px;
    width: calc(100% + 30px);
  }
  .itemHome2 {
    padding-left: 0px;
  }
  .contentHome3 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 360px;
    padding-right: 0;
    font-size: 20px;
    justify-content: center;
    text-align: center;
    line-height: 30px;
  }
  .contentHome3::before {
    top: auto;
    bottom: 0;
    left: -15px;
    height: 300px;
    width: calc(100% + 30px);
  }
  .titleHome4 h2 {
    font-size: 21px;
  }
  #textHome4 {
    padding-top: 60px;
  }
  .titleHome4 {
    margin-bottom: 40px;
  }
  #textHome4 div[class*="col-"] {
    margin-bottom: 60px;
    width: 50%;
  }
  #textHome4 div[class*="col-"]:last-child {
    margin-left: 25%;
  }
  #formTop {
    padding-bottom: 60px;
    padding-top: 65px;
  }
  #frmContacto .tit {
    font-size: 28px;
  }
  #textProd1 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .titleProd1 {
    margin-bottom: 45px;
  }
  .titleProd1 h2 {
    width: 150px;
    margin-right: 20px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0px;
    border-radius: 25px;
    height: 50px;
  }
  .titleProd1 a {
    width: calc(100% - 180px);
    height: 50px;
    padding: 5px 15px;
    font-size: 17px;
    line-height: 35px;
    border-radius: 25px;
  }
  .titleProd1 a img {
    height: 30px;
  }
  .contentProd1 h2 {
    font-size: 15px;
  }
  .contentProd1 h2.f14 {
    font-size: 13px;
  }
}

@media (max-width: 680px) {
  .itemProd1 {
    width: calc(50% - 10px);
    margin-right: 15px;
    margin-bottom: 49px;
  }
  .itemProd1:nth-child(3n + 3) {
    margin-right: 15px;
  }
  .itemProd1:nth-child(2n + 2) {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  #footer .tfooter,
  #footer #powered {
    float: none;
    text-align: center;
  }
  #footer .tfooter {
    margin-bottom: 10px;
  }
  #footer .tfooter span {
    display: block;
    text-align: center;
    line-height: 18px;
  }
  #frmContacto .tit strong {
    display: block;
  }
  #frmContacto .tit span {
    display: block;
    line-height: 24px;
    padding-bottom: 0;
    width: 100%;
    margin-top: 10px;
  }
  .itemDarkTop:nth-child(4) {
    margin-right: 0px;
  }
  .itemDarkTop:last-child {
    display: none;
  }
  #icoWa {
    background: url(../images/icoWa2.png) 0 0 no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 5;
  }
  .itemHome2 h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .itemHome2 {
    font-size: 14px;
    line-height: 25px;
  }
  #textHome4 div[class*="col-"] {
    margin-bottom: 60px;
    width: 100%;
  }
  #textHome4 div[class*="col-"]:last-child {
    margin-left: 0;
  }
}
@media (max-width: 580px) {
}
@media (max-width: 540px) {
  .contenDarkTop {
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
  }
  .itemDarkTop {
    margin-right: 0;
    width: 40%;
  }
  .itemDarkTop {
    display: flex;
    align-items: center;
  }
  .itemDarkTop:nth-child(1),
  .itemDarkTop:nth-child(2) {
    margin-bottom: 8px;
  }
  .itemDarkTop:nth-child(2),
  .itemDarkTop:nth-child(4) {
    padding-left: 10px;
  }
  .contenDarkTop a {
    font-size: 10.5px;
    line-height: 25px;
  }
  .titleProd1 h2 {
    width: 140px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 20px;
    height: 40px;
  }
  .titleProd1 a {
    width: calc(100% - 150px);
    height: 40px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 20px;
  }
  .titleProd1 a img {
    height: 20px;
    margin-right: 5px;
  }
}
@media (max-width: 500px) {
  #frmContacto div[class*="col-"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #footer .tfooter {
    flex-wrap: wrap;
  }
  #footer .tfooter em {
    display: block;
    height: 5px;
    opacity: 0;
    width: 100%;
  }
  .itemDarkTop {
    width: 33.333%;
    justify-content: center;
  }
  .itemDarkTop:nth-child(1),
  .itemDarkTop:nth-child(2) {
    margin-bottom: 0px;
  }
  .itemDarkTop:nth-child(2),
  .itemDarkTop:nth-child(4) {
    padding-left: 0px;
  }
  .itemDarkTop:nth-child(1) {
    width: 100%;
    margin-bottom: 8px;
  }
  .contentProd1 h2 {
    font-size: 13px;
  }
  .contentProd1 h2.f14 {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  #topMenu {
    padding-top: 8.5px;
  }
  .titleMenuTop {
    right: auto;
    width: 100%;
    left: auto;
    position: relative;
    top: auto;
  }
  .titleMenuTop strong {
    display: block;
  }
  .titleCaptio1 {
    font-size: 28px;
    line-height: 35px;
  }
  .titleCaptio2 {
    font-size: 12.5px;
    padding: 0 10px;
  }
  .titleHome4 h2 {
    font-size: 18px;
  }
  .titleProd1 h2 {
    width: 110px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 20px;
    height: 40px;
  }
  .titleProd1 a {
    width: calc(100% - 120px);
    height: 40px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 20px;
  }
  .titleProd1 a img {
    height: 15px;
    margin-right: 5px;
  }
}
@media (max-width: 365px) {
  .titleProd1 h2 {
    width: 100px;
    margin-right: 5px;
    font-size: 11px;
    line-height: 30px;
    border-radius: 20px;
    height: 40px;
  }
  .titleProd1 a {
    width: calc(100% - 105px);
    height: 40px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 30px;
    border-radius: 20px;
  }
  .contentProd1 h2 {
    font-size: 12px;
    line-height: 17px;
  }
  .contentProd1 h2.f14 {
    font-size: 11px;
  }
}

@media (max-width: 1600px) {
  #socios-comerciales .container-socios {

    padding: 0 30px;
  }

}

@media (max-width: 1400px) {
  #socios-comerciales .container-socios {
    max-width: 1200px;
    padding: 0 10px;
  }

  #socios-comerciales .socios-row {
    gap: 35px;
  }

  #socios-comerciales .cntHome4 {
    max-width: 300px;
  }

  .itemHome4c {
    width: 272px;
  }
}

@media (max-width: 1228px) {
  #socios-comerciales .container-socios {
    padding: 0px;
  }

  #socios-comerciales .socios-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  #socios-comerciales .container-socios {
    max-width: 100%;
    padding: 0 20px;
  }

  #socios-comerciales .socios-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
