@charset "utf-8";
* {
  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;
}
@font-face {
  font-family: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}
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: 1180px;
}
.container::before,
.container::after {
  display: block;
  content: "";
  clear: both;
}
.animar {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#header {
  width: 100%;
  z-index: 3;
  height: 161px;
  padding-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#darkTop {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 9px;
  background: #f2f2f2;
}
#darkTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 9px;
  width: 100%;
}
.contenDarkTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58px;
  padding-right: 0px;
}
.itemDarkTop {
  margin-right: 10px;
}
.itemDarkTop:last-child {
  margin-right: 0px;
}
.contenDarkTop a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #616161;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 57px;
  letter-spacing: 0px;
}
.contenDarkTop a img {
  margin-right: 3px;
  width: 20px;
}

#logo {
  width: 148px;
  position: absolute;
  top: -5px;
  left: 15px;
}
#logo a {
  position: relative;
  z-index: 2;
}
#logo img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#topMenu {
  background: #ec342c;
  height: 64px;
  width: 100%;
}
#menu {
  margin: auto;
  position: absolute;
  left: 15px;
  top: 0px;
  height: 66px;
}
#menu ul {
  margin: 0;
}
#menu ul::before,
#menu ul::after {
  display: block;
  content: "";
  clear: both;
}
#menu li {
  float: left;
  position: relative;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: none;
  color: #ffffff;
  height: 32px;
  padding: 0px;
}
#menu li a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 2px;
  transform: scaleX(0);
  z-index: 0;
  background: url(../images/banner/bef.png) right center no-repeat;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#menu li:nth-child(2) a::before,
#menu li:nth-child(3) a::before,
#menu li:nth-child(4) a::before {
  width: 76px;
  background: url(../images/banner/bef2.png) right center no-repeat;
}
#menu li::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
#menu li:first-child {
  padding-left: 0px;
}
#menu li:last-child {
  float: right;
  padding-right: 0px;
}
#menu li:last-child::before {
  width: 0;
  height: 0;
}
#menu li.active a,
#menu li a:hover,
#menu li a:focus {
  color: #fff;
}
#menu li.active a::before,
#menu li a:hover::before,
#menu li a:focus::before {
  transform: scaleX(1);
}
.titleMenuTop {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 8.5px;
  right: 15px;
  height: 47px;
  background: rgba(22, 22, 22, 0.16);
  border-radius: 23.5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 0 25px;
}
.titleMenuTop strong {
  font-weight: 800;
  display: block;
}

#redes {
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#redes a {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#redes a:last-child {
  margin-right: 0;
}
#redes a .fa {
  display: none;
}
#redes a:hover,
#redes a:focus {
  opacity: 0.85;
  transform: scale(1.1);
  text-decoration: none;
}

/*Nuevo estilo Footer*/
#footer .contentFooter {
  background: #414141;
  display: flex;
  align-items: center;
  min-height: 115px;
  color: white;
}
#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;
  color: #fff;
  margin-bottom: 8px;
}
#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;
}
#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;
}
/*Footer*/

/*==================     ToTop     ======================*/
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: 0.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 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mobile .toTop,
.tablet .toTop {
  display: none !important;
}
#sliderTop::before {
  display: block;
  content: "";
  position: absolute;
  height: 0px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#sliderTop {
  height: 380px;
  margin-top: 131px;
}
#sliderTop .slides li {
  height: 380px;
  position: relative;
  background-position: center center !important;
  background-size: cover;
}
#sliderTop .slides li img.sliderImg {
  display: none;
  width: 100%;
}
.contSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contSlider .container,
.sliderCntTop {
  height: 100%;
}
.captions2 {
  position: relative;
}
.captions2::before {
  content: "";
  position: absolute;
  width: 904px;
  height: 617px;
  top: calc(50% - 300px);
  left: calc(50% - 445px);
  background: url("../images/banner/shadow.png") center no-repeat;
  background-size: cover;
}
.sliderCntTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.titleCaptio1 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.titleCaptio1 strong {
  color: #e03c3c;
  display: block;
}
.titleCaptio2 {
  background: rgba(255, 255, 255, 0.25);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px;
  color: #fff;
  padding: 0 25px;
  border-radius: 25px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

#sliderTop .flex-direction-nav a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 57px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url("../images/slider/next.png") center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url("../images/slider/prev.png") center no-repeat;
  margin-left: 249px;
}
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 7px;
  text-align: center;
  z-index: 2;
  left: 50%;
  margin-left: -360px;
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
  width: 0;
  height: 0;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 0 9px;
}
.flex-control-paging li a {
  width: 37px;
  height: 10px;
  background: #fff;
  border: 0;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #ea0202;
}

