* {
  font-family: "Roboto", sans-serif;
}

*:active,
*:focus {
  outline: none;
}

.responsiveContent iframe {
  max-width: 614px;
  width: 617px!important;
  height: 346px!important;
}

body {
  margin-top: 60px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.navbar {
  margin-top: 20px;
  background: white;
  z-index: 4;
}

.navbar {
  margin: 0px;
  padding: 20px 0;
  transition: padding ease-out 0.2s;
}

.navbar-brand {
  padding: 5px;
}

.navbar-brand img {
  width: 150px;
  height: 41px;
  transition: all ease-in-out 0.2s;
}

.navbar.navmoved .navbar-brand img {
  width: 150px;
  height: 41px;
  margin-top: 2px;
}

.navbar.navmoved {
  padding-top: 6px;
  padding-bottom: 2px;
  z-index: 6;
}

#navbar .nav li a {
  color: #1a75da;
  margin: 10px 5px;
  padding: 6px;
  min-width: 170px;
}

#navbar .nav li a {
  padding: 6px 13px;
  border-radius: 4px;
}

#navbar .dropdown-menu li a:focus {
  background: none !important;
  outline: none;
}



#navbar > .nav > li > a:hover {
  color: #f36f21;
  background: #eaeaea;
  transition: all 0.2s ease;
}

.dropdown {
  float: left;
  position: relative;
  transition: all 0.2s ease;
  line-height: 17px;
  text-align: center;
}

.dropdown.btnn.desk-only {
  width: max-content;
  margin-left: 1em;
}

.dropdown2 {
  float: right;
  margin-right: 2rem;
  position: relative;
  top: 10px;
}

.nav .dropdown button {
  width: max-content;
  color: #1a75da;
  margin: 2px 2px;
  border: none;
  background: none;
  position: relative;
  z-index: 2;
  padding: 6px 7px;
  border-radius: 4px;
  font-weight: 500;
}

#navbar > .nav > .dropdown:focus {
  background: none !important;
  outline: none;
}

#navbar > .nav > .dropdown:hover:not(.btnn) {
  background: #eaeaea;
  transition: all 0.2s ease;
  border-radius: 5px;
}

#navbar > .nav > .dropdown:hover:not(.btnn) button {
  color: #f36f21;
}
/* .nav.navbar-nav.pull-right {
  float: left;
} */
.nav.navbar-nav.pull-right {
  margin-top: 10px;
}
.dropdown-menu {
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: none;
  margin-top: -5px;
  display: none;
  background: #eaeaea;
}

.dropdown-menu li a:hover {
  transition: all 0.2s ease;
}

.dropdown-menu li a:hover {
  background: none;
  color: #000054 !important;
}

.dropdown-menu li a:active {
  outline: none;
}

.dropdown.btnn button.login-btn {
  background-color: #2196f3;
  text-transform: uppercase;
  color: white;
  border-radius: 8px;
  font-weight: bold;
  padding: 6px 18px;
  font-size: 12px;
  transition: all 0.2s ease;
  border: none;
}

.dropdown.btnn button.login-btn:hover {
  background-color: #268ddf;
  color: white;
  transition: all 0.2s ease;
}

.icon-navbar {
  display: none;
}

.section {
  position: relative;
}

.mastercard-header {
  background: #f36f21; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f36f21 0%,
    #fbab37 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36f21', endColorstr='#fbab37',GradientType=0 ); /* IE6-9 */
}
.mastercard-header.tino-cajero-section {
  background: url('../img/bg-centro.png');
}
.tino-servicio {
  position: relative;
  top: 2.2em;
  width: 126%;
}

.gradiente-naranja {
  background: #f36f21; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f36f21 0%,
    #fbab37 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36f21', endColorstr='#fbab37',GradientType=0 ); /* IE6-9 */
}

.prepaga-section {
  background: white url("../img/prepaga-gradiente.png");
  background-position: 0 -2px;
  z-index: 2;
  padding-bottom: 4%;
}
.prepaga-section p {
  font-weight: 300;
}
.prepaga_texto_2 {
  font-style: italic;
}
.texto {
  display: inline-block;
  position: relative;
  margin-top: 8%;
}

.mastercard-header h2 {
  color: white;
}

.mastercard-header p {
  color: white;
}

.mastercard-header span {
  color: #ffcb08;
}
/*
.mastercard-header .col-lg-6{
	bottom: -20px;
	opacity: 0;
	transition: all ease-out 0.3s;
}

.mastercard-header #mobile-phone{
	bottom: -50px;
	opacity: 0;
	transition: all cubic-bezier(0,0,0.5,1) 0.4s;
}
*/
.default-btn {
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding: 18px 48px;
  vertical-align: top;
  transition: all 0.3s ease;
  width: 230px;
}

.create-btn {
  background-color: #1a75da;
  color: white;
}

.create-btn:hover {
  background-color: #146bcc;
  color: white;
  text-decoration: none;
}

.mastercard-header .tinos-header {
  position: relative;
  /*left: 15%;*/
  top: -20px;
  width: 55%;
}

.mastercard-header .tinos-header {
  position: absolute;
  right: -30px;
  top: 70%;
  width: 45%;
}

.mastercard-header .mobile-phone {
  position: relative;
  top: 1.5em;
  left: 10%;
  width: 97%;
}

.prepaga-section .texto {
  margin-top: 6%;
}

.prepaga-section h2 {
  color: #005aab;
}

.prepaga-section p {
  color: #005aab;
}

.texto-detalle .ver-btn.solicita {
  background-color: #0066b3;
}

.ver-btn {
  background-color: #f36f21;
  color: white;
}

.ver-btn:hover {
  background-color: #e35f11;
  color: white;
  text-decoration: none;
}

.card-phone {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54%;
}

.col-lg-6 .icon {
  width: 10%;
  margin-bottom: 2%;
}

.col-lg-10 .icon {
  width: 7.4%;
  margin-bottom: 2%;
}

.billetera-section {
  background: url("../img/bg-billetera.jpg");
  padding-bottom: 6%;
}

.billetera-section h2 {
  color: white;
}

.billetera-section p {
  color: white;
}

.billetera-section .texto {
  position: relative;
  z-index: 3;
}

.celeste-btn {
  background-color: #00b4f1;
  transition: all 0.2s ease;
}

.celeste-btn:hover {
  background-color: #08aee6;
}

.chica-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 110%;
}

.mastercard-header .tino-cajero {
  position: relative;
  width: 70%;
  margin: 8% 0 6%;
}
.cajeros-tino {
  position: relative;
  width: 27%;
  margin: 8% 0 6%;
  margin-left: 32%;
}
.minipos-section {
  background: url("../img/bg-minipos.jpg");
  padding-bottom: 2em;
}

.section h2 {
  font-size: 40px; /*40px*/
  font-weight: bold;
  margin: 5% 0;
}

.section p {
  line-height: 1.5;
  font-size: 1.4vw; /*20px*/
  font-weight: 300;
  margin-bottom: 5%;
  font-weight: 300;
}
.prepaga-section p {
  font-weight: 300;
}

.minipos-section h2 {
  color: #005aab;
}

.minipos-section h2 span {
  font-size: 2.5vw;
}

.minipos-section p {
  color: #005aab;
}

.minipos-img {
  margin-top: 10%;
  width: 75%;
}
.minipos-img2 {
  margin-top: 10%;
  width: 75%;
}

.minipos-section .texto {
  margin-top: 6%;
}

.footer {
  background: #004482 url(../img/bg-footer.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.redes {
  margin-top: 6em;
}

.redes ul {
  list-style: none;
}

.redes ul li {
  display: inline-block;
  margin-right: 10px;
}

.redes ul li img {
  max-width: 57px;
  width: 80%;
}

.footer ul {
  margin-bottom: 30px;
  padding-left: 0;
}

.botonera-footer {
  list-style: none;
}

.botonera-footer ul li {
  display: inline-block;
  margin: 0 10px;
}

.botonera-footer ul li a {
  color: white;
}

.botonera-footer ul li:first-child {
  margin-left: 0;
}

.botonera-footer ul li span {
  margin-left: 20px;
  color: #19c4ff;
  font-size: 30px;
  font-weight: 100;
  vertical-align: middle;
  cursor: default;
}

.legal p {
  color: #00b4f5;
}

.legal span {
  margin-left: 25px;
}

.billetera-beneficios {
  height: auto;
}

.billetera-beneficios h2 {
  font-weight: 400;
  font-size: 30px;
  margin: 50px;
}

.billetera-beneficios h3 {
  font-weight: 500;
  font-size: 2vw; /*26px*/
  color: #005aab;
  margin-bottom: 20px;
}

.col-lg-3 .icon {
  margin-bottom: 10px;
  width: auto;
}

.minipos-como-funciona-section.billetera-beneficios .col-lg-3 {
  float: none;
}
.billetera-beneficios .detalle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}

.billetera-beneficios.mastercard-beneficios .col-lg-3 {
  float: none;
}

.billetera-beneficios .col-lg-3 {
  border-right: 1px solid #d4d4d4;
  display: table-cell;
  padding: 0 30px;
}

.billetera-beneficios .col-lg-3:last-child {
  border: none !important;
}

.billetera-beneficios.servicios-lista .col-lg-3 {
  border: none;
}

.billetera-beneficios.servicios-lista h3 {
  font-size: 16px;
}

#f-servicios.billetera-beneficios.servicios-lista .col-lg-3 {
  float: left;
}

