.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background_body {
  background-color: #000;
}

.background_body.font_body {
  color: #000;
  font-family: Urbanist, sans-serif;
}

.background_body.font_body.back_contacto {
  background-image: url('../images/back-contacto.png');
  background-position: 0 0;
  background-size: cover;
}

.nav {
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/back-contacto.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100vh);
}

.navlinktext {
  letter-spacing: .1vw;
  font-family: Anton, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
  text-decoration: none;
}

.menu-icon {
  width: 50px;
  color: #000;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 10vw;
  height: 100%;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
}

.header {
  z-index: 9;
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navoverlay {
  z-index: 4;
  width: 4000px;
  height: 4000px;
  background-color: #061127;
  border-radius: 100%;
  margin-top: -2000px;
  margin-right: -2000px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: scale(0);
}

.contentoverlay {
  z-index: 8;
  width: 4000px;
  height: 4000px;
  background-color: #000;
  border-radius: 100%;
  margin-top: -2000px;
  margin-right: -2000px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: scale(0);
}

.navlink {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding: 20px 10px;
  font-family: Exo, sans-serif;
  font-size: 3em;
  font-weight: 100;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.text-block {
  color: #000;
  font-size: 16px;
  display: none;
}

.text-block.close {
  display: none;
}

.menu-line {
  width: 50px;
  height: 2px;
  background-color: #000;
  margin-top: 8px;
  margin-bottom: 8px;
}

.menu-line.half {
  width: 25px;
  background-color: #000;
}

.menu-line.halfright {
  width: 25px;
  margin-left: auto;
}

.nav-trigger {
  width: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
}

.row_menu {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.telefono {
  align-items: center;
  display: flex;
}

.image {
  width: 2vw;
}

.image-2 {
  width: 3px;
}

.image-3 {
  width: 3vw;
}

.image-4 {
  width: 3px;
}

.image-5 {
  width: 3vw;
}

.image-6 {
  width: 3px;
}

.image-7 {
  width: 106.266vw;
}

.image-8 {
  width: 0;
}

.image-9 {
  width: 0;
}

.image-10 {
  width: 3vw;
}

.image-11 {
  width: 2vw;
}

.number_nav {
  margin-bottom: 0;
  margin-right: 1vw;
  font-family: Urbanist, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.number_nav:hover {
  color: #b40000;
}

.slide-nav {
  display: none;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  margin-top: 3vw;
  display: flex;
}

.speakers-hero-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.button-productos-home {
  z-index: 9;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.button-productos-home:hover {
  -webkit-text-stroke-color: white;
  background-color: #e43d51;
  border-color: #fff;
}

.speaker-arrow {
  width: 60px;
  height: 60px;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 5vw;
}

.clip-text {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.speaker-slider-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slide-arrow {
  width: 18px;
}

.section_best_sellers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section_best_sellers.home-hero-section {
  min-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  padding: 5vw 0;
  overflow: hidden;
}

.member-image {
  width: 101%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.member-image.six {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-position: 50% 0;
  background-clip: border-box;
  border-radius: 3vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3vw;
  display: flex;
}

.img_gorra {
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.button_color {
  z-index: 999;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  position: absolute;
}

.paleta_colores {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: center;
  display: flex;
}

.gorra1_color1 {
  width: 2vw;
  height: 2vw;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
}

.gorra1_color2 {
  width: 2vw;
  height: 2vw;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
}

.h3 {
  width: 85%;
  font-size: 1.8vw;
  line-height: 3vw;
}

.h2_subtitles {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5vw;
  font-size: 3vw;
  font-weight: 300;
  line-height: 5vw;
}

.h2_subtitles.padding_left_0 {
  padding-left: 0;
}

.bold {
  font-weight: 700;
}

.text-block-2 {
  display: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.speaker-image-cover-2 {
  z-index: 10;
  height: 101%;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/gorra2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-image-cover-2.img2 {
  background-image: url('../images/gorra1_1.jpg');
  display: block;
}

.speaker-image-cover-2.img3 {
  background-image: url('../images/gorra3.jpg');
  display: block;
}

.speaker-arrow-2 {
  width: 60px;
  height: 60px;
  background-color: #1e2029;
  border: 1px rgba(255, 255, 255, .04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 5vw;
}

.speaker-arrow-2.left {
  margin-right: 72px;
  bottom: 0;
  left: auto;
  right: 5vw;
}

.speaker-slide-content-2 {
  z-index: 100;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 36px;
  display: block;
  position: relative;
}

.slide-image-2 {
  width: 100%;
  height: 40vw;
  border-radius: 3vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gorra1_color3 {
  width: 2vw;
  height: 2vw;
  background-color: #222934;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
}

.gorra1_color4 {
  width: 2vw;
  height: 2vw;
  background-color: #8e8e8e;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
}

.fixed-background {
  background-image: url('../images/back-catalogo-big.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_catalogo {
  z-index: 3;
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.one-paragraph {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2vw;
}

.verse-three {
  width: 60%;
  height: auto;
  background-color: #ce1414;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5vw;
  display: block;
  position: relative;
}

.catalogo_productos {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.catalogo_col_superior, .catalogo_col_inferior {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  display: flex;
}

.p_catalogo {
  color: #fff;
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 2vw;
}

.title_catalogo {
  font-size: 2vw;
  font-weight: 700;
  line-height: 5vw;
}

.btn_catalogo {
  letter-spacing: .1vw;
  cursor: pointer;
  background-color: #ce1514;
  border: 1px solid #fff;
  border-radius: .5vw;
}

.btn_catalogo:hover {
  color: #b40000;
  background-color: #fff;
  font-weight: 600;
}

.section_bordados {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.p_bordados {
  color: #fff;
  letter-spacing: .1vw;
  margin-bottom: 0;
  padding-left: 5vw;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 3vw;
}

.bordados_gallery {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: space-between;
  margin-top: 2vw;
  display: flex;
}

.bordados_col_left {
  width: 70%;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: column;
  display: flex;
}

.container_bordados_flat {
  width: 100%;
  height: 100%;
  background-image: url('../images/bordados4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.bordados_col_superior {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.container_bordados_3d {
  width: 61vw;
  height: 21vw;
  background-image: url('../images/bordados3.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.container_bordados_parche {
  width: 30vw;
  height: 20vw;
  background-image: url('../images/bordados1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: relative;
}

.p_bordados_1, .p_bordados_2 {
  z-index: 1;
  color: #fff;
  letter-spacing: .1vw;
  margin-bottom: 2vw;
  margin-left: 2vw;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 3vw;
}

.section_acerca {
  height: 100vh;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.acerca_col_left {
  width: 70%;
}

.acerca_col_right {
  width: 50%;
}

.p_acerca {
  color: #fff;
  margin-top: 2vw;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 2vw;
}

.p_acerca.line-h {
  font-size: 1.3vw;
  line-height: 2vw;
}

.section_video {
  padding: 5vw 10vw;
  display: block;
}

.section_contacto {
  height: auto;
  margin-bottom: 5vw;
  padding: 5vw;
}

.h1_sections {
  color: #fff;
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.p_contacto {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 2vw;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_inputs {
  width: 50%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 2vw;
  display: flex;
}

.field-label {
  color: #fff;
  font-weight: 300;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: .5vw;
}

.input_left, .input_right {
  width: 100%;
}

.form_contacto {
  margin-top: 4vw;
  margin-bottom: 0;
  display: block;
}

.select-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5vw;
}

.total_paga {
  width: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p_consultar {
  color: #fff;
  margin-top: 10px;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.red {
  color: #b40000;
  font-size: 1.1vw;
  text-decoration: none;
}

.home_form_btn_enviar {
  width: 100%;
  text-align: center;
  letter-spacing: .1vw;
  background-color: #b40000;
  border-radius: .6vw;
  justify-content: center;
  font-size: 1.2vw;
  line-height: 2vw;
  display: flex;
}

.home_form_btn_enviar:hover {
  color: #b40000;
  background-color: #fff;
  font-weight: 600;
}

.footer {
  background-color: #181818;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.logo_footer {
  width: 12vw;
}

.div_footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.p_footer {
  color: #fff;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.p_footer:hover {
  color: #b40000;
  font-weight: 700;
}

.section_footer {
  text-align: center;
  border-right: 1px solid #fff;
  padding-right: 2vw;
}

.section_footer.hr_r {
  border-right-style: none;
}

.hr_footer {
  width: 100%;
  border: 1px solid #fff;
  border-top-width: .1vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.p_redes {
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 2vw;
}

.div_social {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.circle_redes {
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle_redes:hover {
  background-color: #b40000;
}

.contacto {
  width: 70%;
  justify-content: space-between;
  align-items: center;
  margin: 4vw auto;
  display: flex;
}

.option_contacto {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  cursor: pointer;
  border-right: 1px solid #fff;
  align-items: center;
  padding-right: 5vw;
  display: flex;
}

.option_contacto.hr_opcion {
  border-right-style: none;
  padding-right: 0;
}

.p_contacto_opciones {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 2vw;
}

.p_contacto_opciones:hover {
  color: #b40000;
  text-decoration: none;
}

.acerca_container {
  margin-top: 0;
  padding: 0 5vw 5vw;
}

.slider_nosotros {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

.images_slider, .col_info_nosotros {
  width: 50%;
}

.slide-nav-2 {
  display: none;
}

.p_nosotros {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 2vw;
}

.banner_nosotros {
  width: 100%;
}

.slider-2 {
  height: auto;
}

.title_clientes {
  color: #fff;
  text-align: left;
  letter-spacing: .1vw;
  flex: 0 auto;
  font-family: Urbanist, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.flex-scrolling-2 {
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrap-ticker {
  min-height: 200px;
  min-width: 280px;
  background-color: rgba(42, 110, 121, .15);
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrap-ticker.square-m {
  width: 20em;
  height: 14em;
  min-width: auto;
  background-color: #fff;
  border-radius: 0;
  box-shadow: inset 1px 1px rgba(211, 211, 211, .3), 0 1px rgba(211, 211, 211, .3);
}

.logo-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.wrapper-sticky-clients {
  z-index: 2;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-sticky-clients.mt-5vw {
  margin-top: 5vw;
}

.nosotros_clientes {
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  font-weight: 300;
  display: flex;
}

.image-logo {
  width: 100%;
  max-height: 120px;
  max-width: 150px;
  object-fit: contain;
  flex: 1;
  display: block;
}

.wrapper-ticker {
  border: 0 #000;
  border-width: 0 1px;
  padding-top: 43px;
  padding-bottom: 43px;
  overflow: hidden;
}

.presencia {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.p_presencia {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.presencia_col_superior {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.presencia_cols {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.presencia_col_inferior {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img_marcas {
  border-radius: 1vw;
}

.button_regresar {
  align-items: center;
  margin-top: 6vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 5vw;
  display: none;
}

.regresar {
  color: #fff;
  letter-spacing: .1vw;
  align-items: center;
  font-size: 1.2vw;
  line-height: 2vw;
  display: flex;
}

.p_regresar {
  margin-bottom: 0;
  font-size: 1vw;
}

.btn_regresar {
  width: 3vw;
  height: 2vw;
  border: 1px solid #fff;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  display: flex;
}

.btn_regresar:hover {
  background-color: #e43d51;
  border-color: #e43d51;
}

.img_arrow_regresar {
  width: 1vw;
}

.productos_container {
  height: 100vh;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 5vw 5vw;
  display: flex;
}

.p_productos {
  color: #fff;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2vw;
}

.box_modelos {
  width: 20vw;
  height: 25vw;
  background-color: #fff;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  display: flex;
  position: relative;
}

.div_modelos {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h5_titles_modelos {
  color: #fff;
  text-align: center;
  letter-spacing: .1vw;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 2vw;
}

.p_descripcion_modelos {
  color: #fff;
  text-align: center;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.icon_modal {
  width: 100%;
  text-align: right;
  cursor: pointer;
  justify-content: flex-end;
  margin-top: 2vw;
  padding-right: 1vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.button_modal {
  width: 3vw;
  height: 3vw;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal_icon {
  width: 2vw;
  cursor: pointer;
}

.container_modal_info {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.column_modal_left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.row_column_small {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.caja_producto_modal {
  width: 20vw;
  height: 20vw;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: .7vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caja_small_producto_modal {
  width: 5vw;
  height: 5vw;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.img_modal_gorra {
  width: 3vw;
}

.img_big_modal_gorra {
  width: 15vw;
}

.p_modal1 {
  color: #000;
  text-align: left;
  letter-spacing: .1vw;
  text-transform: none;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.he_title_modal {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 2vw;
}

.p_sku {
  color: #8e8e8e;
  text-align: left;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.2vw;
}

.form-block {
  margin-top: 2vw;
}

.text-field-2 {
  border-radius: .5vw;
}

.p_precios_modal1 {
  color: #000;
  text-align: left;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.2vw;
  display: none;
}

.hr_top_modal {
  border: 1px solid #d9d9d9;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.hr_top_modal.hr-modals-home {
  display: none;
}

.txt_decoration {
  text-decoration: underline;
}

.row_information_product {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.col_right_button_contactar {
  margin-top: 2vw;
}

.button_contactar {
  letter-spacing: .1vw;
  background-color: #b40000;
  border-radius: .5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1vw;
  line-height: 2vw;
}

.h4_title_modal_cotizacion {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 5vw;
}

.p_modal_cotizacion {
  color: #000;
  text-align: center;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 2vw;
}

.form_cotizacion {
  margin-top: 4vw;
  margin-bottom: 0;
  display: block;
}

.form_inputs_cotiza {
  width: 50%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 2vw;
  display: flex;
}

.inputs_left, .inputs_right {
  width: 100%;
}

.field-label-cotizacion {
  color: #000;
  font-weight: 300;
}

.text-field-cotiza {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5vw;
}

.select-field-cotiza {
  color: #aeaeae;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5vw;
}

.row_descripcion_cotizacion {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border: 1px solid #f0f0f0;
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
}

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

.img_cotiza {
  width: 4vw;
  margin-right: 1vw;
}

.nombre_producto_cotiza {
  border: 1px #d9d9d9;
  border-right-style: solid;
  padding-right: 2vw;
}

.p_nombre_producto {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 2vw;
}

.color_cotiza {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border-right: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  padding-right: 2vw;
  display: flex;
}

.color_select {
  width: 1.5vw;
  height: 1.5vw;
  background-color: #000;
  border-radius: 50vw;
}

.button_enviar_cotiza {
  width: 100%;
  text-align: center;
  letter-spacing: .1vw;
  background-color: #b40000;
  border-radius: .5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1vw;
  line-height: 2vw;
}

.button_enviar_cotiza:hover {
  background-color: #000;
}

.button_cancelar_cotiza {
  width: 100%;
  text-align: center;
  letter-spacing: .1vw;
  background-color: #000;
  border-radius: .5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1vw;
  line-height: 2vw;
}

.button_cancelar_cotiza:hover {
  background-color: #b40300;
}

.col_left_button_cancelar {
  width: 50%;
}

.row_buttons_cotiza {
  width: 50%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col_right_button_enviar {
  width: 50%;
}

.contactanos_container {
  margin-top: 7vw;
  padding: 5vw;
}

.row_contenido_contacto {
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.image_contactanos {
  width: 80%;
}

.img_contacto {
  width: 50vw;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_contactanos {
  width: 40vw;
}

.form_inputs_contacto {
  width: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  margin-bottom: 2vw;
  display: flex;
}

.text-field-contacto {
  color: #fff;
  background-color: #181818;
  border: 1px solid #383838;
  border-radius: .5vw;
}

.text-field-msj {
  height: 10vw;
  color: #fff;
  background-color: #181818;
  border: 1px solid #383838;
  border-radius: .5vw;
}

.border_contactanos {
  border: .5px solid #fff;
  margin-top: 1vw;
  margin-bottom: 4vw;
}

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

.separador_hr {
  height: 2vw;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  cursor: pointer;
  border: 1px #fff;
  border-right-style: solid;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.icon_datos {
  width: 2vw;
  height: 2vw;
}

.cell {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  cursor: pointer;
  border-right: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.mail {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.txt_datos {
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.txt_datos:hover {
  color: #b40000;
  font-weight: 600;
}

.btn_enviar_contacto {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3vw;
  display: flex;
}

.p_enviar_contacto {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.btn_enviar_arrow {
  width: 3vw;
  height: 2vw;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.btn_enviar_arrow:hover {
  background-color: #e43d51;
  border-color: #e43d51;
}

.img_arrow_enviar {
  width: 1vw;
}

.container_nav_options {
  width: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  margin-top: 5vw;
  display: flex;
}

.catalogo_productos-mobile {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.catalogo_col_1-mobile, .catalogo_col_4-mobile, .catalogo_col_3-mobile, .catalogo_col_2-mobile {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  display: flex;
}

.catalogo_btn {
  margin-bottom: 5vw;
}

.icon_form_cotizacion {
  width: 2vw;
}

.navbar {
  justify-content: space-around;
  align-items: center;
  display: block;
}

.home_banner {
  width: 100%;
  height: auto;
  background-color: #a81c1c;
  align-items: flex-start;
  margin-top: 6vw;
  display: flex;
}

.container_banner_home {
  width: 100%;
}

.slide-nav-3 {
  display: none;
}

.home_slide-1 {
  background-image: url('../images/banner_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 70vh;
}

.home_slide-2 {
  background-image: url('../images/banner_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_slide-3 {
  background-image: url('../images/banner_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_slide-4 {
  background-image: url('../images/banner_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask_banner_home {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2vw;
  display: flex;
}

.h1_banner_home {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  line-height: 5vw;
}

.home_banner_btns {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 1vw;
  display: flex;
}

.bnutton_nosotros {
  letter-spacing: .1vw;
  background-color: #b40000;
  border: 1px solid #fff;
  border-radius: .5vw;
  font-size: 1.2vw;
  line-height: 2vw;
}

.bnutton_nosotros:hover {
  color: #b40000;
  background-color: #fff;
  font-weight: 600;
}

.link-block-footer, .link-block-footer.w--current {
  text-decoration: none;
}

.link-block-footer.w--current:hover {
  color: #b40000;
}

.whatsapp {
  z-index: 2147483647;
  width: 5vw;
  cursor: pointer;
  justify-content: flex-end;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2vw;
}

.container_bordados_premium {
  width: 30vw;
  height: 20vw;
  background-color: #44b62d;
  background-image: url('../images/bordados2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.subtitles_bordados {
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-block-form-home {
  text-decoration: none;
}

.link-block-form-home:hover {
  color: #b40000;
}

.link-number-nav {
  color: #000;
  text-decoration: none;
}

.link-datos-contacto {
  text-decoration: none;
}

.box_home {
  width: 20vw;
  height: 31vw;
  background-image: url('../images/nev_img_home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.box_home:hover {
  background-image: url('../images/home_hover.png');
}

.box_acerca {
  width: 20vw;
  height: 31vw;
  background-image: url('../images/nav_img_acerca.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.box_acerca:hover {
  background-image: url('../images/acerca_hover.png');
}

.box_productos {
  width: 20vw;
  height: 31vw;
  background-image: url('../images/nav_img_productos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.box_productos:hover {
  background-image: url('../images/productos_hover.png');
}

.box_contacto {
  width: 20vw;
  height: 31vw;
  background-image: url('../images/nav_img_contacto.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.box_contacto:hover {
  background-image: url('../images/contacto_hover.png');
}

.link-nav {
  text-decoration: none;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.displayonly_margin-top {
  cursor: pointer;
  margin-top: 0;
  display: none;
}

.sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-container {
  z-index: 5;
  width: 80%;
  background-color: #fff;
  border-radius: 1vw;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-wrapper-2 {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-close_area-2 {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.title_page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.modal-wrapper-2-cotizacion {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.container-gorras {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  display: flex;
}

.tab-link-tab-2 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 20px;
  padding: 0;
}

.tab-link-tab-2.w--current {
  box-shadow: none;
  color: #ca1919;
  background-color: #fafafa;
  border: 2px solid #b40000;
}

.tab-link-tab-2.c-black {
  background-color: #000;
}

.tab-link-tab-2.c-blue, .tab-link-tab-2.c-blue.w--current {
  background-color: #222934;
}

.tab-link-tab-2.c-gris {
  background-color: #8e8e8e;
}

.col_box_gorra {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  text-align: left;
  justify-content: center;
  margin-top: 1vw;
  display: flex;
}

.reveal_image_4 {
  width: 50%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.cover-image.is_absolute {
  object-position: 0% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image.is_absolute._1 {
  width: 90%;
  height: 90%;
  margin: auto;
}

.separador {
  height: 20vh;
}

.movement-inverse {
  height: 100%;
  position: relative;
}

.movement {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 2;
  background-color: #b40000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-size {
  width: 100%;
  height: 100%;
  position: relative;
}

.mask-3 {
  width: 30vw;
  height: 20vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.img-bordados {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask-4 {
  width: 61vw;
  height: 21vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.mask-5 {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.subtitle_banners {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 2vw;
}

.subtitle_banners.mt-subtitles_banners {
  text-align: center;
}

.modal-wrapper-1 {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-close_area-1 {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-container-1 {
  z-index: 5;
  width: 80%;
  background-color: #fff;
  border-radius: 1vw;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-wrapper-3 {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-close_area-3 {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-close_btn-3 {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn-3:hover {
  color: #444;
}

.modal-container-3 {
  z-index: 5;
  width: 80%;
  background-color: #fff;
  border-radius: 1vw;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn-2:hover {
  color: #444;
}

.modal-wrapper-x210sp {
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .66);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-container-x210sp {
  width: 80%;
  height: 35vw;
  background-color: #fff;
  border-radius: 1vw;
  margin: 10vh auto 20px;
  padding: 7vw 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-close {
  cursor: pointer;
  padding: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-cerrar {
  width: 2vw;
  cursor: pointer;
}

.modal-wrapper-1988 {
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .66);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-container-1988 {
  width: 80%;
  height: 35vw;
  background-color: #fff;
  border-radius: 1vw;
  margin: 10vh auto 20px;
  padding: 7vw 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper-6054 {
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .66);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-container-6054 {
  width: 80%;
  height: 35vw;
  background-color: #fff;
  border-radius: 1vw;
  margin: 10vh auto 20px;
  padding: 7vw 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button_modal_producto1 {
  width: 3vw;
  height: 3vw;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-wrapper-product-1988, .modal-wrapper-product-6054 {
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .66);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-container-product-x210sp, .modal-container-product-1988, .modal-container-product-6054 {
  width: 80%;
  height: 35vw;
  background-color: #fff;
  border-radius: 1vw;
  margin: 10vh auto 20px;
  padding: 7vw 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button_modal_producto2, .button_modal_producto3 {
  width: 3vw;
  height: 3vw;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-area {
  height: 12vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: .5vw;
  margin-bottom: 0;
}

.name-producto {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.logo-imperial {
  width: 7vw;
}

@media screen and (min-width: 1280px) {
  .background_body.font_body {
    background-image: none;
  }

  .background_body.font_body.back_contacto {
    background-image: url('../images/back-contacto.png');
    background-position: 50%;
    background-size: cover;
  }

  .nav {
    transform: translate(0, -100vh);
  }

  .navlinktext {
    font-size: 1.5vw;
  }

  .navlink {
    letter-spacing: .1vw;
    text-transform: none;
    padding: 1vw 0;
    font-size: 2vw;
    line-height: 2vw;
  }

  .fixed-background {
    cursor: auto;
    background-image: url('../images/back-catalogo-big.jpg');
  }

  .section_catalogo {
    height: auto;
  }

  .one-paragraph {
    z-index: 200;
    position: relative;
  }

  .verse-three {
    z-index: 100;
    height: auto;
  }

  .section_contacto {
    height: auto;
  }

  .container_nav_options {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }
}

@media screen and (min-width: 1440px) {
  .nav {
    transform: translate(0, -100vh);
  }

  .speakers-hero-wrapper {
    margin-top: 5vw;
  }

  .section_best_sellers.home-hero-section {
    min-height: 60vh;
  }

  .member-image.six {
    border-radius: 2vw;
  }

  .slide-image-2 {
    height: 70vh;
    border-radius: 2vw;
  }

  .fixed-background {
    background-image: url('../images/back-catalogo-big.jpg');
  }

  .section_catalogo, .verse-three {
    height: auto;
  }

  .button_regresar {
    margin-top: 5vw;
  }

  .box_modelos {
    cursor: pointer;
    border-radius: 1vw;
    padding-top: 0;
  }

  .icon_modal {
    margin-top: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 2%;
    left: auto;
    right: 0%;
  }

  .home_banner {
    margin-top: 5vw;
  }

  .whatsapp {
    width: 4vw;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-2.c-black, .tab-link-tab-2.c-blue {
    width: 25px;
    height: 25px;
  }

  .tab-link-tab-2.c-gris {
    width: 25px;
    height: 25px;
    display: block;
  }

  .cover-image.is_absolute._1 {
    border-radius: 1vw;
  }

  .modal-wrapper-1, .modal-wrapper-3 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    transform: translate(0, -100vh);
  }

  .speaker-slider {
    margin-top: 2vw;
  }

  .h3 {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .speaker-image-cover-2, .speaker-image-cover-2.img3 {
    display: block;
  }

  .fixed-background {
    height: auto;
    background-image: url('../images/back-catalogo-big.jpg');
    background-position: 0%;
    background-size: contain;
  }

  .section_catalogo, .verse-three {
    height: auto;
  }

  .text-field {
    height: 3vw;
    color: #fff;
  }

  .select-field {
    height: 3vw;
  }

  .acerca_container {
    padding-top: 2vw;
  }

  .button_regresar {
    margin-top: 5vw;
  }

  .productos_container {
    padding-top: 2vw;
  }

  .he_title_modal {
    margin-bottom: 50px;
  }

  .form-block {
    margin-top: 1vw;
  }

  .text-field-2 {
    height: 3vw;
  }

  .contactanos_container {
    padding-top: 2vw;
  }

  .text-field-contacto {
    height: 3vw;
    color: #fff;
  }

  .catalogo_btn {
    font-size: 1vw;
    line-height: 2vw;
  }

  .home_banner {
    margin-top: 4.5vw;
  }

  .bnutton_nosotros {
    font-size: 1vw;
  }

  .link-block-footer {
    text-decoration: none;
  }

  .whatsapp {
    width: 4vw;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-2.c-black, .tab-link-tab-2.c-blue, .tab-link-tab-2.c-gris {
    width: 30px;
    height: 30px;
  }

  .modal-wrapper-1, .modal-wrapper-3 {
    display: none;
  }

  .text-area {
    height: 3vw;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    transform: translate(0, -100vh);
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .section_best_sellers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_best_sellers.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-image-cover-2.img2 {
    display: flex;
  }

  .slide-image-2 {
    height: 50vh;
    min-height: 500px;
  }

  .title_clientes {
    font-size: 2vw;
  }

  .image-logo {
    max-height: 10em;
  }
}

@media screen and (max-width: 767px) {
  .speaker-slide-mask {
    width: 90%;
  }

  .slide-image-2 {
    min-height: 400px;
  }

  .nosotros_clientes {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .image-size {
    width: 376px;
    height: 376px;
  }

  .modal-close_btn-3, .modal-close_btn-2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: auto;
    padding-top: 20vw;
    transform: translate(0, -100vh);
  }

  .navlinktext {
    letter-spacing: .8vw;
    font-size: 8vw;
    line-height: 10vw;
  }

  .navlinktext:hover {
    color: #b40000;
    text-decoration: line-through;
  }

  .logo {
    width: 30vw;
    font-size: 2em;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navoverlay, .contentoverlay {
    width: 2000px;
    height: 2000px;
    margin-top: -1000px;
    margin-right: -1000px;
  }

  .navlink {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .logo_imperial, .telefono {
    display: none;
  }

  .speakers-hero-wrapper {
    margin-top: 5vw;
  }

  .button-productos-home {
    width: 10vw;
    height: 7vw;
    padding: 0;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .clip-text {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    align-items: center;
  }

  .section_best_sellers {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section_best_sellers.home-hero-section {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5vw;
    padding: 20vw 5vw 50vw;
  }

  .member-image.six {
    padding-left: 5vw;
  }

  .img_gorra {
    width: 70vw;
  }

  .button_color {
    margin-bottom: 5vw;
  }

  .gorra1_color1, .gorra1_color2 {
    width: 5vw;
    height: 5vw;
  }

  .h3 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .h2_subtitles {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5vw;
    font-size: 5vw;
    line-height: 10vw;
  }

  .btn_vermas {
    align-items: center;
    display: flex;
  }

  .speaker-image-cover-2, .speaker-image-cover-2.img2 {
    display: none;
  }

  .speaker-image-cover-2.img3 {
    display: flex;
  }

  .speaker-arrow-2 {
    top: auto;
    bottom: -25vw;
    right: 5vw;
  }

  .speaker-arrow-2.left {
    margin-right: 84px;
    bottom: -25vw;
    left: auto;
    right: 0;
  }

  .speaker-slide-content-2 {
    padding-bottom: 6px;
  }

  .slide-image-2 {
    height: auto;
    min-height: 110vw;
  }

  .gorra1_color3, .gorra1_color4 {
    width: 5vw;
    height: 5vw;
  }

  .section_catalogo {
    height: auto;
    flex-direction: column;
  }

  .one-paragraph {
    margin-top: 15vw;
    margin-bottom: 5vw;
    font-size: 3vw;
    line-height: 6vw;
  }

  .verse-three {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .catalogo_productos {
    align-content: space-between;
    display: none;
  }

  .p_catalogo {
    font-size: 4vw;
    line-height: 6vw;
  }

  .title_catalogo {
    font-size: 5vw;
  }

  .btn_catalogo {
    border-radius: 1vw;
  }

  .section_bordados {
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-top: 15vw;
    margin-bottom: 15vw;
    display: flex;
  }

  .p_bordados {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .bordados_gallery {
    flex-direction: column;
    margin-top: 7vw;
  }

  .bordados_col_left {
    width: 100%;
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .container_bordados_flat {
    width: 100vw;
    height: 50vw;
  }

  .bordados_col_superior {
    justify-content: center;
  }

  .container_bordados_3d {
    width: 100vw;
    height: 50vw;
    background-size: cover;
  }

  .container_bordados_parche {
    width: 50vw;
    height: 40vw;
  }

  .p_bordados_1, .p_bordados_2 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .section_acerca {
    height: auto;
    flex-direction: column;
  }

  .acerca_col_left {
    width: 100%;
  }

  .p_acerca {
    font-size: 3vw;
    line-height: 5vw;
  }

  .p_acerca.line-h {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .section_video {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section_contacto {
    height: auto;
    margin-bottom: 10vw;
  }

  .h1_sections {
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 9vw;
  }

  .p_contacto {
    font-size: 3vw;
    line-height: 5vw;
  }

  .form_inputs {
    width: 100%;
    text-align: left;
  }

  .text-field {
    border-radius: 1vw;
  }

  .total_paga {
    width: 100%;
  }

  .p_consultar {
    font-size: 3vw;
    line-height: 7vw;
  }

  .home_form_btn_enviar {
    font-size: 4vw;
    line-height: 5vw;
  }

  .logo_footer {
    width: 25vw;
  }

  .div_footer {
    margin-top: 7vw;
    line-height: 7vw;
  }

  .p_footer {
    font-size: 3vw;
    line-height: 7vw;
  }

  .hr_footer {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .p_redes {
    font-size: 3vw;
    line-height: 7vw;
  }

  .div_social {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .circle_redes {
    width: 10vw;
    height: 10vw;
  }

  .contacto {
    width: 100%;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .option_contacto {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    border: 1px #000;
  }

  .option_contacto.hr_opcion {
    padding-right: 5vw;
  }

  .p_contacto_opciones {
    font-size: 3vw;
    line-height: 5vw;
  }

  .acerca_container {
    margin-top: 0;
  }

  .slider_nosotros {
    flex-direction: column;
  }

  .images_slider {
    width: 100%;
  }

  .col_info_nosotros {
    width: 100%;
    margin-top: 5vw;
  }

  .p_nosotros {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .title_clientes {
    text-align: left;
    font-size: 5vw;
    line-height: 7vw;
  }

  .logo-wrap-ticker {
    min-height: 120px;
    min-width: 35vw;
  }

  .logo-wrap-ticker.square-m {
    width: 12em;
    height: 8em;
  }

  .logo-grid-no-gap {
    grid-column-gap: 0em;
  }

  .wrapper-sticky-clients {
    margin-top: 5vw;
  }

  .nosotros_clientes {
    width: 90vw;
    text-align: left;
  }

  .image-logo {
    width: auto;
    max-height: 55px;
    max-width: none;
  }

  .wrapper-ticker {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .presencia {
    margin-top: 0;
    margin-bottom: 15vw;
  }

  .p_presencia {
    font-size: 3vw;
    line-height: 6vw;
  }

  .presencia_cols {
    margin-top: 5vw;
  }

  .button_regresar {
    display: none;
  }

  .regresar {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .p_regresar {
    font-size: 3vw;
    line-height: 7vw;
  }

  .btn_regresar {
    width: 10vw;
    height: 5vw;
  }

  .img_arrow_regresar {
    width: 5vw;
  }

  .productos_container {
    height: auto;
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    margin-top: 0;
    margin-bottom: 20vw;
  }

  .p_productos {
    font-size: 5vw;
    line-height: 7vw;
  }

  .box_modelos {
    width: 60vw;
    height: 70vw;
  }

  .div_modelos {
    width: 100%;
    align-content: space-between;
    align-items: center;
  }

  .h5_titles_modelos {
    width: 95%;
    font-size: 5vw;
    line-height: 6vw;
  }

  .p_descripcion_modelos {
    font-size: 3vw;
    line-height: 6vw;
  }

  .button_modal {
    width: 10vw;
    height: 10vw;
  }

  .modal_icon {
    width: 5vw;
  }

  .container_modal_info {
    width: 100%;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
  }

  .caja_producto_modal {
    width: 60vw;
    height: 60vw;
  }

  .caja_small_producto_modal {
    width: 18vw;
    height: 18vw;
  }

  .colum_modla_right {
    margin-top: 2vw;
  }

  .img_modal_gorra {
    width: 10vw;
  }

  .img_big_modal_gorra {
    width: 40vw;
  }

  .p_modal1 {
    font-size: 4vw;
    line-height: 7vw;
  }

  .he_title_modal {
    margin-top: 5px;
    font-size: 5vw;
    line-height: 7vw;
  }

  .p_sku {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 7vw;
  }

  .text-field-2 {
    border-radius: 1vw;
    margin-top: 7vw;
  }

  .p_precios_modal1 {
    font-size: 4vw;
    line-height: 7vw;
  }

  .hr_top_modal {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .hr_top_modal.hr-modals-home {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .txt_decoration.red {
    font-size: 4vw;
  }

  .row_information_product {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
  }

  .col_right_button_contactar {
    width: 100%;
    text-align: center;
    margin-top: 7vw;
  }

  .button_contactar {
    width: 100%;
    border-radius: 1vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .h4_title_modal_cotizacion {
    font-size: 7vw;
    line-height: 7vw;
  }

  .p_modal_cotizacion {
    font-size: 4vw;
    line-height: 7vw;
  }

  .form_inputs_cotiza {
    width: 100%;
    text-align: left;
  }

  .row_descripcion_cotizacion {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5vw;
    padding: 5vw;
  }

  .img_producto_cotiza {
    flex-direction: column;
    align-items: flex-start;
  }

  .img_cotiza {
    width: 15vw;
    margin-bottom: 4vw;
  }

  .nombre_producto_cotiza {
    border-right-style: none;
  }

  .p_nombre_producto {
    text-align: left;
    font-size: 4vw;
    line-height: 7vw;
  }

  .color_cotiza {
    border-right-style: none;
  }

  .color_select {
    width: 5vw;
    height: 5vw;
  }

  .button_enviar_cotiza, .button_cancelar_cotiza {
    border-radius: 1vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .col_left_button_cancelar, .row_buttons_cotiza, .col_right_button_enviar {
    width: 100%;
  }

  .contactanos_container {
    height: auto;
    margin-top: 25vw;
  }

  .row_contenido_contacto {
    flex-direction: column-reverse;
  }

  .image_contactanos {
    width: 100%;
  }

  .img_contacto {
    width: 100%;
    justify-content: center;
    margin-top: 10vw;
    margin-bottom: 10vw;
    display: none;
  }

  .form_contactanos {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .text-field-msj {
    height: 30vw;
  }

  .border_contactanos {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .icon_datos {
    width: 5vw;
    height: 5vw;
  }

  .txt_datos {
    font-size: 3vw;
  }

  .btn_enviar_contacto {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-top: 5vw;
  }

  .p_enviar_contacto {
    font-size: 5vw;
    line-height: 5vw;
  }

  .btn_enviar_arrow {
    width: 10vw;
    height: 7vw;
  }

  .img_arrow_enviar {
    width: 5vw;
  }

  .container_nav_options {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav_home {
    width: 100%;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_acerca {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_productos, .nav_contacto {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p_ver_mas {
    margin-bottom: 0;
  }

  .catalogo_productos-mobile {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    align-content: space-between;
    margin-top: 10vw;
    margin-bottom: 10vw;
    display: flex;
  }

  .catalogo_btn {
    margin-bottom: 0;
  }

  .icon_form_cotizacion, .icon_social {
    width: 5vw;
  }

  .mask_banner_home {
    justify-content: flex-start;
    padding-top: 22vw;
  }

  .h1_banner_home {
    width: 90vw;
    text-align: center;
    letter-spacing: .5px;
    font-size: 6vw;
    line-height: 10vw;
  }

  .home_banner_btns {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .bnutton_nosotros {
    border-radius: 1vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .left-arrow, .right-arrow-2 {
    display: none;
  }

  .whatsapp {
    width: 15vw;
  }

  .container_bordados_premium {
    width: 50vw;
    height: 40vw;
  }

  .box_home, .box_acerca, .box_productos, .box_contacto {
    width: 25vw;
    height: 30vw;
  }

  .link-nav {
    display: none;
  }

  .modal-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .modal-wrapper-2, .modal-wrapper-2-cotizacion {
    display: none;
  }

  .container-gorras {
    flex-direction: column;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-2.c-black, .tab-link-tab-2.c-blue, .tab-link-tab-2.c-gris {
    width: 25px;
    height: 25px;
  }

  .col_box_gorra {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
  }

  .tabs-menu {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .reveal_image_1, .reveal_image_2 {
    width: 50%;
  }

  .reveal_image_3 {
    width: 100%;
  }

  .reveal_image_4 {
    width: 100vw;
    height: 50vw;
  }

  .separador {
    height: 18vh;
  }

  .image-size {
    width: 100%;
    height: 50vw;
  }

  .mask-3 {
    width: 100%;
    height: 100%;
  }

  .img-bordados {
    object-fit: cover;
  }

  .mask-4 {
    width: 100%;
    height: 100%;
  }

  .subtitle_banners {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .subtitle_banners.mt-subtitles_banners {
    width: 85vw;
    text-align: center;
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .modal-wrapper-1 {
    height: 100vh;
    display: none;
    overflow: auto;
  }

  .modal-container-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .modal-wrapper-3 {
    display: none;
  }

  .modal-container-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .modal-wrapper-x210sp {
    min-height: 100vh;
    display: none;
    overflow: auto;
  }

  .modal-container-x210sp {
    width: 95%;
    height: auto;
    min-height: 100vh;
    border-radius: 3vw;
    margin-top: 7vh;
    margin-bottom: 20vw;
    padding: 15vw 10px;
    display: block;
  }

  .btn-close {
    padding: 10px;
  }

  .icon-cerrar {
    width: 5vw;
  }

  .modal-wrapper-1988 {
    min-height: 100vh;
    overflow: auto;
  }

  .modal-container-1988 {
    width: 95%;
    height: auto;
    min-height: 95vh;
    margin-top: 7vh;
    margin-bottom: 20vw;
    padding: 15vw 10px;
  }

  .modal-wrapper-6054 {
    min-height: 100vh;
    overflow: auto;
  }

  .modal-container-6054 {
    width: 95%;
    height: auto;
    min-height: 95vh;
    margin-top: 7vh;
    margin-bottom: 20vw;
    padding: 15vw 10px;
  }

  .button_modal_producto1 {
    width: 10vw;
    height: 10vw;
  }

  .modal-wrapper-product-1988 {
    min-height: 100vh;
    display: none;
    overflow: auto;
  }

  .modal-wrapper-product-6054 {
    min-height: 100ch;
    display: none;
    overflow: auto;
  }

  .modal-container-product-x210sp {
    width: 95%;
    height: auto;
    min-height: 95vh;
    border-radius: 3vw;
    margin-top: 7vh;
    margin-bottom: 20vw;
    padding: 15vw 10px;
    display: block;
  }

  .modal-container-product-1988, .modal-container-product-6054 {
    width: 95%;
    height: auto;
    min-height: 95vh;
    margin-top: 7vh;
    margin-bottom: 20vw;
    padding: 15vw 10px;
  }

  .button_modal_producto2, .button_modal_producto3 {
    width: 10vw;
    height: 10vw;
  }

  .text-area {
    height: 30vw;
    border-radius: 1vw;
  }

  .name-producto {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 7vw;
  }

  .logo-imperial {
    width: 20vw;
  }
}

#w-node-cf9f1335-4897-2b21-d981-29088acd0123-34f9d77d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cf9f1335-4897-2b21-d981-29088acd017e-34f9d77d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cc3bbc0a-d856-b28c-7cae-d32d9f17b6ab-34f9d77d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc3bbc0a-d856-b28c-7cae-d32d9f17b6f0-34f9d77d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_12ba3a6d-5f4f-d532-69b9-3be1245e341c-34f9d77d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_12ba3a6d-5f4f-d532-69b9-3be1245e3483-34f9d77d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_80140e51-2d6b-1267-d819-18e61a1e25db-34f9d77d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_80140e51-2d6b-1267-d819-18e61a1e2642-34f9d77d {
  grid-area: 2 / 1 / 3 / 2;
}


