* {
  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: 1112px;
}

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

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

#darkTop {
  position: relative;
}

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

#logo a {
  display: block;
  position: relative;
}

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

#redes {
  width: auto;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  display: flex;
  align-items: center;
}

#redes a {
  color: #fff;
  height: 32px;
  width: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 16px;
}

#redes a:last-child {
  margin-right: 0;
}

#redes a .fa {
  display: none;
}

#redes a:hover {
  transform: scale(1.1);
}

#redes a:focus {
  transform: scale(1.1);
}

#redes .fb {
  background: url(../images/social-icons/facebook.png) center center no-repeat;
}

#redes .tr {
  background: url(../images/social-icons/twitter.png) center no-repeat;
}

#redes .in {
  background: url(../images/social-icons/instagram.png) center center no-repeat;
}

#redes .lk {
  background: url(../images/social-icons/linkedin.png) center center no-repeat;
}

#topMenu {
  height: 74px;
  width: 100%;
  position: relative;
  background: url(../images/banner/menu.png);
}

#menu {
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

#menu ul {
  margin: 0;
  position: relative;
}

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

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

#menu li {
  position: relative;
}

#menu li:before {
  content: "";
  position: absolute;
  top: calc(50% - 8.5px);
  right: -0.5px;
  width: 1.1px;
  height: 17px;
}

#menu li:last-child {
  float: right;
  background: rgba(0,0,0,0);
}

#menu li:last-child:before {
  width: 0;
  height: 0;
  border-radius: 0;
}

#menu li a:hover {
  color: #fff;
}

#menu li a:focus {
  color: #fff;
}

#menu li.active a {
  color: #fff;
}

#datFooter {
  background: #002c13;
}

#datFooter a {
  color: #616161;
  font-family: "Lato",sans-serif;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: .25px;
  font-size: 16px;
}

#datFooter ul {
  display: inline-block;
}

#datFooter li {
  list-style: none;
}

#datFooter .tit {
  font-size: 24px;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  color: #000101;
  line-height: 23px;
  padding-bottom: 20px;
}

#footer {
  text-align: center;
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  font-family: "Arial",sans-serif;
  min-height: 66px;
  display: flex;
  align-items: center;
}

#footer .container {
  font-family: inherit;
  font-size: inherit;
}

#footer .tfooter {
  color: #fff;
  line-height: 22px;
  text-align: left;
  text-align: center;
}

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

#footer #powered {
  color: #fff;
  line-height: 22px;
  width: auto;
  text-align: right;
  text-align: center;
}

#footer #powered a {
  background: url(../images/iconTecweb.png) no-repeat center left;
  padding: 0 0 0 30px;
  line-height: inherit;
  display: inline-block;
  color: #fff;
  margin-left: 4px;
  text-decoration: none !important;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #000;
  border: solid 1px #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 {
  color: #000;
  text-decoration: none;
  opacity: 1;
  background: #fff;
}

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

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

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

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

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

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

#sliderTop .slides li {
  height: 330px;
  position: relative;
  background-position: center center !important;
}

#sliderTop .slides li img {
  display: none;
}

.contSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contSlider .container {
  height: 100%;
}

.contSlider .container .caption {
  font-family: "Oswald",sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .25px;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 53px;
  line-height: 50px;
  text-align: right;
  text-shadow: 3px 2px 7px rgba(0,0,0,.35);
}

.contSlider .container .caption strong {
  display: block;
}

.flex-direction-nav a {
  width: 34px;
  height: 35px;
}

.flex-direction-nav .flex-prev {
  margin-left: -360px;
  opacity: 1;
  background: url(../images/slider/prev.png);
}

.flex-direction-nav .flex-next {
  margin-left: -320px;
  opacity: 1;
  background: url(../images/slider/next.png);
}

#main {
  overflow: hidden;
}

.desktop .wow {
  visibility: hidden;
}

#formTop {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  background: #005c00;
}

#frmContacto .tit {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
}

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

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

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

#frmContacto .form-control {
  display: block;
  height: 52px;
  border-radius: 0;
  font-family: "Verdana",serif;
  font-size: 11px;
  font-weight: 400;
  color: #949494;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0) !important;
  border: 1px solid #d5d5d5;
}

#frmContacto .textarea {
  height: 115px;
  padding-top: 12px;
}

