@charset "UTF-8";
/*
 Theme Name: 	Garbuio
 Theme URI: 		http://www.garbuio.org.br
 Description: 	Garbuio Wordpress
 Version: 		1.0
 Author: 		Pática Comunicação
 Author URI: 	http://www.praticacomunicacao.com.br
 Author: 	    Junior Souza
 Author URI: 	https://www.jsdev.website
 Tags: 			Garbuio, bootstrap
 */
/* Colors */
/* Options */
/* Urls */
/* Media Query */
/* Z Index */
/* Imports */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: white;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px white, 0 0 5px white;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: white;
  border-left-color: white;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* FOnts */
.whatsapp {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 40px;
  background-color: #6dc147;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 48px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  z-index: 11;
}
.whatsapp i {
  margin-top: 16px;
  color: #f8f8f8;
}
.whatsapp:hover i {
  color: #f8f8f8;
}
.to-top {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 140px;
  background-color: #000000;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 48px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  z-index: 11;
}
.to-top i {
  margin-top: 16px;
  color: #f8f8f8;
}
.to-top:hover i {
  color: #f8f8f8;
}
/* Inicialização */
::-moz-selection {
  background: #28659d;
  color: white;
}
::selection {
  background: #28659d;
  color: white;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #28659d;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Montserrat;
}
/* Header */
header .social {
  position: absolute;
  right: 0;
  top: 43px;
}
header .social i {
  font-size: 16px;
  line-height: 1.8em;
  color: rgba(90, 90, 90, 0.89);
}
header #bottom-header svg {
  font-size: 35px;
}
header #bottom-header .navbar {
  height: auto;
}
header #bottom-header .navbar-brand img {
  width: 239px;
}
header #bottom-header ul li {
  padding: 0 10px;
}
header #bottom-header ul li a {
  font-size: 11px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
header #bottom-header ul li a.active, header #bottom-header ul li a:hover {
  color: #890381;
  background: transparent;
}
@media (max-width: 991px) {
  header #bottom-header ul li a.active, header #bottom-header ul li a:hover {
    color: #890381;
  }
}
header #bottom-header ul li.current_page_item a {
  color: #890381;
  background: transparent;
}
@media (max-width: 991px) {
  header #bottom-header ul li.current_page_item a {
    color: #890381;
  }
}
header #bottom-header a.btn {
  font-size: 11px;
  color: #ffffff;
  font-family: "Montserrat", Montserrat;
  height: 36px;
  border-radius: 8px;
  background-color: #890381;
  border: 0;
  text-transform: uppercase;
  padding: 12px 21px;
}
header #floating {
  transform: translateY(-108px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  transition: all 0.5s;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  background-color: white !important;
}
header #floating.scrollUp {
  transform: translateY(0);
}
header #floating i {
  color: #890381;
  font-size: 27px;
  margin-top: -7px;
}
header #floating svg {
  color: black;
  font-size: 35px;
}
header #floating ul li {
  padding: 0 10px;
}
header #floating ul li a {
  font-size: 11px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
