body{
    font-family: 'Roboto', "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    } 
    
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto","Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    h3 {
        font-size: 30px;
        font-weight:300 !important;
        margin-bottom: 30px;
    }



.container-fluid {
    overflow-x: hidden;
	padding-right: 15px;
}




.tab-pane h4 {
    color: #6c91d8;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.titulo-distintivo {
    color: #6c91d8 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 30px !important;
}

    
#login-dp{
    width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
    background-color: rgba(0, 54, 99, 0.95);
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0px;
    left: initial;
}
    
    #login-dp p {
        color:#fff;
        font-weight:400;
        text-align: left;
    }
    
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}

.btn {
	border-radius: 3px !important;
	padding: 11px 33px;
	/*font-size: 16px;*/
	height:auto !important;
}

.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

.enviar {
    width:100%;
}

.btn-secondary          { color: #ffffff; background-color: #3a485f;border-color: #3a485f;transition:all 0.3s ease;}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary
                        { color: #ffffff; background-color: #3a5686; border-color: #3a5686; }
						
.btn.dropdown-toggle.btn-default {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: normal !important;
    height: 34px !important;
    border: 1px solid #ccc;
    padding: 6px 12px !important;
    border-radius: 4px !important;
}

.btn-si-no {
	width:auto !important;
}
    
    
@media(max-width:767px){
    #login-dp{
        background-color: inherit;
        color: #fff;
		width:100%;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
    
    .navbar-nav .open .dropdown-menu {
    margin-left: 0px;
}
    .navbar-fixed-top{
    position: initial;
    }
    
    .navbar {
    margin-bottom: 0px;
    }
    
    .bread {
    margin-top: 0px !important;
}
    #login-dp p {
    text-align: center;
}
    .navbar-custom .mega-content {
    min-width: auto !important;
    }
    
    .list-unstyled li {
    margin: 4px 0px !important;
}

}
    
    .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    transition: all 0.4s ease;
}
    
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    }

    .navbar-nav {
    /*float: left;*/
    margin: 17px 0px;
} 

    .btn-derecha {
    min-width: 250px;
}

    .nav > li {
    font-weight: 500;
	font-size: 14px;

}

    .busquedatxt{
    display:none;
}



@media (max-width:1199px){
.btn-derecha {
    min-width: 210px;
}
    
    .nav > li > a {
    padding: 15px 12px;
}
    
.nav > li {
    font-size: 13px;
}
}

    
@media (min-width: 768px) and (max-width: 992px){
  .navbar-nav {
    float: left;
    margin: 11px 0px;
} 
    
.nav > li {
    font-size: 13px;
}
    
    .nav > li > a {
    padding: 10px 12px;
}
    
    .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
    .btn-derecha {
    min-width: 250px;
}
}


@media (min-width: 768px){
        
.navbar-nav > li > a {
        border-radius: 4px;
}
}

@media (max-width:767px){
    .busquedatxt{
    display:inline-block;
}
    
}
    
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgb(183, 48, 48);
    color: #ffffff;
}
    
    .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #ebedee;
    background-color: rgba(218, 58, 58, 0.98);
	background-color:#b73030;
    border: none;
    margin-left: -220px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
    left: 0;
	
	/* Experimental transicion -dropdowns */
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;

	opacity: 0;
	visibility: hidden;
	display: block;
}

/* Experimental - transición dropdowns */

.open > .dropdown-menu {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ///////Experimental - transición dropdowns */
    
    .navbar-toggle {
    margin-top: 25px;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(183, 48, 48);
}
    
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
    

    .navbar-collapse {
    max-height:initial;
}
    

    
    .dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #658bd4;
    white-space: nowrap;
    font-size: 16px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #658bd4;
    white-space: nowrap;
    font-size: 14px;
}
    .full {
    width:100%;
    }
    

    
    .navbar-custom{
    background-color: rgba(25,124,217, 0.95);
    border: 0px solid;
}
    
    
.navbar-custom .nav,
.navbar-custom .collapse,
.navbar-custom .dropup,
.navbar-custom .dropdown {
  position: static;
}
.navbar-custom .container {
  position: relative;
}
.navbar-custom .dropdown-menu {
  left: auto;
}
.navbar-custom .mega-content {
  padding: 20px 15px;
  /*min-width: 800px;*/
  color: #6E7588;
  color: rgb(255, 107, 107);
  padding-top: 4px;
  color:rgb(156, 36, 36);
  color:#FFF;
  width:100%;
  max-width: 1140px; 
  margin: auto;
}
    
.navbar-custom .mega-content b, .navbar-custom .mega-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 5px;
	font-weight: 600;
    }



.mega-content i {
    color: rgb(241, 100, 100);
	color: #fff;
    font-size: 28px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    width: 28px;
    display: inline-block;

}
    
.navbar-custom .dropdown.mega-fw .dropdown-menu {
  left: 0;
  right: 0;
}
    
.list-unstyled, .list-unstyled ul {
    min-width: 120px;
}
    
.list-unstyled li {
    margin: 0px 0px;
    position:relative;
    }
    
.list-unstyled a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 16px;
    display: block;
    display: block;
    padding: 4px 7px;
	padding-left: 40px;
    line-height: 1.2;
    border-radius: 6px;
    /*margin-left: 27px;*/
    border: 0px solid transparent;

    }
    
.list-unstyled a:hover {
    text-decoration:none;
    /*color: #b73030;*/
    /*margin-left:6px;*/
    /*color: rgb(127, 36, 36);*/
    /*padding-bottom: 3px;
    border-bottom: 2px solid;*/
    transition:all 0.3s ease;
    padding:4px 7px;
	padding-left: 47px;
    border-radius: 6px;
    /*background-color: #c33030;*/

    border: 0px solid #f16464;

}

