/*
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.
*/

@font-face {
    font-family: 'OpenSans-Light';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-BoldItalic';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraBoldItalic';
    src: url('/wp-content/themes/ws-switch-theme/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

html,
body {
    height: 100%;
    font-family: 'OpenSans-Regular';
}

body {
    animation: fadeIn .9s ease-in-out;
}

strong {
    font-family: 'OpenSans-Bold';  
    font-weight: 700;
}

h2.sw-title {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
}

p {
    color: #17456D;
    line-height: 1.75;
}

.skip-link {
    display: none;
}

a {
    color: #17456D;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p.sw-text-white {
    color: #fff;
}

.hamburger {
    display: none;
}

nav#site-navigation ul {
    padding: 0;
    margin: 0;
}

nav#site-navigation ul li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .9rem;
    margin: 0 12px;
}

nav#site-navigation ul li a {
    color: #06569F;
    transition: .5s;
}

nav#site-navigation ul li a:hover {
    color: #000;
}

.current-menu-item {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
}

li.sw-eventi-menu {
    display: none !important;
}

a.sw-btn-white {
    display: inline-block;
    border: 1px solid #06569F;
    color: #06569F;
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    font-size: .9rem;
    border-radius: 25px;
    padding: 8px 30px;
    transition: .5s;
}

a.sw-btn-white:hover {
    background-color: rgba(6, 85, 159, 0.5);
}

a.sw-btn-blue {
    display: inline-block;
    background: #06569F;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    font-size: .9rem;
    border-radius: 25px;
    padding: 8px 30px;
    transition: .5s;
}

a.sw-btn-blue:hover {
    background-color: rgba(6, 85, 159, 0.75);
}

a.sw-btn-outline {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    font-size: .9rem;
    border-radius: 25px;
    padding: 8px 30px;
    transition: .5s;
}

a.sw-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

