/*html{
  min-height: 100%;
  background: #edecec;
}*/
footer{
  background-color: #edecec;
}
#banner .slider .slide1 h3{
  text-transform: none;
  color: #176faf;
  font-size: 30px;
  line-height: 42px;
}
#banner .slider .slide1 h3 strong{
  font-size: 37px;
}
#ventajas-ventas {
  height: 460px;
}
@media screen and (max-width: 768px) {
  .mt10{
    text-align: center;
  }
  footer p{
    text-align: center;
  }
  footer .text-center{
    margin-bottom: 15px;
  }
  #banner .slider .slide1 h3 {
    font-size: 20px;
    line-height: 35px;
  }
  #banner .slider .slide1 h3 strong {
    font-size: 25px;
  }
  header .container .logo {
    margin-bottom: 10px;
  }
  header .container .header-links a {
    margin-top: 0px;
    margin-bottom: 7px;
  }
  #paso1{
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #banner .slider .slide1 p {
    width: 500px;
  }
}



#ventajas-compras .container .texto h3, #ventajas-ventas .container .texto h3, #ventajas-envios .container .texto h3{
  max-width: 440px;
}
#ventajas-compras .container .texto p, #ventajas-ventas .container .texto p, #ventajas-envios .container .texto p{
  max-width: 460px;
}
#ventajas-compras .texto{
  padding-top: 45px!important;
  padding-bottom: 45px!important;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
  #ventajas-compras .texto{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-top: -15px;
    padding-left: 49px;
    padding-right: 0px;
  }
}

p.desc{
  max-width: 150px!important;
  padding-bottom: 0!important;
}
li.met-portada{
  padding: 15px 0;
  margin: 0!important;
}
li.met-portada img{
  max-width: 55%;
  padding-bottom: 10px;
}
#banner .slider .slide1.slider2 .p-prepaga{
  font-size: 18px;
}
#banner .slider .slide1.slider2 .p-todo{
  font-size: 25px;
}
#banner .slider .slide1.slider2 h3{
  color:#4d4843;
}
#banner .slider .slide1.slider2 h3 strong{
  color: #e10111;
  font-size: 37px;
}
#banner .slider .slide1.slider2 p strong.blue{
  color: #106bad;
}
@media screen and (max-width: 992px){
  .slide.slide1.slider2 .p-prepaga, .slide.slide1.slider2 .p-todo{
    color: white!important;
  }
  #ventajas-ventas { height: auto; padding-bottom: 40px !important; }
}
@media screen and (max-width: 768px){
  #banner .slider .slide1.slider2 .p-todo {
    font-size: 20px;
  }
  #banner .slider .slide1.slider2 h3 {
    font-size: 20px;
  }
  #banner .slider .slide1.slider2 h3 strong {
    font-size: 25px;
  }
  .slide.slide1.slider2 .p-todo{
    margin-top: -10px;
  }
}


.go-down{
  position: absolute;
  margin-top: 28px;
  left: 50%;
  margin-left: -28px;
}

#soluciones{
  padding: 60px 0 40px 0;
  text-align: center;
}
#soluciones li{
  display: inline-block;
  padding: 20px 25px;
}
#soluciones li img{
  margin-bottom: 20px;
}
#soluciones h2{
  color: #106bad;
  font-weight: bold;
}

/* modal mensaje para error y advertencias */
#mensaje-box .modal-header {
  background: #106bad;
  border-bottom: none;
  padding: 20px 30px; }
  #mensaje-box .modal-header h4 {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
  #mensaje-box .modal-header .close {
    opacity: 1; }
