section#hero {
    min-height: 85vh;
}

button.btn-close.btn-sm {
    background: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.marquee-content {
    display: flex;
    gap: 20px;
    animation: marquee 20s linear infinite;
    width: max-content;
    padding-top: 40px;
}
.marquee-content img {
    width: 273px;
    height: auto;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

    .modal iframe {
        margin: 14px 0 0 46px;
    }

a {
    color: #5da57d !important;
}
a:hover {
    color: #fff !important;
}
#jornada h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
    color: #fff;
}
#header {
    background: #202623;
    background: linear-gradient(90deg, rgba(32, 38, 35, 1) 0, rgb(93 165 125) 50%, rgba(32, 38, 35, 1) 100%);
}
#hero {
    background: url(../../images/lp-rai-captura-bg-mobile.jpg) no-repeat center center;
    background-size: cover;
    height: 995px;
    display: flex;
    align-items: start;
    margin-top: 30px;
}
#hero span {
    background-color: #5da57d;
    padding: 1px;
    color: #fff;
}
#hero .text {
    font-size: 20px;
    line-height: 26px !important;
}
#fotos {
    background: url(../../images/lp-rai-captura-bg-estadios.jpg) no-repeat center center;
    background-size: cover;
    min-height: 560px;
}
.modal-content {
    background-color: #1b1b1b;
    background: url("../../images/lp-rai-captura-bg-estadios.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #cccccc;
}
section#intro {
    background: #131313;
}
.card {
    position: relative;
    padding: 30px 40px;
    min-height: 268px;
    background: 0 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}
.card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #5da57d, #000);
    border-radius: 20px;
    z-index: -1;
}
.card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #354c3f;
    background: linear-gradient(to bottom right, rgba(37, 37, 37, 1) 44%, rgba(53, 76, 63, 1) 100%);
    border-radius: 20px;
    z-index: -1;
}
.text-degrade {
    position: relative;
    background: radial-gradient(ellipse at center, #000, transparent 70%);
    border-radius: 15px;
    height: 190px;
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}
.absolute {
    position: absolute;
    right: 0;
}
.margin-top-header {
    margin-top: 423px;
}
div#wrapper {
    background: #131313;
    overflow: hidden;
}
h1,
h2,
h3,
h4 {
    font-family: Montserrat, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    margin-bottom: 0;
}
p {
    font-family: Montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 25px !important;
    margin-bottom: 0;
    color: #fff;
}
h1 {
    font-size: 36px;
    color: #fff;
    line-height: 37px;
    font-weight: 700;
    line-height: 40px;
}
h2 {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}

.btn {
    width: 338px;
    padding: 17px 24px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
    border: none;
    border-radius: 12px;
    color: #fff !important;
    background: #5da47d;
    background: linear-gradient(90deg, rgba(93, 164, 125, 1) 44%, rgba(173, 241, 231, 1) 100%);
}
.btn:hover {
    color: #000;
    background-color: #fff;
    border: none;
}
footer {
    background: #1b1b1b;
    border: none !important;
}
div#copyrights {
    background: #1b1b1b;
}
#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}
footer h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
    line-height: 22px;
}
.icon-social {
    margin-right: 15px;
}
.social-icons {
    margin-bottom: 40px;
}
@media (max-width: 576px) {
    
    
    
#hero {
    height: 860px;
}    
    
    
.btn {
    width: 300px;
}    
    
    
    #hero iframe {
        margin: 14px 0 0 46px;
    }
    #hero .text {
        line-height: 22px !important;
        font-size: 17px;
    }
    section#intro {
        margin-top: -60px;
    }
    .marquee-content img {
        width: 200px;
        height: auto;
    }
    .card {
        min-height: 148px;
    }
    h1 {
        font-size: 28px;
        line-height: 30px;
    }
    #copyrights {
        padding: 20px 20px;
    }
    #jornada img {
        display: block;
        margin: 0 auto;
    }
    #jornada img {
        display: block;
        margin: 0 auto;
    }
    #jornada h3 {
        text-align: center;
    }
    h2 {
        font-size: 31px;
        line-height: 37px;
    }
}
@media (min-width: 768px) {
    .card {
        min-height: 258px;
    }
    #hero {
        background: url(../../images/lp-rai-captura-hero-bg.jpg) no-repeat;
        background-size: cover;
        height: 1000px;
        align-items: center;
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    #hero {
        height: 550px;
    }
}
@media (min-width: 1400px) {
    .card {
        min-height: 268px;
    }
}
