#botonera-secciones {
  position: fixed;
  z-index: 99;
  top: 550px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#botonera-secciones.sticky {
  position: absolute;
  top: auto;
  bottom: 200px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#botonera-secciones a {
  display: block;
  width: 60px;
  margin-bottom: 5px;
}

#botonera-secciones a img {
  width: 100%;
}


#botonera-secciones .ico>i.icon-credit-card {
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

#botonera-secciones .ico>i.icon-logoVivirBien {
  font-size: 38px;
}

#botonera-secciones .ico.ico-mix>i.icon-balloon {
  font-size: 38px;
}

#botonera-secciones .ico>img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.page-container {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .page-container {
    padding-top: 0px;
  }
}

.page-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-container .bdestacado {
  margin-bottom: 50px;
  font-family: 'travel-regular', sans-serif;
}

.page-container .bdestacado .banner-pago .texto-over {
  position: absolute;
  top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.page-container .bdestacado .banner-pago .texto-over .texto-banner {
  width: 265px;
  padding: 0px 10px;
  text-align: center;
}

.page-container .bdestacado .banner-pago_movil {
  display: none;
}

@media (max-width: 1024px) {
  .page-container .bdestacado .banner-pago {
    display: none;
  }

  .page-container .bdestacado .banner-pago_movil {
    display: block;
    min-height: 400px;
    padding: 20px 15px;
    background-image: url("../images/interior/banner-pago_mobile.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .page-container .bdestacado .banner-pago_movil h1,
  h3 {
    text-transform: uppercase;
    color: #545c65;
    font-family: 'travel-bold', sans-serif;
  }

  .page-container .bdestacado .banner-pago_movil .cabecera {
    margin-bottom: 20px;
  }

  .page-container .bdestacado .banner-pago_movil .cabecera h1 {
    margin-top: 20px;
  }

  .page-container .bdestacado .banner-pago_movil .media .media-left {
    min-width: 73px;
  }
}

@media (max-width:440px) {
  .page-container .bdestacado .banner-pago_movil .cabecera h1 {
    margin-top: 0px;
  }
}

.page-container .page-section {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0 32px 27px 32px !important;
  color: #445060;
  border-radius: 6px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: padding-box;
}

/* .page-container .page-section#giftcard {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0 32px 27px 32px !important;
  color: #445060;
  border-radius: 6px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-clip: padding-box;
} */

.page-container .page-section.page-section-full-width {
  margin: 0 !important;
  padding: 0 !important;
}

.page-container .page-section header.page-section_header {
  position: relative;
  z-index: initial;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: initial;
  padding: 75px 0 0 0;
  background-color: transparent;
  -moz-align-items: center;
  -ms-align-items: center;
}

.page-container .page-section header.page-section_header .page-section_header-logo {
  position: absolute;
  top: -25px;
  left: 50%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #445060;
  background-clip: padding-box;
  -moz-align-items: center;
  -ms-align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.page-container .page-section header.page-section_header .page-section_header-logo.parvulo {
  background-color: #FCC1BE;
  background-image: url("../images/iconos/ico-nino.png");
  background-repeat: no-repeat;
  background-position: center;
}

#pagoOnline #selectSection {
  display: none;
}

#pagoOnline .form-field-pago {
  margin-bottom: 20px;
}

#pagoOnline .form-field-pago label {
  font-size: 14px;
  line-height: 5px;
}

#pagoOnline .form-field-pago input[type=text],
#pagoOnline .form-field-pago input[type=password],
#pagoOnline .form-field-pago input[type=number]#monto {
  width: 93%;
  height: 40px;
  padding: 10px 10px 10px 45px;
  color: #596066;
  border-radius: opx;
  font-size: 14px;
}

#pagoOnline input.errorb {
  border: 1px solid #C61A1A;
}

#pagoOnline .form-field-pago input[type=number] {
  width: 95%;
  height: 40px;
  padding: 10px;
  color: #596066;
  border-radius: 0px;
  font-size: 14px;
  border: 1px solid #D1CFD7;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

#pagoOnline .form-field-pago input[type=text].sinIcono {
  padding: 10px;
}

#pagoOnline .form-field-pago input[type=text]:disable {
  background: #f1f1f1 !important;
}

#pagoOnline .form-field-pago .input-group {
  position: relative;
}

#pagoOnline .form-field-pago .input-group .input-icon {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px;
}

#pagoOnline .form-field-pago .input-group .monto {
  background-image: url(../images/iconos/ico_monto.png);
}

#pagoOnline .form-field-pago .input-group .pass {
  background-image: url(../images/iconos/ico-pass-pago.png);
}

#pagoOnline .form-field-pago .input-group .ico-validar {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 22px;
}

#pagoOnline .form-field-pago .input-group .exito {
  background-image: url(../images/iconos/ico_exito.png);
}

#pagoOnline .form-field-pago .input-group .error {
  background-image: url(../images/iconos/ico_error.png);
}

#pagoOnline .form-field-pago .input-group span {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
  color: #E2001A;
  font-size: 12px;
}

#pagoOnline .top {
  margin-top: 21px !important;
}

#pagoOnline .cancelar {
  color: #445060;
  font-size: 12px;
  line-height: 75px;
}

#pagoOnline .cancelar:hover {
  text-decoration: underline;
}

#pagoOnline .form-field .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(227, 227, 227, .71);
  -ms-box-orient: horizontal;
}

#pagoOnline .form-field .form-check .next-step {
  margin: 10px 26px;
}

#pagoOnline .form-field .form-check .icor {
  width: 15px;
  height: 20px;
  margin: 3px 5px 20px 0;
  background-image: url(../images/buscador/fancy-marker.png);
  background-size: 15px 20px;
}

#pagoOnline .form-field .form-check span {
  font-size: 12px;
  font-weight: bold;
}

#pagoOnline .form-field .form-check span.direccion {
  display: block;
  margin-left: 26px;
  font-size: 11px;
  font-weight: normal;
}

#pagoOnline .form-field .form-check .iradio_flat-blue.checked {
  border-radius: 10px;
  background-position: -22px 0;
}

#pagoOnline .form-field .form-check .form-check-label {
  max-width: 80%;
  margin-bottom: 8px !important;
}

#pagoOnline .form-field .form-check .distancia {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

#pagoOnline .detallesPago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px;
  color: #fff;
  border-radius: 6px;
  background-color: #37a8e0;
}

#pagoOnline .detallesPago.exito {
  background-color: #62b832;
}

#pagoOnline .detallesPago h3,
#pagoOnline .detallesPago p {
  margin-bottom: 10px;
}

#pagoOnline .detallesPago p,
#pagoOnline .detallesPago span {
  color: #fff;
  font-size: 14px;
}

#pagoOnline .detallesPago p {
  font-weight: bolder;
}

#pagoOnline .detallesPago .icoDetalle {
  width: 10%;
  min-width: 47px;
  max-width: 47px;
  height: 67px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

#pagoOnline .detallesPago .icoDetalle.confimacionP {
  background-image: url(../images/iconos/ico_detalle_pago02.png);
}

#pagoOnline .detallesPago .icoDetalle.comprobanteP {
  background-image: url(../images/iconos/ico_detalle_pago.png);
}

#pagoOnline .detallesPago .detalles {
  width: 90%;
  height: auto;
  padding-left: 15px;
  border-left: 1px solid #fff;
}

#pagoOnline .detallesPago .detalles h3 {
  text-transform: none;
  color: #fff;
  font-family: sans-serif;
}

#pagoOnline .mensaje-voucher {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

#pagoOnline .mensaje-voucher .ico-mensaje {
  display: block;
  width: 47px;
  height: 47px;
  margin: 5px auto;
  background-size: cover;
}

