@charset "UTF-8";

/*  Syntax Quick Reference

  --------------------------

  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)

  span($ratio: 1, $offset: 0)

  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)

  unshift()

  edit()

  center($max_width: 1410px, $pad: 0)

  stack($pad: 0, $align: false)

  unstack()

  align($direction: both)

  cf()

*/

/**

 * Grid settings.

 * All values are defaults and can therefore be easily overidden.

 */

/**

 * List functions courtesy of the wonderful folks at Team Sass.

 * Check out their awesome grid: Singularity.

 */

/**

 * Get  percentage from a given ratio.

 * @param {number} [$ratio=1] - The column ratio of the element.

 * @returns {number} - The percentage value.

 */

/**

 * Work out the column widths based on the ratio and gutter sizes.

 * @param {number} [$ratios=1] - The column ratio of the element.

 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.

 * @returns {list} $width $gutter - A list containing the with and gutter for the element.

 */

/**

 * Get the set layout direction for the project.

 * @returns {string} $direction - The layout direction.

 */

/**

 * Replace a specified list value with a new value (uses built in set-nth() if available)

 * @param {list} $list - The list of values you want to alter.

 * @param {number} $index - The index of the list item you want to replace.

 * @param {*} $value - The value you want to replace $index with.

 * @returns {list} $list - The list with the value replaced or removed.

 * @warn if an invalid index is supplied.

 */

/**

 * Reverse a list (progressively enhanced for Sass 3.3)

 * @param {list} $list - The list of values you want to reverse.

 * @returns {list} $result - The reversed list.

 */

/**

 * Get the opposite direction to a given value.

 * @param {string} $dir - The direction you want the opposite of.

 * @returns {string} - The opposite direction to $dir.

 * @warn if an incorrect string is provided.

 */

/**

 * Style an element as a column with a gutter.

 * @param {number} [$ratios=1] - A width relative to its container as a fraction.

 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).

 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.

 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.

 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.

 */

/**

 * An alias for the column mixin.

 * @param [$args...] - All arguments get passed through to column().

 */

/**

 * Get the width of a column and nothing else.

 * @param {number} [$ratios=1] - A width relative to its container as a fraction.

 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.

 */

/**

 * Get the gutter size of a column and nothing else.

 * @param {number} [ratios=1] - A width relative to its container as a fraction.

 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.

 */

/**

 * An alias for the column-width function.

 * @param [$args...] - All arguments get passed through to column().

 */

/**

 * An alias for the column-gutter function.

 * @param [$args...] - All arguments get passed through to column().

 */

/**

 * Style an element as a column without any gutters for a seamless row.

 * @param {number} [$ratios=1] - A width relative to its container as a fraction.

 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).

 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.

 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.

 */

/**

 * Reorder columns without altering the HTML.

 * @param {number} [$ratios=0] - Specify how far along you want the element to move.

 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.

 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.

 */

/**

 * Reset an element that has had shift() applied to it.

 */

/**

 * View the grid and its layers for easy debugging.

 * @param {string} [$color=black] - The background tint applied.

 * @param {boolean} [$important=false] - Whether to apply the style as !important.

 */

/**

 *  Alias for edit().

 */

/**

 * Horizontally center an element.

 * @param {number} [$max-width=1410px] - The max width the element can be.

 * @param {number} [$pad=0] - Specify the element's left and right padding.

 */

/**

 * Uncenter an element.

 */

/**

 * Stack an element so that nothing is either side of it.

 * @param {number} [$pad=0] - Specify the element's left and right padding.

 * @param {boolean/string} [$align=false] - Specify the text align for the element.

 */

/**

 * Unstack an element.

 */

/**

 * Center an element on either or both axes.

 * @requires A parent container with relative positioning.

 * @param {string} [$direction=both] - Specify which axes to center the element on.

 */

/**

 * Apply a clearfix to an element.

 */

body {
  height: 100dvh;
  min-height: 100dvh;
  margin: 0; 
}




@font-face {

  font-family: 'Calibri';

  src: url("../fonts/Calibri.ttf");

  font-weight: 400; 
  font-display: swap;
}

@font-face {

   

  src: url("../fonts/Calibri_Bold.ttf");

  font-weight: 700; 
  font-display: swap;
}

@font-face {

  font-family: 'MyriadSetPro-Semibold';

  src: url("../fonts/MyriadSetPro-Semibold.ttf"); 
  font-display: swap;
}

@font-face {

  font-family: 'MyriadSetPro-Thin';

  src: url("../fonts/MyriadSetPro-Thin.ttf"); 
  font-display: swap;
}

@font-face {

  font-family: 'AvenirNextCondensed-DemiBold';

  src: url("../fonts/AvenirNextCondensed-DemiBold.ttf"); 
  font-display: swap;
}

#botonMovil {

  display: none; }



.menu {

  position: absolute;

  right: 50px;

  top: 97px;

  z-index: 9999; }

  .menu ul.list-unstyled {

    list-style: none; }

  .menu li {

    display: inline-block;

    /* AUDÍFONOS: */

    font-family: 'Calibri';

    font-size: 13px;

    color: #FFFFFF;

    font-weight: 300;

    padding-left: 20px; }

    .menu li a {

      text-decoration: none;

      color: #FFFFFF; }

    .menu li img {

      padding-right: 6px;

      margin-bottom: -3px; }



.logo {

  padding-top: 50px;

  position: absolute;

  padding-left: 65px;

  z-index: 9999; }



#footer {

  margin-top: 125px;

  height: 100px;

  position: relative;

  border-top: 1px solid RGBA(151, 151, 151, 0.35); }

  #footer .links {

    width: 285px;

    height: 15px;

    position: absolute;

    transform-style: preserve-3d;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    /* AVISO LEGAL | PROTEC: */

    font-family: 'Calibri';

    font-size: 13px;

    top: 40px; }

    #footer .links a {

      border-right: 1px solid #9B9B9B;

      padding-right: 6px;

      padding-left: 5px;

      text-decoration: none;

      color: #9B9B9B; }

    #footer .links a:last-child {

      border-right: none;

      padding-right: 0; }

  #footer .social {

    position: absolute;

    transform-style: preserve-3d;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    top: 70px; }

    #footer .social a {

      text-decoration: none; }

    #footer .social img {

      opacity: 0.5;

      padding-left: 5px; }

    #footer .social img:hover {

      opacity: 1; }



.buscador {

  position: absolute;

  top: 45px;

  right: 340px;

  cursor: pointer; }

  .buscador input {

    background-color: transparent;

    border: none;

    border-bottom: 1px solid #ffffff;

    font-family: 'Calibri';

    font-size: 13px;

    color: #FFFFFF;

    font-weight: 300;

    display: none;

    width: 0; }

  .buscador input:focus {

    outline-width: 0; }



.selectorBoton {

  /* Rectangle 23: */

  width: 272px;

  height: 45px;

  position: absolute;

  top: 35px;

  right: 45px;

  border-radius: 60px;

  border: 1px solid transparent;

  z-index: 99999; }

  .selectorBoton span {

    display: block; }

  .selectorBoton .selector {

    width: 152px;

    display: inline-block;

    height: 100%;

    border-radius: 60px 0px 0px 60px;

    background-color: rgba(255, 255, 255, 0.3);

    cursor: pointer; }

    .selectorBoton .selector a {

      text-decoration: none;

      padding-top: 8px;

      display: block;

      text-decoration: none;

      padding-left: 20px; }

      .selectorBoton .selector a img {

        display: inline-block;

        margin-top: 2px;

        padding-right: 10px; }

      .selectorBoton .selector a .contenido {

        position: absolute;

        display: inline-block; }

      .selectorBoton .selector a .arrowBot {

        /* Shape: */

        display: inline-block;

        content: "";

        display: inline-block;

        width: 0.4em;

        height: 0.4em;

        border-right: 0.1em solid #ffffff;

        border-top: 0.1em solid #ffffff;

        transform: rotate(135deg);

        margin-right: 0.4em;

        margin-bottom: 2px;

        position: absolute;

        top: 12px;

        margin-left: 83px; }

    .selectorBoton .selector .ciudad {

      /* Aural Madrid: */

       

      font-size: 13px;

      color: #FFFFFF; }

    .selectorBoton .selector .localizacion {

      /* Preciados 44: */

      font-family: 'Calibri';

      font-size: 11px;

      color: #FFFFFF; }

  .selectorBoton .boton {

    width: 120px;

    display: inline-block;

    /* RESERVA TU CITA: */

    background-color: #009EE2;

    height: 100%;

    position: absolute;

    border-radius: 0px 60px 60px 0; }

    .selectorBoton .boton a {

       

      font-size: 12px;

      color: #FFFFFF;

      padding-top: 15px;

      display: block;

      text-decoration: none;

      padding-left: 20px; }



.fade {

  position: fixed;

  height: 150%;

  width: 100%;

  background-color: black;

  z-index: 9999999;

  opacity: 0.6;

  display: none;



}



.fade2 {

  position: fixed;

  height: 100%;

  width: 100%;

  background-color: black;

  z-index: 99999;

  opacity: 0.6;

  display: none; }



@media (max-width: 1073px) {

  .selectorBoton {

    top: 146px; }



  .menu li {

    display: block !important;

    width: 100%;

    padding: 0 !important;

    padding-bottom: 10px !important;

    text-align: center; }



  .menu {

    width: 100%;

    z-index: 9999999;

    position: absolute;

    transform-style: preserve-3d;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    position: fixed;

    display: none; }



  .fade {

    position: fixed;

    height: 150%;

    width: 100%;

    background-color: black;

    z-index: 999999;

    opacity: 0.6;

    display: none; }



  .fade2 {

    position: fixed;

    height: 100%;

    width: 100%;

    background-color: black;

    z-index: 99999;

    opacity: 0.6;

    display: none; }



  #botonMovil {

    position: fixed;

    top: 33px;

    right: 50px;

    z-index: 9999999; }



  #botonMovil {

    display: block;

    z-index: 999999999; }



  #botonMovil span,

  #botonMovil span:before,

  #botonMovil span:after {

    cursor: pointer;

    border-radius: 1px;

    height: 5px;

    width: 35px;

    background: black;

    position: absolute;

    display: block;

    content: ''; }



  #botonMovil span:before {

    top: -10px; }



  #botonMovil span:after {

    bottom: -10px; }



  #botonMovil span, #botonMovil span:before, #botonMovil span:after {

    transition: all 150ms ease-in-out; }



  #botonMovil.active span {

    background-color: transparent !important; }



  #botonMovil.active span:before, #botonMovil.active span:after {

    top: 0; }



  #botonMovil.active span:before {

    transform: rotate(45deg); }



  #botonMovil.active span:after {

    transform: rotate(-45deg); }



  #botonMovil.active span,

  #botonMovil.active span:before,

  #botonMovil.active span:after {

    cursor: pointer;

    border-radius: 1px;

    height: 5px;

    width: 35px;

    background: white;

    position: absolute;

    display: block;

    content: ''; }



  .buscador {

    position: absolute;

    top: 20px;

    left: 64px;

    cursor: pointer;

    width: 200px;

    z-index: 9999; }



  .logo {

    position: absolute;

    transform-style: preserve-3d;

    left: 50%;

    transform: translateX(-50%);

    padding-left: 0px; }



  .selectorBoton {

    position: absolute;

    transform-style: preserve-3d;

    left: 50%;

    transform: translateX(-50%);

    z-index: 99999; } }

.dropdown {

  z-index: 99999; }



.selector {

  z-index: 99999; }



.dropdown-menu {

  padding: 0 !important;

  background-color: transparent !important;

  border: 0px !important;

  box-shadow: 0 0 0 transparent !important;

  z-index: 99999; }

  .dropdown-menu li {

    padding-bottom: 8px;

    padding-top: 8px;

    border-radius: 60px 60px 60px 60px;

    background-color: rgba(255, 255, 255, 0.3);

    margin-top: 3px; }

    .dropdown-menu li img {

      padding-left: 4px;

      padding-right: 9px; }

    .dropdown-menu li .contenido {

      display: inline-block; }

  .dropdown-menu li:hover {

    background-color: rgba(255, 255, 255, 0.6); }

  .dropdown-menu li:last-child {

    border: none; }



.dropdownItem {

  padding-left: 15px;

  cursor: pointer; }



.imagen-responsive {

  border: none;

  outline-style: none !important; }



.linkDetails {

  padding: 0 !important; }



.contenido1 {

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-repeat: no-repeat;

  background-image: url("../images/cabeceraBackground-audifonos.jpg");

  width: 100%;

  min-height: 923px;

  background-attachment: absolute;

  z-index: -1;

  top: 0;

  bottom: 0; }



.contenido2 {

  width: 100%;

  min-height: 640px; }



.seccion1 h1 {

   

  font-size: 79.72px;

  color: #4a4a4a;

  line-height: 87px;

  margin: 0;

  padding-top: 104px; }

.seccion1 p {

  /* El camino Aural es e: */

  font-family: 'Calibri';

  font-size: 20px;

  color: #4A4A4A;

  line-height: 27px;

  padding-right: 205px;

  margin-top: 0px;

  padding-top: 55px; }



.seccion2, .seccion3, .seccion4, .seccion5, .seccion6, .seccion7 {

  margin-top: 0; }



.seccion2Background {

  display: block; }



.lineaIndice {

  margin-left: 185px;

  margin-top: 170px;

  /* Rectangle 57: */

  background: #D8D8D8;

  border-radius: 100px;

  height: 5px;

  border: 0px; }



.bloqueIndice {

  position: absolute;

  margin-top: -80px;

  margin-left: 226px; }



.numeroIndice {

  /* 01: */

  font-family: 'Calibri';

  font-size: 49.72px;

  color: #979797;

  line-height: 87px;

  /* Oval 38: */

  margin-left: 33px;

  margin-top: 15px;

  cursor: pointer; }



.numeroIndice.active {

  color: #009EE2; }



.circuloIndice {

  border: 10px solid;

  border-color: #979797;

  width: 120px;

  height: 120px;

  border-radius: 100px;

  background: #FFFFFF;

  display: inline-block;

  margin-left: 23px; }

  .circuloIndice a {

    text-decoration: none; }



.circuloIndice.active {

  border-color: #009EE2; }



.seccion {

  padding-bottom: 100px;

  display: inline-block; }

  .seccion .numero {

    /* 01: */

    opacity: 0.29;

    font-family: 'Calibri';

    font-size: 319.72px;

    color: #9B9B9B;

    line-height: 220px;

    display: inline-block;

    margin-left: 210px; 
  }

  .seccion h1 {

    /* Conocer: */

     

    font-size: 79.72px;

    color: #4A4A4A;

    line-height: 87px;

    margin: 0;

    padding-left: 0px;

    margin-left: 210px;

    /* margin-top: -60px; */

    position: relative;

    padding-bottom: 30px; }

    .seccion h1 span {

      font-size: 58.72px;

      line-height: 87px; }

  .seccion .subtitulo {

    /* El audífono intelige: */

    font-family: 'Calibri';

    font-size: 38.72px;

    color: #4A4A4A;

    padding-left: 210px;

    padding-bottom: 35px; }

  .seccion ul {

    width: 461px;

    /* La escucha activa so: */

    font-family: 'Calibri';

    font-size: 20px;

    color: #4A4A4A;

    line-height: 27px;

    padding-left: 210px;

    margin: 0;

    padding-bottom: 35px;

    padding-top: 35px; }

  .seccion p {

    width: 461px;

    /* La escucha activa so: */

    font-family: 'Calibri';

    font-size: 20px;

    color: #4A4A4A;

    line-height: 27px;

    padding-left: 210px;

    margin: 0;

    padding-bottom: 30px; }

  .seccion .linkSeccion {

    /* Conoce más sobre WID: */

    font-family: 'Calibri';

    font-size: 20px;

    color: #009EE2;

    line-height: 27px;

    margin-left: 210px;

    margin-bottom: 100px;

    text-decoration: none;

    display: block; }

    .seccion .linkSeccion .arrowRight {

      content: "";

      display: inline-block;

      width: 0.4em;

      height: 0.4em;

      border-left: 0.1em solid #009EE2;

      border-top: 0.1em solid #009EE2;

      transform: rotate(135deg);

      position: relative;

      margin-left: 15px;

      margin-bottom: 2px; }

  .seccion .linkSeccion:hover {

    color: #007AAE; }



.imagen-responsive {

  display: inline-block;

  max-width: 100%;

  height: auto;

  padding-left: 10%; }



.imagen-responsive-izq {

  display: inline-block;

  max-width: 100%;

  height: auto;

  padding-left: 210px; }



.seccionBackground {

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  background-repeat: no-repeat;

  background-image: url("../images/bg-lineas.jpg");

  width: 100%;

  height: 130px;

  background-attachment: absolute;

  z-index: -1;

  top: 0;

  bottom: 0; }



.seccion3Background {

  background-image: url("../images/bg-lineas.jpg"); }



.seccion4Background {

  background-image: url("../images/bg-lineas.jpg"); }



.seccion5Background {

  background-image: url("../images/bg-lineas.jpg"); }



.seccion6Background {

  background-image: url("../images/bg-lineas.jpg"); }



.seccion7Background {

  background-image: url("../images/bg-lineas.jpg"); }



.cabecera {

  margin-left: 100px;

  font-family: 'Calibri';

  padding-top: 220px; }

  .cabecera h1 {

     

    font-size: 96.72px;

    color: #FFFFFF;

    line-height: 102px;

    margin: 0; }

  .cabecera p {

    /* En Aural somos espec: */

    font-size: 22px;

    color: #FFFFFF;

    line-height: 29px;

    max-width: 496px;

    margin-top: 0px;

    padding-top: 65px;

    margin-bottom: 80px; }

  .cabecera .boton {

     

    font-size: 17px;

    color: #FFFFFF;

    padding: 25px;

    background-color: #00D2FF;

    border-radius: 5px;

    text-decoration: none; }

  .cabecera .boton:hover {

    background-color: #00B5DC; }



.seccion1 {

  margin-left: 185px; }



.izq {

  padding-left: 210px; }



.dcha {

  padding-left: 10% !important; }



@media (max-width: 1200px) {

  .lineaIndice, .bloqueIndice, .numero {

    margin-left: 10% !important; }



  .seccion p {

    padding-left: 210px; }



  .imagen-responsive {

    position: relative;

    max-width: 350px;

    padding-left: 3% !important; }



  .izq {

    padding-left: 210px !important; } }

@media (max-width: 1073px) {

  .dcha {

    padding-left: 0 !important; }



  .izq {

    padding-left: 3% !important; }



  .linkSeccion {

    /* Conoce más sobre WID: */

    font-family: 'Calibri';

    font-size: 20px;

    color: #009EE2;

    line-height: 27px;

    margin-left: 0px !important;

    text-align: center;

    width: 100%;

    margin-bottom: 100px;

    text-decoration: none;

    display: block; }

    .linkSeccion .arrowRight {

      margin-bottom: 2px; }



  .seccion2Background {

    background-position: 72% center; }



  .lineaIndice, .bloqueIndice {

    margin-left: 10% !important; }



  .seccion p {

    padding-left: 50px;

    padding-right: 50px;

    margin-top: 50px;

    text-align: center;

    width: 100%; }

/*

  h1 {

    font-size: 51px !important;

    line-height: 50px !important;

    display: block !important;

    padding-left: 0px !important;

    margin-left: 0px !important;

    padding-right: 0px;

    width: 100%;

    position: relative !important;

    text-align: center;

    padding-bottom: 0px !important; }

    h1 span {

      font-size: 51px !important;

      line-height: 50px !important; }

*/

  .subtitulo {

    /* El audífono intelige: */

    font-family: 'Calibri';

    font-size: 30.72px !important;

    color: #4A4A4A;

    width: 100%;

    text-align: center;

    padding-left: 0px !important;

    padding-top: 35px;

    padding-bottom: 0px !important; }



    /*

  ul {

    width: 100% !important;

    padding-left: 0px !important;

    padding-right: 0px !important;

    margin-left: 0 !important;

    margin-right: 0 !important;

    text-align: center;

    max-width: 100% !important;

    list-style: none; }



  p {

    width: 100% !important;

    padding-left: 0px !important;

    padding-right: 0px !important;

    margin-left: 0 !important;

    margin-right: 0 !important;

    text-align: center;

    max-width: 100% !important;

    padding-bottom: 30px; }

    */



  .seccion1, .seccion2, .seccion3, .seccion4, .seccion5, .seccion6, .seccion7, .cabecera {

    display: block;

    margin-left: 10%;

    margin-right: 10%;

    padding-bottom: 0px; }



  .seccionBackground {

    display: block; }



  .bloqueIndice, .lineaIndice {

    display: none; }



  .numero {

    margin-left: 0px !important;

    font-size: 175px !important;

    display: block;

    line-height: 160px !important;

    height: 220px;

    text-align: center;

    width: 100%; }



  .seccion {

    margin-top: 125px; }



  .seccion p {

    font-size: 18px; }



  .contenido2 {

    min-height: 440px; }



  .seccion3Background {

    background-position: 83% 50%; }



  .seccion5Background {

    background-position: 83% 50%; }



  .imagen-responsive {

    position: absolute;

    transform-style: preserve-3d;

    left: 50%;

    transform: translateX(-50%);

    position: relative;

    max-width: 350px;

    padding-bottom: 50px; } }

.seccion a {

  color: black; }

.hidden {

  display:none;

}



/************************************/

/************************************/

/************************************/

/************************************/

/************************************/

/************************************/

/************************************/

/************************************/

/** nuevo diseño página audífonos ***/

/************************************/

/************************************/

/************************************/

/************************************/

/************************************/

/************************************/

/************************************/







body{

    background-color: #fff;

  }

  

  /*************************************** MARGIN **********************************/



  .m0{

    margin: 0 !important;

  }



  .m-auto{

    margin: 0 auto !important;

  }



  .m-t-60{

      margin-top:60px !important;

  }



  .m-t-120{

    margin-top:120px !important;

  }



  .m-t-10{

    margin-top:10px !important;

  }



  .m-t-80{

    margin-top:100px !important;

  }



  .m-t-40{

    margin-top:40px !important;

  }



  .margin-m{

      margin: 20px 0 !important;

  }

  

  .m-b-5{

    margin-bottom: 5px !important;

  }

  

  .m-b-10{

    margin-bottom: 10px !important;

  }

  

  .m-b-15{

    margin-bottom: 15px !important;

  }

  

  .m-b-20{

    margin-bottom: 20px !important;

  }

  

  .m-b-25{

    margin-bottom: 25px !important;

  }

  

  .m-b-30{

    margin-bottom: 30px !important;

  }

  

  .m-b-35{

    margin-bottom: 35px !important;

  }

  

  .m-b-40{

    margin-bottom: 40px !important;

  }

  

  .m-b-45{

    margin-bottom: 45px !important;

  }

  

  .m-b-50{

    margin-bottom: 50px !important;

  }

  .m-b-75{

    margin-bottom: 75px !important;

  }

  .m-b-36{

    margin-bottom: 36px !important;

  }



  .m-b-60{

    margin-bottom: 60px !important;

  }

  

  .m-b-100{

    margin-bottom: 100px !important;

  }



  .m-l--20{

      margin-left: -20px;

  }



  .m-10{

    margin: 10px !important;

  }



  .m-r-15{

    margin-right:15px !important;

  }



  .m-r-10{

    margin-right:10px !important;

  }



  .m-r-5{

    margin-right:5px !important;

  }



  .m-r-25{

    margin-right:25px !important;

  }



  .m-t-30{

    margin-top:30px !important;

  }



  .m-t-80{margin-top:80px !important}



  .m-t-20{margin-top:20px !important}

  .m-t-0{margin-top:0 !important}





    /*************************************** PADDING **********************************/



  .p0{

    padding:0;

  }



  .p-b-160{

    padding-bottom: 160px !important;

  }



  .p-b-100{

    padding-bottom: 100px !important;

  }

  .p-b-50{

    padding-bottom: 50px !important;

  }



  .p-b-20{

    padding-bottom: 20px !important; 

  }

  

  .p-b-15{

    padding-bottom: 15px !important; 

  }



  .p-b-200{

    padding-bottom: 200px !important;

  }



  .p-l-10{

      padding-left: 10px !important;

  }

  

  .p-t-200{

    padding-top:200px !important;

  }


  .p-t-60{

    padding-top:60px !important;

  }

  .p-t-20{

    padding-top:20px !important;

  }

  .p-t-150{

    padding-top: 150px !important;

  }


  .p-t-100{

    padding-top: 100px !important;

  }

  .p-10{

    padding:10px;

  }



  .p-20{

    padding:20px !important;

  }



  .p-t-0{

    padding-top:0 !important;

  }



  .p-b-0{

    padding-bottom:0 !important;

  }



  .p-15{

    padding:15px;

  }

  



  /*************************************** FLEXBOX **********************************/





  .flex-column{

    display:flex;

    flex-direction:row;

  }
   .justify-content-start {
    justify-content: flex-start;
  }

   .justify-content-center {
    justify-content: center;
  }

  .align-items-start {
    align-items: flex-start;
  }

   .align-items-center {
    align-items: center;
  }
  .align-self-end {
    align-self: flex-end;
  }
  .h-100 {
    min-height: 100%;
  }
  .w-100 {
    width: 100%;
  }
  .object-cover {
    object-fit: cover;
  }

  .flex-column-reverse{

    display:flex;

    flex-direction:row;

  }



  .u-text-center{

    text-align:center !important;

  }

  .u-cursor-pointer{
    cursor: pointer;
  }


  .u-d-flex{

      display:flex;

  }

  

  .flex-table{

    display: flex;

    align-items:center;

  }



  .flex-center-all{

    display:flex;

    align-items:center;

    justify-content:center;

  }

  

  .flex-table-row{

    flex-direction: column;

  }

  

  .flex-table-row > p,

  .flex-table > p {

    margin: 0;

    padding: 0;

    text-align: left;
    width: calc(100% - 40px);
  }



  .flex-all{

    display:flex;

    align-items:center;

    justify-content: center;

  }



  

  .flex-col-2{

    flex-basis:calc(100%/2);

  }

  

  .flex-col-4{

    flex-basis:calc(100%/4);

  }

  .flex-col-40{
    width:40%;
  }

  .flex-col-60{
    width:60%;
  }

  .flex-col-5{

    flex-basis:calc(100%/5);

  }



  .flex-col-3{

    flex-basis:calc(100%/3);

  }

  .flex-col {
    flex-grow: 1;
  }

  .flex-col-auto {
    flex-basis: fit-content;
  }



  .flex-col-6{

    flex-basis:calc(100%/6);

  }

  .flex-col-v2-left{
    width: 400px;
  }

  .flex-col-v2-right{
    width: calc(100% - 400px);
    padding: 0 0 0 80px;
  }

  @media(max-width:992px){

    .flex-col-v2-left{
      width: 100%;
    }
  
    .flex-col-v2-right{
      width: 100%;
      padding: 10px 0 0 0;
    }

  }

  @media(max-width:768px){

      .flex-col-v2-left br{
        display: none;
      }

      .flex-col-40{
        width:100%;
      }

      .flex-col-60{
        width:100%;
      }

      .seccion h1 {
        margin-left: 0;
      }

      .seccion p{
        margin-top: 0;
      }

      .seccion {
        margin-top: 0; 
      }
  }
  



    /*************************************** CONT **********************************/



  

  .container-1200{

    max-width:1200px;

    margin:0 auto;

  }

  .container-500{
    max-width:500px;
    margin:0 auto;
  }

  .container-600{
    max-width:600px;
    margin:0 auto;
  }


  .container-800{

    max-width:800px;

    margin:0 auto;

  }


  .container-xxl{

    max-width:1390px; 

    margin:0 auto;

  }

  .container-1000{

    max-width:1000px;

    margin:0 auto;

  }



  .cont-section{

    padding: 75px 15px;

    font-family: 'gotham';

    color: #696969;

    font-size: 16px;
    line-height:26px;

  }





/******************************************** PESTAÑAS ********************************/





  .pc-tab > input,

.pc-tab section > div {

  display: none;

}



.pc-tab label{

    display: flex;

    flex-direction: column;

}



#tab1:checked ~ section .tab1,

#tab2:checked ~ section .tab2,

#tab3:checked ~ section .tab3,

#tab4:checked ~ section .tab4,

#tab5:checked ~ section .tab5,

#tab6:checked ~ section .tab6   {

  display: block;

}



#tab1:checked ~ nav .tab1,

#tab2:checked ~ nav .tab2,

#tab3:checked ~ nav .tab3,

#tab4:checked ~ nav .tab4,

#tab5:checked ~ nav .tab5,

#tab6:checked ~ nav .tab6 {

    cursor: default;

    border-bottom-color: transparent;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-bottom: 20px solid #696969;

    content: '';

    height: 0;

    bottom: 0px;

    left: calc(50% - 15px);

    width: 0;

    position:relative;

}



.tab--disabled{

  display: none;

}





/******************************************** SLIDER ********************************/



.slider.slider-2 {

  padding-top: 0;

  height: 30vh;

  border: 1px solid #777;

  border-radius: 20px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);

}

.slider {

  overflow: hidden;

  position: relative;

  height:100%;

}

.slider:not(:hover) .slider-handler {

  display: block;

}

.slider-loader {

  display: none;

}

.slider-loader:before {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 58px;

  height: 58px;

  margin-top: -30px;

  margin-left: -30px;

  content: "";

  border: 2px dashed #fff;

  border-radius: 50%;

}

.slider-loading .slider-loader {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  display: block;

}

.slider-stage {

  position: relative;

  top: 0;

  bottom: 0;

  left: 0;

  font-size: 0;

  white-space: nowrap;

  will-change: transform;

}

.slider-animate .slider-stage {

  transition-duration: 500ms;

  transition-property: transform;



}

.slider-item-container {

  position: relative;

  display: inline-block;

  height: 100%;

  font-size: 1rem;

  white-space: normal;

}

.slider-item {

  display: block;

  width: 100%;

  max-height: 100%;

  max-width: 100%;

}

.slider-handler {

  position: absolute;

  bottom: 50%;

  z-index: 100;

  padding: 5px;

  cursor: pointer;

  background-color: transparent;

  transform: translateY(50%);

}

.slider-handler-next {

  right: 0;

  border-radius: 10px 0 0 10px;

}

.slider-handler-prev {

  left: 0;

  border-radius: 0 10px 10px 0;

}



.h-slider-arrow{

  height: 30px;

  width: 30px;

}



.h-slider-img{

  width:600px !important;

}



.p-img-slider{

  padding:20px 0;

}





/******************************************** INFO TABS ********************************/





.tabset-info > input[type="radio"] {

  position: absolute;

  left: -200vw;

}



.tabset-info .tab-panel-info {

  display: none;

}



.tabset-info > input:first-child:checked ~ .tab-panels-info > .tab-panel-info:first-child,

.tabset-info > input:nth-child(3):checked ~ .tab-panels-info > .tab-panel-info:nth-child(2),

.tabset-info > input:nth-child(5):checked ~ .tab-panels-info > .tab-panel-info:nth-child(3),

.tabset-info > input:nth-child(7):checked ~ .tab-panels-info > .tab-panel-info:nth-child(4),

.tabset-info > input:nth-child(9):checked ~ .tab-panels-info > .tab-panel-info:nth-child(5),

.tabset-info > input:nth-child(11):checked ~ .tab-panels-info > .tab-panel-info:nth-child(6),

.tabset-info > input:nth-child(13):checked ~ .tab-panels-info > .tab-panel-info:nth-child(7){

  display: block;

}



.tabset-info input[type="radio"] + label {

  margin: 0 0;

}



.tabset-info > label {

  position: relative;

  display: inline-flex;

  align-items: flex-start;

  border: 1px solid transparent;

  border-bottom: 0;

  cursor: pointer;

  font-weight: 600;

  border-top: 1px solid #696969;

  border-bottom: 1px solid #696969;

  margin: 0 20px !important;

  font-size: 28px;

    line-height: 34px;

    padding:20px 15px;

}



.tabset-info .col--5{

  width: calc(20% - 40px);

  margin: 0 20px !important;

  font-size: 25px;

  line-height: 28px;

  padding: 20px 10px;

}



.tabset-info .col--4{

  width: calc(25% - 44px);

}



.tabset-info .col--2{

  width: calc(50% - 40px);

}



.tabset__text-image{

  display:flex;

  flex-direction: row;

}



.tabset__text-image-left{

  width:200px;

}



.tabset__text-image-left-element{

  width:100%;

}





.tabset__text-image-right{

  width:calc(100% - 200px);

  padding:0 0 0 30px;

}



.tabset__text-image-right--w100{

  width:100%;

}







.tabset-sub{

  position: absolute;

  top: -90px;

  font-size: 135px;

  font-weight: 100;

  color: #CDA84F;

}



.tabset-info input[type="radio"]:checked + label{

  color: white;

}



.tabset-info input[type="radio"] + label span {

  display: contents;

  vertical-align: none;

  width: auto;

  height: auto;

  background: none;

  border-radius: 0;

  margin-right: 0;

}



.tabset-info > input:checked + label {

  background-color: #696969;

}



.tab-panel-info {

  padding: 40px 20px 0 20px;

}



.tabset-info {

  max-width: 100%;

  display: flex;

    flex-wrap: wrap;

}



.tabset-extra-top{

  margin-top: 120px;

}



.tabset-mobile-title{

  font-size:21px;

  line-height: 24px;

}



@media(min-width:768px) and (max-width:992px){

  .tabset-info > label {

    font-size: 23px;

    line-height: 26px;

  }



  

}



@media(max-width:768px){

  

  .tabset-extra-top{

    margin-top: 30px;

  }

  

  .tabset-info .col--5 {

    width: calc(20% - 10px);

    margin: 0 5px !important;

    font-size: 17px;

    line-height: 23px;

    padding: 10px 8px;

}



  .tabset-info .col--4{

    width: calc(25% - 10px);

  }



  .tabset-info .col--2{

    width: calc(50% - 12px);

  }



  .tabset-info > label {

    margin: 0 5px !important;

    font-size: 20px;

    line-height: 26px;

    padding: 10px 5px;

    justify-content: center;

    text-align:center;

  }



  .tab-panel-info {

    padding: 25px 10px 0 10px;

  }



  .tabset__text-image{

    flex-direction: column;

  }



  .tabset__text-image-left{

    width:100%;

  }

  

  .tabset__text-image-left-element{

    width:150px;

    margin: 0 auto;

  }

  

  

  .tabset__text-image-right{

    width:100%;

    padding:20px 0 0 0;

  }

}



/******************************************** HOVER TABS ********************************/





#tabs {

  position: relative;

  height: auto;

  width: 100%;

  margin: 0 auto;

  border-radius: 5px;

  padding: 0;

}



#tabs ul {

  position: relative;

  list-style: none;

    margin: 0;

    padding: 0;

    display: flex;

    width:100%;

    color: #696969;

}



.mejor-audifono .tab1{

  background-color:#a3c4c5;

}



.mejor-audifono .tab2{

  background-color:#b4cece;

}



.mejor-audifono .tab3{

  background-color:#c5d9d9;

}



.mejor-audifono .tab4{

  background-color:#d5e5e4;

}



.mejor-audifono .tab5{

  background-color:#fce8c8;

}





#tabs li.tab1,

#tabs li.tab2,

#tabs li.tab3,

#tabs li.tab4,

#tabs li.tab5,

#tabs li.tab6,

#tabs li.tab7,

#tabs li.tab8{

  flex-basis: calc(100%/5);

  margin: 10px;

  padding:10px;

  cursor:pointer;

  border-top:1px solid #696969;

  border-bottom:1px solid #696969;

  line-height:20px;

}



#tabs li.first {

  margin-top: 10px;

}



#tabs .tabcontent {

  position: absolute;

  z-index:1;

  height: auto;

  width: 100%;

  top: 229px;

  left: 0;

  border-radius: 5px;

  text-align: center;

  background-color:white;

  color: #696969!important;

  

  -webkit-transition: all 0s ease-in;

  -moz-transition: all 0s ease-in;

  -o-transition: all 0s ease-in;

}



#tabs li.tab1:hover .tabcontent,

#tabs li.tab1:focus .tabcontent,

#tabs li.tab1:active .tabcontent,

#tabs li.tab2:hover .tabcontent,

#tabs li.tab2:focus .tabcontent,

#tabs li.tab2:active .tabcontent,

#tabs li.tab3:hover .tabcontent,

#tabs li.tab3:focus .tabcontent,

#tabs li.tab3:active .tabcontent,

#tabs li.tab4:hover .tabcontent,

#tabs li.tab4:focus .tabcontent,

#tabs li.tab4:active .tabcontent,

#tabs li.tab5:hover .tabcontent,

#tabs li.tab5:focus .tabcontent,

#tabs li.tab5:active .tabcontent,

#tabs li.tab6:hover .tabcontent,

#tabs li.tab6:focus .tabcontent,

#tabs li.tab6:active .tabcontent,

#tabs li.tab7:hover .tabcontent,

#tabs li.tab7:focus .tabcontent,

#tabs li.tab7:active .tabcontent,

#tabs li.tab8:hover .tabcontent,

#tabs li.tab8:focus .tabcontent,

#tabs li.tab8:active .tabcontent

{

  z-index:3;

  background: white;

  color:black;

  opacity:1;

  -webkit-transition : opacity 0s ease-in;

}









.tab-situation{

  display: flex;

    flex-direction: column;

    height:100%;

    text-align:left;

}



.tab-h-100{

  height:100%;

  line-height: 18px;

    margin-bottom: 10px;

}



.tab-dot{

  width: 20px;

  height: 20px;

  background-color: white;

  margin-right: 5px;

  border-radius: 20px;

}



.tab-dot-white{

  background-color: white;

}



.tab-dot-blue{

  background-color: #3ba2da;

}



.tab-dot-red{

  background-color: #e2604b;

}



.tab-dot-yellow{

  background-color: #f9f107;

}



.tab-dot-green{

  background-color: #3fa447;

}







.h-situation-tab{

  width:100%;

}



@media (max-width:767px){



  /*

  #tabs ul {

    display: inherit;

}



#tabs .tabcontent {

  position: relative;

  height: auto;

  width: 100%;

  top: 20px;

  

}



.tab-situation{

  text-align:center;

}



.h-situation-tab{

  width:100%;

  max-width:360px;

  margin: 0 auto;

}

*/



.h-situation-tab{

  width:100%;

  max-width:250px;

  margin: 0 auto;

}

}







/******************************************+* STEPS *************************************/



.steps__cont{

  display:flex;

  justify-content: space-around;

  text-align:Center;

  margin: 0 10% 20px 10%;

}



.steps__number{

  width: 60px;

    height: 60px;

    background-color: #bac1ca;

    border-radius: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 35px;

    font-weight: 800;

    color: #1e2e54;

    position:relative;

}



.steps__number--year{

  width: 80px;

  height: 80px;

  background-color: #ffffff;

  color: #1e2e54;

  border: 3px solid #706f6f;

   

  font-size:25px;

}



.steps__number-img{

  width: 48px;

  position: absolute;

  top: -30px;

  left: -10px;

}



.steps__number-img--right{

  left: 16px;

}



.steps__number--empty{

  background-color: transparent;

}



.steps__space{

  width:calc(100%/3 - 80px);

  display: flex;

  align-items: center;

  justify-content: space-evenly;

}



.steps__space--year{

  width:calc(100%/3 - 106.666px);

}



.steps__cont-text{

  display:flex;

  justify-content:space-between;

  text-align:center;

  margin-bottom: 80px;

}







.steps__cont-text-element{

  width:calc(100%/4);

}



