@font-face {
  font-family: "Algerian";
  src: url("/_src/fonts/Algerian.ttf");
}

@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),url("/_src/fonts/myriad-pro/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"),url("/_src/fonts/myriad-pro/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"),url("/_src/fonts/myriad-pro/MyriadPro-Light.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),url("/_src/fonts/myriad-pro/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"),url("/_src/fonts/myriad-pro/MYRIADPRO-BOLDCOND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"),url("/_src/fonts/myriad-pro/MYRIADPRO-BOLD.woff") format("woff");
}

* {
  outline: none !important;
}

html {
  height: 100%;
}

body {
  font-family: "Arial",sans-serif;
  font-size: 14px;
  color: #616161;
  min-width: 320px;
  margin: auto;
  background: #fff;
  line-height: 19px;
}

body p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: normal;
}

.container {
  margin: auto;
  line-height: 23px;
  text-align: justify;
  position: relative;
  color: #757575;
  max-width: 1122px;
}

.container::before,
.container::after {
  display: block;
  content: "";
  clear: both;
}

.animar {
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

@font-face {
  font-family: "century";
  src: url("../fonts/century.ttf");
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}

@font-face {
  font-family: "Harrington";
  src: url("../fonts/HARRINGT.TTF");
}

@font-face {
  font-family: "old-english-text-mt-regular";
  src: url("../fonts/OLD.ttf");
}

#header {
  width: 100%;
  z-index: 3;
  height: 144px;
  position: absolute;
  top: 0;
  left: 0;
}

.contentDarkTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

#topMenu {
  position: relative;
  width: 100%;
}

#logo {
  display: block;
  z-index: 2;
  position: relative;
  max-width: 257px;
  height: auto;
}

#logo img {
  display: block;
  width: 100%;
  height: auto;
}

#menu ul {
  display: inline-block;
  margin: 0;
}

#menu ul::before,
#menu ul::after {
  display: block;
  content: "";
  clear: both;
}

#menu li {
  display: block;
  position: relative;
  padding: 0px;
}

#menu li a {
  color: #616161;
  position: relative;
  background: rgba(0,0,0,0);
  font-size: 16px;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#menu li a>div {
  position: relative;
  z-index: 1;
}

#menu li.active a::before {
  transform: scaleX(1);
}

#menu li a:hover::before,
#menu li a:focus::before {
  transform: scaleX(1);
}

.nav-title {
  z-index: 2;
  position: relative;
}

#footer .contentFooter {
  background: #414141;
  display: flex;
  align-items: center;
  min-height: 126px;
  color: #fff;
}

#footer .container {
  color: #fff;
  font-family: "Arial",sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0px;
  width: 100%;
}

#footer .tfooter {
  line-height: 16px;
  text-align: center;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}

#footer .tfooter a {
  color: inherit;
}

#footer #powered {
  line-height: 16px;
  margin: 0 auto 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}

#footer #powered a {
  color: inherit;
  display: flex;
  padding: 0 0 0 28px;
  min-height: 22px;
  align-items: center;
  margin-left: 5px;
  background: url(/_src/images/icoTW.svg) no-repeat center left;
}

#footer #powered a:hover {
  text-decoration: none;
}

a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #000;
  border: solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  opacity: .75;
}

a.toTop:hover,
a.toTop:active {
  color: #000;
  text-decoration: none;
  opacity: 1;
  background: #fff;
}

a#toTop a#toTop .fa {
  color: #fff !important;
}

a.toTop:hover::after {
  transform: scale(1.3);
  opacity: 0;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

#sliderTop {
  margin-top: 0px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

#sliderTop .slides {
  width: 1151px;
}

#sliderTop .slides li {
  height: 819px;
  position: relative;
  background-position: center center !important;
  background-size: cover;
  background-repeat: no-repeat;
}

#sliderTop .slides li img.sliderImg {
  display: none;
  width: 100%;
}

