<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
}

.container {
	max-width: 1200px;
}

.primary-color {
	color: #253967;
}

.primary-color-hover:hover,
.primary-color-hover:focus,
.primary-color-hover:active {
	color: #253967 !important;
}

.secondary-color {
	color: #FFDE00;
}

.secondary-color-hover:hover,
.secondary-color-hover:focus,
.secondary-color-hover:active {
	color: #FFDE00 !important;
}

.terciary-color {
	color: #393B8C;
}

.terciary-color-hover:hover,
.terciary-color-hover:focus,
.terciary-color-hover:active {
	color: #393B8C !important;
}

.primary-bg {
	background-color: #253967;
}

.secondary-bg {
	background-color: #FFDE00;
}

.terciary-bg {
	background-color: #393B8C;
}

::-moz-selection {
	background: #253967; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #253967; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

.btn-primary:focus {
    box-shadow: none !important;
}

/*@media (min-width: 992px) {*/
	*:focus {
	    outline: none !important;
	}
/*}*/

p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

a,
.a {
	color: #253967;
}

a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
	color: #444;
	text-decoration: none;
}

h1 {
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	color: #004da1;
	font-weight: 200;
	font-size: 30px;
	letter-spacing: 7px;
}

h1.detalhe:after {
	content: "";
	display: inline-block;
	width: 150px;
	position: absolute;
	top: 16px;
	margin-left: 20px;
	background-color: rgba(0,0,0,.1);
	height: 1px;
}

.notransition {
	transition: none !important;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='text']:active,
input[type='password']:hover,
input[type='password']:focus,
input[type='password']:active,
textarea:hover,
textarea:focus,
textarea:active,
input[type='email']:hover,
input[type='email']:focus,
input[type='email']:active {
	border: 1px solid #393B8C !important;
}

input[type='text']:required,
input[type='password']:required,
textarea:required,
select:required,
input[type='email']:required {
	background-color: #EFEFEF;
}

input[type='text'].required,
input[type='password'].required,
textarea.required,
select.required,
input[type='email'].required {
	background-color: #EFEFEF;
}

/* botoes */
.btn-primary {
    color: #FFF;
    background-color: #393B8C;
    border-color: transparent;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    transition: all .2s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #253967 !important;
    border-color: #253967 !important;
}

.btn-secondary {
    color: #CCC;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    transition: all .2s;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    background-color: #253967 !important;
    border-color: #253967 !important;
}

.btn-terciary {
    color: #ffde00;
    background-color: transparent;
    border-color: #ffde00;
    border-radius: 4px;
    border-width: 2px;
    display: inline-block;
    font-weight: 600;
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    transition: all .2s;
}

.btn-terciary:hover,
.btn-terciary:focus,
.btn-terciary:active {
    color: #253967 !important;
    background-color: #ffde00 !important;
    border-color: #ffde00 !important;
}
.btn-lg {
	font-size: 15px;
	padding: 13px 30px;
}

.btn-lg2 {
	font-size: 18px;
	padding: 13px 30px;
}

.btn-xlg {
	font-size: 16px;
	padding: 14px 30px;
}

.social-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-buttons li {
	display: inline-block;
	margin-left: 0px;
}

.social-buttons li:first-child {
	margin-left: 0;
}

.social-buttons li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 200px;
	border: 1px solid #ccc;
}

.social-buttons li a .fab {
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #CCC;
}

.social-buttons li a.facebook-btn:hover,
.social-buttons li a.facebook-btn:focus,
.social-buttons li a.facebook-btn:active {
	background-color: #3b5a9a;
}

.social-buttons li a.instagram-btn:hover,
.social-buttons li a.instagram-btn:focus,
.social-buttons li a.instagram-btn:active {
	background-color: #7c4a3a;
}

.social-buttons li a.twitter-btn:hover,
.social-buttons li a.twitter-btn:focus,
.social-buttons li a.twitter-btn:active {
	background-color: #1aa9e1;
}

