/* Variables */
/* Generals */
.bgGrayLight {
  background-color: #fcfcfc;
}

.bgGray {
  background-color: #f5f5f5;
}

.bgBlueBase {
  background-color: #006ab0;
}

.bgBlueSecond, header button {
  background-color: #006abd;
}

.bgWhite {
  background-color: white;
}

.colorWhite {
  color: #fff;
}

.colorBlueBase {
  color: #006ab0;
}

.shadowBottom {
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.1);
}

.shadowTop {
  box-shadow: 0px -5px 5px -1px rgba(0, 0, 0, 0.1);
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.titlePpal {
  margin-bottom: 60px;
}

.lineH {
  display: block;
  margin: 0 auto 10px;
  width: 300px;
  height: 2px;
  background-color: #006ab0;
}

.lineV {
  display: inline-block;
  width: 2px;
  margin-right: 10px;
  background-color: #006ab0;
}

.infoBanner {
  background-color: #f5ff80;
  position: absolute;
  left: 0;
  width: 100%;
  top: 68px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.infoBanner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.infoBanner img {
  margin-right: 20px;
}
.infoBanner p {
  font-size: 16px;
  margin-bottom: 0;
}

/* Styles */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Encode Sans Condensed", sans-serif;
}
body p,
body li,
body .questionBtn {
  letter-spacing: 0.2px;
}
body button:focus,
body button:active {
  outline: 0 !important;
  box-shadow: none !important;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
header #logo img {
  width: 100px;
}
header ul li a {
  font-size: 13px;
  color: black;
  padding: 10px;
  cursor: pointer;
}
header ul li a:hover {
  color: black;
  text-decoration: none;
}
header ul li:after {
  content: "|";
  display: inline-block;
  position: relative;
  right: 0px;
  font-size: 12px;
}
header ul li:last-child:after {
  display: none;
}
header ul li.active a {
  color: #006ab0;
}
header button {
  color: white;
  border: 0;
  padding: 5px 10px;
  font-size: 15px;
}

.smallContainer {
  margin: 0 auto;
}

#sectionBanner {
  margin-top: 91px;
}
#sectionBanner .slogan {
  max-width: 600px;
  color: #006ab0;
}
#sectionBanner .slogan span {
  display: block;
}
#sectionBanner .blueTitle {
  margin-top: 40px;
}
#sectionBanner .blueTitle a:hover {
  text-decoration: none;
}
#sectionBanner .blueTitle span {
  background-color: #00ccff;
  color: #fff;
  padding: 5px 40px;
  font-weight: lighter;
}
#sectionBanner p {
  max-width: 420px;
  margin-bottom: 70px;
}
#sectionBanner .phone {
  padding-top: 80px;
}
#sectionBanner .btnDownload {
  width: 140px;
}
#sectionBanner .img-carousel {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#sectionBanner #carouselBCIAlliance {
  padding-bottom: 50px;
}
#sectionBanner .carousel-indicators li {
  background-color: #f0f0f0;
  opacity: 1;
  width: 60px;
}
#sectionBanner .carousel-indicators li.active {
  background-color: #00ccff;
}

#sectionAbout .bgGray {
  padding-top: 90px;
}
#sectionAbout .subtitle {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
#sectionAbout p {
  max-width: 1000px;
  margin: 0 auto 240px;
}
#sectionAbout #middleImage {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -160px;
}

#middleImage,
#animatedImageRight,
#animatedImageLeft {
  visibility: hidden;
}

#middleImage.fadeInUp,
#animatedImageLeft.fadeInRight,
#animatedImageRight.fadeInLeft {
  visibility: visible;
}

#sectionWhere {
  margin-top: 160px;
  padding-top: 60px;
  overflow-x: hidden;
}
#sectionWhere #sectionUse1 {
  padding-top: 70px;
  padding-bottom: 70px;
}
#sectionWhere #sectionUse1 .view {
  border: 2px solid white;
  position: absolute;
  top: 10px;
}
#sectionWhere #sectionUse2 {
  padding-top: 320px;
  padding-bottom: 70px;
}
#sectionWhere #sectionUse2 .view {
  width: 240px;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
}
#sectionWhere #sectionUse3 {
  padding-top: 70px;
  padding-bottom: 90px;
}
#sectionWhere #sectionUse4 {
  padding-bottom: 70px;
  padding-top: 70px;
}
#sectionWhere #sectionUse4 .titlePpal {
  margin-bottom: 60px;
}
#sectionWhere #sectionUse4 .img-fluid {
  margin-bottom: 30px;
  width: 120px;
}
#sectionWhere #sectionUse4 .stepDescription {
  font-size: 15px;
  max-width: 200px;
  margin: 0 auto;
}
#sectionWhere #sectionUse4 .arrow {
  width: 22px;
  position: absolute;
  right: 0;
  top: 160px;
}
#sectionWhere .titlePpal {
  margin-bottom: 10px;
  display: inline-block;
}
#sectionWhere p {
  max-width: 380px;
  margin-left: 15px;
}