#mensaje-box .modal-body {
  padding: 20px 30px;
  background: #FFF; }
  #mensaje-box .modal-body input[type=text], #mensaje-box .modal-body input[type=password] {
    padding: 15px 20px 15px 55px;
    font-size: 20px; }
  #mensaje-box .modal-body .login-email {
    background: url("../images/ico-email.png") no-repeat 15px center;
    margin-bottom: 10px; }
  #mensaje-box .modal-body .login-pass {
    background: url("../images/ico-pass.png") no-repeat 20px center;
    margin-bottom: 15px; }
  #mensaje-box .modal-body p {
    font-size: 17px;
    text-align: center; }
#mensaje-box .modal-footer {
  padding: 20px 30px;
  background: #e7e5e5;
  border-color: #c8c8c8; }
  #mensaje-box .modal-footer .btn {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 25px; }
  #mensaje-box .modal-footer a.recuperar {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 10px; }
    #mensaje-box .modal-footer a.recuperar:hover {
      color: #106bad; }
    
     #mensaje-box .modal-footer .btn {
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0f68a8;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
    padding: 10px 25px;
     }


/* modal generico */
.modal-generico .modal-header {
  background: #106bad;
  border-bottom: none;
  padding: 20px 30px; }
  .modal-generico .modal-header h4 {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
  .modal-generico .modal-header .close {
    opacity: 1; }
.modal-generico .modal-body {
  padding: 20px 30px;
  background: #FFF; }
  .modal-generico .modal-body input[type=text], .modal-generico .modal-body input[type=password] {
    padding: 15px 20px 15px 55px;
    font-size: 20px; }
  .modal-generico .modal-body .login-email {
    background: url("../images/ico-email.png") no-repeat 15px center;
    margin-bottom: 10px; }
  .modal-generico .modal-body .login-pass {
    background: url("../images/ico-pass.png") no-repeat 20px center;
    margin-bottom: 15px; }
  .modal-generico .modal-body p {
    font-size: 17px;
    text-align: center; }
.modal-generico .modal-footer {
  padding: 20px 30px;
  background: #e7e5e5;
  border-color: #c8c8c8; }
  .modal-generico .modal-footer .btn {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 25px; }
  .modal-generico .modal-footer a.recuperar {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 10px; }
    .modal-generico .modal-footer a.recuperar:hover {
      color: #106bad; }
    
     .modal-generico .modal-footer .btn {
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0f68a8;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
    padding: 10px 25px;
     }     

/* Registro*/     
     
#mensajeModal .modal-header {
  background: #106bad;
  border-bottom: none;
  padding: 20px 30px; }
  #mensajeModal .modal-header h4 {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
  #mensajeModal .modal-header .close {
    opacity: 1; }
#mensajeModal .modal-body {
  padding: 20px 30px;
  background: #FFF; }
  #mensajeModal .modal-body input[type=text], #mensajeModal .modal-body input[type=password] {
    padding: 15px 20px 15px 55px;
    font-size: 20px; }
  #mensajeModal .modal-body .login-email {
    background: url("../images/ico-email.png") no-repeat 15px center;
    margin-bottom: 10px; }
  #mensajeModal .modal-body .login-pass {
    background: url("../images/ico-pass.png") no-repeat 20px center;
    margin-bottom: 15px; }
  #mensajeModal .modal-body p {
    font-size: 17px;
    text-align: center; }
#mensajeModal .modal-footer {
  padding: 20px 30px;
  background: #e7e5e5;
  border-color: #c8c8c8; }
  #mensajeModal .modal-footer .btn {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 25px; }
  #mensajeModal .modal-footer a.recuperar {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 10px; }
    #mensajeModal .modal-footer a.recuperar:hover {
      color: #106bad; }
    
     #mensajeModal .modal-footer .btn {
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0f68a8;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
    padding: 10px 25px;
     }
     