#pagoOnline .mensaje-voucher .ico-mensaje.exito {
  background-image: url(../images/iconos/ico_exito.png);
}

#pagoOnline .mensaje-voucher .ico-mensaje.error {
  background-image: url(../images/iconos/ico_error.png);
}

#pagoOnline .mensaje-voucher span {
  display: block;
  margin-top: 30px;
  padding: 0 30px;
}

#pagoOnline .info {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}

#pagoOnline .info.borde {
  width: 95%;
  padding-right: 35px;
  text-align: right;
  border-right: 1px solid #ccc;
}

#pagoOnline .info2 {
  text-align: center;
  font-size: 12px;
}

.page-container .page-section header.page-section_header .page-section_header-logo>i {
  font-size: 40px;
}

.page-container .page-section header.page-section_header h3.page-section_header-title {
  margin-bottom: 17px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #221C46;
  font-family: 'travel-black', sans-serif;
  font-size: 27px;
  line-height: 1em;
}

.page-container .page-section header.page-section_header h3.page-section_header-title.parvulo {

  color: #FCC1BE;

}

.page-container .page-section#conoceTuEntorno header.page-section_header h3.page-section_header-title {
  color: #00EB5E;
}

.page-container .page-section header.page-section_header .page-section_header-description {
  width: 540px;
  text-align: center;
  letter-spacing: -.2px;
  color: #445060;
  font-family: 'travel-regular', sans-serif;
  font-size: 14px;
  line-height: 19px;
}

@media all and (max-width:1023px) {
  .page-container .page-section header.page-section_header .page-section_header-description {
    width: 100%;
  }
}

.page-container .page-section aside.page-section_body {
  margin-top: 20px;
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
}

.page-container .page-section aside.page-section_body.framed-body {
  padding: 26px 22px;
}

.page-container .page-section aside.page-section_body .page-section_title {
  margin-bottom: 16px;
  padding-bottom: 20px;
}

.page-container .page-section aside.page-section_body .page-section_title .title-icon {
  color: #221C46;
  font-size: 40px
}

.page-container .page-section aside.page-section_body .page-section_title h4 {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
  font-family: 'travel-black', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #221C46;
}

.page-container .page-section aside.page-section_body .page-section_title .page-section_title-subline {
  width: initial;
  margin: 10px 0 0 0;
  text-align: initial;
  text-transform: uppercase;
  font-family: 'travel-regular', sans-serif;
  font-size: 14px;
  line-height: 1;
}

.page-container .page-section aside.page-section_body .page-section_title .card-state {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
  -moz-align-items: center;
  -ms-align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.page-container .page-section aside.page-section_body .page-section_title .card-state .ico {
  margin-left: 10px;
}

.page-container .page-section aside.page-section_body .page-section_title.two-line {
  min-height: 80px;
  border-bottom: 8px solid #f3f2f5;
}

.page-container .page-section aside.page-section_body .page-section_content {
  padding: 0;
}

.page-container .page-section aside.page-section_body .page-section_content .mejorar-servicio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-container .page-section aside.page-section_body .page-section_content .mejorar-servicio .btn-contacto {
  padding: 0 45px 0 15px;
}

.page-container .page-section aside.page-section_body .page-section_content .mejorar-servicio .btn-contacto::after {
  top: -7px;
  right: -10px;
  width: 52px;
  height: 52px;
  content: "";
  background-image: url(../images/iconos/ico-canales_contacto.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .page-container .page-section aside.page-section_body .page-section_content .mejorar-servicio .btn-contacto {
    height: auto;
    min-height: 36px;
    padding: 2px 45px 2px 15px;
  }
}

.page-container .page-section aside.page-section_body .page-section_content.two-line {
  min-height: 80px;
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 8px solid #f3f5f6;
}

.page-container .page-section aside.page-section_body .page-section_content .page-section_subtitle div.icon {
  font-size: 30px;
}

.page-container .page-section aside.page-section_body .page-section_content .page-section_intro-text {
  margin-bottom: 30px;
}

.page-container .page-section aside.page-section_body .page-section_content .page-section_intro-text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.page-container .page-section aside.page-section_body .page-section_content .alert-ico-text {
  font-family: 'travel-regular', sans-serif;
  font-size: 43px;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field .input-group {
  position: relative;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field .input-group .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding-left: 10px;
  color: #b9c6cb;
  font-size: 24px;
  -moz-align-items: center;
  -ms-align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

/* .page-container .page-section aside.page-section_body .page-section_content .form-field .input-group>input[type=password],
.page-container .page-section aside.page-section_body .page-section_content .form-field .input-group>input[type=text] {
  padding-left: calc(36px + 10px);
} */

.page-container .page-section aside.page-section_body .page-section_content .form-field label {
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  margin: 0 0 4px 0;
  text-indent: 0;
  color: #445060;
  font-family: 'travel-regular', sans-serif;
  font-size: 11px;
  line-height: 1;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field label span.label-required {
  color: #cf1d0f
}

.page-container .page-section aside.page-section_body .page-section_content .form-field input[type=text],
.page-container .page-section aside.page-section_body .page-section_content .form-field input[type=password],
.page-container .page-section aside.page-section_body .page-section_content .form-field input[type=email] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 3px 5px 3px 35px;
  border: 1px solid #D1CFD7;
  font-family: 'travel-regular', sans-serif;
  font-size: 13px;
  color: #596066;
  margin-top: 5px;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field input[type=number],
.page-container .page-section aside.page-section_body .page-section_content .form-field input[type=email],
.page-container .page-section aside.page-section_body .page-section_content .form-field input[type=password] {
  background-image: url(../images/iconos/plus-gris.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field input:focus {
  border: 3px solid #1B51DC;
  padding: 3px 5px 3px 35px;
}

label.pass::after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 24px;
  right: 9px;
  width: 24px;
  height: 24px;
  background-image: url(/images/iconos/eye-azul.png);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 2;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field .static-text {
  font-size: 0.8125em;
  line-height: 0.8125em;
  font-family: 'travel-regular', sans-serif;
  color: #221C46;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field span.strong {
  font-family: 'travel-bold', sans-serif;
}

.page-container .page-section aside.page-section_body .page-section_content .form-field .chosen-choices,
.page-container .page-section aside.page-section_body .page-section_content .form-field .chosen-single {
  height: 36px;
  margin-top: 0;
  border: 1px solid #D1CFD7;
  border-radius: 0px;
  background-clip: padding-box;
}

.page-container .page-section aside.page-section_body .page-section_content #sliderDescuentos,
.page-container .page-section aside.page-section_body .page-section_content #sliderPromociones {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page-container .page-section aside.page-section_body .page-section_content #sliderDescuentos .slider-page-container,
.page-container .page-section aside.page-section_body .page-section_content #sliderPromociones .slider-page-container {
  width: 1068px
}

.page-container .page-section aside.page-section_body .page-section_content #sliderDescuentos .slider-page-container .slider-page,
.page-container .page-section aside.page-section_body .page-section_content #sliderPromociones .slider-page-container .slider-page {
  width: 100%
}

.page-container .page-section aside.page-section_body .page-section_content #sliderDescuentos .cycle-pager,
.page-container .page-section aside.page-section_body .page-section_content #sliderPromociones .cycle-pager {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 50%;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.page-container .page-section aside.page-section_body .page-section_content #sliderDescuentos .cycle-pager span,
.page-container .page-section aside.page-section_body .page-section_content #sliderPromociones .cycle-pager span {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 50%;
  background-color: #dbdbdb;
  background-clip: padding-box
}

.page-container .page-section aside.page-section_body .page-section_content #sliderDescuentos .cycle-pager span+span,
.page-container .page-section aside.page-section_body .page-section_content #sliderPromociones .cycle-pager span+span {
  margin-left: 5px
}

.page-container .page-section aside.page-section_body .page-section_content #sliderDescuentos .cycle-pager span.cycle-pager-active,
.page-container .page-section aside.page-section_body .page-section_content #sliderPromociones .cycle-pager span.cycle-pager-active {
  background-color: #eb2026
}

.page-container .page-section aside.page-section_body .page-section_content #mapa {
  height: 360px;
  margin-bottom: 10px;
  background-color: #ebebeb
}

.page-container .page-section aside.page-section_body .page-section_content .map-info-box {
  position: relative;
  width: 253px;
  height: 150px;
  margin-bottom: 40px;
  padding: 0 30px;
}

.page-container .page-section aside.page-section_body .page-section_content .map-info-box::after {
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #e6e6e6
}

.page-container .page-section aside.page-section_body .page-section_content .map-info-box .map-info-box-header .info-ico {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #221C46;
  border-radius: 50%;
  background-color: #00EB5E;
  background-clip: padding-box;
  -moz-align-items: center;
  -ms-align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.page-container .page-section aside.page-section_body .page-section_content .map-info-box .map-info-box-header .info-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-container .page-section aside.page-section_body .page-section_content .map-info-box .map-info-box-body {
  margin: 10px 0;
  color: #596066;
  font-family: 'travel-regular', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

#prom a {
  color: #596066 !important;
}

#prom a:hover {
  color: #ccc !important;
}

#irmapa {
  position: relative;
  width: 100%;
  height: auto;
}

