  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.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;
  }
button {
    transition: all 0.4s linear;
}
* {
    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: 100%;
    position: relative;
}
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;
}
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);
}


.div-align-left{
	display: flex;
    flex-direction: column; /* Empilha verticalmente */
    gap: 10px; /* Espaço opcional entre os elementos */
    width: 200px; /* Ajuste conforme necessário */
}	

.v-align{
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-align-column{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.stamps-align{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
header {	
    /* height: 68vw; */
	height: 77vw !important;
    width: 100vw;
    background: url(../img/bg-header.png);
    background-size: cover;
	background-position: center; /* Centraliza a imagem */
	background-repeat: no-repeat; /* Evita repetição da imagem */
    display: block;
    position: relative;
    text-align: center;
}
header h1{
    color: #ffffff;
    /* font-size: 46px;
    line-height: 51px; */
    font-size: 4vw;  /*76px;*/
    line-height:  5vw;  /*81px;*/
    padding-top: 8vw;
    font-family: 'Gotham';
    text-align: left !important;
    padding-left: 81px !important;
}
header h1 strong{
    font-size: 7vw;  /*120px;*/
    line-height: 8vw; /* 125px;*/
    color: #ffffff;
    font-family: 'Gotham-Bold';
    text-align: left !important;
}
header .img-right img {
    position: absolute;
    right: 81px;
}

.img-right-download{
    top: 95rem !important; 
	width: 256px !important; 
	height: 131px !important; 
}

header .img-left img {
    position: absolute;
    left: 81px;
    top: 60px;
}

header .bottom h2 strong {
    font-family: 'Gotham-Bold';
    font-size: 40px;
    line-height: 50px;
}
header .bottom h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Gotham-Thin';
}
header .bottom h2 span {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-family: 'Gotham-Thin';
    display: inline-block;
    margin-top: 17px;
}
header .bottom {
    position: absolute;
    bottom: 2.7vw;
    left: 0;
    right: 0;
}

.header .stamps-right img {
    margin-right: 15px;
    width: auto;
    height: auto;
	display: inline;
}

.header .stamps-right .stamps-align {
    display: flex !important;
    flex-direction: column;
    justify-content: bottom;
    position: relative;
}

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

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

.hero-content h1 {
    font-family: 'Gotham-Bold';
	font-size: 2.5rem;
    line-height: 3rem;
    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 */
}
	
	
.hero h1 br, .hero p br{
	display: block;
}
	

#saving{
    min-height: 36vw;
    width: 100%;
    background: url(../img/bg-1.png);
    background-size: cover;
    display: block;
    position: relative;
    text-align: center;
    background-position: center;
}
#saving h3{
    font-size: 43px;
    line-height: 1;
    color: #fff;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 3vw; */
    padding-top: 20vw;
}
#saving h3 strong {
    font-family: 'Gotham-Bold';
    font-size: 116px;
    letter-spacing: 12px;
}
#saving h3 span {
    font-family: 'Gotham-Bold';
}
/*
section.description .row:hover img {
    filter: drop-shadow(2px 4px 6px #000);
}

section.description .row-smartair:hover .smartair {
    filter: drop-shadow(2px 4px 6px #fff);
}

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;*/
    font-size: 50px;
}
.description h4 {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
}

.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;
}
.description .flex.left img {
    margin-left: 60px;
}


.description .flex.right {
    justify-content: start;
    text-align: left;
    width: 90%;
}
.description .flex.right img {
    margin-right: 60px;
}

.description .flex h4 .smartair {
  display: block !important;
  margin-left: auto;
  margin-right: 0;
}

.description .v-align .box {
    display: flex;
    padding-top: 40px;
}

.description .box img {
	margin-left: 10px !important;
	margin-right: 0px !important;
    max-width: 400px; /* Ajuste conforme necessário */
    height: auto;
}


.purificacao-de-ar-mobile {
	display: none;		
}	

.purificacao-de-ar-desktop {
	display: block;		
    min-height: 36vw;
    width: 100%;
    max-height: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    background-position: center;
}


#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;
}

#functions {
    background-color: #0099da;
    padding: 60px 0;
}
#functions .col img {
    
    margin: 0 auto;
    margin-top: 17px;
    padding-bottom: 15px;
}

#functions .col {
    cursor: pointer;
    border: 4px solid #fff;
    border-radius: 16px;
    margin-bottom: 40px;
    height: 235px;
    width: 195px;
    margin-right: 31px;
    text-align: center;
    color: #fff;
    padding: 3px 12px;
    font-size: 16px;
    text-transform: uppercase;
    transition:  0.5s all;
}

/*
 #functions .col:hover {
    background-color:  #fff;
    color: #0099da;;
}

#functions .col:hover img{
    filter: drop-shadow(2px 4px 6px black);
}
*/
#functions b{
    font-family: Gotham-Bold;
}
#functions p.op {
    text-align: center;
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
#machines{
    background-color: #eeecec;
    padding: 60px 0;
}
#machines h3 strong {
    color: #0099da;
    font-family: 'Gotham-Black';
    font-size: 60px;
}
#machines h3 {
    text-align: center;
    font-size: 21px;
    line-height: 51px;
    text-transform: uppercase;
    margin-left: 14px;
}

