#home-bl1.home-bl1-bg { padding: 0; }

.off-767{display: block!important;}
.on-767{display: none!important;}

#home-bl1.home-bl1-bg img { width: 100%; height: auto; display: block; }

#home-bl2.home-bl2-bg { padding: 60px 0; background-color: #24375F; position: relative; overflow: hidden; }

#home-bl2 .container.home-bl2 { position: relative; z-index: 2; }

#home-bl2 h1 { font-size: 48px; color: #fff; margin-bottom: 40px; text-align: left; line-height: 1.2; }

#home-bl2 .row:first-child { position: relative; }

#home-bl2 .row:first-child > div:nth-child(2) { position: absolute; right: -15px; top: 0; width: auto; overflow: visible; }

#home-bl2 .row:first-child > div:nth-child(2) img { width: auto; height: 500px; display: block; object-fit: cover; margin-left: 41%; }

#home-bl2 .home-bl2-cards { margin-top: 40px; }

#home-bl2 .home-bl2-cards .col-12 { padding-left: 5px; padding-right: 5px; padding-top: 10%; }

#home-bl2 .card { background: #24375F; border-radius: 0; padding: 0; margin-bottom: 10px; overflow: hidden; position: relative; height: 600px; }

#home-bl2 .card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); z-index: 1; }

#home-bl2 .card img { width: 100%; height: 100%; display: block; object-fit: cover; }

#home-bl2 .card h2 { font-size: 20px; margin: 0; padding: 15px; color: #fff; line-height: 1.3; position: absolute; bottom: 50px; left: 0; right: 0; z-index: 2; }

#home-bl2 .card p { font-size: 13px; color: #fff; line-height: 1.6; margin: 0; padding: 0 15px 15px 15px; position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; font-weight: 200;}

#home-bl3.home-bl3-bg { padding: 60px 0; background-color: #24375F; }

#home-bl3 .home-bl3-content { padding: 20px; }

#home-bl3 .home-bl3-header { display: flex; align-items: center; gap: 40px; margin-bottom: 20px; }

#home-bl3 .home-bl3-icon { width: 80px; height: 80px; object-fit: contain; }

#home-bl3 .home-bl3-image { width: 150px; height: auto; object-fit: contain; }

#home-bl3 h2 { font-size: 29px; color: #fff; margin-bottom: 30px; line-height: 1.3; font-weight: 200; }

#home-bl3 p{font-size: 19px; color: #fff;}

#home-bl3 .home-bl3-btn { display: inline-block; padding: 12px 30px; background-color: #fff; color: #24375F; text-decoration: none;  font-size: 16px; transition: all 0.3s; letter-spacing: 1px; margin-top: 8%; }

#home-bl3 .home-bl3-btn:hover { background-color: #f0f0f0; }

#home-bl3 .home-bl3-swiper { width: 100%; height: 500px; }

#home-bl3 .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }

#home-bl3 .swiper-pagination { bottom: 20px; }

/* ==================== RESPONSIVO ==================== */

/* 1799.5px */
@media (max-width: 1799.5px) {
  #home-bl2 h1 { font-size: 46px; margin-bottom: 38px; }
  #home-bl2 .row:first-child > div:nth-child(2) img { height: 480px; }
  #home-bl2 .card { height: 580px; }
  #home-bl2 .card h2 { font-size: 23px; }
  #home-bl3 h2 { font-size: 28px; }
  #home-bl3 p { font-size: 17px; }
}

/* 1599.5px */
@media (max-width: 1599.5px) {
  #home-bl2 h1 { font-size: 44px; margin-bottom: 36px; }
  #home-bl2 .row:first-child > div:nth-child(2) img { height: 460px; }
  #home-bl2 .card { height: 560px; }
  #home-bl2 .card h2 { font-size: 22px; }
  #home-bl3 h2 { font-size: 27px; }
  #home-bl3 p { font-size: 14px; }
}

/* 1399.5px */
@media (max-width: 1399.5px) {
  #home-bl2 h1 { font-size: 42px; margin-bottom: 35px; }
  #home-bl2 .row:first-child > div:nth-child(2) img { height: 440px; }
  #home-bl2 .card { height: 540px; }
  #home-bl2 .card h2 { font-size: 21px; }
  #home-bl3 h2 { font-size: 26px; }
  #home-bl3 p { font-size: 14px; }
  #home-bl3 .home-bl3-icon { width: 75px; height: 75px; }
  #home-bl3 .home-bl3-image { width: 140px; }
}

/* 1199.5px */
@media (max-width: 1199.5px) {
  #home-bl2.home-bl2-bg { padding: 50px 0; }
  #home-bl2 h1 { font-size: 40px; margin-bottom: 32px; }
  #home-bl2 .row:first-child > div:nth-child(2) img { height: 400px; }
  #home-bl2 .card { height: 500px; }
  #home-bl2 .card h2 { font-size: 20px; }
  #home-bl2 .card p { font-size: 15px; }
  #home-bl3.home-bl3-bg { padding: 50px 0; }
  #home-bl3 h2 { font-size: 25px; }
  #home-bl3 p { font-size: 14px; }
  #home-bl3 .home-bl3-icon { width: 70px; height: 70px; }
  #home-bl3 .home-bl3-image { width: 130px; }
  #home-bl3 .home-bl3-btn { padding: 10px 25px; font-size: 15px; }
  #home-bl3 .home-bl3-swiper { height: 450px; }
}