/*.list-unstyled a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}

.list-unstyled li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/

@media (max-width:992px) {
	.list-unstyled a {
	padding-left: 0px;
}
    
.list-unstyled a:hover {
	padding-left: 7px;
}
}
    
    
    .list-unstyled .iconos {
    width: 30px;
    vertical-align: middle;
    padding-bottom: 2px;
    margin: 4px 0px;
	margin-right: 7px;

	filter: brightness(100);
	-webkit-filter: brightness(100);

    }

    .list-unstyled span {
    font-size: 16px;
    display: inline;
	font-weight: 400;
}



.centrado {
    text-align:center;
    margin:auto;
}

    
   
    
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100%;
}
.fade-carousel .carousel-inner .item {
    height: 100%;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: rgba(13, 52, 95, 0.4);
    border-color: #fff;
    opacity: .3;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: none;
    text-shadow: none;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
    
.hero h3 {
    font-size: 24px;    
    font-weight: 300;
    line-height: 40px;
}

.hero h4 {
    font-size: 24px;
    font-weight: 300;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    background-color:rgba(43, 54, 72, 0.77);
    opacity: 0.2;
    opacity: 0;
	display:none;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;margin-top:5px !important;}
.btn.btn-hero {
    color: #f5f5f5;
	background-color: #0d345f;
	border-color: #0d345f;
	outline: none;
	margin: 20px auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	letter-spacing: 0px;
	border-radius: 5px;
	font-weight: 400;
	padding: 11px 33px;
	letter-spacing: 0px;
	font-size: 16px;
	text-transform: none;
}

.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #fff;
    background-color: rgb(218, 58, 58);
    border-color: rgb(218, 58, 58);
    
}

.fade-carousel .carousel-indicators > li{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 10px !important;
	border: 2px solid #ffffff;
    opacity: .3;
}

.fade-carousel .carousel-indicators > li.active {
    width: 20px;
    height: 20px;
    opacity: 1;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8,
.fade-carousel .slides .slide-9,
.fade-carousel .slides .slide-10,
.fade-carousel .slides .slide-11,
.fade-carousel .slides .slide-12,
.fade-carousel .slides .slide-13,
.fade-carousel .slides .slide-14,
.fade-carousel .slides .slide-15,
.fade-carousel .slides .slide-16,
.fade-carousel .slides .slide-17,
.fade-carousel .slides .slide-18{
  height: 530px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  /*background-image: url(../../img/banners/banner-home-paga-menos-2019-bg.jpg);*/
  background-color:#000;
  background-position: center;
}
.fade-carousel .slides .slide-2 {
  background-image: url(../../img/banners/banner-credinero2019-bg.jpg);
  background-position:center;
  background-color:#00aeef;
}
.fade-carousel .slides .slide-3 {
  /*background-image: url(../../img/banners/banner-home-referidos-gana-mas-fondo.jpg);*/
  background-color:#004c85;
  background-position: 42% center;
}
    
.fade-carousel .slides .slide-4 {
  background-image: url(../../img/banners/banner-home-visa-0319.jpg);
  background-color:#45C7F0;
  background-position: center;
}

.fade-carousel .slides .slide-5 {
  background-image: url(../../img/banners/banner-home-TF-feb.jpg);
  background-color:#00477F;
  background-position: 40% center;
}

.fade-carousel .slides .slide-6 {
  background-image: none;
  background-color:#ed1c24;
  background-position: center;
}
.fade-carousel .slides .slide-7 {
  background-image: url(../../img/banners/banner-medioambiente-fondo.jpg);
  background-color:#ddd;
  background-position: center;
}

.fade-carousel .slides .slide-8 {
  background-image: url(../../img/banners/aquiestamosmexico-fondo.jpg);
  background-color:#004B8F;
  background-position: center;
}

.fade-carousel .slides .slide-9 {
  background-image: url(../../img/banners/171124_BW1920x530_FM_bg.jpg);
  background-color:#004B8F;
  background-position: center;
}

.fade-carousel .slides .slide-10 {
  background-image: url(../../img/banners/BannerHome1920x530_RetirosYConsultas_SEP17-OK-bg.jpg);
  background-color:#007DB5;
  background-position: center;
}

.fade-carousel .slides .slide-11 {
  background-image: url(../../img/banners/tf-julio-cepeda-bg.jpg);
  background-color:#0058A4;
  background-position: center;
}

.fade-carousel .slides .slide-11 {
  background-image: url(../../img/banners/180301_Bannerbafamsa-famsina.jpg);
  background-color:#fff;
  background-position: center;
}

.fade-carousel .slides .slide-12 {
  background-image: url(../../img/banners/180301_Bannerbafamsa-famsina.jpg);
  background-color:#fff;
  background-position: center;
}

.fade-carousel .slides .slide-13 {
  background-image: url(../../img/banners/200407_Banner_BAFAMSA_ctaLink.jpg);
  background-color:#fff;
  background-position: center;
}

.fade-carousel .slides .slide-14 {
  background-image: url(../../img/banners/banner-home-pago-servicios.jpg);
  background-color:#fff;
  background-position: center;
}

.fade-carousel .slides .slide-15 {
  background-image: url(../../img/banners/banner-home-invercede8.jpg);
  background-color:#e51e21;
  background-position: center;
}

.fade-carousel .slides .slide-16 {
  background-image: url(../../img/banners/190109_BannerBAFAMSA_TPV_AMEX.jpg);
  background-color:#fff;
  background-position: center;
}

.fade-carousel .slides .slide-17 {
  background-image: url(../../img/banners/banner-bafamsa_bxi.jpg);
  background-color:#fff;
  background-position: center;
}

.fade-carousel .slides .slide-18 {
  background-image: url(../../img/banners/banner-home-mia.jpg);
  background-color:#fff;
  background-position: center;
}


.legal-banners {
    background-color: #0d345f;
    font-size: 12px;
    text-align: center;
    padding: 9px 15px;
    color: #fff;
    line-height: 1.1;
    font-family:'PT Sans Narrow';
    font-weight:300;
    border-top:0px solid #fff;
}

.legal-banners span {
    font-size:14px;
    font-weight: 600;
}

#bs-carousel .carousel-control {
    width: 40px;
	top: 235px;
	height:59px;
	z-index: 500;
}