#irmapa .boton.btn__verde {
  position: absolute;
  top: -38px;
  right: 0;
}

#irmapa .boton.btn__blanco {
  position: absolute;
  top: -88px;
  right: 0;
}

@media(max-width:768px) {
  #irmapa {
    width: 165px;
    height: 30px;
    margin: 20px auto 0 auto;
  }

  #irmapa .btn {
    position: initial;
  }

  .page-container #formRegistro .caja .row .page-section_body.framed-body .row {
    margin-bottom: 15px;
  }
}

.page-container .page-section aside.page-section_body .page-section_content .map-info-box .map-info-box-footer {
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 33px;
  color: #00EB5E;
  font-family: 'travel-bold', sans-serif;
  font-size: 34px;
  line-height: 1;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .row>[class^=col-]:last-child .list-box-item::after {
  background-color: transparent
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item {
  position: relative;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  min-height: 155px;
  padding: 18px 0 18px 18px;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e5e5e5
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-img {
  width: 90px;
  min-width: 90px;
  height: auto;
  min-height: 60px;
  max-height: 95px;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .fixexplorer {
  width: 43px;
  max-width: 43px;
  height: 100%;
  min-height: 100%;
  margin: 0 20px;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .fixexplorer img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-img img {
  width: 100%;
  /*    height: 100%;*/
  -o-object-fit: contain;
  object-fit: contain
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-info {
  width: 100%;
  margin-left: 34px;
  padding-right: 30px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-info .list-box-item-title {
  min-height: 16px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'travel-bold', sans-serif;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-info .list-box-item-type {
  width: 100%;
  height: 11px;
  margin-bottom: 10px;
  font-family: 'travel-bold', sans-serif;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-info .list-box-item-description {
  width: 100%;
  line-height: 20px;
  font-family: 'travel-regular', sans-serif;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-col {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-flex-direction: column;
  -moz-flex: 1 1 0;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-text {
  width: 136px;
  padding-right: 15px;
  color: #221C46;
  font-size: 14px;
  line-height: 1;
  font-family: 'travel-regular', sans-serif;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-text span {
  margin-top: 12px;
  color: #221C46;
  font-size: 20px;
  font-family: 'travel-bold', sans-serif;
  line-height: 1;
}

.page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-btn {
  width: 120px;
  max-width: 120px
}

.page-container .page-section aside.page-section_body .page-section_content .info-box {
  padding-right: 50px
}

@media all and (max-width:1023px) {
  .page-container .page-section aside.page-section_body .page-section_content .info-box {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .page-container #formRegistro .caja .row .btn.search {
    margin-top: 30px;
  }
}

.page-container .page-section aside.page-section_body .page-section_content .info-box.info-accent-green .info-box_title h5 {
  color: #221C46;
  font-family: 'travel-extra-bold', sans-serif;
}

.page-container .page-section aside.page-section_body .page-section_content .info-box.info-accent-green .info-box_content .cycle-pager span.cycle-pager-active {
  background-color: #00EB5E
}

.page-container .page-section aside.page-section_body .page-section_content .info-box.info-accent-green .info-box_content .info-box_article .info-box_article-title {
  color: #221C46
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_title {
  margin: 0 0 20px 0
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_title h5 {
  margin: 0;
  padding: 0;
  color: #221C46;
  font-family: 'travel-extra-bold', sans-serif;
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .cycle-pager {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100px;
  height: 10px;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .cycle-pager span {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 50%;
  background-color: #221C46;
  background-clip: padding-box
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .cycle-pager span+span {
  margin-left: 5px
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .cycle-pager span.cycle-pager-active {
  background-color: #00EB5E
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .info-box_article {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 220px;
  margin-bottom: 20px;
  padding: 30px 20px 20px 20px;
  border-radius: 7px;
  background-color: #f3f3f3;
  background-clip: padding-box
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .info-box_article .info-box_article-title {
  position: relative;
  z-index: 2;
  width: 200px;
  margin-bottom: 10px;
  color: #221C46;
  font-family: 'travel-medium', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .info-box_article .info-box_article-body p {
  color: #3f4a56;
  font-family: 'travel-regular', sans-serif;
  font-size: 12px;
  line-height: 20px
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .info-box_article .info-box_article-image {
  width: 200px
}

.page-container .page-section aside.page-section_body .page-section_content .info-box .info-box_content .info-box_article .info-box_article-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-container .page-section#miTarjeta .page-section_header .page-section_header-logo i::before {
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg)
}

.page-container .page-section#miTarjeta aside.page-section_body,
.page-container .page-section#miParvulo aside.page-section_body {
  background-color: #e6e3ea;
}


.page-container .page-section#vivirBien aside.page-section_body.amarillo {
  background-color: #FFDC37;
}

.page-container aside.page-section_body.amarillo h4 {
  font-family: 'travel-bold', sans-serif;
}

.page-container aside.page-section_body.amarillo h4,
.page-container aside.page-section_body.amarillo h5,
.page-container aside.page-section_body.amarillo h6,
.page-container aside.page-section_body.amarillo p {
  color: #221C46;
  text-transform: none;
}

@media(max-width:992px) {
  .page-container aside.page-section_body.amarillo p {
    padding-bottom: 20px;
  }
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}



.page-container .page-section#giftcard.publico {
  background-color: #ecf1f3;
}

.page-container .page-section#giftcard h3 {
  font-size: 18px;
  color: #006245;
  padding-top: 20px;
  font-family: 'travel-bold', sans-serif;
}

.page-container .page-section#miParvulo aside.page-section_body {
  text-align: center;
}

.page-container .page-section#miParvulo aside.page-section_body .establishment {
  text-align: left;
}

.page-container .page-section#miParvulo aside.page-section_body .establishment h4 {
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.page-container .page-section#miParvulo aside.page-section_body .establishment h4+p {
  width: 85%;
}

.page-container .page-section#miParvulo aside.page-section_body .establishment p {
  margin: 0;
  padding-bottom: 40px;
  text-align: left;
  font-size: 13px;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .no-registry .row {
  display: block;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .no-registry h2 {
  font-family: 'travel-bold', sans-serif;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry h5 {
  margin: 0;
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'travel-bold', sans-serif;
  font-size: 14px;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry p {
  margin: 0;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry.no-border {
  border: none !important;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry {
  height: 70px;
  margin-right: 5px;
  border-right: 1px solid #d9dfe1;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .state {
  margin-top: 15px;
  padding-top: 10px;
  text-align: left;
  border-top: 1px dashed #d9dfe1;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .state p {
  display: inline-block;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .state p img {
  float: left;
  padding-right: 10px;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .state span {
  padding-left: 5px;
}

@media (max-width: 797px) {
  .page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry {
    height: 85px;
    margin-right: 0px;
    border-right: 0px;
  }
}

@media (max-width: 567px) {
  .page-container .page-section#miParvulo aside.page-section_body .page-section_title .state {
    margin-top: 11px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    padding-left: 17px;
    border-top: 0px;
    border-bottom: 1px dashed #d9dfe1;
  }

  .page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry {
    height: 55px;
  }

  .page-container #formRegistro .caja .row.baby,
  .page-container #formRegistro .caja .row.baby h5 {
    text-align: center !important;
  }

  .page-container #formRegistro .caja .row.baby div {
    margin-bottom: 5px;
  }

  .page-container #formRegistro .caja .row .alert {
    margin-top: 10px;
  }

  .page-container #formRegistro .caja .row .page-section_body .row .info-box.first {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .page-container .page-section#miParvulo aside.page-section_body .page-section_title .btn-color-parvulo {
    margin: 20px;
  }

  .page-container .page-section#miParvulo aside.page-section_body .establishment p {
    padding-bottom: 25px;
  }

  .page-container .page-section#miParvulo aside.page-section_body .establishment .btn {
    margin-bottom: 15px;
  }

  .page-container .page-section#miParvulo aside.page-section_body .establishment .col-xs-alignment-text-center h4 {
    margin-bottom: 10px;
    text-align: center;
  }

  .page-container .page-section#miParvulo aside.page-section_body .establishment .col-xs-alignment-text-center h4+p {
    width: 100%;
    text-align: center;
  }

  .page-container .page-section#miParvulo aside.page-section_body .establishment .file-doc::before {
    top: 12px;
    left: 0px;
    font-size: 44px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .page-container .page-section#miParvulo aside.page-section_body .establishment .col-xs-alignment-text-center h4 {
    text-align: left;
  }

  .page-container .page-section#miParvulo aside.page-section_body .establishment .col-xs-alignment-text-center h4+p {
    width: 100%;
    text-align: left;
  }

  .row .col-xs-alignment-text-center {
    text-align: left !important;
  }
}

@media (max-width: 490px) {
  .page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry {
    height: 65px;
  }
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry .child {
  padding-top: 5px;
}

.page-container .page-section#miParvulo aside.page-section_body .page-section_title .people_registry .child+div {
  padding-left: 15px;
}

.page-container .page-section#miParvulo aside.page-section_body .establishment .row img {
  padding-top: 15px;
}

/*.page-container .page-section#miParvulo aside.page-section_body .page-section_title .establishment .child + div{
  padding-left: 15px;
}*/

.page-container .page-section .file-doc {
  position: relative;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 17px;
  padding-left: 55px;
  color: #535353;
  font-family: 'travel-regular', sans-serif;
  font-size: 14px;
  font-weight: 700;
  -moz-flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.page-container .page-section .file-doc::before {
  position: absolute;
  top: 0;
  left: -5px;
  overflow: hidden;
  width: 60px;
  height: 80px;
  content: "\e916";
  color: #2bb5d7;
  font-family: sodexo, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.page-container .page-section .file-doc a {
  color: #31b5e5;
  font-weight: 400;
}

/*Pagina ingreso beneficiario*/

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.alert {
  max-width: 200px;
  margin-bottom: 20px;
  padding: 15px;
  color: #596066;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-activo {
  background-color: #C7FCCA;
}

.alert-rechazado {
  background-color: #FCC1BE;
}

.alert-inactivo {
  background-color: #EFEFEF;
}

.alert-pendiente {
  background-color: #FFDC37;
}

.alert p {
  display: inline-block;
}

.alert p img {
  float: left;
  padding-right: 10px;
  max-width: 30px;
}

.page-container #formRegistro .caja .row .page-section_body {
  margin-top: 20px;
  text-align: left;
  border-radius: 6px;
  background-color: #e5ebed;
  background-clip: padding-box;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body {
  width: 100%;
  padding: 26px 22px 5px;
}

.page-container #formRegistro .caja .caja-header {
  position: relative;
  z-index: initial;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: initial;
  padding: 30px 0 0 0;
  background-color: transparent;
}

.page-container #formRegistro .caja .caja-header .caja-header-logo {
  position: absolute;
  top: -80px;
  left: 50%;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #445060;
  background-clip: padding-box;
  -moz-align-items: center;
  -ms-align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.page-container #formRegistro .caja .caja-header .caja-header-logo.bady {
  background-color: #FCC1BE;
  background-image: url("../images/iconos/ico-nino.png");
  background-repeat: no-repeat;
  background-position: center;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row h2 {
  text-transform: uppercase;
  font-family: 'travel-bold', sans-serif;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row p {
  font-family: 'travel-regular', sans-serif;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row p>strong {
  font-family: 'travel-bold', sans-serif;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row .jardin {
  padding-left: 15px;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row .ico_hidden {
  display: none;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row .ico_show {
  display: block;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9dfe1;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row .info-box .col-alignment-middle {
  min-width: 25%;
}

.page-container #formRegistro .caja .row .page-section_body.framed-body .row .no-border {
  border: none;
}

.page-container #formRegistro .caja .row .inside-caja {
  width: 100%;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #d9dfe1;
}

.page-container #formRegistro .caja .row .inside-caja .row .jardin {
  padding-left: 15px;
}

.page-container #formRegistro .caja .row .inside-caja .row {
  margin-bottom: 15px;
}

.page-container #formRegistro .caja .row .inside-caja .ico_hidden {
  display: none;
}

.page-container #formRegistro .caja .row .inside-caja .ico_show {
  display: block;
}

.page-container #formRegistro .caja .row .inside-caja img {
  width: 100%;
  height: auto;
  padding-top: 15px;
}

.page-container #formRegistro .caja .row .text-center {
  margin-bottom: 15px;
  text-align: center;
}

.page-container #formRegistro .caja .row .text-center img,
.page-container #formRegistro .caja .row .text-center h2 {
  margin-bottom: 8px;
}

.page-container #formRegistro .caja .row .inside-caja .row h2 {
  text-transform: uppercase;
  color: #596066;
  font-family: 'travel-bold', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.page-container #formRegistro .caja .row .inside-caja .row p {
  color: #596066;
  font-family: 'travel-regular', sans-serif;
  font-size: 13px;
}

.page-container #formRegistro .caja .row.baby h5 {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: 'travel-bold', sans-serif;
  font-size: 18px;
}

.page-container #formRegistro .caja .row #mapa {
  width: 100%;
  min-height: 328px;
  margin-top: 20px;
}

.page-container #formRegistro .caja .row #mapa2 {
  width: 100%;
  min-height: 328px;
  margin-top: 20px;
}

.btn-color-parvulo {
  color: #fff;
  background-color: #FCC1BE;
}

.btn-color-parvulo::after {
  color: #fff;
}

.ico-parvulo-pass {
  color: #fff;
  background-color: #FCC1BE;
  background-repeat: no-repeat;
  background-position: center;
}

.ico-parvulo-pass>img {
  width: 50% !important;
  height: 50% !important;
}

@media only screen and (max-width:991px) {
  .page-container #formRegistro .caja .row .page-section_body.framed-body .row .ico_hidden {
    display: block;
  }

  .page-container #formRegistro .caja .row .page-section_body.framed-body .row .ico_hidden img {
    padding-bottom: 10px;
  }

  .page-container #formRegistro .caja .row .page-section_body.framed-body .row .ico_show {
    display: none;
    margin-bottom: 15px;
  }

  .page-container #formRegistro .caja .row .inside-caja .ico_hidden {
    display: block;
  }

  .page-container #formRegistro .caja .row .inside-caja .ico_hidden img {
    padding-bottom: 10px;
  }

  .page-container #formRegistro .caja .row .inside-caja .ico_show {
    display: none;
  }
}

