html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
input,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
textarea,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a {
  text-decoration: none;
}

.loaderAnimation {
  animation: loader 0.8s linear infinite alternate;
  border-radius: 4px;
}

@keyframes loader {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #ababab;
  }
}
.loader-content h2 {
  width: 100% !important;
  height: 20px !important;
}
.loader-content p {
  width: 126px !important;
  margin-left: 0 !important;
  height: 20px !important;
}
.loader-content .card-detail {
  width: 100% !important;
  height: 100px !important;
}

.enter-consulting {
  position: fixed;
  bottom: 26px;
  right: 34px;
  z-index: 150;
  border-radius: 12px;
}
.enter-consulting a {
  font-size: 1.8rem;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.4392156863);
  width: 230px;
  text-align: center;
  border-radius: 12px;
  color: white;
  background-color: #38b000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-transform: none;
}

.page-content {
  position: relative;
  margin-top: 90px;
}
.page-content .side-menu-content {
  position: fixed;
  height: 100vh;
  transition: 0.3s ease-out;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
.page-content .side-menu-content .side-menu {
  position: absolute;
  right: -400px;
  transition: 0.3s ease-out;
  width: 350px;
  background-color: white;
  height: 72vh;
  overflow-y: scroll;
  margin: 20px;
  border-radius: 12px;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.12);
  border: solid 6px #ccc;
}
.page-content .side-menu-content .side-menu .close-content {
  position: fixed;
  transition: 0.1s;
  transition-delay: 0.2s;
  right: 44px;
  top: 128px;
  opacity: 0;
}
.page-content .side-menu-content .side-menu .close-content button {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: none;
  color: black;
  background: #d8ebd8;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
.page-content .side-menu-content .side-menu .close-content button figure {
  width: 100%;
  height: 100%;
}
.page-content .side-menu-content .side-menu .logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}
.page-content .side-menu-content .side-menu .logo-content figure {
  width: 290px;
}
.page-content .side-menu-content .side-menu .options-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: 0.1s;
  padding: 0 50px;
}
.page-content .side-menu-content .side-menu .options-content .option {
  display: flex;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 20px;
}
.page-content .side-menu-content .side-menu .options-content .option figure {
  width: 30px;
  height: 30px;
}
.page-content .side-menu-content .side-menu .options-content .option figure img {
  object-fit: contain;
}
.page-content .side-menu-content .side-menu .options-content .option p {
  font-size: 1.8rem;
  margin-left: 16px;
}
.page-content .side-menu-content .side-menu .options-content .option:hover {
  text-decoration: none;
  box-shadow: 1px 1px 4px 2px rgba(0, 128, 0, 0.1882352941);
  background-color: #ebfeeb;
}
.page-content .side-menu-content .side-menu .options-content .option:active {
  box-shadow: 0 0 0 rgba(0, 128, 0, 0.1882352941);
  background-color: #fff;
}
.page-content .side-menu-content .side-menu .options-content .option.activeOption {
  box-shadow: 1px 1px 4px 2px rgba(0, 128, 0, 0.1882352941);
  background-color: #ebfeeb;
}
.page-content .side-menu-content.show {
  background-color: rgba(0, 0, 0, 0.1254901961);
  pointer-events: initial;
}
.page-content .side-menu-content.show .side-menu {
  right: 0;
}
.page-content .side-menu-content.show .side-menu .close-content {
  opacity: 1;
}
.page-content .head-section {
  position: relative;
}
.page-content .carrousel-content .carrousel {
  position: relative;
}
.page-content .carrousel-content .carrousel .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4901960784);
  z-index: -1;
}
.page-content .carrousel-content .carrousel .img-fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.page-content .carrousel-content .carrousel .img-fondo.img-promo {
  object-fit: contain !important;
}
.page-content .carrousel-content .carrousel .text-content {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .carrousel-content .carrousel .text-content h1 {
  color: #EBEBEB;
  font-size: 4rem;
  text-align: center;
  line-height: 58px;
  width: 70%;
  min-width: 1200px;
}
.page-content .carrousel-content.promotions .text-content {
  height: 500px !important;
}
.page-content .loan-info-content {
  padding: 68px;
  display: flex;
  justify-content: center;
}
.page-content .loan-info-content .type-loan-content {
  display: flex;
  justify-content: space-evenly;
  max-width: 1500px;
  width: 100%;
  flex-wrap: wrap;
  gap: 12px;
}
.page-content .loan-info-content .type-loan-content .type-loan {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-content .loan-info-content .type-loan-content .type-loan figure {
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}
.page-content .loan-info-content .type-loan-content .type-loan figure img {
  object-fit: contain;
}
.page-content .loan-info-content .type-loan-content .type-loan p:nth-child(2) {
  font-size: 2.2rem;
  color: #008000;
  font-weight: 500;
  margin-bottom: 18px;
  text-align: center;
}
.page-content .loan-info-content .type-loan-content .type-loan p:nth-child(3) {
  font-size: 2rem;
  color: grey;
  width: 200px;
  text-align: center;
  line-height: 28px;
}
.page-content .welcome-section {
  background-color: #F8F8F8;
  padding: 60px 72px;
  display: flex;
  justify-content: center;
}
.page-content .welcome-section .welcome-container {
  display: flex;
  max-width: 1500px;
  overflow: hidden;
}
.page-content .welcome-section .welcome-container .images-content {
  width: 70%;
  display: grid;
  place-items: center;
  gap: 10px;
  grid-template-columns: repeat(3, auto);
  padding: 0 60px;
}
.page-content .welcome-section .welcome-container .images-content figure {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.12);
}
.page-content .welcome-section .welcome-container .images-content figure:nth-child(1) {
  height: 45%;
}
.page-content .welcome-section .welcome-container .images-content figure:nth-child(2) {
  height: 84%;
  width: 78%;
}
.page-content .welcome-section .welcome-container .welcome-info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
}
.page-content .welcome-section .welcome-container .welcome-info-content h2 {
  font-size: 3rem;
  color: #008000;
}
.page-content .welcome-section .welcome-container .welcome-info-content .introducing {
  padding: 50px 0;
  line-height: 28px;
}
.page-content .welcome-section .welcome-container .welcome-info-content p {
  font-size: 1.8rem;
  color: #677183;
}
.page-content .welcome-section .welcome-container .welcome-info-content .list-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-content .welcome-section .welcome-container .welcome-info-content .list-benefits .benefit {
  display: flex;
  align-items: center;
}
.page-content .welcome-section .welcome-container .welcome-info-content .list-benefits .benefit figure {
  min-width: 36px;
  min-height: 36px;
}
.page-content .welcome-section .welcome-container .welcome-info-content .list-benefits .benefit p {
  margin-left: 16px;
}
.page-content .news-section {
  padding: 60px;
  display: flex;
  justify-content: center;
}
.page-content .news-section .news-content {
  max-width: 1500px;
  width: 100%;
}
.page-content .news-section .news-content .our-blog {
  text-align: center;
  color: #70E000;
  font-size: 1.8rem;
  margin-bottom: 22px;
}
.page-content .news-section .news-content .recent-news, .page-content .news-section .news-content .visit-us a, .page-content .news-section .news-content .visit-us {
  text-align: center;
  font-size: 2rem;
  color: #008000;
  font-weight: 500;
  margin-bottom: 34px;
  margin-top: 30px;
}
.page-content .news-section .news-content .news-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}
.page-content .news-section .news-content .news-content .news-card {
  width: 350px;
  height: 460px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s;
  cursor: pointer;
  margin-bottom: 50px;
}
.page-content .news-section .news-content .news-content .news-card figure.img-news {
  height: 45%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1882352941);
}
.page-content .news-section .news-content .news-content .news-card .detail-content {
  padding: 36px;
  height: 55%;
}
.page-content .news-section .news-content .news-content .news-card .detail-content .date-coment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.page-content .news-section .news-content .news-content .news-card .detail-content .date-coment .item-content {
  display: flex;
  align-items: center;
}
.page-content .news-section .news-content .news-content .news-card .detail-content .date-coment .item-content figure {
  width: 24px;
  height: 24px;
}
.page-content .news-section .news-content .news-content .news-card .detail-content .date-coment .item-content figure img {
  object-fit: contain;
}
.page-content .news-section .news-content .news-content .news-card .detail-content .date-coment .item-content p {
  font-size: 1.4rem;
  width: 100%;
  margin-left: 6px;
}
.page-content .news-section .news-content .news-content .news-card .detail-content h2 {
  font-size: 1.8rem;
  margin-bottom: 18px;
}
.page-content .news-section .news-content .news-content .news-card .detail-content p {
  font-size: 1.6rem;
  line-height: 22px;
  color: #677183;
}
.page-content .news-section .news-content .news-content .news-card:hover {
  transform: translateY(-14px);
  box-shadow: 0px 12px 28px 4px rgba(0, 0, 0, 0.3137254902);
}
.page-content .news-section .news-content .news-content .news-card:active {
  transform: translateY(-8px);
}
.page-content .news-section .news-content .visit-us {
  margin-bottom: 0;
  display: block;
}
.page-content .news-section .news-content .visit-us a {
  color: blue;
}
.page-content .form-section {
  padding: 60px;
  background: #F8F8F8;
  display: grid;
  place-items: center;
}
.page-content .form-section .form-content {
  width: 100%;
  max-width: 390px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 28px 46px;
}
.page-content .form-section .form-content h2 {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 30px;
  color: #008000;
}
.page-content .form-section .form-content form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.page-content .form-section .form-content form .input-form {
  margin-bottom: 26px;
}
.page-content .form-section .form-content form .input-form p {
  font-size: 1.6rem;
  color: #677183;
}
.page-content .form-section .form-content form .input-form p:nth-child(1) {
  position: relative;
  top: 6px;
  color: #FF4858;
}
.page-content .form-section .form-content form .input-form p:nth-child(2) {
  margin-left: 12px;
  margin-bottom: 12px;
}
.page-content .form-section .form-content form .input-form input {
  font-size: 1.8rem;
  text-align: center;
  border-bottom: solid 1px;
  width: 100%;
  outline: none;
  padding-bottom: 4px;
}
.page-content .form-section .form-content form .input-form input::placeholder {
  color: #bababa;
}
.page-content .form-section .form-content form .button-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.page-content .form-section .form-content form .button-content button {
  width: 150px;
  height: 40px;
  border-radius: 12px;
  border: none;
  background-color: #008000;
  color: #EBEBEB;
  font-weight: 600;
  font-size: 1.6rem;
  cursor: pointer;
  outline: none;
}
.page-content .form-section .form-content form .button-content button:hover {
  background-color: #036803;
}
.page-content .form-section .form-content form .button-content button:active {
  background-color: #004800;
}
.page-content .form-section .form-content .suscribe-detail {
  font-size: 1.6rem;
  text-align: center;
  color: #677183;
}

