/*
Theme Name: SBRC 2018
Author: Bruno Donato Banhos
Version: 1.0
*/


/*	============= Extra small devices (phones, less than 768px) =============	*/

/*	----------------------------- ESTILO GERAL -----------------------------	*/

body {
	font-family: 'EB Garamond', sans-serif;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
}

a {
	color: #1eb1a8;
}
a:hover {
	color: #028078;
	text-decoration: none;
}

.description {
	position: absolute;
	bottom: 40%;
	z-index: 1;
	color: white;
	text-align: center;
	width: 100%;
	padding: 0 5% 0;
	text-transform: uppercase;
	text-shadow: 1px 1px #555555;
	font-size: 1.8em;
	font-family: 'Cormorant Garamond';
}

.page-title {
	text-transform: uppercase;
	margin: 2%;
}

.title-space {
	margin-top: 5%;
	margin-bottom: 5%;
}

/*	------------------------------ Lattes Icon ------------------------------	*/
.lattes-icon {
	position: absolute;
	margin-left: 10px;
	max-width: 14px;
	filter: grayscale(100%) brightness(0);
}
.lattes-icon:hover {
	filter: none;
}

/*	----------------------------- Contact Form -----------------------------	*/
.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}


/*	----------------------------- NAVBAR - GERAL ----------------------------	*/

.home-logo {
	position: absolute;
	display: none;
	height: 0;
	z-index: 3;
}

.navbar-toggle {
	margin: 5% 5% 5% 0;
}


/*	---------------------------- NAVBAR - HOME -----------------------------	*/

.navbar-area-home {
	position: absolute;
	height: 40%;
	margin: 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.7);
}

.icon-bar-home {
	background-color: #00524D !important;
}

.navbar-toggle-home {
	border-color: #00524D !important;
}

.navbar-custom-home .navbar-collapse {
	border-color: #00524D !important;
}

.sbrc-logo-home {
	position: absolute;
	height: 100%;
	width: 0;
	z-index: 2;
}

.sbrc-logo-home img {
	max-height: 100%;
}

.line-home {
	position: absolute;
	width: 100%;
	background-color: #00524D;
	height: 1.1%;
	bottom: 18%;
	z-index: 1;
}

.line-menu-mobile-home {
	border-bottom: 1px solid #00524D;
}

.sbrc-date-home {
	position: absolute;
	right: 19%;
	width: 100%;
	bottom: 20%;
	text-align: right;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #00524D;
	z-index: 1;
}

.navbar-custom-home {
	position: absolute;
	width: 100%;
	background-color: transparent;
	border: none;
}

.navbar-custom-home div.container-fluid div a {
	color: #555555;
	font-family: 'EB Garamond', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	transition: 300ms;
}

.navbar-custom-home div.container-fluid li > a:hover {
	color: #000000 !important;
}

.flag {
	height: 25px;
	padding-bottom: 8px;
}


/*	-------------------------- NAVBAR - HOME INFO ---------------------------	*/

.home-info {
	height: 60%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 5%;
	color: #ffffff;
}

.home-info-realization {
	position: absolute;
	right: 0;
	width: 26%;
}

.home-info-realization img {
	width: 35%;
	text-shadow: 2px 2px 10px black;
	margin: 5%;
}


/*	------------------------ NAVBAR - OUTRAS PAGINAS ------------------------	*/

.navbar-area {
	position: relative;
	height: 12em;
	width: 100%;
	z-index: 1;
	background-color: rgb(0, 82, 77);
}

.sbrc-logo {
	position: absolute;
	height: 100%;
	z-index: 2;
}

.sbrc-logo img {
	max-height: 100%;
}

.sbrc-date {
	display: none;
	position: absolute;
	right: 19%;
	width: 100%;
	bottom: 20%;
	text-align: right;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	z-index: 1;
}

.line {
	position: absolute;
	width: 100%;
	background-color: #fff;
	height: 1.1%;
	bottom: 18%;
	z-index: 1;
}

.line-menu-mobile {
	border-bottom: 1px solid #ffffff;
}

.navbar-nav>.active>a {
	background-color: #00524D !important;
}

.navbar-section * button:hover,
.navbar-section * button:focus {
	background-color: #028078 !important;
}

.navbar-section * a {
	color: #ffffff !important;
	transition: 300ms;
}

.navbar-section * a:hover {
	color: #cccccc !important;
}