#frmContacto input[type=submit] {
  display: inline-block;
  height: 45px;
  background: #00cf67;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  font-size: 11px;
  width: 110px;
  text-align: center;
  font-weight: 400;
  border-radius: 5px;
}

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

#frmContacto input[type=reset] {
  display: inline-block;
  height: 45px;
  background: #00cf67;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  font-size: 11px;
  width: 85px;
  text-align: center;
  font-weight: 400;
  border-radius: 5px;
}

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

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

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

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

.frmContacto input::-webkit-input-placeholder {
  color: #959595;
  opacity: 1;
}

.frmContacto input:-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.frmContacto input::-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.frmContacto input:-ms-input-placeholder {
  color: #959595;
  opacity: 1;
}

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

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

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

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

.frmContacto textarea::-webkit-input-placeholder {
  color: #959595;
  opacity: 1;
}

.frmContacto textarea:-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.frmContacto textarea::-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.frmContacto textarea:-ms-input-placeholder {
  color: #959595;
  opacity: 1;
}

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

.frmContacto textarea:focus:-moz-placeholder {
  opacity: .5;
}

.frmContacto textarea:focus::-moz-placeholder {
  opacity: .5;
}

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

#dirMap {
  background: #464646;
}

#dirMap .tit {
  font-family: "Lato",sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 26.5px 0;
}

#textHome1 {
  padding: 150px 0;
  background: #3c3a41;
}

.titleHome1 {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  color: #00cf68;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 40px;
}

.titleHome1 .first-text {
  font-size: 43px;
}

.titleHome1 .second-text {
  font-size: 33px;
}

.home2 a {
  display: block;
  width: 178px;
  height: 45px;
  border-radius: 5px;
  background: #fcfcfc;
  margin-left: auto;
  color: #6e6e6e;
  font-family: "Lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}

#textNos1 {
  padding-top: 137px;
  padding-bottom: 121px;
}

.contentNos1 {
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #616161;
}

.contentNos1 span {
  display: block;
}

.contentNos1 a {
  display: block;
  width: 284px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background: #2594bf;
  border-bottom: solid 2px #05b9ff;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.titleNos1 {
  color: #2b2b2b;
  font-family: "Oswald",sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.titleNos1 strong {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 5px;
}

.titleNos1:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #2594bf;
}

#textNos2 {
  background: url(../images/nosotros/fondo1.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

#textNos2:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 3.5px);
  width: 7px;
  height: 100%;
  background: #fff;
}

.contentNos2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.itemNos1 {
  width: 50%;
  height: 536px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 25px;
}

.itemNos2 {
  width: 50%;
  height: 536px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 25px;
}

.cntNos2 {
  background: url(../images/nosotros/bg.png);
  padding-top: 33px;
  padding-bottom: 33px;
  padding-right: 34px;
  max-width: 445px;
  position: relative;
  font-family: "Lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.cntNos2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background: url(../images/nosotros/bg.png);
}

.cntNos22 {
  text-align: right;
  padding-right: 0px;
  padding-left: 34px;
}

.cntNos22:before {
  left: auto;
  right: -50px;
}

.titleNos2 {
  font-family: "Oswald",sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 19px;
}

.subtitleNos1 {
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: .25;
  padding-bottom: 15px;
}

#textNos3 {
  padding: 52px 0;
}

#textProductos1 {
  background: #3a3a3a;
}

.contentProductos1 {
  line-height: 101px;
  font-family: "Oswald",sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
}

.contentProductos1 a {
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  line-height: normal;
}

.contentProductos1 a:hover {
  opacity: .85;
}

#textProductos2 {
  padding-top: 68px;
  padding-bottom: 29px;
}

#textProductos2 .row {
  margin: 0 -11.33px;
}

#textProductos2 div[class*=col-] {
  margin-bottom: 29px;
  padding: 0 11.33px;
  width: 33.333%;
}

.contGaleria {
  margin: auto;
  max-width: 233px;
  padding: 9.5px;
  border: solid 1px #9e9e9e;
}

.contGaleria figure {
  position: relative;
}

.contGaleria a:hover figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/galeria/hover.png?v2) center no-repeat;
  background-size: cover;
}