.sliderCntTop {
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 90px;
}

.sliderCntTop .caption {
  background: rgba(54,92,129,.85);
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: right;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.sliderCntTop .caption strong {
  display: block;
  font-weight: 800;
  color: #ff982f;
}

.sliderCntTop .caption::before {
  content: "";
  position: absolute;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background: rgba(54,92,129,.85);
}

#sliderTop .flex-control-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: 50%;
  width: auto;
  margin-left: 345px;
}

#sliderTop .flex-control-nav li {
  background: rgba(0,0,0,0);
  padding: 7px 0 !important;
}

#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
  width: 0;
  height: 0;
}

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0) !important;
  border-radius: 50%;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #f3a81e;
}

#main {
  overflow: hidden;
}

#icoWa {
  background: url("../images/icoWha.png") center no-repeat;
  background-size: contain;
  width: 180px;
  height: 65px;
  position: fixed;
  bottom: 85px;
  right: 0px;
  z-index: 5;
}

.desktop .wow {
  visibility: hidden;
}

.itemHome1a {
  width: 100%;
  position: relative;
  order: 2;
}

.itemHome1a figure {
  position: relative;
  width: 450px;
  right: auto;
  top: auto;
  margin-right: auto;
  margin-left: auto;
}

.itemHome1a figure a {
  position: absolute;
  top: 28px;
  left: calc(50% - 140px);
  width: 294px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.itemHome1a figure a img {
  margin-right: 9px;
}

.itemHome1a figure a:hover,
.itemHome1a figure a:focus {
  text-decoration: none;
  font-weight: 700;
}

.row-productos {
  margin: 0 -5px;
}

.row-productos div[class*=col-] {
  padding: 0 5px;
  width: 50%;
}

.figureProd {
  border: solid 2px #ececec;
}

.figureProd img {
  width: 265px;
}

#textProducto2 {
  padding-top: 55px;
  padding-bottom: 9px;
}

#formTop {
  position: relative;
  padding-bottom: 49px;
  padding-top: 52px;
}

#frmContacto {
  overflow: hidden;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#frmContacto .tit {
  color: #5e5e5e;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  letter-spacing: 0px;
  margin-bottom: 50px;
  text-align: center;
}

#frmContacto .row {
  margin: 0 -2px;
}

#frmContacto div[class*=col-] {
  padding: 0 2px;
}

#frmContacto .form-group {
  margin-bottom: 7px;
}

#frmContacto .form-control {
  display: block;
  height: 52px;
  border-radius: 0;
  font-family: "Open Sans",sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #a6a5a5;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0) !important;
  border-radius: 0;
  background: #fff;
  padding-left: 20px;
  border: solid 1px #dadada;
}

#frmContacto .textarea {
  height: 114px;
  padding-top: 20px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset] {
  display: inline-block;
  height: 42px;
  background: #ff982f;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arial",sans-serif;
  font-size: 11px;
  width: 83px;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  margin-top: 42px;
}

#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover {
  opacity: .8;
}

#frmContacto .error input,
#frmContacto .error textarea {
  border: solid 1px #000;
  background: #ffd8d9;
  color: #000;
}

.frmContacto input::-webkit-input-placeholder,
.frmContacto input:-moz-placeholder,
.frmContacto input::-moz-placeholder,
.frmContacto input:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}

.frmContacto textarea::-webkit-input-placeholder,
.frmContacto textarea:-moz-placeholder,
.frmContacto textarea::-moz-placeholder,
.frmContacto textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}

.frmContacto input:focus::-webkit-input-placeholder,
.frmContacto input:focus:-moz-placeholder,
.frmContacto input:focus::-moz-placeholder,
.frmContacto input:focus:-ms-input-placeholder {
  opacity: .5;
}

