@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
a {
  outline: none !important;
  text-decoration: none !important;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
button {
  outline: none !important;
}
.btn-submit {
  background-color: #557a1a;
  border: 0px;
  padding: 6px 20px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 25px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
  background-color: #405d14 !important;
}
.btn-primary {
  background-color: #599605;
  border: 0px;
  padding: 6px 20px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  border-radius: 25px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #457304 !important;
}
.form-control {
  height: 41px;
  border: 1px solid #a7d455;
  color: #013f1b;
  font-size: 15px;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #013f1b;
  font-size: 15px;
}
.form-control:-moz-placeholder {
  color: #013f1b;
  font-size: 15px;
}
.form-control::-moz-placeholder {
  color: #013f1b;
  font-size: 15px;
}
.form-control:-ms-input-placeholder {
  color: #013f1b;
  font-size: 15px;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #013f1b !important;
}
.form-control:focus,
.form-control:active {
  border-color: #013f1b;
}
textarea {
  width: 100% !important;
  min-height: 140px;
}
header {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 30px 0px;
  -webkit-transition: top ease-in-out 0.3s;
  -moz-transition: top ease-in-out 0.3s;
  -ms-transition: top ease-in-out 0.3s;
  -o-transition: top ease-in-out 0.3s;
  transition: top ease-in-out 0.3s;
}
header .brand-small {
  display: none;
}
header.header-fixed {
  position: fixed;
  background-color: #013f1b;
  height: 62px;
  padding: 0px 0px;
  z-index: 99;
  top: -62px;
}
header.header-fixed .brand {
  display: none;
}
header.header-fixed .brand-small {
  display: inline-block;
  margin-top: 13px;
}
header.header-fixed .nav li a.btn-contact {
  border: 2px solid #a6ce39;
}
header.header-fixed .nav li a.btn-contact:hover,
header.header-fixed .nav li a.btn-contact:focus,
header.header-fixed .nav li a.btn-contact:active {
  background-color: #a6ce39;
  color: #ffffff !important;
}
header.header-scroll {
  top: 0px;
}
@media (min-width: 768px) {
  header .navbar-collapse .menu-group {
    display: block !important;
  }
  header .navbar-collapse .menu-group .nav {
    margin-top: 45px;
  }
  header .navbar-collapse .menu-group .nav li {
    margin-right: 35px;
  }
  header .navbar-collapse .menu-group .nav li:last-child {
    margin-right: 0px;
  }
  header .navbar-collapse .menu-group .nav li a:not(.btn-contact) {
    background: none !important;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0px;
  }
  header .navbar-collapse .menu-group .nav li a:not(.btn-contact)::before {
    height: 2px;
    background-color: #ffffff;
  }
  header .navbar-collapse .menu-group .nav li a.btn-contact {
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 5px 32px;
  }
  header .navbar-collapse .menu-group .nav li a.btn-contact:hover {
    color: #769a13;
  }
  header.header-fixed .nav {
    margin-top: 14px !important;
  }
}
@media (max-width: 767px) {
  header {
    padding: 20px 0px;
  }
  header .brand {
    height: 95px;
    width: 100px;
  }
  header .navbar-toggle.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 90px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    background: none;
    z-index: 9999999;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  header .navbar-toggle.c-hamburger:focus {
    outline: none;
  }
  header .navbar-toggle.c-hamburger span {
    display: block;
    position: absolute;
    left: 36px;
    right: 0px;
    height: 4px;
    background: #ffffff;
  }
  header .navbar-toggle.c-hamburger span::before,
  header .navbar-toggle.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: white;
    content: "";
  }
  header .navbar-toggle.c-hamburger span::before {
    top: -8px;
  }
  header .navbar-toggle.c-hamburger span::after {
    bottom: -8px;
  }
  header .navbar-toggle.c-hamburger.c-hamburger-htx span {
    transition: background 0s 0.2s;
  }
  header .navbar-toggle.c-hamburger.c-hamburger-htx span::before,
  header .navbar-toggle.c-hamburger.c-hamburger-htx span::after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
  }
  header .navbar-toggle.c-hamburger.c-hamburger-htx span::before {
    transition-property: top, transform;
  }
  header .navbar-toggle.c-hamburger.c-hamburger-htx span::after {
    transition-property: bottom, transform;
  }
  header .navbar-toggle.c-hamburger:not(.collapsed) span {
    background: none;
  }
  header .navbar-toggle.c-hamburger:not(.collapsed) span::before,
  header .navbar-toggle.c-hamburger:not(.collapsed) span::after {
    transition-delay: 0s, 0.2s;
    background: white;
  }
  header .navbar-toggle.c-hamburger:not(.collapsed) span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header .navbar-toggle.c-hamburger:not(.collapsed) span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  header .navbar-collapse .menu-group {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #6c9d1d;
    height: 100% !important;
  }
  header .navbar-collapse .menu-group ul {
    margin-top: 110px;
    text-align: center;
  }
  header .navbar-collapse .menu-group ul li {
    display: block;
    float: none;
  }
  header .navbar-collapse .menu-group ul li a {
    font-size: 30px;
    color: #ffffff;
    border: none !important;
  }
  header .navbar-collapse .menu-group ul li a::before {
    display: none;
  }
  header .navbar-collapse .menu-group ul li a:hover,
  header .navbar-collapse .menu-group ul li a:active,
  header .navbar-collapse .menu-group ul li a:focus {
    background: #a6ce39;
  }
  header .nav {
    margin-top: 110px !important;
  }
  header.header-fixed .navbar-toggle {
    height: 62px;
  }
}
footer {
  background-color: #013f1b;
  padding: 15px 0px;
}
footer p {
  font-size: 12px;
  color: #769a13;
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
  background: #eaf4d1;
}
.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  float: right;
  z-index: 9;
  border: 0px;
}
.modal .modal-dialog .modal-content .modal-header .modal-close {
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  background: none;
  z-index: 9999999;
  border: 2px solid #9eb564;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.modal .modal-dialog .modal-content .modal-header .modal-close:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-close span {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  background: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-close span::before,
.modal .modal-dialog .modal-content .modal-header .modal-close span::after {
  position: absolute;
  display: block;
  left: 10px;
  width: 27px;
  height: 2px;
  content: "";
  transition-delay: 0s, 0.2s;
  background: #9eb564;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.modal .modal-dialog .modal-content .modal-header .modal-close span::before {
  top: 0;
  transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-header .modal-close span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.modal .modal-dialog .modal-content .modal-header .modal-close:hover,
.modal .modal-dialog .modal-content .modal-header .modal-close:focus,
.modal .modal-dialog .modal-content .modal-header .modal-close:active {
  background-color: #9eb564;
}
.modal .modal-dialog .modal-content .modal-header .modal-close:hover span::before,
.modal .modal-dialog .modal-content .modal-header .modal-close:focus span::before,
.modal .modal-dialog .modal-content .modal-header .modal-close:active span::before,
.modal .modal-dialog .modal-content .modal-header .modal-close:hover span::after,
.modal .modal-dialog .modal-content .modal-header .modal-close:focus span::after,
.modal .modal-dialog .modal-content .modal-header .modal-close:active span::after {
  background-color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}
.modal .modal-dialog .modal-content .modal-body h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 40px;
  font-size: 24px;
  color: #90a758;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0px;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    position: fixed;
    top: 50%;
    margin: 0px 10px;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
#home .carousel .indicators {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#home .carousel .indicators .carousel-indicators {
  text-align: right;
  left: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
  z-index: 8;
}
#home .carousel .indicators .carousel-indicators li {
  width: 9px;
  height: 9px;
  margin: 0px 0px 0px 30px;
  background-color: #ffffff;
  border: 0px;
}
#home .carousel .indicators .carousel-indicators li.active {
  background-color: #1b522a;
}
#home .carousel .carousel-inner .item.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
#home .carousel .carousel-inner .item .carousel-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home .carousel .carousel-inner .item .carousel-content h1 {
  font-size: 34px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 40px;
}
#home .carousel .carousel-inner .item .carousel-content p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 55px;
}
#home .carousel .carousel-inner .item .carousel-content a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
#home .carousel .carousel-inner .item .carousel-content a i {
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  padding-left: 3px;
  margin-left: 15px;
}
#sobre {
  padding: 100px 0px 140px 0px;
}
#sobre .about h1.section-title {
  margin-top: 0px;
  margin-bottom: 100px;
}
#sobre .about h2.section-subtitle {
  margin-bottom: 40px;
}
#sobre .modal-links {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 55px;
  margin-bottom: 120px;
  display: table;
  width: 100%;
}
#sobre .modal-links a {
  border-top: 1px solid #a7d455;
  border-bottom: 1px solid #a7d455;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  font-size: 15px;
  text-transform: uppercase;
  color: #90a758;
  height: 35px;
  -webkit-transition: background linear 0.2s;
  -moz-transition: background linear 0.2s;
  -ms-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
