/* @font-face {
    font-family: 'Nexa-Regular';
    src: url('webFonts/Nexa-Regular/font.woff2') format('woff2'), url('webFonts/Nexa-Regular/font.woff') format('woff');
}
@font-face {
    font-family: 'Nexa-Bold';
    src: url('webFonts/Nexa-Bold/font.woff2') format('woff2'), url('webFonts/Nexa-Bold/font.woff') format('woff');
}
@font-face {
    font-family: 'Nexa-Heavy';
    src: url('webFonts/Nexa-Heavy/font.woff2') format('woff2'), url('webFonts/Nexa-Heavy/font.woff') format('woff');
} */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif !important;
}

.btn {
  font-family: "Roboto", sans-serif !important;
}

li, span, a, p, select, .txt {
  font-family: "Roboto", sans-serif !important;
}

.fs-60 {
  font-size: 60px;
}

.fs-32 {
  font-size: 32px;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-25 {
  font-size: 25px;
}

.fs-20 {
  font-size: 20px;
}

.text-blue {
  color: #00233D !important;
}

.text-red {
  color: #990005 !important;
}

.number-red {
  color: #990005 !important;
  font-size: 80px;
  font-weight: 700;
}

.title-card-home {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF !important;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  font-weight: 700 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #990005 !important;
  font-weight: 700 !important;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #990005 !important;
  opacity: 0.8;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFFFFF !important;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  font-weight: 700 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #990005 !important;
  font-weight: 700 !important;
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: #990005 !important;
  opacity: 0.8;
}

.header .cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.btn {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0px;
}

.btn-primary {
  color: #FFFFFF !important;
  background-color: #990005 !important;
  border-color: #990005 !important;
  padding: 0.625rem 2rem;
  font-weight: 700;
}
.btn-primary:hover {
  color: #990005 !important;
  background-color: transparent !important;
  border-color: #990005 !important;
}

.btn-outline-primary {
  color: #434343 !important;
  background-color: #F5F5F5 !important;
  border-color: #434343 !important;
  padding: 0.625rem 2rem;
}
.btn-outline-primary:hover {
  color: #FFFFFF !important;
  background-color: #1EC46B !important;
  border-color: #07DD87 !important;
}

footer .text-muted {
  color: #666666 !important;
  font-size: 0.75rem;
}
footer .btn {
  font-size: 0.875rem;
}
footer .fa-brands {
  font-size: 1.25rem;
  color: #AAAAAA;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
footer .fa-brands:hover {
  color: #990005 !important;
}
footer .btn-link {
  font-weight: 400;
  color: #666666 !important;
  text-decoration: none;
}
footer .btn-link:hover {
  color: #07DD87 !important;
}

.modal .modal-title {
  font-size: 1.25rem;
  color: #434343 !important;
}

.height-10 {
  height: 10vh;
}

.height-20 {
  height: 20vh;
}

.height-30 {
  height: 30vh;
}

.height-40 {
  height: 40vh;
}

.height-50 {
  height: 90vh;
}

.height-60 {
  height: 60vh;
}

.height-70 {
  height: 70vh;
}

.height-80 {
  height: 80vh;
}

.height-90 {
  height: 90vh;
}

.height-100 {
  height: 100vh;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #F1F1F1 !important;
}

.bg-dark {
  background-color: #00233D !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #AAAAAA !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-red-wine {
  background-color: #990005 !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py--5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.text-gray {
  color: #00233D !important;
}

.title {
  font-family: "Roboto", sans-serif !important;
  color: #990005 !important;
  font-size: 2rem;
  font-weight: 700;
}

.lead {
  font-family: "Roboto", sans-serif !important;
  color: #00233D !important;
  font-size: 20px;
}
.lead.text-red {
  color: #990005 !important;
}
.lead.fs-14 {
  font-size: 14px;
}

.text-white {
  color: white !important;
}

.fa-youtube {
  position: absolute;
  font-size: 40px;
  top: 41%;
  left: 43%;
}

.btn-video-thumbnail {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #D0D0D0;
}
.btn-video-thumbnail:hover {
  color: white !important;
}

.icon {
  background: rgb(30, 196, 107);
  background: linear-gradient(45deg, rgb(30, 196, 107) 0%, rgb(7, 221, 135) 100%);
  border-radius: 1.375rem;
  padding: 1.25rem;
  width: 6rem;
}
.icon svg {
  width: 3.5rem;
  fill: #FFFFFF !important;
}

.pt-4rem {
  padding-top: 4rem !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.bb-red {
  border-bottom: 3px solid #990005 !important;
}

.min-h-card1 {
  min-height: 14.2rem;
}

.min-h-card2 {
  min-height: 21rem;
}

.min-w-197 {
  min-width: 197px;
}

.bl-red {
  border-left: 5px solid #990005;
}

.intro .card {
  background-color: #00233D;
  border: 0;
  border-radius: 6px !important;
}
.intro .card .card-title {
  font-size: 1.25rem;
  color: #FFFFFF !important;
  font-weight: 900;
}
.intro .card .card-title.fs-16 {
  font-size: 16px !important;
}
.intro .card .card-text {
  color: #FFFFFF !important;
  font-size: 18px;
  line-height: 1.625rem;
}
.intro .card .card-text.fs-15 {
  font-size: 15px;
}
.intro .card.no-border-rad {
  border-radius: 0px !important;
}

.tab .nav-pills .nav-link {
  padding: 0.675rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  color: #00233D !important;
  font-weight: 700;
}
.tab .nav-pills .nav-link:hover {
  color: #990005 !important;
  background-color: transparent !important;
  border: 1px solid #990005 !important;
}
.tab .nav-pills .nav-link.active, .tab .nav-pills .show > .nav-link {
  color: #FFFFFF !important;
  background-color: #990005 !important;
  border: 1px solid #990005 !important;
}
.tab .nav-pills .nav-link.active:hover, .tab .nav-pills .show > .nav-link:hover {
  color: #990005 !important;
  background-color: transparent !important;
  border: 1px solid #990005 !important;
}

.testimonials blockquote {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
}
.testimonials blockquote .blockquote-footer {
  color: #FFFFFF !important;
}
.testimonials blockquote .blockquote-footer:before {
  content: "";
}
.testimonials blockquote .btn-link {
  color: #FFFFFF !important;
}
.testimonials blockquote .btn-link:hover {
  color: #990005 !important;
}
.testimonials.cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.collaterals .card {
  border-radius: 0.375rem;
  border: none;
}
.collaterals .card .card-title {
  font-size: 20px;
  color: #00233D !important;
  font-weight: 700;
}
.collaterals .card .card-title.fs-15 {
  font-size: 15px !important;
}
.collaterals .card .card-text {
  color: #00233D !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.collaterals .card .card-text.fs-15 {
  font-size: 15px !important;
  line-height: 20px !important;
}
.collaterals .card hr {
  opacity: 0.1;
}
.collaterals .card.no-border-rad {
  border-radius: 0px !important;
}
.collaterals .btn-collateral {
  border-radius: 0 0 0.375rem 0.375rem;
  padding: 0.84rem 2rem;
}
.collaterals .btn-collateral:hover {
  background-color: #990005 !important;
  color: #00233D !important;
}
.collaterals.cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.img-thumbnail {
  background-color: transparent !important;
  border: none !important;
}

.border-bottom-red {
  border-bottom: 15px solid #990005 !important;
}

form .form-control {
  padding: 1rem 0.75rem !important;
}
form .form-label {
  color: #434343;
  font-family: "Roboto", sans-serif !important;
}
form .lead {
  color: #434343 !important;
  font-size: 15px;
}

@media (max-width: 680px) {
  .navbar .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 1rem;
  }
  .testimonials .media {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
  .videos .accordion-button {
    padding: 1rem 0;
    color: .videos .accordion-button black;
  }
  .videos .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
  }
  .videos .accordion-button:not(.collapsed) {
    color: #990005 !important;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  }
  .videos .accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow-down.svg");
    transform: rotate(-180deg);
  }
  .videos .accordion-body {
    padding: 1rem 0;
  }
  .ms-sm--1 {
    margin-left: 1rem !important;
  }
  .fs-sm-43 {
    font-size: 43px !important;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
}

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