@font-face {
    font-family: 'Nexa Bold';
    src: url('../fonts/Nexa Bold.otf');
}

@font-face {
    font-family: 'Nexa Light';
    src: url('../fonts/Nexa Light.otf');
}

:root {
    --blue_site: #009ed6;
    --text_site: #000000;
    --gray_dark_site: #ABABAB;
    --gray_light_site: #F1F1F1;
    --footer_site: #F1F1F1;
    --white_site: #FFFFFF;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
    color: var(--text_site);
    font-family: "Nexa Light";
}

.prog {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.img_banner {
    width: 100%;
    height: auto;
}

.img_news {
    width: 100%;
    height: 92%;
    object-fit: cover;
}

#map {
    height: 850px;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 0.8);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 13px;
    border-width: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    justify-content: center;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px;
    border-bottom: 1px solid var(--text_site);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    color: var(--text_site);
    margin: 0 50px;
    text-decoration: none;
    display: inline;
    padding: 10px 0px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
    color: var(--blue_site);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
    color: var(--blue_site);
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    /*border-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
    justify-content: flex-end;
    margin-right: 10%;
}

.navbar-default,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    width: 100%;
    margin-bottom: 0px;
    padding: 7.5px 0px;
}

nav .dropdown-toggle::after {
    display: none;
}

.relative {
    position: relative;
}

.text_banner {
    position: absolute;
    top: 45%;
    color: white;
    left: 5%;
}

.titleNews {
    font-size: 35px;
    text-transform: uppercase;
    font-family: "Nexa Bold";
    border-bottom: 2px solid var(--blue_site);
    margin-bottom: 10px;
    line-height: 40px;
}

.slogan {
    font-size: 115px;
    font-family: "Nexa Bold";
    border-bottom: 3px solid var(--blue_site);
    margin-bottom: 0px;
    line-height: 85px;
}

.text_banner span {
    font-family: "Nexa Light";
    text-transform: uppercase;
    font-size: 37px;
}

.more {
    text-transform: lowercase;
    font-size: 14px;
    color: var(--white_site);
    font-family: "Nexa Bold";
    background-color: var(--blue_site);
    border: 1px solid var(--blue_site);
    padding: 0px 10px;
}

.btn_blue_small {
    color: var(--white_site);
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2.5px 10px;
    background: var(--blue_site);
    border: 1px solid var(--blue_site);
    font-family: "Nexa Bold";
    cursor: pointer;
}

.btn_blue_product {
    cursor: pointer;
    color: var(--white_site);
    border: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 0px;
    background: var(--blue_site);
    font-family: "Nexa Bold";
    border: 1px solid var(--blue_site);
    margin-top: 25px;
}

.btn_blue {
    cursor: pointer;
    color: var(--white_site);
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    background: var(--blue_site);
    font-family: "Nexa Bold";
    border: 1px solid var(--blue_site);
    margin-top: 15px;
}

.btn_blue:hover,
.btn_blue_product:hover,
.btn_blue_small:hover,
.more:hover {
    outline: none;
    background-color: var(--white);
    border: 1px solid var(--blue_site);
    color: var(--blue_site);
}

h1 {
    color: var(--text_site);
    text-transform: uppercase;
    font-size: 35px;
    font-family: "Nexa Bold";
    margin-bottom: 20px;
}

h3 {
    color: var(--blue_site);
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Nexa Bold";
}

#container {
    padding-top: 2.5%;
    padding-bottom: 5%;
}

#footer {
    background-color: var(--footer_site);
    text-align: center;
    font-size: 11px;
    padding: 5px 0px;
    border-top: 1px solid var(--text_site);
}

#footer div.col-4 {
    text-align: right;
    padding-right: 30px;
}

.icHome {
    width: 50px;
}

.iconesHome {
    display: flex;
    align-items: center;
}

.iconesHome a:hover h3 {
    color: var(--gray_dark_site);
}

.titleTypes {
    margin-left: 15px;
    margin-bottom: 0;
}

.textTypes {
    margin-left: 65px;
}

#types {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.moduletable-video {
    width: 100%;
    text-align: center;
    margin: 75px 0px;
}

.moduletable-video iframe {
    width: 782px;
    height: 440px !important;
    box-shadow: 0px 0px 15px 2.5px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 15px 2.5px rgba(0, 0, 0, 0.45);
}

.circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 10px;
    border: 1px solid var(--gray_dark_site);
}

.circle:hover {
    background: var(--text_site);
}

.circle img {
    width: 18px;
}

.center_horizontal {
    display: flex;
    justify-content: center;
}

.logo {
    margin-left: 25%;
}

.logo img {
    width: 120px;
}

.logoBanner {
    width: 115px;
    margin-bottom: 5px;
}

.logo_financiamento {
    width: 350px;
}

.language {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 12px;
}

.qualidade a {
    color: var(--text_site);
}

.qualidade a:hover,
.qualidade a.active {
    color: var(--blue_site);
}

.qualidade {
    position: absolute;
    bottom: 0px;
    right: 25px;
    font-size: 10px;
}

.language a {
    margin: 0px 7px;
    color: var(--text_site) !important;
}

.language a:hover,
.language a.active,
.qualidade a:hover,
.qualidade a:active {
    color: var(--blue_site) !important;
    display: inline;
    text-decoration: none;
    padding-bottom: 2px;
}

.verticalAlign {
    display: flex;
    align-items: center;
}

#redesSociais {
    padding-top: 5px;
}

.text_news {
    position: absolute;
    padding: 35px 25px;
    bottom: 20%;
    color: white;
    left: 5%;
    text-align: left;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    width: 40%;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--blue_site);
}

a:hover {
    text-decoration: none;
}

nav .dropdown-menu {
    background-color: transparent;
    border: none;
    width: 195px;
    margin-left: 35px;
    padding-top: 15px;
}

nav .dropdown-menu li {
    background: rgba(255, 255, 255, 0.8);
    padding: 2.5px 15px;
    text-transform: uppercase;
    margin: 2px 0px;
}

nav .dropdown-menu li a {
    color: var(--text_site);
    font-size: 12px;
}

nav .dropdown-menu li a:hover {
    color: var(--blue_site);
    text-decoration: none;
    outline: none;
}

.imgListProducts {
    width: 250px;
    height: 250px;
    object-fit: cover;
    /*border: 1px solid var(--blue_site);*/
}