.contentHome1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 149px;
  padding-bottom: 132px;
}
.itemHome1a {
  width: 50%;
  padding-right: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #747474;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.itemHome1b {
  padding-left: 0px;
  padding-top: 10px;
  width: 50%;
}
.itemHome1a h1 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #ff0000;
  padding: 0 30px;
  border-radius: 30px;
  margin-bottom: 5px;
}
.itemHome1b figure {
  position: relative;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}
.itemHome1b figure .videoPlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
}
.itemHome1b figure a:hover {
  text-decoration: none;
}
.itemHome1b figure .videoPlay img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7px;
}
.itemHome1b figure a:hover .videoPlay img {
  transform: scale(1.1);
}
#textHome2 {
  background: url("../images/inicio/fondo1b.webp") center no-repeat;
  background-size: cover;
}
.contentHome2 {
  height: 642px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50%;
}
.contentHome2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  background: url("../images/inicio/fondo1a.webp") center no-repeat;
  background-size: cover;
  height: 100%;
  width: 959px;
}
.itemHome2 {
  padding-left: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
}
.itemHome2 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.itemHome2 h2 strong {
  font-weight: 800;
}
.itemPreHome2 {
  padding-left: 22px;
  margin-bottom: 30px;
  position: relative;
}
.itemPreHome2:last-child {
  margin-bottom: 0px;
}
.itemPreHome2::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: calc(100% - 6px);
  background: #df312e;
  border-radius: 2px;
}
#textHome3 {
  background: #373434;
}
.contentHome3 {
  height: 450px;
  display: flex;
  align-items: center;
  padding-right: 50%;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
.contentHome3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../images/inicio/fondo2a.webp") center no-repeat;
  background-size: cover;
  height: 100%;
  width: 961px;
}
.contentHome3 strong {
  color: #ff5252;
}
.itemHome3 {
  margin-left: 0px;
}
#textHome4 {
  padding-top: 81px;
}
.titleHome4 {
  text-align: center;
  margin-bottom: 67px;
}
.titleHome4 h2 {
  line-height: 37px;
  color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.titleHome4 h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 18.5px);
  left: -829px;
  width: 800px;
  height: 37px;
  background: #ff0000;
  border-top-right-radius: 18.5px;
  border-bottom-right-radius: 18.5px;
}
.titleHome4 h2::after {
  content: "";
  position: absolute;
  top: calc(50% - 18.5px);
  right: -829px;
  width: 800px;
  height: 37px;
  background: #ff0000;
  border-top-left-radius: 18.5px;
  border-bottom-left-radius: 18.5px;
}
.cntHome4 {
  max-width: 329px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 7px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cntHome4::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 7px;
  width: 100%;
  background: #215876;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cntHome4b::before {
  background: #950a07;
}
.cntHome4c::before {
  background: #d48f3e;
}
.cntHome4 figure {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cntHome4 figure.figure2 {
  padding-right: 15px;
  padding-bottom: 17px;
}
.cntHome4 figure.figure3 {
  padding-right: 7px;
  padding-bottom: 4px;
}
.bgHome3-1 {
  background: url("../images/inicio/bg1.png") center no-repeat;
  background-size: cover;
}
.bgHome3-2 {
  background: url("../images/inicio/bg2.png") center no-repeat;
  background-size: cover;
}
.bgHome3-3 {
  background: url("../images/inicio/bg3.png") center no-repeat;
  background-size: cover;
}

.bgHome3-4 {
  background: url("../images/inicio/bg4.png") center no-repeat;
  background-size: cover;
}
.bgHome3 {
  height: 290px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.bgHome3 strong {
  font-weight: 900;
}
#textHome4 .row {
  margin: 0 -10px;
}

#socios-comerciales .container-socios {
  max-width: 1600px;
  width: auto;
  margin: 0 auto;
}