.social-buttons li a.youtube-btn:hover,
.social-buttons li a.youtube-btn:focus,
.social-buttons li a.youtube-btn:active {
	background-color: #c3191e;
}

.social-buttons li a.linkedin-btn:hover,
.social-buttons li a.linkedin-btn:focus,
.social-buttons li a.linkedin-btn:active {
	background-color: #0073b2;
}

.social-buttons li a.whatsapp-btn:hover,
.social-buttons li a.whatsapp-btn:focus,
.social-buttons li a.whatsapp-btn:active {
	background-color: #25D366;
}

.social-buttons li a:hover .fab,
.social-buttons li a:focus .fab,
.social-buttons li a:active .fab {
	color: #FFF;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: -5px 5px 5px 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #FFF;
    border-color: #253967 #253967 #253967;
    color: #253967;
    border-radius: 200px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}

.owl-carousel .owl-nav button[class*="owl-"]:hover, .owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #253967;
    border-color: #253967 #253967 #253967;
    color: #ffffff;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -2px;
    top: 0px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 0px;
}


/* sticky header */
.sticky-header {
	width: 100%;
	z-index: 20;
}

@media (max-width: 768px) {
	#header {
		height: auto !important;
	}

	.sticky-header {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	html.sticky-header-active .sticky-header {
		position: fixed;
		top: -170px;
		box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
		/*transition: box-shadow 2s;*/
	}
}

/* header */
#header .header-content {
	
}

#header .header-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#364b78+0,3e67a4+100 */
	background: rgb(54,75,120); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(54,75,120,1) 0%, rgba(62,103,164,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(54,75,120,1) 0%,rgba(62,103,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(54,75,120,1) 0%,rgba(62,103,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364b78', endColorstr='#3e67a4',GradientType=1 ); /* IE6-9 */
}

#header .header-content &gt; .container {
	position: relative;
}

/* logo */
#header .logo {
	padding: 25px 0;
	text-align: center;
	transition: all .3s;
	position: relative;
	top: 0;
}

@media (max-width: 768px) {
	#header .logo {
		padding: 10px 0;
	}
}

#header .logo img {
	height: 120px;
	object-fit: scale-down;
	transition: all .3s;
	max-width: 100%;
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo {
		position: relative;
		top: 145px;
	}
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo img {
		height: 40%;
	}
}

#header .meio .categorias ul {
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
    display: flex;
}

#header .meio .categorias ul li {
	display: inline-block;
	margin: 0 2px;
}

#header .meio .categorias ul li a img {
	filter: brightness(100%);
	transition: all .2s;
}

#header .meio .categorias ul li a:hover img {
	filter: brightness(150%);
}

#header .meio .baixo .fone {
	margin-top: 20px;
}

#header .meio .baixo .fone .fa {
	float: left;
	border-radius: 200px;
	box-shadow: 1px 0 30px 2px rgba(161,218,248, .5);
	width: 40px;
	height: 41px;
	text-align: center;
	line-height: 40px;
	margin-top: 6px;
	margin-right: 10px;
	color: #002d63;
	margin-bottom: 20px;
	/*height:60px;*/
}

#header .meio .baixo .fone .titulo {
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	display: block;
}

#header .meio .baixo .fone .numero {
	font-size: 15px;
	font-weight: 600;
	color: #002d63;
	display: block;
}

#header .meio .baixo .conta {
	margin-top: 30px;
}

#header .meio .baixo .conta a {
	font-size: 11px;
	text-transform: uppercase;
	color: #303030;
}

#header .meio .baixo .conta a:hover {
	text-decoration: underline;
	color: #002d63;
}

#header .esquerda .topo .favoritos {
	position: relative;
	transition: all .2s;
}

#header .esquerda .topo .favoritos img {
	position: absolute;
}

#header .esquerda .topo .favoritos:hover img {
	transform: scale(1.05);
	filter:drop-shadow(8px 8px 10px gray);
}

#header .esquerda .topo .favoritos .contador {
	border-radius: 200px;
	min-width: 20px;
	text-align: center;
	min-height: 20px;
	background-color: #363999;
	color: #FFF;
	font-size: 9px;
	padding: 4px 5px;
	display: inline-block;
	position: absolute;
	top: -2px;
	left: auto;
	margin-left: 25px;
}

