/*@font-face {
  font-family: Nunito;
  src: url("/static/front/fonts/NunitoSans-Regular.ttf");
}*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

#hero {
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    height: 80vh;
}

.imgHero img {
    width: 100%;
    /*height: 100%;*/
    height: 80vh;
}

#hero .imgHero .image {
    position: absolute;
    /*min-height: 70%;*/
    width: auto;
    min-width: 100%;
    z-index: 0;
}

.hero {
    display: flex;
}

.hero .leftPanel {
    flex: 1
}

.hero .rightPanel {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
}

.hero .rightPanel .qrCodeSampleHome {
    width: 13rem;
    height: 13rem;
    background-color: white;
    border: 14px solid #FF8B63;
    border-radius: 17px;
}

.buttonQRCode {
    background-color: #FB4201;
    border-radius: 1rem;
    opacity: 0.8;
    margin-top: 1rem;
    width: 16rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.2rem;
    text-decoration: none;
}
.buttonQRCode:hover{
    color: #fff;
}

.containerQR {
    background-color: #fff;
    width: 25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1rem;
}

.buttonQRCodeHomeText {
    font-size: 21px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


#hero .hero {
    position: relative;
    padding-top: 5rem;
    height: 70%;
}

.downPanel {
    display: flex;
}

.downPanelLeft {
    flex: 1;
}

.downPanelRight {
    flex: 1;
    margin-top: 15px;
}

.textUnderPanel {
    text-align: left;
    font-size: 35px;
    letter-spacing: 0px;
    color: #606060;
    text-shadow: 0px 3px 6px #0000004D;
    opacity: 0.9;
}

.qrCodeSampleHome img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

#usability {
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    height: 150vh;
}

#usability .containerUsability {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.usabilityIcons {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.usabilityIcons .iconContainerUsability {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-inline: 3rem
}

.usabilityIcon {
    margin-bottom: 2rem;
    color: #606060;
}

.iconContainerTitle {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0px;
    color: #E8541F;
    opacity: 1;
}

.iconContainerText {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #999594;
    opacity: 1;
}