.frmContacto textarea:focus::-webkit-input-placeholder,
.frmContacto textarea:focus:-moz-placeholder,
.frmContacto textarea:focus::-moz-placeholder,
.frmContacto textarea:focus:-ms-input-placeholder {
  opacity: .5;
}

#frmContacto .has-error .form-control-feedback {
  line-height: 36px;
  height: 100%;
}

#frmContacto .has-error input {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
}

.cntCapt {
  display: inline-block;
  position: relative;
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.dirMap {
  background: #606060;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .25px;
  text-align: center;
  padding: 30px 15px;
}

.dirMap img {
  display: inline-block;
}

.loadingGal {
  max-width: 250px;
  margin: auto;
  clear: both;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.sinProds {
  padding: 50px 25px;
  font-size: 30px;
  color: #8e0000;
  text-align: center;
  line-height: normal;
}

#textProdDet1 {
  background: #306994;
  margin-bottom: 50px;
}

.cntProdDet1 {
  position: relative;
  padding-top: 37px;
  padding-bottom: 37px;
  padding-right: 240px;
}

.nombrepDet {
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

#navProds {
  position: absolute;
  top: calc(50% - 17px);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#navProds a {
  display: block;
  width: 111px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  background: hsla(0,0%,100%,.25);
  margin-right: 12px;
}

#navProds .nextP {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  margin-right: 0;
  position: relative;
}

#navProds .prevP {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

#navProds a:hover,
#navProds a:focus {
  text-decoration: none;
  background: #fff;
  color: #306994;
}

#navProds .nextP::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 1px;
  height: 100%;
  background: hsla(0,0%,100%,.25);
}

#navProds span {
  display: block;
  width: 111px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  background: hsla(0,0%,100%,.25);
  margin-right: 12px;
}

.contentDetalles1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
}

.itemDet1 {
  width: 100%;
}

.itemDet2 {
  padding-top: 40px;
  width: 100%;
  padding-left: 0px;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

.visor {
  max-width: 457px;
  height: 516px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.visor img {
  display: none;
}

.visor img:first-child {
  display: block;
}

.flexProducto {
  margin-top: 15px;
  padding-left: 64px;
  padding-right: 69px;
}

.flexProducto2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.flexProducto2 img {
  cursor: pointer;
}

.flexProducto img {
  cursor: pointer;
}

.itemFlexProducto2 {
  margin-right: 12px;
  border-right: solid 1px rgba(97,97,97,.25);
}

.itemFlexProducto2:last-child {
  border-right: 0;
}

.thumbLiCar {
  width: 100px;
}

.titleProductoDetV {
  background: #ff982f;
  font-size: 44px;
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  padding-left: 37px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.titDesc {
  background: #306994;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: .25px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 20px 35px;
  margin-left: 40px;
  margin-bottom: 36px;
}

.areaDesc {
  color: #616161;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: .25px;
  text-align: left;
}

.det2Prods {
  width: 100%;
}

.flex-direction-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 24px;
  margin: 0;
  margin-left: 0px;
  position: absolute;
  bottom: 38px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0,0,0,.8);
  text-indent: -9999%;
  left: 0;
}

.flex-direction-nav .flex-prev {
  background: url("../images/slider/prev.png") center no-repeat;
  left: -50px;
  margin-left: 0px;
}

.flex-direction-nav .flex-next {
  background: url("../images/slider/next.png") center no-repeat;
  left: auto;
  right: 0;
  margin-left: 0;
}

#mainPaypal {
  padding: 43px 0 26px;
}

#mainPaypal .tit {
  text-align: center;
  font-size: 28px;
  background: #355290;
  font-family: "Oswald",serif;
  color: #fff;
  line-height: 50px;
}

#mainPaypal form {
  display: block;
  width: 400px;
  margin: auto;
  padding: 23px 0 0;
}

#mainPaypal table {
  width: 100%;
}