.noHayImg {
  padding-bottom: 39px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.noHayProd {
  padding-bottom: 45px;
  padding-top: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.noHaycats {
  padding-bottom: 45px;
  padding-top: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 17px;
}

.todoProds {
  cursor: pointer;
}

.contentCats {
  background: #2594bf;
  margin-bottom: 62px;
}

.contentCats ul {
  list-style: none;
  margin: 0;
  position: relative;
}

.contentCats ul:before {
  display: block;
  content: "";
  clear: both;
}

.contentCats ul:after {
  display: block;
  content: "";
  clear: both;
}

.contentCats ul li {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald",sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 55px;
  height: 55px;
  float: left;
  padding: 0 12px;
  margin-right: 1px;
  margin-top: 5px;
}

.contentCats ul li:hover {
  color: #535353;
  background: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #535353;
  background: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.contentCats ul li.active {
  color: #535353;
  background: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #535353;
  background: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.productosRsp {
  padding-bottom: 45px;
}

.productosRsp ul {
  margin-left: 18px;
}

.productosRsp li {
  font-family: "Lato",sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 11px;
  color: #616161;
  text-align: left;
}

.colfProd1 {
  padding-right: 50px;
}

.colfProd2 {
  padding-left: 0;
}

#textCont1 {
  padding-top: 62px;
  padding-bottom: 11px;
}

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

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

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

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  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(-240px);
  transition: .3s ease;
  transition: .3s cubic-bezier(0.55, 0, 0.1, 1);
}

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

.rd-mobilemenu_ul a:hover {
  background: rgba(255,255,255,.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;
  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 ul a {
  padding: 8px 25px 8px;
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul li.active a {
  background: rgba(255,255,255,.45);
  text-decoration: none;
}

.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:after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  z-index: 99999991;
  background: #000;
}

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

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

.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;
  z-index: 9;
}

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

.rd-mobilepanel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .3s ease;
  top: 8px;
  width: 24px;
  height: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  transition-property: top,transform;
}

.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .3s ease;
  width: 24px;
  height: 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  transition-property: top,transform;
}

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

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

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

@media (max-width: 767px) {
  body {
    padding-bottom: 48px;
  }

  .rd-mobilemenu {
    display: block;
  }

  .rd-mobilepanel {
    display: block;
  }

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

  #header #topMenu {
    height: auto;
  }

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

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

  #sliderTop .slides li {
    height: 350px;
  }

  .contSlider {
    background: rgba(0,0,0,.15);
  }

  .contSlider .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contSlider .container .caption {
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  a.toTop {
    right: auto;
    left: 21px;
  }

  #redes {
    display: flex;
    width: 100%;
    height: 46px;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    background: #fff;
    z-index: 7;
  }

  #redes a {
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 18px;
    margin-right: 0;
  }

  #redes a:hover {
    text-decoration: none;
    transform: scale(1);
  }

  #redes a:focus {
    text-decoration: none;
    transform: scale(1);
  }

  #redes a .fa {
    display: block;
  }

  #redes .fb {
    background-color: #395398 !important;
  }

  #redes .tr {
    background-color: #42bded !important;
  }

  #redes .in {
    background-color: #ab7f5c !important;
  }

  #redes .lk {
    background-color: #0073af !important;
  }

  .pdfIso {
    position: absolute;
    top: 14px;
    right: -30px;
    width: 120px;
  }

  .pdfIso img {
    max-width: 100%;
  }

  #datFooter .tit {
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  #textHome1 {
    padding: 120px 0;
  }

  #textNos2 {
    background: rgba(0,0,0,0);
  }

  #textNos2:before {
    width: 0;
    height: 0;
  }

  .cntNos2 {
    text-align: center;
    padding: 33px;
  }

  .cntNos2:before {
    width: 0;
    height: 0;
  }

  .itemNos1 {
    width: 100%;
    height: auto;
    padding: 55px 0;
    justify-content: center;
    position: relative;
  }

  .itemNos1:before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    left: -15px;
    top: 0;
    background: url(../images/nosotros/fondo1.jpg) left center no-repeat;
  }

  .itemNos2 {
    width: 100%;
    height: auto;
    padding: 55px 0;
    justify-content: center;
    position: relative;
  }

  .itemNos2:before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    left: -15px;
    top: 0;
    background: url(../images/nosotros/fondo1.jpg) left center no-repeat;
    background-position: right center;
  }

  .cntNos22 {
    text-align: center;
    padding: 33px;
  }

  .contentProductos1 {
    font-size: 29px;
  }

  .colfProd1 {
    padding-right: 15px;
    width: 100%;
  }

  .colfProd2 {
    padding-left: 15px;
    width: 100%;
  }

  .banner-style-1 {
    background-color: #2d4d64;
  }

  .section-contacto #frmContacto .row div[class*=col-] {
    padding: 0 4px;
  }

  .section-contacto #frmContacto .row div[class*=col-] .form-group {
    margin-left: 0 !important;
    margin-bottom: 8px !important;
  }

  .section-contacto #frmContacto .row div[class*=col-] .form-group.mt-1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .flex-direction-nav .flex-prev {
    display: none;
  }

  .flex-direction-nav .flex-next {
    display: none;
  }
}

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

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

  .itemNos1:before {
    background-size: cover;
  }

  .itemNos2:before {
    background-size: cover;
  }

  .contentProductos1 {
    font-size: 22px;
  }

  .contentProductos1 a {
    top: calc(50% - 20px);
  }

  .contentProductos1 a img {
    height: 40px;
  }

  .contentProductos1 .noticias {
    font-size: 24px !important;
  }

  #textProductos2 div[class*=col-] {
    width: 50%;
  }
}

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

  #frmContacto .row .lbl {
    padding-bottom: 8px;
  }

  #frmContacto .row .text-right {
    text-align: center;
  }

  #textNos1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 480px) {
  #footer .tfooter {
    line-height: 16px;
  }

  #footer .tfooter em {
    display: block;
    height: 1px;
    opacity: 0;
  }

  .titleNos1 {
    font-size: 30px;
  }

  .cntNos2 {
    padding: 33px 15px;
  }

  .cntNos22 {
    padding: 33px 15px;
  }

  .contentProductos1 {
    font-size: 20px;
  }

  .contentProductos1 a {
    top: calc(50% - 15px);
  }

  .contentProductos1 a img {
    height: 30px;
  }
}

