body {
    background: #1c1c1c;
    font-family: 'Outfit', sans-serif;
}

.navbar {
    padding: 0;
    color: #ffffff;
}

.bg-dark {
    background: #1c1c1c !important;
}

.navbar-dark {
    background: #1c1c1c !important;
}

h1,
h2  {
    text-transform: capitalize;
    text-align: center;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    
}

h2 {
    font-size: 30px;
    font-weight: 600;
    
}

h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

.short {
    width: 80%;
}

.important {
    color: #fcda20;
}

.buttons-wrapper {
    margin: 64px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 80%;
}

.buttons-wrapper img {
    display: block;
    margin: 0 auto;
}

.btn {
    height: 68px;
    border-radius: 80px;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-nav {
    border-radius: 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-ruta {
    border: 2px solid #d84400;
    background: #ff6720;
    color: #ffffff;
}

.btn-cta {
    background: #fcda20;
    color: #1c1c1c;
    border: 2px solid #caac00;
}

.btn-cta-negative {
    margin-bottom: 64px;
    background: #1c1c1c;
    color: #ffffff;
    border: 2px solid #000000;
}

.btn-ghost {
    background: #1c1c1c;
    color: #ffffff;
    border: 2px solid #9d9d9d;
}

.btn-ghost:hover {
    color: #fcda20;
    border: 2px solid #fcda20;
}

.grid-2-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.carousel-caption {
    background: #1c1c1c;
    border-radius: 10px;
    opacity: .8;
}

.carousel-caption h4,
.carousel-caption p {
    text-align: center;
    color: #ffffff;
}

.carousel-caption h4::after{
    display: block;
    content: "";
    margin: 4px auto 0 auto;
    width: 80%;
    height: 4px;
    background: #fcda20
}

.hero-section, .faq-section, .message-section, .download-section, .testimonials-section {
    color: #ffffff;
}

.hero-section h1, .message-section h1, .download-section h1 {
    color: #ffffff;
    text-align: center;
}

.hero-section h2, .faq-section h2, .message-section h2, .download-section h2 {
    color: #ffffff;
    text-align: center;
}

.faq-section,
.message-section,
.download-section,
.testimonials-section,
.cta-section {
    margin-top: 60px;
}

.faq-section .card {
    background: #1c1c1c;
}

.faq-section .card .card-header h3 {
    border-bottom: 1px solid #fcda20;
}


.faq-section .card .card-header h3 a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.faq-section .card .card-body {
    background: transparent;
    text-align: left;
}

.testimonials-section {
    color: #ffffff;
    text-align: center;
}

.card-deck {
    margin-top: 20px;
}

.card {
    background: transparent;
    border: none !important;
}

.card-body {
    background:linear-gradient(#1c1c1c, #9d9d9d);
    border-radius: 20px;
}

.card-title {
    margin-top: 60px;
}

.card-text {
    width: 90%;
    margin: 0 auto;
}

.card img {
    margin: 0 auto;
    border-radius: 50%;
    width: 130px;
    position: relative;
    top: 60px;
    mix-blend-mode: luminosity;
}

.cta-section {
    margin-top: 60px;
}

.cta-section a:hover {
    text-decoration: none;
    color: #ffffff;
    transform: scale(1.1);
}

.cta-section h2 {
    margin: 10px auto 60px auto;
    color: #ffffff;
    text-shadow: black 0.1em 0.1em 0.2em
}

.cta-section h3 {
    margin: 0 auto;
    padding: 80px 0 10px 0;
    color: #1c1c1c;
}

.cta-section .cta-content {
    text-align: center;
    background: linear-gradient(rgb(223, 192, 21), rgb(255, 230, 96));
    border-radius: 20px;
}

/* Footer */

footer {
    margin-top: 64px;
    color: #ffffff;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.legal {
    padding: 24px 0;
    border-bottom: 8px solid #fcda20;
}

footer h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

footer a,
footer a:visited {
    text-decoration: none;
    color: #fff;
}

footer ul {
    color: #ffffff;
    list-style: none;
    text-decoration: none;
    margin-left: 0;
    padding-left: 0;
}

footer .logo {
    padding: 0 32px 32px 0;
}

/* Modal */
.modal {
    padding: 0 !important;
}

.modal-content {
    background: #1c1c1c;
    border-bottom: 4px solid #fcda20;
}

.modal-title {
    color: #fcda20;
}

.close {
    color: #fff;
}

.close:hover {
    color: #fff;
    opacity: 1;
}

.btn-modal {
    background: #fcda20;
    color: #1c1c1c;
}

.modal-body a,
.modal-body i {
    color: #fff;
    font-size: 32px;
}

.modal-body i {
    font-size: 64px;
}

.modal-body a {
    text-decoration: none;
}

/* MEDIA QUERIES */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1,
    h2 {
        text-align: left !important;
    }

    p {
        margin: 0;
        font-size: 20px;
        text-align: left;
    }

    .grid-2-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .buttons-wrapper {
        width: 100%;
        margin-top: 64px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .faq-section,
    .message-section,
    .download-section,
    .testimonials-section,
    .cta-section {
        margin-top: 40px;
    }
    
    .testimonials-section,
    .testimonials-section h2,
    .cta-section h2 {
        text-align: center !important;
    }
    
    .testimonials-section .card {
        border: none;
    }

    .testimonials-section .card-body p {
        text-align: center;
        font-size: 16px;
    }

    footer {
        margin-top: 64px;
        color: #ffffff;
    }
    
    .footer-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .legal {
        padding: 24px 0;
        border-bottom: 8px solid #fcda20;
    }
    
    footer h3 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }
    
    footer ul {
        color: #ffffff;
        list-style: none;
        text-decoration: none;
        margin-left: 0;
        padding-left: 0;
    }
    
    footer .logo {
        padding: 0 32px 32px 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 80px;
        font-weight: 600;
    }
    
    h2 {
        font-size: 50px;
        font-weight: 600;
    }
    
    h3 {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }
    
    .short {
        width: 400px;
    }
    
    .buttons-wrapper {
        gap: 25px;
    }

    .buttons-wrapper img {
        margin: 0;
    }    
    
    .btn {
        height: 68px;
        border-radius: 80px;
        text-align: center;
        padding: 20px;
        text-transform: uppercase;
        font-weight: 500;
    }
    
    .btn-nav {
        border-radius: 80px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }
    
    .grid-2-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    
    .card img {
        margin: 0 auto;
        border-radius: 50%;
        width: 130px;
    }

    .cta-section {
        margin-top: 60px;
    }
    
    .cta-section h2 {
        margin: 10px auto 60px auto;
        width: 500px;
        color: #ffffff;
    }
    
    .cta-section h3 {
        margin: 0 auto;
        padding: 80px 0 10px 0;
    }

    footer {
        margin-top: 64px;
        color: #ffffff;
    }
    
    .footer-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .legal {
        padding: 24px 0;
        border-bottom: 8px solid #fcda20;
    }
    
    footer h3 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }

    footer ul {
        color: #ffffff;
        list-style: none;
        text-decoration: none;
        margin-left: 0;
        padding-left: 0;
    }
    
    footer .logo {
        padding: 0 32px 32px 0;
    }
    
}