@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.9/dist/css/splide-core.min.css');
@import url('https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.9/dist/css/splide.min.css');
@import url('https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.9/dist/css/themes/splide-default.min.css');

:root {
     --landing-venezia-font: 'Nunito Sans', sans-serif;
}

#venezia_content {padding-top:0;padding-bottom:0}

.bg-yellow {
    padding: 15px 30px;
    background: var(--bs-primary);
    text-align: center;
    font-weight: 900;
}


.text-center {
    text-align: center;
}
.pad {
    padding: 10px 0;
}

@media (min-width:1000px) {
.content {
    width: 960px;
    position: relative;
    text-align: left;
}
}
.content_full {
    width: 960px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
}
@media screen and (max-width: 680px) {
.content_full {
    width: 96%;
    margin: 2%;
}
}

div {
    display: block;
}

.top_img {
    height: 260px
}

@media screen and (min-width: 1800px) and (min-height:840px) {
    .top_img {
        height: 260px;
    }
}

@media screen and (max-width: 1000px) {
    .top_img {
        height: 200px;
    }
}

@media screen and (max-width: 680px) {
    .top_img {
        height: 150px;
    }
}

.dd-selected {
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 10px;
}

.img-responsive {
    max-width: 100%
}

.badge_asterisco {
    display: none !important
}

.btninfo {
    border-radius: 15px;
    font-family: Arial;
    color: #ffffff;
    font-size: 30px;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 96%;
    text-align: center;
    font: Tahoma, verdana, arial, sans-serif;
    margin-bottom: 20px;
}

#cboxContent .btn {
    margin: 2rem auto 0 !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.grecaptcha-badge {
    display: none !important
}

.fa-button {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border: none;
    color: #4D4D4D;
    padding: 10px !important;
    /*width: 4rem;*/
    height: 4rem;
    background-color: var(--bs-primary);
    z-index: 888;
}

.contact-button {
    border-radius: 100px !important;
    padding: 0 3rem !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    background-color: var(--bs-primary);
    transition: all .3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*width:400px;*/
    max-width: 95vw;
    font-weight: bold;
}

fa-button:hover {
    width: auto;
    border-radius: 100px !important;
    padding: 10px 20px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.contact-button:hover {
    text-decoration: none;
    background-color: var(--bs-primary);
    color: #000;
    /*font-weight:bold;*/
}

.contact-button:hover fa-button {
    width: auto !important;
}

.fa-button__description {
    display: none;
}

.fa-button:hover .fa-button__description {
    display: inline;
    margin: 0 10px;
}


#privacytext {
    padding-bottom: 0;
    font-size: 11px;
    display: none
}


i.circle {
    padding: 5px 8px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
    background: #F9CA54;
    color: #333;
    margin-right: 10px;
    text-align: center;
    width: 26px;
}

.top_img {
    height: 260px;
}

.input_block select {
    padding-left: 5px
}

#venezia_content h1,
#venezia_content h2,
#venezia_content h3,
#venezia_content h4,
#venezia_content h5,
#venezia_content h6 {
    color: #585857
}

.fs20 {
    font-size: 20px
}

@media (max-width:800px) {
    .fs20 {
        font-size: 18px
    }
}

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

.col-md-3, .col-sm-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-md-4,
.col-sm-4
{
    width: 33.33333333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-sm-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-sm-8 {
    width: 66.6666666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-md-3 {
    width: 25%;
}

@media (min-width:551px) and (max-width:1000px) {
    .col-sm-6 {
        width: 50%
    }
}

.mt {
    margin-top: 2rem
}

#venezia_content {
    width: 100%;
    position: relative;
    background: #fff;
}

#venezia_content .mb {
    margin-bottom: 25px
}

#venezia_content * {
    font-family: var(--landing-venezia-font);
}


#venezia_content strong {
    font-weight: 800
}

#venezia_content .bg-gray {
    padding: 15px 30px;
    background: #ececec !important;
    color: #3f3f3f;
}


#venezia_content .bg-white {
    padding: 15px 30px;
    background: #fff;
    color: #3f3f3f;
}


.bg-yellow {
    padding: 15px 30px;
    background: var(--bs-primary);
    text-align: center;
    font-weight: 900
}

.bg-yellow .h2 {
    font-size: 24px !important;
    font-weight: 800
}