#header .esquerda .topo .carrinho {
	transition: all .2s;
}

#header .esquerda .topo .carrinho .titulo {
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	/*margin-left: 10px;*/
}

#header .esquerda .topo .carrinho .contador {
	font-size: 12px;
	border-bottom: 2px solid silver;
	font-weight: 600;
	display: inline-block;
	margin-left: 4px;
}

#header .esquerda .topo .carrinho:hover .titulo {
	color: #000;
	border-bottom: 3px solid silver;
}

#header .esquerda .topo .carrinho:hover img {
	transform: scale(1.05);
	filter:drop-shadow(4px 4px 10px gray);
}

/* busca */
#header .busca {
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
}

@media (max-width: 1300px) {
	#header .busca {
		margin-bottom: 10px;
	}	
}

#header .busca input[type='text'] {
	border-radius: 0px;
	border: none;
	background-color: #F5F5F5;
	height: 40px;
	font-size: 14px;
	padding-right: 30px;
	padding-left: 20px;
	width: 100%;
}

#header .busca .busca-btn {
	position: absolute;
	right: 26px;
	top: 21px;
	margin-top: -12px;
}

#header .busca .busca-btn .fa {
	color: #8A99BA;
}

/* usuario */
#header .usuario {
	margin-bottom: 30px;
	position: relative;
}

#header .usuario .btn {
	text-transform: uppercase;
}

#header .usuario .btn .fa {
	margin-right: 8px;
}

/* social */
#header .social {
	position: absolute;
	top: 20px;
	right: 60px;
}

/* menu */
#header .menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#header .menu &gt; .container {

}

@media (min-width: 768px) {
	html.sticky-header-active #header .menu {
		/*padding-top: 42px;*/
	}
}

#header .menu nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header .menu nav &gt; ul &gt; li {
	display: inline-block;
}

#header .menu nav &gt; ul &gt; li &gt; a {
	font-size: 14px;
	color: #3b3e99;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 18px 17px;
	transition: color .2s, background-color .2s;
	position: relative;
}

html.sticky-header-active #header nav.menu-desktop {
	transition: all 3s;
}

html.sticky-header-active #header nav.menu-desktop {
    justify-content: flex-end;
    display: flex;
}

@media (min-width: 992px) {
	html.sticky-header-active #header .menu nav &gt; ul &gt; li &gt; a {
		font-size: 11px;
		font-weight: 600;
		padding: 21px 12px;
	}
}

#header .menu nav.menu-desktop &gt; ul &gt; li &gt; a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&amp;0.05+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#header .menu nav &gt; ul &gt; li:first-child &gt; a:before {
	display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
	#header .menu nav &gt; ul &gt; li &gt; a {
		font-size: 14px;
		font-weight: 600;
		padding: 18px 12px;
	}	
}

@media (min-width: 768px) and (max-width: 1199px) {
	html.sticky-header-active #header .menu nav &gt; ul &gt; li &gt; a {
		font-size: 11px;
		font-weight: 600;
		padding: 20px 8px;
	}	
}

#header .menu nav &gt; ul &gt; li &gt; a:hover,
#header .menu nav &gt; ul &gt; li &gt; a:focus,
#header .menu nav &gt; ul &gt; li &gt; a:active {
	background-color: #FBF23C;
	color: #393B8C;
}

#header .menu nav.menu-desktop &gt; ul &gt; li &gt; a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: transparent;
	transition: all 0s;
}

#header .menu nav.menu-desktop &gt; ul &gt; li &gt; a:hover:after,
#header .menu nav.menu-desktop &gt; ul &gt; li &gt; a:focus:after,
#header .menu nav.menu-desktop &gt; ul &gt; li &gt; a:active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #393B8C;
	transition: all .5s;
}

#header .menu nav &gt; ul &gt; li.current a {
	background-color: #FBF23C;
	color: #393B8C;
}