/* loading pantalla completa */

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 15px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(15, 104, 168, 0.75) 1.5em 0 0 0, rgba(15, 104, 168, 0.75) 1.1em 1.1em 0 0, rgba(15, 104, 168, 0.75) 0 1.5em 0 0, rgba(15, 104, 168, 0.75) -1.1em 1.1em 0 0, rgba(15, 104, 168, 0.5) -1.5em 0 0 0, rgba(15, 104, 168, 0.5) -1.1em -1.1em 0 0, rgba(15, 104, 168, 0.75) 0 -1.5em 0 0, rgba(15, 104, 168, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(15, 104, 168, 0.75) 1.5em 0 0 0, rgba(15, 104, 168, 0.75) 1.1em 1.1em 0 0, rgba(15, 104, 168, 0.75) 0 1.5em 0 0, rgba(15, 104, 168, 0.75) -1.1em 1.1em 0 0, rgba(15, 104, 168, 0.75) -1.5em 0 0 0, rgba(15, 104, 168, 0.75) -1.1em -1.1em 0 0, rgba(15, 104, 168, 0.75) 0 -1.5em 0 0, rgba(15, 104, 168, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* modal resetear password */

/* modal mensaje para error y advertencias */
#reset-pass-box .modal-header {
  background: #106bad;
  border-bottom: none;
  padding: 20px 30px; }
  #reset-pass-box .modal-header h4 {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
  #reset-pass-box .modal-header .close {
    opacity: 1; }
#reset-pass-box .modal-body {
  padding: 20px 30px;
  background: #FFF; }
  #reset-pass-box .modal-body input[type=text], #reset-pass-box .modal-body input[type=password] {
    padding: 15px 20px 15px 55px;
    font-size: 20px; }
  #reset-pass-box .modal-body .login-email {
    background: url("../images/ico-email.png") no-repeat 15px center;
    margin-bottom: 10px; }
  #reset-pass-box .modal-body .login-pass {
    background: url("../images/ico-pass.png") no-repeat 20px center;
    margin-bottom: 15px; }
  #reset-pass-box .modal-body p {
    font-size: 17px;
    text-align: center; }
#reset-pass-box .modal-footer {
  padding: 20px 30px;
  background: #e7e5e5;
  border-color: #c8c8c8; }
  #reset-pass-box .modal-footer .btn {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 25px; }
  #reset-pass-box .modal-footer a.recuperar {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 10px; }
    #reset-pass-box .modal-footer a.recuperar:hover {
      color: #106bad; }

     #reset-pass-box .modal-footer .btn {
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0f68a8;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
    padding: 10px 25px;
     }


/*Compras*/
.img-container{
    width: 100%;
    margin: 0;
    padding: 0;
}
.img-container .img{
    padding: 0;
    margin: 0!important;
}
#pagaseguro-section{
  height: 410px;
  background: #ececec;
  display: block;
  position: relative;
}
#pagaseguro-section .img {
  width: 380px;
  height: 400px;
  position: absolute;
  margin-left: 121px;
  bottom: 0;
}
#pagaseguro-section .img img{
  position: absolute;
  bottom: 0;
}
#pagaseguro-section .texto{
  color: #5b5b5b;
  margin-top: 170px;
}
#pagaseguro-section h3 {
  margin-bottom: 15px;
}
#pagaseguro-section p {
  color: #8e8e8e;
  font-size: 17px;
}
@media screen and (max-width: 1200px) {
  #pagaseguro-section .img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 992px) {
  #pagaseguro-section h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #pagaseguro-section p {
    text-align: center;
    font-size: 15px;
  }
  #pagaseguro-section{
    height: 320px;
    background: #ececec;
  }
  #pagaseguro-section .texto{
    margin-top: -48px;
    height: 190px;
    top: 40%;
    position: absolute;
    left: 8%;
  }
}
@media screen and (max-width: 768px) {
  #pagaseguro-section .texto{
    margin-top: -60px;
  }
    #pagaseguro-metodos .row{
        margin: 0;
    }
}
#pagaseguro-metodos{
  position: relative;
  display: block;
}
#pagaseguro-metodos h3{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
}
#pagaseguro-metodos p{
  text-align: center;
  margin-bottom: 40px;
}
#pagaseguro-metodos .metodos-col{
  width: 20%;
  float: left;
  padding: 0 13px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