@media (max-width: 420px) {
  #sliderTop .slides li {
    height: 300px;
  }

  .pdfIso {
    top: 18px;
    width: 90px;
  }

  .rd-mobilepanel #logoMovil {
    margin-right: auto;
    width: 100px;
  }

  .contSlider .container .caption {
    font-size: 24px;
    line-height: 32px;
  }

  .titleHome1 span {
    background: rgba(0,0,0,0);
  }

  .contentProductos1 {
    font-size: 18px;
  }

  .contentCats ul li {
    font-size: 20px;
    line-height: 42px;
    height: 42px;
  }
}

@media (max-width: 365px) {
  #textHome1 {
    padding: 90px 0;
  }

  .contentProductos1 {
    font-size: 16px;
  }

  .contentProductos1 a {
    top: calc(50% - 14px);
  }

  .contentProductos1 a img {
    height: 28px;
  }
}

.rd-mobilepanel {
  background-color: #fff;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  background-color: #e5723c;
}

.rd-mobilepanel .rd-mobilepanel_title {
  top: 0;
  bottom: 0;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil {
  height: 100%;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil img {
  -o-object-fit: contain;
  object-fit: contain;
}

.rd-mobilemenu_ul {
  background: #e5723c;
}

.rd-mobilemenu_ul li:nth-of-type(6),
.rd-mobilemenu_ul li:nth-of-type(7) {
  display: none;
}

#menu {
  display: none;
  position: relative;
  background-color: #e5723c;
}

#menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-color: #fff;
}

#menu .container.menu-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

#menu .container.menu-container .nav {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 150px auto auto;
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
}

#menu .container.menu-container .nav #logo {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  grid-column: 3/4;
  grid-row: 1/3;
  justify-self: center;
  align-self: center;
  position: relative;
  transform: translateX(-5px);
}

#menu .container.menu-container .nav #logo:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(16% 0%, 84% 0%, 100% 50%, 84% 100%, 16% 100%, 0% 50%);
  clip-path: polygon(16% 0%, 84% 0%, 100% 50%, 84% 100%, 16% 100%, 0% 50%);
  width: 240px;
  min-height: 100px;
}

#menu .container.menu-container .nav #logo a {
  padding: 0;
}

#menu .container.menu-container .nav li {
  position: relative;
}

#menu .container.menu-container .nav li:before {
  display: none;
}

#menu .container.menu-container .nav li.contact-item {
  grid-row: 1/2;
}

