@media(max-width:992px) {
    :root {
        --tamanho-titulo-h1: 2rem;
        --tamanho-titulo-h2: 2rem;
        --tamanho-texto: 0.9rem
    }
}

@media(min-width:641px) and (max-width:992px) {
    :root {
        --tamanho-titulo-h1: 3rem;
        --tamanho-titulo-h2: 3rem;
        --tamanho-texto: 0.9rem
    }
}

@media(min-width:993px) and (max-width:1200px) {
    :root {
        --tamanho-titulo-h1: 4vw;
        --tamanho-titulo-h2: 3.5vw;
        --tamanho-texto: 1.2vw
    }
}

@media(min-width:1201px) and (max-width:1400px) {
    :root {
        --tamanho-titulo-h1: 4vw;
        --tamanho-titulo-h2: 3.5vw;
        --tamanho-texto: 1.2vw
    }
}

@media(min-width:1401px) and (max-width:1600px) {
    :root {
        --tamanho-titulo-h1: 4vw;
        --tamanho-titulo-h2: 3.5vw;
        --tamanho-texto: 1.2vw
    }
}

@media(min-width:1601px) and (max-width:1800px) {
    :root {
        --tamanho-titulo-h1: 4vw;
        --tamanho-titulo-h2: 3.5vw;
        --tamanho-texto: 1.2vw
    }
}

@media(min-width:1801px) {
    :root {
        --tamanho-titulo-h1: 4vw;
        --tamanho-titulo-h2: 3.5vw;
        --tamanho-texto: 1.1vw
    }
}

body {
    background: #141414
}

p {
    margin-bottom: 3%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    min-width: initial !important;
    min-height: initial !important;
    position: initial !important
}

#menu-fixo {
    display: none;
}

@media(max-width:992px) {
    .pagination {
        position: absolute;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 20px;
        z-index: 5;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        color: #000;

    }
     .pagination span {
         position: absolute;
        left: -9999999999px;
        }


        /*.linha {
        position: absolute;
        float: left;
        width: 96vw;
        bottom: 1.55rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        z-index: 0
    }
    .linha-branca {
        border-bottom: 1px solid #ffffff !important;
    }
    .linha-azul {
        border-bottom: 1px solid #1E164A !important;
    }*/
    .pagination li {
        padding: 5px;
        width: 8%;
        height: 16px
    }
    .pagination li a {
            margin: 0 auto;
            width: 14px;
            height: 14px;
            display: block;
            background: 0 0;
            border: 2px solid #000;
            border-radius: 14px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -ms-border-radius: 14px;
            transition: all .2s ease;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease
        }

            .pagination li a.active {
                margin: 0 auto;
                width: 14px;
                height: 14px;
                display: block;
                background: 0 0;
                border-radius: 14px;
                background: #000;
                border: 2px solid #000;
                -webkit-border-radius: 14px;
                -moz-border-radius: 14px;
                transition: all .5s ease;
                -webkit-transition: all .5s ease
            }
    .pagination-branco {
        color: #000 !important;
    }
    .pagination-branco li a {
            border: 2px solid #000;
        }
   .pagination-branco li a.active {
                background: #000 !important;
                border: 2px solid #000 !important;
            }
    .pagination-branco li a:hover::after {
                    color: #000;
                }
    .pagination-azul {
        color: #000 !important;
    }
    .pagination-azul li a {
        border: 2px solid #000 !important;
        }
    .pagination-azul li a.active {
        background: #000 !important;
        border: 2px solid #000 !important;
            }
    .pagination-azul li a:hover::after {
        color: #000 !important;
            }
}


@media(min-width:993px) {
    .pagination {
        position: absolute;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 33px;
        z-index: 5;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        color: #000;
    }
     .pagination span {
        position: absolute;
		left: -9999999999px;
     }

        /*.linha {
        position: absolute;
        float: left;
        width: 45vw;
        bottom: 2.25rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        z-index: 0;
    }

    .linha-branca {
        border-bottom: 1px solid #ffffff !important;
    }
    .linha-azul {
        border-bottom: 1px solid #1E164A !important;
    }*/
    .pagination li {
        width: 4.5vw;
    }
     .pagination li a {
        margin: 0 auto;
        width: 0.7vw;
        height: 0.7vw;
        display: block;
        background: 0;
        border-radius: 0.7vw;
        border: 2px solid #000;
        -webkit-border-radius: 0.7vw;
        -moz-border-radius: 0.7vw;
        -ms-border-radius: 0.7vw;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .3s;
        }
      .pagination li a.active, .pagination li a:hover {
                margin: 0 auto;
                width: 0.7vw;
                height: 0.7vw;
                display: block;
                background: #000;
                border-radius: 0.7vw;
                border: 2px solid #000;
                -webkit-border-radius: 0.7vw;
                -moz-border-radius: 0.7vw;
                transition: all .5s ease;
                -webkit-transition: all .5s ease
            }
                .pagination li a:hover::after {
                    position: absolute;
                    font-size: .7vw;
                    color: #000;
                    margin-top: 1.2vw;
                }
        /*.pagination li:nth-child(1) a:hover::after {
            content: 'HOME';
            margin-left: -0.8vw
        }*/
        .pagination li:nth-child(1) a:hover::after {
            content: 'QUEM SOMOS';
            margin-left: -2.3vw
        }
        .pagination li:nth-child(2) a:hover::after {
            content: 'CONTROLE DE PRAGAS';
            margin-left: -3.8vw
        }
        .pagination li:nth-child(3) a:hover::after {
            content: 'LIMPEZA DE CAIXAS D´ÁGUA';
            margin-left: -5.0vw
        }
        .pagination li:nth-child(4) a:hover::after {
            content: 'ANÁLISE DE ÁGUA';
            margin-left: -3vw
        }
        .pagination li:nth-child(5) a:hover::after {
            content: 'SANITIZAÇÃO';
            margin-left: -2.1vw
        }
      /*   .pagination li:nth-child(6) a:hover::after {
            content: 'CRIAÇÃO DE WEBSITES';
            margin-left: -3.5vw
        }
        .pagination li:nth-child(7) a:hover::after {
            content: 'CRIAÇÃO DE LOJA VIRTUAL';
            margin-left: -4vw
        }
        .pagination li:nth-child(8) a:hover::after {
            content: 'BLOG';
            margin-left: -.5vw
        }*/
        .pagination li:nth-child(6) a:hover::after {
            content: 'CONTATO';
            margin-left: -1.5vw
        }
    .pagination-branco {
        color: #000 !important;
    }
    .pagination-branco li a {
        border: 2px solid #000;
        }
   .pagination-branco li a.active, .pagination-branco li a:hover {
          background: #000 !important;
          border: 2px solid #000 !important;
         }
    .pagination-branco li a:hover::after {
         color: #000;
       }
    .pagination-azul {
        color: #000 !important;
    }
    .pagination-azul li a {
         border: 2px solid #000 !important;
        }
     .pagination-azul li a.active, .pagination-azul li a:hover {
         background: #000 !important;
         border: 2px solid #000 !important;
       }
     .pagination-azul li a:hover::after {
         color: #000 !important;
       }
}