#pagaseguro-metodos #metodos-row{
  margin-bottom: 70px;
}
.metodos-col h4{
  color:#0f68a8;
}
.metodos-col img{
  width: 130px;
  margin: auto;
}
.metodos-col p{
  font-size: 15px;
  color: #8e8e8e;
  margin-bottom: 10px!important;
  min-height: 100px;
}
@media screen and (max-width: 768px){
    #pagaseguro-metodos .metodos-col{
      width: 100%;
      margin-bottom: 40px;
      border: 1px solid #c6c8ce;
      padding: 20px;
      border-radius: 10px;
    }
  .metodos-col p{
    min-height: 1px;
  }
}
#compras-casa{
  height: 400px;
  position: relative;
}
#compras-casa .texto{
  text-align: right;
  min-height: 150px;
  top: 50%;
  margin-top: -75px;
  position: absolute;
  display: block;
  padding: 0;
}
#compras-casa .img{
  position: absolute;
  left: 49%;
  min-height: 180px;
  top: 50%;
  margin-top: -66px;
    padding:0;
}
@media screen and (min-width: 1200px){
    #compras-casa .texto{
        left:15%;
    }
}
@media screen and (max-width: 992px){
    #compras-casa .texto{
        left:18%;
        width:62%;
        text-align: center;
        color: #ffffff;
    }
    #compras-casa .black-bg{
        background-color: rgba(0,0,0,0.3);
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 768px){
    #compras-casa .texto{
        left:10%;
        width:80%;
    }
    #compras-casa .texto h3{
        font-size: 22px;
    }
    #compras-casa .texto p{
        font-size: 15px;
    }
}

#compras-reembolso{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#417eb7+0,2e99d3+50,417eb7+100 */
    background: #417eb7; /* Old browsers */
    background: -moz-linear-gradient(left, #417eb7 0%, #2e99d3 50%, #417eb7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #417eb7 0%,#2e99d3 50%,#417eb7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #417eb7 0%,#2e99d3 50%,#417eb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#417eb7', endColorstr='#417eb7',GradientType=1 ); /* IE6-9 */
}
#compras-reembolso h2{
    text-align: center;
    margin-top: 56px;
    letter-spacing: 1px;
    color: #f3f5f9;
    padding-bottom: 6px;
}
#compras-reembolso p{
    text-align: center;
    margin-bottom: 30px;
    color: #f3f5f9;
}
#compras-reembolso .row.img{
    padding: 0px 30px;
}
@media screen and (max-width: 768px){
    #compras-reembolso .row{
        margin: 0;
    }
    #compras-reembolso .row .col-xs-12{
        padding: 0;
    }
    #compras-reembolso h2{
        margin-top: 30px;
        font-size: 22px;
    }
    #compras-reembolso p{
        font-size: 15px;
        margin-bottom: 45px;
    }
    #compras-reembolso .row.img{
        padding: 0px 5px;
    }
    #compras-reembolso .row.img .col-xs-12{
        padding: 0;
    }
}
.img-pagos img{
  width: initial;
}
.img-pagos img:first-of-type{
  margin-right: 8px;
}