/********************************/
/*          Media Queries       */
/********************************/
@media (min-width: 1200px)
    .hero {width: 1170px;}
}

@media screen and (min-width: 980px){
    .hero { width: 970px;}   
}

@media screen and (max-width: 768px){
    .hero { width: 100%;top:40%;}
    .fade-carousel .slides .slide-5 {background-position: left center;}
    .fade-carousel .carousel-indicators {
    position: absolute;
    left: initial;
    z-index: 15;
    width: 100%;
    margin-left: initial;
    padding-left: 0;
    }
	.fade-carousel .slides .slide-10 {background-image: none;}
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
    
.btn-box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 448px;
    z-index: 400;
}

.img-helper {
    height:530px;
    display:table;
    width:100%;
}
   
.img-middle {
    display: table-cell;
    vertical-align: middle;
}

/*----------first seccion-------------*/

 #first{
        background-color:#0d345f;
        color:#fff;
        padding:100px 0px;
    }
    
    #first a {
    text-decoration: none;
    display: block;
    padding: 18px 0px;
    }
    
    #first h6 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #fff;
    }
    
    #first p {
    color:#b2b1b1;
    margin: 0 0 4px;
    line-height: 16px;
    }
    
    #first .sm {
    color:#fff;
    font-size: 12px;
    font-weight: 400;
    }
    
    .first-menu{
    list-style: none;
    padding-left: 0px;
    }
    
    .first-menu li{
    list-style: none;
    padding:15px;
    padding-left: 0px;
    border-radius:4px;
    padding-right: 20px;
    position:relative;
    transition:all 0.3s ease;
    padding: 0px;
    }
    
    .first-menu li:hover{
    background-color:#183e67;
    transition:all 0.3s ease;
    }
    
    .first-menu li:hover:after{
    content: "›";
    font-size: 34px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 26%;
    opacity: 0.3;
    transition:all 0.3s ease;
    display:none;
    }
    
    
    .first-icon-cont {
    width: 75px;
    text-align: center;
    }
    
    .first-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 99px;
    color: #0d345f;
    font-size: 25px;
    text-align: center;
    padding-top: 8px;
    }
    
    .first-icon-cont,.first-link {
    display:table-cell;
    vertical-align: middle;
    height: 100%;
    }
    
    .banco {
    display: table-cell;
    height: 295px;
    vertical-align: middle;
    }
    
/*----------Soluciones----------*/
    
    .soluciones {
        /*background-image: url(../img/bg-tpv.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;*/
        color:#fff;
        min-height:500px;
        
    }
    
    .soluciones a:hover, a:focus {
    text-decoration: none;
}
 
    
    .soluciones-overlay {
        background-color:rgba(30, 38, 48, 0.9);
        background-color: rgba(30, 38, 48, 0.69);
        min-height:500px;
        padding: 60px 0px;
    }
   
    .barra-img {
    height: 10px;
    width: 260px;
    background-color: #ff354d;
    text-align: center;
    margin: auto;
    }
    
    .soluciones-img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    }
    
    .soluciones-img:hover {
    /*-moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    }
    
    .soluciones h6 {
    font-size: 18px;
    font-weight: 500;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.13);*/
    display: inline-block;
    padding: 0px 0px;
    width: 100%;
    margin-top: 5px;
    padding-top: 0;
    }
    
    .soluciones p {
    color: #8f99a9;
    font-weight: 400;
    font-size: 15px;
}
    .soluciones p:hover {
    text-decoration:none;
}
    
    .sol-card {
    background-color: rgba(3, 19, 35, 0.64);
    background-color: rgba(3, 19, 35, 1);
    max-width: 305px;
    text-align:center;
    margin:auto;
    margin-bottom: 30px;
    transition:all 0.5s ease;
    /*border: 1px solid transparent;*/
    border-radius:4px;
    margin-top: 0px;
    opacity:0.8;
    opacity: 1;
    }
    
    .sol-card:hover {
    background-color: rgba(3, 19, 35, 1);
    transition:all 0.5s ease;
    /*border: 1px solid #8f99a9;*/
    border-radius:4px;
    margin-top: -10px;
    opacity:1;    
    }
    
    .sol-footer {
    /*background-color:rgba(21, 37, 53, 0.53);*/
    padding: 10px;
    line-height: 1.2;
    min-height: 140px;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition:all 0.3s ease;
    }
    
    .sol-footer:hover {
    /*background-color: rgba(21, 37, 53,1);*/
    transition:all 0.3s ease;
    }
    
    .sol-footer a{
    text-decoration: none;
    }
    
    .sol-footer a:hover{
    text-decoration: none;
    }
    
    .sol-footer h6 {
    color: #dadada;
    }
    
    .sol-footer p {
    text-decoration:none;
    }
    
    .sol-footer p:hover {
    text-decoration:none;
    }

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .sol-footer {
    min-height: 176px;
    }
    
} 
    
/*---------Slider Blanco-------------*/
    
    .main-section.blanco {
        position:relative;
        background-color: #fff;
		padding-top: 70px;
    }
    
    .carousel-blanco{
    background: #fff;
    margin-top: 20px;
    }
    .carousel .item img{
        margin: 0 auto; /* Align slide image horizontally center */
    }
    .bs-content{
        margin: 0px;
        margin-top:40px;
    }
    
    .bs-content img {
        /*max-height: 600px;*/
        position: absolute;
        right: 0;
        bottom: 0;
		width: 100%;
		max-width: 673px;
    }

	.bs-padder-top {
	margin-top:80px;
	}
    
    .img-content {
      height:600px; 
      position:relative;
    }

    .blanco-producto {
        font-size:14px;
        color:#bababa;
        font-weight:500;
        margin-top:15px;
    }
    
    .blanco-testimon {
        font-size:24px;
        color:#000;
        font-weight:500;
        color: #3d505a;
        text-align: justify;
    }
    
    .carousel-control.left {
    background-image: none;
    background-image: none;
    background-repeat: none;
    filter: none;
    }
    
    .carousel-control.right {
    background-image: none;
    background-image: none;
    background-repeat: none;
    filter: none;
    }
    
    .carousel-control {
    top: 45%;
    }

    .blanco-btn {
    background-color:#97a4b5;
    color:#fff;
    font-size:16px;
    font-weight:400;
    height:44px;
    margin-bottom:10px;
    transition:all 0.3s ease;
    }
    
    .blanco-btn:hover, .blanco-btn:focus {
    background-color:#d61a4b;
    color:#fff;
    }