.titleProductLista {
    font-family: "Nexa Bold";
    font-size: 19px;
    text-transform: uppercase;
}

.back {
    color: var(--blue_site);
}

.back:hover {
    color: var(--text_site);
    text-decoration: none;
}

#carouselProduct {
    border: 1px solid var(--blue_site);
    margin-right: 20px;
}

#carouselService {
    border: 1px solid var(--blue_site);
    margin-right: 30px;
}

.imgService {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.imgProduct {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.titleProduct {
    font-family: "Nexa Bold";
    font-size: 35px;
    text-transform: uppercase;
}

#product {
    margin-bottom: 25px;
    margin-top: 25px;
}

.icMoreBottom {
    display: flex;
    align-items: flex-end;
}

#container #contactos {
    margin-bottom: -5%;
}

#textContacts {
    padding-left: 15%;
    padding-right: 5%;
}

input.form,
textarea.form,
select.form {
    width: 100%;
    outline: none;
    padding: 5px 10px;
    margin: 5px 0px;
    border: 1px solid var(--gray_dark_site);
    background-color: var(--gray_light_site);
    color: var(--text_site);
    resize: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder { /* Chrome/Opera/Safari */
    color: var(--text_site);
    text-transform: uppercase;
    font-size: 12px;
}

.contacts_text .row {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    font-family: "Nexa Bold";
}

.contacts_text a {
    color: var(--text_site);
}

.contacts_text a:hover {
    color: var(--blue_site);
}

#contactos {
    font-size: 13px;
}

#termsPrivacy {
    font-family: "Nexa Bold";
}

