/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #E62722;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f37b77;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
h1 {
  font-size: 4.5rem;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #E62722;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #E62722;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #C00000;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  max-height: 40px;
}

.main-pages {
  margin-top: 60px;
}

.dropdown-container {
  margin: 0 3.5rem;
  /* display: none; */
}

.dropdown-container * {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.dropdown-container a {
  display: block;
  position: relative;
  color: #C00000;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.dropdown-select-box,
.dropdown-options-box {
  min-width: 7rem;
}

.dropdown-options-box {
  opacity: 0;
  display: none;
  position: absolute;
  background-color: #f4f4f4;
  transition: all 0.3s ease;
  z-index: 1;
}

.dropdown-container .dropdown-options-box a {
  font-size: 12px;
}

.dropdown-container li:hover > ul,
.dropdown-container li:focus-within > ul,
.dropdown-container li ul:hover,
.dropdown-container li ul:focus {
   opacity: 1;
   display: block;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-container a:hover {
  color: #f61010;
  text-decoration: none;
}

.dropdown-select-box:hover,
.dropdown-select-box:focus-within,
.dropdown-select-box a:hover {
  background-color: #e4e4e4;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background-size: cover;
  margin-top: 80px;
}

.intro-container .intro-title {
  position: absolute;
  left: 0; 
  right: 0;
  margin: 30px auto 0px auto; 
  z-index: 10;
}

.intro-container .intro-title h1 {
  float: right;
  color: white;
  font-weight: bold;
  background-color:rgba(242,73,75,0.7);
  padding-left: 25px;
  padding-right: 25px;
}

.owl-carousel .owl-item img {
    max-height: 60vh;
}

video {
  width: 100% !important;
  height: auto !important;
  margin-top: -10%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav > ul > .download-button {
  background-color: #c00000;
  border: 1px solid #c00000;
  border-radius: 50px;
  margin-left: 20px;
  transition: 0.2s;
}

.main-nav > ul > .download-button > a {
  color: #f4f4f4;
}

.main-nav > ul > .download-button:hover {
  background-color: transparent;
  border: 1px solid #c00000;
  color: #e62722;
}

.main-nav a {
  display: block;
  position: relative;
  color: #c00000;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #F07B78;
  text-decoration: none;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header-optgen h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header .main-section {
  width: 100%;
  text-align:justify;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/

#features {
  background: #fff;
  padding: 60px 0;
}

#features .about-container .background {
  margin: 20px 0;
}

#features .about-container .content {
  background: #fff;
}

#features .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#features .about-container p {
  line-height: 26px;
}

#features .about-container p:last-child {
  margin-bottom: 0;
}

#features .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#features .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #C00000;
  transition: all 0.3s ease-in-out;
}

#features .about-container .icon-box .icon i {
  color: #C00000;
  font-size: 30px;
}

#features .about-container .icon-box:hover .icon {
  background: #C00000;
}

#features .about-container .icon-box:hover .icon i {
  color: #fff;
}

#features .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#features .about-container .icon-box .title a {
  color: #283d50;
}

#features .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#features .about-extra {
  padding-top: 60px;
}

#features .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

.img-fluid {
  height: 100%;
  object-fit: cover;
}

/* Services Section
--------------------------------*/

#documentation {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#documentation .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#documentation .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#documentation .icon {
  position: absolute;
  left: 25px;
  top: calc(50% - 32px);
}

#documentation .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#documentation .title {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#documentation .title a {
  color: #111;
}

#documentation .box:hover .title a {
  color: #E62722;
}

#documentation .description {
  font-size: 14px;
  margin-left: 70px;
  line-height: 24px;
  margin-bottom: 0;
}

#documentation .description_lang {
  font-size: 12px;
  margin-left: 70px;
  line-height: 24px;
  margin-bottom: 0;
}

#download {
  padding: 60px 0;
  background: #C00000;
}

#download .section-header h3,
#download .section-header p {
  color: #fff;
}

#download .card {
  background: #E9382F;
  border-color: #E9382F;
  border-radius: 30px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#download .card:hover {
  background: #8F150F;
  border-color: #8F150F;
}

#download .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #F7B6B3;
}

#download .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#download .card p {
  font-size: 15px;
  color: #FCE5E4;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E62722;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #E62722;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #E62722;
}

#contact .social-links a:hover {
  background: #E62722;
  color: #fff;
}

#contact .info {
  color: #283d50;
  display: flex;
  justify-content: center;
}

#contact .info i {
  font-size: 32px;
  color: #E62722;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 15px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #E62722;
  border: 1px solid #E62722;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #F18683;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #E62722;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #960000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #C00000;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #FCE5E4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #E62722;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #E62722;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffafad;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }
  
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    margin-top: 60px;
    height: 45vw;
  }

  #intro .intro-container {
    width: 100%;
    float: none;
    margin: 0 auto 25px auto;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  #intro {
    height: 45vw;
  }

  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

}

@media (max-width: 600px) {
  #intro {
    height: 45vw;
  }

  h1 {
    font-size: 1.5rem;
  }
}

/* Carousel */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.owl-item.active .intro-carousel-item > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}
/* Carousel */

.link_caixa {
  color: #fff;
  outline: none;
  text-decoration: none;
}

