@import url('https://fonts.googleapis.com/css2?family=Martel:wght@600&family=Mukta:wght@200;300;500&family=PT+Serif:ital@1&family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto&family=Ysabeau+SC:wght@200;400;500&display=swap');


body {
	margin: 0;
	padding: 0;
	color: #242424;
	font-family: roboto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #fff #000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border: 3px solid #e6e6e6;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: var(--ff-primary);
}

h1 {
	font-size: 3rem;
  }
  h2 {
	font-size: 2rem;
  }
  h3 {
	font-size: 1.25rem;
  }
  h4 {
	font-size: 0.875rem;
  }

main p {
	max-width: 100%;
	font-size: 18px;

}

.wrapper {
	width: 100%;
	margin: 0 auto;

}

main {
	display: block;
	background-color: #fff;
}

.container {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}

section.module div.container p {
	margin-bottom: 40px;
	font-weight: 500;
}

section.module:last-child {
	margin-bottom: 0;
}

section.module.content {
	padding: 40px 0;
	background-color: #e6e6e6;
	display: grid;
	place-items: center;
}
.content img{
	height: 200px;

}
.title {
	text-align: center;
  }
  .underline {
	height: 0.25rem;
	width: 5rem;
	background: #03729a;
	margin:0 auto;
  }
  .review {
	background: #e6e6e6;
	padding: 1.5rem 2rem;
	border-radius: 10px;
	box-shadow: lightgray;
	transition: 2s;
	text-align: center;
  }
  .review:hover {
	box-shadow: var(--dark-shadow);
  }
  .img-container {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 1.5rem;
  }
  #person-img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
  }
  .img-container::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10e";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	transform: translateY(25%);
  }
  .img-container::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--clr-primary-5);
	position: absolute;
	top: -0.25rem;
	right: -0.5rem;
	border-radius: 50%;
  }
  #author {
	margin-bottom: 0.25rem;
  }
  #info {
	margin-bottom: 0.85rem;
	max-width: 80%;
	margin: auto;
  }
  .prev-btn,
  .next-btn {
	color: #242424;
	font-size: 1.25rem;
	background: transparent;
	border-color: transparent;
	margin: 0 0.5rem;
	transition: var(--transition);
	cursor: pointer;
  }
  .prev-btn:hover,
  .next-btn:hover {
	color: #03729a;
  }

section.module.parallax {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh !important;
	width: 100% !important;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

section.module.parallax:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 8;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 100%);
}

section.module.parallax-1 {
	background-image: url(./images/1vista-aerea-do-navio-de-carga-do-conteiner-no-mar.jpg);
}

section.module.parallax-2 {
	background-image: url(./images/2vista-aerea-do-navio-de-carga-e-conteiner-de-carga-no-porto.jpg);
}

section.module.parallax-3 {
	background-image: url(./images/2vista-aerea-do-navio-de-carga-e-conteiner-de-carga-no-porto.jpg);
}

section.module.parallax h1 {
	color: #fff;
	text-align: center;
	font-size: 78px;
	z-index: 50;
	text-transform: uppercase;
}
section .white-container1 {
	height: 70%;
	width: 70%;
	z-index: 100;
	margin: 0 auto;
	padding: 40px;
	border-radius: 15px;
	background-color: #e6e6e6;
	font-size: 20px;
	justify-content: center;
}

section .white-container1 h2 {
	text-align: center;
}

section .white-container
section .white-container1 img{
	height: 150px;
	float: right;
	display:flex;
	padding-right: 5%;
}

section .white-container {
	height: 40%;
	width: 60%;
	z-index: 100;
	margin: auto;
	text-align: center;
	padding: 30px;
	border-radius: 15px;
	background-color: #e6e6e6;
}

.white-container h2 {
	color: #000;
}

.white-container img {
	padding: 0 30px;
}

section.module img {
	margin: auto;
	margin-top: 3%;
}

.texto-1,
.texto-2 {
	visibility: hidden;
}

main section img.texto-1 {
	height: 120px;
}

footer {
	text-align: center;
	padding: 20px 0;
    background-color: #e6e6e6;

}

.copyright {
	color: black;
	font-size: 13px;
}


@media all and (max-width: 700px) {

	html {
		background-color: #c5e4f2;
	}

	section.module.parallax {
		background-attachment: scroll;
	}


	section.module.parallax h1 {
		font-size: 40px;
	}

	p {
		max-width: 80%;
	}

	section .white-container {
		height: 70%;
	}

	.container{
		padding: 30px;
		padding-top: 0;
	}

	main section img.texto-1 {
		margin-top: 18%;
	}

	section .white-container1{
		font-size: 16px;
		justify-content: center;
		align-items: center;
		font-weight: 500;
	}

	section .white-container1 ul{
		padding-top: 0;
	}

	section .white-container1 img{
		display: none;
	}

	section .white-container1 .content{
		padding-top: 0;
	}

	footer{
		display: block;
		margin: auto;
		height: 15vh;
		padding-top: 3.5vh;
	}

	footer p{
		position: absolute;
		left: 25%;
	}
}