
/* CSS-RESET */

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-family: 'Gotham', sans-serif;
	font-weight: 300;
	color: #fff;
}


ul {
	list-style:none;}

a {
	text-decoration:none;
}

body {
	background:#38424D;
}


.content-align {
	width: 90%;
	margin: auto;
	overflow: hidden;
	z-index: 2000
}


.align-mobile-full {
	width: 100%;
}

body > .content-align {
	overflow: inherit;
}

/* HEADER */

header { width: 100%;
	position: relative;
}

header .content-align {
	width: 100%;
}

header #filete {
	z-index: 3;
	position: fixed;
	padding: 20px 0;
	width: 100%;
	box-shadow: inset 0px 31px 36px -35px #4CBCB8,        inset 0 -98px 0px -9px transparent;
}

header .default {
	position: absolute;
}

header .fixed {
	position: fixed;
	background-color: rgba(55,66,77,0.9);
	height: 60px;
}

header .fixed nav {
}

header .fixed a {
	font-size: 12px;

}

header .logo {
	width: 257px;
	height: 45.51px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	position: absolute;
	top: 20px;
	left: 35px;
}

header .logo img {
	width: 257px;
	height: 45.51px;
	transition: 0.3s;
}

header .fixed .logo {
	width: 257px;
	height: 45.51px;
	display: block;
	overflow: hidden;
	margin:auto;
	transition: 0.3s;
}

header .fixed .logo img {
	width: 257px;
	height: 45.51px;
	transition: 0.3s;
}

header nav {
	margin-top: 50px;
	float: right;
	display: none;
}

header nav ul li {
	float: left;
	margin-right: 20px;
}

header nav ul li.li-logo {
	display: none
}

header nav ul li a {
	color: #fff;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

header nav ul li a:hover {
	padding-bottom: 10px;
	border-bottom:2px solid #4AB6B2;
	color:#4AB6B2;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

.mobile ul li a.actived {
	padding-bottom: 10px;
	border-bottom:2px solid #4AB6B2;
	color:#4AB6B2;

}

.mobile {
	  padding:0px 0 10px 0;
	  width:70px;
	  float:right;
	  right:0;
	  min-height:60px;
	  position:fixed;
	  z-index:20;
	  top:0;
	  z-index:1000;
	 }
  
  .mobile .control-nav {
    position: fixed;
    right: 30px;
    top: 35px;
    display: block;
    width: 7px;
    padding: 5px 0;
    border: solid #fff;
    border-width: 7px 0;
    z-index: 20;
    cursor: pointer;
  }
 
  .mobile .control-nav:before {
    content: "";
    display: block;
    height: 7px;
    background: #fff;
  }
 
  .mobile .control-nav-close {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 20;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
 
  .mobile nav {
	  display:block;
	  position: fixed;
	  top: -50px;
	  left: 0;
	  bottom: 0;
	  width: 300px;
	  overflow-x: auto;
	  z-index: 2000;
	  -webkit-transition: all 500ms ease;
	  transition: all 500ms ease;
	  -webkit-transform: translate(-100%, 0);
	  -ms-transform: translate(-100%, 0);
	  transform: translate(-100%, 0);
	  opacity:0.95;
	  background-color: rgba(55,66,77,1);
	  padding: 20px;
	 }
  
  .mobile nav ul li {
	  float:none;
	  margin: 15px 0 34px 10px;
}

.mobile nav ul li a {
	color:#fff;
	text-decoration:none;
	font-size: 1.4em;
}

.mobile nav ul li a img {
	width: 30px;
}

.mobile nav p	{
	color:#fff;
	font-size:25px;
	margin:5px;}
  
#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0, 0);
}

#control-nav:checked ~ nav {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
#control-nav:checked ~ .control-nav {
	transform: rotate(45deg);

}

#control-nav:checked ~ .control-nav2 {
	transform: rotate(-45deg);
}

  
input#control-nav {
	visibility:hidden;} 

header .content-header {
	margin-top: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

header .content-header h1 {
	color: #CA9457;
	font-weight: normal;
	font-size: 25px;
	width: 75%;
	text-transform: uppercase;
	text-align: center;

}

header .content-header p {
	margin:15px 0 20px 0;
	font-size: 16px;
}

header .content-header a, #especialidades .content-align > a {
	background: url(../images/icones/whatsapp-br.svg) no-repeat 15px center #CA9457;
	background-size: 20px;
	color: #fff;
	padding: 13px 20px 13px 40px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	transition: 0.5s;
	font-family: 'Lato';
	font-weight: bold;
}