/*Fin pagina ingreso beneficiario*/

.page-container .page-section#miTarjetaBuscador .filtro-busqueda-miTarjeta {
  padding: 20px 0 5px 0
}

@media all and (max-width:1023px) {
  .page-container .page-section#miTarjetaBuscador .filtro-busqueda-miTarjeta {
    margin-bottom: 15px;
    padding: 0;
  }

  .caja {
    margin-top: 55px;
  }

  #miTarjetaPortada #formRegistro.ingreso .caja {
    margin-top: 20px;
  }

  #miTarjetaPortada #formRegistro.ingreso {
    margin-top: 20px;
  }
}

.page-container .page-section#miTarjetaBuscador table {
  padding: 0
}

.page-container .page-section#miTarjetaBuscador table tbody tr td,
.page-container .page-section#miTarjetaBuscador table tbody tr th,
.page-container .page-section#miTarjetaBuscador table thead tr td,
.page-container .page-section#miTarjetaBuscador table thead tr th {
  vertical-align: top
}

.page-container .page-section#miTarjeta .page-section_header .page-section_header-logo {
  width: 86px;
  height: 86px;
  background-color: transparent;
}

.page-container .page-section#miTarjeta .page-section_header .page-section_header-logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-container .page-section#conoceTuEntorno .page-section_header .page-section_header-logo {
  width: 86px;
  height: 86px;
  background-color: transparent;
}