#menu .container.menu-container .nav li.contact-item a {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #2d4d64;
  font-family: "Lato",sans-serif;
}

#menu .container.menu-container .nav li.contact-item a span {
  margin-left: 8px;
}

#menu .container.menu-container .nav li.contact-item:nth-of-type(1) {
  grid-column: 1/3;
}

#menu .container.menu-container .nav li.contact-item:nth-of-type(1) a {
  text-align: left;
}

#menu .container.menu-container .nav li.contact-item:nth-of-type(2) {
  grid-column: 4/5;
  justify-self: center;
}

#menu .container.menu-container .nav li.contact-item:nth-of-type(3) {
  grid-column: 5/6;
  text-align: right;
}

#menu .container.menu-container .nav li.contact-item.social .social-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#menu .container.menu-container .nav li.contact-item.social .social-list .social-item:last-of-type {
  padding-left: 11px;
}

#menu .container.menu-container .nav li.nav-item {
  grid-row: 2/3;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  height: 100%;
  align-self: end;
}

#menu .container.menu-container .nav li.nav-item a {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Lato",sans-serif;
  font-size: 15px;
}

#menu .container.menu-container .nav li.nav-item a:hover:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 51px;
  height: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  bottom: -5px;
}

#menu .container.menu-container .nav li.nav-item:nth-of-type(5) {
  grid-column: 1/2;
  padding-left: 0;
}

#menu .container.menu-container .nav li.nav-item:nth-of-type(5) a {
  text-align: left;
}

#menu .container.menu-container .nav li.nav-item:nth-of-type(6) {
  grid-column: 2/3;
}

#menu .container.menu-container .nav li.nav-item:nth-of-type(8) {
  grid-column: 4/5;
  justify-self: end;
}

#menu .container.menu-container .nav li.nav-item:nth-of-type(9) {
  grid-column: 5/6;
  padding-right: 0;
  justify-self: end;
}

#menu .container.menu-container .nav li.nav-item:nth-of-type(9) a {
  text-align: right;
}

#menu .container.menu-container .nav li.nav-item.active a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 51px;
  height: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  bottom: -5px;
}

#menu .container.menu-container .nav li a {
  font-family: "Montserrat",sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  letter-spacing: normal;
  text-align: center;
}

#menu .container.menu-container .nav li a:hover,
#menu .container.menu-container .nav li a:focus {
  background-color: rgba(0,0,0,0);
}

#footer {
  background: #343434;
  padding: 10px 0;
}

@media (max-width: 539px) {
  #footer .container {
    padding-left: 0;
    padding-right: 0;
  }

  #footer .container .tfooter {
    font-size: 10px;
  }
}

.footer-message {
  background-color: #e5723c;
  padding: 20px 0;
}

.footer-message .container .aceptamos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.footer-message .container .aceptamos h2 {
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.footer-message .container .aceptamos h2 .bold {
  font-weight: 600;
}

.footer-message .container .aceptamos img {
  display: block;
}

.footer-page {
  background: #2d4d64;
  padding: 30px 0;
}

.footer-page .container .list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  grid-row-gap: 18px;
}

.footer-page .container .list .item:last-of-type {
  display: none;
}

.footer-page .container .list .item h3 {
  font-family: "Lato",sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 16px;
}

.footer-page .container .list .item ul {
  list-style: none;
  margin-top: 8px;
}

.footer-page .container .list .item ul li a {
  display: flex;
  color: #fff;
  font-family: Arial,sans-serif;
  line-height: 22px;
  text-align: center;
  justify-content: center;
}

.footer-page .container .list .item ul li a img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 7px;
}

.splide {
  position: relative;
  margin-top: 56px;
}

.splide .splide-arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  display: flex;
  justify-content: center;
}

.splide .splide-arrows button {
  background-color: rgba(0,0,0,0);
  border: none;
  padding: 5px;
}

.splide .splide-arrows button img {
  width: 30px;
}

.splide-style {
  height: 200px;
}

.splide-style .splide__slide {
  height: 100%;
}

.splide-style .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slider-content.style1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-content.style1 img {
  width: 60%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.slider-content.style1 h1 {
  position: relative;
  font-family: "Lato",sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  margin-top: 10px;
}

.slider-content.style1 h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/_src/images/textures/slider-texture.png");
}