/*Ventas*/
/*#banner-nosotros .container p {
  color: #FFF;
  max-width: 390px;
  margin: auto;
}*/
#vender-tramites {
  width: 100%;
  position: relative;
  z-index: 106;
  min-height: 315px;
}
#vender-tramites .texto {
  padding: 45px 0px 0px 45px;
}
#vender-tramites h3 {
  color: rgb(86, 86, 86);
}
.separador-special {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 590px;
  bottom: -400px;
  z-index: 105;
  margin: 0px auto;
  background: url(../images/sub/maninblack-min.png) center top no-repeat;
}
@media screen and (max-width: 992px) {
  #vender-tramites {
    background-color: rgb(237, 236, 236);
    height: 450px;
    text-align: center;
  }
  #vender-tramites .texto {
    margin-top: -140px;
    top: 50%;
    height: 250px;
    position: absolute;
    width: 80%;
    left: 10%;
    padding: 0px;
  }
}
#vender-vender, #vender-retira, #vender-compu {
  min-height: 350px;
  position: relative;
}
#vender-vender h3, #vender-compu h3{
  margin-bottom: 15px;
}
#vender-vender .texto, #vender-compu .texto {
  text-align: right;
  min-height: 30px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  display: block;
  color: rgb(86, 86, 86);
  padding: 0px;
}
#vender-compu .texto {
  margin-top: -150px;
}
#vender-compu .texto .vos{
  font-size: 30px;
  color: #0f68a8;
}
#vender-vender .texto p, #vender-compu .texto p{
  text-align: right;
  font-size: 17px;
  color: #8b8a89;
}
#vender-retira .texto {
  min-height: 270px;
  top: 50%;
  margin-top: -130px;
  position: absolute;
  display: block;
  padding-left: 30px;
}
#vender-retira .texto .col-sm-12{
  text-align: center;
}
/*
#banner-nosotros .container p {
  text-shadow: 1px 1px black;
}*/
@media screen and (max-width: 992px){
  #vender-compu .texto{
    width: 40%;
    left: 10%;
    text-align: center;
    margin-top: -140px!important;
  }
  #vender-vender .texto, #vender-retira .texto {
    left: 18%;
    width: 62%;
    text-align: center;
    color: rgb(255, 255, 255);
  }
  #vender-vender .black-bg, #vender-retira .black-bg {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #vender-vender .texto, #vender-compu .texto{
    margin-top: -100px;
  }
  #vender-vender .texto p{
    color: white;
    text-align: center;
  }
  #vender-compu .texto p{
    text-align: center;
  }
  #vender-compu{
    background-size: 170%!important;
    background-position-y: bottom!important;
    background-position-x: 50%!important;
  }
}

@media screen and (max-width: 768px) {
  #vender-vender .texto, #vender-retira .texto, #vender-compu .texto {
    left: 10%;
    width: 80%;
    text-align: center;
    margin-top: -10px;
  }
  #vender-vender .texto, #vender-compu .texto {
    margin-top: -80px;
  }
  #vender-retira .texto{
    padding-left: 15px;
    min-height: 100px;
    margin-top: -70px;
  }
  #vender-retira h3 {
    margin-top: -50px;
    text-shadow: black 1px 1px;
  }
  #vender-retira {
    background-position-x: 20%!important;
  }
  #vender-vender .texto h3, #vender-compu .texto h3 {
    margin-top: -30px;
    font-size: 28px;
  }
  #vender-compu{
    background-position-x: 85%!important;
  }
  #vender-compu .texto p{
    text-align: center;
  }
}
.caracteristica-4{
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0;
}
.caracteristica-4 .img-pagos img{
  margin-right: 11px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .caracteristica-4 .img-pagos img{
    width: auto;
    height: 20px;
  }
}
#vender-compu{
  min-height: 580px;
}


.container .texto ul.logos li{
    margin-right: 20px!important;
}

.metodo-pago.row-calificar{
    border: none;
    margin-bottom: 0;
}
.metodo-pago.row-calificar ul li{
    display: inline-block;
    background-color: transparent;
    border: none;
}
.metodo-pago.row-calificar ul li .opcion .radio label{
    font-size: 19px;
    color: #3e3e3e;
    padding-bottom: 0;
}
.metodo-pago.row-calificar ul li .opcion input[type=radio]:checked + label:before{
    content: " ";
    background-color: transparent;
}
.metodo-pago.row-calificar ul li .opcion input[type=radio]:checked + label:after{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    content: "\02022";
    color: #666;
    font-size: 34px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    background-color: transparent;
    position: absolute;
    left: 0;
    text-align: right;
}
#calificar-texto{
    margin-bottom: 25px;
}
#cancelarCalificacion{
    color: #666666;
    background-color: #ececec;
    margin-left: 15px;
}
#cancelarCalificacion:hover{
    color: black;
    background-color: #f9f8f8;
}