.usabilityCarousel {
    display: flex;
    flex: 1.5;
    background-image: linear-gradient(135deg, #F8E7E2 50%, #F8D3C6 50%);
    opacity: 1;
    height: 0%;
    align-items: center;
    justify-content: center;
}

.usCarouselYou {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.usCarouselCompany {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.carousel-inner img {
    width: 364px;
    height: 364px;
    border-radius: 26px;
}

.carouselTitle {
    flex: 1;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FB5D27;
    opacity: 1;
}

.carouselForYou {
    width: 368px;
    height: 365px;
    position: relative;
}

.carouselForYourCompany {
    width: 368px;
    height: 365px;
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    z-index: 10;
}

#plans {
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
}

.plansContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: #F7F5F5;
    align-items: center;
}

.planTitleText {
    font-size: 38px;
    font-weight: 600;
}

.planTitleContainer {
    flex: 0.3;
    display: flex;
    margin-top: 5rem;
    color: #FC4101;

}

.planButtonsContainer {
    flex: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.planButtons {
    display: flex;
    cursor: pointer;
    width: 18rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    opacity: 1;
    line-height: 62px;
    text-align: center;
    align-items: center;
}

.planButtonText {
    flex: 1;
    font-size: 25px;
    letter-spacing: 0px;
    color: #606060;
    opacity: 1;
}

.textButtonInfoContainer {
    margin-top: 1rem;
}

.textButtonInfo {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #606060;
    opacity: 1;
}

.planCardsContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.planCard {
    display: flex;
    margin-bottom: 2rem;
}

.cardContainer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    margin-inline: 1.5rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font-family: sans-serif;
    font-size: 16px;
    position: relative;
    box-shadow: -2px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

@media screen and (max-width: 1366px) {
    .cardContainer {
        width: 10rem;
    }
}

.cardContainerBudget {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 12rem;
    height: 12rem;
    margin-inline: 1.5rem;
    background: #FF8B63 0% 0% no-repeat padding-box;
    font-family: sans-serif;
    font-size: 16px;
    position: relative;
    box-shadow: -2px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.label-both {
    position: absolute;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    top: 10px;
    right: -16px;
    left: -16px;
    background: #FF8B63;
    color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.label-both::before, .label-both::after {
    position: absolute;
    content: '';
    bottom: -6px;
    border-style: solid;
    border-top-width: 3px;
    border-left-width: 8px;
    border-bottom-width: 3px;
    border-right-width: 8px;
    filter: brightness(80%);
}

.label-both::after {
    right: 0;
    border-top-color: #FF8B63;
    border-left-color: #FF8B63;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.label-both::before {
    left: 0;
    border-top-color: #FF8B63;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #FF8B63;
}

.cardPlanContentDetail {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    align-items: center;
}

.cardPlanTextDetailFirst {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0px;
    color: #999594;
    opacity: 1;
}

.cardPlanTextDetailSecond {
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #606060;
    opacity: 1;
    margin-bottom: 0.5rem;
}

.cardPlanButton {
    cursor: pointer;
    display: flex;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    border: 1px solid #01AE5B;
    opacity: 1;
    width: 7rem;
    color: #01AE5B;
}

.cardPlanButton:hover {
    background-color: #01AE5B;
    color: #fff;
}

.cardPlanButtonBudget {
    display: flex;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #01AE5B;
    border-radius: 15px;
    opacity: 1;
    width: 80%;
    margin-bottom: 1rem;
    color: #01AE5B;
}

.cardPlanButtonBudget:hover {
    background-color: #01AE5B;
    color: #fff;
}

.cardPlanTextBudget {
    margin-bottom: 2rem;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.cardPlanButtonText {
    text-align: left;
    font-size: 1rem;
    letter-spacing: 0px;
    color: #01AE5B;
    opacity: 1;
}

.warningMessagePlanContainer {
    flex: 1;
    text-align: left;
    font-size: 21px;
    letter-spacing: 0px;
    color: #606060;
    width: 80%;
}

#atentionPlan {
    color: #FB470A;
}

a:hover {
    text-decoration: none;
}

carousel-indicators .active {
    border-radius: 1rem !important;
}

.budgetContainer {
    width: 100%;
    height: 100vh;
}

.braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field {
    border: 1px solid #bfbfbf;
    height: 44px;
    margin: 4px 0 0;
    padding: 0 8px;
    border-radius: 12px;
}

#free {
    width: 120%;
}

.video {
    position: relative;
    margin-left: 3rem;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1367px) {
    .cardPlanTextDetailFirst {
        font-size: 16px;
    }

    .cardPlanTextDetailSecond {
        font-size: 15px;
    }

    .cardPlanButton {
        width: 153px;
    }
}

@media screen and (max-width: 1700px){
    #hero .imgHero .image {
        object-fit: cover;
        object-position: 0;
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .hero .rightPanel .qrCodeSampleHome {
        width: 8rem !important;
        height: 8rem !important;
    }
    .buttonQRCode {
        width: 11rem;
        height: 3rem;
    }
    .hero .rightPanel {
        padding-top: 0;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 870px) {
    #hero .hero {
        flex-direction: column;
        padding-top: 1rem;
    }

    .hero .rightPanel {
        padding-top: 0;
    }

    .video {
        height: 15rem;
        padding-bottom: 4rem;
        margin-left: 0;
    }
}

@media screen and (max-height: 686px) {
    .hero .rightPanel .qrCodeSampleHome {
        width: 9rem;
        height: 9rem;
    }
    .buttonQRCode {
        font-size: 1rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 1280px) {
    .planCard {
        flex-direction: column;
        align-items: center;
    }

    #plans {
        height: 100%;
    }
    .cardContainer {
        margin-bottom: 2rem;
        width: 14rem;
    }
}

@media screen and (max-width: 865px) {
    .qrCodeSampleHome img {
        height: 100%;
        width: 100%;
        padding: 0;
    }

    #usability {
        height: 100%;
    }

    .usabilityIcons {
        flex-direction: column;
    }

    .usabilityCarousel {
        display: none;
    }

    .cardPlanTextDetailSecond {
        font-size: 21px;
    }

    .cardPlanTextDetailFirst {
        font-size: 20px;
    }

    .cardPlanButtonText {
        font-size: 18px;
    }

    .cardContainerBudget {
        width: 14rem;
    }

    .warningMessagePlanContainer {
        margin-bottom: 2rem;
    }
}