#header_movil.clientes #logo_clientes {
  height: 150px !important
}

#header_movil.clientes #logo_clientes img {
  width: initial;
  height: 100%
}

#datos_cliente_wrap {
  background-color: #424242
}

#m_lateral {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#m_lateral * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#m_lateral .menu-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #007bc0;
}

#m_lateral .menu-toggle:hover {
  background-color: #0da8ff
}

#m_lateral .menu-toggle:active {
  background-color: #005a8d
}

#m_lateral .menu-toggle.menuActive .menu-hamburger span:nth-child(1).active {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

#m_lateral .menu-toggle.menuActive .menu-hamburger span:nth-child(2).active {
  opacity: 0
}

#m_lateral .menu-toggle.menuActive .menu-hamburger span:nth-child(3).active {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

#m_lateral .menu-toggle .menu-hamburger {
  position: relative;
  width: 46%;
  height: 100%;
  margin: 0 auto
}

#m_lateral .menu-toggle .menu-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  border-radius: 10px;
  background-color: #fff;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

#m_lateral .menu-toggle .menu-hamburger span:nth-child(1) {
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px)
}

#m_lateral .menu-toggle .menu-hamburger span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#m_lateral .menu-toggle .menu-hamburger span:nth-child(3) {
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px)
}

#m_lateral .menu-mobile {
  position: absolute;
  z-index: 10;
  top: 150px;
  display: none;
  width: 100%;
  background-color: #007bc0
}

#m_lateral .menu-mobile.menuActive {
  display: block
}

#m_lateral .menu-mobile ul li a {
  display: block;
  width: 100%;
  height: 160px;
  padding-left: 20px;
  color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(0, 106, 166, .9);
  font-size: 50px;
  line-height: 180px
}

#m_lateral .menu-mobile ul li.highlight {
  text-align: center;
  background-color: #fff;
}

#m_lateral .menu-mobile ul li.highlight a {
  text-transform: uppercase;
  color: #3b3b3a
}

#m_lateral .menu-mobile ul li.highlight a>span {
  color: #158be9
}

#m_lateral .menu-mobile ul li.highlight a>img {
  display: inline-block;
  height: 75px;
  margin-bottom: 10px;
  vertical-align: middle;
}

@-webkit-keyframes menuExpandedTop {
  0% {
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
  }
}

@keyframes menuExpandedTop {
  0% {
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
  }
}

@-webkit-keyframes menuExpandedCenter {
  0% {
    opacity: 1
  }

  50% {
    opacity: 1
  }

  51% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes menuExpandedCenter {
  0% {
    opacity: 1
  }

  50% {
    opacity: 1
  }

  51% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes menuExpandedBottom {
  0% {
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
  }
}

@keyframes menuExpandedBottom {
  0% {
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
  }
}

#interior_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

#interior_wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#interior_wrap #headerInternal {
  width: 100%;
  height: auto;
  background-color: #eaeef1;
  background-image: url(/resources/images/autopase/bg-header.png);
  background-repeat: no-repeat;
  background-position: right bottom
}

#interior_wrap #headerInternal .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px 20px
}

#interior_wrap #headerInternal .header-inner .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  width: 30%;
  height: 100%;
  padding-right: 30px;
  border-right: 1px solid #adbbc5
}

#interior_wrap #headerInternal .header-inner .leftSide h3 {
  margin: 0;
  text-align: left;
  color: #4c4b4b;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 42px;
  line-height: 42px
}

#interior_wrap #headerInternal .header-inner .leftSide h4 {
  margin: 20px 0 0 0;
  color: #7b7979;
  font-family: 'Roboto', sans-serif; 
font-weight: 400;
  font-size: 32px
}

#interior_wrap #headerInternal .header-inner .rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#interior_wrap #headerInternal .header-inner .rightSide .payment-amount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 40px
}

#interior_wrap #headerInternal .header-inner .rightSide .payment-amount-wrapper span {
  color: #4e4d4d;
  font-family: 'Roboto', sans-serif;
font-weight: 400;
  font-size: 32px
}

#interior_wrap #headerInternal .header-inner .rightSide .payment-amount-wrapper span.textBig {
  font-size: 66px
}

#interior_wrap #headerInternal .header-inner .rightSide .payment-amount-wrapper .btn {
  margin-top: 10px
}