.section-app-pago24 {
  background: #fc8b01; /* Old browsers */
  background: -moz-linear-gradient(
    176.5deg,
    #ffffff 19%,
    #ffffff 19%,
    #fc8b01 19.3%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    176.5deg,
    #ffffff 19%,
    #ffffff 19%,
    #fc8b01 19.3%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    176.5deg,
    #ffffff 19%,
    #ffffff 19%,
    #fc8b01 19.3%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fc8b01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-app-pago24 .col-lg-8 {
  margin-top: 7em;
}

.section-app-pago24 .col-lg-8 .col-lg-6:first-child {
  text-align: right;
  padding-right: 2em;
}

.section-app-pago24 .col-lg-8 .col-lg-6:last-child {
  text-align: left;
  padding-left: 2em;
}

.section-app-pago24 h2 {
  color: white;
  font-size: 30px;
  margin-bottom: 20px;
}

.section-app-pago24 p {
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px;
}

.pagos-section {
  background: url("../img/bg-pagos.jpg");
  background-size: cover;
}

.section-inside {
  text-align: center;
}

.section-inside h2 {
  color: white;
  font-size: 2.7vw; /*30px*/
}

.section-inside p {
  color: white;
  font-size: 1.6vw; /*16px*/
}

.servicios {
  clear: both;
  margin-bottom: 7em !important;
}

.servicio img {
  margin: 0 auto;
}

.servicio:focus {
  outline: none;
}

.slick-arrow {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  top: 50%;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.prev {
  left: -6em;
}

.next {
  right: -6em;
}

.next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-dots li button:before {
  font-size: 30px;
  opacity: 1;
  color: #32cbff;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.transferencias-section {
  background: #f2f2f2;
}

.transferencias-section h2 {
  color: #005aab;
}

.transferencias-section p {
  color: #212121;
}

.section-inside .nav-tabs {
  margin-top: 2em;
  border-bottom: 1px solid #fc8b01;
}

.section-inside .nav-tabs li {
  float: none;
  display: inline-block;
}

.section-inside .nav-tabs li a {
  color: #fc8b01;
  border: none;
  background: none;
  text-transform: uppercase;
}

.section-inside .nav-tabs li a {
  color: #808080;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
}

.section-inside .tab-content {
  margin-bottom: 2em;
}

.section-inside .nav-tabs li a:hover,
.section-inside .nav-tabs li a:focus {
  border: none;
  outline: none;
}

.section-inside .nav-tabs li.active a {
  color: #fc8b01;
  border-bottom: 5px solid #fc8b01;
  background: none;
}

.transferencias-section .servicio,
.checks-section .servicio {
  display: inline-block;
  margin: 3.5% 1.5%;
}

.transferencias-section .servicio {
  max-width: 20%;
}

.recargas-section {
  background: url("../img/bg-recargas.jpg");
  background-size: cover;
}

.transporte-section {
  background: #f2f2f2;
}

.transporte-section h2 {
  color: #005aab;
}

.transporte-section p {
  color: #212121;
}

.checks-section {
  background: #f36f21; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f36f21 0%,
    #fbab37 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36f21', endColorstr='#fbab37',GradientType=0 ); /* IE6-9 */
}

.checks-section .nav-tabs {
  border-bottom: 1px solid #ffcb08;
}

.checks-section .nav-tabs li {
  min-width: 20%;
}

.checks-section .nav-tabs li a {
  color: #ffcb08;
}

.checks-section .nav-tabs li a {
  color: white;
  opacity: 0.5;
}

.checks-section .nav-tabs li.active a {
  color: white;
  opacity: 1;
  border-bottom: 5px solid #ffcb08;
}

.servicio h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.servicio p {
  font-size: 16px;
  color: #212121;
}

.checks-section .servicio {
  width: 25%;
}

.billetera-beneficios p {
  color: #5a5a5a;
  font-size: 1.2vw; /*14px*/
}

.billetera-beneficios h2 {
  color: #474747;
}

.que-es-section .texto-detalle,
.como-funciona-section .texto-detalle {
  text-align: left;
}

.que-es-section h2 {
  color: #ffd742;
  font-size: 38px;
}

.que-es-section p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.que-es-section p span {
  font-weight: 400;
}

.texto-detalle {
  margin-top: 5%;
  margin-bottom: 5%;
}

.que-es-section .tino-tarjeta {
  position: relative;
  top: 4em;
}

.como-funciona-section {
  background: #0066b3 url("../img/bg-como-funciona2.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
.la-pago24{
  background-color: #00b4f1;
}
.la-pago24 .texto {
  margin-bottom: 10%;
}
.la-pago24 h2 {
  color: #fff;
  margin-bottom: unset;
}
.la-pago24 p {
  font-size: 3vw;
  font-weight: 400;
  margin: 5% 0;
  color: #fff;
  margin: unset;
}
.tino-la-pago24{
  position: absolute;
  bottom: 18%;
  left: 17%;
  width: 28%;
}
.la-pago24 .ver-btn {
  background-color: #0066b3;
}
.como-funciona-section h2 {
  color: #13d7fa;
  font-size: 38px;
}

.como-funciona-section p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.como-funciona-section p span {
  font-weight: 400;
}

.como-funciona-section .texto-detalle {
  margin-top: 8%;
  margin-bottom: 5%;
}

.costos-section {
  text-align: center;
  height: auto;
}

.collapse-section .col-lg-10 {
  padding-bottom: 2em;
}

.collapse-section .col-lg-10 img:first-child {
  margin-top: 0;
}

.collapse-section .legal {
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  color: #eaeaea;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer .legal p span a {
  transition: color ease-in-out 0.2s;
}

.footer .legal p span a:hover {
  color: #ed0b7f;
}

.collapse-section #accordion {
  text-align: left;
}

.collapse-section .panel-heading {
  padding: 0px;
  background: #eaeaea;
}

.collapse-section .panel-default .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #d4d4d4;
  padding: 5px 0;
}

.collapse-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul {
  list-style: none;
  padding-left: 0;
}

.collapse-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li {
  font-size: 18px;
  padding: 10px 0;
}

.collapse-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li
  span {
  font-weight: 500;
  margin-bottom: 20px;
}

.collapse-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li
  p {
  font-size: 18px;
}

.collapse-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.collapse-section .panel-title a {
  padding: 15px;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
}

.collapse-section .panel-group .panel {
  margin-bottom: 10px;
  border: none;
  background: #eaeaea;
  padding: 0 15px;
}

.collapse-section .panel-title a {
  display: block !important;
  position: relative;
}

.collapse-section .panel-title a:hover {
  text-decoration: none;
}

.collapse-section .panel-title a:focus {
  outline: none;
  text-decoration: none;
}

.gradiente-naranja2 {
  background: #fbab37 url("../img/gradient.png");
  background-repeat: repeat-x;
}

.expand {
  margin-top: -14px !important;
  position: absolute;
  top: 50%;
  right: 0px;
}

li.engendro {
  position:relative;
  padding-right:40px;
}

li.engendro > a {
  text-decoration: none;
  color:#333;
}


li.engendro img.onright {
    position: absolute;
    right: 0px;
    top: 10px;
}

.recarga-section {
  text-align: center;
  height: auto;
}

.costos-section h2 {
  color: white;
  font-size: 2.4vw; /*32px*/
  font-weight: 500;
  margin: 2% 0 5%;
}

.mastercard-beneficios h2 {
  margin: 5% auto 2%;
}

.minipos-como-funciona-section h2 {
  margin: 2em auto;
}

.mastercard-beneficios p {
  margin-bottom: 4%;
}

.recarga-section h2 {
  color: #005aab;
  font-size: 2.4vw;
  font-weight: 500;
  margin-bottom: 60px;
}

.recarga-section .panel-group .panel,
.recarga-section .panel-group .panel-heading {
  text-align: left;
  background: #00b4f1;
  color: #fff;
}

.collapse-thumb {
  margin-top: 0px !important;
  margin-right: 15px;
}

.recarga-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.recarga-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li
  a {
  font-weight: bold;
  color: #68cde3;
  text-decoration: none;
  transition: opacity ease 0.2s;
}

.recarga-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li
  a.btn-arrow {
  color: #0c65b6;
}

.recarga-section
  .panel-default
  .panel-heading
  + .panel-collapse
  .panel-body
  ul
  li
  a:hover {
  opacity: 0.9;
}

.recarga-section .panel-group li p {
  margin: 20px 0 0;
}

.recarga-section .panel-default .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.inside-list {
  margin-top: 20px;
}

.inside-list li {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 3px 0 !important;
}

.btn-arrow {
  background: #63d6ef;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  width: 275px;
  text-align: center;
  padding: 12px 0;
  vertical-align: top;
  transition: all 0.2s ease;
  margin-top: 20px;
  cursor: pointer;
}

.btn-arrow:hover {
  background-color: #68cde3;
  text-decoration: none;
  color: white;
}

.btn-arrow img {
  margin-top: 0 !important;
  margin-left: 10px;
  vertical-align: top;
}

.servicios-section {
  background: url("../img/bg-servicios.jpg");
  text-align: center;
}

.servicios-section h2 {
  color: white;
  font-size: 26px;
  font-weight: 300;
}

.consulta-section {
  text-align: center;
  height: auto;
}

.consulta-section .btn-arrow {
  background: #f78f27;
  width: 340px;
  display: block;
  margin: 2em auto 4em;
}

.consulta-section .btn-arrow:hover {
  background: #e98624;
}

.tino-perro {
  margin-top: -2em;
}

.red-section {
  text-align: center;
  background: #00b4f1;
  height: auto;
}

.red-section h2 {
  color: white;
  font-weight: 500;
  font-size: 30px;
}

.red-section iframe {
  width: 100%;
  height: 600px;
  border-bottom: 8px solid #f78f27;
  vertical-align: bottom;
  /*pointer-events: none;*/
}

.red-section .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  height: 600px; /* your iframe height */
  top: 600px; /* your iframe height */
  margin-top: -600px; /* your iframe height */
  transition: opacity ease 0.2s;
}

.red-section .overlay h3 {
  background: none;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.red-section .overlay.clicked {
  opacity: 0;
}

.icon-location {
  margin-top: -3em;
}

.adherir-section {
  text-align: center;
}

.adherir-section .row {
  padding-bottom: 5%;
}

.adherir-section h2 {
  color: #005aab;
  font-size: 2.5vw; /*30px*/
  font-weight: 500;
}

.adherir-section p {
  font-size: 18px;
  font-weight: 300;
}

.adherir-section p strong {
  font-weight: 500;
}

.adherir-section .col-lg-6.borde {
  border-right: 3px dotted #fcaf17;
}

.adherir-section .col-lg-6 {
  text-align: left;
  padding-left: 6em;
}

.adherir-section .col-lg-6 ul {
  list-style: none;
  padding-left: 0;
}

.adherir-section .col-lg-6 h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 30px;
}

.adherir-section .col-lg-6 ul li {
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0;
  vertical-align: middle;
}

.bullet {
  margin-right: 20px;
  position: relative;
  top: -1px;
}

