.text-bigger {
    font-size: 24px;
}
#cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding-top: 15px;
    background: #1f386e;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 5px 5px 15px 5px #000000;
    padding-bottom: 15px;
    text-align: center;
    padding: 15px;
}
.btn-secondary-rts {
    color: #1f386e;
    background-color: #ffffff;
    border-color: #6c757d;
}
.btn-secondary-rts:hover {
       color: #fff;
    background-color: #5a6268;
    border-color: #545b62;

}

/**********************************/
/*dropdown header*/
/**********************************/
.dropdownLi {
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    /*border-bottom: 2px solid var(--white);*/
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left: -30%;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropdownLi {
    color: var(--blue) !important;
    /*border-bottom: 2px solid var(--blue);*/
}

.nav-item > svg,
.dropdown > svg {
    width: 100% !important;
    text-align: center;
    color: var(--blue);
    visibility: hidden;
}

.dropdown:hover > svg {
    visibility: visible;
}

.dropdown-items.active {
    color: var(--blue);
    font-weight: 900;
}

    .dropdown-items.active:hover,
    .dropdown-content a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1F386E;
    }

.backgroundDuoble {
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.BackgroundHalf .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
}

.BackgroundHalf .col-md-6 {
    max-width: 100%;
}

.BackgroundHalf .col-md-3 {
    max-width: 100%;
}

@media (min-width: 576px) {
    .backgroundDuoble {
        height: 450px;
    }
}


@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .BackgroundHalf {
        background-size: 50% 100% !important;
    }

        .BackgroundHalf .row {
            flex-direction: row;
        }

        .BackgroundHalf .col-md-6 {
            max-width: 50%;
        }

        .BackgroundHalf .col-md-3 {
            max-width: 25%;
        }
}

@media (min-width: 1200px) {
}

.marginBottom {
    margin-bottom: 30px;
}

.boldText {
    text-align: left;
}

    .boldText > p {
        font-size: 24px;
        font-weight: 500;
    }

    .boldText > h1 {
        text-align: left;
        color: var(--blue);
        font-size: 36px;
        font-weight: bold;
        padding: 30px 0 15px 0;
        border-bottom: solid 2px var(--blue);
        margin-bottom: 20px;
    }

.paragraph {
    text-align: left;
}

    .paragraph > p {
        font-size: 18px;
        font-weight: 300;
    }

    .paragraph > h1 {
        text-align: left;
        color: var(--blue);
        font-size: 36px;
        font-weight: bold;
        padding: 30px 0;
    }

    .paragraph > ul {
        font-size: 18px;
        font-weight: 300;
    }

    .paragraph li::marker {
        color: var(--blue);
    }


.info {
    text-align: center;
}

    .info > h1 {
        color: var(--blue);
        font-size: 36px;
        font-weight: bold;
        padding: 50px 0;
    }

    .info > p {
        text-align: initial;
        font-size: 21px;
        font-weight: 300;
        padding: 0 2%;
    }

.notInfo {
    text-align: center;
    color: var(--white);
}

    .notInfo > h1 {
        font-size: 36px;
        font-weight: bold;
        padding: 50px 0;
    }

    .notInfo > p {
        text-align: initial;
        font-size: 21px;
        font-weight: 300;
        padding: 0 5%;
    }

    .notInfo > ul {
        text-align: left;
        font-size: 24px;
        font-weight: bold;
        /* padding: 0 2%; */
        padding-top: 25px;
        /*padding-bottom: 25%;*/
    }


.notInfoRaw {
    text-align: center;
    color: var(--white);
}

    .notInfoRaw > h1 {
        text-align: left;
        font-size: 36px;
        font-weight: bold;
        padding: 50px 0;
    }

    .notInfoRaw > p {
        text-align: initial;
        font-size: 21px;
        font-weight: 300;
        padding: 0 1%;
    }

    .notInfoRaw > ul {
        text-align: left;
        font-size: 34px;
        font-weight: bold;
        /* padding: 0 2%; */
        padding-top: 25px;
        /*padding-bottom: 25%;*/
    }

.imgRight {
    object-fit: cover;
}

    .imgRight > img {
        object-fit: cover;
        max-inline-size: 100%;
        block-size: auto;
    }

.imgLeft {
    object-fit: cover;
    padding-top: 40px;
}

    .imgLeft > img {
        object-fit: cover;
        max-inline-size: 100%;
        block-size: auto;
    }

.imgGrid {
}

    .imgGrid > img {
        width: 100%;
    }

.backgroundRaw {
    background-color: var(--blue);
}

.backgroundStd {
    opacity: 0.3;
}
/*Nomi dati con licenza poetica*/
.backgroundDuoble {
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center
}


.secondBgDouble {
    background: var(--whiteOpa);
    text-align: center;
    width: 100%;
}


    .secondBgDouble h1 {
        font-size: 30px;
        padding: 20px 0;
        font-weight: bold;
    }

