@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Bold.woff2") format("woff2"), url("fonts/Chilena-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-ExtraBold.woff2") format("woff2"), url("fonts/Chilena-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Regular.woff2") format("woff2"), url("fonts/Chilena-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chilena';
  src: url("fonts/Chilena-Light.woff2") format("woff2"), url("fonts/Chilena-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@media only screen and (max-width: 550px) {
  .w-contenido.mbc {
    padding-top: 0;
  }
}

header {
  padding-top: 0;
}

.hero-mbc {
  position: relative;
  margin-top: 2rem;
  padding: 4rem 0;
}

@media only screen and (max-width: 768px) {
  .hero-mbc {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .hero-mbc {
    padding-top: 60px;
  }
}

.hero-mbc > * {
  font-family: 'Chilena';
}

.hero-mbc .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .hero-mbc .bg {
    width: 100%;
    height: 500px;
    position: relative;
    object-fit: cover;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 550px) {
  .hero-mbc .bg {
    height: 400px;
  }
}

.hero-mbc .texto-hero {
  padding-right: 1rem;
  width: 26.8rem;
  max-width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .hero-mbc .texto-hero {
    padding-right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .hero-mbc .texto-hero {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 550px) {
  .hero-mbc .texto-hero {
    top: 4rem;
  }
}

.hero-mbc .texto-hero img {
  width: 90%;
}

@media only screen and (max-width: 991px) {
  .hero-mbc .texto-hero img {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .hero-mbc .texto-hero img {
    max-width: 250px;
    margin: 0 auto;
  }
}

.hero-mbc .texto-hero p {
  font-size: .9rem;
  color: #fff;
  margin: 0 0 1rem;
  padding: 0 1rem;
}

@media only screen and (max-width: 550px) {
  .hero-mbc .texto-hero p {
    font-size: 12px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .hero-mbc .texto-hero {
    margin-bottom: 2rem;
  }
}

.hero-mbc .box-usa-marca {
  background: #EB0128;
  padding: 1rem 1.5rem;
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin-top: 2rem;
}

.hero-mbc .box-usa-marca.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hero-mbc .box-usa-marca {
    border-radius: 0;
    margin-top: 0;
  }
  .hero-mbc .box-usa-marca.desktop {
    display: none;
  }
  .hero-mbc .box-usa-marca.mobile {
    display: block;
  }
}

.hero-mbc .box-usa-marca .head-usa {
  min-width: 120px;
}

.hero-mbc .box-usa-marca h1 {
  margin: 0 0 .5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: .9rem;
}

.hero-mbc .box-usa-marca h1:after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  background: #fff;
  margin: .5rem auto .5rem;
}

@media only screen and (max-width: 550px) {
  .hero-mbc .box-usa-marca h3 {
    font-size: 11px;
    margin-bottom: 4px;
  }
}

.hero-mbc .box-usa-marca p {
  font-size: .85rem;
  color: #fff;
  text-align: left;
  width: 18rem;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 550px) {
  .hero-mbc .box-usa-marca p {
    font-size: 8px;
  }
  .hero-mbc .box-usa-marca p br {
    display: none;
  }
}

.hero-mbc .box-usa-marca .form-group p {
  font-size: .75rem;
  margin-bottom: .2rem;
}

@media only screen and (max-width: 550px) {
  .hero-mbc .box-usa-marca .form-group p {
    font-size: 7px;
  }
}

.hero-mbc .box-usa-marca .form-group input {
  width: 100%;
  font-size: .5rem;
  border: none;
  background: #fff;
  border-radius: 3px;
  height: 1.25rem;
  padding: .5rem;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 550px) {
  .hero-mbc .box-usa-marca .form-group input {
    font-size: 8px;
    margin-bottom: .3rem;
  }
}

@media only screen and (max-width: 991px) {
  .hero-mbc .box-usa-marca .form-group {
    margin: 0 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .hero-mbc .box-usa-marca .form-group {
    min-width: 124px;
    margin: 0 .5rem;
  }
}

.hero-mbc .box-usa-marca .btn-enviar {
  font-size: .65rem;
  background: #fff;
  color: #EB0128;
  display: inline-block;
  border: none;
  padding: .4rem 1rem;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 1rem;
}

.hero-mbc .box-usa-marca .btn-enviar:hover {
  opacity: .9;
}

@media only screen and (max-width: 550px) {
  .hero-mbc .box-usa-marca .btn-enviar {
    font-size: 8px;
    padding: .3rem .8rem;
  }
}

@media only screen and (max-width: 991px) {
  .hero-mbc .box-usa-marca {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .hero-mbc .box-usa-marca {
    padding: 1rem .5rem;
  }
}

.hero-mbc .ic-play {
  z-index: 10;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  right: 0;
  width: calc(100% - 27rem);
  top: 0;
}

.hero-mbc .ic-play img {
  transition: all .3s ease;
}

.hero-mbc .ic-play img {
  width: 2.7rem;
}

.hero-mbc .ic-play.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hero-mbc .ic-play {
    position: relative;
    top: auto;
    width: 100%;
    height: 240px;
  }
  .hero-mbc .ic-play img {
    width: 35px;
  }
  .hero-mbc .ic-play.desktop {
    display: none;
  }
  .hero-mbc .ic-play.mobile {
    display: flex;
  }
}

@media only screen and (max-width: 550px) {
  .hero-mbc .ic-play {
    height: 140px;
  }
}

.hero-mbc .w-video-home {
  position: relative;
}

.hero-mbc .video-hero {
  position: relative;
}

.hero-mbc .video-hero img {
  width: 100%;
}

.hero-mbc .video-hero .ic-play {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.7rem;
  position: absolute;
  opacity: .6;
  transition: all .3s ease;
}

.hero-mbc .video-hero:hover .ic-play {
  opacity: 1;
}

.cifras-mbc {
  padding: 2rem 6rem;
}

@media only screen and (max-width: 1200px) {
  .cifras-mbc {
    padding: 2rem 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .cifras-mbc {
    padding: 2rem 1rem 1rem;
  }
}

.cifras-mbc > * {
  font-family: 'Chilena';
}

.cifras-mbc .w-cifras .boxes-cifras {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .cifras-mbc .w-cifras .boxes-cifras {
    margin-bottom: 1.5rem;
  }
}

.cifras-mbc .w-cifras .boxes-cifras .box-cifra {
  background: #2D2E87;
  text-align: center;
  width: 32%;
  padding: .8rem .5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .boxes-cifras .box-cifra {
    padding: .5rem .3rem;
  }
}

.cifras-mbc .w-cifras .boxes-cifras .box-cifra h4 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 .5rem 0rem 0;
  line-height: 1;
  font-weight: 900;
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .boxes-cifras .box-cifra h4 {
    font-size: 22px;
  }
}

.cifras-mbc .w-cifras .boxes-cifras .box-cifra p {
  font-size: .6rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .boxes-cifras .box-cifra p {
    font-size: 6px;
  }
}

.cifras-mbc .w-cifras .boxes-cifras .box-cifra p.small {
  font-size: .45rem;
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .boxes-cifras .box-cifra p.small {
    font-size: 6px;
  }
}

.cifras-mbc .w-cifras .cifras-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: white;
  background: linear-gradient(180deg, white 0%, gainsboro 100%);
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .cifras-2 {
    padding: 1rem;
  }
}

.cifras-mbc .w-cifras .cifras-2 .item-cifra2 {
  width: auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2 {
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2 {
    font-size: 6px;
  }
}

.cifras-mbc .w-cifras .cifras-2 .item-cifra2#item-cifra1 {
  border-right: 1px solid #393939;
  padding-right: 2rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2#item-cifra1 {
    min-width: 0;
    border: none;
  }
}

.cifras-mbc .w-cifras .cifras-2 .item-cifra2 p {
  font-size: .68rem;
  color: #393939;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2 p br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2 p {
    font-size: 9px;
  }
}

.cifras-mbc .w-cifras .cifras-2 .item-cifra2 .texto {
  display: flex;
  align-items: center;
  margin-left: .7rem;
}

@media only screen and (max-width: 768px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2 .texto {
    margin-left: 0;
  }
}

.cifras-mbc .w-cifras .cifras-2 .item-cifra2 .texto h4 {
  font-size: 2.18rem;
  color: #393939;
  font-weight: 900;
  margin: 0 .7rem 0 0;
  line-height: 1;
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2 .texto h4 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 550px) {
  .cifras-mbc .w-cifras .cifras-2 .item-cifra2 .texto p {
    font-size: 9px;
  }
}

.cifras-mbc {
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.beneficios-mbc {
  background: #F0F0F0;
  padding: 2.5rem 0 3rem;
}

@media only screen and (max-width: 550px) {
  .beneficios-mbc {
    padding: 2rem 0;
  }
}

.beneficios-mbc > * {
  font-family: 'Chilena';
}

.beneficios-mbc h2 {
  text-align: center;
  margin: 0 0 2.5rem;
  font-weight: 300;
  color: #393939;
  font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
  .beneficios-mbc h2 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 25px;
  }
}

.beneficios-mbc .box-ben-mbc {
  position: relative;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: white;
  background: linear-gradient(180deg, white 0%, gainsboro 100%);
  padding: 1.8rem 2rem 1.2rem 1rem;
  border-radius: 0;
  height: 100%;
  margin-top: 1rem;
}

.beneficios-mbc .box-ben-mbc .categoria {
  text-transform: uppercase;
  background: #EB0128;
  color: #fff;
  border-radius: 3px;
  font-weight: 900;
  font-size: .625rem;
  line-height: 1;
  padding: .5rem 1rem;
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: -.6rem;
}

.beneficios-mbc .box-ben-mbc p {
  font-size: .66rem;
  color: #666;
  margin-bottom: 1.2rem;
}

.beneficios-mbc .box-ben-mbc p:last-child {
  margin-bottom: 0;
}

.beneficios-mbc .box-ben-mbc h5 {
  margin: 0;
  font-size: .68rem;
  color: #666;
}

.beneficios-mbc .box-ben-mbc ul {
  list-style: none;
  padding-left: 0;
  margin: .8rem 0 0;
}

.beneficios-mbc .box-ben-mbc ul li {
  font-size: .66rem;
  color: #666;
  margin-bottom: .1rem;
}

.podcast-mbc {
  padding: 3.5rem 0;
}

@media only screen and (max-width: 550px) {
  .podcast-mbc {
    padding: 2rem 0;
  }
}

.podcast-mbc > * {
  font-family: 'Chilena';
}

.podcast-mbc .titulo-podcast {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .podcast-mbc .titulo-podcast {
    display: block;
  }
}

.podcast-mbc .titulo-podcast h2 {
  margin: 0 2.5rem 0 0;
  font-size: 3.8rem;
  color: #393939;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .podcast-mbc .titulo-podcast h2 {
    margin-bottom: 1rem;
  }
}