.steps__cont-text-element-text{

  /*height: 125px;*/

  color: #1e2e54;

  font-size: 17px;

  line-height: 23px;

  padding: 0 20px 10px;

}



@media (max-width: 1079px){

  .steps__cont-text-element-text{

    /*height: 170px;*/

    line-height: 21px;

  }

}



@media (max-width: 890px){

  .steps__cont-text-element-text{

    /*height: 165px;*/

    font-size: 16px;

    line-height: 21px;

  }

}



.steps__cont-text-element-text--style-gray{

  color: #706f6f;

  text-align: left;

}





.steps__space-dot{

  background-color:#bac1ca;

  border-radius:6px;

  width:6px;

  height:6px;

}



.steps__space-dot--dark-gray{

  background-color:#706f6f;

}



.steps__cont-img{

  width: 100%;

  max-width:180px;

  margin: 0 auto;

}



.steps__cont-text-element-number-mobile{

  display:none;

  border-radius: 30px;

  margin: 0 auto;

  color: #29385e;

  align-items: center;

  justify-content: center;

  font-size: 34px;

  padding: 15px;

}



@media (max-width: 768px){



  .steps__cont-text-element-number-mobile{

    display:flex;

  }



    .steps__cont{

      display:none;

    }



    .steps__cont-text{

      flex-wrap:wrap;

      margin-bottom:0;

    }



    .steps__cont-text-element{

      width:100%;

    }



    .steps__cont-text-element-text{

      height:auto;

      margin-bottom: 10px;

      border-top:1px solid #d6d8dd;

    }



    .steps__cont-img{

      margin-bottom:30px;

    }

}



.text-obl{

  border-top: 1px solid #00295A;

  border-bottom: 1px solid #00295A;

  font-size: 35px;

  text-align: center;

  max-width: 260px;

  color: #00295A;

  line-height: 39px;

  padding: 5px 0;

  margin: 40px auto 0 auto;

  transform: rotate(-10deg);

}



/******************************************** UTILIDADES ********************************/



input:focus, 

input.form-control:focus,

div:focus,

button:focus {



  outline:none !important;

  outline-width: 0 !important;

  box-shadow: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

}



.u-d-inline{

  display:inline-flex;

}



.pos-relative{

  position: relative !important;

}



.u-w-100{

  width: 100%;

}

  .u-f-l{

    float:left;

  }



  .u-f-r{

    float:right;

  }



  .u-f-l-reverse-responsive{

    float:left;

  }



  .u-f-r-reverse-responsive{

    float:right;

  }





  .flex-column > div > p {margin: 0; padding: 0;}

  

  #aud_cabecera .logo {position: relative;}

  

  .mar-p{

    margin: 20px;

  }

  

  .pad-p{

    padding: 20px;

  }



  

  .font-bold{

    font-family: 'gotham' !important;
    font-weight: 600 !important;
  }

  .font-bold-2 {
    font-family: 'Gotham-new';
    font-weight: 500;
  }

  .font-regular{


  }

  

  .aud-btn{

    margin: 0px auto;

    display: block;

    border: 0;

    border-radius: 7px;

    padding: 6px 25px;

    font-size: 27px;

    color: white;

    cursor: pointer;
    width: max-content;
  }



  .aud-btn--xl{

    font-size:40px;

  }



  .aud-btn-center{

    margin: auto;

  }



  .img-center{

    margin: auto;

  }



  .aud-btn-rounded{

    border-radius:100px;

  }



  .aud-btn--left{

    margin: 0;

  }



  .btn-blue{

    background-color: #00295A;

  }



  .btn-orange{

    background-color:#00295A;

  }

  

  .aud-title-1{

    font-size: 62px !important;

    line-height: 60px !important;

  }

  

  .aud-title-2{

    font-size: 48px;

    margin-top: 0;

    line-height: 56px;

  }

  

  .aud-title-3{

    font-size: 30px;

    line-height: 33px;

  }



  .aud-title-4{

    font-size: 90px !important;

    line-height: 90px !important;

  }



  .aud-title-5{

    font-size:39px; 

    line-height:45px;

  }

  .aud-title-6{

    font-size: 46px;
    line-height: 49px;

  }

  

  .aud-cont-title{

    /*border-top: 1px solid #696969;

    border-bottom: 1px solid #696969;*/

    padding: 5px 0px !important;

    font-size: 24px;

    margin-bottom: 15px !important;

    margin-top: 20px !important;

    line-height: 32px;

  }



  .aud-cont-title-gray{

    border-top: 1px solid #696969;

    border-bottom: 1px solid #696969;

    padding: 5px 0px !important;

    font-size: 24px;

    margin-bottom: 15px !important;

    margin-top: 20px !important;

    line-height: 32px;

  }

  

  .border-bottom-gray{

    border-bottom: 1px solid #696969;

    padding-bottom: 20px;

  }



  .border-gray{

    border: 1px solid #696969;

  }

  

  .block-text-2{

    border: 1px solid #ffffff73;

    padding: 15px;

  }

  

  .aud-list-1

  {

    padding-left: 20px !important;

    list-style: disc !important;

  }



  .aud-list-2

  {

    padding-left: 0 !important;

    list-style: none !important;

  }



  .aud-list-2 li:before{

    content: "\2022";

    color: #CDA84F;

    display: inline-block;

    padding-right: 3px;

    font-size: 33px;

    line-height: 10px;

    vertical-align: -5px;

    width: 17px;

  }

  

  .aud-border-right-white{

    border-right: 1px solid #ffffff73;

  }



  .aud-border-right-gray{

    border-right: 1px solid #696969;

  }

  

  .reset-pad-top{

    padding-top: 0 !important;

  }



  .reset-pad-right{

    padding-right: 0 !important;

  }

  

  .aud-arrow-negative{

    margin-left: -45px;

  }

  

  .aud-arrow-negative-2{

    margin-left: -35px;

  }

  

  .aud-arrow-negative-3{

    margin-left: -15px;

  }

  

  

  .bold-orange{

    font-family: 'gotham';
    font-weight: 600;
    color: #00295A;

  }

  

  .big-text-2{

    font-size: 22px;

    line-height: 28px;

  }

  

  .hr-txt-1{

    width: 50%;

    margin: 7px 55px;

  }



  .hr-orange{

    max-width:250px;

    border-top:1px solid #e2604b;

    margin: 0 auto;

  }

  

  .hr-txt-2{

    width: 50%;

    margin: 8px 55px;

  }

  

  .aud-list-1 > li {

    margin-bottom: 10px;

  }



  .aud-list-2 > li {

    margin-bottom: 0;

  }

  

  .extra-pad-left{

    padding-left: 50px;

  }

  

  .extra-pad-right{

    padding-right: 50px;

  }

  .extra-pad-right-2 {
    padding-right: 0;
  }
  .extra-pad-left-2 {
    padding-left: 0;
  }
  @media (min-width:768px) {
    .extra-pad-right-2 {
      padding-right: 40px;
    }
    .extra-pad-left-2 {
      padding-left: 40px;
    }
  }
  .extra-pad-right-3 {
    padding-right: 0;
  }
  .extra-pad-left-3 {
    padding-left: 0;
  }
  @media (min-width:768px) {
    .extra-pad-right-3 {
      padding-right: 12px;
    }
    .extra-pad-left-3 {
      padding-left: 12px;
    }
  }

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

  .img-plan-audicion{

    position: relative;

    top: -150px;

    margin: 0 auto;

    display: block;

    margin-bottom: -160px;

    width: 100%;

    max-width: 430px;

  }

  

  .img-audifonos{

    max-width: 260px;

    width: 100%;

  }

  

  .txt-white{

    color: white;

  }



  .txt-gray{

    color: #00295A;
    font-size: 18px;
    line-height: 27px;
  }



  .txt-orange{

    color: #CDA84F !important;

  }

  

  .txt-dark-blue{

    color: #1e2e54;

  }

  



  .extra-pad-20{

    padding-left: 0px !important;

  }

  

  .img-audifonos-widex{

    margin: 30px auto 0 auto;

    display: block;

    width: 100%;

  }

  

  .ta-center{

    text-align: center !important;

  }

  .ta-center p{
    text-align:center;
  }

  

  .icn-v{

    width: 36px;

    margin-right: 15px;

  }

  

  .cont-aud-contact{

    position: fixed;

    right: 30px;

    bottom: 30px;

    z-index: 3;

  }

  

  .aud-contact{

    background-color: #009EE2;

    border-radius: 70px;

    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

  }

  

  .icn-aud-contact{

    height: 40px;

  }

  

  .cont-button{

    padding: 0px 20px;

  }

  

  .flex-form{

    display: flex;

    justify-content: flex-end;

    align-items: flex-end;

    flex-direction: column;

  }

  

  .cont-elements-form{

    display: flex;

    justify-content: flex-end;

    padding: 0 20px !important;

    margin-bottom: -290px;

    position: relative;

    right: -40px;

  }

  

  .cont-input-form{

    width: 320px;

    margin: 0 auto;

  }

  

  .aud-label-form{

    position: relative;

    top: 22px;

    left: 15px;

    width: 50px;

  }

  

  .aud-input-form{

    padding: 14px;

    border-radius: 6px;

    border: 0;

    background-color: #ffffff6e;

    padding-left: 90px;

    width: 215px;

    margin-top: -10px;

    color: white;

    font-weight: bold;

    font-size: 15px;

  }

  

  .btn-send-form{

    width: 100%;

    margin-top: 15px;

    background-color: #3d9ee2;

    border: 0;

    padding: 10px;

    border-radius: 6px;

    font-size: 22px;

    color: #fff;

    cursor: pointer;

     

  }

  

  .no-decoration{

    text-decoration: none;

  }

  

  .ancla-form{

    position: relative;

    bottom: 200px;

  }

  

  .espaciado-cab{

    height:150px;

  }


  .menu-space{
    height:110px;
  }

  @media(min-width:1400px){
    .menu-space{
      height:80px;
    }
  }
  

  .bg-aud-cab{

    background-repeat: no-repeat;

    background-color: #000;

    background-position: center right;

  }



  .bg-aud-cab--white{

    background-color: white !important;

  }



  .bg-size-xxl{

    background-size: 2200px !important;

  }



  .bg-aud-cab-position{

    background-position:top right;

  }

  

  .bg-soluciones{

    background-repeat: no-repeat;

    background-color: #000;

    background-size: 1270px;

    background-position: center top;

  }

  

  .bg-gray{

    background-color:#efefef;

  }



  .bg-light-gray-2{

    background-color:#f8f8f8;

  }
  
  .bg-light-gray-3{

    background-color:#f5f5f5;

  }




  .bg-dark-gray{

    background-color:#696969;

  }

  

  #botonMovil span, #botonMovil span:before, #botonMovil span:after{

    background: #e2604b;

  }

  

  .social a img {

    filter: inherit;

  }

  

  img {

    max-width: inherit;

    height: auto;

  }

  

  .form-group {

    background-color: #fff;

    color: #696969;

    padding: 4px 15px;

  }

  .flex-form .form__btn-sticky{
    margin: auto;
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 0 0 15px 0;
    background-color: transparent;
  }

 
  

  .btn-form {
    background-color: #00295A;
    position: relative;
  }

  

  .hidden-xs{

    display: block !important;

  }

  

  .visible-xs{

    display: none !important;

  }

  

  .txt-legal{

    color: #fff;

    font-size: 15px;

  }



  .txt-legal-gray{

    color: #696969;

    font-size: 15px;

  }

  

  .txt-politica{ 

    font-size: 11px;

    line-height: 13px;

    margin-top: 10px;

    color: #696969;

    padding:0px 10px;

  }



  .txt-politica--modal{

    color: #696969 !important;

  }

  

  .message-ok {

    margin: 0px 10px 15px 10px;

    padding: 15px 15px;

    line-height: 20px;

    font-size: 16px;

  }

  

  .title-h1-mobile{

    font-size: 34px;

     

    line-height: 31px;margin-left:-20px;

  }

  

  .aural-title-form{

    font-size: 23px;

    line-height: 22px;

     

  }



  .dropdown-menu-new{

    background-color:rgba(255, 255, 255, 0) !important;

    margin-top: 15px !important;

  }



  .dropdown-cont-scroll {

    background-color: #000000c2 !important;

    border-radius: 0px 0px 10px 10px!important;

    margin-top: 19px !important;

  }

  

  .dropdown-cont{

    background-color: rgba(0, 0, 0, 0.15) !important;

    color: white !important;

    border-radius: 10px 10px 10px 10px !important;

    padding: 5px !important;

    padding: 15px 0px !important;

  }



  



  .dropdown-link{

    color:white !important;

    font-size:17px !important;

  }



  .dropdown-link:hover{

      background-color:transparent !important;

       

  }



  .aud-subtitle{

    font-size: 24px;

    line-height: 30px;

  }

  

  .podemos-ayudarte{

    max-width: 200px;

    margin: 0 auto;

    font-size: 40px;

    line-height: 41px;

    border-top: 1px solid #e2604b;

    border-bottom: 1px solid #e2604b;

    padding: 7px 0 12px 0;

    margin-bottom: 50px;

    text-align: center;

  }



  .tam-aud-infantil{

      height: 120px;

      margin: 20px auto 0 auto;

  }



  .img-aud-precio-2{

    max-width: 340px;

    margin: 0 auto;

    width:100%;

  }



  .extra-pad-pc-220{

      padding-right: 220px;

  }



  .aud-btn-small{

    display: inline-block;

    border: 0;

    border-radius: 11px;

    padding: 4px 25px;

    font-size: 16px;

    color: white;

    cursor: pointer;

    line-height: 17px;



  }



  .aud-btn-small--extrapad{

    padding: 12px 25px;

  }



  .cont-txt{

    justify-content: start;

    display: flex;

    flex-direction: column;

    height: calc(100% - 40px);

  }



  .cont-btn{

    height:42px;

    margin-top: 10px;

  }



  .title-tab-element{

    border-top: 1px solid #696969;

    border-bottom: 1px solid #696969;

    padding: 5px 0px !important;

    font-size: 18px;

     

    background-color: white;

  }



  .cont-probar{

    font-size: 27px;

    padding: 10px 0;

    line-height: 33px;

  }



  .u-fs-30{

    font-size:30px;

  }



  .price-box{

    background-color: #e2604b;

    padding: 15px;

    font-size: 23px;

    line-height: 25px;

    border-radius: 18px;

  }



  .h-audifono{

    max-width: 150px;

    width:100%;

  }



  .h-audifono-big{

    max-width: 600px;

    width:100%;

  }



  .bg-light-gray{

    background-color: #efefef;

  }



  .cont-ayuda-entornos{

    background-color: #f3f2f5;

    width: max-content;

    margin: 0 auto;

    padding: 10px 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

  }





  

  .arrow-title-1{

    margin-left:-40px;

  }



  .arrow-subtitle-1{

    margin-left:-15px;

  }



/*

  .aud-title-2{

    margin-left:-35px;

  }



  */





  .img-ayudas{

    max-width: 440px;

    width: 100%;

  }



  .ml-2 {

    width: 100%;

  }



  .img-precio-intracanal{

    max-width:430px;

    width:100%;

    margin-top:-30px;

  }



  .img-nino-1{

    width:100%;

    max-width:550px;

  }



  .bg-nino{

    background-size: 1660px;

    background-position: right;

    background-repeat: no-repeat;

    background-position-y: -70px;

  }



  .img-precio-retro {

    max-width: 360px;

    width: 100%;

      margin: -40px auto 0 auto;

  }



  .big-text-3{

    font-size:24px;

    line-height: 27px;

  }



  .img-ayudas-precio{

      position: relative;

      top: -50px;

      margin: 0 auto;

      display: block;

      margin-bottom: -120px;

      width: 100%;

      max-width: 420px;

  

  }



  .header-mask{

    height:112px;

    margin-top:-80px;

    margin-bottom: -40px;

    background-size:cover;

    background-position: center;

  }



  .header-mask-negative{

    margin-top: 0px;

    position: relative;

    top: -10px;

    margin-bottom: -90px;

  }



  .top-mask{

    height:112px;

    margin-top:-114px;

    margin-bottom: -2px;

    background-size:cover;

    background-position: center;

    position:relative;

  }



  .bottom-mask{

    height:112px;

    margin-top:-12px;

    margin-bottom: -10px;

    background-size:cover;

    background-position: center;

  }



  .bottom-mask-negative{

    margin-top:-80px;

  }



  .visible-lg{

    display: block;

  }



  .arrow-subtitle-2{

    margin-left:-35px;

  }



  .arrow-subtitle-3{

    margin-left:-25px;

  }


  .arrow-subtitle-4{

    margin-left:-5px;

  }


  .border-bottom-0{

    border-bottom:0;

  }



  .arrow-interactive{

    cursor: default;

    border-bottom-color: transparent;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-bottom: 20px solid #696969;

    content: '';

    height: 0;

    bottom: 0px;

    left: calc(50% - 15px);

    width: 0;

    position: relative;

  }

  

  .cont-arrow-interactive{

    display:flex;

    flex-direction:row;

  }



  .h-cuadro-interactivo{

    height:900px;

  }



  .block-scroll{

    overflow: hidden;

  }

 

  .bg-aud-cab .padding-reset-ayudas{

    padding-top: 150px !important;

  }



  .block-1{

    display: flex;

    align-items: start;

    flex-direction: column;

    justify-content: center;

    padding: 40px;

  }





  .title-new{

    padding: 10px 0 10px 0;

    border-top: 1px solid #696969;

    border-bottom: 1px solid #696969;

    font-size: 28px;

    line-height: 33px;

    margin-bottom: 30px;

  }



  .list-block__left{

    width:15px;

  }



  .list-block__left-dot{

    height:10px;

    width:10px;

    background-color:#CDA84F;

    border-radius:10px;

    margin-top:8px;

  }

  .list-block__left-dot--gray{
    background-color:#696969;

  }

  .list-block__right{

    width:calc(100% - 15px);
  }


/*
  .negative-footer{

    margin-bottom: -125px !important;

  }

*/

  #causas-hipoacusia,

  #audiometria-infantil{

    position:relative;

    top:-120px;

  }



  



   /*************************************** EXCEPCIONES **********************************/



   @media (min-width: 999px) and (max-width:1500px){

      .bg-tinnitus{

        background-size: cover !important;

      }

   }

   

   @media (min-width: 768px) and (max-width:1000px){

      .bg-tinnitus{

        background-size: cover !important;

        background-position-x: -1490px;

      }

    }



   



    



    @media(min-width:1074px) and (max-width:1400px){

      .logo {

        padding-top: 25px;

        padding-left: 35px;

      }



      .logo img {

        height: 60px;

      }

    }





/************************ IMÁGENES ************************/



    .img-oido{

      width:100%;

      max-width: 730px;

      position: absolute;

      top: -160px;

    }



    .img-hipoacusia-1{

      width:100%;

      max-width: 540px;

      position: absolute;

      margin: 0 auto !important;

    }



    .img-hipoacusia-2{

      width:100%;

      max-width:500px;

      position: relative;

      top: -40px;

      margin-bottom: -40px !important;

    }



    .img-audiometria{

      width:100%;

      max-width:500px;

    }



    .img-kids-1{

      width:100%;

      max-width: 500px;

      position: absolute;

      top: -60px

    }



    .img-kids-2{

      width:100%;

      width: 730px;

      position: absolute;

      left: -70px;

      top: -145px;

    }



    .img-kids-3{

      width:100%;

      max-width:440px;

      position: absolute;

      top: -110px;

    }



    .img-audifono-infantil{

      width: 100px;

      position: absolute;

      top: -70px;

      margin-left: 20px;

    }



    .img-aud-fr{

      position:relative;

      top:0;

      margin: 0 auto;

    }





    @media (min-width:769px) and (max-width:1199px){ 

      .img-oido{

        max-width: 450px;

        top: 40px;

      }



      .img-hipoacusia-1 {

          width: 100%;

          max-width: 100%;

          position: relative;

          margin: 0 auto !important;

      }



      .img-kids-1{

        width: 100%;

        max-width: 300px;

        position: absolute;

        top: -40px;

      }



      .img-kids-2{

        width:100%;

        max-width:100%;

        position: relative;

        top: 0;

        left:0;

      }



      .img-kids-3{

        width: 100%;

        max-width: 290px;

        position: absolute;

        top: -30px;

        left: 0;

        right: 0;

        margin: auto;

      }



      .img-audifono-infantil{

        width: 80px;

      }



    }



    @media(max-width:768px){ 



      .img-aud-fr{

        position:relative;

        top:-50px;

        margin: 0 auto;

      }



      .img-oido{

        max-width: 350px;

        top: 0;

        position:relative;

        margin: 20px auto !important;

      }



      .img-hipoacusia-1 {

        width: 100%;

        max-width: 350px;

        position: relative;

        margin: 20px auto !important;

      }



      .img-hipoacusia-2 {

        width: 100%;

        max-width: 350px;

        position: relative;

        top: 0;

        margin-bottom: 0!important;

      }



      .img-audiometria{

        width:100%;

        max-width:350px;

        margin-bottom:20px !important;

      }



      .img-kids-1{

        width:100%;

        max-width:350px;

        position: relative;

        top:0;

        margin-bottom:20px !important;

      }



      .img-kids-2{

        width:100%;

        max-width:350px;

        position: relative;

        top: 0;

        left:0;

      }



      .img-kids-3{

        width:100%;

        max-width:350px;

        position: relative;

        top: 0;

        

      }



      .img-audifono-infantil{

        width: 50px;

        top: 0px;

        position: relative;

      }

    }







/************************ BACKGROUNDS ************************/





.bg-mixta{

  margin-top:0;

  background:-webkit-gradient(linear, 62% -6%, 39% -6%, from(#ffffff00), to(#ffffff));

}



@media (min-width:769px) and (max-width:1024px){ 

}



@media(max-width:768px){ 



  .bg-mixta{

    margin-top:0;

    background:-webkit-gradient(linear, 62% -6%, 39% -6%, from(#ffffffcf), to(#ffffff));

  }

}





  /*************************************** PC 1200 **********************************/





  @media (max-width:1200px){

      .extra-pad-pc-220{

          padding-right: 0;

      }



  }



      /*************************************** TABLET PC PEQUEÑO **********************************/



  

  @media (min-width: 1025px) and (max-width: 1199px){

    .img-plan-audicion{

        top: -45px;

        margin-bottom: -50px;

    }

    .extra-pad-20{

        padding-left: 20px !important;

    }

    .ancla-form{

        position: relative;

        bottom: 130px;

    }

  

    .cont-elements-form{

        padding: 0;

    }



    .aud-title-1{

      font-size: 49px !important;

      line-height: 50px !important;

    }

    

    .aud-title-2{

      font-size: 40px;

      margin-top: 0;

      line-height: 44px;

    } 

    

    .aud-title-3{

      font-size: 26px;

      line-height: 30px;

    }



    .aud-title-4{

      font-size: 90px !important;

      line-height: 90px !important;

    }



    .aud-subtitle{

      font-size: 22px;

      line-height: 25px;

    }



    .aural-title-form{

      font-size: 20px;

    }



    .bg-nino{

      background-size: 1200px;

      background-position: right;

      background-repeat: no-repeat;

    }



    .visible-lg{

      display: none;

    }



    .arrow-title-1{

      margin-left:0;

    }



    .arrow-subtitle-1{

      margin-left:0;

    }



    .arrow-subtitle-2{

      margin-left:0;

    }



    .arrow-subtitle-3{

      margin-left:0;

    }


    .arrow-subtitle-4{

      margin-left:0px;
  
    }
    

  }

  



      /*************************************** TABLET **********************************/





  @media (min-width: 769px) and (max-width: 1024px){

    .img-plan-audicion{

        top: -45px;

        margin-bottom: -50px;

    }

    .extra-pad-20{

        padding-left: 20px !important;

    }

    .ancla-form{

        position: relative;

        bottom: 130px;

    }

  

    .cont-elements-form{

        padding: 0;

    }

  

    .cont-elements-form{

      margin-bottom: -110px;

      right: 0;

    }

  

    .txt-politica {

        color: #ffffffa6;

    }



    .aud-title-1{

      font-size: 33px !important;

      line-height: 35px !important;

      text-align: left;

  }



  .aud-title-4{

    font-size: 70px !important;

    line-height: 70px !important;

  }



  .aud-title-2{

    font-size: 27px !important;

    line-height: 30px !important;



  }

  



  .aud-title-3{

      font-size: 21px;

      line-height: 24px;

  }



  .aural-title-form{

    font-size: 18px;

  }



  .arrow-title-1{

    margin-left:0;

  }



  .bg-nino{

    background-size: 1170px;

    background-position: right bottom;

    background-repeat: no-repeat;

  }



  .visible-lg{

    display: none;

  }



  .arrow-title-1{

    margin-left:0;

  }



  .arrow-subtitle-1{

    margin-left:0;

  }



  .arrow-subtitle-2{

    margin-left:0;

  }



  .arrow-subtitle-3{

    margin-left:0;

  }

  .arrow-subtitle-4{

    margin-left:0px;

  }


  .h-cuadro-interactivo{

    height:750px;

  }



  }

  

      /*************************************** MOBILE **********************************/



      

  

  @media (max-width: 768px){


    
  


    .text-obl{

      font-size: 29px;

      line-height: 33px;

      transform: inherit;

      margin: 30px auto 0 auto;

    }



    .flex-column-reverse{

      display:flex;

      flex-direction:column-reverse;

    }



    #causas-hipoacusia,

    #audiometria-infantil{

      position:relative;

      top:-80px;

    }



    .flex-column{

        flex-direction: column;

    }

  

    .mar-p{

        margin: 0;

    }



    .title-new{

      font-size: 24px;

      margin-bottom:15px;

    }

  

    .aud-border-right-white{

        border-right: none;

    }

  

    .extra-pad-left{

        padding-left: 20px;

    }

  

    .extra-pad-right{

        padding-right: 20px;

    }

  

    .aud-title-1{

        font-size: 33px !important;

        line-height: 35px !important;

        text-align: left;

    }



    .aud-title-4{

      font-size: 50px !important;

      line-height: 50px !important;

    }

  

    .aud-title-2{
      font-size: 27px !important;
      line-height: 30px !important;
    }

  

    .aud-title-3{

        font-size: 21px;

        line-height: 24px;

    }

  

    .img-plan-audicion{

        top: -30px;

        margin-bottom: -50px;

    }

    .extra-pad-20{

        padding-left: 20px !important;

    }

  

    .m-b-50{

        margin-bottom: 20px !important;

    }

  

    .cont-aud-contact{

        right: 15px;

        bottom: 15px;

    }

  

    .aud-contact{

        width: 60px;

        height: 60px;

    }

  

    .icn-aud-contact{

        height: 35px;

    }

  

    .ancla-form{

        position: relative;

        bottom: 130px;

    }

  

    .cont-elements-form{

        padding: 0;

    }

  

    .hidden-xs{

      display: none !important;

    }

    

    .visible-xs{

      display: block !important;

    }

  

    .bg-aud-cab{

      background-position-y: 0;

      background-position-x: -1210px;

      background-size:2250px;

    }

  

    .cont-elements-form{

      margin-bottom: 0;

      right: 0;

      padding: 0 !important;

    }

  

    .txt-politica {

      color: #ffffffa6;

    }

  

    .ad-mobile-txt-1{

      font-size: 14px;

      line-height: 18px;

      margin-top: -20px !important;

    }

  

    .m-b-100{

      margin-bottom: 40px !important;

    }

  

    .path-arrow{

      font-size: 40px !important;

      position: relative;

      right: -6px;

    }

  

    .espaciado-cab{

      height:130px; 

    }



    .menu-audifonos .dropdown-menu{

        position: relative !important;

        width:100%;

    }



    .menu-audifonos .dropdown-menu > li > a {

        padding: 3px 0px;

    }



    .dropdown-link {

        font-size: 15px !important;

    }
 
   

    .menu-audifonos .navbar-nav{

        margin-bottom:-5px;

    }



    .aud-btn {

        padding: 7px 15px;

        font-size: 22px;

        line-height: 27px;

    }



    .p-t-200{

      padding-top:70px !important;

    }

    .p-t-60{

      padding-top:20px !important;
  
    }

    .u-f-l-reverse-responsive{

      float:right;

    }

  

    .u-f-r-reverse-responsive{

      float:left;

    }





    .title-tab-element{

      font-size: 13px;

      height: 41px;

      text-align: center;

      margin: 2px;

    }



    .h-audifono-big{

      max-width: 230px;

      width: 100%;

      padding: 20px 0;

    }





    .cont-ayuda-entornos{

      align-items: start;

      flex-direction: column;

      line-height:30px;

    }



    .cont-section{

      padding: 45px 15px;

      font-size: 16px;

    }



    .aud-subtitle {

      font-size: 20px;

      line-height: 25px;

    }



    .aud-list-1 > li {

      text-align:left;

    }



      .big-text-2 {

        font-size: 18px;

        line-height: 24px;

    }



    .pad-p{

      padding: 0 0 15px 0;

    }



    #tab1:checked ~ nav .tab1,

    #tab2:checked ~ nav .tab2,

    #tab3:checked ~ nav .tab3,

    #tab4:checked ~ nav .tab4,

    #tab5:checked ~ nav .tab5,

    #tab6:checked ~ nav .tab6 {

        border-left: 10px solid transparent;

        border-right: 10px solid transparent;

        border-bottom: 15px solid #696969;

        margin-bottom:10px;

    }



    .aural-title-form{

      font-size: 20px;

    }



  







    #tabs li.tab1,

    #tabs li.tab2,

    #tabs li.tab3,

    #tabs li.tab4,

    #tabs li.tab5,

    #tabs li.tab6,

    #tabs li.tab7,

    #tabs li.tab8{

      margin: 0;

      padding:0;

      line-height:20px;

    }



    #tabs .aud-title-3{

      font-size: 14px;

      line-height: 17px;

    }



    #tabs{

      font-size:14px;

      line-height:17px;

      text-align:center;

    }



    .arrow-title-1{

      margin-left:0;

    }



    .aud-cont-title{

      font-size: 20px;

      line-height: 26px;

    }



    .m-t-60{

      margin-top:20px !important;

    }



    .p-b-160{

      padding-bottom: 20px !important;

    }



    .img-precio-intracanal{

      margin-top:20px;

      max-width: 300px;

    }



    .bg-nino{

      background-size: 0;

      background-position: right;

      background-repeat: no-repeat;

    }



    .img-precio-retro {

      max-width: 360px;

      width: 100%;

      margin: 0 auto 0 auto;

    }



    #aud_cabecera{

      padding-top: 80px;

    }



    .img-ayudas-precio {

      position: relative;

      top: -10px;

      margin: 0 auto;

      display: block;

      margin-bottom: -30px;

      width: 100%;

      max-width: 270px;

    }



    .header-mask{

    margin-bottom: -20px;

    }



    .p-b-100{

      padding-bottom: 30px !important;

    }



    .p-t-150{

      padding-top: 40px !important;

    }

    .p-t-100{

      padding-top: 50px !important;
  
    }

    .visible-lg{

      display: none;

    }



    .m-t-80{margin-top:20px !important}



    .arrow-subtitle-1{

      margin-left:0;

    }



    .arrow-subtitle-2{

      margin-left:0;

    }



    .arrow-subtitle-3{

      margin-left:0;

    }


    .arrow-subtitle-4{

      margin-left:0px;
  
    }
  

    .h-cuadro-interactivo{

      height:3590px;;

    }



    #tabs .tabcontent {

      top: 265px;



    }



    .tab-h-100{

    text-align:Center;

    }



    .bg-aud-cab .padding-reset-ayudas{

      padding-top: 70px !important;

    }



    .aud-border-right-gray{

      border-right: 0;

    }



    .aud-title-5{

      font-size:30px; 

      line-height:36px;

    }

    .aud-title-6{

      font-size: 30px;
      line-height: 36px;
  
    }

  }







/* RESTYLING 4 */





h1 span {

  font-size: inherit !important;

  line-height: inherit !important;

}





/* modal */





.modal-aural {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  justify-content: center;

  align-items: center;

  background-color: rgba(0, 0, 0, 0.7);

  opacity: 0;

  animation: modal-show 0.5s 1 forwards;

  z-index: 9999999;

  padding:20px;

}



.modal-content {

  position: relative;

  width: 100%;

  max-width:970px;

  padding:35px 20px;

  height: auto;

  max-height: 100%;

  overflow-y: auto;

  color: #192F52;

  font-family: "gotham regular";

  overflow-x: hidden;

}



.modal-aural:target {

  display: flex;

}



.modal-show {

  display: inline-block;

  padding: 12px;

  background-color: #8bb02c;

  color: white;

  font-size: 18px;

  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  text-decoration: none;

}



.modal-hide {

  position: absolute;

  top: 2px;

  right: -10px;

  width: 60px;

  height: 60px;

  padding: 0;

  -webkit-appearance: none;

  background-color: transparent;

  border: none;

  font-size: 25px;

  text-align: center;

  color: black;

  text-decoration: none;

}

.modal-hide img{
  position: relative;
    left: 25px;
}



@media(min-width:768px){

  .modal-content {

    position: relative;

    padding:35px 50px;

  }



  .modal-hide {

    top: 12px;

    right: 0;

    font-size: 32px;

  }

}



@keyframes modal-show {

  0% { opacity: 0; }

  100% { opacity: 1; }

}



p{

  text-align:left;

}



.team-section p{

  text-align:inherit;

}



.team-section__img-circle{

  width:480px;

  margin-top:30px;

  display:none;

}



@media(min-width:1280px){

  .team-section__img-circle{

    display:block;

  }

}



/* CUSTOM RADIOBUTTON */



.custom-radiobutton input[type="radio"]:checked,

.custom-radiobutton input[type="radio"]:not(:checked) {

    position: absolute;

    left: -9999px;

}



.custom-radiobutton input[type="radio"]:checked + label,

.custom-radiobutton input[type="radio"]:not(:checked) + label

{

    position: relative;

    padding-left: 28px;

    cursor: pointer;

    line-height: 20px;

    display: inline-block;

    color: #666;

    margin:0;

}



.custom-radiobutton input[type="radio"]:checked + label:before,

.custom-radiobutton input[type="radio"]:not(:checked) + label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 18px;

    height: 18px;

    border: 1px solid #ddd;

    border-radius: 100%;

    background: #fff;

}



.custom-radiobutton input[type="radio"]:checked + label:after,

.custom-radiobutton input[type="radio"]:not(:checked) + label:after {

    content: '';

    width: 12px;

    height: 12px;

    background: #e2604b;

    position: absolute;

    top: 3px;

    left: 3px;

    border-radius: 100%;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

}



.custom-radiobutton input[type="radio"]:not(:checked) + label:after {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

}



.custom-radiobutton input[type="radio"]:checked + label:after {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}



.custom-radiobutton{

  display:flex;

  flex-direction:column;

}



@media(min-width:768px){

  .custom-radiobutton{

    flex-direction:row;

  }

}





/* GALLERY */



.gallery__row{

  display:flex;

  width:100%;

  flex-direction:column;

  margin-bottom: 20px;

}



.gallery__row--1{

  background-size:cover;

  background-position: center;

  width:100%;

  height:250px;

  margin-right:0%;

  margin-bottom: 20px;

}



.gallery__row--2{

  background-size:cover;

  background-position: center;

  width:100%;

  height:250px;

}



.gallery__row--3{

  background-size:cover;

  background-position: center;

  width:100%;

  height:250px;

  margin-right:0%;

  margin-bottom:20px;

}



.gallery__row--4{

  background-size:cover;

  background-position: center;

  width:100%;

  height:250px;

  margin-right:0%;

  margin-bottom:20px;

}



.gallery__row--5{

  background-size:cover;

  background-position: center;

  width:100%;

  height:250px;

}





@media(min-width:767px){

  .gallery__row{

    flex-direction:row;

    margin-bottom: 40px;



  }



  .gallery__row--1{

    width:60%;

    height:500px;

    margin-right:4%;

    margin-bottom:0;

  }

  

  .gallery__row--2{

    width:36%;

    height:500px;

  }

  

  .gallery__row--3{

    width:32%;

    height:300px;

    margin-right:2%;

    margin-bottom:0;

  }

  

  .gallery__row--4{

    width:32%;

    height:300px;

    margin-right:2%;

    margin-bottom:0;

  }

  

  .gallery__row--5{

    width:32%;

    height:300px;

  }

  

}





/* POSITION FR BUTTON */







.pos-btn-fr-1{

  position: absolute;

  left: 0;

  right: 0;

  z-index: 1;

  margin-top: -20px;

}



.pos-btn-fr-2{

  position: relative;

  left: 0;

  right: 0;

  z-index: 1;

  margin-top: -20px;

}



.pos-btn-fr-3{

  position: relative;

  left: 0;

  right: 0;

  z-index: 1;

  margin-bottom: -20px;

  margin-top: -30px;

}



.pos-btn-fr-4{

  position: absolute;

  left: 0;

  right: 0;

  z-index: 1;

  margin-top:-20px;

}



@media(min-width:1075px){

  .pos-btn-fr-1{

    margin-top: 20px;

  }

  

  .pos-btn-fr-2{

    margin-top: -50px;

  }

  

  .pos-btn-fr-3{

    margin-bottom: -55px;

  }

  

  .pos-btn-fr-4{

    margin-top:0;

  }

}



/* NEW LOGO */



.logo--header{

  width:100%;

  max-width:150px;
  

}

.logo--header img{
  max-width: 100%;
  }

@media(min-width:1074px){

  .logo--header{

    width:100%;

    max-width:295px;

  }

  .logo--header img{
    max-width: inherit;
    }

}



/** modal **/

  
  /** Modal */
  .modal-new {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    max-width: 97%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 0 !important;
    z-index: 9999999;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    max-height: calc(100% - 20px);
    overflow: auto;
  }
  
  .modal-close-btn {
    position: relative;
    right: -4px;
    top: -19px;
    font-size: 20px;
    z-index: 9999999;
  }
  
  .modal-close-btn img{
    height:20px;
  }
  
  /** Overlay */
  .overlay {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 999999;
  }
  
  /** JS */
  .is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  
  
  @media(min-width:768px){
    .modal-new {
      top: 50px;
      max-width: 760px;
      margin: 0 auto;
      padding: 50px;
      background: #fff;
      max-height: calc(100% - 79px);
      border-radius:0;
    }
  
    .modal-close-btn img{
      height:auto;
    }
  
    .modal-close-btn {
      right: -10px;
      top: -30px;
    }
  }

  @media(max-width:768px){
    
    .modal-new{
      width: calc(100% - 20px);
    }
  }

.gallery-header-8 .flex-col-6{
    width: calc(100%/8);
    margin: 0 0 !important;
  }

  .gallery-header-8 .title-tab-element{
    min-height: 54px;
    display: flex;
    align-items: Center;
    text-align: center;
    line-height: 13px;
    font-size: 11px;
  } 

  @media(max-width:768px){
    .aud-btn{
      width: auto;
    }
  }

  @media(min-width:1000px){

    .gallery-header-8 .title-tab-element{
      min-height: auto;
      font-size: 17px;
      line-height: 20px;
    }  

    .gallery-header-8 .flex-col-6{
      margin: 0 10px !important;
    }
  }





/******************************************************************/
/******************************************************************/
/************************* MEW BRANDNG ****************************/
/******************************************************************/
/******************************************************************/



/******* BASIC *******/

header{
  background-color: white;
  z-index: 101;
  position: fixed;
  width:100%;
  box-shadow: #00000012 0px 5px 15px;
  top:0;
} 

main{
  font-family: 'gotham';
  margin: 83px 0 0 0;
}

strong{
  font-family: 'gotham';
}

