@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');


/*** ME ***/

.we{
	display: flex;
	align-items: center;
}


/*** STRATEGY ***/

.strategy{
	background-image: linear-gradient(0deg, rgba(21,35,66, 0.7), rgba(21,35,66, 0.7)), url("../img/hidrovia.jpg");
	background-size: cover;
}
.strategy-text{
	line-height: 35px;
}

/*** WORK ***/
.logo-divider svg {
    height: 50px;
}

/*** CONTACT ***/

.contact{
	background-image: linear-gradient(0deg, rgba(21,35,66, 0.7), rgba(21,35,66, 0.7)),url("../img/hidrovia2.jpg");
	background-size: cover;
}
.contact svg{
	margin-right: 10px;
	width: 20px;
    height: 20px;
}



/*** FOOTER ***/

.footer{

	padding-top:25px;

	padding-bottom: 25px;

}



@media (max-width: 767px){

	.history .video{

		width: 100%;

	    height: 100vh;

	    object-fit: none;

	    object-position: 50%;

	}

}