header #floating ul li a.active, header #floating ul li a:hover {
  color: #890381;
  background: transparent;
}
@media (max-width: 991px) {
  header #floating ul li a.active, header #floating ul li a:hover {
    color: #890381;
  }
}
header #floating ul li.current_page_item a {
  color: #890381;
  background: transparent;
}
@media (max-width: 991px) {
  header #floating ul li.current_page_item a {
    color: #890381;
  }
}
header #floating nav {
  margin-top: 0;
}
header #floating a.btn {
  font-size: 11px;
  color: #ffffff;
  font-family: "Montserrat", Montserrat;
  height: 36px;
  border-radius: 8px;
  background-color: #890381;
  border: 0;
  text-transform: uppercase;
  padding: 12px 21px;
}
/* Seções */
.filtr-item {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.filtr-item:before {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.filtr-item .item-desc {
  background-color: rgba(0, 0, 0, 0) !important;
  display: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  left: 0;
  bottom: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  color: #363838;
  font-weight: 700;
}
.filtr-item:hover .item-desc, .filtr-item:hover:before {
  display: block;
}
.simplefilter_9 li {
  background-color: transparent !important;
}
.filtr-container {
  margin-top: 30px;
  width: 100vw !important;
}
.card {
  border-radius: 0;
  border: 0;
}
.item-column {
  flex: initial;
  display: block;
}
.gallery ul li a {
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", Montserrat;
}
.gallery ul li a.active-tag {
  background-color: #00000057 !important;
  border-radius: 0;
  color: #fff !important;
}
.gallery-item {
  position: relative;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.gallery-item:before {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gallery-item .shadow {
  background-color: rgba(0, 0, 0, 0) !important;
  display: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  color: #363838;
  font-weight: 700;
  height: 100%;
}
.gallery-item:hover {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.gallery-item:hover .shadow {
  display: -ms-flexbox !important;
  display: flex !important;
}
.gallery-item:hover:before {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
}
#not-found .voltar {
  background-color: #5b534d;
  padding: 15px 22px;
  border-radius: 3px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#not-found .voltar:hover {
  background-color: #c8c3ba;
  color: #5b534d;
}
section#trabalhe-conosco {
  background: linear-gradient(90deg, #ffffff 50%, #890381 50%);
}
@media (max-width: 991px) {
  section#trabalhe-conosco {
    background: #fff;
  }
}
section#trabalhe-conosco h2 {
  font-size: 23px;
  color: #890381;
  font-weight: 800;
  font-family: "Montserrat", Montserrat;
  text-transform: uppercase;
}
section#trabalhe-conosco h5 {
  font-size: 18px;
  line-height: 31px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
}
section#trabalhe-conosco .col-lg-7 {
  background-color: #890381;
}
@media (min-width: 1200px) {
  section#trabalhe-conosco .col-lg-7 {
    padding-left: 65px;
  }
}
section#trabalhe-conosco .col-lg-7 h2 {
  color: #ffffff;
}
section#trabalhe-conosco input[type="text"], section#trabalhe-conosco input[type="email"], section#trabalhe-conosco textarea {
  font-size: 16px;
  color: #959595;
  font-family: "Montserrat", Montserrat;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  padding: 0.775rem 0.75rem;
  text-align: center;
}
section#trabalhe-conosco .form-control::placeholder {
  font-size: 16px;
  color: #959595;
  font-family: "Montserrat", Montserrat;
}
section#trabalhe-conosco div.mr-3 {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
section#trabalhe-conosco input[type="submit"] {
  font-size: 11px;
  background-color: #ffffff;
  font-family: "Montserrat", Montserrat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 36px;
  border-radius: 8px;
  color: #890381;
  border: 0;
  text-transform: uppercase;
  padding: 9px 21px;
}
@media (min-width: 1200px) {
  section#trabalhe-conosco input[type="submit"] {
    margin-top: 38px;
  }
}
@media (max-width: 1199px) {
  section#trabalhe-conosco input[type="submit"] {
    margin-top: 18px;
  }
}
section#contato-2 {
  background: linear-gradient(90deg, #890381 50%, #ffffff 50%);
}
@media (max-width: 991px) {
  section#contato-2 {
    background: #fff;
  }
}
section#contato-2 h2 {
  font-size: 23px;
  color: #890381;
  font-weight: 800;
  font-family: "Montserrat", Montserrat;
  text-transform: uppercase;
}
section#contato-2 h5 {
  font-size: 18px;
  line-height: 31px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
}
section#contato-2 .col-lg-7 {
  background-color: #890381;
}
@media (min-width: 1200px) {
  section#contato-2 .col-lg-7 {
    padding-right: 65px;
  }
}
section#contato-2 .col-lg-7 h2 {
  color: #ffffff;
}
@media (min-width: 1200px) {
  section#contato-2 .col-lg-5 {
    padding-left: 65px;
  }
}
section#contato-2 div.mr-3 {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
section#contato-2 input[type="text"], section#contato-2 input[type="email"], section#contato-2 input[type="tel"], section#contato-2 textarea {
  font-size: 16px;
  color: #959595;
  font-family: "Montserrat", Montserrat;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  padding: 0.775rem 0.75rem;
  text-align: center;
}
section#contato-2 .form-control::placeholder {
  font-size: 16px;
  color: #959595;
  font-family: "Montserrat", Montserrat;
}
section#contato-2 input[type="submit"] {
  font-size: 11px;
  background-color: #ffffff;
  font-family: "Montserrat", Montserrat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 36px;
  border-radius: 8px;
  color: #890381;
  border: 0;
  text-transform: uppercase;
  padding: 9px 21px;
}
@media (min-width: 1200px) {
  section#contato-2 input[type="submit"] {
    margin-top: 38px;
  }
}
@media (max-width: 1199px) {
  section#contato-2 input[type="submit"] {
    margin-top: 18px;
  }
}
section#areas h2 {
  font-size: 19px;
  color: #890381;
  font-family: "Montserrat", Montserrat;
  text-transform: uppercase;
}
section#areas p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 33px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
}
section#nossa-equipe {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#nossa-equipe h2 {
  font-size: 23px;
  color: #fff;
  font-weight: 800;
  font-family: "Montserrat", Montserrat;
}
section#bemvindo2 h2 {
  font-size: 23px;
  color: #890381;
  font-weight: 800;
  font-family: "Montserrat", Montserrat;
}
section#bemvindo2 p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 31px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
}
section#nossa-equipe .floating {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  section#nossa-equipe .floating {
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}
section#nossa-equipe .floating .title {
  transform: translateY(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  transition: all 0.5s;
  background-color: #f3f3f3;
  padding: 43px 22px;
  height: 100%;
}
section#nossa-equipe .floating h5 {
  font-size: 17px;
  line-height: 25px;
  color: #707070;
  text-align: center;
  font-family: "Montserrat", Montserrat;
  text-transform: uppercase;
}
section#nossa-equipe .floating p {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 38px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
  text-transform: uppercase;
  text-align: center;
}
section#nossa-equipe .floating .separator {
  width: 70px;
  height: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  border: 1px solid #890381;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section#nossa-equipe .floating:hover .title {
  transform: translateY(0);
}
section#nossa-equipe .historia {
  background-color: #890381;
}
section#nossa-equipe .historia h5 {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-family: "Montserrat", Montserrat;
}
section#nossa-equipe .historia p {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Montserrat", Montserrat;
}
section#nossa-equipe .slick-arrow {
  top: 50%;
  height: 77px;
  width: 40px;
  margin-top: 2.5px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url(http://fbotion.com.br/novos/wp-content/uploads/2020/12/Retangulo-78.png);
  background-repeat: no-repeat;
}
section#nossa-equipe .slick-arrow:before {
  content: none;
}
section#nossa-equipe .slick-arrow.slick-prev {
  background-image: url(http://fbotion.com.br/novos/wp-content/uploads/2020/12/Retangulo-781.png);
  left: -42px;
}
@media (min-width: 1200px) {
  section#nossa-equipe .slick-arrow.slick-prev {
    left: -88px;
  }
}
section#nossa-equipe .slick-arrow.slick-next {
  right: -42px;
}
@media (min-width: 1200px) {
  section#nossa-equipe .slick-arrow.slick-next {
    right: -88px;
  }
}
section#nossa-equipe .slick-dots li button::before {
  font-size: 19px;
  color: #abcf4a;
}
section#nossa-equipe .slick-dots {
  position: relative;
  bottom: -9px;
}
section#depoimentos {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#depoimentos .col-lg-4 {
  background-color: white;
  padding: 55px;
  z-index: 2;
}
@media (min-width: 992px) {
  section#depoimentos .col-lg-4 {
    margin-bottom: 40px !important;
    margin-right: -35px;
  }
}
section#depoimentos .col-lg-4 img {
  width: 186px;
  height: 186px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}
