@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
  @font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
  @font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
  @font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 800;
    font-style: bold;
  }
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

html {
    height: 100%;
}
body {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    width: 96%;
    margin: 0 auto;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span,
body ul,
body li,
body p,
body a {
    /* font-family: "Gotham", sans-serif; */
    font-family: "Gotham-Book", sans-serif;
}
body a {
    color: inherit;
}
img {
    display: block;
}
.img-fluid {
    width: 100%;
}
.right {
    text-align: right;
}
.container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
}
.flex {
    display: flex;
}
.bg-blue{
    background-color: #0099da;
    color: #fff;
}
.bg-white{
    background-color: #ffffff;
    color: #0099da;
}
.invert{
    transform: scaleX(-1);
}

.v-align{
    display: flex;
    align-items: center;
	justify-content: center;
}

.v-align-column{
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}

.v-spacer {
	margin-top: 4rem;
}	

.v-spacer-color {
	padding-top: 2rem;
	background-color: #0099da;
}	

header {
    height: 92vw;
    width: 100%;
    background: url(../img/bg-header.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    display: block;
    position: relative;
    text-align: center;
}
header .img-right img {
    position: absolute;
    right: 81px;
}

.hero {
	width: 100%;
	background-color: #0099da; /* cor de fundo de exemplo */
	padding: 40px 0px;
	text-align: center;
}

.hero img{
	margin: 0 auto; /* centraliza texto */
	padding-bottom: 20px;
}	

.hero-content h1 {
    font-family: 'Gotham-Bold';
	font-size: 2rem;
    line-height: 2.6rem;
    color: #ffffff;
	margin-bottom: 20px;
}

.hero-content p {
	font-size: 2rem;    
	line-height: 2.6rem;
    color: #ffffff;
	max-width: 1100px;
	margin: 0 auto; /* centraliza texto */
}
/*
section.description .row:hover img {
    filter: drop-shadow(2px 4px 6px #000);
}
section.description  img {
    transition:  0.5s all;
}
*/
.description .row .col {
    width: 50%;
}
.description .stamps-right img {
    margin-right: 15px;
    width: auto;
    height: auto;
}
.description b {
    font-family: 'Gotham-Bold';
    font-size: 32px;
}
.description h4 {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
}
.description h5 {
    font-size: 12px;
    line-height: 17px;    
}
.m-left {
	margin-top: 15px;
	margin-left: 18%;
}	
.description .stamps-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 25px;
    position: absolute;
    right: 25px;
}
.description .flex.left {
    justify-content: end;
    width: 90%;
    text-align: right;
	align-items: center; /* Centraliza verticalmente */
}
.description .flex.left img {
    margin-left: 60px;
}


.description .flex.right {
    justify-content: start;
    text-align: left;
    width: 90%;
	align-items: center; /* Centraliza verticalmente */
}
.description .flex.right img {
    margin-right: 60px;
}

#specifications{
    min-height: 36vw;
    width: 100%;
    max-height: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    background-position: center;
}
	
#specifications_mobile{
    min-height: 36vw;
    width: 100%;
    max-height: 100%;
    height: 100%;
    display: none;
    position: relative;
    text-align: center;
    background-position: center;
}

#end {
    background-color: #232d47;
    color:#fff;
    padding: 20px 0;
}
footer{
    text-align: center;
    background-color: #0099da;
    padding: 30px 0;
}
footer img{
    display: inline-block;
}
@media (max-width: 992px) {
    header .img-right img {
        right: 0;
        width: 84px;
    }
    header h1 br {
        /* display: none; */
    }
	
	.hero {
		padding: 40px 0;
		text-align: center;
	}
	
	.hero img {
		width: 94% !important;
		max-width: 94% !important;
		display: block;
		margin: 0 auto; 
	}
	
	
	.hero h1, .hero p {	
		font-size: 24px;
		line-height: 35px;
		text-transform: uppercase;		
		display: block;
	}	
	
    .description .row {
        display: block;
    }
    .description .row .col {
        width: 100%;
        position: relative;
    }
    .description .flex.left img, .description .flex.right img {
        position: absolute;
		transform: rotate(90deg) translateX(-50%);
		left: 50%;
		top: 0;
		display: none;
    }
    .description .flex.left img{
        margin-left: 0px;        
    }
    .description .flex.left , .description .flex.right {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .description b {
        font-family: 'Gotham-Bold';
        font-size: 25px;
    }
	.description .box {
		display: flex;
		padding: 0px 0px 50px 0px;
		text-align: center !important;
		align-items: center !important;
		justify-content: center !important;
	}
		
	.description .box img {
		margin-right: 0px;
	}
    #machines .row.info .col {
        margin: 25px;
    }    
    .description h4 {
        font-size: 15px;
        line-height: 24px;
        padding: 60px 18px;
    }
	.description h5 {
		margin-bottom: 2rem;
	}	
	.m-left {
		margin-top: 0px;
		margin-left: 0%;
	}	
	.v-spacer {
		margin-top: -2rem;
	}
    .description .row:nth-child(2), .description .row:nth-child(4) {
        flex-direction: column-reverse;
        display: flex;
    }
    	
	#specifications {
		display: none;
	}	
	
	#specifications_mobile {
		display: block;
	}	
    #end {

        padding: 20px 13px;
    }
    body {

        overflow-x: hidden!important;
    }
    #machines .row {

        display: block;
    }
    header {
        height: 107vw;

        background-position-x: center;
    }
}