@media(min-width:1300px) and (max-width: 1920px) {
    .pagination {
        bottom: 32px;
    }
}

@media(min-width:1921px) and (max-width: 2800px) {
    .pagination {
        bottom: 30px;
    }
}

@media(min-width:2801px) and (max-width: 3800px) {
    .pagination {
        bottom: 28px;
    }
}

    /* HOME (INTRO) */
    @media(max-width:992px) {
        #home {
            background-color: #daa520;
            color: #fff;
            display: flex;
            justify-content: center;
        }
    }
    @media(min-width:993px) {
        #home {
            background-color: #daa520;
            color: #fff;
            display: flex
        }
    }

.row{margin-left:-15px; margin-right:-15px; }
.row:before,.row:after{content:" ";display:table}.clearfix:after,.row:after{clear:both}
 @media(min-width:993px) {
#contacts-bar {
    display: none;
	}
}
@media(max-width:992px) {
#contacts-bar {
	display: block !important;
    position: fixed;
	font-size: 14px;
	letter-spacing: -1px;
    bottom: 45px;
    float:left;
	width:100%;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.3);
    z-index: 9999;
}
#contacts-bar .whats a, #contacts-bar .ligue a,#contacts-bar .orcamento a  {
	text-align: center;
    color: #ffffff;
} 
#contacts-bar a > .whats, #contacts-bar a > .ligue, #contacts-bar a > .orcamento{
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
	}
#contacts-bar a:hover > .whats  {
   background-color: #017b04;
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
}

#contacts-bar a:hover > .ligue  {
   background-color: #980b13;
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;

} 
#contacts-bar a:hover > .orcamento  {
   background-color: #000;
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
} 
#contacts-bar .contact{
	
	text-align: center;	
	}
#contacts-bar .whats {
	padding-top: 6px;
	height:45px;
	text-align: center;
	float: left;
    color: #ffffff;
    background-color: #00ad04;
	width:34%;
}
#contacts-bar .ligue {
	padding-top: 6px;
	height:45px;
	text-align: center;
	float: left;
    color: #ffffff;
    background-color: #ff0d1b;
	width:33%;
}
#contacts-bar .orcamento {
	padding-top: 6px;
	height:45px;
	float: left;
	text-align: center;
    color: #ffffff;
    background-color: #3f3f3f;
	width:33%;
}	
.open #contacts-bar {
    z-index: 9;
}
#contacts-bar .contact {
    margin-left: 0px;
	padding-left:0px;
}

#contacts-bar .contact:first-child {
    margin-left: 0;
}

#contacts-bar strong {
    color: #ffffff;
}

#contacts-bar i {
    margin-right: 1px;
}
}
 @media(max-width:756px) {
	
/*--------------------------------------------------------------
    Rodapé Fixo Mobile
--------------------------------------------------------------*/

#contacts-bar {
	display: block !important;
	clear:both;
	width:100%;
    position: fixed;
	font-size: 14px;
	letter-spacing: -1px;
    bottom: 45px;
    float:left;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.3);
    z-index: 99999;
}
#contacts-bar .whats a, #contacts-bar .ligue a,#contacts-bar .orcamento a  {
text-align: center;
    color: #ffffff;
} 
#contacts-bar a > .whats, #contacts-bar a > .ligue, #contacts-bar a > .orcamento{
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
	}
#contacts-bar a:hover > .whats  {
   background-color: #017b04;
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
}
 #contacts-bar a:hover > .ligue  {
   background-color: #980b13;
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
} 
#contacts-bar a:hover > .orcamento  {
   background-color: #000;
	-webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    transition: all 800ms linear;
} 
#contacts-bar .contact{
	text-align: center;	
	}
#contacts-bar .whats {
	padding-top: 6px;
	height:45px;
	text-align: center;
	float: left;
    color: #ffffff;
    background-color: #00ad04;
	width:36%;
}
#contacts-bar .ligue {
	padding-top: 6px;
	height:45px;
	text-align: center;
	float: left;
    color: #ffffff;
    background-color: #ff0d1b;
	width:33%;
}
#contacts-bar .orcamento {
	padding-top: 6px;
	height:45px;
	float: left;
	text-align: center;
    color: #ffffff;
    background-color: #3f3f3f;
	width:31%;
}	
.open #contacts-bar {
    z-index: 9;
}
#contacts-bar .contact {
    margin-left: 0px;
	padding-left:0px;
}
#contacts-bar .contact:first-child {
    margin-left: 0;
}
#contacts-bar strong {
    color: #ffffff;
}
#contacts-bar i {
    margin-right: 1px;
}
 }
 
 @media(max-width:330px) {
	
/*--------------------------------------------------------------
    Rodapé Fixo Mobile
--------------------------------------------------------------*/

#contacts-bar {
	display: block !important;
	clear:both;
	width:100%;
    position: fixed;
	font-size: 13px;
	letter-spacing: -1px;
    bottom: 45px;
    float:left;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.3);
    z-index: 99999;
}