#interior_wrap .titulo-exterior {
  width: 100%;
  height: 75px;
  background-color: #aebbc6;
  line-height: 75px
}

#interior_wrap .titulo-exterior h1 {
  display: block;
  width: 100%;
  padding: 25px 0;
  padding-left: 60px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 40px;
  line-height: 25px
}

#interior_wrap #interior {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

#interior_wrap #interior * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#interior_wrap #interior h1 {
  margin: 0;
  padding-left: 20px
}

#interior_wrap #interior .interior-inner-content-wrapper {
  overflow: auto;
  margin: 20px 0;
  padding: 0 20px
}

#interior_wrap #interior #contenido {
  width: calc(100% - 40px);
  margin: 20px auto;
  padding-top: 0
}

#interior_wrap #interior #contenido h2 {
  padding: 0;
  color: #383737;
  font-size: 28px;
  line-height: 20px
}

#interior_wrap #interior #contenido h2.linea_abajo {
  padding-bottom: 32px;
  border-bottom: 5px solid #bdc9d3
}

#interior_wrap #interior #contenido .page-section+.page-section {
  margin-top: 55px
}

#interior_wrap #interior #contenido .page-section .page-section-title {
  margin-bottom: 22px
}

#interior_wrap #interior #contenido .page-section .page-section-title h3 {
  margin: 0;
  padding: 0;
  color: #008bd5;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 60px;
  line-height: 75px
}

#interior_wrap #interior #contenido .page-section .page-section-body {
  color: #4c4b4b
}

#interior_wrap #interior #contenido .page-section .page-section-body .textBig {
  font-size: 60px !important
}

#interior_wrap #interior #contenido .page-section .page-section-body .textColorPrincipal {
  color: #008bd5 !important
}

#interior_wrap #interior #contenido .page-section .page-section-body .textUpper {
  text-transform: uppercase !important
}

#interior_wrap #interior #contenido .page-section .page-section-body .textCenter {
  text-align: center !important
}

#interior_wrap #interior #contenido .page-section .page-section-body .textStrong {
  font-family: 'Roboto', sans-serif !important;
font-weight: 700;
}

#interior_wrap #interior #contenido .page-section .page-section-body .mw100 {
  max-width: 100px
}

#interior_wrap #interior #contenido .page-section .page-section-body i[class^=icon-]::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 120px;
  height: 120px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

#interior_wrap #interior #contenido .page-section .page-section-body i.icon-doc::after {
  background-image: url(/resources/images/autopase/ico-doc.png)
}

#interior_wrap #interior #contenido .page-section .page-section-body i.icon-doc2::after {
  background-image: url(/resources/images/autopase/ico-doc2.png)
}

#interior_wrap #interior #contenido .page-section .page-section-body i.icon-envelope::after {
  background-image: url(/resources/images/autopase/ico-envelope.png)
}

#interior_wrap #interior #contenido .page-section .page-section-body .busqueda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  margin: 0 40px;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 14px;
  line-height: 120px
}

#interior_wrap #interior #contenido .page-section .page-section-body .busqueda label {
  margin-right: 20px;
  font-size: 50px
}

#interior_wrap #interior #contenido .page-section .page-section-body .busqueda .select-field {
  width: 400px;
  height: 70px;
  margin-right: 15px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  line-height: 70px
}

#interior_wrap #interior #contenido .page-section .page-section-body .busqueda .select-field select {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  font-size: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#interior_wrap #interior #contenido .page-section .page-section-body .busqueda .btnSearch {
  width: 200px;
  height: 70px;
  text-transform: initial;
  color: #fff;
  background-color: #b4bfca;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 30px;
  line-height: 1
}

#interior_wrap #interior #contenido .page-section .page-section-body .busqueda .btnSearch:hover {
  background-color: #d2d9df
}

#interior_wrap #interior #contenido .page-section .page-section-body .busqueda .btnSearch:active {
  background-color: #96a5b5
}

#interior_wrap #interior #contenido .page-section .page-section-body .facturacionBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0 110px 0 30px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif; 
font-weight: 400;
  font-size: 52px;
  line-height: 70px
}

#interior_wrap #interior #contenido .page-section .page-section-body .facturacionBox span:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#interior_wrap #interior #contenido .page-section .page-section-body .facturacionBox span.contentToggler {
  position: absolute;
  top: 50%;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 3px solid #717171;
  border-radius: 50%
}