/* HEADER */
.sw-site-header {
    display: flex;
    width: 100%;
    background-color: #fff;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

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

/* HOMEPAGE */
.sw-hp-1 {
    height: calc(100% - 80px);
    width: 100%;
    /* background-color: #06569F; */
}

.slick-track,
.slick-list {
    height: 100%;
}

.sw-hp-1-slide {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sw-hp-1-slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

img.sw-hp-1-slide-logo {
    height: 300px;
    margin: 0 auto 50px auto;
}

.sw-hp-1-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
}

.sw-hp-2 {
    position: relative;
    background: rgb(6,86,159);
    background: -moz-linear-gradient(0deg, rgba(6,86,159,1) 6%, rgba(16,93,163,0.8997024835324755) 25%, rgba(28,101,167,0.7456408588826156) 50%, rgba(103,152,196,0.4039041642047444) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(6,86,159,1) 6%, rgba(16,93,163,0.8997024835324755) 25%, rgba(28,101,167,0.7456408588826156) 50%, rgba(103,152,196,0.4039041642047444) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(6,86,159,1) 6%, rgba(16,93,163,0.8997024835324755) 25%, rgba(28,101,167,0.7456408588826156) 50%, rgba(103,152,196,0.4039041642047444) 75%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06569f",endColorstr="#ffffff",GradientType=1);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 200px;
    overflow: hidden;
}

.sw-hp-2 h2 {
    color: #17456D;
    font-size: 2.5rem;
    margin-bottom: 75px;
}

.sw-strengths {
    display: flex;
}

.sw-strength {
    text-align: center;
    width: 33.3333%;
    padding: 0 15px;
}

.sw-strength img {
    height: 100px;
    margin-bottom: 15px;
}

.sw-strength h3 {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    font-size: 1.25rem;
    color: #17456D;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sw-strength p {
    font-size: .9rem;
    margin: 0;
}

.sw-hp-3 {
    position: relative;
}

.sw-hp-3-left {
    position: relative;
    width: 80%;
    height: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-right: 50px;
    padding-left: 70px;
    background: rgb(246,246,246);
    background: -moz-linear-gradient(90deg, rgba(246,246,246,1) 15%, rgba(255,255,255,0.49914225944283963) 100%);
    background: -webkit-linear-gradient(90deg, rgba(246,246,246,1) 15%, rgba(255,255,255,0.49914225944283963) 100%);
    background: linear-gradient(90deg, rgba(246,246,246,1) 15%, rgba(255,255,255,0.49914225944283963) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#ffffff",GradientType=1);
    z-index: 2;
}

.sw-hp-3-left h2 {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    font-size: 1.25rem;
    color: #17456D;
}

.sw-hp-3-left p {
    line-height: 1.3;
}

.sw-hp-3-right {
    position: absolute;
    right: 0;
    top: -15%;
    width: 70%;
    height: 130%;
    background-image: url('img/switch-peoplae-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

ul.sw-sedi {
    position: relative;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

ul.sw-sedi li {
    margin-bottom: 5px;
}

span.sw-sede {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #17456D;
    cursor: pointer;
    transition: .75s;
}

span.sw-sede-active {
    color: #1980df;
}

.sw-sede-dati {
    display: none;
    width: 70%;
    position: absolute;
    right: 15px;
    top: 0;
    background-color: #fff;
    padding: 15px;
    -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);
}

.sw-sede-open {
    display: block;
}

.sw-sede-dati p {
    font-size: .9rem;
}

.sw-sede-dati p:last-child {
    margin: 0;
}

.sw-hp-extra-services {
    position: relative;
    background-image: url('http://www.u-switch.it/wp-content/uploads/2025/02/switch-fotovoltaico.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 150px;
}

.sw-hp-extra-services-gradient-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0.3029805672268907) 0%, rgba(255,255,255,0.10410101540616246) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.3029805672268907) 0%, rgba(255,255,255,0.10410101540616246) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0.3029805672268907) 0%, rgba(255,255,255,0.10410101540616246) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 0;
}

.sw-hp-extra-services .col {
    position: relative;
    z-index: 1;
}

.sw-hp-extra-services h2 {
    color: #17456D;
    margin-bottom: 30px;
}

.sw-hp-extra-services ul {
    padding: 0;
    margin: 0;
}

.sw-hp-extra-services ul li {
    color:#06569F;
    font-weight: 700;
    font-style: italic;
    font-size: 1.2rem;
    list-style-type: none;
}

.sw-hp-extra-services img {
    position: absolute;
    right: 50px;
    top: 50px;
    height: 100px;
    z-index: 9;
}

.sw-hp-3b {
    width: 100%;
    background: rgb(239,239,239);
    background: -moz-linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);
    padding-top: 150px;
    padding-bottom: 200px;
}

.sw-hp-3b h2 {
    text-align: center;
    color: #17456D;
    margin-bottom: 70px;
}

.sw-number {
    text-align: center;
}

.sw-number p {
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}

.sw-number span {
    display: inline-block;
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    color: #06569F;
    margin: 5px 0 10px 0;
}

.counter {
    opacity: 0;
}

/* Arrows */
img.sw-slider-arrow-next,
img.sw-slider-arrow-prev {
    position: absolute;
    height: 35px;
    right: 90px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99;
}

img.sw-slider-arrow-next {
    position: absolute;
    height: 35px;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
}

/* PAGE */
.sw-page-header {
    position: relative;
    height: 250px;
}

.sw-page-header h1 {
    position: relative;
    font-family: 'OpenSans-Bold';  
    color: #17456D;
    font-weight: 700;
    margin: 0;
    z-index: 3;
}

.sw-page-header-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 2;
}

