/*
Theme Name: nwatheme
Author: tnsolutions
Version: 1.0
Text Domain: nwatheme
*/

@font-face {
    font-family: "Futura Std";
    src: url("./font/FuturaStd-Book.otf") format("opentype"),
}

@font-face {
    font-family: "Futura Std Heavy";
    src: url("./font/FuturaStd-Heavy.otf") format("opentype"),
}

@media (max-width: 575px) {

    .fs-50 {
        font-size: 30px !important;
    }

    button{
        font-size: 15px!important;
    }

    .logo{
        width: 26vw;
    }

    .topcontainer h1 br {
        display: none;
    }

    .contactbutton{
        width: 218px;
    }

    .slogan {
        font-size: 20px !important;
    }

    .slogan_subtitle {
        font-size: 12px !important;
    }

    footer {
        background-size: cover !important;
    }

    .rightInfoFooter{
        border-right: solid white 1px;
    }
}

@media (max-width: 991px) {
    .topcontainer p br {
        display: none;
    }

    .leftcolumn_block2, .rightcolumn_block2 {
        padding: 20px !important;
    }

    .firstcolumn_block3 br{
        display: none;
    }
}

@media (max-width: 1399px) {
    .leftcolumn_block2 {
        background-image: url('./images/back-2Mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
    
    }

    

    .img1_block2 {
        display: none;
    }
}

@media (max-width: 1599px) {
    .img2_block2 {
        display: none;
    }
}

/* classi più utilizzate */
.topcontainer {
    max-width: 1650px;
    padding-left: 25px;
    padding-right: 25px;
}

.container {
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
}

a{
    color: inherit;
    text-decoration: none;
}

.bold, b {
    font-weight: 600;
}

button, input[type="submit"] {
    padding: 18px 35px;
    /* line-height: 0; */
    font-size: 18px;
    font-weight: 600;
    height: fit-content;
    color: white;
    border-radius: 45px;
    border: none;
    font-family: "Futura Std", sans-serif;
    white-space: nowrap;
}

button.bg_red:hover, input[type="submit"].bg_red:hover {
    background-color: rgb(167, 0, 0) !important;
}
button.bg_transparent:hover {
    background-color: white !important;
    color: red !important;
}
button.bg-secondary:hover {
    background-color: grey !important;
}

.noBR {
    white-space: nowrap;
}

.bg_black {
    background-color: black !important;
}
button.bg_black:hover {
    background-color: rgba(0, 0, 0, 0.548) !important;
}

.black {
    color: black !important;
}

.bg_red {
    background-color: red !important;
}

.red {
    color: red !important;
}

.bg_transparent {
    background-color: red !important;
}

.lh-0 {
    line-height: 0;
}


.mw-fit {
    max-width: fit-content;
}

.v-center {
    top: 50%;
    transform: translateY(-50%);
}

.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-25 {
    font-size: 25px;
}

.fs-35 {
    font-size: 35px;
}

.fs-50 {
    font-size: 50px;
}

/* Fine classi più utilizzate */





body {
    font-family: "Futura Std", sans-serif;
    line-height: 1.25;
}

.back-1 {
    width: 88%;
}

i:hover{
    color: red;
    cursor: pointer;
}

.slogan {
    font-size: 3.3vw;
    color: white;
}

.slogan span {
    color: red;
}

.slogan_subtitle {
    text-align: center;
    font-size: 1.45vw;
}



.back-2 img {
    z-index: 0;
}

.back-2 div {
    z-index: 1;
}

.rightcolumn_block2 {
    padding-left: 90px;
}

.consult_list li {
    padding-left: 10px;
}

.consult_list li::marker {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    color: red;
}

.img1_block2 {
    max-width: 52%;
}

.img2_block2 {
    max-width: 587px;
    max-height: 548px;
}

.back-4 {
    background-color: #eaeded;
}

.back-5 {
    background-image: url('./images/back-5.png');
    background-color: black;
    position: relative;
    background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
}

.parallaxTitle {
    white-space: nowrap;
}

/* FORM CONTATTI */

.contactcontainer p {
    font-size: 17px;
}

.contactcontainer label {
    font-size: 13px;
    font-weight: 600;
}

.contactcontainer .form_contact {
    display: flex;
    flex-direction: column;
}

.contactcontainer .form-control {
    padding-left: 45px;
    border-radius: 0px;
}

.contactcontainer .form-control::placeholder {
    font-size: 13px;
}

select:required:invalid {
    color: gray;
}

.contactcontainer textarea {
    padding-left: 10px !important;
}

.contactcontainer i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #ced4da;
    height: 100%;
    max-height: 38px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactcontainer i::after {
    content: '|';
    position: absolute;
    right: 0;
    height: 100%;
    max-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ced4da73;
}

.contactcontainer label::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.contactcontainer input, .contactcontainer textarea {
    width: 100%;
    max-height: 170px;
}

.contactcontainer .richiesta::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    align-items: center;
    height: 100%;
    background: red;
    display: flex;
    color: white;
    justify-content: center;
    width: 50px;
    font-size: 15px;
    pointer-events: none;
    max-height: 38px;
}

.contactcontainer .form_button p {
    margin-bottom: 0;
}

.contactcontainer input[type=checkbox] {
    width: auto !important;
}

.contactcontainer .checkboxcontainer p {
    margin-bottom: 0;
}

.contactcontainer .privacy {
    font-size: 10px;
}

.contactcontainer .form-control:focus {
    border: 1px solid red;
    box-shadow: 0 0 0 1px rgb(192, 0, 0);
}

.contactcontainer .wpcf7-list-item {
    margin: 0;
}

.contactcontainer .wpcf7-spinner {
    position: absolute !important;
    left: -100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.back_footer {
    background-image: url('./images/back-footer.png');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

footer {
    color: white !important;
    font-size: 14px !important;
}

.endfooter {
    font-size: 12px;
    background-color: #3a3a3a;
}


/* plugin traduzioni */
.wpml-ls-legacy-list-horizontal{
    padding: 0!important;
}
.wpml-ls-legacy-list-horizontal a{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
