.colorDarkBlue{
    color: var(--secondary-color) !important;
}

.textColorLightBlue{
    color: var(--primary-color)
}

.carousel-item img {
    height: 100rem;
    object-fit: cover;
}

.custom-img {
    height: 450px !important;
    object-fit: cover;
}

.card-img-steps {
    height: 250px !important;
    object-fit: cover;
}

.icon-circle {
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-circle i {
    font-size: 2.5rem;
}

.icon-circle:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.initialSlide{
    filter: brightness(100%);
    max-height: 100vh;
    transition: 0.2s;
    -webkit-animation-name:darkPhoto;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-delay:0.2s;
    -webkit-animation-fill-mode: forwards;
}

.energyAcount, .btnInitial{
    opacity: 0;
    -webkit-animation-name:showEnergyAcount;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-delay:0.2s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes showEnergyAcount{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes darkPhoto {
    from {
        filter: brightness(100%);
    }
    to {
        filter: brightness(30%);
    }
}

.carouselSection {
    position: relative;
    height: 100vh;
}

.btnInitial, .btnClose, .sendFormButton {
    width: 12em;
    height: 3em;
    border-radius: 10px;
    font-size: 15px;
    border: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    background-color: white;
}

.titleEnergy {
    width: 100%;
    font-size: 3.5rem;
}

.buttons {
    gap: 3rem !important;
}

.sendFormButton{
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.btnClose{
    border: 2px solid #444444;
    color: #444444;
}

.btnInitial::before, .btnClose::before, .sendFormButton::before {
    content: '';
    width: 0;
    height: 3em;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--yellow-color);
    transition: .5s ease;
    z-index: -1;
}

.sendFormButton::before{
    background-color: var(--secondary-color);
}

.btnClose::before{
    background-color: #444444;
}

.btnInitial:hover::before, .btnClose:hover::before, .sendFormButton:hover::before{
    width: 12em;
    border-color: var(--yellow-color);
}

.btnClose:hover{
    background-color: #444444;
}

.sendFormButton:hover{
    background-color: var(--secondary-color);
}

.btnInitial:hover, .btnClose:hover, .sendFormButton:hover{
    transition: .5s ease;
    color: white;
    font-weight: bold;
}

.textForm{
    color: var(--primary-color);
}

.input-container{
    position:relative;
    margin-bottom:25px;
    display: flex;
}

.cardGlobal{
    max-width: 100vw !important;
    width: 100%;
}

.input-container label{
    position:absolute;
    top:0px;
    font-size:16px;
    color: #222222;
    transition: all 0.5s ease-in-out;

}
.input-container input{
    border:0;
    border-bottom:1px solid var(--primary-color);
    background:transparent;
    width: 95%;
    padding: 10px 0 5px 0;
    font-size:16px;
    color: var(--secondary-color);
}
.input-container input:focus{
    border:none;
    outline:none;
    border-bottom:1px solid var(--secondary-color);
}

.input-container input:focus ~ label,
.input-container input:valid ~ label{
    top:-12px;
    font-size:12px;
    color: #222222;
    font-weight: bold;
}


#exampleModalToggle{
    --bs-modal-width: 1000px !important;
}

select{
    width: 95%;
    background-color: white;
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    text-indent: 1px;
}

.card .cardBorder{
    --bs-card-border-color: var(--primary-color) !important;
}

.card .cardColor{
    --bs-card-border-color: var(--secondary-color) !important;
}

.cardColor .imageBackground{
    margin: 2rem 0 2rem 0;
    background-color: var(--secondary-color);
}

.cardColor .backgroundImage{
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--secondary-color);
    width: 100%;
}

.imageBackground{
    margin: 2rem 0 2rem 0;
    background-color: var(--primary-color);
}


@media(max-width: 1000px){
    .aboutSection{
        display: flex;
        flex-direction: column;
    }

    .aboutSection div{
        width: 100% !important;
    }

    .textCardContainer{
        height: 50% !important;
        width: 100% !important;
        max-width: 50%;
    }
}

@media (max-width: 900px) {
    .cardSection {
        display: flex;
        flex-direction: column;
    }

    .cardSection .cardWidth {
        width: 100vw !important;
    }

    .energyAcount {
        width: 10vh;
    }

    .titleEnergy {
        width: 100%;
    }

    #carouselExampleSlidesOnly p {
        width: 100% !important;
    }

    .benefits {
        display: flex;
        flex-direction: column;
    }

    .benefits div {
        width: 100vw !important;

    }
}