#contacts-bar .whats {
	padding-top: 8px;
	height:45px;
	text-align: center;
	float: left;
    color: #ffffff;
    background-color: #00ad04;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	width:36%;
}
#contacts-bar .ligue {
	padding-top: 8px;
	height:45px;
	text-align: center;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	float: left;
    color: #ffffff;
    background-color: #ff0d1b;
	width:33%;
}
#contacts-bar .orcamento {
	padding-top: 8px;
	height:45px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	float: left;
	text-align: center;
    color: #ffffff;
    background-color: #3f3f3f;
	width:31%;
}	
.open #contacts-bar {
    z-index: 9;
}

#contacts-bar .contact:first-child {
    margin-left: 0;
}
#contacts-bar strong {
    color: #ffffff;
}
#contacts-bar i {
    margin-right: 1px;
}
 }
/*------ menu ------------------------------------------------*/
.botaoorcamento {
	left:0;
	padding:10px 15px;
	float:left;
	background-color: #fff;
	color: #000;
	border-radius: 20px;
}
.botaoorcamento:hover{
	background-color: #000;
	color: #fff;
}
.service-separator {
	width:100%;
	padding:5px 0;
	overflow:hidden; 
}
.respimg {
	width:100%;
	height:auto;
}
.menu-holder  , .menu-item{
	float:left;
	width:100%;
	position:relative;
}
.menu-item {
	padding:10px 10px;
}
.menu-item p strong{
	font-weight:700; 
	color: #000;
}
.menu-item-details { 
	display:table
}
.menu-item-details h4 { 
	color:#ed3237;
}
.menu-item-desc { 
	padding-right: 5px; font-family: 'Droid Serif', serif; 
	font-weight:bold; 
	font-style:italic; 
	text-align:left; 
	font-size:20px;  
	display: table-cell; 
	white-space: nowrap; 
	width: 10%; 
	line-height:15px;   
	text-align:left;
}
.menu-item-dot { 
	display: table-cell; 
	width: 88%; 
	border-bottom: 1px dotted #000;
}
.menu-item-price {   
	text-align:left; 
	font-size:24px;
}
.menu-item-prices { 
	display: table-cell; 
	white-space: nowrap; 
	width: 2%; 
	padding:10px 0 0 10px; 
	text-align:left;
}
@media only screen and  (max-width: 756px) {
.menu-item {
	padding:10px 5px;
}
.menu-item-desc { 
	white-space:normal;
	width: 100% !important;
	line-height: 24px;
	text-align:left;
}
.menu-item-desc h4 {
	margin-top:15px;
	font-size:16px;  	
	}
}
       /* quemsomos */

@media(max-width:992px) {
        #quemsomos {
            background-color: #daa520;
            color: #fff;
            display: flex;
            justify-content: center;
        }
        #quemsomos-corpo {
            height: calc(100% - 90px);
            padding-top:0px;
            overflow-y: auto;
        }
        #quemsomos-corpo::-webkit-scrollbar {
            width: 4px;
        }
        #quemsomos-corpo::-webkit-scrollbar-track {
            background: rgba(255,255,255,.3);
            border-radius: 20px
        }
        #quemsomos-corpo::-webkit-scrollbar-thumb {
            background: rgba(255,255,255,.7);
            border-radius: 12px
        }
		#quemsomos-img {
            width: 100%;
			float:left;
			position:relative;
            clear:both;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0rem;
            color: #fff
        }
        #quemsomos-img img {
            width: 100%
            }
        #quemsomos-conteudo {
            width: 100%;
			float:left;
			padding: 0 10px;
			position:relative;
            clear:both;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
			 display: block;
			justify-content: center;
            font-size: var(--tamanho-texto);
            text-align: justify;
        }
		 #quemsomos-conteudo2 {
			float:left;
			width:100%;
			padding: 0 10px;
			position:relative;
            clear:both;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
        #quemsomos-titulo h1 {
			font-size: 22px;
            font-weight: 500;
			padding-top:20px;
            text-align: center;
			color:#000;
            letter-spacing: 0px
		}
        #quemsomos-titulo h2 {
            font-size: var(--tamanho-titulo-h2);
            font-weight: 300;
            text-align: left;
			color: #000;
			margin-top: 20px;
            margin-bottom: .3em;
            letter-spacing: 0px
            }
		#quemsomos-titulo h3 {
			font-size: 18px;
			padding-top: 10px;
            font-weight: 500;
            text-align: center;
			color:#000;
            letter-spacing: 0px
}
        #quemsomos-descricao {
            display: flex;
            justify-content: space-around;
            margin-top: 1rem;
            margin-bottom: 2em;
            line-height: 130%
        }
        #quemsomos-principios ul {
            margin-top: 2rem;
            margin-bottom: 1em
        }
        #quemsomos-principios ul li {
                width: 100%;
				margin: 20px 5px;
                text-align: center;
                color: #1E164A
            }
        #quemsomos-principios p {
            text-align: center;
            color: #4b7fae;
        }
		
        #quemsomos-principios img.ativo {
            display: none;
        }
        #quemsomos-principios ul li:hover > div {
            opacity: 1
        }
        #quemsomos-principios img {
            width: 4em
        }
        #quemsomos-principios b,
        #quemsomos-principios strong {
         font-weight: bold;
        }
    }

