html {
  height: 100%;
}
body {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 2;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #fbfbfb;
  background-color: #ffffff;
}
p {
  margin: 0 0 20px 0;
  color: #fbfbfb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 1.3;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 66px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.loaded .wrapper {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fxt-parceiros {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.fxt-vantuir-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.fxt-parceiros img,
.fxt-vantuir-logo img {
  height: 60px;
}
/*========================================================================
4. Contact And Subscribe Form Style
=========================================================================*/
.modal.fade .modal-dialog {
  -webkit-transform: translate(0) scale(0);
  -ms-transform: translate(0) scale(0);
  transform: translate(0) scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog {
    padding: 0;
    width: 100%;
    max-width: 900px;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: none;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-header button {
  line-height: 1;
  background-color: transparent;
  border: 0;
  border-radius: 0 10px 0 0;
  padding: 15px 25px;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-header button:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 80px 30px;
  text-align: center;
  min-height: 500px;
  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;
  z-index: 0;
}
.modal-backdrop {
  z-index: -1;
}
.fxt-subscribe-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.fxt-subscribe-wrap:before {
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -300px;
  font-size: 300px;
  color: #eeb704;
  opacity: 0.1;
  -webkit-animation: scaleOut 1s ease-in-out forwards;
  animation: scaleOut 1s ease-in-out forwards;
}
@media only screen and (max-width: 991px) {
  .fxt-subscribe-wrap:before {
    top: -250px;
    font-size: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-subscribe-wrap:before {
    top: -210px;
    font-size: 150px;
  }
}
.fxt-subscribe-wrap .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
.fxt-subscribe-wrap p {
  color: #111111;
  margin-bottom: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.fxt-subscribe-wrap .fxt-subscribe-form {
  position: relative;
  z-index: 1;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group .form-control {
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #bcbcbc;
  height: 50px;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 5px 0;
  border-radius: 0;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input::-webkit-input-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input::-moz-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input:-moz-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .input-group input:-ms-input-placeholder {
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:before,
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:hover {
  color: #0173ff;
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-subscribe-wrap .fxt-subscribe-form .fxt-btn-fill:focus {
  outline: none;
}
.fxt-subscribe-wrap .fxt-subscribe-form .form-result {
  display: block;
  background-color: transparent;
  border: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 400px;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
  line-height: 1.5;
  top: 100%;
}
.fxt-subscribe-wrap .fxt-subscribe-form .alert-danger {
  color: #fd1313;
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
.fxt-subscribe-wrap .fxt-animation-shake {
  -webkit-animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
.fxt-contact-wrap {
  position: relative;
  z-index: 1;
}
.fxt-contact-wrap:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -300px;
  font-size: 300px;
  color: #eeb704;
  opacity: 0.1;
  -webkit-animation: scaleOut 1s ease-in-out forwards;
  animation: scaleOut 1s ease-in-out forwards;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap:before {
    top: -240px;
    font-size: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-contact-wrap:before {
    top: -200px;
    font-size: 150px;
  }
}
.fxt-contact-wrap .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
.fxt-contact-wrap .list-item {
  margin-bottom: 30px;
}
.fxt-contact-wrap .list-item li {
  margin-bottom: 0;
  font-size: 18px;
  color: #111111;
}
.fxt-contact-wrap .list-item li span {
  font-weight: 500;
}
.fxt-contact-wrap .list-item li:last-child {
  margin-bottom: 0;
}
.fxt-contact-wrap .fxt-contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap .fxt-contact-form .form-group {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .form-group {
    margin-bottom: 15px;
  }
}
.fxt-contact-wrap .fxt-contact-form .form-group:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}
.fxt-contact-wrap .fxt-contact-form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #bcbcbc;
  border-radius: 0;
  background-color: transparent;
  padding: 5px 0;
  font-size: 15px;
  color: #111;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap .fxt-contact-form .form-group .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .form-group .form-control {
    font-size: 13px;
  }
}
.fxt-contact-wrap .fxt-contact-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fxt-contact-wrap .fxt-contact-form .form-group input {
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-wrap .fxt-contact-form .form-group input {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .form-group input {
    height: 40px;
  }
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control::-webkit-input-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control::-moz-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control::-moz-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control:-moz-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control:-moz-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .form-group input.form-control:-ms-input-placeholder,
.fxt-contact-wrap .fxt-contact-form .form-group textarea.form-control:-ms-input-placeholder {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 300;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 10px 40px;
  min-width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-contact-wrap .fxt-contact-form .fxt-btn-fill {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-contact-wrap .fxt-contact-form .fxt-btn-fill {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:before,
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:before {
  background-color: #0173ff;
  opacity: 1;
  visibility: visible;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:after {
  border: 1px solid #0173ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:hover {
  color: #0173ff;
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-contact-wrap .fxt-contact-form .fxt-btn-fill:focus {
  outline: none;
}
.fxt-contact-wrap .fxt-contact-form .list-unstyled {
  position: absolute;
  z-index: 0;
  color: #856404;
  left: 0;
  right: 0;
  font-weight: 300;
  top: 100%;
  font-size: 14px;
}
.fxt-contact-wrap .fxt-contact-form .form-result {
  display: block;
  background-color: transparent;
  border: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 400px;
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
  line-height: 1.5;
  top: 100%;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert.alert-danger,
.fxt-contact-wrap .fxt-contact-form .form-result .alert.alert-info,
.fxt-contact-wrap .fxt-contact-form .form-result .alert.alert-success {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert-danger {
  color: #856404;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert-info {
  color: #00a8c2;
}
.fxt-contact-wrap .fxt-contact-form .form-result .alert-success {
  color: #155724;
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
}
.fxt-contact-wrap .fxt-animation-shake {
  -webkit-animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
}

/*========================================================================
Layout Four
=========================================================================*/
.fxt-template-layout4 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fxt-template-layout4 .fxt-bg {
  position: absolute;
  z-index: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fxt-template-layout4 .fxt-overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.fxt-template-layout4 .fxt-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100vh;
  width: 100%;
}
.fxt-template-layout4 .fxt-main-content {
  max-width: 100%;
  width: 100%;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content {
    padding: 50px 15px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-logo {
  margin-top: 8px;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.fxt-template-layout4 .fxt-main-content .fxt-logo a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 30px;
    max-width: 80vw;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 30px;
    max-width: 80vw;
  }
  .fxt-parceiros img, .fxt-vantuir-logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 30px;
    max-width: 80vw;
  }
  .fxt-parceiros img, .fxt-vantuir-logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-logo {
    margin-bottom: 30px;
    max-width: 80vw;
  }
  .fxt-parceiros img, .fxt-vantuir-logo img {
    height: 40px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-sub-title {
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-sub-title {
    font-size: 26px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-sub-title {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-sub-title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-main-title {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 41px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .fxt-template-layout4 .fxt-main-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-group {
  margin: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-group .fxt-single-item {
  margin: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-group {
    margin-bottom: 70px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill,
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  border: 0;
  padding: 2px 20px;
  min-width: 100px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-fill,
  .fxt-template-layout4 .fxt-main-content .fxt-btn-whats {
    padding: 10px 30px;
    min-width: 160px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-btn-fill,
  .fxt-template-layout4 .fxt-main-content .fxt-btn-whats {
    padding: 10px 20px;
    min-width: 140px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:before,
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:after,
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats:before,
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats:after  {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:before {
  background-color: #ff0101;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats:before {
  background-color: #0b9444;
  opacity: 1;
  visibility: visible;
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:after {
  border: 1px solid #6a0505;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats:after {
  border: 1px solid #128c7e;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:hover:after,
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:hover:before,
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats:hover:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.fxt-template-layout4 .fxt-main-content .fxt-btn-fill:focus,
.fxt-template-layout4 .fxt-main-content .fxt-btn-whats:focus {
  outline: none;
}
.fxt-template-layout4 .fxt-main-content .fxt-social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social {
    margin-bottom: 15px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social ul li {
    margin-right: 5px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li:last-child {
  margin-right: 0;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li a {
  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;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #838383;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social ul li a {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 .fxt-main-content .fxt-social ul li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-facebook a:hover {
  background-color: #3b5998;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-twitter a:hover {
  background-color: #00acee;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-google a:hover {
  background-color: #CC3333;
}
.fxt-template-layout4 .fxt-main-content .fxt-social ul li.fxt-linkedin a:hover {
  background-color: #0077B5;
}
.fxt-template-layout4 .fxt-main-content .fxt-copyright {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.8;
}