#mainPaypal form input[type=text] {
  display: block;
  width: 100%;
  height: 39px;
  border: solid 1px #dbdbdb;
  font-family: "Verdana",serif;
  font-size: 11px;
  color: #959595;
  padding: 0 12px;
  margin-bottom: 10px;
}

#mainPaypal input::-webkit-input-placeholder,
#mainPaypal input:-moz-placeholder,
#mainPaypal input::-moz-placeholder,
#mainPaypal input:-ms-input-placeholder {
  opacity: 1;
  color: #959595;
}

#mainPaypal input:focus::-webkit-input-placeholder,
#mainPaypal input:focus:-moz-placeholder,
#mainPaypal input:focus::-moz-placeholder,
#mainPaypal input:focus:-ms-input-placeholder {
  opacity: .5;
}

#mainPaypal .fPagos {
  background: url(../images/forma-pagos.png) center no-repeat;
  height: 50px;
}

#mainPaypal #btnSubmit {
  margin: 13px auto 0;
  display: block;
}

.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  transition: .3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 280px;
  padding: 132px 0 76px;
  color: #f5f5f5;
  background: #0a1c3b;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0 !important;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
  transform: translateX(-280px);
  transition: .3s ease;
  transition: .3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: flex;
  padding: 14px 25px 16px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  align-items: center;
}

.rd-mobilemenu_ul a img {
  width: 10px;
  margin-right: 5px;
}

.rd-mobilemenu_ul ul a {
  padding: 8px 25px 8px;
}

.rd-mobilemenu_ul li.active a,
.rd-mobilemenu_ul a:hover {
  background: rgba(0,0,0,.25);
  text-decoration: none;
}

.rd-mobilemenu_ul li a div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-mobilemenu_ul li a div img {
  width: 15px;
}

.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;
  border-radius: 50%;
  transition: .5s all ease;
  z-index: 1;
  background: rgba(0,0,0,.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle::after {
  content: "";
}

.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 {
  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: 65px;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
  z-index: 999;
  background: #29437f;
}

.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: 0 0;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: all .3s ease;
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .3s ease;
}

.rd-mobilepanel_toggle span::after {
  top: 8px;
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::before {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span::after,
.rd-mobilepanel_toggle span::before {
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  transition-property: top,transform;
}

.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: 0 0;
}

.rd-mobilepanel_toggle.active span::after {
  top: 0;
  transition-delay: 0s,.3s;
}

.rd-mobilepanel_toggle.active span::before {
  top: 0;
  transition-delay: 0s,.3s;
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span::after {
  transform: rotate(-45deg);
}

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

  body {
    padding: 56px 0 0;
  }

  #header #topMenu {
    display: none;
  }

  #topMenu {
    height: auto;
  }

  #header {
    margin-top: 56px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #header::before,
  #header::after {
    height: 0px;
    width: 0;
  }

  #icoWa {
    background: url(../images/icoWa2.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 100px !important;
  }

  #frmContacto {
    position: static;
    margin: auto;
  }

  .contentDarkTop {
    height: 70px;
    padding-top: 0;
    padding-right: 0;
  }

  #sliderTop {
    height: auto;
    margin-top: 0px;
  }

  a.toTop {
    left: auto;
    right: 17px;
    bottom: 46px;
  }

  .titleRedesTop {
    display: none;
  }

  .visor {
    height: auto;
  }

  .titleProductoDetV {
    font-size: 25px;
    letter-spacing: 0px;
    padding: 15px;
  }

  .titDesc {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 10px 25px;
    margin-left: 20px;
    margin-bottom: 25px;
  }

  .areaDesc {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
  }

  .nombrepDet {
    font-size: 24px;
  }

  .s-text .text-header-info h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .s-text .text-header-info h2 {
    background-color: #49a0df;
    z-index: 1;
    padding: 15px;
    text-align: center;
  }

  .s-text .text-header-info ul {
    z-index: 1;
    position: relative;
    background-color: #000;
    padding: 30px;
  }

  #datFooter .container .contentDat {
    flex-direction: column;
    gap: 40px;
  }

  #datFooter .container .contentDat .links .item .title {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .inicio-images ul li:nth-of-type(n+3) {
    margin-top: 0;
  }

  .bienvenidos .content .bienvenido-content .bienvenidos .title::before {
    transform: unset !important;
    width: 100% !important;
  }

  .bienvenidos .content .bienvenido-content .bienvenidos .text p {
    text-align: center;
  }
}