.slider-content.style1 h1 span {
  position: relative;
  text-align: center;
  z-index: 2;
}

.slider-content.style2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.slider-content.style2 h1 {
  font-family: "Josefin Sans",sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0px 2px 2px #000;
  margin-top: 10px;
}

.slider-content.style2 h2 {
  font-family: "Lato",sans-serif;
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}

.slider-content.style2 h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/_src/images/textures/slider-texture.png");
}

.slider-content.style2 h2 span {
  position: relative;
  text-align: center;
  z-index: 2;
}

.slider-content.style2 img {
  align-self: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transform: translateY(20px);
  width: 15%;
}

.slider-content img {
  display: block;
  width: 100%;
}

.rd-mobilepanel .rd-mobilepanel_title {
  height: 100%;
  left: 0;
  right: 0;
  min-width: 320px;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil {
  margin-left: 68px;
}

.mobile-contact-1 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  list-style: none;
  padding: 6px 0;
  row-gap: 8px;
  margin-right: 30px;
  height: 100%;
}

.mobile-contact-1 .mobile-contact-item a {
  text-align: center;
  color: #2d4d64;
}

.mobile-contact-1 .mobile-contact-item a img {
  margin-right: 8px;
}

.mobile-contact {
  list-style: none;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0;
  row-gap: 8px;
  display: none;
}

.mobile-contact .mobile-contact-item a {
  text-align: center;
  color: #2d4d64;
}

.mobile-contact .mobile-contact-item a img {
  margin-right: 8px;
}

#datFooter {
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom: 0;
}

#datFooter .redes-list {
  display: flex;
  justify-content: space-around;
}

#datFooter .redes-list .redes-list-item {
  width: 100%;
}

#datFooter .redes-list .redes-list-item:nth-of-type(1) {
  background-color: #8a3ab9;
}

#datFooter .redes-list .redes-list-item:nth-of-type(2) {
  background-color: #3b5998;
}

#datFooter .redes-list .redes-list-item:nth-of-type(3) {
  background-color: #fff;
}

#datFooter .redes-list .redes-list-item a {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .5s;
}

#datFooter .redes-list .redes-list-item a:hover {
  background: #4e4e4e;
  transition: background-color .5s;
}

#datFooter .redes-list .redes-list-item a img {
  height: 26px;
}

.banner-style-1 {
  position: relative;
}

.banner-style-1:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/_src/images/textures/t1.webp");
  background-repeat: no-repeat;
  background-position: right;
  height: 120%;
}

.banner-style-1 .container {
  padding: 25px 0;
}

.banner-style-1 .container .title {
  font-family: "Lato",sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 19px;
  text-align: center;
  background-size: contain;
}

.banner-style-1 .container .title .bold {
  font-weight: 800;
  color: #e5723c;
  margin-left: 10px;
}

.banner-style-2 {
  background-color: #2d4d64;
  padding: 50px 0;
}

.banner-style-2.with-borders {
  position: relative;
}

.banner-style-2.with-borders:after,
.banner-style-2.with-borders:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-style-2.with-borders:after {
  bottom: 0;
  background-image: url("/_src/images/textures/tbot.png");
}

.banner-style-2.with-borders:before {
  top: 0;
  background-image: url("/_src/images/textures/ttop.png");
}

.banner-style-2.mt {
  margin-top: 25px;
}

.banner-style-2 .container .title {
  font-family: "Lato",sans-serif;
  font-weight: 300;
  font-size: 21px;
  text-align: center;
  color: #fff;
}

.banner-style-2 .container .title .bold {
  font-weight: 700;
}

.dist {
  padding: 15px 0;
}

.dist.p2 {
  padding: 50px 0;
}

.dist.p1 {
  padding-top: 0;
  padding-bottom: 15px;
}

.dist .container {
  width: 100%;
}

.dist .container .dist-list {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  grid-row-gap: 10px;
}

.dist .container .dist-list.grid2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.dist .container .dist-list.grid2 .dist-item {
  background-color: rgba(0,0,0,0);
}

.dist .container .dist-list.grid2 img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.dist .container .dist-list.gap2 {
  grid-column-gap: 5px;
}

.dist .container .dist-list .dist-item {
  background-color: #ededed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-height: 194px;
}

.dist .container .dist-list .dist-item.with-shadow {
  position: relative;
}

