html, body {
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  border: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: #03326c;
}

blockquote::before, blockquote::after {
  content: "";
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.table-filter-container {
  text-align: left;
}

.region, .state {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  cursor: text;
  min-height: 22px;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

.whatsapp {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 99999;
  width: 4em;
  height: 4em;
  position: fixed;
  right: 2em;
  bottom: 2em;
  background-image: url("/images/whatsapp.png");
  background-size: contain;
}

.whatsapp_2 {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 99999;
  width: 4em;
  height: 4em;
  position: fixed;
  right: 2em;
  bottom: 2em;
  background-image: url("/images/whatsapp.png");
  background-size: contain;
}

header#header {
  background-color: #224277;
  height: 115px;
}
header#header .logo-header {
  width: 100px;
  margin-top: 10px;
}

section.banner img, section.content-main img {
  margin: 30px auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

section.banner video, section.banner iframe {
  margin: 30px auto;
  width: 100%;
  height: 100vh;
}
section.banner video#video-cvc {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.banner video#video-cvc {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

section.social {
  margin-top: 30px;
  background-color: #ffe600;
}
section.social h4 {
  margin-bottom: 15px;
  margin-left: 35px;
}
section.social img {
  height: 85px;
}

footer {
  background-color: #224277;
  color: #ffffff;
  position: absolute;
  width: 100%;
  line-height: 35px;
}
footer h1 {
  font-size: 2.3rem;
  font-weight: 800;
  margin: 27px auto;
}

@media screen and (max-width: 768px) {
  section.banner video, section.banner iframe {
    width: 100%;
    height: 40vh;
  }

  .whatsapp {
    bottom: 7.2em;
  }
}
@media screen and (max-width: 767px) {
  section.banner video, section.banner iframe {
    height: 230px;
  }
}