@media only screen and (max-width : 979px) {
	.img-content {height:500px;}
}

@media only screen and (max-width : 767px) {
	.img-content {height:600px;}
}

@media only screen and (max-width : 480px) {
 	.img-content {height:390px;}
}

@media only screen and (max-width : 320px) {
	.img-content {height:300px;}
}

    
    
/*---------Banda--------------*/
    
    #banda {
    background-color:#66aef5;
    padding:25px 0px;
    color:#fff;
    background-color:#005a8e;
    }
    
    
/*---------Operaciones--------------*/
    #operaciones {
    background-color:#ebedee;
    padding: 30px 0px;
    padding-bottom: 50px;
    }

    .oper-overlay{
    background-color: rgba(255, 255, 255, 0.79);
    padding: 80px 0px;
    }
    
    #operaciones h3{
    color:#7a7979;
    }
    
    #operaciones h4 {
    color:#adadad;
    font-weight: 600;
    margin-bottom: 0px;
    }
    
    #operaciones a {
    color:#4d98c8;
    font-weight:600;
    }
    
    #operaciones i {
    color:#d16363;
    font-size: 38px;
    width: 40px;
    display: inline-block;
    text-align: center;
    }
    
    #operaciones ul {
    list-style: none;
    padding-left: 45px;
    }

    /*#operaciones2 {
    background-image:url(../img/547D54EA4.jpg);
    background-size:cover;
    background-attachment: fixed;
    }*/

    #operaciones2 h4 {
    color: #3d505a;
    font-weight: 600;
    font-size: 26px;
    /*color: rgb(218, 58, 58);*/
    }

    #operaciones2 ul {
    list-style: url(../../img/varios/triangle-bullet.png);
    padding-left: 0px;
    }
    
    #operaciones2 ul a {
    color: #3d505a;
    margin-left: 0px;
    transition: all 0.3s ease;
    font-size: 13px;
    display:block;
    }

    #operaciones2 ul a:hover {
    color: rgb(218, 58, 58);
    text-decoration:none;
    margin-left: 6px;
    transition: all 0.3s ease;
    
    }

    .oper-icon-cont {
    border-bottom: 0px solid #D4E3EB;
    width: 120px;
    margin-left: 0px;
    /*padding-left: 18px;*/
    /*height: 70px;*/
    }

    .oper-icon {
    font-size:80px;
    color: #D4E3EB;
    line-height: 1;
    color:rgb(218, 58, 58);
    }

    .inter-cont {
    margin-bottom: 46px;
    }

@media screen and (min-width: 980px){
    .inter-cont {
    min-height:220px;
    }
    }
/*------------Ayuda----------------*/
    
    .ayuda {
    background-color: #373f50;
    color: #cacaca;
    background-color:#fff;
    color:#000;
    padding: 100px 0px 120px;
    }
    
    .ayuda a{
    color:#466580;
    text-decoration:none;
    transition:all 0.3s ease;
    }
    
    .ayuda a:hover, .blanco a:visited{
    color: #00325c;
    text-decoration: none;
    }
    
    .ayuda p {
    color:#848484;
    font-size: 12px;
    font-weight: 500;
    }
    
    .ayuda h6 {
    font-size:18px;
    }
    
    .ayuda img {
    /*max-width:100px;
    max-width: 70px;*/
    height:64px;
    transition:all 0.3s ease;
    /*filter: grayscale(100) brightness(0) sepia(100) saturate(1) hue-rotate(180deg);
    -webkit-filter: grayscale() brightness(0) sepia() saturate(1) hue-rotate(180deg);
    -moz-filter: grayscale() brightness(0) sepia() saturate(1) hue-rotate(180deg);*/
    opacity: 0.8;
    }

    .ayuda img:hover {
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;

}

/*    .ayuda-sq {
    border: 3px solid transparent;
    border-radius: 14px;
    padding: 8px;
    transition:all 0.3s ease;
} */   

/*    .ayuda-sq:hover {
    border: 3px solid #83b9ff;
    border-radius: 14px;
    padding: 8px;
}
*/

    
/*---------------footer----------------------*/
    
    
    
    .footer-banda {
    background-color:#0d345f;
    padding: 10px 0px;
    color:#fff;
	background-color: #06162f;
	padding: 30px 0px;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 10px;
    }
    
    .footer-banda h3 {
    font-size:24px;
    margin:5px 0px;
    }
    
    .footer-banda h4 {
    font-weight: 600;
    }
    
    .footer-lists {
    background-color:#06162f;
    color:#939393;
    padding-top: 36px;
    padding:50px 0px;
	background-color: #06162f;
	color: #939393;
	padding: 50px 0px;
    padding-top: 50px;
	padding-top: 10px;
    }
    
    .footer-lists h6 {
    font-weight:600;
    font-size:13px;
    margin-bottom:15px;
    margin-top:25px;
    color: #98aab7;
    }
    
    .footer-lists ul {
    list-style: none;
    padding-left: 0px;
    }
    
    
    .footer-lists a {
    text-decoration: none;
    color: #496271;
    font-size: 14px;
    font-weight: 400;
	transition: all 0.3s ease;
    }
    
    .footer-lists a:hover {
    text-decoration: none;
    color: #70c8ff;
    color:#fff;
    }
    
    .ayuda-footer li {
    margin:2px 0px;
    }
    
    .ayuda-footer img {
    /*width: 21px;*/
    height: 26px;
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
    margin-right: 4px;
    padding-bottom: 6px;
    filter: grayscale(50%) brightness(100%);
    -webkit-filter: grayscale(50%) brightness(100%);
	display:none;
    }
    
    .footer-copyright {
    background-color:#06162f;
    padding:20px 0px;
    border-top:1px solid rgba(255,255,255,0.16);
    font-size:12px;
    color:#3b4554;
    margin-top: 30px;
    }
    
    .footer-copyright a{
    color: #838cad;
    text-decoration: none;
    font-size:12px;
    }
    
    .cell-tel{
    display: table-cell;
    vertical-align: middle;
    height: 62px;
    }

    .social {
    font-size:24px;
    margin: 0px 6px;
    color:#fff;
    padding: 8px;
    width: 39px;
    height: 39px;
    border-radius: 99px;
    transition:all 0.4s ease;
}

    .social:hover {
    background-color: #234c79;
}
    