#cuidamos-personas{
  visibility: hidden;
  position: relative;
  top: -200px;
}

@media(max-width:1400px){

  main{
    margin: 108px 0 0 0;
  }
}

@media(max-width:991px){

  main{
    margin: 109px 0 0 0;
  }
}


@media(max-width:450px){

  main{
    margin: 105px 0 0 0;
  }
}



/******** NB COLUMNS ******/

.nb-columns{
  background-color: #CDA84F;
  background-size:cover;
}

.nb-columns__container{
  display:flex;
  color:#192F52;
  margin:0 0 40px 0;
}

.nb-columns__element{
  width:calc(100%/3);
  border-right:1px solid #192F52;
}

.nb-columns__element:last-child{
  border: 0;
}

.nb-columns__element-info{
  width:100%;
  max-width:100%;
  padding: 30px 80px;
}

.nb-columns__element-info-title{
  margin: 0 0 20px 0;
}

@media(max-width:768px){

  .nb-columns__footer{
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }

  .nb-columns__container{
    flex-direction:column;
  }

  .nb-columns__element{
    width:100%;
    text-align:center;
    border-right: 0;
  }
  
  .nb-columns__element-info{
    width: 100%;
    max-width: 260px;
    min-width: 230px;
    margin: 0 auto;
  }
}

@media(max-width:1600px){
  
  .nb-columns__element-info{
    padding: 40px 5vw;
  }
}

/********* NB IMAGE OVERFLOW **********/

.nb-image-overflow__image{
  background-color:gray;
  height:600px;
  overflow:hidden;
}

.nb-image-overflow__image img{
  object-fit: cover;
  width: 100%;
}

.nb-image-overflow__container{
  padding: 0 50px;
}

.nb-image-overflow__container-box{
  display:flex;
  box-shadow: #00000014 0 32px 42px;
  padding:100px 70px;
  margin: -360px 0 0 0;
  background-color: white;
  position: relative;
}

.nb-image-overflow__left{
  width:50%;
  padding:0 80px 0 0;
}

.nb-image-overflow__right{
  width:50%;
  padding:0 0 0 80px;
}

.nb-image-overflow__element{
  display:flex;
  margin:0 0 40px 0;
}

.nb-image-overflow__element-icon{
  width:50px;
}

.nb-image-overflow__element-description{
  width:calc(100% - 50px);
  padding:0 0 0 20px;
  font-family: 'gotham regular';
}

@media(max-width:768px){

  .nb-image-overflow__container-box{
    flex-direction: column;
    padding: 40px 30px;
    margin: 0;
  }

  .nb-image-overflow__image img {
    height: 100%;
    object-position: left;
  }

  .nb-image-overflow__left{
    width: 100%;
    padding: 0 0 0 0;
  }

  .nb-image-overflow__container {
    padding: 0 0;
  }

  .nb-image-overflow__image{
    height: 290px;
  }

  .nb-image-overflow__element-description{
    padding: 0 0 0 10px;
  }

  .nb-image-overflow__element {
    margin: 0 0 25px 0;
  }

  .nb-image-overflow__right{
    width: 100%;
    padding: 40px 0 0 0;
  }

}


/******** NB COLUMNS V2 ********/

.nb-columns-v2__container{
  display:flex;
  margin:0 0 40px 0;
  text-align:center;
  color: #CDA84F;
}

.nb-columns-v2__element{
  width:calc(100%/3);
}

.nb-columns-v2__element-info{
  width:100%;
  max-width:100%;
}

.nb-columns-v2__element-info-pretitle{
  font-size: 50px;
  line-height: 45px;
  margin: 0 0 5px 0;
}

.nb-columns-v2__element-info-title{
  font-size: 110px;
  line-height: 99px;
  margin: 0 0 20px 0;
}

.nb-columns-v2__element-info-description{
  font-size: 26px;
  line-height:36px;
}

.nb-columns-v2__element-info-description .blue{
  color:#1E2E53;
}


@media(max-width:768px){

  .nb-columns-v2__container{
    flex-direction: column;
  }

  .nb-columns-v2__element{
    width: 100%;
    padding: 0 0 50px 0;
  }

  .nb-columns-v2__element:last-child{
    padding: 0;
  }
}



/******** FORM *********/

.nb-form__text{
  background-color:#F1EFF9;
  height:61px;
  border-left:3px solid #CDA84F;
  width:100%;
  padding:0 0 0 20px;
  margin:0 0 20px 0;
}



/****** NB IMAGE GROUP ******/

.nb-image-group__element{
  display: flex;
  justify-content:center;
}

.nb-image-group__element a{
  margin: 0 10px;
}



.nb-image-group__element img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}


.nb-image-group__element .desktop{
  display: block;
}

.nb-image-group__element .mobile{
  display: none;
}

@media(max-width:768px){

  .nb-image-group__element .desktop{
    display: none;
  }
  
  .nb-image-group__element .mobile{
    display: block;
  }

  .nb-image-group__element a.hidden-insta{
    display: none;
  }

  .nb-image-group__element a:first-child{
    margin: 0 5px 0 0;
  }

  .nb-image-group__element a:nth-child(2){
    margin: 0 0 0 5px;
  }
}

/***** CAROUSEL *****/


.carousel__element{
  padding: 0 5px;
  font-family: 'gotham regular';
  position: relative;
}

.carousel__element a{
  position: absolute;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
}

.carousel__element-image{
  margin: 0 0 10px 0;
  height:290px;
}

.carousel__element-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.carousel__element-pretitle{
  color: #EA6852;
  font-size: 12px;
  line-height: 17px;
}

.carousel__element-description{
  margin: 10px 20px 10px 0;
}

.carousel__element-subtitle{
  font-size: 12px;
  line-height: 17px;
  color: #a5a5a5;
}

.carousel__title{
  display:inline-flex;
  justify-content:center;
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 26px;
  line-height: 28px;
}

.carousel__title img{
  margin: 0 0 0 10px;
}


/***** CAROUSEL V2 *****/

.carousel-v2{

}

.carousel-v2__element{
  width:100%;
  height:100%;
  padding: 0 20px;
}

.carousel-v2__element-container{
  text-align:center;
  width:100%;
  font-family: 'gotham regular';
}


.carousel-v2__element-icon{
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
  min-height: 74px;
}


@media(max-width:768px){
  .carousel,
  .carousel-v2{
    margin: 0 0 70px 0 !important;
  }
}


/********** CAROUSEL V3 ***********/


.carousel-v3__element{
  padding: 0 30px;
}

.carousel-v3__element-title{
  font-size:26px;
  line-height:36px;
  font-family:'gotham regular';
  margin:0 0 10px 0;
}

.carousel-v3__element-score{
  display:flex;
  justify-content:center;
  margin:0 0 25px 0;
}

.carousel-v3__element-score img{
  margin: 0 3px;
}

.carousel-v3__element-description{
  font-family:'gotham regular';
  font-style: italic;
  font-size:18px;
}

.carousel-v3 .slick-arrow,
.carousel-formar-parte .slick-arrow{
  width: 42px;
  height: 42px;
  /* margin-top: -80px; */
  background-repeat: no-repeat !important;
}
.carousel-formar-parte .slick-arrow{
  margin-top: 0px;
}

.carousel-v3 .slick-next,
.carousel-formar-parte .slick-next{
  background-image:url('../images/rebranding/arrow-slider-next.svg') !important;
}

.carousel-v3 .slick-prev,
.carousel-formar-parte .slick-prev{
  background-image:url('../images/rebranding/arrow-slider-prev.svg') !important;
}

.carousel-v3 .slick-prev:before, 
.carousel-formar-parte .slick-prev:before,
.slick-next:before{
  color: transparent !important;
}



/********** CAROUSEL V4 ***********/


.carousel-v4{
  overflow: hidden;
}



/****** TEXT *******/

.text-size--xxxxxl{
  font-size: 60px;
  line-height: 64px;
}

.text-size--xxxxl,
.text-size--xxxxlbis{
  font-size: 56px;
  line-height: 60px;
}

.text-size--xxxl{
  font-size: 48px;
  line-height: 56px;
}

.text-size--xxl{
  font-size: 32px;
  line-height: 38px;
}


.text-size--xl{
  font-size: 28px;
  line-height: 36px;
}

.text-size--lx{
  font-size: 24px;
  line-height: 30px;
}

.text-size--l{
  font-size: 22px;
  line-height: 30px;
}

.text-size--mx{
  font-size: 20px;
  line-height: 28px;
}

.text-size--m{
  font-size: 18px;
  line-height: 26px;
}



.text-size--s{
  font-size: 16px;
  line-height: 22px;
}

.text-size--xs{
  font-size: 13px;
  line-height: 15px;
}


.nb-it-custom--reverse{
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: left !important;
}

.nb-it-custom--reverse .nb-image-text__container{
  flex-direction: row-reverse;
}





@media(max-width:1199px){

  .text-size--xxxxlbis{
    font-size: 24px;
    line-height: 27px;
  }

  .text-size--xxxxl{
    font-size: 38px;
    line-height: 40px;
  }

  .text-size--xxxl{
    font-size: 30px;
    line-height: 30px;
  }
  

  .text-size--m{
    font-size: 16px;
    line-height: 22px;
  }

  .text-size--xxl{
    font-size: 24px;
    line-height: 31px;
  }

  .text-size--xl{
    font-size: 16px;
    line-height: 22px;
  }
  
  .text-size--l{
    font-size: 16px;
    line-height: 22px;
  }

  .text-size--mx{
    font-size: 16px;
    line-height: 22px;
  }
  
}

/********* NB IMAGE TEXT ********/

.nb-image-text{
  background-size:cover;
  background-position:bottom;
}

.nb-image-text .white-detail-top{
  margin: 0 0 -50px 0;
  height: 50px;
}

.nb-image-text .white-detail-top img{
  width: 100%;
}

.nb-image-text__container{
  display:flex;
  min-height:47vw;
  align-items:center;
}

.nb-image-text__footer{
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  left: 44%;
  line-height: 18px;
  font-size: 14px;
  padding: 0 0 20px 0;
}

.nb-image-text__image .mobile{
  display: none;
}

.nb-image-text__left{
  width:50%;
}


.nb-it-custom--white{
  color: white;
}


.nb-it-custom--right .nb-image-text__container{
  justify-content: flex-end;
}

.nb-image-text__left-description{
  margin: 0 0 100px 0 !important;
}

.nb-image-text--module2 {
  background-size: cover;
  background-position: bottom;
  background-position-x: 100%;
}

.nb-image-text--franchise{
  background-image:url("../images/rebranding/bg-fq.jpg");
  background-position-x: -54vw;
}

.nb-image-text--mejoraaudicion {
  background-position-x: center;
}

.nb-image-text--franchise .nb-image-text__gradient{
  background: rgb(255,255,255); 
  background: linear-gradient(90deg, #F9F9FA 47%, rgba(255,255,255,0) 100%);
  padding: 80px 0;
}

.nb-image-text--franchise .nb-image-text__left-description {
  margin: 0 0 50px 0 !important;
}

.nb-image-mobile{
  display: none;
}

.nb-it-custom--full-center .nb-image-text__left{
  width: 100%;
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
}

@media(max-width:992px){

  

  .nb-image-text__footer{
    bottom: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    line-height: 13px;
    font-size: 10px;
    top: 102vw;
    text-align: right;
    background-color: #192f53;
    padding: 10px 20px;
  }

  .nb-image-text--franchise{
    background-image:none;
    background-size: 100% !important;
    background-position: center bottom !important;;
    background-position-x: 0 !important;;
    background-repeat: no-repeat !important;
    background-color: #f9f9fa;
  }

  .nb-image-text--mejoraaudicion {
    background-position-x: center;
  }

  .nb-image-text--franchise .nb-image-text__gradient{
    padding: 0 0;
    background: none;
  }

  .nb-image-mobile{
    display: block;
  }

  .nb-image-mobile img{
    width:100%;
  }

  .nb-image-mobile {
    margin: 0 -26px;
    position: relative;
  }

  .nb-image-mobile-mask {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    background: linear-gradient(173deg, #F9F9FA 16%, rgba(255,255,255,0) 100%);
  }
}

@media(max-width:980px){


  .nb-image-text__left-description{
    margin: 0 0 200px 0 !important;
  }

  .nb-image-text__container{
    flex-direction: column;
    min-height: auto;
  }
  
  .nb-image-text__left{
    width: 100%;
    margin: 40px 0 90vw 0;
  }

  .nb-image-text__left br{
    display: none;
  }

  .nb-image-text--franchise .nb-image-text__left {
    margin: 0 0 !important;
  }



  /* module 1 */

  .nb-image-text--module1{
    background-size: 200vw;
    background-position: center bottom;
    background-position-x: -90vw;
    background-repeat:no-repeat;
  }

  /* module 2 */

  .nb-image-text--module2 {
    background-size: cover;
    background-position: bottom;
    background-position-x: 100vw;
  }

  .nb-image-text--mejoraaudicion {
    background-position-x: center;
  }

  .nb-image-text--module2 .nb-image-text__left{
    margin: 40px 0;
  }

  /* module 3 */

  .nb-image-text--module3 {
    background-position: top !important;
  }

  .nb-image-text--module3 .nb-image-text__left{
    margin: 120vw 0 40px 0;
  }

  /* module 4 */

  .nb-image-text--module4{
    background-image: none !important;
    background-color: #192F52;
  }

  .nb-image-text--module4 .nb-image-text__left{
    margin: 40px 0;
  }
}

@media(max-width: 768px){

  .nb-image-text__image .mobile{
    width: 100vw;
    display: block;
  }

  .nb-image-text__left-description{
    margin: 0 0 100px 0 !important;
  }

  .nb-image-text--module2 {
    background-size: cover;
    background-position: bottom;
    background-position-x: 100vw;
  }

  .nb-image-text--mejoraaudicion {
    background-position-x: center;
  }
}


@media(max-width: 500px){

  .nb-image-text--module2 {
    background-position-x: 150vw;
  }

  .nb-image-text--mejoraaudicion {
    background-position-x: center;
  }

}





/******* NB IMAGE TEXT V2 ******/

.nb-image-text-v2__container{
  display:flex;
}

.nb-image-text-v2__left{
  width:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0 0 0 82px;
}

.nb-image-text-v2__left-title{
  margin: 0 0 20px 0;
}

.nb-image-text-v2__left-description{
  margin: 0 0 40px 0;
  /* font-family: 'gotham regular'; */
}

.nb-image-text-v2__right{
  align-items:center;
  display:flex;
  justify-content:center;
  margin-bottom: 40px;
  order: 1;
  width:50%;
}

.nb-image-text-v2__right.reset-extra-margin{
  margin-bottom: 10px;
}

.nb-image-text-v2__right img{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}


@media(max-width:980px){

  .nb-image-text-v2__left{
    width:100%;
    padding: 0 26px 40px 26px;
  }
  
  .nb-image-text-v2__right{
    width:100%;
  }

  .nb-image-text-v2__container{
    flex-direction: column-reverse;
  }
}

@media(min-width:980px){
  .nb-image-text-v2__right{
    order: 0;
  }
}


/********** NB IMAGE COLUMNS *******/

.nb-image-columns__image{
  background-size:cover;
  background-position:bottom;
  min-height:calc(100vh - 300px);
}

.nb-image-columns__image-container{
  height:50vw;
  display: flex;
  align-items: center;
}

.nb-image-columns__image-element{
  color:white;
  width:50%;
}

@media(min-width: 980px) {
  .nb-image-columns__image-element.right{
    margin-left: auto;
  }
}


.nb-image-columns__image-element.image{
  justify-content: flex-end;
  display: flex;
}

.nb-image-columns__image-element.image img{
  height: auto;
  width: 100%;
  max-height: 100%;
  max-width:auto;
}

.nb-image-columns__image-element.text{
  color: #192F52;
  padding: 0 100px 0 0;
}

.nb-image-columns__image-element-pretitle{
  margin: 0 0 56px 0;
  border-left: 3px solid #00295A;
  padding: 20px;
}

.nb-image-columns__image-element-title{
  margin: 0 0 40px 0;
}

.nb-image-columns__image-element-description{
  margin: 0 0 20px;
}

.nb-image-columns__columns{
  margin-top:-90px !important;
}

.nb-image-columns__columns-element-content{
  min-height: 540px;
}

.nb-image-columns__columns-element-image{
  margin: 0 0 10px 0;
}

.nb-image-columns__columns-element-image img {
  margin: 0 auto;
  max-width: 100%;
}

.nb-image-columns__columns-element{
  padding: 0 30px;
}

.nb-image-columns__columns-element-title{
  font-size:26px;
  line-height:28px;
  margin: 0 0 35px 0;
}

.nb-image-columns__columns-element-text{
  font-size:16px;
  line-height:22px;
  margin: 0 0 30px 0;
  font-family: 'gotham regular';
}

@media (min-width:768px) and (orientation: portrait){
  .banner-top.inverse .banner-top__title {
    font-size: 50px !important;
    line-height: 58px !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px !important;
  }
  .banner-top__parraf-top {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-top.inverse .nb-image-columns__image-element {
    width: 100%;
  }
  .banner-top.inverse.formar-parte:after {
    background: none !important;
  }
  .banner-top.inverse.formar-parte .nb-image-columns__image {
    background-image: url('../images/formar-parte-mobile.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}


@media(max-width:1400px){

  .nb-image-columns__image-element.text{
    padding: 0 7vw 0 0;
    margin-top: 0;
  }

  .nb-image-columns__columns-element{
    padding: 0 1.2vw;
  }

  .nb-image-columns__columns{
    margin-top: 40px !important;
  }

  .nb-image-columns__image-element.image img{
    max-width: 400px;
  }

  .banner-top.inverse .nb-image-columns__image-element {
    
  }
}

@media(max-width:980px){

  .nb-image-columns__columns{
    margin-top: 0 !important;
  }

  .nb-image-columns__image-element.image{
    justify-content:center;
  }

  .nb-image-columns__image-container{
    height: auto;
  }

  .nb-image-columns__image-element {
    width: 100%;
    margin: 70px 0 30px 0;
  }

  .nb-image-columns__image-element-pretitle{
    margin: 0 0 40px 0;
  }
  
  .nb-image-columns__image-element-title{
    margin: 0 0 30px 0;
  }

  .nb-image-columns__image-container{
    flex-direction: column-reverse;
  }

  
  
}

@media(max-width:768px){

 

  .nb-image-columns__columns-element{
    padding: 0;
  }

  .nb-image-columns__image{
    min-height:auto;
  }
}

/******** WIDTH ************/

.width--center{
  margin: 0 auto;
}

.width--xl{
  width:100%;
  max-width: 820px;
}

/********** NB VIDEO **********/

.nb-video{
  background-size:cover;
  background-position: center;
}

.nb-video__container{
  height: 34vw;
  display:flex;
  justify-content:center;
  align-items:center;
}

.nb-video__container img{
  cursor:pointer;
}

@media(max-width:991px){

  .nb-video__container{
    height: 85vw;
  }
}


/******* NB TEXT ******/

.nb-text__container{
  text-align:center;
}

.nb-text__subtitle{
  margin: 20px 0 0 0;
}

.nb-text__description{
  margin: 2px 0 0 0;
}

.nb-text__container a{
  margin: 30px 0 0 0;
}

/****** NB IMAGE DESCRIPTION *****/

.nb-image-description__image{
  background-position:center bottom;
  background-size:cover;
}

/* banner 1 */
.nb-image-description__image--banner-1{

}

.nb-image-description__image-right-box .nb-btn--icon-2 {
  background-color: white;
  color: #00295A;
}

.nb-image-description__image-right-box .nb-btn--icon-2:hover {
  background-color: white;
  color: #00295A;
}


.nb-image-description__image-right-box .nb-btn--icon-2.nb-btn-icon--schedule-left:before {
  content:url("../images/rebranding/icon-schedule-blue.svg");
}

.nb-image-description__image-right-box .nb-btn--icon-2.nb-btn-icon--schedule-left:after {
  content:url("../images/rebranding/icon-arrow-blue.svg");
}

/* banner 2 */
.nb-image-description__image--banner-2 .nb-image-description__image-container-2{
  justify-content:flex-start;
}

.nb-image-description__image--banner-2 .nb-image-description__image-right-box{
  max-width:100%;
  text-align:left;
}

.nb-image-description__image--banner-2 .nb-image-description__image-right-box-title2{
  margin:5px 0 10px 0;
  display:block;
}

/* banner 3 */
.nb-image-description__image--banner-3 .nb-image-description__image-right-box{
  max-width:720px;
  text-align:Center;
}

.nb-image-description__image--banner-3 .nb-image-description__image-right-box-image{
  display: flex; 
  align-items:center;
  justify-content:center;
}

.nb-image-description__image--banner-3 .nb-image-description__image-right-box-image img{
  max-height:250px;
}

.nb-image-description__image--banner-3 .nb-image-description__image-right-box-text2{
  font-size: 18px;
  line-height: 24px;
  color: #123060;
  margin: 40px 0 30px 0;
  font-family: 'gotham regular';
}

.nb-image-description__image--banner-3{
  background-image:url("../images/BANNER_CAMPANYA_SERVEIS_JULIOL_2023_1920X800_WEB_AURAL.jpg");
  /*background-image:url("../images/BANNER_CAMPANYA_BINAURAL_50_MAIG_2023_1920X800_WEB_AURAL.jpg");*/
}

.nb-image-description__image--banner-2{
  background-image:url("../images/rebranding/bg77.webp");
}

.nb-image-description__image-container{
  height:41vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nb-image-description__image-container-2{
  display:flex;
  justify-content:flex-end;
  margin:0 0 40px 0;
}

.nb-image-description__image-right{
  width:50%;
  display:flex;
  justify-content:flex-end;
}

.nb-image-description__image-right-box{
  width: 100%;
  max-width: 470px;
}

.nb-image-description__description-info{
  padding: 0 10px;
}

.nb-image-description__description-container{
  text-align:center;
  color:white;
}

.nb-image-description-list{
  display: flex;
  justify-content: space-between;
  padding: 50px 0 60px 0;
}

.nb-image-description-list__element{
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  position: relative;
  padding: 0 10px;
}

.nb-image-description-list__element:last-child:before{
  display: none;
}

.nb-image-description-list__element:before{
  content:"";
  position:absolute;
  border-right:1px solid #7e4c53;
  height:100%;
  right: 0;
}

.nb-image-description-list__element-icon{
  margin:0 0 20px 0;
}

.nb-image-description-list__element-text{
  font-size: 18px;
  line-height: 32px;
  font-weight: 350;
}



.nb-image-description__description-image{
  display: flex; 
  align-items: center;
  justify-content: center;
  margin-top: -90px;
  position: relative;
}

.nb-image-description__description-image img{
  height:150px;
}

.nb-image-description__description-block{
  display: flex;
  padding: 50px 0 0 0;
  font-family: 'gotham regular';
}

.nb-image-description__description-block-left{
  width: 50%;
  padding: 0 60px 0 0;
  font-family: 'gotham';
}

.nb-image-description__description-block-right{
  width: 50%;
  padding: 0 0 0 60px;
}

.nb-image-description__description-block-right p + p{
  margin: 0 0 0 0;
}

.nb-image-description__description-block-right p{
  margin: 0 0 25px 0;
}

.nb-id-custom--reverse .nb-image-text-v2__container{
  flex-direction: row-reverse;
}

.nb-id-custom--reverse .nb-image-text-v2__left{
  padding: 0 82px 0 0;
}

.nb-id-custom--left .nb-image-description__image-container-2{
  justify-content:flex-start;
}

.nb-id-custom--left .nb-image-description__image-right-box{
  text-align:left;
}

.nb-id-custom--light{
  background-color: white !important;
}

.nb-id-custom--light .nb-image-description__description-container{
  color: #192F52;
  text-align: left;
}

.new-nb-image-description--reverse .nb-image-text-v2__container{
  align-items: flex-start !important;
}

.new-nb-image-description-mask{
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width:100%;
  background: linear-gradient(90deg, rgba(192,198,206,1) 46%, rgba(255,255,255,0) 71%);
}

.new-nb-image-description-mask + .new-image-text-v2__image-bg .nb-image-text-v2__container{
  z-index:2;
  position:relative;
  margin:0 0 100px 0;
}

.new-nb-image-description-mask + .new-image-text-v2__image-bg .detail-bottom{
  z-index:2;
}


@media(max-width:991px){


  .nb-image-description__image--banner-3{
    background-image:url("../images/BANNER_CAMPANYA_SERVEIS_JULIOL_2023_768X790_MOVIL_PIDE_CITA.jpg");
    /*background-image:url("../images/BANNER_CAMPANYA_BINAURAL_50_MAIG_2023_768X790_WEB_AURAL.jpg");*/
    background-size: 100vw !important;
  }

  .nb-image-description__image--banner-2{
    background-image:url("../images/rebranding/bg77-mobile.webp");
    background-size: 117vw !important;
  }

  .nb-image-description__image--banner-3 .nb-image-description__image-container{
    justify-content:flex-end;
  }

  .nb-image-description__image--banner-3 .nb-image-description__image-right-box-text2 {
    font-size: 13px;
    line-height: 17px;
  }

  .nb-image-description__image--banner-3 .nb-image-description__image-right-box-text2{
    margin: 15px 0 0px 0;
  }

  .nb-image-description__image--banner-3 .nb-image-description__image-right-box-image img {
    max-height: 130px;
  }

  .nb-image-description__image--banner-2 .nb-image-description__image-container{
    justify-content: flex-end;
  }

  .nb-image-description__image--banner-2 .nb-image-description__image-right-box-title1{
    font-size: 26px;
    line-height: 32px;
  }

  .nb-image-description__image--banner-2 .nb-image-description__image-right-box-title2{
    font-size: 20px;
    line-height: 23px;
    margin: 1px 0 4px 0;
  }

  .nb-image-description__image--banner-2 .nb-image-description__image-right-box-title3{
    font-size: 17px;
    line-height: 20px;
  }

  .nb-image-description__image--banner-2 .nb-image-description__image-right-box{
    text-align:center;
  }

  
  .nb_module_intro .nb-image-description__image{
    background-size: 220vw;
  }

  .nb_module_intro .nb-image-description__image-right{
    justify-content: flex-end;
  }

  .nb-image-description__image{
    background-size: 290vw;
  }

  .nb-image-description__image-right{
    width: 100%;
    justify-content:flex-start;
  }

  .nb-image-description__image-right br{
    display: none;
  }

  .nb-image-description__image-right-box{
    max-width: 100%;
  }

  .nb-image-description__image-container{
    height:100vw;
  }

  .nb-image-description__description-image{
    margin-top: -55px;
  } 

  .nb-image-description__description-block{
    flex-direction:column;
    padding: 0 0 0 0;
  }

  .nb-image-description__description-block-left{
    width: 100%;
    padding: 30px 0 0 0;
  }

  .nb-image-description__description-block-right{
    width: 100%;
    padding: 30px 0 0 0;
  }

  .nb-id-custom--reverse .nb-image-text-v2__container{
    flex-direction: column-reverse;
  }

  .nb-id-custom--reverse .nb-image-text-v2__left{
    padding: 30px 26px 40px 26px;
  }

}

@media(max-width:1500px){

  .nb-image-description-list__element{
    max-width: 100%;
  }

  .nb-image-description-list__element:before{
    right: 0;
  }

  .nb-image-description-list__element-text{
    font-size: 18px;
    line-height: 24px;
  }

}

@media(max-width:768px){

  .nb-image-description-list{
    flex-direction: column;
     padding: 50px 0 30px 0;
  }

  .nb-image-description-list__element-icon {
    margin: 0 10px 0 0;
  }

  .nb-image-description-list__element{
    flex-direction: row;
    margin: 0 0 26px 0;
    padding: 0;
    text-align: left;
  }

  .nb-image-description-list__element-icon img{
    height: 54px;
  }

  .nb-image-description-list__element:before{
    display: none;
  }
}


/******** NB TEXT COLUMNS *******/ 




.nb-text-columns__container{
  display:flex;
}

.nb-text-columns__left{
  width:50%;
}

.nb-text-columns__left-box{
  width:100%;
  max-width:550px;
}

.nb-text-columns__left-box-description{
  font-family: 'gotham regular';
}

.nb-text-columns__right{
  width:50%;padding:0 0 0 60px;
}

.nb-text-columns__right-box{
  width:100%;max-width:450px;
}

.nb-text-columns__right-box-image{
  margin:0 0 60px 0;
}

.nb-text-columns__right-box-image img{
  height:auto;width:100%;
}

.nb-text-columns__right-description{
  padding:0 0 0 30px;
  border-left:2px solid #CDA84F;
  margin:0 0 40px 0;
  font-style:italic;
  font-family: 'gotham regular';
}

.nb-text-columns__right-box-footer{
  padding:0 0 0 30px;
}

.nb-text-columns__container p{
  margin: 0 0 25px 0;
}

.nb-text-columns__container p:last-child{
  margin: 0;
}

@media(max-width:768px){

  .nb-text-columns__container{
    flex-direction: column;
  }

  .nb-text-columns__left{
    width: 100%;
  }

  .nb-text-columns__right{
    width: 100%;
  }

  .nb-text-columns__right{
    padding: 0;
  }

  .nb-text-columns__right-box-image{
    margin: 50px 0 40px 0;
  }

  .nb-text-columns__right-description{
    padding:0 0 0 20px;
  }
}



/****** COLOR ******/

.color-bg--nileblue{
  background-color: #192F52;
}

.color-element--nileblue{
  color: #192F52;
}

/***** NB BTN *******/


.nb-btn{
  min-height:51px;
  background-color:#00295A;
  display: inline-flex;
  padding: 15px 30px;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 84px;
  font-size: 20px;
  line-height: 23px;
  transition: all 250ms;
  position:relative;
  cursor: pointer;
  text-align: left;
  font-family: 'gotham regular';
  position: relative;
}

.nb-btn:hover{
  background-color:#192F52;
  transition: all 250ms;
}

.nb-btn img,
.nb-btn svg{
  padding: 0 5px 0 0;
}

.nb-btn--s-nopad{
  font-size: 14px;
  line-height: 29px;
}

.nb-btn--s{
  font-size: 18px;
  line-height: 29px;
  padding: 12px 28px 12px 68px !important;
}

.nb-btn--xs {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 22px 10px 63px !important;
  width: auto;
}

.nb-btn--l{
  min-height:65px;
}

.nb-btn--xl{
  min-height:84px;
}

@media(max-width:991px){

  .nb-btn--xl{
    min-height:65px;
  }

  .nb-btn{
    font-size: 16px;
    line-height: 20px;
  }

  .nb-btn--l{
    min-height:49px;
  }

}

/** circle button **/

.nb-btn--icon-circle{
  background-color: transparent !important;
  padding: 0 30px 0 0;
  min-height:66px;
}

.nb-btn--icon-circle:hover .circle{
  width:100% !important;
  transition: all 250ms;
}

.nb-btn--icon-circle .circle{
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 0 20px 0 0;
  background-color: #00295A;
  transition: all 250ms;
}

.nb-btn--icon-circle-black .circle{
  background-color: #192F52;
}

.nb-btn--icon-circle-black p{
  color:#192F52 !important;
}

.nb-btn--icon-circle-black .circle span{
  color:#CDA84F !important;
}

.nb-btn--icon-circle-dark{
  color: #192f52;
}

.nb-btn--icon-circle-border{
  color: #192f52;
}

.nb-btn--icon-circle-border .circle svg path{
  stroke: #00295A;
}

.nb-btn--icon-circle-border .circle{
  background-color:transparent;
  border:2px solid #00295A;
}

.nb-btn--icon-circle-border .circle span{
  margin: 0 0 0 34px !important;
}

.nb-btn--icon-circle-border:hover .circle{
  background-color:#00295A;
}

.nb-btn--icon-circle-border:hover .circle svg path{
  stroke:#fff;
}

.nb-btn--icon-circle-border--s{
  font-size: 18px;
  line-height: 25px;
}

.nb-btn--icon-circle .circle span{
  margin: 0 0 0 31px;
  white-space: nowrap;
  color: white;
}

.nb-btn--icon-circle.nb-btn--l{
  padding: 0 30px 0 80px;
}

.nb-btn--icon-circle.nb-btn--l .circle{
    height:65px;
    width:65px;
    border-radius: 65px;
    position: absolute;
    left: 0;
    overflow: hidden;
    justify-content: flex-start;
    padding: 0 0 0 17px;
}
/** /circle button **/


.nb-btn--icon-2{
  padding: 15px 70px 15px 70px;
}

.nb-btn--icon-1{
  padding: 15px 30px 15px 70px;
}




.nb-btn-icon--schedule-left:before{
  content:url("../images/rebranding/icon-schedule-white.svg");
  position: absolute;
  left: 25px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  top:3px;
}


.nb-btn-icon--arrow-right:after{
  content:url("../images/rebranding/icon-arrow-white.svg");
  position: absolute;
  right: 20px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  top:3px;
}

.nb-btn-icon--arrow-left:before{
  content:url("../images/rebranding/icon-arrow-white.svg");
  position: absolute;
  left: 20px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  top:3px;
}

@media(max-width:992px){

  .nb-btn--icon-circle-border--s{
    font-size: 16px;
    line-height: 20px;
  }
  
}

/******* NB TIMELINE *******/

.banner-slider{
  margin: 60px 0;
}

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.banner-slider .slider.slider-nav {
  max-width: 100%;
  margin: 0 0 40px 0 !important;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
}
.banner-slider .slider.slider-nav {
  overflow: hidden;
  padding: 0 !important;
  margin: 0;
}

.banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width:100%;
  object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}
.slider-nav .slick-slide {
  text-align: center;
}
.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.slider-nav .slick-list{
  margin: 0 40px;
}

.banner-slider .slick-arrow{
  width:40px;
  height: 100%;
}

.banner-slider .slick-prev{
  left:0;
  right: auto;
  top: 10px;
  z-index:9;
}

.banner-slider .slick-next{
  left: auto;
  right: 0;
  top: 10px;
}

.slider-banner-image__container{
  width:100%;
  height:100%;
}

.slider-banner-image__element{
  display:flex;
}

.slider-banner-image__element-left{
  width:50%;
  display: none;
}

.slider-banner-image__element-right{
  width:100%;
}

.slider-banner-image__element-box{
  padding:80px;
}

.slider-banner-image__element-box-pretitle{
  font-size:43px;
  line-height:45px;
  font-weight: bold;
  color: #CDA84F;
  margin: 0 0 20px 0;
}

.slider-banner-image__element-box-title{
  margin: 0 0 20px 0;
}

.slider-banner-image__element-box-description{
  font-family: 'gotham regular';
  min-height: 100px;
}

.banner-slider .slider-nav .slick-slide {
  padding: 9px;
  font-family:'gotham regular';
  cursor: pointer;
}

.banner-slider .slider-nav .slick-current{
  background-color: #CDA84F;
  padding: 9px;
  border-radius: 5px;
  color: white;
}

.banner-slider .slider-nav .slick-track{
  padding:0 50px !important;
}

.banner-slider .slider-for .slick-track{
  padding:0 !important;
}

.banner-slider .slider-for .slick-next{
  /*left: calc(50% + 80px);*/
  left: 80px;
}

.banner-slider .slider-for .slick-prev{
  display: none !important;
}

.banner-slider .slider-for .slick-next:before{
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 30px;
  font-family: none !important;
  content: '';
}

.banner-slider .slider-for .slick-arrow{
  width:70px;
  height: 100%;
}

.banner-slider .slider-for .slick-next:before{
  background-image:url("../images/rebranding/arrow-slider-detail.png");
  background-repeat:no-repeat;
}

.banner-slider  .slider-nav .slick-arrow{
  background-repeat:no-repeat;
  background-position: center;
  background-color: white;
}

.banner-slider  .slider-nav .slick-arrow:before{
  font-family: none;
  content:'' !important;
}

.banner-slider  .slider-nav .slick-prev{
  background-image:url("../images/rebranding/arrow-blue-left.svg");
}

.banner-slider  .slider-nav .slick-next{
  background-image:url("../images/rebranding/arrow-blue-right.svg");
}



@media(max-width:1400px){
  .slider-banner-image__element-box{
    padding:5vw;
  }

  .banner-slider .slider-for .slick-next {
    /*left: calc(50% + 5vw);*/
    left: 50px;
  }

  .banner-slider .slider-for .slick-next:before{
    bottom:0;
  }
}

@media(max-width:768px){

  .slider-banner-image__element{
    flex-direction: column;
  }

  .slider-banner-image__element-left,
  .slider-banner-image__element-right{
    width: 100%;
  }

  .slider-banner-image__element-box {
    padding: 40px 40px 100px 40px;
  }

  .banner-slider .slider-for .slick-next {
    left: 40px;
  }
}

/******** NB HEADER *******/

.nb-header{
  display:flex;
  align-items: center;
  font-size:20px;
  line-height:23px;
  padding: 10px 25px 10px 25px;
}

.nb-header__bars{
  width: 90px;
  cursor: pointer;
}

.nb-header__logo{
  width: 210px;
  display:flex;
  justify-content:center;
}

.nb-header__main-menu{
  width: calc(100% - 710px);
  display:flex;
  justify-content:flex-end;
}

.nb-header__main-menu ul{
  display: flex;
  color:#EA6852;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-header__main-menu ul li a{
  display:flex;
  color: inherit;
  text-decoration: none;
  font-family: 'gotham regular';
  font-size: 18px;
}

.nb-header__main-menu ul li a span.no-mobile{
  display: none;
}

.nb-header__main-menu ul li a img{
  padding: 0 5px 0 0;
}

.nb-header__main-menu ul li{
  padding: 0 20px 0 0;
}

.nb-header__button{
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nb-header__button .nb-btn{
  padding: 15px 20px;
  text-decoration: none;
  min-height: auto;
  font-size:19px;
}

.nb-header__search{
  width:60px;
  display:flex;
  justify-content:flex-end;
  cursor: pointer;
  z-index:9;
}

.nb-header__search-icons{
  position: absolute;
  top: 23px;
  z-index: 9;
}

.nb-header__search-icons.open .magny{
  display: none;
}

.nb-header__search-icons .close{
  display: none;
}

.nb-header__search-icons.open .close{
  display: block;
}

.nb-header__search-icons .open{
  display: block;
}

.nb-header__search-container{
  width: 100%;
  position: absolute;
  height: 83px;
  top: 0px;
  left: 0;
  display: none;
  background-color: white;
}

.nb-header__search-container.open {
  display:flex;
}

.nb-header__search-container-left{
  width:calc(100% - 80px);
}

.nb-header__search-container-right{
  width:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.nb-header__button .nb-btn span.no-mobile{
  margin: 0 10px 0 0;
}

.nb-header__main-menu ul li a .desktop{
  display: block;
}

.nb-header__main-menu ul li a .mobile{
  display: none;
}

.nb-header__main-menu .top .desktop{
  display: block;
}

.nb-header__main-menu .top .mobile{
  display: none;
}

.nb-header__bars img{
  height: 28px;
  margin: 10px 0 0 0;
}

.nb-header__bars span.title-menu{
  font-family:verdana;
  color:#1e2e53;
  font-size:15px;
}

@media(max-width:1400px){

  .nb-header__main-menu ul li a{
    font-size: 16px;
  }

  .nb-header__main-menu ul li:last-child{
    padding:0;
  }

  .nb-header__main-menu{
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    justify-content: center;
  }

  .nb-header{
    padding: 45px 15px 10px 15px;
    font-size: 16px;
  }

  .nb-header__logo {
    width: calc(100% - 350px);
    justify-content: flex-start;
  }

  .nb-header__button .nb-btn span.no-mobile{
    display: none;
  }

  

  .nb-header__main-menu ul li {
    padding: 0 15px 0 0;
  }

  .nb-header__button {
    width: 230px;
  }

  .nb-header__search {
    width: 40px;
  }

  .nb-header__bars img{
    height: 21px;
  }

  .nb-header__bars span.title-menu{
    font-size:10px;
  }

  .nb-header__bars{
    width: 80px;
  }

  .nb-header__logo img{
    height: 50px;
  }

  .nb-header__search-icons{
    top: 53px;
  }

  .nb-header__search-container{
    height: 106px;
  }

  .nb-header__search-icons.open .close {
      top: -14px;
      position: relative;
  }
  
}

@media(max-width:991px){

    .nb-header__logo{
      width: calc(100% - 280px);  
    }

    .nb-header__button {
      width: 200px;
    }

    .nb-header__main-menu ul li a{
      font-size: 14px;
    }

    .nb-header__main-menu ul li:last-child{
      padding:0;
    }
}

@media(max-width:450px){

  .nb-header__button{
    display: none;
  }
  
  .nb-header__main-menu ul li a .desktop{
    display: none;
  }

  .nb-header__main-menu ul li a .mobile{
    display: block;
  }

  .nb-header__logo {
    width: calc(100% - 80px);
    justify-content: flex-start;
  }

  .nb-header__main-menu ul li:last-child{
    padding: 0;
  }
}

/********* NB SOCIAL *********/

.nb-social__container{
  text-align:center;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  width: 100%;
}

.nb-social__container ul{
  display: flex;
  padding: 0 0 0 40px;
}

.nb-social__container ul li{
  margin: 0 3px;
}

@media(max-width:768px){

  .nb-social__container{
    flex-direction:column;
  }

  .nb-social__container ul{
    padding: 15px 0 0 0;
  }
}

@media(max-width:450px){


  .nb-header__main-menu{
    margin-top: -5px;
  }

  .nb-header__main-menu ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .nb-header__main-menu ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6px 0;
  }

  .nb-header__main-menu ul li{
    width: calc(100%/3);
    padding:0;
  }

  .nb-header__main-menu .top{
    background-color:#EA6852;
    color: white;
  }

  .new-home-2025 .nb-header__main-menu .top{
    background-color: #00295A;
  }

  .nb-header__main-menu .top .desktop{
    display: none;
  }

  .nb-header__main-menu .top .mobile{
    display: block;
    height: 20px;
    margin: 2px 0;
  }

}
.new-2025-number-phone {
  align-items: center;
}
.new-2025-number-phone strong {
    font-weight: 600 !important;
}
.new-2025-number-phone img {
    width: 40px;
}


/***** SLICK SLIDER CUSTOM *****/

.slick-slider .slick-track, .slick-slider .slick-list{
  padding: 0 !important;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  background: #d9d9d9 !important;
  border-radius: 20px !important;
}

.slick-dots li button:before{
  color: transparent !important;
}

.slick-dots li.slick-active button:before {
  color: transparent !important;
}

.slick-dots li{
  width: 3px !important;
  margin: 0 7px !important;
}

.slick-dots li.slick-active button{
  background-color: #EA6852 !important;
}

.slick-dots{
  bottom: -55px !important;
}


@media(min-width:1199px){

  .carousel .slick-track,
  .carousel-v2 .slick-track{
    transform: none !important;
  }
}

/********* NB HEADER ***********/


/********* NB VIDEO *********/

.noscroll { 
  overflow: hidden;
}

.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
z-index: 0;
background: #020203bd;
opacity: 0.0;
-webkit-transition: opacity 0.2s ease-out 0.05s;
transition: opacity 0.2s ease-out 0.05s;
}

.video-franquicias .video-modal-content{
  background-color: transparent !important;
}



.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1; 
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(95% - 12em);
  height: 0;
  padding-top: calc((95% - 12em) * 0.5625); 
}

@media (min-aspect-ratio: 16/9) {
.video-modal-content {
  width: 0;
  height: calc(95vh - 10em);
  padding-top: 0;
  padding-left: calc((95vh - 10em) * 1.7778); 
}
}

@media (max-width: 640px) {
  .video-modal-content {
      width: calc(95% - 1em);
  padding-top: calc((95% - 1em) * 0.5625); 
  }
}


.close-video-modal {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;

  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}


.show-video-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1.0;
}

.show-video-modal .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal-franquicias-1 .video-modal {
  opacity: 1.0;
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal-franquicias-1 .video-modal .overlay {
  opacity: 1.0;
}

.show-video-modal-franquicias-1 .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal-franquicias-2 .video-modal {
  opacity: 1.0;
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal-franquicias-2 .video-modal .overlay {
  opacity: 1.0;
}

.show-video-modal-franquicias-2 .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal-centros-auditivos-new .video-modal {
  opacity: 1.0;
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal-centros-auditivos-new .video-modal .overlay {
  opacity: 1.0;
}

.show-video-modal-centros-auditivos-new .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}
/******** NB CONTAINER *********/

.container--xl{
  max-width:1440px;
  margin:0 auto;
}

.container--xxl{
  max-width:1600px;
  margin:0 auto;
}


/********* NB ACCORDION *********/

.accordion li{
  cursor: pointer;
  color: #1e2e53;
  margin-bottom: 12px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 20px;
  padding: 5px 0px;
  background-image: url("../images/rebranding/arrow-down-blue.svg"); 
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.accordion li.no-arrow{
  background-image: none;
}

.accordion li a{
  text-decoration: none;
}


/* 
.accordion > li.selected + li{
  font-family:'Calibri-Bold';
  background-image: url("../images/rebranding/arrow-up-orange.svg"); 
  background-position: top 10px right;
}
*/

/* Selección del acordeón */
.accordion > li.more.selected + li {
  font-weight: bolder;
}

/* Indicación de elementos activos */
.accordion > li.selected, .accordion > li li.selected {
  font-weight: bolder;
}

.accordion li.selected + li ul{
  display:block;
  width: 100%;
  margin: 25px 0 10px 0;
}

/* Borde inferior al último elemento de la lista */
.accordion > li > ul > li:last-child {
  border-bottom: 1px solid black;
  padding-bottom:30px;
  width: 100%;
}

.accordion li.active{
  color:#D15600
}

.accordion li ul{
  padding:0;
  margin:10px 0 10px 0;
  display: none;
}

.accordion li.active li{
  text-indent:0;
}
.accordion li li{
  font-weight: normal;
  background:none;
  border:0;
}




.accordion > .no-arrow.selected{
  background-image: none;
  border: 0;
  margin:0 0 12px 0;
}

.accordion .mobile-option-xs{
  display: none;
}

.accordion li.more{
  padding:0;
  margin:0;
}

.accordion li.more + li{
  background-image: none;
}



.accordion li.more span{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content:center;
  z-index: 99;
  height:40px;
  background-image: url('../images/rebranding/right-menu.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right;
}

.accordion li.selected span{
  background-image: url('../images/rebranding/bottom-menu.svg');
  background-size:18px;
}

@media(max-width:450px){

  .accordion .mobile-option-xs{
    background-image: none;
    margin: 0 0 5px 0;
    display: block;
  }
  
  .accordion .mobile-option-xs a{
    display: flex;
    color: #EA6852;
  }
  
  .accordion .mobile-option-xs a img{
    margin: 0 10px 0 0 !important;
  }

  .accordion .mobile-option-xs a.nb-btn{
    border-radius: 0;
    margin: 10px -30px -10px -30px;
    color: white;
    font-size: 20px;
    height: 80px;
  }

  .nb-menu-mobile{
    padding-bottom: 0px !important;
  }

  .accordion .mobile-option-xs a.nb-btn img{
    margin:0 !important;
  }
  
}


/******** NB SEARCH *********/


.input-search input[type="text"] {
  border-radius: 5px;
  color: #000000;
  font-size: 14px;
  padding-left: 20px;
  height: 80px;
  box-shadow: none;
  display: flex;
  width: 100%;
  align-items: center; 
  padding:0 30px;
  font-size: 20px;
}

.input-search input:focus + label, 
.input-search input:valid + label{
  display:none;
}

.input-search {
  width:auto; 
  height:auto; 
  position:relative;
}

.input-search label {
  font-family:arial;
  font-size:16px;
  color: black;
  padding: 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  pointer-events: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size:20px;
}

.input-search label span{
  font-size: 11px;
  position: relative;
  bottom: -4px;
  left: 8px;
}

.input-search input[type="text"]:focus {outline:none;}

@media(max-width:1400px){

  .input-search input[type="text"]{
    height: 106px;
  }

}

/*********** NB OPINION ************/

.nb-opinion{
  text-align:center;
}

/************** NB FOOTER ***************/

.nb-footer{
  color:#1e2e53;
  font-size: 18px;
  padding: 100px 0 60px 0;
  margin: 100px auto 0 auto;
}

.nb-footer__contact{
  left: 0;
  right: 0;
  top: calc(100dvh - 51px);
  position: fixed;
  text-align: center;
  display: none;
  z-index: 10;
  transition: transform 0.3s ease-out;
}

.nb-footer__contact .nb-btn{
  background-color: #CDA84F !important;
  font-size: 17px;
  width: 100%;
  border-radius: 0 !important;
  padding: 20px;
  padding: 10px 32px;
}

.nb-footer__top{
  display:flex;
  align-items:center;
  width: 100%;
}

.nb-footer__top-left{
  width:210px;
}

.nb-footer__top-center{
  width:calc(100% - 420px);
}

.nb-footer__top-center ul{
  display:flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding:0;
  margin:0;
  font-family: 'gotham regular';
  font-size: 16px;
  flex-wrap: wrap;
}

.nb-footer__top-center ul li{
  margin: 0 10px 10px 10px;
}

.nb-footer__top-center ul li a{
  text-decoration: none;
  color: inherit;
}

.nb-footer__top-right{
  width:210px;
}

.nb-footer__top-right ul li img{
  margin: 0 0 0 5px;
}

.nb-footer__top-right ul{
  display:flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding:0;
  margin:0;
}

.nb-footer__bottom{
  margin: 0 0 0 0;
}

.nb-footer__bottom ul li a{
  text-decoration: none;
  color: inherit;
}

.nb-footer__bottom ul{
  display:flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding:0;
  margin:0;
  font-family: 'gotham regular';
  font-size: 16px;
}

.nb-footer__bottom ul li{
  margin: 0 10px;
}

@media(max-width: 1300px){
  
  .nb-footer__bottom{
    margin: 15px 0 0 0;
  }
  
  .nb-footer__top{
    flex-direction: column;
  }

  .nb-footer__top-center{
    width: 100%;
    margin: 40px 0;
  }

  .nb-footer__top-left{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .nb-footer__top-right{
    width: 100%;
  }

  .nb-footer__top-right ul {
    justify-content: center;
    margin: 0 0 20px 0;
  }

  .nb-footer__top-right ul li img {
    margin: 0 2.5px 0 2.5px;
  }

  
}


@media(max-width: 768px){

  .nb-footer__top-center ul{
    flex-direction: column;
  }

  .nb-footer__top-center ul li {
    margin: 10px 0;
  }

  .nb-footer__bottom ul{
    font-size: 13px;
  }
} 

@media(max-width: 450px){

  .nb-footer__contact{
    display: block;
  }

  .nb-footer {
    padding: 100px 0 150px 0;
  }

  .cont-img-cookie{
    bottom: 70px !important;
  }

  .cont-aud-contact{
    bottom: 75px;
  }
}

.cont-img-cookie{
  z-index: 5;
}

/***** NEW MENU ****/


.nav2{
  position:relative;
}

.nav2.open{
  display:block;
}

.nb-menu__toggle{
  height:80px;
  cursor: pointer;
  width: 110px;
    position: fixed;
    top: 0;
}

.menu2 {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction:column;
  background-color: white;
  padding:50px;
  font-family: 'gotham regular';
}

.menu3{
  display: inline !important;
}


.menu2 .cls{
  position: absolute;
  right: 20px;
  top: 46px;
  height: 26px;
  cursor: pointer;
}

.menu__item {
  position: inherit !important;
  display: inline-block;
  width: 320px;
  border-right:1px solid #dbdee3;
}

.menu__item.selected .menu--sub{
  display: block;
}

.menu__item > a{
  padding: 16px 25px !important;
}

.menu__item.selected > a{
  font-family: 'gotham';
  font-weight: bold;
}

.menu__item label.icon-open{
  position: absolute;
  height: 50px;
  width: 280px;
  margin-left:0;
  margin-top: -50px;
  background-image: url('../images/rebranding/right-menu.svg');
  background-size: 16px;
  background-repeat:no-repeat;
  background-position: center right 10px;
}

.menu__item.selected label.icon-open{
  background-image: url('../images/rebranding/right-menu-bold.svg');
  background-size: 11px;
  background-position:center right 20px;

}

.menu__item label.icon-open img{
  height: 16px;
}

.menu__item label.dropdown ~ .menu--sub{
  visibility: visible;
}

.menu__item label.dropdown ~ .menu--sub li a{
  font-size: 14px;
  padding: 13px 25px;
}

.menu__item label.dropdown ~ .menu--sub li a:hover{
  font-family: "gotham";
  font-weight: 600;
}

.menu__item:hover > a{
  font-weight: 600;
  font-family: 'Gotham';
}

.menu__item:hover label{
  cursor: pointer;
  background-image: url('../images/rebranding/right-menu-bold.svg') !important;
}

.menu2 a {
text-decoration: none;
color: #1e2e53;
display: block;
padding: 16px 25px;
line-height: 18px;
}

.menu2 a:hover {
font-family: 'gotham';
font-weight: bold;
}

.dropdown:hover .arrow-down {
border-top-color: #000;
}

.dropdown-sub__menu {
top: -1px;
left: 100% !important;
right: -100%;
}
.dropdown-sub li:first-child {
border-top: none;
}
.dropdown-sub:hover .dropdown-sub__menu {
visibility: visible;
}

.menu--sub {
position: absolute;
padding: 0;
left: 0;
width: 100%;
visibility: hidden;
top: 0;
left:410px;
width: 320px;
height: calc(100% + 10px);
top: 50px;
}

.menu--sub + .menu--sub{
left:730px;
}

.menu--sub__item {
position: relative;
}

.menu--sub__item.selected{
    font-family: 'gotham';
    font-weight: bold;
}

.nb-menu{
  top: 80px;
  position: fixed;
  width: 100%;
  height:auto;
  overflow:hidden;
}

.nb-menu.desktop{
display: block;
box-shadow: #00000029 0 16px 16px;
}

.nb-menu.open{
width: 100%;
height: min-content;
box-shadow: #00000021 0px 10px 20px;
}

.nb-menu-mobile{
position: fixed;
height: calc(100% - 107px);
top: 107px;
width: 100%;
background-color: white;
z-index: 9;
padding:20px;
overflow: auto;
display: none;
}

@media(max-width:450px){

.nb-menu-mobile{
    height: calc(100% - 70px);
    top: 105px;
}
}

@media(max-width:768px){

.nb-menu-mobile{
    display: none;
}

.nb-menu-mobile.open{
    display: block;
    padding-bottom: 60px !important;
}

.nb-menu.desktop{
    display: none;
}
}

@media(max-width:1024px){

  .menu2{
    padding: 50px 0px;
  }

  .menu2 a{
    padding: 10px 0 16px 18px;
  }

  .menu__item .menu--sub{
    left: 250px;
    width: 240px;
  }

  .menu__item .menu--sub + .menu--sub {
    left: 490px;
  }

  .menu2 .cls {
    right: 10px;
    top: 56px;
  }

  .menu__item{
    width: 240px;
  }

  .menu__item label.icon-open{
    width: 240px !important;
  }
}

@media(max-width:1400px){

  .nb-menu {
    top: 106px;
  }

  .nb-menu__toggle {
    height: 110px;
  }
}


/********* GOTHAM FONT *******/


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.eot');
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Light.woff2') format('woff2'),
      url('../fonts/Gotham-Light.woff') format('woff'),
      url('../fonts/Gotham-Light.ttf') format('truetype'),
      url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Medium.woff2') format('woff2'),
      url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Bold.woff2') format('woff2'),
      url('../fonts/Gotham-Bold.woff') format('woff'),
      url('../fonts/Gotham-Bold.ttf') format('truetype'),
      url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gotham regular';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Book.woff2') format('woff2'),
      url('../fonts/Gotham-Book.woff') format('woff'),
      url('../fonts/Gotham-Book.ttf') format('truetype'),
      url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/******* SCROLLING BOX ********/


.scrolling-box.active {
  cursor: grabbing;
}

.scrolling-box[data-dragging="true"] a {
  pointer-events: none;
}

.scrolling-box{
  overflow-x: auto;
  cursor: grab;
  position:relative;
  overflow:auto;
  height:90vh;
  border-left: 10px solid white;
  padding: 0 5px 0 0;
}

.scrolling-box::-webkit-scrollbar-track{
  -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #ffffff;
}

.scrolling-box::-webkit-scrollbar{
  width: 5px;
  background-color: #F5F5F5;
  height: 0;
}

.scrolling-box::-webkit-scrollbar-thumb{
  border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #c4c9cf;
}


.scrolling-box__container{
  width: 100%;
  height: min-content;
  min-width:800px;
}

.scrolling-box__header{
  width:100%;
  position:sticky;
  top:0;
  height:240px;
  z-index:2;
}

.scrolling-box__header-container{
  background-color:gray;
  height:100%;
  position:relative;
  display:flex;
}

.scrolling-box__header-fixed{
  background-color:white;
  width: 200px;
  position: sticky;
  left: 0;
  z-index:1;
}

.scrolling-box__header-options{
  width:100%;
  display:flex;
  position: absolute;
  left: 200px;
  height: 100%;
  width: calc(100% - 200px);
}

.scrolling-box__header-options-element{
  width:calc(100%/4);
  border: 2px solid white;
  border-right:0;
  color: #6F6F6E;
}

.scrolling-box__header-options-element.col1{
  background-color:#BBCFD8;
}

.scrolling-box__header-options-element.col2{
  background-color:#C9D8E0;
}

.scrolling-box__header-options-element.col3{
  background-color:#D6E2E8;
}

.scrolling-box__header-options-element.col4{
  background-color:#E4ECF0;
}

.scrolling-box__header-options-element.col5{
  background-color:#FAEDD5;
}

.scrolling-box__header-options-element:last-child{
  border-right: 2px solid white;
}

.scrolling-box__body{
  top:200px;
  width:100%;
}

.scrolling-box__body-container{
  height:100px;
  position: relative;
}

.scrolling-box__body-fixed{
  background-color: black;
  width: 200px;
  position: sticky;
  left: 0;
  height: 100%;
  z-index: 1;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  line-height: 17px;
  border-bottom: 2px solid white;
}

.scrolling-box__body-fixed img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: brightness(0.7);
}


.scrolling-box__body-options{
  background-color:#162841;
  position: absolute;
  top: 0;
  left: 200px;
  height: 100%;
  width: calc(100% - 200px);
  display:flex;
}

.scrolling-box__body-options-element{
  width:calc(100%/4);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-right: 0;
  border-top: 0;
}

#comparador .col-empty {
  width: 110px;
}

#comparador .col-ric {
  flex-grow: 1;
}

@media (min-width: 1200px) {
  #comparador .col-invisible {
    min-width: 270px;
    width: 290px;
  }
}

@media (min-width:768px) and (max-width: 1200px) {
#comparador .col-empty {
  display: none;
}
#comparador .scrolling-box__body-container:nth-child(even) .scrolling-box__body-options 
.scrolling-box__body-options-element {
  background-color:#F5F5F5;
}

#comparador .scrolling-box__header-options-element,
#comparador .scrolling-box__body-options-element{
  min-width: 111px;
}

#comparador .col-invisible {
  min-width: 264px;
}

#comparador .col-ric {
  min-width: 450px;
}

#comparador .col-bte {
  min-width: 450px;
}
}

