.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: 250px;
  padding: 132px 0 76px;
  color: #fff;
  background: #1f1f1f;
  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(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -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;
  font-size: 12px;
}
.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: #232323;
}

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

@media (min-width: 992px) {
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 374px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 425px;
  }
  .flex-control-nav {
    margin-left: -470px;
  }
  #logo {
    width: 200px;
    left: 58px;
  }
  #menu {
    top: 160px;
  }
  #menu ul {
    width: 323px;
    clip-path: polygon(0 0, 100% 0, 276px 100%, 0px 100%);
  }
  .btnCart {
    top: 385px;
  }
  .cntMailsTop {
    top: 450px;
  }
  .sliderCntTop::before {
    right: calc(50% + 79px);
  }
  .titleCaptio1 {
    font-size: 45px;
  }
  .titleCaptio1 strong {
    font-size: 50px;
  }
  .titleCaptio2 {
    width: 420px;
    height: 65px;
    margin-top: 12px;
    border: solid 3px #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 30px;
  }
  .contentDatFoot .tit {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 18px;
    border-bottom: 0;
  }
  .itemDat1 {
    margin-right: 42px;
    width: auto;
  }
  .itemDat2 {
    margin-right: 41px;
    width: auto;
  }
  .itemDat3 {
    width: auto;
    margin-right: 41px;
    margin-top: 0;
  }
  .itemDat4 {
    width: auto;
    margin-top: 0;
  }
  .flexCategorias {
    padding: 0;
  }
  #caroucelHomeCat li {
    width: 234px !important;
  }
  .titleNos5 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 25px;
  }
  .titleNos1-p {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 37px;
  }
  .subtitleNos1 {
    font-size: 38px;
    border-bottom-left-radius: 20px;
    padding-left: 3px;
  }
  .itemNos4 {
    margin-right: 130px;
  }
  .itemNos4::before {
    right: -65px;
  }
  #textNos2 {
    padding: 54px 48px;
  }
  .itemNos2 {
    margin-right: 52px;
  }
  .titleDetalle1 {
    height: 86px;
    padding-left: 24px;
    font-size: 28px;
    line-height: 28px;
    padding-right: 180px;
    margin-bottom: 37px;
  }
  .btnBack {
    top: 19px;
    right: 25px;
    font-size: 22px;
  }
  .btnBack img {
    margin-right: 9px;
    width: auto;
  }
  .detalleProducto1a {
    width: calc(100% - 401px);
    padding-right: 32px;
  }
  .detalleProducto1b {
    width: 401px;
  }
  .titleDescription {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
    padding: 21px;
  }
  .titleDescription strong {
    font-size: 18px;
  }
  .precioProductoDet {
    font-size: 25px;
    letter-spacing: 0.5px;
    height: 113px;
    border-radius: 5px;
    padding: 5px;
  }
  .precioProductoDet span {
    font-size: 53px;
  }
  .btn-aCarrito {
    font-size: 20px;
    line-height: 23px;
    height: 72px;
    border-radius: 5px;
    padding: 6px 5px;
  }
  .itemTallaSelect label {
    font-size: 18px;
    width: 96px;
    height: 60px;
  }
  .itemTallaSelect select {
    font-size: 17px;
    height: 60px;
    width: 96px;
  }
  .itemTallaSelect .fSelect {
    background-position: 81% 50%;
    padding-right: 30px;
  }
  .itemTallaSelect {
    margin-right: 17px;
  }
  .detalleprev {
    font-size: 20px;
  }
  .detalleprev .quality {
    width: 96px;
    height: 60px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .detalleprev .numProducts {
    width: 96px;
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .number-input.detalleprev input[type="number"] {
    font-size: 20px;
  }
  .cntModoEnvio {
    padding-top: 31px;
    padding-bottom: 62px;
  }
  .itemMetodoEnvio {
    width: calc(50% - 2px);
    margin-right: 4px;
  }
  .itemMetodoEnvio:last-child {
    padding-left: 0;
  }
  .itemCarrito1a {
    width: calc(100% - 231px);
    padding-right: 67px;
    padding-bottom: 0px;
  }
  .itemCarrito1b {
    width: 231px;
  }
  .contentOpcionesdeEnvio {
    height: 101px;
    padding-left: 85px;
    padding-right: 85px;
  }
  #textContacto1 .tit.titleMetodoMayus1 {
    font-size: 36px;
    line-height: 30px;
  }
  .itemPagos2 {
    width: 50%;
  }
  .itemPagos2:first-child {
    padding-right: 33px;
    margin-bottom: 0;
  }
  #metodos .row {
    margin: 0 -27px;
  }
  #metodos div[class*="col-"] {
    margin-bottom: 50px;
    padding: 0 27px;
  }
}
@media (min-width: 1200px) {
  #sliderTop {
    height: auto;
  }
  #sliderTop .slides li {
    height: auto;
    background: transparent !important;
  }
  #sliderTop .slides li img.sliderImg {
    display: block;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  .flex-control-nav {
    margin-left: -569px;
  }
  #logo {
    width: 200px;
    left: 58px;
  }
  #menu {
    top: 160px;
  }
  #menu ul {
    width: 402.2px;
    clip-path: polygon(0 0, 100% 0, 354px 100%, 0px 100%);
  }
  .btnCart {
    top: 385px;
  }
  .cntMailsTop {
    top: 450px;
  }
  .titleCaptio1 {
    font-size: 45px;
  }
  .titleCaptio1 strong {
    font-size: 50px;
  }
  .titleCaptio2 {
    width: 420px;
    height: 65px;
    margin-top: 12px;
    border: solid 3px #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 30px;
  }
  .contentDatFoot .tit {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 18px;
  }
  .itemDat1 {
    margin-right: 107px;
  }
  .itemDat2 {
    margin-right: 60px;
  }
  .itemDat3 {
    margin-right: 71px;
  }
  #caroucelHomeCat li {
    width: 270px !important;
  }
  .titleNos5 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  #textMapc {
    height: 500px;
  }
  .titleDetalle1 {
    height: 86px;
    padding-left: 24px;
    font-size: 35px;
    line-height: 35px;
    padding-right: 180px;
    margin-bottom: 37px;
  }
}