@media(min-width:993px) {
        #quemsomos {
            background-color: #daa520;
			background-image: url(../images/bg.png);
            background-repeat: no-repeat;
            background-position: center bottom ;
            color: #fff;
            display: flex;
            justify-content: center;
            flex-direction: column
        }
        #quemsomos-corpo {
            padding-left: 10%;
            padding-right: 10%;
			padding-bottom:40px;
			padding-top:0px;
            display: block;
            overflow-y: auto;
            align-items: center;
            height: 100%
        }
         #quemsomos-corpo::-webkit-scrollbar {
                width: 15px
            }
         #quemsomos-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
         #quemsomos-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #quemsomos-img {
            float:left;
            width: 40%;
            text-align: center
        }
		 #s-agencia-img img {
            width: 90%
            }
        #quemsomos-conteudo {
            float:left;
            width: 52%;
            margin-right: 8%;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
		#quemsomos-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
        #quemsomos-titulo h1 {
			font-size: 28px;
			padding-top: 25px;
            font-weight: 500;
            text-align: center;
			color:#000;
            letter-spacing: 0px
}
        #quemsomos-titulo h2 {
            font-size: calc(var(--tamanho-titulo-h2) - 100%);
            font-weight: 300;
            text-align: left;
            margin-bottom:  30px;
            letter-spacing: 0px
        }
		#quemsomos-titulo h3 {
			font-size: 20px;
			padding-top: 10px;
            font-weight: 500;
            text-align: center;
			color:#000;
            letter-spacing: 0px
}
        #quemsomos-descricao {
            display: flex;
            justify-content: space-around;
            margin-top: 2rem;
            margin-bottom: 2em;
            line-height: 130%
        }
        #quemsomos-principios ul {
            display: flex;
            justify-content: space-around;
            margin-top: 3rem;
            margin-bottom: 1em
        }
        #quemsomos-principios ul li {
                text-align: center;
                color: #1E164A
            }
        #quemsomos-principios img {
            max-width: 4.5em;
            max-height: 4.5rem;
            transition: all .3s;
            margin-left: auto;
            margin-right: auto;
        }
        #quemsomos-principios b,
        #quemsomos-principios strong {
            font-weight: bold;
        }
        #quemsomos-principios-pessoas-txt, #quemsomos-principios-processos-txt, #quemsomos-principios-atendimento-txt, #quemsomos-principios-resultado-txt,
        #quemsomos-principios-pessoas-img img.hover, #quemsomos-principios-processos-img img.hover, #quemsomos-principios-atendimento-img img.hover, #quemsomos-principios-resultado-img img.hover {
            display: none;
        }
        #quemsomos-principios-pessoas-img:hover > p, #quemsomos-principios-processos-img:hover > p, #quemsomos-principios-atendimento-img:hover > p, #quemsomos-principios-resultado-img:hover > p {
            display: block;
            position: absolute;
            margin-top: 1rem;
            text-align: justify;
            left: 0;
            color: #e91f29;
        }
		 #quemsomos-principios-pessoas-img div, #quemsomos-principios-processos-img div, #quemsomos-principios-atendimento-img div, #quemsomos-principios-resultado-img div {
            margin-top: 0.8rem;
        }
        #quemsomos-principios-pessoas-img:hover > div, #quemsomos-principios-processos-img:hover > div, #quemsomos-principios-atendimento-img:hover > div, #quemsomos-principios-resultado-img:hover > div {
            color: #e91f29;
            margin-top: 0.8rem;
        }
        #quemsomos-principios-pessoas-img:hover > img.ativo, #quemsomos-principios-processos-img:hover > img.ativo, #quemsomos-principios-atendimento-img:hover > img.ativo, #quemsomos-principios-resultado-img:hover > img.ativo {
            display: none;
        }
        #quemsomos-principios-pessoas-img:hover > img.hover, #quemsomos-principios-processos-img:hover > img.hover, #quemsomos-principios-atendimento-img:hover > img.hover, #quemsomos-principios-resultado-img:hover > img.hover {
            display: block;
        }
    }
    
    /* controle de pragas */

    @media(max-width:992px) {
	    #controlepragas {
            background-color: #ffa500;
            color: #fff;
            display: flex;
            justify-content: center;
        }
        #controlepragas-corpo {
            height: calc(100% - 90px);
            padding-top:0px;
            overflow-y: auto;
        }
        #controlepragas-corpo::-webkit-scrollbar {
               width: 4px
            }
        #controlepragas-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #controlepragas-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #controlepragas-conteudo {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
            font-size: var(--tamanho-texto);
            text-align: justify;
        }
	    #controlepragas-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #controlepragas-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 500;
            text-align: left;
            letter-spacing: 1px
        }
        #controlepragas-titulo h2 {
            font-size:20px;
            font-weight: 600;
            text-align: left;
			padding-left: 17px;
            padding-right: 17px;
			color: #000;
			margin-top: 20px;
            margin-bottom: 15px;
            letter-spacing: 0px
        }
        #controlepragas-descricao {
            display: flex;
            justify-content: space-around;
            margin-top: 1rem;
            margin-bottom: 2em;
            line-height: 130%
        }
		#controlepragas-descricao2 {
            display: flex;
            justify-content: space-around;
			padding-left: 17px;
            padding-right: 17px;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#controlepragas-descricao2 p{
            font-size:16px;
			font-style: italic;
		}
        #controlepragas-img {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3rem;
            color: #fff
        }
        #controlepragas-img img {
            width: 100%
            }
    }