.podcast-mbc .titulo-podcast p {
  margin: 0;
  font-size: .85rem;
  color: #393939;
  line-height: 1.1;
  max-width: 100%;
  width: 31rem;
}

.podcast-mbc .titulo-podcast p span {
  font-size: .75rem;
  font-weight: bold;
  display: block;
  margin-top: 1rem;
}

@media only screen and (max-width: 550px) {
  .podcast-mbc .titulo-podcast {
    margin-bottom: 1rem;
  }
  .podcast-mbc .titulo-podcast h2 {
    font-size: 30px;
    margin-right: 1rem;
  }
  .podcast-mbc .titulo-podcast p {
    font-size: 10px;
  }
}

.podcast-mbc .item-podcast {
  margin-bottom: .8rem;
}

.podcast-mbc .item-podcast img {
  width: 100%;
}

.conocelos-mbc {
  padding-top: 3rem;
}

.conocelos-mbc .texto-conocelos {
  text-align: center;
  width: 41.5rem;
  margin: 0 auto 4rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .conocelos-mbc .texto-conocelos {
    margin-bottom: 0rem;
  }
}

.conocelos-mbc .texto-conocelos h2 {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #393939;
}

.conocelos-mbc .texto-conocelos p {
  font-size: 1rem;
  color: #393939;
}

