	section.information {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    min-height: 500px;
    margin-bottom: 100px;
    padding: 15px;
    background-color: #ffffff4a;
}
.information .content>div {
    font-size: 19px;
    text-align: center;
       color: #ffffff;
    font-weight: bold;
    border-color: #125485;
    min-height: 4rem;
    border-radius: 15px;
}
.col-md-4 {
    margin-bottom: 28px;
}
.btn-outline-primary:hover ,.btn-outline-primary:not(:disabled):not(.disabled):active{
    color: #125485;
    background-color: #ffffff;
    border-color: #125485;
}
@media only screen and (max-width: 768px){
.information .content>div {
    font-size: 17px;
    text-align: center;
    color: #125485;
    font-weight: bold;
    border-color: #125485;
    min-height: 3rem;
    border-radius: 15px;
    margin: 5px;
}
		}			
.informationAll{
	display:none;
}
.show{
	display:block;
}
		
		
<?/*location*/?>


<?/*close location*/?>
		@media only screen and (min-width: 600px){
		.project_content {
			margin-right: 18%;
			margin-left: 18%;
		margin-top: 2rem;
		}
}
.footer-low {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.2rem;
    font-size: 2.25rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    color: #4a5363;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #133c8b;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 23px;
    text-align: center;
}
.smart-form {
    background-color: #deeef9 !important;
	    border: 0px solid #538399 !important
}
.btn-primary {
    color: #fff;
    background-color: #125485;
    border-color: #125485;
	
}

/*companies*/
.card-header+.list-group .list-group-item:first-child {
    min-height: 0rem;
}
div#informationCompany span {
    font-size: 1.1rem;
}
