body {
  padding: 0;
  margin: 0;
  padding-top: 70px;
  position: relative;
}

@font-face {
  font-family: 's500';
  src: url('fonts/sonny_vol_2_extra_bold_2-webfont.woff2') format('woff2'), url('fonts/sonny_vol_2_extra_bold_2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's100';
  src: url('fonts/sonny_vol_2_light_2-webfont.woff2') format('woff2'), url('fonts/sonny_vol_2_light_2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's300';
  src: url('fonts/sonny_vol_2_regular-webfont.woff2') format('woff2'), url('fonts/sonny_vol_2_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's100i';
  src: url('fonts/sonnyvol2-lightitalic-webfont.woff2') format('woff2'), url('fonts/sonnyvol2-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --color1:#F2D218;
  --color2:#1C72E2;
  --color3:#87CFD4;
  --color4:#7F2FF2;
  --color5:#F9F7EF;
  --color6:#000000;
}

.wrapper {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: -9;
  display: none;
}

* {
  box-sizing: border-box;
  font-family: 's100', sans-serif;
  -webkit-tap-highlight-color: transparent;
}

svg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

svg#lineasvg {
  width: 100%;
  height: 100%;
  stroke: #F0F0F0;  /* max-width: 1200px; */
  margin: auto;
}

header {
  background: rgb(242, 210, 24);
  background: linear-gradient(180deg, rgba(242, 210, 24, 1) 0%, rgba(242, 210, 24, 0) 100%);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

div#header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding: 10px 20px;
}

div#logo img {
  height: 60px;
  max-width: unset;
}

nav#nav_desktop ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

div#menu_desktop {
  flex: 1 1 40%;
  display: flex;
  justify-content: left;
}

div#logo {
  flex: 1 1 0px;
  display: flex;
  justify-content: center;
}

div#contenedor_login {
  flex: 1 1 40%;
  display: flex;
  justify-content: right;
}

div#header_flex a {
  white-space: nowrap;
  color: #000000;
  font-weight: bold;
}

div#seccion_1 {
  padding: 70px;
  text-align: center;
  font-size: 5em;
  display: flex;
  flex-direction: column;
}

span.seccion_1_resaltado {
  color: var(--color2);
  font-family: 's500';
  line-height: 43px;
}

div#seccion_2 {
  background: url(../img/img1.jpg);
  padding-top: 350px;
  padding-bottom: 40px;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
}

.seccion_2_info {
  background: rgb(242, 210, 24);
  background: linear-gradient(180deg, rgba(242, 210, 24, 1) 0%, rgba(242, 210, 24, 0.5) 100%);
  max-width: 600px;
  padding: 40px;
  margin: auto;
  text-align: center;
  font-size: 28px;  /* border: solid 2px; */
  border-radius: 20px;
}

p.texto_resaltado_2 {
  font-family: 's500';
}

.seccion_2_info p {
  margin: 0;
}

div#seccion_3 {
  display: flex;
}

div#seccion_3_izq img {

  /* border: solid 2px; */
  width: 100%;
  height: 600px;
  object-fit: cover;
}

div#seccion_3_der {
  display: flex;
  justify-content: center;
  align-items: center;  /* border: solid 2px; */
  border-left: none;
}

div#seccion_3_text {
  width: 50%;
  background: rgb(242, 210, 24);
  background: linear-gradient(180deg, rgba(242, 210, 24, 1) 0%, rgba(242, 210, 24, 0.5) 100%);
  padding: 34px;
  margin: auto;
  text-align: right;
  font-size: 25px;  /* border: solid 2px; */
  border-radius: 20px;
}

div#seccion_4_cajas {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}

.seccion_4_caja {
  border: solid  2px;
  border-radius: 10px;
  padding: 30px;
  font-size: 25px;
  text-align: center;
  position: relative;
  padding-top: 60px;
  flex: 1 1 0px;
}