@media only screen and (max-width: 550px) {
  .conocelos-mbc .texto-conocelos {
    padding: 0 1.5rem 1rem;
  }
  .conocelos-mbc .texto-conocelos h2 {
    font-size: 25px;
  }
  .conocelos-mbc .texto-conocelos p {
    font-size: 12px;
  }
}

.conocelos-mbc .filtro-conocelos {
  background: #EB0128;
  padding: 1.2rem 0;
}

.conocelos-mbc .filtro-conocelos .wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .conocelos-mbc .filtro-conocelos .wrap2 {
    flex-direction: column;
  }
}

.conocelos-mbc .filtro-conocelos .wrap2 p {
  color: #fff;
  margin: 0 1rem 0 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  width: 22rem;
  max-width: 100%;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .conocelos-mbc .filtro-conocelos .wrap2 p {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .conocelos-mbc .filtro-conocelos .wrap2 p {
    font-size: 13px;
    min-width: 100px;
    padding-left: 0;
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 10px;
  }
}

.conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc {
    width: 100%;
    flex-wrap: wrap;
  }
}

.conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .w-input {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .w-input {
    width: 100%;
    display: flex;
  }
}

.conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc input {
  background-color: #fff;
  border-radius: 3px;
  border: none;
  height: 2.1rem;
  width: 14.5rem;
  font-size: .75rem;
  color: #666;
  font-weight: normal;
  margin-left: 1rem;
  padding: 0 15px;
}