@media (max-width: 768px) {
  #comparador .col-empty {
    display: none;
  }
  #comparador .col-ric {
    min-width: 400px;
  }
  
  #comparador .col-bte {
    min-width: 400px;
  }
  #comparador .col-invisible {
    min-width: 220px;
  }
}

.scrolling-box__body-options-element.lv2{
  background-color:#6B6B87;
}

.scrolling-box__body-options-element.lv3{
  background-color:#A3A1B4;
}

.scrolling-box__body-options-element.lv4{
  background-color:#D5D4DE;
}

.scrolling-box__body-options-element.lv5{
  background-color:#F1F0F4;
}

.scrolling-box__body-options-element:last-child{
  border-right: 2px solid white;
}

.scrolling-box__body-options-element img{
  height: 21px;
  margin: 0 2px;
}

.scrolling-box__header-options-element-title{
  padding: 20px 10px 10px 10px;
  font-size: 25px;
  line-height: 26px;
  border-bottom:2px solid white;
}

.scrolling-box__header-options-element-description{
  padding: 10px;
  font-size: 17px;
  line-height: 21px;
}

.scrolling-box__body-mask{
    right: -5px;
    float: right;
    margin-right: -70px;
    left: 0;
    background-color: black;
    position: sticky;
    height: 638px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    width: 80px;
    margin-top: -640px;
    z-index: 2;
    background: linear-gradient( 270deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 73%);
    background-blend-mode: normal;
    display: none;
}

.scrolling-box__body-drag{
  background-color: white;
  border-radius: 80px;
  margin-top: -278px;
  z-index: 2;
  padding: 10px;
  position: sticky;
  float: right;
  height: 56px;
  width: 56px;
  right: 10px;
  margin-right: -60px;
  display: none;
}

.scrolling-box__body-drag img{
  height: 100%;
        width: 100%;
}


@media(max-width:768px){

  .scrolling-box__body-mask,
  .scrolling-box__body-drag{
    display: block;
  }

  .scrolling-box__body{
    padding: 0 30px 0 0;
  }

  .scrolling-box__body-fixed{
    font-size: 11px;
    line-height: 11px;
    width: 120px;
    font-weight: bold;
    padding: 4px;
  }

  .scrolling-box__body-options {
      left: 120px;
      width: calc(100% - 120px);
  }

  .scrolling-box__container {
      min-width: 700px;
  }

  .scrolling-box__body-options-element img {
      height: 10px;
      margin: 0 1px;
  }

  .scrolling-box__header-fixed{
      width: 120px;
  }

  .scrolling-box__header-options {
      left: 120px;
      width: calc(100% - 120px);
  }

  .scrolling-box__header-options-element-title {
      padding: 7px;
      font-size: 13px;
      line-height: 13px;
  }

  .scrolling-box__header-options-element-description {
      padding: 7px;
      font-size: 10px;
      line-height: 12px;
  }

  .scrolling-box__body-container {
      height: 50px;
  }

  .scrolling-box__header{
    height: 140px;
    padding: 0 30px 0 0;
  }

  .scrolling-box{
    height: auto;
  }
}


.scrolling-box__footer{
  display:flex;
  color:#6f6f6e;
  padding:0 0 0 10px;
  margin: 35px 0 100px 0;
}

.scrolling-box__footer-element{
  display:flex;
  padding:0 10px 0 0;
  width:calc(100%/5);
  font-size: 15px;
  line-height: 17px;
}

.scrolling-box__footer-element-square{
  height:30px;
  width:30px;
  background-color:#162841;
  margin:0 10px 0 0;
}

.scrolling-box__footer-element-square.lv2{
  background-color:#6B6B87;
}

.scrolling-box__footer-element-square.lv3{
  background-color:#A3A1B4;
}

.scrolling-box__footer-element-square.lv4{
  background-color:#D5D4DE;
}

.scrolling-box__footer-element-square.lv5{
  background-color:#F1F0F4;
}


.scrolling-box__footer-element-title{
  width:70px;
}

.scrolling-box__footer-element-description{
  width: calc(100% - 100px);
  
}

@media(max-width:1200px){

  .scrolling-box__footer{
      flex-direction: column;
      margin: 25px 0 30px 0;
  }

  .scrolling-box__footer-element {
      padding: 0 10px 10px 0;
      width: 100%;
  }
}


/******************************************************************/
/*************************  NEW PAGES  ****************************/
/******************************************************************/

/*************  invisibles / retroauriculares */

.container-1440 {
  max-width: 1440px;
  margin: 0 auto;
}
.title-blue{
  font-family: 'gotham';
  color: #192F52;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.title-blue strong{
  font-weight: bolder;
}
.banner-top {
  width: 100%;
  position: relative;
}
.banner-top:after {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(9,9,121,0) 70%);
}
.banner-top.no-gradient::after {
  content: none !important;
  background: none !important;
}
.banner-top.inverse .nb-image-columns__image {
  min-height: auto;
}
.banner-top.inverse:after {
  background: none;
}
.banner-top.inverse.formar-parte .nb-image-columns__image {
  background-image: url('../images/formar-parte-mobile.jpg') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width:2000px) and (orientation:landscape) {
  .banner-top.inverse .container--xl {
    padding: 190px 26px;
  }
}
@media (max-width:980px) {
  .banner-top.inverse .banner-top__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .banner-top.inverse .banner-top__parraf-top {
    font-size: 16px;
    line-height: 24px;
  }
  .formar-parte-mask.desktop {
    display: none;
  }
  .formar-parte-mask.mobile {
    display: block;
  }
  .banner-top.inverse .nb-image-columns__image {
    /* min-height: 80vh; */
  }
}
@media (min-width:576px) and (max-width:768px) {
  .ventajas {
    /* background-position: 70%; */
    background-image: url('../images/ventajas-mobile.jpg') !important;
    background-position: bottom center !important;
  }
  .ventajas .nb-image-text__left {
    width: 80%;
    margin: 0 auto;
  }
  .ventajas .nb-image-text__container {
    padding-bottom: 506px;
  }
}
@media (min-width:768px) and (max-width:980px) {
  .ventajas {
    background-position: 60%;
  }
  .ventajas .nb-image-text__left {
    width: 65%;
    margin-right: 36px;
    margin-left: auto;
  }
}

@media (min-width:980px) and (max-width:1100px) {
  .ventajas .nb-image-text__left {
    width: 70%;
    margin-right: 36px;
    margin-left: auto;
  }
}