@media(min-width:993px) {
        #controlepragas {
			background-image: url(../images/bg.png);
            background-repeat: no-repeat;
            background-position: center bottom ;
            background-color: #ffa500;
            color: #fff;
            display: flex;
            justify-content: center;
            flex-direction: column
        }
        #controlepragas-corpo {
            padding-left: 10%;
            padding-right: 10%;
			padding-bottom:40px;
			padding-top:0px;
            display: block;
            overflow-y: auto;
            align-items: center;
            height: 100%
        }
        #controlepragas-corpo::-webkit-scrollbar {
                width: 15px
            }
        #controlepragas-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #controlepragas-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #controlepragas-conteudo {
			float:left;
            width: 52%;
            margin-right: 8%;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
		#controlepragas-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #controlepragas-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 900;
            text-align: left;
            letter-spacing: 2px
        }
        #controlepragas-titulo h2 {
            font-size: calc(var(--tamanho-titulo-h2) - 100%);
            font-weight: 300;
			color: #000;
            text-align: left;
			margin-top: 20px;
            margin-bottom:  30px;
            letter-spacing: 0px
        }
        #controlepragas-descricao {
            display: flex;
            justify-content: space-around;
            margin-top: 2rem;
            margin-bottom: 2em;
            line-height: 130%
        }
		#controlepragas-descricao2 {
            display: block;
			float:left;
            justify-content: space-around;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#controlepragas-descricao2 p{
            font-size:16px;
			font-style: italic !important;
        }
        #controlepragas-img {
			float:left;
            width: 40%;
            text-align: center
        }
        #controlepragas-img img {
            width: 90%
            }
    }

    /* limpeza */

@media(max-width:992px) {
        #limpeza {
            background-color: #0000ff;
            color: #fff;
            display: flex;
            justify-content: center;
        }
		#limpeza-corpo {
            height: calc(100% - 90px);
            padding-top:0px;
            overflow-y: auto;
        }
        #limpeza-corpo::-webkit-scrollbar {
               width: 4px
            }
        #limpeza-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #limpeza-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #limpeza-conteudo {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
            font-size: var(--tamanho-texto);
            text-align: justify;
        }
	    #limpeza-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #limpeza-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 500;
            text-align: left;
            letter-spacing: 1px
        }
        #limpeza-titulo h2 {
            font-size:20px;
            font-weight: 600;
            text-align: left;
			padding-left: 17px;
            padding-right: 17px;
			color: #fff;
			margin-top: 20px;
            margin-bottom: 15px;
            letter-spacing: 0px
        }
        #limpeza-descricao {
            display: flex;
			padding-left: 17px;
            padding-right: 17px;
            justify-content: space-around;
            line-height: 130%
        }
		#limpeza-descricao2 {
            display: flex;
            justify-content: space-around;
			padding-left: 17px;
            padding-right: 17px;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#limpeza-descricao2 p{
            font-size:16px;
			font-style: italic;
        }
        #limpeza-img {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3rem;
            color: #fff
        }
        #limpeza-img img {
            width: 100%
            }
    }

@media(min-width:993px) {
        #limpeza {
			background-image: url(../images/bg2.png);
            background-repeat: no-repeat;
            background-position: center bottom ;
            background-color: #0000ff;
            color: #fff;
            display: flex;
            justify-content: center;
            flex-direction: column
        }
        #limpeza-corpo {
			padding-left: 10%;
            padding-right: 10%;
			padding-bottom:40px;
			padding-top:0px;
            display: block;
            overflow-y: auto;
            align-items: center;
            height: 100%
        }
		 #limpeza-corpo p strong{
			font-weight: 700;
        }
        #limpeza-corpo::-webkit-scrollbar {
                width: 15px
            }
        #limpeza-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #limpeza-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #limpeza-conteudo {
			float:left;
            width: 52%;
            margin-right: 8%;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
		#limpeza-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #limpeza-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 900;
            text-align: left;
            letter-spacing: 2px
        }
        #limpeza-titulo h2 {
            font-size: calc(var(--tamanho-titulo-h2) - 100%);
            font-weight: 300;
			color: #fff;
            text-align: left;
			margin-top: 20px;
            margin-bottom:  30px;
            letter-spacing: 0px
        }
        #limpeza-descricao {
            display: block;
            justify-content: space-around;
            line-height: 130%
        }
		#limpeza-descricao2 {
            display: block;
			float:left;
            justify-content: space-around;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#limpeza-descricao2 p{
            font-size:16px;
			font-style: italic !important;
        }
        #limpeza-img {
			float:left;
            width: 40%;
            text-align: center
        }
        #limpeza-img img {
            width: 90%
            }
     }

    /* analise de agua */

    @media(max-width:992px) {
        #analiseagua {
            background-color: #48d1cc;
            color: #000;
            display: flex;
            justify-content: center;
        }
		#analiseagua-corpo {
             height: calc(100% - 90px);
            padding-top:0px;
            overflow-y: auto;
        }
        #analiseagua-corpo::-webkit-scrollbar {
                width: 4px
            }
        #analiseagua-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #analiseagua-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #analiseagua-conteudo {
			  width: 100%;
            margin-left: auto;
            margin-right: auto;
            color: #000;
            font-size: var(--tamanho-texto);
            text-align: justify;
        }
		#analiseagua-conteudo2 {
			float:left;
			width:97%;
			position:relative;
            clear:both;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
		#analiseagua-conteudo2 strong{
			font-weight: 700;
        }
        #analiseagua-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 500;
            text-align: left;
            letter-spacing: 1px
        }
        #analiseagua-titulo h2 {
            font-size:20px;
            font-weight: 600;
            text-align: left;
			padding-left: 15px;
            padding-right: 15px;
			color: #000;
			margin-top: 20px;
            margin-bottom: 15px;
            letter-spacing: 0px
        }
        #analiseagua-descricao {
           display: flex;
            justify-content: space-around;
            line-height: 130%
        }
		#analiseagua-descricao2 {
            display: flex;
            justify-content: space-around;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#analiseagua-descricao2 p{
            font-size:16px;
			font-style: italic !important;
			padding-left: 17px;
            padding-right: 17px;
        }
		#analiseagua-descricao3 {
            display: flex;
			padding-left: 17px;
            padding-right: 17px;
            justify-content: space-around;
            line-height: 130%
        }
        #analiseagua-img {
			width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3rem;
            color: #fff
        }
        #analiseagua-img img {
            width: 100%
            }
    }

 @media(min-width:993px) {
        #analiseagua {
			background-image: url(../images/bg.png);
            background-repeat: no-repeat;
            background-position: center bottom ;
            background-color: #48d1cc;
            color: #000;
            display: flex;
            justify-content: center;
            flex-direction: column
        }
		#analiseagua-corpo {
            padding-left: 10%;
            padding-right: 10%;
			padding-bottom:40px;
			padding-top:0px;
            display: block;
            overflow-y: auto;
            align-items: center;
            height: 100%
        }
		#analiseagua-corpo p strong{
            font-weight: 700;
                   }
        #analiseagua-corpo::-webkit-scrollbar {
                width: 15px;
            }
        #analiseagua-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #analiseagua-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #analiseagua-conteudo {
			float:left;
            width: 52%;
            margin-right: 8%;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
		#analiseagua-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #analiseagua-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 900;
            text-align: left;
            letter-spacing: 2px
        }
        #analiseagua-titulo h2 {
            font-size: calc(var(--tamanho-titulo-h2) - 100%);
            font-weight: 300;
			color: #000;
            text-align: left;
			margin-top: 20px;
            margin-bottom:  30px;
            letter-spacing: 0px
        }
        #analiseagua-descricao {
            display: flex;
            justify-content: space-around;
            margin-top: 2rem;
            margin-bottom: 2em;
            line-height: 130%
        }
		#analiseagua-descricao2 {
            display: block;
			float:left;
            justify-content: space-around;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#analiseagua-descricao2 p{
            font-size:16px;
			font-style: italic !important;
        }
		 #analiseagua-descricao3 {
            display: flex;
            justify-content: space-around;
            line-height: 130%
        }
        #analiseagua-img {
			float:left;
            width: 40%;
            text-align: center
        }
        #analiseagua-img img {
            width: 90%
            }
    }
    /* sanitizacao */