@media (min-width: 1300px) {
  .flex-control-nav {
    margin-left: -600px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 494px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 548px;
  }
}
@media (min-width: 1450px) {
  #logo {
    width: 245px;
    left: 58px;
  }
  #menu {
    top: 200px;
  }
  #menu ul {
    width: 393px;
    clip-path: polygon(0 0, 100% 0, 344px 100%, 0px 100%);
  }
  .btnCart {
    top: 430px;
  }
  .cntMailsTop {
    top: 515px;
  }
  .titleCaptio1 {
    font-size: 66px;
  }
  .titleCaptio1 strong {
    font-size: 71px;
  }
  .titleCaptio2 {
    width: 487px;
    height: 73px;
    margin-top: 12px;
    border: solid 3px #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 41px;
  }
  #icoWa {
    bottom: 75px;
    z-index: 5;
    width: 303px;
    height: 92px;
    right: 20px;
  }
  #textMapc {
    height: 738px;
  }

}
@media (min-width: 1650px) {
}
@media (min-width: 1700px) {
  #logo {
    width: 340px;
    left: 58px;
  }
  #menu {
    top: 307px;
  }
  #menu ul {
    width: 365px;
    clip-path: polygon(0 0, 100% 0, 318px 100%, 0px 100%);
  }
  .btnCart {
    top: 563px;
  }
  .cntMailsTop {
    top: 687px;
  }
}
@media (max-width: 991px) {
  #sliderTop .flex-direction-nav .flex-prev {
    display: none;
  }
  #sliderTop .flex-direction-nav .flex-next {
    display: none;
  }
    .titleCaptio3{
    width: 500px;
    height: 40px;
    font-size: 16px;
    bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  body {
    padding: 56px 0 0;
    padding-bottom: 35px;
  }
  #header #topMenu #logo {
    display: none;
  }
  #header {
    margin-top: 56px;
    height: auto;
    padding-top: 0px;
  }
  #header #topMenu {
    height: auto;
    padding-top: 0;
  }
  #header #menu {
    display: none;
  }
  .cntDarkTop {
    margin-top: 10px;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-start;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #frmContacto {
    position: static;
    margin: auto;
  }
  #sliderTop {
    height: auto;
    margin-top: 0px;
  }
  #sliderTop .slides li {
    height: 390px;
  }
  a.toTop {
    left: auto;
    right: 21px;
  }
  #icoWa {
    bottom: 115px;
    width: 50px;
    height: 50px;
    right: 15px;
    background: url("../images/icoWa.png") 0 0 no-repeat;
    background-size: contain;
  }
  #redes {
    margin-left: 0px;
    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;
    border: 0;
  }
  #redes a:last-child {
    align-items: center;
  }
  #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;
  }
  .flex-control-nav {
    margin-left: 0px;
    left: 15px;
  }
  #topMenu .btnCart {
    display: none;
  }
  .cntMailsTop {
    position: absolute;
    top: 50px;
    left: 15px;
  }
  .btnCart {
    top: 12px;
    left: auto;
    border: solid 2px #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 35px;
    width: 100px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
    right: -25px;
  }
  .rd-mobilepanel_title {
    padding-right: 75px;
  }
  .sliderCntTop::before {
    right: calc(100% - 280px);
  }
  .sliderCntTop {
    padding-top: 0px;
  }
  .rd-mobilemenu_ul a {
    display: flex;
    align-items: center;
  }
  .rd-mobilemenu_ul a figure {
    width: 22px;
    margin-right: 5px;
  }
  .rd-mobilemenu_ul a figure img.h1 {
    max-width: 18px;
  }
  .rd-mobilemenu_ul a figure img.h2 {
    display: none;
  }
  .titleCategoria {
    height: 80px;
    font-size: 20px;
  }
  #caroucelHomeCat a {
    font-size: 12px;
  }
  .titleCat {
    max-width: 100px;
  }
  #caroucelHomeCat li {
    width: 165px !important;
  }
  .contentNos1 {
    height: auto;
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .itemNos1a {
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .itemNos1a img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemNos1 {
    width: 100%;
  }
  .texto1Nos1 {
    max-width: 100%;
  }
  #textNos2 {
    flex-wrap: wrap;
  }
  .itemNos2 {
    width: calc(50% - 5px);
    margin-right: 10px;
    order: 1;
  }
  .itemNos2:nth-child(2) {
    order: 3;
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
  }
  .itemNos2:last-child {
    margin-right: 0px;
    order: 2;
  }
  .contentNos3 {
    height: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .itemNos3 {
    width: 100%;
  }
  .itemNos3:last-child {
    margin-top: 35px;
  }
  .imgNos3 {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .texto1Nos3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contentNos4 {
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .itemNos4 {
    margin-right: 0px;
    width: 50%;
    height: 70px;
    padding: 0 10px;
  }
  .itemNos4::before {
    width: 0;
    height: 0;
  }
  .itemNos4:nth-child(1),
  .itemNos4:nth-child(2) {
    margin-bottom: 20px;
  }
  .itemNos4 img {
    max-height: 70px;
  }
  .itemNos5a {
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .itemNos5 {
    width: 100%;
  }
  .itemNos5a img {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemNos5b {
    padding-right: 0px;
  }
  #textContacto1 .tit {
    height: 120px;
    font-size: 24px;
    line-height: 28px;
  }
  #formTop {
    padding-bottom: 85px;
    padding-top: 70px;
  }
  #frmContacto .tit {
    font-size: 18px;
    line-height: 26px;
  }
  .detalleProducto1a {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .detalleProducto1b {
    width: 100%;
  }
  .detalleProducto1a figure.visor {
    margin-left: auto;
    margin-right: auto;
  }
  .contentNumTalla {
    justify-content: center;
  }
  .itemTallaSelect {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .itemTallaCantP {
    width: calc(50% - 8px);
  }
  .itemTallaSelect label {
    width: 50%;
  }
  .itemTallaSelect select {
    width: 50%;
  }
  .detalleprev {
    width: 100%;
  }
  .detalleprev .quality {
    width: 50%;
  }
  .detalleprev .numProducts {
    width: 50%;
  }
  .titleDetalle1 {
    font-size: 19px;
  }
  .itemMetodoEnvio {
    width: 100%;
    margin-right: 0px;
  }
  .itemMetodoEnvio:last-child {
    margin-top: 75px;
  }
  .titleEnvio1a {
    justify-content: center;
  }
  .modoEnvio::before {
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
  }
  .contenedorTitleRes {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 15px;
  }
  #formResumen .radioResumen label {
    font-size: 18px;
  }
  .radioResumen {
    width: 225px;
  }
  .masInfoResumen {
    width: calc(100% - 225px);
  }
  .masInfoResumen2-1 br {
    display: none;
  }
  #textContacto1 .tit.titleMetodoMayus1 {
    font-size: 23px;
    line-height: 26px;
    text-align: center;
  }
  .itemCntPagos1 {
    font-size: 15px;
  }
  .titleMetodos1 {
    font-size: 16px;
  }
  .bgdatosBanco {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 10px;
    justify-content: center;
  }
  .datosOxxo {
    padding: 0;
    margin-left: 0;
    width: 100%;
    border-left: 0;
    text-align: center;
    justify-content: center;
    height: auto;
    margin-top: 25px;
  }
  .datosOxxo2 {
    margin-left: 0px;
    padding-left: 0px;
  }

    .titleCaptio3{
    width: 280px;
    height: 35px;
    font-size: 12px;
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 680px) {
  #caroucelHomeCat li {
    width: 142px !important;
  }
}
@media (max-width: 640px) {
  #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;
  }
  .cntDatFooter1 {
    font-size: 18px;
  }
  .titleCaptio1 {
    font-size: 20px;
  }
  .titleCaptio1 strong {
    font-size: 25px;
  }
  .titleCaptio2 {
    width: 170px;
    height: 50px;
    margin-top: 12px;
    border: solid 2px #fff;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 15px;
  }

   .titleCaptio3{
    width: 220px;
    height: 30px;
    font-size: 10px;
    bottom: 12px;
    right: 10px;
  }
}
@media (max-width: 600px) {
  #frmContacto .tit strong {
    display: block;
  }
  #frmContacto .tit span {
    display: block;
    line-height: 24px;
    padding-bottom: 0;
    width: 100%;
    margin-top: 10px;
  }
  #carrito thead {
    display: none;
  }
  #carrito tr {
    border-top: 1px solid #a0a0a0;
  }
  #carrito td.fotoPc {
    width: 100%;
  }
  #carrito td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 105px !important;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
    font-family: "Arial", sans-serif !important;
  }
  #carrito td::before {
    position: absolute;
    top: 10px;
    left: 1em;
    width: auto;
    padding-right: 1em;
    white-space: nowrap;
    text-align: left;
    content: attr(data-title);
    z-index: 1;
    font-weight: 600;
  }
  #carrito td.precioP::before,
  #carrito td.precioPT::before {
    top: 7px;
    left: 13px;
  }
  .precioPT,
  .precioP {
    font-size: 100%;
    color: #757575;
  }
  #carrito td.delItem {
    padding-right: 8px;
  }
  .nombreP,
  .nombreP span {
    text-align: center;
  }
  .contentOpcionesdeEnvio {
    height: auto;
    padding: 10px 15px;
  }
  .radioResumen {
    width: 100%;
  }
  .masInfoResumen {
    padding-top: 20px;
    width: 100%;
    text-align: left;
  }
  #metodos div[class*="col-"] {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .itemDat1 {
    width: 100%;
    margin-right: 0px;
  }
  .itemDat2 {
    width: 100%;
    margin-right: 0px;
    margin-top: 30px;
  }
  .itemDat3 {
    width: 100%;
    margin-right: 0px;
  }
  .itemDat4 {
    width: 100%;
  }
  #formResumen .row-resumen [class*="col-"] {
    width: 100%;
  }
}
@media (max-width: 540px) {
}
@media (max-width: 520px) {
}
@media (max-width: 500px) {
  #frmContacto div[class*="col-"] {
    width: 100%;
  }
  .titleCategoria {
    height: 80px;
    font-size: 17px;
    padding: 5px;
  }
  .titleNos1-p {
    font-size: 25px;
  }
  .subtitleNos1 {
    font-size: 20px;
  }
  .itemNos1b {
    font-size: 14px;
  }
  .titleNos5 {
    font-size: 18px;
    line-height: 24px;
  }
  .btnBack {
    font-size: 12px;
  }
  .btnBack img {
    margin-right: 4px;
    width: 22px;
  }
  .btnBack {
    position: absolute;
    top: 34px;
    right: 10px;
  }
  .titleDetalle1 {
    height: 86px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 22px;
    padding-right: 90px;
  }
  .title-total {
    font-size: 31px;
  }
  .title-total span.span1 {
    font-size: 18px;
  }
  .title-total {
    width: 200px;
  }
  .titlePagos2 {
    margin-right: 0;
    width: calc(100% - 35px);
  }
  .textPagos2 {
    width: 100%;
  }
  .titlePreciop {
    font-size: 14px;
    text-align: center;
  }
  .contenedorPrecioP {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  #footer .tfooter {
    flex-wrap: wrap;
  }
  #footer .tfooter em {
    display: block;
    height: 5px;
    opacity: 0;
    width: 100%;
  }
  #productos div[class*="col-"] {
    width: 100%;
  }
  .textoContactanosTop {
    font-size: 14px;
    line-height: 25px;
  }
  .cntMailsTop {
    top: 29px;
  }
  .cntMailsTop a {
    font-size: 12px;
  }
  .cntMailsTop a img {
    margin-right: 7px;
  }
  .sliderCntTop::before {
    right: calc(100% - 222px);
  }
  #textContacto1 .tit.titleMetodoMayus1 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .contentPagos1 {
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .itemCntPagos1 {
    width: 100%;
  }
  .itemCntPagos1:last-child {
    margin-top: 10px;
  }
  .contentPagos1::before {
    width: 0;
    height: 0;
  }
  .btn-print {
    top: calc(50% - 15px);
    width: 78px;
    height: 30px;
    font-size: 14px;
  }
  #textContacto1 .tit.titleDetMetodoP {
    font-size: 17px;
  }
  .datosOxxo strong {
    display: block;
  }
  .bgdatosBanco {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }
}