#sobre .modal-links a:hover {
  background-color: #eaf4d1;
}
#sobre .how-we-do {
  margin-bottom: 110px;
}
#sobre .how-we-do h2.section-subtitle {
  margin-top: 0px;
  margin-bottom: 65px;
}
#sobre .who-serve img {
  margin-top: 50px;
}
#sobre .who-serve h2.section-subtitle {
  margin-top: 0px;
  margin-bottom: 70px;
}
#sobre .who-serve p {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  #sobre {
    padding: 115px 0px 100px 0px;
  }
  #sobre .about h1.section-title {
    margin-bottom: 80px;
  }
  #sobre ul.modal-links {
    margin-top: 65px;
    margin-bottom: 90px;
  }
  #sobre .how-we-do {
    margin-bottom: 80px;
  }
  #sobre .how-we-do h2.section-subtitle {
    margin-bottom: 45px;
  }
  #sobre .who-serve h2.section-subtitle {
    margin-bottom: 30px;
  }
  #sobre .who-serve p {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #sobre .modal-links a {
    display: block;
    width: 100%;
    padding: 7px 0px;
    border-bottom: 0px;
  }
  #sobre .modal-links a:last-child {
    border-bottom: 1px solid #a7d455;
  }
}
#parallax-banner {
  background-image: url('../themes/kontisa/assets/images/parallax-banner.jpg');
  background-position: center;
  height: 300px;
}
#parallax-banner .parallax-content {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#parallax-banner .parallax-content h1 {
  font-size: 26px;
  font-weight: 300;
  color: #013f1b;
  margin: 0px;
}
#parallax-banner .parallax-content h2 {
  font-size: 32px;
  color: #6eae00;
}
@media (max-width: 991px) {
  #parallax-banner {
    background-image: url('../themes/kontisa/assets/images/parallax-banner-mobile.jpg');
    background-size: cover;
    background-position: inherit;
  }
}
@media (max-width: 767px) {
  #parallax-banner {
    height: 425px;
  }
  #parallax-banner .parallax-content h1 {
    line-height: 40px;
  }
}
#servicos {
  padding-top: 130px;
}
#servicos h1.section-title {
  margin-top: 0px;
  margin-bottom: 115px;
}
#servicos .service {
  margin-bottom: 100px;
}
#servicos .service .service-block {
  display: table-row;
}
#servicos .service .service-block .service-icon {
  width: 132px;
  display: table-cell;
  vertical-align: top;
}
#servicos .service .service-block .service-icon .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  background-color: #eaf4d1;
}
#servicos .service .service-block .service-icon .icon img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#servicos .service .service-block .service-description {
  display: table-cell;
  padding-top: 20px;
}
#servicos .service .service-block .service-description h2.section-subtitle {
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  #servicos h1.section-title {
    margin-bottom: 80px;
  }
  #servicos .service {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #servicos {
    padding: 130px 0px 45px 0px;
  }
  #servicos .service {
    margin-bottom: 70px;
  }
  #servicos .service .service-block .service-icon {
    width: 80px;
  }
  #servicos .service .service-block .service-icon .icon {
    width: 60px;
    height: 60px;
  }
  #servicos .service .service-block .service-icon .icon img {
    height: 28px;
  }
  #servicos .service .service-block .service-description {
    padding-top: 0px;
  }
  #servicos .service .service-block .service-description h2.section-subtitle {
    margin-bottom: 20px;
  }
}
#materiais {
  padding-bottom: 200px;
}
#materiais h1.section-title {
  margin-top: 0px;
  margin-bottom: 60px;
}
#materiais .material-box .material {
  display: table;
  width: 100%;
  background-color: #013f1b;
}
#materiais .material-box .material .material-icon {
  width: auto;
  display: table-cell;
  vertical-align: bottom;
  padding-top: 20px;
}
#materiais .material-box .material .material-description {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 40px 30px 30px;
}
#materiais .material-box .material .material-description h4 {
  color: #6eae00;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}