@media only screen and (max-width: 550px) {
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc input {
    width: 130px;
    height: 25px;
    font-size: 8px;
    padding: 0 5px;
  }
}

.conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/mbc/bg-select.png");
  background-size: 1rem auto;
  background-position: 96% center;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  height: 2.1rem;
  width: 14.5rem;
  font-size: .75rem;
  color: #666;
  font-weight: normal;
  margin-left: 1rem;
  padding: 0 15px;
}

@media only screen and (max-width: 550px) {
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc select {
    width: 130px;
    height: 25px;
    font-size: 8px;
    padding: 0 5px;
  }
}

.conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .botones {
  display: flex;
  margin-bottom: .6rem;
}

@media only screen and (max-width: 768px) {
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .botones {
    display: block;
    padding-left: 0rem;
  }
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .botones .btn-buscar {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 8px 10px;
    width: 8rem;
    margin-right: .8rem;
    cursor: pointer;
  }
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .botones .btn-buscar.ver-todos {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .btn-buscar {
  font-size: .9rem;
  color: #EB0128;
  background: #fff;
  padding: .55rem 2rem;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  margin-left: 3rem;
  text-align: center;
}

.conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .btn-buscar.ver-todos {
  margin-left: 1rem;
}

@media only screen and (max-width: 550px) {
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .btn-buscar {
    font-size: 8px;
    margin-left: 1rem;
    padding: .4rem 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .w-input {
    align-items: flex-end;
  }
  .conocelos-mbc .filtro-conocelos .wrap2 .filtros-mbc .w-input input {
    margin-bottom: 0rem;
  }
}

.conocelos-mbc .carrusel-conocelos {
  background: #F8F8F8;
  padding: 3rem 0;
}

.conocelos-mbc .carrusel-conocelos .tns-ovh {
  overflow: visible;
  padding: 0 3rem;
}

.conocelos-mbc .carrusel-conocelos .tns-nav {
  display: none;
}

.conocelos-mbc .carrusel-conocelos .item img {
  width: 100%;
}

.faq-mbc {
  padding: 3rem 0;
}

@media only screen and (max-width: 550px) {
  .faq-mbc {
    padding-bottom: 1rem;
  }
}

.faq-mbc > * {
  font-family: 'Chilena';
}

.faq-mbc .titulo-faq {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.faq-mbc .titulo-faq h2 {
  font-size: 1.66rem;
  margin: 0 1.8rem 0 0;
  color: #393939;
  font-weight: 900;
}

.faq-mbc .titulo-faq p {
  font-size: .83rem;
  color: #747474;
  margin-bottom: 0;
  width: 26rem;
  max-width: 100%;
}

@media only screen and (max-width: 550px) {
  .faq-mbc .titulo-faq {
    flex-direction: column;
    padding: 0 0rem;
    text-align: center;
  }
  .faq-mbc .titulo-faq h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .faq-mbc .titulo-faq p {
    font-size: 11px;
  }
}

.faq-mbc .accordion {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faq-mbc .accordion .item-ac {
  width: 100%;
  padding: 0 1rem;
}

@media only screen and (max-width: 550px) {
  .faq-mbc .accordion .item-ac {
    padding: 0;
  }
}

.faq-mbc .accordion .item-ac:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
}

.faq-mbc .accordion .item-ac .button {
  font-size: .9rem;
  color: #707070;
  font-weight: normal;
  padding: 20px 40px 20px 0px;
}

@media only screen and (max-width: 550px) {
  .faq-mbc .accordion .item-ac .button {
    font-size: 11px;
    padding: 10px 40px 10px 0;
  }
}

.faq-mbc .accordion .item-ac .button:after {
  left: auto;
  right: 0;
  content: "\f078";
  border-radius: 100%;
  padding-top: 2px;
}

.faq-mbc .accordion .item-ac .int-ac {
  padding-left: 0;
}

.faq-mbc .accordion .item-ac .int-ac .c-ac {
  padding-left: 0;
}

.faq-mbc .accordion .item-ac .int-ac p {
  color: #707070;
}

.faq-mbc .accordion .item-ac.activo .button:after {
  content: "\f077";
}

.licenciatarios-mbc {
  padding-top: 7rem;
}

.licenciatarios-mbc > * {
  font-family: 'Chilena';
}

.licenciatarios-mbc .titulo-lic {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 550px) {
  .licenciatarios-mbc .titulo-lic {
    padding-top: 2rem;
  }
}

.licenciatarios-mbc .titulo-lic h2 {
  color: #393939;
  margin: 0;
  font-weight: bold;
  font-size: 2.1rem;
}

@media only screen and (max-width: 768px) {
  .licenciatarios-mbc .titulo-lic h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .licenciatarios-mbc .titulo-lic h2 br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .licenciatarios-mbc .titulo-lic h2 {
    font-size: 1.4rem;
  }
}

.licenciatarios-mbc .titulo-lic .filtros-lic {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 640px) {
  .licenciatarios-mbc .titulo-lic .filtros-lic {
    flex-direction: column;
  }
}

.licenciatarios-mbc .titulo-lic .filtros-lic select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/mbc/bg-select.png");
  background-size: 1rem auto;
  background-position: 96% center;
  background-color: #fff;
  border-radius: 0;
  border: none;
  height: 1.8rem;
  width: 42%;
  font-size: .75rem;
  color: #666;
  font-weight: normal;
  margin-left: 1rem;
  padding: 0 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .licenciatarios-mbc .titulo-lic .filtros-lic select {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}

.licenciatarios-mbc .grid-licenciatarios .box-lic {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
}

.licenciatarios-mbc .grid-licenciatarios .box-lic img {
  width: 100%;
}

.licenciatarios-mbc .grid-licenciatarios .box-lic .texto-hover {
  background: rgba(238, 38, 72, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: .8rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.licenciatarios-mbc .grid-licenciatarios .box-lic .texto-hover h3 {
  font-size: .95rem;
  color: #fff;
  margin: 0 0 .2rem;
  font-weight: bold;
}

.licenciatarios-mbc .grid-licenciatarios .box-lic .texto-hover p {
  font-size: .55rem;
  color: #fff;
}

.licenciatarios-mbc .grid-licenciatarios .box-lic .texto-hover a {
  color: #EB0128;
  font-weight: 800;
  background: #fff;
  display: inline-block;
  padding: .3rem .6rem;
  font-size: .62rem;
  text-transform: uppercase;
  border-radius: 3px;
}

.licenciatarios-mbc .grid-licenciatarios .box-lic:hover .texto-hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.formulario-mbc {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.formulario-mbc .w-form {
  padding: 0 5rem;
}

@media only screen and (max-width: 1200px) {
  .formulario-mbc .w-form {
    padding: 0;
  }
}

.formulario-mbc .w-form .titulo-form h2 {
  font-size: 2rem;
  color: #393939;
  margin: 0 0 .5rem;
  font-weight: bold;
}

.formulario-mbc .w-form .titulo-form p {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
}

.formulario-mbc .w-form .form-mbc {
  padding: 0 2rem 0 1rem;
}

@media only screen and (max-width: 768px) {
  .formulario-mbc .w-form .form-mbc {
    padding-left: 0;
    padding-right: 0;
  }
}

.formulario-mbc .w-form .form-mbc .form-group {
  margin-bottom: .4rem;
}

.formulario-mbc .w-form .form-mbc input {
  background-color: #fff;
  border-radius: 0;
  border: none;
  height: 2rem;
  width: 100%;
  font-size: .75rem;
  color: #666;
  font-weight: normal;
  padding: 0 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
}

.formulario-mbc .w-form .form-mbc select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/mbc/bg-select.png");
  background-size: 1rem auto;
  background-position: 98% center;
  background-color: #fff;
  border-radius: 0;
  border: none;
  height: 2rem;
  width: 100%;
  font-size: .75rem;
  line-height: 1.4;
  color: #666;
  font-weight: normal;
  padding: 0 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
}

.formulario-mbc .w-form .form-mbc .form-button {
  display: flex;
}

.formulario-mbc .w-form .form-mbc .form-button .captcha {
  width: 12.5rem;
  margin-right: 1.2rem;
}

.formulario-mbc .w-form .form-mbc .form-button .captcha img {
  width: 100%;
}

.formulario-mbc .w-form .form-mbc .form-button .btn-submit {
  background: #EB0128;
  font-size: .83rem;
  color: #fff;
  font-weight: bold;
  width: 7.6rem;
  padding: .3rem 1rem;
  border: none;
}

.menu-mbc {
  background: #393939;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: .6rem 2.5rem;
  position: fixed;
  top: 4.4rem;
  width: 100%;
  z-index: 55;
}

@media only screen and (max-width: 991px) {
  .menu-mbc {
    display: none;
  }
}

.menu-mbc > * {
  font-family: 'Chilena';
}

.menu-mbc .nav-mbc {
  display: flex;
  align-items: center;
}

.menu-mbc .nav-mbc ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.menu-mbc .nav-mbc ul li {
  margin-left: 1.5rem;
  line-height: 1.4;
}

.menu-mbc .nav-mbc ul li a {
  color: #fff;
  font-size: .65rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
}

.menu-mbc .nav-mbc ul li a.activo {
  text-decoration: underline;
}

.menu-mbc .login-mbc {
  margin-left: 20%;
}

.menu-mbc .login-mbc a {
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  margin-left: 1rem;
}

.menu-mbc .login-mbc a img {
  margin-right: .1rem;
}

.menu-mbc .login-mbc a:nth-child(1) img {
  width: .85rem;
}

.menu-mbc .login-mbc a:nth-child(2) img {
  width: .65rem;
}

.btn-mbc-mobile {
  display: none;
  padding: 0 .5rem;
}

@media only screen and (max-width: 991px) {
  .btn-mbc-mobile {
    display: flex;
    position: fixed;
    top: 4rem;
    z-index: 999;
    text-align: right;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .btn-mbc-mobile {
    top: 4.5rem;
  }
}

.btn-mbc-mobile > * {
  font-family: 'Chilena';
}

.btn-mbc-mobile .btn-mbc {
  background: #393939;
  color: #fff;
  border-radius: 4px;
  padding: .3rem;
  margin-left: .5rem;
  cursor: pointer;
}

.btn-sumate {
  background: #EB0028;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}

.btn-sumate img {
  margin-left: 3px;
}

.menu-mobile-mbc {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: #393939;
  padding: 3rem .8rem 1rem;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .3s ease;
}

.menu-mobile-mbc.visible {
  visibility: visible;
  transform: translateX(0);
}

.menu-mobile-mbc .cerrar-menu-mbc {
  color: #393939;
  background-color: #F0F0F0;
  border-radius: 4px;
  padding: 2px;
  cursor: pointer;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.menu-mobile-mbc .logo-menu {
  width: 250px;
}

.menu-mobile-mbc .logo-menu img {
  width: 100%;
}

.menu-mobile-mbc ul {
  list-style: none;
  margin: 2rem 0 3rem;
  padding-left: 0;
  border-left: 3px solid #EB0128;
}

.menu-mobile-mbc ul li {
  padding-left: 1rem;
  margin-bottom: 10px;
}

.menu-mobile-mbc ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.menu-mobile-mbc .redes-menu {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.menu-mobile-mbc .redes-menu p {
  font-size: .625rem;
  color: #fff;
  margin-bottom: .5rem;
}

.menu-mobile-mbc .redes-menu .rrss {
  display: flex;
}

.menu-mobile-mbc .redes-menu .rrss a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #EB0128;
  border-radius: 50%;
  margin-right: .7rem;
}

.grid-lic.v2 {
  margin: 0 -20px;
}

@media only screen and (max-width: 768px) {
  .grid-lic.v2 {
    margin: 0;
  }
}

.grid-lic.v2 .item-lic {
  width: calc(20% - 20px);
  height: 14rem;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .grid-lic.v2 .item-lic {
    width: calc(25% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .grid-lic.v2 .item-lic {
    width: calc(33% - 30px);
    margin: 0 15px 20px;
  }
}

@media only screen and (max-width: 550px) {
  .grid-lic.v2 .item-lic {
    width: calc(100%);
    margin: 0 0px 20px;
    height: 10rem;
  }
}

.grid-lic.v2 .item-lic .texto-hover {
  background: rgba(238, 38, 72, 0.85);
}

.grid-lic.v2 .item-lic .texto-hover h4 {
  font-size: .8rem;
  color: #fff;
  margin: 0 0 .2rem;
  font-weight: bold;
}

.grid-lic.v2 .item-lic .texto-hover p {
  font-size: .6rem;
  color: #fff;
  line-height: 1.3;
}

.grid-lic.v2 .item-lic .texto-hover a {
  color: #EB0128;
  font-weight: 800;
  background: #fff;
  display: inline-block;
  padding: .3rem .6rem;
  font-size: .62rem;
  text-transform: uppercase;
  border-radius: 3px;
}

.w-filtro-lic {
  width: 42%;
  margin-left: 1rem;
  position: relative;
}

.w-filtro-lic label {
  font-size: .9rem;
  color: #000;
  display: block;
  margin-bottom: .5rem;
}

@media (max-width: 768px) {
  .w-filtro-lic {
    width: 100%;
    margin-left: 0;
  }
}

.filtros-select-sector,
.filtros-select-subsector {
  cursor: pointer;
  width: 100%;
  margin-left: 0rem;
}

@media (max-width: 768px) {
  .filtros-select-sector,
  .filtros-select-subsector {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0rem;
  }
}

.filtros-select-sector .activo,
.filtros-select-subsector .activo {
  background-repeat: no-repeat;
  background-image: url(../images/mbc/bg-select.png);
  background-size: 1rem auto;
  background-position: 96% center;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #efefef;
  width: 100%;
  height: 2rem;
  font-size: .75rem;
  color: #666;
  letter-spacing: 0;
  padding: .4rem 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
}

.filtros-select-sector .lista-sector,
.filtros-select-subsector .lista-subsector {
  display: none;
  background: #fff;
  width: 100%;
  max-width: 338.4px;
  padding: 6px 0;
  z-index: 10;
  border: 1px solid #e4e3e3;
  position: absolute;
  top: 3.5rem;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.2);
}

.filtros-select-sector .lista-sector.visible,
.filtros-select-subsector .lista-subsector.visible {
  display: block;
}

.filtros-select-sector .lista-sector .item-select:hover,
.filtros-select-subsector .lista-subsector .item-select:hover {
  color: #E4022C;
}

.filtros-select-sector .lista-sector .item-select,
.filtros-select-subsector .lista-subsector .item-select {
  display: block;
  padding: .3rem .7rem;
  transition: all .3s ease;
  font-size: .75rem;
}

@media (max-width: 768px) {
  #sector-activo {
    margin-bottom: 1rem;
  }
}

.filtro-conocelos .w-filtro-lic {
  margin-left: 1rem;
  width: 10rem;
}

@media only screen and (max-width: 768px) {
  .filtro-conocelos .w-filtro-lic {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.filtro-conocelos .w-filtro-lic #sector-activo {
  margin-bottom: .6rem;
}

.filtro-conocelos .w-filtro-lic label {
  color: #fff;
}

.filtro-conocelos .filtros-select-sector,
.filtro-conocelos .filtros-select-subsector {
  width: 100%;
}

/* Estilos Css 2023 - Podcast */
.podcast-mbc .cards {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.podcast-mbc .cards .card {
  width: 100%;
  cursor: pointer;
}

.podcast-mbc .cards .card img {
  width: 100%;
  height: 100%;
}

.fancybox-slide--iframe .fancybox-content {
  height: auto !important;
}
.fancybox-iframe {
  height: auto !important;
}
/* 

.podcast-mbc .cards .card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.podcast-mbc .cards .card .card__image {
    width: 10rem;
    display: inline-block;
    position: relative;
}

.podcast-mbc .cards .card .card__image .image-podcast {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.podcast-mbc .cards .card .card__image .play-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: bottom;
}

.podcast-mbc .cards .card .card__body {
  padding: 0;
}

.podcast-mbc .cards .card .card__body .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: .5rem;
}

.podcast-mbc .cards .card .card__body .title h3, 
.podcast-mbc .cards .card .card__body .title h4 {
  margin: 0;
}

.podcast-mbc .cards .card .card__body .title h3 {
  width: 80%;
  font-size: 1rem;
}

.podcast-mbc .cards .card .card__body .title h4 {
  width: 20%;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.podcast-mbc .cards .card .card__body .title h4 img {
  width: 1rem;
  height: auto;
  margin-right: .5rem;
}

.podcast-mbc .cards .card .card__body .description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2rem;
}

.podcast-mbc .cards .card .card__body .description p {
  margin: 0;
  width: 80%;
  font-size: 14px;
}
.podcast-mbc .cards .card .card__body .description .image {
  width: 20%;
  text-align: center;
}

.podcast-mbc .cards .card .card__body .description .play-desktop {
  width: 3.5rem;
  height: auto;
  vertical-align: bottom;
} */
/*# sourceMappingURL=estilos-mbc.css.map */