:root {
  --main-color: #0563bb;
  --bs-primary: rgb(5, 99, 187) !important;
  --bs-primary-rgb: 5, 99, 187 !important;
}

body {
  color: #272829;
  background-image: linear-gradient(270deg, #e8f0fe 0%, #ffffff 100%);
  background-color: #e8f0fe;
  background-image: linear-gradient(270deg, #e8f0fe 0%, #ffffff 100%);
  background-size: 200% 200%;
}

a {
  color: var(--main-color) !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 50px;
  z-index: 996;
}
.back-to-top a {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.4s;
  background: #64a751;
}
.back-to-top a i {
  font-size: 30px;
  color: #fff;
  line-height: 0;
}
.back-to-top a:not(:last-child) {
  background: var(--main-color);
  width: 40px;
  height: 40px;
}
.back-to-top a:not(:last-child):first-child i {
  font-size: 30px;
}
.back-to-top a:not(:last-child) i {
  font-size: 20px;
}
.back-to-top:hover a {
  color: #fff;
}
.back-to-top:hover a:first-child {
  background: #0678e3;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}
#main {
  height: 100vh;
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}
.nav-menu {
  padding: 0;
  display: block;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.nav-menu a {
  display: flex;
  align-items: center;
  color: var(--main-color);
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.nav-menu a:focus {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.nav-menu a i, .nav-menu a:focus i {
  font-size: 20px;
}
.nav-menu a span, .nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: var(--main-color);
}
.nav-menu a:hover {
  color: #fff !important;
  background: var(--main-color);
}
.nav-menu .active {
  color: #fff !important;
  background: var(--main-color);
}
.nav-menu .active:focus {
  color: #fff;
}
.nav-menu li:hover > a {
  color: #fff;
}
.nav-menu a:hover span {
  color: #fff;
}
.nav-menu .active span, .nav-menu .active:focus span {
  color: #fff;
}
.nav-menu li:hover > a span {
  color: #fff;
}
.nav-menu a:hover,
.nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}
.nav-menu a:hover span,
.nav-menu li:hover > a span {
  display: block;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a:focus {
    width: 56px;
  }
  .nav-menu a span, .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}
.mobile-nav-toggle {
  border: 0;
  background: none;
  font-size: 40px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
}
.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #header {
  left: 0;
}

/** * Sections
 * --------------------------------------------------------------
 */
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  line-height: 60px;
  color: var(--main-color);
}
.section-title h2 span {
  font-weight: 700;
  background: var(--main-color);
  color: #fff;
  padding: 10px;
}
.section-title p {
  margin-bottom: 0;
}

#euroboto {
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") center right no-repeat;
  background-size: cover;
  position: relative;
}
#euroboto h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
}
#euroboto p {
  margin: 15px 0 0 0;
  font-size: 26px;
}
#euroboto p span {
  color: var(--main-color);
  letter-spacing: 1px;
}
#euroboto .logo-eu-roboto a:hover svg path {
  fill: #e6e6e6 !important;
}
#euroboto .logo-eu-roboto a:hover svg rect {
  fill: var(--main-color) !important;
}
#euroboto .logo-eu-roboto a:hover svg rect + g > * {
  fill: #e6e6e6 !important;
}
#euroboto .logo-eu-roboto a svg {
  height: 150px;
}
#euroboto .logo-eu-roboto a svg path {
  fill: var(--main-color) !important;
}
#euroboto .logo-eu-roboto a svg rect {
  fill: #e6e6e6;
}

@media (max-width: 784px) {
  #euroboto {
    background-size: 400%;
    background-position: center center !important;
  }
  #euroboto .logo-eu-roboto svg {
    height: 84px;
  }
}
@media (max-width: 992px) {
  #euroboto {
    text-align: center;
  }
  #euroboto h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #euroboto p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
