/* ********************* ↓↓↓ CORES ↓↓↓ ********************** */
:root {
    --color01: #002781;
    --color02: #0047e4;
    --color03: #0f0f0f;
    --color04: #303137;
    --color05: #ffffff;
    --color06: #006172;
    --color07: #0098b7;
}

/* ********************* ↑↑↑ CORES ↑↑↑ ********************** */

/* ********************* ↓↓↓ FONTES ↓↓↓ ********************** */

/* ********************* ↑↑↑ FONTES ↑↑↑ ********************** */

body {
    background-image: url(/landingPage-1/images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.bg-padrao-1 {
    background-image: url(/landingPage-1/images/background-black.jpg);
    padding: 50px 0px;
}

.titulo-padrao {
    color: var(--color05);
    text-align: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 65%;
    text-transform: uppercase;
}

.titulo-padrao span {
    background-color: var(--color07);
    padding: 2px 8px;
    border-radius: 10px;
}

.btn-padrao {
    text-align: center;
    margin-top: 20px;
}

.btn-padrao button {
    background-color: var(--color05);
    color: var(--color07);
    padding: 5px 20px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;

    transition: all 0.2s ease-in-out;
}

.btn-padrao button:hover {
    transform: scale(1.2);
    background-color: var(--color07);
    color: var(--color05);
}

@media (max-width: 768px) {
    .titulo-padrao {
        color: var(--color05);
        text-align: center;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 90%;
        text-transform: uppercase;
    }
}

/* ********************* ↓↓↓ LOGO SECTIONG ↓↓↓ ********************** */
/* ********************* ↓↓↓ LOGO SECTIONG ↓↓↓ ********************** */
/* ********************* ↓↓↓ LOGO SECTIONG ↓↓↓ ********************** */
.logo-section {
    margin: auto;
    height: 80vh;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.logo-section img {
    max-width: 650px;
    transition: all 0.4s ease-in-out;
}

.logo-section img:hover {
    transform: rotate(5deg);
}

@media (max-width: 768px) {
    .logo-section img {
        text-align: center;
        margin: auto;
        width: 90%;
    }
}

/* ********************* ↑↑↑ LOGO SECTIONG ↑↑↑ ********************** */
/* ********************* ↑↑↑ LOGO SECTIONG ↑↑↑ ********************** */
/* ********************* ↑↑↑ LOGO SECTIONG ↑↑↑ ********************** */

/* ********************* ↓↓↓ VIDEO SECTION ↓↓↓ ********************** */
/* ********************* ↓↓↓ VIDEO SECTION ↓↓↓ ********************** */
/* ********************* ↓↓↓ VIDEO SECTION ↓↓↓ ********************** */
.icone-borda {
    margin-top: -90px;
    text-align: center;
    color: var(--color05);
    font-size: 4rem;
}

.icone-borda i {
    background-color: var(--color07);
    border-radius: 50%;
}

.video-container {
    align-items: center;
    margin: auto;
    width: 80%;
    max-width: 1200px;
    /* Limita a largura máxima em desktops grandes */
}

iframe {
    width: 100%;
    aspect-ratio: 16/9;
    /* Mantém a proporção do vídeo */
    border: none;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .video-container {
        width: 95%;
    }
}

/* ********************* ↑↑↑ VIDEO SECTION ↑↑↑ ********************** */
/* ********************* ↑↑↑ VIDEO SECTION ↑↑↑ ********************** */
/* ********************* ↑↑↑ VIDEO SECTION ↑↑↑ ********************** */

/* ********************* ↓↓↓ SESSÕES DUPLAS ↓↓↓ ********************** */
/* ********************* ↓↓↓ SESSÕES DUPLAS ↓↓↓ ********************** */
/* ********************* ↓↓↓ SESSÕES DUPLAS ↓↓↓ ********************** */
.duo-container {
    max-width: 1080px !important;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.duo-texto {
    display: flex;
    flex-direction: column;

    justify-content: center;
}

.duo-texto h2 {
    color: var(--color05);
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.duo-texto p {
    color: var(--color05);
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.25rem;
}

.duo-texto h2 span {
    color: var(--color07);
    background-color: var(--color05);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}

.duo-texto p span {
    color: var(--color05);
    background-color: var(--color07);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .duo-imagem img {
        margin-bottom: 20px;
    }
}


/* ********************* ↑↑↑ SESSÕES DUPLAS ↑↑↑ ********************** */
/* ********************* ↑↑↑ SESSÕES DUPLAS ↑↑↑ ********************** */
/* ********************* ↑↑↑ SESSÕES DUPLAS ↑↑↑ ********************** */


.card {
    max-width: 1080px;
    padding: 30px 0px;
}

.card-img-top img {

    margin: 0;
    margin-top: 10px;
    border-radius: 20px;
}

.card-price {
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    background-image: url(/landingPage-1/images/background-black.jpg);
    background-position: left;
    border-radius: 20px;
    width: 80%;
    text-align: center;
}

.card-price img {
    margin-bottom: 20px;
}

.card-price span {
    color: red;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: line-through;
    margin: 0;
}

.card-price h1 {
    color: var(--color05);
    font-weight: bold;
}

.card-price p {
    color: var(--color05);
}

.card-price button,
.btn-padrao-2 {
    background-color: var(--color05);
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 14px;
    transition: all 0.2s ease-in-out;
}

.card-price button:hover,
.btn-padrao-2:hover {
    background-color: var(--color02);
    color: var(--color05);
    transform: scale(1.15);
}

.card-desc {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.card-desc img {
    max-width: 450px;
}

.card-desc ul {
    list-style: none;
    padding: 0px;
}

.card-desc li {
    padding-top: 5px;
    color: var(--color03);
    font-weight: bold;
    border-bottom: 2px solid var(--color02);
}

.card-desc li:hover {
    color: var(--color02);
}

@media (max-width: 768px) {
    .card-desc img {
        width: 90%;
        margin: auto;
    }
}