/* Form COntact */
.form-contact {
    background-color: #01476A;
    background-size: cover;
    overflow: hidden;
    width:100%;
    height:fit-content;
    padding: 6rem 0 4rem 0;
}
.des-formcontact {
    width:100%;
    height:fit-content;
    display:block;
}
.des-formcontact > span {
    display:block;
    background:var(--second-primary-color);
    width:50px;
    height: 3px;
}
.des-formcontact > p {
    color:white;
    font-size:1.7rem;
}
.des-formcontact > div {
    display:flex;
    padding: 1rem 0 ;
}
.des-formcontact > div > div {
    display:block;
    width:fit-content;
    margin-right: 2rem;
}
.des-formcontact > div > div p,.des-formcontact > div > div span {
    color:var(--second-primary-color);
    
}
.des-formcontact > div > div span {
    font-weight:bold;
}
.form-contact-title > div.des-text {
    font-size:1.5rem;
    font-style:italic;
    text-align:center;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Footer */
.footer {
    color:white;
    width: 100%;
    padding: 2rem 0;
    background-repeat: repeat;
    font-size: 13px;
}
.list-item-footer > div > div > h3 {
    font-weight: 600;
    display:block;
    width:100%;
    height:auto;
    border-bottom:1px solid #ffffff2e;
    padding: .8rem 0;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.list-item-footer > div > div iframe {
    padding: 1rem 0;
    
}
.list-item-footer > div > div > p {
    margin: .5rem 0;
}
.list-item-footer > .menu-list ul {
    padding-left:20px;
}
.list-item-footer ul li {
    margin-bottom: .3rem;
    list-style: none;
}
.logo-footer > div > img {
    height: 100px;
    width:auto;
}
/*  Widget */
.section-widget {
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 0px;

    background: transparent !important;
}
/* .gr-social-contact {
    position:absolute;
    bottom: 0;
    left:0;
    
} */


/* banner- primary- sevies */
.wrapper-banner-primary-static {
    width:100%;
    height:fit-content;
    overflow:hidden;
}
.wrapper-banner-primary-static img {
    width:100%;
    height:auto;
}



.card-big-home {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .32);
}

@media only screen and (min-width: 992px) {
    .card-big-home {
        min-height: 320px;
        justify-content: center;
    }
    .card-big-home .bg-wrapper {
        position: absolute;
        height: 85%;
        min-height: 270px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, .32);
        width: calc(100% + 3rem - 15px);
    }

    .card-big-home:nth-child(odd) .bg-wrapper { 
        left: calc(-3rem + 15px);
    }

    .card-big-home:nth-child(even) .bg-wrapper { 
        right: calc(-3rem + 15px);
    }
}