@media (min-width:1100px) and (max-width:1300px) {
  .ventajas .nb-image-text__left {
    width: 60%;
    margin-right: 36px;
    margin-left: auto;
  }
}
@media (min-width:1200px) and (max-width:1440px) {
  .ventajas .nb-image-text__left {
    width: 60%;
    margin-right: 36px;
    margin-left: auto;
  }
}
@media (min-width:768px) and (max-width:1440px) and (orientation: portrait) {
  .formar-parte-mask.desktop {
    display: none !important;
  }
  .formar-parte-mask.mobile {
    display: block !important;
  }
  .banner-top.inverse .nb-image-columns__image {
    min-height: auto;
  }
  .banner-top.inverse .container--xl {
    padding-bottom: 240px !important;
    padding-top: 120px !important;
  }
}
@media(min-width:980px) and (orientation:landscape) {
  .banner-top.inverse.formar-parte .nb-image-columns__image {
    background-image: url('../images/formar-parte.jpg') !important;

  }
}
@media(min-width:980px) {
  .banner-top.inverse.formar-parte:after {
    background: linear-gradient(243deg, #FFF 38.94%, rgba(255, 255, 255, 0.00) 62.95%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 24.32%, #FFF 53.8%);
  }
  
  .banner-top.inverse.u-pb-xxxxl{
    padding-bottom: 80px !important;
  }
  .formar-parte-mask.desktop {
    display: block;
  }
  .formar-parte-mask.mobile {
    display: none;
  }
  /* .banner-top.inverse .nb-image-columns__image {
    min-height: 90vh;
  } */
}

@media (max-width:768px) {
  .banner-top.inverse.u-pb-xxxxl{
    padding-bottom: 57px !important;
  }
}
@media (min-width:980px) and (max-width:1200px) {
  .banner-top.inverse.u-pb-xxxxl {
    padding-bottom: 60px !important;
  }
  .formar-parte-mask {
    bottom: 55px !important;
  }
  .under-bottom-mask.formar-parte {
    margin-top: -75px !important;
  }
}
@media (max-width:1200px) {
  .under-bottom-mask.formar-parte {
    margin-top: -57px !important;
  }
}

.formar-parte-mask {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  bottom: 55px;
}
@media(min-width:1200px) {
  .formar-parte-mask {
    bottom: 79px;
  }
}

.under-bottom-mask.formar-parte {
  margin-top: -80px;
}

.under-bottom-mask.formar-parte * {
  color:white;
}

.aud-subtitle {
  font-size: 28px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.text-2-columns {
  font-size: 16px;
  line-height: 24px;
}

@media(min-width:768px) {
  .text-2-columns {
    column-count: 2;
    column-gap: 50px;
  }
}

@media(min-width:1200px) {
  .text-2-columns {
    column-gap: 108px;
    font-size: 24px;
    line-height: 30px;
  }
}


.aud-join .item {
  width: 100%;
  padding: 36px;
  background-color: white;
}

@media (max-width:768px) {

  .aud-join .item:nth-child(2),
  .aud-join .item:nth-child(4),
  .aud-join .item:nth-child(6) {
    background-color: #F5F5F5;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .aud-join {
    flex-direction: column;
    align-items: center;
  }
  .aud-join .item {
    width: 408px !important;
  }
  .aud-join .item:nth-child(2),
  .aud-join .item:nth-child(4),
  .aud-join .item:nth-child(6) {
    background-color: #F5F5F5;
  }
  .aud-join .item:nth-child(5) {
    background-color: white !important;
  }
}

@media(min-width:1200px) and (max-width:1400px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner .nb-image-text__left {
    margin-left: 32px;
  }
}

@media(min-width:980px) and (max-width:1200px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner .nb-image-text__left {
    margin: 0 auto;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .aud-join .item {
    width: 33% !important;
  }
  .compania-exito .aud-subtitle {
    margin-bottom: 38px;
  }
  
}

@media (min-width:1200px) and (max-width:1300px) {
  .aud-join .item {
    width: 33% !important;
  }
}

@media (max-width:1200px) {
  .aud-join.row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
  }
}

@media (min-width:768px) {
  .aud-join.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
  .aud-join .item {
    width: 408px;
    padding: 36px;
    background-color: white;
  }
  .aud-join .item:nth-child(2),
  .aud-join .item:nth-child(5) {
    background-color: #F5F5F5;
  }
}

@media (min-width:1200px) {
  .aud-join.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .aud-join .item {
    width: 408px;
    padding: 36px;
    background-color: white;
  }
  .aud-join .item:nth-child(2),
  .aud-join .item:nth-child(5) {
    background-color: #F5F5F5;
  }
  .--nb-image-text-premiumpartner .nb-image-text__gradient .nb-image-text__container {
    padding: 168px 26px;
  }
  .--nb-image-text-premiumpartner .nb-image-text__left-description {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-top.inverse .banner-top__title {
    font-size: 56px;
    line-height: 66px;
  }
  .banner-top.inverse .banner-top__parraf-top {
    font-size: 18px;
    line-height: 26px;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .text-size--xxxxl, 
    .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .aud-title-2 {
      margin-bottom: 36px !important;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__left-description{
    font-size: 16px;
    line-height: 26px;
  }
}

.--nb-image-text-premiumpartner {
  background-image:url("../images/mis-necesidades.jpg") !important;
  background-position-x: 60% !important;
}

.--nb-image-text-premiumpartner-2 {
  background-image:url("../images/centros-autorizados.jpg") !important;
  background-position: center center !important;
  background-size: cover;
}

.--nb-image-text-premiumpartner-2 .nb-image-text__container {
  min-height: auto;

}

.--nb-image-text-premiumpartner .nb-image-text__gradient{
  background: none !important;
}
.--nb-image-text-premiumpartner .nb-image-text__gradient {
  padding: 0 !important;
}
.--nb-image-text-premiumpartner .nb-image-text__left-description.text-size--mx {
  margin-bottom: 0 !important;
}
.--nb-image-text-premiumpartner .nb-image-text__gradient .nb-image-text__container {
  min-height: auto;
}

.nb-image-text__left-description.formar-parte ul {
  padding-left: 0 !important;
}

.nb-image-text__left-description.formar-parte ul li {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  margin-bottom: 16px !important;
}

.nb-image-text__left-description.formar-parte ul li img {
  margin-right: 12px;
}

.aud-join .item .item__title {
  font-size: 28px;
  font-style: normal;
  font-weight: bolder;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 48px;
}

.compania-exito {
  padding-top: 68px;
  padding-bottom: 48px;
}


.why.uno-nuestros {
  padding-top: 0;
  padding-bottom: 120px;
}

.nb-image-text.ventajas .nb-image-text__container {
  min-height: auto;
}


.new-image-text.ventajas{
  margin-bottom: 0 !important;
}

.nb-formar-parte .nb-video__container {
  height: 176px;
}


@media (min-width:1200px) and (max-width:1400px) and (max-height:900px) {
  .banner-top.inverse .container--xl {
    padding: 70px 60px 50px 26px !important;
    min-height: 80vh;
    display: flex;
    align-items: center;
  }
  .banner-top.inverse .banner-top__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}
@media (min-width:1200px) and (max-width:1400px) and (max-height:700px) {
  .banner-top.inverse .container--xl {
    padding: 70px 60px 50px 26px !important;
    min-height: 80vh;
    display: flex;
    align-items: center;
  }
  .banner-top.inverse .banner-top__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .under-bottom-mask.formar-parte .aud-title-2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px !important;
  }
  .text-2-columns {
    font-size: 16px;
    line-height: 26px;
    column-gap: 60px;
  }
  .compania-exito .aud-title-2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
  .nb-formar-parte .text-size--xl {
    margin-bottom: 30px !important;
  }
  .--nb-image-text-premiumpartner .aud-title-2 {
    font-size: 36px;
    line-height: 40px;
  }
  .--nb-image-text-premiumpartner .nb-image-text__left-description {
    font-size: 16px;
    line-height: 26px;
  }
  .nb-image-text.ventajas .text-size--xxxl {
    font-size: 36px;
    line-height: 40px;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .aud-title-2 {
    font-size: 36px;
    line-height: 40px;
    width: 600px;
  }
}

@media (min-width:1400px) and (max-width:1900px) and (max-height:900px) {
  .banner-top.inverse .container--xl {
    padding: 70px 120px 50px 26px !important;
    min-height: 85vh;
    display: flex;
    align-items: center;
  }
  .banner-top.inverse .banner-top__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}


@media (min-width:576px) and (max-width:767px) {
  .carousel-formar-parte, .carousel-formar-parte .slick-list, .carousel-formar-parte .slick-track {
    height: 350px !important;
    margin-bottom: 0 !important;
  }
  .nb-formar-parte .nb-video__container {
    height: 350px;
  }
  .carousel-formar-parte .slick-prev, .carousel-formar-parte .slick-next {
    top: 140px !important;
  }

}

@media (min-width:576px) and (max-width:1200px) {
  .carousel-formar-parte .carousel-v3__element {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-right: 20px;
  }
  .carousel-formar-parte .slick-prev{
    left: 0;
  }
  .carousel-formar-parte .slick-next {
    right: 0
  }
}

@media (max-width:576px) {
  .carousel-formar-parte, .carousel-formar-parte .slick-list, .carousel-formar-parte .slick-track {
    height: 176px !important;
    margin-bottom: 0 !important;
  }
  .carousel-formar-parte .slick-prev, .carousel-formar-parte .slick-next {
    top: 70px !important;
  }
  .carousel-formar-parte .slick-prev, .carousel-formar-parte .slick-next {
    background-size: 12px 40px !important;
    width: 12px;
    height: 40px;
    z-index: 4;
  }
  .carousel-formar-parte .slick-next {
    right: 0px;
  }
  .carousel-formar-parte .slick-prev {
    left: 0px;
  }
  .ventajas {
    background-image: url('../images/ventajas-mobile.jpg');
    background-position: bottom center;
  }
  .ventajas .nb-image-text__container {
    padding-bottom: 314px;
  }
}

@media (min-width:420px) and (max-width:500px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__gradient {
    padding-top: 320px !important;
  }
}

@media (min-width:500px) and (max-width:576px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__gradient {
    padding-top: 360px !important;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__gradient {
    padding-top: 480px !important;
  }
}
@media (max-width:768px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 {
    background-image:url("../images/centros-autorizados-mobile.jpg") !important;
    background-position-y: top !important;
    background-position: top !important;
    background-size: cover !important;
  }
}
@media (min-width:768px) and (max-width:1200px) {
  .--nb-image-text-premiumpartner-2 {
    background-image: url("../images/centros-autorizados.jpg") !important;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__gradient {
    padding-top: 80px !important;
    padding-bottom: 173px !important;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 {
    background-image:url("../images/centros-autorizados.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__left {
    margin-left: 36px;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__left-description {
    width: 400px;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__left {
    margin-left: 36px;
  }
  .--nb-image-text-premiumpartner-2 {
    padding-top: 98px !important;
    padding-bottom: 164px !important;
    background-position-x: 65% !important;
  }
  .--nb-image-text-premiumpartner-2 .nb-image-text__left-description {
    width: 430px;
  }
  .--nb-image-text-premiumpartner-2 .aud-title-2 {
    width: 430px;
  }
}

@media (min-width:1400px) and (max-width:1500px) {
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__left {
    margin-left: 36px;
  }
  .--nb-image-text-premiumpartner-2 {
    padding-top: 98px !important;
    padding-bottom: 164px !important;
    background-position-x: 65% !important;
  }
  .--nb-image-text-premiumpartner-2 .nb-image-text__left-description {
    width: 600px;
  }
  .--nb-image-text-premiumpartner-2 .aud-title-2 {
    width: 600px;
  }
}

@media(max-width:1200px) {
  .banner-top.inverse p {
    font-size: 16px;
    line-height: 24px;
  }
  .formar-parte .aud-title-2{
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 48px;
  }
  .compania-exito {
    padding-left: 0;
    padding-right: 0;
  }
  .compania-exito .aud-title-2{
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .compania-exito .aud-subtitle{
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .compania-exito .aud-join .item {
    padding: 36px 24px;
  }
  .compania-exito .aud-join .item .item__title {
    margin-top: 32px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .compania-exito .aud-join .item .item__p {
    font-size: 16px;
    line-height: 24px;
  }
  .uno-nuestros.why {
    padding-bottom: 68px;
  }
  .uno-nuestros.why .title-blue {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .uno-nuestros.why .why__box-title {
    margin-bottom: 12px;
  }
  .uno-nuestros.why p {
    font-size: 16px;
    line-height: 24px;
  }
  .uno-nuestros.why .why__btn {
    margin-top: 36px;
  }
  .ventajas .nb-image-text__left {
    margin-top: 48px;
  }
  .ventajas .nb-image-text__left .text-size--xxxl {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 36px;
  }
  .ventajas .nb-image-text__left-description.formar-parte ul li img {
    width: 24px;
  }
  .ventajas .nb-image-text__left-description.formar-parte {
    margin-bottom: 48px !important;
  }
  .nb-formar-parte {
    padding-top: 68px;
    padding-bottom: 84px;
  }
  .nb-formar-parte h2, .aud-nb-opinion.nb-opinion h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center !important;
    margin-bottom: 48px;
  }
  .nb-formar-parte .video-thumb img {
    width: 56px;
  }
  .nb-formar-parte .u-px-contain {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .carousel-formar-parte .carousel-v3__element {
    padding: 0 25px;
  }
  .--nb-image-text-premiumpartner-2 .aud-title-2 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 36px !important;
  }
  .--nb-image-text-premiumpartner-2.nb-image-text--franchise .nb-image-text__left-description {
    margin-bottom: 48px !important;
  }
  .--nb-image-text-premiumpartner .aud-title-2 {
    margin-bottom: 36px;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 {
    /* background-image:url("../images/centros-autorizados-mobile.jpg") !important;
    background-position-y: top !important;
    background-position: top !important;
    background-size: cover !important; */
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner-2 .nb-image-text__gradient {
    padding-top: 268px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 84px;
    background: none !important;
  }
  .centros-autorizados-mask.mobile {
    display: block;
  }
  .centros-autorizados-mask.desktop {
    display: none;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner .container--xl {
    padding-top: 108px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 108px;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner {
    background-image: url('../images/mis-necesidades-mobile.jpg') !important;
    background-size: cover !important;
  }
  .nb-image-text--franchise.--nb-image-text-premiumpartner .aud-title-2 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 36px !important;
  }
}

@media (min-width:768px) {
  .nb-formar-parte .nb-video__container {
    height: 650px;
  }
}

@media(min-width:1200px) {
  .under-bottom-mask.formar-parte .cont-section.new-list {
    padding-top: 84px;
    padding-bottom: 120px;
  }
  .under-bottom-mask.formar-parte .aud-title-2 {
    margin-bottom: 76px;
  }
  .compania-exito {
    padding-top: 120px;
    padding-bottom: 76px;
  }
  .compania-exito .aud-title-2 {
    margin-bottom: 36px;
  }
  .compania-exito .aud-subtitle {
    font-size: 28px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 76px;
  }
  .why.uno-nuestros .why__box-title, .why.uno-nuestros .title-blue{
    margin-bottom: 16px;
  }
  .why.uno-nuestros p {
    margin-bottom: 56px;
  }
  
  .nb-formar-parte {
    padding-top: 120px;
    padding-bottom: 148px;
  }
  .nb-formar-parte .text-size--xl {
    margin-bottom: 76px;
  }
  .nb-formar-parte .nb-video__container {
    height: 768px;
  }
  .--nb-image-text-premiumpartner-2 {
    padding-top: 208px;
    padding-bottom: 208px;
    position: relative;
  }
  .--nb-image-text-premiumpartner-2 .nb-image-text__gradient {
    background: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 26px !important;
    padding-left: 26px !important;
  }
  .--nb-image-text-premiumpartner {
    position: relative;
  }
  .--nb-image-text-premiumpartner .aud-title-2 {
    margin-bottom: 36px;
  }
  .new-image-text.ventajas .nb-image-text__left {
    padding: 148px 0px;
  }
  .new-image-text.ventajas{
    margin-bottom: 0;
  }
  .nb-image-text.ventajas .text-size--xxxl{
    margin-bottom: 36px;
  }
  .ventajas {
    background-image: url('../images/ventajas.jpg');
  }
  .centros-autorizados-mask.mobile {
    display: none;
  }
  .centros-autorizados-mask.desktop {
    display: block;
  }
  .banner-top.inverse .container--xl{
    padding: 120px 26px 144px 26px;
  }
}
.--nb-image-text-premiumpartner .centros-autorizados-mask {
  top: -1px; transform: rotate(180deg);
}
.--nb-image-text-premiumpartner-2 {
  position: relative;
}
.--nb-image-text-premiumpartner {
  position: relative;
}
.centros-autorizados-mask {
    width: 100%;
    position: absolute;
    bottom: -1px;
}
.banner-top .container--xl{
  padding: 120px 26px;
  position: relative;
  z-index: 9;
}
.banner-top__box{
  font-family: 'gotham';
  color: #192F52;
}
.banner-top__title{
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;

}
.banner-top h2 strong{
  font-weight: bolder;
}
.banner-top__parraf-top{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}
.banner-top__parraf-bottom{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
  font-weight: 400;
}
.banner-top .nb-btn--icon-1 {
  padding: 18px 28px 18px 64px;
}
.banner-top__list{
  width: 100%;
  margin-bottom: 60px;
}
.banner-top__list-li{
  list-style-type: disc;
  margin: 0 0 25px 15px;
}
.banner-top__li-text{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.banner-top__li-text--title{
  margin-bottom: 10px;
}
.banner-top__red{
  color: #00295A;
  font-weight: 600;
  font-size: 36px;
}
.banner-top--franquicias .container--xl{
  display: flex;
  align-items: flex-end;
}
.banner-top__img{
  padding-left: 60px;
}
.banner-top__img-box{
  border-radius: 50%;
    border-right: 15px solid #ffffff2b;
}
.banner-top__img-box img{
  width: 100%;
}

.features{
  font-family: 'gotham';
  color: #192F52;
}
.features.cont-section {
  padding: 25px 15px;
}
.features__box-text{
  text-align: center;
}
.features__flex-column{
  margin-bottom: 80px;
}
.features__box{
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.features__box-items{

}
.features__item-title{
  font-size: 24px;
  font-weight: bolder;
  text-transform: uppercase;
}
.features__item{
  border-bottom: 1px solid  #C2C2C2;
  padding: 20px 0 12px;
}
.features__item:last-child{
  border-bottom: none
}
.features__text{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.features__box-icon{
  border-radius: 100px;
  padding: 10px;
}
.features__box--left, .features__box--left .features__text{
  text-align: right;
}
.features__box--left .features__box-icon{
  background: #CDA84F;
}
.features__box--right .features__box-icon{
  background: #00295A;
}
.features__box--left{
  padding-right: 8px;
}
.features__box--right{
  padding-left: 8px;
}
.features__btn{
  text-align: center;
}
.features .nb-btn--icon-1 {
  padding: 24px 56px 24px 70px;
}

.why{
  width: 100%;
}
.why__box-title{
  text-align: center;
  margin-bottom: 50px;
  color: #192F52;
  font-family: 'gotham';
}
.why .title-blue{
  font-size: 28px;
  text-transform: uppercase;
}
.why__title strong{
  font-weight: bolder;
}
.why__items{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.why__item{
  flex-basis: 16%;
  text-align: center;
  padding: 0 25px;
}
.why__icon{
  margin: 0 auto 30px;
  height: 70px;
}
.why__text{
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #192F52;
  font-family: 'gotham';

}
.why__btn{
  text-align: center;
}
.why--five .why__item{
  flex-basis: 20%;
  padding: 0 30px;
}

.tabs-retroauriculares{
  width: 100%;
}
.tabs-retroauriculares__tabs{
  width: 100%;
}
.tabs-retroauriculares__box-text{
  margin-bottom: 80px;
  text-align: center;
}
.tabs-retroauriculares .gallery-header-8 .flex-col-6 {
  margin: 0px 15px !important;
}
.tabs-retroauriculares .title-tab-element{
  color: #192F52;
  font-family: 'gotham';
  font-size: 16px;
  font-weight: 900;
  padding: 7px 0px !important;
  border-top: 1px solid #192F52;
  border-bottom: 1px solid #192F52;
}
.tabs-retroauriculares__text{
  color: #192F52;
  font-family: 'gotham';
}
.tabs-retroauriculares__text .title-blue{
  font-weight: bolder;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
}

.tabs-retroauriculares__parraf{
  font-size: 16px;
  line-height: 26px;
  min-width: 300px;
  overflow: auto;
  padding: 0 20px 0 0;
}

.tabs-retroauriculares__parraf p{
  margin: 10px 0 0 0;
}
 
.tabs-retroauriculares__parraf::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
  background-color: #F5F5F5;
}
.tabs-retroauriculares__parraf::-webkit-scrollbar{
  width: 2px;
  background-color: #F5F5F5;
}
.tabs-retroauriculares__parraf::-webkit-scrollbar-thumb{
  border: 2px solid #a9a9a9;
}

.tabs-retroauriculares .h-slider-arrow {
  height: 70px;
  width: 20px;
}

#tab7:checked ~ section .tab7,
#tab8:checked ~ section .tab8,
#tab9:checked ~ section .tab9,
#tab10:checked ~ section .tab10,
#tab11:checked ~ section .tab11,
#tab12:checked ~ section .tab12  {
  display: block;
}
.tabs-retroauriculares #tab1:checked ~ nav .tab1, .tabs-retroauriculares #tab2:checked ~ nav .tab2, .tabs-retroauriculares #tab3:checked ~ nav .tab3, .tabs-retroauriculares #tab4:checked ~ nav .tab4, .tabs-retroauriculares #tab5:checked ~ nav .tab5, .tabs-retroauriculares #tab6:checked ~ nav .tab6,.tabs-retroauriculares #tab6:checked ~ nav .tab6,.tabs-retroauriculares #tab7:checked ~ nav .tab7, .tabs-retroauriculares #tab8:checked ~ nav .tab8,.tabs-retroauriculares #tab9:checked ~ nav .tab9, 
.tabs-retroauriculares #tab10:checked ~ nav .tab10,.tabs-retroauriculares #tab11:checked ~ nav .tab11, 
.tabs-retroauriculares #tab12:checked ~ nav .tab12 
{
  cursor: default;
  border-bottom-color: transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: '';
  height: 0;
  bottom: 0px;
  left: calc(50% - 15px);
  width: 0;
  position: relative;
  border-bottom: 20px solid #00295A;

}

.tabs-infantil .pc-tab .u-d-flex {
  flex-wrap: wrap;
  justify-content: center;
}
.tabs-infantil .pc-tab .u-d-flex .flex-col-5 {
  flex-basis: calc(20% - 40px);
}

@media (min-width:576px) and (max-width:1200px) {
  .banner-top.inverse .container--xl {
    padding: 60px 80px;
  }

  .ventajas {
    background-image: url('../images/ventajas.jpg');
  }
}

@media (max-width: 1200px) {
  .banner-top .container--xl {
      padding: 60px 26px;
  }
  .banner-top .nb-image-columns__image {
      padding: 20px 0;
  }
  .banner-top__title {
      font-size: 42px;
      line-height: 46px;
      margin-bottom: 20px;
  }
  .banner-top__parraf-top {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px;
  }
  .title-blue {
      font-size: 38px;
      line-height: 46px;
  }
  .why__text {
      font-size: 20px;
      line-height: 26px;
  }
}

@media (max-width: 1024px) {
  .banner-top__title {
      font-size: 34px;
      line-height: 38px;
  }
  .banner-top__parraf-bottom {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 20px;
  }
  .banner-top__parraf-top {
      font-size: 18px;
      line-height: 24px;
  }
  .banner-top .nb-btn--icon-1 {
      padding: 18px 56px 18px 60px;
      font-size: 18px;
  }
  .title-blue {
      font-size: 32px;
      line-height: 38px;
  }
  .features.cont-section {
      padding: 65px 15px;
  }
  .features__item-title {
      font-size: 20px;
  }
  .features__text {
      font-size: 15px;
      line-height: 24px;
  }
  .why__text {
      font-size: 18px;
      line-height: 24px;
  }
  .tabs-retroauriculares .title-tab-element {
      font-size: 14px;
  }
  .tabs-retroauriculares .gallery-header-8 .flex-col-6 {
      margin: 0px 6px !important;
  }
  .tabs-retroauriculares__text {
      padding-right: 0;
  }
  .tabs-retroauriculares__parraf {
      font-size: 15px;
      line-height: 22px;
  }
}

@media (max-width: 980px){
  .banner-top .nb-image-columns__image-element {
      margin: 30px 0 30px 0;
  }
  .banner-top.inverse .nb-image-columns__image {
    padding: 20px 0 90px;
}
  .banner-top .nb-image-columns__image {
      padding: 20px 0 60px;
      background-image: none !important;
  }
  
  .features .nb-btn--icon-1 {
      padding: 15px 30px 15px 70px;
  }
  .why__item {
      flex-basis: 33.33%;
      padding: 0 15px 30px;
  }
  .tabs-infantil .pc-tab .u-d-flex .flex-col-5 {
    flex-basis: calc(25% - 40px);
  }
}

@media (max-width: 768px) {
  .title-blue {
      font-size: 28px;
      line-height: 36px;
  }
  .features__box--left, .features__box--left .features__text {
      text-align: left;
  }
  .features__box-items {
      order: 2;
  }
  .features__box-text {
      text-align: left;
  }
  .features__box {
      gap: 25px;
  }
  .features__text {
      font-size: 18px;
      line-height: 24px;
  }
  .features__box {
      margin-bottom: 40px;
      padding-right: 20px;
  }
  .features__box--right {
      padding-left: 0;
  }
  .features__flex-column {
      margin-bottom: 20px;
  }
  .tabs-retroauriculares__box-text {
      margin-bottom: 20px;
  }
  .tabs-retroauriculares__text {
      margin-bottom: 40px;
  }
  .banner-top:after {
    background: linear-gradient(90deg, rgba(255,255,255,0.75) 100%, rgba(9,9,121,0) 70%);
  }
  .tabs-infantil .pc-tab .u-d-flex .flex-col-5.mar-p {
    margin: 0 20px;
  }
  .tabs-infantil .pc-tab .u-d-flex .flex-col-5 {
    flex-basis: calc(33.33% - 40px);
  }

  .tabs-retroauriculares__parraf {
    max-height: auto;

  }
}

@media (max-width: 575px) {
  .banner-top .nb-btn--icon-1 {
      padding: 15px 30px 15px 70px;
      font-size: 16px;
      display: flex;
      width: fit-content;
      margin: auto;
  }
  .title-blue {
      font-size: 24px;
      line-height: 32px;
  }
  .features__text {
      font-size: 17px;
      line-height: 24px;
  }
  .why__item, .why--five .why__item {
      padding: 0 10px 30px;
      flex-basis: 33.33%;
  }
  .why__icon {
      height: 60px;
  }
  .tabs-retroauriculares .title-tab-element {
      font-size: 11px;
      height: auto;
  }
  .banner-top__title {
      font-size: 28px;
      line-height: 34px;
  }
  .banner-top .container--xl {
      padding: 20px 26px;
  }
  .esenciales.m-t-120 {
    margin-top: 0px !important;
  }
}

.price-section .nb-btn--icon-circle.nb-btn--l {
  padding: 0 14px 0 75px;
}


/****** NEW SCROLLING */

.new-scrolling-box{
  color: #192F52;
  font-family:"Gotham";
  font-size: 14px;
  line-height: 18px;
}

.new-scrolling-box .scrolling-box__header{
  height: 65px;
  background-color: transparent;
}

.new-scrolling-box .scrolling-box__header-container{
  background-color: white;
}

.new-scrolling-box .scrolling-box__header-options-element{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 10px 0;
  background-color: white;
}

.new-scrolling-box .scrolling-box__body-options{
  background-color: white;
  color: #192F52;
  left:160px;
  width: calc(100% - 160px);
}

.new-scrolling-box .scrolling-box__body-fixed{
  background-color:white;
  color: #192F52;    
  border:0;
  padding: 20px 20px 20px 10px;
  display: flex;
  align-items: center;
  min-height:80px;
  width:160px;
}

.new-scrolling-box .scrolling-box__header-fixed{
  width:160px; 
}

.new-scrolling-box .scrolling-box__header-options{
   left:160px;
   width: calc(100% - 160px);
}


.new-scrolling-box .scrolling-box__body-fixed.tall{
  min-height:130px;
  align-items: center;
}

.new-scrolling-box .scrolling-box__body-container{
  height: auto;
}

.new-scrolling-box .scrolling-box__body-container:nth-child(even) .scrolling-box__body-fixed,
.new-scrolling-box .scrolling-box__body-container:nth-child(even) .scrolling-box__body-options{
  background-color:#F5F5F5;
}


.new-scrolling-box .scrolling-box__body-options-element{
  border: 0;
  position: relative;
  padding: 20px;
}



.new-scrolling-box .scrolling-box__header-options-element strong{
  border-bottom: 1px solid #192F52;;
  width: calc(100% - 8px);
  margin: 0 auto;
  text-align: center;
  padding: 0 0 6px 0;
  color: #192F52;
  font-size: 13px;
}


.new-scrolling-box .scrolling-box__body-options-element:before{
  content:url("../images/rebranding/bg-gradient-inset.png");
  position: absolute;
  left: 0;
  height: 100%;
  width: 19px;
  overflow: hidden;
  background-size: 21px;
  opacity: 0.4;
  margin-left: -19px;
}


.new-scrolling-box .scrolling-box__body-container .scrolling-box__body-fixed:before{    
  background-color:#F5F5F5;
  content:url("../images/rebranding/bg-gradient-inset.png");
  position: absolute;
  right: 0;
  height: 100%;
  width: 19px;
  overflow: hidden;
  background-size: 21px;
  opacity: 0.4;
  margin-left: -19px;
  top:0;
}

@media(max-width:768px){

  .new-scrolling-box .u-px-contain{
      padding:0 !important;
  }

  .new-scrolling-box .scrolling-box__container {
      min-width: 1050px;
  }

  .new-scrolling-box .scrolling-box__body-options-element {
      font-size: 12px;
      line-height: 14px;
  }

  .new-scrolling-box .scrolling-box__header-options-element strong{
      font-size:12px;
  }

  .new-scrolling-box .scrolling-box__body-fixed{
      line-height:14px;
      min-height:50px;
      width:130px;
      padding: 10px 15px 10px 10px;
  }

  .new-scrolling-box .scrolling-box__body-fixed.tall{
      min-height:100px;
  }

  .new-scrolling-box .scrolling-box__body-options{
      left:130px;
      width: calc(100% - 130px);
  }
 
  .new-scrolling-box .scrolling-box__header-fixed{
      width:130px; 
   }
   
   .new-scrolling-box .scrolling-box__header-options{
       left:130px;
       width: calc(100% - 130px);
   }
}

/*******NEW LIST */


.new-list.cont-section{
  font-family: 'gotham';
  color: #192F52;
}

.new-list .bold-orange{
  font-family: 'gotham';
  color: #192F52;
  font-weight:600;
}

.new-list .flex-table{
  padding: 20px 0 0 0;
}

.new-list .font-bold{
  font-family: 'gotham';
}

.new-list .flex-table-row > p, .flex-table > p{
  width: 100%;
}

.new-list .hr-txt-1,
.new-list .hr-txt-2{
  width:calc(100% - 55px);
  border-top: 1px solid #C2C2C2;  
  margin: 5px 66px;
}

.new-list .new-list__subtitle{
  min-height:56px;
}

@media(max-width:1200px){

  .new-list.cont-section{
      padding: 50px 0;
  }

  .new-list .new-list__subtitle {
      min-height: auto;
  }

  .new-list  .m-b-50 {
      margin-bottom: 20px !important;
  }

  .new-list .pad-p {
      padding: 0;
  }

  .new-list .extra-pad-right{
      padding: 0 30px 0 0;
  }

  .new-list .extra-pad-left{
      padding: 0 0 0 30px;
  }

  .new-list .icn-v {
      margin-right: 15px;
  }

  .new-list .flex-table {
      padding: 10px 0 0 0;
      font-size:16px;
  }

  .new-list .hr-txt-1, 
  .new-list .hr-txt-2 {
      margin: 5px 63px;
  }

  .banner-top--franquicias .nb-image-columns__image-element {
    width: 80%;
  }
}
@media (min-width:768px) {
  .--nb-image-text-premiumpartner .nb-image-text__left br {
    display: block !important;
  }
}
@media(max-width:768px){

  .new-list.cont-section{
      padding: 50px 0;
  }

  .formar-parte .new-list.cont-section {
    padding: 48px 0 56px 0;
  }

  .--nb-image-text-premiumpartner .nb-image-text__left br {
    display: block !important;
  }

  .new-list .new-list__subtitle {
      min-height: auto;
  }

  .new-list  .m-b-50 {
      margin-bottom: 20px !important;
  }

  .new-list .pad-p {
      padding: 0;
  }

  .new-list .extra-pad-right{
      padding: 0 0 50px 0;
  }

  .new-list .extra-pad-left{
      padding: 0 0 0 30px;
  }

  .new-list .icn-v {
      margin-right: 15px;
  }

  .new-list .flex-table {
      padding: 10px 0 0 0;
      font-size:16px;
  }

  .new-list .hr-txt-1, 
  .new-list .hr-txt-2 {
      margin: 5px 55px;
  }

  .new-list .m-b-40 {
      margin-bottom: 20px !important;
  }

  .new-list .extra-pad-left {
      padding: 0 0 0 0;
  }
  .banner-top--franquicias .nb-image-columns__image-element {
    width: 100%;
  }
  .banner-top__img {
    display: none;
  }
}



/****** NEW FAQS */


.new-faqs.cont-section{
  font-family: 'gotham';
  color: #192F52;
}

.new-faqs .question:first-child{
  border-top:0;
}

.new-faqs .answer {
  padding: 15px 45px 15px 0;
  background: none;
}

.new-faqs .question .q-title a{
  font-weight:normal;
  width: 100%;
  display: block;
}

.new-faqs .question .q-title a{
  background-image:url("../images/rebranding/arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
}

/** style question more **/

.question-more .question:first-child{
  border-top: 0 !important;
}

.question-more .question .q-title a{
  display: flex;
  font-weight:normal;
  font-size: 20px;
  line-height:24px;
  background-image: url('../images/rebranding/plus-orange.svg');
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 40px 0 0;
}

.question-more .question:first-child{
  padding: 25px 20px 25px 20px;
}

.question-more .question{
  padding: 25px 20px 25px 20px;
  border-bottom: 2px solid #dfe3e8;
  margin: 0;
}

.question-more .answer{
  background-color: transparent;
  padding: 15px 15px 0 15px
}

.question-more .question.selected{
  background-color: white;
}

.question-more .question.selected .q-title a{
  background-image: url('../images/rebranding/less-orange.svg');
}

@media(max-width:768px){

  .new-faqs.cont-section {
      padding: 45px 0;
  }

  .new-faqs .question .q-title a{
      font-size:16px;
      padding: 0 36px 0 0;
  }

  .new-faqs .question {
      padding: 5px 0 10px 0px !important;
  }

  .new-faqs .answer {
      padding: 0 0 15px 0;
      font-size: 14px;
  }
}



/******* NEW IMAGE TEXT V2 */


.new-image-text-v2{
  color: #192F52;
  font-family:"Gotham";
}

.new-image-text-v2__image-bg{
  position: relative;
  background-repeat:no-repeat;
}

.new-image-text-v2__image-bg.new-image-text-v2__image-bg--hand{
  background-position: center left;
  background-size: 47vw;
}
  


.new-image-text-v2 .nb-image-text-v2__left-title {
  margin: 0 0 36px 0;
}

.new-image-text-v2 .nb-image-text-v2__left-description {
  margin: 0 0 60px 0;
}



.new-image-text-v2 .nb-image-text-v2__left-description ul{
  list-style: disc;
  padding: 0 0 0 18px;
}

.new-image-text-v2 .nb-image-text-v2__left-description ul li{
  margin: 0 0 12px 0;
}

.new-image-text-v2 .nb-image-text-v2__left-description ul li:last-child{
  margin: 0;
}

.new-image-text-v2 .nb-image-text-v2__left-description p + p,
.new-image-text-v2 .nb-image-text-v2__left-description p + ul,
.new-image-text-v2 .nb-image-text-v2__left-description ul + p{
  margin: 36px 0 0 0;
}

.new-image-text-v2 .nb-image-text-v2__left-description p + ul{
  line-height:20px;
}

.new-image-text-v2.new-image-text-v2--reverse .nb-image-text-v2__container {
  display: flex;
  flex-direction: row-reverse;
}

.new-image-text-v2.new-image-text-v2--reverse .nb-image-text-v2__left{
  padding: 0 82px 0 0;
}

.new-image-text-v2--detail{
  position: relative;
}

.new-image-text-v2.new-image-text-v2--women .new-image-text-v2__image-bg {
  background-size:contain;
  background-position:right;
}

.new-image-text-v2.new-image-text-v2--rrhh .new-image-text-v2__image-bg {
  background-size:contain !important;
  background-position:right;
}

.new-image-text-v2.new-image-text-v2--women .nb-image-text-v2__right .mobile {
  display: none;
}

.new-image-text-v2.new-image-text-v2--aud .new-image-text-v2__image-bg {
  background-size:auto;
  background-position:right;
}

.new-image-text-v2.new-image-text-v2--aud .nb-image-text-v2__right .mobile {
  display: none;
}

.new-image-text-v2--detail .nb-image-text-v2__container{
  margin: 30px 0;
}

.new-image-text-v2--detail .detail-top{
  position: absolute;
  top: 0;
  width: 100%;
}

.new-image-text-v2--detail .detail-bottom{
  position: absolute;
  bottom: 0;
  width: 100%; 
}

.new-image-text-v2 .nb-image-text-v2__left-title strong{
  display: block;
}

.new-image-text-v2 .new-image-text-v2__image-bg--hand .nb-image-text-v2__right img.mobile{
  display:none;
}

.new-image-text-v2 .select-options,
/*.new-image-text-v2 .custom-select,*/
.new-image-text-v2 .form .reservaCita{
  display: none;
}

.new-image-text-v2  .form .field > input, 
.new-image-text-v2  .form .field textarea, 
.new-image-text-v2  .form .field select{
  background-color: #F1EFF9 !important;
  height: 49px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-left: 3px solid #CDA84F !important;
  width: 100% !important;
  padding: 0 0 0 20px !important;
  height: 61px !important;
  color: black !important;
  margin: 0 0 5px 0 !important;
  outline:none;
  font-family: 'gotham' !important;
}

.new-image-text-v2  .form .field textarea{
  padding-top: 20px !important;
  min-height:100px;
}

.new-image-text-v2  .checkbox label{
  text-transform: capitalize;
  font-family: inherit;
  color: #192f53;
  opacity: 1;
}

.new-image-text-v2 .form .field label{
  display: none;
}

.new-image-text-v2 .form .field input{
  margin: 0;
}

.new-image-text-v2 .more-address{
  font-size:22px;
  line-height:28px;
}
 
.new-image-text-v2 .more-address p{
  margin: 0 0 20px 0;
}

.new-image-text-v2 form input.button{
  background-color: #00295A;
  border: 0;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 18px 40px;
  margin: 10px 0 0 0;
}

.new-image-text-v2 form input.button:hover{
  background-color:#1e2e53;
  color:white;
}

@media(max-width:1500px){

  .new-image-text-v2.new-image-text-v2--women .new-image-text-v2__image-bg {
      background-position:right -260px top;
  }

  .new-image-text-v2.new-image-text-v2--aud .new-image-text-v2__image-bg {
      background-position: center right;
  }
}


@media(max-width:1200px){

  .new-image-text-v2.new-image-text-v2--reverse .nb-image-text-v2__left {
      padding: 0 50px 0 0;
  }

  .new-image-text-v2 .nb-image-text-v2__left{
      padding: 0 0 0 50px;
  }

  .new-image-text-v2 .nb-image-text-v2__left-description p + p, 
  .new-image-text-v2 .nb-image-text-v2__left-description p + ul, 
  .new-image-text-v2 .nb-image-text-v2__left-description ul + p{
      margin: 22px 0 0 0;
  }

  .new-image-text-v2 .nb-image-text-v2__left-title {
      margin: 0 0 26px 0;
  }

  .new-image-text-v2 .nb-image-text-v2__left-description {
      margin: 0 0 32px 0;
  }

  .new-image-text-v2 .aud-subtitle {
      font-size: 19px;
      line-height: 23px;
  }

  .new-image-text-v2 .nb-image-text-v2__left-description ul li {
      margin: 0 0 8px 0;
  }

 
}

@media(max-width:980px){

  .new-image-text-v2.new-image-text-v2--rrhh .new-image-text-v2__image-bg {
    background-size:cover !important;
  }

  .new-nb-image-description-mask{
    background: linear-gradient(90deg, rgb(192 198 206 / 83%) 100%, rgba(255,255,255,0) 71%);
  }
  
  .new-image-text-v2.new-image-text-v2--reverse .nb-image-text-v2__left {
      padding: 0 50px 0 0;
  }

  .new-image-text-v2 .nb-image-text-v2__left{
      padding: 0 0 50px 0;
  }

  .new-image-text-v2 .nb-image-text-v2__left-description p + p, 
  .new-image-text-v2 .nb-image-text-v2__left-description p + ul, 
  .new-image-text-v2 .nb-image-text-v2__left-description ul + p{
      margin: 22px 0 0 0;
  }

  .new-image-text-v2 .nb-image-text-v2__left-title {
      margin: 0 0 26px 0;
  }

  .new-image-text-v2 .nb-image-text-v2__left-description {
      margin: 0 0 32px 0;
  }

  .new-image-text-v2 .aud-subtitle {
      font-size: 19px;
      line-height: 23px;
  }

  .new-image-text-v2 .nb-image-text-v2__left-description ul li {
      margin: 0 0 8px 0;
  }

  .new-image-text-v2 .nb-image-text-v2__right img{
      max-width:400px;
      width: 100%;
  }

  .new-image-text-v2 .nb-image-text-v2__container{
      flex-direction:column-reverse;
  }

  .new-image-text-v2.new-image-text-v2--reverse .nb-image-text-v2__container{
      flex-direction:column-reverse;
  }

  .new-image-text-v2.new-image-text-v2--reverse .nb-image-text-v2__left {
      padding: 0 0 50px 0;
  }

  .new-image-text-v2--women .new-image-text-v2__image-bg {
      background-image: none !important;
  }

  .new-image-text-v2--aud .new-image-text-v2__image-bg {
      background-image: none !important;
  }

  .new-image-text-v2__image-bg.new-image-text-v2__image-bg--hand{
      background-image: none !important;
  }

  .new-image-text-v2 .new-image-text-v2__image-bg--hand .nb-image-text-v2__right img.mobile{
      display:block;
      margin-left:-30px;
  }

  .new-image-text-v2 .new-image-text-v2__image-bg--hand .nb-image-text-v2__right{
      justify-content: flex-start;
  }

  .new-image-text-v2.new-image-text-v2--women .nb-image-text-v2__right .mobile {
      display: block;
  }

  .new-image-text-v2.new-image-text-v2--aud .nb-image-text-v2__right .mobile {
      display: block;
  }
}


/***** NEW IMAGE TEXT */


  .new-image-text.new-image-text--reverse .nb-image-text__container{

      flex-direction:row-reverse;
  }

  .new-image-text{
      font-family:"Gotham";
  }

  .new-image-text .nb-image-text__left{
      padding:80px 0;
  }

  .new-image-text .nb-image-text__left-description{
      margin: 0 0 60px 0 !important;
  }

  .new-image-text .nb-image-text__left-description ul{
      list-style: disc;
      padding: 0 0 0 18px;
  }

  .new-image-text  .nb-image-text__left-description ul li{
      margin: 0 0 12px 0;
  }

  .new-image-text  .nb-image-text__left-description ul li:last-child{
      margin: 0;
  }

  .new-image-text  .nb-image-text__left-description p + p,
  .new-image-text  .nb-image-text__left-description p + ul,
  .new-image-text  .nb-image-text__left-description ul + p{
      margin: 36px 0 0 0;
  }

  @media(max-width:768px){

      .new-image-text .nb-image-text__left{
          padding:20px 0;
      }
  }


  /********* NEW IMAGE DESCRIPTION */

.new-nb-image-description{
    font-family: "gotham";
}

.new-nb-image-description .new-image-text-v2__image-bg{
    background-size: cover !important;
    background-position: center;
}

.new-nb-image-description.new-nb-image-description .nb-image-text-v2__container{
    flex-direction: column-reverse;
    align-items: flex-end;
}

.new-nb-image-description.new-nb-image-description .nb-image-text-v2__left{
    padding: 0;
}

.nb-image-description-columns{
    display: flex;text-align:left;
}

.nb-image-description-columns .nb-image-description-columns__left{
    width:50%;font-size:24px;line-height:30px;padding:0 120px 0 0;
}

.nb-image-description-columns .nb-image-description-columns__right{
    width:50%;
}

.nb-image-description-columns .nb-image-description-columns__right .tit{
    margin: 0 0 24px 0;
}


.nb-image-description-columns .nb-image-description-columns__right ul li{
    display:flex;margin:0 0 15px;
}

.nb-image-description-columns .nb-image-description-columns__right ul li img{
    margin:0 12px 0 0;
}

@media(max-width:768px){

    .nb-image-description-columns{
        flex-direction:column;
    }

    .nb-image-description-columns__left{
        width:100% !important;
        padding:0 0 40px 0 !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .nb-image-description-columns__right{
        width:100% !important;
        padding:0 !important;
    }
}


/********* NEW TEXT */

.nb-text{
    color:#192f52;
    font-family:'Gotham';
}

.new-nb-text .nb-text__container a {
    margin: 76px 0 0 0;
}

/********* NEW IMAGE COLUMNS */

.new-nb-image-columns{
    font-family:'Gotham';
    font-size:16px;
    line-height:26px;
    background-color:#192F52;
    padding: 0 0 150px 0;
}

.new-nb-image-columns .nb-image-columns__image{
    position: relative;
}

.new-nb-image-columns .nb-image-columns__image-element-description p + p{
    margin: 36px 0 0 0;
}

.new-nb-image-columns  .nb-image-columns__image-element-title {
    margin: 0 0 36px 0;
}

.new-nb-image-columns .nb-image-columns__columns {
    margin-top: -220px !important;
    position: relative;
}


.new-nb-image-columns .nb-image-columns__columns iframe{
    width:100%;
    height:800px;
}

.new-nb-image-columns .nb-image-columns__image-container{
    padding: 350px 26px 280px 26px  !important;
    height: auto;
}

.new-nb-image-columns .detail-top{
    margin-bottom: -108px; 
    width: 100%;
    position: absolute;
    top:0;
}

.nb-image-columns.new-nb-image-columns .nb-image-columns__image-container{
    flex-direction: row-reverse;
}

@media(max-width:992px){

    .new-nb-image-columns .nb-image-columns__columns iframe{
        width:100%;
        height:48vw;
    }

    .nb-image-columns.new-nb-image-columns .nb-image-columns__image-container {
        padding:20px 26px 150px 26px  !important;
    }

    .new-nb-image-columns {
        padding: 0 0 50px 0;
    }
}


/********* NEW COLUMNS */

.new-columns{
    font-family:"Gotham";
    color:#192F52;
}

.new-columns__list{
    display:flex;
    margin: 0 -8px;
    justify-content: center;
}

.new-columns__list-element{
    width:calc(100%/4 - 8px);
    margin:0 8px;
}

.new-columns__list-element-content{
    padding:36px 36px 0 36px;
}

.new-columns__list-element-content-title{
    margin:0 0 8px 0;
}

.new-columns__list-element-content-subtitle{
    font-size:24px;
    line-height:30px;
    margin:0 0 24px 0;
    color:#00295A;
}

.new-columns__list-element-description{
    font-style:italic;
}

.new-columns__list-element-description ul{
    margin: 18px 0 0 0;
    list-style: disc;
    padding: 0 0 0 18px;
}

.new-columns__list-element-description ul li{
    margin: 0 0 12px;
}

@media(max-width:1200px){
    .new-columns__list-element-content {
        padding: 16px 6px 0 6px;
    }
}

@media(max-width:992px){

    .new-columns__list-element {
        width: calc(100%/2 - 16px);
        margin: 0 8px 40px 8px;
    }

    .new-columns__list-element-content {
        padding: 16px 6px 0 6px;
    }

    .new-columns__list-element-content-subtitle {
        font-size: 17px;
        line-height: 22px;
    }

    .new-columns__list-element-description {
        font-size: 13px;
        line-height: 19px;
    }

    .new-columns__list{
        flex-wrap:wrap;
    }
}

@media(max-width:500px){

    .new-columns__list-element {
        width: 100%;
        margin: 0 0 40px 0;
    }

    
}/********* NEW IMAGE DESCRIPTION */

.new-nb-image-description{
    font-family: "gotham";
}

.new-nb-image-description .new-image-text-v2__image-bg{
    background-size: cover !important;
    background-position: center;
}

.new-nb-image-description.new-nb-image-description .nb-image-text-v2__container{
    flex-direction: column-reverse;
    align-items: flex-end;
}

.new-nb-image-description.new-nb-image-description .nb-image-text-v2__left{
    padding: 0;
}

.nb-image-description-columns{
    display: flex;text-align:left;
}

.nb-image-description-columns .nb-image-description-columns__left{
    width:50%;font-size:24px;line-height:30px;padding:0 120px 0 0;
}

.nb-image-description-columns .nb-image-description-columns__right{
    width:50%;
}

.nb-image-description-columns .nb-image-description-columns__right .tit{
    margin: 0 0 24px 0;
}


.nb-image-description-columns .nb-image-description-columns__right ul li{
    display:flex;margin:0 0 15px;
}

.nb-image-description-columns .nb-image-description-columns__right ul li img{
    margin:0 12px 0 0;
}

@media(max-width:768px){

    .nb-image-description-columns{
        flex-direction:column;
    }

    .nb-image-description-columns__left{
        width:100% !important;
        padding:0 0 40px 0 !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .nb-image-description-columns__right{
        width:100% !important;
        padding:0 !important;
    }
}


/********* NEW TEXT */

.nb-text{
    color:#192f52;
    font-family:'Gotham';
}

.new-nb-text .nb-text__container a {
    margin: 76px 0 0 0;
}

/********* NEW IMAGE COLUMNS */

.new-nb-image-columns{
    font-family:'Gotham';
    font-size:16px;
    line-height:26px;
    background-color:#192F52;
    padding: 0 0 150px 0;
}

.new-nb-image-columns .nb-image-columns__image{
    position: relative;
}

.new-nb-image-columns .nb-image-columns__image-element-description p + p{
    margin: 36px 0 0 0;
}

.new-nb-image-columns  .nb-image-columns__image-element-title {
    margin: 0 0 36px 0;
}

.new-nb-image-columns .nb-image-columns__columns {
    margin-top: -220px !important;
    position: relative;
}


.new-nb-image-columns .nb-image-columns__columns iframe{
    width:100%;
    height:800px;
}

.new-nb-image-columns .nb-image-columns__image-container{
    padding: 350px 26px 280px 26px  !important;
    height: auto;
}

.new-nb-image-columns .detail-top{
    margin-bottom: -108px; 
    width: 100%;
    position: absolute;
    top:0;
}

.nb-image-columns.new-nb-image-columns .nb-image-columns__image-container{
    flex-direction: row-reverse;
}

@media(max-width:992px){

    .new-nb-image-columns .nb-image-columns__columns iframe{
        width:100%;
        height:48vw;
    }

    .nb-image-columns.new-nb-image-columns .nb-image-columns__image-container {
        padding:20px 26px 150px 26px  !important;
    }

    .new-nb-image-columns {
        padding: 0 0 50px 0;
    }
}


/********* NEW COLUMNS */

.new-columns{
    font-family:"Gotham";
    color:#192F52;
}

.new-columns__list{
    display:flex;
    margin: 0 -8px;
}

.new-columns__list-element{
    width:calc(100%/4 - 8px);
    margin:0 8px;
}

.new-columns__list-element-content{
    padding:36px 36px 0 36px;
}

.new-columns__list-element-content-title{
    margin:0 0 8px 0;
}

.new-columns__list-element-content-subtitle{
    font-size:24px;
    line-height:30px;
    margin:0 0 24px 0;
    color:#E1604C;
}

.new-columns__list-element-description{
    font-style:italic;
}

.new-columns__list-element-description ul{
    margin: 18px 0 0 0;
    list-style: disc;
    padding: 0 0 0 18px;
}

.new-columns__list-element-description ul li{
    margin: 0 0 12px;
}

@media(max-width:1200px){
    .new-columns__list-element-content {
        padding: 16px 6px 0 6px;
    }
}

@media(max-width:992px){

    .new-columns__list-element {
        width: calc(100%/2 - 16px);
        margin: 0 8px 40px 8px;
    }

    .new-columns__list-element-content {
        padding: 16px 6px 0 6px;
    }

    .new-columns__list-element-content-subtitle {
        font-size: 17px;
        line-height: 22px;
    }

    .new-columns__list-element-description {
        font-size: 13px;
        line-height: 19px;
    }

    .new-columns__list{
        flex-wrap:wrap;
    }
}

@media(max-width:500px){

    .new-columns__list-element {
        width: 100%;
        margin: 0 0 40px 0;
    }

    
}


.prestaciones{
  padding: 50px 0;
}
.prestaciones .nb-image-text-v2__left-description {
  font-family: 'gotham';
  font-weight: 400;
}
.grow{
  width: 100%;
  padding: 120px 0;
}
.grow .flex-col-2{
  display: flex;
  align-items: center;

}
.grow__text{
  padding-right: 60px;
}
.grow__box-img {
  display: flex;
  justify-content: end;
}
.grow__box-img--lighter {
  position: absolute; background-color: rgba(255,255,255,0.1); top:0; left:0; right:0; bottom:0;
}
.aural-benefits{
  margin-bottom: 120px;
}
.aural-benefits__title{
  margin-bottom: 80px;
}
.aural-benefits__items{
  margin-bottom: 80px;
}
.aural-benefits__item{
  padding: 40px;
  border-radius: 8px;
}
.flex-col-3:first-child .aural-benefits__item{
  padding-right: 100px;
}
.flex-col-3:nth-of-type(2) .aural-benefits__item{
  margin: 0 32px;
}
.flex-col-3:last-child .aural-benefits__item{
  padding-left: 100px;
}

.vacantes{
  padding: 110px 0;
}
.vacantes__text{
  margin-bottom: 80px;
}
.vacantes__selects-title{
  padding-bottom: 10px;
  border-bottom: 1px solid #192F52;
  width: 95%;
  margin:0 auto;
}
.vacantes__buttons{
  width: 100%;
  padding: 16px 0;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  background-color: #fff;
  margin-bottom: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vacantes__item{
  flex-basis: 33.33%;
}
.vacantes__select-icon{
  margin-right: 15px;
}
.vacantes__select-red-arrow{
  position: absolute;
  right: 60px;
  top: 8px;
}

/*Select Vacantes*/

.new-custom-select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.new-custom-select select {
  display: none;
}

.new-custom-select .custom-select {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: bolder;
  color: #192F52;
  padding: 8px 15px 8px 60px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-right: 1px solid #D6D6D6;
}

.new-custom-select .custom-select:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../images/rebranding/red-down-arrow.svg');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  transform: rotate(0deg);
  transition: all 0.5s;

}

.new-custom-select .vacantes__item--profile .custom-select,
.new-custom-select .vacantes__item--location .custom-select{
  font-family: 'gotham';
  padding-left: 70px;
}

.new-custom-select .vacantes__item--perfil .custom-select:after {
  right: 60px;

}
.new-custom-select .vacantes__item--provincia .custom-select:after {
  right: 55px;

}
.new-custom-select .vacantes__item--servicios .custom-select:after {
  right: 30px;

}

.new-custom-select .vacantes__item input{
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  border-right: 1px solid #D6D6D6;
  color: #1a3053;
}

.new-custom-select .custom-select:before {
  content: "";
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  
}

.new-custom-select .vacantes__item--perfil .custom-select:before {
  background-image: url('../images/rebranding/otoscopio.svg');
  left: 40px;
}

.new-custom-select .vacantes__item--provincia .custom-select:before {
  background-image: url('../images/rebranding/travel.svg');
  left: 60px;

}
.new-custom-select .vacantes__item--servicios .custom-select:before {
  background-image: url('../images/rebranding/libro.svg');
  left: 40px;

}

.new-custom-select .vacantes__item--perfil .custom-select {
  padding: 8px 95px 8px 90px;

}
.new-custom-select .vacantes__item--provincia .custom-select {
  padding: 8px 15px 8px 110px;

}
.new-custom-select .vacantes__item--servicios .custom-select {
  border-right: none;
  padding: 8px 15px 8px 90px;

}

.new-custom-select .custom-select:active:after, .custom-select.active:after {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.new-custom-select .custom-select:focus{
  outline: 2px;
}

.new-custom-select .select-options {
  display: none;
  position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    max-height:45vh;
    overflow-y:auto;
    overflow-x:hidden;
    border-right: 17px solid white;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
}

.new-custom-select .select-options::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
  border-radius: 0;
  background-color: #F5F5F5;
}

.new-custom-select .select-options::-webkit-scrollbar{
  width: 3px;
  background-color: #F5F5F5;
}

.new-custom-select .select-options::-webkit-scrollbar-thumb{
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #535e72;
}

.new-custom-select .select-options li {
  color: #192F52;
  font-size: 16px;
  margin: 0;
  padding: 7px 36px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: relative;
}

.new-custom-select .select-options li:after{
  content: "";
  width: 15px;
  height: 8px;
  background-image: url('../images/rebranding/arrow-select.svg');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 36px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.new-custom-select .select-options li:hover {
  color: #CDA84F;
}

.new-custom-select .select-options li[rel="hide"] {
  display: none;
}

.new-custom-select ::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 0 0 5px 0;
}

.new-custom-select ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#9E9E9E;
}

.new-custom-select .select-options li:nth-of-type(1):after, .new-custom-select .select-options li:nth-of-type(2):after{
  display: none;
}

.new-custom-select .vacantes__item--profile .select-options li:nth-of-type(8){
  /*font-weight: bolder;
  padding-bottom: 20px;
  color: #192F52!important;
  cursor: default;
  position: relative;
  font-family: 'gotham';*/
}

.new-custom-select .custom-select:after{
  right: 20px;
}

.new-custom-select .vacantes__item--location .select-options li:nth-child(1){
  display: none;
}


.new-custom-select .vacantes__item--profile .select-options li:nth-of-type(8):after{
  /*display: none;*/
}

.new-custom-select .vacantes__item--profile .select-options li:nth-of-type(1),
.new-custom-select .vacantes__item--prov .select-options li:nth-of-type(1),
.new-custom-select .vacantes__item--departament .select-options li:nth-of-type(1)
{
  display: none;
}



.new-custom-select .select-options li:nth-of-type(2){
  font-weight: bolder;
  padding-bottom: 20px;
  color: #192F52!important;
/*  cursor: default;*/
  position: relative;
}
/*.new-custom-select .select-options:before{
  content: "";
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0;
    position: absolute;
    background-color: #ffffff00;
    z-index: 9;
    cursor: default;
}*/
.new-custom-select .select-options li:hover:after{
  right: 30px;
}



.price-section .nb-btn--icon-circle.nb-btn--l {
  padding: 0 14px 0 75px;
}

.flex-col{
  flex-direction: column;
}
.flex-col .nb-image-text-v2__left-description {
  border-left: 4px solid #CDA84F;
  padding: 15px 0 15px 40px;
}
#aud_soluciones{
  color: #fff;
}
#aud_soluciones .font-bold {
  font-family: 'gotham'
}
.tabs-retroauriculares__p{
  color: #192F52;
  font-family: 'gotham';
  text-align: center;
}
.banner-mantenimiento .banner-top__box{
  position: relative;
}
.banner-mantenimiento .detail-36{
  position: absolute;
  bottom: 20px;
  right: 0;
}
.list-block__left-dot {
  height: 7px;
  width: 7px;
}
.faqs__title-box{
  position: relative;
}
.faqs__img{
  position: absolute;
  position: absolute;
  right: 150px;
  top: -40px;
  width: 140px;
}
.tabs-infantil label{
  cursor: initial;
}
.new-list__img{
  align-self: flex-end;
}

.grow__img, .grow__img img {
  width: 100%;
}

@media (max-width: 1300px){
  .faqs__img{
      right: 20px;
  } 
}
@media(max-width:1200px){
  .faqs__img{
      display: none;
  } 
  .grow {
      width: 100%;
      padding: 120px 40px;
  }
  .grow__img, .grow__img img {
      width: 100%;
  }
  .flex-col-3:nth-of-type(2) .aural-benefits__item {
      margin: 0;
  }
  .vacantes {
      padding: 70px 20px;
  }
  .banner-top:after {
    height: calc(100% - 60px);
  } 
}

@media(max-width:992px){
  .vacantes__item {
      flex-basis: 100%;
      margin-bottom: 20px;
  }
  .vacantes__buttons {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0px;
  }
  .new-custom-select .custom-select {
    padding: 20px 15px 20px 60px!important;
    border-right: none;
    border-radius: 8px;
  } 
  .new-custom-select .custom-select:after {
      top: 20px;
      right: 20px!important;
  }
  .new-custom-select .custom-select:before {
      top: 13px;
      left: 15px!important;
  }
  .banner-top:after {
    height: calc(100% - 40px);
  } 

  .new-custom-select .vacantes__item input{
    background-color: white;
    height: 64px;
    border-radius: 8px;
    border: 0;
  }
}

@media(max-width:768px){
  .vacantes__item {
      flex-basis: 100%;
  }
  .vacantes__buttons {
      width: 100%;
      padding: 0;
      border-radius: 8px;
      box-shadow: none;
      background-color: transparent;
      margin-bottom: 20px;
  }
  
  .vacantes {
      padding: 60px 20px;
  }
  .flex-col-3:first-child .aural-benefits__item {
      padding-right: 40px;
  }
  .flex-col-3:last-child .aural-benefits__item {
      padding-left: 40px;
  }
  .aural-benefits__items {
      margin-bottom: 0;
  }
  .aural-benefits__title {
      margin-bottom: 0;
  }
  .grow {
      width: 100%;
      padding: 70px 20px;
  }
  .grow__text {
      padding-right: 0;
      padding-bottom: 40px;
  }
  .tabs-retroauriculares #tab1:checked ~ nav .tab1, .tabs-retroauriculares #tab2:checked ~ nav .tab2, .tabs-retroauriculares #tab3:checked ~ nav .tab3, .tabs-retroauriculares #tab4:checked ~ nav .tab4, .tabs-retroauriculares #tab5:checked ~ nav .tab5, .tabs-retroauriculares #tab6:checked ~ nav .tab6, .tabs-retroauriculares #tab6:checked ~ nav .tab6, .tabs-retroauriculares #tab7:checked ~ nav .tab7, .tabs-retroauriculares #tab8:checked ~ nav .tab8, .tabs-retroauriculares #tab9:checked ~ nav .tab9, .tabs-retroauriculares #tab10:checked ~ nav .tab10, .tabs-retroauriculares #tab11:checked ~ nav .tab11, .tabs-retroauriculares #tab12:checked ~ nav .tab12 {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 15px;
    border-bottom: 10px solid #EA6852;
}
.tabs-retroauriculares__text .title-blue {
  font-size: 22px;
  line-height: 30px;
}
  
}

@media(max-width:480px){
  .tabs-infantil .pc-tab .u-d-flex .flex-col-5 {
    flex-basis: calc(50% - 40px);
  }
}
@media(max-width:420px){
  
}


/************** RESTYLING 23/05/2023 DANI ********/


.common-styles .cont-section{
  font-family: 'gotham';
  color: #192F52;
}

.common-styles .font-bold{
  font-family: 'gotham';
}

.common-styles .bold-orange{
  font-family: 'gotham';
  font-weight: 600;
  color: inherit;
}

.common-styles .new-old-image-text .flex-column > .flex-col-2:first-child {
  padding: 0 60px 0 0;
}

.common-styles .new-old-image-text .flex-column > .flex-col-2:last-child .flex-column .flex-col-2{
  padding: 0 0 0 0;
}

.common-styles .new-old-image-text.new-old-image-text--image-center .flex-column > .flex-col-2:last-child {
  display:flex;
  align-items:center;
  justify-content: center;
}

.block-prices .fz-60{
  font-size:60px;
}

.block-prices .fz-33{
  font-size:33px;
}

.block-prices .font-bold{
    white-space:nowrap;
    font-size: 20px;
}

.block-prices-item {
    white-space: nowrap;
    line-height: 45px;
}


@media(max-width:768px){

  .common-styles .new-old-image-text .flex-column > .flex-col-2:last-child .flex-column .flex-col-2{
      padding: 30px 0 0 0;
  }

  .common-styles .new-old-image-text.new-old-image-text--image-center .flex-column > .flex-col-2:last-child{            
      padding: 30px 0 0 0;
  }

  .block-prices .fz-60{
      font-size:45px;
  }

  .block-prices .fz-33{
    font-size:15px;
  }

  .block-prices{
      text-align:left !important;
      line-height:30px;
      margin: 30px 0 30px 0 !important;
  }

  .block-prices-item {
      display: block;
      text-align: center;
      white-space: normal;
  }

}

/*Esilos módulos Talento*/
.herader-talent{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 75px;
  min-height: 600px;
  color: #fff;
  font-family: 'gotham';
  text-transform: uppercase;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.talent-data{
  width: 100%;
  color: #192F52;
  font-family: 'gotham';
  margin-bottom: 120px;
}
.talent-data__box-title{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 75px;
}
.talent-form__checks{
  display: flex;
}
.talent-form__label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  margin-right: 70px;
}

.talent-form__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #192F52;
}

.talent-data{
  margin-bottom: 120px;
}
.talent-form{
  margin-bottom: 120px;
}
.talent-form__label input:checked ~ .checkmark {
  background-color: #CDA84F;
  border: 1px solid #CDA84F;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.talent-form__label input:checked ~ .checkmark:after {
  display: block;
}

.talent-form__label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.talent-form__data{
  margin-bottom: 75px;
}
.talent-form__data-left{
  padding-right: 40px;
}
.talent-form__data-right{
  padding-left: 40px;
}
.talent-form__data .form__text {
  font-size: 18px;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 62px;
  padding: 0 20px;
  background-color: #F1EFF8;
  color: #000;
  border-left: 3px solid #192f53;
  outline: none!important;
  box-shadow: none!important;
}
.talent-form__data .form__text:focus {
  border: none;
  border-left: 3px solid #192f53;
  outline: none!important;
}
.talent-form__data input::placeholder{
  color: #000;
  font-size: 18px;
}
.talent-data__info p{
  font-size: 12px;
  line-height: 24px;
  color: #000;
}
.herader-talent__form {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
}
.herader-talent__form .vacantes__buttons {
  flex-basis: 85%;
  padding: 14px 0;
  margin-bottom: 20px;
  text-transform: none;
}

.herader-talent__form .vacantes__link{
  flex-basis: 15%;
  text-align: center;
}
.new-custom-select .vacantes__item--word .custom-select {
  padding-left: 90px;
}
.new-custom-select .vacantes__item--departament .custom-select {
  padding-left: 105px;
}
.new-custom-select .vacantes__item--prov .custom-select {
  padding-left: 100px;
  border: none;
}

.new-custom-select .vacantes__item--word .custom-select:before {
  background-image: url(../images/rebranding/ic.svg);
  left: 40px;
}
.new-custom-select .vacantes__item--departament .custom-select:before {
  background-image: url(../images/rebranding/departamento.svg);
  left: 55px;
}
.new-custom-select .vacantes__item--prov .custom-select:before {
  background-image: url(../images/rebranding/travel.svg);
  left: 55px;
}
.new-custom-select .vacantes__item--profile .custom-select:before {
  background-image: url(../images/rebranding/otoscopio.svg);
  left: 20px;
}
.new-custom-select .vacantes__item--location .custom-select:before {
  background-image: url(../images/rebranding/travel.svg);
  left: 20px;
}
.new-custom-select .vacantes__item--word .custom-select:after {
  right: 80px;
}
.new-custom-select .vacantes__item--departament .custom-select:after {
  right: 50px;
}
.new-custom-select .vacantes__item--prov .custom-select:after {
  right: 30px;
}
/*INPUT FILE*/
.talent-form__data input[type=file] {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 62px;
  padding: 0 20px;
  background-color: #F1EFF8;
  color: #000;
  border-left: 3px solid #CDA84F;
  outline: none!important;
  box-shadow: none!important;
  cursor: pointer;
}

.talent-form__data input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  padding-top: 20px;
  background: none;
  color: transparent;
  cursor: pointer;
}
.talent-form__data .input-file {
  position: relative;
  color: transparent!important;
}
.talent-form__data .input-file:before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/rebranding/clip.svg);
  position: absolute;
  top: 23px;
  right: 25px;
}
.talent-form__data .input-file:after {
  content: "Selecciona tu archivo*";
  position: absolute;
  color: #000;
  top: 18px;
  left: 20px;
}
.talent-form__info{
  color: #000;
  font-size: 14px;
}

@media (max-width: 1400px){
  .herader-talent__form {
      display: flex;
      flex-wrap: wrap;
      width: 1200px;
  }
  .herader-talent__form .vacantes__buttons {
      flex-basis: 80%;
  }
  .herader-talent__form .vacantes__link {
      flex-basis: 20%;
  }
}

@media (max-width: 1300px){
  .herader-talent__form {
      width: 100%;
      min-width: 1100px;
  }
  .herader-talent__form .vacantes__link {
      flex-basis: 20%;
  }
  .herader-talent__form .vacantes__buttons {
      flex-basis: 80%;
  }
}

@media (max-width: 1200px){
  .herader-talent__form {
      width: 100%;
      min-width: 100%;
  }
  .herader-talent__form .vacantes__buttons {
      flex-basis: 100%;
  }
  .herader-talent__form .vacantes__link {
      flex-basis: 100%;
  }
  .new-custom-select .vacantes__item--word .custom-select:after, .new-custom-select .vacantes__item--departament .custom-select:after, .new-custom-select .vacantes__item--prov .custom-select:after {
      right: 20px;
  }
  .talent-data {
      padding: 0 20px;
  }
}

@media (max-width: 992px){
 
}

@media (max-width: 768px){
  .herader-talent__form {
      padding: 0 20px;
  }
  .talent-form__checks {
      display: flex;
      flex-wrap: wrap;
  }
  .talent-form__data-left {
      padding-right: 0px;
  }
  .talent-form__data-right {
      padding-left: 0px;
  }
  .herader-talent {
      margin-bottom: 60px;
  }
  .herader-talent {
      padding-bottom: 75px;
      min-height: auto;
      padding-top: 80px;
  }
  .talent-form__label {
      font-size: 16px;
  }
  .talent-data__box-title {
      margin-bottom: 25px;
  }
  .audif-franc .banner-top__img-box.hidden{
    display: block;
    width: 60%;
    margin: -140px auto 0;
    position: relative;
  }
}

@media (max-width: 575px){
  .audif-franc img{
    width: 100%;
  }
  .audif-franc .banner-top__img-box.hidden {
    width: 80%;
    margin: -100px auto 0;
  }
}


.fs-wrap {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  width: 100%;
  color: #000;
  position: relative;
  margin-bottom: 19px;
}
.talent-data .select .custom-select{
  display: none;
}
.talent-data .select .select-options{
  display: none;
}

.fs-label-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}

.fs-label-wrap{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  border: none;
  border-radius: 0;
  min-height: 62px;
  padding: 0;
  background-color: #F1EFF8;
  color: #000;
  border-left: 3px solid #CDA84F;
  outline: none!important;
  box-shadow: none!important;
}
.fs-dropdown {
  font-size: 18px;
  width: 100%;
}

.fs-label-wrap .fs-label {
  padding: 19px 60px 19px 20px;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
  width: 100%;
}

.fs-arrow {
  width: 16px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transition: ease-in 0.15s;
  background-image: url(../images/rebranding/arrow-down.svg);
  background-size: cover;
}

.fs-open .fs-arrow {
  transform: rotate(-180deg);
}

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 0;
  z-index: 1000;
  background: #f1eff8;
  border: none;
  border-left: 3px solid #192f53;
}

.fs-dropdown .fs-options {
  max-height: 400px;
  overflow: auto;
  padding-left: 20px;
  border-right: 20px solid #f1eff9;
}

.fs-dropdown .fs-options::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
  border-radius: 0;
  background-color: #F5F5F5; 
}

.fs-dropdown .fs-options::-webkit-scrollbar{
  width: 3px;
  background-color: #F5F5F5;
}

.fs-dropdown .fs-options::-webkit-scrollbar-thumb{
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #535e72;
}

.fs-search input {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  padding: 6px 0;
  width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
  padding: 15px 8px;
  border-bottom: 1px solid #eee;
  cursor: default;
}

.fs-option:last-child {
  border-bottom: none;
}

.fs-search {
  padding: 0 8px;
}

.fs-no-results {
  padding: 6px 8px;
}

.fs-option {
  cursor: pointer;
  word-break: break-all;
}
.fs-option.disabled {
  opacity: 0.4;
  cursor: default;
}

.fs-option.hl {
  background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
  position: relative;
  padding-left: 45px;
}
.fs-wrap.multiple .fs-option:hover {
  color: #EA6852;
}

.fs-wrap.multiple .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #1E2E53;
  border-radius: 0;
  background-color: #f1eff8;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #EA6852;
  border-color: #EA6852;
  background-image: url('../images/rebranding/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.fs-optgroup-label {
  font-weight: bold;
  text-align: center;
  background-color: #f8f8f8;
}


/* new modules 25/05/2023 Dani */


    /* NB IMAGE TEXT V3 */

    .nb-image-text-v3{
      color:black;
      font-family: 'gotham';
  }

  .nb-image-text-v3__header{
      font-weight:bold;
  }

  .nb-image-text-v3__extra ul{
      display:flex;
      padding:24px 0;
      border-top:1px solid #C2C2C2;
      border-bottom:1px solid #C2C2C2; 
      flex-wrap:wrap;
  }

  .nb-image-text-v3__extra ul li{
      width:calc(100%/5);
      display:flex;
      padding:0 50px 0 0;
  }

  .nb-image-text-v3__extra ul li img{
      height:24px;
      margin:0 16px 0 0;
  }

   .nb-image-text-v3__content{
      display:flex;
  }

  .nb-image-text-v3__content-left{
      width:500px;
  }

  .nb-image-text-v3__content-left img{
      width: auto;
      max-width: 100%;
      max-height: 100%;
      height: auto;
  }

  .nb-image-text-v3__content-right{
      width:calc(100% - 500px);
      padding:0 0 0 48px;
  }

  .nb-image-text-v3__content-right-box{
      max-width:700px;
      line-height: 26px;
  }

  .nb-image-text-v3__content-right-box ul{
      list-style: disc;
      padding: 0 0 0 17px;
      margin:0 0 24px 0;
  }

  @media(max-width:768px){

      .nb-image-text-v3__extra ul{
          flex-direction: column;
      }

      .nb-image-text-v3__content{
          flex-direction:column;
      }

      .nb-image-text-v3__extra ul li{
          width:100%;
      }

      .nb-image-text-v3__content-left{
          width:100%;
      }

      .nb-image-text-v3__content-right{
          width:100%;
          padding:0;
      }
  }

  /* NB LIST */

  .nb-list{
      color:black;
      font-family:'gotham';
  }

  .nb-list__element{
      padding:36px;
      display:flex;
      margin:0 0 30px 0;
      border-radius: 8px;
  }

  .nb-list__element--highlight{
      background-color: #F5F5F5;
  }

  .nb-list__element:last-child{
      margin: 0;
  }

  .nb-list__element-left{
      width:320px;
  }

  .nb-list__element-left img{
      width: 100%;
      height: 300px;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
  }

  .nb-list__element-right{
      width:calc(100% - 320px);
      padding:0 0 0 36px;
  }

  .nb-list__element-right-header{
      border-bottom:1px solid #C2C2C2;
      font-weight:bold;
      display:flex;
      justify-content:space-between;
      padding:0 0 16px 0;
  }

  .nb-list__element-right-body{
      padding:36px 0 0 0;
      display:flex;
  }

  .nb-list__element-right-body-left{
      width:calc(100% - 350px)
  }

  .nb-list__element-right-body-left-list{
      padding: 26px 0 0 0;
  }

  .nb-list__element-right-body-left-list ul{
      list-style:disc;
      padding: 0 0 0 16px;
  }

  .nb-list__element-right-body-right{
      width:350px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
  }

  @media(max-width:992px){

      .nb-image-text-v3__extra ul li {
          width: calc(100%/2);
          padding: 0 0 10px 0;
      }

      .nb-image-text-v3__content-left {
          width: 340px;
      }

      .nb-image-text-v3__content-right {
          width: calc(100% - 340px);
      }

      .nb-list__element-right-body{
          flex-direction:column;
      }

      .nb-list__element-right-body-left {
          width: 100%;
      }

      .nb-list__element-right-body-right{
          justify-content:flex-start;
      }

      .nb-list__element-right-body-left-list{
          padding:26px 0;
      }
  }

  @media(max-width:768px){

      .nb-list__element{
          flex-direction:column;
          max-width: 510px;
          margin-right: auto !important;
          margin-left: auto !important;
      }

      .nb-list__element-left{
          width:100%;
      }

      .nb-list__element-right-header{
          flex-direction:column;
      }

      .nb-list__element-right{
          width:100%;
          padding:0;
      }

      .nb-list__element-right-body-left{
          width:100%;
      }

      .nb-list__element-right-body{
          flex-direction:column;
      }

      .nb-list__element-right-body-right{
          width:100%;
      }

      .nb-list__element{
          padding:20px;
      }

      .nb-list__element-right-body-right .nb-btn{
          width:100%;
      }

      .nb-list__element-right-body-left-list {
          padding: 20px 0;
      }

      .nb-list__element-right-header{
          padding:10px 0;
      }

      .nb-list__element-right-body{
          padding: 16px 0 0 0;
      }

      .nb-image-text-v3__content-left{
          width:100%;
      }

      .nb-image-text-v3__content-right{
          width: 100%;
          padding: 20px 0 0 0;
      }

      .nb-image-text-v3__content-left img {
          max-width: 100%;
          height: auto;
          object-fit: cover;
          max-height: 350px;
          width: 100%;
      }
  }

.legal h1{
  font-family: 'gotham';
}
.legal ul li{
  margin-bottom: 15px;
}
.legal p, .legal ol{
  line-height: 24px;
}
.legal h2{
  margin-bottom: 0;
}
.contenido1.legal{
  background-image: url(../images/rebranding/bg-legal.jpeg);
}
.description {
  border-left: 4px solid #ea6853;
  padding: 15px 0 15px 40px;
}
.solutions-buttons .nb-btn {
  font-size: 18px;
  line-height: 24px;
}
.solutions-buttons .flex-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audiometria{
  padding-top: 0;
}
.audiometria .title-new{
  font-size: 24px;
  line-height: 30px;
}
.ear-parts.bg-light-gray-2{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 51%);
  padding-top: 0;
}
.negative-footer .aud-title-3 {
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  font-family: "Gotham";
}
.new-tabs .tabset-info > input:checked + label {
  background-color: #192F52;
}
.hipo-causes.bg-gray {
  background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgb(239 239 239) 90%);
  padding-top: 0px;
}


.u-decoration-underline{
  text-decoration: underline !important;
}


/*** restyling 26/05/2023 ***/

/* new columns v2 */

.new-columns-v2 .steps__number--year{
  border: 2px solid #1e2e54;
  font-family: inherit;
}

.new-columns-v2 .steps__cont-text-element-text--style-gray{
  color: #1e2e54 !important;
}

.new-columns-v2 .steps__space-dot {
  width: 4px;
  height: 4px;
}

.new-columns-v2 .steps__space-dot--dark-gray {
  background-color: #1e2e54;
}

@media(max-width:768px){

  .steps__cont-text-element-text{
      padding-top: 10px;
  }
}

/* new image columns */


.new-image-columns + .header-mask{
  position:relative;
  margin-top:-180px;
}

@media(max-width:1199px){

  .new-image-columns + .header-mask{
      margin-top:-158px;
  }
}


.new-form-style label.form-group{
  background-color: #F1EFF9;
  height: 49px;
  border: 0;
  border-radius: 0;
  border-left: 3px solid #CDA84F;
  width: 100%;
  padding: 0 0 0 20px;
  display: flex;
  align-items:center;
}

/* new tabs */

.new-tabs .tabset-info > input:checked + label{
  background-color: #192F52;
}

.new-tabs .img-hipoacusia-2{
  margin-top: 30px !important;
}

/* new columns v3 */

.new-columns-v3 .flex-col-2{
  padding: 0 30px 0 0;
}

.new-columns-v3 .flex-col-2 + .flex-col-2{
  padding: 0 0 0 30px;
}

@media(max-width:768px){

  .new-columns-v3 .flex-col-2{
      padding: 0 0 0 0;
  }
  
  .new-columns-v3 .flex-col-2 + .flex-col-2{
      padding: 0 0 0 0;
  }
}



/* common styles */

.common-styles .pos-btn-fr-1 {
  margin-top: -19px;
}

.common-styles .pos-btn-fr-2 {
  margin-top: -55px;
}

.common-styles .pos-btn-fr-3 {
  margin-top: -60px;
}

.common-styles .pos-btn-fr-4 {
  margin-top: -5px;
  position:relative;
}

.common-styles .bg-dark-gray{
  background-color: #1e2e54;
}

@media(max-width: 768px){

  .common-styles .pos-btn-fr-1 {
      position: relative;
      margin-bottom: 40px;
  }

  .common-styles .pos-btn-fr-2 {
      margin-top: 40px;
  }

  .common-styles .pos-btn-fr-3 {
      display:none
  }

  .common-styles .pos-btn-fr-4 {
      margin-top: 40px;
  }
  .audiometria{
    padding-top: 40px;
  }
}

.new-image-text-v2 .form .field select{
    background-image: url(../images/rebranding/bottom-menu.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/**** restyling 29/05/2023 ***/

.new-tabs--services .tabset-extra-top{
  margin-top: 190px;
}

.new-tabs--services .tabset-info .col--5{
  width: calc(100%/6 - 40px);
  font-size: 20px;
  line-height: 24px;
  padding: 20px 5px;
}

.new-tabs--services .tabset-sub {
  top: -150px;
  line-height: 135px;
}

.nb-block-blue{
  background-color: transparent !important;
  color: #192F52;
  font-weight: bold;
  border-left: 3px solid #192f53;
  padding: 0 0 0 20px;
}



@media(max-width:1199px){

  .nb-buttons-column{
    display:flex;
    flex-direction:column;
    width: max-content;
    margin: 0 auto;
  }
}

@media(max-width:1075px){

  .new-tabs--services.hipo-causes{
    padding-top: 0 !important;
  }

  .new-tabs--services .tabset-extra-top{
    margin-top: 0 !important;
  }

  .new-tabs .tabset-info > input + label{
    display: none;
  }

  .tabset-info .tab-panel-info{
    display: block;
    padding: 0 0 20px 0;
  }
}

@media(max-width:450px){

  .nb-buttons-column{
    width: 100%;
  }
}

.audif-franc{
  padding-top: 60px;
}
.audif-franc img{
  margin: auto;
}
.modal-tfn a{
  color: #EA6852;
  font-size: 28px;
}

.video-franquicias iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width:575px){
  .franquicias-page .nb-header__main-menu{
    display: none;
  }
  .franquicias-page .nb-header__bars{
    display: none;
  }
  .franquicias-page .nb-header__logo {
    width: calc(100% - 200px);
  }
  .franquicias-page .nb-header {
    padding: 25px 15px 30px 15px;
    font-size: 16px;
  }
}
@media(max-width: 450px){
  .franquicias-page .nb-header__logo {
    justify-content: center;
    width: 100%
  }
}


/*** landing bloqueo de fugas ***/

.franquicias-page .nb-header__bars{
  display: none;
}

.franquicias-page .nb-header__main-menu{
  visibility:hidden;
}

.franquicias-page .nb-header__button{
  position: relative;
  right: 0;
  margin-left: auto;
  justify-content: flex-end;
}

.franquicias-page .nb-header{
  padding:10px;
} 

/*** Nuevo diseño páginas audífonos ***/
.new-audifonos-banner-top{
  margin-top: 80px;
}
.new-audifonos-banner-top .nb-image-description__image-right {
  justify-content: flex-end;
}
.new-audifonos-banner-top .container--xl {
  max-width: 1770px;
  margin: 0 auto;
}
.new-audifonos-banner-top .nb-image-description__image-right-box {
  max-width: initial;
}
/* .new-audifonos-banner-top .nb-btn {
  max-width: 440px;
} */

.anchors{
  width: 100%;
  position: sticky;
  margin-top: -50px;
  z-index: 99;
  top: 135px;
}
.anchors .container--xl{
  width: 100%;
  max-width: 1770px;
}
.anchors .anchors__nav{
  background-color: #1E2E53;
  border-radius: 60px;
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.anchors .anchors__item{
  position: relative;
  margin: 0 20px;
  padding: 0 20px
}
.anchors .anchors__item:after{
  content: "";
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: -20px;
}
.anchors .anchors__item:last-child:after{
  display: none;
}
.anchors .anchors__link{
  transition: 0.3s ease all;
}
.anchors .anchors__link:hover{
  opacity: 0.6;
}

.anchors__btn-mobile{
  display: none;
}


.aud-types .nb-image-columns__columns-element-content {
  min-height: 490px !important;
  padding-right: 50px;
}

.aud-why{
  width: 100%;
}
.aud-why .container--xl{
  max-width: 1540px;
}
.aud-why .aud-why__reasons{
  background-color: #CDA84F;
  width: 100%;
  display: flex;
  align-items: center;
}
.aud-why .aud-why__item{
  color: #fff;
  width: 20%;
  padding: 0 20px 0 50px;
  height: 285px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 44px;
}

.aud-why .aud-why__item:after{
  content: "";
  background-image: url("../images/rebranding/why-separator.png");
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  width: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aud-why .aud-why__item--index{
  width: 23%;
}
.aud-why .aud-why__item--proof{
  width: 18%;
}
.aud-why .aud-why__item--proof:after{
  display: none;
}

.aud-best{
  width: 100%;
  padding: 240px 0 220px;
  background-position: top center;
  background-size: cover;
}
.aud-best .nb-image-text__left {
  width: 65%;
  padding: 0;
}
.aud-best .nb-image-text__left-description ul li {
  margin: 0 0 25px 0;
}
.aud-best .nb-btn--icon-1 {
  padding: 15px 30px 15px 70px;
  max-width: 300px;
  background-color: white;
  color: #00295A;
}
.aud-best .nb-btn--icon-1::before {
    content:url("../images/rebranding/icon-arrow-blue.svg");
}
.aud-best .nb-btn:hover {
  background-color: #ea685324;
}
.aud-nb-opinion .carousel-v3__element-title {
  margin: 0 0 25px 0;
}
.aud__info{
  font-family: 'gotham regular';
    font-style: italic;
    font-size: 18px;
    padding-top: 40px;
}
.aud-points{
  width: 100%;
  background-color: #F7F7F7;
}
.aud-points__box{
  display: flex;
  flex-wrap: wrap;
}
.aud-points__item{
  width: 25%;
  padding: 0 20px;
}
.aud-points__title{
  color: #CDA84F;
  font-size: 80px;
  line-height: 84px;
  margin-bottom: 20px;
}
.aud-points__text{
  font-size: 26px;
  line-height: 36px;
}

.aud-what-is .nb-image-text-v2__left-title strong {
  display: inline-block;
}
.aud-what-is .nb-image-text-v2__left {
  padding: 0 35px 0 0;
}

.aud-what-is .nb-image-text-v2__left-description{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
}
.aud-what-is__title{
  font-size: 28px;
  line-height: 32px;
  padding: 50px 0;
}

.aud-what-is .nb-image-text-v2__right {
  align-items: flex-start;
  justify-content: end;
  flex-direction: column;
  padding: 158px 0 0 70px;
}
.aud-what-is img{
  margin-bottom: 50px;
}
.aud-best{
  background-color: #1E2E53;
  color: #fff;
}
.aud-best .aud-what-is__title {
  padding: 15px 0 50px;
}

.aud-best ul li {
  font-size: 18px;
  line-height: 26px;
}
.aud-best .aud-best__title{
  padding: 15px 0;
}
.aud-best .nb-video__container {
  height: 35vw;
  background-size: cover;
  background-position: center center;
}
.aud-best_img-mobile{
  display: none;
}
.aud-tipos__box{
  width: 100%;
  margin: 0 -25px;
}
.aud-tipos .row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.aud-tipos .col{
  width: 33.33%;
  padding: 0 25px;
}
.aud-tipos .slick-slide {
  padding: 0 25px;
}
.aud-tipos__item{
  margin-bottom: 50px;
}
.aud-tipos__image{
  width: 100%;
  height: 290px;
  margin-bottom: 15px;
}
.aud-tipos__image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.aud-tipos__text{
  margin-bottom: 20px;
}
.aud-tipos-mobile{
  display: none;
}
.aud-tipos__box.aud-tipos-desktop{
  margin: 0;
}

.aud-steps{
  width: 100%;
}
.aud-steps__box{
  position: relative;
  width: 100%;
}
.aud-steps__box:before{
  content: "";
  width: 90%;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  height: 18px;
  background-color: #EFEFEF;
}
.aud-steps .row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.aud-steps .col{
  width: 20%;
  padding: 0 25px;
}
.aud-steps__item{
  text-align: center;
  margin-bottom: 40px;
  padding: 0 25px;
}
.aud-steps__image{
  width: 216px;
  height: 216px;
  margin: 0 auto 20px;
  position: relative;
}
.aud-steps__image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.aud-steps__num{
  margin-bottom: 30px;
}
.aud-steps__text{
  text-align: center;
}



.aud-expert{
  width: 100%;
}
.aud-expert__box{
  max-width: 1300px;
  background-color: #EFEFEF;
  padding: 100px 100px;
  margin: auto;
  display: flex;
  align-items: center;
}
.aud-expert__image{
  
}
.aud-expert__text{
  padding-left: 100px;
}

.faqs .cont-img img{
  width: 180px;
}

.aud-table .scrolling-box__header-options-element {
  width: calc(100%/7);
  flex-direction: column;
}
.aud-table .scrolling-box__body-options-element {
  width: calc(100%/7);
}
.aud-table .scrolling-box__header-model {
  background-color: white;
  color: #192F52;
  border: 0;
  padding: 20px 20px 25px 10px;
  display: flex;
  align-items: flex-end;
  min-height: 80px;
  width: 160px;
}
.aud-table .scrolling-box__header {
  height: 190px;
}
.aud-table__image{
  margin: 0 auto 15px;
}
.aud-table__image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.aud-table__aural-fit {
  max-width: 85px !important; 
  margin-top: 15px;
}
.aud-table__aural-go {
  max-width: 80px !important; 
  margin-top: 20px;
}

@media(max-width: 768px){
  .aud-table__aural-fit {
      max-width: 65px !important;
      margin-top: 10px;
  }

  .aud-table__aural-go {
      max-width: 65px !important;
      margin-top: 10px;
  }
}

.aud-table__formatos{
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  display: flex;
}
.aud-table__formatos-title{
  background-color: #1E2E53;
  color: #fff;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aud-table__formatos-subtitle{
  color: #1E2E53;
  height: 60px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aud-table__formatos .col-empty{
  width: 140px;
}
.aud-table__formatos .col-invisible{
  width: 190px;
}
.aud-table__formatos .col-ric{
  width: 520px;
}
.aud-table__formatos .col-bte{
  width: 518px;
}
.aud-table .scrolling-box {
  height: 106vh;
}
.aud-table__formatos-subtitle:before {
  background-color: #F5F5F5;
  content: url(../images/rebranding/bg-gradient-inset.png);
  position: absolute;
  right: 0;
  height: 100%;
  width: 19px;
  overflow: hidden;
  background-size: 21px;
  opacity: 0.4;
  margin-left: -19px;
  top: 0;
}
.aud-table__formatos .col-empty .aud-table__formatos-subtitle:before{
  display: none;
}

.aud-table__formatos .col-bte .aud-table__formatos-subtitle:before{
  display: none;
}
.aud-table .scrolling-box__body {
  top: 170px;
  width: 100%;
  position: relative;
}

.nb-image-text-v2__box{
  padding: 30px 0 0 20px;
  overflow: hidden;
}
.nb-image-text-v2__circle{
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #EA6852;
  border: 8px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}
.nb-image-text-v2__circle-title{
  font-size: 60px;
  line-height: 69px;
  font-weight: 400;
  color: #fff;
}
.nb-image-text-v2__circle-subtitle{
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #1E2E53;
}
.nb-image-text-v2__circle-price{
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.nb-image-text-v2__circle-price strong{
  font-size: 160px;
  line-height: 140px;
}
.nb-image-text-v2__circle-price small{
  font-size: 120px;
}
.nb-image-text-v2__circle-month{
  text-align: right;
  margin: -15px 50px 0 0;
}
.nb-image-text-v2__circle-img{
  margin: -250px 0 0 50px;
  position: relative;
  z-index: 9;
}
.nb-image-text-v2__circle-logo{
  border-top: 2px solid #EA6852;
  border-bottom: 2px solid #EA6852;
  padding: 10px 0 10px;
  color: #EA6852;
  font-family: calibri, arial, helvetica;
  display: inline-block;
  color: #EA6852;
  font-family: calibri, arial, helvetica;
  margin: -110px 0 0 75px;
  position: relative;
  bottom: 75px;
}
.nb-image-text-v2__circle-logo-title{
  font-size: 74px;
  line-height: 66px;
  font-weight: 900;
}
.nb-image-text-v2__circle-logo-title small{
  font-size: 60px;
  font-weight: 400;
}
.nb-image-text-v2__circle-logo-subtitle{
  font-size: 46px;
  line-height: 48px;
  font-weight: 400;
}
.nb-image-text-v2__circle-img-mobile{
  display: none;
}
.nb-image-text-v3__circle{
  width: 601px;
  height: 601px;
  border-radius: 50%;
  background-color: #00295A;
  border: 8px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
.nb-image-text-v3__circle-title{
  font-size: 50px;
  line-height: 57px;
  font-weight: 400;
  color: #fff;
}
.nb-image-text-v3__circle-subtitle{
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: white;
}
.nb-image-text-v3__circle-price{
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.nb-image-text-v3__circle-price strong{
  font-size: 160px;
  line-height: 140px;
}
.nb-image-text-v3__circle-price small{
  font-size: 120px;
}
.nb-image-text-v3__circle-month{
  text-align: right;
  margin: -15px 58px 0 0;
}
.nb-image-text-v3__circle-img{
  margin: -250px 0 0 50px;
  position: relative;
  z-index: 9;
}
.nb-image-text-v3__circle-logo{
  border-top: 2px solid #EA6852;
  border-bottom: 2px solid #EA6852;
  padding: 10px 0 10px;
  color: #EA6852;
  font-family: calibri, arial, helvetica;
  display: inline-block;
  color: #EA6852;
  font-family: calibri, arial, helvetica;
  margin: -110px 0 0 75px;
  position: relative;
  bottom: 75px;
}
.nb-image-text-v3__circle-logo-title{
  font-size: 74px;
  line-height: 66px;
  font-weight: 900;
}
.nb-image-text-v3__circle-logo-title small{
  font-size: 60px;
  font-weight: 400;
}
.nb-image-text-v3__circle-logo-subtitle{
  font-size: 46px;
  line-height: 48px;
  font-weight: 400;
}
.nb-image-text-v3__circle-img-mobile{
  display: none;
}
.prices-section__btn-mobile{
  display: none;
}

@media(max-width: 1400px){
  .new-audifonos-banner-top .text-size--xxxxxl {
    font-size: 44px;
    line-height: 48px;
  }
  .anchors .text-size--xxl {
      font-size: 25px;
      line-height: 30px;
  }
  .anchors .anchors__item:after {
      top: 5px;
  }
  .anchors {
      top: 170px;
  }
  .aud-why .aud-why__item {
      height: 230px;
      font-size: 26px;
      line-height: 34px;
  }
  .aud-points__title {
      font-size: 60px;
      line-height: 64px;
  }
}

@media(max-width: 1200px){
  .anchors {
      top: 108px;
  }
  .anchors .text-size--xxl {
      font-size: 20px;
      line-height: 24px;
  }
  .anchors .anchors__item {
      margin: 0 10px;
      padding: 0px 10px;
  }
  .anchors .anchors__item:after {
      top: 2px;
      right: -11px;
  }
  .new-audifonos-banner-top .text-size--xxxxxl {
      font-size: 34px;
      line-height: 38px;
  }
  .aud-why .aud-why__item {
      height: 200px;
      font-size: 20px;
      line-height: 30px;
  }
  .aud-best {
      padding: 100px 0 100px;
  }
  .text-size--xxxxxl {
      font-size: 40px;
      line-height: 44px;
  }
  .aud-points__title {
      font-size: 40px;
      line-height: 44px;
  }
  .aud-points__text {
      font-size: 20px;
      line-height: 26px;
  }
  .aud-best .nb-video__container {
      height: 50vw;
      background-size: cover;
      background-position: center;
  }
  .aud-table__formatos {
      font-size: 18px;
      line-height: 24px;
  }
  .aud-table__formatos-title {
      height: 90px;
  }
  .aud-expert__box {
      padding: 60px 60px;
  }
  .aud-expert__text {
      padding-left: 60px;
  }
  .aud-what-is__title {
      font-size: 22px;
      line-height: 28px;
  }
  .nb-image-text-v2__circle-title {
      font-size: 50px;
      line-height: 59px;
  }
  .nb-image-text-v2__circle-subtitle {
      font-size: 28px;
      line-height: 30px;
  }
  .nb-image-text-v2__circle-price {
      font-size: 30px;
      line-height: 34px;
  }
  .nb-image-text-v2__circle-price strong {
      font-size: 120px;
      line-height: 120px;
  }
  .nb-image-text-v2__circle-price small {
      font-size: 100px;
  }
  .nb-image-text-v2__circle {
      width: 490px;
      height: 490px;
      padding: 0 80px;
  }
  .nb-image-text-v3__circle-title {
      font-size: 50px;
      line-height: 59px;
  }
  .nb-image-text-v3__circle-subtitle {
      font-size: 28px;
      line-height: 30px;
  }
  .nb-image-text-v3__circle-price {
      font-size: 30px;
      line-height: 34px;
  }
  .nb-image-text-v3__circle-price strong {
      font-size: 120px;
      line-height: 120px;
  }
  .nb-image-text-v3__circle-price small {
      font-size: 100px;
  }
  .nb-image-text-v3__circle {
      width: 490px;
      height: 490px;
      padding: 0 80px;
  }
  .nb-image-text-v2__box {
      padding: 0;
      overflow: hidden;
  }
  .nb-image-text-v2__circle-logo-title {
      font-size: 50px;
      line-height: 46px;
  }
  .nb-image-text-v2__circle-logo-subtitle {
      font-size: 32px;
      line-height: 38px;
  }
  #prices .nb-image-text-v2__circle-img {
      margin: -160px 0 0 130px;
      width: 80%;
  }
  .nb-image-text-v3__circle-logo-title {
      font-size: 50px;
      line-height: 46px;
  }
  .nb-image-text-v3__circle-logo-subtitle {
      font-size: 32px;
      line-height: 38px;
  }
  #prices .nb-image-text-v3__circle-img {
      margin: -160px 0 0 130px;
      width: 80%;
  }
}

@media(max-width: 1024px){
  .aud-tipos .text-size--xl {
      font-size: 22px;
      line-height: 28px;
  }
  .aud-table__formatos {
      font-size: 14px;
      line-height: 22px;
  }
  .aud-steps .text-size--lx {
      font-size: 20px;
      line-height: 26px;
  }
  .aud-steps__image {
      width: 180px;
      height: 180px;
  }
  .aud-steps__box:before {
      top: 85px;
  }
}

@media(max-width: 992px){
  .new-audifonos-banner-top .nb-image-description__image-right {
      width: 50%;
      justify-content: flex-start;
  }
  .new-audifonos-banner-top.nb_module_intro .nb-image-description__image {
      background-size: cover;
      background-repeat: no-repeat;
  }
  .new-audifonos-banner-top {
      margin-top: 120px;
  }
  .new-audifonos-banner-top  .nb-image-description__image-container {
      height: 400px;
  }
  .new-audifonos-banner-top .nb-image-description__image-container-2 {
    margin: 0;
  }
  .anchors .anchors__item {
      margin: 0 5px;
      padding: 0px 5px;
  }
  .anchors .text-size--xxl {
      font-size: 17px;
      line-height: 20px;
  }
  .anchors .anchors__item:after {
      top: 4px;
      right: -6px;
      width: 1px;
      height: 16px;
  }
  .aud-why .aud-why__item {
      height: 200px;
      font-size: 17px;
      line-height: 26px;
      padding: 0 20px 0 30px;
  }
  .text-size--xxxxxl {
      font-size: 34px;
      line-height: 38px;
  }
  .aud-best .nb-image-text-v2__right {
      width: 0;
  }
  .aud-best .nb-image-text__left {
      width: 100%;
      padding: 0;
  }
  .aud-best {
      padding: 40px 0 40px;
  }
  .aud-what-is .nb-image-text-v2__container {
      flex-direction: column;
  }
  .aud-what-is .nb-image-text-v2__right {
      padding: 0;
  }
  .anchors {
      top: 105px;
  }
  .aud-tipos .col {
      width: 50%;
      padding: 0 25px;
  }
  .aud-features.u-pt-xl{
    padding-top: 60px!important;
  }
  .aud-expert__box {
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
  }
  .aud-expert__text {
      padding: 40px 0 0 0;
  }
  #prices .nb-image-text-v2__circle-img {
      margin: -230px 0 0 90px;
      width: 540px;
      max-width: initial;
  }
  #prices .nb-image-text-v3__circle-img {
      margin: -230px 0 0 90px;
      width: 540px;
      max-width: initial;
  }
}

@media(max-width: 768px){
  .new-audifonos-banner-top .text-size--xxxxxl {
      font-size: 26px;
      line-height: 32px;
  }
  .anchors .anchors__nav {
      padding: 15px 5px;
  }
  .anchors .text-size--xxl {
      font-size: 14px;
      line-height: 20px;
  }
  .anchors .anchors__item {
      margin: 0 3px;
      padding: 0px 3px;
  }
  .anchors .anchors__item:after {
        top: 7px;
        right: -4px;
        width: 1px;
        height: 12px;
    }
    .anchors {
      margin-top: -30px;
  }
  .aud-types.u-pt-xxxxl{
    padding-top: 0px!important;
  }
  .aud-types .nb-image-columns__columns-element-content {
      min-height: auto !important;
      padding-right: 20px;
  }

  .nb-image-columns__columns-element-content {
    min-height: auto;
  }

  .aud-why .aud-why__item {
      width: 60%;
      padding: 0 40px;
      height: 285px;
      align-items: center;
      font-size: 32px;
      line-height: 44px;
      justify-content: center;
  }
  .aud-why .aud-why__reasons {
      align-items: center;
      flex-direction: column;
  }
  .aud-why .aud-why__item:after {
    content: "";
      background-image: url(../images/rebranding/separator-mobile.png);
      top: 95%;
      right: 50%;
      height: 32px;
      width: 272px;
      transform: translateX(50%);
  }
  .aud-points__item {
      width: 50%;
      padding: 0 20px 40px;
  }
  .aud-tipos__box.aud-tipos-desktop {
      display: none;
  }
  .aud-tipos-mobile {
      display: block;
  }
  .aud-steps__box:before {
    display: none;
  }
  .aud-steps__item {
      position: relative;
  }
  .aud-steps__item:before {
    content: "";
    width: 90%;
    position: absolute;
    top: 85px;
    left: 50%;
    height: 18px;
    background-color: #EFEFEF;
  }
  .aud-steps__item--last:before {
    display: none;
  }
  .aud-table .scrolling-box__header {
      height: 140px;
  }
  .aud-table .scrolling-box__header-model {
      padding: 20px 20px 17px 10px;
  }
  #prices .nb-image-text-v2__circle-img {
    margin: -200px 0 0 90px;
    width: 480px;
  }
  #prices .nb-image-text-v2__circle-img {
    display: none;
  }
  #prices .nb-image-text-v3__circle-img {
    margin: -200px 0 0 90px;
    width: 480px;
  }
  #prices .nb-image-text-v3__circle-img {
    display: none;
  }
  .prices-section__btn-mobile{
    display: block;
    text-align: center;
  }
  .prices-section__btn{
    display: none;
  }
  #prices .nb-image-text-v2__circle-img-mobile {
      display: block;
      margin: auto;
      max-width: 300px;
  }
  .nb-image-text-v2__circle-logo {
      margin: -60px auto 20px;
      position: relative;
      bottom: 0;
      max-width: 223px;
      display: block;
  }
  #prices .nb-image-text-v3__circle-img-mobile {
      display: block;
      margin: auto;
      max-width: 300px;
  }
  .nb-image-text-v3__circle-logo {
      margin: -60px auto 20px;
      position: relative;
      bottom: 0;
      max-width: 223px;
      display: block;
  }

}

@media(max-width: 470px){
  #audifonos-ric-banner-top::after {
    background: none;
  }
  .banner-top .nb-image-columns__image#audifonos-ric-banner {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../images/rebranding/bg-ric-mobile-3.jpg) !important;
      background-position: bottom center !important;
      min-height: fit-content;
      height: auto !important;
  }

  .banner-top .nb-image-columns__image#audifonos-ric-banner {
    padding-bottom: 0;
    padding-top: 170px;
  }

  /* */

  #sin-pilas-banner-top::after {
    background: none;
  }
  .banner-top .nb-image-columns__image#sin-pilas-banner {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../images/img-sinpilas-4-mobile.jpg) !important;
      background-position: bottom center !important;
      min-height: fit-content;
      height: auto !important;
  }

  .banner-top .nb-image-columns__image#sin-pilas-banner {
    padding-bottom: 0;
    padding-top: 170px;
  }
}