header .content-header img {
	width: 130%;
	margin-left: -10%;
	margin-top: 30px;
	display: block;
	
}


/* CONTEUDO */

section {
	padding: 80px 0;
	width:100%;
	float: left;
}

.desc-section {
	text-align: center;
	margin-bottom: 40px;
}

h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}


h1 span, h2 span {
	color:#4AB6B2;
	font-size: 2rem;
	font-weight: bold;
}

h2 span {
	
}

/* INTRO */

#intro {
	position: relative;
}

.content-intro {
	padding-top: 26vh;
	width: 80%;
	text-align: center;
	line-height: 3.5rem;
	display: block;
	margin: auto;
}

.content-intro h1, .content-intro h1 span {
	font-weight:bold;
	font-size:2.5rem;
}

.content-intro > span:nth-child(2) {
	background:#4AB6B2;
	padding:0 20px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	margin-top: 50px;
	font-weight: bold;
}

.content-intro > span:nth-child(3){
	background:url(../images/seta.svg) no-repeat;
	width:52px;
	height:39.3px;
	display:block;
	background-size:52px;
	cursor:pointer;
	margin: 100px auto 0 auto;
}

.content-intro > span:nth-child(2):hover {
	color:#4AB6B2;
	background:#333;
}

/* SOBRE */

#sobre {
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-direction: column;
}

#sobre .content {
	width: 100%;
	margin: auto;
	align-items: center;
}

#sobre .content p {
	text-align:center;
	line-height:1.8rem;
	padding: 0 5%;
}

#sobre > img {
	width: 90%;
	border-radius:60px 0 0 60px;
	margin-left: 11%;
	margin-top: 50px;
}

/* SOLUÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ES */

#solucoes .content-align {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

#solucoes .content-align > a, #duvida .content-align > span, #diagnostico .content-align > span {
	background:#4AB6B2;
	color:#fff;
	padding:20px 25px;
	text-align:center;
	border-radius:10px;
	font-weight:bold;
	font-size:0.9rem;
	margin-top:25px;
	cursor:pointer;
}

#solucoes .content-align > a:hover, #duvida .content-align > span:hover, #diagnostico .content-align > span:hover {
	background:#333;
	color:#4AB6B2;
}

#solucoes .content {
	width: 90%;
}

#solucoes .content p {
	text-align:center;
	line-height:1.8rem;
}

#solucoes .boxes-solucoes {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	margin-top: 50px;
}

#solucoes .boxes-solucoes .box .titulo {
	display:flex;
	align-items: center;
}

.box .titulo .icon {
	min-width: 70px;
	height:70px;
	padding:5px;
	border-radius:10px;
	margin-right:15px;
	background-size:45px !important;
}

#solucoes .boxes-solucoes .box {
	background:#232B33;
	width: 87%;
	padding: 7%;
	margin-bottom: 40px;
	min-height:15vw;
}

#solucoes .boxes-solucoes .box p {
	font-size: 1.3rem;
	margin:15px 0;
}

#solucoes .boxes-solucoes .box > p, #solucoes .boxes-solucoes .box span  {
	font-size: 1rem;
	line-height: 1.5rem;
}

#solucoes .boxes-solucoes .box span {
	text-decoration:underline;
	color:#4AB6B2;
	background: url(../images/icones/link.svg) no-repeat center left;
	font-weight:bold;
	display:flex;
	align-items:center;
	padding:10px 20px;
	cursor: pointer;
}

#solucoes .boxes-solucoes .box span:hover {
	color:#fff;
}

#diagnostico {
	background:#fff;
}

#diagnostico .content-align {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#diagnostico h2, #diagnostico h3 {
	color:#38424D;
	width:100%;
	text-align:center;
}

#diagnostico h3 {
	margin-top:40px;
}

#diagnostico p {
	color:#38424D;
	text-align:center;
	line-height:1.8rem;
}

#diagnostico .boxes-como {
	display:flex;
	justify-content:space-between;
	margin-top:40px;
	flex-direction: column;
}

#diagnostico .box {
	width: 100%;
	margin-bottom: 40px;
}

#diagnostico .box:last-child {
	margin-bottom:0
}

#diagnostico .box img {
	height:120px;
	display:block;
	margin:0 auto 15px auto;
}

#diagnostico .box p {
	margin:10px 0;
	font-size: 1rem;
}

#diagnostico .box p:nth-child(2){
	font-weight:bold;
}
/* DUVIDA */

#duvida .content-align {
	align-items:center;
	display:flex;
	flex-direction:column
}

#duvida p {
	text-align:center;
	line-height:1.8rem;
	margin-bottom:20px;
}