#sectionUse {
  padding-top: 90px;
  padding-bottom: 90px;
}
#sectionUse ul {
  max-width: 476px;
  margin-bottom: 0;
}
#sectionUse ul li {
  margin-bottom: 15px;
}
#sectionUse ul li:last-child {
  margin-bottom: 0;
}
#sectionUse .bigText {
  text-align: center;
  margin: 0 auto 50px;
}
#sectionUse .imageUse {
  width: 500px;
}

#sectionSupport {
  padding-top: 90px;
  padding-bottom: 90px;
}
#sectionSupport .lineH {
  width: 200px;
}
#sectionSupport p {
  margin-bottom: 60px;
}
#sectionSupport ul li img {
  filter: grayscale(100%);
}

footer {
  padding: 30px 0;
}
footer p,
footer a {
  font-size: 14px !important;
  color: #212529;
}
footer ul li {
  margin-top: -5px;
  margin-bottom: 5px;
}
footer img.logoFooter {
  max-width: 98px;
  width: 98px;
}
footer img.icon {
  width: 15px;
  margin-right: 10px;
}

/* Fqs */
#sectionQuestions {
  margin-top: 140px;
  min-height: calc(100vh - 284px);
  margin-bottom: 50px;
}
#sectionQuestions h1 {
  margin-bottom: 50px;
  padding: 30px 40px;
}
#sectionQuestions .smallQuestionsContainer {
  padding: 0 40px;
}
#sectionQuestions .subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
#sectionQuestions .card {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
#sectionQuestions .card-header {
  border: 0;
  background-color: transparent;
}
#sectionQuestions .card-header .questionBtn {
  text-align: left;
  position: relative;
}
#sectionQuestions .card-header .questionBtn span {
  margin-left: 10px;
}
#sectionQuestions .card-header .questionBtn:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: absolute;
  left: -15px;
  top: 13px;
}
#sectionQuestions .card-body {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 20px;
}

/* Responsive */
@media (max-width: 575px) {
  body p,
body li,
body .infoBanner p,
body .questionBtn,
body .card .card-body {
    font-size: 13px;
  }

  .lineH {
    width: 220px;
  }

  .lineV {
    display: none;
  }

  .titlePpal {
    font-size: 17px;
  }

  .infoBanner {
    position: relative;
    display: block;
    margin-top: 68px;
    margin-bottom: 30px;
    top: 0;
  }
  .infoBanner img {
    display: none;
  }

  .smallContainer {
    max-width: 80%;
  }

  #sectionBanner {
    margin-top: 140px;
    margin-bottom: 0px;
  }
  #sectionBanner .leftCol,