.comunicate-section {
  background: url("../img/bg-comunicate.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  height: auto;
  padding-bottom: 5em;
}

.comunicate-section h2 {
  margin-top: 8%;
  color: white;
  font-weight: 500;
  font-size: 2.5vw;
}

.comunicate-section p {
  color: white;
  font-weight: 400;
  font-size: 1.8vw;
}

.comunicate-section p span {
  font-weight: 500;
}

.comunicate-section .form-group {
  padding: 0 8px;
}

.comunicate-section .form-control:not(textarea) {
  height: 48px;
}

.comunicate-section .btn-submit {
  background: #004482;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding: 12px 24px;
  transition: all 0.2s ease;
  margin-right: 8px;
  border: none;
}

textarea {
  resize: none;
}

.comunicate-section .btn-submit:hover {
  background-color: #063e71;
  text-decoration: none;
  color: white;
}

.centros-adheridos-header {
  height: auto !important;
}
.btn-centro-serviocios {
  margin-bottom: 5%;
}

.row {
  padding-bottom: 30px;
}

.section-nav {
  font-size: 1.4vw;
}

.section-nav a {
  color: #ffd200;
  margin-right: 10px;
}

.section-nav a:hover {
  text-decoration: none;
}

.centros-adheridos-header p {
  font-size: 1.4vw;
}

.search-section {
  background: #ececec;
}

.search-section input {
  width: 100%;
  border: 1px solid #c9c9c9;
  padding: 10px 15px;
  margin-bottom: 2em;
  font-size: 24px;
  font-weight: 100;
  border-radius: 4px;
  background: white url("../img/icon-search.png") no-repeat scroll;
  background-position: 98% center;
}

.search-section input::placeholder {
  color: #bebebe;
}

.mastercard-beneficios .col-lg-8 {
  margin-bottom: 4em;
}

.tarjetas-section {
  background: #00abff;
}
.tarifa-section {
  background-color: white;
}

.tarjetas-section h2 {
  background: #fccf00;
  color: #323232;
  font-size: 18px;
  margin: 0 auto;
  padding: 30px;
  text-transform: uppercase;
}

.rounded-arrow {
  margin-top: -6px;
}

.tino-doctor {
  position: relative;
  top: 4px;
  z-index: 2;
}

.tarjetas-section h3 {
  color: white;
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
}
.leyenda-tarifas {
  float: left;
  font-style: italic;
  color: #7a7a7a;
}
.texto-resultado {
  margin-top: 20px;
}
.table-responsive {
  clear: both;
  border: none;
}
.tabla-header-comision {
  background-color: #005aab;
  padding: 15px !important;
  color: white;
  text-align: center;
  border: none !important;
}
.tabla-header-comision:first-child {
  border-top-left-radius: 5px;
}
.tabla-header-comision:last-child {
  border-top-right-radius: 5px;
}
.rect-icon {
  margin: 10px 0;
}

.pb0 {
  padding-bottom: 0;
}

.pb50 {
  padding-bottom: 50px;
}

.holder {
  color: #bebebe;
}

select::-ms-expand {
  display: none;
}

.selectdiv:after {
  content: ">";
  font: 40px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 16px;
  top: 7px;
  height: 35px;
  width: 35px;
  line-height: 0.8;
  display: inline-block;
  background: #dcdcdc;
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

.gradiente-azul {
  background: #0062a3; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #0062a3 0%,
    #11cefe 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #0062a3 0%,
    #11cefe 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0062a3 0%,
    #11cefe 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062a3', endColorstr='#11cefe',GradientType=0 ); /* IE6-9 */
}

.faqs-header h2 {
  color: #fff;
  font-size: 3.5vw;
}

.faqs-header p {
  color: #fff;
}

.faqs-header .texto-detalle {
  margin: 6em 0 5em;
}

#accordionfaqs {
  margin-top: 2em;
}

#accordionfaqs .panel-heading {
  background: none;
  color: #005aab;
  padding: 10px 0;
  position: relative;
  transition: opacity ease 0.3s;
}

#accordionfaqs > .panel.panel-default {
  border-bottom: 1px solid #f3bb9c;
  border-radius: 0;
  padding-bottom: 5px;
}

#accordionfaqs > .panel.panel-default:first-child {
  border-top: 1px solid #f3bb9c;
  padding-top: 5px;
}

#accordionterminos > .panel.panel-default {
  border-bottom: 1px solid #f3bb9c;
  border-radius: 0;
  padding-bottom: 5px;
}

#accordionterminos > .panel.panel-default:first-child {
  border-top: 1px solid #f3bb9c;
  padding-top: 5px;
}

#accordionfaqs .panel-heading .icon-faqs {
  margin-right: 30px;
  width: 45px;
  height: 45px;
}

#accordionfaqs .panel-heading a {
  font-size: 28px;
  font-weight: 500;
  display: block;
}

#accordionfaqs .panel-default,
#accordionfaqs .panel-body,
#accordionfaqs .collapse {
  border: none;
  box-shadow: none;
}

#accordionfaqs .panel-heading a {
  text-decoration: none;
}

#accordionfaqs .panel-heading .arrow {
  font: 36px "Consolas", monospace;
  color: #f4925b;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 10px;
  position: absolute;
  pointer-events: none;
  transition: transform ease 0.3s;
}

#accordionfaqs > .panel-heading:after {
  opacity: 0.8;
}

#accordionfaqs .panel-body .panel-heading:hover {
  color: #005aab;
}

#accordionfaqs .panel-body .panel-heading:hover .expand {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

#accordionfaqs .panel-heading-active {
  color: #005aab;
}

#accordionfaqs .panel-body .expand {
  margin-top: -1px !important;
  position: static;
  top: 0;
  right: 0px;
  margin-right: 15px;
  vertical-align: top;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all ease 0.3s;
}

#accordionfaqs .panel-body .panel-heading {
  background: none;
  color: #808080;
  padding: 10px 0;
  border: none;
  position: relative;
  transition: color ease 0.3s;
}

#accordionfaqs .panel-body .panel-heading a {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

#accordionfaqs .panel-body {
  margin-left: 70px;
}

#accordionfaqs .panel-body .panel-body {
  padding: 0 0 0 38px;
  margin-left: 0px;
}

#accordionfaqs .panel-body .panel-body p {
  color: #005aab;
  font-size: 16px;
  margin-bottom: 10px;
}

#accordionfaqs .panel-body .panel-body p a {
  color: #32cbff;
}

#accordionfaqs .panel-body .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#accordionfaqs .panel-body .panel-body li {
  padding-left: 1em;
  text-indent: -0.7em;
  color: #005aab;
  font-size: 16px;
  margin-bottom: 10px;
}

#accordionfaqs .panel-body .panel-body li::before {
  content: "• ";
  font-size: 30px;
  color: #005aab;
  position: relative;
  top: 6px;
}

.faqs-subtitle {
  color: #f4925b;
  font-size: 18px;
  margin-bottom: 20px;
}

.active-nav:not(.login-btn) {
  color: #f36f21 !important;
}

.active-nav.login-btn {
  background: #f36f21 !important;
}

.header-title {
  display: inline-block;
  color: #00b4f1;
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0 0 20px;
  transition: all ease 0.3s;
}

.navmoved .header-title {
  font-size: 24px;
  margin: 14px 0 0 20px;
}

.search {
  width: 250px;
  display: inline-block;
  height: 102%;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all ease 0.3s;
  background: #fc8b01; /* Old browsers */
  background: -moz-linear-gradient(
    120deg,
    #ffffff 18%,
    #ffffff 18%,
    #1aa7fd 18.3%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    120deg,
    #ffffff 18%,
    #ffffff 18%,
    #1aa7fd 18.3%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    120deg,
    #ffffff 18%,
    #ffffff 18%,
    #1aa7fd 18.3%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1aa7fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.navmoved .search {
  top: 0;
}

.search-active {
  width: 550px;
}

#search-cta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  cursor: pointer;
  padding: 1em;
  width: 55px;
  transition: width ease 0.3s;
}

.navmoved #search-cta {
  width: 50px;
}

.search input {
  display: none;
  position: absolute;
  background: none;
  border: none;
  outline: none;
  width: 200px;
  top: 50%;
  transform: translateY(-50%);
  left: 22%;
  color: white;
  box-shadow: none;
}

.search input::placeholder {
  color: white;
}

.search input:focus {
  box-shadow: none;
}

.blog-section {
  background-color: #f2f2f2;
}

.novedad {
  display: block;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.novedad:hover {
  opacity: 0.95;
}

.texto-novedad-destacada {
  position: absolute;
  width: 45%;
  color: white;
  border-bottom: 11px solid #ff8600;
  bottom: 0;
  padding-left: 3em;
  z-index: 2;
}

.col-lg-6 .texto-novedad-destacada {
  padding-left: 1em;
}

.texto-novedad-destacada .novedad-destacada-titulo {
  font-size: 46px;
  margin-bottom: 10px;
}

.texto-novedad-destacada .novedad-destacada-s-titulo {
  font-size: 2vw;
  margin-bottom: 15%;
  margin-left: 10%;
}

.texto-novedad-destacada .novedad-destacada-bajada {
  font-size: 16px;
  margin-bottom: 3em;
}

.gradiante-novedades {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.imagen-destacada {
  width: 100%;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.texto-novedad {
  position: static;
  border: 1px solid #e9e9e9;
  background-color: white;
  padding: 0 20px;
  height: 150px;
}

.texto-novedad h2 {
  margin-top: 15px;
  font-size: 1.6vw; /*20px*/
  color: #272727;
  font-weight: 400;
}

.blog-section .col-lg-3 a:hover {
  text-decoration: none;
}

.novedad-header {
  height: 140px;
  overflow: hidden;
  background: url("../img/imagen-novedad.jpg");
  background-size: cover;
  background-position: center;
}

.novedad-header img {
  width: auto;
  min-height: 100%;
  min-width: 100%;
}

#cargar-novedades {
  background: #00b4f1;
  text-transform: uppercase;
  width: 100%;
  color: white;
  padding: 1em;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  transition: opacity ease 0.3s;
  margin: 1em 0 4em;
}

#cargar-novedades:hover {
  opacity: 0.9;
}

.footer-blog {
  background: #004482;
}

.tino-footer {
  float: right;
  margin: 2em 0;
}

.footer-blog .redes,
.footer-blog .legal {
  display: inline-block;
}

.footer-blog .row {
  padding-bottom: 0;
}

.logo-w {
  margin-right: 40px;
}

.texto-novedad-interior {
  position: absolute;
  color: white;
  border-bottom: 11px solid #ff8600;
  bottom: 0;
  padding-left: 3em;
  z-index: 2;
}

.texto-novedad-interior .novedad-interior-titulo {
  font-size: 3.5vw;
  margin-bottom: 40px;
}

.borde-naranja {
  width: 75.2%;
  height: 11px;
  background: #ff8600;
  z-index: 3;
}

.borde-contenedor {
  margin-top: -11px !important;
}

.ultimas-notas {
  background: #dedede;
}

.novedad-content .col-lg-10 {
  display: table;
}

.novedad-content .novedad-cuerpo,
.novedad-content .ultimas-notas {
  display: table-cell;
  float: none;
  padding: 0 3em;
}

.novedad-subtitulo {
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 1.8;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-inside-section .row .col-lg-10 {
  position: relative;
  padding: 0;
}

.blog-inside-section .imagen-header {
  height: 450px;
  background: url("../img/novedad-destacada-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.texto-novedad-interior {
  position: absolute;
  color: white;
  border-bottom: none;
  bottom: 0;
  padding-left: 3em;
  z-index: 2;
}

.novedad-cuerpo p {
  font-size: 18px;
  font-weight: 300;
  color: black;
}

.novedad-cuerpo p a {
  color: #005aab;
}

.novedad-cuerpo li {
  font-size: 18px;
  font-weight: 300;
  color: black;
  line-height: 1.5;
  margin-bottom: 3%;
}

.novedad-cuerpo {
  background: white;
  padding-top: 3em !important;
  padding-bottom: 4em !important;
}

.ultimas-notas h3 {
  color: #00126f;
  font-size: 16px;
  font-weight: 400;
}

.ultimas-notas ul {
  list-style: none;
  padding-left: 0;
  margin-top: 2em;
}

.ultimas-notas ul li {
  margin-bottom: 2em;
}

.ultimas-notas ul li a {
  color: #9a9a9a;
  font-size: 16px;
  transition: color 0.3s ease;
}

.ultimas-notas ul li a:hover {
  color: #888888;
}

h2.popular {
  margin-top: 2em;
  font-weight: 300;
  font-size: 30px;
}

.app-section .col-lg-8 {
  margin-top: 3em;
}

.app-section .col-lg-8 .col-lg-6:first-child {
  text-align: right;
}

.app-section .col-lg-8 .col-lg-6:last-child {
  text-align: left;
}

.app-section h2 {
  color: #2196f3;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}

.app-section p {
  color: #212121;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
}

.pb6 {
  padding-bottom: 6em;
}

.blog-search .resultado {
  padding: 4em 0 1em;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 30px;
  font-weight: 300;
}

a.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

a.anchor#sucursales {
  top: -110px;
}

a.anchor#consulta {
  top: -90px;
}

.blog-search h3 {
  color: black;
  font-size: 30px;
  font-weight: bold;
  margin: 0 20px 1em;
  display: inline-block;
}

.blog-search h3 img {
  margin-right: 10px;
}

.blog-search img {
  vertical-align: text-bottom;
}

.ayuda-section h2 {
  color: white;
  font-size: 32px;
  display: inline;
  margin: 0;
}

.ayuda-section .col-lg-10 {
  margin-top: 6em;
  margin-bottom: 1em;
}

.terminos-section h2 {
  color: white;
  font-size: 32px;
  display: inline;
  margin: 0;
}

.terminos-section .col-lg-10 {
  margin-top: 6em;
  margin-bottom: 1em;
}

.search-ayuda {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#search-ayuda {
  cursor: pointer;
}

.search-ayuda form {
  position: relative;
}

.search-ayuda form label {
  margin-bottom: 0;
}

.search-ayuda form img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.search-ayuda input {
  padding: 20px;
  width: 350px;
  font-size: 14px;
  font-weight: 400;
  color: #a3a3a3;
}

.ayuda-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 5em;
  margin-bottom: 1em;
}

.ayuda-body ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f3bb9c;
  transition: opacity ease 0.3s;
  position: relative;
}