#socios-comerciales .cntHome4 {
  width: 100%;
}
#socios-comerciales {
  margin-bottom: 100px;
}

#socios-comerciales .socios-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  padding: 0;
}

#socios-comerciales .socios-row .socio-card {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  float: none;
  flex: none;
}

#textHome4 a {
  color: #fff;
}
.itemHome4a {
  height: 106px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
}
.itemHome4b {
  height: 100px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
}
.itemHome4c {
  height: 83px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.textoHome4-p {
  display: flex;
}
.textoHome4-p2 {
  margin-bottom: 12px;
}
.textoHome4-p .figureP1 {
  width: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8px;
}
.textoHome4-p .figureP2 {
  width: calc(100% - 36px);
}
.textoHome4-p .figureP1.dirP1 {
  align-items: flex-start;
  padding-top: 3px;
}
#formTop {
  position: relative;
  padding-bottom: 106px;
  padding-top: 95px;
  background: url("../images/inicio/fondo3.webp") center no-repeat;
  background-size: cover;
}
#frmContacto {
  overflow: hidden;
  max-width: 977px;
  margin-right: auto;
  margin-left: auto;
}
#frmContacto .tit {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 50px;
  position: relative;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
#frmContacto .subtit {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  position: relative;
  letter-spacing: 0px;
  margin-bottom: 16px;
  text-align: center;
}
#frmContacto .row {
  margin: 0 -3px;
}
#frmContacto div[class*="col-"] {
  padding: 0 3px;
}
#frmContacto .form-group {
  margin-bottom: 7px;
}
#frmContacto .form-control {
  display: block;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding-left: 13px;
  background: #fff;
  color: #7d7d7d;
  box-shadow: none;
  border: 0;
}
#frmContacto .textarea {
  padding-top: 30px;
  height: 114px;
}

#frmContacto input[type="submit"],
#frmContacto input[type="reset"] {
  display: inline-block;
  height: 48px;
  background: #df312e;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  width: 224px;
  text-align: center;
  border-radius: 24px;
  margin-top: 16px;
}
#frmContacto input[type="submit"]:hover,
#frmContacto input[type="reset"]:hover {
  opacity: 0.8;
}
#frmContacto .error input,
#frmContacto .error textarea {
  border: solid 1px #000;
  background: rgba(255, 216, 217, 1);
  color: #000;
}

.frmContacto input::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto input:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto textarea::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto textarea:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto textarea::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto textarea:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.frmContacto input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.frmContacto input:focus:-moz-placeholder {
  opacity: 0.5;
}
.frmContacto input:focus::-moz-placeholder {
  opacity: 0.5;
}
.frmContacto input:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.frmContacto textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.frmContacto textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
.frmContacto textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
.frmContacto textarea:focus:-ms-input-placeholder {
  opacity: 0.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, 0.075) inset;
}
#main {
  overflow: hidden;
}
.desktop .wow {
  visibility: hidden;
}
#textCont1 {
  background: #2e2e2e;
}
#textCont1 .tit {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  padding: 45px 0;
}
#textCont1 .tit img {
  position: relative;
  margin-right: 5px;
  top: 1px;
}
#textMapc {
  height: 350px;
}
#textProd1 {
  padding-top: 128px;
  padding-bottom: 49px;
}
.titleProd1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 74px;
}
.titleProd1 h2 {
  width: 250px;
  margin-right: 30px;
  background: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.25px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 39.5px;
  height: 79px;
}
.titleProd1 a {
  width: calc(100% - 280px);
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 39.5px;
  background: #3e3e3e;
}
.titleProd1 a:hover,
.titleProd1 a:focus {
  background: #ff0000;
  text-decoration: none;
}
.titleProd1 a img {
  margin-right: 15px;
}
.contentProd1 {
  display: flex;
  flex-wrap: wrap;
}
.cntProd1 {
  max-width: 267px;
  margin-right: auto;
  margin-left: auto;
}
.itemProd1 {
  width: calc(33.333% - 15px);
  margin-right: 22.5px;
  margin-bottom: 49px;
}
.itemProd1:nth-child(3n + 3) {
  margin-right: 0px;
}
.contentProd1 h2 {
  color: #474747;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 18px;
}
.contentProd1 h2.f14 {
  font-size: 14px;
}