span.caja_numero {
  display: flex;
  width: 100px;
  height: 100px;
  background: var(--color1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;  /* -webkit-text-fill-color: #f2d218; */

  /* Will override color (regardless of order) */

  /* -webkit-text-stroke-width: 1px; */

  /* -webkit-text-stroke-color: var(--color4); */
  font-family: 's500';
}

.contenedor_caja_numero {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
  display: flex;
  justify-content: center;
}

div#seccion_4 h2 {
  text-align: center;
  background: #f2d218;
  width: fit-content;
  margin: auto;
  margin-bottom: 90px;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 's500';
}

div#seccion_4 {
  padding: 200px 0;
}

span.marca_marquesina svg {
  width: 50px;
  height: 20px;
}

div#contenedor_marquesina_marcas {
  height: 40px;
  background: var(--color1);  /* width: 100%; */

  /* display: flex; */

  /* align-items: center; */

  /* border: solid; */
  max-width: 100%;
  overflow: hidden;
}

div#marquesina_marcas {
  padding: 8px;
}

div#seccion_5_circulos {
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 50px;
  justify-content: center;
  font-size: 20px;
}

.seccion_5_circulo {
  background: #f2d218;
  width: 300px;
  height: 300px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

div#porque_1, div#porque_3 {
  margin-top: 170px;
}

div#seccion_5 h2 {
  text-align: center;
  font-size: 34px;
  font-family: 's500';
}

span.h2_palabra_shofi {
  font-weight: 300;
}

div#seccion_6 {
  background: rgb(242, 210, 24);
  background: radial-gradient(circle, rgba(242, 210, 24, 1) 0%, rgba(242, 210, 24, 0) 100%);
  padding: 90px 50px;
  text-align: right;
  margin-top: 100px;
  font-size: 20px;
}

.boton_base {
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
  border: none;
}

.boton_1 {
  background: var(--color1);
  color: #000;
  font-family: 's500';
}

.campo input[type=text], .campo input[type=email], .campo input[type=password], .campo input[type=number], .campo select, .campo textarea {
  display: block;
  width: 100%;
  padding: 16px 15px;
  box-sizing: border-box;
  transition: 0.5s;
  border: 0.25px solid #d8d8d8;
  border-radius: 2px;
  font-size: 15px;
  -webkit-appearance: none;
}

.campo.show_lbl_form input, .campo.show_lbl_form select, .campo.show_lbl_form textarea {
  padding: 22px 15px 10px;
  font-size: 15px;
}

.lbl_form {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 12px;
  color: #afafaf;
  opacity: 0;
}

#contenedor_form_contacto input, #contenedor_form_contacto textarea {
  background: transparent;
}

.show_lbl_form .lbl_form {
  opacity: 1;
  transition: 0.5s;
}

.campo {
  width: 100%;
}

.campo {
  position: relative;
  margin-bottom: 6px;
}

.loader_formulario {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
  justify-content: center;
  align-items: center;
}

div#seccion_contacto {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.seccion_contacto_izq {
  width: 540px;
}

div#top_bar_redes {
  display: flex;
  flex-direction: column;
}

.seccion_contacto_der {
}

div#top_bar_redes svg {
  width: 100px;
  height: 40px;
}

h2.titulo_contacto {
  border: solid;
  width: fit-content;
  border-radius: 150px;
  padding: 10px 30px;
}

footer {
  background: rgb(242, 210, 24);
  background: linear-gradient(180deg, rgba(242, 210, 24, 0) 0%, rgba(242, 210, 24, 1) 100%);
  padding: 70px 40px 40px 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 100px;
}

footer a {
  color: #000;
}

div#kits_seccion_2 {
  display: flex;
  justify-content: space-between;
}

div#seccion_2_izq {
  width: 100%;
  background: #7F2FF2;
  color: #fff;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div#kits_seccion_1 {
  text-align: center;
  padding: 90px;
}

div#seccion_2_izq h2 {
  font-size: 50px;
  margin: 0;
  font-family: 's500';
}