.page-container .page-section#conoceTuEntorno .page-section_header .page-section_header-logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-container .page-section#vivirBien .page-section_header .page-section_header-logo {
  width: 86px;
  height: 86px;
  background-color: transparent;
}

.page-container .page-section#vivirBien .page-section_header .page-section_header-logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-container .page-section#sodexoClub .page-section_header .page-section_header-logo {
  width: 86px;
  height: 86px;
  background-color: transparent;
}

.page-container .page-section#sodexoClub .page-section_header .page-section_header-logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-container .page-section#conoceTuEntorno .page-section_header .page-section_header-logo {
  background-color: #00EB5E
}

.page-container .page-section#conoceTuEntorno .page-section_header .page-section_header-logo .header-ico {
  position: relative;
  font-size: 60px
}

.page-container .page-section#conoceTuEntorno .page-section_header .page-section_header-logo .header-ico .subico {
  position: absolute;
  top: 0;
  left: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.page-container .page-section#conoceTuEntorno .page-section_header .page-section_header-logo .header-ico .subico>i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #00EB5E;
  font-size: 36px;
}

.page-container .page-section#conoceTuEntorno .page-section_body .page-section_content .map-info-box-header .info-ico i.icon-shop {
  font-size: 13px
}

@media all and (max-width:1024px) {
  .page-container .page-section#conoceTuEntorno .page-section_body .page-section_content {
    padding: 0 20px
  }
}

@media all and (max-width:565px) {
  .page-container .page-section#conoceTuEntorno .page-section_body .page-section_content {
    padding: 0 5px
  }
}

/* .page-container .page-section#vivirBien .page-section_header .page-section_header-logo {
  top: -45px;
  width: 116px;
  height: 116px;
  background-color: transparent;
} */

/* .page-container .page-section#vivirBien .page-section_header .page-section_header-logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
} */

.page-container .page-section#vivirBien aside.page-section_body {
  background-color: #e3e3e3;
}

.page-container .page-section#vivirBien aside.page-section_body.blanca {
  background-color: #ffffff;
}

.page-container .page-section#vivirBien aside.page-section_body .page-section_content .page-section_subtitle {
  margin: 0;
  border-color: transparent;
}

.page-container .page-section#vivirBien aside.page-section_body .page-section_content .page-section_subtitle h5 {
  color: #221C46;
  font-family: 'travel-extra-bold', sans-serif;
}

.page-container .page-section#vivirBien aside.page-section_body .page-section_content #consultas .respuesta {
  display: none;
  height: 60px;
  margin-top: 15px;
  padding: 5px;
  background-image: url(../images/iconos/ico_exito.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 60px;
}

.page-container .page-section#vivirBien aside.page-section_body .page-section_content #consultas .respuesta p {
  width: 85%
}

.page-container .page-section#vivirBien aside.page-section_body .page-section_content #consultas .respuesta p span {
  font-family: 'travel-bold', sans-serif;
  font-size: 20px
}

.page-container .page-section#vivirBien aside.page-section_body .page-section_content #formConsulta label {
  margin-bottom: 20px
}

.page-container .page-section#vivirBien aside.page-section_body .page-section_content #formConsulta label textarea {
  width: 100%;
  height: 492px
}

@media all and (max-width:1023px) {
  .page-container .page-section#vivirBien aside.page-section_body .page-section_content #formConsulta {
    padding: 0
  }

  .page-container .page-section#vivirBien aside.page-section_body .page-section_content #formConsulta label textarea {
    height: 200px
  }

  .page-container .page-section#vivirBien aside.page-section_body .page-section_content #formConsulta .btn {
    margin: 0 auto !important
  }
}

@media all and (max-width:1023px) {
  .page-container .page-section#vivirBien aside.page-section_body .page-section_content [class^=col-]:last-child {
    padding-bottom: 0
  }
}

.page-container .page-section#traspasarSaldo aside.page-section_body {
  background-color: #e6e3ea
}

.page-container .page-section#traspasarSaldo aside.page-section_body .page-section_title .img-responsive {
  width: 100%
}

.page-container .page-section#traspasarSaldo aside.page-section_body .page-section_title .img-responsive img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-container .page-section#traspasarSaldo aside.page-section_body #ultimosDestinatariosList {
  margin-bottom: 16px
}

.page-container .page-section#traspasarSaldo aside.page-section_body #ultimosDestinatariosList table {
  padding: 0;
  border: none
}

.page-container .page-section#traspasarSaldo aside.page-section_body #ultimosDestinatariosList table tbody tr td:first-child,
.page-container .page-section#traspasarSaldo aside.page-section_body #ultimosDestinatariosList table tbody tr th:first-child,
.page-container .page-section#traspasarSaldo aside.page-section_body #ultimosDestinatariosList table thead tr td:first-child,
.page-container .page-section#traspasarSaldo aside.page-section_body #ultimosDestinatariosList table thead tr th:first-child {
  width: 50px
}