#calificar-estrella{
    display: block;
    width: 100%;
    min-height: 50px;
    position: relative;
    margin-bottom: 10px;
}
.estrella-vacia{
    color: #ffcb4a;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 50px;
    line-height: 35px;
    cursor: pointer;
}

/*PLANES*/
.linea-azul {
  border: 1px solid #106bad;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  color: #106bad; }

.linea-blanca {
  border: 1px solid #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  color: #FFF; }
#comparacion-planes {
  width: 100%;
  border-collapse: separate; }
#comparacion-planes thead {
  background-color: transparent; }
#comparacion-planes thead tr td {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  background: #FFF;
  vertical-align: top;
  padding: 10px 15px; }
#comparacion-planes thead tr td h3 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #106bad;
  padding-top: 10px;
  padding-bottom: 0; }
#comparacion-planes thead tr td p {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 0; }
#comparacion-planes thead tr td.col-estandar, #comparacion-planes thead tr td.col-custom {
  background-color: #2aa9e0; }
#comparacion-planes thead tr td.col-estandar h3, #comparacion-planes thead tr td.col-custom h3 {
  color: #FFF; }
#comparacion-planes thead tr td.col-estandar p, #comparacion-planes thead tr td.col-custom p {
  color: #bedef2; }
#comparacion-planes thead tr td.col-gratis {
  border-left: 2px solid #106bad; }
#comparacion-planes thead tr.planes-top td.col-estandar, #comparacion-planes thead tr.planes-top td.col-custom {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: 30px; }
#comparacion-planes thead tr.planes-top td.col-gratis, #comparacion-planes thead tr.planes-top td.col-avanzado {
  border: none; }
#comparacion-planes thead tr.planes-titulo td {
  padding-bottom: 0; }
#comparacion-planes thead tr.planes-titulo td.col-gratis {
  border-top: 2px solid #106bad;
  border-left: 2px solid #106bad;
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
#comparacion-planes thead tr.planes-titulo td.col-avanzado {
  border-top: 2px solid #106bad; }
#comparacion-planes thead tr.planes-desc td {
  padding-bottom: 0; }
#comparacion-planes thead tr.planes-precio {
  font-size: 23px;
  color: #515151; }
#comparacion-planes thead tr.planes-precio td {
  padding-bottom: 15px; }
#comparacion-planes thead tr.planes-precio td.col-estandar, #comparacion-planes thead tr.planes-precio td.col-custom {
  color: #FFF; }
#comparacion-planes thead tr.planes-precio td span {
  font-size: 14px; }
#comparacion-planes tbody {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aaae1+0,3c69a5+100 */
  background: #2aaae1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2aaae1 0%, #3c69a5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2aaae1 0%, #3c69a5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2aaae1 0%, #3c69a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aaae1', endColorstr='#3c69a5',GradientType=0 );
  /* IE6-9 */ }
#comparacion-planes tbody tr td {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  border-top: 1px solid #dcdcdc;
  width: 18.75%;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #515151;
  font-size: 18px; }
#comparacion-planes tbody tr td img {
  width: 30px;
  height: auto; }
#comparacion-planes tbody tr td.col-carateristicas, #comparacion-planes tbody tr td.col-gratis, #comparacion-planes tbody tr td.col-avanzado {
  background-color: #fff; }
#comparacion-planes tbody tr td.col-carateristicas {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #515151;
  width: 25%;
  text-align: left; }
#comparacion-planes tbody tr td.col-gratis {
  color: #515151;
  border-left: 2px solid #106bad; }
#comparacion-planes tbody tr td.col-estandar, #comparacion-planes tbody tr td.col-custom {
  color: #fff; }