#header .menu nav.menu-desktop &gt; ul &gt; li.current a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #393B8C;
}

/* menu responsivo */
.menu-responsive-btn {
	background-color: #393B8C;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#header .menu nav.menu-responsive &gt; ul &gt; li &gt; a:hover:after,
#header .menu nav.menu-responsive &gt; ul &gt; li &gt; a:focus:after,
#header .menu nav.menu-responsive &gt; ul &gt; li &gt; a:active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #393B8C;
}

.menu-responsive-btn:hover,
.menu-responsive-btn:focus,
.menu-responsive-btn:active {
	color: #FFF;
}

#header .menu nav.menu-responsive &gt; ul &gt; li.current a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #393B8C;
}

.menu-responsive {
	width: 100%;
	max-height: 0;
	opacity: 0;
	transition: opacity .8s, max-height .6s;
}

.menu-responsive-open {
	max-height: 1000px;
	opacity: 1;
}

.menu-responsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.menu-responsive ul li {
	border-bottom: 1px solid #F0F0F0;
	display: inline-block;
	width: 100%;
}

.menu-responsive ul li a {
	padding: 16px 20px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.menu-responsive ul li.current a {
	color: #444;
}

/* main */
main {
	min-height: 601px;
}

main .pagina-conteudo {
	min-height: 420px;
}

/* slider */
.tp-caption.top-label {
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

.tp-caption.main-label {
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: -2px;
}

@media (max-width: 1008px) {
	.tp-bgimg.defaultimg {
		/*background-size: 700% !important;*/
	}
}

/* novidades */
.novidades {
	padding: 40px 0 0 0;
}

.novidades .lista .item &gt; a {
	display: inline-block;
	border: 1px solid rgba(0,0,0,.1);
	padding: 20px 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	transition: all .2s;
	width: 100%;
}

.novidades .lista .item &gt; a:hover {
	border-color: #393B8C;
	box-shadow: 0 1px 30px 2px rgba(57,59,140, .1);
}

.novidades .lista .item .image img {
	width: 100%;
	height: 160px;
	object-fit: contain;
	object-position: center;
}

.novidades .lista .item .texto .titulo {
	font-weight: 600;
	display: block;
	font-size: 17px;
	line-height: 22px;
	color: #4c4c4c;
	font-family: 'Ubuntu', sans-serif;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.novidades .lista .item .texto .chamada {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4c4c4c;
	display: inline-block;
}

.novidades .lista .item .texto .preco {
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	color: #383b97;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}

/* compra-segura */
.compra-segura {
	padding: 40px 0 0;
}

.compra-segura &gt; .container {
	border-top: 3px solid rgba(0,0,0,.05);
	padding-top: 30px;
}

.compra-segura .lista .item {
	border-left: 1px solid rgba(0,0,0,.05);
}

.compra-segura .lista .item:first-child {
	border-left: none;
}

.compra-segura .lista .item .image {
	display: inline-block;
}

.compra-segura .lista .item .texto {
	display: inline-block;
}

.compra-segura .lista .item .texto .titulo {
	font-weight: 700;
	display: block;
	color: #33368c;
}

/* banner */
.banner {
	padding: 50px 0 50px 0;
}

.banner img {
	transition: all .3s;
}

.banner img:hover {
	box-shadow: 0 2px 20px 5px rgba(0,0,0,.3);
}

/* newsletter */
.newsletter {
	padding: 50px 0 50px 0;
	background-color: #073367;
}

.newsletter .titulo {
	font-family: 'Ubuntu', sans-serif;
	color: #FFF;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	max-width: 300px;
	display: inline-block;
}

.newsletter .titulo strong {
	color: #ffdf00;
}

.newsletter .subtitulo {
	color: #ffda45;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 3px;
	display: block;
}

.newsletter fieldset {
	border: 1px solid #4F5F85;
	border-radius: 4px;
	padding: 0 10px;
}

.newsletter fieldset legend {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	width: inherit;
    padding:0 10px;
    border-bottom: none;
}

.newsletter fieldset input[type="text"] {
	width: 100%;
	background: transparent;
	border: none;
	padding: 0 10px;
	height: 42px;
	color: #FFF;
}

.newsletter fieldset input[type="text"]:hover,
.newsletter fieldset input[type="text"]:active,
.newsletter fieldset input[type="text"]:focus {
	border: none !important;
}

/* footer */
#footer {
	background-color: #FFF;
}

#footer .topo {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#footer .topo .pagamento .titulo {
	display: inline-block;
	width: 120px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	color: #9F9F9F;
	text-transform: uppercase;
	vertical-align: middle;
	height: 38px;
}

#footer .topo .pagamento img {
	vertical-align: middle;
}

#footer .topo .envio .titulo {
	display: inline-block;
	width: 120px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	color: #9F9F9F;
	text-transform: uppercase;
	vertical-align: middle;
}