#materiais .material-box .material .material-description h3 {
  color: #fefffe;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
#materiais .material-box .access-btn a {
  display: inline-block;
  background-color: #557a1a;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 16px 80px 16px 62px;
  border-radius: 40px;
  position: relative;
  -webkit-transition: background linear 0.2s;
  -moz-transition: background linear 0.2s;
  -ms-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
#materiais .material-box .access-btn a i {
  width: 48px;
  height: 48px;
  text-align: center;
  border: 2px solid #a6ce39;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 5px;
  padding-top: 14px;
  font-size: 17px;
  -webkit-transition: background linear 0.2s;
  -moz-transition: background linear 0.2s;
  -ms-transition: background linear 0.2s;
  -o-transition: background linear 0.2s;
  transition: background linear 0.2s;
}
#materiais .material-box .access-btn a:hover,
#materiais .material-box .access-btn a:focus,
#materiais .material-box .access-btn a:active {
  background-color: #405d14;
}
#materiais .material-box .access-btn a:hover i,
#materiais .material-box .access-btn a:focus i,
#materiais .material-box .access-btn a:active i {
  background-color: #a6ce39;
}
@media (min-width: 992px) {
  #materiais .material-box {
    display: flex;
    align-items: center;
  }
  #materiais .material-box .access-btn {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  #materiais {
    padding-bottom: 120px;
  }
  #materiais .material-box .access-btn {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  #materiais .material-box .material .material-icon {
    display: none;
  }
  #materiais .material-box .material .material-description {
    padding: 20px;
  }
}
#depoimentos {
  background-color: #eaf4d1;
  padding: 80px 0px 70px 0px;
}
#depoimentos h1 {
  font-size: 26px;
  color: #013f1b;
  line-height: 40px;
  font-weight: 300;
  margin-top: 0px;
}
#depoimentos h1 strong {
  display: block;
  color: #9eb564;
}
#depoimentos #carousel-testimonials {
  padding: 0px 100px;
}
#depoimentos #carousel-testimonials .carousel-inner .item .author {
  margin-top: 45px;
}
#depoimentos #carousel-testimonials .carousel-inner .item .author strong {
  color: #013f1b;
  display: block;
  font-size: 18px;
}
#depoimentos #carousel-testimonials .carousel-inner .item .author span {
  color: #013f1b;
}
#depoimentos #carousel-testimonials .carousel-control {
  background: none;
  opacity: 1;
  text-shadow: none;
  position: static;
}
#depoimentos #carousel-testimonials .carousel-control .fa {
  position: absolute;
  top: 50%;
  font-size: 44px;
  font-weight: 100;
  width: 48px;
  height: 48px;
  border: 2px solid #9eb564;
  border-radius: 50%;
  color: #9eb564;
  margin-top: -20px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#depoimentos #carousel-testimonials .carousel-control .fa:hover,
