
/* Start */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	top: 0px;
}


#main {
	margin-bottom: 90px;
}


#sobre {
	margin-top: 80px;
}

#financie {
	margin-top: 80px;
}

h2{
	font-family:Segoe UI' Tahoma, 'Segoe UI', 'Tahoma',' Geneva', 'Verdana', sans-serif';
	color:#FFFFFF;
	/*font-size: 1em;*/
	text-shadow: 3px 3px 4px #4d4c44;
	color:#e5a07e;
	padding: 10px;
	margin-top: -40px;
	color:#35455c ;
	font-size: 30px;
    display:block;
}

h3 {
	font-family:Segoe UI' Tahoma, 'Segoe UI', 'Tahoma',' Geneva', 'Verdana', sans-serif';
	font-size: 24px;
}

h4{
	
	font-family:Segoe UI' Tahoma, 'Segoe UI', 'Tahoma',' Geneva', 'Verdana', sans-serif';
	font-size: 24px;
	color:#35455c ;
}

h5{
	
	font-family:Segoe UI' Tahoma, 'Segoe UI', 'Tahoma',' Geneva', 'Verdana', sans-serif';
	font-size: 20px;
	color:#cfc6b6;
}

h6{
	
	font-family:Segoe UI' Tahoma, 'Segoe UI', 'Tahoma',' Geneva', 'Verdana', sans-serif';
	font-size: 12px;
}


p {
	font-family:Segoe UI' Tahoma, 'Segoe UI', 'Tahoma',' Geneva', 'Verdana', sans-serif'; ;
	font-size: 20px;	
}
body{ 
	background: #DCDCDC;  
	background-size: cover;
	background-position: center;
	font: 18px Arial, Helvetica, sans-serif, lucida fax;
	min-height: 100vh;
	height: 800px; 

}

html{
	scroll-behavior: smooth;
}

.coment{
	font-family:engravers mt;
	font-size: 22px;
}

.logo{
	size: 20px;
}

/* Logo */

.img{
	margin-top: -30px;
}


/*Social Media*/

.redes {
	font-family: arial;
	font-size: 16px;
	text-align: start;
	margin-left: 20px;
	margin-bottom: 5px;
}

.rd {
	border:none;
	padding:5px 10px 20px;
	margin-top:-20px;
}


/*Hamburger Icon */

#btn-menu:focus{
	box-shadow: 0 0 0 0;
	border:0 none;
	outline:0;
}

navbar-toggle{
	width: 45px;
	height: 40px;
	background: transparent;
	cursor: pointer;	
}

.linha{
	width: 28px;
	height: 2px;
	background-color:rgb(43, 42, 42);
	display:block;
	margin: 5px auto;
	position:relative;
	transform-origin: center;
	transition: 0.2s;
}


button.ativar .linha:nth-child(1){
	transform: translateY(8px) rotate(-40deg);
	background-color: black;
}

button.ativar .linha:nth-child(2){
	width: 0;
}
button.ativar .linha:nth-child(3){
	transform: translateY(-6px) rotate(42deg);
	background-color: black;
}
data-toggle .collapse{
	border-style:  none;
}


/*Menu */

nav{
	text-align: center;
	margin-top: 50px;
	font-family: 'Segoe UI' Tahoma, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav a{
	color:black;
	text-decoration:none;
	padding: 0px 50px 10px 0;
	font-size: 15pt;
	position: relative;
}

nav a::after{
	content:" ";
	width: 0%;
	height: 2px;
	background-color: black;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}

nav a:hover::after{
	width: 100%;
} 

/* Footer */

.rodape{
	background-color:#35455c ;
}



/* footer logo */

.dlog{
	margin-left: 265px;
	margin-bottom: 0px;
}

/* Text */

.text-start{
	color: #FFFABE;
}


/* Whatsapp */

.whats{ 
	position:fixed;
	top: 170px;
	right: 20px;
	z-index: 1000;

}

.bot_w:hover {
	padding: 2px; 
}


/*carousel controls*/
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 30px;
    outline: rgb(167, 160, 239);
    background-color: rgba(238, 95, 145, 0.925);
    background-size: 50%, 50%;
    border-radius: 100%;
    border: box;
	opacity: 3;
}

/*Lançamentos*/

.section {
    width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-flex{
    flex-direction: row;
}
.image-container {
    position: relative;
    overflow: hidden;
    margin: 10px;

}

.image-container img{
    width: 100%;
    height: 100%;
}
.content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(54, 54, 54, 0.7);
    color: #f1ebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    transition-duration: 1.2s;
}
.image-container:hover .content{
    opacity: 1;
}


/*flex container*/

.container-flex {
  display: flex;
  flex-direction: row;
  flex: wrap;
  justify-content: space-evenly;
}

.container-flex > div {
	color:blue;
	padding: 10px;
	margin: 10px;
}

/* Financie */
.content1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(8, 23, 13, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    transition-duration: 1.2s;
}
.image-container:hover .content1 {
    opacity: 1;
}
