/* Menu Principal */
.header .main-menu li ul {
	min-width: 230px !important;
}
header .main-menu li ul li a {
    font-size: 15px  !important;
}
.header-logo a img {
    height: 70% !important;
    width: 70% !important;
}
.header .main-header .main-menu li a {
    padding: 10px 10px !important;
}
.header .main-header .header-left .header-logo {
    margin-right: 0px !important;
}

/* Hero */
.btn.btn-black {
    background-color: #7ED956 !important;
}

/* Cards */
.text-heading-3 {
    font-size: 20px !important;
}

/* ATIVIDADES DE EXTENSÃO */
.card-grid-style-3 {
    border: 10px solid #5271FF;
}

/* Quem Somos */
.card-grid-style-2.card-square {
    border-radius: 10px !important;
}

/* Páginas */
.display-1, .display-2, .font-heading, .heading-lg, .heading-sm-1, h1 {
    color: #5271FF !important;
}
.color-gray-900 {
    color: #5271FF !important;
}
.banner-hero.banner-breadcrums {
    background-color: #AAEAEC !important;
}
.btn.btn-default {
    line-height: 15px !important;
}

@media screen and (min-width: 992px) {
  	/* Páginas */
	.text-display-3{
		font-size: 40px !important;
	}
  
  	/* Home */
  	.text-heading-1 {
    	font-size: 28px;
        line-height: 32px;
	}
      .text-body-lead-large {
        font-size: 20px;
        line-height: 30px;
    }
  
  	/* Quem Somos */
  	  #quem-somos {
        max-width: 30% !important;
        border-radius: 5%;
  	}
}

@media screen and (max-width: 992px) {
  	/* Páginas */
	.note-video-clip {
    	width: 350px;
  	}
  
  	/* Contato */
  	.list-icons .item-icon {
    	padding: 0 20px 40px 20px !important;
  	}
  
  	/* Home */
    .text-heading-1 {
    	font-size: 28px;
        line-height: 32px;
	}
    text-body-lead-large {
        font-size: 20px;
        line-height: 30px;
    }
  
  	/* Quem Somos */
  	  #quem-somos {
        max-width: 80% !important;
        border-radius: 5%;
  	}
}