#sectionBanner .rightCol {
    display: block;
  }
  #sectionBanner .blueTitle {
    text-align: center;
    margin-top: 20px;
  }
  #sectionBanner .blueTitle span {
    font-size: 14px;
  }
  #sectionBanner .slogan {
    font-size: 22px;
    text-align: center;
  }
  #sectionBanner .slogan span {
    font-size: 14px;
  }
  #sectionBanner p {
    text-align: center;
    margin-bottom: 30px;
  }
  #sectionBanner .list-inline {
    text-align: center;
  }
  #sectionBanner .list-inline li {
    margin-right: 10px !important;
  }
  #sectionBanner .list-inline li:last-child {
    margin-right: 0 !important;
  }
  #sectionBanner .btnDownload {
    width: 100px;
  }
  #sectionBanner .phone {
    padding-top: 20px;
    width: 190px;
    position: relative;
    right: 0px;
  }
  #sectionBanner .img-carousel {
    margin-top: 10px;
    max-width: 240px;
  }

  #sectionAbout .subtitle {
    font-size: 14px;
  }
  #sectionAbout .bgGray {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #sectionAbout p {
    max-width: 340px;
    margin: 0 auto 80px;
  }
  #sectionAbout #middleImage {
    width: 300px;
    bottom: -120px;
  }

  #sectionWhere {
    margin-top: 40px;
  }
  #sectionWhere .titlePpal {
    display: block;
    text-align: center;
    min-width: none;
  }
  #sectionWhere p {
    text-align: center;
    min-width: none;
    margin: 0 auto;
  }
  #sectionWhere #sectionUse1 {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  #sectionWhere #sectionUse1 .titlePpal {
    margin-bottom: 270px;
  }
  #sectionWhere #sectionUse1 .view {
    width: 280px;
    top: -290px;
    right: 0px;
    left: 0;
    margin: auto;
  }
  #sectionWhere #sectionUse2 {
    padding-top: 190px;
    padding-bottom: 50px;
  }
  #sectionWhere #sectionUse2 .view {
    width: 130px;
    top: -350px;
  }
  #sectionWhere #sectionUse3 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #sectionWhere #sectionUse4 .titlePpal {
    margin-bottom: 20px;
  }
  #sectionWhere #sectionUse4 .img-fluid {
    width: 90px;
  }
  #sectionWhere #sectionUse4 .stepDescription {
    font-size: 13px;
  }
  #sectionWhere #sectionUse4 .arrow {
    width: 17px;
  }

  #sectionUse {
    margin-bottom: 20px;
    padding-top: 50px;
  }
  #sectionUse .bigText {
    font-size: 17px;
    max-width: 280px;
    margin-bottom: 30px;
  }
  #sectionUse .imageUse {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -160px;
  }

  #sectionSupport ul li img.bciLogo {
    width: 80px;
  }
  #sectionSupport ul li img.gobLogo {
    width: 60px;
  }

  #sectionQuestions .smallQuestionsContainer {
    padding: 0 10px;
  }
  #sectionQuestions .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body p,
body li,
body .infoBanner p {
    font-size: 14px;
  }

  .lineV {
    height: 35px;
  }

  .titlePpal {
    font-size: 18px;
  }

  .smallContainer {
    max-width: 460px;
  }

  #sectionBanner {
    margin-top: 140px;
    margin-bottom: 40px;
  }
  #sectionBanner .blueTitle span {
    font-size: 16px;
  }
  #sectionBanner .slogan {
    font-size: 22px;
    max-width: 260px;
  }
  #sectionBanner .slogan span {
    font-size: 16px;
  }
  #sectionBanner p {
    max-width: 260px;
  }
  #sectionBanner .btnDownload {
    width: 100px;
  }
  #sectionBanner .phone {
    padding-top: 40px;
    width: 190px;
    position: absolute;
    top: -238px;
    right: 0px;
  }

  #sectionAbout .bgGray {
    padding-top: 50px;
  }
  #sectionAbout .subtitle {
    font-size: 14px;
  }
  #sectionAbout p {
    max-width: 430px;
    margin-bottom: 50px;
  }
  #sectionAbout #middleImage {
    width: 100%;
    bottom: -304px;
  }

  #sectionWhere {
    margin-top: 266px;
  }
  #sectionWhere #sectionUse1 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #sectionWhere #sectionUse1 p {
    margin-bottom: 80px;
  }
  #sectionWhere #sectionUse1 .view {
    width: 400px;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #sectionWhere #sectionUse2 {
    padding-top: 300px;
    padding-bottom: 50px;
  }
  #sectionWhere #sectionUse2 .view {
    width: 160px;
    top: -20px;
  }
  #sectionWhere #sectionUse3 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #sectionWhere #sectionUse4 .titlePpal {
    margin-bottom: 20px;
  }
  #sectionWhere #sectionUse4 .img-fluid {
    width: 90px;
  }
  #sectionWhere #sectionUse4 .stepDescription {
    font-size: 13px;
  }
  #sectionWhere #sectionUse4 .arrow {
    width: 17px;
  }

  #sectionUse {
    margin-bottom: 60px;
    padding-top: 50px;
  }
  #sectionUse .bigText {
    font-size: 20px;
    max-width: 320px;
  }
  #sectionUse .imageUse {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -190px;
  }

  #sectionSupport .lineH {
    width: 140px;
  }
  #sectionSupport ul li img.bciLogo {
    width: 100px;
  }
  #sectionSupport ul li img.gobLogo {
    width: 50px;
  }

  footer p,