@media screen and (max-width: 767px){   
    .cell-tel {
    display: block;
    text-align: center;
    }
}
   

/*-----------Tooltip---------------*/    
    
.tooltip-inner {
    background-color: #da3a3a;
    color: #fff;
    padding:15px;
    opacity:1;
	font-size:12px;
	line-height: 1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #da3a3a;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #da3a3a;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #da3a3a;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #da3a3a;
}
    
/*----------Main Tabs--------------*/
    
    #main-tabs{
        background-color:#fff;
        color:#6E7588;
        padding:0px 0px;
        font-weight:400;
        font-size:16px;
        overflow: hidden;
    }
    
    #main-tabs h3 {
    margin-top: 15px;
	color: #26436f;
	font-weight: 300 !important;
    }
    
    #main-tabs strong {
    color: #376092;
    }
	
	table strong {
	color: inherit !important;
	}

    
    .tab-content > .tab-pane {
    text-align: justify;
     padding:15px;
	 padding-top:40px;
}

    .banner-seccion {
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

    .overlay-producto {
    color: #fff;
    padding: 50px 0px;
    height: 500px;
    background-color: rgba(74, 106, 167, 0.25);
    background-color: rgba(95, 95, 95, 0.25);
    background-color: rgba(20, 38, 66, 0.51);
    background-color: rgba(20, 38, 66, 0.25);
    }

    .overlay-producto h3 {
    font-size: 50px;
    margin: 0px;
    line-height: 50px;
    font-weight: 600;
}

    .overlay-producto h6 {
    font-size: 24px;
    font-weight: 300;
}
    
    #main-tabs .nav-tabs {
    border-bottom: 0px solid #dddddd;
}
    
    #main-tabs .nav-tabs > li > a {
    font-size: 19px;
    background-color: #26436f;
    border: 0px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
    margin-right: 0px;
    border-radius: 0px;
    color: #6486a2;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s ease;
	padding: 15px 15px;
}

	#main-tabs .tabs-wrapp {
    margin-top: -2px;
}
    #main-tabs .nav-tabs > li > a:hover, #main-tabs .nav-tabs > li > a:active, #main-tabs .nav-tabs > li > a:active {
    color: #fff !important;
}
   
    
    #main-tabs .nav-tabs > li.active > a,#main-tabs .nav-tabs > li.active > a:hover,#main-tabs .nav-tabs > li.active > a:focus {
    color: #6c91d8 ;
    color:#fff!important;
    /* ---Flecha hacia abajo-- */    
    position: relative;
	background: #26436f;
}
    /* ---Flecha hacia abajo-- */ 
    #main-tabs .nav-tabs > li.active > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(38, 67, 111, 0);
	border-top-color: #26436f;
	border-width: 15px;
	margin-left: -15px;
}
    .tabs-back {background-color: #26436f;height: 55px;position: absolute;width: 100%;}
    .tabs-wrapp {margin-top:4px;}
    
/* ----Tabs responsivas--- */
    #main-tabs .panel-default > .panel-heading {
    color: #ffffff;
    background-color: #26436f;
    border-color: #dddddd;
    border-radius: 0px;
    padding: 15px 15px;
}
    #main-tabs .panel-default > .panel-heading .panel-title {
    font-size: 18px;
    }
    
    #main-tabs .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
    border: 0px solid transparent;
}
    #main-tabs .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0px solid #dddddd;
    text-align: justify;
}
    
    @media screen and (min-width: 992px){
    #collapse-tabs .hidden-xs.hidden-sm .panel-body {display:none;}
}

    @media screen and (max-width: 991px){
    .tabs-back {display:none;}
    .tabs-wrapp {margin-top:0px;}
    #main-tabs .container {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width:100%;
}
    
}
    
    @media (max-width: 1200px) {
    #main-tabs .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
}
    
    
    
    
    .lista-beneficios {
    color:#6c91d8;
    list-style:disc;
    font-size:20px;
    padding-left: 20px;
    line-height: 1.2;
    }
    
    .lista-beneficios p{
    color:#6E7588;
    font-size:16px;
    }
    
    
.letrapequena {
    font-size: 12px;
    font-weight: 400;
    background-color: #e7ebef;
    padding: 15px;
    color: #525252;
}
    
    .letrapequena p {
    margin-bottom:0px;
}
    
    .titulo-tabs {
    font-size:50px;
    font-weight:600;
    font-size:38px;
    }

    .titulo-desc {
    color:#000;
    margin-bottom: 15px;
    margin-top: 20px;
    }
    
    .tablehead {
    background-color: #dedede !important;
    color: #565656;
    text-align: center;
    }

    
    .navbar-custom {
    background-color: rgb(218, 58, 58);
    border: 0px solid;
}
    .bread {
    min-height: 38px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    margin-top:84px;
    transition: all 0.5s ease;
    }
    
    .breadcrumb  {
    background-color: transparent;
    padding: 11px 15px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 4px;
    font-size: 12px !important;
    font-weight: 700;
    }
    
    .breadcrumb a:hover, .breadcrumb a:focus {
    color: #2a6496;
    text-decoration: none;
    }
    
    .breadcrumb > .active {
    color: #636363;
}
    
    .sidebar-header {
    background-color: #26436f;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: 19px 15px;
    height: 55px;
    display: none;
}
    .sidebar-header h4 {
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    }
    
    .sidebar-content {
    padding: 15px;
    padding-bottom: 15px;
    padding-bottom: 0px;
    border: 1px solid #eaeaea;
    margin-top: 15px;
	margin-bottom: 15px;
}

	.sidebar-content h4 {
	margin-bottom: 15px !important;
	margin-top: 0px !important;
}
    
    
/* -----Sidebar Animated Slider------ */
    
