


/* LOS SGUIENTES ESTILO CORRIGEN LOS ESTILOS PREDETERMINADOS */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++ HOME +++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ROW .menu-secundario-home : fila slides */

@media (max-width:767px){
.cover.fullscreen .container{
	top:30px;
	transform:none;
	-webkit-transform:none;}
}


/* ROW .menu-secundario-home : fila que contiene botones diferenciadores, ciclo de cobranza y compliance */

.menu-secundario-home .col{padding-left:10px; padding-right:10px;}
.menu-secundario-home h4{font-size:21px; margin-top: 20px; padding-left: 10px; font-weight:500;}

/* XS */
@media (max-width: 767px) {
	
	.menu-secundario-home h4{
		text-align:center;
		font-size:16px;
		}	
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	
	.menu-secundario-home h4{
		text-align:left;
		font-size:14px;}
} 
	
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.menu-secundario-home h4{
		text-align:left;
		font-size:16px;
	}
		
} 