#comparacion-planes tbody tr td.col-estandar p, #comparacion-planes tbody tr td.col-custom p {
  color: #fff; }
#comparacion-planes tfoot tr td {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  background: #FFF;
  vertical-align: top;
  padding: 10px 15px; }
#comparacion-planes tfoot tr td.col-estandar, #comparacion-planes tfoot tr td.col-custom {
  background-color: #3c68a4; }
#comparacion-planes tfoot tr td.col-estandar h3, #comparacion-planes tfoot tr td.col-custom h3 {
  color: #FFF; }
#comparacion-planes tfoot tr td.col-estandar p, #comparacion-planes tfoot tr td.col-custom p {
  color: #bedef2; }
#comparacion-planes tfoot tr td.col-gratis {
  border-left: 2px solid #106bad; }
#comparacion-planes tfoot tr.planes-precio {
  font-size: 23px;
  color: #515151; }
#comparacion-planes tfoot tr.planes-precio td {
  border-top: 1px solid #dcdcdc;
  padding-top: 15px; }
#comparacion-planes tfoot tr.planes-precio td.col-estandar, #comparacion-planes tfoot tr.planes-precio td.col-custom {
  color: #FFF; }
#comparacion-planes tfoot tr.planes-precio td span {
  font-size: 14px; }
#comparacion-planes tfoot tr.planes-botones td {
  padding-bottom: 20px; }
#comparacion-planes tfoot tr.planes-botones td.col-gratis {
  border-bottom: 2px solid #106bad;
  border-left: 2px solid #106bad;
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
#comparacion-planes tfoot tr.planes-botones td.col-avanzado {
  border-bottom: 2px solid #106bad; }
#comparacion-planes tfoot tr.planes-bottom td.col-estandar, #comparacion-planes tfoot tr.planes-bottom td.col-custom {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  height: 30px; }
#comparacion-planes tfoot tr.planes-bottom td.col-gratis, #comparacion-planes tfoot tr.planes-bottom td.col-avanzado {
  border: none; }


/* pagina registro */

.opciones-tipo-cuenta .box {
    padding: 5px;
    border: none;
    margin-bottom: 15px;
}

.opciones-tarjeta .box {
    padding: 5px;
    border: none;
    margin-bottom: 15px;
}


.opciones-tipo-cuenta .box {
  cursor: pointer; }
  .opciones-tipo-cuenta .box p {
    color: #3e3e3e; }

#disclaimerRegistro {margin-top: 30px;}
  
  
.beneficios-items .container .costo-tarjeta {font-size:  32px !important;}
  
.proceso-obtener .final-step .desc p {font-size:  18px !important;}
  
.proceso-obtener .final-step .desc p a {color:#ffffff;}

.proceso-obtener .final-step .desc p a:hover {color:#e1f5fd;}
 
#banner .slider .slide1.slider2 h3 strong {color: #106bad !important;}

/* slider 3 pagopar card */


#banner .slider .slide3 .btn {background: #ffffff;color: #106bad;}

#banner .slider .slide3 h3{
    text-transform: none;
    color: #176faf;
    font-size: 36px;
    line-height: 42px;
}
#banner .slider .slide3 h3 strong{
    font-size: 36px;
}
@media screen and (max-width: 768px) {
    .mt10{
        text-align: center;
    }
    footer p{
        text-align: center;
    }
    footer .text-center{
        margin-bottom: 15px;
    }
    #banner .slider .slide3 h3 {
        font-size: 18px;
        line-height: 35px;
    }
    #banner .slider .slide3 h3 strong {
        font-size: 18px;
    }
    #banner .slider .slide3 p {font-size: 16px !important;}
    header .container .logo {
        margin-bottom: 10px;
    }
    header .container .header-links a {
        margin-top: 0px;
        margin-bottom: 7px;
    }
    #paso1{
        padding-top: 80px;
    }
}
@media screen and (min-width: 768px) {
    #banner .slider .slide3 p {
        width: 680px;
    }
}