#interior_wrap #interior #contenido .page-section .page-section-body .facturacionBox span.contentToggler::after {
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171
}

#interior_wrap #interior #contenido .page-section .page-section-body .facturacionBox span.contentToggler.contentVisible::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}

#interior_wrap #interior #contenido .page-section .page-section-body .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px
}

#interior_wrap #interior #contenido .page-section .page-section-body .btn-group .btn {
  display: inline-block;
  width: 100%;
  height: 100px;
  text-align: center;
  text-transform: initial;
  color: #4c4b4b;
  border-radius: 4px;
  background-color: #e1e7ed;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 52px;
  line-height: 100px
}

#interior_wrap #interior #contenido .page-section .page-section-body .btn-group .btn:hover {
  background-color: #f1f4f7
}

#interior_wrap #interior #contenido .page-section .page-section-body .btn-group .btn:active {
  background-color: #d1dae3
}

#interior_wrap #interior #contenido .page-section .page-section-body .btn-group .btn.btnActive {
  color: #fff;
  background-color: #008cd6
}

#interior_wrap #interior #contenido .page-section .page-section-body .btn-group .btn+.btn {
  margin-top: 25px
}

#interior_wrap #interior #contenido .page-section .page-section-body .box-table-item {
  margin-top: 70px
}

#interior_wrap #interior #contenido .page-section .page-section-body .table-mobile-light {
  margin: -10px
}

#interior_wrap #interior #contenido .page-section .page-section-body .table-mobile-light .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#interior_wrap #interior #contenido .page-section .page-section-body .table-mobile-light .table-row:last-child .table-col {
  border-bottom: none !important
}

#interior_wrap #interior #contenido .page-section .page-section-body .table-mobile-light .table-row .table-col {
  width: 100%;
  padding: 30px 20px;
  color: #4c4b4b;
  font-size: 52px
}

#interior_wrap #interior #contenido .page-section .page-section-body .table-mobile-light .table-row .table-col:nth-child(1) {
  width: 50%;
  border-right: 5px solid #e2e8ec;
  border-bottom: 1px solid #e2e8ec
}

#interior_wrap #interior #contenido .page-section .page-section-body .table-mobile-light .table-row .table-col:nth-child(2) {
  width: 50%;
  border-bottom: 1px solid #e2e8ec
}

#interior_wrap #interior #contenido .page-section .page-section-body .infoMessage p {
  text-align: center;
  color: #4c4b4b;
  font-size: 24px
}

#interior_wrap #interior #contenido .page-section .page-section-body .descargar {
  margin-top: 20px;
  text-align: right
}