div#kits_seccion_1 h1 {
  color: #7f2ff2;
  font-size: 4em;
  font-weight: 500;
  font-family: 's500';
  margin-bottom: 0;
}

div#kits_seccion_1 p {
  max-width: 670px;
  margin: auto;
  font-size: 30px;
}

div#seccion_2_der img {
  width: 100%;
  height: auto;
}

.seccion_2_box {
  flex: 1 1 0px;
}

div#productos_kits {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  justify-content: center;
  margin: auto;
  margin-top: 100px;
  flex-wrap: wrap;
}

div#card_producto {
  width: 480px;
}

div#card_producto img {
  width: 100%;
  border-radius: 5px;
}

div#card_producto_nombre {
  font-weight: 500;
  font-size: 22px;
  margin-top: 11px;
  font-family: 's500';
}

a.boton_5 {
  background: #fff;
  padding: 15px 60px;
  display: inline-block;
  border-radius: 70px;
  width: fit-content;
  font-size: 21px;
  font-weight: bold;
}

a.boton_5:hover {
  background: #490e9c;
  color: #fff;
}

.animate__animated {
  opacity: 0;
}

.animate__flipInY, .animate__slideInDown, .animate__slideInRight {
  opacity: 1;
}

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

div#seccion_5 {
  padding: 100px;
}

span.marca_marquesina svg path {
  fill: var(--color2);
}

a#boton_solicita_demo {
  display: inline-block;
  font-size: 30px;
  background: var(--color2);
  color: #fff;
  border-radius: 60px;
  width: fit-content;
  margin: auto;
  padding: 10px 40px;
  margin-bottom: 50px;
}

a#btn_saber_mas {
  border: solid;
  width: fit-content;
  border-radius: 150px;
  padding: 10px 30px;
  margin: auto;
  display: flex;
  color: #000;
  margin-top: 50px;
  font-size: 25px;
  font-family: 's500';
}

div#seccion_6 h2 {
  font-weight: 300;
  font-size: 38px;
  font-family: 's500';
  font-style: italic;
}

span.texto_resaltado_3 {
  font-weight: 500;
  font-style: normal;
  background: var(--color1);
  line-height: 29px;
}

div#seccion_6 .boton_base {
  margin-top: 10px;
  display: inline-block;
  font-size: 19px;
}

div#nosotros_seccion_1 {
  padding: 70px;
  text-align: center;
  font-size: 4em;
  display: flex;
  flex-direction: column;
  color: var(--color3);
}

span.nosotros_seccion_1_resaltado {
  background: #000;
  color: var(--color3);
  padding: 0 30px;
  font-family: 's500';
}

div#nosotros_seccion_2 {
  display: flex;
  justify-content: center;
}

.nosotros_seccion_2_circulo {
  text-align: center;
  position: relative;
  padding: 39px;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.ovalo {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.nosotros_seccion_2_circulo span {
  z-index: 9;
  font-size: 22px;
}

img#ovalo_1 {
  left: 0;
}

img#ovalo_2 {
  left: 0;
}

div#nosotros_seccion_3 {
  display: flex;
  background: var(--color3);
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  border-radius: 5px;
  gap: 20px;
  margin-top: 100px;
}

div#texto_vertical {
  color: #fff;
  line-height: 33px;
  font-size: 40px;
  font-weight: 500;
  height: 220px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  text-align: center;
  font-family: 's500';
}

.nosotros_seccion_3_contenido {
  flex: 1 1 40%;
}

div#nosotros_seccion_3_contenido_izq {
  border-right: solid 1px #6db2b7;
  margin-right: 18px;
  padding: 0px 20px;
}

div#nosotros_seccion_4 h2 {
  text-align: center;
  background: #87cfd4;
  width: fit-content;
  margin: auto;
  margin-bottom: 90px;
  border-radius: 40px;
  padding: 10px 20px;
  font-family: 's500';
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 100px;
  font-style: italic;
}