section#depoimentos .col-lg-4 h2 {
  font-size: 14px;
  color: #890381;
  font-family: "Montserrat", Montserrat;
  text-align: center;
}
section#depoimentos .col-lg-4 h4 {
  font-size: 11px;
  color: #707070;
  font-family: "Montserrat", Montserrat;
  text-align: center;
}
section#depoimentos .col-lg-8 {
  background-color: rgba(36, 0, 34, 0.67);
  height: 328px;
}
@media (max-width: 991px) {
  section#depoimentos .col-lg-8 {
    height: auto;
  }
}
section#depoimentos .col-lg-8 p {
  font-size: 28px;
  line-height: 51px;
  color: #ffffff;
  font-family: "Montserrat", Montserrat;
  text-align: center;
}
@media (max-width: 991px) {
  section#depoimentos .col-lg-8 p {
    font-size: 19px;
    line-height: 1.3;
  }
  section#depoimentos .col-lg-8 p br {
    display: none;
  }
}
section#depoimentos .nav-depoimentos {
  position: absolute;
  bottom: 37px;
  left: calc(50% + 100px);
}
@media (max-width: 991px) {
  section#depoimentos .nav-depoimentos {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
section#depoimentos .nav-depoimentos button {
  background-color: transparent;
  border: 0;
  cursor: hand;
  cursor: pointer;
  opacity: 0.93;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section#depoimentos .nav-depoimentos button:hover {
  opacity: 1;
}
/* Footer */
footer {
  background-color: #000000;
}
footer h2 {
  font-family: "Montserrat", Montserrat;
  color: #7F6272;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
footer h5, footer i {
  font-family: "Montserrat", Montserrat;
  font-size: 16px;
  line-height: 1.8em;
  color: rgba(90, 90, 90, 0.89);
}
footer .bottom {
  background-color: #7F6272;
}
footer .bottom p {
  color: #DFDFDF;
  font-family: "Montserrat", Montserrat;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.5em;
}
footer .bottom i {
  color: #DFDFDF;
  font-size: 30px;
  line-height: 1.5em;
}
/* Responsive */
/* RESPONSIVE */
/*# sourceMappingURL=https://estiloecasa.com.br/site/wp-content/build/scss_library/04a90616a1e4e394910ef5fd97038bc56f335aa1.css.map */