.ayuda-body ul li:first-child {
  border-top: 1px solid #f3bb9c;
}

.ayuda-body ul li:hover {
  opacity: 0.8;
}

.ayuda-body ul li a {
  font-size: 28px;
  font-weight: 500;
  display: block;
  color: #005aab;
  text-decoration: none;
}

.ayuda-body ul li a img {
  margin-right: 30px;
}

.ayuda-body span.arrow {
  font: 36px "Consolas", monospace;
  color: #f4925b;
  right: 10px;
  top: 10px;
  position: absolute;
  pointer-events: none;
  transition: transform ease 0.3s;
}

.ayuda-section .section-nav {
  color: white;
  position: absolute;
  top: 0;
  margin-top: 30px;
}

.ayuda-section .section-nav p {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 300;
}

.ayuda-section .row {
  position: relative;
}

.ayuda-body .ayuda-inside li a {
  font-size: 19px;
  padding: 10px 0;
  width: 90%;
}

.btn-ayudo {
  width: 100px;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: white;
  text-transform: uppercase;
  color: #808080;
  font-size: 17px;
  margin: 0 5px;
}

.ml0 {
  margin-left: 0;
}

.btn-ayudo:hover {
  background: #f6f6f6;
}

.respuesta {
  margin-top: 4em;
  padding-bottom: 40px;
  border-bottom: 1px solid #f3bb9c;
  margin-bottom: 30px;
}

.respuesta p {
  color: #808080;
  font-size: 16px;
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.respuesta ul {
  list-style: none;
  padding-left: 0;
}

.respuesta ul li {
  color: #808080;
  font-size: 16px;
  margin: 5px 0;
}

.respuesta ul li:before {
  content: "• ";
  font-size: 16px;
  position: relative;
  top: 1px;
  padding-right: 10px;
}

.votar p {
  color: #808080;
  font-size: 16px;
  line-height: 1;
  margin: 50px 0 30px;
}

.respuesta-body {
  margin-bottom: 5em;
}

.resultado-busqueda-body .ayuda-inside {
  margin-top: 0;
  margin-bottom: 5em;
}

.resultado-busqueda-body .ayuda-inside li a {
  display: inline-block;
  transition: opacity ease 0.3s;
}

.resultado-busqueda-body .ayuda-inside li p {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.resultado-busqueda-body .ayuda-inside li p a {
  display: inline;
  font-size: 16px;
  transition: opacity ease 0.3s;
}

.resultado-busqueda-body .ayuda-inside li p.fecha {
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.resultado-busqueda-body .ayuda-inside li a:hover {
  opacity: 0.8;
}

.resultado-busqueda-body .ayuda-inside li:hover {
  opacity: 1;
}

.cantidad-resultados {
  font-weight: bold !important;
  font-size: 24px;
  color: #808080;
  margin-top: 3em;
}

.terminos-body .row {
  padding-bottom: 0;
}

.terminos-body .col-lg-7 {
  background: #fff;
  float: none;
  display: table-cell;
  padding: 3em 3em 6em 0;
}

.terminos-body .col-lg-5 {
  background: #f1f1f1;
  float: none;
  display: table-cell;
}

.terminos-body p {
  text-align: justify;
  color: #333;
  font-size: 16px;
}

.terminos-body p a {
  color: #005aab;
}

#accordionterminos {
  margin-top: 2em;
}

#accordionterminos .panel-heading {
  background: none;
  color: #005aab;
  padding: 0;
  position: relative;
  transition: opacity ease 0.3s;
}

#accordionterminos .panel-heading a {
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 20px 0;
  padding-right: 3em;
}

#accordionterminos .panel-default,
#accordionterminos .panel-body,
#accordionterminos .collapse {
  border: none;
  box-shadow: none;
}

#accordionterminos .panel-heading a {
  text-decoration: none;
  line-height: 1.4;
}

#accordionterminos .panel-heading .arrow {
  font: 36px "Consolas", monospace;
  color: #f4925b;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 10px;
  position: absolute;
  pointer-events: none;
  transition: transform ease 0.3s;
}

#accordionterminos .panel-heading:hover:after,
#accordionterminos .panel-heading:hover {
  opacity: 0.8;
}

#accordionterminos .panel-body {
  margin-left: 0px;
  padding-left: 0px;
}

#accordionterminos .panel-body p {
  margin: 20px 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

#accordionterminos .panel-body ol li {
  margin: 20px 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

#accordionterminos .panel-body ol {
  margin: 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.terminos-body .contacto {
  width: 50%;
  margin-left: 2em;
}

.terminos-body .contacto h3 {
  font-size: 18px;
  font-weight: 500;
  color: #676767;
  padding-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}

.terminos-body .contacto p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.material-section h2 {
  color: white;
  font-size: 32px;
  display: inline;
  margin: 0;
}

.material-section .col-lg-10 {
  margin-top: 6em;
  margin-bottom: 1em;
}

.material-body {
  margin-top: 2em;
  margin-bottom: 8em;
}

.material-body #accordionterminos .panel-body p {
  color: #808080;
  font-size: 16px;
  margin: 0;
}

.material-body #accordionterminos .panel-body img {
  margin: 20px 0;
  display: block;
}

.material-body #accordionterminos .panel-body .btn-descargar {
  background-color: #f36f21;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 12px 0;
  border: none;
  transition: all 0.2s ease;
  margin: 20px 0;
  text-decoration: none;
}

.material-body #accordionterminos .panel-body .btn-descargar:hover {
  background-color: #e35f11;
  color: white;
  text-decoration: none;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.tinos-login {
  max-width: 100%;
}

.tinos-login-container {
  text-align: center;
}

.login-section h2 {
  color: white;
  font-size: 45px;
}

.login-section p {
  color: white;
  font-size: 18px;
  font-weight: 300;
}

.login-box {
  background: white;
  text-align: center;
}

.login-box-header {
  background: #000055;
  padding-bottom: 1em;
}

.login-box-header h3 {
  color: white;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.login-box-header button {
  display: block;
  margin: 15px auto;
  width: 230px;
  border-radius: 4px;
  border: none;
  padding: 20px 0;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

.recarga-section .panel-group .panel.activepanel {
  background: #0c65b6;
}

.recarga-section .panel-group .panel.activepanel .panel-heading {
  background: #0c65b6;
}

.recarga-section .panel-group .panel.activepanel .panel-body {
  border-top: 2px solid #00b4f1;
}

.login-box-header button img {
  margin-right: 10px;
}

.facebook-btn {
  background: #1565c0;
}

.google-btn {
  background: #c62828;
}

.login-box-body h3 {
  font-size: 14px;
  color: #5b5b5b;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.login-credenciales {
  width: 60%;
  margin: auto;
}

.login-credenciales input {
  background: #f4f4f4;
  font-size: 16px;
  color: #555555;
}

.login-credenciales .form-control {
  padding: 20px 12px;
}

.login-credenciales .btn-access {
  background: #ea7123;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: opacity ease 0.3s;
}

.login-credenciales .btn-access:hover {
  opacity: 0.9;
}

.login-credenciales a {
  margin: 20px;
  display: inline-block;
  color: #2196f3;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.login-box-footer {
  background: #f5f5f5;
  padding-top: 20px;
}

.login-box-footer p {
  color: #2c2c2c;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.login-box-footer a {
  margin-bottom: 30px;
  display: inline-block;
  color: #2196f3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.navbar-toggle .icon-bar {
  transition: 300ms ease-in-out;
  position: relative;
}
.navbar-toggle .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}

.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}

.icon-bar-normal {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  top: 0 !important;
  opacity: 1 !important;
}

.slick-track {
  margin-bottom: 15px;
}

.share p {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
}

.share img {
  margin-right: 5px;
  vertical-align: middle;
}

.redes a {
  transition: opacity ease 0.3s;
}

.redes a:hover {
  opacity: 0.8;
}

.tino-app {
  max-width: 100%;
}

.tab-pane .servicio img {
  width: 100%;
  max-width: 165px;
}

.slick-dots li button:before {
  content: "\2022" !important;
}

#checks .tab-pane .servicio img {
  width: initial;
}

.tino-tarjeta {
  max-width: 100%;
}

.tino-faqs {
  max-width: 100%;
}