.sideslide-1 {
    background-color: #fff;
    background-image: url(../../img/varios/sidebar-autos.jpg);
    background-size: cover;
    background-position:center;
}
.sideslide-2 {
    background-color: #eee;
    background-image: url(../../img/varios/sidebar-negocios.jpg);
    background-size: cover;
    background-position:center;
}
.sideslide-3 {
    background-color: #ddd;
    background-image: url(../../img/varios/sidebar-investment.jpg);
    background-size: cover;
    background-position:center;
}

.sideslide-4 {
    background-color: #ddd;
    background-image: url(../../img/banners/envios-de-dinero.jpg);
    background-size: cover;
    background-position:center top;
}
.carousel-indicators {
    bottom: initial;
    top: 500px;

}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 350px; 
    height: 100%;
    width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: #09c;
}
.carousel-caption h3 {
    padding: .5em;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}

.carousel-caption ul {
    animation-delay: 3s;
}

h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}
    
.carousel-caption {
    position: initial;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    height:360px;
}
   
    .slide-lista {    
    padding:0px;
    margin-bottom: 0px;
    list-style: none;
    }
    
    .slide-lista li {
    text-align:left;
    text-align: left;
    background-color: rgba(31, 165, 36, 0.67);
    padding:5px 0px;
    padding-left: 15px;
    margin-bottom: 5px;
    }
    
    .slide-lista a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-shadow: none;
    transition:all 0.5s ease;
    }
    
    .slide-lista a:hover{
    color:#3e3e3e;
    }
    
    .carousel-control {
    width: 4%;
    }
    
    .slide-lista a::before {
   /* content: "▸";*/
    margin-right:5px;
    }
    
    .slide-lista a:hover::before {
    content: "▸";
    margin-right:5px;
    color:#3e3e3e;
    }
    
  /*-----Pleca Gris ----*/  
    
    .plecagris{
    background: #D7D7D7 none repeat scroll 0% 0% !important;
    padding: 10px 6px !important;
    line-height: 1.2 !important;
    color: #666;
    margin-bottom: 0px !important;
    min-height: 80px;
    }
	
	.plecagris p {
	font-size: 11px !important;	
	}

    #left{
	/*float:left;
	width:30%;*/
	padding:0px 10px;
	/*min-height: 84px;*/
	}
	
	#right{
	/*float:right;
	width:30%;*/
	/*border-left:1px solid #666;*/
	padding:0px 10px;
	/*min-height: 84px;*/
	}
	
	#center{
	/*margin:0 auto;
	width:30%;*/
	/*border-left:1px solid #666;*/
	padding:0px 10px;
	/*min-height: 84px;*/
	}
    
    @media (max-width: 1199px) {
    .plecagris, .letrapequena{ 
    margin-left:-15px;
    margin-right:-15px;
}
}
    
/*----Descargas ----*/
    
    .descargas{
    background-color: #f5f5f5;
    padding: 15px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 55px;
	margin-top: 70px;
	border-radius: 2px;
	border-left: 4px solid #65b7ff;
    }
    
    .descargas h4 {
    margin-top:0px;
    color:#26436f;
	color: #000;
	font-weight: 300;
}
	.descargas i {
	color: #006ea0;
	margin-right: 4px;
}
    
    .descargas ul {
    margin-top: 0;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
    }
    
    .descargas a{
    color: #6E7588;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition:all 0.2s ease;
	display: block;
    }
    
    .descargas a:hover, .descargas a:focus {
    color:#33467b;
    padding-left: 5px;
    transition:all 0.2s ease;
    }


/*--- Portabilidad --------*/

.navportabilidad {
    margin: 16px 0px;
}

.navportabilidad ul {
    color: #999;
    font-size: 14px;
    text-align: center;
    padding-left: 0px;
}

.navportabilidad li {
    display: inline;
    border-right: 1px solid #807F7F;
    text-align: center;
    padding: 0px 8px;
}

.navportabilidad a:hover,.navportabilidad a:focus {
    color: #2a6496;
}


    
/*--- pdfs Domiciliacion ---*/
    
    .pdfs {
    background-color: #f1f1f1;
    display: block;
    font-size: 12px;
    padding: 14px 0px;
    min-height: 60px;
    border-top: 1px solid #ddd;
    background-color: #ffffff;
    }
    
    .pdfs a {
    color:#666;
    text-decoration:none;
    font-size: 11px;
    }
    
    .pdfs a:hover {
    color: #33467b;
    text-decoration:none;
    }
    
/*-------Logos IPAB---------*/  
    
    .logos-ipab-content {
    text-align: center;
    margin: auto;
    display: block;
    width: 400px;
    height: 65px;
    }
    
    
    .logos-ipab {
    margin:19px;
    opacity:0.5;
    float:left;
    transition:all 0.5s ease;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    text-decoration:none
    }
    
    .logos-ipab:hover {
    opacity:1;
    }
    
    .cashback {
    background-image:url(../../img/varios/cashback-bn.png);
    width:52px;
    height:28px;
    }
    .cashback:hover {
    background-image:url(../../img/varios/cashback.png);
    }
    
    .condusef {
    background-image:url(../../img/varios/condusef-logo-bn.png);
    width:63px;
    height:29px;  
    }
    .condusef:hover {
    background-image:url(../../img/varios/condusef-logo.png);
    }
    
    .ipab {
    background-image:url(../../img/varios/logo_ipab-bn.png);
    width:57px;
    height:28px;  
    }
    .ipab:hover {
    background-image:url(../../img/varios/logo_ipab.png);
    }

	.buro {
    background-image:url(../../img/varios/buro-byn.png);
    width:29px;
	height:29px;  
    }
    .buro:hover {
    background-image:url(../../img/varios/buro.png);
    }

