.fs-46{font-size: 46px!important;}
.fs-48{font-size: 48px!important;}
@media (max-width: 768px) {
    .fs-48{font-size: 35px!important;}
    .fs-46{font-size: 35px!important;}
}
.fs-28{font-size: 28px!important;}
@media (max-width: 768px) {
 .fs-28{font-size: 22px!important;}
}

.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}

.fregio-1{position: relative;display: inline;margin-bottom: 50px;}
.fregio-1::before {
    content: "";
    position: absolute;
    background: url(../img/fregio-1.svg) no-repeat center center;
    background-size: 100%;
    top: -45px;
    left: -130px;
    width: 94px;
    height: 115px;
}
.fregio-1::after {
    content: "";
    position: absolute;
    background: url(../img/fregio-2.svg) no-repeat center center;
    background-size: 100%;
    bottom: -35px;
    right: -130px;
    width: 91px;
    height: 107px;
}
@media (max-width: 768px) {
    .fregio-1::before {
        top: -45px;
        left: -101px;
        width: 74px;
        height: 115px;
    }
    .fregio-1::after {
        bottom: -40px;
        right: -95px;
        width: 71px;
        height: 107px;
    }

}

.bg_blu .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
}
.bg_blu .form-control {
    color: #ffffff;
}
.bg_blu .form-group-material .label {
    color: #ffffff;
}
.bg-staff {
    background:url(../img/pallone.jpg) no-repeat center center;
    background-size: cover;
}
.img-sponsor-sc {    max-width: 150px;
    height: auto;}
    .img-allianz {
        max-width: 250px;
        height:auto
    }
.z-index-1 {z-index:1}
.immagine-staff{position:relative}
.immagine-staff h3 {
    position:absolute;
    top:50px;
    left:0;
}
/*loader summer camp⁄*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-family: "Quattrocento Sans", sans-serif;
}

.loading-text span:nth-child(1) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
    color: #f2e61a !important
}

.loading-text span:nth-child(7) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s 1.2s infinite linear alternate;
    color: #f2e61a !important
}

.loading-text span:nth-child(8) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.4s infinite linear alternate;
    animation: blur-text 1.5s 1.4s infinite linear alternate;
    color: #f2e61a !important
}

.loading-text span:nth-child(9) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.6s infinite linear alternate;
    animation: blur-text 1.5s 1.6s infinite linear alternate;
    color: #f2e61a !important
}

.loading-text span:nth-child(10) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.8s infinite linear alternate;
    animation: blur-text 1.5s 1.8s infinite linear alternate;
    color: #f2e61a !important
}

.loading-text span:nth-child(11) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 2s infinite linear alternate;
    animation: blur-text 1.5s 2s infinite linear alternate;
    color: #f2e61a !important
}

.loading-text span:nth-child(12) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 2.2s infinite linear alternate;
    animation: blur-text 1.5s 2.2s infinite linear alternate;
    color: #f2e61a !important
}


@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

/*loader summer camp⁄*/

#summercamp .btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    border-color: #f2e61a !important;
    background-color: #fff !important;
    color: #111111 !important
}

#summercamp .btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    box-shadow: none !important
}

.sezione-prezzo {
    transition: all 0.5s ease;
}

.sezione-prezzo {
    background-color: #f2e61a;
    font-size: 20px;
    width: 100%;
    padding: 10px 0
}


.sezione-prezzo {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 104px
}

.sezione-prezzo.fixed-top-2 {
    margin-top: 67px
}

/*.sezione-prezzo>.row{max-width:1110px;margin: 0 auto;}*/
#summercamp .btn-success.focus,
.btn-success:focus {
    box-shadow: none !important
}

.button-taglie {
    display: block;
    border: 1px solid #f2e61a;
    border-radius: 4px;
    padding: 2px 20px;
    color: #ffffff;
    background: #000000;
    font-size: 13px;
}

#staticBackdrop .modal-body {
    padding: 0
}

.button-taglie2 {
    position: absolute;
    right: 0;
    top: -12px;
    display: block;
    border: 1px solid #f2e61a;
    border-radius: 4px;
    padding: 2px 20px;
    color: #ffffff;
    background: #000000;
    font-size: 13px;
}

.button-file {
    border: 1px solid #f2e61a;
    border-radius: 10px;
    padding: 5px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}

.button-file:hover {
    cursor: pointer
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.2em;
}
.summer-camp input.form-control {
    background: #fff;
    color: #000000;
    border: 0;
    border-bottom: #f2e61a 1px solid;
    border-radius: 0;
    padding-left: 0!important;
}