@media (max-width: 420px) {
  #footer .contentFooter {
    min-height: 145px;
  }
  .sliderCntTop::before {
    z-index: -1;
  }
  .titleCaptio1 {
    font-size: 16px;
  }
  .titleCaptio1 strong {
    font-size: 18px;
  }
  .titleCaptio2 {
    width: 100px;
    height: 50px;
    margin-top: 12px;
    border: solid 2px #fff;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 13px;
  }
  #caroucelHomeCat li {
    width: 120px !important;
  }
  .itemNos4 {
    width: 100%;
    height: 70px;
    padding: 0 10px;
  }
  .itemNos4:nth-child(3) {
    margin-bottom: 20px;
  }

    .titleCaptio3{
    width: 180px;
    height: 28px;
    font-size: 9px;
    bottom: 10px;
    right: 5px;
  }
}
@media (max-width: 385px) {
  .sliderCntTop {
    align-items: flex-end;
    padding-bottom: 100px;
    justify-content: flex-start;
  }
  .titleCaptio1 {
    font-size: 14px;
    text-align: left;
  }
  .titleCaptio1 strong {
    font-size: 17px;
  }
  .titleCaptio2 {
    margin-left: 0;
    margin-right: auto;
  }

  .titleCaptio3{
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
    width: 200px;
    height: 25px;
    font-size: 8px;
  }
}