#footer .topo .envio img {
	vertical-align: middle;
}

#footer .conteudo {
	padding: 30px 0;
}

#footer .conteudo .empresa {
	border-right: 1px solid rgba(0,0,0,.07);
}

#footer .conteudo .empresa .texto {
	font-size: 12px;
	line-height: 17px;
	display: inline-block;
	color: #393B8C;
	font-weight: 600;
	margin-top: 10px;
}

#footer .conteudo .contato .item {
	margin-bottom: 12px;
}

#footer .conteudo .contato .item .titulo {
	color: #666;
	display: block;
	font-weight: 600;
}

#footer .conteudo .contato .item .texto {
	color: #002d63;
	font-weight: 700;
	font-size: 17px;
}

#footer .conteudo .contato .item .texto a:hover {
	text-decoration: underline;
}

#footer .conteudo .contato .item .fa,
#footer .conteudo .contato .item .fab {
	border-radius: 200px;
	box-shadow: 1px 0 30px 2px rgba(161,218,248, .5);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 6px;
	margin-right: 10px;
	color: #002d63;
}

#footer .conteudo .links .titulo {
    color: #666;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

#footer .conteudo .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .conteudo .links ul li {
	margin-bottom: 6px;
}

#footer .conteudo .links ul a {
	color: #002d63;
	font-weight: 700;
	font-size: 17px;
	line-height: 17px;
}

#footer .conteudo .links ul a:hover,
#footer .conteudo .links ul a:focus,
#footer .conteudo .links ul a:active {
	text-decoration: underline;
}

#footer .conteudo .facebook img {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}

#footer .creditos {
	background-color: rgba(0,0,0,.05);
	padding: 10px 0;
}

#footer .creditos .cia span {
	color: #666;
	font-weight: 600;
	font-size: 13px;
}

#footer .creditos .dev a {
	color: #666;
	font-weight: 600;
	font-size: 13px;
}

/* page header */
.page-header {
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 30px;
	text-align: left;
}

.page-header h1 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 5px;
	font-weight: 800;
	color: #FFF;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
}

.pagina-conteudo {
	padding: 30px 0;
}

@media (max-width: 991px) {
	.pagina-conteudo {
		padding: 20px 0;
	}
}

.pagina-conteudo .imagens .item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.pagina-conteudo h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
}

