* {
    --main-col: #00807d;
}

body {
    background-color: #efefef !important;
}

#logo {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 40px 0;
}

#logo img {
    max-width: 614px;
    width: 100%;
}

#presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    margin: 20px 40px;
}

#presentation > h4 {
    width: 100%;
    padding: 0 7%;
    color: var(--main-col);
}

.carousel-inner img {
    width: 100%;
    height: 810px;
    object-fit: cover;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex !important;
    align-items: center;
}

.carousel-caption p {
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 10%;
}

.carousel-control-prev {
    margin-left: 2%;
}

.carousel-control-next {
    margin-right: 2%;
}

.carousel-control-prev, .carousel-control-next {
    color: white;
    width: 70px !important;
    height: 100%;
}

.carousel-control-prev i, .carousel-control-next i {
    font-size: 40px !important;
}

.fake-img {
    height: 250px;
}

#mainCarousel {
    width: 100%;
}

#indicator {
    margin: 0 30%;
    position: relative;
    padding: 0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    height: 50px;
}

#indicator > .btn-indicator {
    background-color: #c1c1c1;
    height: 4px !important;
}

#indicator > .active, #indicator > .btn-indicator:hover {
    background-color: var(--main-col);
    opacity: 1;
}

#indicator > .active {
    width: 50px !important;
}

#go-down {
    position: absolute;
    right: 0;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--main-col);
    border-color: var(--main-col);
    display: flex;
    align-items: center;
    justify-content: center;
}

#iconBtn {
    font-size: 20px;
}

#do-action {
    width: 100%;
    margin-top: 60px;
    padding: 30px 5% 70px 5%;
    /*background-color: #ededed;*/
}

#do-action > h5 {
    width: 100%;
    color: var(--main-col);
}

.bs-stepper .active .bs-stepper-label {
    color: var(--main-col);
}

.bs-stepper .active .bs-stepper-circle {
    background-color: var(--main-col);
}

.btn-prev-next {
    margin: 10px 0 30px 0;
    border-color: var(--main-col) !important;
    color: var(--main-col) !important;
}

.btn-prev-next:hover {
    margin: 10px 0 30px 0;
    background-color: var(--main-col) !important;
    color: #fff !important;
}

.campi-licenza {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 30px;
}

.campi-licenza > * {
    width: 300px;
}

.required {
    font-size: 1.5em;
    color: darkred;
}

.form-check {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

#message-success {
    color: var(--main-col) !important;
    width: 100%;
    text-align: center !important;
    letter-spacing: 0.06em;
    display: none;
}

#cites {
    margin-top: 65px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: rgba(255, 228, 181, 0.59);
    padding: 70px 10%;
    flex-direction: column;
    gap: 30px;
}

#cites > .line {
    width: 100px;
    height: 2px;
    background-color: #c1c1c1;
    margin: 0 calc(50% - 50px);
}

#cites > cite {
    letter-spacing: 0.075em;
    font-size: 19px;
    width: 100%;
    text-align: center;
}

#plans {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 60px);
    margin: 65px 30px;
    gap: 80px;
    position: relative;
}

#plans .sep {
    width: 2px;
    height: 100%;
    background-color: rgba(0,0,0,.12);
    position: absolute;
}
#plans .plan {
    padding: 30px 0;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-direction: column;
    gap: 5px;
    flex: 1 1 auto;
    max-width: 550px;
}

#plans .plan i {
    font-size: 32px;
    color: #a3a4a6;
}

#plans .plan .title {
    color: var(--main-col);
}

#plans .plan ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3px;
}

#disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 70px;
}

#disclaimer > *:first-child {
    text-transform: uppercase !important;
    color: var(--main-col);
    text-align: center;
}

#disclaimer > * {
    max-width: 92% !important;
    width: 1100px;
}

#disclaimer > .line {
    height: 1px;
    background-color: #c1c1c1;
}

#disclaimer p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0;
}

#disclaimer > .article {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#disclaimer .article .art-title {
    color: var(--main-col);
}

#button-do-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 80px 0;
}

#button-do-action > button {
    background-color: var(--main-col);
    border-color: var(--main-col);
    color: #fff;
    height: 60px;
    width: 500px !important;
    font-size: 22px;
}

#button-do-action > button:hover {
    background-color: #fff;
    border-color: var(--main-col);
    color: var(--main-col);
}

#form-request {
    display: none;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    margin: 0 40px 80px 40px;
}

.form {
    width: 100%;
    max-width: 750px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single {
    width: 100%;
}
.double {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}
.double > *, .single > * {
    flex: 1 1 auto;
}

#end-btn {
    height: 60px;
    width: 350px;
    border: 1px solid var(--main-col) !important;
    color: #fff !important;
    background-color: var(--main-col) !important;
    display: none;
}

#end-btn-dis {
    height: 60px;
    width: 350px;
    border: 1px solid #c1c1c1 !important;
    color: #fff !important;
    background-color: #c1c1c1 !important;
    cursor: auto !important;
}

.close-modal {
    background-color: var(--main-col) !important;
    border-color: var(--main-col) !important;
}

.spinner-border {
    height: 60px;
    width: 60px;
    color: var(--main-col) !important;
    display: none;
}

body.privacy {
    margin: 100px;
}

.title {
    color: var(--main-col);
}

#flags {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#flags img {
    cursor: pointer;
    width: 50px;
    margin-right: 20px;
}

.footer {
    background-color: var(--main-col);
    padding: 10px;
    color: white;
    text-align: center;
}

@media (max-width: 630px) {
    .double {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .campi-licenza {
        flex-direction: column;
        gap: 15px;
    }

    .campi-licenza > * {
        width: 100% !important;
    }
}

@media screen and (max-width: 925px) {
    #plans {
        flex-direction: column;
        gap: 0;
    }

    #plans .sep {
        height: 2px;
        width: 100%;
    }

    #plans .plan {
        width: 100%;
        max-width: 550px;
    }
}