@media all and (max-width:1023px) {
  .page-container#miTarjetaPortada {
    padding-top: 0
  }

  .page-container#miTarjetaPortada .page-section {
    width: 100% !important;
    margin-bottom: 20px !important;
    padding: 0;
  }

  .page-container#miTarjetaPortada .page-section:first-child aside {
    margin: 0 !important
  }

  .page-container .page-section aside.page-section_body .page-section_content .map-info-box {
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 10px;
    padding: 0;
  }

  .page-container .page-section aside.page-section_body .page-section_content .map-info-box::after {
    position: absolute;
    top: initial;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #e6e6e6
  }

  .page-container .page-section aside.page-section_body .page-section_content .map-info-box .map-info-box-footer {
    left: 0;
    font-size: 20px
  }

  .page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 300px;
    padding: 18px 0;
    -moz-flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
  }

  .page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-img {
    margin-bottom: 18px
  }

  .page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-info {
    margin: 0 0 18px 0;
    padding: 0;
    text-align: center;
  }

  .page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-col {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0;
    -moz-flex: auto;
  }

  .page-container .page-section aside.page-section_body .page-section_content .list-box .list-box-item .list-box-item-text {
    margin-bottom: 18px;
    text-align: center
  }

  .page-container .page-section aside.page-section_body .page-section_content #consultas .respuesta {
    height: auto !important;
    margin-top: 15px;
    padding: 80px 18px !important;
    background-position: top center !important;
    background-size: 60px !important;
  }

  .page-container .page-section aside.page-section_body .page-section_content #consultas .respuesta p {
    width: 100% !important
  }
}

@media all and (max-width:1023px) {
  main.privado section.page-section {
    padding: 10px !important
  }
}

.hidden {
  display: none
}

/*Modal Guia Parvulo*/

#modal-guia.parvulo-guia {
  background: rgba(244, 155, 194, .94);
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(1) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-girlE01.png)
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-girlE02.png)
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(3) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-girlE03.png)
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(4) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-girlE04.png)
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner .btn {
  background-color: #FCC1BE;
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra,
#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next,
#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev {
  color: #FCC1BE;
  background-color: rgba(255, 255, 255, .80);
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra::after,
#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next::after,
#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev::after {
  height: 40px;
  color: #FCC1BE;
}

/*Fin Modal Guia Parvulo*/

#modal-guia {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: rgba(157, 174, 47, .94);
  background-image: none;
}

#modal-guia .modal-guia-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #000;
}

#modal-guia .modal-guia-inner .cont-modal-guia {
  position: relative;
  width: 100%;
  height: 100%;
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer {
  overflow: visible;
  height: 100%;
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper {
  height: 100%
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(1) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-manE01.png)
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-manE02.png)
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(3) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-manE03.png)
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(4) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-manE04.png)
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(5) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-manE05.png)
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(6) .im .im-inner .guia-escena::before {
  background-image: url(../images/guia/guia-manE06.png)
}

