/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Oswald:wght@200;400;700&family=Roboto:ital,wght@0,100;0,300;0,500;1,100;1,300;1,500&display=swap');
*{ 	font-family: 'Roboto', sans-serif;
	/*font-size: 17px;*/
}

/*Configurações gerais*/
body {
	background: #eafafa;
}
.w-100 {
	height: 100vh;
}
.fundo-amarelo{
	box-shadow: -5px -5px 10px #bfe3f2, 5px 5px 10px #bfe3f2;
	-webkit-box-shadow: -5px -5px 10px #bfe3f2, 5px 5px 10px #bfe3f2;
	-moz-box-shadow: -5px -5px 10px #bfe3f2, 5px 5px 10px #bfe3f2;
	background-color: #fafaf2;
}

/*Configurações NavBar*/
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;	
	font-weight:bold;
}
.navbar-light .navbar-nav .nav-link {
	opacity:1;
	color: #060BD6;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav {
	color: #060BD6;
}
.nav-link:hover {
	color: #060BD6!important;
	-xpedu-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.confignavbar {
	background-color: #eafafa;
}


/*Configurações Carousel*/
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 30px;
	z-index: 2;
}
.carousel-caption h4 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	color: #FCFED9;	
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(126, 125, 125, 0.3);
	z-index: 1;
}

.carousel .carousel-indicators button{
	background-color: #FCFED9;		
}

/*Configurações Sections*/
.section-padding {
	padding-top: 160px;
	padding-bottom: 80px;	
}
.cl-escotismo, .cl-conquistas, .cl-conquistas, .cl-trabalhos, .cl-eventos, .cl-contato, .cl-depoimentos, .cl-parceiros {
	padding-top: 160px;
	padding-bottom: 80px;	
}

.textos h2 {
	color: #4F709F;
	padding-bottom: 50px;
}
.textos p strong, .textos p strong a, .topico h2 {
	color: #4F709F;
}
.textos p a {
	text-decoration: none;
}
.sobre-img, .missao-img, .visao-img {
	width: 80%;
	padding-top: 10px;
}

/*Estilos Cards Escotismo*/
.cardEscotismo{
	margin-left: 10px; 
	margin-right: 5px;
	margin-bottom: 15px; 
	height: 19rem;
}
.card-footerEscotismo{
	font-size: 20px;color: #4F709F;
	background-color: #EAFAFA;
}

/*Estilos de efeito para a seção Conquistas - Cards*/
.cardConquistas{
	margin-left: 10px; 
	margin-right: 10px; 
	height: 640px;
}

.cardbodyConquistas {
	position: relative;
	background: linear-gradient(45deg, #e0e1e3, #4F709F);
	transition: .9s;
	overflow: hidden;	
	text-align: center;
	border-radius: 10px;
	transition: all 0.9s ease;	
}
.cardbodyConquistas span {
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: .5s;
	transform: skewX(10deg);
}
.cardbodyConquistas:hover span {
	left: 110%;
}
.cardbodyConquistas:before, .cardbodyConquistas:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border: 5px solid #ece7d4;
	opacity: 0;
	transition: .5s;
	box-sizing: border-box;
}
.cardbodyConquistas:before {
	top: 0;
	left: 0;
	border-top-left-radius: 0px;
}
.cardbodyConquistas:after {
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 0px;
}
.cardbodyConquistas:hover:before, .cardbodyConquistas:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-delay: .3s;
}

.cardbodyConquistas:hover {
	background-image: linear-gradient(45deg, #ece7d4, #E5CE74);
	box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.5);
}

.hrConquistas {
	height: 1px;
	border-top: 3px solid #060BD6;    
	background-color: gold;
}
/*Efeito Wrapper utilizado na section Trabalhos*/
.wrapper {
	width: 80%;
	margin: 0px auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}
.wrapper img {
	width: 100%;
	cursor: pointer;
	transition: 1s ease;
}
.wrapper img:hover {
	transform: scale(0.9);
}

/*Estilos de efeito para a seção Depoimentos - Cards*/
.cl-depoimentos .card {
	box-shadow: 55px 15px 40px rgba(0, 0, 0, 0.15);
}
.cl-depoimentos .card-body i {
	font-size: 20px;
}
.cardDepoimentos{
	height: 260px;
}
.cardDepoimentos2{
	height: 260px;
}
.cardDepoimentos img{
	height: 80%; 
	padding-top: 15px;
}
.cardDepoimentos2 img{
	height: 80%; 
	padding-top: 15px;
}
.auxDepoimentos{
	padding-top: 30px;
}
/*Section Contato*/
.fr-localizacao {
	height: 400px;
	width: 700px;
}

.botao-wpp {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 60px;
}

/*Estilização Mobile*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 20px;
	}
	.img-area img {
		width: 100%;
	}

	.cardbodyConquistas {
		padding: 25px;
	}
}

@media only screen and (max-width: 767px) {
/*Configurações NavBar*/
.navbar-nav {
	text-align: center;
}
#logogemar {
	width: 120px;
	margin-left: 20px;		
}
.navbar-brand{
	position: center;
	left:80%;
	top:0px;   
  }
#buttonMenu{
	background-color: #FCFED9; 
	border-color: #060BD6; 
	border-width: 3px; 
	border-radius: 10px; 
	margin-right: 20px;
}

/*Configurações Carousel*/
.carousel-caption {
		bottom: 75px;
}
.carousel-caption h4 {
		font-size: 20px;
}

/*Configurações Sections*/
.sobre-img, .missao-img, .visao-img {
	width: 70%;
	padding-bottom: 50px;
	padding-top: 0px;
}
.section-padding {	
	padding-top: 160px;
	padding-bottom: 70px;	
}

/*Configurações Cards*/
/*Card Escotismo*/
.card-titleEscotismo{	
	font-size: 18px;
}
.card-footerEscotismo{
	font-size: 16px;
	color: #4F709F;
}

/*Card Conquistas*/
.cardbodyConquistas {
	height: 600px;
	margin: 0;
}
.cardbodyConquistas h3 {
	font-size: 20px;
}

/*Configurações Section Trabalhos*/
.wrapper img {
	width: 80%;
}
.tabulacao {
	margin-left: 35px;
}

/*Configurações Section Depoimentos*/
.cardDepoimentos{
	height: 720px;
	width: 90%;
	margin-left: 25px;
}
.cardDepoimentos2{
	height: 650px;
	width: 90%;
	margin-left: 25px;
}
.cardDepoimentos img{
	height: 95%; 
	padding-top: 25px;
	padding-bottom: 0px;
	margin-left: 10px;
}
.cardDepoimentos2 img{
	height: 95%; 
	padding-top: 25px;
	padding-bottom: 0px;
	margin-left: 10px;
}
.auxDepoimentos{
	padding-top: 0px;
}

/*Configurações Section Localização**/
.fr-localizacao {
	margin-left: 20px;
	height: 320px;
	width: 320px;
}

/*Configurações Section Parceiros*/
.cardParceiros{
	width: 170px;
	margin-left: 10px;
	margin-right: 10px;
}
.cardbodyParceiros img{
	height: 130px;
}

.sobre-text {
		padding-top: 50px;
}
.card {
		margin-bottom: 30px;
}	
.botao-wpp {
	position: fixed;
	bottom: 10px;
	right: 15px;
	font-size: 50px;
}
}