@charset "UTF-8";
/*-------------------------------------------------TEMA-------------------------------------------------*/
/*-------------------------------------------------BREACKPOINTS-------------------------------------------------*/
/*-----------------------------------------COLORES CORPORATIVOS-----------------------------------------*/
/*-----------------------------------------Botones-----------------------------------------*/
/*-----------------------------------------Links-----------------------------------------*/
/*-----------------------------------------FUENTES-----------------------------------------*/
/*-----------------------------------------FUENTES TITULOS-----------------------------------------*/
/*-----------------------------------------FUENTES PARRAFOS-----------------------------------------*/
/*-----------------------------------------PESOS DE FUENTES-----------------------------------------*/
:root {
  --mobile: 390px;
  --tablet: 1024px;
  --desktop: 1280px;
  --big-desktop: 1440px;
  --primary_blue: #1A237E;
  --primary_green: #5A9400;
  --primary_blue_soft: #022E55;
  --primary_blue_strong: #000066;
  --primary_green_soft: #88BC00;
  --primary_green_strong: #2E7300;
  --secondary_blue: #077BBF;
  --secondary_blue_soft: #039BE2;
  --secondary_blue_strong: #006699;
  --secondary_cyan: #00B2B2;
  --secondary_cyan_soft: #00CCCC;
  --secondary_cyan_strong: #009999;
  --transparente: transparent;
  --error: #B50303;
  --success-osi: #407F06;
  --warning-osi: #E7A304;
  --information: #006AF5;
  --error_soft: #FBDAC9;
  --error_mid_soft: #E8775F;
  --error_mid_strong: #820117;
  --error_strong: #56001E;
  --success_soft: #E9F8C9;
  --success_mid_soft: #A4D85C;
  --success_mid_strong: #245B03;
  --success_strong: #113C01;
  --warning_soft: #FDF5CB;
  --warning_mid_soft: #F7D565;
  --warning_mid_strong: #A66A02;
  --warning_strong: #6E4000;
  --information_soft: #CBEAFE;
  --information_mid_soft: #64B3FC;
  --information_mid_strong: #003CB0;
  --information_strong: #001E75;
  --pale_aqua: #C9FFFF;
  --navy_blue: #003399;
  --white-osi: #FFFFFF;
  --white_2: #F5F5F5;
  --gray: #DBDBDB;
  --gray_2: #B4B4B4;
  --gray_3: #757575;
  --gray_4: #707070;
  --dark-osi: #212121;
  --btn-1-text: #FFFFFF;
  --btn-1-bg: #0071A3;
  --btn-1-text-hover: #FFFFFF;
  --btn-1-bg-hover: #002F87;
  --btn-1-text-focus: #FFFFFF;
  --btn-1-bg-focus: #002F87;
  --btn-1-border-focus: transparent;
  --btn-1-text-active: #FFFFFF;
  --btn-1-bg-active: #002F87;
  --btn-1-text-icon: #E9E9E9;
  --btn-1-bg-icon: #0071A3;
  --btn-1-text-disabled: #757575;
  --btn-1-bg-disabled: #E4E4E4;
  --btn-1-green-text: #FFFFFF;
  --btn-1-green-bg: #008767;
  --btn-1-green-text-hover: #FFFFFF;
  --btn-1-green-bg-hover: #00615C;
  --btn-1-green-text-focus: #FFFFFF;
  --btn-1-green-bg-focus: #2E7300;
  --btn-1-green-border-focus: transparent;
  --btn-1-green-text-active: #FFFFFF;
  --btn-1-green-bg-active: #2E7300;
  --btn-1-green-text-icon: #E9E9E9;
  --btn-1-green-bg-icon: #008767;
  --btn-1-green-text-disabled: #757575;
  --btn-1-green-bg-disabled: #E4E4E4;
  --btn-2-text: #0071A3;
  --btn-2-bg: transparent;
  --btn-2-border: #0071A3;
  --btn-2-text-hover: #002F87;
  --btn-2-bg-hover: transparent;
  --btn-2-border-hover: #002F87;
  --btn-2-text-focus: #FFFFFF;
  --btn-2-bg-focus: #002F87;
  --btn-2-border-focus: #002F87;
  --btn-2-text-active: #FFFFFF;
  --btn-2-bg-active: #002E58;
  --btn-2-border-active: #002E58;
  --btn-2-text-icon: #0071A3;
  --btn-2-bg-icon: transparent;
  --btn-2-text-disabled: #757575;
  --btn-2-bg-disabled: #E4E4E4;
  --btn-2-border-disabled: #757575;
  --btn-2-green-text: #008767;
  --btn-2-green-bg: transparent;
  --btn-2-green-border: #008767;
  --btn-2-green-text-hover: #00615C;
  --btn-2-green-bg-hover: transparent;
  --btn-2-green-border-hover: #00615C;
  --btn-2-green-text-focus: #FFFFFF;
  --btn-2-green-bg-focus: #008767;
  --btn-2-green-border-focus: #008767;
  --btn-2-green-text-active: #FFFFFF;
  --btn-2-green-bg-active: #008767;
  --btn-2-green-border-active: #008767;
  --btn-2-green-text-icon: #008767;
  --btn-2-green-bg-icon: transparent;
  --btn-2-green-text-disabled: #757575;
  --btn-2-green-bg-disabled: #E4E4E4;
  --btn-2-green-border-disabled: #757575;
  --link-1-text: #0071CE;
  --link-1-text-hover: #002F87;
  --link-1-text-pressed: #002E58;
  --link-1-text-disabled: #757575;
  --link-1-text-focus: #00615C;
  --font-family: Proxima-nova, sans-serif;
  --font-size-h1-mobile: 26px;
  --font-size-h1-tablet: 32px;
  --font-size-h1-desktop: 32px;
  --font-height-h1-mobile: 36px;
  --font-height-h1-tablet: 45px;
  --font-height-h1-desktop: 45px;
  --font-size-h2-mobile: 24px;
  --font-size-h2-tablet: 28px;
  --font-size-h2-desktop: 28px;
  --font-height-h2-mobile: 34px;
  --font-height-h2-tablet: 39px;
  --font-height-h2-desktop: 39px;
  --font-size-h3-mobile: 20px;
  --font-size-h3-tablet: 25px;
  --font-size-h3-desktop: 25px;
  --font-height-h3-mobile: 28px;
  --font-height-h3-tablet: 35px;
  --font-height-h3-desktop: 35px;
  --font-size-h4-mobile: 18px;
  --font-size-h4-tablet: 22px;
  --font-size-h4-desktop: 22px;
  --font-height-h4-mobile: 25px;
  --font-height-h4-tablet: 31px;
  --font-height-h4-desktop: 31px;
  --font-size-h5-mobile: 16px;
  --font-size-h5-tablet: 20px;
  --font-size-h5-desktop: 20px;
  --font-height-h5-mobile: 22px;
  --font-height-h5-tablet: 28px;
  --font-height-h5-desktop: 28px;
  --h1-size: 60px;
  --h2-size: 42px;
  --h3-size: 36px;
  --h4-size: 32px;
  --h5-size: 28px;
  --h6-size: 24px;
  --font-size-p-xs: 12px;
  --font-height-p-xs: 0;
  --font-size-p-s: 14px;
  --font-height-p-s: 19px;
  --font-size-p-m: 16px;
  --font-height-p-m: 0;
  --font-size-p-l: 16px;
  --font-height-p-l: 22px;
  --font-weight-r: 400;
  --font-weight-b: 700;
  --font-weight-sb: 500;
  --font-weight-eb: 800;
  --line-height-10: 10px;
  --line-height-14: 14px;
  --line-height-15: 15px;
  --line-height-16: 16px;
  --line-height-17: 17px;
  --line-height-18: 18px;
  --line-height-19: 19px;
  --line-height-20: 20px;
  --line-height-21: 21px;
  --line-height-22: 22px;
  --line-height-23: 23px;
  --line-height-24: 24px;
  --line-height-25: 25px;
  --line-height-28: 28px;
  --line-height-29: 29px;
  --line-height-30: 30px;
  --line-height-31: 31px;
  --line-height-32: 32px;
  --line-height-34: 34px;
  --line-height-35: 35px;
  --line-height-37: 37px;
  --line-height-38: 38px;
  --line-height-39: 39px;
  --line-height-42: 42px;
  --line-height-43: 43px;
  --line-height-44: 44px;
  --line-height-45: 45px;
  --line-height-48: 48px;
  --line-height-52: 52px;
  --line-height-58: 58px;
  --line-height-59: 59px;
  --line-height-72: 72px;
}

/*----------------------------------------Mixin media Querys-----------------------------------------*/
/*
NOMENCLATURA SELECTORES DE PANTALLAS
  mobile : estilos hasta maximo resolucion tableta grande
  desktop : estilos a partir de escritorio
  tablet : estilos a partir de tableta pequeña hasta tableta grande
  tablet_desktop : estilo a partir de tableta pequeña
  big_desktop : estilos a partir de escritorio pantallas Grandes!
NOTA: Este mixin es para todo el trabajo de media querys 
NOTA 2: Recuerde que la construccion de maquetas es FIRST MOBILE por ende la media de mobile solo sera usada en casos muy especificos.
USO: Su uso es en las hojas de estilos de los componentes usando un include 
y pasando el parametro de la nomenclatura selectores de pantalla
EJ: 
  @include medias(tablet_desktop) {
    //Escriba aqui el codigo para esta Media-Query
    color; red;
  }
*/
.theme-V .container {
  max-width: calc(100% - 48px);
  padding: 0px 0px;
  margin: 0px auto;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .container {
    max-width: 1190px;
    padding: 0px;
    margin: 0px auto;
  }
}
@media (min-width: 1440px) {
  .theme-V .container {
    max-width: 1230px;
  }
}