.bg-yellow h1,
.bg-yellow h2,
.bg-yellow h3 {
    margin: 0;
    text-align: center
}

#venezia_content .video-label {
    background: #65c3d0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    margin-top: -10px
}

#venezia_content .col-6-video-1 {
    width: 48%;
    float: left;
    position: relative;
    padding-right: 2%;
    position: relative;
}

#venezia_content .col-6-video-2 {
    width: 48%;
    float: right;
    position: relative;
    padding-left: 2%;
    position: relative;
    text-align:left;
}

#venezia_content .col-6-video-2 h1,
#venezia_content .col-6-video-2 h4 { text-align:left;}

@media (max-width:1000px) {

    #venezia_content .col-6-video-1,
    #venezia_content .col-6-video-2 {
        width: 100%;
        float: none;
        text-align:center;
    }
    #venezia_content .col-6-video-2 h1,
    #venezia_content .col-6-video-2 h4 { text-align:center !important;}
    #venezia_content .col-6-video-2 p {display:none !important}

    #venezia_content .col-6-video-1 {
        MARGIN-BOTTOM: 2REM
    }
}

@media (max-width:800px) {

    #venezia_content h1,
    #venezia_content h2,
    #venezia_content h3,
    #venezia_content h4 {
        font-size: 20px;
        line-height: 26px
    }

    #venezia_content .content:not(.topheader) {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px)
    }

    #venezia_content h1.blue.mb.mt {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    .col-md-4 {
        width: 100%;
    }

    .col-md-4:not(:last-child),
    .col-md-3:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

@media (max-width:750px) {
    #venezia_content .video-label {
        font-size: 18px;
    }

    #venezia_content .col-6-video iframe {
        height: 140px
    }
}

@media (max-width:550px) {
    #venezia_content .col-6-video {
        width: 96%;
        display: block
    }

    #venezia_content .col-6-video iframe {
        height: 280px
    }

    .col-md-4,
    .col-md-3 {
        width: 100%;
    }
}

#getintouch button[type="submit"] {
    padding: 20px 30px;
    background: var(--bs-primary) !important;
    text-align: center;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 24px !important;
    border: none;
    border-radius: 0;
    width: 100% !important;
    outline: none
}

#getintouch button[type="submit"] [class^="icon-"] {
    display: none
}

#getintouch button[type="submit"]:after {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-left: .5em;
    color: #fff;
    vertical-align: middle;
}

.footer {
    background: #4D4D4D
}

#privacytext {
    text-align: left
}

#desktop_footer {
    margin-top: 0
}

.flex_row {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

#come_interveniamo {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}

#come_interveniamo h1 {
    text-align: center;
}

#come_interveniamo img {
    height: 80px;
    max-width: 100px;
    margin: auto;
    display: inline-block;
    margin-bottom: 1.5rem;
}

#come_interveniamo p {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #FCC314;
}

h1.training_title {
    width: 100%;
    position: relative
}

h1.training_title img {
    float: right;
    height: 24px
}

@media (min-width:1001px) {
    h1.training_title img {
        float: right;
        height: 32px
    }
}

.btn {
    background: var(--bs-primary);
    color: #505052;
    border: 0;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    margin: 1rem auto;
    text-shadow:none;
    font-weight:800;
}

.privacy-text strong {
    font-weight: 700 !important;
    font-size: 12px
}

.form_col_1 {
    width: 46%;
    float: right;
}

.form_col_2 {
    width: 52%;
    float: left;
}

@media (max-width:1000px) {

    .form_col_1,
    .form_col_2 {
        width: 100%;
        float: none
    }

    .form_col_1 {
        margin-bottom: 2.5rem;
    }
}

@media (max-width:1000px) {
    .content.pad.topheader {
        width: 100% !important;
        padding-top: 0;
        height: auto !important;
        background: none
    }
}

@media screen and (max-width:1000px) {
    ul.mega-menu {
        display: inline;
        width: 100%;
        height: 40px !important;
        position: relative;
    }

    ul.mega-menu li {
        font-size: 11px !important
    }

    ul.mega-menu li a {
        padding: 23px 5px 23px 5px !important;
    }

    ul.mega-menu li .sub-container.mega,
    ul.mega-menu li .sub-container.non-mega {
        top: 58px
    }

    #logo {
        height: 40px;
        width: 134px;
        margin: 10px 0
    }
}

