body {
    padding: 0 !important;
	background: white !important;
}


.img-text h2{
	text-transform: uppercase;
	letter-spacing: 1px;
}







@media (max-width: 490px){

	.ancho-carousel {
		height: 300px;
	}

	.miImagen{
   		 content:url("../images/prueba3.jpg");
	}

	.tam-text  {
		font-size: 12px;
	}
	
	p {
		font-size: 13px;
	}

	.titulo_analisis {
		text-align: center;
	}

	.tite {
		font-size: 15px;
	}

}



@media (min-width: 490px ) and (max-width: 700px ) {


	.ancho-carousel {
		height: 300px;
	}

	.miImagen{
   		 content:url("../images/prueba4.jpg");
	}

	.tite {
		font-size: 18px;
	}




}


@media (min-width: 700px ) and (max-width: 1400px ) {


	.ancho-carousel {
		height: 300px;
	}

	.miImagen{
   		 content:url("../images/prueba5.jpg");
	}
	
	.tite {
		font-size: 20px;
	}



}



@media (min-width: 1400px){

	.ancho-carousel {
	height: 300px;
}

.carmodificaciones {

	width: 70%; 
	margin-left: 10%;

}

.tite {
		font-size: 20px;
	}


	
}



.bg-btn {
	background: #56AE22 !important;
	color: white;
}

.bg-btn:hover {
	
	background: #CE9B5A !important;
	color: white;
}

.botones-direccionales {

	color: #4AC12C; 
	font-size: 30px;
}

.botones-direccionales:hover{

	transform: scale(1.2);
}


.bg-modal {
	background-image: url("../images/fondoModal.png");
}