/* HEADER */

#header-web{
    height: 13vh;
}

.img-header{
    width: 111px;
}

.div-header-options a{
    color: #3C3C3B;
    font-size: 16px;
    text-decoration: none;
}

.div-header-options:hover{
    border-bottom: 2px solid #20A059;
}

.div-header-icon-plus{
    border: 2px solid #20A059;
    padding: 7px 8px;
    display: flex;
    border-radius: 25px;
    text-decoration: none;
    background-color: #EBF8EF;
    font-size: 18px;
    color: #20A059;
    font-weight: bold;
}

.div-header-icon-glove{
    border: 2px solid #20A059;
    padding: 7px;
    display: flex;
    border-radius: 25px;
    text-decoration: none;
    background-color: #EBF8EF;
    font-size: 18px;
    color: #20A059;
    font-weight: bold;
}

.div-header-icon-plus:hover{
    color: white;
    cursor: pointer;
    background-color: #20A059;
}

button.div-header-icon-glove:focus{
    outline: unset;
}

.div-cols-header{
    height: 3em;
}

.main-navigation ul > li.menu-item-has-children > a:after{
    display: none;
}

/* BANNER HEADER IMG - TEXT */

.div-head-pages {
    position: relative;
    text-align: left;
    color: white;
}
.div-head-pages img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.div-head-pages div {
    position: absolute;
    bottom: 12vw;
    left: 12vw;
}
.div-head-pages p.text-head-pages {
    font-size: 59px;
    line-height: 70px;
    font-weight: bold;
}

div#slider-home-web img{
    filter: brightness(60%);
}

/* CONTACT QR */

.div-qr-contact{
    align-items: center;
    background-color: #309044;
    padding: 10px;
    height: 10em;
    justify-content: center;
    width: 45%;
    top: -150px;
    position: relative;
    z-index: 1;
}

.div-qr-info-img-text{
    position: relative;
    top: 180px;
    z-index: 3;
}

.div-qr-info-img-text img{
     height: 170px;
}

.div-qr-info-img-text h4{
    font-size: 20px;
}

.div-qr-contact .div-text-qr{
    margin-top: -20px;
    line-height: normal;
    font-size: 20px;
}

.div-qr-contact .qr-image{
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-top: -100px;
}

.contact-section h1{
    font-size: 34px;
    color: white;
}

.contact-section .btn-slider{
    border-radius: 5px;
}

.contact-section form p{
    line-height: 1.3;
    font-size: 13px;
}

/* FOOTER */

.list-items a{
    color: white;
}

/* MODAL */

#remoteModal p{
    color: #20A059;
}

#remoteModal .modal-content{
     border-radius: 25px;
}

#remoteModal button.close-btn-modal,#remoteModal button.close-btn-modal:focus {

    border: 0;
    outline: 0;
    background-color: transparent;
}

/* COOKIES STYLES */

.termsfeed-com---palette-dark div.cc-nb-buttons-container .cc-nb-okagree, .termsfeed-com---palette-dark div.cc-nb-buttons-container .cc-nb-reject,.termsfeed-com---palette-dark div.cc-cp-foot-button .cc-cp-foot-save{
    color: white;
    background-color: #20A059;
}

.termsfeed-com---palette-dark div.cc-pc-head-lang .cc-pc-head-close:active, .termsfeed-com---palette-dark div.cc-pc-head-lang .cc-pc-head-close:focus{
    border: 1px solid #20A059;
}

.termsfeed-com---palette-dark div.cc-pc-head-lang select:focus{
    box-shadow: 0 0 0 2px #20A059;
}

