@charset "UTF-8";
@import "bootstrap-5.0.2-dist/css/bootstrap.css";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@keyframes blink {
  from {
    opacity: 0;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 5px rgba(255, 255, 255, 0);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0);
  }
  to {
    opacity: 1;
    -webkit-box-shadow: 0 0 5px rgb(235, 65, 65);
    -moz-box-shadow: 0 0 5px rgb(235, 65, 65);
    -ms-box-shadow: 0 0 5px rgb(235, 65, 65);
    -o-box-shadow: 0 0 5px rgb(235, 65, 65);
    box-shadow: 0 0 5px rgb(235, 65, 65);
  }
}
@keyframes motor {
  from {
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: -2px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
.anim-motor {
  animation: motor 0.15s infinite;
}

@keyframes zoop {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes slide {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -400px center;
  }
}
.anim-slide {
  animation: slide 4s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 38, 124, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(37, 38, 124, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 38, 124, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 38, 124, 0.4);
    box-shadow: 0 0 0 0 rgba(37, 38, 124, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(37, 38, 124, 0);
    box-shadow: 0 0 0 10px rgba(37, 38, 124, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 38, 124, 0);
    box-shadow: 0 0 0 0 rgba(37, 38, 124, 0);
  }
}
a:hover, a:active, a:focus, button:hover, button:active, button:focus {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.background-light {
  background-color: #DCDCDC;
}

.background-secondary {
  background-color: #b52a2f;
}

.right-wing {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .right-wing:before {
    content: "";
    display: block;
    width: 80px;
    background-color: #b52a2f;
    position: absolute;
    right: -40px;
    top: 0px;
    bottom: 1px;
    z-index: -1;
    -webkit-transform: skewX(-14deg);
    -moz-transform: skewX(-14deg);
    -ms-transform: skewX(-14deg);
    -o-transform: skewX(-14deg);
    transform: skewX(-14deg);
  }
}

.text-justify-center {
  text-align: justify;
  text-align-last: center;
}

.nice-input-label {
  position: absolute;
  left: 7px;
  bottom: 7px;
  color: #2e2e2e;
  margin-bottom: 0;
  font-size: 0.8rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nice-input-wrapper {
  position: relative;
}
.nice-input-wrapper button {
  border: none;
  background-color: transparent;
  color: #1C1C1C;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-input-wrapper button img {
  height: 15px;
  width: 15px;
}
.nice-input-wrapper .nice-input {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #1C1C1C;
  height: 45px;
  width: 100%;
}
.nice-input-wrapper .nice-input:focus, .nice-input-wrapper .nice-input.filled {
  outline: none;
  border-color: #25267C;
}
.nice-input-wrapper .nice-input:focus button, .nice-input-wrapper .nice-input.filled button {
  color: #25267C;
}
.nice-input-wrapper .nice-input:focus ~ .nice-input-label, .nice-input-wrapper .nice-input.filled ~ .nice-input-label {
  left: 0;
  bottom: 100%;
  color: #25267C;
  margin-bottom: none;
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

.scroller {
  display: none;
  position: fixed;
  bottom: 2px;
  right: 15px;
  height: 50px;
  width: 50px;
  background-color: #25267C;
  text-align: center;
  line-height: 45px;
  border: none;
  z-index: 19999;
}

.breadcrumb {
  background-color: #eeeeee;
  border: 3px solid #e9e9e9;
  margin-top: 75px;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
}

@media (min-width: 992px) {
  .padding-x-md-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media (max-width: 992px) {
  .max-width-md-65vw {
    display: block;
    margin: 0 auto;
    max-width: 65vw;
  }
}
html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 5rem bottom 5rem;
  background-size: 350px auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 38, 124, 0.5) #f1f1f1;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    background-size: 140px auto;
    background-position: right 4rem bottom 7rem;
  }
}

body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: rgba(37, 38, 124, 0.5);
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #25267C;
}

input:focus,
a:focus {
  outline: none;
}

h1,
h2 {
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.mobile-only {
  display: none;
}
@media (max-width: 1200px) {
  .mobile-only {
    display: block;
  }
}

.page-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  background-size: cover;
  position: relative;
}
.page-section .card {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.page-section p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-section .btn {
  margin-top: 20px;
  margin-bottom: 50px;
}

.error {
  color: #ffffff;
  background-color: red;
  margin-top: 0;
  font-size: 9px;
  border-radius: 5px;
  padding: 0 2px 0 2px;
}

header {
  padding: 0;
  margin: 0;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 11111111;
}
header .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
header .navbar-brand {
  width: 267px;
  top: 0;
  transition: all ease 0.6s;
}
@media (max-width: 992px) {
  header .navbar-brand {
    width: 220px;
    top: -5px;
    left: 1px;
    transition: all ease 0.6s;
  }
}
header .navbar-brand img {
  width: 100%;
  height: auto;
  transition: all ease 0.6s;
}
@media (max-width: 992px) {
  header .navbar-brand img {
    width: 100%;
    height: auto;
    transition: all ease 0.6s;
  }
}
header .navbar-toggler i {
  color: #DCDCDC;
}
header .navbar-toggler:hover, header .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
header .navbar-collapse {
  display: flex;
  align-items: center;
}
header .navbar {
  padding: 0;
  display: flex;
}
header .navbar-nav li {
  margin: 15px 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar-nav li a {
  color: #25267C;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
header .navbar-nav li a:hover {
  color: #25267C;
}
header .navbar-nav li.active {
  position: relative;
}
header .navbar-nav li .dropdown-menu {
  border: none;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
  -ms-box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
  -o-box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
}
header .navbar-nav li .dropdown-menu:after {
  content: "";
  background: linear-gradient(90deg, #25267C, #b52a2f);
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
header .navbar-nav li .dropdown-menu a {
  color: #1C1C1C;
}
header .navbar-nav li .dropdown-menu a:hover {
  background: -webkit-linear-gradient(0deg, #25267C, #b52a2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .navbar-nav li:last-of-type {
  margin-right: 0;
}
header .navbar-nav.languages {
  margin-left: auto;
}
header .navbar-nav.languages li {
  margin-left: 0;
  margin-right: 7px;
}
header .navbar-nav.languages li img {
  height: 25px;
  width: 25px;
}
header .navbar-nav.tools:hover {
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .navbar-nav {
    text-align: center;
    margin-top: 7px;
  }
  header .navbar-nav li {
    margin: 0;
    margin-bottom: 7px;
  }
}
@media (max-width: 1200px) {
  header {
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 7px rgba(28, 28, 28, 0.25);
  }
  header #navbarNav {
    max-height: 80vh;
  }
}
@media (max-width: 992px) {
  header {
    background-color: rgba(255, 255, 255, 0.2);
  }
  header .navbar {
    justify-content: space-evenly;
    align-items: center;
  }
  header .navbar-nav {
    width: 100%;
  }
  header .navbar-nav li {
    width: 100%;
  }
}
header .search-container {
  position: relative;
}
@media (min-width: 768px) {
  header .search-container {
    max-width: 200px;
  }
}
header .search-container input {
  width: 100%;
  padding-left: 7px;
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  border: 1px #fff solid;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
header .search-container button {
  position: absolute;
  margin: 0;
  background-color: transparent;
  border: none;
  right: -5px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .search-container button i {
  font-size: 13px;
}
header .top-nav {
  padding: 5px;
}
header .fa-config .fa {
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  padding-right: 1px;
  font-size: 17px;
  color: white;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
header .fa-config .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
header .container-fluid {
  height: auto;
  border: none;
  position: relative;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7px);
  padding: 15px 40px;
}
header .container-fluid:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 130%;
  width: 100%;
  pointer-events: none;
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -ms-filter: blur(30px);
  -o-filter: blur(30px);
  filter: blur(30px);
}
header .social-midia {
  position: relative;
  display: block;
  justify-content: center;
}
header .social-midia .fa {
  font-size: 25px !important;
  margin-right: 20px;
}
header .social-midia .fa-linkedin-square {
  color: #0077b5;
}
header .social-midia .fa-facebook-official {
  color: #4267B2;
}

#search-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  padding: 0 15px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 3000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#search-wrapper .nice-input-wrapper {
  position: relative;
  margin: 7rem auto 3rem;
  width: 100%;
  max-width: 350px;
}
#search-wrapper #search-results {
  position: relative;
  margin: 0 auto;
  max-height: 50vh;
  width: 100%;
  max-width: 450px;
}
#search-wrapper #search-results li {
  position: relative;
  padding-left: 60px;
  border-bottom: 1px solid #DCDCDC;
  padding-top: 7px;
  padding-bottom: 7px;
}
#search-wrapper #search-results li:first-child {
  border-top: 1px solid #DCDCDC;
}
#search-wrapper #search-results img {
  display: block;
  height: 45px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search-wrapper #search-results h4 {
  color: #25267C;
  font-size: 16px;
  margin-bottom: 0;
}
#search-wrapper #search-results span {
  color: #292929;
  font-size: 14px;
}
#search-wrapper.active {
  pointer-events: auto;
  opacity: 1;
}
#search-wrapper > .dismiss {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: transparent;
  border: none;
  color: #1C1C1C;
  font-size: 1.5rem;
}