@media(min-width: 470px) and (max-width: 768px) {
  #audifonos-ric-banner-top::after {
    background: none;
  }
  .banner-top .nb-image-columns__image#audifonos-ric-banner {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../images/rebranding/bg-ric-mobile-3.jpg) !important;
      background-position: top center !important;
      min-height: fit-content;
      height: auto !important;
  }

  .banner-top .nb-image-columns__image#audifonos-ric-banner {
    padding-bottom: 0;
    padding-top: 360px;
  }

  /* */

  #sin-pilas-banner-top::after {
    background: none;
  }
  .banner-top .nb-image-columns__image#sin-pilas-banner {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../images/img-sinpilas-4-mobile.jpg) !important;
      background-position: top center !important;
      min-height: fit-content;
      height: auto !important;
  }

  .banner-top .nb-image-columns__image#sin-pilas-banner {
    padding-bottom: 0;
    padding-top: 200px;
  }
}

@media(min-width: 768px) and (max-width: 992px) {
  #audifonos-ric-banner-top::after {
    background: linear-gradient(90deg, rgba(255,255,255,0.75) 100%, rgba(9,9,121,0) 70%) !important;
    height: 100%;
  }
  .banner-top .nb-image-columns__image#audifonos-ric-banner {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../images/rebranding/bg-ric-mobile-3.jpg) !important;
      background-position: top center !important;
      min-height: fit-content;
      height: auto !important;
  }

  .banner-top .nb-image-columns__image#audifonos-ric-banner {
    padding-bottom: 0;
    padding-top: 0;
  }

  /* */
  #sin-pilas-banner-top::after {
    background: linear-gradient(90deg, rgba(255,255,255,0.75) 100%, rgba(9,9,121,0) 70%) !important;
    height: 100%;
  }
  .banner-top .nb-image-columns__image#sin-pilas-banner {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../images/img-sinpilas-4-mobile.jpg) !important;
      background-position: top center !important;
      min-height: fit-content;
      height: auto !important;
  }

  .banner-top .nb-image-columns__image#sin-pilas-banner {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  #audifonos-ric-banner-top {
    padding-bottom: 0 !important;
  }

  /* */
  #sin-pilas-banner-top {
    padding-bottom: 0 !important;
  }
}