#termsPrivacy input[type=checkbox] {
    display: none; /* Esconde os inputs */
}

#termsPrivacy label {
    cursor: pointer;
}

#termsPrivacy input[type="checkbox"] + label:before {
    border: 1px solid var(--text_site);
    background-color: var(--gray_light_site);
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}

#termsPrivacy input[type="checkbox"]:checked + label:before {
    background: var(--blue_site);
    color: #FFF;
    content: "\2713";
    text-align: center;
}

#termsPrivacy input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

#termos .modal-dialog {
    max-width: calc(100% - 500px);
}

.termos {
    text-decoration: none;
    color: var(--blue_site);
    font-weight: bold;
}

.termos:hover {
    text-decoration: none;
    color: var(--gray_dark_site);
}

#listProducts div.row {
    margin: 10px 0px;
}

#menuChemicals .dropdown-menu {
    width: 370px !important;
}

#menuWater .dropdown-menu {
    width: 190px !important;
}

#menuAir .dropdown-menu {
    width: 285px !important;
}

#menuServices .dropdown-menu {
    width: 370px !important;
}

ul.romano-maiusculo {
    list-style-type: upper-roman;
}

ul.nada {
    list-style-type: none;
}

#product > div:first-child {
    margin-right: 50px;
}

.imgNewsDetail {
    width: 550px;
    height: 350px;
    object-fit: cover;
    border: 1px solid var(--blue_site);
}

.imgProductBorder {
    padding-right: 0;
    padding-left: 0;
}

.financiamento {
    width: 350px;
}

#iso{
    text-align: left;
}

#iso img{
    width: 55%;
}

@media screen and (max-width: 1366px) {

    html,
    body {
        font-size: 13px;
    }

    .imgNewsDetail {
        width: 550px;
        height: 325px;
    }

    .text_news {
        font-size: 16px;
        bottom: 10%;
    }

    #custom-bootstrap-menu.navbar-default {
        font-size: 12px;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        margin: 0 35px;
    }

    .logo img {
        width: 105px;
    }

    .navbar {
        padding: 5px 0px;
    }

    .language {
        right: 15px;
        font-size: 11px;
    }

    .qualidade {
        right: 20px;
        font-size: 9.5px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-right: 12%;
    }

    .slogan {
        font-size: 105px;
        line-height: 80px;
    }

    .text_banner span {
        font-size: 35px;
    }

    .btn_blue {
        font-size: 14px;
        padding: 5px 10px;
        margin-top: 10px;
    }

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 21px;
    }

    .icHome {
        width: 45px;
    }

    .logoBanner {
        width: 110px;
        margin-bottom: 5px;
    }

    .logo_financiamento {
        width: 335px;
    }

    .btn_blue_small {
        font-size: 11px;
        padding: 2.5px 10px;
    }

    .circle img {
        width: 16px;
    }

    .circle {
        width: 28px;
        height: 28px;
    }

    nav .dropdown-menu li a {
        font-size: 11px;
    }

    nav .dropdown-menu {
        padding-top: 12px;
        margin-left: 20px;
    }

    .imgListProducts {
        width: 220px;
        height: 220px;
    }

    .more {
        font-size: 13px;
    }

    .imgProduct {
        width: 350px;
        height: 350px;
    }

    .titleProduct {
        font-size: 32px;
    }

    #product > div:first-child {
        margin-right: 25px;
    }

    .btn_blue_product {
        font-size: 12px;
        margin-top: 20px;
    }

    #map {
        height: 750px;
    }

    #menuServices .dropdown-menu {
        width: 340px !important;
    }

    #menuChemicals .dropdown-menu {
        width: 340px !important;
    }

    #menuWater .dropdown-menu {
        width: 180px !important;
    }

    #menuAir .dropdown-menu {
        width: 265px !important;
    }

    .imgService {
        width: 375px;
        height: 375px;
    }
}

