/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

html,
body {
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
}

.skip-link {
    position: absolute;
    top: -50px;
    opacity: 0;
}

p {
    font-size: 1rem;
}

a.b24-btn,
a.b24-btn-w {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #5FA000;
    border-radius: 25px;
    padding: 16px 30px 15px 30px;
    transition: .5s;
}

a.b24-btn img,
a.b24-btn-w img {
    width: 14px;
    vertical-align: text-bottom;
    margin-left: 7px;
}

a.b24-btn-w {
    color: #000;
    background-color: #fff;
}

a.b24-btn:hover {
    background-color: #74c300;
}

a.b24-btn-w:hover {
    background-color: rgba(255, 255, 255, .5);
}

/* HEADER */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    height: 70px;
    z-index: 99;
}

.site-header a {
    color: #fff;
    text-decoration: none;
}

img.b24-logo-header {
    height: 50px;
    margin-left: 30px;
    margin-right: 15px;
}

img.b24-logo-2-header {
    height: 50px;
}

.b24-header-1,
.b24-header-2 {
    display: flex;
    align-items: center;
}

.b24-header-2 {
    justify-content: end;
    text-align: right;
    height: 100%;
    padding-right: 80px;
}

.hamburger {
    display: none;
}

#site-navigation-mob {
    display: none;
}

.main-navigation {
    margin-left: 60px;
}

.main-navigation ul {
    list-style-type: none;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0;
    margin: 0;
}

.main-navigation ul li {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    margin-right: 25px;
}

.main-navigation ul li.current-menu-item {
    font-weight: 500;
}

li.b24-link-website a {
    color: #5FA000;
    font-weight: 600;
}

ul.sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 1;
    background-color: rgba(255, 255, 255, .75);
    padding-top: 22px;
}

ul.sub-menu li a {
    color: #000;
}

.main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.b24-header-cta {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.b24-header-cta ul {
    list-style-type: none;
    line-height: 1;
    letter-spacing: .5px;
    padding: 0;
    margin: 0;
}

.b24-header-cta ul li {
    display: inline-block;
    color: #fff;
    margin-left: 50px;
}

.b24-language {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    width: 70px;
    background-color: #5FA000;
    cursor: pointer;
}

.b24-language-menu {
    display: none;
    position: absolute;
    top: 70px;
    width: 70px;
    background-color: #fff;
}

.b24-language-menu a {
    color: #000;
}

.b24-language-menu p.lingua {
    margin: 10px 0;
}

/* HOME */
.b24-hero {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    width: 100%;
    background-color: #5FA000;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 15%;
}

.b24-hero-text {
    position: relative;
    padding-top: 200px;
    z-index: 5;
}

.b24-hero h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 1.3;
    margin-bottom: 25px;
}

.b24-hero p {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 50px;
}

#b24-hero-1 {
    opacity: 1;
}

#b24-hero-1,
#b24-hero-2,
#b24-hero-3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    z-index: 1;
}

#b24-hero-2 {
    opacity: 0;
    z-index: 2;
}

#b24-hero-3 {
    opacity: 0;
    z-index: 3;
}

.b24-hero-gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5047445003391982) 0%, rgba(255,255,255,0) 100%);
    z-index: 4;
}

.b24-hero-loader {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, .75);
    z-index: 9;
}

.b24-hero-loader-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background-color: #74c300;
    z-index: 10;
}

.b24-row-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.b24-card-container {
    display: inline-block;
    position: relative;
    height: 300px;
    width: 300px;
    background-color: transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.b24-cards-container {
    display: flex;
    justify-content: space-between;
}

h2.b24-cards-title {
    display: block;
    width: 240px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    background-color: #5FA000;
    border-radius: 25px;
    padding: 14px 20px 10px 20px;
    margin: 0 auto 80px auto;
}

.b24-card {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.b24-card-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* text-align: center; */
    color: #5FA000;
    background-color: #e4e4e4;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
    z-index: 2;
}

.b24-card-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #5FA000;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
}

.b24-corner-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-top: 50px solid #74c300;
    border-right: 50px solid transparent;
    z-index: 3;
}

.b24-card-1 h2,
.b24-card-2 h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 0;
}

.b24-card-1 img {
    width: 60px;
}