.blog-section .novedad.novedad-destacada {
  height: 450px;
  background: url("../img/novedad-destacada-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-section .novedad.novedad-destacada-s1 {
  height: 300px;
  background: url("../img/imagen-destacada-s-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-section .novedad.novedad-destacada-s2 {
  height: 300px;
  background: url("../img/imagen-destacada-s-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.legal a {
  color: #00b4f5;
  text-decoration: none;
}

.section.adherir-section p {
  color: #333;
}

.section.red-section h2 {
  margin: 1% 0;
}

.faqs-body .row {
  padding-bottom: 5%;
}

.blog-section .container .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  padding: 0;
  margin: 0 15px;
}

.ayuda-inside li p.cuerpo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row.novedades-lista .col-lg-3 {
  padding-bottom: 30px;
}

.resto-novedades {
  display: none;
}

form .success_msj {
  font-size: 15px;
}

h2.novedad-interior-titulo span,
.ayuda-section h2 span {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-left: 20px;
}

.arrow img {
  width: 16px !important;
}

.solicitud-section .solicitud-nav {
  margin-top: 5em;
  color: white;
}

.solicitud-section .solicitud-nav a {
  color: #fcd603;
  font-size: 16px;
}

.solicitud-section .solicitud-nav p {
  font-size: 16px;
  margin-bottom: 0;
}

.solicitud-section .solicitud-nav h2 {
  margin: 4% 0;
}

 /* .solicitud-section .pasos span {
  background: #004482;
  border-radius: 30px;
  font-size: 24px;
  text-align: center;
  width: 35px;
  height: 35px;
  padding-top: 1px;
  display: inline-block;
  font-weight: bold;
}  */
.solicitud-section .pasos .bullet-tino {
  background: url(../img/bullets-tino.png);
  background-repeat: no-repeat;
  margin-top: 22px;
  width: 30px;
  height: 18px;
  margin-bottom: unset;
} 
.pasos_solicitala {
  margin-right: 13%;
}
.paso {
  display: flex;
  flex-flow: column;
}
.paso_title {
 display: flex;
 flex-flow: row;
 width: fit-content;
}
.paso .description {
  display: flex;
  flex-flow: column;
}
.description .desk{
  font-weight: bold;
}
.description .mobile{
  font-weight: bold;
}
.bullet_solicitud {
  font-size: 16px;
  font-family: "Roboto";
  color: #f8cc0c;
  line-height: 3vh;
  padding-left: 15px;
}
.bullet_solicitud li p {
  color: #fff;
  font-size: 16px!important;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: unset;
}
.description .default-btn.ver-btn.solicita {
  margin-bottom:20px;
  text-decoration:none;
  width:100%;
  max-width: 255px; 
  background:#004483;
  color:#fff
}

.solicitud-section .pasos {
  color: white;
  padding-right: 5px;
  width: 49vh!important;
}

.solicitud-section .pasos p {
  font-size: 16px;
}

.solicitud-section .pasos a {
  color: #6ad9ff;
  text-decoration: underline;
  font-weight: bold;
  transition: color ease-in-out 0.2s;
}

.solicitud-section .pasos a:hover {
  color: #a3e8ff;
}

.solicitud-section .pasos img {
  max-width: 70%;
}
.solicitud-section .pasos p.mobile {
  display: none;
}
.bullet-tino{
  margin-bottom: unset;
  margin-bottom: 6%;
}
.bullet-tino h3{
  margin-bottom: unset;
  margin-bottom: 6%;
}

/* Long screen */

@media only screen and (min-width: 1400px) {
  .mastercard-header:not(.tino-cajero-section) .row {
    padding-bottom: 50px;
  }

  .tino-cajero-section .texto {
    margin-top: 10%;
  }

  .que-es-section p,
  .como-funciona-section p {
    font-size: 22px !important;
  }

  .que-es-section .tino-tarjeta {
    top: 6em;
  }

  .default-btn {
    font-size: 18px;
    padding: 18px 20px;
  }

  .section h2 {
    font-size: 40px;
  }

  .minipos-section h2 span {
    font-size: 2.8vw;
  }

  .section p {
    font-size: 20px;
  }

  .botonera-footer ul li a {
    font-size: 18px;
  }

  .legal p {
    font-size: 18px;
  }

  .section-app-pago24 {
    background: #fc8b01; /* Old browsers */
    background: -moz-linear-gradient(
      176.5deg,
      #ffffff 24%,
      #ffffff 24%,
      #fc8b01 24.3%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      176.5deg,
      #ffffff 24%,
      #ffffff 24%,
      #fc8b01 24.3%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      176.5deg,
      #ffffff 24%,
      #ffffff 24%,
      #fc8b01 24.3%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fc8b01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }

  .billetera-beneficios h2 {
    font-size: 40px;
    margin: 5% 0;
  }

  .section-inside.billetera-beneficios p {
    font-size: 1.2vw;
  }

  .section-app-pago24 h2 {
    font-size: 32px;
  }

  .section-app-pago24 p {
    font-size: 28px;
  }

  .section-inside h2 {
    font-size: 40px;
    font-weight: 500;
  }

  .section-inside p {
    font-size: 26px;
    font-weight: 400;
  }

  .comunicate-section {
    background-position: right bottom;
    background-color: #ea7023;
  }

  .section.centros-adheridos-header h2 {
    font-size: 3vw;
    margin: 4% 0;
  }

  .section.centros-adheridos-header p {
    font-size: 1.1vw;
    margin-bottom: 4%;
  }

  .tarjetas-section h2 {
    font-size: 22px;
  }

  .tarjetas-section h3 {
    font-size: 38px;
  }

  .tarjetas-section .texto-detalle {
    margin-top: 3%;
  }

  .servicio h2 {
    font-size: 24px;
  }

  .servicio p {
    font-size: 16px;
  }

  .texto-novedad-destacada .novedad-destacada-titulo {
    font-size: 48px;
  }

  .texto-novedad-destacada .novedad-destacada-bajada {
    font-size: 20px;
  }

  .texto-novedad h2 {
    font-size: 22px;
  }

  .novedad-subtitulo {
    font-size: 22px;
  }

  .novedad-cuerpo p {
    font-size: 22px;
  }

  h2.popular {
    margin-top: 1em;
    font-size: 40px;
  }

  .ultimas-notas h3 {
    font-size: 22px;
  }

  .ultimas-notas ul li a {
    font-size: 18px;
  }

  .app-section h2 {
    font-size: 38px;
    margin-top: 2%;
  }

  .app-section p {
    font-size: 18px;
  }

  .la-pago24 p {
    font-size: 40px;
  }
  .solicitud-section .pasos p .mobile {
    display: none!important;
  }


}

@media only screen and (max-width: 1200px) {
  .footer {
    background: #004482;
    padding-bottom: 0px;
  }

  .billetera-beneficios p {
    color: #5a5a5a;
    font-size: 1.4vw;
  }

  .que-es-section p,
  .como-funciona-section p {
    font-size: 16px !important;
  }

  .billetera-beneficios p {
    font-size: 1.6vw;
  }

  .costos-section h2 {
    font-size: 3vw;
  }

  .recarga-section h2 {
    font-size: 3vw;
  }

  .adherir-section h2 {
    font-size: 3vw;
  }

  .comunicate-section h2 {
    font-size: 3vw;
  }

  .blog-section .novedad.novedad-destacada {
    height: 300px;
    background-position: center;
  }

  .blog-section .col-xs-12 {
    padding: 0;
  }

  .blog-section .novedades-lista {
    padding: 0;
  }

  .blog-section .texto-novedad {
    padding: 2em 1em;
  }

  .blog-section .novedades-lista .pl-0 {
    padding-left: 0;
  }

  .blog-section .container {
    width: 100%;
  }

  .blog-section .novedad.novedad-destacada-s1 {
    height: 200px;
  }

  .blog-section .novedad.novedad-destacada-s2 {
    height: 200px;
  }

  .blog-inside-section .imagen-header {
    height: 300px;
  }

  .footer-blog .logo-w,
  .footer-blog .tino-footer {
    display: none;
  }

  .footer-blog .col-lg-10 {
    text-align: center;
  }

  .footer-blog .texto {
    margin-top: 2em;
    padding-left: 0;
  }

  .footer-blog ul {
    margin-bottom: 20px;
  }

  .footer-blog .redes {
    margin-top: 2.5em;
  }

  .footer-blog .redes ul li {
    margin: 0;
  }

  .pasos_solicitala .description .mobile {
    display: none;
  }
  .default-btn.ver-btn.solicita {
    padding: 18px 10px;
  }

}

a.volver {
  padding-bottom: 5px;
  font-size: 17px;
  border-bottom: 1px solid #337ab7;
}

.dropdown-menu {
  display: none;
}




/* mobile phone */

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

  .responsiveContent.mob {
    display: block!important;
  }
  .responsiveContent.desk {
    display: none!important;
  }
  .responsiveContent.mob iframe {
    width: 310px!important;
    height: 195px!important;
  }
  .contenedor_video_solicitud {
    display:flex;
    justify-content: center;
  }
  .responsiveContent.desk {
    display: none;
  }
  #navbar .nav .dropdown button {
    font-size: 16px;
    padding-left: 0px;
  }
  .table-responsive {
    width: 90%;
    margin: 0 auto;
    border: none;
  }
  .billetera-beneficios .detalle img {
    width: 70px;
  }
  .leyenda-tarifas {
    margin-top: 15px;
  }
  .texto-resultado,
  .volver {
    padding: 15px;
  }



  .icon-navbar {
    display: inline-block;
    width: 35px;
    margin-right: 20px;
  }

  .section {
    height: inherit;
  }

  .navbar-toggle {
    padding: 0;
    margin-top: 13px;
    margin-right: 5px;
  }

  .navbar-toggle .icon-bar {
    background: #1a75da;
    width: 30px;
    height: 4px;
    border-radius: 2px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  .section .col-lg-6 {
    padding-left: 2em;
  }

  .mastercard-header .mobile-phone {
    margin-top: 2em;
    left: -1em;
    width: 90%;
    top: 0;
  }

  .mastercard-header .tinos-header {
    display: none;
  }

  .texto {
    margin-top: 0;
  }

  .section h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .section p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .create-btn,
  .ver-btn {
    /*width: 45%;*/
    font-size: 14px;
  }

  .prepaga-section .texto {
    margin-top: 1em;
  }

  .icon {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 12%;
  }

  .prepaga-section {
    padding-bottom: 0;
  }

  .prepaga-section .row {
    padding-bottom: 0;
  }

  .card-phone {
    position: relative;
    width: 95%;
  }

  .chica-pic {
    position: absolute;
    width: auto;
    left: -15%;
    max-height: 98%;
  }

  .section.billetera-section {
    height: 540px;
  }

  .billetera-section .texto {
    margin-top: 1em;
  }

  .mastercard-header .tino-cajero {
    left: -1em;
    margin-bottom: 0;
  }
  .tino-cajero {
  }
  .tino-cajero-section .col-lg-6:not(.texto) {
    text-align: center;
  }

  .minipos-section .texto {
    margin-top: -3em;
  }

  .minipos-section h2 span {
    display: none;
  }

  .minipos-container {
    text-align: center;
  }

  .minipos-img {
    margin-top: 2em;
    position: relative;
    right: 1em;
    width: 65%;
  }

  .minipos-section h2 span {
    font-size: 26px;
  }

  .footer {
    background: #004482;
    padding-bottom: 0px;
  }

  .footer .col-lg-10 {
    text-align: center;
  }

  .footer .texto {
    margin-top: 2em;
    padding-left: 0;
  }

  .footer ul {
    margin-bottom: 20px;
  }

  .redes {
    margin-top: 2.5em;
  }

  .redes ul li {
    margin: 0;
  }

  .minipos-section {
    padding-bottom: 0;
  }

  .botonera-footer ul li a {
    font-size: 12px;
  }

  .botonera-footer ul li span {
    font-size: 22px;
    margin-left: 24px;
  }

  .legal {
    margin-top: 40px;
  }

  .legal p {
    font-size: 12px;
  }

  .legal span {
    margin-left: 15px;
  }

  .billetera-beneficios h2 {
    margin-top: 1em;
  }

  .billetera-beneficios .col-lg-3,
  .billetera-beneficios .col-lg-2 {
    display: block;
    border: none;
  }

  #f-servicios.billetera-beneficios.servicios-lista .col-lg-3,
  #f-servicios.billetera-beneficios.servicios-lista .col-lg-4 {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 30px;
  }

  #f-servicios.billetera-beneficios .col-lg-3 .detalle,
  #f-servicios.billetera-beneficios .col-lg-4 .detalle {
    margin-left: 0;
  }

  #f-servicios.billetera-beneficios .col-lg-3 h3,
  #f-servicios.billetera-beneficios .col-lg-4 h3 {
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.5;
  }

  #f-servicios.billetera-beneficios .detalle {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
  }

  #f-servicios.billetera-beneficios.servicios-lista .col-lg-3 img,
  #f-servicios.billetera-beneficios.servicios-lista .col-lg-4 img {
    width: 70px;
  }

  .pbm0 {
    padding-bottom: 0;
  }

  .billetera-beneficios .col-lg-3 {
    display: block;
    border: none;
  }

  .col-lg-3 .icon {
    width: 38px;
    vertical-align: top;
  }

  .billetera-beneficios .col-lg-4 {
    display: block;
    border: none;
    text-align: left;
    float: none;
    padding: 0 30px;
  }

  /* .billetera-beneficios .col-lg-3 .detalle{
		display: inline-block;
		width: 80%;
		margin-left: 5%;
	} */

  .billetera-beneficios .col-lg-4 .detalle {
    display: inline-block;
    width: 80%;
    margin-left: 5%;
  }

  .billetera-beneficios .col-lg-3 h3,
  .billetera-beneficios .col-lg-4 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .billetera-beneficios .col-lg-3 p {
    font-size: 14px;
  }

  .section-app-pago24 {
    background: #fc8b01;
    background: -moz-linear-gradient(
      176.5deg,
      #ffffff 8%,
      #ffffff 8%,
      #fc8b01 8.3%
    );
    background: -webkit-linear-gradient(
      176.8deg,
      #ffffff 8%,
      #ffffff 8%,
      #fc8b01 8.3%
    );
    background: linear-gradient(176.8deg, #ffffff 8%, #ffffff 8%, #fc8b01 8.3%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fc8b01',GradientType=1 );
  }

  .section-app-pago24 .col-lg-8 {
    margin-top: 4em;
    text-align: center;
  }

  .section-app-pago24 .tino-app {
    width: 100%;
  }

  .section-app-pago24 .col-lg-6 {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }

  .section-app-pago24 .col-lg-6.app-detalle {
    padding-left: 0;
  }

  .section-app-pago24 .col-lg-6 h2 {
    font-size: 22px;
  }

  .section-app-pago24 .col-lg-6 p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .section-app-pago24 .download-app {
    margin: 15px 0;
    display: block;
  }

  .section-inside h2 {
    font-size: 26px;
    font-weight: 500;
  }

  .pagos-section .texto h2 {
    margin-top: 1em;
  }

  .servicio img {
    width: 90%;
  }

  .pagos-section .texto-detalle {
    margin-top: 1em;
  }

  .servicios {
    margin-bottom: 1em !important;
  }

  .transferencias-section .texto {
    padding: 0 1em;
  }

  .transferencias-section .texto h2 {
    margin-top: 20px;
  }

  .transferencias-section .texto p {
    color: #a0a0a0;
  }

  .billetera-section p {
    padding-right: 3em;
  }
  /*
	.billetera-section.billetera-page .chica-pic{
		max-height: 320px;
	}
	*/
  .section-inside .nav-tabs li a {
    font-size: 14px;
  }

  .nav-tabs li {
    width: 45%;
  }

  .tab-pane .servicio {
    width: 48%;
    margin: 40px 0 0;
    vertical-align: top;
  }

  .tab-pane .servicio img {
    width: 70%;
  }

  .section-inside .tab-content {
    margin-bottom: 1em;
  }

  .section-inside .texto {
    margin-top: 3em;
  }

  .recargas-section .texto h2 {
    font-size: 22px;
    margin-top: 20px;
  }

  .recargas-section .texto p {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .transporte-section h2 {
    font-size: 22px;
    margin-top: 20px;
  }

  .checks-section .tab-pane h2 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .checks-section .tab-pane p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .tab-pane .servicio-circle {
    width: 25%;
    margin: 40px 0 0;
  }

  .tab-pane .servicio-circle img {
    width: 100%;
  }

  #checks .tab-pane .servicio {
    width: 45%;
    margin: 40px 0 0;
  }

  #checks .tab-pane .servicio img {
    width: 75%;
    position: relative;
    left: -5px;
    max-width: 150px;
  }

  #checks .tab-pane .servicio h2 {
    font-size: 14px;
  }

  #checks .tab-pane .servicio p {
    font-size: 14px;
  }

  .que-es-section .tino-tarjeta {
    margin-top: -10em;
    left: -0.8em;
    width: 100%;
    z-index: 5;
    margin-bottom: 2em;
  }

  .como-funciona-section {
    background: #0066b3;
    margin-top: -3em;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  #como-funcionaimg {
    width: 100%;
  }

  .como-funciona-section .texto-detalle {
    margin: 2em 0;
  }

  .mastercard-beneficios p {
    padding: 0 10px;
  }

  .mastercard-beneficios .detalle p {
    padding: 0;
  }

  .mastercard-beneficios .detalle br {
    content: " ";
  }

  .mastercard-beneficios .detalle br:after {
    content: " ";
  }

  .collapse-section .col-lg-10 img:first-child {
    margin-top: 0;
  }

  .costos-section h2 {
    margin: 20px 0 30px;
  }

  .panel-group {
    width: 90%;
    margin: 0 auto;
  }

  .collapse-section .panel-title a {
    font-size: 16px;
  }

  .collapse-section
    .panel-default
    .panel-heading
    + .panel-collapse
    .panel-body
    ul
    li {
    font-size: 14px;
    padding-right: 100px;
  }


  .collapse-section
    .panel-default
    .panel-heading
    + .panel-collapse
    .panel-body
    ul
    li.engendro {
    padding-right: 40px;
  }



  .costos-section p.legal {
    width: 90%;
    margin: 0 auto;
  }

  .recarga-section h2 {
    margin: 1em 0;
  }

  .recarga-section .collapse-thumb {
    display: none;
  }

  .recarga-section .panel-group .panel-heading {
    background: #;
  }

  .recarga-section.collapse-section .panel-title a {
    padding-right: 4em;
    font-size: 14px;
    line-height: 1.5;
  }

  .recarga-section.collapse-section
    .panel-default
    .panel-heading
    + .panel-collapse
    .panel-body
    ul
    li {
    font-size: 14px;
    padding-right: 10px;
  }

  .recarga-section.collapse-section
    .panel-default
    .panel-heading
    + .panel-collapse
    .panel-body
    ul
    li
    p {
    font-size: 16px;
    margin: 10px 0;
  }

  .inside-list {
    margin-top: 10px;
  }

  .recarga-section .panel-group .panel.activepanel,
  .recarga-section .activepanel .panel-heading {
    background: #0c65b6;
  }

  .recarga-section .panel-group .panel.activepanel .panel-body {
    border-top: 2px solid #00b4f1;
  }

  .recarga-section
    .panel-default
    .panel-heading
    + .panel-collapse
    .panel-body
    ul
    li:not(:last-child) {
    border-bottom: 2px solid #00b4f1;
  }

  .servicios-section h2 {
    margin-top: 2em;
    font-size: 18px;
    padding: 0 1em;
  }

  .servicios-section h2 strong {
    font-weight: 500;
  }

  .servicios-section h2 br {
    content: " ";
  }

  .servicios-section h2 br:after {
    content: " ";
  }

  .tino-perro {
    width: 60%;
    margin-top: -1em;
  }

  .adherir-section h2 {
    margin-top: 15px;
  }

  .adherir-section p {
    padding: 0 20px;
    line-height: 1.5;
  }

  .adherir-section .col-lg-6.borde {
    border: none;
    margin-bottom: 20px;
  }

  .adherir-section .bullet {
    display: none;
  }

  .adherir-section .col-lg-6 {
    text-align: center;
    padding-left: 15px;
  }

  .adherir-section .col-lg-6 h3 {
    font-size: 18px;
    margin: 1em 0;
    color: #131313;
  }

  .adherir-section .col-lg-6 ul li {
    font-size: 16px;
    margin: 5px 0;
  }

  .comunicate-section h2 {
    margin-top: 2em;
    font-weight: 500;
    font-size: 22px;
  }

  .comunicate-section p {
    padding: 0 20px;
    font-weight: 300;
  }

  .section form {
    padding: 0 15px;
  }

  .section .form-group {
    padding: 0;
  }

  .btn-submit {
    width: 100%;
  }

  .comunicate-section {
    padding-bottom: 1em;
  }

  .centros-adheridos-header .tino-cajero {
    display: none;
  }

  .search-section .row {
    padding: 0 20px;
  }

  .search-section input {
    font-size: 16px;
    color: black;
    margin-bottom: 1em;
  }

  .search-section td,
  .search-section th {
    display: block;
    border: none !important;
    padding: 2px 0 !important;
  }

  .search-section td strong {
    font-size: 18px;
    color: #55555a;
  }

  .search-section th:not(:first-child) {
    display: none;
  }

  .search-section td.rubro:before {
    content: "Rubro: ";
    font-weight: bold;
    color: #a7a7a7;
  }

  .search-section td.localidad:before {
    content: "Localidad: ";
    font-weight: bold;
    color: #a7a7a7;
  }

  .search-section td.vencimiento:before {
    content: "Vencimiento: ";
    font-weight: bold;
    color: #a7a7a7;
  }

  .search-section td.codbarras:before {
    content: "Cód. de Barras: ";
    font-weight: bold;
    color: #a7a7a7;
  }

  .table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
  }

  .table-striped > tbody > tr {
    display: block;
    border-top: 2px solid #c9c9c9;
    padding: 1em 0 !important;
  }

  .table-striped > thead > tr {
    display: block;
    padding-bottom: 1em;
  }

  .minipos-como-funciona-section h2 {
    margin: 40px 0;
    font-size: 24px;
    font-weight: 500;
  }

  .minipos-como-funciona-section .icon {
    width: 20px;
    margin: 0 10px;
  }

  .minipos-como-funciona-section .icon.iconbig {
    width: 40px;
    margin: 0px;
  }

  .minipos-como-funciona-section.billetera-beneficios .col-lg-3 h3 {
    margin-top: 0;
  }

  .tarjetas-section h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 60px;
  }

  .tino-doctor {
    position: absolute;
    top: -25px;
    left: 10px;
    z-index: 2;
    width: 20%;
  }

  .costos-section #accordion .panel-body ul li {
    position: relative;
  }

  .costos-section #accordion .panel-body ul li span {
    float: none !important;
    position: absolute;
    right: 0;
  }

  .tarjetas-section h3 {
    font-size: 26px;
    margin-top: 0;
  }

  .tarjetas-section .texto-detalle {
    margin-top: 1em;
  }

  .tarjetas-section .col-xs-12 {
    padding: 0 20px;
  }

  .tarjetas-section .col-xs-3 {
    padding: 0 5px;
  }

  .tarjetas-section .col-xs-3 img {
    width: 100%;
  }

  .adherite-section p br {
    content: "";
  }

  .adherite-section p br:after {
    content: " ";
  }

  .adherite-section .btn-submit {
    margin-top: 15px;
  }

  .tino-faqs {
    width: 100%;
  }

  .faqs-header .texto-detalle {
    margin-top: 5em;
    margin-left: 20%;
    margin-bottom: 0;
  }

  .icon-faqs {
    display: none;
  }

  #accordionfaqs .panel-heading a {
    font-size: 20px;
  }

  #accordionfaqs .panel-body {
    margin-left: 0;
    padding-left: 0;
  }

  #accordionfaqs .panel-heading .arrow {
    top: 0;
  }

  .faqs-subtitle {
    background: #f1f1f1;
    margin-top: 0;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  #accinside {
    margin-left: 0;
  }

  #accordionfaqs .panel-body .panel-heading a {
    font-size: 14px;
    text-indent: -3em;
    padding-left: 3em;
  }

  #accordionfaqs .panel-body .expand {
    margin-top: 0 !important;
  }

  #accordionfaqs .panel-body .panel-body p {
    font-size: 14px;
  }

  #accordionfaqs .panel-body .panel-body li {
    font-size: 14px;
    text-indent: -1.2em;
  }

  .botonera-footer ul li.br {
    display: block;
  }

  .header-title {
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .search {
    width: 100px;
    height: 103%;
    background: #fc8b01; /* Old browsers */
    background: -moz-linear-gradient(
      120deg,
      #ffffff 31%,
      #ffffff 31%,
      #1aa7fd 31.3%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      120deg,
      #ffffff 31%,
      #ffffff 31%,
      #1aa7fd 31.3%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      120deg,
      #ffffff 31%,
      #ffffff 31%,
      #1aa7fd 31.3%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  #search-cta {
    right: 10px;
  }

  .blog-navbar {
    padding: 10px 0;
  }

  .blog-navbar .navbar-brand img {
    width: 120px;
    height: auto;
  }

  .blog-navbar .navbar-brand {
    margin-top: 5px;
  }

  .search-active {
    width: 133%;
  }

  .search input {
    left: 35%;
    font-weight: bold;
    color: #c9e5fe;
    font-size: 18px;
  }

  .search input::placeholder {
    color: #c9e5fe;
  }

  .novedad-destacada-bajada {
    display: none;
  }

  .texto-novedad-destacada {
    position: absolute;
    width: 75%;
    color: white;
    border-bottom: 8px solid #ff8600;
    bottom: 0;
    padding-left: 1.5em;
    z-index: 2;
  }

  .texto-novedad-destacada .novedad-destacada-titulo {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .novedad-destacada {
    height: 300px;
  }

  .imagen-destacada {
    height: 100%;
    width: auto;
  }

  .blog-section .row {
    padding-bottom: 0;
  }

  .blog-section a {
    text-decoration: none;
  }

  .col-lg-6 .texto-novedad-destacada {
    padding-left: 1.5em;
    width: 50%;
  }

  .texto-novedad-destacada .novedad-destacada-s-titulo {
    font-size: 22px;
    line-height: 1.1;
  }

  .blog-section .col-lg-6 {
    padding-left: 0;
    position: relative;
  }

  .col-lg-6 .novedad-destacada {
    height: 250px;
  }

  .novedad-header {
    display: none;
  }

  .novedades-lista .novedad-destacada {
    height: auto;
  }

  .novedades-lista .col-lg-10 {
    padding: 0;
  }

  .texto-novedad {
    padding: 2em;
    height: auto;
  }

  .novedades-lista .pl-0 {
    padding-left: 15px;
  }

  .novedades-lista .novedad-titulo {
    margin-bottom: 0;
    font-size: 22px;
    padding-left: 15px;
  }

  .blog-section {
    background: white;
  }

  .novedades-more .col-lg-6 {
    padding-left: 15px;
  }

  #cargar-novedades {
    padding: 15px;
    margin: 2em 0 3em;
    font-size: 14px;
  }

  .footer-blog .logo-w,
  .footer-blog .tino-footer {
    display: none;
  }

  .footer-blog .legal ul {
    margin-bottom: 40px;
  }

  .footer-blog .legal p {
    font-weight: bold;
    margin-bottom: 30px;
  }

  .texto-novedad-interior {
    position: relative;
    color: white;
    border-bottom: none;
    background: #f2f2f2;
    padding-left: 0;
  }

  .texto-novedad-interior .novedad-interior-titulo {
    font-size: 20px;
    margin-bottom: 0;
    color: #3d3d3d;
    padding: 1em;
  }

  .blog-inside-section .gradiante-novedades {
    display: none;
  }

  .blog-inside-section .imagen-destacada {
    height: 200px;
  }

  .novedad-content .novedad-cuerpo,
  .novedad-content .ultimas-notas {
    display: inline-block;
    padding: 0 15px;
  }

  .novedad-cuerpo .share p {
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .novedad-subtitulo {
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    line-height: 1.5;
    border-bottom: 2px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .novedad-cuerpo p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 400;
  }

  .novedad-cuerpo {
    padding-bottom: 0px !important;
  }

  .novedad-content .ultimas-notas {
    margin-top: 30px;
    padding-bottom: 2em;
  }

  .ultimas-notas h3 {
    margin-top: 2em;
    padding: 0;
    color: #1aa7fd;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
  }

  .ultimas-notas ul li a {
    color: black;
  }

  .ultimas-notas ul {
    margin-top: 1em;
  }

  .ultimas-notas ul li {
    margin-bottom: 1em;
  }

  .blog-app-section.app-section .col-lg-8 .col-lg-6 {
    text-align: center;
  }

  .blog-app-section.app-section .row {
    text-align: center;
    padding-bottom: 50px;
  }

  .blog-app-section.app-section p {
    color: #656565;
  }

  .blog-search .resultado {
    border: none;
    padding: 2em 0 0;
  }

  .blog-search .col-xs-12 {
    background: #f2f2f2;
    border-top: 2px solid #dedede;
    padding: 0 30px;
    margin-bottom: 0px !important;
  }

  .blog-search .col-xs-12 h3 {
    color: #3d3d3d;
    font-size: 26px;
  }

  .texto-novedad {
    padding: 1em;
  }

  .blog-search .novedad.novedad-destacada {
    height: inherit;
  }

  .blog-search .col-lg-3 {
    height: inherit;
    padding: 0px;
  }

  .blog-search .novedad.novedad-destacada .novedad-titulo {
    font-size: 24px;
    margin: 15px 0;
  }

  .search-ayuda {
    transform: translateY(0);
    position: static;
    margin-top: 25px;
    display: block;
    width: 100%;
  }

  .ayuda-section .col-lg-10 {
    margin-bottom: 0;
  }

  .search-ayuda input,
  .search-ayuda label {
    width: 100%;
  }

  .search-ayuda {
    display: none;
  }

  .search-ayuda form img {
    position: absolute;
    right: 22px;
    background: #969696;
    padding: 5px;
    cursor: pointer;
  }

  .ayuda-section h2 {
    padding-left: 15px;
    font-size: 22px;
    width: 80%;
    display: inline-block;
  }

  .search-mobile {
    float: right;
    padding-right: 25px;
    cursor: pointer;
  }

  .ayuda-section .col-lg-10 {
    margin-top: 4em;
  }

  .ayuda-close-icon {
    width: 45px;
    position: relative;
    top: 3px;
    right: 3px;
  }

  .ayuda-body ul {
    margin-top: 3em;
  }

  .ayuda-body .col-xs-12 {
    padding: 0 30px;
  }

  .ayuda-body ul li a {
    font-size: 20px;
  }

  .ayuda-body ul li a {
    font-size: 20px;
    margin-top: 3px;
  }

  .ayuda-body ul li a img {
    margin-right: 10px;
    margin-top: -3px;
    width: 35px;
  }

  .ayuda-body span.arrow {
    top: 50%;
    transform: translateY(-50%);
  }

  .ayuda-section .col-lg-10.section-nav {
    margin-top: 15px;
    margin-left: 15px;
  }

  .ayuda-section .col-lg-10.section-nav p span {
    display: none;
  }

  .respuesta-body {
    padding: 0 30px;
    margin-bottom: 2em;
  }

  .respuesta {
    margin-top: 2em;
    padding-bottom: 20px;
  }

  .respuesta-body .respuesta a {
    font-weight: 500;
    color: #005aab;
    text-decoration: none;
  }

  .respuesta-body .respuesta p {
    margin-bottom: 0;
    font-weight: 400;
  }

  .respuesta-body .respuesta .mb30 {
    margin-bottom: 15px !important;
  }

  .respuesta-body .respuesta li {
    padding-left: 20px;
    text-indent: -20px;
  }

  .votar p {
    margin: 20px 0 20px;
  }

  .btn-ayudo {
    font-size: 14px;
    width: 90px;
  }

  .terminos-body .col-lg-7 {
    background: #fff;
    float: left;
    display: block;
    padding: 15px;
  }

  #accordionterminos .panel-heading a {
    font-size: 16px;
  }

  #accordionterminos.panel-group {
    width: 100%;
    margin-bottom: 3em;
  }

  #accordionterminos .panel-heading a {
    padding-left: 28px;
    text-indent: -28px;
  }

  #accordionterminos .panel-heading .arrow {
    text-indent: 0;
  }

  .terminos-body .contacto h3 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .terminos-body .contacto {
    width: 100%;
    margin-left: 0;
  }

  .material-body {
    margin-bottom: 0em;
  }

  .material-body .col-lg-10 {
    padding: 0 30px;
  }

  .material-body #accordionterminos .panel-body img {
    display: none;
  }

  .material-body #accordionterminos .panel-body .btn-descargar {
    background: #1a75da;
    margin-bottom: 0;
  }

  .material-body #accordionterminos .panel-body .btn-descargar:hover {
    background: #1e71cc;
  }

  .material-body #accordionterminos .panel-body .btn-descargar.mb50 {
    margin-bottom: 20px !important;
  }

  .tinos-login-container {
    margin: 1em 0;
  }

  .tinos-login-container img {
    width: 60%;
  }

  .login-section .texto {
    text-align: center;
    margin-top: 3em;
  }

  .login-box-header {
    padding: 0 15px 1em;
  }

  .login-box h3 {
    margin-top: 0;
  }

  .login-box-header button {
    padding: 10px 0;
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
  }

  .login-box-header button img {
    margin-right: 15px;
  }

  .login-box-body {
    padding-top: 2em;
  }

  .login-credenciales {
    width: 100%;
  }

  .login-box-footer p {
    margin-bottom: 5px;
  }

  .login-credenciales a {
    font-size: 14px;
  }

  .blog-section .destacadas-l2 .col-lg-10 {
    padding: 0;
  }

  .blog-inside-section .row .col-lg-10 {
    padding: 0 15px;
  }

  .blog-inside-section .imagen-header {
    background-position: center;
  }

  .novedad-content .col-lg-10.borde-contenedor {
    display: block;
  }

  .borde-contenedor {
    margin-top: -6px !important;
  }

  .borde-naranja {
    width: 90%;
    height: 6px;
  }

  .novedad-cuerpo {
    padding-top: 2em !important;
  }

  .novedades-lista {
    padding: 0 15px;
  }

  .terminos-body .col-lg-5 {
    float: left;
    display: block;
  }

  #checks .tab-pane .servicio.servicio-circle {
    width: 28%;
    margin: 40px 5px 0;
    max-width: 150px;
  }

  #checks .tab-pane .servicio.servicio-circle img {
    width: 100%;
  }

  .blog-section .container .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    margin: 0px;
  }

  .row.novedades-lista .col-lg-3 {
    padding-bottom: 0;
  }

  .mastercard-header,
  .billetera-page,
  .prepaga-section,
  .ayuda-section {
    padding-top: 25px;
  }

  .blog-inside-section {
    padding-top: 15px;
  }

  .novedad-content .ultimas-notas {
    display: block;
  }

  .navmoved .navbar-toggle .icon-bar:nth-child(2) {
    top: 10px;
  }

  .servicios-lista .col-sm-3 img,
  .servicios-lista .col-sm-4 img {
    width: 70px;
    margin: 5px 0;
  }

  /* .servicios-lista.billetera-beneficios .col-lg-3 .detalle,
	.servicios-lista.billetera-beneficios .col-lg-4 .detalle{
		width: 70%;
		vertical-align: middle;
	} */
  .servicios-lista.billetera-beneficios .col-lg-4 .detalle {
    width: 70%;
    vertical-align: middle;
  }

  .servicios-lista.billetera-beneficios .col-lg-3 .detalle h3,
  .servicios-lista.billetera-beneficios .col-lg-4 .detalle h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
  }
  .solicitud-section .pasos p.mobile{
    display: block;
  }
  .solicitud-section .pasos p.desk{
    display: none;
  }
}