@media(max-width:992px) {
        #sanitizacao {
            background-color: #32cd32;
            color: #000;
            display: flex;
            justify-content: center;
        }
		#sanitizacao-corpo {
            height: calc(100% - 90px);
            padding-top:0px;
            overflow-y: auto;
        }
        #sanitizacao-corpo::-webkit-scrollbar {
               width: 4px;
            }
        #sanitizacao-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #sanitizacao-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #sanitizacao-conteudo {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            color: #000;
            font-size: var(--tamanho-texto);
            text-align: justify;
        }
	    #sanitizacao-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #sanitizacao-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 500;
            text-align: left;
            letter-spacing: 1px
        }
        #sanitizacao-titulo h2 {
             font-size:20px;
            font-weight: 600;
            text-align: left;
			padding-left: 17px;
            padding-right: 17px;
			color: #000;
			margin-top: 20px;
            margin-bottom: 15px;
            letter-spacing: 0px
        }
        #sanitizacao-descricao {
            display: flex;
			padding-left: 17px;
            padding-right: 17px;
            justify-content: space-around;
            line-height: 130%
        }
		#sanitizacao-descricao2 {
            display: flex;
            justify-content: space-around;
			padding-left: 17px;
            padding-right: 17px;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#sanitizacao-descricao2 p{
            font-size:16px;
			font-style: italic;
        }
        #sanitizacao-img {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3rem;
            color: #fff
        }
        #sanitizacao-img img {
            width: 100%
            }
    }

@media(min-width:993px) {
        #sanitizacao {
			background-image: url(../images/bg.png);
            background-repeat: no-repeat;
            background-position: center bottom ;
            background-color: #32cd32;
            color: #000;
            display: flex;
            justify-content: center;
            flex-direction: column
        }
		#sanitizacao-corpo {
			padding-left: 10%;
            padding-right: 10%;
			padding-bottom:40px;
			padding-top:0px;
            display: block;
            overflow-y: auto;
            align-items: center;
            height: 100%
        }
		#sanitizacao-corpo p strong{
			font-weight: 700;
        }
        #sanitizacao-corpo::-webkit-scrollbar {
                width: 15px
            }
        #sanitizacao-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #sanitizacao-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #sanitizacao-conteudo {
			float:left;
            width: 52%;
            margin-right: 8%;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
		#sanitizacao-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #sanitizacao-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 900;
            text-align: left;
            letter-spacing: 2px
        }
        #sanitizacao-titulo h2 {
            font-size: calc(var(--tamanho-titulo-h2) - 100%);
            font-weight: 300;
			color: #000;
            text-align: left;
			margin-top: 20px;
            margin-bottom:  30px;
            letter-spacing: 0px
        }
        #sanitizacao-descricao {
            display: block;
            justify-content: space-around;
            line-height: 130%
        }
		#sanitizacao-descricao2 {
            display: block;
			float:left;
            justify-content: space-around;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
		#sanitizacao-descricao2 p{
            font-size:16px;
			font-style: italic !important;
			
        }
        #sanitizacao-img {
			float:left;
            width: 40%;
            text-align: center
        }
        #sanitizacao-img img {
            width: 90%
            }
    }

    /* CONTATO */