#interior_wrap #interior #contenido .page-section .page-section-body .descargar #botonExcel.btn {
  display: inline-block;
  width: 250px;
  height: 70px;
  text-transform: initial;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 30px;
  line-height: 70px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .titular {
  margin-bottom: 15px;
  padding: 0 17px 16px 17px;
  text-transform: uppercase;
  color: #008cd6;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 52px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago p {
  margin: 0;
  padding: 0;
  color: #4e4d4d;
  font-family: 'Roboto', sans-serif; 
font-weight: 400;
  font-size: 35px;
  line-height: 42px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago p.bajada {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
font-weight: 700;
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral {
  width: 100%
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral .datos_cuenta {
  width: 100%;
  height: auto;
  padding: 44px 32px;
  color: #4e4d4d;
  background-color: #e1e4e7
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral .forma_pago {
  width: 100%;
  height: auto;
  margin-top: 8px;
  padding: 44px 32px;
  color: #4e4d4d;
  background-color: #e1e4e7
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral .forma_pago .empr_pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 12px;
  border: 1px solid #bdbdbd;
  background-color: #fff
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral .forma_pago .empr_pago img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral .forma_pago .empr_pago input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 8px;
  padding: 44px 22px;
  background-color: #e1e4e7
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section {
  padding: 16px 20px;
  border-top: 1px solid #bdc9d4
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .payment-amount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .payment-amount-wrapper>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: -15px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .payment-amount-wrapper>div span:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .payment-amount-wrapper span {
  color: #4e4d4d;
  font-family: 'Roboto', sans-serif;
font-weight: 400;
  font-size: 42px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .payment-amount-wrapper span.textBig {
  font-family: 'Roboto', sans-serif;
font-weight: 700;
  font-size: 52px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .payment-amount-wrapper .btn {
  margin: 40px auto 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .dues-listing-wrapper {
  margin: 0 -20px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .dues-listing-wrapper .due-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 16px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #bdc9d4;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 42px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .dues-listing-wrapper .due-title span:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .dues-listing-wrapper .due-title span.textBig {
  font-size: 52px !important
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .dues-listing-wrapper .dues-listing-table {
  margin-top: 12px
}

#interior_wrap #interior #contenido .page-section .page-section-body .caja_pago .caja_lateral_2 .section .dues-listing-wrapper .dues-listing-table .table-mobile-light .table-row .table-col {
  border-color: #aebbc6
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar {
  padding: 30px
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar .footer-section {
  overflow: auto
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar .footer-section+.footer-section {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dotted #d8e2ea
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar .footer-section h3 {
  margin: 30px 0 0 0;
  text-align: left;
  text-transform: uppercase;
  color: #4c4b4b;
  font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  font-size: 23px !important
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar .footer-section p {
  color: #4c4b4b;
  font-family: 'Roboto', sans-serif; 
font-weight: 400;
  font-size: 23px;
  line-height: 20px
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar .footer-section p a {
  color: inherit
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar .footer-section .logos_info {
  text-align: center
}

#interior_wrap #interior #contenido .page-section .page-section-body .footer-pagar .footer-section .logos_info img {
  display: inline-block
}

.btn {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 70px;
  background-color: #008bd5;
  font-size: 30px;
  line-height: 70px
}

.btn:hover {
  background-color: #09aaff
}

.btn:active {
  background-color: #006aa2
}

.btn.btn-color-darkgray {
  color: #fff;
  background-color: #4c4b4b
}

.btn.btn-color-darkgray:hover {
  background-color: #666464
}

.btn.btn-color-darkgray:active {
  background-color: #323232
}

.box {
  padding: 10px
}

.box.box-bordered {
  border: 1px solid #cecece;
  border-radius: 14px
}

.box.box-margin-top-10 {
  margin-top: 40px
}

.cont_flotante {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  width: 100%
}

.cont_flotante .flotante {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  border: 1px solid #006aa2;
  border-radius: 15px;
  background-color: rgba(9, 170, 255, .95);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .35);
  box-shadow: 0 0 16px rgba(0, 0, 0, .35)
}

.cont_flotante .flotante div.centrar_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cont_flotante .flotante div.centrar_div .izquierda:nth-child(2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .5)
}

.cont_flotante .flotante p {
  font-size: 28px
}

.btn {
  display: block;
  overflow: hidden;
  width: 164px;
  height: 38px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 38px;
  background-color: #008bd5;
  font-size: 15px;
  line-height: 38px
}

#m_lateral .new-item{
  position: relative;
}
#m_lateral .new-item:after{
  height: 70px;
  line-height: 0px;
  position: absolute;
  content: 'Nuevo';
  background: #ce2031;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 10px;
  border-radius:10px;
  margin-top: -35px;
  padding: 0 20px;
}

/*ALERTAS*/
div.error{
  background: #ce2031 !important;
}
div.error label{
  background: transparent;
  color: #fff;
  font-size: 50px;
}

.mblanco{
  background: #fff;
  border: 1px solid #969696;
  border-radius: 20px;
  text-align: center;
  padding: 30px 0 0;
}
.mblanco img{
  display: inline-block;
}
.cont_inter_alert{
  padding: 20px 60px;
}
.cont_inter_alert p{
  font-size: 30px;
}
.boton,
.boton_rojo,
.boton-continuar{
  width: 100% !important;
  height: auto !important;
  padding: 40px !important;
  font-family: 'Roboto', sans-serif !important;
  	font-weight: 400;
  font-size: 50px !important;
  line-height: 50px !important;
  text-transform: initial !important;
  margin: 30px 0 !important;
}
#interior_wrap fieldset{
  border: none !important;
}
#rut_representante_legal{
  font-size: 40px;
}
.linea_abajo{
  color: #333;
}
.contenidos p label{
  font-size: 50px;
}
.contenidos p label input{
  width: 40px !important;
  height: 40px !important;
}