@media (max-width:  1200px) {
  .nav .dropdown button {
    font-size: 16px;
    padding-left: 0px;
  }

  #navbar .nav .dropdown {
    padding-bottom: 5px;
    padding-top: 5px;
    float: none;
    text-align: left;
  }

  .dropdown .login-btn {
    display: inline-block;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .icon-navbar {
    display: inline-block;
    width: 35px;
    margin-right: 20px;
  }

  .section {
    height: inherit;
  }

  .navbar-toggle {
    padding: 0;
    margin-top: 13px;
    margin-right: 5px;
  }

  .navbar.navmoved .navbar-toggle {
    margin-top: 15px;
  }

  .navbar-toggle .icon-bar {
    background: #1a75da;
    width: 30px;
    height: 4px;
    border-radius: 2px;
  }
  /*
	.navmoved .navbar-toggle .icon-bar{
		width: 25px;
		height: 3px;
		border-radius: 3px;
	}
	*/
  .navbar.navmoved .navbar-brand img {
    margin-top: 1px;
  }

  .blog-navbar.navmoved .navbar-brand img {
    width: 120px;
    height: auto;
    margin-top: 0;
  }

  .navmoved .header-title {
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .navmoved .search {
    height: 102%;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  .navbar.navmoved .navbar-toggle .icon-bar + .icon-bar {
  }

  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 450px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }

  .solicitud-section .solicitud-nav {
    margin-top: 4em;
    z-index: 8;
  }

  .solicitud-section .solicitud-nav p,
  .solicitud-section .solicitud-nav a {
    font-size: 14px;
  }

  .solicitud-section .solicitud-nav h2 {
    font-size: 18px;
    min-width: 338px;
  }
  .pasos_solicitala .pasos {
    width: 30vh!important;
}

  .solicitud-section .pasos span {
    width: 25px;
    height: 25px;
    font-size: 16px;
    padding-top: 2px;
  }

  .solicitud-section .pasos h3 {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
  }

  .solicitud-section .pasos p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .solicitud-section .pasos img {
    margin-bottom: 20px;
  }

  .pasos_solicitala .description .mobile {
    display: none;
  }

  .solicitud-section .pasos h3 {
   margin-bottom: unset;
  }
  .responsiveContent.desk {
    display: none!important;
  }

}

#homePopUp .modal-dialog {
  width: 530px;
  margin: 92px auto;
}

