/*******************GENERAL********************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

body{
 font-family: 'Montserrat', sans-serif; 
}

p, li{
    font-size:16px;
    line-height:135%;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.GeneralContainer{
    min-height: 232px;
    background:#E4E7E7; 
}

.tituloPrincipal h3{
    color: #003f44;
    text-align: center;
}

.carousel,
.pag-lineaCredito,
.pag-asociados,
.TextsobreConvergente,
.pag-novedades,
.pagTextoNov{
    margin-top: -10px;
}

.tituloPrincipasl h3{
    font-weight: 700;
    color: #003f44;
}

.breadcrumb-item.active {
    color: black;
}

.breadcrumb-item a{
  color: black;
  text-decoration: none;
}

.breadcrumb {
    margin-top: 50px;
    background-color: #E4E7E7;
}



/**BTN**/

.btn-convergente{
    cursor: pointer;
    margin-top: 60px;
    margin-bottom: 60px;
    background:#ff8810;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 5px;
}

.btn-convergente.descargar-form{display:inline-block;margin:0px auto!important;}

.btn-convergente2{
    cursor: pointer;
    background:#ff8810;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.btn-buscar{
  cursor: pointer;
  background:#ff8810;
  padding: 6px 6px;
  font-size: 16px;
  color: white;
  border-radius: 5px; 
}

.btn-convergente2:hover,
.btn-buscar:hover,
.btn-convergente:hover{
    background: #ff4c1d;
}

.btn-convergente2 a,

/*.btn-buscar a,*/

.btn-convergente a{
    color: white;
}

.btn-convergente2 a:hover,

/*.btn-buscar a:hover,*/

.btn-convergente a:hover{
   text-decoration: none;
   color: white;
}

button{
    background: transparent;
    border: transparent;
    color: white;
}


/**cambio de pág**/

.scroller {
    font-size: 14px;
    float:none!important;
    overflow:auto;
    margin:0px auto;
    text-align: center;
}

.scroller span.active {
    border: 1px solid #ff8810;
    background:#ff8810;
    color:white;
    text-align: left;
    font-weight: 400;
    margin-right: 5px;
    padding: 6px 11px;
    text-align: center;
    display:inline-block;
}
.scroller a {
    border:1px solid #ff8810;
    background: white none repeat scroll 0 0;
    color: #ff8810;
    text-align: left;
    margin-right: 5px;
    padding: 6px 11px;
    text-align: center;
    text-transform: uppercase;
    display:inline-block;
}
.scroller a:hover, .scroller a:focus {
    background: #ff8810 none repeat scroll 0 0;
    border: 1px solid #ff8810;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    color: white!important;
}
span.delimiter {display: none;}


/**************************INDEX*****************************/

/**animación de logo**/

@keyframes pulsew {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}


img.img-logo:hover{
  -webkit-animation-name: pulsew;
  animation-name: pulsew; 
  animation-duration:3s;

}

/**encabezado**/

