*{
	box-sizing: border-box;
}

body{
	font-family: 'Arial', 'Verdana';
	margin: 0;
	background:gray;
/*	background: #209F63;*/
}

/*------------------- Estilos Base -------------------------------*/

/*------------------- Estilos Header -----------------------------*/

/*------------------- Estilos del Menú ---------------------------*/

/*------ Estilos Principales : Contactenos -----------------------*/

/*--------------------------- VENTAS Y MERCHANDISING  -------------------------------------*/

.gacti_col_seccion{
	width: 100%;
	margin-bottom: 10px;
/*	border: 5px solid #ddd;*/
}


.gacti_col_titulo{
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
    
    margin: auto;
	text-align: center;
/*    max-width: 450px;*/
    background: #10793F;
	background: #166FB4;
    color:#fff;
}

.gacti_texto{
	padding-top: 10px;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.6;
	
}

.gacti_enlace a:link{
	color: blue;
}

.gacti_enlace a:visited{
	color: blue;
}

.gacti_enlace a:active{
	color: blue;
}


.gacti_col_img{
	margin: auto;
	max-width: 800px;     
    object-fit: cover;	
}


.gacti_col_1_2_3{
	width: 100%;	
}


.gv_titulo{
	font-size: 1.0em;
	color: #175935;
	padding: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.gv_columna_1{
	width: 100%;
}

.ventas_seccion{
	background: #fff;
	width: 100%;
	margin-top: 88px;
}

.ventas_seccion .ventas_informe{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
/*	align-items: center; */
	align-items: flex-start;
	padding: 15px;
	padding-bottom: 240px;
	
}


/*------------------- Estilos del Footer -----------------------*/

/*------------------- << Estilos Responsive >> -----------------------*/


@media screen and (min-width:320px) {
	
	.ventas_seccion{
		margin-top: 88px;
	}	

}	


@media screen and (min-width:400px) {
	
	.ventas_seccion{
		margin-top: 92px;
	}	

}	


@media screen and (min-width:480px) {
	
	.ventas_seccion{
		margin-top: 106px;
	}

	.gacti_col_titulo{
		font-size: 0.7em;
		padding-top: 8px;
		padding-bottom: 8px;
	}	
	
	.gacti_texto{
		font-size: 0.8em;
		text-align: justify;
	}
	
	.gacti_col_1_2_3{
		width: 100%;	
	}	
	
	
}


@media screen and (min-width:600px){
	
	.ventas_seccion{
		margin-top: 124px;
	}	
	
	.gv_titulo{
		font-size: 1.2em;
	}

}


@media screen and (min-width:768px){
	
	.ventas_seccion{
		margin-top: 145px;
	}
	
	.gv_titulo{
		font-size: 1.2em;
	}
	
	.gacti_col_1_2_3{
		width: 49%;	
	}	
	
	
}


@media screen and (min-width:850px){
	
	.ventas_seccion{
		margin: auto;
		margin-top: 146px;
	}	

}

@media screen and (min-width:1024px){

	.ventas_seccion{
		width: 90%;
		margin: auto;
		margin-top: 146px;
	}	

	.gv_titulo{
		font-size: 1.4em;
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.gacti_col_titulo{
		font-size: 0.8em;
		padding-top: 10px;
		padding-bottom: 10px;		
	}
	
	.gacti_texto{
		font-size: 0.9em;
		text-align: justify;
	}
	
	.gacti_col_1_2_3{
		width: 49%;	
	}	
	
}	


@media screen and (min-width:1200px){
	
}


@media screen and (min-width:1400px){
	
}

	
@media screen and (min-width:1500px){ 
	
	.ventas_seccion{
		width: 80%;
		margin: auto;
		margin-top: 146px;
	}

	.gacti_col_1_2_3{
		width: 49%;	
	}	
	
	
}

