﻿@charset "UTF-8";
/*
	  =====================
	  Base
	  =====================
	*/
/*
	===================== 
	colores 
	=====================
*/
/*
	===================== 
	Prefix proyecto 
	=====================
*/
/*
	===================== 
	Fuentes 
	=====================
*/
/*
	===================== 
	Media queries 
	=====================
*/
/*
	=====================     
	Tamaños tipográficos
	=====================
*/
/*
	=====================     mixins =====================
*/
/*
	===================== fin mixins =====================
*/
/*
	===================== margenes =====================
*/
/*
	===================== fin margenes =====================
*/
* {
  padding: 0;
  margin: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
}

/**********Mod Jescalantes MEDIA**********/
@media (max-width: 767px) {
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .beco-header__user .beco-user__close {
        float: right !important;
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
}

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

/*
  =====================
  Base 
  =====================
*/


html {
  position: relative;
  min-height: 100%;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

html a {
  cursor: pointer;
}

body, html {
  height: 100%;
}

/*
  =====================
  Global 
  =====================
*/
.beco-main {
  position: relative;
}

.beco-container {
  width: 940px;
  max-width: 94%;
  margin: auto;
}

@media (max-width: 767px) {
  .beco-container {
    overflow: hidden;
  }
  .beco-container .beco-reset-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .beco-container .beco-reset-sm [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.beco-margin {
  margin-top: 20px;
}

.beco-font-regular {
  font-weight: 400;
}

.beco-font-semibold {
  font-weight: 600;
}

.beco-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 32px;
}

.beco-subtitle {
  font-weight: 400;
}

.beco-subtitle a {
  color: currentColor;
  pointer-events: none;
}

.beco-color-primary {
  color: #FA9600;
}

/*
  =====================
  Títulos 
  =====================
*/
h1,
.beco-h1,
h2,
.beco-h2,
h3,
.beco-h3,
h4,
.beco-h4,
.beco-table caption,
.beco-table--simple caption,
h5,
.beco-h5,
h6,
.beco-h6 {
  transition: .3s ease;
  line-height: 120%;
}

@media (min-width: 992px) {
  h1,
  .beco-h1 {
    font-size: 40px;
  }
  h2,
  .beco-h2 {
    font-size: 28px;
  }
  h3,
  .beco-h3 {
    font-size: 24px;
  }
  h4,
  .beco-h4,
  .beco-table caption,
  .beco-table--simple caption {
    font-size: 20px;
  }
  h5,
  .beco-h5 {
    font-size: 16px;
  }
  h6,
  .beco-h6 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  h1,
  .beco-h1 {
    font-size: 26px;
  }
  h2,
  .beco-h2 {
    font-size: 23px;
  }
  h3,
  .beco-h3 {
    font-size: 20px;
  }
  h4,
  .beco-h4,
  .beco-table caption,
  .beco-table--simple caption {
    font-size: 18px;
  }
  h5,
  .beco-h5 {
    font-size: 16px;
  }
  h6,
  .beco-h6 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .beco-hidden-md {
    display: none !important;
  }
  .beco-show-md {
    display: initial !important;
  }
  .beco-offset {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .beco-show-md {
    display: none !important;
  }
  .beco-offset {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .beco-show-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .beco-hidden-sm {
    /*display: none !important;*/
    display: block !important;
  }
}

@media (min-width: 800px) {
  .beco-show-sm2 {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .beco-hidden-sm2 {
    display: none !important;
  }
}

/*
	  =====================
	  Estructura
	  =====================
	*/
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}

@media (min-width: 992px) {
  .container {
    max-width: 96%;
    width: 96%;
  }
}

@media (max-width: 1199px) {
  .col-md-12 + .col-md-12 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .col-sm-12 + .col-sm-12 {
    margin-top: 40px;
  }
  .container {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .col-xs-12 + .col-xs-12 {
    margin-top: 40px;
  }
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid .reset-row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid .reset-row > .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

.row {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

@media (max-width: 768px) {
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.row--reset {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.row--reset [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/*
  modificacion row gutter
*/
.row.row-col-min {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row-col-min [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.beco-header {
  background-color: white;
  /*===================== user ===================== */
}


.beco-header a {
  color: white;
}

.beco-header__text {
  font-size: 13px;
  color: white;
  padding: 8px 0;
  background-color: #FA9600;
}

.beco-header__text p {
  font-weight: 400;
}

@media (min-width: 768px) {
  .beco-header__logo {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .beco-header__logo {
    padding: 15px 0;
    text-align: center;
  }
  .beco-header__logo img {
    height: 24px;
    width: auto;
  }
  .beco-header__text {
    text-align: center;
  }
}

.beco-header__user {
  overflow: hidden;
  float: right;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .beco-header__user {
    display: block;
    float: inherit !important;
    margin-top: 5px !important;
  }
}

.beco-header__user .beco-icon-user {
  width: 33px;
  height: 33px;
  float: left;
  background: url("../../dist/img/icon-user.svg") 0 0 no-repeat;
}

.beco-header__user .beco-user__inner {
  float: left;
  width: calc(100% - 53px);
  margin-left: 20px;
}

.beco-header__user .beco-user__welcome {
  font-size: 11px;
  color: #646C74;
  font-weight: bold;
}

.beco-header__user .beco-user__name {
  font-size: 15px;
  color: #222;
  font-weight: 700;
}

.beco-header__user .beco-user__close {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  color: #222;
}

/*
		=====================
		Componentes
		=====================
	*/
.beco {
  /*
        =====================
        botones 
        =====================
    */
  /*
        =====================
        alinear 
        =====================
    */
  /*
        =====================
        Links 
        =====================
    */
}

.beco-btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: 700;
  font-size: 13px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .beco-btn {
    padding: 8px 45px;
  }
}

@media (max-width: 767px) {
  .beco-btn {
    padding: 14px 45px;
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .beco-btn {
    display: block;
    width: 100%;
  }
}

.beco-btn-primary {
  transition: .2s;
  color: white;
  background-color: #FA9600;
}

.beco-btn-primary:hover {
  background-color: #E38C0B;
}

.beco-btn-second {
  transition: .2s;
  color: white;
  background-color: #646C74;
}

.beco-btn-second:hover {
  background-color: #5F656B;
}

.beco-btn-action {
  transition: .2s;
  color: white;
  background-color: #B72A2F;
}

.beco-btn-action:hover {
  background-color: #AA2630;
}

.beco-buttons .beco-right {
  float: right;
}

.beco-buttons-center {
  display: table;
  margin: 0px auto 0;
}

@media (min-width: 768px) {
  .beco-buttons {
    margin-top: 0x;
  }
}

@media (max-width: 767px) {
  .beco-buttons {
    margin-top: 20px;
    margin-right: -12px;
  }
  .beco-buttons [class*="col-"] + [class*="col-"] {
    margin-top: 0px;
  }
}

.beco-text-links {
  color: #094A99;
  position: relative;
  display: inline-block;
}

.beco-text-links.beco-underline:after {
  opacity: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .beco-text-links:after {
    content: '';
    width: 0;
    height: 1px;
    opacity: 0;
    transition: .2s;
    background-color: #094A99;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .beco-text-links:hover {
    color: #094A99 !important;
  }
  .beco-text-links:hover:after {
    width: 100%;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .beco-text-links {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .beco-text-links.beco--small {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .beco-text-links.beco--small {
    font-size: 16px;
  }
}

.beco {
  /*
		=====================
		formulario - input
		=====================
	*/
  /*
		=====================
		login - home
		=====================
	*/
  /*
		=====================
		serie - home
		=====================
	*/
  /*
		=====================
		captcha - home
		=====================
	*/
  /*
		=====================
		circulos - home
		=====================
	*/
  /*
		=====================
		Inner
		=====================
	*/
  /*
			=====================
			cont links
			=====================
		*/
  /*
			=====================
			history
			=====================
		*/
  /*
			=====================
			pay bg
			=====================
		*/
  /*
			=====================
			table
			=====================
		*/
  /*
			=====================
			total pagado
			=====================
		*/
  /*
		=====================
		Checkbox
		=====================
	*/
  /*
		=====================
		radio
		=====================
	*/
  /*
		=====================
		beco-paginator
		=====================
	*/
  /*
		=====================
		iframe
		=====================
	*/
  /*
		=====================
		success
		=====================
	*/
  /*
		=====================
		legales
		=====================
	*/
  /*
		=====================
		iconos
		=====================
	*/
}

.beco-form {
  clear: both;
  /*===================== separar ===================== */
}

.beco-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.beco-form__input {
  background-image: linear-gradient(-180deg, #F0F0F0 0%, #FFFFFF 100%);
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #7B7B7B;
  transition: .2s ease-in-out;
}

.beco-form__input:focus {
  border-color: #FA9600;
}

.beco-form__error {
  color: #B72A2F;
  font-size: 14px;
}

.beco-form + .beco-form {
  margin-top: 15px;
}

.beco-login h1 {
  font-size: 32px;
}

.beco-login h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}

@media (min-width: 768px) {
  .beco-login {
    padding-top: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .beco-login h1 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .beco-login h1 {
    margin-bottom: 15px;
  }
  .beco-login h2 {
    margin-bottom: 24px;
  }
  .beco-login .beco-wrap-circle {
    padding: 32px;
    border-top: 16px solid #FA9600;
    background-color: #F5F5F5;
  }
}

@media (max-width: 767px) {
  .beco-login {
    margin-top: 22px;
  }
  .beco-login:after {
    content: '';
    width: 100%;
    height: 282px;
    background-color: #EEEEEE;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .beco-login h2 {
    margin-bottom: 17px;
    font-size: 26px;
  }
  .beco-login .beco-container {
    overflow: hidden;
  }
  .beco-login .beco-col-circle {
    background-color: #EEEEEE;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    height: 282px;
  }
}

.beco-serial {
  margin-top: 4px;
}

.beco-serial img {
  display: block;
  margin-top: 5px;
}

.beco-serial .beco-carnet {
  display: block;
}

.beco-captcha {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .beco-captcha {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .beco-captcha {
    margin-top: 24px;
  }
}

.beco-circle {
  /*===================== separar ===================== */
}

.beco-circle__number {
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .beco-circle__number {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .beco-circle__number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
}

.beco-circle--color1 {
  background-color: #5C3261;
}

.beco-circle--color2 {
  background-color: #B72A2F;
}

.beco-circle--color3 {
  background-color: #D7590F;
}

.beco-circle--color4 {
  background-color: #AA2630;
}

@media (min-width: 768px) {
  .beco-circle__number, .beco-circle__text {
    display: inline-block;
    vertical-align: top;
  }
  .beco-circle__number {
    margin-top: 3px;
  }
  .beco-circle__text {
    width: calc(100% - 85px);
    margin-left: 20px;
  }
  .beco-circle + .beco-circle {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .beco-circle {
    text-align: center;
    padding: 0 20px;
  }
  .beco-circle__number {
    display: table;
    margin: 0 auto 16px;
  }
}

.beco-inner {
  margin-top: 22px;
  padding-bottom: 70px;
}

.beco-cont-links h3 {
  font-weight: 400;
}

.beco-cont-links .beco-text-links {
  color: #333333;
}

.beco-cont-links .beco-text-links:after {
  background-color: currentColor;
}

@media (min-width: 768px) {
  .beco-cont-links {
    margin-top: 28px;
  }
  .beco-cont-links h3 {
    margin-right: 12px;
  }
  .beco-cont-links h3,
  .beco-cont-links ul {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .beco-cont-links {
    margin-top: 20px;
  }
  .beco-cont-links h3 {
    margin-bottom: 7px;
  }
}

@media (min-width: 550px) {
  .beco-cont-links li {
    display: inline-block;
  }
  .beco-cont-links li + li {
    margin-left: 20px;
    border-left: 1px solid #333333;
    padding-left: 20px;
  }
  
}

@media (max-width: 549px) {
  .beco-cont-links li {
    margin-top: 20px;
  }
  .beco-cont-btn .beco-btn {
    float: unset !important;
    }
}

.beco-history {
  margin-top: 20px;
}

.beco-list-number {
  clear: both;
  overflow: hidden;
  /*===================== modificar ===================== */
}

.beco-list-number li {
  text-align: center;
  float: left;
  margin-right: 26px;
  margin-bottom: 5px;
}

.beco-list-number--block li {
  display: block;
  float: none;
  text-align: left;
}

.beco-list-number--block li span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400 !important;
}

.beco-list-number--block li .beco-list__text {
  margin-left: 20px;
}

.beco-list__color {
  width: 20px;
  display: block;
  border-radius: 2px;
  background-color: #D8D8DA;
}

.beco-list__color.beco-pagado + span, .beco-list__color.beco-abonado + span, .beco-list__color.beco-proceso + span {
  font-weight: bold;
}

.beco-list__color.beco-pagado {
  background-color: #73AA34;
}

.beco-list__color.beco-abonado {
  background-color: #FA9600;
}

.beco-list__color.beco-proceso {
  background-color: #5D9FF2;
}

@media (min-width: 768px) {
  .beco-list__color {
    height: 12px;
  }
}

@media (max-width: 767px) {
  .beco-list__color {
    height: 20px;
  }
}

.beco-box-bg {
  padding: 13px;
  display: inline-block;
  min-width: 220px;
  background-color: #EEEEEE;
}

.beco-box-bg p {
  text-transform: uppercase;
}

.beco-box-bg__pay {
  font-weight: bold;
}

@media (min-width: 768px) {
  .beco-box-bg + .beco-box-bg {
    margin-left: 18px;
  }
}

@media (max-width: 767px) {
  .beco-box-bg {
    display: block;
  }
  .beco-box-bg + .beco-box-bg {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .beco-cont-table {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .beco-cont-table {
    margin-top: 32px;
  }
}

.beco-table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border: 1px solid #DDD;
  border-collapse: collapse;
}

.beco-table caption {
  text-align: left;
  margin-bottom: 20px;
  color: black;
}

.beco-table thead tr {
  background-color: #999;
}

.beco-table thead th {
  height: 40px;
  color: white;
  padding: 0 6px;
}

@media (min-width: 800px) {
  .beco-table tr .beco-tool-static.beco-active:after {
    content: attr(data-text);
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 11px;
    line-height: 15px;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 175px;
    text-align: left;
    font-size: 11px;
    display: block;
    color: #333333;
  }
}

@media (min-width: 800px) and (max-width: 1090px) {
  .beco-table tr .beco-tool-static.beco-active:after {
    left: -80px;
  }
}

@media (min-width: 800px) {
  .beco-table {
    text-align: center;
  }
  .beco-table th,
  .beco-table td {
    font-size: 15px;
  }
  .beco-table thead th + th {
    border-left: 1px solid white;
  }
  .beco-table tbody tr:nth-child(2n) {
    background-color: #EEEEEE;
  }
  .beco-table tbody td {
    padding: 8px 6px;
  }
  .beco-table tbody td + td {
    border-left: 1px solid #DDD;
  }
  .beco-table tbody .beco-th {
    display: none;
  }
  .beco-table .beco-form {
    display: inline-block;
    vertical-align: middle;
  }
  .beco-table .beco-form input {
    width: 120px;
  }
}

@media (max-width: 799px) {
  .beco-table {
    border: 0;
  }
  .beco-table thead {
    display: none;
  }
  .beco-table tbody tr,
  .beco-table tbody td {
    display: block;
  }
  .beco-table tbody tr {
    border: 1px solid #EEEEEE;
  }
  .beco-table tbody tr td {
    /*text-align: center;*/
    font-size: 16px;
    padding: 13px;
  }
  .beco-table tbody tr td + td {
    border-top: 1px solid #EEEEEE;
  }
  .beco-table tbody tr + tr {
    margin-top: 10px;
  }
  .beco-table tbody .beco-th {
    display: block;
    color: #333;
    font-weight: 600;
  }
  .beco-table tbody .beco-bold {
    font-weight: bold;
    color: #7B7B7B;
  }

  /***************************************/
  /* Force table to not be like tables anymore */
    .beco-table table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 55% !important;
    }

    td:before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 6px;
        padding-left: 16px;
        white-space: nowrap;
        line-height: 2.6em;
        display: table-cell;
        background: #EEEEEE;
        margin-left: -6px;
        top: 0 !important;
        bottom: 0 !important;
        margin-top: !important;
        margin-bottom: !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 3.6em !important;
        color:#333;
    }

        /*********Cuadro Esquema de Pago*************/
        #dataTableDetalleGrilla td:nth-of-type(1):before {
            content: "Seleccione";
        }

        #dataTableDetalleGrilla td:nth-of-type(2):before {
            content: "Cuota N°";
        }

        #dataTableDetalleGrilla td:nth-of-type(3):before {
            content: "Fch. Vencimiento";
        }

        #dataTableDetalleGrilla td:nth-of-type(4):before {
            content: "Estado";
        }

        #dataTableDetalleGrilla td:nth-of-type(5):before {
            content: "Valor Cuota";
        }

        #dataTableDetalleGrilla td:nth-of-type(6):before {
            content: "Abonado";
        }

        #dataTableDetalleGrilla td:nth-of-type(7):before {
            content: "Monto a pagar";
        }

        /*****Modal detalle pagos******/
        #dataTablePagosGrilla_wrapper td:nth-of-type(1):before {
            content: "Cuota N°";
            text-align: left;
        }

        #dataTablePagosGrilla_wrapper td:nth-of-type(2):before {
            content: "Monto Pagado";
            text-align: left;
        }

        #dataTablePagosGrilla_wrapper td:nth-of-type(3):before {
            content: "Fch. Pago";
            text-align: left;
        }

        /*****Modal detalle abonos******/
        #dataTableAbonosGrilla_wrapper td:nth-of-type(1):before {
            content: "Cuota N°";
            text-align: left;
        }

        #dataTableAbonosGrilla_wrapper td:nth-of-type(2):before {
            content: "Monto Abonado";
            text-align: left;
        }

        #dataTableAbonosGrilla_wrapper td:nth-of-type(3):before {
            content: "Fch. Pago";
            text-align: left;
        }
        
        /*********In process pay***********/
        #ErrorEnProceso td:nth-of-type(1):before {
            content: "Motivo";
        }

        /*********Rechazado***********/
       #ErrorDetectado td:nth-of-type(1):before {
            content: "Posibles Causas";
        }

        /*********Exito***********/
        #beco-success__table td:nth-of-type(1):before {
            content: "Nombre";
        }

        #beco-success__table td:nth-of-type(2):before {
            content: "Rut";
        }

        #beco-success__table td:nth-of-type(3):before {
            content: "Autorización";
        }

        #beco-success__table td:nth-of-type(4):before {
            content: "Fch. Pago";
        }

        #beco-success__table td:nth-of-type(5):before {
            content: "N° Facilidad";
        }

        #beco-success__table td:nth-of-type(6):before {
            content: "Medio de Pago";
        }

        /*********Exito Pago***********/

        #beco-success__pay td:nth-of-type(1):before {
            content: "Cuotas";
        }

        #beco-success__pay td:nth-of-type(2):before {
            content: "Mnto. Pagado";
        }

        #beco-success__pay td:nth-of-type(3):before {
            content: "Mnto. Abonado";
        }

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

  .beco-table--hidden-xs tbody tr:not(.beco-pagar) {
    display: none;
  }
  .beco-table--hidden-xs tbody td:first-child {
    display: none;
  }
  .beco-table--hidden-xs tbody td:nth-child(2) {
    background-color: #999;
  }
  .beco-table--hidden-xs tbody td:nth-child(2) span {
    color: white;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
  .beco-table--success tbody td:nth-child(1) {
    background-color: #999;
  }
  .beco-table--success tbody td:nth-child(1) span {
    color: white;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
}

.beco-table--simple {
  width: 100% !important;
  max-width: 100% !important;
  border-spacing: 0;
  border: 1px solid #DDD;
  border-collapse: collapse;
}

.beco-table--simple caption {
  text-align: left;
  margin-bottom: 20px;
  color: black;
}

.beco-table--simple th,
.beco-table--simple td {
  font-size: 15px;

}

.beco-table--simple thead tr {
  background-color: #999;
}

.beco-table--simple thead th {
  height: 40px;
  color: white;
  padding: 6px;
}

.beco-table--simple tbody tr:nth-child(2n) {
  background-color: #EEEEEE;
}

.beco-table--simple tbody td {
  text-align: center;
  padding: 18px 6px;
}

.beco-table--simple tbody td + td {
  border-left: 1px solid #DDD;
}

.beco-table-column {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.beco-table-column tbody th,
.beco-table-column tbody td {
  text-align: left;
  padding: 8px 16px;
}

.beco-table-column tbody th {
  font-weight: 400;
}

.beco-table-column tbody tr:nth-child(odd) {
  background-color: #EEEEEE;
}

.beco-tool-static {
  display: inline-block;
  vertical-align: middle;
}

.beco-tool-static .beco-tooltip {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 14px;
  background-color: #094A99;
  transition: .2s background;
  text-align: center;
}

.beco-tool-static .beco-tooltip:hover {
  background-color: #0c61c9;
}

.tooltip-inner {
    max-width: 300px !important;
    width: 280px !important;
    padding: 3px 8px !important;
    color: #737373 !important;
    text-align: left !important;
    background-color:#fff !important;
    border-radius: 0 !important;
    border: 1px solid #737373 !important;
    font-size:11px !important;
}
.tooltip.in {
    opacity: 1 !important;
}


@media (min-width: 800px) {
  .beco-tool-static {
    margin-left: 7px;
    position: relative;
  }
  .beco-tool-static:after {
    content: attr(data-text);
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 11px;
    line-height: 15px;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 175px;
    text-align: left;
    font-size: 11px;
    display: none;
  }
}

@media (max-width: 799px) {
  .beco-tool-static {
    /*width: 100%;
    margin-top: 8px;*/
    text-align: left;
  }
  .beco-tool-static .beco-tooltip, .beco-tool-static:after {
    display: inline-block;
    vertical-align: middle;
  }
  .beco-tool-static:after {
    content: attr(data-text);
    font-size: 11px;
    width: calc(100% - 50px);
    margin-left: 8px;
    color: #333333;
  }
}

.beco-tag {
  border-radius: 14px;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 300px) {
  .beco-tag {
    width: 111px;
    display: table;
    margin: auto;
    line-height: 28px;
    color: white;
    background-color: #9B9B9B;
  }
  .beco-tag--pagada {
    background-color: #73AA34;
  }
  .beco-tag--abonada {
    background-color: #FA9600;
  }
  .beco-tag--procesada {
    background-color: #5D9FF2;
  }

  .beco-form__input {
    border: 1px solid #D6D6D6 !important;
    font-size: 16px !important;
    color: #333 !important;
  }
}

@media (max-width: 799px) {
  /*.beco-tag--pagada {
    color: #73AA34;
  }
  .beco-tag--abonada {
    color: #FA9600;
  }
  .beco-tag--procesada {
    color: #5D9FF2;
  }*/
}

.beco-download-cupon-marco {  
  padding: 0px 0px 30px;
  /*border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  margin-top: 10px;*/
  margin-left: 5px;
  text-align:center;  
  width:300px;


}

.beco-marco-text {
  font-size: 12px;     
  margin-left: 5px;
  color:#9B9B9B;    
}


.beco-download-cupon {  
  padding: 8px 4px;
  background-color:#D8D8DA;  
  margin-left: 10px;
  text-align:center;   
  border-radius: 4px;
  width:200px;
  height:40px;
}

.beco-download-cupon .beco__text {
  font-size: 15px;
  color:black;   
}

.beco-total-pay {
  background-color: #D8D8DA;
  padding: 8px 12px;
  margin-top: 20px;
}

.beco-total-pay .beco__text {
  font-size: 15px;
}

.beco-total-pay .beco__total {
  font-weight: bold;
  font-size: 24px;
  text-align: right;
}

@media (min-width: 800px) {
  .beco-total-pay {
    float: right;
    clear: both;
    display: inline-block;
    width: 300px;
  }
}

.beco-cont-btn {
  overflow: hidden;
  clear: both;
}

.beco-cont-btn .beco-btn {
  float: right;
}

.beco-cont-btn p {
  font-size: 14px;
  color: #646C74;
}

@media (min-width: 800px) {
  .beco-cont-btn {
    float: right;
    clear: both;
    display: inline-block;
    width: 300px;
  }
  .beco-cont-btn .beco-btn {
    width: 100%;
    margin-bottom: 7px;
    display: block;
  }
}

@media (max-width: 799px) {
  .beco-cont-btn {
    margin-top: 20px;
  }
  .beco-cont-btn p {
    display: none;
  }
}

.beco-btn-mobile {
  margin: 32px 0;
}

.beco-btn-mobile .beco-btn {
  display: block;
}

.beco-btn-mobile .beco-btn + .beco-btn {
  margin-top: 20px;
}

.beco-checkbox .beco__input {
  display: none;
}

.beco-checkbox .beco__input:checked + .beco__replace {
  background-color: #3B99FC;
  border-color: #3B99FC;
  background-image: url("../../dist/img/icon-checked.svg");
}

.beco-checkbox .beco__replace {
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
  border-radius: 2px;
  border: 1px solid #898EA3;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .3s ease-in-out;
}

.beco-checkbox--inline .beco__replace {
  display: inline-block;
}

.beco-checkbox--inline .beco__text {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 8px;
  width: calc(100% - 30px);
}

.beco-radio .beco__input {
  display: none;
}

.beco-radio .beco__input:checked + .beco__replace {
  background-color: #3B99FC;
  border-color: #3B99FC;
}

.beco-radio .beco label {
  display: inline-block;
  vertical-align: middle;
}

.beco-radio .beco-is-margin {
  margin-left: 20px;
}

.beco-radio .beco__replace {
  top: -1px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #898EA3;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .3s ease-in-out;
  position: relative;
}

.beco-radio .beco__replace:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.beco-select-radio .beco-pay-bg {
  margin-top: 14px;
  margin-left: 40px;
}

@media (min-width: 768px) {
  .beco-select-radio + .beco-select-radio {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .beco-select-radio + .beco-select-radio {
    margin-top: 22px;
  }
}

@media (min-width: 768px) {
  .beco-facilidad {
    margin-top: 38px;
  }
}

@media (max-width: 767px) {
  .beco-facilidad {
    margin-top: 30px;
  }
}

.beco-paginator {
  text-align: right;
  margin-top: 22px;
  clear: both;
}

.beco-paginator li {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}

@media (min-width: 768px) {
  .beco-paginator li + li {
    margin-left: 8px;
  }
}

.beco-paginator .beco-active a {
  color: white;
  background-color: #FA9600;
}

.beco-paginator a {
  color: #7B7B7B;
  display: block;
  padding: 2px 6px;
  transition: .2s ease-in-out;
}

.beco-paginator a:hover {
  color: black;
  background-color: #EEEEEE;
}

.beco-paginator .beco-prev a, .beco-paginator .beco-next a {
  height: 24px;
}

.beco-paginator .beco-prev a:before, .beco-paginator .beco-next a:before {
  position: relative;
  top: 6px;
}

.beco-paginator .beco-prev a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8px solid #CCC;
}

.beco-paginator .beco-prev a:hover:before {
  border-right-color: #7B7B7B;
}

.beco-paginator .beco-next a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #CCC;
}

.beco-paginator .beco-next a:hover:before {
  border-left-color: #7B7B7B;
}

.beco-iframe {
  text-align: center;
  padding: 20px;
  min-height: 540px;
  background-color: #EEEEEE;
}

.beco-iframe-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.beco-iframe-demo p {
  margin-right: 10px;
}

.beco-success__top {
  margin-bottom: 32px;
}

.beco-success__top i,
.beco-success__top h2 {
  display: inline-block;
  vertical-align: middle;
}

.beco-success__top h2 {
  width: calc(100% - 70px);
  margin-left: 23px;
  font-weight: 400;
}

.beco-success__timbre {
  clear: both;
  text-align: right;
  margin: 15px 0;
}

.beco-success__timbre img {
  display: block;
  float: right;
}

.beco-success__action {
  clear: both;
  padding: 12px;
  background-color: #F1F1F1;
}

.beco-success__action ul li a {
  font-size: 15px;
  color: #646C74;
}

.beco-success__action ul li a:hover span {
  color: black;
}

.beco-success__action ul li span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 550px) {
  .beco-success__action {
    text-align: center;
  }
  .beco-success__action li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .beco-success__action li span {
    margin-left: 17px;
  }
  .beco-success__action li + li {
    margin-left: 10%;
  }

}