@media (max-width: 770px){
    .textCardContainer{
        height: 25% !important;
        width: 100% !important;
        max-width: 100%;
    }

    .modal-footer{
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
}


@media (max-width: 570px){
    .wave{
        margin: 0 0 -0.3rem 0;
    }
    .cardGlobal{
        display: flex;
        flex-direction: column;
    }
    .textCardContainer {
        height: 25% !important;
        width: 100% !important;
    }

    .buttons {
        display: flex;
        flex-direction: column;
    }

    .btnInitial:hover::before, .btnClose:hover::before, .sendFormButton:hover::before{
        width: 100%;
    }

    .btnInitial{
        width: 90vw;
    }

    .aboutSection p{
        padding: 0 1rem !important;
        text-align: justify;
    }

    .aboutSection h1{
        padding: 0 1rem !important;
    }

    .ODS h1{
        padding: 0 1rem !important;
    }

    .ODS img{
        width: 90% !important;
    }

    .buttons {
        gap: 1rem !important;
    }

}

@media (max-width: 480px){
    .titleEnergy{
        font-size: 2rem;
    }

    .energyParagraph{
        font-size: 1rem;
    }

    .energyAcount{
        padding: 0 1rem !important;
    }

    .btnClose, .sendFormButton{
        width: 100%;
    }
}

@media (max-width: 700px){
    .footerCopyright{
        font-size: 0.7rem;
    }
}


.sent-message {
    display: none;
    color: #fff;
    background: var(--secondary-color);
    text-align: center;
    padding: 15px;
    font-weight: 600;
    border-radius: 0.5rem;
}

.loading {
    border-radius: 0.5rem;
    display: none;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

.loading:before {
    border-radius: 0.5rem;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: var(--secondary-color)  ;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.error-message{
    border-radius: 0.5rem;
    background: darkred;
    display: none;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

.textColorLightBlue{
    color: var(--primary-color)
}

.card .cardBorder{
    --bs-card-border-color: var(--primary-color) !important;
}

.card .cardColor{
    --bs-card-border-color: var(--secondary-color) !important;
}

.cardColor .imageBackground{
    margin: 2rem 0 2rem 0;
    background-color: var(--secondary-color);
}

.cardColor .backgroundImage{
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--secondary-color);
    width: 100%;
}

.imageBackground{
    margin: 2rem 0 2rem 0;
    background-color: var(--primary-color);
}

.backgroundImage{
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--primary-color);
    width: 100%;
    border-radius: 1rem 1rem 0 0!important;
}

.card-body{
    padding: 0 !important;
}

.icon-circle {
    background-color: #1a7dd7;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}


.containerCard{
    margin: 1rem 1rem 0 1rem;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.rightColorSection{
    background-color: var(--secondary-color);
}

.card:hover{
    transition: 0.5s ease-out;
    transform: scale(1.01);
}


.cardBorder{
    border-radius: 1rem !important;
}

.textContainer{
    background-color: var(--primary-color);
}

.imageContainer{
    background-color: var(--secondary-color);
}

.cardContainer{
    --bs-gutter-x: 0 !important;
}

.textCardContainer{
    color: var(--yellow-color);
}

.imageLight{
    object-fit: cover;
    height: 50vh;
}

.imageEolic{
    object-fit: cover;
    height: 50vh;
}

.imageBussines{
    object-fit: cover;
    height: 50vh;
}

.imageWork{
    object-fit: cover;
    height: 50vh;
}

.textCardContainer{
    background-color: rgba(0, 0, 0, 0.76);
    max-width: 25%;
    width: 100%;
}

.cardContente{
    border-radius: 3rem;
}

.cardContainer{
    transform: scale(1);
    transition: 300ms linear;
    z-index: 5000;
}

.whoComeFrom {
    z-index: 1000;
}

.textCardContainer{
    z-index: 5000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.textCardContainer h3{
    text-align: left !important;
    margin: 1.5rem 0 1rem 0;
}

.textCardContainer p{
    width: 80%;
}

.containInfo{
    display: flex;
    justify-content: center;
}

.textForm{
    color: var(--primary-color);
}

.contentItens{
    --bs-gutter-x: 0 !important;
}

.productItem{
    background-color: var(--primary-color);
}

.productItem2{
    background-color: var(--secondary-color);
}

.containInfo img{
    width: 10rem;
}

.containInfo img{
    width: 10rem;
}

.backgroundLightBlue{
    background-color: var(--primary-color);
}

.listStyle{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left !important;
}

.aboutSection{
    padding: 1rem 2rem 0.5rem 1rem;
    background-color: white;
}

.cardGlobal{
    max-width: 100vw !important;
    width: 100%;
}

.textColorLightBlue{
    color: var(--primary-color)
}

.card .cardBorder{
    --bs-card-border-color: var(--primary-color) !important;
}

.card .cardColor{
    --bs-card-border-color: var(--secondary-color) !important;
}

.cardColor .imageBackground{
    margin: 2rem 0 2rem 0;
    background-color: var(--secondary-color);
}

.cardColor .backgroundImage{
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--secondary-color);
    width: 100%;
}

.imageBackground{
    margin: 2rem 0 2rem 0;
    background-color: var(--primary-color);
}

.backgroundImage{
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--primary-color);
    width: 100%;
}

.card-body{
    padding: 0 !important;
}

.containerCard{
    margin: 1rem 1rem 0 1rem;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.rightColorSection{
    background-color: var(--secondary-color);
}

.card:hover{
    transition: 0.5s ease-out;
    transform: scale(1.01);
}

.titleSection h1{
    font-size: 1.8rem !important;
    padding: 0.8rem;
    color: var(--yellow-color);
}

.stepOnUp{
    background-color: var(--primary-color);
}

.stepOnUp h1 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.cardSteps {
    border: 0;
    border-left: 5px solid var(--yellow-color);
    background-color: #fff;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardSteps h5{
    color: var(--secondary-color);
}

.cardImgEnergy{
    background-color: #1a7dd7;
    color: #ffffff;
}


.cardImgEnergy img{
    max-width: 20%;
    margin: 20px 0 20px 0;
}

.cardSignature h5{
    color: var(--yellow-color);
}

.footerCopyright a{
    text-decoration: none;
    color: var(--3e-Yellow-color);
}


.backgroundImage{
    border-radius: 1rem 1rem 0 0!important;
}


footer{
    background-color: var(--secondary-color);
}

footer p{
    margin: 0;
}

.footerLine{
    opacity: 1 !important;
    border: 1px solid var(--primary-color);
    background-color: gold !important;
}

.footerCopyright{
    display: flex;
    justify-content: center;
}

.footerCopyright a{
    text-decoration: none;
    color: var(--3e-Yellow-color);
}


@media (max-width: 1250px){
    .textCardContainer{
        height: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media(max-width: 1000px){
    .aboutSection{
        display: flex;
        flex-direction: column;
    }

    .aboutSection div{
        width: 100% !important;
    }

    .textCardContainer{
        height: 50% !important;
        width: 100% !important;
        max-width: 50%;
    }
}


@media (max-width: 900px) {
    .cardSection {
        display: flex;
        flex-direction: column;
    }

    .cardSection .cardWidth {
        width: 100vw !important;
    }

    .energyAcount {
        width: 20vh;
    }

    .titleEnergy {
        width: 100%;
        font-size: 4rem;
    }

    #carouselExampleSlidesOnly p {
        width: 100% !important;
    }

    .carousel-item img {
        height: 100rem;
        object-fit: cover;
    }

    .benefits {
        display: flex;
        flex-direction: column;
    }

    .benefits div {
        width: 100vw !important;

    }
}


@media (max-width: 770px){
    .textCardContainer{
        height: 25% !important;
        width: 100% !important;
        max-width: 100%;
    }

    .modal-footer{
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
}


@media (max-width: 570px){
    .wave{
        margin: 0 0 -0.3rem 0;
    }
    .cardGlobal{
        display: flex;
        flex-direction: column;
    }
    .textCardContainer {
        height: 25% !important;
        width: 100% !important;
    }

    .buttons {
        display: flex;
        flex-direction: column;
    }

    .btnInitial:hover::before, .btnClose:hover::before, .sendFormButton:hover::before{
        width: 100%;
    }

    .btnInitial{
        width: 90vw;
    }

    .aboutSection p{
        padding: 0 1rem !important;
        text-align: justify;
    }

    .aboutSection h1{
        padding: 0 1rem !important;
    }

    .ODS h1{
        padding: 0 1rem !important;
    }

    .ODS img{
        width: 90% !important;
    }

    .buttons {
        gap: 1rem !important;
    }

}

@media (max-width: 480px){
    .titleEnergy{
        font-size: 2.5rem;
    }

    .energyParagraph{
        font-size: 1rem;
    }

    .energyAcount{
        padding: 0 1rem !important;
    }

    .btnClose, .sendFormButton{
        width: 100%;
    }
}

@media (max-width: 700px){
    .footerCopyright{
        font-size: 0.7rem;
    }
}