@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900&subset=latin-ext");
@import url(helper/normalize.css);
@import url(helper/formalize.css);
@import url(helper/bootstrap.min.css);
@import url(helper/popup.css);
body {
  font-family: 'Source Sans Pro', sans-serif; }
  body ul li {
    display: inline-block; }
  body .offer {
    background-color: #008374;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none; }
  body .button {
    background-color: #E31E24;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none; }
  body .button-2 {
    background-color: #042145;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 700; }
  body span.line {
    display: block;
    width: 45px;
    border: 3px solid #E31E24; }
  body p {
    text-align: justify; }

footer #map {
  height: 300px; }

footer .bar {
  background-color: #E31E24;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer .bar .bar-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 576px) {
      footer .bar .bar-box {
        flex-direction: column; } }
    footer .bar .bar-box .box h5 {
      color: white;
      font-weight: 600;
      font-size: 26px;
      margin-top: 0; }
    footer .bar .bar-box .box p {
      color: white;
      font-size: 14px; }
    footer .bar .bar-box .go-contact a {
      border: 1px solid white;
      border-radius: 4px;
      padding: 10px 30px;
      color: white;
      font-weight: 600;
      text-decoration: none;
      transition: .3s; }
      @media (max-width: 576px) {
        footer .bar .bar-box .go-contact a {
          margin-top: 1rem;
          display: inline-block; } }
    footer .bar .bar-box .go-contact a:hover {
      background-color: white;
      color: #E31E24; }

footer .bottom-menu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #042145; }
  @media (max-width: 576px) {
    footer .bottom-menu {
      padding-top: 2rem; } }
  footer .bottom-menu h4 {
    color: white;
    font-size: 17px;
    font-weight: 900;
    padding-bottom: 6px; }
    @media (max-width: 576px) {
      footer .bottom-menu h4 {
        margin-top: 2rem; } }
  footer .bottom-menu p {
    color: white;
    margin-top: 1.5rem;
    padding-right: 100px;
    font-size: 15px;
    line-height: 1.6; }
    @media (max-width: 576px) {
      footer .bottom-menu p {
        padding-right: 0; } }
  footer .bottom-menu .social ul li {
    text-align: center;
    vertical-align: middle;
    margin-right: 6px;
    align-items: center; }
    footer .bottom-menu .social ul li a {
      border: 1px solid #BFBFBF;
      border-radius: 4px;
      width: 28px;
      height: 28px;
      display: inline-block;
      color: white;
      vertical-align: middle;
      transition: .3s; }
    footer .bottom-menu .social ul li a:hover {
      background-color: white;
      color: #042145; }
  footer .bottom-menu .menu {
    margin-top: 1.5rem; }
    footer .bottom-menu .menu li {
      display: block;
      line-height: 1.6; }
      footer .bottom-menu .menu li a {
        color: white; }

footer .copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #123B6C; }
  footer .copyright h6 {
    color: white;
    margin-bottom: 0;
    font-size: 13px; }

.whatsapp {
  background-color: #128c7e;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none; }
  @media (max-width: 576px) {
    .whatsapp {
      display: block; } }
  .whatsapp a {
    color: white;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700; }
    .whatsapp a span {
      margin-right: 4px;
      font-size: 18px; }

.new-header-menu {
  background-color: white !important;
  border-bottom: 1px solid #BFBFBF; }
  .new-header-menu .navbar .nav-link {
    color: #042145 !important; }

header.header-menu {
  background-color: #042145; }
  header.header-menu .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.5);
    outline: none; }
  header.header-menu .flex {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 576px) {
      header.header-menu .flex {
        flex-direction: column;
        text-align: center; } }
    header.header-menu .flex .certificates a {
      color: white;
      font-size: 15px;
      text-decoration: none; }
    header.header-menu .flex .certificates a:hover {
      color: #E31E24; }
    header.header-menu .flex .social ul {
      margin-bottom: 10px; }
    header.header-menu .flex .social li {
      padding-left: 6px;
      padding-right: 6px; }
      header.header-menu .flex .social li a {
        font-size: 15px;
        color: white;
        text-decoration: none;
        font-weight: 700; }
      header.header-menu .flex .social li a:hover {
        color: #E31E24; }
    header.header-menu .flex .social li:nth-child(4) {
      margin-left: 10px; }
    header.header-menu .flex .social li:last-child {
      padding-right: 0; }
      header.header-menu .flex .social li:last-child span {
        margin-left: 10px;
        padding-right: 5px; }
  header.header-menu .bg-light {
    background-color: transparent !important; }
  header.header-menu .navbar {
    border-top: 1px solid #052d5d; }
    header.header-menu .navbar .navbar-brand {
      width: 190px; }
    header.header-menu .navbar .nav-item {
      padding-left: 6px;
      padding-right: 6px; }
      header.header-menu .navbar .nav-item .nav-link {
        color: white;
        font-weight: 700;
        font-size: 13px; }
    header.header-menu .navbar .nav-item:last-child {
      padding-right: 0px;
      border-left: 1px solid #BFBFBF;
      line-height: 20px;
      padding-left: 6px; }
      @media (max-width: 576px) {
        header.header-menu .navbar .nav-item:last-child {
          padding-left: 6px;
          border: none; } }
      header.header-menu .navbar .nav-item:last-child .nav-link {
        padding-right: 0;
        font-size: 18px; }

#backVideo {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  right: 0;
  bottom: 0; }
  @media (max-width: 576px) {
    #backVideo {
      max-width: 100%;
      background: url("../img/back.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #backVideo video {
        display: none; } }

.home-content {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0; }
  @media (max-width: 576px) {
    .home-content {
      padding-top: 15vh; } }
  .home-content h2 {
    padding-top: 16vh;
    color: white;
    font-size: 19px;
    font-weight: 600; }
    @media (max-width: 576px) {
      .home-content h2 {
        padding-top: 0;
        font-size: 17px; } }
  .home-content h1 {
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    font-size: 21px;
    font-weight: 900; }
    @media (max-width: 576px) {
      .home-content h1 {
        padding-top: 0;
        padding-bottom: 0; } }
  .home-content p {
    color: #EEE;
    font-size: 20px;
    line-height: 1.7; }
    @media (max-width: 576px) {
      .home-content p {
        line-height: 1.4;
        font-size: 16px; } }
  .home-content a {
    margin-top: 2rem; }
    @media (max-width: 576px) {
      .home-content a {
        margin-top: 4px; } }

.page-title {
  margin-top: 8.4rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: white;
  border-bottom: 1px solid #042145; }
  .page-title h1 {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #042145;
    font-size: 28px;
    font-weight: 900; }

section.home-bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BFBFBF; }
  section.home-bar img {
    max-height: 72px; }
    @media (max-width: 576px) {
      section.home-bar img {
        max-height: 64px; } }

section.home-about {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  section.home-about h2 {
    font-size: 28px;
    font-weight: 700;
    color: #042145;
    margin-bottom: 10px;
    margin-top: 10px; }
  section.home-about p {
    margin-top: 2rem;
    color: #042145;
    font-size: 17px;
    padding-right: 14px; }
  section.home-about .about-image {
    padding-left: 5px; }
    section.home-about .about-image img {
      border-radius: 4px; }

.home-services {
  background-color: #042145;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .home-services h3 {
    color: white;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px; }
  .home-services span.line {
    margin: 0 auto; }
  .home-services a {
    text-decoration: none; }
  .home-services .box {
    margin-top: 4rem; }
    .home-services .box img {
      border: 4px solid white;
      width: 100px;
      height: 100px;
      padding: 15px;
      border-radius: 12px; }
  .home-services h4 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    margin-top: 1rem; }
  .home-services p {
    margin-top: 3rem;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600; }

.home-filo {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .home-filo span.line {
    margin: 0 auto; }
  .home-filo h3 {
    color: #042145;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px; }
  .home-filo .popup-gallery {
    margin-top: 4rem; }
    .home-filo .popup-gallery a {
      width: 29%;
      margin: 10px 20px;
      display: inline-block; }
      @media (max-width: 576px) {
        .home-filo .popup-gallery a {
          width: 40%;
          margin: 10px; } }
    .home-filo .popup-gallery img {
      width: 100%; }
  .home-filo .button-2 {
    margin-top: 4rem; }

.home-news {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #BFBFBF; }
  .home-news span.line {
    margin: 0 auto; }
  .home-news h3 {
    color: #042145;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px; }
  .home-news .card {
    margin-top: 4rem;
    border: none; }
    @media (max-width: 576px) {
      .home-news .card {
        margin-top: 2rem; } }
  .home-news .card-body {
    padding: 0 0 0 15px; }
    @media (max-width: 576px) {
      .home-news .card-body {
        padding: 0; } }
    .home-news .card-body a {
      color: #042145;
      font-size: 13px;
      margin-top: 0px; }
  .home-news .card-img-left {
    border-radius: 4px;
    height: 180px; }
    @media (max-width: 576px) {
      .home-news .card-img-left {
        margin-bottom: 10px; } }
  .home-news strong {
    font-size: 12px;
    font-weight: 400;
    color: #8393A6; }
  .home-news h4 {
    font-size: 14px;
    color: #042145;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 3px; }
  .home-news .card-text {
    font-size: 12px;
    color: #8393A6;
    margin-bottom: 0; }
  .home-news .button {
    margin-top: 4rem; }

section.about {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  section.about p, section.about b {
    font-size: 17px;
    line-height: 1.7;
    color: #042145; }
  section.about b {
    font-weight: 600;
    font-size: 19px;
    margin-top: 2rem;
    display: block; }
  section.about ul {
    color: #042145;
    font-size: 17px;
    padding-left: 20px; }
    section.about ul li {
      display: list-item;
      list-style: disc;
      font-size: 18px; }

section.certificates {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  section.certificates p {
    font-size: 17px;
    line-height: 1.7;
    color: #042145; }
  section.certificates ul {
    padding-left: 20px;
    margin-top: 2rem;
    color: #042145; }
    section.certificates ul li {
      display: list-item;
      list-style: circle;
      font-size: 18px; }
  section.certificates .popup-gallery {
    margin-top: 3rem; }
    section.certificates .popup-gallery a {
      margin: 10px;
      display: inline-block; }
      section.certificates .popup-gallery a img {
        height: 120px; }

section.services {
  padding-top: 4rem;
  padding-bottom: 6rem; }
  section.services h2 {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 600;
    color: #042145; }
  section.services a {
    text-decoration: none; }
  section.services .box {
    margin-top: 4rem; }
    section.services .box img {
      border: 4px solid #E31E24;
      width: 100px;
      height: 100px;
      padding: 15px;
      border-radius: 12px; }
  section.services h4 {
    color: #042145;
    font-weight: 600;
    font-size: 24px;
    margin-top: 1rem; }

section.services-detail {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  section.services-detail p {
    font-size: 17px;
    line-height: 1.7;
    color: #042145; }
  section.services-detail h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 4rem;
    color: #042145; }
  section.services-detail .offer {
    display: block;
    text-align: center;
    margin-top: 2rem; }
  section.services-detail .box {
    margin-top: 1rem; }
    section.services-detail .box img {
      border: 4px solid #E31E24;
      width: 60px;
      height: 60px;
      padding: 10px;
      border-radius: 10px; }
  section.services-detail h4 {
    color: #042145;
    font-weight: 600;
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 4rem; }

section.filo {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  section.filo p {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.7;
    color: #042145; }
  section.filo .popup-gallery {
    margin-top: 3rem; }
    section.filo .popup-gallery a {
      width: 28%;
      margin: 20px;
      display: inline-block; }
      @media (max-width: 576px) {
        section.filo .popup-gallery a {
          width: 42%;
          margin: 10px; } }
    section.filo .popup-gallery img {
      width: 100%; }

section.contact {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  section.contact h3 {
    font-size: 17px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #042145; }
    @media (max-width: 576px) {
      section.contact h3 {
        padding: 0; } }
  section.contact p, section.contact .data {
    color: #042145;
    line-height: 1.7;
    font-size: 15px; }
  section.contact img {
    margin-top: 6px;
    margin-bottom: 6px;
    width: 95%;
    border-radius: 4px; }
    @media (max-width: 576px) {
      section.contact img {
        margin: 4px; } }
  section.contact form {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 576px) {
      section.contact form {
        padding: 10px 0; } }
    section.contact form input, section.contact form textarea {
      padding: 10px 12px;
      border: 1px solid #CCC;
      font-size: 14px;
      border-radius: 4px;
      width: 100%;
      margin-bottom: 12px;
      outline: none;
      transition: .3s; }
    section.contact form input:focus, section.contact form textarea:focus {
      border-color: #E31E24; }
    section.contact form button {
      background: #E31E24;
      color: white;
      width: 100%;
      border: 2px solid #E31E24;
      outline: none;
      cursor: pointer;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      padding: 6px 10px;
      border-radius: 4px; }
  section.contact strong {
    display: block;
    font-weight: 700;
    color: #042145; }
    @media (max-width: 576px) {
      section.contact strong {
        padding: 4px; } }
  section.contact span {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    color: #042145;
    font-size: 14px; }
    @media (max-width: 576px) {
      section.contact span {
        padding: 4px; } }
  section.contact ul {
    padding-top: 6px;
    padding-bottom: 6px; }
    @media (max-width: 576px) {
      section.contact ul {
        padding: 4px; } }
    section.contact ul li {
      color: #042145;
      font-size: 14px;
      display: block; }

section.faq {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  section.faq .card {
    border-radius: 0px;
    border-bottom: none; }
    section.faq .card button {
      white-space: initial; }

section.news {
  padding-bottom: 4rem; }
  section.news .card {
    margin-top: 4rem;
    border: none; }
  section.news .card-body {
    padding: 0 0 0 15px; }
    section.news .card-body a {
      color: #042145;
      font-size: 13px;
      margin-top: 0px; }
  section.news .card-img-left {
    border-radius: 4px;
    height: 180px; }
  section.news strong {
    font-size: 12px;
    font-weight: 400;
    color: #8393A6; }
  section.news h4 {
    font-size: 14px;
    color: #042145;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 3px; }
  section.news .card-text {
    font-size: 12px;
    color: #8393A6;
    margin-bottom: 0; }
  section.news .new {
    padding-top: 3rem; }
    section.news .new img {
      border-radius: 4px;
      margin-bottom: 10px; }
    section.news .new strong {
      font-size: 14px;
      font-weight: 400;
      color: #8393A6; }
    section.news .new h4 {
      font-size: 19px;
      color: #042145;
      font-weight: 600;
      margin-top: 5px;
      margin-bottom: 10px; }
    section.news .new p {
      color: #042145;
      line-height: 1.7;
      font-size: 17px;
      margin-bottom: 2rem; }

section.tracking {
  padding-bottom: 3rem; }
  section.tracking iframe {
    width: 100%;
    min-height: 100vh; }