#homePopUp .modal-content {
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);
  background: #f36f21; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f36f21 0%,
    #fbab37 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f36f21 0%,
    #fbab37 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36f21', endColorstr='#fbab37',GradientType=0 );
  border: 5px solid #f47423;
}

#homePopUp .modal-body {
  text-align: center;
  padding-top: 0;
}

#homePopUp .modal-body #imgPop {
  display: block;
  margin: 0 auto !important;
}

#homePopUp {
  background: rgba(0, 0, 0, 0.65);
}

#homePopUp button.close {
  position: absolute;
  /*-5 border - 22 imgwidth = -27*/
  top: -27px;
  right: -27px;
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
}

#homePopUp button.close:hover {
  opacity: 0.9;
}

#homePopUp .modal-body p {
  color: white;
  font-size: 23px;
  width: 85%;
  margin: auto;
  position: relative;
  top: -40px;
}

#homePopUp #ver-sucursales {
  background: #f47423;
  border: none;
  padding: 15px 38px;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
  top: -15px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  transition: 0.3s background ease-in-out;
  text-decoration: none;
}

#homePopUp #ver-sucursales:hover {
  background: #e86c1e;
}

/* new footer */

.contenedor-logos {
  padding: 40px;
  background-color: white;
}
.footer-texto {
  margin-top: 15px;
}
.footer-logo {
}
.icono_busqueda {
  width: 25px;
}
.icono_busqueda:hover {
  cursor: pointer;
}
.contenedor-buscador {
}
.buscador {
  width: 100%;
  max-width: 320px;
}
.buscador input {
  border: none;
  border-bottom: 2px solid #2196f3;
  width: 75%;
  transition: all 0.25s ease-in-out;
  margin-left: 20px;
}