div#nosotros_slider {
  max-width: 800px;
  margin: auto;
}

.slide_equipo {
  display: flex;
  gap: 40px;
  align-items: center;
}

img.imagen_equipo {
  border-radius: 160px;
  width: 300px !important;
  height: 400px;
  object-fit: cover;
}

.txt_equipo h2 {
  background: none !important;
  text-align: left;
  margin: unset !important;
  padding: 0 !important;
  color: var(--color3);
}

.txt_equipo h3 {
  margin: 0;
  color: var(--color4);
  font-weight: 300;
}

#nosotros_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

#nosotros_slider button.owl-prev {
  position: absolute;
  left: -50px;
  font-size: 50px;
  width: 30px;
  height: 30px;
  padding-bottom: 10px;
  line-height: 1px;
  border: solid 1px;
  color: var(--color4);
  background: none;
  border-radius: 40px;
  cursor: pointer;
}

#nosotros_slider button.owl-next {
  position: absolute;
  right: -50px;
  font-size: 50px;
  width: 30px;
  height: 30px;
  padding-bottom: 9px;
  line-height: 4px;
  border: solid 1px;
  color: var(--color4);
  background: none;
  border-radius: 40px;
  cursor: pointer;
}

body.noticias header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

body.noticias footer {
  background: rgb(28, 114, 226);
  background: linear-gradient(180deg, rgba(28, 114, 226, 0) 0%, rgba(28, 114, 226, 1) 100%);
  padding: 70px 40px 40px 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 100px;
}

div#contenedor_listado_noticias {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;  /* justify-content: center; */
}

img {
  max-width: 100%;
}

.contendor_noticia {
  width: 350px;
}

.contendor_noticia_imagen img {
  height: 330px;
  object-fit: cover;
  transition: 0.5s;
}

.contendor_noticia_imagen {
  display: flex;
}

.lbl_categoria_blog {
  color: #fff;
  font-size: 14px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  background: var(--color2);
  padding: 10px 4px;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: 's300';
}

.contendor_noticia_texto h3 {
  font-weight: 300;
  text-align: right;
  font-size: 15px;
}

div#header_blog {
  background: rgb(28, 114, 226);
  background: linear-gradient(180deg, rgba(28, 114, 226, 0) 0%, rgba(28, 114, 226, 1) 100%);
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 140px 10px 10px 20px;
  top: -30px;
  position: relative;
  justify-content: space-between;
}

div#header_blog h1 {
  margin: 0;
  color: #fff;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  font-size: 50px;
}

#articulos_destacados {
  background: #fff;
  width: 480px;
  padding: 20px 30px;
  margin: 0;
  position: absolute;
  top: -70px;
  right: 50px;
  font-size: 12px;
  box-shadow: 0 0 10px #0000003b;
}

ul#lista_contenidos_destacados a {
  color: #383838;
  display: block;
  padding: 10px;
}

li {
}

ul#lista_contenidos_destacados li {
  border-bottom: solid 1px #cacaca;
}

ul#lista_contenidos_destacados li:last-child {
  border: none;
}

div#noticias_destacadas {
  position: relative;
}

select#categoria_blog {
  background: var(--color2);
  color: #fff;
  padding: 10px;
  border: none;
  margin-bottom: 20px;
  margin-top: 40px;
  outline: none;
}

div#contenedor_buscador_blog {
  margin: auto;
  max-width: 1200px;
}

div#contenedor_listado_noticias a {
  color: unset;
}

.contenedorContenido {
  max-width: 1200px;
  margin: auto;
  margin-top: 70px;
}

h1#titulo_2 {
  text-align: center;
}

.contenedor_contenido_img_principal img {
  border-radius: 5px;
width: 100%;}

.contendor_noticia:hover img {
  filter: grayscale(1);
}

.contendor_noticia:hover .lbl_categoria_blog {
  background: var(--color4);
}