#machines h4 strong {
    color: #0099da;
    font-family: 'Gotham-Black';
    font-size: 35px;
}
#machines h4 {
    text-align: right;
    font-size: 21px;
    line-height: 31px;
    text-transform: uppercase;
    margin-left: 14px;
}
#machines .row {
    justify-content: space-around;
}
#machines .row .col:last-child img {
    width: 124px;
    height: 145px;
}
#machines h5 {
    color: #0099da;
    font-size: 25px;
    font-family: 'Gotham-Bold';
    margin-top: 22px;
    margin-bottom: 38px;
}
#machines .row.info .col.border {
    border-right: 1px solid black;
}

#machines .row.info .col {
    padding-right: 10px;
    padding-left: 10px;
}
#machines p.infos {
    font-size: 12px;
}
#machines p.infos b {
    font-family: 'Gotham-Bold';
}
#machines .n-b {
    display: inline-block;
    margin: 75px 206px 21px 0;
}
#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 .img-left img {
        position: absolute;
        left: 0;
        top: 0;
        width: 72px;
    }
        header h1 br {
        /* display: none; */
    }
    
    header h1 {
		padding-top: 15vw !important;
		padding-left: 5vw !important;
        font-size: 5vw !important; /*22px;*/
        line-height: 6vw !important; /*23px;*/
        padding-top: 32vw;
    }
    header h1 strong{
        font-size: 6vw !important; /*22px;*/
        line-height: 7vw !important; /*23px;*/
    }
	
	
    header h2 br {
        display: none;
    }
   
    header .bottom {
		height: 110px;
    }
	
    header .bottom h2 strong {
        font-size: 18px;
        line-height: 26px;
        bottom: 30px;
    }
	
		
    .description .stamps-right {

        padding-top: 0;
        margin-top: 0;
        position: relative;
    }
    header .bottom {
        position: absolute;
        bottom: 1vw;
        left: 0;
        right: 0;
    }
    header .bottom h2 {
        font-size: 15px;
        line-height: 15px;
    }
	
	.img-right-download{
		top: 26rem; 
		width: 150px; 
		height: 75px;  
	}	
	
	.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;
		padding: 0 4%;		
		display: block;
	}		
	
	
    .hero h1 br, .hero p br{
        display: none;
    }
		
    #saving h3 {
        font-size: 17px;
        padding-top: 32vw;
    }
    #saving h3 strong {
        font-size: 29px;

    }
    #saving {
        height: 56vw;

    }
    .description .row {
        display: block;
    }
    .description .row .col {
        width: 100%;
        position: relative;
    }
	
	.description .flex h4 {		
		text-align: center; 
	}
	.description .flex h4 img{		
		display: block;
		margin: 0 auto;
	}
	
    .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 .flex h4 .smartair {
		height: 25px;
		display: block !important;
		margin: 0 auto !important;
	}
	
    .description b {
        font-family: 'Gotham-Bold';
        font-size: 25px;
    }	
	
	.description .v-align .box {
		padding-top: 0px !important;
	}
	
	.description .v-align .box img {
		padding-top: 20px !important;
		display: block !important;
	}	
	
	.purificacao-de-ar-desktop {
		display: none;		
	}
	
	.purificacao-de-ar-mobile {
		display: block;		
	}	
    .description .h3-carac {
        font-family: 'Gotham-Bold';
        font-size: 20px;
    }
	.description .img-circle{
        display: block !important;
        text-align: center !important;
    }
		
	#specifications {
		display: none !important;
	}	
	
	#specifications_mobile {
		display: block !important;
	}	
	
    #machines .row.info .col {
        margin: 25px;
    }
    
    
    .description h4 {
        font-size: 15px;
        line-height: 24px;
        padding: 60px 18px;
    }
    .description .row:nth-child(2), .description .row:nth-child(4), .description .row:nth-child(6) {
        flex-direction: column-reverse;
        display: flex;
    }
	
	
	.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;
	}
	
    #gold {
        height: 111vw;
        background-position-x: -600px!important;
        text-align: center;
    }
    #gold .row{
        display: block;
    }
    #gold img {
        padding-top: 9vw;
        padding-bottom: 6vw;
        display: inline;
    }
    #gold h4 {
        font-size: 19px;
        line-height: 30px;
        color: #0099da;
    }
    #gold b {
        font-family: 'Gotham-Bold';
        font-size: 20px;
    }
    #functions .row{
        display: block;
    }
    #functions .col {
        border: 4px solid #fff;
        border-radius: 16px;
        margin-bottom: 40px;
        height: 235px;
        width: 88%;
        margin-left: 2vw;
        margin-right: 31px;
        text-align: center;
        color: #fff;
        padding: 3px 12px;
        font-size: 16px;
        text-transform: uppercase;
        transition: 0.5s all;
    }

    #functions p.op {
        text-align: center;
        font-size: 17px;
        line-height: 23px;
        margin-top: 20px;
    }
    #machines img {
        display: inline;
    }
    #machines h3 {
        text-align: center;
        font-size: 21px;
        line-height: 31px;
        text-transform: uppercase;
        margin-left: 14px;
    }
    #machines h4 {
        text-align: center;
        font-size: 21px;
        line-height: 31px;
        text-transform: uppercase;
        margin-left: 14px;
    }
    #machines .flex {
        display: block;
        text-align: center;
    }
    #machines {
        text-align: center;
    }
    #machines .row.info .col.border {
        border-right: 0;
    }
    #machines .n-b {
        display: inline-block;
        margin: 50px 0;
    }
    #end {

        padding: 20px 13px;
    }
    body {

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

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

        background-position-x: center;
    }
		
}
