.profissionais-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: -50px;
	margin-left: -50px;
}
.profissional-box {
    max-width: 50%;
    min-width: 50%;
	padding-top: 50px;
	padding-left: 50px;
	box-sizing: border-box;
}
.profissional-foto-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profissional-descricao {
	white-space: pre-line;
}

/* Box cachorro */
.box-cachorro {
    position: relative;
}
.box-cachorro-texto {
    position: absolute;
    right: 0;
    left: auto;
    max-width: 500px;
    box-sizing: border-box;
    top: 50px;
    background-color: #1C3761;
    color: #FFF;
    padding: 50px;
    font-size: 20px;
}
.box-cachorro-img {
    max-width: 775px;
}

/* Box gato */
.box-gato {
    position: relative;
}
.box-gato-texto {
    position: absolute;
    left: 0;
    top: -70px;
    background-color: #F1863B;
    color: #FFF;
    padding: 50px;
    max-width: 450px;
    font-size: 20px;
}
.box-gato-img {
	margin: 120px 130px 0;
}

.box-sep-cachorro-gato {
    padding: 50px;
}

/* Box missao visão valores */
.box-missao-visao-valores {
	margin-top: -150px;
	position: relative;
}
.box-missao-visao-valores h3 {
	color: #FFF;
}
.box-missao-visao {
	margin-top: 30px;;
	display: flex;
	justify-content: space-between;
}
.box-missao {
	margin-right: 15px;
	flex: 1;
}
.box-visao {
	margin-left: 15px;
	flex: 1;
}
.box-missao,
.box-visao,
.box-valores {
	font-size: 22px;
	padding: 50px;
}


.box-cachorro-2-img {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 320px;
    z-index: -1;
}
.profissionais-section:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border: 30px solid transparent;
	border-top-color: #FFF;
}

@media (max-width: 980px) {
	.box-sep-cachorro-gato {
		display: none;
	}

	/* Cachorro */
	.box-cachorro-img {
		max-width: none;
	}
	.box-cachorro-texto {
		position: static;
		max-width: none;
	}

	/* Gato */
	.box-gato {
		margin-top: 30px;
	}
	.box-gato-img {
		margin: 0;
	}
	.box-gato-texto {
		position: static;
		max-width: none;
	}

	/* Missao visao valores */
	.box-missao-visao-valores {
		margin-top: 30px;
	}

}

@media (max-width: 680px) {
	.box-cachorro-texto,
	.box-gato-texto,
	.box-missao,
	.box-visao,
	.box-valores {
		padding: 15px 20px;
	}
	.box-missao-visao {
		flex-direction: column;
		margin-top: 15px;
	}
	.box-visao {
		margin-left: 0;
		margin-top: 15px;
	}
	.box-missao {
		margin-right: 0;
	}
	.profissionais-container {
		flex-direction: column;
		margin: 0;
		padding-top: 0;
	}
	.profissional-box {
		max-width: 100%;
		min-width: 100%;
		padding-left: 0;
	}
	.link-play-video-quem-somos {
		font-size: 16px;
	}
	.link-play-video-quem-somos img {
		width: 70px;
	}
}