@media(max-width: 575px){
  .new-audifonos-banner-top.nb_module_intro .nb-image-description__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/rebranding/bg-aud-mobile-2.jpg)!important;
    background-position: top center;
}
  .new-audifonos-banner-top .nb-image-description__image-container {
    height: 540px;
  }
  .nb-image-description__image-container {
    justify-content: flex-end;
  }
  .new-audifonos-banner-top .nb-image-description__image-right {
    width: 100%;
  }
  .nb-image-description__image-right-box {
    text-align: left;
  }
  .new-audifonos-banner-top .text-size--xxxxxl {
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 0!important;
  }
  .new-audifonos-banner-top {
      margin-top: 110px;
  }
  .new-audifonos-banner-top .u-mt-xxxxl-responsive {
      margin-top: 20px !important;
  }
  .new-audifonos-banner-top .nb-image-description__image-right-box {
      padding-bottom: 40px;
  }

  .anchors {
      margin-top: 0;
  }
  .anchors .container--xl {
      padding: 0!important;
  }
  .anchors .anchors__nav {
      border-radius: 0;
      padding: 15px 20px;
      flex-direction: column;
  }
  .anchors .anchors__item {
      margin: 0;
      padding: 10px 0;
  }
  .anchors .text-size--xxl {
      font-size: 26px;
      line-height: 32px;
  }
  .anchors .anchors__item:after {
      content: "";
      width: 24px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 100%;
      right: 50%;
      transform: translateX(50%);
  }
  .aud-why .aud-why__item {
      width: 80%;
      padding: 0 20px;
      height: 225px;
  }
  .aud-why .nb-text__container, .aud-nb-opinion.nb-opinion h2, .aud-points .text-center, .aud-tipos .text-center, .aud-table .text-center{
      text-align: left;
  }
  .aud-points__item {
      width: 100%;
      padding: 0 0 40px 0;
      text-align: center!important;
  }
  .aud-points__text {
      font-size: 26px;
      line-height: 36px;
      text-align: center!important;
  }
  .aud-points__title {
      font-size: 80px;
      line-height: 72px;
  }
  .aud-what-is .nb-image-text-v2__left {
      padding: 0;
  }
  .aud-best .nb-video__container {
      height: 300px;
  }
  .aud-best .nb-video__container img {
      width: 80px;
  }
  
  .aud-table.new-scrolling-box .u-px-contain {
      padding: 0 20px!important;
  }
  .aud-table .scrolling-box__header {
      height: 130px;
  }
  .aud-steps__image {
      width: 216px;
      height: 216px;
  }
  .aud-steps__item:before {
      top: 100px;
  }
  .aud-steps__num {
      margin-bottom: 30px;
      font-size: 60px!important;
      line-height: 60px!important;
  }
  .aud-steps .text-size--lx {
      font-size: 24px;
      line-height: 30px;
  }
  .aud-expert__image {
      width: 100%;
  }
  .aud-expert__image img{
      width: 100%;
  }
  .aud-expert__box {
      padding: 30px 30px;
  }
  .aud-best_img-mobile{
    display: block;
    width: 100%;
  }
  .aud-best_img-mobile img{
    width: 100%;
  }
  .aud-best {
      padding: 0;
      background: #1E2E53!important;
  }
  .aud-tipos__box {
      width: 100%;
      margin: 0;
  }
  .aud-tipos .slick-slide {
      padding: 0 5px;
  }
  .aud-table .scrolling-box__header {
    padding: 0;
  }
  .anchors .anchors__nav{
    display: none;
  }
  .anchors .anchors__nav.open{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    border-top: 1px solid #334776
  }
  .anchors .anchors__btn-mobile {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      background: #1e2e54;
      color: #fff;
      text-transform: uppercase;
      padding: 20px;
      font-family: 'Gotham regular';
  }
  .anchors__btn-mobile img{
    margin-left: 10px;
    width: 18px;
  }
  .anchors .text-size--xxl {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  .aud-table .scrolling-box__header-model {
      padding: 20px 20px 10px 10px;
      width: 130px;
      font-size: 11px;
  }
  .aud-table__formatos .col-empty {
      width: 160px;
      position: sticky;
      left: 0;
      top: 0;
      z-index: 99;
  }
  .aud-table__formatos .col-empty .aud-table__formatos-title, .aud-table__formatos .col-empty .aud-table__formatos-subtitle{
    background-color: #fff;
  }
  .aud-table__formatos-title {
      height: 50px;
  }
  .aud-table__formatos-subtitle {
      height: 40px;
  }
  .aud-table__formatos {
      font-size: 11px;
      line-height: 16px;
  }
  .aud-table .scrolling-box__body {
      top: 100px;
      padding: 0;
  }
  .aud-table .scrolling-box {
      height: 480px;
      border-left: none;
  }
  #prices .nb-image-text-v2__circle-img-mobile {
    display: block;
    max-width: inherit;
    width: 100%;
    margin: -50px auto 0;
  }
  .nb-image-text-v2__circle {
      width: auto;
      height: auto;
      padding: 0 70px;
      aspect-ratio: 1;
  }
  .nb-image-text-v2__circle-title {
      font-size: 36px;
      line-height: 40px;
  }
  .nb-image-text-v2__circle-subtitle {
      font-size: 22px;
      line-height: 26px;
  }
  .nb-image-text-v2__circle-price {
      font-size: 22px;
      line-height: 24px;
  }
  .nb-image-text-v2__circle-price strong {
      font-size: 80px;
      line-height: 90px;
  }
  .nb-image-text-v2__circle-price small {
      font-size: 60px;
  }
  #prices .nb-image-text-v3__circle-img-mobile {
    display: block;
    max-width: inherit;
    width: 100%;
    margin: -50px auto 0;
  }
  .nb-image-text-v3__circle {
      width: auto;
      height: auto;
      padding: 0 70px;
      aspect-ratio: 1;
  }
  .nb-image-text-v3__circle-title {
      font-size: 36px;
      line-height: 40px;
  }
  .nb-image-text-v3__circle-subtitle {
      font-size: 22px;
      line-height: 26px;
  }
  .nb-image-text-v3__circle-price {
      font-size: 22px;
      line-height: 24px;
  }
  .nb-image-text-v3__circle-price strong {
      font-size: 80px;
      line-height: 90px;
  }
  .nb-image-text-v3__circle-price small {
      font-size: 60px;
  }
  .prices-section.new-image-text-v2.new-image-text-v2--reverse .nb-image-text-v2__left {
      padding: 0;
  }

}

@media(max-width: 420px){
  .new-audifonos-banner-top .text-size--xxxxxl {
    font-size: 30px;
    line-height: 36px;

  }
  .anchors .text-size--xxl {
      font-size: 20px;
      line-height: 26px;
  }
  .nb-image-text-v2__circle {
      padding: 0 60px;
  }
  .nb-image-text-v3__circle {
      padding: 0 60px;
  }

}

@media(max-width: 350px){
  .new-audifonos-banner-top .text-size--xxxxxl {
      font-size: 28px;
      line-height: 32px;
  }
  .nb-image-text-v2__circle {
      padding: 0 50px;
  }
  .nb-image-text-v2__circle-title {
      font-size: 30px;
      line-height: 32px;
  }
  .nb-image-text-v2__circle-price strong {
      font-size: 70px;
      line-height: 80px;
  }
  .nb-image-text-v3__circle {
      padding: 0 50px;
  }
  .nb-image-text-v3__circle-title {
      font-size: 30px;
      line-height: 32px;
  }
  .nb-image-text-v3__circle-price strong {
      font-size: 70px;
      line-height: 80px;
  }
}


.menu__item label.icon-open{
  position: absolute;
  height: 50px;
  width: 310px;
  margin-left:0;
  margin-top: -50px;
  background-image: url('../images/rebranding/right-menu.svg');
  background-size: 10px;
  background-repeat:no-repeat;
  background-position: center right 20px;
}

.menu__item.selected label.icon-open{
  background-image: url('../images/rebranding/right-menu-bold.svg');
  background-size: 11px;
  background-position:center right 20px;

}

/***** custom select ****/

.custom-select--rrhh .herader-talent__form .vacantes__buttons,
.custom-select--rrhh .vacantes__link{
  flex-basis: 100%;
}

.custom-select--rrhh .vacantes__item{
    flex-basis: 50%;
}

.custom-select--rrhh .herader-talent__form{
    width: 100%;
}

.custom-select--rrhh .new-custom-select .select-options li:nth-of-type(2){
  font-family: 'gotham';
}

.custom-select--rrhh .new-custom-select .vacantes__item--profile .select-options li:nth-of-type(8){
  /*border-top: 1px solid #D6D6D6;
  width: calc(100% - 77px);
  margin: 25px 0 15px 35px;
  padding: 20px 0 0px 0;*/
}

.custom-select--rrhh .new-custom-select .vacantes__item--profile .select-options li:nth-of-type(8):after{
 /*display: none;*/
}

.custom-select--rrhh .new-custom-select .vacantes__item--profile .custom-select:after{
 right: 30px;
}

@media(max-width:992px){

  .custom-select--rrhh .vacantes__item {
    flex-basis: 100%;
    border-bottom: 1px solid #e2e6ea;
  }

  .herader-talent__form {
    padding: 0;
  }
}

/********* SWIPER SIMPLE *********/