#depoimentos #carousel-testimonials .carousel-control .fa:focus,
#depoimentos #carousel-testimonials .carousel-control .fa:active {
  color: #ffffff;
  background-color: #9eb564;
}
#depoimentos #carousel-testimonials .carousel-control.left .fa {
  left: 0px;
  padding-right: 5px;
}
#depoimentos #carousel-testimonials .carousel-control.right .fa {
  right: 0px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  #depoimentos {
    text-align: center;
  }
  #depoimentos h1 {
    margin-bottom: 65px;
  }
  #depoimentos h1 strong {
    display: inline-block;
  }
  #depoimentos #carousel-testimonials {
    padding: 0px 60px;
  }
}
#informativo {
  background-color: #a6ce39;
  padding: 75px 0px;
}
#informativo h1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 45px;
}
#informativo h1 strong {
  color: #013f1b;
}
#informativo .form-inline .form-group {
  width: 100%;
}
#informativo .form-inline .form-group .form-control {
  width: 100%;
}
#informativo .form-inline .btn-submit {
  margin-top: 4px;
}
@media (max-width: 991px) {
  #informativo {
    padding: 70px 0px;
  }
  #informativo h1 {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #informativo .form-inline .form-group {
    margin-bottom: 15px;
  }
  #informativo .form-inline .btn-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 13px 37px;
    border-radius: 15px;
  }
}
#contato {
  padding: 90px 0px;
}
#contato h1.section-title {
  margin-top: 0px;
  margin-bottom: 70px;
}
#contato form {
  margin-top: 45px;
}
#contato .sidebar-contact {
  text-align: right;
}
#contato .sidebar-contact .phone h2.section-subtitle {
  margin-top: 5px;
  margin-bottom: 5px;
}
#contato .sidebar-contact .phone a {
  font-size: 22px;
  font-weight: 300;
  color: #013f1b;
}
#contato .sidebar-contact .address {
  margin-top: 40px;
}
#contato .sidebar-contact .address h2.section-subtitle {
  margin-top: 0px;
  margin-bottom: 10px;
}
#contato .sidebar-contact .address address {
  color: #013f1b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