/* BIBLIOTECA */

#biblioteca {
	padding-bottom:550px;
	background-position:bottom right !important;
	background-size:95% !important;
}



#biblioteca h2 {
	text-align:left;
}

#biblioteca ul {
	margin-top:30px;
}

#biblioteca ul li {
	margin-bottom:15px;
}

#biblioteca ul li a {
	background:url(../images/icones/link.svg) no-repeat;
	padding-left:23px;
	line-height:1.8rem;
	font-size: 1rem;
	background-size:15px;
}

#biblioteca ul li a:hover {
	text-decoration:underline
}

/* CLIENTES */

#clientes {
	background:#fff;
}

#clientes h2 {
	color:#38424D
}

#clientes .content-align {
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#clientes .content-align img {
	width: 47%;
}

/* CONTATO */

#contato .content-align {
	display:flex;
	align-items:center;
	flex-direction: column;
}

#contato h2 {
	width: 100%;
	margin-bottom: 58px;
}

#contato ul {
	display:flex;
	gap: 40px;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

#contato ul li a {
	padding-top:90px;
}

#contato ul li {
	display:Flex;
}

#contato  ul li:nth-child(1) a {
	background: url(../images/icones/email.png) no-repeat top center;
	background-size: 100px;
}

#contato  ul li:nth-child(2) a {
	background: url(../images/icones/whatsapp.png) no-repeat top center;
	background-size: 75px;
}

#contato  ul li:nth-child(3) a {
	background: url(../images/icones/instagram.png) no-repeat top center;
	background-size: 75px;
}

/* POPUP */

#popup-produto .modal-content #content-form-prod > div, #popup-ficha .modal-content #content-form-ficha > div, #popup-login-cadastro .modal-content #content-form-ficha > div {
	width: 100%;
	margin:auto;
}
#popup-produto .modal-content, #popup-ficha .modal-content, #popup-login-cadastro .modal-content, #myModal .modal-content {
	padding: 30px 20px;
	width: 360px;
}

#popup-produto .modal-content p:first-child, #popup-ficha .modal-content p:first-child, #popup-login-cadastro .modal-content .title_cadastro {
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
}

#popup-produto .modal-content p.text_form, #popup-ficha .modal-content p.text_form, #popup-login-cadastro .modal-content p.text_form {
	text-align: center;
	font-size: 13px;
	margin:0 0 20px 0;
	color: #7A7A7A;
}

#popup-produto .modal-content .titulo-popup {
	color: #000;
	font-size: 19px !important;
	text-align: left !important;
}

.close {
	color:#000 !important;
}



#popup-ficha input::placeholder, #popup-produto input::placeholder{
	color:#999999;

}
#popup-produto .modal-content textarea, #popup-produto .modal-content select, #popup-produto .modal-content input, #popup-ficha .modal-content input, #popup-login-cadastro .modal-content input, #myModal .modal-content input {
    background: transparent;
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 1.5%;
    font-size: 14px;
    width: 97%;
    margin: 0 0 20px 0;
    color: #7A7A7A;
}

#popup-produto .modal-content option {
    color: #7A7A7A
}

#popup-produto .modal-content .checkbox-form, #popup-ficha .modal-content .checkbox-form, #popup-login-cadastro .modal-content .checkbox-form {
	margin-bottom:15px;
	float:left;
	width:100%;
}

#popup-produto .modal-content .checkbox-form label, #popup-ficha .modal-content .checkbox-form label, #popup-login-cadastro .modal-content .checkbox-form label {
	position:relative;
	width: 100%;
	float: left;
	margin: 10px 0;
	display: flex;
}

#popup-produto .modal-content .checkbox-form label:first-child, #popup-ficha .modal-content .checkbox-form label:first-child, #popup-login-cadastro .modal-content .checkbox-form label:first-child {
	margin-bottom: 15px;
}

#popup-produto .modal-content .checkbox-form span, #popup-ficha .modal-content .checkbox-form span, #popup-login-cadastro .modal-content .checkbox-form span {
	position:absolute;
	width:20px;
	height:20px;
	border: 1px solid #4AB6B2 !important;
	border-radius:5px;
	left: 0;
	cursor: pointer;
}


.checkbox-form input:checked ~ .checkmark:after {
	display:block;
}

.checkbox-form label input:checked ~ .checkmark {
	background-color: #4AB6B2;
}

.checkbox-form span:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #4AB6B2;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkmark:after {
	position:absolute;
	content:"";
}