.sw-page-header-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.sw-page {
    position: relative;
    background: rgb(6,86,159);
    background: rgb(6,86,159);
    background: -moz-linear-gradient(0deg, rgba(6,86,159,1) 6%, rgba(16,93,163,0.8997024835324755) 25%, rgba(28,101,167,0.7456408588826156) 50%, rgba(103,152,196,0.4039041642047444) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(6,86,159,1) 6%, rgba(16,93,163,0.8997024835324755) 25%, rgba(28,101,167,0.7456408588826156) 50%, rgba(103,152,196,0.4039041642047444) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(6,86,159,1) 6%, rgba(16,93,163,0.8997024835324755) 25%, rgba(28,101,167,0.7456408588826156) 50%, rgba(103,152,196,0.4039041642047444) 75%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06569f",endColorstr="#ffffff",GradientType=1);
    padding-top: 50px;
    padding-bottom: 200px;
    overflow: hidden;
}

img.sw-page-abstract {
    width: 120%;
    position: absolute;
    left: -10%;
    bottom: -50px;
}

.sw-page-contatti {
    background: rgb(239,239,239);
    background: -moz-linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);
}

.sw-page-contatti-stores {
    padding-top: 150px;
}

.sw-page-contatti-stores h2 {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    font-size: 1.25rem;
    color: #17456D;
}

/* EVENTI */
.sw-eventi-slider {
    position: relative;
    margin-top: 50px;
    z-index: 100;
}

.sw-eventi-evento {
    background-color: #17456D;
    padding: 15px 30px;
    margin-right: 10px;
}

.sw-eventi-evento p {
    font-size: .9rem;
    color: #fff;
    margin: 0;
}

.sw-eventi-evento em {
    font-size: .7rem;
    text-transform: uppercase;
}

.sw-eventi-slider img.sw-slider-arrow-next,
.sw-eventi-slider img.sw-slider-arrow-prev {
    position: absolute;
    height: 35px;
    left: 0;
    bottom: -50px;
    cursor: pointer;
    z-index: 99;
}

.sw-eventi-slider img.sw-slider-arrow-next {
    position: absolute;
    height: 35px;
    left: 40px;
    bottom: -50px;
    cursor: pointer;
}

/* LAVORA CON NOI */
.sw-page-job {
    position: relative;
    background: rgb(245,245,245);
    background: -moz-linear-gradient(0deg, rgba(245,245,245,1) 15%, rgba(255,255,255,1) 75%);
    background: -webkit-linear-gradient(0deg, rgba(245,245,245,1) 15%, rgba(255,255,255,1) 75%);
    background: linear-gradient(0deg, rgba(245,245,245,1) 15%, rgba(255,255,255,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
    padding-top: 50px;
    padding-bottom: 200px;
    overflow: hidden;
}

.sw-page-job h2 {
    font-family: 'OpenSans-Bold';
    color: #17456D;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sw-page-job a.sw-btn-white {
    margin-bottom: 75px;
}

/* 404 */
.container-404 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.container-404 h2,
.container-404 h3 {
    font-size: 1.5rem;
}

/* FOOTER */
.sw-form-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(239,239,239);
    background: -moz-linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(239,239,239,1) 10%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#ffffff",GradientType=1);
}

.sw-form-container h2 {
    color: #17456D;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

p.sw-form-text {
    color: #17456D;   
}

.sw-form {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translatey(-50%);
    width: 40%;
    background-color: #fff;
    -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);
    padding: 30px 30px 100px 30px;
}

.sw-form br {
    display: none;
}

.sw-form-content {
    position: relative;
}

#wpcf7-f82-o1 .sw-form-content {
    
}

input.sw-input,
input.sw-input-1 {
    height: 50px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #f5f5f5;
    padding: 0 15px;
    margin-top: 15px;
}

input.sw-input-1 {
    margin-top: 0;
}

input.sw-input-file {
    height: 50px;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 0 15px;
    margin-top: 15px;
}