.navbar-section * a:focus,
.navbar-section * a:active {
	background-color: #00524D !important;
}

.navbar-custom {
	position: absolute;
	background-color: transparent;
	width: 100%;
	border: none;
}

.navbar-custom div.container-fluid div a {
	color: #fff;
	font-family: 'EB Garamond', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
}

.page-menu-realization {
	position: absolute;
	right: 10px;
	width: 6%;
	color: #ffffff;
}

.page-menu-realization img {
	width: 60px;
	margin-top: 20%;
}


/*	--------------------------------- ASIDE ---------------------------------	*/
aside {
	text-transform: uppercase;
}


/*	----------------------------- HEADER - HOME -----------------------------	*/

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-custom {
	max-height: 100vh;
	position: relative;
	background-color: black;
}

.carousel-indicators {
	position: fixed-bottom;
}

.item-img {
	filter: brightness(60%);
	width: 100%;
	max-width: 100%;
}


/*	--------------------------------- ASIDE ---------------------------------	*/

aside ul {
	list-style: none;
}

aside a{
	color: black;
}


/*	-------------------------------- FOOTER --------------------------------	*/

.news-img {
	transition: 0.5s;
}

.news-img:hover {
	filter: brightness(125%);
	box-shadow: 0.2px 0.2px 10px grey;
}

.partner img {
	max-height: 150px;
	max-width: 80%;
}

.partner .row {
	padding: 10%;
}

.sbrc-logo-footer {
	width: 70%;
	display: block;
	margin: auto;
}

.footer-top {
	position: fixed-bottom;
	background-color: #00524D;
	color: #ffffff;
}

.footer-bottom {
	padding: 2px;
	width: 100%;
	position: fixed-bottom;
	background-color: #004742;
	color: #ffffff;
}


/*	---------------------------- OUTRAS PÁGINAS ----------------------------	*/

.content {
	margin: 1em;
}


/*	================= Small devices (tablets, 768px and up) =================	*/
@media (min-width: 768px) {

	/*	---------------------------- NAVBAR - HOME ----------------------------	*/

	.sbrc-date-home {
		font-size: 38px;
	}


	/*	----------------------- NAVBAR - OUTRAS PAGINAS -----------------------	*/

	.sbrc-date {
		display: block;
		font-size: 38px;
	}


	/*	------------------------------- FOOTER -------------------------------	*/

	.sbrc-logo-footer {
		/*margin: unset;*/
	}

}

/*	================ Medium devices (desktops, 992px and up) ================	*/
@media (min-width: 992px) {

	/*	--------------------------- NAVBAR - GERAL ---------------------------	*/

	.dropdown-menu li a {
		color: #555555 !important;
	}

	/*	---------------------------- NAVBAR - HOME ----------------------------	*/

	.sbrc-date-home {
		bottom: 45%;
	}

	.navbar-section-home {
		position: absolute;
		height: 50px;
		width: 100%;
		bottom: 18%;
	}

	.navbar-custom-home div.container-fluid div a {
		font-size: 1em;
	}
	


	/*	---------------------- NAVBAR - OUTRAS PAGINAS  ----------------------	*/

	.sbrc-date {
		bottom: 45%;
	}

	.navbar-section {
		position: absolute;
		height: 50px;
		width: 100%;
		bottom: 18%;
	}

	.navbar-custom .container-fluid .navbar-collapse {
		background-color:  transparent;
	}

	.navbar-custom div.container-fluid div a {
		font-size: 1em;
	}

	.navbar-custom div.container-fluid div li.active>a,
	.navbar-custom div.container-fluid div li.active>a:hover,
	.navbar-custom div.container-fluid div li.active>a:focus {
		background-color: #ffffff;
	}

}

/*	============= Large devices (large desktops, 1200px and up) =============	*/
@media (min-width: 1200px) {

	/*	---------------------------- NAVBAR - HOME ----------------------------	*/

	.navbar-area-home {
		max-height: 590px;
	}

	.sbrc-date-home {
		font-size: 42px;
		bottom: 50%;
	}

	.navbar-custom-home div.container-fluid div a {
		font-size: 1.2em;
	}


	/*	----------------------- NAVBAR- OUTRAS PAGINAS -----------------------	*/

	.sbrc-date {
		font-size: 42px;
		bottom: 50%;
	}

	.navbar-custom div.container-fluid div a {
		font-size: 1.2em;
	}

}