/* ------Input with icons ----------*/

    .inner-addon { 
    position: relative; 
    }

    /* style icon */
    .inner-addon .fa {
      position: absolute;
      padding: 10px;
      pointer-events: none;
    }

    /* align icon */
    .left-addon .fa  { left:  0px;}
    .right-addon .fa { right: 0px;}

    /* add padding  */
    .left-addon input  { padding-left:  30px; }
    .right-addon input { padding-right: 30px; }

/*------Login styles --------*/

.login-links a:hover,.login-links a:focus {
    color: #fff;
    text-decoration: none;
    transition:all 0.3s ease;
}

/*-------------/------------*/

/*-------Modal Seguridad -----*/
.mod-seg {text-align:left !important;}
.mod-seg p {font-size: 13px;text-align:justify;}

@media screen and (min-width: 768px){
.mod-seg {width: 850px !important;}
}

/*------------/---------------*/

/*------- Formas de Pago Tarjeta Famsa -----*/

.formasdepago{
	color: #666;
    margin-bottom: 15px;
}

.famsacont h5 {
    text-align: left;
    font-size: 13px;
    color: #666;
}

.formasdepago td {
    padding: 15px;
}

.formasdepago td.tablehead4 {
    background: #999 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 16px;
}

.formasdepago tr.odd, .formasdepago  td.odd {
    background: #DDD none repeat scroll 0% 0%;
}

.formasdepago tr {
    border-bottom: 1px solid #cfcfcf;
}

.formasdepago h5 {
    font-weight:600;
}

.pasos {
	color: #666;
}

.pasos h3 {
font-weight: bold !important;
}

.pasos td {
	padding: 0px 15px !important;
}

.pasos tr.odd {
    background: #DDD none repeat scroll 0% 0%;
}

/*------Menu lateral -----------*/

.menulateral {
    background-color: #F8F8F8;
    background-color: #EBF7F9;
    background-color: #EEF2F3;
}

.menulateral ul {
    list-style:none;
    padding-left:0px;
    margin-bottom: 0px;

}

.menulateral li a {
    color: #6E7588;
    text-decoration: none;
    padding: 18px 15px;
    display:block;
    font-weight: 400;
    /*border-left: 0px solid #428bca;*/
    transition: all 0.2s ease;
}

.menulateral li a:hover {
    background-color: #428bca;
    color:#fff;
    /*border-left: 6px solid #428bca;*/
    transition: all 0.2s ease;
}

/*.menulateral li a.active {
     border-left: 6px solid rgb(218, 58, 58);
}
*/
.menulateral li.active {
        border-left: 4px solid #428bca;
}

.menulateral i {
    margin-right: 10px;
    width: 12px;
    display: inline-block;
}

.menulateral h3 {
    margin-top: 0px !important;
padding: 15px;
padding-top: 25px;
font-weight: 400;
font-size: 20px;
color: #428bca;
}

.menulateral span {
    font-size: 13px;
    padding-left: 27px;
}

.menulateral.menulegal li a {
    padding: 15px;
}

.menulateral.menulegal i {
}


/*-----Botón para simulador----*/
.btn-simular {
	padding: 15px 0px;
    background-color: #344454;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border: 0px solid;
    margin: 15px 0px;
    background-image: url(../../img/varios/sidebar-investment.jpg);
    background-size: cover;
    background-position:center -297px;
	}
	.btn-simular:hover {
	background-color: #005a8e;
    opacity:0.8;
	}
	
	.btn-simular img{
	vertical-align: bottom;
	margin-right: 12px;
	filter: grayscale(1) brightness(3);
	-webkit-filter: grayscale(1) brightness(3);
	opacity: 0.3;
	
	}
	
	.btn-simular a, .btn-simular a:hover {
    text-decoration:none;
	color: #FFF;
	font-size: 26px;
	}


/*----- Deshabilitar ------*/

.deshabilitado {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
}


/*------ Emergencias--------*/

.h96 {text-align: center;
font-size: 60px;
font-weight: bold;
color: #a4bec2;
margin: 0px 15px;
}

.emer td {
    line-height: 1.428571429 !important;
    vertical-align: middle !important;
}

.emer p {
    margin:0px;
}

.emergencias-titulo {
    /*color: #428bca;*/
    margin-bottom: 19px;
}

.quedebo {
    margin: 0px !important;
    font-weight: 600;
	color: #fff !important;
}

.proteccion td {
    padding: 14px !important;
    line-height: 1.428571429;
    vertical-align: middle !important;
}

.proteccion img {
    width: 100%;
    height: auto;
    min-width: 100px;
    max-width: 180px;
}

.recom-menu {
    background-color: #f6f6f6;
    padding: 0px 0px;
}

.recom-menu .nav-pills > li > a {
    border-radius: 0px;
}

.recom-tabs h6 {
    font-size: 28px;
    color: #428bca;
}

.recom-tabs .fw-previous-tab-pane {
    display:none;
    opacity:0;
    transition: all 0.3s linear;
}

.recom-tabs .fw-previous-tab-pane.active.in{
    display:block;
    opacity:1;
    transition: all 0.3s linear;
}


/* ----- Agencias de Cobranza -----*/

.agencias td.tablehead3 {
    background: #b9bfc2 !important;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.agencias tr.odd {
    background: #DDD;
    font-weight: 700;
    text-decoration: none;
}

.agencias td {
    padding: 15px !important;
}

.agencias a {
    color: #666;
    display: block;
    width: 100%;
}

.agencias a:hover {
    color: #428bca;
    text-decoration: none;
}

