
@font-face {
    font-family: Myriad Pro;
    src: url("../fonts/Myriad Pro Regular.ttf");
}

:root {
	--font_size: calc(12px + 1.1vw);
	--font_size_btn: calc(8px + 1.5vw);
}


body {
	font-family: 'Myriad Pro', sans-serif;
	width: 100%;
	box-sizing: border-box;
}

.bg-img-1 {
	background-image: url("../images/section-1/usina-background.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.bg-img-2 {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.bg-img-3 {
	background-image: url("../images/section-3/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	
}
.bg-img-5 {
	background-image: url("../images/section-5/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.pd-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.blue-veil {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 33, 60, 0.8);
	z-index: 0;
}

.section-1 {
	padding-top: 75px;
}

.section-1-content-1 {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
.section-1-content-1 img,
.section-1-content-1 p{
	margin: 10px;
}
.section-1-content-1 p{
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	font-size: var(--font_size);
}
.section-1-content-1 img {
	width: 60%;
	margin-bottom: 40px;
}
.section-1-content-1 span {
	color: #FFD71D;
	font-size: calc(var(--font_size) + 8px);
}
.btn {
	background-color: #FFD71D!important;
	color: #0d213ccc;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 700;
	-webkit-text-stroke: 1px #0d213ccc;
	padding: 15px;
	margin-top: 50px;
	width: 350px;
	outline: none;
	transition: all 0.3s;
}

.btn:hover {
	background-color: #FFD71D;
	transform: scale(1.1);
	transition: all 0.3s;
} 

.section-1-content-2 {
	display: flex;
	position: relative;
	flex-direction: column;
}
.section-1-content-2 img {
	width: 500px;
}


.section-2-display{
	display: flex;
	justify-content: center;
}


.section-2-content-2,
.section-2-content-1 {
	padding-top: 50px;
	padding-bottom: 50px;
}


.section-2-content-1 img {
	width: 100%;
	object-fit: cover;

}

.section-2-content-2 h2{
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 30px;
}
.section-2-content-2 p{
	color: #000;
	font-weight: 400;
	text-align: left;
	font-size: 20px;
}

.section-3-content-1 img{
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
}

.section-3-content-2 h2{
	color: #fff;
}
.section-3-content-2 p{
	color: #fff;
	font-weight: 400;
	text-align: left;
	font-size: calc(var(--font_size) - 12px);
}

@media only screen and (max-width: 998px) {
	.section-3-content-2 p{
		font-size: cal(var(--font_size) - 15px);
	}
	
}

.section-4 h2 {
	color: #000;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 1000;
	-webkit-text-stroke: 1px #0d213ccc;
}

.section-4-content-1 img {
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
}

.section-5-content-1 img {
	width: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 992px){
	.no-small {
		display: none!important;
	}
}
@media only screen and (max-width: 767px){
	.box-order:nth-child(1){
		order: 1;
	} 
	.box-order:nth-child(2){order: 2;}
	.box-order:nth-child(3){order: 4;}
	.box-order:nth-child(4){order: 3;}
	.box-order:nth-child(5){order: 5;}
	.box-order:nth-child(6){order: 6;}
	.box-order:last-child{
		order: 7;
	}
}

.section-5-content-2 .form{
	background-color: #12233B;
	border-radius: 30px;
	padding: 25px;
	color: #fff;
	display: flex;
	border: 4px solid #DDDEE0;
	width: 600px;
	margin: 0 auto;
}
.section-5-content-2 .form input{
	margin: 20px auto;
}

.section-5-content-2 .form h2 {
	font-size: 25px;
	text-align: center;
	margin-top: 30px;
}

.section-5-content-2 .form p {
	text-align: center;
}

.section-5 {
	padding-bottom: 0;
}

.footer {
	display: flex;
	justify-content: center;
	flex-direction: column;
	
}

.footer .logo-footer {
	margin: 50px auto;
}
.footer .logo-footer img{
	width: 200px;
}
.footer p{
	color: #fff;
	justify-content: center;
	text-align: center;
	margin: 0 auto 50px;
}
.m-custom {
	margin-top: -20px;
	margin-bottom: 30px;
}

.mb-30 { margin-bottom: 30px; }

.section-2-content-2 ul {
	width: 100%;
	padding: 0;
}

.section-2-content-2 ul li {
	list-style: none;
	background-color: #0060A1;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.section-2-content-2 ul li strong {
	font-weight: 700;
}

.whatsapp {
    display: inline-block;
    line-height: 63px;
    transition: 0.3s ease;
    text-align: center;
    width: 70px;
	height: 70px;
	opacity: 0.7;
    padding-bottom: 7px;
	border-radius: 50%;
	background-color: #25D366;
	border: 2px solid #fff;
	position: fixed;
	bottom: 150px;
	right: 30px;
	cursor: pointer;
	animation: shadow-pulse 1s infinite;
	z-index: 9999999;
}

 .whatsapp img {
	width: 40px; 
 }
 
  .whatsapp span {
	display: none;
	opacity: 0;
	transition: all 0.5s;
 }

.whatsapp:hover {
	opacity: 1;
	transition: 0.3s ease;
	width: 250px;
	background-color: #1DA550;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 50px;
	animation: none;
}

.whatsapp:hover img {
	display: none;
}

.whatsapp:hover span {
	display: block;
	font-size: 12px;
	animation-name: fadein;
    opacity: 1;
    animation-duration: 1s;
	text-shadow: 0 2px 3pa rgba(0,0,0,0.2);
	letter-spacing: 1px;
	margin-top: 2px;
	color: #fff;
	animation: clarear 1.5s;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 140, 35, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 140, 35, 0);
  }
}

@keyframes clarear
{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu {
   position: absolute;
   top: -20px;
   right: 30px;   
   z-index: 99999999;
}

.menu ul li {
   display: inline-block;
   list-style: none;	
   color: #fff;
}

.menu ul li a {
   display: block;	
   letter-spacing: 1px;
   text-decoration: none;
   color: #fff;
   margin: 10px;
   transition: all 0.3s;
}

.menu ul li a:hover {
   transform: scale(1.05);
   transition: all 0.3s;
}

.menu ul li .btn-top {
   padding: 15px 30px;
   width: 200px;
   text-align: center;
   background-color: #0494E1;
   color: #fff; 
   text-shadow: 0 1px 2px rgba(0,0,0,0.3);
   font-weight: 900;
   border-radius: 30px; 
   border: 2px solid #73C9F2;   
}

@media only screen and (max-width: 772px) {
	.section-5-content-2 .form{ 
		width: 100%;
	}
	.section-5-content-2 .form h2 {
	font-size: 20px;
	text-align: center;
    }
    .menu {
	display: none;	
	}	
	.pd-section {
	padding-top: 50px;
	padding-bottom: 50px;
    }
	.col-lg-6 {
    margin-bottom: -50px;
    }
}