div#cta_shofi_spot {
  background: var(--color2);
  color: #fff;
  border-radius: 100px;
  text-align: center;
  display: block;
  width: fit-content;
  padding: 20px 80px;
  margin: auto;
  font-size: 40px;
  font-family: 's500';
}

p#cta_p_shofi_spots {
  max-width: 420px;
  text-align: center;
  margin: auto;
  margin-top: 40px;
}

h3#titulo_descarga_app {
  text-align: center;
}

div#contenedor_tiendas_apps {
  display: flex;
  justify-content: center;
}

div#contenedor_tiendas_apps img {
  width: 150px;
}

h3#titulo_descarga_app {
}

div#seccion_2 .seccion_1_resaltado {
  font-family: s100i;
  font-weight: bold;
}

.seccion_4_caja p {
  font-weight: bold;
}

span.t_negrita {
  font-family: 's500';
}

span.marca_marquesina {
  font-family: 's500';
  font-size: 20px;
  color: var(--color2);
}

b {
  font-family: 's500';
}

span.resaltado_amarillo {
  font-family: 's500';
  color: var(--color1);
}

div#nosotros_seccion_1 p {
  font-family: 's500';
}

div#nosotros_seccion_3 h2 {
  font-family: 's500';
  font-style: italic;
}

div#nosotros_seccion_3 p {
  font-size: 23px;
}

ul#lista_contenidos_destacados {
  list-style: none;
  padding: 0;
  font-size: 13px;
  text-align: left;
}

div#articulos_destacados h2 {
  font-style: italic;
  text-align: left;
}

span.titulo_blog {
  font-family: 's500';
  font-style: italic;
}

div#contenedor_login a {
  border: solid 2px;
  padding: 10px;
  border-radius: 30px;
}

div#seccion_2_izq p {
  font-size: 26px;
}

.home .wrapper {
  display: flex !important;
}

.velo {
  background: #000000ad;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
}

.mostrar_velo {
  display: flex;
}

.editor_modulo {
  background: #fff;
  max-width: 1200px;
  padding: 30px;
  border-radius: 5px;
  max-height: 100%;
  overflow: auto;
  min-width: 400px;
  position: relative;
}

div#contenedor_form_contacto_in {
  position: relative;
}

div#ic_cerrar {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

div#ic_cerrar svg {
  height: 20px;
}

.mostrar_loader {display: flex;}

div#contenedor_form_contacto_in_cta {position: relative;}

div#contenedor_test {
    margin: auto;
    display: flex;
    max-width: 600px;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 1px 30px #00000017;
    border-radius: 5px;
    color: #666666;
    margin: auto;
    flex-direction: column;
}

.test_fila_respuesta label {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.test_fila_respuesta input {
    width: auto;
}

div#formulario_test h3 {
    text-align: left;
    font-weight: unset;
    color: #000;
    margin-bottom: 0;
}

.test_paso {
    display: none;
}

.mostrar_test_paso{
    display: block;
}

.btn_base {
    text-decoration: none;
    cursor: pointer;
    padding: 13px 50px;
    background: #919191;
    color: #fff;
    border-radius: 5px;
    justify-content: center;
    display: inline-block;
    font-weight: 300;
}


.btn_1 {
    background: var(--color2);
}

.test_fila_respuesta p {margin: 0;}

div#test_contenedor_respuestas {padding: 30px 0px;}

.titulo_contenido {text-align: center;}

a#boton_test {display: block;margin-top: 20px;background: var(--color2);color: #fff;border-radius: 5px;}
img#logo_sh_1 {max-width: 400px;margin: auto;margin-bottom: 40px;}

div#politica_cookies_popup {
  background: #2f2f2f;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 20px;
  z-index: 999;
  text-align: center;
}

div#politica_cookies_popup p {
  color: #fff;
  display: inline-block;
}

div#politica_cookies_popup a {
  color: var(--color1);
}

a#aceptar_pc_cookies {
  border: solid 1px;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  color: #fff !important;
}

strong {
  font-family: 's300';
}