.b24-card-2 h2 {
    margin-top: 0;
}

.b24-card-2 p {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0;
}

.b24-row-3 {
    position: relative;
    background-color: #e4e4e4;
    padding-top: 150px;
    padding-bottom: 150px;
}

.b24-row-img-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.b24-row-img-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.b24-hp-line h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.b24-hp-line p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 50px;
}

.b24-hp-dogana {
    background-color: #000;
    padding-top: 100px;
}

.b24-img-gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5047445003391982) 100%);
    z-index: 1;
}

.b24-customs-hp-chi-siamo {
    background-color: #f3f3f3;
    padding-top: 100px;
    padding-bottom: 100px; 
}

.b24-customs-hp-aeo {
    background-color: #5FA000;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.b24-hp-dogana-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    justify-content: flex-start;
    color: #fff;
    padding: 50px;
    z-index: 2;
}

.b24-hp-dogana-content h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 15px;
}

.b24-hp-dogana-content p {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.b24-hp-dogana img {
    width: 100%;
    border-radius: 15px;
}

img.b24-hp-dogana-img-1 {
    display: block;
    height: 160px;
    width: auto;
    border-radius: 0;
    margin: 0 auto;
}

img.b24-hp-dogana-img-2 {
    display: block;
    height: auto;
    width: 120px;
    border-radius: 0;
    margin: 0 auto;
}

/* PAGE */
.b24-hero-page {
    position: relative;
    background-color: #5FA000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 80px;
}

.b24-hero-page-text {
    position: relative;
    z-index: 2;
}

.b24-hero-page-text h1 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.b24-hero-page-text p {
    color: #fff;
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 0;
}

.b24-page-gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5047445003391982) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.b24-page-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.b24-page-2 p {
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.b24-page-2 p:last-child {
    margin-bottom: 0;
}

.b24-page-3 {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.b24-page-card-intro h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #5FA000;
    margin-bottom: 20px;
}

.b24-page-card-intro h3 {
    font-size: 1.3rem;
    margin-bottom: 50px;
}

.b24-page-card-intro p {
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.b24-page-card-intro p:last-child {
    margin-bottom: 100px;
}

.b24-page-cards-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.b24-page-cards-container:last-child {
    margin-bottom: 0;
}

.b24-cards-container-page {
    height: 330px;
    width: 330px;
    text-align: center;
    line-height: 1.25;
    margin: 0 15px;
}

.b24-cards-container-page .b24-corner-1 {
    border-top: 60px solid #74c300;
    border-right: 60px solid transparent;
}

.b24-cards-container-page .b24-card-1 {
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
}

.b24-cards-container-page .b24-card-1 img {
    width: 50px;
    margin-bottom: 15px;
}

.b24-cards-container-page .b24-card-1 p {
    padding-left: 10px;
    padding-right: 10px;
}

.b24-cards-container-page .b24-card-1 h2, 
.b24-cards-container-page .b24-card-2 h2 {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.b24-cards-container-page .b24-card-2 {
    padding-left: 7px;
    padding-right: 7px;
}

.b24-cards-container-page .b24-card-2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.b24-cards-container-page .b24-card-2 ul li {
    padding: 7.5px 0;
    border-bottom: 1px solid #74c300;
}

.b24-cards-container-page .b24-card-2 h2 {
    text-transform: none;
}    

.b24-cards-container-page .b24-card-2 p {
    font-size: .85;
    line-height: .9;
    margin-top: 5px;
}

.b24-page-4 {
    background-color: #e4e4e4;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* SERVIZI */
/* ==========================================================================
   CTA
   ========================================================================== */

.b24-cta {
    background: #5FA000;
    color: #fff;
    padding: 50px 0;
}

.b24-cta__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.b24-cta__content {
    max-width: 760px;
}

.b24-cta__title {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.b24-cta__text {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
}

.b24-cta__actions {
    flex-shrink: 0;
}

.b24-cta__button {
    display: inline-block;
    padding: 14px 30px 12px;
    border: 1px solid #fff;
    border-radius: 25px;

    color: #fff;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 1px;

    cursor: pointer;
    transition: .5s;
}

.b24-cta__button:hover {
    background-color: #fff;
    color: #1f2936;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {

    .b24-cta {
        padding: 40px 0;
    }

    .b24-cta__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .b24-cta__title {
        font-size: 1.6rem;
    }

}


/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */

/* Wrapper CF7 */
.wpcf7 form .row {
    row-gap: 24px;
}

/* Evita margini aggiunti da CF7 */
.wpcf7 p {
    margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}


/* ==========================================================================
   INPUT
   ========================================================================== */

.cf7-input,
.cf7-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    transition: border-color .2s ease, box-shadow .2s ease;
    outline: none;
    appearance: none;
}

.cf7-input {
    height: 56px;
}

.cf7-textarea {
    min-height: 136px; /* = 56 + 24 + 56 */
    resize: vertical;
}


/* ==========================================================================
   FOCUS
   ========================================================================== */

.cf7-input:focus,
.cf7-textarea:focus {
    border-color: #000;
    box-shadow: none;
}


/* ==========================================================================
   PLACEHOLDER
   ========================================================================== */

.cf7-input::placeholder,
.cf7-textarea::placeholder {
    color: #888;
    opacity: 1;
}


/* ==========================================================================
   PRIVACY
   ========================================================================== */

.cf7-privacy {
    font-size: 14px;
    line-height: 1.5;
}

.cf7-privacy .wpcf7-list-item {
    margin: 0;
}

.cf7-privacy label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.cf7-privacy input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.cf7-privacy a {
    text-decoration: underline;
}


/* ==========================================================================
   SUBMIT
   ========================================================================== */

.cf7-submit {
    display: inline-block;
    min-width: 220px;
    height: 50px;
    padding: 16px 30px 15px;
    border: 0;
    border-radius: 25px;

    color: #fff;
    background-color: #5FA000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: 1px;

    cursor: pointer;
    transition: .5s;
}

.cf7-submit:hover {
    opacity: .9;
}

/* ==========================================================================
   DESKTOP
   ========================================================================== */

@media (min-width: 992px) {

    .cf7-textarea {
        height: 136px;
    }

    .cf7-submit {
        float: right;
    }

}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 991.98px) {

    .cf7-submit {
        width: 100%;
    }

}

/* CONTATTI */
.b24-contatti-3 {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.b24-contatti-hub {
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, .05);
    padding-bottom: 50px;
    margin-bottom: 55px;
}

.b24-contatti-hub-2 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.b24-contatti-hub div {
    display: inline-block;
    min-width: 250px;
}

.b24-contatti-hub h3 {
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0;
}

.b24-contatti-hub p {
    font-weight: 300;
    font-size: 1.2rem;
    margin: 0;
}

.b24-contact-info {
    margin: 75px 0;
}

.contact-info__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b24-contact-info i {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 8px;
}

.b24-contact-info a {
    font-size: 1.25rem;
    color: #000;
    text-decoration: none;
}

/* FOOTER */
.b24-site-footer {
    background-color: #000;
    color: #fff;
    font-weight: 300;
    padding-top: 100px;
    padding-bottom: 70px;
}

.b24-site-footer img {
    width: 130px;
    margin-bottom: 20px;
}

.b24-site-footer h3 {
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.b24-site-footer a {
    color: #fff;
    text-decoration: none;
}

.b24-site-footer ul {
    font-size: 1rem;
    letter-spacing: 1px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.b24-site-footer ul li a {
    color: #fff;
    text-decoration: none;
}

img.b24-wa-icon {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
    margin-bottom: 0;
    width: 25px;
}

.b24-copy {
    background-color: #000;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .75);
    padding-top: 15px;
    padding-bottom: 15px;
}

.b24-copy a {
    color: #fff;
    text-decoration: none;
}

.b24-copy-right {
    text-align: right;
}

/* 404 */
.container-404 {
    text-align: center;
    color: #fff;
    padding-top: 200px;
    padding-bottom: 150px;
}

.container-404 a {
    color: #fff;
}

@media only screen and (max-width:1400px) {
    
    .b24-card-container {
        height: 270px;
        width: 270px;
    }

    .b24-hp-dogana-content {
        left: 30%;
        width: 60%;
    }

}

@media only screen and (max-width:1280px) {
    .b24-header-cta ul li {
        margin-left: 20px;
    }

    .main-navigation ul li {
        letter-spacing: normal;
        margin-right: 15px;
    }    
}

@media only screen and (max-width:1200px) {
    img.b24-logo-header {
        position: absolute;
        left: 15px;
        top: 8px;
        margin-left: 0;
    }

    img.b24-logo-2-header {
        position: absolute;
        height: 50px;
        top: 10px;
        left: 144px;
    }    

    .b24-header-cta {
        right: 150px;
    }    

    #site-navigation {
        display: none;
    }

    .b24-header-2 {
        justify-content: start;
    }

    .b24-header-cta ul li {
        margin-left: 25px;
    }

    /* MOB MENU */
    .hamburger {
        display: block;
        position: absolute;
        right: 70px;
        top: 0;
        background-color: #fff;
        padding-bottom: 19px;
        padding-top: 19px;
        z-index: 99;
    }

    .hamburger-fixed {
        position: fixed;
        right: 0;
        top: 35px;
        background: #838383;
        padding-right: 9px;
        padding-left: 9px;
        padding-bottom: 7px;
        padding-top: 15px;
    }

    .hamburger-box {
        height: 32px;
        width: 34px;
        vertical-align: top;
    }

    .hamburger.is-active:hover, 
    .hamburger:hover {
        opacity: 1;
    }

    .hamburger-inner, 
    .hamburger-inner:after, 
    .hamburger-inner:before {
        width: 34px;
        height: 2px;
        background-color: #000;
        border-radius: 0;
    }

    #site-navigation-mob {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .75);
        z-index: 98;
    }

    #site-navigation-mob ul {
        list-style-type: none;
        padding-top: 100px;
        padding-left: 50px;
        margin: 0;
    }

    #site-navigation-mob ul li {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    #site-navigation-mob .sub-menu {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: auto;
        text-align: left;
        line-height: normal;
        background-color: transparent;
        padding-left: 15px;
        padding-top: 15px;
    }

    #site-navigation-mob .sub-menu li a {
        color: #5FA000;
    }

    ul#site-cta-mob {
        font-weight: 300;
        border-top: 1px solid rgba(255, 255, 255, .5);
        padding-top: 20px;
        padding-left: 0;
        margin-left: 50px;
    }

    ul#site-cta-mob li {
        text-transform: none;
        margin-bottom: 0;
    }

    /* Cards hp */
    .b24-cards-container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .b24-card-container {
        height: 210px;
        width: calc(50% - 7.5px);
    }

    .b24-card-1 h2, .b24-card-2 h2 {
        font-size: 1rem;
    }

    .b24-hp-dogana-content {
        display: block;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        right: auto;
        width: 100%;
        bottom: auto;
        padding: 0 0 75px 0;
    }

    .b24-hp-dogana .b24-img-gradient {
        display: none;
    }    

    .b24-row-img-right,
    .b24-row-img-left {
        width: 50%;
    }
}