#sobre .timeline-container-custom {
  position: relative;
}
#sobre .timeline-container-custom::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  bottom: -5px;
  width: 1px;
  border-radius: 2px;
  border: 2px dashed var(--main-color);
}
#sobre .timeline-container-custom .timeline-item-custom {
  position: relative;
  padding-left: 40px;
  padding-bottom: 30px;
}
#sobre .timeline-container-custom .timeline-item-custom:last-child {
  padding-bottom: 0;
}
#sobre .timeline-container-custom .timeline-item-custom:last-child::before {
  bottom: calc(100% - 15px);
}
#sobre .timeline-container-custom .card-timeline {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  position: relative;
}
#sobre .timeline-container-custom .card-timeline .flag::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 20px;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: white;
  border-width: 15px;
  pointer-events: none;
}
#sobre .timeline-container-custom .card-timeline::before {
  content: "";
  position: absolute;
  left: -39px;
  top: 17px;
  width: 20px;
  height: 20px;
  background-color: #74b2eb;
  border: 3px dashed var(--main-color);
  border-radius: 50%;
  z-index: 10;
}
#sobre .timeline-container-custom .card-timeline:hover {
  transform: translateY(-10px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#clientes .portfolio-item {
  margin-bottom: 30px;
}
#clientes #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  padding: 2px 15px;
}
#clientes #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
#clientes #portfolio-flters li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#clientes #portfolio-flters li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#clientes #portfolio-flters li:hover, #clientes #portfolio-flters li.filter-active {
  color: var(--main-color);
}
#clientes #portfolio-flters li:last-child {
  margin-right: 0;
}
#clientes .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#clientes .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
#clientes .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#clientes .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
#clientes .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
#clientes .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}
#clientes .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#clientes .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
#clientes .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
#clientes .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}
#clientes .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
#clientes .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
#clientes .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
#clientes .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--main-color);
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

#servicos .icon-box {
  text-align: center;
  transition: all ease-in-out 0.3s;
}
#servicos .icon-box .circle {
  width: 100px;
  height: 100px;
  background-color: var(--main-color);
  fill: #fff;
  padding: 10px;
  border-radius: 50%;
}
#servicos .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
#servicos .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}
#servicos .icon-box p {
  line-height: 24px;
  margin-bottom: 0;
}
#servicos .icon-box:hover {
  border-color: #fff;
}
#servicos .icon-box:hover .circle {
  background-color: #f2f3f5;
  fill: var(--main-color);
}
#servicos .icon-box:hover .circle svg {
  fill: var(--main-color);
  stroke: #f2f3f5;
}

.depoimentos .section-header {
  margin-bottom: 40px;
}
.depoimentos .depoimentos-carousel,
.depoimentos .depoimentos-slider {
  overflow: hidden;
}
.depoimentos .depoimento-item {
  text-align: center;
}
.depoimentos .depoimento-item .depoente {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-color: #7fa7bd;
  background-image: linear-gradient(180deg, #beeff6 0%, #ffffff 100%);
}
.depoimentos .depoimento-item .depoente.menor img {
  height: 80px;
}
.depoimentos .depoimento-item .depoente img {
  height: 120px;
  margin: 0 auto;
}
.depoimentos .depoimento-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.depoimentos .depoimento-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
.depoimentos .depoimento-item .quote-icon-left,
.depoimentos .depoimento-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}
.depoimentos .depoimento-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.depoimentos .depoimento-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.depoimentos .depoimento-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.depoimentos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.depoimentos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--main-color);
}
.depoimentos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

@media (min-width: 992px) {
  .depoimentos .depoimento-item p {
    width: 80%;
  }
}
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: var(--main-color);
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--main-color);
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email] {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: var(--main-color);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #0678e3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}

.fw-500 {
  font-weight: 500;
}

form .btn {
  --bs-btn-bg: var(--main-color);
  --bs-btn-border-color: var(--main-color);
}

.alert {
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  margin: 10px;
}

error {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.diagonal-divider {
  padding: 200px 0;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%) !important;
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%) !important;
}

@media (min-width: 992px) {
  .diagonal-divider {
    padding: 150px 0;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%) !important;
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%) !important;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.animate-float {
  animation: float 6s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}/*# sourceMappingURL=style.css.map */