#modal-guia .modal-guia-inner .cont-modal-guia .im {
  width: 90%;
  height: 100%;
  margin: 0 auto
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .guia-escena {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .guia-escena img {
  height: 100%;
  margin: 0 auto
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner .guia-escena img {
  height: 100%;
  max-height: 610px;
  margin: 0 auto
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .guia-escena::before {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 299px;
  height: 409px;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/guia/chef.png) no-repeat center bottom;
  background-size: contain;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 225px;
  height: 225px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #3c3d3d;
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon {
  -webkit-transform: translateX(-115%) translateY(-130%);
  transform: translateX(-115%) translateY(-130%);
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon.balloon-xl {
  width: 342px;
  height: 342px;
  margin: 0
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon.balloon-xl::before {
  right: 0;
  bottom: 68px
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon.balloon-xl .balloon-inner .balloon-description {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon.balloon-xl .balloon-inner .balloon-description p {
  line-height: 23px
}

#modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon.balloon-xl .balloon-inner .balloon-description p {
  line-height: 20px;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-arrow {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-arrow::before {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 15%;
  width: 0;
  height: 30px;
  content: "";
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
  border-top: 20px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 40px solid #fff;
  border-left: 20px solid transparent;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  height: 60%;
  text-align: left;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner .balloon-user {
  position: absolute;
  top: 22px;
  right: -14px;
  overflow: hidden;
  width: 87px;
  height: 87px;
  border-radius: 50%;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner .balloon-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner .balloon-title {
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: 'travel-bold', sans-serif;
  font-size: 30px;
  line-height: 1;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner .balloon-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: 'travel-regular', sans-serif;
  font-size: 17px;
  line-height: 1;
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner .balloon-description p {
  width: 100%;
  max-width: 100%
}

#modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon .balloon-wrapper .balloon-inner .btn {
  display: block;
  width: 170px;
  max-width: 170px !important;
  height: 40px;
  margin: 27px auto 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #92a134;
  font-size: 16px;
  line-height: 40px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena.guia-escena-inicial::before {
    width: 170px;
    height: 230px;
    -webkit-transform: translateX(20%) translateY(-50%);
    transform: translateX(20%) translateY(-50%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena img {
    max-height: 200px;
    -webkit-transform: translateX(-120px) translateY(0);
    transform: translateX(-120px) translateY(0)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena::before {
    width: 150px;
    height: 200px;
    -webkit-transform: translateX(-30%) translateY(-40%);
    transform: translateX(-30%) translateY(-40%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon {
    width: 160px;
    height: 160px;
    -webkit-transform: translateX(100px) translateY(-70%);
    transform: translateX(100px) translateY(-70%);
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 15px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-xs {
    font-size: 10px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-sm {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg {
    font-size: 16px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-sm {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translateX(70px) translateY(-70%);
    transform: translateX(70px) translateY(-70%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl {
    width: 250px !important;
    height: 250px !important;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-user {
    width: 67px !important;
    height: 67px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 24px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .btn {
    overflow: hidden;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 130px !important;
    height: 36px;
    margin: 5px auto 0 auto !important;
    line-height: 36px;
    overflow-wrap: break-word;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
  }

  #modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner .balloon.balloon-xl .balloon-inner .balloon-description p {
    line-height: 20px;
  }

  #modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 22px !important;
  }

  #modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 22px !important;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena.guia-escena-inicial::before {
    width: 170px;
    height: 230px;
    -webkit-transform: translateX(20%) translateY(-50%);
    transform: translateX(20%) translateY(-50%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena img {
    max-height: 200px;
    -webkit-transform: translateX(-120px) translateY(0);
    transform: translateX(-120px) translateY(0)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena::before {
    width: 150px;
    height: 200px;
    -webkit-transform: translateX(-30%) translateY(-40%);
    transform: translateX(-30%) translateY(-40%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon {
    width: 160px;
    height: 160px;
    -webkit-transform: translateX(100px) translateY(-70%);
    transform: translateX(100px) translateY(-70%);
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 15px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-xs {
    font-size: 10px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-sm {
    font-size: 14px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg {
    font-size: 19px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl {
    width: 250px !important;
    height: 250px !important;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-user {
    width: 67px !important;
    height: 67px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 24px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 17px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .btn {
    overflow: hidden;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 130px !important;
    margin: 5px auto 0 auto !important;
    overflow-wrap: break-word;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
  }

  #modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 22px !important;
  }

  #modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 14px !important;
  }
}

@media only screen and (min-width:1024px) and (max-width:1439px) {
  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena.guia-escena-inicial::before {
    -webkit-transform: translateX(-10%) translateY(-30%);
    transform: translateX(-10%) translateY(-30%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena img {
    max-height: 500px;
    -webkit-transform: translateX(130px) translateY(0);
    transform: translateX(130px) translateY(0)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena::before {
    -webkit-transform: translateX(-130%) translateY(-30%);
    transform: translateX(-130%) translateY(-30%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon {
    -webkit-transform: translateX(-500px) translateY(-300px);
    transform: translateX(-500px) translateY(-300px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-xs {
    font-size: 10px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-sm {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg {
    font-size: 16px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg-xs {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg-sm {
    font-size: 14px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg-lg {
    font-size: 19px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl {
    -webkit-transform: translateX(-100%) translateY(-70%);
    transform: translateX(-100%) translateY(-70%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
  }
}

@media only screen and (min-width:1440px) {
  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena.guia-escena-inicial::before {
    -webkit-transform: translateX(-10%) translateY(-30%);
    transform: translateX(-10%) translateY(-30%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena img {
    max-height: 500px;
    -webkit-transform: translateX(100px) translateY(0);
    transform: translateX(100px) translateY(0)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .guia-escena::before {
    -webkit-transform: translateX(-150%) translateY(-30%);
    transform: translateX(-150%) translateY(-30%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon {
    -webkit-transform: translateX(-600px) translateY(-300px);
    transform: translateX(-600px) translateY(-300px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-xs {
    font-size: 10px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-sm {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg {
    font-size: 16px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg-xs {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg-sm {
    font-size: 14px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg-lg {
    font-size: 19px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl {
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.landscape .balloon.balloon-xl .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@media only screen and (max-width:479px) {
  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena.guia-escena-inicial::before {
    width: 170px;
    height: 230px;
    -webkit-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena img {
    max-height: 200px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena::before {
    width: 150px;
    height: 200px;
    -webkit-transform: translateX(0) translateY(-40%);
    transform: translateX(0) translateY(-40%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon {
    width: 160px;
    height: 160px;
    -webkit-transform: translateX(-30%) translateY(-240px);
    transform: translateX(-30%) translateY(-240px);
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 15px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-xs {
    font-size: 10px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-sm {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg {
    font-size: 16px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-sm {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translateX(-30%) translateY(-270px);
    transform: translateX(-30%) translateY(-270px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl {
    width: 250px !important;
    height: 250px !important;
    -webkit-transform: translateX(-50%) translateY(-250px);
    transform: translateX(-50%) translateY(-250px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-user {
    width: 67px !important;
    height: 67px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 24px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .btn {
    overflow: hidden;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 130px !important;
    height: 36px;
    margin: 5px auto 0 auto !important;
    line-height: 36px;
    overflow-wrap: break-word;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 21px !important
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena.guia-escena-inicial::before {
    width: 170px;
    height: 230px;
    -webkit-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena img {
    max-height: 200px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena::before {
    width: 150px;
    height: 200px;
    -webkit-transform: translateX(0) translateY(-40%);
    transform: translateX(0) translateY(-40%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon {
    width: 160px;
    height: 160px;
    -webkit-transform: translateX(-30%) translateY(-240px);
    transform: translateX(-30%) translateY(-240px);
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 15px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-xs {
    font-size: 10px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-sm {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg {
    font-size: 16px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl {
    width: 250px !important;
    height: 250px !important;
    -webkit-transform: translateX(-50%) translateY(-250px);
    transform: translateX(-50%) translateY(-250px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-user {
    width: 67px !important;
    height: 67px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-title {
    font-size: 24px !important
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 17px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .btn {
    overflow: hidden;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 100px !important;
    margin: 5px auto 0 auto !important;
    overflow-wrap: break-word;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
  }

  #modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .balloon-description {
    font-size: 14px
  }

  #modal-guia.parvulo-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-inner .btn {
    width: 130px !important;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena.guia-escena-inicial::before {
    -webkit-transform: translateX(-30%) translateY(-30%);
    transform: translateX(-30%) translateY(-30%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena img {
    max-height: 400px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .guia-escena::before {
    -webkit-transform: translateX(-120%) translateY(-40%);
    transform: translateX(-120%) translateY(-40%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon {
    -webkit-transform: translateX(-100%) translateY(-180%);
    transform: translateX(-100%) translateY(-180%)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-xs {
    font-size: 10px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-sm {
    font-size: 12px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon .balloon-wrapper .balloon-inner .balloon-description.font-lg {
    font-size: 16px
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl {
    width: 342px !important;
    height: 342px !important;
    -webkit-transform: translateX(-80%) translateY(-450px);
    transform: translateX(-80%) translateY(-450px)
  }

  #modal-guia .modal-guia-inner .cont-modal-guia .im .im-inner.portrait .balloon.balloon-xl .balloon-wrapper .balloon-arrow {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
  }
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 90%;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  background: #fff;
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-pagination .owl-page.active {
  background: #4f4f4f
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 830px;
  height: 100%;
  margin: 0 auto;
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev {
  position: relative;
  bottom: 0;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #9dae2f;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .77);
  font-family: 'travel-regular', sans-serif;
  font-size: 14px;
  line-height: 40px;
}

@media only screen and (max-width:479px) {

  #modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra,
  #modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next,
  #modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev {
    width: 100px;
    padding: 0 15px !important
  }
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra:hover,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next:hover,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev:hover {
  background-color: #fff
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra::after,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next::after,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev::after {
  position: absolute;
  top: 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-indent: 0;
  pointer-events: none;
  color: #9dae2f;
  font-family: sodexo, sans-serif;
  font-size: 18px;
  -ms-pointer-events: none;
  -moz-align-items: center;
  -ms-align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev {
  padding: 0 25px 0 15px;
  text-align: right;
  background-size: 12px;
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev::after {
  left: 0;
  content: "\f104";
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev:hover {
  background-position: 5px center
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next {
  padding: 0 15px 0 25px;
  text-align: left;
  background-size: 12px;
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra::after,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next::after {
  right: 0;
  content: "\f105";
}

#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra:hover,
#modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next:hover {
  background-position: 135px center
}

@media only screen and (max-width:479px) {

  #modal-guia .modal-guia-inner .cont-modal-guia.portrait .owl-controls .owl-buttons .extra,
  #modal-guia .modal-guia-inner .cont-modal-guia.portrait .owl-controls .owl-buttons .owl-next,
  #modal-guia .modal-guia-inner .cont-modal-guia.portrait .owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    padding: 0;
    text-indent: 50px;
    background-position: center center
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {

  #modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .extra,
  #modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-next,
  #modal-guia .modal-guia-inner .cont-modal-guia .owl-controls .owl-buttons .owl-prev {
    width: 40px;
    height: 40px;
    padding: 0;
    text-indent: 50px;
    background-position: center center
  }
}

#modal-guia #btn-cerrar-m {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 3px solid #29295c;
  border-radius: 50%;
  background: url(../images/home/encuesta/btn_cerrar_encuesta.gif) no-repeat center center;
  background-size: cover;
}

#modal-guia #btn-cerrar-m:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.floating {
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(4%);
    transform: translateY(4%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(8%)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

#rfavorito {
  height: auto !important;
  text-align: center !important;
}

#rfavorito .imgF {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#rfavorito .imgF img {
  margin: 0 auto;
}

#rfavorito span {
  font-size: 12px;
}

#rfavorito h5 {
  margin: 5px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  color: #7b93a1;
  font-size: 16px;
}

@media (max-width: 768px) {
  .row .col-xs-alignment-text-center {
    text-align: center;
  }

  .row .col-xs-alignment-text-center h4 {
    margin-bottom: 10px;
    text-align: center;
  }
}

.limited-size .chosen-container .chosen-results {
  max-height: 115px;
}

/*Rediseño Sector restaurantes*/

.new-restaurant,
.ultimos-consumos {
  padding-right: 5px;
  padding-left: 5px;
}

.ultimos-consumos p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  .new-restaurant,
  .ultimos-consumos {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .new-restaurant {
    border-bottom: 1px solid #d0dde3;
  }
}

.new-restaurant .page-section_subtitle,
.ultimos-consumos .page-section_subtitle {
  display: block;
  text-align: center;
}

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

  .new-restaurant .page-section_subtitle,
  .ultimos-consumos .page-section_subtitle {
    height: 130px;
  }
}

.new-restaurant .page-section_subtitle .icon,
.ultimos-consumos .page-section_subtitle .icon {
  margin: 0px auto 10px;
}

.restaurant-item {
  width: 100%;
}

.restaurant-item .restaurant-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 190px;
  padding-right: 10px;
  padding-left: 10px;
}

.restaurant-item .restaurant-logo {
  position: relative;
  width: 33.333333%;
}

.restaurant-item .restaurant-logo .marca {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.restaurant-item .restaurant-logo .promo {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: auto;
}

.restaurant-item .restaurant-contenido {
  width: 58.33333333%;
  margin-left: 15px;
  text-align: left;
  word-wrap: break-word;
}

.restaurant-item .restaurant-contenido.not-logo {
  width: 100%;
  margin-left: 0px;
}

.restaurant-item .restaurant-contenido .titulo {
  color: #3f4a56;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.restaurant-item .restaurant-contenido .categoria {
  color: #8ea1a9;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.restaurant-item .restaurant-contenido .ubicacion {
  color: #3f4a56;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.restaurant-item .restaurant-favorito {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  color: #8ea1a9;
  font-size: 14px;
  font-weight: bold;
}

.restaurant-item .restaurant-favorito .votos {
  padding-left: 25px;
  text-align: left;
  background-image: url("../images/iconos/ico_corazon-rojo.png");
  background-repeat: no-repeat;
  background-position: 0px;
}

.restaurant-item .restaurant-favorito .votos span {
  display: block;
}

.restaurant-item .restaurant-favorito .menu {
  padding-left: 20px;
  text-align: left;
  background-image: url("../images/iconos/ico_cubiertos-celeste.png");
  background-repeat: no-repeat;
  background-position: 0px;
}

.restaurant-item .restaurant-favorito .menu span {
  display: block;
}

.restaurant-item .restaurant-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #d0dde3;
}

.restaurant-item .restaurant-footer span {
  height: 17px;
  padding-left: 15px;
  background-image: url("../images/iconos/ico_marcador.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  font-size: 14px;
}

.border .col-xs-12 {
  border-right: 1px solid #e9eff2;
}

.border .col-xs-12:last-child {
  border-right: 0px;
}

@media (max-width: 767px) {
  .restaurant-item img.center-block.responsive-img {
    margin-bottom: 30px;
  }

  .border .col-xs-12 {
    border-right: 0px;
  }

  .restaurant-item .restaurant-footer {
    padding-top: 0px;
    border-top: 0px;
  }
}

#grafico-contenedor {
  width: auto;
}

#chartjs-tooltip {
  max-width: 50px;
  height: auto;
}

#slider-banners .item__image {
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
}

#slider-banners .item__image img {
  width: 100%;
}

#slider-banners .item__image .item__image--full {
  width: calc(100vw - 20px);
}

#slider-banners .item__info {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

#slider-banners .item__info.item__info--relative {
  position: relative;
}

#slider-banners .item__info .btn {
  min-width: auto;
  height: auto;
  margin-top: 13px;
  margin-bottom: 0;
  padding: 10px 25px 10px 15px;
  text-transform: uppercase;
  border-radius: 4px;
  background-position: 94%;
  font-family: 'travel-light', sans-serif;
  font-size: 12px;
  line-height: normal;
}

#slider-banners .item__info .btn::after {
  content: none;
}

#slider-banners .item__info .btn b {
  font-family: 'travel-bold', sans-serif;
  padding-left: 5px;
}

@media (max-width: 991px) {
  #slider-banners .item__info .btn {
    font-size: 11px;
    padding: 7px 20px 7px 9px;
    margin-top: 8px;
    background-size: 7px;
  }
}

@media (max-width: 767px) {
  #slider-banners .item__info .btn {
    font-size: 2vw;
    padding: 6px 20px 5px 9px;
  }
}

#slider-banners .item__info .item__pagoonline {
  position: absolute;
  top: 125px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

/* Pago Online */

#slider-banners .item__info .item__pagoonline p {
  width: 265px;
  padding: 0px 10px;
  text-align: center;
}

#slider-banners .item__info .item__pagoonline-mobile {
  display: block;
  padding: 20px 15px;
  background-image: url("../images/interior/banner-pago_mobile.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #545c65;
}

#slider-banners .item__info .item__pagoonline-mobile h1 {
  text-transform: uppercase;
  font-family: 'travel-bold', sans-serif;
}

#slider-banners .item__info .item__pagoonline-mobile h3 {
  text-transform: uppercase;
  font-family: 'travel-bold', sans-serif;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  #slider-banners .item__info .item__pagoonline-mobile {
    display: none;
  }
}

/* 18 de Septiembre */

#slider-banners .item__info .item__septiembre_18 {
  position: absolute;
  z-index: 1;
  left: 45px;
  top: 72px;
  max-width: 344px;
}

#slider-banners .item__info .item__septiembre_18 h4 {
  color: #30b4e4;
  font-family: 'travel-bold', sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
}

#slider-banners .item__info .item__septiembre_18 p {
  color: #fff;
  font-family: , sans-serif;
}

@media (max-width: 1024px) {
  #slider-banners .item__info .item__septiembre_18 {
    left: 35px;
    top: 35px;
  }
}

@media (max-width: 991px) {
  #slider-banners .item__info .item__septiembre_18 {
    left: 25px;
    top: 25px;
  }
}

@media (max-width: 768px) {
  #slider-banners .item__info .item__septiembre_18 {
    left: 35px;
    top: 39px;
    max-width: 50%;
  }

  #slider-banners .item__info .item__septiembre_18 h4 {
    font-size: 24px;
  }

  #slider-banners .item__info .item__septiembre_18 p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 567px) {
  #slider-banners .item__info .item__septiembre_18 {
    left: 25px;
    top: 16px;
    max-width: 60%;
  }

  #slider-banners .item__info .item__septiembre_18 h4 {
    margin-bottom: 0;
    font-size: 5vw;
  }

  #slider-banners .item__info .item__septiembre_18 p {
    font-size: 3vw;
  }
}

/* Descarga la APP */

#slider-banners .item__info .item__app {
  position: absolute;
  z-index: 1;
  max-width: 400px;
  text-align: center;
  top: 20px;
  left: 50px;
}

@media (max-width: 991px) {
  #slider-banners .item__info .item__app {
    left: 20px;
    top: 0;
  }
}

@media (max-width: 767px) {
  #slider-banners .item__info .item__app {
    max-width: none;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

#slider-banners .item__info .item__app h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  margin-bottom: 0;
  font-family: 'travel-regular', sans-serif;
}

@media (max-width: 991px) {
  #slider-banners .item__info .item__app h4 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  #slider-banners .item__info .item__app h4 {
    margin-bottom: 10px;
  }
}

#slider-banners .item__info .item__app p {
  color: #fff;
  font-family: 'travel-light', sans-serif;
}

#slider-banners .item__info .item__app-download a {
  display: inline-block;
}

@media (max-width: 767px) {
  #slider-banners .item__info .item__app-download a {
    display: block;
  }
}

#slider-banners .item__info .item__app-download a>img {
  max-width: 180px;
  display: inline-block;
}

@media (min-width: 768px) {
  #slider-banners .item__info .item__app-download a>img {
    max-width: 150px;
  }
}


#slider-banners .paginacion {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  text-align: center;
}

#slider-banners .paginacion span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #cdc9c9;
  margin-right: 5px;
  cursor: pointer;
  color: transparent;
}

#slider-banners .paginacion span.cycle-pager-active {
  background-color: #0e71b8;
}