@media (min-width: 992px) {
    .logo {
        width: 300px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .logo {
        width: 150px;
        height: auto;
    }

    .footer .logo {
        width: 200px;
        height: auto;
        margin-bottom:36px;
    }
}
/***************************************/
/*SLIDERSHOW*/
/***************************************/

.mySlides {
    display: none;
}

.myImg {
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 2/1;
    object-fit: cover;
    height: 300px;
}

@media (min-width: 576px) {
    .myImg {
    }

    .logo {
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .myImg {
        height: 600px;
    }
}

@media (min-width: 1200px) {
}



/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    margin-bottom: 100px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    color: white !important;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(31, 56, 110, 0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
/*.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }*/

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}
/***************************************/
/*SLIDERSHOW FINE*/
/***************************************/

/***************************************/
/* Footer */
/***************************************/
@media (min-width:992px) {
    .footer {
        /*height: 600px;*/
        padding-bottom: 200px;
    }
}
@media (max-width:992px) {
    .footer {
        /*height: 600px;*/
        padding-bottom: 50px;
    }
}

.footer {
    background-color: var(--blue);
    color: var(--white) !important;
}

.linkedin {
    text-align: end;
    padding: 60px;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

    .footer ul > li:first-child {
        font-weight: bold;
        padding-bottom: 2em;
    }

.footer a {
    padding: 0;
    color: var(--white) !important;
}

.pIva {
    font-weight: 200;
    font-size: 11px;
    text-align: center;
    margin-top: 36px;
}
/***************************************/
/***************Umbraco*****************/
/**************************************/







/*************************************/
/*PAGINA LAVORAZIONI*/
.btn-lavorazioni .col-md-6.column {
    padding: 30px;
}

.imgG {
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 2/1;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover
}

.gg {
    background: rgb(60 56 56 / 65%);
    height: 100%;
    /* text-align: center; */
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition-property: background-color; /*standard*/
    transition-duration: 1s;
    -webkit-transition-property: background-color; /*safari*/
    -webkit-transition-duration: 1s;
    -o-transition-property: background-color; /*opera*/
    -o-transition-duration: 1s;
    -moz-transition-property: background-color; /*firefox*/
    -moz-transition-duration: 1s;
}

    .gg:hover {
        background: rgb(0 0 0 / 80%);
    }

/**umb_name:BackgroundHalf*/
.BackgroundHalf {
    background-color: var(--blue);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    padding-bottom: 25px;
}

/**umb_name:ColorBlue*/
.blue {
    font-weight: 400;
    color: var(--blue);
}

/**umb_name:Bold*/
.bold {
    font-weight: 700;
}

/**umb_name:Grey*/
.grey {
    color: grey;
    font-size: 12px;
}

.bluePrivacy > h1 {
    font-size: 35px;
    color: var(--blue);
    font-weight: 700;
}

.blueContact {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .blueContact h1 {
        font-size: 35px;
        color: var(--blue);
        font-weight: 700;
    }

    .blueContact > a {
        width: 75%;
    }

.privacy .bold {
    margin-top: 1rem;
    font-size: 15px;
}

.privacy p {
    margin: 0;
}

.center {
    text-align: center;
}

.formContatti {
    width: 100%;
    border-radius: 10px;
    border: solid 2px;
    padding: 5px 10px;
    margin: 5px 0;
    border-color: black;
}

.textarea {
    min-height: calc(100% - 10px);
    overflow: hidden;
    margin: 5px 0 !important;
}

.card-custom {
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 2px;
    margin-bottom: 20px;
}

.forgot {
    text-decoration: none;
    color: red !important;
    font-size: 12px;
}
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 400px;
    margin-bottom: 40px;
}

.children-show {
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 3s;
    display: none;
    cursor: pointer;
}

    .children-show:hover {
        opacity: 1;
    }

.children-list-item {
    background: black;
    margin-right: 10px;
    height: 110px;
    display: inline;
    width: 29%;
    display: inline-block;
}

    .children-list-item:last-child {
        margin-right: 0;
    }

.children-container {
    /*justify-content: space-around;*/
    margin: 12px;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    /*position: absolute;*/
}
.arrow-slider:hover{
    cursor:pointer;
}
.children-list-item img {
    transition: 0.5s;
}
.children-list-item::selection, img::selection {
    background-color: transparent;
}
    .children-list-item img:hover {
        transform: scale(1.1);
        transition: 0.2s;
    }

.activeChildren {
    opacity: 1 !important;
}

.activeChildrenItem{
    transform: scale(0.8);
    transition: 0.2s;
}

.scrollImg{
    display: flex;
}

.scrollImg .btn {
    height: 50%;
    margin-top: 45px;
    margin-bottom: 45px;
}


/*.start{
    background: black;
}*/
.contain {
    background-repeat: no-repeat;
    /* object-fit: cover; */
    background-size: cover;
    background-position-y: center;
}