/* Utilizado en Billetera Personal checkout */



#mensajeModal2 .modal-header {
  background: #106bad;
  border-bottom: none;
  padding: 20px 30px; }
  #mensajeModal2 .modal-header h4 {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF; }
  #mensajeModal2 .modal-header .close {
    opacity: 1; }
#mensajeModal2 .modal-body {
  padding: 20px 30px;
  background: #FFF; }
  #mensajeModal2 .modal-body input[type=text], #mensajeModal2 .modal-body input[type=password] {
    padding: 15px 20px 15px 55px;
    font-size: 20px; }
  #mensajeModal2 .modal-body .login-email {
    background: url("../images/ico-email.png") no-repeat 15px center;
    margin-bottom: 10px; }
  #mensajeModal2 .modal-body .login-pass {
    background: url("../images/ico-pass.png") no-repeat 20px center;
    margin-bottom: 15px; }
  #mensajeModal2 .modal-body p {
    font-size: 17px;
    text-align: center; }
#mensajeModal2 .modal-footer {
  padding: 20px 30px;
  background: #e7e5e5;
  border-color: #c8c8c8; }
  #mensajeModal2 .modal-footer .btn {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 25px; }
  #mensajeModal2 .modal-footer a.recuperar {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 10px; }
    #mensajeModal2 .modal-footer a.recuperar:hover {
      color: #106bad; }
    
     #mensajeModal2 .modal-footer .btn {
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0f68a8;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
    padding: 10px 25px;
     }
     
     
.sec_home header, .sec_nosotros header, .sec_planes header {
    width: 100%;
    position: relative;
    z-index: 110;
    border-bottom: 1px solid #cfcdcd !important;
    background: #FFF !important;
}

.plan-info {
  background-color: #FFF;
  color: #797979;
  display: flex;
  align-items: center;
}
.plan-info .plan-title .sub {
  font-size: 14px;
  color: #515151;
  padding-bottom: 0;
}
.plan-info .plan-title .title {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #106bad;
}
.plan-info .upgrade {
  border-color: #c8c8c8;
  font-size: 13px;
  margin-left: 5px;
}
.plan-info .plan-pendientes {
  font-size: 15px;
  color: #1c1c1c;
}
.plan-info .plan-pendientes strong {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-left: 5px;
}
.plan-info .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
.plan-info .plan-status {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  position: relative;
  border: 12px solid #d5edc4;
  margin-right: 15px;
}
.plan-info .plan-status .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
.plan-info .plan-status .status p {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 15px;
}
.plan-info .plan-status.activo {
  border-color: #d5edc4;
}
.plan-info .plan-status.activo .status {
  background-color: #75c43d;
}
.plan-info .plan-status.bloq {
  border-color: #fda0a6;
}
.plan-info .plan-status.bloq .status {
  background-color: #e10111;
}
.btn-suspender-plan {
  padding-top: 25px;
  text-align: right;
}
.side-nav > li:nth-child(2) > a {
  background-image: url(../images/ico-id.png);
}
.side-nav > li:nth-child(3) > a {
  background-image: url(../images/ico-susc.png);
  background-repeat: no-repeat;
  background-position: 20px center; 
  background-size: 21px auto;
}
.side-nav > li:nth-child(6) > a {
  background-image: url(../images/ico-comerciosmenu.png);
}
.side-nav > li:nth-child(5) > a {
  background-image: url(../images/ico-linkpago.png);
}

@media (max-width: 480px) {
  .plan-info {
    flex-direction: column;
  }
  .plan-info .plan-title .sub {
    margin-bottom: 5px;
  }
  .plan-info .plan-pendientes {
    font-size: 16px;
  }
  .plan-info .plan-status {
    margin-right: 0;
    margin-bottom: 15px;
  }
}