* {
    font-family: 'poppins';
}

.uppercase {
    text-transform: uppercase;
}

.lobster-regular {
  font-family: "Lobster", serif;
  font-weight: 400;
  font-style: normal;
}

.btn-outline-transparent {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 17px;
    transition:.3s
}
.btn-outline-transparent:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color:#ffa500;
}
.btn-orange{
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffa500;
    --bs-btn-border-color: #ffa500;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e79907;
    --bs-btn-hover-border-color: #FFA500;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FFA500;
    --bs-btn-active-border-color: #FFA500;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffa500;
    --bs-btn-disabled-border-color: #ffa500;
}

.btn-orange:hover{
    background-color: #e79907;
}
.btn-outline-orange {
    --bs-btn-color: #ffa500;
    --bs-btn-border-color:  #ffa500;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e79907;
    --bs-btn-hover-border-color: #FFA500;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FFA500;
    --bs-btn-active-border-color: #FFA500;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffa500;
    --bs-gradient: none;
}
.btn-icon-white{
    color:white;
    transition: .3s;
}
.btn-icon-white:hover{
    background-color: #fff;
    color:#FFA500;
}
.btn-icon-orange{
    color:#ffa500;
    transition: .3s;
}
.btn-icon-orange:hover{
    background-color: #ffa500;
    color:#fff;
}
.text-orange {
    --bs-text-opacity: 1;
    color: #FFA500 !important;
}
.bg-orange {
    background-color: #FFA500 !important;
}
.border-orange{
    border-color: #FFA500 !important;
}
.form-select:focus,
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #f3c268;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 166, 0, 0.25);
}

a {
    text-decoration: none;
}

.animate {
    opacity: 0;
}

.animate.visible {
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




section.headline {
    background-image: url(../../../img/backgrounds/freepik__enhance__49058.png);
    background-size: cover;
    min-height: 800px;
}

section.headline .headline {
    color: white;
    margin-top: 150px;
}

section.headline .logo a {
    color: #fff;
    font-size: 50px;
}

section.headline .access a {
    float: right!important;
}

section#panel-about {
    text-align: center;
    color: #555;;
    min-height: 470px;
}

section#panel-about .card{
    max-width: 350px;
    min-height: 350px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}

section#panel-about .card.red {background-color:#f92734;}
section#panel-about .card.orange {background-color:#ff9000;}
section#panel-about .card.purple {background-color:#a164b9;}

section#panel-about .card .number {
    width: 100px;
    min-height: 100px;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 5px solid #fff;
    font-size: 48px;
    position: absolute;
    margin: -50px 0 0 125px;
}

section#panel-about .card.red .number {background-color:#f92734;}
section#panel-about .card.orange .number {background-color:#ff9000;}
section#panel-about .card.purple .number {background-color:#a164b9;}

section#panel-about h4 {
    margin-top: 140px;
}

section.preview {
    background-color: #f1f1f1;
    min-height: 800px;  
}

section.preview h2 {
    color: #333;
    text-align: center;
}

section.preview img {
    width: 100%;
    margin-top: 50px;
}

section.pricing-section {
    text-align: center;
    color: #555;;
    min-height: 470px;
}

section.pricing-section h2 {
    color: #333;
    text-align: center;
}

section.pricing-section .card {
    border: 1px solid #999;
    padding: 7px;
    border-radius: 15px;
    min-height: 250px;
    justify-content: center;  /* Alinha horizontalmente */
    align-items: center;      /* Alinha verticalmente */
}

section.for-whom {
    background-image: url(../../../img/backgrounds/15518092_5631533.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #555;;
    min-height: 470px;
}

section.for-whom h2 {
    color: #ff9000;
    text-align: center;
    font-weight: bold;
}

section.for-whom .card {
    background: rgba(0, 0, 0, 0.5); /* Fundo branco translúcido */
    backdrop-filter: blur(10px); /* Desfoque do fundo */
    -webkit-backdrop-filter: blur(10px); /* Compatibilidade com Safari */
    border-radius: 10px; /* Bordas arredondadas */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Borda sutil */
    padding: 20px;
    color: white;
    text-align: center;
    min-height: 250px;
    justify-content: center;  /* Alinha horizontalmente */
    align-items: center;      /* Alinha verticalmente */ 
}

section.background-footer {
    background-image: url(../../../img/backgrounds/14016.jpg);
    background-size: cover;
    background-position: center -250px;
    min-height: 600px;
}

section.background-footer .headline {
   color: #fff;
   margin-top: 100px;
}

@media (max-width: 768px) {

    section.headline {
        background-image: url(../../../img/backgrounds/freepik__enhance__49058.png);
        background-position: center;
    }

    section.headline .logo a {
        font-size: 30px;
    }

    section.headline .headline {
        text-align: center;
        margin-top: 300px;
        background: rgba(0, 0, 0, 0.5); /* Fundo branco translúcido */
        backdrop-filter: blur(10px); /* Desfoque do fundo */
        -webkit-backdrop-filter: blur(10px); /* Compatibilidade com Safari */
        border-radius: 10px; /* Bordas arredondadas */
        border: 1px solid rgba(255, 255, 255, 0.3); /* Borda sutil */
        padding: 20px;
    }

    section#panel-about .card{
        min-height: 250px;
    }

    section#panel-about h4 {
        margin-top: 100px;
    }

    section#panel-about .card .number {
        margin: -40px 0 0 calc(50% - 50px);
    }

    section.preview {
        min-height: 400px;  
    }

    section.background-footer {
        background-image: url(../../../img/backgrounds/14016.jpg);
        background-size: auto 150%;
        background-position: -170px center;
        min-height: 400px;
    }

}

.pagination {
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem #ffa6002a;
    --bs-pagination-active-bg: #FFA500;
    --bs-pagination-active-border-color: #FFA500;
}