.swiper-simple{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-simple .swiper-pagination{
  display: none !important;
}

.swiper-simple .swiper-button-next,
.swiper-simple .swiper-button-prev{
    height: 100%;
    top: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image:url('../images/rebranding/slider-arrow-right.svg') !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image:url('../images/rebranding/slider-arrow-left.svg') !important;
}

/***** module list ****/

.module_list .list-v2__container{
  width: 100% !important;
  height: 100%;
  margin: 0;
}



/****** AURAL CENTERS CUSTOM *****/

.module_rate .img-mobile{
  display: none;
}

.module_rate .img-mobile img{
  width:100%;
}

.module_rate{
  background-color: #f5f5f5;
}



@media(max-width: 768px){

  .module_rate{
    background-color: #fff;
  }

  
  .module_rate.image-bg__style2{
    background-image: none !important;
  }

  .module_rate .img-mobile{
    display: block;
  }

  .info-map__left .text-size--xxl{
    font-size: 32px;
    line-height: 36px;
  }

  .info-map__description.text--s{
    font-size: 16px;
    line-height: 22px;
  }

  .info-map__large-map{
    max-height: 390px;
  }

  .list-v2__element--schedule{
    margin-bottom: 0 !important;
  }

  .list-v2__text{
    font-size: 14px !important;
    line-height:20px !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }

  .list-v2__container{
    padding: 20px !important;
  }

  .list-v2__element:last-child .list-v2__text{
    padding-bottom: 0 !important;
  }
}


/**** IMAGE TEXT V4 ***/

.image-text-v3{
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}

.image-text-v3 .image-text-v3__left{
  background-position: right 40px center;
  display:flex;
  justify-content:flex-end;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-text-v3 .image-text-v3__left-box{
  width:300px;
  height:100%;
  background: linear-gradient(86deg, rgba(245,245,245,0) 7%, rgba(245,245,245,1) 82%);
}

.image-text-v3 .image-text-v3__right-box{
  width:100%;
  max-width:660px;
}

.image-text-v3 .image-text-v3__right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0;
}

@media(max-width:768px){

  .question-more .question:first-child {
    padding: 15px 0px 15px 0px;
  }

  .question-more .question {
    padding: 15px 0px 15px 0px;
  }

  .image-text-v3 .image-text-v3__right{
    padding: 40px 0 0 0;
  }

  .image-text-v3 {
    padding: 0 26px;
  }

}

/*** cards show more **/
.mt-spec .cards-show-more__element {
  display: none;
}

.cards-show-more__element {
  width: auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  padding: 0 25px 40px 25px;
  width:50%;
}

.cards-show-more{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
}




/***** MODULE MAP ****/

.module-map__bg{
  background-size:cover;
  background-position: center right;
}

.module-map .alfa-bg__style3{
  min-height:440px;
  display: flex;
  align-items: center;
}

@media(max-width:992px){
  .module-map .alfa-bg__style3{
    min-height:auto;
  }
}




.nb-image-text--franchise{
  background-image:url("../images/rebranding/bg-fq.webp");
  background-position-x: -54vw;
}

.nb-image-text--franchise .nb-image-text__gradient{
  background: rgb(255,255,255); 
  background: linear-gradient(90deg, #F9F9FA 47%, rgba(255,255,255,0) 100%);
  padding: 80px 0;
}

.nb-image-text--franchise .nb-image-text__left-description {
  margin: 0 0 50px 0 !important;
}

.nb-image-mobile{
  display: none;
}

@media(max-width:992px){
  
.nb-image-mobile{
    display: block;
  }

  .nb-image-mobile img{
    width:100%;
  }

  .nb-image-mobile {
    margin: 0 -26px;
    position: relative;
  }

  .nb-image-mobile-mask {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    background: linear-gradient(173deg, #F9F9FA 16%, rgba(255,255,255,0) 100%);
  }


  .nb-image-text--franchise{
    background-image:none;
    background-size: 100% !important;
    background-position: center bottom !important;;
    background-position-x: 0 !important;;
    background-repeat: no-repeat !important;
    background-color: #f9f9fa;
  }

  .nb-image-text--franchise .nb-image-text__gradient{
    padding: 50px 0 0 0;
    background: none;
  }
 
}

@media(max-width:980px){
  .nb-image-text--franchise .nb-image-text__left {
    margin: 0 0 !important;
  }
    .white-detail-top{
        display: none;
    }
}

.nb-image-text .white-detail-top { margin: 0 0 -50px 0; height: 50px; }
.white-detail-top img{width:100%;}



.mic--home .nb-image-columns__image{
  min-height: auto;
}

.mic--home .nb-image-columns__image-container{
  height: auto;
  padding: 90px 26px 200px 26px !important;
}

@media(max-width:1400px){

  .mic--home .nb-image-columns__image-container{
      padding: 6vw 26px 13vw 26px !important;            
  }
}

@media(max-width:768px){
  .mic--home .nb-image-columns__image-container{
      padding: 0 26px 0 26px !important;            
  }
}


.premium-partner-info {
    position:relative; top:0px; left: 0px; font-weight: normal; font-size: 14px !important; color: #05080e !important;
}
.premium-partner-info img {
    vertical-align: text-top; width: 14px; display: inline;
}
.tooltip-text{
    font-size: 14px !important; background-color: #FFF; position: absolute; margin-left: -164px; color: #05080e!important;
    width: 271px; line-height: 17px !important; padding: 10px;box-shadow: 0 0 5px 0px #0000006b;top: 25px; z-index: 999;
}

@media (min-width: 450px) {
    .tooltip-text{
        margin-left: -8px; 
        top:22px;
    }
}

/* Redesign 2025 */

.host-grotesk-light {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.host-grotesk-regular {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.host-grotesk-semibold {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.host-grotesk-bold {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.host-grotesk-black {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.new-home-2025.new-home-2025__styles * {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: geometricPrecision;
}

.banner-aural-select {
  background-position: left !important;
  background-image: url("../images/banner-home-aural-select.png");
}

.banner-aural-navidad {
  background-position: center !important;
  background-image: url("../images/banner-home-aural-navidad-2025.jpg");
}
.banner-aural-rebajas {
  background-position: center !important;
  background-image: url("../images/banner-home-aural-rebajas-2025.jpg");
}
.banner-aural-rebajas .rd2025-aural-select-banner-pretitle {
  align-items: flex-start;
}
@media (min-width:1200px) {
  .banner-aural-rebajas .rd2025-slide-info{
    max-width: 650px;
  }
  .banner-aural-rebajas .rd2025-aural-select-banner__title {
    margin-bottom: 36px;
  }

}

.rd2025-aural-select-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 384px;
}


.banner-aural-navidad .rd2025-aural-select-banner__title {
  margin-bottom: 260px;
}

.rd2025-aural-select-banner-pretitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.rd2025-aural-select-banner__title {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.rd2025-aural-select-banner__title strong {
  font-weight: bold !important;
}

.rd2025-slide-info__text-aural-select {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 50px;
}

.rd2025-aural-select-banner__logo {
  width: 380px;
  height: auto;
}

.rd2025-slide-info__text-aural-select strong {
  font-weight: 700 !important;
}



@media (max-width: 992px) {
  .rd2025-aural-select-banner-content {
    gap: 208px;
  }
  .banner-aural-navidad .rd2025-aural-select-banner__title {
    margin-bottom: 108px;
  }
}
@media (max-width: 1200px) {
  .rd2025-aural-select-banner-content {
    gap: 208px;
  }
  .banner-aural-navidad .rd2025-aural-select-banner__title {
    margin-bottom: 0px;
    font-size: 42px;
    line-height: 48px;
  }
  .banner-aural-navidad .rd2025-slide-info__text-aural-select {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
  }
  .banner-aural-navidad .rd2025-slide-info__btn {
    margin-top: 16px;
  }
  .banner-aural-navidad .rd2025-slide-info__text {
    margin-bottom: 0;
  }
}
@media (max-width: 1400px) {
  
  .banner-aural-navidad .rd2025-aural-select-banner__title {
    margin-bottom: 0px;
  }
  .banner-aural-navidad .rd2025-slide-info__text-aural-select {
    margin-top: 72px;
  }
  .banner-aural-navidad .rd2025-slide-info__btn {
    margin-top: 16px;
  }
  .banner-aural-navidad .rd2025-slide-info__text {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {

  .banner-aural-select {
    background-position:  center !important;
    background-image: url("../images/banner-home-aural-select-mobile.png");
  }


  .banner-aural-navidad {
    background-position: center !important;
    background-image: url("../images/banner-home-aural-navidad-2025-mobile.jpg");
  }

  .banner-aural-rebajas {
    background-position: 0% 30% !important;
    background-image: url("../images/banner-home-aural-rebajas-2025-mobile.jpg");
  }


  .banner-aural-rebajas .u-px-contain {
    padding: 0 !important;
  }

  .banner-aural-rebajas .rd2025-aural-select-banner-content-2 {
    max-width: 220px;
  }

  .rd2025-aural-select-banner__title {
    font-size: 24px;
    line-height: 32px;
  }

  .rd2025-slide-info__text-aural-select {
    font-size: 24px;
    line-height: 28px;
  }

  .rd2025-slide-info__text-aural-select br {
    display: none;
  }

  .rd2025-aural-select-banner__logo {
    width: 250px;
  }
}

@media (max-width:575px) {
  .banner-aural-navidad .nb-image-description__carousel-element-container2 {
    align-items: center;
    padding-top: 32px;
  }
  .banner-aural-navidad .rd2025-aural-select-banner__title {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .banner-aural-navidad .rd2025-slide-info__text-aural-select  {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-top: 32px;
  }
}

@media (max-width:400px) {
  .banner-aural-navidad .nb-image-description__carousel-element-container2 {
    align-items: flex-start !important;
    padding-top: 32px;
  }
}

/* 
@media (max-width:1399px) {
  .new-home-2025 main {
    margin-top: 174px;
  }
} */

.new-home-2025 .promo-band {
  display: none;
}

@media (min-width:1200px) {
  .new-home-2025 .promo-band {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
  }
  .new-home-2025 main {
    margin-top: 172px;
  }
}

@media (min-width:1400px) {
  .new-home-2025 main {
    margin-top: 138px;
  }
}

.call-me-fixed-v2025 {
  position: fixed;
  right: 16px;
  bottom: 14px;
  z-index: 11;
}

.call-me-fixed-v2025 .nb-btn {
  background-color: #CDA84F;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-rendering: geometricPrecision;
  padding: 15px 15px;
  font-size: 19px;
  display: none;
}

.call-me-fixed-v2025 .nb-btn  img {
  padding: 0 0 0 0;
}
 
@media (min-width:451px) {
  .call-me-fixed-v2025 {
    bottom: 24px;
  }

  .call-me-fixed-v2025 .nb-btn {
    padding: 15px 30px;
    display: block;
  }

  .call-me-fixed-v2025 .call-me__img {
    display: none;
  }
}

@media (min-width:768px) {
  .call-me-fixed-v2025 .nb-btn  img {
    padding: 0 5px 0 0;
  }
}

@media screen and (max-width: 450px) {
    #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 78px !important;
        left: 10px;
    }
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
  background-color: #cda84f !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: #cda84f !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #cda84f !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #cda84f !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #cda84f !important;;
    color: #cda84f !important;;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #cda84f !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #cda84f !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #cda84f !important;
}
#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before {
  border-color: #cda84f !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #cda84f !important;
}

@media (min-width:1200px) {
}

  .carousel-v2025__16-9 {
    aspect-ratio: 3/4;
  }
  .carousel-v2025__16-9 .nb-image-description__carousel-element-container1 {
    aspect-ratio: 3/4;
    height: auto;
    min-height: auto;
  }
  .carousel-v2025__16-9 .nb-image-description__carousel-element-container2 {
    height: auto;
    min-height: auto;
    aspect-ratio: 3/4;
    background-color: transparent;
  }

@media (min-width:768px) {
  .carousel-v2025__16-9 {
    aspect-ratio: 16/9;
  }
  .carousel-v2025__16-9 .nb-image-description__carousel-element-container1 {
    aspect-ratio: 16/9;
    min-height: auto;
    height: auto;
  }
  .carousel-v2025__16-9 .nb-image-description__carousel-element-container2 {
    height: auto;
    min-height: auto;
    aspect-ratio: 16/9;
  }
}

.promo-band__txt-small-mobile {
    display: block;
}
@media (max-width: 991px) {
  .new-home-2025 .nb-header__button {
    margin-left: auto;
  }
}

@media (min-width:480px) {
  .promo-band__txt-small-mobile {
    display: none;
  }
}

@media (max-width: 1400px) {
    .nb-header__bars {
        width: 50px;
    }
}

.promo-band__txt {
    display: none;
}

@media (min-width:480px) {
  .promo-band__txt {
    display: block;
  }
}

.promo-band {
  background-color: #00295A;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: none;
  gap: 43px;
  font-size: 18px;
}

.new-home-2025 .nb-menu {
  top: 135px;
}

.new-home-2025 .nb-menu-mobile {
  top: 173px;
  height: calc(100% - 173px);
}

.new-home-2025 footer .nb-footer {
  margin-top: 0;
}

@media (max-width: 768px) {
    .new-home-2025 .nb-menu-mobile {
        top: 105px;
        height: calc(100% - 105px);
    }
}

@media (min-width:769px) and (max-width: 1199px) {
    .new-home-2025 .nb-menu {
        top: 106px;
    }
}

@media (min-width:1200px) and (max-width: 1400px) {
    .new-home-2025 .nb-menu {
        top: 169px;
    }
    .new-home-2025 .nb-header__main-menu {
      top: 77px;
    }
}

/* Añadido fuera de new-home-2025__styles */
.new-home-2025 .nb-header {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: geometricPrecision;
}

.new-home-2025 .nb-header__main-menu ul li a {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: geometricPrecision;

}

.new-home-2025 .promo-band {
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: geometricPrecision;
    color: white;
    text-decoration: none;
}

.new-home-2025 .nb-header .nb-header__main-menu * {
  color: #00295A;
}

.new-home-2025 .nb-header .nb-header__button .nb-btn {
  background-color: #CDA84F;
  /* Añadido fuera de new-home-2025__styles */
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-rendering: geometricPrecision;
}

.new-home-2025 footer .nb-btn {
  background-color: #00295A;
  /* Añadido fuera de new-home-2025__styles */
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-rendering: geometricPrecision;
  border-radius: 50px;
}

.new-home-2025 footer {
  background-color: #00295A;
  color: white;
}

.new-home-2025 .nb-footer * {
  color: white;

  /* Añadido fuera de new-home-2025__styles */
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-rendering: geometricPrecision;
}

.new-home-2025 footer .nb-footer__top-center ul {
  max-width: 812px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width:575px) {
  .new-home-2025 footer .nb-footer__bottom ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.new-home-2025 .nb-image-description__carousel-element-container1 {
  background-position: center;
  width: 100%;
}

.rd2025-content {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width:768px) {
  .rd2025-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.rd2025-content .rd2025-button {
  margin-top: 46px;
}

.rd2025-content .rd2025-title {
  font-size: 36px;
  font-weight: bold;
}

.rd2025-content .rd2025-title-underline {
  width: 175px;
  height: 4px;
  margin-bottom: 11px;
  margin-top: 5px;
}

.rd2025-content .rd2025-title-underline img {
  width: 100%;
}

.rd2025-list {
  margin-top: 24px;
  margin-left: 6px;
}

.rd2025-list li {
  display: flex;
}

.rd2025-text {
  margin-top: 24px;
}

.rd2025-text strong {
  font-weight: 700;
}

.rd2025-list li::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00295A;
  display: block;
  margin-right: 10px;
  margin-top: 6px;
}

.rd2025-list-2 {
  margin-top: 54px;
}

.rd2025-list-2 .rd2025-list-2__title {
  font-size: 18px;
  font-weight: bold;
}

.rd2025-list-2 .rd2025-list-2__content {
  display: flex;
  flex-wrap: wrap;
}

.rd2025-list-2 .rd2025-list-2__item {
  margin-right: 32px;
  display: flex;
}

.rd2025-list-2 .rd2025-list-2__item__img {
  width: 11px;
  height: 11px;
  margin-top: 8px;
}

.rd2025-list-2 .rd2025-list-2__item__txt {
  font-size: 18px;
}

.rd2025-row {
  margin-left: -12px;
  margin-right: -12px;
}

.rd2025-row div[class^="flex-col"]{
  padding-left: 12px;
  padding-right: 12px;
}

.rd2025-row--2 {
  flex-wrap: wrap !important;
  margin-left: -12px;
  margin-right: -12px;
  row-gap: 32px;
}

.rd2025-row--2 div[class^="flex-col"]{
  padding-left: 12px;
  padding-right: 12px;
}

  .rd2025-section__5__btn {
    margin-top: 24px;
  }

@media (min-width:576px) {
  .rd2025-row--2 {
    flex-wrap: wrap !important;
    margin-left: 16px;
    margin-right: 16px;
    row-gap: 32px;
  }

  .rd2025-row--2 div[class^="flex-col"]{
    padding-left: 16px;
    padding-right: 16px;
  }
  .rd2025-section__5__btn {
    margin-top: 36px;
  }
}

@media (min-width:768px) {
  .rd2025-section__5 .rd2025-row--2 .flex-col-3{
    width: 50%;
    flex-basis: calc(100% / 2);
  }

  .rd2025-section__5__btn {
    margin-top: 48px;
  }
}

@media (min-width:1200px) {
  .rd2025-row--2 {
    flex-wrap: wrap !important;
    margin-left: -16px;
    margin-right: -16px;
    row-gap: 32px;
  }

  .rd2025-row--2 div[class^="flex-col"]{
    padding-left: 16px;
    padding-right: 16px;
  }

  .rd2025-section__5 .rd2025-row--2 .flex-col-3{
    width: 33.33%;
    flex-basis: calc(100% / 3);
  }
  .rd2025-section__5__btn {
    margin-top: 91px;
  }
}

@media (min-width:1500px) {
  .rd2025-row--2 {
    flex-wrap: wrap !important;
    margin-left: -32px;
    margin-right: -32px;
    row-gap: 64px;
  }

  .rd2025-row--2 div[class^="flex-col"]{
    padding-left: 32px;
    padding-right: 32px;
  }
}

.rd2025-row.rd2025-cards {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 96px;
}

.rd2025-row .rd2025-card {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.rd2025-card .rd2025-card__item {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}


.rd2025-card .rd2025-card__item > img {
  width: 100%;
  aspect-ratio: 16/10;
}

.rd2025-card .rd2025-card__item .rd2025-card__item-info {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  flex-direction: column;
}

.rd2025-card .rd2025-card__item .rd2025-card__item-pretitle {
  font-size: 17px;
}

.rd2025-card .rd2025-card__item .rd2025-card__item-title {
  font-size: 34px;
  line-height: 37px;
  margin-top: 11px;
  font-weight: bold;
  font-weight: 500;
}

.rd2025-card .rd2025-card__item .rd2025-card__item-btn {
  display: flex;
  gap: 8px;
  margin-top: 32px;
  cursor: pointer;
}

.rd2025-card .rd2025-card__item .rd2025-card__item-txt {
  font-size: 16px;
  margin-top: 14px;
}

.rd2025-section__1, .rd2025-section__1.u-px-contain {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin-top: 0;
}

@media (min-width:768px) {
  .rd2025-section__1, .rd2025-section__1.u-px-contain {
    padding-top: 40px !important;
    padding-bottom: 69px !important;
  }
}

@media (min-width:1200px) {
  .rd2025-section__1.rd2025-section__1-b.u-px-contain {
    padding-top: 92px !important;
    padding-bottom: 74px !important;
  }
}

.rd2025-section__1 .rd2025-group-title__title-2 {
  max-width: 777px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 17px;
  font-weight: 500;
}

.rd2025-section .order-1 {
  order: 2;
}

@media (min-width:768px) {
  .rd2025-section .order-1 {
    order: 1;
  }
}

.rd2025-section .order-1 {
  order: 1;
}

@media (min-width:768px) {
  .rd2025-section .order-1 {
    order: 2;
  }
}

.rd2025-section__2.u-px-contain {
  padding-top: 60px !important;
  padding-bottom: 122px !important;
}

 .rd2025-section__2.u-px-contain.rd2025-section__2-b {
  padding-top: 78px !important;
  padding-bottom: 82px !important;
}

.rd2025-section__2 .rd2025-group-title {
  margin-bottom: 46px;
}

.rd2025-section__2-item {
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
  margin-bottom: 36px;
}

.rd2025-section__2-item .show-mobile {
  display: none;
}

.rd2025-section__2-item .show-desktop {
  display: flex;
}

@media (max-width: 450px) {
  .rd2025-section__2-item .show-mobile {
    display: flex;
  }

  .rd2025-section__2-item .show-desktop {
    display: none;
  }
}

.rd2025-section__2-item .rd2025-section__2-item__content {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  padding: 20px 16px;
  min-height: 100%;
}

.rd2025-section__2-item .rd2025-section__2-item__content.rd2025-section__2-item__content--2 {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}


  .rd2025-section__2-item .rd2025-section__2-item__content.rd2025-section__2-item__content--2 .rd2025-section__2-item__title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 13px;
  }

@media (min-width:576px) {
  .rd2025-section__2-item .rd2025-section__2-item__content.rd2025-section__2-item__content--2 .rd2025-section__2-item__img {
    margin-bottom: 16px;
  }
}

.rd2025-section__2-item .rd2025-section__2-item__content.rd2025-section__2-item__content--2 .rd2025-section__2-item__txt {
  font-size: 16px;
  margin-top: auto;
  min-height: 48px;
}

.rd2025-section__2-item .rd2025-section__2-item__content.rd2025-section__2-item__content--2 .rd2025-button {
  margin-top: 13px;
}

.rd2025-section__2-item .rd2025-section__2-item__txt {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
}

.rd2025-section__2-item:not(:last-child) {
  margin-bottom: 32px;
}


.rd2025-section__2-item:not(:last-child) {
  margin-bottom: 0;
}

@media (min-width:768px) and (max-width:1199px) {
  .rd2025-section__2 .flex-col-4 {
    flex-basis: calc(100% / 2);
  }
  .rd2025-section__2 .flex-column {
    flex-wrap: wrap;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .rd2025-section__2 .flex-col-3 {
    flex-basis: calc(100% / 2);
  }
}

@media (max-width:991px) {
  .rd2025-section__2 .flex-col-3:not(:last-child) {
    margin-bottom: 36px;
  }
}


@media (min-width:768px) {
  .rd2025-section__2-item {
    padding-right: 16px;
    padding-left: 16px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .rd2025-section__2-item {
    margin-bottom: 0;
  }
}

.rd2025-section__3.u-px-contain {
  padding-top: 87px !important;
  padding-bottom: 133px !important;
}

.rd2025-section__3 .rd2025-group-title{
  margin-bottom: 27px;
}

.rd2025-section__4.u-px-contain {
  padding-top: 122px !important;
  padding-bottom: 135px !important;
}

.rd2025-section__4 .flex-col {
  width: 100%;
}
.rd2025-section__4 .flex-col-auto {
  width: 100%;
}
.rd2025-section__4-content .rd2025-title{
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  margin-top: 5px;
  margin-bottom: 14px;
}
.rd2025-section__4-content .rd2025-text {
  margin-top: 0;
}

.rd2025-section__4-img-col {
  min-width: 100%;
}
@media (min-width:768px) {
  .rd2025-section__4-content {
    padding-right: 84px;
  }
  .rd2025-section__4-img-col {
    min-width: 460px;
  }
  .rd2025-section__4 .flex-column {
    flex-wrap: wrap;
  }
}
@media (min-width:992px) {
  .rd2025-section__4 .flex-col {
    width: auto;
  }
  .rd2025-section__4 .flex-col-auto {
    width: fit-content;
  }
  .rd2025-section__4 .flex-column:not(.flex-wrap) {
    flex-wrap: nowrap;
  }
}

.rd2025-banner-search {
    
}
.rd2025-banner {
  background-color: grey;
}
.rd2025-input-search {
  position: relative;
  margin-top: 43px;
  width: 100%;
  max-width: 898px;
  margin-right: auto;
  margin-left: auto;
}
.rd2025-input-search input {
  padding-left: 43px;
  padding-right: 12px;
  padding-top: 19px;
  padding-bottom: 16px;
  width: 100%;
  border: 1px solid #F3F3FD;
  border-radius: 5px;
}
.rd2025-input-search svg {
  right: 16px;
  position: absolute;
  top: calc(50% - 12px);
}
.rd2025-table {
  border: 1px solid darkgrey;
  border-bottom: none;
  margin-bottom: 24px;
}
.rd2025-table-container {
  width: 100%;
  overflow-x: auto;
}
.rd2025-table tr th {
  padding: 16px 16px;
  background-color: lightgrey;
  border-bottom: 1px solid darkgrey;
  text-align: left;
}
.rd2025-table tr th:not(:last-child), .rd2025-table tr td:not(:last-child) {
  border-right: 1px solid darkgrey;
}
.rd2025-table tr td {
  padding: 25px 16px;
  border-bottom: 1px solid darkgrey;
}
.rd2025-button {
  white-space: nowrap;
  padding: 10px 23px;
  background-color: black;
  color: white;
  width: 100%;
  background-color: #00295A;
  border-radius: 50px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  font-weight: 300;
  justify-content: center;
  height: fit-content;
  position: relative;
}

.rd2025-button.is-loading,
.nb-btn.is-loading,
.btn-form.is-loading,
.btn-new--xl.is-loading {
  pointer-events: none;
}

.rd2025-loader-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  border-radius: inherit;
}

.rd2025-button.is-loading .rd2025-loader-container,
.nb-btn.is-loading .rd2025-loader-container,
.btn-form.is-loading .rd2025-loader-container,
.btn-new--xl.is-loading .rd2025-loader-container {
  display: flex;
}

.rd2025-loader {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #FFF;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: loader-rotation 1s linear infinite;
}

.btn-new--xl .rd2025-loader {
  border-color: #00295A;
}

.nb-btn--l .rd2025-loader {
  width: 32px;
  height: 32px;
}

@keyframes loader-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

@media (min-width:576px) {
  .rd2025-button {
    width: fit-content;
  }
}
.rd2025-button-2 {
  white-space: nowrap;
  padding: 10px 23px;
  background-color: black;
  color: #00295A;
  width: 100%;
  background-color: white;
  border-radius: 50px;
}
@media (min-width:576px) {
  .rd2025-button-2 {
    width: fit-content;
  }
}
.rd2025-button-3 {
  white-space: nowrap;
  padding: 10px 23px;
  background-color: transparent;
  color: #00295A;
  width: 100%;
  border-radius: 50px;
  display: block;
  border: 1px solid #00295A;
}
@media (min-width:576px) {
  .rd2025-button-3 {
    width: fit-content;
  }
}

@media (max-width:991px) {

  .rd2025-button-3 {
    margin-top: 24px;
  }
}

@media (min-width:1200px) {
  .rd2025-button-3:hover {
    
  }
}

.rd2025-section__5 .flex-col-3 {
  width: 100%;
  flex-basis: 100%;
}

.rd2025-section__5 .flex-column.rd2025-row {
  flex-wrap: wrap;
}

@media (min-width:992px) {
  .rd2025-section__5 .flex-col-3 {
    width: 33.33%;
    flex-basis: calc(100%/3);
  }
}

@media (min-width:1200px) {
  .rd2025-section__5 .flex-column.rd2025-row {
    flex-wrap: nowrap;
  }
}

.rd2025-video-item {
  padding: 29px 28px 26px 28px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.rd2025-video-item .rd2025-slide-overlay{
  z-index: 2;
}

.rd2025-carousel-item-1 .rd2025-video-item {
  padding-top: 53px;
  padding-bottom: 32px;
}

.rd2025-carousel-item-1 .rd2025-video-item.rd2025-video-item--2 .rd2025-video-item__info {
  color: #00295A;
}

.rd2025-carousel-item-1 .rd2025-video-item .rd2025-text {
margin-top: 0;
}

@media (max-width:575px) {
  .rd2025-video-item {
    /* aspect-ratio: 3 / 4; */
    min-height: 380px;
  }
}

@media (max-width:400px) {
  .rd2025-video-item-b {
    /* aspect-ratio: 3 / 4; */
    min-height: 500px;
    height: 100%;
  }

  .rd2025-video-item-b .rd2025-video-item__icn {
    margin-bottom: 120px;
  }
}


@media (min-width:576px) {
  .rd2025-video-item-b {
    /* aspect-ratio: 3 / 4; */
    min-height: 700px;
    height: 100%;
  }
}

@media (min-width:768px) {
  .rd2025-video-item {
    /* aspect-ratio: 3 / 4; */
    min-height: 500px;
    height: 100%;
  }
}

@media (min-width:992px) {
  .rd2025-video-item-b {
    /* aspect-ratio: 3 / 4; */
    min-height: 700px;
    height: 100%;
  }
}

@media (min-width:1200px) {
  .rd2025-video-item {
    /* aspect-ratio: auto; */
    min-height: 430px;
    height: 100%;
  }
  .rd2025-carousel-item-1 .rd2025-video-item {
    min-height: 632px;
  }
}

.rd2025-title__2 {
  font-size: 26px !important;
  line-height: 33px !important;
}

.rd2025-carousel-item-1 {
  display: flex;
  background-color: #FAF9F6;
  overflow: hidden;
  border-radius: 24px;
}
.rd2025-carousel-item-1 .rd2025-slide__img {
  margin-left: -28px;
  margin-right: -28px;
  width: calc(100% + 56px);
  flex-grow: 1;
  margin-bottom: 25px;
}
.rd2025-carousel-item-1 .rd2025-video-item__info-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* 
.rd2025-carousel-1 .slick-track {
  display: flex;
  gap: 32px;
} */

.rd2025-carousel-1 {
  margin-top: 99px;
  margin-bottom: 172px;
}

.rd2025-carousel-1 .slick-arrow {
  display: flex;
  justify-content: center;
} 

.rd2025-carousel-1 .slick-prev {
  left: -48px;
}

.rd2025-carousel-1 .slick-next {
  right: -48px;
}

.rd2025-carousel-1 .slick-prev:before {
  content: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 0.246094C32.3227 0.246101 41.5 9.44145 41.5 20.7822C41.4998 32.1229 32.3226 41.3174 21 41.3174C9.67741 41.3174 0.500153 32.1229 0.5 20.7822C0.5 9.44144 9.67732 0.246094 21 0.246094ZM21 1.24609C10.2313 1.24609 1.5 9.99204 1.5 20.7822C1.50015 31.5723 10.2314 40.3174 21 40.3174C31.7686 40.3174 40.4998 31.5723 40.5 20.7822C40.5 9.99204 31.7687 1.2461 21 1.24609ZM24.3516 14.1221L17.7051 20.7812L24.3516 27.4404L23.998 27.7939L23.6445 28.1465L16.292 20.7812L23.6445 13.415L24.3516 14.1221Z" fill="%2300295A"/></svg>');
}

.rd2025-carousel-1 .slick-next:before {
  content: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 0.5C32.3227 0.5 41.5 9.69535 41.5 21.0361C41.4998 32.3768 32.3226 41.5713 21 41.5713C9.67742 41.5713 0.500153 32.3768 0.5 21.0361C0.5 9.69535 9.67733 0.500007 21 0.5ZM21 1.5C10.2313 1.50001 1.5 10.246 1.5 21.0361C1.50015 31.8262 10.2314 40.5713 21 40.5713C31.7686 40.5713 40.4998 31.8262 40.5 21.0361C40.5 10.2459 31.7687 1.5 21 1.5ZM25.708 21.0352L18.3555 28.4004L18.002 28.0479L17.6484 27.6943L24.2949 21.0352L17.6484 14.376L18.3555 13.6689L25.708 21.0352Z" fill="%2300295A"/></svg>');
}

.rd2025-carousel-1 .slick-slide {
  transform: scale(0.95);
}

@media (min-width:1200px) {
  .rd2025-carousel-1 .slick-slide {
    transition:0.4s;
    transform: scale(1);
  }

  .rd2025-carousel-1 .slick-slide:not(.slick-current) {
    transform: scale(0.8);
  }

}

/* Carousel 2 - 2025 */
.rd2025-carousel-2 {
  margin-top: 40px;
}

.rd2025-carousel-2__btn {
  margin-top: 160px;
}

.rd2025-carousel-2 .slick-arrow {
  bottom: -80px;
  top: auto !important;
  display: flex;
  justify-content: center;
}

.rd2025-carousel-2 .slick-prev {
  right: auto;
  left: calc(50% - 35px);
}

.rd2025-carousel-2 .slick-next {
  left: auto;
  right: calc(50% - 35px);
}

.rd2025-carousel-2 .slick-prev:before {
  content: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 0.246094C32.3227 0.246101 41.5 9.44145 41.5 20.7822C41.4998 32.1229 32.3226 41.3174 21 41.3174C9.67741 41.3174 0.500153 32.1229 0.5 20.7822C0.5 9.44144 9.67732 0.246094 21 0.246094ZM21 1.24609C10.2313 1.24609 1.5 9.99204 1.5 20.7822C1.50015 31.5723 10.2314 40.3174 21 40.3174C31.7686 40.3174 40.4998 31.5723 40.5 20.7822C40.5 9.99204 31.7687 1.2461 21 1.24609ZM24.3516 14.1221L17.7051 20.7812L24.3516 27.4404L23.998 27.7939L23.6445 28.1465L16.292 20.7812L23.6445 13.415L24.3516 14.1221Z" fill="%2300295A"/></svg>');
}

.rd2025-carousel-2 .slick-next:before {
  content: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 0.5C32.3227 0.5 41.5 9.69535 41.5 21.0361C41.4998 32.3768 32.3226 41.5713 21 41.5713C9.67742 41.5713 0.500153 32.3768 0.5 21.0361C0.5 9.69535 9.67733 0.500007 21 0.5ZM21 1.5C10.2313 1.50001 1.5 10.246 1.5 21.0361C1.50015 31.8262 10.2314 40.5713 21 40.5713C31.7686 40.5713 40.4998 31.8262 40.5 21.0361C40.5 10.2459 31.7687 1.5 21 1.5ZM25.708 21.0352L18.3555 28.4004L18.002 28.0479L17.6484 27.6943L24.2949 21.0352L17.6484 14.376L18.3555 13.6689L25.708 21.0352Z" fill="%2300295A"/></svg>');
}

.rd2025-carousel-2 .rd2025-carousel-item-2 {
  background-color: white;
  min-height: 293px;
  /* width: 285px;
  max-width: 285px; */
  min-height: 293px;
  /* height: 293px; */
  border-radius: 20px;
  margin-right: 29px;
}

.rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item {
  align-items: center;
  justify-content: center;
  min-height: 293px;
  height: 293px;
}


  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item,
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item .rd2025-carousel-item-2__number,
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item .rd2025-carousel-item-2__txt {
    transition: 0.4s;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item:hover ,
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item:active {
    background-color: #00295A;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item:hover .rd2025-carousel-item-2__number {
    color: #00295A;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item:hover .rd2025-carousel-item-2__txt {
    color: white;
  }

  @media (max-width:575px) {
    .rd2025-carousel-item-2__txt {
      font-size: 20px !important;
    }
  }

.rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__txt {
  font-size: 28px;
  font-weight: 700;
  margin-top: auto;
  z-index: 2;
  line-height: normal;
}

.rd2025-video-item .txt-1 {
  display: block;
}

.rd2025-video-item .txt-2 {
  display: none;
}

.rd2025-video-item:hover .txt-1, .rd2025-video-item :active .txt-1 {
  display: none;
}

.rd2025-video-item:hover .txt-2, .rd2025-video-item .txt-2:active {
  display: block;
}

.rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__txt > * {
  font-weight: 700;
}

.rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__btn {
  margin-top: auto;
  margin-bottom: 30px;
}

.rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__number {
  font-size: 205px;
  color: #ECE9DF;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  display: block;
  font-weight: bold;
  font-weight: 700;
  line-height: 0.8;
}

.rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__btn {
  display: flex;
  justify-content: center;
}

.rd2025-section__6 {
  padding-top: 109px;
  padding-bottom: 82px;
}

.rd2025-section__6.rd2025-section__6--rounded {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

@media (min-width: 768px) {
  .rd2025-section__6.rd2025-section__6--rounded .u-px-contain {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.rd2025-section__6.rd2025-section__6--rounded .round {
  border-radius: 16px;
    overflow: hidden;
    height: 101px;
}

@media (min-width:576px) {
  .rd2025-section__6.rd2025-section__6--rounded .round {
    border-radius: 30px;
    overflow: hidden;
    height: 180px;
  }
}

.rd2025-section__6.rd2025-section__6--rounded .rd2025-text strong {
  font-weight: bold;
}

.rd2025-section__6.rd2025-section__6--rounded .rd2025-button {
  background-color: #00295A;
  color: white;
}

@media (min-width:576px) {
  .rd2025-section__6.rd2025-section__6--rounded .rd2025-button {
    width: fit-content;
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width:767px) {
  .rd2025-section__6.rd2025-section__6--rounded .rd2025-title {
    color: #192F52;
  }
  .rd2025-section__6.rd2025-section__6--rounded .rd2025-text{
    color: #192F52;
  }
  .rd2025-section__6.rd2025-section__6--rounded .rd2025-text *{
    color: #192F52;
  }
  .rd2025-section__6.rd2025-section__6--rounded .rd2025-button {
    white-space: nowrap;
    padding: 10px 23px;
    width: 100%;
    border-radius: 50px;
    display: block;
    text-align: center;
  }
}

.rd2025-aural-medica a {
    position: absolute;
    top: auto;
    bottom: 35px;
    right: 50px;
    width: fit-content;
}

/* Media query para pantallas pequeñas */
@media (max-width: 576px) {
    .rd2025-aural-medica a {
        top: 35px;
        bottom: auto;
        right: 50px;
    }
}

.rd2025-aural-medica-desktop-image {
    display: block;
    border-radius: 30px;
}

.rd2025-aural-medica-mobile-image {
    display: none;
    border-radius: 30px;
}

@media (max-width:768px) {
  .rd2025-aural-medica-desktop-image {
      display: none;
  }

  .rd2025-aural-medica-mobile-image {
      display: block;
  }
}

@media (min-width:768px) {
  .rd2025-section__6.rd2025-section__6--rounded .round {
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    right: 26px;
    left: 26px;
    max-width: calc(100% - 52px);
    min-height: 100%;
    height: 100% ;
  }
}

@media (min-width:992px) {
  .rd2025-section__6.rd2025-section__6--rounded .rd2025-button {
    margin-right: 0;
  }
}


.rd2025-section__6--rounded-info {
  max-width: 652px;
  margin-right: auto;
}

.rd2025-section__6.rd2025-section__6--rounded .rd2025-img-cover {
  
}
@media (min-width:768px) {
  .rd2025-section__6.rd2025-section__6--rounded .flex-column {
    padding-left: 26px;
    padding-right: 26px;
  }
}

.rd2025-section__6 .rd2025-slide-overlay {
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);
  width: 50%;
}

.rd2025-section__6 .rd2025-title {
  font-size: 60px;
  line-height: 59px;
}

.rd2025-section__6 .rd2025-text {
  font-size: 17px;
}

.rd2025-section__6 .rd2025-button {
  margin-top: 18px;
  background-color: white;
  color: #00295A;
  padding: 14px 28px;
  font-size: 17px;
}

@media (max-width:575px) {
  .rd2025-section__6 .rd2025-img-cover {
    object-position: 60%;
  }
}


.rd2025-section__6 * {
  color: white;
}

.rd2025-section__6 .flex-col-2 {
  width: 100%;
  flex-basis: 100%;
}

@media (min-width:1200px) {
  .rd2025-section__6 .flex-col-2 {
    width: 50%;
    flex-basis: calc(100%/2);
  }
}

.rd2025-video-item__imgbg {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.rd2025-video-item__icn {
  z-index: 2;
  position: relative;
  margin-bottom: 220px;
}

.rd2025-video-item__icn img {
  width: 28px;
  height: 28px;
}

.rd2025-video-item__info {
  margin-top: auto;
  z-index: 2;
  position: relative;
  color: white;
}

.rd2025-video-item__info .rd2025-video-item__info-text .rd2025-title{
  font-size: 34px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
}

.rd2025-video-item__info .rd2025-video-item__info-text .rd2025-text{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  font-weight: 400;
  margin-top: 10px;
}

.rd2025-video-item__btn {
  /* height: 90px; */
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.rd2025-video-item__btn--2 {
  margin-left: -28px;
  margin-right: -28px;
  width: calc(100% + 56px);
  background: #00295A;
  margin-bottom: -28px;
  display: flex;
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-top: 22px;
}

.rd2025-btn {
  cursor: pointer;
}

.rd2025-video-item__btn--2 .rd2025-btn {
  justify-content: center;
  color: white;
}

.rd2025-video-item__btn > * {
  width: 100%;
}

.rd2025-video-item__btn .rd2025-btn {
  display: flex;
  gap: 8px;
  font-weight: 300;
  font-size: 17px;
}

.carousel-v2025 {
  position: relative;
}


.carousel-v2025 .slick-dots {
  position: absolute;
  bottom: 20px !important;
}

.carousel-v2025 .slick-dots li button {
  background-color: #D9D9D9 !important;
}

.carousel-v2025 .slick-dots li.slick-active button {
  background-color: white !important;
}

.carousel-v2025 .slick-arrow {
  display: none !important;
}

.rd2025-video {
  /* position: fixed; */
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.rd2025-slide-info {
  max-width: 870px;
  z-index: 2;
  /* height: calc(100dvh - 200px); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rd2025-slide-overlay {
  background:  linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.rd2025-slide-info__pretitle {
  text-align: center;
  color: white;
  font-size: 40px;
  width: 100%;
  display: block;
  font-weight: 400;
}

.rd2025-slide-info__title {
  max-width: 660px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
  font-size: 64px;
  line-height: 59px;
  color: white;
  font-weight: 400;
}

.rd2025-slide-info__title strong {
  font-weight: 700;
}

.rd2025-slide-info__title.rd2025-slide-info__title--2{
  font-size: 128px;
  line-height: 73px;
  max-width: 700px;
}

.rd2025-slide-info__text {
  margin-bottom: 40px;
  color: white;
  max-width: 420px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
  margin-top: 11px !important;
  display: block;
  font-weight: 400;
}

.rd2025-slide-info__title.rd2025-slide-info__title--2 ~ .rd2025-slide-info__btn {
  margin-top: 18px;
}

.rd2025-slide-info__title.rd2025-slide-info__title--2 + .rd2025-slide-info__text {
  margin-top: 28px !important;
}

.rd2025-slide-info__btn {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  justify-content: center;
}

.rd2025-group-title__title-underline {
  width: 100%;
  display: flex;
  justify-content: center;
}

.rd2025-group-title__title-underline img {
  width: 134px;
  height: 4px;
}

.rd2025-group-title__title-1 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 300;
}

.rd2025-group-title__title-2 {
  font-size: 48px;
  line-height: normal;
  font-weight: bold;
  margin-top: 8px;
}

.rd2025-group-title__subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 35px;
}

.rd2025-group-title {
  margin-bottom: 84px;
}

/* section 5 */
.rd2025-section__5.u-px-contain {
  padding-top: 64px !important;
  padding-bottom: 110px !important;
}
@media (min-width:1200px) {
  .rd2025-section__5-b.u-px-contain {
    padding-top: 78px !important;
    padding-bottom: 92px !important;
  }
}
@media (min-width:576px) and (max-width:767px)  {
  .flex-col-4.spec {
    width: 100%;
    flex-basis: 100% !important;
    min-height: 700px;
  }
}

@media (max-width:1199px) {
  .rd2025-section__5 .flex-col-4 {
    flex-basis: 100%;
  }
  .rd2025-section__5 .flex-col-4 {
    margin-bottom: 32px !important;
  }
}

@media (min-width:576px) {
  .rd2025-section__5 .flex-col-4 {
    flex-basis: calc(100% / 2);
  }
  .rd2025-section__5 .flex-column {
    flex-direction: row !important;
  }
}

@media (min-width:992px) {
  .rd2025-section__5 .flex-col-4 {
    flex-basis: calc(100% / 3);
  }
}

@media (min-width:1200px) {
  .rd2025-section__5 .flex-col-4 {
    flex-basis: calc(100% / 4);
  }
}

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

.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}


@media (max-width:575px) {
  .rd2025-group-title__title-1 {
    font-size: 16px;
  }
  .rd2025-group-title__title-2 {
    font-size: 24px;
  }
  .rd2025-title {
    font-size: 14px;
  }
  .rd2025-section__1.u-px-contain {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .rd2025-section__1.rd2025-section__1-b.u-px-contain {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .rd2025-section__2.u-px-contain {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .rd2025-section__2 .rd2025-carousel-1  {
    margin-bottom: -24px;
  }
  .rd2025-section__2.u-px-contain.rd2025-section__2-b {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .rd2025-section__3.u-px-contain {
    padding-top: 36px !important;
    padding-bottom: 48px !important;
  }
  .rd2025-section__4.u-px-contain {
    padding-top: 36px !important;
    padding-bottom: 48px !important;
  }
  .rd2025-section__5.u-px-contain {
    padding-top: 36px !important;
    padding-bottom: 48px !important;
  }
  .rd2025-section__6 {
      padding-top: 0;
      padding-bottom: 0;
  }
  .rd2025-group-title {
    margin-bottom: 36px;
  }
  .rd2025-section__2 .rd2025-group-title {
    margin-bottom: 0px;
  }
  .rd2025-section__2-item .rd2025-section__2-item__txt {
    font-size: 16px;
  }
  .rd2025-video-item__info .rd2025-video-item__info-text .rd2025-title {
    font-size: 24px;
  }
  .rd2025-video-item__btn .rd2025-btn {
    font-size: 16px;
  }
  .rd2025-carousel-1 {
    margin-top: 36px;
  }
  .rd2025-carousel-item-1 .rd2025-video-item {
    min-height: 500px;
  }
  .rd2025-carousel-2 {
    margin-top: 36px;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__number {
    font-size: 150px;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__txt {
    font-size: 20px;
    font-weight: 700;
    margin-top: auto;
    z-index: 2;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 {
    /* width: 250px;
    max-width: 250px; */
    min-height: 250px;
    height: 250px;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-video-item {
    min-height: 250px;
    height: 250px;
  }
  .rd2025-button-3 {
    margin-top: 36px;
  }
  .rd2025-slide-info__pretitle {
    font-size: 20px;
  }
  .rd2025-slide-info__title {
    font-size: 24px;
    line-height: 24px;
  }
  .rd2025-slide-info__btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .rd2025-slide-info__btn .rd2025-button{
    gap: 0;
  }
  .rd2025-slide-info__title.rd2025-slide-info__title--2 {
    font-size: 48px;
    line-height: 40px;
  }
  .rd2025-slide-info__title.rd2025-slide-info__title--2 + .rd2025-slide-info__text {
    margin-top: 12px !important;
  }
  .rd2025-section__4-content .rd2025-title{
    font-size: 24px;
    line-height: normal;
  }
  .rd2025-section__6 .rd2025-title {
    font-size: 28px;
    line-height: normal;
  }
  .rd2025-cards {
    margin-top: 24px;
    margin-bottom: 36px !important;
  }
  .rd2025-card .rd2025-card__item .rd2025-card__item-info {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .rd2025-card .rd2025-card__item .rd2025-card__item-title {
    font-size: 24px;
    line-height: 28px;
  }
  .rd2025-content .rd2025-title {
    font-size: 24px;
  }
  .rd2025-input-search {
    margin-top: 24px;
  }
  .rd2025-input-search input {
    padding-left: 24px;
  }
  .rd2025-carousel-1 .slick-arrow {
    transform: scale(0.8);
  }
  .rd2025-carousel-2 .slick-arrow {
    transform: scale(0.8);
  }
  .rd2025-carousel-2__btn {
    margin-top: 120px;
  }
  .rd2025-carousel-2 .slick-arrow {
    bottom: -60px;
  }
  .rd2025-section__2-item .rd2025-section__2-item__content.rd2025-section__2-item__content--2 .rd2025-section__2-item__title {
    font-size: 24px;
    line-height: normal;
    margin-top: 16px;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .rd2025-video-item__icn {
    margin-bottom: 120px;
  }
  .rd2025-slide-info__pretitle {
    font-size: 36px;
  }
  .rd2025-slide-info__title {
    font-size: 48px;
    line-height: 40px;
  }
  .rd2025-slide-info__title.rd2025-slide-info__title--2 {
    font-size: 60px;
    line-height: 30px;
  }
  .rd2025-section__4-content .rd2025-title{
    font-size: 24px;
    line-height: normal;
  }
  .rd2025-section__6 .rd2025-title {
    font-size: 28px;
    line-height: normal;
  }
  .rd2025-cards {
    margin-top: 24px;
    margin-bottom: 36px !important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .rd2025-slide-info__pretitle {
    font-size: 48px;
  }
  .rd2025-slide-info__title {
    font-size: 64px;
    line-height: 55px;
  }
  .rd2025-slide-info__title.rd2025-slide-info__title--2 {
    font-size: 84px;
    line-height: 40px;
  }

  .rd2025-section__4-content .rd2025-title{
    font-size: 48px;
    line-height: normal;
  }
  .rd2025-section__6 .rd2025-title {
    font-size: 48px;
    line-height: normal;
  }
  .rd2025-cards {
    margin-top: 36px;
    margin-bottom: 48px !important;
  }
}


  

@media (min-width:576px) and (max-width:1199px) {
  .rd2025-group-title__title-1 {
    font-size: 18px;
  }
  .rd2025-title {
    font-size: 18px;
  }
  .rd2025-group-title__title-2 {
    font-size: 36px;
  }

  .rd2025-carousel-1 {
    margin-top: 48px;
  }
  .rd2025-carousel-item-1 .rd2025-video-item {
    min-height: 700px;
  }
  .rd2025-section__1.rd2025-section__1-b.u-px-contain {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .rd2025-section__2.u-px-contain {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .rd2025-section__2.u-px-contain.rd2025-section__2-b {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .rd2025-section__3.u-px-contain {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
  }
  .rd2025-section__4.u-px-contain {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
  }
  .rd2025-section__5.u-px-contain {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
  }
  .rd2025-section__6 {
      padding-top: 0;
      padding-bottom: 0;
  }
  .rd2025-group-title {
    margin-bottom: 48px;
  }
  .rd2025-section__2 .rd2025-group-title {
    margin-bottom: 24px;
  }
  .rd2025-section__2-item .rd2025-section__2-item__txt {
    font-size: 18px;
  }
  .rd2025-carousel-2 {
    margin-top: 36px;
  }
  .rd2025-carousel-2 .rd2025-carousel-item-2 .rd2025-carousel-item-2__number {
    font-size: 150px;
  }
}

@media (min-width:1200px) {
  .rd2025-section__2-c.u-px-contain {
    padding-top: 112px !important;
    padding-bottom: 172px !important;
  }
}

@media (max-width:1600px) {
  .rd2025-carousel-1 .slick-next {
    right: 0px;
  }
  .rd2025-carousel-1 .slick-prev {
    left: 0px;
  }
  .rd2025-carousel-1 .slick-arrow {
    z-index: 2;
  }
  .rd2025-carousel-1 .slick-next:before {
    opacity: 1;
    content: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21" cy="21" r="20" fill="white"/><path d="M21 0C32.3227 0 41.5 9.19535 41.5 20.5361C41.4998 31.8768 32.3226 41.0713 21 41.0713C9.67742 41.0713 0.500153 31.8768 0.5 20.5361C0.5 9.19535 9.67733 7.31916e-06 21 0ZM21 1C10.2313 1.00001 1.5 9.74595 1.5 20.5361C1.50015 31.3262 10.2314 40.0713 21 40.0713C31.7686 40.0713 40.4998 31.3262 40.5 20.5361C40.5 9.74594 31.7687 1 21 1ZM25.708 20.5352L18.3555 27.9004L18.002 27.5479L17.6484 27.1943L24.2949 20.5352L17.6484 13.876L18.3555 13.1689L25.708 20.5352Z" fill="%2300295A"/></svg>');
  }
  .rd2025-carousel-1 .slick-prev:before {
    opacity: 1;
    content: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21" cy="21" r="20" fill="white"/><path d="M21 0.746094C32.3227 0.746101 41.5 9.94145 41.5 21.2822C41.4998 32.6229 32.3226 41.8174 21 41.8174C9.67741 41.8174 0.500153 32.6229 0.5 21.2822C0.5 9.94144 9.67732 0.746094 21 0.746094ZM21 1.74609C10.2313 1.74609 1.5 10.492 1.5 21.2822C1.50015 32.0723 10.2314 40.8174 21 40.8174C31.7686 40.8174 40.4998 32.0723 40.5 21.2822C40.5 10.492 31.7687 1.7461 21 1.74609ZM24.3516 14.6221L17.7051 21.2812L24.3516 27.9404L23.998 28.2939L23.6445 28.6465L16.292 21.2812L23.6445 13.915L24.3516 14.6221Z" fill="%2300295A"/></svg>');
  }
}

.rd2025-ml-logo {
  margin-left: 31px;
}

@media (max-width:767px) {
  .rd2025-ml-logo {
    margin-left: 16px;
  }
}

.custom-radio-buttons {
  display: flex;
  /* flex-direction: column; */
  margin-top: 10px;
  color: #192F52;
  column-gap: 18px;
}

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  transition: 0.4s;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #00295A;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.rd2025-title--xl.title--xl {
  font-size: 24px !important;
  line-height: 28px !important;
  padding-top: 36px;
  margin-bottom: 0 !important;
}

.blog .rd2025-h2 {
  font-size: 20px !important;
}

@media (min-width:1200px) {

  .rd2025-title--xl.title--xl {
  font-size: 35px !important;
  padding-top: 36px;

  }

  .blog .rd2025-h2 {
    font-size: 25px !important;
  }

}