body
{
	margin-bottom: 0px !important;
}
.color-top {
    background-color: white;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
}

.section li a{
	padding: 25px;
	color: white !important;
}
.img-logo {
	width: 45%;
	padding: 1%;
	float: inherit
}

.img-home {
	background-image: url(../img/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 610px;
	width: 100%;
    background-position: top;
}

.titulos {
	font-size: 50px;
    top: 270px;
	text-align: center;
	color: white;
}

.color-info {
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5)
}

.container-color {
	background-color: #123113;
	color: #ead4b9;
	padding: 1%;
}
hr{
	border-top: 1px solid #ead4b9 !important;
}
.jumbotron p {
    font-size: 15px !important;
}
.jumbotron {
    margin-bottom: 0px !important;
	padding-top: 45px !important;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px){

	.titulos {
    	font-size: 30px;
		top: 0px;
		text-align: center;
	}
	.img-home {
    	height: 420px;
		margin-top: 99px;
		background-position: inherit;;
	}
	.img-logo {
    	padding-bottom: 12px;
	}
	.ident{
		margin-left: -4%;
	}

}

