html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select, button {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: "Montserrat", sans-serif;
	height: 100%;
	width: 100%;
    scroll-behavior: smooth;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body {
	position:relative;
	overflow-x: hidden;
	/*-moz-osx-font-smoothing: grayscale;
	font-smoothing: grayscale;
	text-rendering: optimizelegibility;*/
}
a:hover, a:active, a:focus, button, input, textarea {
	outline: 0;
	-webkit-border-radius:0; 
	border-radius:0;
	text-decoration: none;	
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	
}
a:not(.ft_contactos_txt), button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], .animationcss, *:before, *:after, span, input, textarea {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a {
	outline: 0 !important;
	text-decoration: none;
}
img {
	display: block;
}
textarea {
	resize: none;
}
.scrolloff {
	pointer-events: none;
}
.overHidden{
	overflow:hidden;
}

/* ANIMAÇÕES AO APARECER */
.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_from_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}

@media only screen and (max-width: 768px) {
	.element_from_top {
		top: 0px;
		opacity: 1;
	}
	.element_from_bottom {
		bottom: 0px;
		opacity: 1;
	}
	.element_from_left {
		left: 0px;
		opacity: 1;
	}
	.element_from_right {
		right: 0px;
		opacity: 1;
	}
	.element_fade_in {
		opacity: 1;
	}
}

/*LOADER*/
.mask {
	top: 0;
	left: 0;
	background-color: #303030;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000000;
	display: table;
	text-align: center;
}
#loader {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


/*ESTILOS GERAIS*/
.mainDiv {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	background:#000;
}
.row1 {
	width: 100%;
	height: 100%;
	display: table-row;
	vertical-align: top;
}
.row2 {
	height: 100%;
	display: table-row;
	width: 100%;
	vertical-align: bottom;
}
.div_100 {
	display: table;
	width: 100%;
	table-layout: fixed
}
.div_table_cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.container_1280 {
	display: table;
	width: 100%;
	max-width: 1240px;
	padding:0 20px;
	margin: auto;
}
.divs_50{
	width:50%;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 1400px) {
	.container_1280 {
		max-width: 1020px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.divs_50, .div_table_cell{
		height: 1px;
	}
}




.banner-container {
    width: 100%;
    cursor: pointer;
}
.banner-container .banner_dsk{
    display: block;
} 
.banner-container .banner_mob{
    display: none;
} 


.bloco_txt{
    background-color: #ffffff;
    padding: 90px 0;
    position: relative;
}
.bloco_txt_azul{
    background-color: #213958;
}

.bloco_txt .icones_divs{
    display:inline-block;
    vertical-align:top;
    width:100%;
} 
.bloco_txt h3{
    color: #383838;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: none;
    margin: auto;
    line-height: 50px;
    max-width: 1000px;
}
.bloco_txt p{
    color: #383838;
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
    padding: 0 10px 40px 10px;
    line-height: 26px;
    width: 100%;
    margin: auto;
    max-width: 1000px;
}



.qualidade_container{
    background-color: #e7e7e7;
}
.qualidade_container h2{
    color: #383838;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: none;
    line-height: 50px;
    padding-top: 70px;
}
.qualidade_container .icones_divs{
    display:inline-block;
    vertical-align:top;
    width:50%;
} 
.qualidade_container .divs_cont{
    padding: 10px;
    width: 100%;
    max-width: 500px;
    margin: auto;
} 
.qualidade_container .divs_cont_content{
    padding: 30px 20px;
    vertical-align: top;
    text-align: center;
} 
.qualidade_container .divs_cont_content h3{
    color: #383838;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
.qualidade_container .divs_cont_content p{
    color: #383838;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}



.testemunhos{
    background-color: #e7e7e7;
    text-align: center;
}
.testemunhos h2{
    color: #383838;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: none;
    line-height: 50px;
    padding-top: 90px;
    padding-bottom: 40px;
}

.testemunhos .icones_divs{
    display:inline-block;
    vertical-align:top;
    width:33%;
} 
.testemunhos .divs_cont{
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: auto;
} 
.testemunhos .divs_cont_content{
    height:200px;
    background-color: #e7e7e7;
    border: 2px solid #ffce00;
    padding: 30px 20px;
    border-radius: 15px;
    vertical-align: top;
    text-align: center;
} 
.testemunhos .divs_cont_content h3{
    color: #383838;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
.testemunhos .divs_cont_content p{
    color: #383838;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.testemunhos a{
    background-color: #383838;
    padding: 10px 30px;
    color: #ffce00;
    border-radius: 40px;
    font-weight: 500;
    font-size: 17px;
}
.testemunhos a:hover{
    background-color: #ffce00;
    color: #383838;
}



.contactos{
    background-color: #ffffff;
    padding: 20px 0 50px 0;
}
.contactos h2{
    color: #383838;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: none;
    line-height: 50px;
    padding-top: 70px;
    padding-bottom: 40px;
}

.contactos .icones_divs{
    display:inline-block;
    vertical-align:top;
    width:33%;
    padding-bottom: 40px;
} 
.contactos h3{
    color: #383838;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 5px;
}
.contactos p{
    color: #383838;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 0 10px 0 10px;
}

.whatsapp_img{
    max-width:500px;
    margin: auto;
    cursor: pointer;
}
.metodos_pagamento_table{
    display:table;
    margin: auto;
    width:100%;
    max-width:600px;
    padding: 60px 0;
}
.metodos_pagamento_table img{
    height: 80px;
}


@media only screen and (max-width: 900px) {
    .qualidade_container .icones_divs{
        width:100%;
    } 
    .testemunhos .icones_divs{
        width:100%;
    } 
    .contactos .icones_divs{
        width:100%;
    } 
    .testemunhos p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .metodos_pagamento_table{
        max-width:500px;
    }
    .metodos_pagamento_table img{
        height: 50px;
    }
	.banner-container .banner_dsk{
	    display: none;
	} 
	.banner-container .banner_mob{
	    display: block;
	} 
}


@media only screen and (max-width: 600px) {
    .whatsapp_img{
        max-width:350px;
    }
    .metodos_pagamento_table{
        max-width:350px;
    }
}