@media only screen and (max-width:992px) {
    .b24-header-cta {
        display: none;
    }

    .b24-hero {
        padding-left: 15px;
    }

    .b24-hero h1 {
        font-size: 2.25rem;
    }

    .b24-hero h1 br {
        display: none;
    }

    .b24-hero p {
        color: #fff;
        font-size: 1.5rem;
        line-height: normal;
        margin-bottom: 50px;
    }    

    /* Cards hp */
    .b24-cards-container {
        flex-wrap: wrap;
        justify-content: center;
    }    

    .b24-card-container {
        min-height: 250px;
        width: 100%;
    }

    .b24-row-3 {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .b24-row-img-right,
    .b24-row-img-left {
        display: block;
        width: 100%;
        position: relative;
        height: 400px;
        top: auto;
        right: auto;
        margin-top: 100px;
    }

    /* Contatti */
    .b24-contatti-hub { 
        flex-wrap: wrap;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .b24-contatti-hub div { 
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:768px) {
    .b24-hero-text {
        padding-top: 100px;
    }

    img.b24-hp-dogana-img-1 {
        display: none;
    }

    img.b24-hp-dogana-img-2 {
        display: none;
    }    

    .b24-hp-dogana-content-right {
        padding-left: 0;
    }

    .b24-hp-dogana-content p {
        margin-bottom: 15px;
    }

    .b24-hp-dogana-content a {
        margin-bottom: 25px;
    }
}