.dist .container .dist-list .dist-item.with-shadow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -27px;
  width: 100%;
  height: 27px;
  background-image: url("/_src/images/shadows/shadow3.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.dist .container .dist-list .dist-item img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.home-description {
  margin: 20px 0;
}

.home-description .container .first {
  background-image: url("/_src/images/home/inicio1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.home-description .container .first:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  height: 100%;
  background-image: url("/_src/images/shadows/shadow1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  z-index: 2;
}

.home-description .container .first .text {
  background-color: rgba(229,114,60,.7);
  padding: 10px 0;
}

.home-description .container .first .text .title,
.home-description .container .first .text .subtitle {
  font-family: "Lato",sans-serif;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 25px;
  line-height: 30px;
}

.home-description .container .first .text .title {
  font-weight: 400;
}

.home-description .container .first .text .subtitle {
  font-weight: 300;
}

.home-description .container .second {
  background-color: #2d4d64;
}

.home-description .container .second .text {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 15px;
  text-align: center;
}

.home-description .container .second .text .resaltar {
  font-weight: 700;
  color: #e5723c;
}

.home-infonavit {
  background-image: url("/_src/images/home/inicio2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}

.home-infonavit .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255,255,255,.8);
  border-radius: 3px;
  padding: 15px;
}

.home-infonavit .container img {
  display: block;
}

.home-infonavit .container .text,
.home-infonavit .container .text-caption {
  font-family: "Oswald",sans-serif;
  color: #343434;
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 499px) {
  .home-infonavit .container .text,
  .home-infonavit .container .text-caption {
    text-align: center;
  }

  .mision-vision .container .mision .text p,
  .mision-vision .container .vision .text p {
    padding: 0 10px;
  }

  .productos-list .container .list .item {
    max-width: 300px;
  }
}

.home-infonavit .container .text {
  margin: 5px 0;
  letter-spacing: 1px;
}

.home-infonavit .container .text .resaltar {
  color: #d92933;
}

.home-infonavit .container .text-caption {
  background: #d92933;
  color: #fff;
  padding: 9px 40px;
  border-radius: 8px;
}

.home-infonavit .container .text-caption .bold {
  font-weight: 700;
}

.mision-vision {
  margin: 20px 0;
  position: relative;
}

.mision-vision .container .mision,
.mision-vision .container .vision {
  position: relative;
  padding: 45px 0;
}

.mision-vision .container .mision:before,
.mision-vision .container .vision:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mision-vision .container .mision.mision:before,
.mision-vision .container .vision.mision:before {
  background-image: url("/_src/images/nosotros/mision.jpg");
}

.mision-vision .container .mision.vision:before,
.mision-vision .container .vision.vision:before {
  background-image: url("/_src/images/nosotros/vision.jpg");
}

.mision-vision .container .mision.mision,
.mision-vision .container .vision.mision {
  margin-bottom: 20px;
}

.mision-vision .container .mision .text,
.mision-vision .container .vision .text {
  position: relative;
  padding: 15px 0;
}

.mision-vision .container .mision .text:before,
.mision-vision .container .vision .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45,77,100,.8);
}

.mision-vision .container .mision .text h2,
.mision-vision .container .vision .text h2 {
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
  padding-bottom: 15px;
}

.mision-vision .container .mision .text h2:after,
.mision-vision .container .vision .text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7.5px;
  width: 100%;
  height: 3px;
  background: #fff;
}

.mision-vision .container .mision .text h2.title-second:after,
.mision-vision .container .vision .text h2.title-second:after {
  left: 0;
}

.mision-vision .container .mision .text p,
.mision-vision .container .vision .text p {
  text-align: center;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  z-index: 2;
  position: relative;
  line-height: 22px;
  padding-bottom: 10px;
}

.valores .image {
  background-image: url("/_src/images/nosotros/valores.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.valores .image h2 {
  font-family: "Lato",sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  line-height: 19px;
  font-size: 22px;
  transform: translateY(-30px);
}

.valores .image h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229,114,60,.8);
}

.valores .image h2 .text {
  z-index: 2;
  position: relative;
}

.valores .image h2 .text .bold {
  font-weight: 800;
}

.valores .container .list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  grid-row-gap: 20px;
  padding: 15px 0;
  transform: translateY(-87.5px);
}

.valores .container .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.valores .container .list .item img {
  display: block;
  width: 60%;
}