@media(max-width:992px) {
        #contato {
            background-color: #dcdc03;
            color: #000;
            display: flex;
            justify-content: center;
        }
        #contato-corpo {
            height: calc(100% - 90px);
            padding-top: 0px;
            overflow-y: auto;
            width: 100%;
        }
		#contato-corpo p strong{
			font-weight: 700;
        }
		#contato-corpo::-webkit-scrollbar {
                width: 4px
            }
        #contato-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }
        #contato-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #contato-descricao {
            padding-left: 17px;
            padding-right: 17px;
        }
        #contato-conteudo {
            margin-left: auto;
            margin-right: auto;
            color: #000;
            font-size: 2vw;
        }
		#contato-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
		#contato-titulo h2 {
            font-size:20px;
            font-weight: 600;
            text-align: left;
			padding-left: 17px;
            padding-right: 17px;
			color: #000;
			margin-top: 20px;
            margin-bottom: 15px;
            letter-spacing: 0px
        }
        #contato-titulo div h1 {
            font-size: 8.1vw;
            font-weight: 900;
            text-align: left;
            letter-spacing: .2vw;
            max-width: 64%;
            margin-left: auto;
            margin-right: auto;
        }
         #contato-titulo div h1 br:nth-child(2) {
            display: none;
        }
         #contato-endereco-telefone {
            margin-left: auto;
            margin-right: auto;
            margin-top: 2%;
            text-align: left;
            letter-spacing: .2vw;
            max-width: 64%;
        }
         #contato-endereco-telefone a {
            color: #000
        }
         #contato-endereco-telefone div:nth-child(2) {
            position: relative;
            float: left
         }
         #contato-endereco-telefone div:nth-child(3) {
            position: relative;
            float: right;
            margin-right: 17.5%;
          }
          #contato-social {
            margin-top: 10%;
            display: flex;
            justify-content: center;
        }
           #contato-social span {
             position: absolute;
             left: -9999999999px;
         }
           #contato-social div {
                width: 10vw;
                margin-left: 4vw;
                margin-right: 4vw;
                text-align: center;
            }
            #contato-social img {
                width: 8vw;
            }
        #contato-formulario {
            width: 80%;
            margin-top: 3em;
            margin-left: 10%;
            margin-right: 10%;
            color: #000;
            font-size: var(--tamanho-texto)
        }
        #contato-formulario p{
           margin-bottom: 0px;
        }
		.contact-details i{
			padding:15px 18px;
			font-size:28px !important;
			border-radius: 30px;
			margin-right: 5px;
			background-color: #fff;
		}
		.contact-details ul li a:hover{
			color: #fff !important;
		}
		.contact-details small{
			font-size:14px !important;
		}
        #contato-formulario label {
             position: absolute;
             left: -9999999999px;
         }
		#contato-formulario input[type=text], #contato-formulario textarea {
            width: 100%;
            color: #000;
			padding: 5px 3px;
            background-color: rgba(0,0,0,0);
            border: 0;
            border-bottom: 1px solid #000;
            margin-bottom: 5%;
            font-size: .8rem
         }

		#contato-formulario input[type=text]:hover, #contato-formulario textarea:hover {
            background-color: #c9bd00;
         }
        input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
            border: 1px solid rgba(0,0,0,0);
            -webkit-text-fill-color: #000;
            box-shadow: 0 0 0 1000px #0047ae inset;
            -webkit-box-shadow: 0 0 0 1000px #0047ae inset;
            transition: background-color 5000s ease-in-out 0s
        }
        .btn-descubra input[type=submit] {
            background-color:  #000;
			padding:10px 25px;
            color: #fff;
			border-radius: 20px;
            text-align: center;
            border: 0;
            transition: all .3s;
			cursor: pointer;
        }
		.btn-descubra input[type=submit]:hover {
            background-color: #fff;
			color: #000;
			cursor: pointer;
        }
        .btn-descubra button img {
            width: 80%
        }
        #contato-formulario .btn-descubra {
            display: flex;
            justify-content: center;
            margin-top: 1rem;
            margin-bottom: 4rem
        }
        #contato-img {
            width: 100%;
            text-align: center;
            display: none;
        }
        #contato-img img {
                width: 50%
            }
    }


@media(max-width: 580px) {

        #contato-conteudo {
            font-size: 3vw;
        }
        #contato-titulo div h1 {
            font-size: 9.5vw;
            max-width: 80%;
        }
        #contato-endereco-telefone {
            max-width: 80%;
        }
        #contato-endereco-telefone div:nth-child(3) {
            margin-right: 4.5%;
        }
    }

