/* Fuentes */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

/* Header */
.logo__header {
    width: 250px;
    filter: drop-shadow(3px 3px 8px #000);
}

.carousel-caption {
    bottom: 3rem;
    margin-bottom: 9rem;
    z-index: 10;
}

.carousel-item {
    height: 32rem;
}

.carousel-item h1, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 50px;
}

.carousel-item a {
    font-family: 'Roboto', sans-serif;
}

.carousel-item a:hover {
    background-color: #927129 !important;
}

.div__header {
    width: 650px;
    border: solid 3px #5c3c3c;
    margin: 5px auto;
}

.font__navbar {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/* Main */
.bg__container {
    background-color: #f5f5f5;
}

.font__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #a57d24;
}

.text__paragraph {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 18px;
}

.div__section {
    width: 1000px;
    border: solid 3px #61481C;
    margin: 5px auto;
}

.list__importe {
    list-style: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.list__importe li {
    font-size: 24px;
}

.title__div {
    font-family: 'Poppins', sans-serif;
}

.font__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.font__subtitle:hover {
    color: #a57d24 !important;
}

.cheques {
    border-radius: 8px;
    border-top-right-radius: 65px;
    box-shadow: 9px 8px 21px -4px rgba(0,0,0,0.74);
    -webkit-box-shadow: 9px 8px 21px -4px rgba(0,0,0,0.74);
    -moz-box-shadow: 9px 8px 21px -4px rgba(0,0,0,0.74);
}

.cards {
    border-radius: 8px;
}

.cards h5 {
    font-family: 'Poppins', sans-serif;
}

/* Tipos de crédito */
.bg__tipos {
    background: #d9d9d9;
}

.card__creditos {
    background: #f5f5f5;
}

.img__creditos {
    border-top-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
}

.font__casos {
    font-family: 'Poppins';
    font-weight: 500;
}

.img__casos {
    border-top-right-radius: 64px !important;
    border-bottom-left-radius: 64px !important;
}

.font__form,
.font__accordion {
    font-family: 'Poppins', sans-serif;
}

.bg__accordion {
    background: #f5f5f5;
}

.font__form label {
    font-weight: 500;
}

.bg__contacto {
    background: rgb(146,113,41);
    background: linear-gradient(236deg, rgba(146, 113, 41, 0.76) 0%, rgba(245, 245, 245, 0.692) 50%, rgba(34, 34, 34, 0.726) 100%);
    /* height: 85vh; */
}

footer {
    background-color: #343a40;
}

.footer__title {
    font-family: 'Roboto', sans-serif;
}

.final__title {
    color: #a57d24;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.footer__menu {
    list-style: none;
    text-align: center;
    padding: 0;
}

.footer__menu a {
    text-decoration: none;
    color: #a57d24;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.footer__menu a:hover {
    color: #927129;
}

.footer__menu li {
    color: #a57d24;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 1250px) {
    .div__section {
        width: 800px;
    }
}

@media (max-width: 995px) {
    .div__section {
        width: 550px;
    }

    .carousel-caption {
        margin-bottom: 4rem;
    }
}

@media (max-width: 790px) {
    .carousel-item {
        height: 20rem;
    }

    .text__paragraph {
        font-size: 16px;
    }

    .div__section {
        width: 450px;
    }
}

@media (max-width: 655px) {
    .div__header {
        width: 450px;
    }
}

@media (max-width: 580px) {
    .carousel-item {
        height: 15rem;
    }

    .logo__header {
        width: 175px;
    }

    .font__title {
        font-size: 24px;
    }

    .font__navbar {
        font-size: 14px;
    }

    .div__header {
        width: 350px;
    }

    .text__paragraph {
        font-size: 14px;
    }

    .div__section {
        width: 275px;
    }
}