.valores .container .list .item span {
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #e5723c;
  display: block;
  line-height: 19px;
  margin-top: 20px;
}

.contamos {
  background-color: #eeeeef;
  padding: 30px 0;
}

.contamos .container p {
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}

.contamos .container p .bold {
  color: #e5723c;
  font-weight: 700;
}

.productos-list {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.productos-list .container .list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  grid-row-gap: 50px;
}

.productos-list .container .list .item {
  position: relative;
  background: #fff;
}

.productos-list .container .list .item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("/_src/images/shadows/shadow4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.productos-list .container .list .item img {
  display: block;
  width: 100%;
  height: 305.5px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.productos-list .container .list .item .title-space {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  background-color: rgba(229,114,60,.85);
  -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  color: #fff;
  padding: 10px 17px;
  line-height: 20px;
  min-height: 65px;
  display: flex;
  align-items: center;
}

.contacto-title {
  text-align: center;
  font-family: "Montserrat",sans-serif;
  font-weight: 800;
  color: #870d0a;
  font-size: 22px;
  padding: 30px 0;
  position: relative;
}

.section-contacto .container .form-title {
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-family: "Poppins",sans-serif;
  color: #5e5e5e;
  margin: 30px;
  letter-spacing: 1px;
  position: relative;
}

.section-contacto .container .form-title:before,
.section-contacto .container .form-title:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-contacto .container .form-title:before {
  width: 321px;
  height: 1px;
  background-color: #bebebe;
}

.section-contacto .container .form-title:after {
  width: 168px;
  height: 4px;
  background-color: #e5723c;
  bottom: -11px;
}

.section-contacto .container .form-title .bold {
  font-weight: 700;
  color: #e5723c;
}

.section-contacto #frmContacto .row div[class*=col-]:first-of-type .form-group {
  margin-left: 0;
}

.section-contacto #frmContacto .row div[class*=col-] .form-group {
  margin-left: 10px;
}

.section-contacto #frmContacto .row div[class*=col-] .form-group.no-ml {
  margin-left: 0;
}

.section-contacto #frmContacto .row div[class*=col-] .form-group.mt-1 {
  margin-top: 3px;
}

.section-contacto #frmContacto .form-control {
  border: 1px solid rgba(0,0,0,0);
  background-color: rgba(0,0,0,0);
  font-family: "Poppins",sans-serif;
  color: #6f7a86;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #6f7a86;
  border-radius: 7px;
}

.section-contacto #frmContacto .form-control::-moz-placeholder {
  color: #6f7a86;
}

.section-contacto #frmContacto .form-control::placeholder {
  color: #6f7a86;
}

.section-contacto #frmContacto input[type=submit],
.section-contacto #frmContacto input[type=reset] {
  background: #e5723c;
}

.section-contacto #frmContacto input[type=submit] {
  margin-left: 0px;
}

.section-contacto .text-center {
  padding: 1rem 0;
}

.section-contacto .text-center .question .data-text {
  margin-bottom: 10px;
}

.section-contacto .text-center .question .data-text .checkboxes label {
  padding-left: 15px;
  font-weight: 400;
}

.contact-banner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 1rem 0;
}

.contact-banner-title h1 {
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.contact-banner-title h1 img {
  margin-right: 5px;
}

.map-title {
  background-color: #2d4d64;
}

.map-title .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.map-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
  font-family: "Open Sans",sans-serif;
  letter-spacing: .5px;
  padding: 0 10px;
  text-align: center;
}

.map-title h2 img {
  transform: translateY(3px);
}

.map {
  height: 350px;
}

.center-captcha {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.contact-information {
  background-color: #e5e5e5;
  padding: 30px 0;
}

.contact-information .container .list {
  list-style: none;
  display: grid;
  grid-row-gap: 20px;
  justify-content: center;
}

.contact-information .container .list .item {
  background-color: #e5723c;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  max-width: 400px;
}

.contact-information .container .list .item h3,
.contact-information .container .list .item a {
  font-family: "Lato",sans-serif;
  color: #fff;
}

.contact-information .container .list .item h3 {
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}

.contact-information .container .list .item h3 img {
  margin-right: 5px;
  align-self: baseline;
}

.contact-information .container .list .item a {
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
}

.contact-information .container .list .item a:first-of-type {
  margin-top: 10px;
}
/*# sourceMappingURL=web.css.map*/