.rd-mobilepanel #logoMovil {
  top: 3px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 55px;
}

.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  #frmContacto .tit strong {
    display: block;
  }

  #frmContacto .tit span {
    position: static;
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
  }

  #footer .tfooter {
    margin-bottom: 10px;
    float: none;
    text-align: center;
    justify-content: center;
  }

  #footer #powered {
    float: none;
    text-align: center;
    justify-content: center;
  }

  #footer .tfooter span {
    display: block;
    text-align: center;
    line-height: 18px;
  }

  #footer .contentFooter {
    padding: 20px 0;
  }

  .itemHome1a figure {
    width: 320px;
  }

  .itemHome1a figure a {
    top: 21px;
    left: calc(50% - 103px);
    width: 214px;
    height: 153px;
    font-size: 19px;
    line-height: 20px;
  }

  .titleProductoDetV {
    font-size: 20px;
  }

  .nombrepDet {
    font-size: 18px;
    text-align: center;
  }

  .cntProdDet1 {
    padding-top: 70px;
    padding-bottom: 20px;
    padding-right: 0px;
  }

  #navProds {
    top: 13px;
    right: calc(50% - 117px);
    justify-content: center;
  }
}

@media (max-width: 500px) {
  #frmContacto div[class*=col-] {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #footer .tfooter,
  #footer #powered {
    flex-wrap: wrap;
  }

  #footer .tfooter em {
    display: block;
    width: 100%;
    height: 3px;
    opacity: 0;
  }

  .sliderCntTop .caption {
    font-size: 20px;
    line-height: 24px;
    height: 80px;
  }

  #mainPaypal form {
    display: block;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .contentDarkTop {
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .itemHome1a figure {
    width: 290px;
  }

  .itemHome1a figure a {
    top: 18px;
    left: calc(50% - 90px);
    width: 190px;
    height: 142px;
    font-size: 15px;
    line-height: 20px;
  }

  .itemHome1a figure a img {
    width: 30px;
    margin-right: 7px;
  }

  .titleProductoDetV {
    font-size: 18px;
  }
}

#header {
  margin-top: 20px;
}

#header #topMenu .container .cntTopMenu {
  display: flex;
  justify-content: space-between;
}

#header #topMenu .container .cntTopMenu #logo {
  max-width: unset;
  transform: translateX(-17px);
}

#header #topMenu .container .cntTopMenu nav {
  display: flex;
  align-items: center;
}

#header #topMenu .container .cntTopMenu nav .nav {
  display: flex;
  align-items: center;
  display: flex;
  gap: 50px;
}

#header #topMenu .container .cntTopMenu nav .nav:after,
a #header #topMenu .container .cntTopMenu nav .nav:before {
  display: none;
}

#header #topMenu .container .cntTopMenu nav .nav::after,
#header #topMenu .container .cntTopMenu nav .nav::before {
  display: none;
}

#header #topMenu .container .cntTopMenu nav .nav li {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}

#header #topMenu .container .cntTopMenu nav .nav li.redes {
  display: flex;
  gap: 15px;
}

#header #topMenu .container .cntTopMenu nav .nav li a {
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
}

#header #topMenu .container .cntTopMenu nav .nav li.active::before,
#header #topMenu .container .cntTopMenu nav .nav li:hover::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/_src/images/separador.png");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  width: 51px;
  height: 8px;
}

.s-text {
  display: flex;
  background-color: #191919;
}