textarea.sw-textarea {
    width: 100%;
    border-radius: 0;
    border: 1px solid #f5f5f5;
    padding: 0 15px;
    margin-top: 15px;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-list-item input {
    vertical-align: middle;
}

span.wpcf7-list-item-label {
    font-size: .8rem;
}

.sw-btn-form {
    position: absolute;
    right: 0;
    bottom: -70px;
    display: inline-block;
    background: #06569F;
    color: #fff;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 15px;
    transition: .5s;
}

.sw-btn-form:hover {
    background-color: rgba(6, 85, 159, 0.75);
}

img.sw-form-logo {
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -70px;
}

.wpcf7-not-valid-tip {
	font-size: 0.8rem;
}

.wpcf7 form .wpcf7-response-output {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 98%;
    transform: translateX(-50%);
    font-size: .9rem;
    text-align: center;
	margin: 0;
	padding: 0;
}

/* FOOTER */

.sw-pre-footer {
    height: 450px;
    background-image: url('img/switch-people.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sw-pre-footer-partner {
    background-image: url('img/partner-footer.jpg');
}

.sw-site-footer {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

img.sw-footer-logo {
    height: 120px;
}

.sw-footer-socials img {
    height: 30px;
    margin: 0 2.5px;
}

.sw-copy {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sw-copy p {
    color: #fff;
    font-size: .9rem;
    margin-bottom: 0;
}

.sw-copy a {
    color: #fff;
}

/* MOBILE */
@media only screen and (max-width: 992px) {
    .hamburger {
        display: block;
        position: absolute;
        left: 200px;
        top: 14px;
        cursor: pointer;
        z-index: 999;
    }

    .sw-header-btn a.sw-btn-white {
        display: none;
    }

    nav#site-navigation {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 998;
    }

    nav#site-navigation ul {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    nav#site-navigation ul li {
        display: block;
        line-height: 1.75;
        margin: 10px 0;
    }

    img.sw-hp-1-slide-logo {
        height: 200px;
        margin: 0 auto 30px auto;
    }

    .sw-strengths {
        flex-direction: column;
        align-items: center;
    }

    .sw-strength {
        width: 90%;
        margin-bottom: 30px;
    }

    .sw-hp-3-left {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .sw-hp-3-right {
        width: 90%;
    }

    .sw-sede-dati {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sw-hp-3b {
        padding-bottom: 100px;
    }

    .sw-number {
        margin-bottom: 50px;
    }

    .counter {
        opacity: 1;
    }

    .sw-form-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sw-form {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        transform: none;
        margin: 30px auto 0 auto;
    }

    .sw-page-header {
        height: 150px;
    }

    .sw-page {
        padding-bottom: 100px;
    }

    .sw-contatti-column {
        text-align: center;
        margin-top: 150px !important;
    }

    .sw-pre-footer {
        height: 300px;
    }

    .sw-site-footer {
        text-align: center;
    }

    img.sw-footer-logo {
        display: block;
        height: 100px;
        margin: 0 auto 30px auto;
    }

    .sw-copy {
        flex-direction: column;
        align-items: center;
    }

}

@media only screen and (max-width: 782px) {
    .sw-page-contatti-stores {
        padding-top: 75px;
    }
}


@media only screen and (max-width: 580px) {
    img.sw-header-logo {
        height: 35px;
    }

    .hamburger {
        right: 5px;
        top: 12px;
        left: auto;
    }

    li.sw-eventi-menu {
        display: block !important;
    }

    .sw-header-btn {
        display: none
    }

    .sw-hp-1 {
        height: calc(90% - 80px);
    }

    .sw-hp-3-left {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sw-hp-extra-services {
        padding-top: 150px;
        padding-bottom: 100px;
        margin-top: 150px;
    }
    
    .sw-hp-extra-services-gradient-bg {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(90deg, rgba(255,255,255,0.6503195028011204) 0%, rgba(255,255,255,0.4542410714285714) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.6503195028011204) 0%, rgba(255,255,255,0.4542410714285714) 100%);
        background: linear-gradient(90deg, rgba(255,255,255,0.6503195028011204) 0%, rgba(255,255,255,0.4542410714285714) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }

    .sw-hp-extra-services img {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 30px;
        height: 80px;
    }

    .sw-eventi-slider {
        margin-top: 15px;
    }

    .sw-eventi-evento {
        margin-right: 0;
    }
}