@media screen and (max-width: 1024px) {
    html,
    body {
        font-size: 12px;
    }

    .imgNewsDetail {
        width: 400px;
        height: 250px;
    }

    .titleNews {
        font-size: 33px;
        line-height: 35px;
    }

    .text_news {
        padding: 25px 25px;
        width: 50%;
    }

    .img_news {
        height: 55%;
    }

    #custom-bootstrap-menu.navbar-default {
        font-size: 11px;
    }

    .language {
        right: 5px;
        font-size: 10px;
    }

    .qualidade {
        right: 6px;
        font-size: 8px;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        margin: 0px 25px;
    }

    .logo img {
        width: 92px;
    }

    .language a {
        margin: 0px 5px;
        color: var(--text_site) !important;
    }

    .logo {
        margin-left: 10%;
    }

    .slogan {
        font-size: 90px;
        line-height: 70px;
    }

    .text_banner span {
        font-size: 30px;
    }

    .btn_blue {
        font-size: 12px;
        margin-top: 5px;
    }

    h1 {
        font-size: 27px;
    }

    h3 {
        font-size: 19px;
    }

    .icHome {
        width: 40px;
    }

    .textTypes {
        margin-left: 55px;
    }

    .moduletable-video {
        margin: 50px 0px;
    }

    .moduletable-video iframe {
        width: 678px;
        height: 380px !important;
    }

    nav .dropdown-menu li a {
        font-size: 10px;
    }

    #menuAir .dropdown-menu {
        width: 245px !important;
    }

    nav .dropdown-menu {
        padding-top: 10px;
        margin-left: 10px;
    }

    .imgListProducts {
        width: 175px;
        height: 175px;
    }

    .imgProduct {
        width: 275px;
        height: 275px;
    }

    .btn_blue_product {
        font-size: 11px;
        margin-top: 15px;
    }

    .titleProduct {
        font-size: 28px;
    }

    .titleProductLista {
        font-size: 15px;
    }

    #map {
        height: 650px;
    }

    #textContacts {
        padding-left: 5%;
        padding-right: 2.5%;
    }

    #contactos {
        font-size: 11px;
    }

    .contacts_text .row {
        margin: 10px 0px;
    }

    #container #contactos {
        margin-bottom: -5%;
        margin-top: 1%;
    }

    .logo_financiamento {
        width: 305px;
    }

    .logoBanner {
        width: 100px;
    }

    #footer {
        font-size: 9px;
    }

    #menuWater .dropdown-menu {
        width: 165px !important;
    }

    #menuChemicals .dropdown-menu {
        width: 315px !important;
    }

    #menuServices .dropdown-menu {
        width: 310px !important;
    }
}

@media screen and (max-width: 768px) {

    html,
    body {
        font-size: 11px;
    }

    .imgNewsDetail {
        width: 300px;
        height: 200px;
    }

    .img_news {
        height: 41%;
    }

    .text_news {
        padding: 25px 25px;
        width: 80%;
        font-size: 14px;
    }

    .titleNews {
        font-size: 29px;
    }

    .imgListProducts {
        width: 150px;
        height: 150px;
    }

    .more {
        font-size: 12px;
    }

    #container #contactos {
        margin-bottom: -5%;
        margin-top: 16%;
    }

    #map {
        height: 300px;
    }

    #textContacts {
        padding-left: 5%;
        padding-right: 5%;
    }

    .carousel-item {
        text-align: center;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        width: 40px;
        height: 30px;
    }

    .qualidade,
    .language {
        display: none;
    }

    .navbar-menubuilder {
        text-align: right;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-right: 0%;
    }

    .logo_financiamento {
        width: 200px;
    }

    .logoBanner {
        width: 85px;
    }

    #footer {
        font-size: 8px;
    }

    .btn_blue_small {
        font-size: 8px;
    }

    .circle {
        width: 23px;
        height: 23px;
    }

    .circle img {
        width: 13px;
    }

    .slogan {
        font-size: 70px;
        line-height: 70px;
    }

    .text_banner span {
        font-size: 23px;
    }

    .text_banner {
        position: absolute;
        top: 40%;
        color: white;
        left: 5%;
        text-align: left;
    }

    .btn_blue {
        font-size: 10px;
        margin-top: 5px;
        padding: 5px;
    }

    .moduletable-video {
        margin: 25px 0px;
    }

    .moduletable-video iframe {
        width: 550px;
        height: 310px !important;
    }

    nav .dropdown-menu {
        padding-top: 5px;
    }

    #menuAir .dropdown-menu {
        margin-left: 53%;
        text-align: right;
    }

    #menuWater .dropdown-menu {
        margin-left: 67%;
        text-align: right;
    }

    #menuChemicals .dropdown-menu {
        margin-left: 40%;
        text-align: right;
    }

    #menuServices .dropdown-menu {
        margin-left: 41%;
        text-align: right;
    }

    .financiamento {
        width: 250px;
    }

    .smallDescr {
        font-size: 9px;
    }

    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
    }

    .dropdown {
        padding: 5px 0px;
    }

    .imgService {
        width: 250px;
        height: 250px;
    }

    h1 {
        font-size: 23px;
    }

    .titleProduct {
        font-size: 23px;
    }
}