@media(min-width:993px) {

        #contato {
			background-image: url(../images/bg.png);
            background-repeat: no-repeat;
            background-position: center bottom ;
            background-color: #dcdc03;
            color: #000;
            display: flex;
            justify-content: center;
            flex-direction: column
        }
		#contato-corpo {
			padding-left: 10%;
            padding-right: 10%;
			padding-bottom:40px;
			padding-top:0px;
            display: block;
            overflow-y: auto;
            align-items: center;
            height: 100%
        }
		#contato-corpo p strong{
			font-weight: 700;
        }
        #contato-corpo::-webkit-scrollbar {
                width: 15px
            }
        #contato-corpo::-webkit-scrollbar-track {
                background: rgba(255,255,255,.3);
                border-radius: 20px
            }

        #contato-corpo::-webkit-scrollbar-thumb {
                background: rgba(255,255,255,.7);
                border-radius: 12px
            }
        #sanitizacao-conteudo {
			float:left;
            width: 52%;
            margin-right: 8%;
            color: #fff;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: center;
            text-align: justify;
        }
		#contato-conteudo2 {
			float:left;
			width:100%;
			position:relative;
            clear:both;
            color: #000;
            font-size: var(--tamanho-texto);
            display: block;
            justify-content: left;
            text-align: left;
        }
        #sanitizacao-titulo h1 {
            font-size: var(--tamanho-titulo-h1);
            font-weight: 900;
            text-align: left;
            letter-spacing: 2px
        }
        #contato-titulo h2 {
            font-size: calc(var(--tamanho-titulo-h2) - 100%);
            font-weight: 300;
			color: #000;
            text-align: left;
			margin-top: 20px;
            margin-bottom:  30px;
            letter-spacing: 0px
        }
        #contato-descricao {
            display: block;
            justify-content: space-around;
            line-height: 130%
        }
		#contato-descricao2 {
            display: block;
			float:left;
            justify-content: space-around;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 130%
        }
        #contato-conteudo {
            width: 30%;
            color: #000;
            font-size: 1vw;
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin-top: -1%;
        }
        #contato-titulo div h1 {
            font-size: 3.92vw;
            font-weight: 900;
            text-align: left;
            letter-spacing: 0.2vw;
        }
        #contato-endereco-telefone a {
            color: #000
        }
        #contato-endereco-telefone div:nth-child(2) {
            position: relative;
            float: left
        }
        #contato-endereco-telefone div:nth-child(3) {
            position: relative;
            float: right;
            margin-right: 4.2vw;
        }
		.contact-details i{
			padding:15px 18px;
			font-size:28px !important;
			border-radius: 30px;
			margin-right: 5px;
			background-color:  #fff;
		}
		.contact-details ul li a:hover{
			color: #fff !important;
			
		}
		.contact-details small{
			font-size:14px !important;
		}
           #contato-social {
            margin-top: 52%;
            padding-right: 15%;
            display: flex;
            justify-content: space-evenly;
        }
            #contato-social span {
                position: absolute;
                left: -9999999999px;
            }
            #contato-social div {
                width: 15%;
                text-align: center;
            }
            #contato-social img {
                width: 70%
            }
			#contato-formulario {
            width: 35%;
            padding-top: 0px;
            color: #000;
            font-size: 1em;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
            #contato-formulario p {
                margin-bottom: 0px;
            }
            #contato-formulario label {
                position: absolute;
                left: -9999999999px;
            }
            #contato-formulario input[type=text], #contato-formulario textarea {
                width: 100%;
                color: #000;
                font-size: 0.8vw;
				padding:7px 5px;
                background-color: rgba(0,0,0,0);
                border: 0;
                border-bottom: 1px solid #000;
                margin-bottom: 1%;
                transition: all .3s;
            }
             #contato-formulario input[type=text]:hover, #contato-formulario textarea:hover {
                background-color: #c9bd00;
                }

        input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
            border: 1px solid rgba(0,0,0,0);
            -webkit-text-fill-color: #000;
            box-shadow: 0 0 0 1000px #0047ae inset;
            -webkit-box-shadow: 0 0 0 1000px #0047ae inset;
            transition: background-color 5000s ease-in-out 0s
        }
        .btn-descubra input[type=submit] {
            background-color:  #000;
			padding:10px 25px;
            color: #fff;
			border-radius: 20px;
            text-align: center;
            border: 0;
            transition: all .3s;
			cursor: pointer;
        }
		.btn-descubra input[type=submit]:hover {
            background-color: #fff;
			color: #000;
			cursor: pointer;
        }
        #contato-img {
            display: none
        }
    }

@media(max-width:992px) {
        .btn-descubra {
            font-size: var(--tamanho-texto);
            display: flex;
        }
        .btn-descubra a {
            color: #000
        }
        .btn-descubra div {
             position: relative;
             float: left;
             font-style: italic;
         }
        .btn-descubra div:nth-child(1) {
             margin-right: 10px
        }
        .btn-descubra img {
             width: 35%
        }
        .desktop {
            opacity: 0;
            display: none
        }
        .mobile {
            opacity: 1;
            display: block
        }
    }

    @media(min-width:993px) {
       .btn-descubra {
            font-size: var(--tamanho-texto);
            display: flex
        }
       .btn-descubra a {
            color: #000
        }
       .btn-descubra div {
            position: relative;
            float: left;
            font-style: italic;
         }
       .btn-descubra div:nth-child(1) {
             margin-right: 10px
        }
      .btn-descubra img {
             width: 35%
        }
        .desktop {
            opacity: 1;
            display: block
        }
        .mobile {
            opacity: 0;
            display: none
        }
    }

    /* GLOBAL */

    .ocultar {
        opacity: 0
    }

    .exibir {
        opacity: 1
    }

    .clear {
        clear: both
    }

@media(max-width: 992px) {
        .error {
            position: relative;
            color: #fff;
            font-size: 0.8rem;
            margin-left:100px;
            top: 15px;
        }
        #contato-formulario form p:nth-child(7) .error {
           top: 40px !important;
        }
    }
@media(min-width: 993px) {
        .zoom:hover {
            transform: scale(1.2)
        }
        .error {
            position: absolute;
            color: #fff;
            font-size: 0.8vw;
			margin-left:120px;
            margin-top: 10px;
        }
        #contato-formulario form p:nth-child(7) .error {
			margin-top: 40px;
        }
    }
@media(min-width: 1920px) and (max-width: 2500px){
        .error {
            margin-top:12px !important;
        }
        #contato-formulario form p:nth-child(7) .error {
            margin-top: 5.4em !important;
        }
    }
@media(min-width: 2501px) {
        .error {
            margin-top: 35px !important;
        }
        #contato-formulario form p:nth-child(7) .error {
            margin-top: 5.4em !important;
        }
    }
    ::-webkit-input-placeholder {
        color: #000
    }
    :-ms-input-placeholder {
        color: #000
    }
    ::placeholder {
        color: #000
    }

    .wrap-out {
        opacity: 0;
        /*zoom: 50%;
    width: 50% !important;
    height: 50% !important;
    top: 25%;
    bottom: 25%;*/
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transition: all .3s;
        z-index: -1
    }

/* REMOÇÃO TEMPORÁRIA DE ITENS FALTANTES*/

#home {

    display: none;

}