#contato .sidebar-contact .map {
  margin-top: 30px;
}
#contato .sidebar-contact .map a {
  color: #013f1b;
  font-size: 16px;
  border: 1px solid #a7d455;
  padding: 6px 15px;
  border-radius: 25px;
}
#contato .sidebar-contact .map a:hover,
#contato .sidebar-contact .map a:focus,
#contato .sidebar-contact .map a:active {
  background-color: #a7d455;
}
#contato .sidebar-contact .logo-footer {
  float: right;
  margin-top: 120px;
}
@media (max-width: 991px) {
  #contato {
    padding: 90px 0px;
  }
  #contato h1.section-title {
    margin-bottom: 45px;
  }
  #contato form {
    margin-top: 25px;
  }
  #contato .sidebar-contact {
    text-align: left;
  }
  #contato .sidebar-contact .contact-block {
    display: table;
    width: 100%;
    padding-top: 100px;
  }
  #contato .sidebar-contact .contact-block .informations {
    display: table-cell;
    vertical-align: middle;
  }
  #contato .sidebar-contact .contact-block .logo-footer {
    display: table-cell;
    float: none;
    width: 100px;
  }
}
h1.section-title {
  font-size: 26px;
  color: #6eae00;
  text-transform: uppercase;
}
h2.section-subtitle {
  font-size: 24px;
  color: #c3d29f;
}
p {
  color: #013f1b;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0px !important;
}
