*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

body{
	background-color: var(--azul);
	font-family: sans-serif, arial;
	background-repeat: no-repeat;
	background-size: cover;
}

:root{
	--verde-escuro: #0DAFB2;
	--verde: #0DAFB2;
	--azul: #242564;
	--degrade-btn: linear-gradient(#fe9611, #ff5c00);
	--color-p: #a1a1a1;
	--color-p-2: #868585;
}

/*Class reutilizaveis*/

.flex-container, .flex-container-invert{
  display: flex;
  flex-direction: row;
  font-size: 1.5rem;
  align-items: center;
}

.flex-container-invert{
	background-color: var(--verde);
}

.flex-item-left {
  padding: 10px;
  flex: 50%;
  align-items: center;
}

.flex-item-right {
  padding: 10px;
  flex: 50%;
  align-items: center;
}

.flex-three-left {
  padding: 10px;
  flex: 33.33%;
  align-items: center;
}

.flex-three-center {
  padding: 10px;
  flex: 33.33%;
  align-items: center;
}

.flex-three-right {
  padding: 10px;
  flex: 33.33%;
}

.flex-four-first {
  padding: 10px;
  flex: 25%;
  align-items: center;
}

.flex-four-second {
  padding: 10px;
  flex: 25%;
  align-items: center;
}

.flex-four-third {
  padding: 10px;
  flex: 25%;
  align-items: center;
}

.flex-four-fourth {
  padding: 10px;
  flex: 25%;
  align-items: center;
}
.container,.container-home{
	max-width: 1440px;
	padding: 0 5%;
	margin: 0 auto;
}

.container-home, .container-verde{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-height: 50vh;
}

.container-verde{
	background: var(--verde);
}

.container-img-background, .container-img-background2{
	background-size: 100%;
	background-position: center;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	height: 100vh;
	background-repeat: no-repeat;
}

.container-img-background{
	background-image: url("/Assets/img/Hero-Tarcisio-2560x1400.png");
}

.container-img-background2{
	background-image: url("/Assets/img/backgroundNossaHistoria1.jpeg");
}

.container-banner{
	background-image: linear-gradient(to top, transparent 0%, #000 100%), url("/Assets/img/barcos.png");
	background-size: 100%;
	background-position: center;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	height: 100vh;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}

.text-banner {
	display: block;
	color: white;
	text-align: center;
}

.text-banner h1{
	font-size: 4.5rem;	
}

.text-plano {
	color: white;
	text-align: center;
}

.div-plano{
	height: 50vh;
	align-items: center;

}

.text-nossahistoria p{
	color: white;
	text-align: left;
	padding: 2vh;
	font-size: 1.5rem
}

.btn-gradient{
	padding: 10px 25px;
	color: white;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	background-image: var(--degrade-btn);
	align-items: center;
}

/*Classes do site*/

nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px, 0;
}

.logo{
	margin-top: 10px;
}

.ul{
	display: flex;
	align-items: center;
}

.ul li{
	margin: 0 35px;
	font-size: 15px;
}

.ul li a{
	color: white;
}

/*main*/

main .container, .container-plano{
	align-items: center;
	/*justify-content: space-between;*/
	margin-top: 30px;
	min-height: 50%;
}

main .container{
	display: flex;
}


.main-text{
/*	width: 50%;*/
	color: white;
	align-items: center;
}

.main-text h1{
	font-size: 4.5rem;
}

.main-text h2{
	font-size: 3.5rem;
}

.main-text h3{
	font-size: 2.5rem;
}

.main-text p{
	font-size: 1.5rem;
}

.main-text div{
	display: flex;
	align-items: justify;
	margin-top: 20px;
}

.main-text-footer{
	text-align: left;
	color: white;
	font-size: 1rem;
}

.main-img{
	width: 50%;
	text-align: center;
}

.main-img img{
	width: 100%;
}

/*Menu Icon*/
.menu-icon{
	display: none;
	position: relative;
	z-index: 10;
}

.div-contato li{
	display: inline-block;
	color: white;
}

.btn-whatsapp{
	width: 48px;
	height: 48px;
}

.google-maps{
	width: 100%;
	height: 100%;
	border: 0;
}

.whatsapp-link {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 20px;
	z-index: 1000; 
}


/*CSS da página Nossa Historia*/

.main-historia{
	/*width: 50%;*/
	color: white;
	align-items: center;
}

.main-historia h1{
	font-size: 4.5rem;
}

.main-historia p{
	font-size: 15px;
}

.main-historia div{
	display: inline-block;
	align-items: justify;
	margin-top: 20px;
}

.main-img img{
	width: 100%;
}


#sumirDesk{
	display: none;
}

/*FIM do CSS da página Nossa Historia*/


/*Responsivo*/
@media(max-width: 960px){
	.menu-icon, .container-home{
		display: block;
	}

	.flex-container {
    flex-direction: column;
    display: block;
  }

	.flex-container-invert {
    flex-direction: column-reverse;
  }

	.ul{
		position: fixed;
		background: var(--verde-escuro);
		top: 0;
		width: 100%;
		height: 100%;
		left: 100%;
		transition: 0.3s;
		flex-direction: column;
		justify-content: center;
		}

		.ul li{
			font-size: 20px;
			margin: 20px 0;
		}

	.ul.ativo{
		left: 0%;
	}

	#sumir{
		display: none;
	}

#sumirDesk{
	display: block;
}

	.container-img-background, .container-img-background2{
		height: 50vh;
	}
}