header#header-site.bg-menu, body.sem_capa header#header-site {
    background-color: #ffffff;
}

header#header-site a.nav-link:hover, header#header-site a.nav-link.active {
    color: #4c7dd8;
    border-bottom: 1px solid #4c7dd8;
}

#section-servicos .card.card-servicos .card-body .card-title {
    color: #ffffff;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    color: #ffffff;
}

.empresa-imagem .img-fluid {
    border-radius: 40px;
}

body#page_contato header#header-site {
    background: #c5c5c5;
}

.section-capa h1 {
    color: #fff;
}

section#section-html-modulo_2 {
    background: url(/arquivos/img-modulo.jpg);
    padding: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#section-html-modulo_2 h3 {
    color: #fff;
}

#section-html-modulo_2 p {
    margin-top: 20px;
}

#section-html-modulo_2 a {
    background: #2f5498;
    padding: 25px 25px 25px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration:none;
    text-transform: uppercase;
}

#section-html-modulo_2 a:hover {
    background: #00215f;
}

#section-depoimentos blockquote {
    height: 100px;
}

.chamada {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media(max-width:720px){
.texto {
    margin-bottom: 30px;
    text-align: center;
}
#section-html-modulo_2 a {
    padding: 15px 15px 15px 15px;
}

.chamada {
    margin-bottom: 15px;
}
}

.objetivos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modulos {
   width:350px;
   max-width:100%;
   margin: 10px;
   background: #eaeaea;
   text-align: center;
   padding: 20px;
   border-radius: 20px;
}


.modulos .img-fluid {
    width: 150px;
}

.modulos p {
    padding: 10px;
}

@media(min-width:720px){
  .modulos{
     width: calc(33.33% - 80px);
     margin: 40px;
  }
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    background: #2f5498;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
    background: #a5a895;
}

ul.social-icons.social-icons-medium {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 2rem;
	display: flex;
}

ul.social-icons.social-icons-medium a {
	color: #ffffff;
	transition: 0.2s ease-in-out;
}

ul.social-icons.social-icons-medium a:hover {
	background-clip: text !important;
	-webkit-background-clip: text !important;
	color: transparent !important;
}

ul.social-icons.social-icons-medium .social-icons-instagram a:hover {
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
}

ul.social-icons.social-icons-medium .social-icons-facebook a:hover {
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}

ul.social-icons.social-icons-medium .social-icons-skype a:hover {
	background: #00aff0;
}

ul.social-icons.social-icons-medium .social-icons-twitter a:hover {
	background: #1d9bf0;
}

ul.social-icons.social-icons-medium .social-icons-youtube a:hover {
	background: #ff0000;
}