.periodo-settimana-1,
.periodo-settimana-2,
.periodo-settimana-3,
.periodo-settimana-4 {
    padding-left: 7px;
    padding-right: 7px
}

#settimana-1,
#settimana-2,
#settimana-3,
#settimana-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

#white, #yellow, #black, #blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.bottone-summer-camp {
    background: #000;
    padding: 10px 30px;
    color: #fff;
    border-radius: 20px
}

.bottone-summer-camp:hover {
    color: #fff !important;
    text-decoration-color: #f2e61a
}

#summercamp section {
    color: #000 !important
}

.barlow {
    font-family: 'Barlow Condensed', sans-serif;
    color: #000
}

.summer-camp .custom-control-label {
    color: #000000;
}

.summer-camp .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center
}

.summer-camp .custom-control-label::after {
    background: #fff
}

.summer-camp .custom-control-input {
    left: 23px;
}

.fs-16 {
    font-size: 16px !important
}

#video-camp {
    padding-top: 100px
}

.bg-fz11 {
    background: #f2e61a
}


.btn-summer-camp {
    color: #000;
    font-weight: 400;
    border-radius: 30px;
    background: #f2e61a;
    padding: 7px 35px 7px 35px;
    font-size: 20px !important;
    border: 3px solid #000;
    font-family: 'Archivo Black', serif;
    transition: all 0.3s;
}

.btn-summer-camp:hover {
    background: #000;
    color: #f2e61a;
    text-decoration: none
}

.fw-600 {
    font-weight: 600 !important;
    font-size: 18px
}

.section-camp {
    position: relative
}

.section-camp::before {
    content: "";
    position: absolute;
    bottom: -85px;
    height: 150px;
    width: 100vw;
    z-index: 1;
    background: #f2e61a;
    transform: skewY(177deg);
}

#summecamp .form-group-material .label {
    transform: scale(1);
    top: 1.5625rem;
}
div[pacchetto="blue"],div[pacchetto="blue"]:hover{
    border-color: #0093C5;
}
div[pacchetto="black"],div[pacchetto="black"]:hover{
    border-color: #000000;
}

div[pacchetto="white"],div[pacchetto="white"]:hover{
    border-color: #efefef;
}
.bg-black{
    border-color: #000000;
    background: #000000
}
.bg-blue {
    border-color: #0093C5;
    background: #0093C5
}
.white-color h3,
.white-color p {
    color: #000000 !important
}

.white {
    color: #fff !important
}

.yellow {
    color: #FBEC00
}

.bg-yellow {
    background: #FBEC00
}

.bg-mini {
    background: #efefef
}

.immagine-pacchetto {
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    width: 50px;
}

.border-pacchetti,
.border-settimane {
    transition: all 0.3s
}

.border-pacchetti:hover,
.border-settimane:hover {
    box-shadow: 0px 0px 5px 0px #f2e61a;
}

div[pacchetto="black"]:hover{
box-shadow: 0px 0px 5px 0px #0093C5;
}
div[pacchetto="blue"]:hover{
    box-shadow: 0px 0px 5px 0px #0093C5;
}
div[pacchetto="white"]:hover{
    box-shadow: 0px 0px 5px 0px #efefef;
}
/* FORMS */
#summercamp .message {
    display: none;
}

#summercamp .form-group-material {
    margin-bottom: .625rem;
    padding-top: 1rem;
    position: relative;
}

#summercamp .form-group-material .label {
    position: absolute;
    left: .75rem;
    font-size: 1rem;
    color: var(--placeholder);
    pointer-events: none;
    transform-origin: left top;
    transition: all .3s ease-in-out;
}

#summercamp .form-group-material .label,
#summercamp .form-group-material.active .label {
    transform: scale(.77777778);
    top: -5px;
}

#summercamp .form-group-material .label {
    transform: scale(1);
    top: 1.5625rem;
}

#summercamp .form-group-material .form-control {
    border-radius: 0;
    color: var(--nero);
	padding: .375rem 0rem;
}
#summercamp  .form-control {
border-bottom-color: #000;
}
#summercamp .form-group-material .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 1px);
}

#summercamp .form-group-material .form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{background-color: #ffffff;}
#summercamp .select-freccia{
    position: relative;
}
#summercamp .select-freccia::after{
    content:"";
    position: absolute;
    background: url(../img/freccia-nera.png) no-repeat center center;
    background-size: 15px;
    opacity: 0.5;
    right: 0;
    top: 26px;
    display: block;
    z-index: 99;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}