.footer-logo img {
  width: 135px;
}
.group-flex-row {
  flex-flow: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-flow: row;
}
#label-buscador {
  display: inline-block;
}
.group-flex-column {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-flow: column;
}

.group-flex-center {
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.margin-lr-20 {
  margin: 0 20px;
}
.padding-45 {
  padding: 45px !important;
}
/* new footer */

@media only screen and (max-width: 570px) {
  #homePopUp .modal-dialog {
    margin: 30px auto;
    width: 100%;
  }

  #homePopUp button.close {
    top: -14px;
    right: -12px;
  }

  #homePopUp {
    padding: 0px 17px;
  }

  #homePopUp .modal-body #imgPop {
    width: 100%;
  }

  #homePopUp button.close img {
    width: 35px;
  }

  #homePopUp .modal-content {
    border-radius: 20px;
  }

  #homePopUp .modal-body p {
    font-size: 17px;
    width: 90%;
  }
  #homePopUp #ver-sucursales {
    font-size: 13px;
  }
  .contenedor-logos {
    flex-flow: column;
    padding: 20px;
  }
  .footer-logo-trasa {
  }
  .footer-texto {
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .tino-la-pago24 {
    position: absolute;
    bottom: 71%;
    left: 17%;
    width: 28%;
}
.section.la-pago24 .texto {
  margin-top: 40%;
}
.section.la-pago24 p {
  margin-top: 40%;
  margin: unset;
}

}

/* Gracias */

section.gracias {
  padding: 10rem 2rem 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.gracias img {
  max-width: 85vw;
}

.mob {
  display: none;
}
@media  (max-width: 570px) {

.solicitud-section .pasos { 

    width: 45vh!important;

}

.pasos_solicitala .description .desk{
  display: none;
}
.solicitud-section .pasos p.mobile{
  display: block;
}
.bullet_solicitud {
  /* padding-left: 15px; */
}
.description .default-btn.ver-btn.solicita {
  width:100%;
}

}
@media screen and (max-width:  1200px) {
  .mob {

    display: block;

  }
  .dsk-only {

    display: none;

  }
  .nav.navbar-nav.pull-right {

    display: unset!important;

  }
  .dropdown br{

    display: none;

  }
  .dropdown.btnn.desk-only {
    display: none;
  }
}
.container__img-header img{
  max-width: 100%;
}
@media (max-width: 454px) {
  .dropdown2 {
    margin-right: 4px;
  }
  .blog-inside-section .imagen-header{
    height: max-content;
  }
  .container__img-header img {
    max-width: 100%;
    display: block;
  }
  .novedad-cuerpo img {
    max-width: 100%;
    height: auto;
  }
  .novedad-cuerpo:nth-child(5) { 
    position: relative;
    height: 0;
    padding-bottom: 57.25%;
  }
  .novedad-cuerpo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}