footer a {
    font-size: 13px !important;
  }

  #sectionQuestions .smallQuestionsContainer {
    padding: 0 10px;
  }
  #sectionQuestions .subtitle {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #sectionQuestions .card-header .questionBtn {
    font-size: 15px;
  }

  .card-body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header ul li a {
    font-size: 13px;
  }

  footer .logoFooter {
    text-align: center;
  }
  footer .logoFooter #logo {
    margin-bottom: 30px !important;
  }
  footer .addressFooter .locationFooter {
    justify-content: center;
    text-align: left;
    margin-bottom: 20px !important;
  }
  footer ul.mb-0 {
    margin-bottom: 30px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer ul.mb-0 li {
    margin-bottom: 8px;
  }
  footer .infoFooter {
    text-align: center;
  }
  footer .infoFooter p {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .smallContainer {
    max-width: 640px;
  }

  .titlePpal {
    font-size: 22px;
  }

  .lineV {
    height: 44px;
  }

  #sectionBanner .blueTitle span {
    font-size: 16px;
  }
  #sectionBanner .slogan {
    font-size: 24px;
    max-width: 260px;
  }
  #sectionBanner .slogan span {
    font-size: 16px;
  }
  #sectionBanner p {
    max-width: 380px;
  }
  #sectionBanner .btnDownload {
    width: 100px;
  }
  #sectionBanner .phone {
    padding-top: 40px;
    width: 240px;
  }

  #sectionAbout .bgGray {
    padding-top: 60px;
  }
  #sectionAbout p {
    max-width: 500px;
    margin-bottom: 120px;
  }
  #sectionAbout #middleImage {
    max-width: 480px;
    bottom: -190px;
  }

  #sectionWhere {
    margin-top: 150px;
  }
  #sectionWhere p {
    max-width: 300px;
  }
  #sectionWhere #sectionUse1 {
    padding: 70px 0 120px;
  }
  #sectionWhere #sectionUse1 .view {
    width: 460px;
    top: 20px;
    right: 0;
  }
  #sectionWhere #sectionUse2 {
    padding: 320px 0 70px 0;
  }
  #sectionWhere #sectionUse2 .view {
    width: 190px;
    top: -20px;
  }
  #sectionWhere #sectionUse4 .img-fluid {
    width: 100px;
  }

  #sectionUse {
    margin-bottom: 90px;
  }
  #sectionUse .bigText {
    font-size: 22px;
    max-width: 360px;
  }
  #sectionUse .imageUse {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    padding-bottom: 110px;
  }
  footer ul {
    position: absolute;
    left: 170px;
    top: 60px;
  }
  footer ul li {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .infoFooter {
    max-width: 280px;
  }
  footer .footerContainer {
    align-items: start;
  }
}
@media (max-width: 991px) {
  header ul {
    margin: 20px 0 0 !important;
  }
  header ul li a {
    font-size: 14px;
    display: block;
    padding: 10px 5px;
  }
  header ul li:after {
    display: none;
  }

  .card-body {
    font-size: 15px;
  }

  #sectionQuestions .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body p,
body li {
    font-size: 16px;
  }

  header #logo img {
    max-width: 120px;
  }
  header ul li a {
    font-size: 13px;
    padding: 10px;
  }
  header button {
    font-size: 14px;
    float: right;
  }

  .lineV {
    height: 48px;
  }

  .titlePpal {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .smallContainer {
    max-width: 860px;
  }

  #sectionBanner .blueTitle span {
    font-size: 18px;
  }
  #sectionBanner .slogan {
    font-size: 26px;
    max-width: 400px;
  }
  #sectionBanner p {
    max-width: 380px;
  }
  #sectionBanner .btnDownload {
    width: 100px;
  }
  #sectionBanner .phone {
    padding-top: 40px;
    width: 270px;
  }

  #sectionAbout p {
    max-width: 750px;
    margin-bottom: 160px;
  }
  #sectionAbout #middleImage {
    max-width: 540px;
    bottom: -190px;
  }

  #sectionWhere {
    margin-top: 150px;
  }
  #sectionWhere ul li b {
    font-size: 14px;
  }
  #sectionWhere p {
    max-width: 380px;
  }
  #sectionWhere #sectionUse1 .view {
    width: 410px;
  }
  #sectionWhere #sectionUse2 {
    padding: 200px 0 70px 0;
  }
  #sectionWhere #sectionUse2 .view {
    width: 220px;
    top: -70px;
  }

  #sectionUse {
    margin-bottom: 120px;
  }
  #sectionUse .bigText {
    font-size: 22px;
    max-width: 400px;
  }
  #sectionUse .imageUse {
    width: 400px;
    margin-bottom: -190px;
  }
}
@media (min-width: 1200px) {
  body p,
body li {
    font-size: 18px;
  }

  header ul li a {
    font-size: 13px;
    padding: 10px 8px;
  }

  .lineV {
    height: 55px;
  }

  .titlePpal {
    font-size: 28px;
  }

  .smallContainer {
    max-width: 940px;
  }

  #sectionBanner .blueTitle span {
    font-size: 20px;
  }
  #sectionBanner .slogan {
    font-size: 32px;
    max-width: 500px;
  }
  #sectionBanner p {
    max-width: 380px;
  }
  #sectionBanner .btnDownload {
    width: 120px;
  }
  #sectionBanner .phone {
    width: 300px;
  }

  #sectionAbout p {
    max-width: 830px;
  }

  #sectionWhere {
    margin-top: 160px;
  }
  #sectionWhere p {
    max-width: 400px;
  }
  #sectionWhere #sectionUse1 .view {
    width: 500px;
  }
  #sectionWhere #sectionUse2 .view {
    width: 230px;
    top: -60px;
  }

  #sectionUse {
    margin-bottom: 140px;
  }
  #sectionUse .bigText {
    font-size: 24px;
    max-width: 420px;
  }
  #sectionUse .imageUse {
    width: 440px;
    margin-bottom: -210px;
  }
}
@media (min-width: 1360px) {
  body p,
body li {
    font-size: 20px;
  }

  header ul li a {
    padding: 10px;
    font-size: 14px;
  }

  .lineV {
    height: 59px;
  }

  .titlePpal {
    font-size: 30px;
  }

  .container {
    max-width: 1260px;
  }

  .smallContainer {
    max-width: 1000px;
  }

  #sectionBanner .blueTitle span {
    font-size: 24px;
  }
  #sectionBanner .slogan {
    font-size: 32px;
  }
  #sectionBanner .slogan span {
    font-size: 22px;
  }
  #sectionBanner .phone {
    width: 340px;
  }

  #sectionAbout p {
    max-width: 950px;
  }
  #sectionAbout #middleImage {
    max-width: 560px;
  }

  #sectionWhere #sectionUse2 .view {
    width: 260px;
  }

  #sectionUse {
    margin-bottom: 160px;
  }
  #sectionUse .bigText {
    font-size: 26px;
    max-width: 450px;
  }
  #sectionUse .imageUse {
    width: 480px;
    margin-bottom: -230px;
  }
}
@media (min-width: 1560px) {
  body p,
body li {
    font-size: 21px;
  }

  header ul li a {
    padding: 10px 14px;
  }

  .container {
    max-width: 1460px;
  }

  .smallContainer {
    max-width: 1100px;
  }

  .lineV {
    height: 60px;
  }

  #sectionAbout p {
    max-width: 1000px;
  }
  #sectionAbout .subtitle {
    font-size: 20px;
  }
  #sectionAbout #middleImage {
    max-width: 600px;
    bottom: -210px;
  }

  #sectionUse .bigText {
    font-size: 27px;
    max-width: 460px;
  }

  .imageUse {
    width: 500px;
  }

  #sectionWhere {
    margin-top: 200px;
  }
  #sectionWhere #sectionUse1 .view {
    width: 550px;
  }
  #sectionWhere #sectionUse2 {
    padding: 250px 0 70px 0;
  }
  #sectionWhere #sectionUse2 .view {
    width: 280px;
  }
}
@media (min-width: 1720px) {
  body p,
body li {
    font-size: 22px;
  }

  header ul li a {
    font-size: 15px;
    padding: 10px 17px;
  }

  .container {
    max-width: 1640px;
  }

  .smallContainer {
    max-width: 1300px;
  }
}

/*# sourceMappingURL=landing.css.map */