#summercamp .invalid-tooltip {
    padding: .03rem .3rem;
    font-size: 12px;
    top: 98%;
    border-radius: 0 0 .25rem .25rem
}

label.error {
    margin-top: .5rem;
    margin-bottom: 0;
    color: var(--errore);
    width: 100%;
    font-size: 90%;
}

#summercamp .form-control.error,
#summercamp .form-control.error:focus {
    border-color: var(--errore);
    color: var(--errore);
}

#summercamp input.form-control {
    background: #fff;
    color: #000;
    border-bottom: #000 1px solid
}

#summercamp .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border: var(--colore_1) solid 2px;
}

#summercamp .custom-control-input:checked ~ .custom-control-label::before {
    color: var(--bianco);
    border-color: var(--colore_1);
    background-color: var(--colore_1);
}

.border-settimane {
    border: 1px solid #f2e61a;
    border-radius: 10px;
}

.border-pacchetti {
    border: 1px solid #f2e61a;
    border-radius: 10px;
}

#summercamp h5,
#summercamp h3 {
    margin-bottom: 0 !important;
    margin-top: 1rem
}

.cursor-pointer:hover {
    cursor: pointer
}

.avviso-settimane span {
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 0.25rem;
}

.avviso-pacchetti span {
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 0.25rem;
}

.avviso-documenti span {
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 0.25rem;
}

.avviso-form span {
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 0.25rem;
}

.pulsante-mail-riepilogo {
    color: #404040 !important;
    font-weight: bold
}

#summercamp .form-group-material .label {
    left: 0rem;
}

#summercamp .forselect {
    left: 0rem !important
}




.fa-check {
    font-size: 50px;
    color: green;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px)
}

.container-check {
    border: 4px solid green;
    width: 80px;
    margin: auto;
    border-radius: 50%;
    height: 80px;
    position: relative;
}

/* .border-pacchetti h3,
.border-pacchetti p {
    margin-left: 50px
} */



/* SOLDOUT */
.soldout {position:relative}
.soldout p {opacity:0.5}
.soldout::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 100%;
}
/* SOLDOUT */

/* SOLDOUT 2 */
.soldout-2 {position:relative}
.soldout-2 p {opacity:0.5}
.soldout-2::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 100%;
}
/* SOLDOUT 2 */
@media (max-width: 1199px) {
    .immagine-pacchetto {
        left: 30px;
    }
    .soldout-2::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
        background-size: 100%;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .immagine-pacchetto {
        left: 12px;
    }
		.soldout::after {
			content: "";
			position: absolute;
			top: 15px;
			left: 65px;
			background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
			background-size: 100%;
			height: 71%;
			width: 55%;
		}
		.soldout-2::after {
			content: "";
			position: absolute;
			top: 15px;
			left: 65px;
			background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
			background-size: 100%;
			height: 71%;
			width: 55%;
		}
	}

	@media (max-width: 767px) {
		.prezzi p:nth-child(1) {
			font-size: 20px;
		}
		.soldout::after {
			content: "";
			position: absolute;
			top: 15px;
			left: 0;
			background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
			background-size: 100%;
			height: 100%;
			width: 100%;
		}
		.soldout-2::after {
			content: "";
			position: absolute;
			top: -10px;
			left: 0;
			background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
			background-size: 100%;
			height: 100%;
			width: 100%;
		}
	}



@media (max-width: 575px) {



    .soldout-2::after {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        background: url(../img/Sold-Out-PNG-1.png) no-repeat;
        background-size: 100%;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 507px) {

    .soldout-2::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
        background-size: 100%;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .resp-font-size {
        font-size: 10px !important
    }
    .soldout::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        background: url(../img/Sold-Out-PNG-1.png) no-repeat center center;
        background-size: 100%;
        height: 100%;
        width: 100%;
    }

}
.form-check-input[type=checkbox]{
	font-size: 19px!important;
	width: 1.2em;
    height: 1.2em;
    margin-top: 0.1em;
    margin-left: -1em;
}
.form-check-label{margin-left: 10px;}
.form-check-input:checked[type=checkbox] {
    background-image:
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.was-validated .form-check-input:valid:checked[type=checkbox] {
    background-image:
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-label{color: #000;}

.allegati {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
}

.custom-control-label::after {
    top: 2px;
    left: -1.5rem;
    background-color: #000000;
    border: #f2e61a solid 2px;
    width: 1.4rem;
    height: 1.4rem;
}