  body {
    font-family: Montserrat, sans-serif;
  }
  .btn,
  .well,
  a {
    transition: all 0.5s ease;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .col-lg-5ths,
  .col-md-5ths,
  .col-sm-5ths,
  .col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  @media (min-width: 768px) {
    .col-sm-5ths {
      width: 20%;
      float: left;
    }
  }
  @media (min-width: 992px) {
    .col-md-5ths {
      width: 20%;
      float: left;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-5ths {
      width: 20%;
      float: left;
    }
  }
  p {
    font-size: 1.1em;
  }
  h1,
  h2,
  h3,
  h4 {
    font-weight: 300;
  }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong {
    font-weight: 500;
  }
  h1 {
    font-size: 2.5em;
    margin-bottom: 1.3em;
    color: #005ea7;
  }
  @media (max-width: 780px) {
    h1 {
      font-size: 2em;
    }
  }
  h2 {
    font-size: 2.2em;
    font-weight: 400;
    color: #005ea7;
    margin-bottom: 1.3em;
  }
  .section-padding {
    padding-top: 3em;
    padding-bottom: 4em;
  }
  section.bg-gris {
    background-color: #f0f1f7;
  }
  section h1 {
    text-align: center;
  }
  @media only screen and (min-width: 768px) {
    .is-table-row {
      display: table;
    }
    .is-table-row [class*="col-"] {
      float: none;
      display: table-cell;
      vertical-align: middle;
    }
  }
  .b-line {
    width: 40px;
    height: 4px;
    background-color: #4a72b2 !important;
    margin: 0 0 10px;
  }
  .row-100 {
    width: 100%;
  }
  .typeahead {
    z-index: 1051;
  }
  .btn__descargar {
    display: inline-block;
    border-radius: 40px;
    color: #005ea7;
    font-size: 1em;
    font-weight: 700;
    background-color: #ffcb00;
    text-decoration: none;
    padding: 25px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
  .btn__descargar:active {
    -webkit-transform: scale(0.96) translateZ(0);
    -moz-transform: scale(0.96) translateZ(0);
    -ms-transform: scale(0.96) translateZ(0);
    transform: scale(0.96) translateZ(0);
  }
  .btn__descargar:hover {
    position: relative;
    -webkit-transform: scale(1.02) translateZ(0);
    -moz-transform: scale(1.02) translateZ(0);
    -ms-transform: scale(1.02) translateZ(0);
    transform: scale(1.02) translateZ(0);
    z-index: 1;
  }
  .btn__descargar:hover--icon {
    -webkit-transform: scale(6) translateZ(0);
    -moz-transform: scale(6) translateZ(0);
    -ms-transform: scale(6) translateZ(0);
    transform: scale(6) translateZ(0);
  }
  @media (max-width: 767px) {
    .btn__descargar {
      font-size: 15px;
      padding: 15px;
    }
  }
  .btn__descargar a {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    text-decoration: none;
    border-bottom: 1px solid transparent;
  }
  .btn__descargar a:hover {
    border-bottom: 2px solid;
  }
  .btn__descargar span {
    vertical-align: middle;
  }
  .btn__descargar--icon {
    padding-right: 0.5em;
    margin-right: 0.5em;
    border-right: 1px solid #005ea7;
  }
  .btn__descargar--icon img {
    position: relative;
    margin-top: -7px;
    height: 20px;
  }
  @media (max-width: 767px) {
    .btn__descargar--icon img {
      height: 15px;
    }
  }
  .btn_primario {
    background-color: #fff;
    color: #005ea7;
    border-radius: 1.5em;
    font-size: 0.8em;
    font-weight: 700;
    padding: 1em 1.5em;
    margin-right: 1em;
    text-decoration: none;
    transition: all 250ms;
  }
  .btn_primario:hover {
    transform: scale(1.1);
  }
  .boton_primario {
    background-color: #005ea7;
    color: #fff;
    border-radius: 1.5em;
    font-size: 0.8em;
    font-weight: 700;
    padding: 1em 1.5em;
    margin-right: 1em;
    text-decoration: none;
    transition: all 250ms;
  }
  .boton_primario:hover {
    color: #fff;
    background-color: #28a1ff;
  }
  .acordeon--title {
    margin-bottom: 0;
    padding: 20px;
    color: #005ea7;
    font-size: 2em;
    text-align: center;
    border-radius: 0 40px 0 0;
    background-color: #ffcb00;
  }
  .acordeon.accordion {
    color: #005ea7;
    margin-bottom: 3em;
  }
  .acordeon.accordion .accordion-button {
    font-size: 1.1rem;
    color: #fff;
    background-color: #005ea7;
    padding-left: 1.5em;
  }
  .acordeon.accordion .accordion-button:not(.collapsed) {
    color: #005ea7;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    border-bottom: none;
    background-color: #fff;
  }
  .acordeon.accordion .accordion-button:not(.collapsed):after {
    height: 2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='27' height='18' viewBox='0 0 27 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 2L13.5 15L1.5 2' stroke='%230066B3' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .acordeon.accordion .accordion-button:focus {
    box-shadow: none;
    border-bottom: none;
  }
  .acordeon.accordion .accordion-button:after {
    transform: rotate(360deg);
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='28' viewBox='0 0 18 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L15 14L2 26' stroke='%23FFCB05' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  @media (max-width: 780px) {
    .acordeon.accordion .accordion-button {
      font-size: 1.1rem;
    }
  }
  .acordeon.accordion .accordion-item {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .navegacion__header {
    padding: 20px;
    background-color: #005ea7;
  }
  .navegacion .brand__logo--brou {
    height: 40px;
    margin-right: 1em;
  }
  .navegacion .brand__logo--mibrou {
    height: 26px;
  }
  @media (max-width: 767px) {
    .navegacion .brand img {
      height: 22px;
    }
  }
  .navegacion .link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .navegacion .link.active {
    color: #ffcb00;
    font-weight: 700;
  }
  .navegacion .link:hover {
    color: #ffcb00;
  }
  .navegacion .link:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #fff;
  }
  #carousel-home .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #carousel-home .col-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-inner .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
  }
  @media (min-width: 768px) {
    .carousel-inner .item {
      height: auto;
    }
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
  .carousel-indicators li {
    background-color: rgba(212, 212, 212, 0.4);
    border: none;
  }
  .carousel-control {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
    opacity: 100;
    width: 5%;
  }
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  .mobile-container-carousel {
    padding-left: 40px;
    padding-right: 40px;
  }
  @media (min-width: 768px) {
    .mobile-container-carousel {
      padding-left: initial;
      padding-right: initial;
    }
  }
  .carousel-caption {
    max-width: 100%;
    width: 100%;
    left: 0;
    position: inherit;
    padding-top: 8em;
  }
  .carousel-caption .col-md-2 {
    padding-right: 15px;
  }
  .carousel-caption .col-md-6 {
    padding-left: 15px;
  }
  @media (min-width: 768px) {
    .carousel-caption {
      padding-top: 15em;
    }
    .carousel-caption .col-md-2 {
      padding-right: initial;
    }
    .carousel-caption .col-md-6 {
      padding-left: initial;
    }
  }
  .carousel-caption .bloque-left,
  .carousel-caption .bloque-right {
    max-height: 10.5em;
  }
  .bloque-category-name {
    height: 10.5em !important;
  }
  .carousel-caption .bloque-left {
    background-color: #ffcb00;
    color: #fff;
    vertical-align: middle;
  }
  .carousel-caption .bloque-left h2 {
    text-align: center;
    font-size: 3.5em;
    font-weight: 400;
    margin: 0;
    line-height: 3em;
  }
  @media (min-width: 768px) {
    .carousel-caption .bloque-left h2 {
      font-size: 3.5em;
    }
  }
  .carousel-caption .bloque-right {
    background-color: rgba(141, 135, 132, 0.9);
    color: #fff;
    padding-left: 1em;
    text-align: left;
  }
  .bloque-right-home {
    background-color: #005ea7 !important;
  }
  .bloque-right-home .titulo {
    font-size: 1.2em;
  }
  @media (min-width: 768px) {
    .carousel-caption .bloque-right {
      height: 300px;
    }
    .bloque-right-home .titulo {
      font-size: 1.5em;
    }
  }
  .carousel-caption .bloque-right h3.titulo {
    font-size: 2.1em;
    font-weight: 400;
    margin-top: 0;
  }
  .carousel-caption .bloque-right p.subtitulo {
    font-size: 1.2em;
    font-weight: 400;
  }
  .flex-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .destacado-slider-mobile {
    font-size: 3em !important;
  }
  .title-slider-mobile {
    margin-top: 0.5em !important;
    font-size: 1.4em !important;
  }
  .subtitulo-slider-mobile {
    font-size: 1em !important;
  }
  .cabezal__banner {
    position: relative;
  }
  .cabezal__banner--container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .cabezal__banner--container img {
    margin-bottom: 25px;
    height: 51px;
  }
  .cabezal__banner--container p {
    color: #005ea7;
    font-weight: 500;
    margin-bottom: 25px;
  }
  #campanias-home .item {
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 1024px) {
    #campanias-home .item {
      font-size: 0.6em;
    }
  }
  @media (max-width: 600px) {
    #campanias-home .item {
      font-size: 0.3em;
    }
  }
  #campanias-home .item h3 {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
    margin-bottom: 1em;
  }
  @media (max-width: 600px) {
    #campanias-home .item h3 {
      margin-bottom: 0.7em;
    }
  }
  #campanias-home .item a {
    color: #fff;
  }
  #campanias-home .item a span {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 1.2em;
    border: 1px solid #ffcb00;
    border-radius: 20px;
    transition: all 0.7s;
  }
  #campanias-home .item a span:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  @media (max-width: 600px) {
    #campanias-home .item a span {
      font-size: 2.2em;
    }
  }
  #campanias-home .item .header {
    width: 29em;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: 3em;
  }
  .mibrou_productos-mibrou__item {
    display: block;
    text-decoration: none;
    border-radius: 0 25px;
    border: solid 1px #ffcb00;
    height: 100%;
    overflow: hidden;
  }
  .mibrou_productos-mibrou__item--header {
    padding: 15px 25px;
    background-color: #ffcb00;
  }
  .mibrou_productos-mibrou__item--body {
    padding: 25px;
  }
  .mibrou_productos-mibrou__item h4 {
    font-size: 1em;
    font-weight: 700;
    color: #005ea7;
    text-decoration: underline;
    margin-bottom: 0;
  }
  .mibrou_productos-mibrou__item img {
    margin-bottom: 0;
  }
  .mibrou_productos-mibrou__item ul {
    margin: 0;
    padding: 0;
  }
  .mibrou_productos-mibrou__item ul li {
    font-size: 1em;
    list-style: none;
    padding-left: 1em;
    position: relative;
    color: #000;
  }
  .mibrou_productos-mibrou__item ul li::before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0;
    color: #005ea7;
    font-size: 2em;
    line-height: 0;
    display: inline-block;
    padding-top: 7px;
  }
  .mibrou_educacion_financiera {
    position: relative;
  }
  .mibrou_educacion_financiera* {
    moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .mibrou_educacion_financiera__item {
    display: block;
    text-decoration: none;
    border-radius: 0 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .mibrou_educacion_financiera__item h4 {
    font-size: 1em;
    font-weight: 700;
    color: #005ea7;
    text-decoration: underline;
  }
  .mibrou_educacion_financiera__item p {
    font-size: 1.3em;
    list-style: none;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
  }
  .mibrou_educacion_financiera__item--close {
    display: none;
    cursor: pointer;
  }
  .mibrou_educacion_financiera__item--open {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 25px;
    margin: 15px;
    padding: 0;
    moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
  }
  .mibrou_educacion_financiera__item:hover
    .mibrou_educacion_financiera__item--open {
    margin-right: 10px;
  }
  .mibrou_educacion_financiera__item.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: visible;
  }
  .mibrou_educacion_financiera__item.active .mibrou_educacion_financiera__header {
    height: auto;
  }
  .mibrou_educacion_financiera__item.active .mibrou_educacion_financiera__body {
    display: block;
    background: #fff;
    padding: 5%;
    border-radius: 0 0 40px 40px;
    border: 1px solid #dcdcdc;
  }
  .mibrou_educacion_financiera__item.active
    .mibrou_educacion_financiera__item--close {
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    width: auto;
    height: 25px;
    margin: 15px;
    padding: 0;
    moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .mibrou_educacion_financiera__item.active
    .mibrou_educacion_financiera__item--open {
    display: none;
  }
  .mibrou_educacion_financiera__item.active
    .mibrou_educacion_financiera__item--parrafo {
    flex: 0 0 auto;
    width: auto;
  }
  .mibrou_educacion_financiera__header {
    padding: 25px;
    background-color: #005ea7;
    height: 100%;
  }
  .mibrou_educacion_financiera__header p {
    color: #fff;
  }
  .mibrou_educacion_financiera__body {
    display: none;
  }
  .mibrou_educacion_financiera__body p {
    font-weight: 400;
    font-size: 1em;
    color: #000;
  }
  .tarjeta .tarjeta-text {
    margin-top: 1em;
  }
  @media (min-width: 768px) {
    .tarjeta .tarjeta-text {
      margin-top: 0;
    }
  }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .panel-title {
    font-weight: 400;
    font-size: 1.3em;
  }
  .panel-heading a[aria-expanded="false"] h4 {
    color: #333;
  }
  a h4 i {
    moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  a[aria-expanded="true"] h4 i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .panel-title a:hover {
    text-decoration: none;
    color: #28a1ff;
  }
  #beneficio-detail {
    background-color: #f0f1f7;
    padding: 2.5em 0 2.5em 0;
  }
  @media (max-width: 780px) {
    #beneficio-detail {
      font-size: 10px;
      text-align: center;
      padding: 0 0 2.5em 0;
    }
  }
  #beneficio-detail .white-background,
  #beneficio-detail.white-background {
    background-color: #fff;
    height: 100%;
    vertical-align: middle;
  }
  #beneficio-detail h1 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-align: left;
  }
  @media (max-width: 780px) {
    #beneficio-detail h1 {
      font-size: 2.6em;
      text-align: center;
    }
  }
  #beneficio-detail h3 {
    font-size: 1.4em;
    color: #615959;
    margin-bottom: 1em;
  }
  #beneficio-detail .descuento {
    margin-bottom: 25px;
  }
  #beneficio-detail .descuento h2 {
    display: inline-block;
    position: relative;
    font-size: 4.5em;
    font-weight: 600;
    line-height: 0.7;
    color: #005ea7;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  #beneficio-detail .descuento h2:nth-child(2) {
    padding-left: 0.5em;
    margin-left: 1.1em;
    border-left: 7px solid #005ea7;
  }
  #beneficio-detail .descuento h2 small {
    position: absolute;
    left: 100%;
  }
  #beneficio-detail .descuento h2 small.porcentaje {
    top: 0;
    font-size: 0.6em;
  }
  #beneficio-detail .descuento h2 small.descuento_txt {
    bottom: 0;
    font-size: 0.2em;
  }
  #beneficio-detail .logo {
    padding: 2.25rem;
    box-shadow: 0 2px 5px 0 #dedede;
  }
  @media (max-width: 780px) {
    #beneficio-detail .logo {
      padding: 5px;
    }
  }
  #beneficio-detail .logomobile {
    max-height: 10em;
    float: left;
  }
  #beneficio-detail .info-beneficio p {
    color: #005ea7;
    font-size: 1.1em;
    font-weight: 400;
  }
  @media (max-width: 780px) {
    #beneficio-detail .info-beneficio p {
      margin: 0.5em 0;
    }
  }
  #beneficio-detail .info-beneficio a {
    color: #005ea7;
    text-decoration: none;
  }
  #beneficio-detail .descripcion p {
    margin: 0 !important;
  }
  #beneficio-detail p {
    margin: 1em 0 1em 0;
  }
  @media (max-width: 780px) {
    #beneficio-detail .condiciones1 {
      text-align: left;
      font-size: 1.2em;
    }
  }
  #beneficio-detail .condiciones {
    margin-bottom: 3em;
    font-size: 1em;
  }
  @media (max-width: 780px) {
    #beneficio-detail .condiciones {
      text-align: left;
      font-size: 1.5em;
    }
  }
  #beneficio-detail .condiciones h4 {
    font-size: 1em;
    font-weight: 500;
    color: #005ea7;
  }
  #beneficio-detail .condiciones span {
    margin-left: 5px;
    font-size: 0.3em;
  }
  #beneficio-detail .condiciones p {
    line-height: 1.2;
    color: gray;
  }
  .cardlogo {
    display: inline;
    max-height: 4em;
  }
  .cardlogo.img-thumbnail {
    border-color: transparent;
  }
  .cardlogo.img-thumbnail.destacada {
    background-color: #dcdcdc;
  }
  .icon-beneficio {
    margin-right: 0.3em;
    color: #005ea7;
    font-size: 1.3em !important;
    vertical-align: text-bottom;
  }
  .separator {
    border-bottom: 2px dotted #dcdcdc;
  }
  #map {
    height: 400px;
    margin-bottom: 1em;
  }
  .breadcrumb {
    padding-left: 0;
    background-color: transparent;
  }
  @media (max-width: 780px) {
    .cont-relacionados {
      padding: 1em 0;
    }
  }
  .cont-relacionados h3 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #005ea7;
  }
  @media (max-width: 780px) {
    .cont-relacionados h3 {
      font-size: 1.5em;
      text-align: center;
    }
  }
  @media (max-width: 780px) {
    .cont-relacionados p {
      display: none;
    }
  }
  .cont-relacionados .beneficio-item {
    font-size: 1em;
  }
  .cont-relacionados .logo-beneficio-wrapper {
    font-size: 10px;
  }
  @media (max-width: 780px) {
    .cont-relacionados .logo-beneficio-wrapper h3 {
      display: none;
    }
  }
  .cont-relacionados .logo-beneficio-wrapper::before {
    padding: 2px 5px;
    line-height: 1.6;
  }
  .cont-relacionados .cont-rel {
    position: relative;
  }
  .cont-relacionados .cont-rel .swiper-button-prev {
    left: -40px;
  }
  .cont-relacionados .cont-rel .swiper-button-next {
    right: -40px;
  }
  .cont-relacionados .cont-rel .swiper-button-next,
  .cont-relacionados .cont-rel .swiper-button-prev {
    color: #ffcb00;
  }
  @media (max-width: 780px) {
    .cont-relacionados .cont-rel .swiper-button-next,
    .cont-relacionados .cont-rel .swiper-button-prev {
      display: none;
    }
  }
  .cont-relacionados .cont-rel .swiper-button-next:after,
  .cont-relacionados .cont-rel .swiper-button-prev:after {
    font-size: 45px;
  }
  @media (min-width: 768px) {
    .caption-portada {
      width: 700px;
    }
  }
  .bloque1 {
    background-color: #fff !important;
    color: #fff;
    margin: 0;
    height: 100%;
    vertical-align: middle;
  }
  .bloque1 svg {
    text-align: center;
    padding: 0 0.5em 0 0.5em;
    max-width: 7em;
  }
  .caption-portada .bloque2 {
    background-color: rgba(220, 33, 74, 0.7);
    color: #fff;
    margin: 0;
    height: 100%;
    vertical-align: middle;
  }
  .carousel-caption .bloque2 h2 {
    text-align: center;
    font-size: 3.5em;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .carousel-item-home:hover {
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .carousel-caption .bloque2 h2 {
      text-align: center;
      font-size: 3.5em;
      font-weight: 400;
      margin: 0 auto;
    }
  }
  .bloque2 h3 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .bloque2 p {
    font-size: 1.3em;
  }
  .filtros-page-padding-top {
    padding-top: 2em !important;
  }
  .nombre-categoria {
    font-size: 2.5em !important;
  }
  .orden {
    padding: 5px 15px;
    border-radius: 15px;
    border-color: #005ea7;
    font-size: 12px;
    -webkit-appearance: none;
  }
  .orden:focus-visible {
    outline: 0;
  }
  .filtros-icons > div {
    position: sticky;
    top: 15px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .filtros-icons .accordion-button {
    background-color: #ffcb00;
    color: #000;
  }
  .filtros-icons .accordion-button h3 {
    padding: 10px 0;
    color: #000;
  }
  .filtros-icons a,
  .filtros-icons a:not([href]):not([class]) {
    display: block;
    color: #005ea7;
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
  }
  .filtros-icons a.activo,
  .filtros-icons a.is-checked,
  .filtros-icons a:hover,
  .filtros-icons a:not([href]):not([class]).activo,
  .filtros-icons a:not([href]):not([class]).is-checked,
  .filtros-icons a:not([href]):not([class]):hover {
    background-color: #ffe580;
    font-weight: 700;
  }
  .filtros-icons svg {
    max-height: 2.4em;
    margin-bottom: 1em;
    fill: black;
    background-color: #dedede;
    background-color: transparent;
    border-radius: 5px;
    display: inline-block;
    padding: 3px;
  }
  .filtros-icons svg.selected {
    fill: #005ea7 !important;
    background-color: #dedede;
  }
  .filtros-title {
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 1em;
    margin-top: 0;
  }
  .filtros-subtitle {
    font-weight: 600;
    font-size: 1.1em;
    color: #005ea7;
    margin-bottom: 0;
  }
  .filtros-icons p {
    font-weight: 400;
    margin: 0;
    background-color: transparent;
    border-radius: 5px;
    display: block;
    padding: 4px;
    color: gray;
    font-size: 0.9em;
  }
  .filtros-icons p.selected {
    color: #005ea7;
    border-radius: 5px;
    display: block;
    font-weight: 700;
  }
  .filtros-icons p.selected img {
    opacity: 1;
    filter: invert(18%) sepia(60%) saturate(5003%) hue-rotate(193deg)
      brightness(91%) contrast(105%);
  }
  .filtros-icons img {
    opacity: 0.5;
    vertical-align: inherit;
    width: 16px;
    margin-right: 3px;
  }
  .filter-sidebar .accordion {
    margin-bottom: 15px;
  }
  .filter-sidebar .accordion-button {
    padding-top: 0;
    padding-bottom: 0;
  }
  .filter-sidebar .accordion-button:not(.collapsed) {
    color: #005ea7;
    background-color: transparent;
    box-shadow: none;
  }
  .filter-sidebar p:hover {
    color: #005ea7;
    cursor: pointer;
  }
  .filter-sidebar p:hover img {
    opacity: 1;
    filter: invert(18%) sepia(60%) saturate(5003%) hue-rotate(193deg)
      brightness(91%) contrast(105%);
  }
  .filtros-icons svg:hover {
    fill: #005ea7 !important;
    cursor: pointer;
  }
  .filtros-icons .col-xs-3 {
    margin-right: -15px;
  }
  @media (min-width: 768px) {
    .filtros-icons .col-md-4 {
      margin-left: 0;
      margin-right: -10px;
      padding-right: 0;
      padding-left: 15px;
    }
  }
  .beneficio-contenedor {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 40px 0 0;
    margin-bottom: 1.5em;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .beneficio-contenedor:hover {
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  @media (max-width: 968px) {
    .beneficio-contenedor {
      height: auto;
    }
  }
  .beneficio-contenedor__header {
    background-color: #005ea7;
    border: 1px solid #005ea7;
    padding: 10px;
  }
  .beneficio-contenedor__header p {
    color: #fff;
    margin: 0;
    height: 1.3em;
    font-size: 1.2em;
    font-weight: lighter;
  }
  .beneficio-contenedor__header h2 {
    color: #ffcb00;
    margin: 0;
    height: 1.2em;
    font-size: 2.5em;
    font-weight: 700;
  }
  @media (max-width: 767px) {
    .beneficio-contenedor__header h2 {
      font-size: 1.7em;
    }
  }
  .beneficio-contenedor__header h5 {
    color: #fff;
    margin: 0;
    height: 1.2em;
    font-size: 1.3em;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .beneficio-contenedor__header h5 {
      font-size: 1em;
    }
  }
  .beneficio-contenedor__header--icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
  }
  .beneficio-contenedor__body {
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: right;
  }
  .beneficio-contenedor__body figure {
    text-align: center;
    margin-bottom: 5px;
    height: 12.1em;
    vertical-align: middle;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
  }
  @media (max-width: 767px) {
    .beneficio-contenedor__body figure {
      height: 7em;
      align-items: stretch;
    }
  }
  .beneficio-contenedor__body a {
    font-size: 0.8em;
  }
  .beneficio-contenedor__body a:active + .beneficio-contenedor__body--tooltip,
  .beneficio-contenedor__body a:hover + .beneficio-contenedor__body--tooltip {
    opacity: 1;
  }
  .beneficio-contenedor__body--tooltip {
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    background-color: #ffcb00;
    width: 100%;
    margin-left: -10px;
    margin-bottom: 2.8em;
    padding: 1em;
    font-size: 0.8em;
    text-align: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
  }
  .beneficio-contenedor__body--tooltip p {
    margin: 0;
  }
  .beneficio-contenedor__body--tooltip > div {
    position: relative;
  }
  .beneficio-contenedor__body--tooltip > div span {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1em;
  }
  .categorias-mobile-row {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
  }
  .categorias-mobile-row .btn-show-filtros {
    color: #005ea7;
    font-size: 14px;
  }
  .section-padding-cat {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  #fondo_cabezal_large {
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
  }
  .breadcrumb {
    padding: 10px 0;
    list-style: none;
    font-weight: 700;
  }
  @media (max-width: 780px) {
    .breadcrumb {
      font-size: 0.8rem;
    }
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: "\00a0>\00a0";
    color: gray;
    padding: 0 5px;
  }
  .breadcrumb > li a {
    text-decoration: none;
    color: gray;
  }
  .breadcrumb > .active {
    color: #005ea7;
  }
  .breadcrumb > .active a {
    color: #005ea7;
  }
  .loader,
  .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }
  .loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .dropdown-menu > li > a {
    border-bottom: 1px solid #dcdcdc;
    white-space: normal;
  }
  input.form-control.typeahead {
    width: 100%;
  }
  @media (min-width: 768px) {
    input.form-control.typeahead {
      width: 300px !important;
    }
  }
  #erropage {
    margin-top: 6em;
    text-align: center;
  }
  .info-text {
    margin-top: 30px;
  }
  .info-text h3 {
    font-weight: 400;
  }
  .banner {
    margin-top: 50px;
  }
  .banner h2,
  .banner h4 {
    margin: 0;
  }
  .banner .col-md-2 {
    padding-right: 15px;
  }
  .banner .col-md-10 {
    padding-left: 15px;
  }
  .banner a {
    text-decoration: none;
  }
  .blue-background {
    background-color: #005ea7;
    color: #fff;
    height: 10em;
    padding-top: 1.6em;
    transition: all 0.5s ease;
  }
  .blue-background:hover {
    background-color: #005ea7;
  }
  .yellow-background {
    background-color: #ffcb00;
    height: 10em;
    padding: 0.5em;
    transition: all 0.5s ease;
  }
  .yellow-background:hover {
    background-color: #ffe580;
  }
  .yellow-background img {
    max-height: 9em;
  }
  .banner h2 {
    font-size: 2em;
    font-weight: 400;
  }
  .banner h4 {
    font-size: 1em;
  }
  @media (min-width: 768px) {
    .banner .col-md-2 {
      padding-right: 0;
    }
    .banner .col-md-10 {
      padding-left: 0;
    }
    .banner h2 {
      font-size: 2.5em;
      font-weight: 400;
    }
    .banner h4 {
      margin-top: 0.3em;
      font-size: 1.5em;
    }
    .blue-background {
      padding-top: 3em;
    }
  }
  .result-bucket {
    margin-bottom: 0 !important;
  }
  .result-bucket li {
    padding: 7px 15px;
  }
  .result-bucket li p {
    margin-bottom: 0 !important;
    font-size: 1em;
  }
  .instant-results {
    background: #fff;
    width: 100%;
    color: gray;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    display: none;
    z-index: 9;
  }
  .form-search {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  .search-form {
    position: relative;
    max-width: 100%;
  }
  .result-link {
    color: #005ea7;
    text-decoration: none;
  }
  .result-link .media {
    position: relative;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .result-link .media-left {
    position: absolute;
    left: 0;
  }
  .result-link .media-body {
    padding-left: 70px;
    font-size: 13px;
    color: gray;
    text-align: left;
  }
  .result-link .media-heading {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.2em;
    color: #005ea7;
  }
  .result-link:hover,
  .result-link:hover .media-body,
  .result-link:hover .media-heading {
    text-decoration: none;
    color: #005ea7;
  }
  .result-link .media-object {
    width: 50px;
    padding: 3px;
    border: 1px solid #dcdcdc;
  }
  .result-entry + .result-entry {
    border-top: 1px solid #ddd;
  }
  footer.pie {
    background-color: #005ea7;
    color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
    font-weight: lighter;
  }
  footer.pie h3 {
    font-size: 2em;
    font-size: 20px;
    font-weight: 500;
  }
  @media (max-width: 768px) {
    footer.pie h3 {
      text-align: center;
    }
  }
  footer.pie h4 {
    font-size: 17px;
    font-weight: 500;
  }
  footer.pie p {
    font-size: 0.7em;
    font-size: 11px;
    line-height: 1.2;
    margin: 0;
  }
  footer.pie a {
    margin: 0 2px;
    text-decoration: none;
    transition: all 0.7s;
  }
  footer.pie a.item-red {
    color: #fff;
    font-size: 35px;
  }
  footer.pie a:hover {
    color: #ffcb00;
  }
  footer.pie .info {
    position: relative;
    padding-left: 2.2em;
  }
  footer.pie .info a {
    color: #fff;
  }
  footer.pie .info .item-icono {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6em;
  }
  @media (max-width: 780px) {
    #contacto_page {
      font-size: 10px;
    }
  }
  #contacto_page h1 {
    font-size: 5.5em;
    font-weight: 600;
    margin-bottom: 1em;
    color: #005ea7;
    text-align: left;
  }
  @media (max-width: 780px) {
    #contacto_page h1 {
      font-size: 3em;
    }
  }
  #contacto_page h3 {
    color: #005ea7;
    text-align: left;
    font-size: 3em;
  }
  #contacto_page a {
    text-decoration: none;
  }
  #contacto_page .acordeon.accordion {
    margin-bottom: 5em;
  }
  #contacto {
    margin-top: 5em;
  }
  #contacto label {
    display: block;
    font-weight: 500;
    font-size: 1.4em;
    color: #615959;
    margin-bottom: 0.9em;
  }
  #contacto label.error {
    position: relative;
    bottom: 4em;
    font-size: 0.6em;
    color: #eb2929;
  }
  #contacto input,
  #contacto textarea {
    width: 100%;
    display: block;
    margin-bottom: 2em;
    color: #000;
    font-size: 1.4em;
    border: none;
    border-bottom: 1px solid gray;
    background-color: transparent;
  }
  #contacto input:active,
  #contacto input:focus,
  #contacto input:hover,
  #contacto textarea:active,
  #contacto textarea:focus,
  #contacto textarea:hover {
    border-bottom: 1px solid #005ea7;
  }
  #contacto input.error,
  #contacto textarea.error {
    border-bottom: 1px solid #eb2929;
  }
  #contacto input[type="submit"],
  #contacto textarea[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 1em 2em;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #005ea7;
    border-bottom: none;
    border-radius: 25px;
    transition: all 0.7s;
  }
  #contacto input[type="submit"]:hover,
  #contacto textarea[type="submit"]:hover {
    background-color: #28a1ff;
  }
  @media (max-width: 780px) {
    #contacto input[type="submit"],
    #contacto textarea[type="submit"] {
      display: block;
      width: 100%;
      font-size: 1.2em;
    }
  }
  #contacto ::-webkit-input-placeholder {
    color: gray;
  }
  #contacto :-ms-input-placeholder {
    color: gray;
  }
  #contacto ::placeholder {
    color: gray;
  }
  @media (max-width: 780px) {
    #landings .carousel-inner .item {
      height: 360px;
    }
  }
  #landings .condiciones {
    margin-bottom: 3em;
    font-size: 1em;
  }
  @media (max-width: 780px) {
    #landings .condiciones {
      font-size: 0.9em;
    }
  }
  #landings .condiciones h4 {
    font-size: 1em;
    font-weight: 500;
    color: #005ea7;
  }
  #landings .condiciones span {
    margin-left: 5px;
    font-size: 0.3em;
  }
  #landings .condiciones p {
    line-height: 1.2;
    color: gray;
  }
  .cont-buscador_comercios {
    text-align: center;
    margin: 5em 0;
  }
  @media (max-width: 780px) {
    .cont-buscador_comercios {
      margin: 15px;
    }
  }
  .cont-buscador_comercios .item-container {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 15px 10px #00000015;
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 10px;
  }
  .cont-buscador_comercios h2 {
    margin: 0;
    margin-bottom: 30px;
    color: #005ea7;
    font-size: 1.5em;
    font-weight: 700;
  }
  @media (max-width: 780px) {
    .cont-buscador_comercios h2 {
      font-size: 16px;
    }
  }
  .cont-buscador_comercios .item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #ddd;
  }
  .cont-buscador_comercios .item:nth-child(3) {
    border-right: none;
  }
  .cont-buscador_comercios select {
    width: 100%;
    border: none;
    color: #005ea7;
    background-color: #fff;
  }
  .cont-buscador_comercios select:focus {
    border-color: #fff;
    outline-color: #fff;
  }
  .cont-buscador_comercios .checkbox {
    color: #005ea7;
  }
  .cont-buscador_comercios .checkbox input[type="checkbox"]:focus {
    border-color: #fff;
    outline-color: #fff;
  }
  .cont-buscador_comercios .checkbox label {
    margin-right: 10px;
  }
  .cont-buscador_comercios .boton {
    padding: 10px 25px;
    font-size: 13px;
    border-radius: 20px;
  }
  @media (max-width: 780px) {
    .cont-buscador_comercios .boton {
      margin-top: 10px;
      width: 100%;
    }
  }
  #listado .cont-tabla_listado {
    font-size: 12px;
    background-color: #1e3b83;
  }
  @media (max-width: 780px) {
    #listado .cont-tabla_listado {
      font-size: 8px;
    }
  }
  #listado .cont-tabla_listado a {
    color: #fff;
    text-decoration: none;
  }
  #listado .cont-tabla_listado table {
    margin-bottom: 0;
  }
  #listado .cont-tabla_listado .item-cabezal {
    font-size: 18px;
    color: #f1c232;
  }
  @media (max-width: 780px) {
    #listado .cont-tabla_listado .item-cabezal {
      font-size: 12px;
    }
  }
  #listado .cont-tabla_listado .item-cabezal tr > th {
    border-width: 0;
  }
  #listado .cont-tabla_listado .item-titular {
    color: #fff;
    text-transform: uppercase;
  }
  #listado .cont-tabla_listado .item-titular th {
    padding-top: 25px;
    padding-bottom: 0;
  }
  #listado .cont-tabla_listado tr > td {
    text-align: center;
    color: #fff;
    border-top-width: 1px;
  }
  #listado .cont-tabla_listado tr > td:nth-child(2) {
    border-width: 1px;
  }
  #listado .cont-tabla_listado .item-principal {
    background-color: #58678d;
  }
  .Rozen_class {
    display: none;
  }
  .Espectáculos_class {
    display: none;
  }
  .hide-cards {
    display: none;
  }
  img#preview-img {
    width: 100%;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  @media (max-width: 1200px) {
    .navbar-header {
      float: none;
    }
    .navbar-left,
    .navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
      display: none !important;
    }
    .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
    }
    .navbar-nav > li {
      float: none;
    }
    .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      color: #fff !important;
    }
    .collapse.in {
      display: block !important;
    }
  }
  .tarjeta h2 {
    font-size: 1.6em;
  }
  @font-face {
    font-family: iconos;
    src: url("../fonts/iconos.eot?csgjy6");
    src: url("../fonts/iconos.eot?csgjy6#iefix") format("embedded-opentype"),
      url("../fonts/iconos.ttf?csgjy6") format("truetype"),
      url("../fonts/iconos.woff?csgjy6") format("woff"),
      url("../fonts/iconos.svg?csgjy6#iconos") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-display: swap;
  }
  [class*=" icono-"],
  [class^="icono-"] {
    font-family: iconos !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icono-flecha-abajo:before {
    content: "";
  }
  .icono-flecha-arriba:before {
    content: "";
  }
  .icono-flecha-derecha:before {
    content: "";
  }
  .icono-flecha-izquierda:before {
    content: "";
  }
  .icono-beneficios:before {
    content: "";
  }
  .icono-cat-verano-con-beneficios-brou:before {
    content: "";
  }
  .icono-cat-ensenanza:before {
    content: "";
  }
  .icono-cat-espectaculos:before {
    content: "";
  }
  .icono-cat-gastronomia:before {
    content: "";
  }
  .icono-cat-hogar:before {
    content: "";
  }
  .icono-cat-moda:before {
    content: "";
  }
  .icono-cat-salud:before {
    content: "";
  }
  .icono-cat-tecnologia:before {
    content: "";
  }
  .icono-cat-transporte:before {
    content: "";
  }
  .icono-cat-turismo:before {
    content: "";
  }
  .icono-whatsapp:before {
    content: "";
  }
  .icono-icono-facebook:before {
    content: "";
  }
  .icono-icono-twitter:before {
    content: "";
  }
  .icono-icono-instagram:before {
    content: "";
  }
  .icono-icono-linkedin:before {
    content: "";
  }
  .icono-icono-pinterest:before {
    content: "";
  }
  .icono-icono-youtube:before {
    content: "";
  }
  .icono-icono-whatsapp:before {
    content: "";
  }
  .icono-icono-email:before {
    content: "";
  }
  .icono-menu:before {
    content: "";
  }
  .icono-tel:before {
    content: "";
  }
  .icono-tel-outlone:before {
    content: "";
  }
  .icono-pin:before {
    content: "";
  }
  .icono-link:before {
    content: "";
  }
  .icono-external-link:before {
    content: "";
  }
  .awards-mibrou {
    position: relative;
    padding-left: 3rem;
  }
  .awards-mibrou::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/public/img/icon-start.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .container-videos {
    height: 400px;
    margin-bottom: 100px;
  }
  .content-videos {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .videos-big {
    height: 100%;
    width: 80%;
    padding-right: 20px;
  }
  .videos-slider {
    padding: 0 !important;
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .video-item {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .video-item iframe {
    width: 100%;
    height: 100%;
  }
  .btn-video {
    width: 100%;
    height: 25%;
    border: none;
    display: block;
    padding: 0 !important;
  }
  .btn-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .btn-more {
    color: white;
    background-color: #0066b3;
    width: 80%;
    display: block;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
  }
  .btn-more:hover {
    color: white;
  }
  .p-premios {
    color: #0066b3;
    margin-bottom: 3em;
    font-size: 16px;
  }
  .demoscopia-container {
    height: 80vh;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .container-video-list {
    width: 100%;
    margin-bottom: 50px;
  }
  .video-big {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-top-right-radius: 20px;
    display: flex;
  }
  .video-big-content {
    background-color: #000;
    height: 100%;
    width: 60%;
  }
  .video-big-content iframe {
    width: 100%;
    height: 100%;
  }
  .video-big-info {
    flex: 1;
    height: 100%;
    background-color: #0066b3;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    color: #fff;
    padding: 30px;
    box-shadow: inset 0 -20px 0 0 #ffcb05;
  }
  .video-big-info-last {
    font-size: 11px;
    color: #0066b3;
    background-color: #ffcb05;
    padding: 5px 10px;
    border-radius: 10px;
    width: fit-content;
  }
  .video-big-info-title {
    font-size: 32px;
    color: #ffcb05;
    margin: 0;
  }
  .video-big-info-text {
    font-size: 16px;
  }
  .video-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin-top: 20px;
  }
  .video-list > li {
    height: 400px;
    list-style: none;
    padding-left: 0;
    background-color: #0066b3;
    flex: 1 0 calc(30% - 10px);
    border-bottom-left-radius: 20px;
  }
  .video-list-item-content {
    height: 65%;
  }
  .video-list-item-info-title {
    margin-bottom: 0;
    font-size: 20px;
    padding: 10px 20px;
    background-color: #ffcb05;
  }
  .video-list-item-info-description {
    margin-bottom: 0;
    padding: 20px 20px;
    font-size: 16px;
    color: #fff;
  }
  @media (max-width: 992px) {
    .container-videos {
      margin-bottom: 50px;
    }
    .content-videos {
      flex-direction: column;
    }
    .videos-slider {
      flex-direction: row;
      width: 100%;
      flex-wrap: wrap;
      margin-top: 20px;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }
    .btn-more {
      width: 40%;
    }
    .videos-big {
      padding: 0;
      margin: 0;
      width: 100%;
      height: 70%;
    }
    .btn-video {
      width: 28%;
      height: 10vh;
    }
    .video-item iframe {
      margin: 0 !important;
    }
    .video-big {
      flex-direction: column;
      height: 59vh;
    }
    .video-big-content {
      width: 100%;
      height: 70%;
    }
    .video-list {
      flex-direction: column;
    }
    .video-list > li {
      flex: initial;
      height: 41vh;
    }
    .video-list-item-content {
      height: 70%;
    }
  }
  