@media (max-width: 549px) {
  .beco-success__action ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .beco-success__action li i,
  .beco-success__action li span {
    display: table;
    margin: auto;
  }
}

.beco-legal {
  clear: both;
  font-size: 11px;
}

@media (min-width: 768px) {
  .beco-legal {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .beco-legal {
    margin-top: 22px;
  }
}

.beco-icon-success {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url("../../dist/img/icon-success.svg") 0 0 no-repeat;
}

.beco-icon-print, .beco-icon-mail, .beco-icon-download {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.beco-icon-print, .beco-icon-mail {
  width: 20px;
}

.beco-icon-print {
  height: 18px;
  background-image: url("../../dist/img/icon-print.svg");
}

.beco-icon-mail {
  height: 16px;
  background-image: url("../../dist/img/icon-mail.svg");
}

.beco-icon-download {
  width: 14px;
  height: 17px;
  background-image: url("../../dist/img/icon-download.svg");
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  position: relative;
}

.modal-header .beco-modal-title {
  margin-bottom: 12px;
  font-weight: 400;
  padding-right: 30px;
}

.modal-header .close {
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
  background: url("../../dist/img/icon-close.png") 0 0 no-repeat;
}

.modal-header .close:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 690px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
  
  
}

@media (min-width: 768px) {
  .modal-xsmall {
    width: 340px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before, .beco-container:before, .row:before, .beco-inner:before, .beco-total-pay:before, .beco-cont-btn:before, .beco-paginator:before,
.clearfix:after,
.beco-container:after,
.row:after,
.beco-inner:after,
.beco-total-pay:after,
.beco-cont-btn:after,
.beco-paginator:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .beco-container:after, .row:after, .beco-inner:after, .beco-total-pay:after, .beco-cont-btn:after, .beco-paginator:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.beco-modal-login img {
  display: block;
}

.beco-modal-login .beco-cedula {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .beco-modal-login .beco-cedula {
    text-align: center;
  }
  .beco-modal-login .beco-cedula img {
    display: inline-block;
  }
  .beco-modal-login .beco-cedula .col-sm-6:first-child {
    margin-bottom: 32px;
  }
}

.beco-modal-login .beco-h6 {
  margin-bottom: 6px;
}

.beco-modal-mail .modal-header {
  margin-bottom: 20px;
}

.beco-modal-mail p {
  font-size: 15px;
}

.beco-modal-mail .beco-form {
  margin-bottom: 12px;
}

.beco-modal-mail .beco__text {
  font-size: 15px;
}

.beco-modal-mail .beco-text-success {
  margin-bottom: 20px;
}

.beco-steps {
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.beco-steps li {
  height: 50px;
  position: relative;
  z-index: 10;
  font-weight: bold;
  background-color: #F3F3F3;
}

.beco-steps li.beco__active {
  z-index: 11;
  background-color: #FA9600;
}

.beco-steps li.beco__active .beco-steps__number {
  color: #FA9600;
}

.beco-steps li.beco__active .beco-steps__text {
  color: white;
}

.beco-steps__number, .beco-steps__text {
  display: inline-block;
  vertical-align: middle;
  color: #7B7B7B;
}

.beco-steps__number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  background-color: white;
}

@media (min-width: 768px) {
  .beco-steps li {
    float: left;
    text-align: center;
    padding: 13px 0 13px 0;
  }
  .beco-steps li:first-child:before {
    display: none;
  }
  .beco-steps li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .beco-steps li:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #F3F3F3;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: white;
  }
  .beco-steps li.beco__active {
    z-index: 11;
  }
  .beco-steps li.beco__active:after {
    background-color: white;
    border-left: 10px solid #FA9600;
  }
  .beco-steps--3 li {
    width: 33.33333%;
  }
  .beco-steps--4 li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .beco-steps li {
    padding: 13px 12px;
  }
  .beco-steps li + li {
    margin-top: 1px;
  }
}

@media (min-width: 767px) and (max-width: 930px) {
  .beco-steps--4 li {
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
  }
}

/*
		=====================
		Librerías
		=====================
	*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.beco-main .slick-dots {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}

.beco-main .slick-dots li {
  display: inline-block;
}

.beco-main .slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-color: #AAAAAA;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  transition: .2s;
}

.beco-main .slick-dots li.slick-active button {
  background-color: #FA9600;
}

.beco-main .slick-dots li + li {
  margin-left: 20px;
}

/***************TEST*****************/
.dataTables_scrollHeadInner {
  box-sizing: content-box;
  width: 100% !important;
  padding-right: 0px;
}
/*
		=====================
		Paginas
		=====================
	*/

/*# sourceMappingURL=main.css.map */

@media (max-width: 767px) {
    /* Customize the label (the container) */
    .chk_container {
        display: block;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .chk_container .chk {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .checkmark {
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        /*background-color: #ccc;*/
        display: block;
        border: 1px solid #ccc;
    }

    /* On mouse-over, add a grey background color */
    .chk_container:hover .chk ~ .checkmark {
        /*background-color: #ccc;*/
    }

    /* When the checkbox is checked, add a blue background */
    .chk_container .chk:checked ~ .checkmark {
        background-color: transparent;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        display: none;
    }

    /* Show the checkmark when checked */
    .chk_container .chk:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .chk_container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 8px;
        height: 13px;
        border: solid #aaa;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 6px;
    }
}

@media (max-width: 767px) {
    #total_pagar {
        position: relative;
        min-height: 1px;
        /* padding-left: 15px; */
        padding-right: 15px;
        float: left;
    }
    #row_cupon {
            padding-left: 0;
    }
    .beco-download-cupon-marco {
    margin-left: 0 !important;
    }
    .beco-download-cupon {
    margin-left: 0px;
     width:160px;
    }
     #row_totalPagar {
            padding-left: 0;
            padding-right: 0;
    }     
     #row_botonPagar {
            padding-left: 0;
            padding-right: 0;
            line-height: 20px;
    }

    .beco-download-cupon .beco__text {
      font-size: 14px;
      color:black;   
    }
    #infoPago {
        position: unset !important;
        margin-top: 3%;
    }

    #btnInputPay {
        /*width: 75%;
        float: left;*/
        margin-right: 2px;
    }
    .overCuotaInfo {
        /*height: 40px;*/
    }
    .beco-inner {
    padding-bottom: 0px;
    }
    .beco-table-column {
      width: 100%;
      max-width: 100%;
      border-spacing: 0;
      border-collapse: collapse;
    }

    .beco-table-column tbody th,
    .beco-table-column tbody td {
      text-align: left;
      padding: 8px 16px;

    }

    .beco-table-column tbody th {
      font-weight: bold;
    }

    .beco-table-column tbody tr:nth-child(odd) {
      background-color: #EEEEEE;
    }

    #CmprPago {
        padding-left:5% !important;
    }
    .beco-success__action ul li a {
    font-size: 14px;
    color: #646C74;
    }
    #sd {
        display:none;
    }

    #sm {
        display:block;
    }

}
    #infoPago {
        position: absolute;
        margin-top: 3%;
    }

        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     #infoPago {
        position: relative !important;
        margin-top: 0;
    }
}

@media (min-width: 320px) {
        #modalMS .modal-content {
        width:100%;
        }
    #EntrarMs {
        margin-bottom: 1rem;
    }
}

.beco-form__input {
      font-size: 14px !important;
}
@media (min-width: 767px) {
    #modalMS .modal-content {
        width: 70%;
    }
}