.encabezado{
    padding: 10px 30px;
    background: rgba(158,198,12,1);
    background: -moz-linear-gradient(left, rgba(158,198,12,1) 0%, rgba(0,151,68,1) 50%, rgba(0,104,55,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(158,198,12,1)), color-stop(50%, rgba(0,151,68,1)), color-stop(100%, rgba(0,104,55,1)));
    background: -webkit-linear-gradient(left, rgba(158,198,12,1) 0%, rgba(0,151,68,1) 50%, rgba(0,104,55,1) 100%);
    background: -o-linear-gradient(left, rgba(158,198,12,1) 0%, rgba(0,151,68,1) 50%, rgba(0,104,55,1) 100%);
    background: -ms-linear-gradient(left, rgba(158,198,12,1) 0%, rgba(0,151,68,1) 50%, rgba(0,104,55,1) 100%);
    background: linear-gradient(to right, rgba(158,198,12,1) 0%, rgba(0,151,68,1) 50%, rgba(0,104,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec60c', endColorstr='#006837', GradientType=1 );
}

.encabezado a{
    text-decoration: none;
    color: white;
}

.accesoCuenta {
    background-image: url(../graficasConvergente/img-accesoCuenta.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid white;
    padding: 2px 10px 1px 30px;
    font-size: 13px;
}

.acceso-redes{

}

.icon-redes img{
    margin-left: 20px;
}

.icon-correo{
    margin-right: 36px;
}

.search_input{
   margin-left: 5px;
   color: white;
   border: 0;
   background: none;
   width: 0;
   caret-color:transparent;
   transition: width 0.4s linear;
   background-color: rgba(255, 255, 255, 0.5);
}

.searchbar:hover > .search_input{
    width: 250px;
    caret-color:red;
    color: black;
    transition: width 0.4s linear;
    padding-left: 20px;
}

.searchbar:hover > .search_icon{
    color: white;
}

.search_icon{
    padding-left:7px;
    float: right;
    border-radius: 50%;
    color:white;
}

.searchbar img{
   margin-right: 6px; 
}



/**navBar**/

.navbar {padding: .1rem 1rem 1.5rem 1rem;}

nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light{
    background-image:url(../graficasConvergente/barraInferior.png);
    background-repeat:no-repeat;
    background-position: bottom;
    background-size: contain;
    /*padding-bottom: 30px;*/
}


.collapse ul{
    margin: auto;
}


.logoSuperiorConver{
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 40px;
    color: black;
    font-weight: 700;
    font-size: 15px;
}

.img-logo{
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}



/**carousel**/

.carousel-control-next {
    margin-right: 50px;
}



/**opciones fijas**/

.img-pse,
.img-afiliate,
.img-credito,
.img-calculadora{
    padding-top: 10px;
    height: 81px;
    width: 116px; 
    border: 1px solid white;
    text-align: center;
}

.img-pse{
    border-top-left-radius: 20px;
    background: #009aa7;
}

.img-pse:hover{
   background: #007ca5;
}

.img-afiliate{
 background: #009744;
}

.img-afiliate:hover{
 background: #009661;
}

.img-credito{
   background: #92bf17;   
}

.img-credito:hover{
   background: #5abc18;   
}

.img-calculadora{
    border-bottom-left-radius: 20px;
    background: #ff8810;  
}

.img-calculadora:hover{
   background: #ff6c11;  
}

.opciones-fijas{
    position: fixed;
    right: 0;
    top: 190px;
    z-index: 200;
}



/**conteo de asociados**/

.content-box{
    padding-top: 22px;
    background-image: url(../graficasConvergente/fondo-contador.png);
    background-size: cover;
}

.conteo-items{
    color: white;
}

.conteo-items p{
    font-size: 13px;
    font-weight: 700;
}

.conteo-items h2 {
    font-size: 45px;
    font-weight: 700;
}

.conteo-items img{
    padding-bottom: 10px;
}



/**línea de Crédito**/

.lineas-credito{
    padding-top: 60px;
    background:#E4E7E7;
}

.tituloPrincipal h1,
.tituloPrincipal h2{
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 40px;
}

.opciones-credito{
    padding-top: 60px;
}

.ih-item.square.effect13 .info h3 {
    font-size: 18px;
    background: none;
    padding-bottom: 30px;
	font-weight:900!important;
}

.ih-item.square.effect13 .info p {
    font-size: 14px;
    color: #fff;
    padding: 0px 0 0 0;
    text-align: center;
	font-style: normal!important;
	font-weight:900!important;
	margin:0 0 0 0;
}



/**novedades**/

.ondaSuperior{
    padding-bottom: 60px;
}

.novedades h4{
    padding-top: 0px;
    line-height: 22px;
}

.novedades h4 a{
    padding-top: 20px;
    text-decoration: none;
    color: #003f44;
    font-size: 20px;
    font-weight: 700;
}

.novedades h4 a:hover{
    color: #009744;
}

.novedades p{
    font-size: 14px;
	line-height:135%;
}

.texto-novedades p{
    font-size: 14px;
}



/**footer**/

.footer{
    background: #009744;
    padding-bottom: 20px;
    color: white;
}

.img-logoFooter,
.sobreConvergente{
    padding-top: 70px;
}

.contacto{
    padding-top: 15px;
}

.img-logoFooter img{
    padding-bottom: 40px;

}    

.img-logoFooter p,
.sobreConvergente p{
    line-height: 10px;
}

.contacto p{
    line-height: 7px;
}

.img-logoFooter p,
.contacto p,
.sobreConvergente p{
    font-size: 13px;
}

.icon-redesFooter{ padding-bottom: 20px;}

.icon-redesFooter img{margin:0 10px;}

.img-logoFooter a,
.contacto a,
.sobreConvergente a{
    color: white;
}



/*********************SOBRE CONVERGENTE*****************/

.TextsobreConvergente{
    background:#E4E7E7; 
}

.tituloPrincipalSobreConv h1{
    font-size: 30px; 
    font-weight: 700;
    padding: 0px 0px 30px 0px;
	display:inline-block;
	float:left;
}

.linea-creditoSobreCon{
    padding-top: 25px;
    float: right; 
}

.textoConvergente{
    clear: both;
}

.info-der .novedades h2{
    padding-top: 20px;
    line-height: 18px;
}

.info-der .novedades h2 a{
    padding-top: 20px;
    text-decoration: none;
    color: #003f44;
    font-size: 20px;
    font-weight: 700;
}

.info-der .novedades h2 a:hover{
    color: #009744;
}

.tab-content{
    background: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link2, .nav-tabs .nav-link2.active,
.nav-tabs .nav-item.show .nav-link3, .nav-tabs .nav-link3.active {
    color: white;
    background-color: transparent;
    font-size: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #009AA7;
}

.nav-tabs .nav-item.show .nav-link2, .nav-tabs .nav-link2.active {
    background-color: #FF8810;
}

.nav-tabs .nav-item.show .nav-link3, .nav-tabs .nav-link3.active {
    background-color: #FF4C1D;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link2,
.nav-tabs .nav-link3 {
    font-size: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    font-weight: 600;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs .nav-link {
    background-color: #add8dd;
	color:#fff;
}

.nav-tabs .nav-link.active {
    background-color: #009ba8;
	color:#fff;
}


.nav-tabs .nav-link2 {
    background-color: #f4d1a6;
	color:#fff;
}

.nav-tabs .nav-link2.active {
    background-color: #ff8810;
}

.nav-tabs .nav-link3 {
    background-color: #efb8a9;
	color:#fff;
}

.nav-tabs .nav-link3.active {
    background-color: #ff4c1d;
}

.image-cover {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.tab-content#nav-tabContent .col-md-12{
  background:#fff;
}



.info-personalAreas .col-md-12 .row .col-md-4{
  text-align: center;  
}

.info-personalAreas p{
    font-size: 14px;
    font-weight: 600;

}



/*******************LÍNEA DE CRÉDITO**********************/

.img-linea-credito2{
    padding-left: 47px;
}

.card{
    margin-top: 80px;
}

.pag-lineaCredito{
    background:#E4E7E7;;
}

.text-pag-lineaCredito p{
    text-align: center;
}

.pag-lineaCredito .card {
    border-radius: 20px;
}

.op-auto{
   padding-bottom: 290px; 
}

.op-libreInv{
    padding-bottom: 290px;
}

.opcionesBienestar,
.opcionesAutomatico,
.opcionesLibreInv{
    cursor: pointer;
    text-align: center;
    border-radius:10px;
    font-size: 19px;
    padding: 10px 50px;
    margin-bottom: 10px;
}

.opcionesBienestar:hover,
.opcionesAutomatico:hover,
.opcionesLibreInv:hover{
    border:1px solid white;
    color: white;
}

.opcionesBienestar{
    border:1px solid #92bf17;
}

.opcionesBienestar:hover{
    background: #92bf17;
}

.opcionesAutomatico{
    border:1px solid #009aa7;
}

.opcionesAutomatico:hover{
    background: #009aa7;
}

.opcionesLibreInv{
    border:1px solid #ff4c1d;
}

.opcionesLibreInv:hover{
    background: #ff4c1d;
}

/**modal**/

.close {
    font-size: 40px;
    font-weight: 300;
}

.modal-header .close {
    padding: 0px 20px;
}

.modal-header {
    border-bottom: 1px solid transparent;
}

.modal-body {
    padding: 10px 30px 30px 30px;
}

.modal-body h4,
.modal-body h5{
  color: #003f44;
  font-weight: 600; 
  padding-top: 10px;
}

.modal-body h4{
    padding-bottom: 30px;
}

.modal-body li{
    padding-bottom: 10px;
}



/*******************ASOCIADOS**********************/

.linea-Asoc{
    padding-top: 10px;
}

.tabsAsociados .tab-content,
.pag-asociados{
  background:#E4E7E7;  
}

.tabsAsociados .tab-content{
  padding-top: 30px;
}

.tabsAsociados .tab-content{
  border-top: 1px solid black;
}

.form-texto{
    padding-top: 10px;
}

.form-textoInferior{
    padding-top: 30px; 
    padding-bottom: 30px;
}

.asociado{
    padding: 10px 20px 1px 20px;
    background: white;
    border-radius: 20px;
    margin-top: 20px;
}

.nombreAso {
    font-size: 17px;
    font-weight: 700;
}

.info-asociados{
    padding: 20px 0px 10px 0px;
    font-size: 14px;
}

.tabsAsociados .nav-tabs .nav-link.active {
    color: black;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid black;
}

.tabsAsociados .nav-tabs .nav-link {
    border: transparent;
    background-color: transparent;
}

.tabsAsociados .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    font-size: 15px;
}

/**modal**/

.im-contatoAsoc{
    cursor: pointer;
}



/*****************BENEFICIOS Y CONVENIOS************/

.asociado{
    min-height: 125px;
}

.linea-benefConv,
.listaBeneficiosConv2{
    padding-top: 10px;
}

.imgBeneficiosConv{
    padding-bottom: 20px;
}

.listaBeneficiosConv li,
.listaBeneficiosConv2 li{
  list-style: none; 
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-bottom: 35px 
}

.listaBeneficiosConv li{
 background-image: url(../graficasConvergente/check-list.png);
}


.listaBeneficiosConv2 li{
 background-image: url(../graficasConvergente/check-list2.png);

}

.listaBeneficiosConv ul,
.listaBeneficiosConv2 ul{
    padding-left: 0px;
}

.tabsBeneficiosConv{
    padding-top: 60px;
}

.cdcdcdc{
    top: 0px;
}

.tabsBeneficiosConv .nav-tabs .nav-link.active {
    color: black;
    background-color: white;
    border-color: white;
}

.tabsBeneficiosConv .nav-tabs .nav-link {
    border: transparent;
    background-color: transparent;
}

.tabsBeneficiosConv .tab-content {
    background: white;
    padding: 40px 30px;
}

.tabsBeneficiosConv .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    /*font-size: 15px;*/
}

.tabsBeneficiosConv .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    color:#000;
}

/*******************NOVEDADES**********************/

.pag-novedades{
    background:#E4E7E7;  
}

.pag-novedades .card .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    padding: 20px 20px 0px 20px;
}

.pag-novedades .card .card-body h2 a{
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #003f44;
}

.pag-novedades .card .card-body h2 a:hover{
    color: #009744;
}


/*************TEXTO COMPLETO NOVEDADES******************/

.pagTextoNov{
    margin-top: -10px;
    background:#E4E7E7;  
}

.tituloTextoNovedades{
    color: #003f44;
}

.tituloPrincipalSobreConv.textCom h1{
    margin-top: 160px;
    margin-bottom: 40px;
}

.imgTextoNov{
    margin-bottom: 40px;
}

p.primerText{
    font-size: 20px;
}


/****************CONTÁCTENOS*********************/

.formularioContacto label{
   font-size: 14px;
   font-weight: 700;
   color: #003f44;
}

.formularioContacto input{
margin-bottom: 20px;
}

.btn-convergente.enviar{
    margin-top: 10px;
}


/**********SIMULADOR DE CRÉDITO**********/

.btn-convergente.enviar{
        color: white;
    border: 0;
}
.info-der .table thead th {
    font-size: 14px;
}

.info-der .table td, .table th {
    text-align: center;
}
/***mdbb sep25******/
.importantsim {
    font-size:14px;
    line-height:150%;
}

/**************MAPA DEL SITIO***********/


.textoConvergente h2{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
        padding-top: 20px;
}

.textoConvergente a{
   color: #003f44;
   text-decoration: underline;
}

.textoConvergente a:hover{
color: #009744;
}


/***************POLÍTICAS***********/

.textoConvergente h3{
    font-size: 18px;
    font-weight: 700;
}

.btn.btn-link.collapsed,
.btn-link{
    font-size: 13px;
    font-weight: 700;
    color:#212529;
    text-decoration: none!important;
    text-align: left;
}

.btn-link,
.btn-link:hover {
    color: #009744;
}

.card.politicas {
     margin-top: 0px; 
}

.card.politicas .textoConvergente li{
    padding-bottom: 20px;
}

/*AÑADIDOS MRO SEPT 18 2018*/

.lineas-credito .tituloPrincipal h3{margin-bottom:40px;}

.ih-item.square.effect13 .info {
    background: rgba(0, 0, 0, 0.8);
   
}

.credito .btn-convergente.pull-right{
	margin-top: 0px;
	margin-bottom: 20px;
	float:right!important;
}

.credito .form-group{
	clear:both;
	margin:0px 0 0 0;
	padding:0 0 0 0;
}

.credito .btn-convergente.enviar{
	margin-bottom:5px!important; 
	margin-top:0!important; 
	padding: 8px 40px;
}

.credito input[type="text"]{
	margin-bottom:5px!important; 
}

.tasa-plazo{
	background:#009744;
	padding:40px 20px;
	color:#fff;
	border-radius:10px;
	margin-bottom:40px;
}

.tasa-plazo h3{font-size:18px; font-weight:700;}

/******MEDIA QUERIES********/

/*Tablets en horizonal y escritorios normales --> col-md
------------------------------------------------------------------------- */


@media (min-width: 768px) and (max-width: 1199px){ 


    /**navBar**/

    .navbar-collapse{
        padding-left: 0px;
    }

    .navbar-light .navbar-nav .nav-link{
       font-size: 8px;
   }



   /**carousel**/

   .carousel-control-next{
    margin-right: 70px;
}



/**footer**/

.img-logoFooter p, .contacto p, .sobreConvergente p {
    font-size: 10px;
}



/*********************SOBRE CONVERGENTE*****************/

.linea-creditoSobreCon{
    display: none;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link2,
.nav-tabs .nav-link3,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link2.active,
.nav-tabs .nav-link3.active{
    font-size: 12px!important;
}

.op-libreInv{
    padding-bottom: 258px;
}



/*******************LÍNEA DE CRÉDITO**********************/

.img-linea-credito2{
    padding-left: 0px;
}



/*******************ASOCIADOS**********************/

.nombreAso{
    font-size: 16px;
}

.info-asociados{
    font-size: 11px;
}

.form-texto{
    padding-top: 0px;
}

.tabsAsociados .nav-tabs .nav-link.active,
.tabsAsociados .nav-tabs .nav-link{
    font-size: 13px!important;
}



/*****************BENEFICIOS Y CONVENIOS************/

.linea-benefConv{
    display: none;
}

.tabsBeneficiosConv .nav-tabs .nav-link.active,
.tabsBeneficiosConv .nav-tabs .nav-link{
    font-size: 13px!important;
}

}

@media (min-width: 801px) and (max-width: 991px){ 

    nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light {
        padding-bottom: 10px;
    }

    .nav-tabs .nav-link, .nav-tabs .nav-link2, .nav-tabs .nav-link3, .nav-tabs .nav-link.active, .nav-tabs .nav-link2.active, .nav-tabs .nav-link3.active {
    font-size: 8px!important;
}


    .navbar-light .navbar-nav .nav-link{
        padding-top: 0px;
    }

    .img-logo{
        display: none;
    }

    .logoSuperiorConver{
        display: block;
    }

    .image-cover {
        width: 120px;
        height: 120px;
    }

    .opcionesBienestar, .opcionesAutomatico, .opcionesLibreInv {
        padding: 10px 0px;
    }
}

/*Moviles en horizontal o tablets en vertical
------------------------------------------------------------------------- */
@media (max-width: 800px) {
	
	body{padding-bottom:55px;}
	
	 .icon-redes img {
    margin-left: 30px !important;
} 

	
	.opciones-fijas{
    z-index:10000;
    bottom:0;
	top:auto!important;
	width:100%!important;
	background:red;
}
	
.img-pse,
.img-afiliate,
.img-credito,
.img-calculadora{
    padding-top: 5px;
	padding-bottom:5px!important;
    height: 55px;
    width: 25%; 
    border: 1px solid white;
    text-align: center;float:left;
}

.img-pse{
    border-top-left-radius: 0px;
    background: #009aa7;
}
	
.img-pse img,
.img-afiliate img,
.img-credito img,
.img-calculadora img{
    height:45px;
}	

.img-pse:hover{
   background: #007ca5;
}

.img-afiliate{
 background: #009744;
}

.img-afiliate:hover{
 background: #009661;
}

.img-credito{
   background: #92bf17;   
}

.img-credito:hover{
   background: #5abc18;   
}

.img-calculadora{
    border-bottom-left-radius: 0px;
    background: #ff8810;  
}

.img-calculadora:hover{
   background: #ff6c11;  
}
	

    nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light {
        padding-bottom: 10px;
    }


    /**general**/

    .breadcrumb {
        font-size: 14px;
    }



    /**encabezado **/
    .searchbar:hover > .search_input{
        width: 133px;
    }



    /**navBar**/

    .navbar-light .navbar-nav .nav-link {
        padding-top: 0px;
        font-size: 13px;
    }

    .logoSuperiorConver{
        display: block;
    }


    .img-logo{
        display: none;
    }



    /**carousel**/

    .carousel-control-next {
        margin-right: 80px;
    }

    .carousel-control-prev {
        margin-left: 60px;
    }



    /**novedades**/

    .texto-novedades h4{
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
    }

    .texto-novedades p {
        font-size: 12px;
    }



    /**footer**/


    .img-logoFooter img {
        padding-bottom: 10px;
    }

    .contacto p, 
    .sobreConvergente p,
    .img-logoFooter p {
        font-size: 9px;
    }

    .img-logoFooter p{
        line-height: 12px;
    }

    .contacto p, 
    .sobreConvergente p {
        line-height: 1px;
    }



    /*********************SOBRE CONVERGENTE*****************/

    .linea-creditoSobreCon {
        display: none;
    }


    .image-cover {
        width: 130px;
        height: 130px;
    }

    .novedades h4{
        text-align: center;
    }
    
    .info-der .novedades h4 a {
        font-size: 17px;
        line-height: 2px;
    }

    .info-personalAreas .nav-tabs .nav-tabs .nav-link.active,
    .nav-tabs .nav-link2,
    .nav-tabs .nav-link3{
        font-size: 8px!important;
    }

    .parrafoNov{
        padding-bottom: 30px;
    }

    .tab-pane .container .row  .col-md-4{
        padding-left: 10px;
    }

    .info-der .novedades h4 {
        padding-top: 0px;
    }



    /*************LÍNEA DE CRÉDITO******************/

    .opcionesBienestar, .opcionesAutomatico, .opcionesLibreInv {
        font-size: 15px;
        padding: 10px 0px;
    }

    .img-linea-credito2,
    .img-linea-credito{
        padding-left: 0px;
        padding-top: 20px;
    }

    .op-auto {
        padding-bottom: 261px;
    }

    .op-libreInv {
        padding-bottom: 207px;
    }



    /*******************ASOCIADOS**********************/

    .linea-Asoc{
        display: none;
    }

    .form-textoInferior {
        text-align: center;

    }

    .nombreAso {
        font-size: 11px;
    }

    .info-asociados{
        font-size: 8px;
    }

    button.btn-buscar {
        padding: 6px 28px;
    }

    .tabsAsociados .nav-tabs .nav-link.active{
        font-size: 13px;
    }



    /*****************BENEFICIOS Y CONVENIOS************/

    .linea-benefConv{
        display: none;
    }

    .tabsBeneficiosConv .nav-tabs .nav-link, .nav-tabs .nav-link.active{
        font-size: 13px!important;
    }

    /**********SIMULADOR DE CRÉDITO**********/

.info-der .table thead th {
    font-size: 11px;
}   
}


@media (min-width: 500px) and (max-width: 767px){

    .img-linea-credito{
        display: none;
    }

    .contacto p, 
    .sobreConvergente p,
    .img-logoFooter p {
        font-size: 10px;
    }

    .img-logoFooter,
    .sobreConvergente {
        padding-top: 30px;
    }

    .img-logoFooter p,
    .sobreConvergente,
    .contacto{
        text-align: center;
    }

    .icon-redesFooter .row img{
        padding-top: 20px;
		margin:0 10px;
    }

    .nav-tabs .nav-link,
    .nav-tabs .nav-link2,
    .nav-tabs .nav-link3,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link2.active,
    .nav-tabs .nav-link3.active{
        font-size: 8px;
    }



    /*********************ASOCIADOS**************/

    .btn-buscar {
        margin-top: 10px;
    }

}



/*Moviles en vertical
------------------------------------------------------------------------- */
@media (max-width: 480px) {

    /**encabezado**/

    .searchbar:hover > .search_input{
        width: 261px;
    } 

    .encabezado span{
        display: none;
    }
	
	.logoSuperiorConver img{
		width: 230px;
		height:52px;
    }


    .accesoCuenta {
        padding: 4px 10px 4px 30px;
    }

    .icon-redes{
        margin-left: 10px;
        padding-bottom: 10px;
    }
	
	.icon-redes img {
    margin-left: 30px !important;
} 
	.searchbar{margin-top:3px;}



    /**carousel**/

    .carousel-control-next {
        margin-right: 0px;
    }

    .carousel-control-prev {
        margin-left: 0px;
    }



    /**conteo de asociados**/

    .conteo-items h2 {
        font-size: 20px;
    }

    .conteo-items p{
        font-size: 7px;
        font-weight: 300;
        text-align: center;
    }

    .conteo-items img{
        width: 100%;
    }



    /**línea de crédito**/

    .img-linea-credito{
        display: none;
    }

    .tituloPrincipal h3{
        font-size: 20px;
    }



    /**novedades**/

    .texto-novedades{
        text-align: center;
    }



    /**footer**/

    .contacto p, 
    .sobreConvergente p,
    .img-logoFooter p {
        font-size: 10px;
    }

    .img-logoFooter,
    .sobreConvergente {
        padding-top: 30px;
    }

    .img-logoFooter p,
    .sobreConvergente,
    .contacto{
        text-align: center;
    }

    .icon-redesFooter .row img{
        padding-top: 20px;
        margin:0 10px;
    }



    /*******************ASOCIADOS**********************/

    .image-cover {
        width: 150px;
        height: 150px;
    }

    .nombreAso {
        font-size: 10px;
    }

    .info-asociados{
        font-size: 7px;
    }

    .btn-convergente2{
        margin-top: 30px;
    }    

    .btn-buscar {
        margin-top: 10px;
    }

    .tabsAsociados .nav-tabs .nav-link, .nav-tabs .nav-link.active {
        font-size: 13px;
    }

    .tabsAsociados .nav-tabs .nav-link.active {
     border-top: 3px solid #000; 
     border-radius: 0px; 
}

    /*********************SOBRE CONVERGENTE*****************/

    .linea-creditoSobreCon {
        display: none;
    }

    .nav-tabs .nav-link,
    .nav-tabs .nav-link2,
    .nav-tabs .nav-link3,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link2.active,
    .nav-tabs .nav-link3.active{
        text-align: center;
        width: 100%;
        font-size: 13px;
    }

    .info-personalAreas .nav-tabs .nav-tabs .nav-link.active {
        font-size: 13px!important;
    }

    .image-cover {
        width: 150px;
        height: 150px;
    }

    .nav-tabs .nav-link, .nav-tabs .nav-link2, .nav-tabs .nav-link3, .nav-tabs .nav-link.active, .nav-tabs .nav-link2.active, .nav-tabs .nav-link3.active {
        font-size: 13px!important;
    }



    /*****************BENEFICIOS Y CONVENIOS************/

    .listaBeneficiosConv li {
        margin-left: 0px;
    }

    .tabsBeneficiosConv .nav-tabs .nav-link,
    .tabsBeneficiosConv .nav-tabs .nav-link.active{
        width: 40%;
    }

    /**************POLITICAS***************/

    .btn.btn-link.collapsed span::before,
.btn-link span::before{
content: "\A";
  white-space: pre;
}

    .btn.btn-link.collapsed span,
.btn-link span{
  font-size: 8px!important;
}
	
	.opciones-fijas{
    z-index:10000;
	bottom:0!important;	
	background:red;
}

}