@media screen and (max-width: 425px) {

    html, body {
        font-size: 10px;
    }

	#iso {
		text-align: center;
	}

	#iso img {
		width: 30%;
	}
	
    .imgNewsDetail {
        width: 100%;
        height: 250px;
        margin-bottom: 15px;
    }

    .img_news {
        height: 23%;
    }

    .text_news {
        padding: 5px 10px;
        width: 90%;
        font-size: 11px;
    }

    .titleNews {
        font-size: 23px;
    }

    .slogan {
        font-size: 35px;
        line-height: 30px;
    }

    .text_banner span {
        font-size: 11px;
    }

    .btn_blue {
        font-size: 8px;
        margin-top: 5px;
        padding: 2px;
    }

    h1 {
        font-size: 24px;
    }

    .moduletable-video iframe {
        width: 335px;
        height: 190px !important;
    }

    .icHome {
        width: 35px;
    }

    h3 {
        font-size: 17px;
    }

    .textTypes {
        margin-left: 51px;
    }

    .imgListProducts {
        width: 125px;
        height: 125px;
    }

    .more {
        font-size: 10px;
        padding: 0px 5px;
    }

    #listProducts div.row {
        margin: 5px 0px;
    }

    .imgProduct {
        width: 200px;
        height: 200px;
    }

    .titleProduct {
        font-size: 23px;
    }

    .btn_blue_product {
        font-size: 9px;
        margin-top: 10px;
        padding: 2.5px 0px
    }

    #carouselProduct {
        margin-right: 0px;
    }

    #termos .modal-dialog {
        max-width: 100%;
    }

    h1 {
        font-size: 15px;
    }

    #carousel {
        padding-top: 10%;
    }

    #menuAir .dropdown-menu {
        width: 225px !important;
    }

    #menuAir .dropdown-menu {
        margin-left: 7%;
    }

    #menuWater .dropdown-menu {
        margin-left: 32%;
    }

    #menuChemicals .dropdown-menu {
        margin-left: 10%;
    }

    #menuServices .dropdown-menu {
        margin-left: 12%;
    }

    nav .dropdown-menu li a {
        font-size: 9px;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        margin: 0px 5px;
    }

    .imgService {
        width: 100%;
        height: 200px;
    }

    #carouselService {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    #carousel {
        padding-top: 12%;
    }

    .imgNewsDetail {
        height: 200px;
    }

    .img_news {
        height: 20%;
    }

    #menuAir .dropdown-menu {
        margin-left: 13%;
        width: 180px !important;
    }

    #menuWater .dropdown-menu {
        margin-left: 26%;
        width: 150px !important;
    }

    #menuChemicals .dropdown-menu {
        margin-left: 8%;
        width: 190px !important;
    }

    #menuServices .dropdown-menu {
        margin-left: 15%;
        width: 175px !important;
    }
}