.s-text .text-header-info {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 100px;
}

.s-text .text-header-info h1 {
  text-transform: uppercase;
  font-family: "Montserrat","sans-serif";
  color: #49a0df;
  line-height: normal;
  font-weight: 900;
  background-color: #191919;
  padding: 21px;
  z-index: 2;
  position: relative;
  font-size: 27px;
  max-width: 100%;
  text-align: center;
}

.s-text .text-header-info h2 {
  position: relative;
  font-family: "Montserrat","sans-serif";
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: normal;
}

.s-text .text-header-info h2 span {
  z-index: 2;
  position: relative;
}

.s-text .text-header-info ul {
  list-style: none;
  margin-top: 30px;
  margin-left: 50px;
}

.s-text .text-header-info ul li {
  font-family: "Montserrat","sans-serif";
  font-size: 21px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 9px;
  gap: 15px;
  display: flex;
}

.s-text .text-header-info ul li:last-of-type {
  margin-bottom: 0;
}

.s-text .text-header-info ul li .dot {
  background-color: #49a0df;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50%;
  transform: translateY(7px);
}

.s-text #splide {
  width: 100%;
}

.s-text #splide .splide__pagination {
  bottom: 190px;
}

.s-text #splide .splide__pagination .splide__pagination__page {
  background-color: #176ba9;
  height: 14px;
  width: 14px;
  opacity: 1;
}

.s-text #splide .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #fff;
}

#datFooter {
  background-color: #191919;
}

#datFooter .container .contentDat .logo,
#datFooter .container .contentDat .links {
  padding-top: 55px;
  padding-bottom: 55px;
}

#datFooter .container::after,
#datFooter .container::before {
  display: none;
}

#datFooter .container .contentDat {
  display: flex;
  justify-content: space-between;
}

#datFooter .container .contentDat .logo {
  margin-right: 0px;
  position: relative;
}

#datFooter .container .contentDat .logo::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #0c0c0c;
  right: 0;
  top: 0;
  transform: translateX(17px);
}

#datFooter .container .contentDat .logo img {
  display: block;
  z-index: 1;
  position: relative;
}

#datFooter .container .contentDat .links {
  margin-left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

#datFooter .container .contentDat .links .item .title {
  display: flex;
  background-color: #49a0df;
  padding: 2.5px 24px;
  align-items: center;
}

#datFooter .container .contentDat .links .item .title h1 {
  font-family: "Oswald",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  color: #fff;
}

#datFooter .container .contentDat .links .item .title img.i {
  padding-left: 15px;
}

#datFooter .container .contentDat .links .item .title img.f {
  padding-left: 8px;
}

#datFooter .container .contentDat .links .item .content {
  margin-top: 10px;
}

#datFooter .container .contentDat .links .item .content a {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
}

#footer .contentFooter {
  background-color: #49a0df;
  min-height: 85px;
}

#footer .contentFooter .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#footer .contentFooter .container::after,
#footer .contentFooter .container::before {
  display: none;
}

#footer .contentFooter .container .tfooter {
  justify-content: center;
}

#footer .contentFooter .container #powered {
  padding-top: 0;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: unset;
}