.balin {
  margin-left: 15px;
}
.balin > div {
  background-color: #25267C;
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 125vw;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.balin > div:before, .balin > div:after {
  content: "";
  display: block;
  position: absolute;
  animation: pulse 2s infinite;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.balin > div:before {
  height: 30px;
  width: 30px;
  left: -15px;
  top: 50%;
  background-color: rgba(37, 38, 124, 0.5);
}
.balin > div:after {
  height: 22px;
  width: 22px;
  left: -11px;
  top: 50%;
  background-color: #25267C;
}

.loader {
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  background-color: #25267C;
  z-index: 14000;
}
.loader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.main-banner {
  position: relative;
  overflow: hidden;
  z-index: 1000;
  transition: 0.3s all ease;
}
.main-banner .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  height: 100vh !important;
}
.main-banner .item .owl-text {
  color: #ffffff;
  position: absolute;
  width: 360px;
  top: 50%;
  margin: 0 20px 0 62px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-banner .item .owl-text span {
  font-family: "Hey August", sans-serif;
  font-size: 28px;
  color: #fff;
  -webkit-text-shadow: 0 0 25px rgba(0, 0, 0, 0.2), 0 0px 50px rgba(0, 0, 0, 0.4), 0 0 100px rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.2), 0 0px 50px rgba(0, 0, 0, 0.4), 0 0 100px rgba(0, 0, 0, 0.6);
}
.main-banner .item .owl-text-title {
  text-align: left;
  font-size: 45px;
  font-weight: 700;
}
.main-banner .item .owl-text-content {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .main-banner .item .owl-text {
    margin: 0 10px 0 10px;
    width: 300px;
  }
  .main-banner .item .owl-text-title {
    font-size: 35px;
  }
  .main-banner .item .owl-text-content {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .main-banner .item {
    display: flex;
    align-items: center;
  }
  .main-banner .item .owl-text .btn {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .main-banner .item .owl-text span {
    font-size: 65px;
  }
}
.main-banner .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-banner .owl-nav > div {
  padding: 5px;
  height: 35px;
  width: 35px;
  background-color: transparent;
  text-align: center;
  line-height: 20px;
}
.main-banner .owl-nav > div img {
  height: 40px;
  width: auto;
  display: inline-block;
}
.main-banner .owl-nav > div.owl-prev {
  float: left;
  margin-left: 15px;
  display: none;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.main-banner .owl-nav > div.owl-next {
  float: right;
  margin-right: 15px;
  display: none;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.main-banner .owl-nav > div.disabled {
  opacity: 0.2;
}
.main-banner .owl-dots {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}
.main-banner .owl-dots .owl-dot {
  display: inline-block;
  width: 70px;
  height: 4px;
  margin: 0 20px 22px 5px;
  background-color: #ffffff;
}
.main-banner .owl-dots .owl-dot.active {
  background-color: #25267C;
}
@media (max-width: 1000px) {
  .main-banner .owl-dots .owl-dot {
    width: 40px;
    border: 1px solid #ffffff;
  }
  .main-banner .owl-dots .owl-dot.active {
    border: 1px solid #25267C;
  }
}
@media (max-width: 1200px) {
  .main-banner {
    margin-top: 0;
  }
}

.text-typed {
  font-size: 22px;
}

.typed-cursor {
  font-size: 22px;
}

.nav-banner img {
  position: relative;
  width: 100%;
  height: 100%;
}
.nav-banner-title {
  position: absolute;
  left: 19px;
  top: 140px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(4, 4, 13, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.nav-banner-title:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
@media (max-width: 1290px) {
  .nav-banner-title {
    font-size: 30px;
    top: 5%;
    padding: 10px;
  }
  .nav-banner-title:after {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 570px) {
  .nav-banner-title {
    position: relative;
    left: 0;
    margin: 20px;
    background-color: transparent;
    align-items: center;
    color: #25267C;
  }
  .nav-banner-title:after {
    background: #25267C;
    width: 40%;
  }
}

.cta {
  width: 100%;
  background-color: #12123C;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
  padding: 3rem 0;
}
.cta h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .cta h1 {
    font-size: 35px;
  }
}
.cta button {
  background-color: #12123C;
  border: 2px solid #ffffff;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.cta button a {
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  padding: 5px 70px;
  font-weight: 500;
}
.cta button:hover {
  background-color: #ffffff;
}
.cta button:hover a {
  color: #25267C;
}

.sobre {
  width: 100%;
  margin: 6rem 0;
  z-index: 11111;
}
.sobre .row {
  align-items: center;
}
.sobre .row :nth-child(1) {
  max-width: 530px;
}
.sobre .row :nth-child(1) img {
  width: 100%;
}
.sobre .row :nth-child(2) {
  margin-left: 102px;
  text-align: center;
  padding: 10px 0;
}
.sobre .row :nth-child(2) h1 {
  text-align: left;
  font-size: 60px;
  font-weight: 400;
  margin: 0;
}
.sobre .row :nth-child(2) p {
  font-size: 18px;
  margin: 0;
  text-align: left;
  padding: 0 10px;
}
.sobre .row :nth-child(2) button {
  background-color: #25267C;
  margin-top: 3rem;
  padding: 5px 60px;
  border: none;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.sobre .row :nth-child(2) button a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
.sobre .row :nth-child(2) button:hover {
  background-color: #000;
}
@media (max-width: 1000px) {
  .sobre {
    margin-top: 2rem;
  }
  .sobre .row {
    flex-direction: column-reverse;
    align-items: baseline;
    justify-content: center;
  }
  .sobre .row :nth-child(2) {
    margin: 0;
    text-align: center;
  }
  .sobre .row :nth-child(2) h1 {
    font-size: 40px;
    text-align: center;
  }
  .sobre .row :nth-child(2) p {
    font-size: 17px;
    text-align: center;
  }
  .sobre .row :nth-child(2) button {
    margin-bottom: 3rem;
  }
}

.produtos {
  width: 100%;
  background-color: #04040D;
  color: #ffffff;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1111111111;
}
.produtos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.produtos h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 60px;
}
.produtos .row {
  display: flex;
  flex-wrap: wrap;
}
.produtos .row .col {
  flex: 1 0 33.33%;
  margin-bottom: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.produtos .row .col h4 {
  margin-top: 1.5rem;
  font-size: 30px;
  font-weight: 700;
}
.produtos .row .col a {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
  position: relative;
}
.produtos .row .col a img {
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.produtos .row .col a span {
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  position: absolute;
  right: 50%;
  bottom: -50%;
  transform: translate(50%, 50%);
  font-weight: 700;
  opacity: 0;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
@media (max-width: 900px) {
  .produtos .row .col a span {
    display: none;
  }
}
.produtos .row .col a:hover img {
  opacity: 0.6;
  transform: scale(1.3) rotate(4deg);
}
.produtos .row .col a:hover span {
  bottom: 50%;
  opacity: 1;
}
.produtos .row .col a:hover span:hover {
  text-decoration: underline;
}
.produtos-btn {
  border: 2px solid #ffffff;
  background-color: transparent;
  padding: 5px 70px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.produtos-btn:hover {
  background-color: #25267C;
  border: 2px solid #25267C;
}
@media (max-width: 990px) {
  .produtos h1 {
    font-size: 40px;
  }
  .produtos h4 {
    font-size: 25px !important;
  }
}

.servicos {
  width: 100%;
}
.servicos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servicos h1 {
  color: #25267C;
  margin-bottom: 47px;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .servicos h1 {
    font-size: 40px;
  }
}
.servicos-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.servicos-cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
}
.servicos-cards .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
}
.servicos-cards .card-body h5 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.servicos-cards .card-body p {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400px;
  color: #000;
}
.servicos-cards .card-body:after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: #25267C;
}
.servicos-cards .card img {
  padding: 50px;
}
.servicos-btn {
  margin-top: 42px;
  background-color: #25267C;
  padding: 5px 70px;
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.servicos-btn a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.servicos-btn:hover {
  background-color: #000;
}

.empresa {
  width: 100%;
}

.quem {
  width: 100%;
  margin: 5rem 0;
}
.quem .row {
  align-items: center;
}
.quem .row :nth-child(1) {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quem .row :nth-child(1) h1 {
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0 30px;
}
.quem .row :nth-child(1) h1::before {
  display: none;
}
.quem .row :nth-child(1) p {
  font-size: 18px;
  padding: 0 30px;
}
.quem .row :nth-child(1):before {
  content: "";
  width: 6px;
  height: 30%;
  background: #25267C;
  position: absolute;
}
.quem .row :nth-child(2) {
  display: flex;
  align-items: center;
}
.quem .row :nth-child(2) img {
  width: 100%;
  padding: 0;
}
@media (max-width: 1200px) {
  .quem .row {
    flex-direction: column;
  }
  .quem .row :nth-child(1) {
    padding: 0;
    text-align: center;
  }
  .quem .row :nth-child(1) h1 {
    text-align: center;
    font-size: 40px;
  }
  .quem .row :nth-child(1) p {
    padding: 10px;
    font-size: 17px;
  }
  .quem .row :nth-child(1):before {
    left: 1%;
  }
}

.valores {
  width: 100%;
}
.valores-bg {
  background-color: #04040D;
  border-radius: 10px;
}
.valores-cards {
  display: flex;
  justify-content: space-around;
  padding: 3rem 0;
  flex-wrap: wrap;
}
.valores-cards .card {
  background-color: transparent;
  border: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.valores-cards .card img {
  width: 100px;
  margin-bottom: 1rem;
}
.valores-cards .card h5 {
  font-size: 25px;
}
.valores-cards .card p {
  font-size: 17px;
}

.clientes {
  width: 100%;
}
.clientes-title {
  font-size: 50px;
  color: #000;
  font-weight: 700;
  margin: 4rem 0;
}
.clientes-carousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.clientes-carousel .item {
  width: 200px;
  margin: 0 auto;
}
.clientes-carousel .owl-nav {
  display: flex;
  width: 100%;
}
.clientes-carousel .owl-nav .owl-prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.clientes-carousel .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  right: -60px;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .clientes-carousel .owl-nav {
    justify-content: center;
    margin-top: 3rem;
  }
  .clientes-carousel .owl-nav .owl-prev {
    position: relative;
  }
  .clientes-carousel .owl-nav .owl-next {
    position: relative;
  }
}

.products,
.servico {
  width: 100%;
}
.products .row,
.servico .row {
  margin: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .row .col,
.servico .row .col {
  padding: 0;
  margin: 0 3rem 0 3rem;
  display: flex;
  flex-direction: column;
}
.products .row .col h1,
.products .row .col p,
.servico .row .col h1,
.servico .row .col p {
  text-align: left;
}
.products .row .col h1,
.servico .row .col h1 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #25267C;
}
.products .row .col p,
.servico .row .col p {
  font-size: 18px;
  margin-top: 18px;
}
.products .row .col a,
.servico .row .col a {
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 2rem;
}
.products .row .col a button,
.servico .row .col a button {
  font-size: 20px;
  color: #25267C;
  text-decoration: none;
  border: 2px solid #3435A6;
  width: 200px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.products .row .col a button:hover,
.servico .row .col a button:hover {
  background-color: #25267C;
  color: #ffffff;
}
.products .row .col div,
.servico .row .col div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.products .row .col div img,
.servico .row .col div img {
  width: 40px;
  margin-right: 24px;
}
.products .row .col img,
.servico .row .col img {
  width: 100%;
}
@media (max-width: 1200px) {
  .products .row,
  .servico .row {
    flex-direction: column;
    align-items: center;
  }
  .products .row .col,
  .servico .row .col {
    margin: 0;
    align-items: center;
  }
  .products .row .col h1,
  .servico .row .col h1 {
    font-size: 35px;
  }
  .products .row .col p,
  .servico .row .col p {
    padding: 5px;
  }
}
.products .rigth,
.servico .rigth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0 6rem 0;
}
.products .rigth .col,
.servico .rigth .col {
  padding: 0;
  margin: 0 3rem 0 3rem;
  display: flex;
  flex-direction: column;
}
.products .rigth .col h1,
.products .rigth .col p,
.servico .rigth .col h1,
.servico .rigth .col p {
  text-align: left;
}
.products .rigth .col h1,
.servico .rigth .col h1 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #25267C;
}
.products .rigth .col p,
.servico .rigth .col p {
  font-size: 18px;
  margin-top: 18px;
}
.products .rigth .col a,
.servico .rigth .col a {
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 2rem;
}
.products .rigth .col a button,
.servico .rigth .col a button {
  font-size: 20px;
  color: #25267C;
  text-decoration: none;
  border: 2px solid #3435A6;
  width: 200px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.products .rigth .col a button:hover,
.servico .rigth .col a button:hover {
  background-color: #25267C;
  color: #ffffff;
}
.products .rigth .col div,
.servico .rigth .col div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.products .rigth .col div img,
.servico .rigth .col div img {
  width: 40px;
}
.products .rigth .col img,
.servico .rigth .col img {
  width: 100%;
}
@media (max-width: 1200px) {
  .products .rigth,
  .servico .rigth {
    flex-direction: column-reverse;
  }
  .products .rigth .col,
  .servico .rigth .col {
    margin: 0;
    align-items: center;
  }
  .products .rigth .col h1,
  .servico .rigth .col h1 {
    font-size: 35px;
  }
  .products .rigth .col p,
  .servico .rigth .col p {
    padding: 5px;
  }
}
.products .line,
.servico .line {
  background-color: #C4C4C4;
  height: 2px;
  margin: 3rem 0;
  width: 92%;
  display: flex;
  margin: 0 auto;
}
.products .line-second,
.servico .line-second {
  background-color: #C4C4C4;
  height: 1px;
  width: 92%;
  margin: 0 auto;
  display: flex;
}
.products .nav,
.servico .nav {
  display: flex;
  justify-content: center;
}
.products .nav-item,
.servico .nav-item {
  border: 1px solid #000;
  border-radius: 5px;
}
.products .nav-item button,
.servico .nav-item button {
  color: #000;
}
.products .nav-link.active,
.servico .nav-link.active {
  background-color: #25267C;
}

.product {
  width: 100%;
  background-image: url("../images/bg-produto.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15rem;
}
.product-back {
  position: fixed;
  top: 20%;
  left: 5%;
  z-index: 30333333;
}
.product-display {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.product-display-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 0 180px 50px;
  border-radius: 10px;
  background-color: #04040D;
  flex: 1 0 70%;
}
.product-display-text-title {
  text-align: left;
  margin: 0 !important;
  font-size: 40px;
  font-weight: 700;
}
.product-display-text p {
  font-size: 18px;
  margin: 10px 300px 0 0;
}
@media (max-width: 1200px) {
  .product-display-text p {
    margin: 0;
  }
}
.product-display-text::before {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(90deg);
  position: absolute;
  left: 1%;
  top: 12%;
}
@media (max-width: 1200px) {
  .product-display {
    flex-direction: column;
    align-items: center;
  }
  .product-display-text {
    padding: 10px;
  }
  .product-display-text::before {
    display: none;
  }
}
.product-carousel {
  overflow: hidden;
  border-radius: 10px;
  margin-left: -12rem;
}
.product-carousel .item img {
  width: 500px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.product-carousel .owl-nav {
  display: flex;
  margin-top: 2rem;
}
.product-carousel .owl-next {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .product-carousel {
    margin: 0 auto;
    padding: 20px;
    border-top: 2px solid #ffffff;
    background-color: #04040D;
  }
  .product-carousel .owl-nav {
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.product-video {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.product-video iframe {
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 92%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.product-video .play {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.product-video .yt {
  position: absolute;
  right: 7%;
  bottom: 10%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.product-video:hover {
  background-image: none;
}
.product-video:hover iframe {
  opacity: 1;
}
.product-video:hover .play {
  opacity: 0;
}
.product-video:hover .yt {
  opacity: 0;
}
.product-info {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 3rem;
}
.product-info-title {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  margin-bottom: 23px;
}
.product-info .inf {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.product-info .inf div {
  display: flex;
  align-items: baseline;
  margin-left: 204px;
}
.product-info .inf h5 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.product-info .inf p {
  font-size: 23px;
  margin: 0;
  margin-left: 20px;
  color: #000;
}
.product-info .inf::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #C4C4C4;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .product-info-title {
    font-size: 35px;
  }
  .product-info .inf div {
    margin: 0 10px;
    align-items: center;
  }
  .product-info .inf h5 {
    font-size: 18px;
  }
  .product-info .inf p {
    font-size: 17px;
    margin-left: 5px;
  }
}
@media (max-width: 1200px) {
  .product {
    padding-top: 13rem;
  }
}

.contato {
  width: 100%;
}
.contato .nav {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.contato .nav .nav-item .nav-link {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #3435A6;
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 700;
}
.contato .nav .nav-item .nav-link.active {
  background-color: #3435A6;
  color: #ffffff;
}
.contato .tab-pane-form {
  display: flex;
  align-items: flex-start;
  margin: 5rem 0;
}
.contato .tab-pane-form-content {
  flex: 1 0 55%;
  display: flex;
  flex-direction: column;
}
.contato .tab-pane-form-content p {
  font-size: 28px;
  margin: 0 auto;
  color: rgba(4, 4, 13, 0.5);
}
.contato .tab-pane-form form {
  display: flex;
  flex-direction: column;
}
.contato .tab-pane-form form input,
.contato .tab-pane-form form textarea {
  border: 1px solid #3435A6;
  border-radius: 10px;
  font-weight: 700;
  font-size: 25px;
}
.contato .tab-pane-form form label {
  font-weight: 700;
  color: rgba(4, 4, 13, 0.5);
}
.contato .tab-pane-form form button {
  margin: 0 auto;
  margin-top: 66px;
  padding: 5px 70px;
  background: #3435A6;
  border: none;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contato .tab-pane-form form button:hover {
  background: #12123C;
}
@media (max-width: 1200px) {
  .contato .tab-pane-form {
    display: block;
  }
}
.contato .tab-pane-contato {
  background-color: #12123C;
  color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  margin-left: 5rem;
}
.contato .tab-pane-contato h1 {
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}
.contato .tab-pane-contato a {
  display: flex;
  color: #ffffff;
  align-items: center;
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.contato .tab-pane-contato a svg {
  justify-content: center;
  margin-left: 1rem;
}
.contato .tab-pane-contato a img {
  width: 100%;
}
.contato .tab-pane-contato a p {
  margin: 0;
  margin-right: 3rem;
  font-size: 17px;
  font-weight: 400;
  padding: 0 1rem;
}
.contato .tab-pane-contato a:hover {
  color: #3435A6;
  transform: translateX(15px);
}
@media (max-width: 1200px) {
  .contato .tab-pane-contato {
    margin: 1rem 0 0 0;
    padding: 10px;
    text-align: center;
  }
  .contato .tab-pane-contato h1 {
    font-size: 35px;
  }
  .contato .tab-pane-contato img {
    max-width: 250px;
  }
  .contato .tab-pane-contato p {
    font-size: 15px !important;
  }
}

footer {
  margin-top: 50px;
  padding-top: 15px;
  background-color: #04040D;
  padding-bottom: 15px;
  /* margin botão recaptcha */
}
footer a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer a:hover {
  transform: scale(1.2);
  color: #25267C;
}
footer .socials {
  margin-top: 5px;
}
footer .socials li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .socials li i {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
footer .socials li:hover {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
footer .props {
  padding-left: 105px;
  padding-right: 105px;
}
@media (min-width: 992px) {
  footer .props > div:nth-child(odd) {
    text-align: left;
  }
  footer .props > div:nth-child(odd) .socials {
    text-align: left;
  }
  footer .props > div:nth-child(even) {
    text-align: right;
  }
  footer .props > div:nth-child(even) .socials {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .props {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  footer .props {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
  }
}
footer .submit {
  margin-left: 10px;
}
footer .logo {
  display: block;
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
}
footer h4 {
  color: #fff;
  font-size: 35px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
footer div .top-line {
  border-top: 1px solid #DAA520;
}
footer input {
  border: none;
  border-radius: 7px;
}
footer .partners {
  position: relative;
  display: block;
}
footer .partners .img-logo {
  position: relative;
  width: 65px;
  height: auto;
  margin-top: 10px;
}
footer .fa {
  position: relative;
  font-size: 30px;
}
footer .fa-linkedin-square {
  color: #0077b5;
}
footer .fa-facebook-official {
  color: #4267B2;
}
footer .fa-whatsapp {
  color: #25d366;
}
footer .col-md-3 {
  margin-bottom: 0 !important;
}
footer .info-centralize {
  position: relative;
  display: block;
  margin-left: 30%;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 3rem;
}
footer .links-titles {
  margin-right: 10rem;
}
footer .links-titles a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
footer .links-titles a:hover {
  color: #25267C;
}
footer .links-logo img {
  width: 100%;
  max-width: 216px;
}
@media (max-width: 850px) {
  footer .links {
    padding: 1rem;
    flex-direction: column;
    align-items: center;
  }
  footer .links-titles {
    margin: 0;
    text-align: center;
  }
}

.copyright {
  font-size: 12px;
  background-color: #04040D;
  margin-top: -5rem;
}
.copyright .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .social-logo {
  margin: 10px 5px;
}
.copyright .col-md-12 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
.copyright .col-md-12 strong {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.copyright .col-md-12 strong:hover {
  color: #25267C;
}
@media (max-width: 850px) {
  .copyright {
    margin-top: 0;
  }
}

.inline-icon {
  display: inline-block;
  height: 25px;
  width: auto;
  margin-top: 4px;
  margin-left: 5px;
  opacity: 0.8;
}

.recaptcha_el {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.whatsapp-button {
  position: fixed;
  bottom: 250px;
  right: 35px;
  display: block;
  z-index: 3000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.whatsapp-button a {
  border: none;
  background-color: transparent;
  background: #25d366;
  color: #fff;
  font-size: 30px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: -20px;
  top: 50%;
  z-index: 300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 4px 5px 10px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 5px 10px -1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 5px 10px -1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 5px 10px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 10px -1px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.whatsapp-button a .fa {
  color: #fff !important;
}
.whatsapp-button a:hover {
  background-color: #1a9b49;
}
.whatsapp-button span {
  width: 150px;
  height: 35px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  background-color: #128C7E;
  display: inline-block;
  text-align: center;
  padding-left: 32px;
  color: #fff;
  font-size: 14px;
  z-index: 200;
  display: flex;
  align-items: center;
  text-shadow: 0.5px 0.5px 1px #000;
  display: none;
}
@media (max-width: 1200px) {
  .whatsapp-button {
    right: 20px;
  }
  .whatsapp-button a {
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  .whatsapp-button a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.cookies-background {
  display: none;
  position: fixed;
  z-index: 19999;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.cookies-background .cookies {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 25px;
  background-color: #000;
  width: 100%;
  max-width: 320px;
  padding: 25px;
  color: #fff;
  z-index: 20000;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .cookies-background .cookies {
    max-width: 100%;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25);
  }
}
.cookies-background:before {
  content: "";
  background-color: #1C1C1C;
  opacity: 0.75;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}

/*# sourceMappingURL=styles.css.map */
