
/* STILE */

body{
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: #364645;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif;
}


input::placeholder {
    font-family: "Manrope", sans-serif !important;
}

.primary-color{
    background-color: #364645;
}

.secondary-color{
    background-color: #DFD2BE;
}

.tertiary-color{
    background-color: #D9CAB3;
}

.lighter-color{
    background-color: #E5E8E7;
}

.primary-text-color{
    color: #364645;
}
.secondary-text-color{
    color: #736656;
}

bg-dark-color{
    color: #364645;!important;
}

/* BUTTON */

    .btn-primary{
        background-color: #DFD2BE;
        color: #364645;
        border: none; !important;
        border-radius: 0 !important;
    }

    .btn-primary:hover{
        background-color: #A39785 !important;
        color: #364645;
    }

    .btn-primary:active{
         background-color: #A39785 !important;
         color: #364645;
     }

    .btn-secondary{
        background-color:#364645;!important;
        color: white;
        border: none; !important;
        border-radius: 0 !important;
    }

    .btn-secondary:hover{
        background-color: #364645 !important;
        color: white;
    }

    .btn-secondary:active{
        background-color: #A39785 !important;
        color: #364645;
}

/* BACKGROUND */

.bg-homepage{
    background-image: url("../images/immagini/home-hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

@media (max-width: 768px) {
    .bg-homepage {
        background-image: url("../images/immagini/hero-home-mobile.png");
    }
}

.bg-image{
    background-image: url("../img/images/Sfondo-CS.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.bg-servizi{
    background-image: url("../images/immagini/hero-servizi.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 0;
}


.tag-documento{
    background-color: #E5E8E8;
}

.btn-scarica{
    color: #E5E8E8;
    background-color: #364645;
    transition: 0.2s;
    border: 2px solid #E5E8E8;
}

.btn-scarica:hover{
    background-color: #E5E8E8;
    color: #364645 !important;
    border-color: #364645;
    cursor: pointer;
}

.tag-scaricato{
    border: 2px solid #364645;
    color: #364645;
}

@media (max-width: 768px) {
    .bg-servizi {
        background-image: url("../images/immagini/hero-servizi-mobile.png");
        }
}

.bg-chi-siamo{
    background-image: url("../images/immagini/hero-chi-siamo.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 0;
}

@media (max-width: 768px) {
    .bg-chi-siamo {
        background-image: url("../images/immagini/hero2-mobile-chi-siamo.webp");
    }
}

/* CARD */

.custom-card {
    background-color: #E5E8E8 !important;
}

.bg-card{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: auto;
    border-radius: 0; !important;
}

.card-blog{
    height: 200px;
}

.title-card{
    font-family: "Manrope", sans-serif;
    font-size: x-large;
}


/* ACCORDION */

.accordion-button{
    background-color: #E5E8E8;
    color: #364645 !important
}

.accordion-button:not(.collapsed) {
    border: 0px !important;
    color: #fff !important;
}

.accordion-item {
    margin-top: 25px;
    border-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #364645;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body{
    background-color: #C6CCCC;
}

.accordion-button::after {
    filter: invert(50%) !important;

}

/* FOOTER */

footer{
     background-color: #364645;
     color: #DFD2BE;
}

.h-footer{
    font-size: 20px;
}

/* BLOG */

.immagine-dett-blog{
    width: 70%;
    height: auto;
}

a:hover{
    color: #DFD2BE;
}

/*TEXT*/


.col-text-hero{
    width: 60%;
}

.titoletti{
    color: #364645;
    font-weight: bold;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
}

.titoletti-bianco{
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
}

.text-space-title{
    letter-spacing: 5px;
}

.text-space{
    letter-spacing: 2px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: lightgrey !important;
}

.text-contatti{
    font-size: 20px;
}

.link-primary-custom {
    color: #364645;
    text-decoration: none;
}

.link-primary-custom:hover {
    color: #364645;
}

/*CUSTOM*/

.container-img-recapiti{
    position: relative;
}

.container-recapiti{
    max-width: 200px;
    max-height: 150px;
    position: absolute;
    padding: 20px;
    bottom: 14%;
    right: -6%;
}

@media(max-width: 643px){
    .container-recapiti{
        display: none;
    }
}

@media(max-width: 991px){
    .container-recapiti{
        bottom: -5%;
        right: -5%;
    }
}

@media(min-width: 1025px){
    .container-recapiti{
        bottom: 10%;
        right: -6%;
    }
}

@media(min-width: 1075px){
    .container-recapiti{
        bottom: 3%;
        right: -4%;
    }
}

@media(min-width: 1095px){
    .container-recapiti{
        bottom: 0%;
        right: -4%;
    }
}

@media(min-width: 1140px){
    .container-recapiti{
        bottom: -3%;
        right: -3%;
    }
}

@media(min-width: 1160px){
    .container-recapiti{
        bottom: -5%;
        right: -3%;
    }
}

.logo-width{
    width: 150px;
}

.dropdown-menu{
    border-radius: 0 !important;
    border-width: 0;
    z-index: 99999;
    background: no-repeat;
}

.more-margin-top{
    margin-top: 150px;
}

.diamond{
    width: 60px;
    height: 60px;
    background-color:#D9CAB3;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.arrow-icon {
    transform: rotate(-45deg);
}


.h-contatti{
    height: 600px;
}

.h-contatti{
    height: 700px;
}

.team-card {
    transform-origin: top center;
    max-width: 400px;
}



/*NAVBAR*/

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.dropdown-menu[data-bs-popper] {
    left: -30px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #DFD2BE;
    transition: background-color 0.3s ease;
}

.navbar-brand{
    transition: 0.2s;
}

.navbar-brand:hover{
    cursor: pointer;
    transform: scale(0.9);
}


.nav-link{
    font-size: 23px;
    color: white;
    font-weight: 300;
    text-transform: capitalize;
    transition: 0.2s;
}

.nav-link:hover{
    font-weight: 400;
    color: white;!important;
}

.nav-link:active{
    font-weight: 400;
    color: white!important;
}

.nav-link-footer{
    font-size: 16px;
    color: white!important;
}

.area-riservata {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid white;
    color: white;
    background-color: transparent;
    text-decoration: none;
    transition: 0.2s;
}

.area-riservata:hover {
    border: 2px solid white;
}



/*FORM*/

.form-control {
    outline:none !important;
    box-shadow: none !important;
    background-color: white;
    border: solid 1px dimgrey;
    border-radius: 0px;
}

.form-label{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.form-check-label{
    font-size: 18px;
    font-weight: 400;
}

/*IMAGES*/

.img-responsive-limit, .img-responsive-limit-2 {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 200px) {
    .img-responsive-limit {
        max-width: 600px;
        margin: 0 auto;
    }

    .img-responsive-limit-2 {
        max-width: 800px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px){
    .nav-link{
        font-size: 20px;
    }
}

@media screen and (max-width:1024px){

    .nav-link{
        font-size: 18px;
    }

}

@media screen and (max-width:768px){

    .col-text-hero {
        width: 90%;
    }

    .col-text-chi-siamo {
        width: 60%;
    }



    /*MARGIN*/

    .more-margin-top-mobile{
        margin-top: 150px;
    }

    .immagine-dett-blog{
        width: 100% !important;
    }
}

.alert-docs{
    background-color: rgb(229, 232, 232);
}

/*LOGIN AREA RISERVATA*/

.img-copertina{
    width: 100%;
    height: 100%;
}



.text-valido{
    font-weight: bold;
    color: #277E3C !important;
}

.text-scaduto{
    font-weight: bold;
    color: #E60000 !important;
}

.btn-scaricato{
    transition: 0.2s;
}

.chk-scaricato + .btn-scaricato{
    background-color: white;
    border: 2px solid #364645;
    color: #364645;
}

.chk-scaricato:checked + .btn-scaricato{
    background-color: #364645;
    border: 2px solid white;
    color: white;
}

.dropdown-menu{
    padding: 10px 5px;
}

.dropdown-item{
    border-radius: 10px;
    padding: 2px 5px;
}

.dropdown-item:hover, .dropdown-item-checked{
    background-color: #364645;
}