header {
    width:100%;
    position:relative;
    display:block;
    color:#fff;
    background: url(/wp-content/uploads/2021/12//Laguna_salvagente.jpg) center 65%;
    background-size: cover;
}

header .content {
     margin:auto;
}



header .layer {
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     background:rgba(51,51,51,0.5);
}

header form {margin-top:20px; margin-top:25px}

header .content h1,
header .content h2,
header .content .lead {color:#fff; align-self: flex-start;}

header .content h1 {font-weight:900 !important;font-size:28px;line-height: 44px;}

header .content h2 {font-size:20px;line-height:38px}

header .content p.lead {font-size:20px;line-height:34px}

@media (min-width:1001px) {
     header .content .col-sm-8 {margin-top: 25%; transform: translateY(-50%);}
}

/* MOBILE */

@media screen and (min-width: 681px) and (max-width:1000px)
{
     header .col-sm-8,.col-sm-4 {
          width:50% !important;
     }
}

@media screen and (max-width: 680px)
{
     .wSelect {
     position: absolute;
     top: 12px;
     right: 10px;
     }
     header .col-sm-8,
     header .col-sm-4 {
          width:100% !important;
          float:none;
     }
     header h2 {padding-top:75px}
     header p.lead {margin-bottom:50px}
}

@media screen and (min-width: 681px) and (max-width:800px)
{
     header .content .col-sm-8 {margin-top: 10%; transform: none;}
}

@media screen and (min-width: 801px) and (max-width:1000px)
{
     header .content .col-sm-8 {margin-top: 8%; transform: none;}
     header .content h1 {line-height: 36px;}
     header .content h2 {line-height:30px}
     header .content p.lead {line-height:24px}
}

h1,h2,h3,h4,h5,h6 {
     color:#3f3f3f;
     text-align:center;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {text-align:left}

#venezia_content h1 {font-size:28px;font-weight:800;}


.icon-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom:2.5rem;
    }


.icon-box div {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    background:#fff;
    padding:15px;
    border-radius:15px;
    width:100px;
    height:100px;
    }

.icon-box div > img {
    height:64px;
    max-width:100%;
    margin:0;
}

.icon-box:hover div > img {
    transform: scale(1.15);
    transition:ease-in-out;
    transition-duration: 0.35s;
}

.icon-box i {
    order: 0;
    flex: 0 0 20px;
    align-self: auto;
    color: var(--bs-primary);
    font-weight: 900;
    font-style: normal;
    }

.icon-box p {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

@media screen and (min-width: 681px) {
    .icon-box p {margin-top:15px;}
    .icon-box i {display:none}
}

@media screen and (max-width: 680px)
{
.icon-box:not(:last-child) {margin-bottom:1rem !important}
.icon-box {
    flex-direction: row;
    width:100% !important;
    padding-left:0;
    padding-right:0;
    }
.icon-box p {margin-bottom:0;text-align: left;}
.icon-box div {
    flex: 0 0 75px;
    width:70px;
    height:70px;
    margin-right:5px;
    }
.icon-box div > img {
    height:48px;
    max-width:100%;

}
}

@media screen and (max-width: 520px)
{
.icon-box div {
    flex: 0 0 55px;
    width:50px;
    height:50px;
    }
.icon-box div > img {
    height:40px;
    margin-top:5px;
}
}

@media screen and (max-width: 440px)
{
.icon-box div {
    flex: 0 0 30px;
    width:25px;
    height:25px;
    }
.icon-box div > img {
    height:25px;
    margin-top:0;
}
}

@media screen and (max-width: 380px)
{
.icon-box div {
    padding:5px;
    margin-right:0;
    }
}


#casehistory-desktop {
    margin-left:-20px;margin-right:-20px;
}


@media screen and (min-width: 801px) {
    #casehistory-mobile {display:none}

}

@media screen and (max-width: 800px) {
    #casehistory-desktop {
        display:none;
    }
}

#casehistory-mobile .btn-gray {
    position: absolute;
    bottom: 0;
    width: calc(100% - 160px);
    right: 0;
    margin-bottom: 0;
}
@media screen and (max-width:440px) {
    #casehistory-mobile .btn-gray { width: calc(100% - 120px);}
    .splide__track {padding-bottom:15px}
}