/* 991.5px */
@media (max-width: 991.5px) {
  #home-bl2.home-bl2-bg { padding: 45px 0; }
  #home-bl2 h1 { font-size: 38px; margin-bottom: 30px; }
  #home-bl2 .row:first-child > div:nth-child(2) { position: static; }
  #home-bl2 .row:first-child > div:nth-child(2) img { width: 100%; height: auto; margin-left: 0; }
  #home-bl2 .card { height: 450px; }
  #home-bl2 .card h2 { font-size: 19px; }
  #home-bl2 .card p { font-size: 14px; }
  #home-bl3.home-bl3-bg { padding: 45px 0; }
  #home-bl3 .home-bl3-header { gap: 30px; }
  #home-bl3 h2 { font-size: 23px; }
  #home-bl3 p { font-size: 14px; }
  #home-bl3 .home-bl3-icon { width: 65px; height: 65px; }
  #home-bl3 .home-bl3-image { width: 120px; }
  #home-bl3 .home-bl3-btn { padding: 10px 20px; font-size: 14px; }
  #home-bl3 .home-bl3-swiper { height: 400px; }
}

/* 767.5px */
/* 767.5px */
@media (max-width: 767.5px) {
  .on-767{display: block!important;}
  .off-767{display: none!important;}
  
  #home-bl2.home-bl2-bg { padding: 40px 0; }
  #home-bl2 h1 { font-size: 32px; margin-bottom: 25px; text-align: center; }
  #home-bl2 .home-bl2-cards .col-12 { padding-left: 15px; padding-right: 15px; padding-top: 0; margin-bottom: 20px; }
  #home-bl2 .card { height: 500px; margin-bottom: 0; overflow: hidden; max-width: 500px; margin-left: auto; margin-right: auto; }
  #home-bl2 .card img { width: 100%; height: 100%; object-fit: cover; }
  #home-bl2 .card h2 { font-size: 18px; padding: 12px; bottom: 40px;  }
  #home-bl2 .card p { font-size: 13px; padding: 0 12px 12px 12px; }
  
  #home-bl3.home-bl3-bg { padding: 40px 0; }
  #home-bl3 .home-bl3-content { padding: 20px; text-align: center; }
  #home-bl3 .home-bl3-header { flex-direction: column; gap: 30px; align-items: center; justify-content: center; }
  #home-bl3 h2 { font-size: 22px; margin-bottom: 25px; text-align: center; }
  #home-bl3 p { font-size: 13px; text-align: center; margin-bottom: 20px; }
  #home-bl3 .home-bl3-icon { width: 60px; height: 60px; }
  #home-bl3 .home-bl3-image { width: 100px; }
  #home-bl3 .home-bl3-btn { padding: 10px 20px; font-size: 13px; margin-top: 25px; display: block; margin-left: auto; margin-right: auto; }
  #home-bl3 .home-bl3-swiper { height: 350px; margin-top: 25px; }
}

/* 575.5px */
@media (max-width: 575.5px) {
  #home-bl2.home-bl2-bg { padding: 35px 0; }
  #home-bl2 h1 { font-size: 28px; margin-bottom: 20px; }
  #home-bl2 .home-bl2-cards .col-12 { padding-left: 15px; padding-right: 15px; margin-bottom: 15px; }
  #home-bl2 .card { height: 400px; margin-bottom: 0; overflow: hidden; max-width: 450px; }
  #home-bl2 .card img { width: 100%; height: 100%; object-fit: cover; }
  #home-bl2 .card h2 { font-size: 16px; padding: 10px; bottom: 35px; }
  #home-bl2 .card p { font-size: 12px; padding: 0 10px 10px 10px; }
  
  #home-bl3.home-bl3-bg { padding: 35px 0; }
  #home-bl3 .home-bl3-content { padding: 15px; text-align: center; }
  #home-bl3 h2 { font-size: 20px; margin-bottom: 20px; text-align: center; }
  #home-bl3 p { font-size: 12px; text-align: center; margin-bottom: 15px; }
  #home-bl3 .home-bl3-icon { width: 55px; height: 55px; }
  #home-bl3 .home-bl3-image { width: 90px; }
  #home-bl3 .home-bl3-btn { padding: 8px 18px; font-size: 12px; display: block; margin-left: auto; margin-right: auto; margin-top: 20px; }
  #home-bl3 .home-bl3-swiper { height: 300px; margin-top: 20px; }
}

/* 400px */
@media (max-width: 400px) {
  #home-bl2.home-bl2-bg { padding: 30px 0; }
  #home-bl2 h1 { font-size: 24px; margin-bottom: 18px; }
  #home-bl2 .home-bl2-cards .col-12 { padding-left: 10px; padding-right: 10px; margin-bottom: 12px; }
  #home-bl2 .card { height: 350px; margin-bottom: 0; overflow: hidden; max-width: 380px; }
  #home-bl2 .card img { width: 100%; height: 100%; object-fit: cover; }
  #home-bl2 .card h2 { font-size: 14px; padding: 8px; bottom: 30px; }
  #home-bl2 .card p { font-size: 11px; padding: 0 8px 8px 8px; }
  
  #home-bl3.home-bl3-bg { padding: 30px 0; }
  #home-bl3 .home-bl3-content { padding: 12px; text-align: center; }
  #home-bl3 h2 { font-size: 18px; margin-bottom: 15px; text-align: center; }
  #home-bl3 p { font-size: 11px; text-align: center; margin-bottom: 12px; }
  #home-bl3 .home-bl3-icon { width: 50px; height: 50px; }
  #home-bl3 .home-bl3-image { width: 80px; }
  #home-bl3 .home-bl3-btn { padding: 8px 15px; font-size: 11px; display: block; margin-left: auto; margin-right: auto; margin-top: 15px; }
  #home-bl3 .home-bl3-swiper { height: 250px; margin-top: 15px; }
}