#popup-produto .modal-content .checkbox-form input, #popup-ficha .modal-content .checkbox-form input, #popup-login-cadastro .modal-content .checkbox-form input {
	width: inherit;
	display: block;
	float: left;
	margin: 2px 5px 0 0;
	border:1px solid #4AB6B2 !important;
	opacity:0;
	position:absolute;
}

#popup-produto .modal-content .checkbox-form p, #popup-ficha .modal-content .checkbox-form p, #popup-login-cadastro .modal-content .checkbox-form p {
	display: block;
	float: left;
	margin-left:30px;
	color: #333;
}

#popup-produto .modal-content  input[type='submit'], #popup-ficha .modal-content  input[type='submit'], #popup-login-cadastro .modal-content  input[type='submit'], #myModal .modal-content  input[type='submit']{
	width: auto;
	text-align: center;
	background-color: #4AB6B2;
	display: block;
	cursor: pointer;
	font-size: 18px;
	padding: 15px 25px;
	transition: 0.3s;
	color: #fff;
}

#popup-produto .modal-content input[type='submit']:hover, #popup-ficha .modal-content input[type='submit']:hover, #popup-login-cadastro .modal-content  input[type='submit']:hover, #myModal .modal-content  input[type='submit']:hover{
	transition: 0.3s;
	background: #333;
	color: #4AB6B2;
}

.return-form {
	text-align: center;
	width: 100%;
	display: none;
	
}

.return-ok {
	background-color: #fff;
	padding: 15px 0;
	font-size: 14px !important;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
	color: #4AB6B2;
}

.return-ok a {
	color: #4AB6B2;
	font-size: 14px !important;
	text-decoration: underline;
}

.return-ok span {
  font-size: 14px !important;
  color: #4AB6B2;
}


.return-erro {
	padding: 15px 0;
	background-color: #FF4D4D;
	font-size: 14px !important;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
	color: #B64A4A;
}

#msg_erro_ficha {
	background:#fff;
	padding:10px;
	color: #f00;
	display:none;
	float: left;
	width: 100%;
	border-radius:20px;
}

/* FOOTER */

footer {
	background: #232B33;
	padding: 50px 0;
	float: left;
	width: 100%
}

footer .content-align {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	background: url(../images/logo-rodape.png) center no-repeat;
	padding: 0 0;
	background-size: 171px;
}

footer .content-left, footer .content-right-selo {
	width: 40%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.content-right-selo {
	background: url(../images/selo-rodape.jpg?v=3) no-repeat center;
	height: 200px;
}

footer .content-left > p {
	color: #212529;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

footer .content-left p a {
	font-family: 'Lato';
	color: #212529;
	text-decoration: underline;
}

footer .content-left .redes-sociais {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .content-left .redes-sociais p {
	margin-right: 10px;
	text-align: center;
	color: #212529
}

footer .content-left .redes-sociais a {
	width: 30px;
	height: 30px;
	display: block;
}

footer .content-left .redes-sociais ul li:nth-child(1) a {
	background: url(../images/icones/instagram.svg) no-repeat center;
	background-size: 30px;
}

footer .content-left .redes-sociais ul li:nth-child(2) a {
	background: url(../images/icones/facebook.svg) no-repeat center;
	background-size: 30px;
}

footer .content-left .redes-sociais ul li:nth-child(3) a {
	background: url(../images/icones/youtube.svg) no-repeat center;
	background-size: 30px;
}

footer .content-left .redes-sociais ul li:nth-child(4) a {
	background: url(../images/icones/linkedin.svg) no-repeat center;
	background-size: 30px;
}

footer .content-left .redes-sociais ul {
	display: flex;
	justify-content: space-between;
	width: 150px;
	align-items: center;

}

.web-designer {
	width: 28px;
	height: 27px;
	display: block;
	margin: auto;
	margin-top: 152px;
	background: url(../images/logo-web-designer.png?v=1) no-repeat left top;
	background-size: 146px;
	transition: 0.5s;
}
.web-designer:hover {
	width: 146px;
	transition: 0.5s;
}

#bt-whatsapp {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#bt-whatsapp a {
	width: 50px;
	display: block;
	height: 50px;
	background: url(../images/icones/whatsapp-br.svg) no-repeat center #3BC375;
	padding: 5px;
	background-size: 35px;
	border-radius: 100%;
}

@media only screen and (min-width: 768px) {
	#biblioteca {
		padding-bottom:350px;
		background-position:bottom -350px right !important;
		background-size:70% !important;
	}

	#clientes .content-align img {
		width: 16%;
	}
	#contato ul {
		flex-direction:row;
		gap:60px;
	}

	.bg {
		height:70vh !important;
	}
}