@media screen and (min-width:441px) and (max-width: 800px) {

    .case-block {
    padding-bottom:45px;
    }

}


li.splide__slide::marker {display:none !important}

.btn-gray {padding-top:5px;padding-bottom:5px;background:#DADADA;font-weight:750}

h1.subtitle {font-weight:800;font-size:24px;margin-bottom:10px;margin-top:10px}
h2.subtitle {font-weight:800;font-size:24px;color: var(--bs-primary) !important;margin-bottom:20px}

@media (max-width: 800px)
{
    h2.subtitle {font-size:16px !important;margin-top:-15px;line-height:18px}
}

input.input, select.input, textarea.text-input {border-radius:0;padding:6px 8px;width:100%;background:#ececec;}
.input_block {background:transparent;border:none}
header input.input, header select.input, header textarea.text-input {background:#FFF}


.casehistory-container {
  width: 100%;
  display: flex;
}
.casehistory-container .image {
    margin: 0 15px 0 0;
    width: 140px;
    object-fit: contain;
    align-self: flex-start;
  }

.casehistory-container .text {
    flex: 1 1 auto;
    align-self: center;
  }

.splide__pagination__page.is-active {background:#949599 !important}

.splide__pagination {bottom:-35px !important;clear:both;width:100%;}

@media screen and (max-width: 440px)
{
    .casehistory-container .image {
    margin: 0 15px 0 0;
    width: 100px;
    object-fit: contain;
    align-self: flex-start;
  }
  .splide__pagination {bottom:-15px !important;clear:both;width:100%;}
}

#venezia_content  .pdf-download-block-desktop {
    background-color:#3f3f3f !important;
    border-top:solid 160px #ececec;
    border-bottom:solid 155px #ececec;
}

#venezia_content .pdf-download-block-desktop > .content {position:relative;text-align:left}

#venezia_content .pdf-download-block-desktop > .content > h1 {margin:0 !important;padding:5px;padding-right:200px;text-align:left;color:white}

#venezia_content .pdf-download-block-desktop > .content > h1 > i {color:var(--bs-primary);font-weight:900;font-style:normal;margin-left:5px}

@media screen and (max-width: 1000px) {
    #venezia_content .pdf-download-block-desktop > .content > h1 {font-size:20px}
}

#venezia_content .pdf-download-block-desktop .pdf-download {
    display:block;
    position:absolute;
    right:0;
    top:-135px
}
#venezia_content .pdf-download-block-mobile {display:none}
#venezia_content .pdf-download-block-mobile > .content > h1 {text-align:center;padding:5px}

img.cover-mobile {
    margin: 35px auto 25px;
    display:block;
    height:240px;
  -webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.45);
}
.pdf-download-block-desktop .pdf-download img.cover-desktop {
  transition: transform .5s ease-in-out;
  height:300px;
  transform: rotate(05deg) scale(1);
  -webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.45);
}
.pdf-download-block-desktop .pdf-download:hover img.cover-desktop {
  transform: rotate(0) scale(1.2);
  -webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.65);
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.65);
}

@media screen and (max-width: 800px) {
    .pdf-download-block-desktop {border-top-width: 110px; border-bottom-width: 115px;}
    .pdf-download-block-desktop .pdf-download {top:-90px}
    .pdf-download-block-desktop .pdf-download img.cover-desktop {height:220px;}
}


@media screen and (max-width: 520px)
{
    .pdf-download-block-desktop {display:none}
    .pdf-download-block-mobile {display:block}
}

.text-white,
.text-white * {color:#fff !important}

@media (max-height:800px) and (max-width: 680px)
{
header .content h2 {padding-top:40px}
header .content p.lead {margin-bottom:20px;line-height:95%}
}

#wrapper-footer .widget-title.h3, #wrapper-footer h3.widget-title {text-align:left}


.wpcf7 .text-small {font-size:11px; color:#FFF}
.wpcf7 .text-small a {color:#fff !important}

.wpcf7 .btn[type=submit] {margin-bottom:0 !important}

.wpcf7-not-valid {border-color:#dc3232 !important; background-color:#F9DDDD}


span.wpcf7-not-valid-tip {display:none !important;position:absolute;}


@media (min-width: 1920px) {
     header {height:540px}
}