.inicio-images {
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("/_src/images/inicio/textura-inicio1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 0px;
}

.inicio-images ul {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.inicio-images ul li {
  margin-top: -120px;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.inicio-images ul li .image img {
  display: block;
  width: 100%;
}

.inicio-images ul li .text {
  background-color: #323232;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat","sans-serif";
  font-size: 17px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 5px;
  height: 100%;
}

@media (max-width: 1023px) {
  .bienvenidos .container {
    display: flex;
    flex-direction: column-reverse;
  }
}

.bienvenidos .image1 {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.bienvenidos .image1 img {
  width: 100%;
  display: block;
}

.bienvenidos .content {
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}

.bienvenidos .content .bienvenido-content {
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  overflow: hidden;
}

.bienvenidos .content .bienvenido-content .bienvenidos {
  background-image: url("/_src/images/inicio/bienvenidos-textura.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 57px;
  padding-bottom: 60px;
  padding-left: 58px;
  padding-right: 58px;
}

.bienvenidos .content .bienvenido-content .bienvenidos .title {
  position: relative;
}

.bienvenidos .content .bienvenido-content .bienvenidos .title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #49a0df;
  width: 300vw;
  height: 100%;
  transform: translateX(-30%);
}

.bienvenidos .content .bienvenido-content .bienvenidos .title h1 {
  font-size: 30px;
  font-family: "Montserrat","sans-serif";
  font-weight: normal;
  color: #fff;
  line-height: 25px;
  padding: 30px 0;
  z-index: 1;
  position: relative;
  text-align: center;
}

.bienvenidos .content .bienvenido-content .bienvenidos .title h1 .bold {
  font-weight: 900;
}

.bienvenidos .content .bienvenido-content .bienvenidos .text {
  margin-top: 30px;
}

.bienvenidos .content .bienvenido-content .bienvenidos .text p {
  max-width: 495px;
  width: 100%;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  font-weight: normal;
}

.bienvenidos .content .bienvenido-content .bienvenidos .text p .bold {
  font-weight: 600;
  color: #49a0df;
}

.cinta-titulo {
  background-color: #191919;
  margin-top: 65px;
}

.cinta-titulo .container h1 {
  padding: 22px 0;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-family: "Open Sans",sans-serif;
  color: #fff;
}

.cinta-titulo .container h1 .t1 {
  font-family: "Oswald",sans-serif;
  font-weight: 300;
}

.cinta-titulo .container h1 .t2 {
  font-family: "Montserrat","sans-serif";
  color: #49a0df;
  font-weight: 700;
}

.obras-gallery {
  margin: 58px 0;
}

.obras-gallery .gallery {
  padding: 0 20px;
}

.obras-gallery .gallery ul {
  display: grid;
  gap: 25px;
  list-style: none;
  grid-template-columns: repeat(1, 1fr);
}

.obras-gallery .gallery ul li {
  cursor: pointer;
  transition: all .5s;
}

.obras-gallery .gallery ul li:hover {
  transform: scale(1.05);
  transition: all .5s;
}

.obras-gallery .gallery ul li img {
  display: block;
  width: 100%;
}

.rd-mobilepanel #logoMovil {
  width: 175px;
}

.contacto-title {
  margin-top: 58px;
}

.contacto-title .container {
  display: flex;
  flex-direction: column;
}

.contacto-title .container::after,
.contacto-title .container::before {
  display: none;
}

.contacto-title .container .nos-interesa {
  background-color: #191919;
  padding: 17px 36px;
  transform: scaleY(1.05);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.contacto-title .container .nos-interesa h1 {
  display: block;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "Montserrat","sans-serif";
  font-size: 17px;
  line-height: 25px;
  font-weight: 900;
  color: #fff;
}

.contacto-title .container .responderemos {
  width: 100%;
  background-color: #49a0df;
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacto-title .container .responderemos h1 {
  font-family: "Montserrat","sans-serif";
  font-weight: 300;
  font-size: 16;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

#formTop {
  padding-top: 20px;
  padding-bottom: 38px;
}

.cntCapt {
  margin-top: 20px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset] {
  margin-top: 30px;
  font-family: "Montserrat","sans-serif";
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  font-weight: 900;
  height: 48px;
  width: 155px;
  background-color: #49a0df;
}

#frmContacto .form-control {
  background-color: #dbecf9;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  color: #4d4d4d;
}

#frmContacto .form-control::-moz-placeholder {
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  color: #4d4d4d;
}

#frmContacto .form-control::placeholder {
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  color: #4d4d4d;
}

#frmContacto .form-group {
  margin-bottom: 12px;
}