.accordion {
    overflow: hidden;
    box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section-title {
    width: 100%;
    color: rgb(102, 102, 102);
    transition: all 0.15s linear 0s;
    background: rgb(221, 221, 221) none repeat scroll 0% 0%;
    display: inline-block;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
}

.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:focus {
    background: #D1E2EA none repeat scroll 0% 0%;
    text-decoration: none;
    background: rgb(0, 90, 142) none repeat scroll 0% 0%;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.accordion-section-content {
    padding: 15px;
    display: none;
    border: 1px solid #ddd;
}


.legal-titulo {
    font-size: 34px;
    margin: 30px 0px;
    font-weight:600;
}

p.parial {
    padding: 0 10px;
    font-size: 12px;
    margin: 10px 0;
}

.privacidad p {

    font-size: 14px;
    margin: 10px 0;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(0, 90, 142, 0.6);
    color: #eeeeee;
    width: 50px;
    height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}
.scroll-top-wrapper:hover {
    background-color: #005a8e;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.inversionistas-titulo {
    font-size: 34px;
    margin: 30px 0px;
    font-weight: 600;
}

.maintxtdetalle01 #bolsaform a {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0 15px;
    background: url(../../img/romy/more.png) 98% 50% no-repeat;
    color: #003366;
    background-color: #f3f6f8;
    text-decoration: none;
}

.maintxtdetalle01 #bolsaform li a {
    margin: 0;
    display: block;
    width: 100%;
    padding: 3px 15px;
    background: none;
    color: #003366;
    background-color: #fff;
    text-decoration: none;
}

.maintxtdetalle01 #bolsaform a h5 {
    padding: 18px 7px;
    margin: 0;
}


.captchacontainer{
    margin: 15px 0px;
}


/*----- Contacto -------*/

.barra-contacto {
    background-image: url(../../img/banners/contacto-buzon-blur.jpg);
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}

.overlay-contacto{
    padding: 100px 0px;
    background-color: rgba(19, 31, 44, 0.8);
}

.overlay-contacto h3 {
    color: #a3bac3;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
}

.overlay-contacto h4{
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    color: #bae4ff;
    margin: 12px 0px;
}

.overlay-contacto p{
    font-size: 12px !important;
    color: #8aa4b4;
    display:inline-block;
}

.barra-contacto-suc {
    padding: 46px 0px;
    background-color: #fff;
}

.barra-contacto-suc h3{
    margin:0px !important;
    font-weight:600;
}


/*------Apoyo Empresarial -----*/


.credito-empresarial-entry {
    background-image: url(../../img/banners/credito-empresarial.jpg);
    background-size:cover;
}


.impulso-famsa-entry {
    background-image: url(../../img/banners/impulso-famsa-2.jpg);
    background-size:cover;
    background-position:center;
}

.no-pad {
    padding: 0;
}

.nueva {
font-weight: 700;
background-color: #e9fe20;
padding: 2px 10px;
color: #393939;
border-radius: 4px;
text-transform: uppercase;
border: 1px solid #ddd;
font-size: 12px;
margin-bottom: 10px;
display: inline;

}

/*.dropdown .dropdown-menu{
    display: block;
    opacity: 0;

    -moz-transition:    all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition:      all 500ms ease;
    -ms-transition:     all 500ms ease;
    transition:         all 500ms ease;
}
.open.dropdown-menu {
    display: block;
    opacity: 1;
}*/



.slider-holder .carousel-inner {
	border-radius: 0px !important;
}

.fecha-relevante{
    color: #4a98e4;
    padding: 1px 10px;
    border-radius: 4px;
    border: 1px solid #53ceff;
    display: inline-block;
    margin: 5px;
}

#monto::before {
    margin-top: 6px !important;
}

#monto::after {
    margin-top: -42px !important;
}

/*

.aviso {
    padding: 23px;
    background-color:#0092FF;
    color: #fff;
    font-size:22px;
    font-weight: 400;
    line-height: 1.4;
    
    background: rgb(0,146,255);
    
    transition: all 0.5s ease;
}

.aviso-push {
    margin-top: 161px;
}

.btn-cerrar-aviso {
	float:right;	
	display:block;
	transition:all 0.3s ease;
}

.btn-cerrar-aviso:hover {
	cursor:pointer;
}*/

#aviso-bxi {
    background-color: rgba(0, 101, 255, 1);
    color: #fff;
    margin: -15px -15px 15px;
    font-size: 13px;
    font-weight: 400;
    transition:all 0.5s ease;
    padding: 0px;
    max-height: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    position:relative;
}

.aviso-bxi-show {
    padding: 15px 10px !important;
    max-height:155px !important;
    transition: all 0.3s ease-out;

}

#aviso-bxi-info {
    display:none;

}

.aviso-bxi-info-show {
    display:block !important;
    
}

.aviso-icono {
    width: 60px;
    display: block;
    text-align: center;
    margin: 15px auto;
}

#cerrar-aviso {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
}

#cerrar-aviso:hover {
	cursor:pointer;
}


.navbar-nav.navbar-right:last-child {

    margin-right: 0px !important;

}

#login-dp {

    margin-right: 15px !important;

}

.navbar-brand {

    float: left;
    padding: 19px 15px;
    font-size: 18px;
    line-height: 28px;

}

.full-dark {
	background-color: #b73030 !important;
}


.mega-content a, .full-dark a:hover,.full-dark a:visited, .full-dark a:active {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.mega-content a:hover{
	text-decoration:none;
}



.form-control {

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color:#ffffff;
    background-image: none;
    border: 1px solid #c5cdf4;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}


.btn.dropdown-toggle.btn-default {

    font-family: "Roboto";
    font-size: 16px;
    font-weight: normal !important;
    height: 34px !important;
    border: 1px solid 

    #c5cdf4;
    padding: 6px 12px !important;
    border-radius: 8px !important;

}

.btn.enviar {

    color: #ffffff !important;
	background-color:#65b7ff !important;
	border-color:#65b7ff !important;
	transition:all 0.3s ease-out;

}

.btn.enviar:hover {

	background-color:#26436f !important;
	border-color:#26436f !important;

}


label {

    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;

}

.tar-sec {
	
	max-width: 340px;
}