/*----------------------------------------Estilos links-----------------------------------------*/
/*
USO: Llamar en hojas de componentes usando include
PARAMETROS:
    color : color del enlace
    colorHover : color para el hover
    Underline(y/n) : activar o desactivar linea inferior
    UnderlineHover(y/n) : activar o desactivar linea inferior para el hover
    FocusColor: Color personalizado en el evento focus
    DisabledColor: Color personalizado en el estado disabled
EJ: 
    .claseDelLink {
        @include linkStyles(var(--link-text), var(--link-text-hover), n, y);
    }
*/
/*----------------------------------------IMAGENES AJUSTABLES-----------------------------------------*/
/*
USO: Llamar en hojas de componentes usando include
PARAMETROS:
    ObjectFit : propiedad object-fit
    Object : propiedad object-position (Posicion de la imagen dependiendo del object-fit)
NOTA: El elemento que contenga este mixin debe tene ancho y alto definidos
EJ: 
    .claseDelContenedorDeLaImagen {
        width: 100%;
        height: 250px;
        @include maskImg (çover, center);
    }
*/
/*----------------------------------------Mixin tamaños boton-----------------------------------------*/
/*----------------------------------------Mixin estilos basicos de boton por tamaños-----------------------------------------*/
/*----------------------------------------Mixin estilos boton-----------------------------------------*/
/*----------------------------------------Mixin estilos hover boton-----------------------------------------*/
/*----------------------------------------Mixin estilos active boton-----------------------------------------*/
/*----------------------------------------Mixin estilos focus boton-----------------------------------------*/
/*----------------------------------------Mixin estilos disabled boton-----------------------------------------*/
/*---------------------------------------------*\
  #font-face 
\*---------------------------------------------*/
@font-face {
  font-family: "Proxima-nova";
  src: url("/documents/d/global/proxima-nova-regular");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima-nova";
  src: url("/documents/d/global/proxima-nova-semibold");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Proxima-nova";
  src: url("/documents/d/global/proxima-nova-bold");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima-nova";
  src: url("/documents/d/global/proxima-nova-extrabold");
  font-weight: 800;
  font-style: normal;
}
.theme-V* {
  font-family: var(--font-family);
  font-size: 0.875rem;
  line-height: 1.188rem;
  color: var(--dark-osi);
}
@media (min-width: 1024px) {
  .theme-V* {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V* {
    font-size: 16px;
    line-height: 22px;
  }
}
.theme-V:not(mf-formulario-registro, mf-formulario-escribenos) {
  font-family: var(--font-family);
  font-size: 0.875rem;
  line-height: 1.188rem;
  color: var(--dark-osi);
}
@media (min-width: 1024px) {
  .theme-V:not(mf-formulario-registro, mf-formulario-escribenos) {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V:not(mf-formulario-registro, mf-formulario-escribenos) {
    font-size: 16px;
    line-height: 22px;
  }
}

h1 {
  font-weight: var(--font-weight-b);
  /*  Establece el tamaño de la fuente para el título.
      El parámetro para el tamaño será t1, t2 ... t5, haciendo referencia a los tamaños predeterminados para H1, H2... H5 
      mas no lo limita para ser asignados a dichos elementos, sino que el propósito es usarlo como atajo si el elemento cumple con las características preestablecidas.
  */
  font-size: var(--font-size-h1-mobile);
  line-height: var(--font-height-h1-mobile);
}
@media (min-width: 1024px) {
  h1 {
    font-size: var(--font-size-h1-tablet);
    line-height: var(--font-height-h1-tablet);
  }
}
@media (min-width: calc(1024px + 1px)) {
  h1 {
    font-size: var(--font-size-h1-desktop);
    line-height: var(--font-height-h1-desktop);
  }
}

h2 {
  font-weight: var(--font-weight-b);
  /*  Establece el tamaño de la fuente para el título.
      El parámetro para el tamaño será t1, t2 ... t5, haciendo referencia a los tamaños predeterminados para H1, H2... H5 
      mas no lo limita para ser asignados a dichos elementos, sino que el propósito es usarlo como atajo si el elemento cumple con las características preestablecidas.
  */
  font-size: var(--font-size-h2-mobile);
  line-height: var(--font-height-h2-mobile);
}
@media (min-width: 1024px) {
  h2 {
    font-size: var(--font-size-h2-tablet);
    line-height: var(--font-height-h2-tablet);
  }
}
@media (min-width: calc(1024px + 1px)) {
  h2 {
    font-size: var(--font-size-h2-desktop);
    line-height: var(--font-height-h2-desktop);
  }
}

h3 {
  font-weight: var(--font-weight-b);
  /*  Establece el tamaño de la fuente para el título.
      El parámetro para el tamaño será t1, t2 ... t5, haciendo referencia a los tamaños predeterminados para H1, H2... H5 
      mas no lo limita para ser asignados a dichos elementos, sino que el propósito es usarlo como atajo si el elemento cumple con las características preestablecidas.
  */
  font-size: var(--font-size-h3-mobile);
  line-height: var(--font-height-h3-mobile);
}
@media (min-width: 1024px) {
  h3 {
    font-size: var(--font-size-h3-tablet);
    line-height: var(--font-height-h3-tablet);
  }
}
@media (min-width: calc(1024px + 1px)) {
  h3 {
    font-size: var(--font-size-h3-desktop);
    line-height: var(--font-height-h3-desktop);
  }
}

h4 {
  font-weight: var(--font-weight-b);
  /*  Establece el tamaño de la fuente para el título.
      El parámetro para el tamaño será t1, t2 ... t5, haciendo referencia a los tamaños predeterminados para H1, H2... H5 
      mas no lo limita para ser asignados a dichos elementos, sino que el propósito es usarlo como atajo si el elemento cumple con las características preestablecidas.
  */
  font-size: var(--font-size-h4-mobile);
  line-height: var(--font-height-h4-mobile);
}
@media (min-width: 1024px) {
  h4 {
    font-size: var(--font-size-h4-tablet);
    line-height: var(--font-height-h4-tablet);
  }
}
@media (min-width: calc(1024px + 1px)) {
  h4 {
    font-size: var(--font-size-h4-desktop);
    line-height: var(--font-height-h4-desktop);
  }
}

h5 {
  font-weight: var(--font-weight-b);
  /*  Establece el tamaño de la fuente para el título.
      El parámetro para el tamaño será t1, t2 ... t5, haciendo referencia a los tamaños predeterminados para H1, H2... H5 
      mas no lo limita para ser asignados a dichos elementos, sino que el propósito es usarlo como atajo si el elemento cumple con las características preestablecidas.
  */
  font-size: var(--font-size-h5-mobile);
  line-height: var(--font-height-h5-mobile);
}
@media (min-width: 1024px) {
  h5 {
    font-size: var(--font-size-h5-tablet);
    line-height: var(--font-height-h5-tablet);
  }
}
@media (min-width: calc(1024px + 1px)) {
  h5 {
    font-size: var(--font-size-h5-desktop);
    line-height: var(--font-height-h5-desktop);
  }
}

.theme-V ol {
  padding-left: 20px;
}
.theme-V ol li::marker {
  color: var(--secondary_blue_strong);
  font-weight: bold;
}
.theme-V ul {
  list-style: none;
  padding: 0;
}
.theme-V ul li {
  position: relative;
  padding-left: 20px;
}
.theme-V ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px; /* Ancho del marcador */
  height: 10px; /* Alto del marcador */
  background-color: var(--secondary_blue_strong); /* Color del marcador */
  border-radius: 50%;
}

.v-t-default-link-style {
  font-weight: bold;
  color: var(--link-1-text);
}
.v-t-default-link-style:hover {
  color: var(--link-1-text-hover);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.v-t-default-link-style:focus {
  color: var(--link-1-text-focus);
}
.v-t-default-link-style:disabled {
  color: var(--link-1-text-disabled);
}

.theme-V {
  /*----------------------------------------Clases background colors-----------------------------------------*/
  /*
  USOS: En el html del componente usar como clase la nomenclatura bg-color-NOMBREDELCOLOR
  EJ: <div class="bg-color-red"></div>
  */
  /*----------------------------------------Clases text colors-----------------------------------------*/
  /*
  USOS: En el html del componente usar como clase la nomenclatura txt-color-NOMBREDELCOLOR
  EJ: <p class="txt-color-red">Soy un parrafo</p>
  */
  /*
  USOS: Agregar el color a todos los hijos del elemento
  EJ: <p class="txt-color-red">Soy un parrafo</p>
  */
}
.theme-V .bg-color-primary_blue {
  background-color: var(--primary_blue);
}
.theme-V .bg-color-primary_green {
  background-color: var(--primary_green);
}
.theme-V .bg-color-primary_blue_soft {
  background-color: var(--primary_blue_soft);
}
.theme-V .bg-color-primary_blue_strong {
  background-color: var(--primary_blue_strong);
}
.theme-V .bg-color-primary_green_soft {
  background-color: var(--primary_green_soft);
}
.theme-V .bg-color-primary_green_strong {
  background-color: var(--primary_green_strong);
}
.theme-V .bg-color-secondary_blue {
  background-color: var(--secondary_blue);
}
.theme-V .bg-color-secondary_blue_soft {
  background-color: var(--secondary_blue_soft);
}
.theme-V .bg-color-secondary_blue_strong {
  background-color: var(--secondary_blue_strong);
}
.theme-V .bg-color-secondary_cyan {
  background-color: var(--secondary_cyan);
}
.theme-V .bg-color-secondary_cyan_soft {
  background-color: var(--secondary_cyan_soft);
}
.theme-V .bg-color-secondary_cyan_strong {
  background-color: var(--secondary_cyan_strong);
}
.theme-V .bg-color-transparente {
  background-color: var(--transparente);
}
.theme-V .bg-color-error {
  background-color: var(--error);
}
.theme-V .bg-color-success-osi {
  background-color: var(--success-osi);
}
.theme-V .bg-color-warning-osi {
  background-color: var(--warning-osi);
}
.theme-V .bg-color-information {
  background-color: var(--information);
}
.theme-V .bg-color-error_soft {
  background-color: var(--error_soft);
}
.theme-V .bg-color-error_mid_soft {
  background-color: var(--error_mid_soft);
}
.theme-V .bg-color-error_mid_strong {
  background-color: var(--error_mid_strong);
}
.theme-V .bg-color-error_strong {
  background-color: var(--error_strong);
}
.theme-V .bg-color-success_soft {
  background-color: var(--success_soft);
}
.theme-V .bg-color-success_mid_soft {
  background-color: var(--success_mid_soft);
}
.theme-V .bg-color-success_mid_strong {
  background-color: var(--success_mid_strong);
}
.theme-V .bg-color-success_strong {
  background-color: var(--success_strong);
}
.theme-V .bg-color-warning_soft {
  background-color: var(--warning_soft);
}
.theme-V .bg-color-warning_mid_soft {
  background-color: var(--warning_mid_soft);
}
.theme-V .bg-color-warning_mid_strong {
  background-color: var(--warning_mid_strong);
}
.theme-V .bg-color-warning_strong {
  background-color: var(--warning_strong);
}
.theme-V .bg-color-information_soft {
  background-color: var(--information_soft);
}
.theme-V .bg-color-information_mid_soft {
  background-color: var(--information_mid_soft);
}
.theme-V .bg-color-information_mid_strong {
  background-color: var(--information_mid_strong);
}
.theme-V .bg-color-information_strong {
  background-color: var(--information_strong);
}
.theme-V .bg-color-pale_aqua {
  background-color: var(--pale_aqua);
}
.theme-V .bg-color-navy_blue {
  background-color: var(--navy_blue);
}
.theme-V .bg-color-white-osi {
  background-color: var(--white-osi);
}
.theme-V .bg-color-white_2 {
  background-color: var(--white_2);
}
.theme-V .bg-color-gray {
  background-color: var(--gray);
}
.theme-V .bg-color-gray_2 {
  background-color: var(--gray_2);
}
.theme-V .bg-color-gray_3 {
  background-color: var(--gray_3);
}
.theme-V .bg-color-gray_4 {
  background-color: var(--gray_4);
}
.theme-V .bg-color-dark-osi {
  background-color: var(--dark-osi);
}
.theme-V .bg-h-color-primary_blue:hover {
  background-color: var(--primary_blue);
}
.theme-V .bg-h-color-primary_green:hover {
  background-color: var(--primary_green);
}
.theme-V .bg-h-color-primary_blue_soft:hover {
  background-color: var(--primary_blue_soft);
}
.theme-V .bg-h-color-primary_blue_strong:hover {
  background-color: var(--primary_blue_strong);
}
.theme-V .bg-h-color-primary_green_soft:hover {
  background-color: var(--primary_green_soft);
}
.theme-V .bg-h-color-primary_green_strong:hover {
  background-color: var(--primary_green_strong);
}
.theme-V .bg-h-color-secondary_blue:hover {
  background-color: var(--secondary_blue);
}
.theme-V .bg-h-color-secondary_blue_soft:hover {
  background-color: var(--secondary_blue_soft);
}
.theme-V .bg-h-color-secondary_blue_strong:hover {
  background-color: var(--secondary_blue_strong);
}
.theme-V .bg-h-color-secondary_cyan:hover {
  background-color: var(--secondary_cyan);
}
.theme-V .bg-h-color-secondary_cyan_soft:hover {
  background-color: var(--secondary_cyan_soft);
}
.theme-V .bg-h-color-secondary_cyan_strong:hover {
  background-color: var(--secondary_cyan_strong);
}
.theme-V .bg-h-color-transparente:hover {
  background-color: var(--transparente);
}
.theme-V .bg-h-color-error:hover {
  background-color: var(--error);
}
.theme-V .bg-h-color-success-osi:hover {
  background-color: var(--success-osi);
}
.theme-V .bg-h-color-warning-osi:hover {
  background-color: var(--warning-osi);
}
.theme-V .bg-h-color-information:hover {
  background-color: var(--information);
}
.theme-V .bg-h-color-error_soft:hover {
  background-color: var(--error_soft);
}
.theme-V .bg-h-color-error_mid_soft:hover {
  background-color: var(--error_mid_soft);
}
.theme-V .bg-h-color-error_mid_strong:hover {
  background-color: var(--error_mid_strong);
}
.theme-V .bg-h-color-error_strong:hover {
  background-color: var(--error_strong);
}
.theme-V .bg-h-color-success_soft:hover {
  background-color: var(--success_soft);
}
.theme-V .bg-h-color-success_mid_soft:hover {
  background-color: var(--success_mid_soft);
}
.theme-V .bg-h-color-success_mid_strong:hover {
  background-color: var(--success_mid_strong);
}
.theme-V .bg-h-color-success_strong:hover {
  background-color: var(--success_strong);
}
.theme-V .bg-h-color-warning_soft:hover {
  background-color: var(--warning_soft);
}
.theme-V .bg-h-color-warning_mid_soft:hover {
  background-color: var(--warning_mid_soft);
}
.theme-V .bg-h-color-warning_mid_strong:hover {
  background-color: var(--warning_mid_strong);
}
.theme-V .bg-h-color-warning_strong:hover {
  background-color: var(--warning_strong);
}
.theme-V .bg-h-color-information_soft:hover {
  background-color: var(--information_soft);
}
.theme-V .bg-h-color-information_mid_soft:hover {
  background-color: var(--information_mid_soft);
}
.theme-V .bg-h-color-information_mid_strong:hover {
  background-color: var(--information_mid_strong);
}
.theme-V .bg-h-color-information_strong:hover {
  background-color: var(--information_strong);
}
.theme-V .bg-h-color-pale_aqua:hover {
  background-color: var(--pale_aqua);
}
.theme-V .bg-h-color-navy_blue:hover {
  background-color: var(--navy_blue);
}
.theme-V .bg-h-color-white-osi:hover {
  background-color: var(--white-osi);
}
.theme-V .bg-h-color-white_2:hover {
  background-color: var(--white_2);
}
.theme-V .bg-h-color-gray:hover {
  background-color: var(--gray);
}
.theme-V .bg-h-color-gray_2:hover {
  background-color: var(--gray_2);
}
.theme-V .bg-h-color-gray_3:hover {
  background-color: var(--gray_3);
}
.theme-V .bg-h-color-gray_4:hover {
  background-color: var(--gray_4);
}
.theme-V .bg-h-color-dark-osi:hover {
  background-color: var(--dark-osi);
}
.theme-V .border-color-primary_blue {
  border: 1px solid var(--primary_blue);
}
.theme-V .border-color-primary_green {
  border: 1px solid var(--primary_green);
}
.theme-V .border-color-primary_blue_soft {
  border: 1px solid var(--primary_blue_soft);
}
.theme-V .border-color-primary_blue_strong {
  border: 1px solid var(--primary_blue_strong);
}
.theme-V .border-color-primary_green_soft {
  border: 1px solid var(--primary_green_soft);
}
.theme-V .border-color-primary_green_strong {
  border: 1px solid var(--primary_green_strong);
}
.theme-V .border-color-secondary_blue {
  border: 1px solid var(--secondary_blue);
}
.theme-V .border-color-secondary_blue_soft {
  border: 1px solid var(--secondary_blue_soft);
}
.theme-V .border-color-secondary_blue_strong {
  border: 1px solid var(--secondary_blue_strong);
}
.theme-V .border-color-secondary_cyan {
  border: 1px solid var(--secondary_cyan);
}
.theme-V .border-color-secondary_cyan_soft {
  border: 1px solid var(--secondary_cyan_soft);
}
.theme-V .border-color-secondary_cyan_strong {
  border: 1px solid var(--secondary_cyan_strong);
}
.theme-V .border-color-transparente {
  border: 1px solid var(--transparente);
}
.theme-V .border-color-error {
  border: 1px solid var(--error);
}
.theme-V .border-color-success-osi {
  border: 1px solid var(--success-osi);
}
.theme-V .border-color-warning-osi {
  border: 1px solid var(--warning-osi);
}
.theme-V .border-color-information {
  border: 1px solid var(--information);
}
.theme-V .border-color-error_soft {
  border: 1px solid var(--error_soft);
}
.theme-V .border-color-error_mid_soft {
  border: 1px solid var(--error_mid_soft);
}
.theme-V .border-color-error_mid_strong {
  border: 1px solid var(--error_mid_strong);
}
.theme-V .border-color-error_strong {
  border: 1px solid var(--error_strong);
}
.theme-V .border-color-success_soft {
  border: 1px solid var(--success_soft);
}
.theme-V .border-color-success_mid_soft {
  border: 1px solid var(--success_mid_soft);
}
.theme-V .border-color-success_mid_strong {
  border: 1px solid var(--success_mid_strong);
}
.theme-V .border-color-success_strong {
  border: 1px solid var(--success_strong);
}
.theme-V .border-color-warning_soft {
  border: 1px solid var(--warning_soft);
}
.theme-V .border-color-warning_mid_soft {
  border: 1px solid var(--warning_mid_soft);
}
.theme-V .border-color-warning_mid_strong {
  border: 1px solid var(--warning_mid_strong);
}
.theme-V .border-color-warning_strong {
  border: 1px solid var(--warning_strong);
}
.theme-V .border-color-information_soft {
  border: 1px solid var(--information_soft);
}
.theme-V .border-color-information_mid_soft {
  border: 1px solid var(--information_mid_soft);
}
.theme-V .border-color-information_mid_strong {
  border: 1px solid var(--information_mid_strong);
}
.theme-V .border-color-information_strong {
  border: 1px solid var(--information_strong);
}
.theme-V .border-color-pale_aqua {
  border: 1px solid var(--pale_aqua);
}
.theme-V .border-color-navy_blue {
  border: 1px solid var(--navy_blue);
}
.theme-V .border-color-white-osi {
  border: 1px solid var(--white-osi);
}
.theme-V .border-color-white_2 {
  border: 1px solid var(--white_2);
}
.theme-V .border-color-gray {
  border: 1px solid var(--gray);
}
.theme-V .border-color-gray_2 {
  border: 1px solid var(--gray_2);
}
.theme-V .border-color-gray_3 {
  border: 1px solid var(--gray_3);
}
.theme-V .border-color-gray_4 {
  border: 1px solid var(--gray_4);
}
.theme-V .border-color-dark-osi {
  border: 1px solid var(--dark-osi);
}
.theme-V .txt-color-primary_blue {
  color: var(--primary_blue);
}
.theme-V .txt-color-primary_green {
  color: var(--primary_green);
}
.theme-V .txt-color-primary_blue_soft {
  color: var(--primary_blue_soft);
}
.theme-V .txt-color-primary_blue_strong {
  color: var(--primary_blue_strong);
}
.theme-V .txt-color-primary_green_soft {
  color: var(--primary_green_soft);
}
.theme-V .txt-color-primary_green_strong {
  color: var(--primary_green_strong);
}
.theme-V .txt-color-secondary_blue {
  color: var(--secondary_blue);
}
.theme-V .txt-color-secondary_blue_soft {
  color: var(--secondary_blue_soft);
}
.theme-V .txt-color-secondary_blue_strong {
  color: var(--secondary_blue_strong);
}
.theme-V .txt-color-secondary_cyan {
  color: var(--secondary_cyan);
}
.theme-V .txt-color-secondary_cyan_soft {
  color: var(--secondary_cyan_soft);
}
.theme-V .txt-color-secondary_cyan_strong {
  color: var(--secondary_cyan_strong);
}
.theme-V .txt-color-transparente {
  color: var(--transparente);
}
.theme-V .txt-color-error {
  color: var(--error);
}
.theme-V .txt-color-success-osi {
  color: var(--success-osi);
}
.theme-V .txt-color-warning-osi {
  color: var(--warning-osi);
}
.theme-V .txt-color-information {
  color: var(--information);
}
.theme-V .txt-color-error_soft {
  color: var(--error_soft);
}
.theme-V .txt-color-error_mid_soft {
  color: var(--error_mid_soft);
}
.theme-V .txt-color-error_mid_strong {
  color: var(--error_mid_strong);
}
.theme-V .txt-color-error_strong {
  color: var(--error_strong);
}
.theme-V .txt-color-success_soft {
  color: var(--success_soft);
}
.theme-V .txt-color-success_mid_soft {
  color: var(--success_mid_soft);
}
.theme-V .txt-color-success_mid_strong {
  color: var(--success_mid_strong);
}
.theme-V .txt-color-success_strong {
  color: var(--success_strong);
}
.theme-V .txt-color-warning_soft {
  color: var(--warning_soft);
}
.theme-V .txt-color-warning_mid_soft {
  color: var(--warning_mid_soft);
}
.theme-V .txt-color-warning_mid_strong {
  color: var(--warning_mid_strong);
}
.theme-V .txt-color-warning_strong {
  color: var(--warning_strong);
}
.theme-V .txt-color-information_soft {
  color: var(--information_soft);
}
.theme-V .txt-color-information_mid_soft {
  color: var(--information_mid_soft);
}
.theme-V .txt-color-information_mid_strong {
  color: var(--information_mid_strong);
}
.theme-V .txt-color-information_strong {
  color: var(--information_strong);
}
.theme-V .txt-color-pale_aqua {
  color: var(--pale_aqua);
}
.theme-V .txt-color-navy_blue {
  color: var(--navy_blue);
}
.theme-V .txt-color-white-osi {
  color: var(--white-osi);
}
.theme-V .txt-color-white_2 {
  color: var(--white_2);
}
.theme-V .txt-color-gray {
  color: var(--gray);
}
.theme-V .txt-color-gray_2 {
  color: var(--gray_2);
}
.theme-V .txt-color-gray_3 {
  color: var(--gray_3);
}
.theme-V .txt-color-gray_4 {
  color: var(--gray_4);
}
.theme-V .txt-color-dark-osi {
  color: var(--dark-osi);
}
.theme-V .full-txt-color-primary_blue * {
  color: var(--primary_blue);
}
.theme-V .full-txt-color-primary_green * {
  color: var(--primary_green);
}
.theme-V .full-txt-color-primary_blue_soft * {
  color: var(--primary_blue_soft);
}
.theme-V .full-txt-color-primary_blue_strong * {
  color: var(--primary_blue_strong);
}
.theme-V .full-txt-color-primary_green_soft * {
  color: var(--primary_green_soft);
}
.theme-V .full-txt-color-primary_green_strong * {
  color: var(--primary_green_strong);
}
.theme-V .full-txt-color-secondary_blue * {
  color: var(--secondary_blue);
}
.theme-V .full-txt-color-secondary_blue_soft * {
  color: var(--secondary_blue_soft);
}
.theme-V .full-txt-color-secondary_blue_strong * {
  color: var(--secondary_blue_strong);
}
.theme-V .full-txt-color-secondary_cyan * {
  color: var(--secondary_cyan);
}
.theme-V .full-txt-color-secondary_cyan_soft * {
  color: var(--secondary_cyan_soft);
}
.theme-V .full-txt-color-secondary_cyan_strong * {
  color: var(--secondary_cyan_strong);
}
.theme-V .full-txt-color-transparente * {
  color: var(--transparente);
}
.theme-V .full-txt-color-error * {
  color: var(--error);
}
.theme-V .full-txt-color-success-osi * {
  color: var(--success-osi);
}
.theme-V .full-txt-color-warning-osi * {
  color: var(--warning-osi);
}
.theme-V .full-txt-color-information * {
  color: var(--information);
}
.theme-V .full-txt-color-error_soft * {
  color: var(--error_soft);
}
.theme-V .full-txt-color-error_mid_soft * {
  color: var(--error_mid_soft);
}
.theme-V .full-txt-color-error_mid_strong * {
  color: var(--error_mid_strong);
}
.theme-V .full-txt-color-error_strong * {
  color: var(--error_strong);
}
.theme-V .full-txt-color-success_soft * {
  color: var(--success_soft);
}
.theme-V .full-txt-color-success_mid_soft * {
  color: var(--success_mid_soft);
}
.theme-V .full-txt-color-success_mid_strong * {
  color: var(--success_mid_strong);
}
.theme-V .full-txt-color-success_strong * {
  color: var(--success_strong);
}
.theme-V .full-txt-color-warning_soft * {
  color: var(--warning_soft);
}
.theme-V .full-txt-color-warning_mid_soft * {
  color: var(--warning_mid_soft);
}
.theme-V .full-txt-color-warning_mid_strong * {
  color: var(--warning_mid_strong);
}
.theme-V .full-txt-color-warning_strong * {
  color: var(--warning_strong);
}
.theme-V .full-txt-color-information_soft * {
  color: var(--information_soft);
}
.theme-V .full-txt-color-information_mid_soft * {
  color: var(--information_mid_soft);
}
.theme-V .full-txt-color-information_mid_strong * {
  color: var(--information_mid_strong);
}
.theme-V .full-txt-color-information_strong * {
  color: var(--information_strong);
}
.theme-V .full-txt-color-pale_aqua * {
  color: var(--pale_aqua);
}
.theme-V .full-txt-color-navy_blue * {
  color: var(--navy_blue);
}
.theme-V .full-txt-color-white-osi * {
  color: var(--white-osi);
}
.theme-V .full-txt-color-white_2 * {
  color: var(--white_2);
}
.theme-V .full-txt-color-gray * {
  color: var(--gray);
}
.theme-V .full-txt-color-gray_2 * {
  color: var(--gray_2);
}
.theme-V .full-txt-color-gray_3 * {
  color: var(--gray_3);
}
.theme-V .full-txt-color-gray_4 * {
  color: var(--gray_4);
}
.theme-V .full-txt-color-dark-osi * {
  color: var(--dark-osi);
}

/*----------------------------------------Clases Only-----------------------------------------*/
/*
    Construido para restringir elementos solo al responsive establecido o solo a desktop

    Ej: <img src="****" alt="****" class="v-t-only-desktop" /> (La imagen solo será visible en escritorio)
*/
.theme-V .v-t-only-desktop {
  display: none;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-t-only-desktop {
    display: block;
  }
}
.theme-V .v-t-only-mobile {
  display: block;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-t-only-mobile {
    display: none;
  }
}

/*----------------------------------------Clases de paddings-----------------------------------------*/
/*
NOMENCLATURA POSICION DEL PADDING
    t : top
    b: bottom
    l : left
    r : right
    x : left right
    y : top bottom
    xy : left right top bottom
Nota: Este mixin esta construido para padding multiplos del 2
USO: Usar la clase de usando la nomenclatura p-POSISION-TAMAÑODELPADDING(MultiploDeDos)
EJ: <a class="p-xy-12" href="#">Texto del enlace</a>
*/
.theme-V .p-t-2 {
  padding-top: 2px;
}
.theme-V .p-b-2 {
  padding-bottom: 2px;
}
.theme-V .p-l-2 {
  padding-left: 2px;
}
.theme-V .p-r-2 {
  padding-right: 2px;
}
.theme-V .p-y-2 {
  padding: 2px 0px;
}
.theme-V .p-x-2 {
  padding: 0px 2px;
}
.theme-V .p-xy-2 {
  padding: 2px;
}
.theme-V .p-t-4 {
  padding-top: 4px;
}
.theme-V .p-b-4 {
  padding-bottom: 4px;
}
.theme-V .p-l-4 {
  padding-left: 4px;
}
.theme-V .p-r-4 {
  padding-right: 4px;
}
.theme-V .p-y-4 {
  padding: 4px 0px;
}
.theme-V .p-x-4 {
  padding: 0px 4px;
}
.theme-V .p-xy-4 {
  padding: 4px;
}
.theme-V .p-t-6 {
  padding-top: 6px;
}
.theme-V .p-b-6 {
  padding-bottom: 6px;
}
.theme-V .p-l-6 {
  padding-left: 6px;
}
.theme-V .p-r-6 {
  padding-right: 6px;
}
.theme-V .p-y-6 {
  padding: 6px 0px;
}
.theme-V .p-x-6 {
  padding: 0px 6px;
}
.theme-V .p-xy-6 {
  padding: 6px;
}
.theme-V .p-t-8 {
  padding-top: 8px;
}
.theme-V .p-b-8 {
  padding-bottom: 8px;
}
.theme-V .p-l-8 {
  padding-left: 8px;
}
.theme-V .p-r-8 {
  padding-right: 8px;
}
.theme-V .p-y-8 {
  padding: 8px 0px;
}
.theme-V .p-x-8 {
  padding: 0px 8px;
}
.theme-V .p-xy-8 {
  padding: 8px;
}
.theme-V .p-t-10 {
  padding-top: 10px;
}
.theme-V .p-b-10 {
  padding-bottom: 10px;
}
.theme-V .p-l-10 {
  padding-left: 10px;
}
.theme-V .p-r-10 {
  padding-right: 10px;
}
.theme-V .p-y-10 {
  padding: 10px 0px;
}
.theme-V .p-x-10 {
  padding: 0px 10px;
}
.theme-V .p-xy-10 {
  padding: 10px;
}
.theme-V .p-t-12 {
  padding-top: 12px;
}
.theme-V .p-b-12 {
  padding-bottom: 12px;
}
.theme-V .p-l-12 {
  padding-left: 12px;
}
.theme-V .p-r-12 {
  padding-right: 12px;
}
.theme-V .p-y-12 {
  padding: 12px 0px;
}
.theme-V .p-x-12 {
  padding: 0px 12px;
}
.theme-V .p-xy-12 {
  padding: 12px;
}
.theme-V .p-t-14 {
  padding-top: 14px;
}
.theme-V .p-b-14 {
  padding-bottom: 14px;
}
.theme-V .p-l-14 {
  padding-left: 14px;
}
.theme-V .p-r-14 {
  padding-right: 14px;
}
.theme-V .p-y-14 {
  padding: 14px 0px;
}
.theme-V .p-x-14 {
  padding: 0px 14px;
}
.theme-V .p-xy-14 {
  padding: 14px;
}
.theme-V .p-t-16 {
  padding-top: 16px;
}
.theme-V .p-b-16 {
  padding-bottom: 16px;
}
.theme-V .p-l-16 {
  padding-left: 16px;
}
.theme-V .p-r-16 {
  padding-right: 16px;
}
.theme-V .p-y-16 {
  padding: 16px 0px;
}
.theme-V .p-x-16 {
  padding: 0px 16px;
}
.theme-V .p-xy-16 {
  padding: 16px;
}
.theme-V .p-t-18 {
  padding-top: 18px;
}
.theme-V .p-b-18 {
  padding-bottom: 18px;
}
.theme-V .p-l-18 {
  padding-left: 18px;
}
.theme-V .p-r-18 {
  padding-right: 18px;
}
.theme-V .p-y-18 {
  padding: 18px 0px;
}
.theme-V .p-x-18 {
  padding: 0px 18px;
}
.theme-V .p-xy-18 {
  padding: 18px;
}
.theme-V .p-t-20 {
  padding-top: 20px;
}
.theme-V .p-b-20 {
  padding-bottom: 20px;
}
.theme-V .p-l-20 {
  padding-left: 20px;
}
.theme-V .p-r-20 {
  padding-right: 20px;
}
.theme-V .p-y-20 {
  padding: 20px 0px;
}
.theme-V .p-x-20 {
  padding: 0px 20px;
}
.theme-V .p-xy-20 {
  padding: 20px;
}
.theme-V .p-t-22 {
  padding-top: 22px;
}
.theme-V .p-b-22 {
  padding-bottom: 22px;
}
.theme-V .p-l-22 {
  padding-left: 22px;
}
.theme-V .p-r-22 {
  padding-right: 22px;
}
.theme-V .p-y-22 {
  padding: 22px 0px;
}
.theme-V .p-x-22 {
  padding: 0px 22px;
}
.theme-V .p-xy-22 {
  padding: 22px;
}
.theme-V .p-t-24 {
  padding-top: 24px;
}
.theme-V .p-b-24 {
  padding-bottom: 24px;
}
.theme-V .p-l-24 {
  padding-left: 24px;
}
.theme-V .p-r-24 {
  padding-right: 24px;
}
.theme-V .p-y-24 {
  padding: 24px 0px;
}
.theme-V .p-x-24 {
  padding: 0px 24px;
}
.theme-V .p-xy-24 {
  padding: 24px;
}
.theme-V .p-t-26 {
  padding-top: 26px;
}
.theme-V .p-b-26 {
  padding-bottom: 26px;
}
.theme-V .p-l-26 {
  padding-left: 26px;
}
.theme-V .p-r-26 {
  padding-right: 26px;
}
.theme-V .p-y-26 {
  padding: 26px 0px;
}
.theme-V .p-x-26 {
  padding: 0px 26px;
}
.theme-V .p-xy-26 {
  padding: 26px;
}
.theme-V .p-t-28 {
  padding-top: 28px;
}
.theme-V .p-b-28 {
  padding-bottom: 28px;
}
.theme-V .p-l-28 {
  padding-left: 28px;
}
.theme-V .p-r-28 {
  padding-right: 28px;
}
.theme-V .p-y-28 {
  padding: 28px 0px;
}
.theme-V .p-x-28 {
  padding: 0px 28px;
}
.theme-V .p-xy-28 {
  padding: 28px;
}
.theme-V .p-t-30 {
  padding-top: 30px;
}
.theme-V .p-b-30 {
  padding-bottom: 30px;
}
.theme-V .p-l-30 {
  padding-left: 30px;
}
.theme-V .p-r-30 {
  padding-right: 30px;
}
.theme-V .p-y-30 {
  padding: 30px 0px;
}
.theme-V .p-x-30 {
  padding: 0px 30px;
}
.theme-V .p-xy-30 {
  padding: 30px;
}
.theme-V .p-t-32 {
  padding-top: 32px;
}
.theme-V .p-b-32 {
  padding-bottom: 32px;
}
.theme-V .p-l-32 {
  padding-left: 32px;
}
.theme-V .p-r-32 {
  padding-right: 32px;
}
.theme-V .p-y-32 {
  padding: 32px 0px;
}
.theme-V .p-x-32 {
  padding: 0px 32px;
}
.theme-V .p-xy-32 {
  padding: 32px;
}
.theme-V .p-t-34 {
  padding-top: 34px;
}
.theme-V .p-b-34 {
  padding-bottom: 34px;
}
.theme-V .p-l-34 {
  padding-left: 34px;
}
.theme-V .p-r-34 {
  padding-right: 34px;
}
.theme-V .p-y-34 {
  padding: 34px 0px;
}
.theme-V .p-x-34 {
  padding: 0px 34px;
}
.theme-V .p-xy-34 {
  padding: 34px;
}
.theme-V .p-t-36 {
  padding-top: 36px;
}
.theme-V .p-b-36 {
  padding-bottom: 36px;
}
.theme-V .p-l-36 {
  padding-left: 36px;
}
.theme-V .p-r-36 {
  padding-right: 36px;
}
.theme-V .p-y-36 {
  padding: 36px 0px;
}
.theme-V .p-x-36 {
  padding: 0px 36px;
}
.theme-V .p-xy-36 {
  padding: 36px;
}
.theme-V .p-t-38 {
  padding-top: 38px;
}
.theme-V .p-b-38 {
  padding-bottom: 38px;
}
.theme-V .p-l-38 {
  padding-left: 38px;
}
.theme-V .p-r-38 {
  padding-right: 38px;
}
.theme-V .p-y-38 {
  padding: 38px 0px;
}
.theme-V .p-x-38 {
  padding: 0px 38px;
}
.theme-V .p-xy-38 {
  padding: 38px;
}
.theme-V .p-t-40 {
  padding-top: 40px;
}
.theme-V .p-b-40 {
  padding-bottom: 40px;
}
.theme-V .p-l-40 {
  padding-left: 40px;
}
.theme-V .p-r-40 {
  padding-right: 40px;
}
.theme-V .p-y-40 {
  padding: 40px 0px;
}
.theme-V .p-x-40 {
  padding: 0px 40px;
}
.theme-V .p-xy-40 {
  padding: 40px;
}
.theme-V .p-t-42 {
  padding-top: 42px;
}
.theme-V .p-b-42 {
  padding-bottom: 42px;
}
.theme-V .p-l-42 {
  padding-left: 42px;
}
.theme-V .p-r-42 {
  padding-right: 42px;
}
.theme-V .p-y-42 {
  padding: 42px 0px;
}
.theme-V .p-x-42 {
  padding: 0px 42px;
}
.theme-V .p-xy-42 {
  padding: 42px;
}
.theme-V .p-t-44 {
  padding-top: 44px;
}
.theme-V .p-b-44 {
  padding-bottom: 44px;
}
.theme-V .p-l-44 {
  padding-left: 44px;
}
.theme-V .p-r-44 {
  padding-right: 44px;
}
.theme-V .p-y-44 {
  padding: 44px 0px;
}
.theme-V .p-x-44 {
  padding: 0px 44px;
}
.theme-V .p-xy-44 {
  padding: 44px;
}
.theme-V .p-t-46 {
  padding-top: 46px;
}
.theme-V .p-b-46 {
  padding-bottom: 46px;
}
.theme-V .p-l-46 {
  padding-left: 46px;
}
.theme-V .p-r-46 {
  padding-right: 46px;
}
.theme-V .p-y-46 {
  padding: 46px 0px;
}
.theme-V .p-x-46 {
  padding: 0px 46px;
}
.theme-V .p-xy-46 {
  padding: 46px;
}
.theme-V .p-t-48 {
  padding-top: 48px;
}
.theme-V .p-b-48 {
  padding-bottom: 48px;
}
.theme-V .p-l-48 {
  padding-left: 48px;
}
.theme-V .p-r-48 {
  padding-right: 48px;
}
.theme-V .p-y-48 {
  padding: 48px 0px;
}
.theme-V .p-x-48 {
  padding: 0px 48px;
}
.theme-V .p-xy-48 {
  padding: 48px;
}
.theme-V .p-t-50 {
  padding-top: 50px;
}
.theme-V .p-b-50 {
  padding-bottom: 50px;
}
.theme-V .p-l-50 {
  padding-left: 50px;
}
.theme-V .p-r-50 {
  padding-right: 50px;
}
.theme-V .p-y-50 {
  padding: 50px 0px;
}
.theme-V .p-x-50 {
  padding: 0px 50px;
}
.theme-V .p-xy-50 {
  padding: 50px;
}
.theme-V .p-t-52 {
  padding-top: 52px;
}
.theme-V .p-b-52 {
  padding-bottom: 52px;
}
.theme-V .p-l-52 {
  padding-left: 52px;
}
.theme-V .p-r-52 {
  padding-right: 52px;
}
.theme-V .p-y-52 {
  padding: 52px 0px;
}
.theme-V .p-x-52 {
  padding: 0px 52px;
}
.theme-V .p-xy-52 {
  padding: 52px;
}
.theme-V .p-t-54 {
  padding-top: 54px;
}
.theme-V .p-b-54 {
  padding-bottom: 54px;
}
.theme-V .p-l-54 {
  padding-left: 54px;
}
.theme-V .p-r-54 {
  padding-right: 54px;
}
.theme-V .p-y-54 {
  padding: 54px 0px;
}
.theme-V .p-x-54 {
  padding: 0px 54px;
}
.theme-V .p-xy-54 {
  padding: 54px;
}
.theme-V .p-t-56 {
  padding-top: 56px;
}
.theme-V .p-b-56 {
  padding-bottom: 56px;
}
.theme-V .p-l-56 {
  padding-left: 56px;
}
.theme-V .p-r-56 {
  padding-right: 56px;
}
.theme-V .p-y-56 {
  padding: 56px 0px;
}
.theme-V .p-x-56 {
  padding: 0px 56px;
}
.theme-V .p-xy-56 {
  padding: 56px;
}
.theme-V .p-t-58 {
  padding-top: 58px;
}
.theme-V .p-b-58 {
  padding-bottom: 58px;
}
.theme-V .p-l-58 {
  padding-left: 58px;
}
.theme-V .p-r-58 {
  padding-right: 58px;
}
.theme-V .p-y-58 {
  padding: 58px 0px;
}
.theme-V .p-x-58 {
  padding: 0px 58px;
}
.theme-V .p-xy-58 {
  padding: 58px;
}
.theme-V .p-t-60 {
  padding-top: 60px;
}
.theme-V .p-b-60 {
  padding-bottom: 60px;
}
.theme-V .p-l-60 {
  padding-left: 60px;
}
.theme-V .p-r-60 {
  padding-right: 60px;
}
.theme-V .p-y-60 {
  padding: 60px 0px;
}
.theme-V .p-x-60 {
  padding: 0px 60px;
}
.theme-V .p-xy-60 {
  padding: 60px;
}
.theme-V .p-t-62 {
  padding-top: 62px;
}
.theme-V .p-b-62 {
  padding-bottom: 62px;
}
.theme-V .p-l-62 {
  padding-left: 62px;
}
.theme-V .p-r-62 {
  padding-right: 62px;
}
.theme-V .p-y-62 {
  padding: 62px 0px;
}
.theme-V .p-x-62 {
  padding: 0px 62px;
}
.theme-V .p-xy-62 {
  padding: 62px;
}
.theme-V .p-t-64 {
  padding-top: 64px;
}
.theme-V .p-b-64 {
  padding-bottom: 64px;
}
.theme-V .p-l-64 {
  padding-left: 64px;
}
.theme-V .p-r-64 {
  padding-right: 64px;
}
.theme-V .p-y-64 {
  padding: 64px 0px;
}
.theme-V .p-x-64 {
  padding: 0px 64px;
}
.theme-V .p-xy-64 {
  padding: 64px;
}
.theme-V .p-t-66 {
  padding-top: 66px;
}
.theme-V .p-b-66 {
  padding-bottom: 66px;
}
.theme-V .p-l-66 {
  padding-left: 66px;
}
.theme-V .p-r-66 {
  padding-right: 66px;
}
.theme-V .p-y-66 {
  padding: 66px 0px;
}
.theme-V .p-x-66 {
  padding: 0px 66px;
}
.theme-V .p-xy-66 {
  padding: 66px;
}
.theme-V .p-t-68 {
  padding-top: 68px;
}
.theme-V .p-b-68 {
  padding-bottom: 68px;
}
.theme-V .p-l-68 {
  padding-left: 68px;
}
.theme-V .p-r-68 {
  padding-right: 68px;
}
.theme-V .p-y-68 {
  padding: 68px 0px;
}
.theme-V .p-x-68 {
  padding: 0px 68px;
}
.theme-V .p-xy-68 {
  padding: 68px;
}
.theme-V .p-t-70 {
  padding-top: 70px;
}
.theme-V .p-b-70 {
  padding-bottom: 70px;
}
.theme-V .p-l-70 {
  padding-left: 70px;
}
.theme-V .p-r-70 {
  padding-right: 70px;
}
.theme-V .p-y-70 {
  padding: 70px 0px;
}
.theme-V .p-x-70 {
  padding: 0px 70px;
}
.theme-V .p-xy-70 {
  padding: 70px;
}
.theme-V .p-t-72 {
  padding-top: 72px;
}
.theme-V .p-b-72 {
  padding-bottom: 72px;
}
.theme-V .p-l-72 {
  padding-left: 72px;
}
.theme-V .p-r-72 {
  padding-right: 72px;
}
.theme-V .p-y-72 {
  padding: 72px 0px;
}
.theme-V .p-x-72 {
  padding: 0px 72px;
}
.theme-V .p-xy-72 {
  padding: 72px;
}
.theme-V .p-t-74 {
  padding-top: 74px;
}
.theme-V .p-b-74 {
  padding-bottom: 74px;
}
.theme-V .p-l-74 {
  padding-left: 74px;
}
.theme-V .p-r-74 {
  padding-right: 74px;
}
.theme-V .p-y-74 {
  padding: 74px 0px;
}
.theme-V .p-x-74 {
  padding: 0px 74px;
}
.theme-V .p-xy-74 {
  padding: 74px;
}
.theme-V .p-t-76 {
  padding-top: 76px;
}
.theme-V .p-b-76 {
  padding-bottom: 76px;
}
.theme-V .p-l-76 {
  padding-left: 76px;
}
.theme-V .p-r-76 {
  padding-right: 76px;
}
.theme-V .p-y-76 {
  padding: 76px 0px;
}
.theme-V .p-x-76 {
  padding: 0px 76px;
}
.theme-V .p-xy-76 {
  padding: 76px;
}
.theme-V .p-t-78 {
  padding-top: 78px;
}
.theme-V .p-b-78 {
  padding-bottom: 78px;
}
.theme-V .p-l-78 {
  padding-left: 78px;
}
.theme-V .p-r-78 {
  padding-right: 78px;
}
.theme-V .p-y-78 {
  padding: 78px 0px;
}
.theme-V .p-x-78 {
  padding: 0px 78px;
}
.theme-V .p-xy-78 {
  padding: 78px;
}
.theme-V .p-t-80 {
  padding-top: 80px;
}
.theme-V .p-b-80 {
  padding-bottom: 80px;
}
.theme-V .p-l-80 {
  padding-left: 80px;
}
.theme-V .p-r-80 {
  padding-right: 80px;
}
.theme-V .p-y-80 {
  padding: 80px 0px;
}
.theme-V .p-x-80 {
  padding: 0px 80px;
}
.theme-V .p-xy-80 {
  padding: 80px;
}

/*----------------------------------------Clases de margins-----------------------------------------*/
/*
NOMENCLATURA POSICION DEL MARGIN
    t : top
    b: bottom
    l : left
    r : right
    x : left right
    y : top bottom
    xy : left right top bottom
Nota: Este mixin esta construido para margins multiplos del 2
USO: Usar la clase de usando la nomenclatura m-POSISION-TAMAÑODELMARGIN(MultiploDeDos)
EJ: <a class="m-xy-12" href="#">Texto del enlace</a>
*/
.theme-V .m-t-2 {
  margin-top: 2px;
}
.theme-V .m-b-2 {
  margin-bottom: 2px;
}
.theme-V .m-l-2 {
  margin-left: 2px;
}
.theme-V .m-r-2 {
  margin-right: 2px;
}
.theme-V .m-y-2 {
  margin: 2px 0px;
}
.theme-V .m-x-2 {
  margin: 0px 2px;
}
.theme-V .m-xy-2 {
  margin: 2px;
}
.theme-V .m-t-4 {
  margin-top: 4px;
}
.theme-V .m-b-4 {
  margin-bottom: 4px;
}
.theme-V .m-l-4 {
  margin-left: 4px;
}
.theme-V .m-r-4 {
  margin-right: 4px;
}
.theme-V .m-y-4 {
  margin: 4px 0px;
}
.theme-V .m-x-4 {
  margin: 0px 4px;
}
.theme-V .m-xy-4 {
  margin: 4px;
}
.theme-V .m-t-6 {
  margin-top: 6px;
}
.theme-V .m-b-6 {
  margin-bottom: 6px;
}
.theme-V .m-l-6 {
  margin-left: 6px;
}
.theme-V .m-r-6 {
  margin-right: 6px;
}
.theme-V .m-y-6 {
  margin: 6px 0px;
}
.theme-V .m-x-6 {
  margin: 0px 6px;
}
.theme-V .m-xy-6 {
  margin: 6px;
}
.theme-V .m-t-8 {
  margin-top: 8px;
}
.theme-V .m-b-8 {
  margin-bottom: 8px;
}
.theme-V .m-l-8 {
  margin-left: 8px;
}
.theme-V .m-r-8 {
  margin-right: 8px;
}
.theme-V .m-y-8 {
  margin: 8px 0px;
}
.theme-V .m-x-8 {
  margin: 0px 8px;
}
.theme-V .m-xy-8 {
  margin: 8px;
}
.theme-V .m-t-10 {
  margin-top: 10px;
}
.theme-V .m-b-10 {
  margin-bottom: 10px;
}
.theme-V .m-l-10 {
  margin-left: 10px;
}
.theme-V .m-r-10 {
  margin-right: 10px;
}
.theme-V .m-y-10 {
  margin: 10px 0px;
}
.theme-V .m-x-10 {
  margin: 0px 10px;
}
.theme-V .m-xy-10 {
  margin: 10px;
}
.theme-V .m-t-12 {
  margin-top: 12px;
}
.theme-V .m-b-12 {
  margin-bottom: 12px;
}
.theme-V .m-l-12 {
  margin-left: 12px;
}
.theme-V .m-r-12 {
  margin-right: 12px;
}
.theme-V .m-y-12 {
  margin: 12px 0px;
}
.theme-V .m-x-12 {
  margin: 0px 12px;
}
.theme-V .m-xy-12 {
  margin: 12px;
}
.theme-V .m-t-14 {
  margin-top: 14px;
}
.theme-V .m-b-14 {
  margin-bottom: 14px;
}
.theme-V .m-l-14 {
  margin-left: 14px;
}
.theme-V .m-r-14 {
  margin-right: 14px;
}
.theme-V .m-y-14 {
  margin: 14px 0px;
}
.theme-V .m-x-14 {
  margin: 0px 14px;
}
.theme-V .m-xy-14 {
  margin: 14px;
}
.theme-V .m-t-16 {
  margin-top: 16px;
}
.theme-V .m-b-16 {
  margin-bottom: 16px;
}
.theme-V .m-l-16 {
  margin-left: 16px;
}
.theme-V .m-r-16 {
  margin-right: 16px;
}
.theme-V .m-y-16 {
  margin: 16px 0px;
}
.theme-V .m-x-16 {
  margin: 0px 16px;
}
.theme-V .m-xy-16 {
  margin: 16px;
}
.theme-V .m-t-18 {
  margin-top: 18px;
}
.theme-V .m-b-18 {
  margin-bottom: 18px;
}
.theme-V .m-l-18 {
  margin-left: 18px;
}
.theme-V .m-r-18 {
  margin-right: 18px;
}
.theme-V .m-y-18 {
  margin: 18px 0px;
}
.theme-V .m-x-18 {
  margin: 0px 18px;
}
.theme-V .m-xy-18 {
  margin: 18px;
}
.theme-V .m-t-20 {
  margin-top: 20px;
}
.theme-V .m-b-20 {
  margin-bottom: 20px;
}
.theme-V .m-l-20 {
  margin-left: 20px;
}
.theme-V .m-r-20 {
  margin-right: 20px;
}
.theme-V .m-y-20 {
  margin: 20px 0px;
}
.theme-V .m-x-20 {
  margin: 0px 20px;
}
.theme-V .m-xy-20 {
  margin: 20px;
}
.theme-V .m-t-22 {
  margin-top: 22px;
}
.theme-V .m-b-22 {
  margin-bottom: 22px;
}
.theme-V .m-l-22 {
  margin-left: 22px;
}
.theme-V .m-r-22 {
  margin-right: 22px;
}
.theme-V .m-y-22 {
  margin: 22px 0px;
}
.theme-V .m-x-22 {
  margin: 0px 22px;
}
.theme-V .m-xy-22 {
  margin: 22px;
}
.theme-V .m-t-24 {
  margin-top: 24px;
}
.theme-V .m-b-24 {
  margin-bottom: 24px;
}
.theme-V .m-l-24 {
  margin-left: 24px;
}
.theme-V .m-r-24 {
  margin-right: 24px;
}
.theme-V .m-y-24 {
  margin: 24px 0px;
}
.theme-V .m-x-24 {
  margin: 0px 24px;
}
.theme-V .m-xy-24 {
  margin: 24px;
}
.theme-V .m-t-26 {
  margin-top: 26px;
}
.theme-V .m-b-26 {
  margin-bottom: 26px;
}
.theme-V .m-l-26 {
  margin-left: 26px;
}
.theme-V .m-r-26 {
  margin-right: 26px;
}
.theme-V .m-y-26 {
  margin: 26px 0px;
}
.theme-V .m-x-26 {
  margin: 0px 26px;
}
.theme-V .m-xy-26 {
  margin: 26px;
}
.theme-V .m-t-28 {
  margin-top: 28px;
}
.theme-V .m-b-28 {
  margin-bottom: 28px;
}
.theme-V .m-l-28 {
  margin-left: 28px;
}
.theme-V .m-r-28 {
  margin-right: 28px;
}
.theme-V .m-y-28 {
  margin: 28px 0px;
}
.theme-V .m-x-28 {
  margin: 0px 28px;
}
.theme-V .m-xy-28 {
  margin: 28px;
}
.theme-V .m-t-30 {
  margin-top: 30px;
}
.theme-V .m-b-30 {
  margin-bottom: 30px;
}
.theme-V .m-l-30 {
  margin-left: 30px;
}
.theme-V .m-r-30 {
  margin-right: 30px;
}
.theme-V .m-y-30 {
  margin: 30px 0px;
}
.theme-V .m-x-30 {
  margin: 0px 30px;
}
.theme-V .m-xy-30 {
  margin: 30px;
}
.theme-V .m-t-32 {
  margin-top: 32px;
}
.theme-V .m-b-32 {
  margin-bottom: 32px;
}
.theme-V .m-l-32 {
  margin-left: 32px;
}
.theme-V .m-r-32 {
  margin-right: 32px;
}
.theme-V .m-y-32 {
  margin: 32px 0px;
}
.theme-V .m-x-32 {
  margin: 0px 32px;
}
.theme-V .m-xy-32 {
  margin: 32px;
}
.theme-V .m-t-34 {
  margin-top: 34px;
}
.theme-V .m-b-34 {
  margin-bottom: 34px;
}
.theme-V .m-l-34 {
  margin-left: 34px;
}
.theme-V .m-r-34 {
  margin-right: 34px;
}
.theme-V .m-y-34 {
  margin: 34px 0px;
}
.theme-V .m-x-34 {
  margin: 0px 34px;
}
.theme-V .m-xy-34 {
  margin: 34px;
}
.theme-V .m-t-36 {
  margin-top: 36px;
}
.theme-V .m-b-36 {
  margin-bottom: 36px;
}
.theme-V .m-l-36 {
  margin-left: 36px;
}
.theme-V .m-r-36 {
  margin-right: 36px;
}
.theme-V .m-y-36 {
  margin: 36px 0px;
}
.theme-V .m-x-36 {
  margin: 0px 36px;
}
.theme-V .m-xy-36 {
  margin: 36px;
}
.theme-V .m-t-38 {
  margin-top: 38px;
}
.theme-V .m-b-38 {
  margin-bottom: 38px;
}
.theme-V .m-l-38 {
  margin-left: 38px;
}
.theme-V .m-r-38 {
  margin-right: 38px;
}
.theme-V .m-y-38 {
  margin: 38px 0px;
}
.theme-V .m-x-38 {
  margin: 0px 38px;
}
.theme-V .m-xy-38 {
  margin: 38px;
}
.theme-V .m-t-40 {
  margin-top: 40px;
}
.theme-V .m-b-40 {
  margin-bottom: 40px;
}
.theme-V .m-l-40 {
  margin-left: 40px;
}
.theme-V .m-r-40 {
  margin-right: 40px;
}
.theme-V .m-y-40 {
  margin: 40px 0px;
}
.theme-V .m-x-40 {
  margin: 0px 40px;
}
.theme-V .m-xy-40 {
  margin: 40px;
}
.theme-V .m-t-42 {
  margin-top: 42px;
}
.theme-V .m-b-42 {
  margin-bottom: 42px;
}
.theme-V .m-l-42 {
  margin-left: 42px;
}
.theme-V .m-r-42 {
  margin-right: 42px;
}
.theme-V .m-y-42 {
  margin: 42px 0px;
}
.theme-V .m-x-42 {
  margin: 0px 42px;
}
.theme-V .m-xy-42 {
  margin: 42px;
}
.theme-V .m-t-44 {
  margin-top: 44px;
}
.theme-V .m-b-44 {
  margin-bottom: 44px;
}
.theme-V .m-l-44 {
  margin-left: 44px;
}
.theme-V .m-r-44 {
  margin-right: 44px;
}
.theme-V .m-y-44 {
  margin: 44px 0px;
}
.theme-V .m-x-44 {
  margin: 0px 44px;
}
.theme-V .m-xy-44 {
  margin: 44px;
}
.theme-V .m-t-46 {
  margin-top: 46px;
}
.theme-V .m-b-46 {
  margin-bottom: 46px;
}
.theme-V .m-l-46 {
  margin-left: 46px;
}
.theme-V .m-r-46 {
  margin-right: 46px;
}
.theme-V .m-y-46 {
  margin: 46px 0px;
}
.theme-V .m-x-46 {
  margin: 0px 46px;
}
.theme-V .m-xy-46 {
  margin: 46px;
}
.theme-V .m-t-48 {
  margin-top: 48px;
}
.theme-V .m-b-48 {
  margin-bottom: 48px;
}
.theme-V .m-l-48 {
  margin-left: 48px;
}
.theme-V .m-r-48 {
  margin-right: 48px;
}
.theme-V .m-y-48 {
  margin: 48px 0px;
}
.theme-V .m-x-48 {
  margin: 0px 48px;
}
.theme-V .m-xy-48 {
  margin: 48px;
}
.theme-V .m-t-50 {
  margin-top: 50px;
}
.theme-V .m-b-50 {
  margin-bottom: 50px;
}
.theme-V .m-l-50 {
  margin-left: 50px;
}
.theme-V .m-r-50 {
  margin-right: 50px;
}
.theme-V .m-y-50 {
  margin: 50px 0px;
}
.theme-V .m-x-50 {
  margin: 0px 50px;
}
.theme-V .m-xy-50 {
  margin: 50px;
}
.theme-V .m-t-52 {
  margin-top: 52px;
}
.theme-V .m-b-52 {
  margin-bottom: 52px;
}
.theme-V .m-l-52 {
  margin-left: 52px;
}
.theme-V .m-r-52 {
  margin-right: 52px;
}
.theme-V .m-y-52 {
  margin: 52px 0px;
}
.theme-V .m-x-52 {
  margin: 0px 52px;
}
.theme-V .m-xy-52 {
  margin: 52px;
}
.theme-V .m-t-54 {
  margin-top: 54px;
}
.theme-V .m-b-54 {
  margin-bottom: 54px;
}
.theme-V .m-l-54 {
  margin-left: 54px;
}
.theme-V .m-r-54 {
  margin-right: 54px;
}
.theme-V .m-y-54 {
  margin: 54px 0px;
}
.theme-V .m-x-54 {
  margin: 0px 54px;
}
.theme-V .m-xy-54 {
  margin: 54px;
}
.theme-V .m-t-56 {
  margin-top: 56px;
}
.theme-V .m-b-56 {
  margin-bottom: 56px;
}
.theme-V .m-l-56 {
  margin-left: 56px;
}
.theme-V .m-r-56 {
  margin-right: 56px;
}
.theme-V .m-y-56 {
  margin: 56px 0px;
}
.theme-V .m-x-56 {
  margin: 0px 56px;
}
.theme-V .m-xy-56 {
  margin: 56px;
}
.theme-V .m-t-58 {
  margin-top: 58px;
}
.theme-V .m-b-58 {
  margin-bottom: 58px;
}
.theme-V .m-l-58 {
  margin-left: 58px;
}
.theme-V .m-r-58 {
  margin-right: 58px;
}
.theme-V .m-y-58 {
  margin: 58px 0px;
}
.theme-V .m-x-58 {
  margin: 0px 58px;
}
.theme-V .m-xy-58 {
  margin: 58px;
}
.theme-V .m-t-60 {
  margin-top: 60px;
}
.theme-V .m-b-60 {
  margin-bottom: 60px;
}
.theme-V .m-l-60 {
  margin-left: 60px;
}
.theme-V .m-r-60 {
  margin-right: 60px;
}
.theme-V .m-y-60 {
  margin: 60px 0px;
}
.theme-V .m-x-60 {
  margin: 0px 60px;
}
.theme-V .m-xy-60 {
  margin: 60px;
}
.theme-V .m-t-62 {
  margin-top: 62px;
}
.theme-V .m-b-62 {
  margin-bottom: 62px;
}
.theme-V .m-l-62 {
  margin-left: 62px;
}
.theme-V .m-r-62 {
  margin-right: 62px;
}
.theme-V .m-y-62 {
  margin: 62px 0px;
}
.theme-V .m-x-62 {
  margin: 0px 62px;
}
.theme-V .m-xy-62 {
  margin: 62px;
}
.theme-V .m-t-64 {
  margin-top: 64px;
}
.theme-V .m-b-64 {
  margin-bottom: 64px;
}
.theme-V .m-l-64 {
  margin-left: 64px;
}
.theme-V .m-r-64 {
  margin-right: 64px;
}
.theme-V .m-y-64 {
  margin: 64px 0px;
}
.theme-V .m-x-64 {
  margin: 0px 64px;
}
.theme-V .m-xy-64 {
  margin: 64px;
}
.theme-V .m-t-66 {
  margin-top: 66px;
}
.theme-V .m-b-66 {
  margin-bottom: 66px;
}
.theme-V .m-l-66 {
  margin-left: 66px;
}
.theme-V .m-r-66 {
  margin-right: 66px;
}
.theme-V .m-y-66 {
  margin: 66px 0px;
}
.theme-V .m-x-66 {
  margin: 0px 66px;
}
.theme-V .m-xy-66 {
  margin: 66px;
}
.theme-V .m-t-68 {
  margin-top: 68px;
}
.theme-V .m-b-68 {
  margin-bottom: 68px;
}
.theme-V .m-l-68 {
  margin-left: 68px;
}
.theme-V .m-r-68 {
  margin-right: 68px;
}
.theme-V .m-y-68 {
  margin: 68px 0px;
}
.theme-V .m-x-68 {
  margin: 0px 68px;
}
.theme-V .m-xy-68 {
  margin: 68px;
}
.theme-V .m-t-70 {
  margin-top: 70px;
}
.theme-V .m-b-70 {
  margin-bottom: 70px;
}
.theme-V .m-l-70 {
  margin-left: 70px;
}
.theme-V .m-r-70 {
  margin-right: 70px;
}
.theme-V .m-y-70 {
  margin: 70px 0px;
}
.theme-V .m-x-70 {
  margin: 0px 70px;
}
.theme-V .m-xy-70 {
  margin: 70px;
}
.theme-V .m-t-72 {
  margin-top: 72px;
}
.theme-V .m-b-72 {
  margin-bottom: 72px;
}
.theme-V .m-l-72 {
  margin-left: 72px;
}
.theme-V .m-r-72 {
  margin-right: 72px;
}
.theme-V .m-y-72 {
  margin: 72px 0px;
}
.theme-V .m-x-72 {
  margin: 0px 72px;
}
.theme-V .m-xy-72 {
  margin: 72px;
}
.theme-V .m-t-74 {
  margin-top: 74px;
}
.theme-V .m-b-74 {
  margin-bottom: 74px;
}
.theme-V .m-l-74 {
  margin-left: 74px;
}
.theme-V .m-r-74 {
  margin-right: 74px;
}
.theme-V .m-y-74 {
  margin: 74px 0px;
}
.theme-V .m-x-74 {
  margin: 0px 74px;
}
.theme-V .m-xy-74 {
  margin: 74px;
}
.theme-V .m-t-76 {
  margin-top: 76px;
}
.theme-V .m-b-76 {
  margin-bottom: 76px;
}
.theme-V .m-l-76 {
  margin-left: 76px;
}
.theme-V .m-r-76 {
  margin-right: 76px;
}
.theme-V .m-y-76 {
  margin: 76px 0px;
}
.theme-V .m-x-76 {
  margin: 0px 76px;
}
.theme-V .m-xy-76 {
  margin: 76px;
}
.theme-V .m-t-78 {
  margin-top: 78px;
}
.theme-V .m-b-78 {
  margin-bottom: 78px;
}
.theme-V .m-l-78 {
  margin-left: 78px;
}
.theme-V .m-r-78 {
  margin-right: 78px;
}
.theme-V .m-y-78 {
  margin: 78px 0px;
}
.theme-V .m-x-78 {
  margin: 0px 78px;
}
.theme-V .m-xy-78 {
  margin: 78px;
}
.theme-V .m-t-80 {
  margin-top: 80px;
}
.theme-V .m-b-80 {
  margin-bottom: 80px;
}
.theme-V .m-l-80 {
  margin-left: 80px;
}
.theme-V .m-r-80 {
  margin-right: 80px;
}
.theme-V .m-y-80 {
  margin: 80px 0px;
}
.theme-V .m-x-80 {
  margin: 0px 80px;
}
.theme-V .m-xy-80 {
  margin: 80px;
}

.theme-V {
  /*----------------------------------------Clases tamaños de fuentes-----------------------------------------*/
  /*
  USOS: En el html del componente usar como clase la nomenclatura f-s-r-TAMAÑODEFUENTE(px) y asignara su valor en rem
      pero solo para resoluciones tablet e inferiores.
  EJ: <p class="f-s-r-28">Este es un parrafo</p>
  */
  /*
  USOS: En el html del componente usar como clase la nomenclatura f-s-TAMAÑODEFUENTE asiganra 
      el valor en px pero solo para resoluciones dektop en adelante.
  EJ: <p class="f-s-28">Este es un parrafo</p>
  */
  /*----------------------------------------Clases peso de fuente-----------------------------------------*/
  /*
  NOMENCLATURA PESO DE FUENTE
      t : thin
      el : extra light
      l : light
      r : regular
      m : medium
      sb : semi bold
      b : bold
      eb : extra bold
      bl : black
  USOS: En el html del componente usar como clase la nomenclatura f-w-PESODEFUELTE
  EJ: <p class="f-w-bl">Este es un parrafo</p>
  */
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-14 {
    font-size: 0.875rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-15 {
    font-size: 0.9375rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-16 {
    font-size: 1rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-17 {
    font-size: 1.0625rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-18 {
    font-size: 1.125rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-19 {
    font-size: 1.1875rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-20 {
    font-size: 1.25rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-21 {
    font-size: 1.3125rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-22 {
    font-size: 1.375rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-23 {
    font-size: 1.4375rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-24 {
    font-size: 1.5rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-25 {
    font-size: 1.5625rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-26 {
    font-size: 1.625rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-27 {
    font-size: 1.6875rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-28 {
    font-size: 1.75rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-29 {
    font-size: 1.8125rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-30 {
    font-size: 1.875rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-31 {
    font-size: 1.9375rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-32 {
    font-size: 2rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-33 {
    font-size: 2.0625rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-34 {
    font-size: 2.125rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-35 {
    font-size: 2.1875rem;
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-s-r-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-14 {
    font-size: 14px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-15 {
    font-size: 15px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-16 {
    font-size: 16px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-17 {
    font-size: 17px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-18 {
    font-size: 18px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-19 {
    font-size: 19px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-20 {
    font-size: 20px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-21 {
    font-size: 21px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-22 {
    font-size: 22px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-23 {
    font-size: 23px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-24 {
    font-size: 24px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-25 {
    font-size: 25px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-26 {
    font-size: 26px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-27 {
    font-size: 27px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-28 {
    font-size: 28px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-29 {
    font-size: 29px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-30 {
    font-size: 30px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-31 {
    font-size: 31px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-32 {
    font-size: 32px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-33 {
    font-size: 33px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-34 {
    font-size: 34px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-35 {
    font-size: 35px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .f-s-36 {
    font-size: 36px;
  }
}
.theme-V .f-w-r {
  font-weight: var(--font-weight-r);
}
.theme-V .f-w-sb {
  font-weight: var(--font-weight-sb);
}
.theme-V .f-w-b {
  font-weight: var(--font-weight-b);
}
.theme-V .f-w-eb {
  font-weight: var(--font-weight-eb);
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-w-m-r {
    font-weight: var(--font-weight-r);
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-w-m-sb {
    font-weight: var(--font-weight-sb);
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-w-m-b {
    font-weight: var(--font-weight-b);
  }
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .f-w-m-eb {
    font-weight: var(--font-weight-eb);
  }
}
.theme-V .txt-al-c {
  text-align: center;
}
.theme-V .txt-al-r {
  text-align: right;
}
.theme-V .txt-al-l {
  text-align: left;
}

.theme-V .v-o-button__size-n {
  padding: 8px 30px;
  min-height: 44px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 22px;
  font-weight: 700;
  /*
  Ejemplo, si se necesita parametrizar otra categoría de tamaño para los botones
  @else if ($size == l) {
      @include buttonHeights(10px 39px, 44px, 18px, 23.76px, 700, 100px);
  }*/
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-o-button__size-n:hover {
  text-decoration: none;
}
.theme-V .v-o-button__primary {
  background-color: var(--btn-1-bg);
  color: var(--btn-1-text);
  border: none;
}
.theme-V .v-o-button__primary:hover {
  background-color: var(--btn-1-bg-hover);
  color: var(--btn-1-text-hover);
  border: none;
}
.theme-V .v-o-button__primary:active {
  background-color: var(--btn-1-bg-active);
  color: var(--btn-1-text-active);
  border: none;
}
.theme-V .v-o-button__primary:focus, .theme-V .v-o-button__primary:focus-visible {
  background-color: var(--btn-1-bg-focus);
  color: var(--btn-1-text-focus);
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 2px 6px px;
  box-shadow: 0px 2px 6px px;
}
.theme-V .v-o-button__primary--disabled, .theme-V .v-o-button__primary:disabled {
  background-color: var(--btn-1-bg-disabled);
  color: var(--btn-1-text-disabled);
  border: none;
  cursor: not-allowed;
}
.theme-V .v-o-button__primary--green {
  background-color: var(--btn-1-green-bg);
  color: var(--btn-1-green-text);
  border: none;
}
.theme-V .v-o-button__primary--green:hover {
  background-color: var(--btn-1-green-bg-hover);
  color: var(--btn-1-green-text-hover);
  border: none;
}
.theme-V .v-o-button__primary--green:active {
  background-color: var(--btn-1-green-bg-active);
  color: var(--btn-1-green-text-active);
  border: none;
}
.theme-V .v-o-button__primary--green:focus, .theme-V .v-o-button__primary--green:focus-visible {
  background-color: var(--btn-1-green-bg-focus);
  color: var(--btn-1-green-text-focus);
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 2px 6px px;
  box-shadow: 0px 2px 6px px;
}
.theme-V .v-o-button__primary--green--disabled, .theme-V .v-o-button__primary--green:disabled {
  background-color: var(--btn-1-green-bg-disabled);
  color: var(--btn-1-green-text-disabled);
  border: none;
  cursor: not-allowed;
}
.theme-V .v-o-button__secondary {
  background-color: var(--btn-2-bg);
  color: var(--btn-2-text);
  border: 1px solid var(--btn-2-border);
}
.theme-V .v-o-button__secondary:hover {
  background-color: var(--btn-2-bg-hover);
  color: var(--btn-2-text-hover);
  border: 1px solid var(--btn-2-border-hover);
}
.theme-V .v-o-button__secondary:active {
  background-color: var(--btn-2-bg-active);
  color: var(--btn-2-text-active);
  border: 1px solid var(--btn-2-border-active);
}
.theme-V .v-o-button__secondary:focus, .theme-V .v-o-button__secondary:focus-visible {
  background-color: var(--btn-2-bg-focus);
  color: var(--btn-2-text-focus);
  outline: none;
  border: 1px solid var(--btn-2-border-focus);
  -webkit-box-shadow: 0px 2px 6px px;
  box-shadow: 0px 2px 6px px;
}
.theme-V .v-o-button__secondary--disabled, .theme-V .v-o-button__secondary:disabled {
  background-color: var(--btn-2-bg-disabled);
  color: var(--btn-2-text-disabled);
  border: 1px solid var(--btn-2-border-disabled);
  cursor: not-allowed;
}
.theme-V .v-o-button__secondary--green {
  background-color: var(--btn-2-green-bg);
  color: var(--btn-2-green-text);
  border: 1px solid var(--btn-2-green-border);
}
.theme-V .v-o-button__secondary--green:hover {
  background-color: var(--btn-2-green-bg-hover);
  color: var(--btn-2-green-text-hover);
  border: 1px solid var(--btn-2-green-border-hover);
}
.theme-V .v-o-button__secondary--green:active {
  background-color: var(--btn-2-green-bg-active);
  color: var(--btn-2-green-text-active);
  border: 1px solid var(--btn-2-green-border-active);
}
.theme-V .v-o-button__secondary--green:focus, .theme-V .v-o-button__secondary--green:focus-visible {
  background-color: var(--btn-2-green-bg-focus);
  color: var(--btn-2-green-text-focus);
  outline: none;
  border: 1px solid var(--btn-2-green-border-focus);
  -webkit-box-shadow: 0px 2px 6px px;
  box-shadow: 0px 2px 6px px;
}
.theme-V .v-o-button__secondary--green--disabled, .theme-V .v-o-button__secondary--green:disabled {
  background-color: var(--btn-2-green-bg-disabled);
  color: var(--btn-2-green-text-disabled);
  border: 1px solid var(--btn-2-green-border-disabled);
  cursor: not-allowed;
}

.theme-V .v-o-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-o-pagination .pagination li {
  padding: 0;
}
.theme-V .v-o-pagination .pagination li::before {
  display: none;
}
.theme-V .v-o-pagination .pagination .pagination-item {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-o-pagination .pagination .pagination-item .page-link {
  color: var(--secondary_blue_strong);
  width: 35px;
  height: 35px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-V .v-o-pagination .pagination .pagination-item .page-link:focus {
  border-radius: 50%;
}
.theme-V .v-o-pagination .pagination .pagination-item:hover {
  background-color: var(--gray);
}
.theme-V .v-o-pagination .pagination .pagination-item:focus {
  background-color: var(--secondary_blue_strong);
}
.theme-V .v-o-pagination .pagination .pagination-item:focus .page-link {
  color: var(--white-osi);
}
.theme-V .v-o-pagination .pagination .active {
  background-color: var(--secondary_blue_strong);
}
.theme-V .v-o-pagination .pagination .active .page-link {
  color: var(--white-osi);
}
.theme-V .v-o-pagination .pagination .pagination-item-first .page-link, .theme-V .v-o-pagination .pagination .pagination-item-previous .page-link, .theme-V .v-o-pagination .pagination .pagination-item-next .page-link, .theme-V .v-o-pagination .pagination .pagination-item-last .page-link {
  width: 32.5px;
  height: 32.5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-V .v-o-pagination .pagination .pagination-item-first .page-link svg, .theme-V .v-o-pagination .pagination .pagination-item-previous .page-link svg, .theme-V .v-o-pagination .pagination .pagination-item-next .page-link svg, .theme-V .v-o-pagination .pagination .pagination-item-last .page-link svg {
  fill: var(--secondary_blue_strong);
}
.theme-V .v-o-pagination .pagination .pagination-item-first .page-link:hover svg, .theme-V .v-o-pagination .pagination .pagination-item-previous .page-link:hover svg, .theme-V .v-o-pagination .pagination .pagination-item-next .page-link:hover svg, .theme-V .v-o-pagination .pagination .pagination-item-last .page-link:hover svg {
  fill: var(--primary_blue_strong);
}
.theme-V .v-o-pagination .pagination .pagination-item-first .page-link:focus svg, .theme-V .v-o-pagination .pagination .pagination-item-previous .page-link:focus svg, .theme-V .v-o-pagination .pagination .pagination-item-next .page-link:focus svg, .theme-V .v-o-pagination .pagination .pagination-item-last .page-link:focus svg {
  fill: var(--primary_blue_strong);
}
.theme-V .v-o-pagination--white-variation .pagination .pagination-item .page-link {
  color: var(--white-osi);
}
.theme-V .v-o-pagination--white-variation .pagination .pagination-item:hover {
  background-color: var(--gray);
}
.theme-V .v-o-pagination--white-variation .pagination .pagination-item:hover a {
  color: var(--secondary_blue_strong);
}
.theme-V .v-o-pagination--white-variation .pagination .pagination-item:focus .page-link {
  color: var(--secondary_blue_strong) !important;
}
.theme-V .v-o-pagination--white-variation .pagination .active {
  background-color: var(--white-osi);
}
.theme-V .v-o-pagination--white-variation .pagination .active .page-link {
  color: var(--secondary_blue_strong);
}
.theme-V .v-o-pagination--white-variation .pagination .pagination-item-first .page-link svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-previous .page-link svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-next .page-link svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-last .page-link svg {
  fill: var(--white-osi);
}
.theme-V .v-o-pagination--white-variation .pagination .pagination-item-first .page-link:hover svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-previous .page-link:hover svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-next .page-link:hover svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-last .page-link:hover svg {
  fill: var(--white-osi);
}
.theme-V .v-o-pagination--white-variation .pagination .pagination-item-first .page-link:focus svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-previous .page-link:focus svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-next .page-link:focus svg, .theme-V .v-o-pagination--white-variation .pagination .pagination-item-last .page-link:focus svg {
  fill: var(--white-osi);
}

.theme-V .owl-dots {
  background-color: rgba(33, 33, 33, 0.27);
  height: 100%;
  width: 100%;
  min-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 26px auto 0;
  overflow: hidden;
  border-radius: 50px;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.theme-V .owl-dots button.owl-dot {
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.theme-V .owl-dots button.owl-dot.active {
  background-color: #006699;
}
.theme-V .owl-dots button.owl-dot:focus {
  outline: none;
}

.theme-V .v-o-custom-divider-line {
  width: 100%;
  background-color: transparent;
  margin-top: 36px;
  margin-bottom: 36px;
}
.theme-V .v-o-custom-divider-line__line-body {
  height: 1px;
  width: 450px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-o-custom-divider-line__line-body {
    width: 1085px;
  }
}

.theme-V .v-o-custom-title-link {
  width: 100%;
}
.theme-V .v-o-custom-title-link__information-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 450px;
  min-width: 346px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-o-custom-title-link__information-zone {
    width: 1085px;
  }
}
.theme-V .v-o-custom-title-link__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-o-custom-title-link__title {
    font-size: 30px;
    margin-bottom: 19px;
  }
}
.theme-V .v-o-custom-title-link__link {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.theme-V .v-o-custom-title-link__link:hover {
  background-color: var(--gray);
}
.theme-V .v-o-custom-title-link__link * {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  margin: 0;
}
.theme-V .v-o-custom-title-link__link *:hover {
  background-color: var(--gray);
}

.theme-V .v-c-ejemplo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.theme-V .v-c-ejemplo__container {
  width: 350px;
  min-height: 360px;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40%;
  border: 2px solid var(--primary_green_soft);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-ejemplo__container {
    border-radius: 16px;
    border: none;
  }
}
.theme-V .v-c-ejemplo__information-txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.theme-V .v-c-ejemplo__information-txt p {
  text-align: justify;
}

.theme-V .v-c-footer {
  width: 100%;
  min-height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-right: 35px;
  padding-left: 35px;
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .v-c-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 23px 34px 11px 29px;
    gap: 23px;
  }
}
.theme-V .v-c-footer p {
  margin: 0;
}
.theme-V .v-c-footer__linked-txt-img-container {
  width: 100%;
  min-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
@media (min-width: 1024px) {
  .theme-V .v-c-footer__linked-txt-img-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.theme-V .v-c-footer__linked-txt-img-container img {
  height: 25px;
}
.theme-V .v-c-footer__linked-txt-img-container-first-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 1024px) {
  .theme-V .v-c-footer__linked-txt-img-container-first-column {
    min-height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 19px;
  }
}
@media (max-width: 1024px) {
  .theme-V .v-c-footer__linked-txt-img-item {
    text-align: left;
  }
}
.theme-V .v-c-footer__divider-line {
  width: 1px;
  height: 29px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-footer__divider-line {
    display: none;
  }
}
.theme-V .v-c-footer__brand img {
  height: 25px;
}
@media (max-width: calc(1280px - 1px)) {
  .theme-V .v-c-footer__brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-footer__brand {
    white-space: nowrap;
  }
}

.theme-V .v-c-card-txt-img-button {
  width: 352px;
  height: auto;
  padding: 28px 24px 23px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-V .v-c-card-txt-img-button--linked:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.theme-V .v-c-card-txt-img-button--linked:hover .v-c-card-txt-img-button__main-img--switch-img {
  display: none;
}
.theme-V .v-c-card-txt-img-button--linked:hover .v-c-card-txt-img-button__hover-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-V .v-c-card-txt-img-button--linked:hover .v-c-card-txt-img-button__txt-container * {
  color: var(--white-osi);
}
.theme-V .v-c-card-txt-img-button--linked:hover .v-c-card-txt-img-button__button-element {
  background-color: var(--btn-1-text);
  color: var(--btn-1-bg);
  border: none;
}
@media (max-width: 390px) {
  .theme-V .v-c-card-txt-img-button {
    width: 100%;
  }
}
.theme-V .v-c-card-txt-img-button__img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-card-txt-img-button__img img {
  height: 104px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-V .v-c-card-txt-img-button__img--scale-down img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.theme-V .v-c-card-txt-img-button__img--left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.theme-V .v-c-card-txt-img-button__hover-img {
  display: none;
}
.theme-V .v-c-card-txt-img-button__txt-container {
  width: 100%;
  padding: 12px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.theme-V .v-c-card-txt-img-button__title {
  line-height: 24px;
  margin: 0;
}
.theme-V .v-c-card-txt-img-button__sub-title {
  margin: 0;
}
.theme-V .v-c-card-txt-img-button__txt * {
  font-size: 1rem;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .theme-V .v-c-card-txt-img-button__txt * {
    font-size: 1rem;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-card-txt-img-button__txt * {
    font-size: 16px;
  }
}
.theme-V .v-c-card-txt-img-button__txt--align-center ul, .theme-V .v-c-card-txt-img-button__txt--align-center ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-card-txt-img-button__txt--align-right ul, .theme-V .v-c-card-txt-img-button__txt--align-right ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.theme-V .v-c-card-txt-img-button__button-element:hover {
  background-color: var(--btn-1-text);
  color: var(--btn-1-bg);
  border: none;
}

.theme-V .v-c-title-txt-bg {
  width: 100%;
}
.theme-V .v-c-title-txt-bg__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-title-txt-bg__content {
    gap: 19px;
  }
}
.theme-V .v-c-title-txt-bg__title {
  margin: 0;
  line-height: 24px;
  width: 100%;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-title-txt-bg__title {
    line-height: 44px;
  }
}
.theme-V .v-c-title-txt-bg__txt-container {
  width: 100%;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-title-txt-bg__txt-container {
    width: 713px;
  }
}
.theme-V .v-c-title-txt-bg__txt-container * {
  font-size: 0.875rem;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-title-txt-bg__txt-container * {
    font-size: 18px;
    width: 100%;
  }
}
.theme-V .v-c-title-txt-bg__txt-container--align-center ul, .theme-V .v-c-title-txt-bg__txt-container--align-center ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-V .v-c-accordion-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 52px 36px 47px;
  border-radius: 20px;
  gap: 34px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-accordion-icon {
    padding: 0;
    background-color: var(--transparente);
  }
}
.theme-V .v-c-accordion-icon__title {
  line-height: 22px;
  margin: 0;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-accordion-icon__title {
    line-height: 24px;
  }
}
.theme-V .v-c-accordion-icon__accordions-blok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  width: 100%;
}
.theme-V .v-c-accordion-icon__accordion-item {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.theme-V .v-c-accordion-icon__accordion-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 5px;
  padding: 0 10px 0 19px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-accordion-icon__accordion-button {
    padding-left: 14px;
  }
}
.theme-V .v-c-accordion-icon__accordion-button:hover {
  opacity: 0.8;
}
.theme-V .v-c-accordion-icon__accordion-button:focus {
  border: none;
  opacity: 0.8;
}
.theme-V .v-c-accordion-icon__collapse {
  display: none;
  padding: 0 39px 22px;
}
.theme-V .v-c-accordion-icon__collapsible-title-txt-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.theme-V .v-c-accordion-icon__collapsible-img img {
  height: 29px;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-V .v-c-accordion-icon__collapsible-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: start;
}
.theme-V .v-c-header {
  display: block;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 0 0;
  color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-V .v-c-header--top {
  padding: 22px 0 17px;
  z-index: 9;
}
.theme-V .v-c-header--bottom {
  height: 89px;
  z-index: 7;
}
.theme-V .v-c-header--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-header--flex-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-V .v-c-header--flex-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-V .v-c-header--col {
  width: 100%;
}
.theme-V .v-c-header--logo {
  width: 100%;
}
.theme-V .v-c-header--logo-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-header--logo-img {
  width: 100%;
}
.theme-V .v-c-header--option {
  width: 100%;
  padding: 2px 30px;
  min-height: 22px;
  line-height: 16px;
  border-radius: 700;
  font-weight: 22px;
  font-size: 14px;
  background-color: #F5F5F5;
  color: var(--dark-osi);
  border: 1px solid var(--gray_3);
}
.theme-V .v-c-header--option:hover {
  background-color: var(--gray_2);
  color: var(--dark-osi);
  border: 1px solid var(--gray_3);
}
.theme-V .v-c-header--option-active {
  background-color: var(--btn-1-bg);
  color: var(--btn-1-text);
  border: none;
  padding: 2px 30px;
  min-height: 22px;
  line-height: 16px;
  border-radius: 700;
  font-size: 14px;
  border: 1px solid #0071A3;
  pointer-events: none;
}
.theme-V .v-c-header--option-active:hover {
  background-color: var(--btn-1-bg-hover);
  color: var(--btn-1-text-hover);
  border: none;
}
.theme-V .v-c-header--option-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-V .v-c-header--option-item {
  padding: 0;
  list-style-type: none;
}
.theme-V .v-c-header--option-item::before {
  display: none;
}
.theme-V .v-c-header--contact-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.theme-V .v-c-header--contact-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.theme-V .v-c-header--contact-item::before {
  display: none;
}
.theme-V .v-c-header--contact-link {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.theme-V .v-c-header--contact-icon {
  width: 18px;
  height: 18px;
}
.theme-V .v-c-header--contact-icon path {
  fill: #212121;
}
.theme-V .v-c-header--contact-text {
  margin: 0;
  color: currentColor;
}
.theme-V .v-c-header--contact-mobile {
  display: none;
}
.theme-V .v-c-header--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 241px;
}
.theme-V .v-c-header--search-input {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  padding: 5px 16px !important;
  color: #757575;
  border-radius: 14px !important;
  border-left-width: thin !important;
  height: 29px;
  width: 241px;
}
.theme-V .v-c-header--search-input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #757575;
}
.theme-V .v-c-header--search-input::-moz-placeholder {
  font-size: 1rem;
  color: #757575;
}
.theme-V .v-c-header--search-input:-ms-input-placeholder {
  font-size: 1rem;
  color: #757575;
}
.theme-V .v-c-header--search-input::-ms-input-placeholder {
  font-size: 1rem;
  color: #757575;
}
.theme-V .v-c-header--search-input::placeholder {
  font-size: 1rem;
  color: #757575;
}
.theme-V .v-c-header--search-action {
  position: absolute;
  width: 31px;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  right: 0;
  text-align: right;
}
.theme-V .v-c-header--search-icon {
  margin-right: 17px;
  color: #212121;
}
.theme-V .v-c-header--search-icon path#Trazado_7 {
  fill: #555555;
}
.theme-V .v-c-header--nav {
  margin: 0;
  padding: 0;
  position: relative;
}
.theme-V .v-c-header--nav-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-header--nav-list * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-V .v-c-header--nav-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.theme-V .v-c-header--nav-item::before {
  display: none;
}
.theme-V .v-c-header--nav-item.active .v-c-header--nav-img {
  -webkit-filter: none;
          filter: none;
}
.theme-V .v-c-header--nav-item.active .v-c-header--nav-text {
  color: black;
}
.theme-V .v-c-header--nav-item.active .v-c-header--nav-text-small {
  color: black;
}
.theme-V .v-c-header--nav-item.active .v-c-header--nav-link:hover .v-c-header--nav-img {
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(105%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(105%) contrast(109%);
}
.theme-V .v-c-header--nav-item:last-child .v-c-header--nav-text {
  top: 48px;
}
.theme-V .v-c-header--nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-header--nav-link:hover .v-c-header--nav-text {
  color: #006699;
}
.theme-V .v-c-header--nav-link:hover .v-c-header--nav-text-small {
  color: #006699;
}
.theme-V .v-c-header--nav-text {
  color: #757575;
}
.theme-V .v-c-header--nav-text-small {
  color: #757575;
}
.theme-V .v-c-header--nav-img {
  width: 114px;
  height: 99px;
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(105%) contrast(109%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(105%) contrast(109%);
}
.theme-V .v-c-header--nav-img-mobile {
  display: none;
  -webkit-filter: none;
          filter: none;
}
.theme-V .v-c-header--toggler {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  max-width: 35px;
  padding: 0 0;
  border: 0;
}
.theme-V .v-c-header--toggler:hover, .theme-V .v-c-header--toggler:focus {
  text-decoration: none;
  outline: none;
}
.theme-V .v-c-header--toggler-burger {
  position: relative;
  border: 0;
  height: 23px;
  width: 35px;
}
.theme-V .v-c-header--toggler-burger-line {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #006699;
  border-radius: 0;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.theme-V .v-c-header--toggler-burger-line:last-child {
  margin-bottom: 0;
}
.theme-V .v-c-header--toggler.active span:nth-child(1) {
  -webkit-transform: rotate(-42deg) translate(-11px, 16px);
          transform: rotate(-42deg) translate(-11px, 16px);
}
.theme-V .v-c-header--toggler.active span:nth-child(2) {
  opacity: 0;
}
.theme-V .v-c-header--toggler.active span:nth-child(3) {
  -webkit-transform: rotate(42deg) translate(-7px, -16px);
          transform: rotate(42deg) translate(-7px, -16px);
}
.theme-V .v-c-header--overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
}
.theme-V .v-c-header--overlay.active {
  opacity: 1;
  visibility: visible;
}
.theme-V .v-c-header__under-space {
  width: 100%;
  height: 0;
}
@media (max-width: 1024px) {
  .theme-V .v-c-header--contact {
    padding: 31px 20px 0;
    position: relative;
  }
  .theme-V .v-c-header--contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #B4B4B4;
    margin: 0 20px;
  }
  .theme-V .v-c-header--contact-desk {
    display: none;
  }
  .theme-V .v-c-header--contact-mobile {
    display: block;
    padding-bottom: 31px;
  }
  .theme-V .v-c-header--contact-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .theme-V .v-c-header--contact-link {
    gap: 17px;
  }
  .theme-V .v-c-header--contact-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2794%) hue-rotate(184deg) brightness(93%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2794%) hue-rotate(184deg) brightness(93%) contrast(101%);
  }
  .theme-V .v-c-header--contact-icon path {
    fill: #006699;
  }
  .theme-V .v-c-header--contact-text {
    color: #333333;
    font-weight: 400;
  }
  .theme-V .v-c-header--contact-icon {
    display: block;
    width: 17px;
    height: 15px;
  }
  .theme-V .v-c-header--contact-icon path {
    fill: #006699;
  }
  .theme-V .v-c-header--top {
    height: 78px;
    background-color: #FFFFFF;
  }
  .theme-V .v-c-header--bottom {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 8;
    width: 100%;
    max-width: 317px;
    height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #FFFFFF !important;
    list-style: none;
    padding: 78px 0 0 0;
    margin: 0;
  }
  .theme-V .v-c-header--bottom.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
  }
  .theme-V .v-c-header--bottom > .container {
    max-width: none;
  }
  .theme-V .v-c-header--search {
    max-width: 100%;
  }
  .theme-V .v-c-header--search-mobile {
    height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .theme-V .v-c-header--search-mobile > div {
    width: 100%;
  }
  .theme-V .v-c-header--search-desk {
    display: none;
  }
  .theme-V .v-c-header--search-input {
    width: 100%;
  }
  .theme-V .v-c-header--logo {
    max-width: 90px;
    margin: 0 auto 0 0;
  }
  .theme-V .v-c-header--logo-link {
    max-width: 90px;
    max-height: 50px;
  }
  .theme-V .v-c-header--logo-img {
    max-width: 67px;
  }
  .theme-V .v-c-header--flex-r {
    gap: 16px;
  }
  .theme-V .v-c-header--flex-l {
    padding: 0 20px;
    margin: 16px 0 31px;
  }
  .theme-V .v-c-header--option {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 99px;
    width: 100%;
  }
  .theme-V .v-c-header--option-categories {
    width: 100%;
    max-width: 206px;
  }
  .theme-V .v-c-header--option-item {
    width: 100%;
  }
  .theme-V .v-c-header--option-list {
    gap: 8px;
    width: 100%;
  }
  .theme-V .v-c-header--nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 17px;
  }
  .theme-V .v-c-header--nav-item:last-child .v-c-header--nav-text {
    letter-spacing: 0;
  }
  .theme-V .v-c-header--nav-item:last-child .v-c-header--nav-text span {
    padding: 0;
    margin: 0;
    font-weight: 400;
  }
  .theme-V .v-c-header--nav-link {
    gap: 17px;
  }
  .theme-V .v-c-header--nav-text {
    font-weight: 400;
    color: #333333;
    letter-spacing: 3px;
  }
  .theme-V .v-c-header--nav-text-small {
    margin-left: 5px;
    letter-spacing: 0;
    color: #333333;
  }
  .theme-V .v-c-header--nav-img {
    display: none;
  }
  .theme-V .v-c-header--nav-img-mobile {
    display: block;
    width: 17px;
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-header--bottom, .theme-V .v-c-header--top {
    padding-left: 28px;
    padding-right: 28px;
  }
  .theme-V .v-c-header--logo {
    max-width: 127px;
  }
  .theme-V .v-c-header--logo-link {
    background-color: white;
    position: absolute;
    top: 20px;
    max-width: 127px;
    max-height: 127px;
    border-radius: 50%;
  }
  .theme-V .v-c-header--logo-img {
    max-width: 84px;
  }
  .theme-V .v-c-header--option-list {
    gap: 10px;
  }
  .theme-V .v-c-header--toggler {
    display: none;
  }
  .theme-V .v-c-header--contact {
    margin: 0 0 0 auto;
    right: 43px;
    position: relative;
  }
  .theme-V .v-c-header--contact-link:hover {
    color: #006699;
  }
  .theme-V .v-c-header--contact-link:hover .v-c-header--contact-text {
    color: #006699;
  }
  .theme-V .v-c-header--contact-link:hover .v-c-header--contact-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2794%) hue-rotate(184deg) brightness(93%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2794%) hue-rotate(184deg) brightness(93%) contrast(101%);
  }
  .theme-V .v-c-header--contact-link:hover .v-c-header--contact-icon path {
    fill: #006699;
  }
  .theme-V .v-c-header--contact-link--active {
    color: #006699;
  }
  .theme-V .v-c-header--contact-link--active .v-c-header--contact-text {
    color: #006699;
    text-decoration: underline;
  }
  .theme-V .v-c-header--contact-link--active .v-c-header--contact-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2794%) hue-rotate(184deg) brightness(93%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2794%) hue-rotate(184deg) brightness(93%) contrast(101%);
  }
  .theme-V .v-c-header--contact-link--active .v-c-header--contact-icon path {
    fill: #006699;
  }
  .theme-V .v-c-header--contact-link.txt-color-white-osi .v-c-header--contact-text {
    color: #FFFFFF;
  }
  .theme-V .v-c-header--contact-link.txt-color-white-osi .v-c-header--contact-icon {
    -webkit-filter: none;
            filter: none;
  }
  .theme-V .v-c-header--contact-link.txt-color-white-osi .v-c-header--contact-icon path {
    fill: #006699;
  }
  .theme-V .v-c-header--contact-link.txt-color-white-osi:hover {
    color: #FFFFFF;
  }
  .theme-V .v-c-header--contact-link.txt-color-white-osi:hover .v-c-header--contact-text {
    color: #FFFFFF;
  }
  .theme-V .v-c-header--contact-link.txt-color-white-osi:hover .v-c-header--contact-icon {
    -webkit-filter: none;
            filter: none;
  }
  .theme-V .v-c-header--contact-link.txt-color-white-osi:hover .v-c-header--contact-icon path {
    fill: #006699;
  }
  .theme-V .v-c-header--search-mobile {
    display: none;
  }
  .theme-V .v-c-header--option-categories {
    margin: 0 auto;
    padding-right: 10vw;
  }
  .theme-V .v-c-header--flex-l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .theme-V .v-c-header--nav-list {
    gap: 31px;
    position: absolute;
    right: 79px;
    top: 26px;
  }
  .theme-V .v-c-header--nav-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 38px;
    margin-left: 9px;
    gap: 2px;
  }
  .theme-V .v-c-header__under-space {
    width: 100%;
    height: 50px;
  }
}

.theme-V .v-c-banner-apps--box {
  border-radius: 20px;
  max-width: 1089px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-banner-apps--logos {
  margin: 0;
}
.theme-V .v-c-banner-apps--item {
  padding: 0;
  margin: 0;
}
.theme-V .v-c-banner-apps--item::before {
  display: none;
}
.theme-V .v-c-banner-apps--item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.theme-V .v-c-banner-apps--item-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.theme-V .v-c-banner-apps--item-with-txt .v-c-banner-apps--item-img {
  max-width: 55px;
  max-height: 55px;
}
.theme-V .v-c-banner-apps--item-img {
  width: 100%;
  height: 100%;
}
.theme-V .v-c-banner-apps--item-img .v-c-banner-apps-with-txt--item-img {
  max-width: 19px;
  max-height: 56px;
}
.theme-V .v-c-banner-apps--item-txt {
  max-width: 106px;
}
.theme-V .v-c-banner-apps--item:nth-child(1) .v-c-banner-apps--item-img {
  max-width: 234px;
  max-height: 72px;
}
.theme-V .v-c-banner-apps--item:nth-child(2) .v-c-banner-apps--item-img {
  max-width: 267px;
  max-height: 64px;
}
.theme-V .v-c-banner-apps--item:nth-child(3) .v-c-banner-apps--item-img, .theme-V .v-c-banner-apps--item:nth-child(4) .v-c-banner-apps--item-img {
  max-width: 55px;
  max-height: 55px;
}
.theme-V .v-c-banner-apps--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-V .v-c-banner-apps--content-link-left-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-banner-apps--content-link-left-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.theme-V .v-c-banner-apps--content-link-along {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-banner-apps--link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.theme-V .v-c-banner-apps--link-mail {
  color: #212121;
  text-decoration: none;
}
.theme-V .v-c-banner-apps--link-tyc {
  color: #006599;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .theme-V .v-c-banner-apps--box {
    padding: 27px 15px 28px;
    gap: 25px;
  }
  .theme-V .v-c-banner-apps--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .theme-V .v-c-banner-apps--content-link-left-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .theme-V .v-c-banner-apps--content-link-left-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .theme-V .v-c-banner-apps--content-link-along {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .theme-V .v-c-banner-apps--logos {
    display: -ms-grid;
    display: grid;
        grid-template-areas: ". . " ". .";
    gap: 25px 16px;
  }
  .theme-V .v-c-banner-apps--item-link {
    gap: 5px;
  }
  .theme-V .v-c-banner-apps--item-txt {
    max-width: 102px;
  }
  .theme-V .v-c-banner-apps--item:nth-child(1) .v-c-banner-apps--item-img {
    max-width: 110px;
    max-height: 34px;
  }
  .theme-V .v-c-banner-apps--item:nth-child(2) .v-c-banner-apps--item-img {
    max-width: 139px;
    max-height: 34px;
  }
  .theme-V .v-c-banner-apps--item:nth-child(3) .v-c-banner-apps--item-img, .theme-V .v-c-banner-apps--item:nth-child(4) .v-c-banner-apps--item-img {
    max-width: 37px;
    max-height: 37px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-banner-apps {
    padding-left: 28px;
    padding-right: 28px;
  }
  .theme-V .v-c-banner-apps--item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme-V .v-c-banner-apps--item.line-left::after, .theme-V .v-c-banner-apps--item.line-right::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 98px;
    background-color: #AAA8A8;
  }
  .theme-V .v-c-banner-apps--item.line-left::after {
    left: -25px;
  }
  .theme-V .v-c-banner-apps--item.line-right::after {
    right: -25px;
  }
  .theme-V .v-c-banner-apps--box {
    padding: 39px 47px 18px;
    gap: 39px;
  }
  .theme-V .v-c-banner-apps--logos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -ms-grid;
    display: grid;
        grid-template-areas: ". . . .";
    gap: 49px;
  }
}
.theme-V .v-c-tab-buttons--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  gap: 7px;
  padding-bottom: 0.5rem;
  max-width: 849px;
  margin-left: auto;
  margin-right: auto;
}
.theme-V .v-c-tab-buttons--tabs.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.theme-V .v-c-tab-buttons--item {
  padding: 4px 30px;
}
.theme-V .v-c-tab-buttons--item:hover {
  text-decoration: none;
}
.theme-V .v-c-tab-buttons--item:hover .v-c-tab-buttons--text {
  color: #fff;
}
.theme-V .v-c-tab-buttons--item.active .v-c-tab-buttons--text {
  color: #fff;
}
.theme-V .v-c-tab-buttons--text {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-V .v-c-tab-buttons--pane {
  display: none;
}
.theme-V .v-c-tab-buttons--pane.active {
  display: block;
}
.theme-V .v-c-blog-filter {
  width: 100%;
  height: auto;
}
.theme-V .v-c-blog-filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  min-height: 82px;
  padding: 0 0 22px 0;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-filter__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 20px;
    padding: 22px 0;
  }
}
@media (max-width: 415px) {
  .theme-V .v-c-blog-filter__container {
    max-width: none;
  }
}
.theme-V .v-c-blog-filter__search-bar-container {
  width: 350px;
  position: relative;
  height: 44px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-filter__search-bar-container {
    width: 451px;
  }
}
@media (max-width: 374px) {
  .theme-V .v-c-blog-filter__search-bar-container {
    width: 325px;
  }
}
.theme-V .v-c-blog-filter__search-input {
  width: 350px;
  height: 44px;
  padding: 21px 12px;
  border-radius: 5px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-filter__search-input {
    width: 451px;
  }
}
@media (max-width: 374px) {
  .theme-V .v-c-blog-filter__search-input {
    width: 325px;
  }
}
.theme-V .v-c-blog-filter__search-icon svg {
  position: absolute;
  right: 10px;
  pointer-events: none; /* Evitar que el ícono interfiera con el input */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.theme-V .v-c-blog-filter__date-inputs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 21px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-filter__date-inputs-container {
    margin-bottom: 0;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-filter__date-inputs-container {
    width: 350px;
  }
}
@media (max-width: 374px) {
  .theme-V .v-c-blog-filter__date-inputs-container {
    width: 325px;
  }
}
.theme-V .v-c-blog-filter__date-picker {
  position: relative;
}
.theme-V .v-c-blog-filter__date-picker input {
  height: 44px;
}
.theme-V .v-c-blog-filter__date-picker svg {
  position: absolute;
  right: 10px;
  pointer-events: none; /* Evitar que el ícono interfiera con el input */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-filter__date-picker-alert {
    position: absolute;
  }
}
.theme-V .v-c-blog-filter__date-picker-container--alert input {
  border: 1px solid var(--error);
}
.theme-V .v-c-blog-filter__date-picker-container--alert input::-webkit-input-placeholder {
  color: var(--error);
}
.theme-V .v-c-blog-filter__date-picker-container--alert input::-moz-placeholder {
  color: var(--error);
}
.theme-V .v-c-blog-filter__date-picker-container--alert input:-ms-input-placeholder {
  color: var(--error);
}
.theme-V .v-c-blog-filter__date-picker-container--alert input::-ms-input-placeholder {
  color: var(--error);
}
.theme-V .v-c-blog-filter__date-picker-container--alert input::placeholder {
  color: var(--error);
}
.theme-V .v-c-blog-filter__date-picker-container--alert svg path {
  fill: var(--error);
}

.theme-V .v-c-blog-card {
  max-width: 346px;
  min-width: 346px;
  min-height: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 26px;
  border-radius: 10px;
  gap: 16px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card {
    max-width: 260px;
    min-width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 12px;
    border-radius: 20px;
  }
  .theme-V .v-c-blog-card--bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: calc(1024px + 1px)) and (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card--bg-transparent .v-c-blog-card__content-container {
    padding: 0;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card__content-container {
    padding: 0 8px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.theme-V .v-c-blog-card__img-container {
  border-radius: 10px;
  border: none;
}
.theme-V .v-c-blog-card__img-container img {
  height: 72px;
  width: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card__img-container {
    border-radius: 20px;
  }
  .theme-V .v-c-blog-card__img-container img {
    height: 260px;
    width: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
.theme-V .v-c-blog-card__img-container--video-mode {
  position: relative;
  padding: 0;
}
.theme-V .v-c-blog-card__img-container--video-mode img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.theme-V .v-c-blog-card__img-container--video-mode svg {
  position: absolute;
  -webkit-transform: translateX(-157.5px);
          transform: translateX(-157.5px);
  top: 95.5px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card__img-container--video-mode svg {
    position: absolute;
    -webkit-transform: translateX(-46px);
            transform: translateX(-46px);
    top: 26px;
    width: 20px;
    height: 20px;
  }
}
.theme-V .v-c-blog-card__tag-days-title-txt-container {
  padding-bottom: 23px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card__tag-days-title-txt-container {
    padding-bottom: 0;
  }
}
.theme-V .v-c-blog-card__tag-and-days {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card__tag-and-days {
    padding-bottom: 6px;
  }
}
.theme-V .v-c-blog-card__tag {
  line-height: 17px;
  padding: 6px 11px;
  border-radius: 15px;
}
.theme-V .v-c-blog-card__days {
  line-height: 17px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card__title-and-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.theme-V .v-c-blog-card__title {
  margin: 0;
  line-height: 22px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-card__title {
    line-height: 24px;
    height: 76px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.theme-V .v-c-blog-card__txt {
  line-height: 21px;
  margin: 0;
  height: 147px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-V .v-c-blog-card__txt * {
  margin: 0;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card__txt {
    display: none;
  }
}
.theme-V .v-c-blog-card__link-section {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card__link-section {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.theme-V .v-c-blog-card__link {
  line-height: 22px;
  padding: 8px;
  border: none;
  color: var(--navy_blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.theme-V .v-c-blog-card__link:hover {
  color: var(--navy_blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.theme-V .v-c-blog-card__link:focus {
  color: var(--link-1-text-focus);
}
.theme-V .v-c-blog-card__link:disabled {
  color: var(--link-1-text-disabled);
}
.theme-V .v-c-blog-card__link * {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card__link * {
    font-size: 1.125rem;
  }
}
.theme-V .v-c-blog-card__modal-dialog {
  max-width: none;
  top: 106px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-blog-card__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 864px;
  height: 596px;
  padding: 24px 38px 31px 36px;
  border-radius: 20px;
  gap: 17px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card__modal-content {
    gap: 8px;
  }
}
@media (max-width: 890px) {
  .theme-V .v-c-blog-card__modal-content {
    width: 351px;
    height: 361px;
    padding: 21px 22px 23px 20px;
  }
}
.theme-V .v-c-blog-card__modal-close-button {
  height: 29px;
  width: 16px;
  border: none;
  background-color: transparent;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 12px;
  right: 17px;
  line-height: 29px;
}
.theme-V .v-c-blog-card__modal-title-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
  gap: 9px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card__modal-title-txt {
    gap: 21px;
  }
}
.theme-V .v-c-blog-card__modal-title {
  line-height: 29px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card__modal-title {
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
  }
}
.theme-V .v-c-blog-card__modal-txt {
  line-height: 17px;
  margin: 0;
}
.theme-V .v-c-blog-card__modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-blog-card__modal-body iframe {
  height: 444px;
  width: 790px;
}
@media (max-width: 890px) {
  .theme-V .v-c-blog-card__modal-body iframe {
    height: 174px;
    width: 309px;
  }
}
.theme-V .v-c-blog-card--underline-space {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.theme-V .v-c-blog-card--underline {
  height: 1px;
  width: 90%;
  background-color: var(--gray);
}

.theme-V .v-c-last-blog-b--box {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  gap: 16px;
}
.theme-V .v-c-last-blog-b--picture {
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
.theme-V .v-c-last-blog-b--picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.theme-V .v-c-last-blog-b--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-last-blog-b--content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.theme-V .v-c-last-blog-b--content-head-tag {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  padding: 6px 11px;
}
.theme-V .v-c-last-blog-b--content-body-title {
  line-height: normal;
}
.theme-V .v-c-last-blog-b--content-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.theme-V .v-c-last-blog-b--content-up-btn {
  padding: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  font-size: 18px;
}
.theme-V .v-c-last-blog-b--content-up-btn:hover {
  background-color: #dbdbdb;
}
@media (max-width: 1024px) {
  .theme-V .v-c-last-blog-b--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme-V .v-c-last-blog-b--picture {
    width: 100%;
    height: 100%;
  }
  .theme-V .v-c-last-blog-b--content-body-title {
    margin: 8px 0 14px;
  }
  .theme-V .v-c-last-blog-b--content-up {
    margin-top: 17px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-last-blog-b {
    padding-left: 28px;
    padding-right: 28px;
  }
  .theme-V .v-c-last-blog-b--content-head {
    margin-top: 8px;
  }
  .theme-V .v-c-last-blog-b--content-up {
    margin-top: 24px;
  }
  .theme-V .v-c-last-blog-b--content-body-title {
    margin: 8px 0 24px;
  }
  .theme-V .v-c-last-blog-b--picture {
    min-width: 511px;
    min-height: 343px;
    max-width: 511px;
    max-height: 343px;
  }
}
@media (max-width: 425px) {
  .theme-V .v-c-last-blog-b--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 348px;
  }
}
.theme-V .v-c-group-btn-background-img__title--text {
  color: var(--secondary_blue_strong);
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
}
.theme-V .v-c-group-btn-background-img__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 23px 36px 41px 23px;
  gap: 12px 25px;
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .theme-V .v-c-group-btn-background-img__container {
    gap: calc(20px + 55 * (100vw - 1025px) / 341);
    padding: 85px 0 134px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1366px) {
  .theme-V .v-c-group-btn-background-img__container {
    gap: 0 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.theme-V .v-c-group-btn-background-img__image {
  position: relative;
  display: -webkit-box;
}
@media (max-width: 1024px) {
  .theme-V .v-c-group-btn-background-img__image {
    width: calc(50% - 14px);
  }
}
.theme-V .v-c-group-btn-background-img__image img {
  width: 153px;
  height: 138px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__image img {
    -webkit-transition: width 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease;
    width: 179px;
    height: 161px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__image:hover img {
    width: 191px;
    height: 172px;
  }
}
.theme-V .v-c-group-btn-background-img__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-group-btn-background-img__main-text {
  font-family: var(--font-family);
  font-size: var(--h3-size);
  line-height: var(--line-height-44);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
  margin: 0;
  position: absolute;
  top: 44px;
  left: 54px;
}
.theme-V .v-c-group-btn-background-img__main-text.characters {
  left: 34px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__main-text.characters {
    top: 62px;
    left: 53px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__main-text {
    top: 62px;
    left: 66px;
  }
}
.theme-V .v-c-group-btn-background-img__sub-text {
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0px;
  font-weight: var(--font-weight-r);
  margin: 0;
  position: absolute;
  top: 82px;
  left: 58px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__sub-text {
    top: 100px;
    left: 69px;
  }
}
.theme-V .v-c-group-btn-background-img__sub-text.characters-imagen-single {
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__sub-text.characters-imagen-single {
    top: 77px;
    left: 34px;
  }
}
.theme-V .v-c-group-btn-background-img .first-column {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.theme-V .v-c-group-btn-background-img .second-column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.theme-V .v-c-group-btn-background-img .image-single {
  width: 100%;
  text-align: center;
  display: block;
}
.theme-V .v-c-group-btn-background-img .image-single .v-c-group-btn-background-img__sub-text {
  top: 60%;
  left: 50.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.theme-V .v-c-group-btn-background-img .image-single img {
  display: block;
  margin: 0 auto;
  width: 179px;
  height: 161px;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}

@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.theme-V .v-c-dual-presentation-grid__center-imagen {
  display: none;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__center-imagen {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .theme-V .v-c-dual-presentation-grid__center-imagen img {
    width: 164px;
    height: 164px;
  }
}
.theme-V .v-c-dual-presentation-grid__top-imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px 12px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__top-imagen {
    display: block;
    position: absolute;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__top-imagen img {
    position: absolute;
    top: 21px;
    left: 27px;
  }
}
.theme-V .v-c-dual-presentation-grid__left-section {
  height: 472px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-dual-presentation-grid__left-section img {
  width: 290px;
  height: 190px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__left-section img {
    /* width: 499px;
    height: 311px; */
    width: 357px;
    height: 222px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__left-section {
    width: 50%;
    height: 92vh;
    padding-top: 112px;
  }
}
.theme-V .v-c-dual-presentation-grid__right-section {
  height: 472px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-dual-presentation-grid__right-section img {
  width: 175px;
  height: 170px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__right-section img {
    width: 164px;
    height: 164px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__right-section {
    width: 50%;
    height: 92vh;
    padding-top: 0;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__right-section .v-c-dual-presentation-grid__content {
    margin: 112px 103px 0 124px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__right-section .v-c-dual-presentation-grid__imagen-below {
    margin: 85px 0 45px;
  }
}
.theme-V .v-c-dual-presentation-grid__content {
  margin: 0 20px;
  padding: 15px 23px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.theme-V .v-c-dual-presentation-grid__content p {
  font-family: var(--font-family);
  font-size: var(--font-size-p-s);
  line-height: var(--line-height-17);
  letter-spacing: 0px;
  font-weight: var(--font-weight-r);
  margin: 0;
  color: var(--dark-osi);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__content p {
    font-family: var(--font-family);
    font-size: var(--font-size-p-m);
    line-height: var(--line-height-20);
    letter-spacing: 0px;
    font-weight: var(--font-weight-r);
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__content {
    margin: 0 71px;
    padding: 29px;
  }
}
.theme-V .v-c-dual-presentation-grid__imagen-below {
  text-align: center;
  margin: 30px 0 25px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__imagen-below {
    margin: 30px 0 43px;
  }
}
.theme-V .v-c-dual-presentation-grid__button-left-section {
  border-radius: 22px;
  padding: 15px 34px;
}
.theme-V .v-c-dual-presentation-grid__button-left-section span {
  font-family: var(--font-family);
  font-size: var(--font-size-p-m);
  line-height: var(--line-height-16);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__button-left-section {
    position: relative;
    cursor: pointer;
  }
}
.theme-V .v-c-dual-presentation-grid__button-left-section:hover {
  background-color: var(--navy_blue);
  color: var(--btn-1-text);
  border: none;
}
.theme-V .v-c-dual-presentation-grid__button-left-section:active {
  background-color: var(--navy_blue);
  color: var(--btn-1-text);
  border: none;
}
.theme-V .v-c-dual-presentation-grid__button-left-section:focus {
  background-color: var(--navy_blue);
  color: var(--btn-1-text);
  border: none;
}
.theme-V .v-c-dual-presentation-grid__button-right-section {
  border-radius: 22px;
  padding: 15px 34px;
}
.theme-V .v-c-dual-presentation-grid__button-right-section span {
  font-family: var(--font-family);
  font-size: var(--font-size-p-m);
  line-height: var(--line-height-16);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__button-right-section {
    position: relative;
    cursor: pointer;
  }
  .theme-V .v-c-dual-presentation-grid__button-right-section:hover {
    background-color: var(--navy_blue);
    color: var(--btn-1-text);
    border: none;
  }
  .theme-V .v-c-dual-presentation-grid__button-right-section:hover * {
    color: var(--btn-1-text) !important;
  }
}
.theme-V .v-c-dual-presentation-grid__button-right-section:hover {
  background-color: var(--navy_blue);
  color: var(--btn-1-text);
  border: none;
}
.theme-V .v-c-dual-presentation-grid__button-right-section:hover * {
  color: var(--btn-1-text) !important;
}
.theme-V .v-c-dual-presentation-grid__button-right-section:active {
  background-color: var(--navy_blue);
  color: var(--btn-1-text);
  border: none;
}
.theme-V .v-c-dual-presentation-grid__button-right-section:active * {
  color: var(--btn-1-text) !important;
}
.theme-V .v-c-dual-presentation-grid__button-right-section:focus {
  background-color: var(--navy_blue);
  color: var(--btn-1-text);
  border: none;
}
.theme-V .v-c-dual-presentation-grid__button-right-section:focus * {
  color: var(--btn-1-text) !important;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-dual-presentation-grid__imagen {
    display: none;
  }
}

.theme-V .v-c-cards-eventos--align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.theme-V .v-c-cards-eventos--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-cards-eventos--align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.theme-V .v-c-cards-eventos--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-cards-eventos--box-v {
  max-width: 352px;
}
.theme-V .v-c-cards-eventos--box-v .v-c-cards-eventos--head {
  padding: 16px 32px;
}
.theme-V .v-c-cards-eventos--box-v .v-c-cards-eventos--content {
  padding: 25px 27px 29px;
  gap: 17px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-V .v-c-cards-eventos--box-v .v-c-cards-eventos--picture {
  max-width: 100%;
  max-height: 129px;
}
.theme-V .v-c-cards-eventos--box-v .v-c-cards-eventos--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-cards-eventos--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.theme-V .v-c-cards-eventos--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-cards-eventos--sm {
  display: none;
}
.theme-V .v-c-cards-eventos--picture {
  overflow: hidden;
  margin: 0;
}
.theme-V .v-c-cards-eventos--picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.theme-V .v-c-cards-eventos--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-cards-eventos--content-txt {
  max-width: 218px;
}
.theme-V .v-c-cards-eventos--content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.theme-V .v-c-cards-eventos--content-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.theme-V .v-c-cards-eventos--content-icon {
  height: 24px;
}
.theme-V .v-c-cards-eventos--content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .theme-V .v-c-cards-eventos--sm {
    display: block;
  }
  .theme-V .v-c-cards-eventos--lg {
    display: none;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--head {
    padding: 16px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--content {
    padding: 25px 27px 29px;
    gap: 17px;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--picture {
    max-width: 100%;
    max-height: 129px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-cards-eventos--box-h {
    max-width: 720px;
    width: 720px;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--content {
    padding: 36px 0 26px;
    gap: 27px;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--head {
    padding: 0 32px;
    height: 72px;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--flex-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 22px;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--flex-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 22px;
  }
  .theme-V .v-c-cards-eventos--box-h .v-c-cards-eventos--picture {
    max-width: 352px;
    min-height: 250px;
  }
}
.theme-V .v-c-cards-gallery--text-left {
  text-align: left;
}
.theme-V .v-c-cards-gallery--text-center {
  text-align: center;
}
.theme-V .v-c-cards-gallery--text-right {
  text-align: right;
}
.theme-V .v-c-cards-gallery--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 352px;
}
.theme-V .v-c-cards-gallery--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.theme-V .v-c-cards-gallery--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 26px 26px 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-V .v-c-cards-gallery--flex-content {
  margin: 35px 0 31px;
}
.theme-V .v-c-cards-gallery--flex-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-cards-gallery--picture {
  max-width: 100%;
  max-height: 129px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.theme-V .v-c-cards-gallery--picture-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 1025px) {
  .theme-V .v-c-cards-gallery--box:hover .v-c-cards-gallery--flex {
    background-color: #006699;
  }
  .theme-V .v-c-cards-gallery--box:hover .v-c-cards-gallery--title, .theme-V .v-c-cards-gallery--box:hover .v-c-cards-gallery--txt {
    color: #FFFFFF;
  }
  .theme-V .v-c-cards-gallery--box:hover .v-c-cards-gallery--content-txt {
    color: #FFFFFF;
  }
  .theme-V .v-c-cards-gallery--box:hover .v-c-cards-gallery--btn {
    background-color: #FFFFFF;
    color: #006699;
  }
}
.theme-V .v-c-blog-card-grid {
  padding: 0px;
  margin: 0px auto;
}
.theme-V .v-c-blog-card-grid-container {
  max-width: 1230px;
}
.theme-V .v-c-blog-card-grid--list {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
}
.theme-V .v-c-blog-card-grid--item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.theme-V .v-c-blog-card-grid--item::before {
  display: none;
}
.theme-V .v-c-blog-card-grid--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.theme-V .v-c-blog-card-grid--cta-btn {
  gap: 10px;
}
.theme-V .v-c-blog-card-grid--cta-btn-less {
  display: none;
}
.theme-V .v-c-blog-card-grid--cta-icon {
  width: 16px;
  height: 16px;
}
.theme-V .v-c-blog-card-grid .container-fluid.flex-row {
  display: -ms-grid !important;
  display: grid !important;
  margin: 0 auto;
}
.theme-V .v-c-blog-card-grid .container-fluid.flex-row .row.align-items-start,
.theme-V .v-c-blog-card-grid .container-fluid.flex-row .col.col-lg-12 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.theme-V .v-c-blog-card-grid .container-fluid.flex-row .row.align-items-start {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.theme-V .v-c-blog-card-grid .container-fluid.flex-row .v-c-blog-card {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-card-grid--container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: none;
  }
  .theme-V .v-c-blog-card-grid--list {
    gap: 15px;
  }
  .theme-V .v-c-blog-card-grid--list .v-c-blog-card {
    width: 100%;
  }
  .theme-V .v-c-blog-card-grid--cta {
    margin-top: 28px;
  }
  .theme-V .v-c-blog-card-grid .container-fluid.flex-row {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-blog-card-grid--container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .theme-V .v-c-blog-card-grid--list {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 15px;
  }
  .theme-V .v-c-blog-card-grid--item {
    overflow: hidden;
  }
  .theme-V .v-c-blog-card-grid--cta {
    margin-top: 40px;
  }
  .theme-V .v-c-blog-card-grid .container-fluid.flex-row {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 15px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-blog-card-grid {
    max-width: 1190px;
    padding: 0px;
    margin: 0px auto;
  }
}
@media (min-width: 1440px) {
  .theme-V .v-c-blog-card-grid {
    max-width: 1230px;
  }
}

.theme-V .v-c-group-btn-background-img__title--text {
  color: var(--secondary_blue_strong);
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
}
.theme-V .v-c-group-btn-background-img__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 23px 36px 41px 23px;
  gap: 12px 25px;
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .theme-V .v-c-group-btn-background-img__container {
    gap: calc(20px + 55 * (100vw - 1025px) / 341);
    padding: 85px 0 134px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1366px) {
  .theme-V .v-c-group-btn-background-img__container {
    gap: 0 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.theme-V .v-c-group-btn-background-img__image {
  position: relative;
  display: -webkit-box;
}
@media (max-width: 1024px) {
  .theme-V .v-c-group-btn-background-img__image {
    width: calc(50% - 14px);
  }
}
.theme-V .v-c-group-btn-background-img__image img {
  width: 153px;
  height: 138px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__image img {
    -webkit-transition: width 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease;
    width: 179px;
    height: 161px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__image:hover img {
    width: 191px;
    height: 172px;
  }
}
.theme-V .v-c-group-btn-background-img__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-group-btn-background-img__main-text {
  font-family: var(--font-family);
  font-size: var(--h3-size);
  line-height: var(--line-height-44);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
  margin: 0;
  position: absolute;
  top: 44px;
  left: 54px;
}
.theme-V .v-c-group-btn-background-img__main-text.characters {
  left: 34px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__main-text.characters {
    top: 62px;
    left: 53px;
  }
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__main-text {
    top: 62px;
    left: 66px;
  }
}
.theme-V .v-c-group-btn-background-img__sub-text {
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0px;
  font-weight: var(--font-weight-r);
  margin: 0;
  position: absolute;
  top: 82px;
  left: 58px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__sub-text {
    top: 100px;
    left: 69px;
  }
}
.theme-V .v-c-group-btn-background-img__sub-text.characters-imagen-single {
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0px;
  font-weight: var(--font-weight-b);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-group-btn-background-img__sub-text.characters-imagen-single {
    top: 77px;
    left: 34px;
  }
}
.theme-V .v-c-group-btn-background-img .first-column {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.theme-V .v-c-group-btn-background-img .second-column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.theme-V .v-c-group-btn-background-img .image-single {
  width: 100%;
  text-align: center;
  display: block;
}
.theme-V .v-c-group-btn-background-img .image-single .v-c-group-btn-background-img__sub-text {
  top: 60%;
  left: 50.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.theme-V .v-c-group-btn-background-img .image-single img {
  display: block;
  margin: 0 auto;
  width: 179px;
  height: 161px;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}

.theme-V .v-c-blog-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 46px;
    padding: 0;
    width: 100%;
    max-width: none;
  }
}
.theme-V .v-c-blog-view__blog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__blog-block {
    max-width: none;
    width: 100%;
  }
}
.theme-V .v-c-blog-view__main-img {
  max-width: 720px;
  width: 720px;
  border-radius: 20px;
  aspect-ratio: 15/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__main-img {
    border-radius: 0;
    max-width: none;
    width: 100%;
  }
}
.theme-V .v-c-blog-view__main-img--on-infog {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-V .v-c-blog-view__tag-and-days {
  padding-top: 19px;
  padding-bottom: 13px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__tag-and-days {
    padding: 45px 34px 13px 30px;
  }
}
.theme-V .v-c-blog-view__tag-and-days--on-infog {
  padding-top: 0;
  padding-bottom: 11px;
}
.theme-V .v-c-blog-view__text-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 24px;
}
.theme-V .v-c-blog-view__text-zone a {
  text-decoration: underline;
}
.theme-V .v-c-blog-view__text-zone p a {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__text-zone {
    padding: 0 34px 0 30px;
    gap: 19px;
  }
}
.theme-V .v-c-blog-view__title {
  margin: 0;
  line-height: 37px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__title {
    line-height: 29px;
  }
}
.theme-V .v-c-blog-view_txt {
  width: 100%;
  line-height: 20px;
}
.theme-V .v-c-blog-view_txt * {
  line-height: 20px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view_txt {
    line-height: 17px;
  }
  .theme-V .v-c-blog-view_txt * {
    line-height: 17px;
  }
}
.theme-V .v-c-blog-view__related-articles-zone {
  width: 355px;
  min-width: 355px;
  max-width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 20px;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__related-articles-zone {
    background-color: transparent;
    width: 100%;
    min-width: none;
    max-width: none;
    padding: 0 20px;
    gap: 10px;
  }
}
.theme-V .v-c-blog-view__related-articles-title {
  margin: 0;
  line-height: 29px;
  width: 100%;
}
.theme-V .v-c-blog-view__related-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__related-articles {
    gap: 16px;
  }
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card {
  max-width: 450px;
  min-width: 346px;
  min-height: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 26px;
  border-radius: 10px;
  gap: 16px;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__img-container {
  border-radius: 10px;
  border: none;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__img-container img {
  height: 72px;
  width: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__img-container--video-mode {
  position: relative;
  padding: 0;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__img-container--video-mode img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__img-container--video-mode svg {
  position: absolute;
  -webkit-transform: translateX(-46px);
          transform: translateX(-46px);
  top: 26px;
  width: 20px;
  height: 20px;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__content-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 23px;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__tag-and-days {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__title-and-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__title {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-blog-view__related-articles .v-c-blog-card__title {
    gap: 1.125rem;
  }
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__txt {
  display: none;
}
.theme-V .v-c-blog-view__related-articles .v-c-blog-card__link-section {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-blog-view__related-articles .v-c-blog-card--underline-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.theme-V .v-c-gallery-photos {
  width: 100%;
  padding: 30px 0;
}
.theme-V .v-c-gallery-photos__txt-container {
  width: 1088px;
  padding-bottom: 61px;
}
@media (max-width: 1087px) {
  .theme-V .v-c-gallery-photos__txt-container {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .theme-V .v-c-gallery-photos__txt-container {
    padding-bottom: 35px;
  }
}
.theme-V .v-c-gallery-photos__txt-container--title {
  margin: 0;
}
.theme-V .v-c-gallery-photos__txt-container--date {
  margin: 0;
  padding-top: 14px;
}
@media (max-width: 1150px) {
  .theme-V .v-c-gallery-photos__txt-container--date {
    padding-bottom: 7px;
  }
}
.theme-V .v-c-gallery-photos__txt-container--text {
  margin: 0;
  padding-top: 8px;
}
@media (max-width: 1150px) {
  .theme-V .v-c-gallery-photos__txt-container--text {
    padding-bottom: 12px;
  }
}
.theme-V .v-c-gallery-photos__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 352px 16px 352px 16px 352px;
  grid-template-columns: repeat(3, 352px);
  gap: 32px 16px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1150px) {
  .theme-V .v-c-gallery-photos__grid {
    -ms-grid-columns: (352px)[2];
    grid-template-columns: repeat(2, 352px);
  }
}
@media (max-width: 790px) {
  .theme-V .v-c-gallery-photos__grid {
    -ms-grid-columns: (352px)[1];
    grid-template-columns: repeat(1, 352px);
  }
}
.theme-V .v-c-gallery-photos__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.theme-V .v-c-gallery-photos__img-card {
  all: unset;
  min-width: 352px;
  max-width: 352px;
  min-height: 338px;
  max-height: 338px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.theme-V .v-c-gallery-photos__img-card:focus {
  opacity: 0.8;
  border: 2px solid var(--dark-osi);
}
.theme-V .v-c-gallery-photos__img-card:hover {
  opacity: 0.8;
}
.theme-V .v-c-gallery-photos__img-card--img {
  width: 352px;
  height: 264px;
}
.theme-V .v-c-gallery-photos__img-card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-V .v-c-gallery-photos__img-card--name {
  width: 100%;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-gallery-photos__modal-dialog {
  max-width: none;
  top: 106px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-gallery-photos__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 1089px;
  height: 584px;
  padding: 26px 18px;
  border-radius: 20px;
  gap: 18px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-gallery-photos__modal-content {
    gap: 21px;
  }
}
@media (max-width: 890px) {
  .theme-V .v-c-gallery-photos__modal-content {
    width: 351px;
    height: 428px;
    padding: 61px 18px 30px 20px;
  }
}
.theme-V .v-c-gallery-photos__modal-close-button {
  height: 29px;
  width: 16px;
  border: none;
  background-color: transparent;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 12px;
  right: 17px;
  line-height: 29px;
}
.theme-V .v-c-gallery-photos__modal-title-txt {
  border: none;
  gap: 9px;
  width: 100%;
}
.theme-V .v-c-gallery-photos__modal-title {
  line-height: 29px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-gallery-photos__modal-title {
    line-height: 22px;
  }
}
.theme-V .v-c-gallery-photos__modal-txt {
  line-height: 17px;
  margin: 0;
}
.theme-V .v-c-gallery-photos__modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .theme-V .v-c-gallery-photos__modal-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.theme-V .v-c-gallery-photos__modal-previous-button {
  all: unset;
  cursor: pointer;
  border: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 790px) {
  .theme-V .v-c-gallery-photos__modal-previous-button {
    display: none;
  }
}
.theme-V .v-c-gallery-photos__modal-previous-button--disabled {
  opacity: 0.5;
  cursor: default;
}
.theme-V .v-c-gallery-photos__modal-next-button {
  all: unset;
  cursor: pointer;
  border: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 790px) {
  .theme-V .v-c-gallery-photos__modal-next-button {
    display: none;
  }
}
.theme-V .v-c-gallery-photos__modal-next-button--disabled {
  opacity: 0.5;
  cursor: default;
}
.theme-V .v-c-gallery-photos__modal-img {
  width: auto;
  height: 486px;
}
@media (max-width: 790px) {
  .theme-V .v-c-gallery-photos__modal-img {
    width: auto;
    height: 240px;
  }
}
.theme-V .v-c-gallery-photos__modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-V .v-c-gallery-photos__modal-alternative-previous-next-buttons {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  display: none;
}
@media (max-width: 790px) {
  .theme-V .v-c-gallery-photos__modal-alternative-previous-next-buttons {
    padding-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .theme-V .v-c-gallery-photos__modal-alternative-previous-next-buttons button {
    display: block;
  }
}
.theme-V .v-c-gallery-photos__pagination-container {
  padding-top: 47px;
}
@media (max-width: 1150px) {
  .theme-V .v-c-gallery-photos__pagination-container {
    padding-top: 34px;
  }
}

.theme-V .v-c-search-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-search-header-title {
  margin: 0;
  line-height: normal;
}
.theme-V .v-c-search-header-title-term {
  font-size: inherit;
}
.theme-V .v-c-search-header-count {
  font-size: inherit;
}
.theme-V .v-c-search-header-text {
  margin: 0;
}
.theme-V .v-c-search-header-text-term {
  font-size: inherit;
}
.theme-V .v-c-search-bar {
  max-width: 585px;
  width: 100%;
}
.theme-V .v-c-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.theme-V .v-c-search-input {
  border-radius: 5px !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 44px;
  min-height: 44px;
  padding: 12px 21px !important;
  margin: 0 0;
  font-size: 16px;
  border-left-width: thin !important;
}
.theme-V .v-c-search-input::-webkit-input-placeholder {
  font-size: 16px;
}
.theme-V .v-c-search-input::-moz-placeholder {
  font-size: 16px;
}
.theme-V .v-c-search-input:-ms-input-placeholder {
  font-size: 16px;
}
.theme-V .v-c-search-input::-ms-input-placeholder {
  font-size: 16px;
}
.theme-V .v-c-search-input::placeholder {
  font-size: 16px;
}
.theme-V .v-c-search-input-img {
  position: absolute;
  right: 13px;
}
.theme-V .v-c-search-input-wrapp {
  width: 100%;
  max-width: 451px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .theme-V .v-c-search-header-flex {
    gap: 22px;
  }
  .theme-V .v-c-search-header-text {
    text-align: center;
  }
  .theme-V .v-c-search-bar {
    margin: 24px auto 0;
    padding: 0 20px;
  }
  .theme-V .v-c-search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-search-header-flex {
    gap: 10px;
  }
  .theme-V .v-c-search-bar {
    margin: 53px auto 0;
  }
}
.theme-V .v-c-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 1088px;
  padding: 0 20px;
}
.theme-V .v-c-result-highlight {
  background-color: #00cccc;
  font-size: inherit;
}
.theme-V .v-c-result-card {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.theme-V .v-c-result-card .mark {
  background-color: #00cccc;
  font-size: inherit;
}
.theme-V .v-c-result-title {
  color: #333;
  margin: 0;
  line-height: normal;
}
.theme-V .v-c-result-description {
  color: #333;
  line-height: normal;
}
.theme-V .v-c-result-read-more {
  padding: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  position: absolute;
  text-underline-offset: 4px;
}
.theme-V .v-c-result-read-more:hover {
  background-color: #dbdbdb;
}
@media (max-width: 1024px) {
  .theme-V .v-c-result-list {
    margin: 47px auto 0;
  }
  .theme-V .v-c-result-card {
    height: 100%;
    width: 100%;
    min-height: 356px;
    max-height: 356px;
    padding: 34px 24px;
  }
  .theme-V .v-c-result-description {
    margin: 12px 0 0;
  }
  .theme-V .v-c-result-read-more {
    right: 23px;
    bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-result-list {
    margin: 86px auto 0;
  }
  .theme-V .v-c-result-card {
    height: 100%;
    width: 100%;
    min-height: 203px;
    max-height: 203px;
    padding: 26px 33px;
  }
  .theme-V .v-c-result-description {
    margin: 16px 0 0;
  }
  .theme-V .v-c-result-read-more {
    right: 32px;
    bottom: 26px;
  }
}
.theme-V .v-c-head-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-head-title-txt {
  margin: 0;
  line-height: normal;
  text-align: center;
}
.theme-V .v-c-group-btnImg {
  width: 100%;
}
.theme-V .v-c-group-btnImg--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-group-btnImg--nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.theme-V .v-c-group-btnImg--nav-item {
  padding: 0 0;
}
.theme-V .v-c-group-btnImg--nav-item::before {
  display: none;
}
.theme-V .v-c-group-btnImg--nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-group-btnImg--nav-img {
  pointer-events: none;
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.theme-V .v-c-group-btnImg--nav-img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.theme-V .v-c-group-btnImg--nav-img-mask {
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.theme-V .v-c-group-btnImg--nav-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-group-btnImg--nav-bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.theme-V .v-c-group-btnImg--nav-bg-single {
  max-width: 205px;
  max-height: 59px;
  min-height: 59px;
}
@media (max-width: 1145px) and (min-width: 1025px) {
  .theme-V .v-c-group-btnImg--nav-list {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .theme-V .v-c-group-btnImg {
    padding: 20px 0;
    width: 100%;
  }
  .theme-V .v-c-group-btnImg--nav-list {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "item1 item2" "item3 item4" "item5 item5";
    gap: 18px 50px;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(1) {
    grid-area: item1;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(2) {
    grid-area: item2;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(3) {
    grid-area: item3;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(4) {
    grid-area: item4;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(5) {
    grid-area: item5;
  }
  .theme-V .v-c-group-btnImg--nav-img {
    height: 107px;
  }
  .theme-V .v-c-group-btnImg--nav-img-mask {
    display: none;
  }
  .theme-V .v-c-group-btnImg--nav-bg {
    max-width: 77px;
    max-height: 53px;
    min-height: 53px;
  }
  .theme-V .v-c-group-btnImg--nav-bg-single {
    max-width: 129px;
    max-height: 38px;
    min-height: 38px;
  }
}
@media (max-width: 1024px){
  .theme-V .v-c-group-btnImg--nav-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .theme-V .v-c-group-btnImg--nav-item:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-group-btnImg {
    padding: 20px 0;
    width: 100%;
  }
  .theme-V .v-c-group-btnImg--nav-item.active .v-c-group-btnImg--nav-img {
    -webkit-filter: drop-shadow(0px 4px 10px #00CCCC);
            filter: drop-shadow(0px 4px 10px #00CCCC);
  }
  .theme-V .v-c-group-btnImg--nav-item.active .v-c-group-btnImg--nav-img-mask {
    opacity: 0;
  }
  .theme-V .v-c-group-btnImg--nav-item.active .v-c-group-btnImg--nav-bg {
    opacity: 1;
  }
  .theme-V .v-c-group-btnImg--nav-link:hover {
    text-decoration: none;
  }
  .theme-V .v-c-group-btnImg--nav-link:hover .v-c-group-btnImg--nav-img {
    -webkit-filter: drop-shadow(0px 4px 10px #00CCCC);
            filter: drop-shadow(0px 4px 10px #00CCCC);
  }
  .theme-V .v-c-group-btnImg--nav-link:hover .v-c-group-btnImg--nav-img-mask {
    opacity: 0;
  }
  .theme-V .v-c-group-btnImg--nav-link:hover .v-c-group-btnImg--nav-bg {
    opacity: 1;
  }
  .theme-V .v-c-group-btnImg--nav-img {
    height: 150px;
  }
  .theme-V .v-c-group-btnImg--nav-img-mask {
    height: 150px;
  }
  .theme-V .v-c-group-btnImg--nav-text {
    gap: 10px;
  }
  .theme-V .v-c-group-btnImg--nav-bg {
    max-width: 112px;
    max-height: 77px;
    min-height: 77px;
    opacity: 0;
  }
  .theme-V .v-c-group-btnImg--nav-bg-single {
    max-width: 205px;
    max-height: 59px;
    min-height: 59px;
  }
}
.theme-V .v-c-breadcrumb {
  width: 100%;
  padding: 8px 0;
}
.theme-V .v-c-breadcrumb__sub-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  gap: 33px;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-breadcrumb__sub-block {
    gap: 47px;
  }
}
.theme-V .v-c-breadcrumb__crumb-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-V .v-c-breadcrumb__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.theme-V .v-c-breadcrumb__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-breadcrumb__separator svg {
  width: 13px;
  height: 13px;
  display: none;
}
.theme-V .v-c-breadcrumb--alternative-separator .v-c-breadcrumb__seperator-slash {
  display: none;
}
.theme-V .v-c-breadcrumb--alternative-separator .v-c-breadcrumb__separator svg {
  display: block;
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue .v-c-breadcrumb__home-txt {
  color: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue .v-c-breadcrumb__seperator-slash {
  color: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue .v-c-breadcrumb__item {
  color: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-primary_blue .v-c-breadcrumb__current-page {
  color: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__home-icon-color-primary_blue .v-c-breadcrumb__home svg path {
  fill: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue .v-c-breadcrumb__come-back-option {
  color: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue .v-c-breadcrumb__come-back-option * {
  color: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue .v-c-breadcrumb__come-back-option svg path {
  fill: var(--primary_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green .v-c-breadcrumb__home-txt {
  color: var(--primary_green);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green .v-c-breadcrumb__seperator-slash {
  color: var(--primary_green);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green .v-c-breadcrumb__item {
  color: var(--primary_green);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-primary_green .v-c-breadcrumb__current-page {
  color: var(--primary_green);
}
.theme-V .v-c-breadcrumb__home-icon-color-primary_green .v-c-breadcrumb__home svg path {
  fill: var(--primary_green);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green .v-c-breadcrumb__come-back-option {
  color: var(--primary_green);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green .v-c-breadcrumb__come-back-option * {
  color: var(--primary_green);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green .v-c-breadcrumb__come-back-option svg path {
  fill: var(--primary_green);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue_soft .v-c-breadcrumb__home-txt {
  color: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue_soft .v-c-breadcrumb__seperator-slash {
  color: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue_soft .v-c-breadcrumb__item {
  color: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-primary_blue_soft .v-c-breadcrumb__current-page {
  color: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-primary_blue_soft .v-c-breadcrumb__home svg path {
  fill: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue_soft .v-c-breadcrumb__come-back-option {
  color: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue_soft .v-c-breadcrumb__come-back-option * {
  color: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--primary_blue_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue_strong .v-c-breadcrumb__home-txt {
  color: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue_strong .v-c-breadcrumb__seperator-slash {
  color: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_blue_strong .v-c-breadcrumb__item {
  color: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-primary_blue_strong .v-c-breadcrumb__current-page {
  color: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-primary_blue_strong .v-c-breadcrumb__home svg path {
  fill: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue_strong .v-c-breadcrumb__come-back-option {
  color: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue_strong .v-c-breadcrumb__come-back-option * {
  color: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_blue_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--primary_blue_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green_soft .v-c-breadcrumb__home-txt {
  color: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green_soft .v-c-breadcrumb__seperator-slash {
  color: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green_soft .v-c-breadcrumb__item {
  color: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-primary_green_soft .v-c-breadcrumb__current-page {
  color: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-primary_green_soft .v-c-breadcrumb__home svg path {
  fill: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green_soft .v-c-breadcrumb__come-back-option {
  color: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green_soft .v-c-breadcrumb__come-back-option * {
  color: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--primary_green_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green_strong .v-c-breadcrumb__home-txt {
  color: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green_strong .v-c-breadcrumb__seperator-slash {
  color: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-primary_green_strong .v-c-breadcrumb__item {
  color: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-primary_green_strong .v-c-breadcrumb__current-page {
  color: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-primary_green_strong .v-c-breadcrumb__home svg path {
  fill: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green_strong .v-c-breadcrumb__come-back-option {
  color: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green_strong .v-c-breadcrumb__come-back-option * {
  color: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-primary_green_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--primary_green_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue .v-c-breadcrumb__home-txt {
  color: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue .v-c-breadcrumb__seperator-slash {
  color: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue .v-c-breadcrumb__item {
  color: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-secondary_blue .v-c-breadcrumb__current-page {
  color: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__home-icon-color-secondary_blue .v-c-breadcrumb__home svg path {
  fill: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue .v-c-breadcrumb__come-back-option {
  color: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue .v-c-breadcrumb__come-back-option * {
  color: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue .v-c-breadcrumb__come-back-option svg path {
  fill: var(--secondary_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue_soft .v-c-breadcrumb__home-txt {
  color: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue_soft .v-c-breadcrumb__seperator-slash {
  color: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue_soft .v-c-breadcrumb__item {
  color: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-secondary_blue_soft .v-c-breadcrumb__current-page {
  color: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-secondary_blue_soft .v-c-breadcrumb__home svg path {
  fill: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue_soft .v-c-breadcrumb__come-back-option {
  color: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue_soft .v-c-breadcrumb__come-back-option * {
  color: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--secondary_blue_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue_strong .v-c-breadcrumb__home-txt {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue_strong .v-c-breadcrumb__seperator-slash {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_blue_strong .v-c-breadcrumb__item {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-secondary_blue_strong .v-c-breadcrumb__current-page {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-secondary_blue_strong .v-c-breadcrumb__home svg path {
  fill: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue_strong .v-c-breadcrumb__come-back-option {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue_strong .v-c-breadcrumb__come-back-option * {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_blue_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan .v-c-breadcrumb__home-txt {
  color: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan .v-c-breadcrumb__seperator-slash {
  color: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan .v-c-breadcrumb__item {
  color: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-secondary_cyan .v-c-breadcrumb__current-page {
  color: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__home-icon-color-secondary_cyan .v-c-breadcrumb__home svg path {
  fill: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan .v-c-breadcrumb__come-back-option {
  color: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan .v-c-breadcrumb__come-back-option * {
  color: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan .v-c-breadcrumb__come-back-option svg path {
  fill: var(--secondary_cyan);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan_soft .v-c-breadcrumb__home-txt {
  color: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan_soft .v-c-breadcrumb__seperator-slash {
  color: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan_soft .v-c-breadcrumb__item {
  color: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-secondary_cyan_soft .v-c-breadcrumb__current-page {
  color: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-secondary_cyan_soft .v-c-breadcrumb__home svg path {
  fill: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan_soft .v-c-breadcrumb__come-back-option {
  color: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan_soft .v-c-breadcrumb__come-back-option * {
  color: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--secondary_cyan_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan_strong .v-c-breadcrumb__home-txt {
  color: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan_strong .v-c-breadcrumb__seperator-slash {
  color: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-secondary_cyan_strong .v-c-breadcrumb__item {
  color: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-secondary_cyan_strong .v-c-breadcrumb__current-page {
  color: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-secondary_cyan_strong .v-c-breadcrumb__home svg path {
  fill: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan_strong .v-c-breadcrumb__come-back-option {
  color: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan_strong .v-c-breadcrumb__come-back-option * {
  color: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-secondary_cyan_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--secondary_cyan_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-transparente .v-c-breadcrumb__home-txt {
  color: var(--transparente);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-transparente .v-c-breadcrumb__seperator-slash {
  color: var(--transparente);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-transparente .v-c-breadcrumb__item {
  color: var(--transparente);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-transparente .v-c-breadcrumb__current-page {
  color: var(--transparente);
}
.theme-V .v-c-breadcrumb__home-icon-color-transparente .v-c-breadcrumb__home svg path {
  fill: var(--transparente);
}
.theme-V .v-c-breadcrumb__come-back-color-transparente .v-c-breadcrumb__come-back-option {
  color: var(--transparente);
}
.theme-V .v-c-breadcrumb__come-back-color-transparente .v-c-breadcrumb__come-back-option * {
  color: var(--transparente);
}
.theme-V .v-c-breadcrumb__come-back-color-transparente .v-c-breadcrumb__come-back-option svg path {
  fill: var(--transparente);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error .v-c-breadcrumb__home-txt {
  color: var(--error);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error .v-c-breadcrumb__seperator-slash {
  color: var(--error);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error .v-c-breadcrumb__item {
  color: var(--error);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-error .v-c-breadcrumb__current-page {
  color: var(--error);
}
.theme-V .v-c-breadcrumb__home-icon-color-error .v-c-breadcrumb__home svg path {
  fill: var(--error);
}
.theme-V .v-c-breadcrumb__come-back-color-error .v-c-breadcrumb__come-back-option {
  color: var(--error);
}
.theme-V .v-c-breadcrumb__come-back-color-error .v-c-breadcrumb__come-back-option * {
  color: var(--error);
}
.theme-V .v-c-breadcrumb__come-back-color-error .v-c-breadcrumb__come-back-option svg path {
  fill: var(--error);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success-osi .v-c-breadcrumb__home-txt {
  color: var(--success-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success-osi .v-c-breadcrumb__seperator-slash {
  color: var(--success-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success-osi .v-c-breadcrumb__item {
  color: var(--success-osi);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-success-osi .v-c-breadcrumb__current-page {
  color: var(--success-osi);
}
.theme-V .v-c-breadcrumb__home-icon-color-success-osi .v-c-breadcrumb__home svg path {
  fill: var(--success-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-success-osi .v-c-breadcrumb__come-back-option {
  color: var(--success-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-success-osi .v-c-breadcrumb__come-back-option * {
  color: var(--success-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-success-osi .v-c-breadcrumb__come-back-option svg path {
  fill: var(--success-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning-osi .v-c-breadcrumb__home-txt {
  color: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning-osi .v-c-breadcrumb__seperator-slash {
  color: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning-osi .v-c-breadcrumb__item {
  color: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-warning-osi .v-c-breadcrumb__current-page {
  color: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__home-icon-color-warning-osi .v-c-breadcrumb__home svg path {
  fill: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-warning-osi .v-c-breadcrumb__come-back-option {
  color: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-warning-osi .v-c-breadcrumb__come-back-option * {
  color: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-warning-osi .v-c-breadcrumb__come-back-option svg path {
  fill: var(--warning-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information .v-c-breadcrumb__home-txt {
  color: var(--information);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information .v-c-breadcrumb__seperator-slash {
  color: var(--information);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information .v-c-breadcrumb__item {
  color: var(--information);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-information .v-c-breadcrumb__current-page {
  color: var(--information);
}
.theme-V .v-c-breadcrumb__home-icon-color-information .v-c-breadcrumb__home svg path {
  fill: var(--information);
}
.theme-V .v-c-breadcrumb__come-back-color-information .v-c-breadcrumb__come-back-option {
  color: var(--information);
}
.theme-V .v-c-breadcrumb__come-back-color-information .v-c-breadcrumb__come-back-option * {
  color: var(--information);
}
.theme-V .v-c-breadcrumb__come-back-color-information .v-c-breadcrumb__come-back-option svg path {
  fill: var(--information);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_soft .v-c-breadcrumb__home-txt {
  color: var(--error_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_soft .v-c-breadcrumb__seperator-slash {
  color: var(--error_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_soft .v-c-breadcrumb__item {
  color: var(--error_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-error_soft .v-c-breadcrumb__current-page {
  color: var(--error_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-error_soft .v-c-breadcrumb__home svg path {
  fill: var(--error_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-error_soft .v-c-breadcrumb__come-back-option {
  color: var(--error_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-error_soft .v-c-breadcrumb__come-back-option * {
  color: var(--error_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-error_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--error_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_mid_soft .v-c-breadcrumb__home-txt {
  color: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_mid_soft .v-c-breadcrumb__seperator-slash {
  color: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_mid_soft .v-c-breadcrumb__item {
  color: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-error_mid_soft .v-c-breadcrumb__current-page {
  color: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-error_mid_soft .v-c-breadcrumb__home svg path {
  fill: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-error_mid_soft .v-c-breadcrumb__come-back-option {
  color: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-error_mid_soft .v-c-breadcrumb__come-back-option * {
  color: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-error_mid_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--error_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_mid_strong .v-c-breadcrumb__home-txt {
  color: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_mid_strong .v-c-breadcrumb__seperator-slash {
  color: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_mid_strong .v-c-breadcrumb__item {
  color: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-error_mid_strong .v-c-breadcrumb__current-page {
  color: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-error_mid_strong .v-c-breadcrumb__home svg path {
  fill: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-error_mid_strong .v-c-breadcrumb__come-back-option {
  color: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-error_mid_strong .v-c-breadcrumb__come-back-option * {
  color: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-error_mid_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--error_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_strong .v-c-breadcrumb__home-txt {
  color: var(--error_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_strong .v-c-breadcrumb__seperator-slash {
  color: var(--error_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-error_strong .v-c-breadcrumb__item {
  color: var(--error_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-error_strong .v-c-breadcrumb__current-page {
  color: var(--error_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-error_strong .v-c-breadcrumb__home svg path {
  fill: var(--error_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-error_strong .v-c-breadcrumb__come-back-option {
  color: var(--error_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-error_strong .v-c-breadcrumb__come-back-option * {
  color: var(--error_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-error_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--error_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_soft .v-c-breadcrumb__home-txt {
  color: var(--success_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_soft .v-c-breadcrumb__seperator-slash {
  color: var(--success_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_soft .v-c-breadcrumb__item {
  color: var(--success_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-success_soft .v-c-breadcrumb__current-page {
  color: var(--success_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-success_soft .v-c-breadcrumb__home svg path {
  fill: var(--success_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-success_soft .v-c-breadcrumb__come-back-option {
  color: var(--success_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-success_soft .v-c-breadcrumb__come-back-option * {
  color: var(--success_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-success_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--success_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_mid_soft .v-c-breadcrumb__home-txt {
  color: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_mid_soft .v-c-breadcrumb__seperator-slash {
  color: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_mid_soft .v-c-breadcrumb__item {
  color: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-success_mid_soft .v-c-breadcrumb__current-page {
  color: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-success_mid_soft .v-c-breadcrumb__home svg path {
  fill: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-success_mid_soft .v-c-breadcrumb__come-back-option {
  color: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-success_mid_soft .v-c-breadcrumb__come-back-option * {
  color: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-success_mid_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--success_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_mid_strong .v-c-breadcrumb__home-txt {
  color: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_mid_strong .v-c-breadcrumb__seperator-slash {
  color: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_mid_strong .v-c-breadcrumb__item {
  color: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-success_mid_strong .v-c-breadcrumb__current-page {
  color: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-success_mid_strong .v-c-breadcrumb__home svg path {
  fill: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-success_mid_strong .v-c-breadcrumb__come-back-option {
  color: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-success_mid_strong .v-c-breadcrumb__come-back-option * {
  color: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-success_mid_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--success_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_strong .v-c-breadcrumb__home-txt {
  color: var(--success_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_strong .v-c-breadcrumb__seperator-slash {
  color: var(--success_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-success_strong .v-c-breadcrumb__item {
  color: var(--success_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-success_strong .v-c-breadcrumb__current-page {
  color: var(--success_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-success_strong .v-c-breadcrumb__home svg path {
  fill: var(--success_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-success_strong .v-c-breadcrumb__come-back-option {
  color: var(--success_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-success_strong .v-c-breadcrumb__come-back-option * {
  color: var(--success_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-success_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--success_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_soft .v-c-breadcrumb__home-txt {
  color: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_soft .v-c-breadcrumb__seperator-slash {
  color: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_soft .v-c-breadcrumb__item {
  color: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-warning_soft .v-c-breadcrumb__current-page {
  color: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-warning_soft .v-c-breadcrumb__home svg path {
  fill: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_soft .v-c-breadcrumb__come-back-option {
  color: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_soft .v-c-breadcrumb__come-back-option * {
  color: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--warning_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_mid_soft .v-c-breadcrumb__home-txt {
  color: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_mid_soft .v-c-breadcrumb__seperator-slash {
  color: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_mid_soft .v-c-breadcrumb__item {
  color: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-warning_mid_soft .v-c-breadcrumb__current-page {
  color: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-warning_mid_soft .v-c-breadcrumb__home svg path {
  fill: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_mid_soft .v-c-breadcrumb__come-back-option {
  color: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_mid_soft .v-c-breadcrumb__come-back-option * {
  color: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_mid_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--warning_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_mid_strong .v-c-breadcrumb__home-txt {
  color: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_mid_strong .v-c-breadcrumb__seperator-slash {
  color: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_mid_strong .v-c-breadcrumb__item {
  color: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-warning_mid_strong .v-c-breadcrumb__current-page {
  color: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-warning_mid_strong .v-c-breadcrumb__home svg path {
  fill: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_mid_strong .v-c-breadcrumb__come-back-option {
  color: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_mid_strong .v-c-breadcrumb__come-back-option * {
  color: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_mid_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--warning_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_strong .v-c-breadcrumb__home-txt {
  color: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_strong .v-c-breadcrumb__seperator-slash {
  color: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-warning_strong .v-c-breadcrumb__item {
  color: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-warning_strong .v-c-breadcrumb__current-page {
  color: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-warning_strong .v-c-breadcrumb__home svg path {
  fill: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_strong .v-c-breadcrumb__come-back-option {
  color: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_strong .v-c-breadcrumb__come-back-option * {
  color: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-warning_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--warning_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_soft .v-c-breadcrumb__home-txt {
  color: var(--information_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_soft .v-c-breadcrumb__seperator-slash {
  color: var(--information_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_soft .v-c-breadcrumb__item {
  color: var(--information_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-information_soft .v-c-breadcrumb__current-page {
  color: var(--information_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-information_soft .v-c-breadcrumb__home svg path {
  fill: var(--information_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-information_soft .v-c-breadcrumb__come-back-option {
  color: var(--information_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-information_soft .v-c-breadcrumb__come-back-option * {
  color: var(--information_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-information_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--information_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_mid_soft .v-c-breadcrumb__home-txt {
  color: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_mid_soft .v-c-breadcrumb__seperator-slash {
  color: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_mid_soft .v-c-breadcrumb__item {
  color: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-information_mid_soft .v-c-breadcrumb__current-page {
  color: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__home-icon-color-information_mid_soft .v-c-breadcrumb__home svg path {
  fill: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-information_mid_soft .v-c-breadcrumb__come-back-option {
  color: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-information_mid_soft .v-c-breadcrumb__come-back-option * {
  color: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__come-back-color-information_mid_soft .v-c-breadcrumb__come-back-option svg path {
  fill: var(--information_mid_soft);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_mid_strong .v-c-breadcrumb__home-txt {
  color: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_mid_strong .v-c-breadcrumb__seperator-slash {
  color: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_mid_strong .v-c-breadcrumb__item {
  color: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-information_mid_strong .v-c-breadcrumb__current-page {
  color: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-information_mid_strong .v-c-breadcrumb__home svg path {
  fill: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-information_mid_strong .v-c-breadcrumb__come-back-option {
  color: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-information_mid_strong .v-c-breadcrumb__come-back-option * {
  color: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-information_mid_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--information_mid_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_strong .v-c-breadcrumb__home-txt {
  color: var(--information_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_strong .v-c-breadcrumb__seperator-slash {
  color: var(--information_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-information_strong .v-c-breadcrumb__item {
  color: var(--information_strong);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-information_strong .v-c-breadcrumb__current-page {
  color: var(--information_strong);
}
.theme-V .v-c-breadcrumb__home-icon-color-information_strong .v-c-breadcrumb__home svg path {
  fill: var(--information_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-information_strong .v-c-breadcrumb__come-back-option {
  color: var(--information_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-information_strong .v-c-breadcrumb__come-back-option * {
  color: var(--information_strong);
}
.theme-V .v-c-breadcrumb__come-back-color-information_strong .v-c-breadcrumb__come-back-option svg path {
  fill: var(--information_strong);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-pale_aqua .v-c-breadcrumb__home-txt {
  color: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-pale_aqua .v-c-breadcrumb__seperator-slash {
  color: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-pale_aqua .v-c-breadcrumb__item {
  color: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-pale_aqua .v-c-breadcrumb__current-page {
  color: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__home-icon-color-pale_aqua .v-c-breadcrumb__home svg path {
  fill: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__come-back-color-pale_aqua .v-c-breadcrumb__come-back-option {
  color: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__come-back-color-pale_aqua .v-c-breadcrumb__come-back-option * {
  color: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__come-back-color-pale_aqua .v-c-breadcrumb__come-back-option svg path {
  fill: var(--pale_aqua);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-navy_blue .v-c-breadcrumb__home-txt {
  color: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-navy_blue .v-c-breadcrumb__seperator-slash {
  color: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-navy_blue .v-c-breadcrumb__item {
  color: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-navy_blue .v-c-breadcrumb__current-page {
  color: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__home-icon-color-navy_blue .v-c-breadcrumb__home svg path {
  fill: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-navy_blue .v-c-breadcrumb__come-back-option {
  color: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-navy_blue .v-c-breadcrumb__come-back-option * {
  color: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__come-back-color-navy_blue .v-c-breadcrumb__come-back-option svg path {
  fill: var(--navy_blue);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-white-osi .v-c-breadcrumb__home-txt {
  color: var(--white-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-white-osi .v-c-breadcrumb__seperator-slash {
  color: var(--white-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-white-osi .v-c-breadcrumb__item {
  color: var(--white-osi);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-white-osi .v-c-breadcrumb__current-page {
  color: var(--white-osi);
}
.theme-V .v-c-breadcrumb__home-icon-color-white-osi .v-c-breadcrumb__home svg path {
  fill: var(--white-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-white-osi .v-c-breadcrumb__come-back-option {
  color: var(--white-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-white-osi .v-c-breadcrumb__come-back-option * {
  color: var(--white-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-white-osi .v-c-breadcrumb__come-back-option svg path {
  fill: var(--white-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-white_2 .v-c-breadcrumb__home-txt {
  color: var(--white_2);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-white_2 .v-c-breadcrumb__seperator-slash {
  color: var(--white_2);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-white_2 .v-c-breadcrumb__item {
  color: var(--white_2);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-white_2 .v-c-breadcrumb__current-page {
  color: var(--white_2);
}
.theme-V .v-c-breadcrumb__home-icon-color-white_2 .v-c-breadcrumb__home svg path {
  fill: var(--white_2);
}
.theme-V .v-c-breadcrumb__come-back-color-white_2 .v-c-breadcrumb__come-back-option {
  color: var(--white_2);
}
.theme-V .v-c-breadcrumb__come-back-color-white_2 .v-c-breadcrumb__come-back-option * {
  color: var(--white_2);
}
.theme-V .v-c-breadcrumb__come-back-color-white_2 .v-c-breadcrumb__come-back-option svg path {
  fill: var(--white_2);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray .v-c-breadcrumb__home-txt {
  color: var(--gray);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray .v-c-breadcrumb__seperator-slash {
  color: var(--gray);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray .v-c-breadcrumb__item {
  color: var(--gray);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-gray .v-c-breadcrumb__current-page {
  color: var(--gray);
}
.theme-V .v-c-breadcrumb__home-icon-color-gray .v-c-breadcrumb__home svg path {
  fill: var(--gray);
}
.theme-V .v-c-breadcrumb__come-back-color-gray .v-c-breadcrumb__come-back-option {
  color: var(--gray);
}
.theme-V .v-c-breadcrumb__come-back-color-gray .v-c-breadcrumb__come-back-option * {
  color: var(--gray);
}
.theme-V .v-c-breadcrumb__come-back-color-gray .v-c-breadcrumb__come-back-option svg path {
  fill: var(--gray);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_2 .v-c-breadcrumb__home-txt {
  color: var(--gray_2);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_2 .v-c-breadcrumb__seperator-slash {
  color: var(--gray_2);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_2 .v-c-breadcrumb__item {
  color: var(--gray_2);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-gray_2 .v-c-breadcrumb__current-page {
  color: var(--gray_2);
}
.theme-V .v-c-breadcrumb__home-icon-color-gray_2 .v-c-breadcrumb__home svg path {
  fill: var(--gray_2);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_2 .v-c-breadcrumb__come-back-option {
  color: var(--gray_2);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_2 .v-c-breadcrumb__come-back-option * {
  color: var(--gray_2);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_2 .v-c-breadcrumb__come-back-option svg path {
  fill: var(--gray_2);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_3 .v-c-breadcrumb__home-txt {
  color: var(--gray_3);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_3 .v-c-breadcrumb__seperator-slash {
  color: var(--gray_3);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_3 .v-c-breadcrumb__item {
  color: var(--gray_3);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-gray_3 .v-c-breadcrumb__current-page {
  color: var(--gray_3);
}
.theme-V .v-c-breadcrumb__home-icon-color-gray_3 .v-c-breadcrumb__home svg path {
  fill: var(--gray_3);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_3 .v-c-breadcrumb__come-back-option {
  color: var(--gray_3);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_3 .v-c-breadcrumb__come-back-option * {
  color: var(--gray_3);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_3 .v-c-breadcrumb__come-back-option svg path {
  fill: var(--gray_3);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_4 .v-c-breadcrumb__home-txt {
  color: var(--gray_4);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_4 .v-c-breadcrumb__seperator-slash {
  color: var(--gray_4);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-gray_4 .v-c-breadcrumb__item {
  color: var(--gray_4);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-gray_4 .v-c-breadcrumb__current-page {
  color: var(--gray_4);
}
.theme-V .v-c-breadcrumb__home-icon-color-gray_4 .v-c-breadcrumb__home svg path {
  fill: var(--gray_4);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_4 .v-c-breadcrumb__come-back-option {
  color: var(--gray_4);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_4 .v-c-breadcrumb__come-back-option * {
  color: var(--gray_4);
}
.theme-V .v-c-breadcrumb__come-back-color-gray_4 .v-c-breadcrumb__come-back-option svg path {
  fill: var(--gray_4);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-dark-osi .v-c-breadcrumb__home-txt {
  color: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-dark-osi .v-c-breadcrumb__seperator-slash {
  color: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__general-breadcrumb-txt-color-dark-osi .v-c-breadcrumb__item {
  color: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__current-page-txt-color-dark-osi .v-c-breadcrumb__current-page {
  color: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__home-icon-color-dark-osi .v-c-breadcrumb__home svg path {
  fill: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-dark-osi .v-c-breadcrumb__come-back-option {
  color: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-dark-osi .v-c-breadcrumb__come-back-option * {
  color: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__come-back-color-dark-osi .v-c-breadcrumb__come-back-option svg path {
  fill: var(--dark-osi);
}
.theme-V .v-c-breadcrumb__come-back-option:hover {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-option:hover * {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-breadcrumb__come-back-option:hover svg path {
  fill: var(--secondary_blue_strong);
}

.theme-V .v-c-headerKids--nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.theme-V .v-c-headerKids--nav-item {
  padding: 0 0;
}
.theme-V .v-c-headerKids--nav-item::before {
  display: none;
}
.theme-V .v-c-headerKids--nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-headerKids--nav-img {
  pointer-events: none;
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.theme-V .v-c-headerKids--nav-img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.theme-V .v-c-headerKids--nav-img-mask {
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.theme-V .v-c-headerKids--nav-bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .theme-V .v-c-headerKids--nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 17px;
  }
  .theme-V .v-c-headerKids--nav-img {
    height: 107px;
  }
  .theme-V .v-c-headerKids--nav-img-content {
    display: none;
  }
  .theme-V .v-c-headerKids--nav-img-mask {
    display: none;
  }
  .theme-V .v-c-headerKids--nav-img-mobile {
    display: block;
    width: 17px;
    height: 15px;
  }
  .theme-V .v-c-headerKids--nav-bg {
    gap: 17px;
  }
  .theme-V .v-c-headerKids--nav-text {
    color: #333333;
  }
  .theme-V .v-c-headerKids--nav-text-small {
    color: #333333;
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-headerKids--nav {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .theme-V .v-c-headerKids--nav-item.active .v-c-headerKids--nav-img-mask {
    opacity: 0;
  }
  .theme-V .v-c-headerKids--nav-item.active .v-c-headerKids--nav-bg {
    opacity: 1;
  }
  .theme-V .v-c-headerKids--nav-list {
    gap: 60px;
    position: absolute;
    right: 79px;
    top: 26px;
  }
  .theme-V .v-c-headerKids--nav-link:hover {
    text-decoration: none;
  }
  .theme-V .v-c-headerKids--nav-link:hover .v-c-headerKids--nav-img-mask {
    opacity: 0;
  }
  .theme-V .v-c-headerKids--nav-link:hover .v-c-headerKids--nav-bg {
    opacity: 1;
  }
  .theme-V .v-c-headerKids--nav-img {
    height: 102px;
  }
  .theme-V .v-c-headerKids--nav-img-mobile {
    display: none;
  }
  .theme-V .v-c-headerKids--nav-img-mask {
    height: 102px;
  }
  .theme-V .v-c-headerKids--nav-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .theme-V .v-c-headerKids--nav-bg {
    max-width: 112px;
    min-width: 112px;
    max-height: 77px;
    min-height: 77px;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    top: -21px;
    z-index: -1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 4px;
  }
  .theme-V .v-c-headerKids--nav-bg-single {
    max-width: 116px;
    max-height: 53px;
    min-height: 53px;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.theme-V .v-c-grid-card-events-container {
  max-width: 1230px;
}
.theme-V .v-c-grid-card-events--list {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
}
.theme-V .v-c-grid-card-events--item {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.theme-V .v-c-grid-card-events--item::before {
  display: none;
}
.theme-V .v-c-grid-card-events--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .theme-V .v-c-grid-card-events {
    overflow: hidden;
    width: 100%;
  }
  .theme-V .v-c-grid-card-events--container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: none;
  }
  .theme-V .v-c-grid-card-events--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .theme-V .v-c-grid-card-events--list {
    display: block;
    gap: 15px;
  }
  .theme-V .v-c-grid-card-events--list .v-c-blog-card {
    width: 100%;
  }
  .theme-V .v-c-grid-card-events--cta {
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-grid-card-events--container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .theme-V .v-c-grid-card-events--list {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .theme-V .v-c-grid-card-events--item {
    overflow: hidden;
  }
  .theme-V .v-c-grid-card-events--cta {
    margin-top: 72px;
  }
}
.theme-V .v-c-title-rich-txt {
  width: 100%;
  padding: 30px 0;
}
.theme-V .v-c-title-rich-txt--grid-mode {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 17px;
}
@media (min-width: 1025px) {
  .theme-V .v-c-title-rich-txt--grid-mode {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 1089px;
    margin: auto;
  }
}
.theme-V .v-c-title-rich-txt__content {
  width: 100%;
  border-radius: 20px;
  padding: 23px 22px 19px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .theme-V .v-c-title-rich-txt__content {
    padding: 33px 33px 21px 47px;
    gap: 13px;
  }
}
@media (max-width: 1025px) {
  .theme-V .v-c-title-rich-txt__title--center-mb {
    text-align: center;
  }
}

.theme-V .v-c-banner-care--box {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.theme-V .v-c-banner-care--head {
  padding: 25px 32px;
}
.theme-V .v-c-banner-care--head-title {
  margin: 0;
}
.theme-V .v-c-banner-care--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.theme-V .v-c-banner-care--item {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.theme-V .v-c-banner-care--item::before {
  display: none;
}
.theme-V .v-c-banner-care--item::after {
  content: "";
  background-color: #757575;
  position: absolute;
}
.theme-V .v-c-banner-care--item:last-child::after {
  display: none;
}
.theme-V .v-c-banner-care--item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}
.theme-V .v-c-banner-care--item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.theme-V .v-c-banner-care--item-head-title {
  margin: 0;
  padding: 0;
}
.theme-V .v-c-banner-care--item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.theme-V .v-c-banner-care--item-info-subtile {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.theme-V .v-c-banner-care--item-info-time, .theme-V .v-c-banner-care--item-info-address {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.theme-V .v-c-banner-care--item-up-txt {
  margin: 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 1024px) {
  .theme-V .v-c-banner-care--head-title {
    text-align: center;
  }
  .theme-V .v-c-banner-care--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }
  .theme-V .v-c-banner-care--item::after {
    height: 1px;
    width: 100%;
    bottom: -22px;
  }
  .theme-V .v-c-banner-care--item-content {
    padding: 0 17px;
  }
  .theme-V .v-c-banner-care--content {
    padding: 38px 32px 56px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-banner-care {
    padding-left: 28px;
    padding-right: 28px;
  }
  .theme-V .v-c-banner-care--content {
    padding: 38px 49px 25px;
  }
  .theme-V .v-c-banner-care--list {
    gap: 2rem;
  }
  .theme-V .v-c-banner-care--item::after {
    height: 100%;
    min-height: 208px;
    width: 1px;
    right: -1rem;
  }
}
.theme-V .v-c-basicGrid--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.theme-V .v-c-basicGrid--flex.gap-15 {
  gap: 15px;
}
.theme-V .v-c-basicGrid--flex.gap-30 {
  gap: 30px;
}
.theme-V .v-c-basicGrid--col > div,
.theme-V .v-c-basicGrid--col > section {
  width: 100%;
  margin: 0 0;
}
@media (max-width: 1024px) {
  .theme-V .v-c-basicGrid {
    padding: 31px 0;
  }
  .theme-V .v-c-basicGrid--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-V .v-c-basicGrid--col > .container {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-basicGrid {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .theme-V .v-c-basicGrid--col {
    width: 50%;
  }
}
.theme-V .v-c-texVideo--container {
  max-width: 536px;
  width: 100%;
}
.theme-V .v-c-texVideo--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-texVideo--flex-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-texVideo--flex-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.theme-V .v-c-texVideo__modal .v-c-texVideo__modal-txt p {
  margin: 0;
  padding: 0;
  color: currentColor;
  font-size: inherit;
}
.theme-V .v-c-texVideo__modal-dialog {
  max-width: none;
  top: 106px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-texVideo__modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 864px;
  height: 596px;
  padding: 24px 38px 31px 36px;
  border-radius: 20px;
  gap: 17px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-texVideo__modal-content {
    gap: 8px;
  }
}
@media (max-width: 890px) {
  .theme-V .v-c-texVideo__modal-content {
    width: 351px;
    height: 361px;
    padding: 21px 22px 23px 20px;
  }
}
.theme-V .v-c-texVideo__modal-close-button {
  height: 29px;
  width: 16px;
  border: none;
  background-color: transparent;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 12px;
  right: 17px;
  line-height: 29px;
}
.theme-V .v-c-texVideo__modal-title-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
  gap: 9px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-texVideo__modal-title-txt {
    gap: 21px;
  }
}
.theme-V .v-c-texVideo__modal-title {
  line-height: 29px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-texVideo__modal-title {
    line-height: 22px;
  }
}
.theme-V .v-c-texVideo__modal-txt {
  line-height: 17px;
  margin: 0;
}
.theme-V .v-c-texVideo__modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-texVideo__modal-body iframe {
  height: 444px;
  width: 790px;
}
@media (max-width: 890px) {
  .theme-V .v-c-texVideo__modal-body iframe {
    height: 174px;
    width: 309px;
  }
}
.theme-V .v-c-texVideo__modal-body .embed-responsive {
  width: 100% !important;
}
.theme-V .v-c-texVideo--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.theme-V .v-c-texVideo--info p,
.theme-V .v-c-texVideo--info li, .theme-V .v-c-texVideo--info-title, .theme-V .v-c-texVideo--info-text {
  line-height: normal;
  margin: 0;
}
.theme-V .v-c-texVideo--info p p,
.theme-V .v-c-texVideo--info p li,
.theme-V .v-c-texVideo--info li p,
.theme-V .v-c-texVideo--info li li, .theme-V .v-c-texVideo--info-title p,
.theme-V .v-c-texVideo--info-title li, .theme-V .v-c-texVideo--info-text p,
.theme-V .v-c-texVideo--info-text li {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.theme-V .v-c-texVideo--video {
  width: 100%;
  height: 100%;
}
.theme-V .v-c-texVideo__img-container {
  width: 100%;
  height: 100%;
  max-width: 536px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-texVideo__img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.theme-V .v-c-texVideo__img-container svg {
  position: absolute;
}
@media (max-width: 1024px) {
  .theme-V .v-c-texVideo {
    padding-right: 24px;
    padding-left: 24px;
  }
  .theme-V .v-c-texVideo--flex {
    gap: 19px;
  }
  .theme-V .v-c-texVideo__img-container {
    min-height: 210px;
    max-height: 210px;
  }
  .theme-V .v-c-texVideo--info-title {
    margin-bottom: 22px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-texVideo {
    padding-right: 12px;
    padding-left: 12px;
  }
  .theme-V .v-c-texVideo--flex {
    gap: 35px;
  }
  .theme-V .v-c-texVideo__img-container {
    min-height: 324px;
    max-height: 324px;
  }
  .theme-V .v-c-texVideo--info-title {
    margin-bottom: 12px;
  }
}
.theme-V .v-c-multi--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-V .v-c-multi--head__picture {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.theme-V .v-c-multi--head__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.theme-V .v-c-multi--head__title {
  line-height: normal;
  margin: 0;
}
.theme-V .v-c-multi--txtImg {
  width: 100%;
}
.theme-V .v-c-multi--txtImg.full-width {
  max-width: 1089px;
  margin: 0 auto;
}
.theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__col-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__col-img {
  display: -ms-grid;
  display: grid;
      grid-template-areas: ". . .";
  justify-items: center;
}
.theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__img {
  max-width: 100px;
  max-height: 102px;
}
.theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__caption {
  max-width: 101px;
}
.theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__picture {
  gap: 15px;
}
.theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-img {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
.theme-V .v-c-multi--txtImg__title {
  line-height: normal;
  padding: 0;
  margin: 0;
}
.theme-V .v-c-multi--txtImg__prg {
  line-height: normal;
  padding: 0;
  margin: 0;
}
.theme-V .v-c-multi--txtImg__prg p {
  line-height: normal;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.theme-V .v-c-multi--txtImg__picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.theme-V .v-c-multi--txtImg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.theme-V .v-c-multi--txtImg__caption {
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .theme-V .v-c-multi--head {
    gap: 20px;
    margin-bottom: 22px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .theme-V .v-c-multi--head__picture {
    max-width: 92px;
    max-height: 85px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__col-txt {
    gap: 12px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__col-img {
    gap: 12px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__item {
    width: 100%;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__caption {
    max-width: 108px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__picture {
    gap: 14px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__img {
    max-width: 91px;
    max-height: 91px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex {
    gap: 22px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-txt {
    gap: 12px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-txt:nth-child(3) {
    margin-top: 11px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-img {
        grid-template-areas: ". .";
    gap: 22px 34px;
    max-width: 237px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-multi--head {
    padding-right: 12px;
    padding-left: 12px;
    gap: 21px;
    margin-bottom: 47px;
  }
  .theme-V .v-c-multi--head__picture {
    max-width: 163px;
    max-height: 151px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex {
    gap: 39px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__flex-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__img {
    max-width: 125px;
    max-height: 125px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__caption {
    max-width: 135px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__col {
    width: 100%;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__col-txt {
    gap: 15px;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__col-img {
    display: -ms-grid;
    display: grid;
        grid-template-areas: ". . .";
    justify-items: center;
    gap: 56px;
    grid-auto-flow: column;
  }
  .theme-V .v-c-multi--txtImg.full-width .v-c-multi--txtImg__picture {
    gap: 15px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex {
    gap: 32px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex-top .v-c-multi--txtImg__col-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex-top .v-c-multi--txtImg__col-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex-top .v-c-multi--txtImg__col-txt:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__flex-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-txt {
    gap: 15px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-txt:nth-child(3) {
    margin-top: 28px;
  }
  .theme-V .v-c-multi--txtImg.content-width .v-c-multi--txtImg__col-img {
        grid-template-areas: ". . . .";
    gap: 34px;
    grid-auto-flow: column;
  }
}
.theme-V .v-c-grid-cards__title-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  margin: auto;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-grid-cards__title-container {
    width: 90%;
    margin: auto;
  }
}
.theme-V .v-c-grid-cards__title-text {
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0;
  font-weight: var(--font-weight-b);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-grid-cards__title-text {
    font-family: var(--font-family);
    font-size: var(--h3-size);
    line-height: var(--line-height-44);
    letter-spacing: 0;
    font-weight: var(--font-weight-b);
  }
}
.theme-V .v-c-grid-cards__subtitle-text {
  font-family: var(--font-family);
  font-size: var(--font-size-p-s);
  line-height: var(--line-height-22);
  letter-spacing: 0;
  font-weight: var(--font-weight-r);
  width: 80%;
  text-align: center;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-grid-cards__subtitle-text {
    width: auto;
    width: 713px;
    font-family: var(--font-family);
    font-size: var(--font-size-h4-mobile);
    line-height: var(--line-height-22);
    letter-spacing: 0;
    font-weight: var(--font-weight-r);
  }
}
.theme-V .v-c-grid-cards__content-container {
  margin-top: 30px;
  margin-bottom: 55px;
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-grid-columns: auto;
  grid-template-columns: repeat(1, auto);
  -ms-grid-rows: auto 15px auto 15px auto 15px auto 15px auto 15px auto 15px auto 15px auto;
  grid-template-rows: repeat(8, auto);
  margin-left: 19px;
  margin-right: 19px;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(7) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.theme-V .v-c-grid-cards__content-container > *:nth-child(8) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-grid-cards__content-container {
    margin-top: 50px;
    gap: 20px;
    margin-bottom: 65px;
    -ms-grid-columns: auto 20px auto 20px auto;
    grid-template-columns: repeat(3, auto);
    -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
    grid-template-rows: repeat(5, auto);
    margin-left: 0;
    margin-right: 0;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(13) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .theme-V .v-c-grid-cards__content-container > *:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
}
.theme-V .v-c-grid-cards__content {
  all: unset;
  min-width: 300px;
  min-height: 230px;
  cursor: pointer;
  border-radius: 20px;
}
.theme-V .v-c-grid-cards__content:focus {
  border: solid 2px var(--dark-osi);
}
@media (min-width: calc(1024px + 1px)) {
  .theme-V .v-c-grid-cards__content {
    max-width: 340px;
    min-height: 290px;
  }
}
.theme-V .v-c-grid-cards__image-container {
  height: 85%;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  position: relative;
}
.theme-V .v-c-grid-cards__image-container svg {
  position: absolute;
  overflow: hidden;
  vertical-align: middle;
  top: calc(50% - 35px);
  left: calc(50% - 27.5px);
}
.theme-V .v-c-grid-cards__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-object-fit: none;
     object-fit: none;
}
.theme-V .v-c-grid-cards__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.theme-V .v-c-grid-cards__content:hover .v-c-grid-cards__image {
  opacity: 1;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.theme-V .v-c-grid-cards__text-container {
  background-color: var(--white-osi);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 0px 20px 20px;
  padding: 15px 20px 19px;
}
.theme-V .v-c-grid-cards__text-container p {
  color: var(--secondary_blue_strong);
  margin: auto;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--h6-size);
  line-height: var(--line-height-29);
  letter-spacing: 0;
  font-weight: var(--font-weight-sb);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .active {
  background-color: var(--white-osi);
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .active .page-link {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .page-link {
  color: var(--white-osi);
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .page-link:hover {
  color: var(--secondary_blue_strong);
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .pagination-item-last .page-link:hover svg {
  fill: var(--white-osi);
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .pagination-item-last .page-link svg {
  fill: var(--white-osi);
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .pagination-item-next .page-link:hover svg {
  fill: var(--white-osi);
}
.theme-V .v-c-grid-cards .v-o-pagination__grid-cards .v-o-pagination .pagination .pagination-item-next .page-link svg {
  fill: var(--white-osi);
}

.theme-V .v-c-gridMulti-container {
  max-width: 1230px;
}
.theme-V .v-c-gridMulti--list {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
}
.theme-V .v-c-gridMulti--item {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.theme-V .v-c-gridMulti--item::before {
  display: none;
}
@media (max-width: 1024px) {
  .theme-V .v-c-gridMulti--container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: none;
  }
  .theme-V .v-c-gridMulti--list {
    gap: 15px;
  }
  .theme-V .v-c-gridMulti--list .v-c-blog-card {
    width: 100%;
  }
  .theme-V .v-c-gridMulti .v-o-pagination__grid-cards {
    margin-top: 47px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-gridMulti--container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .theme-V .v-c-gridMulti--list {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 16px;
  }
  .theme-V .v-c-gridMulti .v-o-pagination__grid-cards {
    margin-top: 48px;
  }
}
.theme-V .v-c-calendar-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-calendar-filter__contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-calendar-filter__contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.theme-V .v-c-calendar-filter__vanilla-calendar {
  border-radius: 20px 20px 0 0;
  width: 352px;
}
.theme-V .v-c-calendar-filter__vanilla-calendar-footer-divider-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1px;
}
.theme-V .v-c-calendar-filter__vanilla-calendar-footer-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  border-radius: 0 0 20px 20px;
  gap: 21px;
  padding-left: 28px;
}
.theme-V .v-c-calendar-filter__vanilla-calendar-footer-selected-date-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.theme-V .v-c-calendar-filter__vanilla-calendar-footer-event-date-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.theme-V .v-c-calendar-filter__vanilla-calendar-footer-selected-date-ball {
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: var(--navy_blue);
}
.theme-V .v-c-calendar-filter__vanilla-calendar-footer-event-date-ball {
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: var(--secondary_cyan_strong);
}
.theme-V .v-c-calendar-filter .vanilla-calendar-header__content {
  gap: 28px !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-header__content .vanilla-calendar-month {
  font-size: 16px !important;
  color: var(--secondary_blue_strong) !important;
  font-weight: 700 !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-header__content .vanilla-calendar-year {
  font-size: 16px !important;
  color: var(--secondary_blue_strong) !important;
  font-weight: 700 !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-arrow {
  width: 18px !important;
  height: 18px !important;
}
.theme-V .v-c-calendar-filter__custom-week-day {
  font-size: 16px !important;
  color: var(--secondary_blue_strong) !important;
  font-weight: 700 !important;
}
.theme-V .v-c-calendar-filter__custom-day-btn {
  font-size: 16px !important;
  color: var(--dark-osi) !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-day__btn {
  font-size: 16px !important;
  color: var(--dark-osi) !important;
  border-radius: 50% !important;
  height: 27px !important;
  width: 27px !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-day__btn:hover {
  background-color: #f1f1f1 !important;
  color: var(--dark-osi) !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-day__btn_today {
  background-color: #f1f1f1 !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-day__btn_holiday {
  font-weight: 400 !important;
  color: var(--white-osi) !important;
  height: 27px !important;
  width: 27px !important;
  background-color: var(--secondary_cyan_strong) !important;
  border-radius: 50% !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-day__btn_holiday:hover {
  background-color: var(--secondary_cyan_strong) !important;
  color: var(--white-osi) !important;
  opacity: 0.8 !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-day__btn_selected {
  font-weight: 400 !important;
  color: var(--white-osi) !important;
  height: 27px !important;
  width: 27px !important;
  background-color: var(--navy_blue) !important;
  border-radius: 50% !important;
}
.theme-V .v-c-calendar-filter .vanilla-calendar-day__btn_selected:hover {
  background-color: var(--navy_blue) !important;
  color: var(--white-osi) !important;
  opacity: 0.8 !important;
}
.theme-V .v-c-calendar-filter__card-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}
@media (max-width: 1024px) {
  .theme-V .v-c-calendar-filter__card-space {
    gap: 16px;
  }
}

.theme-V .v-c-search-card-grid {
  padding: 0px;
  margin: 0px auto;
}
.theme-V .v-c-search-card-grid--container {
  max-width: 1121px;
}
.theme-V .v-c-search-card-grid--list {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-V .v-c-search-card-grid--item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.theme-V .v-c-search-card-grid--item::before {
  display: none;
}
.theme-V .v-c-search-card-grid--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.theme-V .v-c-search-card-grid--cta-btn {
  gap: 10px;
}
.theme-V .v-c-search-card-grid--cta-btn-less {
  display: none;
}
.theme-V .v-c-search-card-grid--cta-icon {
  width: 16px;
  height: 16px;
}
.theme-V .v-c-search-card-grid .container-fluid.flex-row {
  display: -ms-grid !important;
  display: grid !important;
  margin: 0 auto;
}
.theme-V .v-c-search-card-grid .container-fluid.flex-row .row.align-items-start,
.theme-V .v-c-search-card-grid .container-fluid.flex-row .col.col-lg-12 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.theme-V .v-c-search-card-grid .container-fluid.flex-row .row.align-items-start {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.theme-V .v-c-search-card-grid .container-fluid.flex-row .v-c-blog-card {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .theme-V .v-c-search-card-grid--container {
    padding-right: 24px;
    padding-left: 24px;
    max-width: none;
  }
  .theme-V .v-c-search-card-grid--list {
    gap: 15px;
  }
  .theme-V .v-c-search-card-grid--list .v-c-blog-card {
    width: 100%;
  }
  .theme-V .v-c-search-card-grid--cta {
    margin-top: 28px;
  }
  .theme-V .v-c-search-card-grid .container-fluid.flex-row {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-search-card-grid--container {
    padding-right: 12px;
    padding-left: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-V .v-c-search-card-grid--list {
    -ms-grid-columns: 1fr 19px 1fr 19px 1fr 19px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 19px;
  }
  .theme-V .v-c-search-card-grid--item {
    overflow: hidden;
  }
  .theme-V .v-c-search-card-grid--cta {
    margin-top: 40px;
  }
  .theme-V .v-c-search-card-grid .container-fluid.flex-row {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 15px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-search-card-grid {
    max-width: 1190px;
    padding: 0px;
    margin: 0px auto;
  }
}
@media (min-width: 1440px) {
  .theme-V .v-c-search-card-grid {
    max-width: 1230px;
  }
}

.theme-V .v-c-papas404 {
  background-color: #F5F5F5;
  position: relative;
}
.theme-V .v-c-papas404 .container {
  z-index: 1;
  position: relative;
}
.theme-V .v-c-papas404-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 397px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 20px;
}
.theme-V .v-c-papas404--img {
  width: 100%;
  max-width: 396px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-V .v-c-papas404--bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  display: none;
}
@media (max-width: 1024px) {
  .theme-V .v-c-papas404-flex {
    padding: 259px 0 199px;
  }
  .theme-V .v-c-papas404--bg-sm {
    left: 0;
    max-width: 314px;
    max-height: 299px;
    display: block;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-papas404-flex {
    padding: 118px 0 126px 0;
  }
  .theme-V .v-c-papas404--bg {
    right: 0;
    max-width: 437px;
    max-height: 430px;
    display: block;
  }
  .theme-V .v-c-papas404--bg-sm {
    display: none;
  }
}

.theme-V .v-c-ninos404 {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#009999), color-stop(74%, #00B2B2), to(#00CCCC)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #009999 0%, #00B2B2 74%, #00CCCC 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.theme-V .v-c-ninos404 .container {
  z-index: 1;
  position: relative;
}
.theme-V .v-c-ninos404-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 397px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 20px;
}
.theme-V .v-c-ninos404--img {
  width: 100%;
  max-width: 396px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-V .v-c-ninos404--bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  display: none;
}
@media (max-width: 1024px) {
  .theme-V .v-c-ninos404-flex {
    padding: 259px 0 199px;
  }
  .theme-V .v-c-ninos404--bg-sm {
    left: 0;
    max-width: 314px;
    max-height: 299px;
    display: block;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-ninos404-flex {
    padding: 118px 0 126px 0;
  }
  .theme-V .v-c-ninos404--bg {
    right: 0;
    max-width: 437px;
    max-height: 430px;
    display: block;
  }
  .theme-V .v-c-ninos404--bg-sm {
    display: none;
  }
}

.theme-V .v-c-ninosUpdate {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#009999), color-stop(74%, #00B2B2), to(#00CCCC)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #009999 0%, #00B2B2 74%, #00CCCC 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.theme-V .v-c-ninosUpdate .container {
  position: relative;
}
.theme-V .v-c-ninosUpdate-content {
  z-index: 1;
  position: relative;
}
.theme-V .v-c-ninosUpdate-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
}
.theme-V .v-c-ninosUpdate--img {
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-V .v-c-ninosUpdate--bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  display: none;
}
.theme-V .v-c-ninosUpdate-col {
  text-align: center;
}
.theme-V .v-c-ninosUpdate-col-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.theme-V .v-c-ninosUpdate--btn {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .theme-V .v-c-ninosUpdate-flex {
    padding: 159px 0 98px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .theme-V .v-c-ninosUpdate--img {
    max-width: 275px;
  }
  .theme-V .v-c-ninosUpdate--bg-sm {
    left: 0;
    max-width: 314px;
    max-height: 299px;
    display: block;
    left: -24px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-ninosUpdate-flex {
    padding: 108px 0 101px 0;
    gap: 134px;
  }
  .theme-V .v-c-ninosUpdate-col-txt {
    margin-top: 44px;
  }
  .theme-V .v-c-ninosUpdate--img {
    max-width: 320px;
  }
  .theme-V .v-c-ninosUpdate--bg {
    left: 51px;
    max-width: 484px;
    max-height: 275px;
    display: block;
  }
  .theme-V .v-c-ninosUpdate--bg-sm {
    display: none;
  }
}

.theme-V .v-c-papasUpdate {
  background: #F5F5F5;
  position: relative;
}
.theme-V .v-c-papasUpdate .container {
  position: relative;
}
.theme-V .v-c-papasUpdate-content {
  z-index: 1;
  position: relative;
}
.theme-V .v-c-papasUpdate-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
}
.theme-V .v-c-papasUpdate--img {
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-V .v-c-papasUpdate--bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  display: none;
}
.theme-V .v-c-papasUpdate-col {
  text-align: center;
}
.theme-V .v-c-papasUpdate-col-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.theme-V .v-c-papasUpdate--btn {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .theme-V .v-c-papasUpdate-flex {
    padding: 159px 0 98px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .theme-V .v-c-papasUpdate--img {
    max-width: 275px;
  }
  .theme-V .v-c-papasUpdate--bg-sm {
    left: 0;
    max-width: 314px;
    max-height: 299px;
    display: block;
    left: -24px;
  }
}
@media (min-width: 1025px) {
  .theme-V .v-c-papasUpdate-flex {
    padding: 108px 0 101px 0;
    gap: 134px;
  }
  .theme-V .v-c-papasUpdate-col-txt {
    margin-top: 44px;
  }
  .theme-V .v-c-papasUpdate--img {
    max-width: 320px;
  }
  .theme-V .v-c-papasUpdate--bg {
    left: 51px;
    max-width: 484px;
    max-height: 275px;
    display: block;
  }
  .theme-V .v-c-papasUpdate--bg-sm {
    display: none;
  }
}

.theme-V .v-c-formulario-cotizacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .theme-V .v-c-formulario-cotizacion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 760px) {
  .theme-V .v-c-formulario-cotizacion__form-zone iframe {
    width: auto;
    height: 800px;
  }
}
.theme-V .v-c-formulario-cotizacion__img-zone {
  width: 580px;
  height: 640px;
  padding: 10px 0;
}
.theme-V .v-c-formulario-cotizacion__img-zone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .theme-V .v-c-formulario-cotizacion__img-zone {
    width: 100%;
    height: 438px;
    height: 640px;
    padding: 10px 0;
  }
}