.pagina-conteudo .imagens .popup-gal img {
	object-fit: scale-down;
	object-position: center;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb ol {
	display: inline-block;
}

.breadcrumb a {
	color: #FFF;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	color: #FFDE00;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #FFDE00;
    content: "/";
}

.breadcrumb-item.active {
    color: #FFDE00;
}

.especificacoes {
	margin-top: 30px;
	background-color: #FAFAFA;
	padding: 40px;
}

/* pagina contato */
.contato-pagina iframe {
	width: 100%;
	height: 250px;
}

.contato-pagina .endereco ul {
	list-style: none;
	padding: 0;
}

.contato-pagina .endereco .list-icons .fa,
.contato-pagina .endereco .list-icons .far {
	color: #253967;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #253967;
    outline: 0;
    box-shadow: none;
}

.contato-pagina h2 {
	color: #253967;
	font-size: 24px;
}

/* empresa pagina */
.empresa-pagina h3 {
	color: #444;
	font-size: 22px;
}

.empresa-pagina h2 {
	color: #253967;
	font-size: 24px;
}

.menu-lateral {
	box-shadow: 0 2px 30px 2px rgba(0,0,0,.05);
	position: relative;
}

.menu-lateral .titulo {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	font-weight: 600;
	color: #4c4c4c;
}

.menu-lateral .titulo .fa {
	float: right;
	margin-top: 3px;
	color: #ccc;
}

.menu-lateral:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3e99+0,fff100+100 */
	background: rgb(59,62,153); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(59,62,153,1) 0%, rgba(255,241,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(59,62,153,1) 0%,rgba(255,241,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(59,62,153,1) 0%,rgba(255,241,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3e99', endColorstr='#fff100',GradientType=1 ); /* IE6-9 */
}

.menu-lateral ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.menu-lateral ul li {
	position: relative;
}

.menu-lateral &gt; ul &gt; li &gt; a {
	display: inline-block;
	padding: 12px 30px;
	width: 100%;
	border-top: 1px solid #F0F0F0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	color: #666;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul.submenu {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

.menu-lateral ul.submenu &gt; li &gt; a {
	display: inline-block;
	padding: 10px 45px;
	width: 100%;
	border-top: 1px solid #F5F5F5;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	color: #4c4c4c;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul li a:hover {
	background-color: #F5F5F5;
	color: #333;
}

.menu-lateral ul li.current &gt; a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
}


@media (max-width: 991px) {
	.menu-lateral {
		margin-bottom: 30px;
	}
	.menu-lateral &gt; ul {
		display: none;
	}
}



.slider-container {
	position: relative;
	display: block;
}

.slider-container .slider-produto .content img {
	width: 100%;
	height: 300px;
	object-fit: scale-down;
	object-position: center;
}

.slider-container .slider-controls a {
	position: absolute;
	top: 45%;
	z-index: 100;
	color: #333333;
}

.slider-container .slider-controls a.slider-left {
	left: -25px;
}

.slider-container .slider-controls a.slider-right {
	right: -25px;
}

.slider-container .owl-nav button[class*="owl-"] {
	box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
}

.thumbnail-slider-container{
	margin-top: 5px;
}

.thumbnail-slider .content{
	padding:5px;
}

.thumbnail-slider .content img {
	width: 100%;
	height: 100px !important;
	object-fit: scale-down !important;
	object-position: center;
	border: 1px solid #E0E0E0;
}

.thumbnail-slider .owl-item.active.center {
	border: 3px solid #333333;
}

.thumbnail-slider .owl-nav button[class*="owl-"] {
    background-color: #FFF;
    border-color: #253967 #253967 #253967;
    color: #253967;
    border-radius: 200px;
    font-size: 15px;
    height: 25px;
    width: 25px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.thumbnail-slider .owl-nav button.owl-prev {
	left: 8px !important;
}

.thumbnail-slider .owl-nav button.owl-next {
	right: 8px !important;
}

.owl-theme .owl-nav [class*=owl-] {
 	margin: 5px !important;
}

.preco-alto {
	color: red;
	text-decoration: line-through;
	font-size: 14px;
	display: block;
}

.preco-atual sup {
	color: #253967;
	font-size: 14px;
	margin-right: 4px;
}

.preco {
	color: #253967;
	font-size: 24px;
	font-weight: 600;
}

.slider-produto .owl-nav button.owl-prev {
    left: -0px;
}

.slider-produto .owl-nav button.owl-next {
    right: -0px;
}



.tabela-carrinho &gt; .conteudo {
	background-color: #F0F0F0;
	padding: 30px;
}


#header .esquerda .topo .favoritos {
	display: none !important;
}







.carrinho-vazio {
	background-color: #FAFAFA;
	padding: 40px;
	text-align: center;
}

.tabela-carrinho &gt; .conteudo {
	background-color: #F0F0F0;
	padding: 30px;
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px;
    margin: 0 auto;
    background-color: #FFF;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 40px;
    width: calc(100% - 80px);
    cursor: auto;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; thead td {
	text-align: center;
	padding: 10px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; thead td:nth-child(1) {
	text-align: left;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td {
	background-color: #fafafa;
}


.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.produto img {
	height: 60px;
	width: 60px;
	object-fit: scale-down;
	object-position: center;
	margin-right: 20px;
}

@media (max-width: 678px) {
	.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.produto span {
		display: none;
	}
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.quantidade {
	text-align: center;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.quantidade .minus {
	display: inline-block;
	margin-right: 5px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.quantidade .plus {
	display: inline-block;
	margin-left: 5px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.quantidade input#quantidade {
	width: 50px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ced4da;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.quantidade a.remover {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.valor-unitario {
	text-align: center;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.valor-unitario span {
	position: relative;
    top: 20px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.valor-subtotal {
	text-align: center;
	width: 20%;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tbody td.valor-subtotal span {
	position: relative;
    top: 20px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot tr.calcular-frete td {
	padding: 10px;
	padding-top: 13px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot tr.calcular-frete span {
	display: inline-block;
	margin-right: 10px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot tr.calcular-frete a {
	font-size: 12px;
	margin-left: 10px;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot tr.calcular-frete #cep {
	width: 150px;
	display: inline-block !important;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total table {
	width: 100%;
	text-align: right;
	border: 1px solid #AAA;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .label-frete {
	width: 42%;
	text-align: left;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .valor-frete {
	width: 42%;
	text-align: center;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .label-subtotal {
	width: 42%;
	text-align: left;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .valor-subtotal {
	width: 42%;
	text-align: center;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .label-desconto {
	width: 22%;
	text-align: left;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .valor-desconto {
	width: 48%;
	text-align: center;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .label-total {
	width: 40%;
	text-align: left;
}

.tabela-carrinho &gt; .conteudo &gt; .table-responsive &gt; table &gt; tfoot .compra-total .valor-total {
	width: 45%;
	text-align: center;
}

.tabela-carrinho td.valor-unitario input.dinheiro,
.tabela-carrinho td.valor-subtotal input.dinheiro,
.tabela-carrinho .compra-total input.dinheiro {
	position: absolute;
	left: -10000px;
	opacity: 0;
}

.frete-options {
	background-color: #DADADA;
	padding: 20px;
	margin-top: 8px;
	opacity: 0;
	transition: all .3s;
}

.frete-options .precoPac,
.frete-options .precoSedex {
	float: right;
}

.frete-options .prazoPac,
.frete-options .prazoSedex {
	float: right;
	margin-left: 50px;
	/*clear: both;*/
}

.frete-options .form-check {
	border-bottom: 1px dashed #bbb;
	padding: 10px 40px;
	/*max-width: 400px;*/
}

.loading-frete {
	display: none;
}

.busca-vazia {
	background-color: #FAFAFA;
}

.tabela-carrinho .prod-nome {
	display: inline-block;
	height: 60px;
	position: relative;
	top: 5px;
}

.tabela-carrinho .prod-nome .titulo {
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

.tabela-carrinho .prod-nome .categorias {
	font-size: 14px;
	line-height: 14px;
	display: block;
}

.tabela-carrinho td.quantidade {
	padding-top: 20px;
}

.d-none-ni {
	display: none;
}

.slogan {
	height: 0;
	text-align: center;
}

.slogan span {
	position: absolute;
	top: -30px;
	font-size: 13px;
	font-size: 12.8px;
	left: 0;
	color: #f2c639;
	/* text-shadow: 0.5px 0.5px 1px rgba(0,0,0,.3); */
	font-style: italic;
	font-weight: 500;
}

@media (max-width: 991px) {
	.slogan {
		height: 30px;
	}	
	.slogan span {
		top: -15px;
	}
}

.produtos-tags {
	text-align: center;
}

.produtos-tags a {
	border: 1px solid #253967;
	padding: 4px 8px;
	margin: 4px;
	display: inline-block;
}

.produtos-tags a:hover,
.produtos-tags a:focus {
	background-color: #253967;
	color: #FFF;
}

.produtos-tags a:before {
	content: '\f02c';
	margin-right: 4px;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

/* Popup */
.popup-inline-content,
.mfp-content .ajax-container {
	background: none repeat scroll 0 0 #FFF;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	display: none;
}

.mfp-content .ajax-container {
	display: block;
}

.mfp-wrap .popup-inline-content {
	display: block;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
	}
}

.modal-footer &gt; :not(:first-child) {
	margin-left: 4px;
	margin-left: .25rem;
	margin-right: 0px;
	margin-right: 0rem;
}

.modal-footer &gt; :not(:last-child) {
	margin-right: 4px;
	margin-right: .25rem;
	margin-left: 0px;
	margin-left: 0rem;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #838383;
}

/* No Margins */
.mfp-no-margins img.mfp-img {
	padding: 0;
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-no-margins .mfp-container {
	padding: 0;
}

/* Zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0.001;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0.01;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
	z-index: 999999;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Fade */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Dialog */
.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
}

.dialog.dialog-xs {
	max-width: 200px;
}

.dialog.dialog-sm {
	max-width: 400px;
}

.dialog.dialog-md {
	max-width: 600px;
}

.dialog.dialog-lg {
	max-width: 900px;
}

/* White Popup Block */
.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.white-popup-block.white-popup-block-xs {
	max-width: 200px;
}

.white-popup-block.white-popup-block-sm {
	max-width: 400px;
}

.white-popup-block.white-popup-block-md {
	max-width: 600px;
}

.white-popup-block.white-popup-block-lg {
	max-width: 900px;
}

/* Lightbox Opened */
html.lightbox-opened.sticky-header-active #header .header-body {
	padding-right: 17px;
}

/* Modal Opened */
.modal-open {
	padding-right: 0 !important;
}


#form-dialog {
	max-width: 600px;
	box-shadow: 0 0 30px 3px rgba(0,0,0,.1);
}

.mfp-wrap {
    z-index: 999999;
}


section.video {
	background-image: url(../img/background/4.jpg);
	background-size: cover;
	padding: 40px 0;
}

section.video .video {
	height: 433px;
	overflow: hidden;
	padding: 0px;
	border-radius: 20px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/video.jpg);
	background-size: cover;
	background-position: center;
}

section.video .video .fas {
	font-size: 30px;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 200px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 58px;
	padding-left: 5px;
}




.box-contato {
    background-color: #0095e5;
    border-radius: 20px;
    /*font-family: Roboto;*/
    color: #fff !important;
    height: 40px;
    padding: 0 15px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding-top: 2px;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-contato:hover {
    background-color: #3b62a2;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.box-contato i {
    margin-right: 8px;
    margin-top: -3px;
}

.box-contato.whats {
    background-color: #4dc247
}

.box-contato.whats:hover {
    background-color: #40b03a;
    text-decoration: none !important;
}

.box-contato .fa-whatsapp {
    font-size: 20px
}

.box-contato .fa-phone {
    font-size: 17px
}


.float-whatsapp {
    position: fixed;
    right: 40px;
    bottom: 50px;
    width: 76px;
    height: 76px;
    z-index: 2;
    background-color: #2ab63f;
    border-radius: 200px;
    box-shadow: 0 5px 10px 2px rgba(0,0,0,.2);
    transition: all .3s ease;
}

@media (max-width: 991px) {
    .float-whatsapp {
        position: fixed;
        right: 30px;
        bottom: 110px;
        width: 56px;
        height: 56px;
        z-index: 2;
        background-color: #2ab63f;
        border-radius: 200px;
        box-shadow: 0 5px 10px 2px rgba(0,0,0,.2);
        transition: all .3s ease;
    }
}

.float-whatsapp:hover,
.float-whatsapp:focus,
.float-whatsapp:active {
    transform: scale(1.05);
}

.float-whatsapp a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.float-whatsapp img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: scale-down;
    object-position: center;
}</pre></body></html>