@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css?family=CoconPro');


html, body {
	height: 100%;
	width: 100%;
	font-family: 'Popins', Sans-serif;
	color: #4A4A4A;
}

/*---top content --*/
#topContent{
    height:1.9rem;
	background-color: #4A4A4A;
	position: relative;
}

.topContent {

	padding: 5px 3px;
	color:#fdc2c2;
	text-transform: uppercase; 
	font-size: 0.8em;
}

.topContent:hover {
	color:#BEBEBE;
		text-decoration: none
}


/*---Navigation bar --*/
.navbar {
	padding: .4rem;
	 box-shadow: 0px 3px 0px #d3a3a5;
	
}

.navbar-nav li {
	padding-right: 20px;
}

.nav-link {
	font-size: 0.8em !important;
}

.nav-link:hover {
	color:#64102D;
}


/*---Carousel --*/
.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-block {
	position: absolute;
	width: 500px;
	height: 500px;
	color:red;
	z-index: -1;
	
}

.carousel-caption {
	position:absolute;
	height: 6000px;
	width: 6000px;
	color:white;
	background: transparent; 
	cursor: pointer;
}

.location {
	height: 50%;
	top: 50%;
	transform: translateY(-50%);
	
  width: 60px;
  height:100px;
  cursor: pointer;
  background:red;	
  
}

.btn-secondary {
	background-color: #4A4A4A;
}

/*---Colors --*/

.yellow {
	background-color:#fcd475;
	color:#4A4A4A;
}

.green {
	background-color:#c0e0db;
	color:#4A4A4A;
}

.pink {
	background-color:#fdc2c2;
	color: #4A4A4A;
}

/*---common --*/
.padding {
	padding-bottom: 2rem;
}


/*---first heading of the page --*/
.bottom {
	padding-top: 4rem;
}


/*---heading--*/

.welcome {
	width: 75%;
	margin: 0 auto;
	padding-top: 2rem;
	font-family: 'CoconPro', Sans-serif;
	text-transform: uppercase;
}

.welcome hr {
	border-top: 4px solid #fcd475;
	width: 95%;
	margin-top: .3em;
	margin-bottom: 1rem;
}


/*---home dif,apren,escola section --*/

.pictogram {
	width: 90px;
	margin: auto;
	padding-bottom: 1rem;
	
}


.diferenciacao {
	width: 75%;
	margin: 0 auto;
	padding-top: 2rem;
}

h2 {
	padding-top: 1.5rem;
}


/*---Gallery --*/
.container.gallery-container {
    background-color:#FFFFFF;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}


.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
	
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.gallery {
	background-color: #F7EE07;
}


/*---social media --*/
.social a {
	font-size: 4.5em;
	padding: 3rem;
}

.fa-facebook {
	color: #3b5998;
}


.fa-facebook:hover {
	color: #d5d5d5;
}

/*---footer--*/

footer {
	background-color: #4A4A4A;
	color:white;
	padding: 2rem;
}

hr.light {
	border-top: 1px solid #d5d5d5;
	width: 75%;
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}


.atalhos {
	color: #FFFFFF;
	text-decoration: nonr;
	
}

.atalhos:hover {
	color:#8C8C8C;
	text-decoration: none;
}

/*---sobre heading--*/

.passado {
	background: #fcd475;
}


hr.grey {
	border-top: 4px solid #FFFFFF;
	width: 75%;
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}


/*---oferta --*/

.pictogram-1 {
	
display: block;
margin-left: auto;
margin-right: auto;
width: 80px;
}

/*---atividades cards --*/
.transparent {
	background-color: rgba(255,255,255, 0.2);
	box-shadow: 2px 4px 6px #afcec8;
}


/*---Media Queries --*/
@media (max-width: 992px) {
	.social a {
		font-size: 4em;
		padding: 2rem;
	}

}
@media (max-width: 768px) {
	
}
@media (max-width: 576px) {
	.display-4 {
	font-size: 40px;
	}
}
	



/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 20%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-image: url('img/_common/pattern.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