.head {
  display: flex;
  flex-direction: column;
}
.head .company-info-content {
  display: none;
}
.head .company-info-content .social-pages {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  background-color: #EBEBEB;
  width: 180px;
  height: 50px;
}
.head .company-info-content .social-pages figure {
  width: 32px;
  height: 32px;
}
.head .company-info-content .social-pages figure img {
  object-fit: contain;
}
.head .company-info-content .company-info {
  display: flex;
  align-items: center;
  gap: 60px;
  color: #EBEBEB;
}
.head .company-info-content .company-info .grouper-content {
  display: flex;
  align-items: center;
  gap: 6px;
}
.head .company-info-content .company-info .grouper-content figure {
  width: 20px;
  height: 20px;
}
.head .company-info-content .company-info .grouper-content figure img {
  object-fit: contain;
}
.head .company-info-content .company-info .grouper-content a {
  color: #EBEBEB;
  font-size: 1.6rem;
}
.head .app-bar {
  background-color: #f9f9f9;
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.1882352941);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  height: 90px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.head .app-bar .logo-content {
  cursor: pointer;
}
.head .app-bar .logo-content figure {
  width: 280px;
}
.head .app-bar .second-logo-content {
  display: none;
}
.head .app-bar .menu-content ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.head .app-bar .menu-content ul li {
  display: flex;
  gap: 6px;
}
.head .app-bar .menu-content ul li a {
  font-size: 1.8rem;
  width: 150px;
  text-align: center;
  border-radius: 12px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head .app-bar .menu-content ul li a:hover {
  transform: translateY(-3px);
  background: #38b000;
  color: white;
  text-decoration: none;
}
.head .app-bar .burguer-menu {
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.2s;
  display: none;
}
.head .app-bar .burguer-menu figure {
  width: 40px;
  height: 40px;
}
.head .app-bar .burguer-menu figure img {
  object-fit: contain;
}
.head .app-bar .burguer-menu:hover {
  background-color: rgba(0, 0, 0, 0.062745098);
}
.head .app-bar .burguer-menu:active {
  background-color: rgba(0, 0, 0, 0.1882352941);
}

footer {
  background-color: #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
}
footer .foot-content {
  max-width: 1500px;
  width: 100%;
}
footer .foot-content .company-info-data {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 32px;
}
footer .foot-content .company-info-data .info-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
footer .foot-content .company-info-data .info-container figure {
  width: 52px;
  height: 52px;
}
footer .foot-content .company-info-data .info-container figure img {
  object-fit: contain;
}
footer .foot-content .company-info-data .info-container a,
footer .foot-content .company-info-data .info-container p {
  color: white;
  font-size: 1.8rem;
  text-align: center;
  max-width: 350px;
  width: 100%;
}
footer .foot-content .bottom-content {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 24px;
}
footer .foot-content .bottom-content .institutions-content {
  display: flex;
  flex-direction: column;
}
footer .foot-content .bottom-content .institutions-content h4,
footer .foot-content .bottom-content .institutions-content a {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
footer .foot-content .bottom-content .institutions-content h4 {
  font-weight: 600;
}
footer .foot-content .bottom-content .institutions-content a {
  font-weight: 300;
  padding: 0 10px;
}
footer .foot-content .bottom-content .subscribes-content form {
  display: flex;
  flex-direction: column;
}
footer .foot-content .bottom-content .subscribes-content form h4 {
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
footer .foot-content .bottom-content .subscribes-content form input,
footer .foot-content .bottom-content .subscribes-content form button {
  font-size: 1.4rem;
  height: 50px;
  max-width: 316px;
  width: 280px;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 8px;
  border: none;
  padding: 0 15px;
}
footer .foot-content .bottom-content .subscribes-content form input {
  background-color: #BCBCBC;
}
footer .foot-content .bottom-content .subscribes-content form button {
  background-color: #008000;
  color: white;
  cursor: pointer;
}
footer .foot-content .social-media-content {
  display: flex;
  gap: 60px;
  justify-content: center;
}
footer .foot-content .social-media-content figure {
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.3s;
}
footer .foot-content .social-media-content figure img {
  object-fit: contain;
}
footer .foot-content .social-media-content figure:hover {
  opacity: 1;
}

.hide {
  display: none !important;
}

.active {
  transform: translateY(-3px);
  background: #38b000;
  color: white;
  text-decoration: none;
}

a {
  color: #484848;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
}

.hr {
  border-radius: 50px;
  height: 2px;
  background: #ccc;
  border: none;
  margin-bottom: 28px;
}

.slick-slider {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1882352941);
}

.slick-arrow {
  display: none !important;
}

@media (max-width: 1500px) {
  .head .app-bar .menu-content ul li a {
    width: 130px;
  }
  .page-content .welcome-section .welcome-container .images-content {
    padding-left: 0;
  }
  .page-content .welcome-section .welcome-container {
    flex-direction: column;
    align-items: center;
  }
  .page-content .welcome-section .welcome-container .images-content {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content {
    width: 100%;
    text-align: center;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content .introducing {
    padding-bottom: 20px;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content .list-benefits {
    flex-direction: row;
  }
}
@media (max-width: 1300px) {
  .head .app-bar .menu-content ul {
    margin: 10px;
    gap: 5px;
  }
  .head .app-bar .menu-content ul li a {
    width: 130px;
    padding: 0 20px;
  }
}
@media (max-width: 1150px) {
  .menu-content {
    display: none;
  }
  .menu-content ul {
    gap: 5px !important;
  }
  .burguer-menu {
    display: grid !important;
  }
}
@media (max-width: 1000px) {
  footer .foot-content .company-info-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer .foot-content .company-info-data .info-container {
    margin-bottom: 30px;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content .list-benefits {
    flex-wrap: wrap;
  }
}
@media (max-width: 1250px) {
  .text-content h1 {
    min-width: 0 !important;
  }
  .page-content .news-section .news-content .news-content .news-card {
    width: 300px;
    height: 410px;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content {
    padding: 27px;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content .item-content {
    width: 46%;
    display: flex;
    justify-content: center;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content h2 {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content p {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media (max-width: 1100px) {
  .page-content .loan-info-content .type-loan-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page-content .news-section .news-content .news-content {
    grid-template-columns: 1fr;
  }
  .page-content .news-section .news-content .news-content .news-card {
    width: 334px;
    height: 490px;
    margin-bottom: 44px;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content {
    padding: 40px;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content h2 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content p {
    font-size: 1.6rem;
    line-height: 22px;
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .head .company-info-content {
    display: none;
  }
  .page-content .head-section .text-content h1 {
    font-size: 3rem;
    width: 80%;
    line-height: 40px;
  }
}
@media (max-width: 750px) {
  footer {
    padding-bottom: 130px;
  }
  footer .foot-content .company-info-data {
    grid-template-columns: 1fr;
  }
  footer .foot-content .bottom-content {
    align-items: center;
    flex-direction: column;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .enter-consulting {
    width: 100%;
    right: 0;
    padding: 0 20px;
  }
  .enter-consulting a {
    width: 100%;
  }
  .head .app-bar {
    padding: 0 30px;
  }
  .head .app-bar .second-logo-content figure {
    width: 165px !important;
    height: 34px !important;
  }
  .page-content .welcome-section {
    padding: 55px 36px;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content {
    margin-bottom: 30px;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content .introducing {
    padding: 25px 0px;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content .list-benefits .benefit figure img {
    object-fit: contain;
  }
  .page-content .welcome-section .welcome-container .welcome-info-content .list-benefits .benefit p {
    text-align: start;
  }
  .page-content .welcome-section .welcome-container {
    flex-direction: column-reverse;
  }
  .page-content .welcome-section .welcome-container .images-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .head .app-bar .logo-content {
    display: none;
  }
  .head .app-bar .second-logo-content {
    display: block;
  }
  .head .app-bar .second-logo-content figure {
    width: 200px;
    height: 88px;
  }
  .page-content .form-section .form-content {
    padding: 28px;
  }
  .page-content .news-section {
    padding: 30px;
  }
  .page-content .news-section .news-content .news-content .news-card {
    width: 100%;
    height: 88%;
  }
  .page-content .news-section .news-content .news-content .news-card .detail-content {
    padding: 16px;
  }
  .page-content .loan-info-content {
    padding: 30px;
  }
  .page-content .loan-info-content .type-loan-content {
    grid-template-columns: 1fr;
  }
  .page-content .loan-info-content .type-loan-content .type-loan {
    margin-bottom: 16px;
  }
  .page-content .form-section {
    padding: 30px;
  }
  .page-content .news-section .news-content .news-content .news-card {
    max-width: 350px;
    height: 390px;
  }
  footer {
    padding: 30px;
    padding-bottom: 130px;
  }
}
.no-content-blog-container {
  display: flex !important;
  justify-content: center !important;
}

.no-content-h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #767676;
  margin: 30px 0;
}

@media (max-width: 900px) {
  .carrousel-content {
    display: none;
  }
}

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