@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("eot"),
        url("../fonts/Poppins-Regular.woff") format("opentype"),
        url("../fonts/Poppins-Regular.ttf") format("truetype"),
        url("../fonts/Poppins-Regular.svg") format("svg"),
        url("../fonts/Poppins-Regular.otf") format("opentype");
    font-style: normal;
}


@font-face {
    font-family: 'Poppins-Light';
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("eot"),
        url("../fonts/Poppins-Light.woff") format("opentype"),
        url("../fonts/Poppins-Light.ttf") format("truetype"),
        url("../fonts/Poppins-Light.svg") format("svg"),
        url("../fonts/Poppins-Light.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("eot"),
        url("../fonts/Poppins-Bold.woff") format("opentype"),
        url("../fonts/Poppins-Bold.ttf") format("truetype"),
        url("../fonts/Poppins-Bold.svg") format("svg"),
        url("../fonts/Poppins-Bold.otf") format("opentype");
    font-style: normal;
}




html,
body {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #3D3D3B;
    background-color: #fff;
    font-weight: 400;

}


strong,
b {
    font-weight: 700;

}

.font-light {
    font-weight: 300;
}


.font-medium {
    font-weight: 400;
}

.font-bold {
    font-weight: 600;
}

img {
    width: 100%;
}

.full-width-div {
    width: 100%;
}


header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;

}

.custom-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.custom-avatar img {
    border-radius: 50%;
}

.custom-avatar.custom-avatar-big {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


header.general-header {
    border-radius: 0px 0px 32px 0px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    background-color: #fff;
}


header .first-row,
header .third-row {
    width: 37%;
}

header .second-row {
    width: 26%;
}


header .nav li {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 500;
}

header .nav li.active {
    color: #E62048;
}

header.general-header .nav li {
    text-transform: uppercase;
    font-size: 22px;
    color: #263238;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 500;
}



header .logo-container {
    width: 210px;
    margin: 0 auto;
}


header .third-row p {
    font-size: 24px;
}

header .third-row span {
    font-size: 40px;
}


#header-gara .logo-container {
    width: 210px;
    margin: 0;
}

#header-gara .third-row {
    width: 70%;
}

.grey-p {
    opacity: 60%;
}



.user-dropdown {
    width: 285px;
    border-radius: 0px 0px 16px 16px;
    background: #FFF;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    padding: 100px 20px 30px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 15;
    display: none
}

.user-dropdown .link-container:hover {
    color: #E62048;
}


.user-dropdown.open {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    display: block;
}




@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

.user-dropdown .user-info span {
    font-size: 48px;
}

.user-dropdown .line {
    height: 1px;
    background-color: #C9C8CD;
    margin-bottom: 20px;
}





.fill-icon {
    font-variation-settings: 'FILL' 1;
}


.pointer {
    cursor: pointer;
}

.dom-red {
    color: #E62048;
}

.white {
    color: #fff;
}

.dom-black {
    color: #3D3D3B;
}

.font-8 {
    font-size: 8px;

}

.font-10 {
    font-size: 10px;

}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}


p {
    margin-bottom: 0;
}


a,
a:hover {
    color: inherit;
    text-decoration: none;
}


.button-s {
    height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #3D3D3B;
    background: #FFF;
    display: flex;
    align-items: center;
    color: #3D3D3B;
}


.button-m {
    height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #3D3D3B;
    background: #FFF;
    display: flex;
    align-items: center;
    color: #3D3D3B;
}

.button-s span {
    font-size: 12px;
}


.button-m span,
.button-l span {
    margin-right: 7px;
    font-size: 16px;
}

.button-l {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-size: 14px;
    border-radius: 16px;
    border: 1px solid #3D3D3B;
    background: #FFF;
    color: #3D3D3B;
    display: flex;
    align-items: center;
}

.button-s:hover,
.button-l:hover,
.button-m:hover {
    color: #E62048;

}

.button-s.red-button:hover,
.button-l.red-button:hover,
.button-m.red-button:hover {
    color: #fff;

}

.red-button {
    border: 1px solid #E62048;
    background: #E62048;
    color: #fff;
}

.white-button {
    border: 1px solid #fff;
    background: #fff;
    color: #E62048;
}



.btn-general {
    height: 40px;
    border: none;
    background-color: #E62048;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-size: 16px;
}

.form-check-input.error {
    border: 1px solid #E62048;
}


#main-section {
    padding-top: 150px;
    padding-bottom: 60px;
    height: 100vh;
    background-color: #EBB553;
    position: relative;
    overflow-x: hidden;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;

}

#main-section .man-img {
    position: absolute;
    bottom: 0px;
    right: -30%;
    width: 1200px;
    z-index: 5;
}

#main-section .up-div {
    z-index: 10;
    position: relative;
}

.container-custom {
    width: 95%;
    margin: 0 auto;
}

.row {

    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);


}

#main-section h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 84px;
}

header .nav li:hover {
    color: #E62048;
}


.title {
    font-size: 64px;
}

.pretext {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.claim-container .text {
    font-size: 24px;

}

#main-section .search-container {
    background-color: #F6F6F6;
    padding: 20px 20px;
}




#home-search .form-container {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
}


#home-search .form-container.last {
    width: 30%;

}

#home-search .form-container.last button {
    width: 100%;

}


#home-search .select2-container {
    width: 100% !important;
    height: 40px;
}

.form-control {
    height: 43px;
    border-radius: 0;
    border-bottom-right-radius: 16px;
    border: 1px solid #B8B8B8;
    font-size: 14px;
    color: #3D3D3B;
}


#home-search .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 0;
    height: 40px;
    border-bottom-right-radius: 16px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 300 !important;
    color: #3D3D3B !important;
    font-size: 14px !important;
    line-height: 40px;
}

#home-search label {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #B8B8B8 !important;
}


#agency-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

#agency-section .container-custom {
    z-index: 10;
    position: relative;
}

#agency-section img {
    position: absolute;
    height: 100%;
    width: 35%;
    object-fit: cover;
    right: 0;
    bottom: 0;
    z-index: 5;
    object-position: left;
}


#compra-vendi-section {
    background-color: #AAD7E5;
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
}


#compra-vendi-section .box {
    text-align: end;
    position: relative;
    z-index: 6;
}

#compra-vendi-section .box h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    margin: 0;
}

#compra-vendi-section .box p {
    color: #fff;
    font-size: 21px;
}

#compra-vendi-section .box .btn-general {
    width: 206px;
    margin-top: 30px;
}

#compra-vendi-section .box.first-box {
    margin-bottom: 100px;
}


#compra-vendi-section .img-home img {
    width: auto;
    height: 620px;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

#compra-vendi-section .overlay {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

#compra-vendi-section .overlay img {
    object-fit: cover;
    height: 100%;
}

#trust-section {
    padding-top: 60px;
    padding-bottom: 50px;
}


.banner {
    background-color: #E62048;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);

}

.banner p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position:relative;
    z-index:9;

}

.banner img {
    width: 20px;
    margin-left: 10px;
}

#immobile .select-row{
    overflow-x:scroll;

}

.open-menu-mobile{
    margin-right:20px;
    font-size:30px;
}


#home-gara {
    background-color: #F8F5F7;
    padding-top: 60px;
    padding-bottom: 120px;
}

#home-gara .subtext {
    font-size: 32px;
    line-height: 38px;
}

#home-gara .img-item {
    width: 200px;
    margin: 0 auto;
}

h2 {
    font-size: 48px;
    font-weight: 600;


}


h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;

}

h4 {
    font-size: 28px;


}

#home-gara .item-container .title-item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#home-gara .item-container .text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

#home-gara .item-row {
    margin-top: 100px;
}


#immobile {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.container-check {
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 48px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
    margin-right: 15px;

}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 11px;
    left: 10px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #F6F6F6;
}

/* On mouse-over, add a grey background color */
.container-check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked~.checkmark {
    background-color: #E62048;
}


.container-check input~.input-box {
    display: block;
    position: relative;
    padding-left: 55px;
    padding-right: 20px;
    height: 48px;
    border: 1px solid #B8B8B8;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #B3B3B3;
}

.container-check input:checked~.input-box {
    display: block;
    position: relative;
    padding-left: 55px;
    padding-right: 20px;
    height: 48px;
    border: 1px solid #E62048;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #3D3D3B;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.step-modal-form .container-check {
    padding-left: 35px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;

}

.step-modal-form .container-check .checkmark {
    left: 0;
    top: -5px;
    background-color: #fff;
    border: 1px solid #E62048;
}

#immobile .select-text {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
}

#immobile .input-box p {
    margin-top: 8px;
}

#immobile .select-row {
    position: relative;
    z-index: 7;
    margin-bottom: 40px;
    width: 100%;
}


#immobile .item-box {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #B3B3B3;
    overflow: hidden;
    position: relative;
}

#immobile .item-box .briciole {
    font-size: 10px;
    text-transform: uppercase;
}

.home-card .info-box {
    padding: 20px;
}

.home-card .info-box .first-info,
.home-card .info-box .second-info {
    margin-top: 10px;
}

.home-card .info-box .first-info p,
.home-card .info-box .second-info p {
    font-size: 12px;
    font-weight: 400;
}

.home-card .info-box .first-info p span,
.home-card .info-box .second-info p span {
    font-weight: 600;
}

.home-card .info-box .second-info div {
    margin-right: 15px;
}

.home-card .info-box .second-info div img {
    width: 15px;
    margin-left: 10px;
}

.home-card .info-box p.type {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;

}


.home-card .info-box .price {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.home-card .info-box .price span {
    font-weight: 700;
}



.home-card .info-box h4 {
    font-size: 16px;
    font-weight: 500;
}

.home-card .price-box img {
    width: 15px;
    margin-right: 10px;
    height: auto;
    flex: 0 0 auto;
}


#immobile .img-gradient {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    right: 2%;
    z-index: 6;
}

#immobile .img-gradient img {
    height: auto;
}


#valori {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #F8F5F7;
}

#valori .card {
    height: 460px;
    border-radius: 16px 0px 0px 0px;
    overflow: hidden;
    border: none;

}

#valori .card img {
    object-fit: cover;
    height: 460px;
}


#valori .item-container .info-text {
    font-size: 16px;
}

#valori .item-container .info-text-underline {
    font-size: 18px;
}

#valori .item-container .info-text-underline span {
    font-weight: 600;
}



#process-section {
    padding-top: 130px;
    padding-bottom: 120px;
    overflow: hidden;
}

#process-section .container-full-width {
    margin: auto 0 0 0;
}

#process-section .pad-title-div {
    padding-left: 5%;
    margin-bottom: 40px;
}


#process-section .process-card {

    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 40px 20px 20px 20px;
    height: auto;

}

#process-section .fakebutton {
    height: 32px;
    width: 20px;
}

#process-section .process-card .pretext {
    text-transform: uppercase;
    font-size: 12px;
}


.btn-white {
    width: 195px;
    height: 40px;
    border: 1px solid #3D3D3B;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #3C3C3B;
    padding: 0;

}

#process-section .process-card .btn-container p {
    font-size: 12px;
}


.container-full-width {
    width: 95%;
    margin: 0 0 0 auto;
}


#process-section .carousel-container {
    position: relative;

}

#process-section .back-car {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 20px;
    z-index: 10;
    display: none;

}

#process-car .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E62048;
}



#process-car .owl-nav button i {
    color: #fff;
}

#process-car .owl-nav button.disabled {
    background-color: #D9D9D9;
}

#process-car .owl-nav button.disabled i {
    color: #3D3D3B;
}

#process-car .owl-nav {
    margin-top: 30px;
}

#process-car .owl-nav .owl-prev {
    margin-right: 100px;
}

#process-car .owl-nav .owl-next {
    margin-left: 100px;
}


#process-section .buy-button {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;

}

#process-section .buy-button img {
    width: 200px;
}

#process-section .sell-button {
    width: 39%;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
}

#process-section .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
}

#process-section .border-car {
    border-top: 1px solid #CECCCC;
    border-bottom: 1px solid #CECCCC;
    padding-top: 30px;
    padding-bottom: 30px;
}

#process-section .sell-button img {
    width: 200px;
}

#process-section .buy-caro-box,
#process-section .sell-caro-box {
    visibility: hidden;
    position: absolute;


}

#process-section .buy-caro-box.show-caro,
#process-section .sell-caro-box.show-caro {
    visibility: visible;
    position: relative;


}

#faq-section {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #F8F5F7;
}

#faq-section .faq-container {
    margin-top: 50px;
}

#faq-section .single-faq {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #B8B8B8;
    background-color: #fff;
    padding: 15px 25px;
    cursor: pointer;
    margin-bottom: 25px;
}



#faq-section .single-faq p {
    font-size: 24px;
    font-weight: 400;
}

#faq-section .single-faq i {
    color: #E62048;
    font-size: 24px;
}


#contact-banner {
    background-image: url(../img/domus-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 500px;
}

#contact-banner .title {
    color: #fff;
}

#contact-banner .btn-general {
    width: auto;
}

#contact-banner .btn-container p {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 20px;
}

#rec-section {
    padding-top: 100px;
    padding-bottom: 300px;
}

/*#rec-section .img-container{
    width:220px;
    margin-right:100px;
    flex-shrink: 0;
}*/

#rec-section .item .text {
    font-size: 25px;
    padding-left: 90px;

}

#rec-section .item .text span {
    font-size: 18px;
}

#rec-section .item {
    width: 90%;
    margin: 0 auto;
}

#rec-section .owl-nav i {
    font-size: 24px;
}

#rec-section .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
}

#rec-section .owl-nav button:hover {
    background-color: transparent;
    color: #3D3D3B;
}

#rec-section .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
}

#rec-section .story-box {
    width: 90%;
    margin: 0 auto;
    margin-top: -50px;
}

#rec-section .story {
    padding-left: 90px;
}

#rec-section .story p {
    font-weight: 700;
    font-size: 18px;
}

#rec-section .story span {
    font-weight: 400;
    font-size: 12px;
}

#rec-section .story .photo {
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
}


#rec-section .story .icon-container {
    margin-left: 30px;
    margin-right: 10px;
}


#sell-section {
    background: linear-gradient(87deg, rgba(184, 184, 184, 0.35) -48.07%, rgba(242, 242, 242, 0.60) 97.71%);
    background-blend-mode: multiply;
    padding-top: 70px;
    padding-bottom: 170px;
    position: relative;
}

#sell-section .form-val {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 30px;
    border-radius: 32px 0px 0px 0px;
    background: #F8F5F7;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    width: 30%;
    z-index: 6;
}

#sell-section .form-val p {
    font-size: 10px;
    text-transform: uppercase;
}

#sell-section .home-sell-img {
    position: absolute;
    width: 800px;
    right: 0;
    bottom: 0;
}


#process-car .owl-dot button {
    font-size: 20px;
    color: #3D3D3B;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    display: none;
}

#process-car .owl-dot.active button {
    display: block;
}

#process-car .owl-dots {
    width: 47%;
    margin-top: -30px;
}

#process-car .item .img-container {
    width: 270px;
    margin: 0 auto;
}


/* pagina immobili listato ---*/

#map-section {
    height: 100vh;
    position: relative;
    z-index: 8;
}


#map-section .map-side {
    width: 45%;
}

#map-section .filter-side {
    width: 55%;
    background-color: #F8F5F7;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    padding-bottom: 30px;
    padding-top: 75px;
    height: 100vh;
    overflow-y: scroll;
    position: relative;
    z-index: 2;

}

#map-section .filter-side .filter-navigator {
    border-radius: 0px 0px 0px 16px;
    background-color: #fff;
    padding: 15px 50px;
    position: fixed;
    z-index: 15;
    width: 55%;
    right: 0;
    top: 80px;
}

/*#map-section .filter-side .filter-navigator .nav-item span{
    color:#3D3D3B;
    font-weight:300;
    font-size:32px;
}*/


#map-section .filter-side .filter-navigator .nav-item.active span {
    color: #E62048;
}


#map-section .filter-side .filter-navigator .nav-item p {
    font-size: 18px;
    font-weight: 500;
    color: #3D3D3B;

}

#map-section .filter-side .filter-navigator .nav-item.active p {
    color: #E62048;
}

#map-section .content-container {
    padding: 15px 50px;
}

#map-section .content-container.first-block {
    padding-top: 80px;
    padding-bottom: 30px;
}

#map-section .filter-side .content-container .briciole {
    font-size: 12px;
    text-transform: uppercase;
}

.home-list.fail-result .switch-container {
    opacity: 0.5;
    cursor: not-allowed;
}

.fail-result {
    display: block;
}

.hide-search {
    display: none;

}






/* dropdown filtri */

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E62048;
    right: -10px;
}

.noUi-handle {
    border: none;
    background: none;
    cursor: default;
    box-shadow: none;
}

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: none;

}

.noUi-horizontal {
    height: 5px;
}

.noUi-target {
    background: #E9E4E1;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    margin-top: 30px;
}

.noUi-connect {
    background: #E62048;
}

.custom-input {
    width: 136px;
    height: 40px;
    flex-shrink: 0;
    background: #FFF;
    border-radius: 0px 16px 16px 16px;
    border: 1px solid #B8B8B8;
    padding-left: 15px;
}


.custom-input:focus-visible {
    border: 1px solid #E62048;
    outline: none;
}

label.filter__label {
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
}


.save-filter-button button span {
    font-size: 18px;
    font-weight: 300;
}

.save-filter-button button {
    display: flex;
    align-items: center;
}

.save-filter-button {
    margin-top: 30px;
}

.delete-filter {
    cursor: pointer;
}

.delete-filter p {
    font-size: 12px;
    font-weight: 500;
}

.delete-filter span {
    font-weight: 200;
}

#map-section .filter-side .content-container .filter-button {
    height: 40px;
    width: 120px;
    border-radius: 16px;
    border: 1px solid #C9C8CD;
    background-color: #FFF;
    font-size: 14px;
    color: #3D3D3B;
    display: flex;
    justify-content: center;
    align-items: center;
}



#map-section .filter-side .content-container .filter-button.active {
    border: 1px solid #E62048;
    color: #E62048;
}

#map-section .filter-side .content-container .search-btn {
    height: 40px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 16px;
    border: 1px solid #C9C8CD;
    background-color: #FFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D3D3B;
}


#map-section .filter-side .content-container .city-btn {
    height: 40px;
    width: 120px;
    border-radius: 16px;
    border: 1px solid #C9C8CD;
    background-color: #FFF;
    font-size: 14px;
    color: #3D3D3B;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map-section .filter-side .content-container .search-btn span {
    color: #3D3D3B;
}

#map-section .filter-side .content-container .filter-button.active {
    border: 1px solid #E62048;
    color: #E62048;
}

#map-section .filter-side .content-container .filter-button.last-filter {
    border-radius: 0px 0px 16px 0px;
    width: 80px;

}



#map-section .filter-side .content-container .btn-city-container .city-btn.active {
    border: 1px solid #E62048;
    color: #E62048;
    font-weight: 600;

}

#map-section .filter-side .content-container .btn-city-container.show-btn {
    display: block;
}


#map-section .filter-side .content-container .btn-city-container {
    display: none;
}


#map-section .filter-side .content-container .search-btn-container.show-btn {
    display: block;
}


#map-section .filter-side .content-container .search-btn-container {
    display: block;
}

#map-section .dropdown-toggle::after {
    display: none;
}

#map-section .dropdown-menu {
    width: 350px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px 0px 16px 0px;
    border: 1px solid #C9C8CD;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

#map-section .content-container h3 {
    font-weight: 400;
}



#map-section .content-container h3 span {
    font-weight: 600;
}

#map-section .mobile-map-navigator {
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 99;
    padding-left: 10px;
    padding-right: 10px;
}

#map-section .mobile-map-navigator .filter-button {
    display: flex;
    width: 88px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #C9C8CD;
    background-color: #FFF;
    font-size: 14px;
    color: #3D3D3B;

}

#map-section .mobile-map-navigator .city-btn {
    display: flex;
    width: auto;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #C9C8CD;
    background-color: #FFF;
    font-size: 14px;
    color: #3D3D3B;

}





/* switch */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    flex-shrink: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #B8B8B8;


}

.slider .material-symbols-outlined {
    position: absolute;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #3D3D3B;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
}

input:checked+.slider {
    background-color: #fff;
    border: 1px solid #E62048;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider .material-symbols-outlined {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #E62048;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round .material-symbols-outlined {
    border-radius: 50%;
}

.label-switch {
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
}


#category-car .home-card {
    filter: none;
}

.pin-item .home-card {
    border-radius: 0px;
    filter: none;
    border: none;
}

.home-card {
    background-color: #fff;
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #C9C8CD;
    overflow: hidden;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
    cursor: pointer;

}


.home-card.home-list-card .img-container {
    width: 50%;
}

.home-card.home-list-card .img-container .item {
    height: 100%;
}



.home-card.home-list-card .img-container img {
    object-fit: cover;
    height: 100%;
}

.home-card.home-list-card .img-container .owl-card {
    height: 100%;
}

.home-card.home-list-card .info-box {
    width: 50%;
}

.gara-list-side .home-card.home-list-card .img-container {
    height: auto;
}

.gara-list-side .home-card.home-list-card.active {
    border: 2px solid #E62048;
}


.home-card.home-list-card .second-info .material-symbols-outlined {
    font-size: 16px;
    font-weight: 300;
}

.home-card .favorite {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.favorite .material-symbols-outlined.active-favorite {
    font-variation-settings: 'FILL' 1;
    color: #E62048;
}

.favorite-race .material-symbols-outlined.active-favorite {
    font-variation-settings: 'FILL' 1;
    color: #E62048;
}


.favorite .material-symbols-outlined {
    font-variation-settings: 'FILL' 0;
    font-size: 16px;
}

.favorite-race .material-symbols-outlined {
    font-variation-settings: 'FILL' 0;
    font-size: 20px;
}

.race-section .name-offer {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #E62048;
}

.race-section .name-offer p {
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
}

.home-list-card .owl-card .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
}

.home-card.home-list-card .new-label {
    border-radius: 4px 0px 0px 0px;
    background: #FFF;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 15;
}

.home-card.home-list-card.gara-card {
    cursor: pointer;
}

.home-card.home-list-card.gara-card .price-box {
    justify-content: space-between;
}

.home-card.home-list-card.gara-card .price-box .gara-price {
    display: block
}

.home-card.home-list-card .price-box .gara-price {
    display: none
}

.home-card.home-list-card .price-box {
    justify-content: end;
}

.home-list-card .owl-card .owl-nav {
    margin: 0;
}

.home-list-card .owl-card .owl-nav button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pcModal .svg-container {
    width: 180px;
    margin: 0 auto;
}

.home-list-card .owl-card .owl-nav .owl-prev {
    position: absolute;
    bottom: 25px;
    left: 15px;
}

.home-list-card .owl-card .owl-nav .owl-next {
    position: absolute;
    bottom: 25px;
    right: 15px;
}



.home-list-card .owl-card .owl-nav span {
    font-size: 12px;
}


.home-list-card .owl-card .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
}


#map-section .banner-list {
    background-image: url("../img/banner-lista.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    height: auto;

}

#map-section .banner-content {
    width: 40%;
    margin: 0 0 0 auto;
}

#map-section .banner-content button {
    background-color: #fff;
    color: #E62048;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 16px;
}

#map-section .banner-content .pretitle {
    letter-spacing: 3px;
}


#map-section .map-container {
    height: 100vh;
    z-index: 1;
}


#map-section .map-container .pin-item {
    width: auto;
    height: 210px;
}

#map-section .map-container .home-card.home-list-card .img-container {
    width: 160px;
}

#map-section .map-container .home-card.home-list-card .info-box {
    width: 300px;
}


#map-section .map-container .home-card.home-list-card .info-box .name {
    font-size: 14px;
}


#map-section .map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-card.home-list-card .time-info {
    border-radius: 16px 0 16px 0;
    border: 1px solid #B3B3B3;
    background-color: #fff;
    padding: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

}

.home-card.home-list-card .proposal-info {
    border-radius: 16px 0 16px 0;
    border: 1px solid #B3B3B3;
    background-color: #fff;
    padding: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

}

#searchModal .modal-content,
#favoriteModal .modal-content,
#delete-user-modal .modal-content,
.modal-dialog.race-modal .modal-content,
#modify-psw .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #F8F5F7;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 16px 0px;
    outline: 0;
}


#searchModal .modal-content,
#favoriteModal .modal-content,
#delete-user-modal .modal-content,
.race-modal .modal-content {
    padding: 40px 40px;
    position: relative;
}

#modify-psw .modal-content {
    padding: 25px;
    height: 350px;
}


#searchModal .modal-dialog,
#favoriteModal .modal-dialog,
#delete-user-modal .modal-content,
.modal-dialog.race-modal,
#modify-psw .modal-content {
    max-width: 675px;

}

#modify-psw .modal-content .new-psw {
    display: none;
}

#modify-psw .modal-content .new-psw.show-new-psw {

    display: block;

}



#searchModal .modal-content .icon-container {
    width: 178px;
    margin-right: 40px;
}


#favoriteModal .icon-container {
    width: 160px;
    margin: 0 auto;
}

#favoriteModal .button-icon {
    width: 20px;
    margin-right: 10px;

}





.home-card.home-list-card:hover .proposal-info p,
.home-card.home-list-card:hover .proposal-info .material-symbols-outlined {
    color: #E62048;
}


.home-card.home-list-card:hover .time-info p,
.home-card.home-list-card:hover .time-info .material-symbols-outlined {
    color: #E62048;
}


.home-card.home-list-card:hover .time-info {
    border: 1px solid #E62048;

}

.home-card.home-list-card:hover .proposal-info {
    border: 1px solid #E62048;

}

.home-card.home-list-card .time-info p span {
    font-weight: 600;
}

.home-card.home-list-card .proposal-info p span {
    font-weight: 600;
}

.bg-filter {
    background-color: rgba(38, 50, 56, 0.70);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;

}

.bg-filter.open {
    display: block;
}

.filter-slider {
    background-color: #F8F5F7;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    width: 38%;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 101;
    transform: translateX(100%);
    visibility: hidden;
    transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);

}

.filter-slider.open {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 38%;
}

.filter-slider .nav-slider {
    padding: 20px;
    border-radius: 0px 0px 0px 16px;
    background: #FFF;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    position: fixed;
    width: 38%;
    right: 0;
    top: 0;
    z-index: 999;
}

.filter-slider .scroll-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 120px;
    overflow-y: scroll;
    height: 100%;
}

.filter-slider .scroll-container .section-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #CECCCC;
    padding-top: 20px;
}

.filter-slider .scroll-container h4 {
    font-size: 28px;
    font-weight: 600;
}

.filter-slider .scroll-container .filter-title {
    font-size: 21px;
}


.filter-slider .scroll-container .custom-input {
    width: 180px;
}

.filter-slider .scroll-container .noUi-target {
    width: 400px;
}

.filter-slider .scroll-container .filter label {
    WIDTH: 100%;
}

.filter-label {
    width: 100%;
}

/* --- custom input -----*/

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
    height: 40px;
    border-radius: 0px 16px 16px 16px;
    border: 1px solid #B3B3B3;
    background: #FFF;
    align-items: center;
    width: 120px;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 40px;
    padding: 10px;
    border: none;
    border-width: 0 2px;
    font-size: 14px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
}


/*---- custom checkbox filtri------*/

.control {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    flex-shrink: 0;
}

.control input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}


.control__content {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #3D3D3B;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #B8B8B8;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0;
    z-index: 10;
}

.map-spacing .control__content.active {
    border: 1px solid #E62048;
    color: #E62048;
}

.servizi-content .control__content {
    padding-left: 10px;
    padding-right: 10px;
}

.control input:focus~.control__content {
    background-color: #fff;
}



.control input:checked~.control__content {
    border: 1px solid #E62048;
    color: #E62048 !important;
    font-weight: 600;
}

.control input:checked~p {
    color: #E62048;
    font-weight: 600;
}


.icon-service {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    width: 70%;
    margin: 0;
    align-items: end;
}

.filter-slider .scroll-container .section-content.servizi-content {
    border-bottom: 0;
}

.filter-slider .nav-slider-bottom {
    padding: 20px;
    border-radius: 0px 16px 0px 0px;
    background: #FFF;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    position: fixed;
    width: 38%;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.filter-slider .confirm {
    border: 1px solid #3D3D3B;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    height: 31px;

}

.filter-slider .confirm p {
    line-height: 31px;
    font-size: 16px;

}

.filter-slider .confirm p span {
    font-weight: 600;
}


.close-filter {
    cursor: pointer;
}

#map-section .fail-container {
    height: 100vh;
    background-color: #F6F6F6;
}

#map-section .fail-container .content-fail {
    width: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

#map-section .fail-container .content-fail img {
    width: 145px;
}

#map-section .fail-container .content-fail h4 {
    font-size: 24px;
}


#gara-car {
    margin-top: 80px;
}


#gara-car .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E62048;
    color: #fff;
}

#gara-car .owl-nav .owl-prev {
    display: none;
}


.reverse-container {
    flex-wrap: wrap;
}


#category-car .owl-nav button:hover {
    background-color: transparent;
    color: #E62048;
}

#category-car .owl-nav button {
    background-color: transparent;
    color: #E62048;
    position: absolute;
    z-index: 100;
}

#category-car .owl-nav .owl-prev {
    left: 0;
}

#category-car .owl-nav .owl-next {
    right: 0px;
}

#immobile .button-caro {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E62048;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 55%;
    z-index: 10;
}


#category-car .item-box.home-card .time-info {
    border-radius: 16px 0 16px 0;
    border: 1px solid #B3B3B3;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#category-car .item-box.home-card .proposal-info {
    border-radius: 16px 0 16px 0;
    border: 1px solid #B3B3B3;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.map-over-button-container {
    display: none;
}

.flex-container {
    flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {


    #agency-section img {
        width: 30%;
    }


    .map-container .home-card.home-list-card.gara-card .price-box {
        flex-wrap: wrap;
    }

    #rec-section .story-box {
        width: 90%;
        margin: 0 auto;
        margin-top: -20px;
    }

    #main-section h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        line-height: 64px;
    }

    #compra-vendi-section .box h2 {
        color: #fff;
        font-size: 46px;
        font-weight: 600;
        margin: 0;
    }

    .title {
        font-size: 50px;
        line-height: 59px;
    }

    #home-gara .subtext {
        font-size: 25px;
        line-height: 32px;
    }

    h3 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }

    .claim-container .text {
        font-size: 21px;
    }

    #sell-section .form-val {
        width: 35%;

    }


    header.general-header .nav li {
        font-size: 16px;
    }

    header .third-row p {
        font-size: 18px;
    }

    header .third-row span {
        font-size: 30px;
    }

    header .logo-container {
        width: 180px;
        margin: 0 auto;
    }


    header .button-l {
        font-size: 14px;
    }

    #map-section .map-side {
        width: 30%;
    }

    #map-section .filter-side {
        width: 70%;

    }

    #map-section .filter-side .filter-navigator {
        width: 70%;

    }

    #map-section .content-container {
        padding: 15px 30px;
    }

    .pin-item .home-card.home-list-card {
        width: 100%;
    }

    #map-section .map-container .pin-item .home-card.home-list-card .img-container {
        width: 100%;
    }

    .filter-slider.open {
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 50%;
    }

    .filter-slider .nav-slider {
        width: 50%;
    }

    .filter-slider .nav-slider-bottom {
        width: 50%;
    }

    #sell-section .home-sell-img {
        width: 45%;

    }

}

@media only screen and (max-width: 992px) {

    #process-section .container-full-width {
        margin: 0 auto;
    }


    .button-m {
        font-size: 12px;

    }

    .pretext {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #main-section h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        line-height: 46px;
    }

    .claim-container .text {
        font-size: 14px;
    }

    #compra-vendi-section .box h2 {
        font-size: 32px;
        line-height: 38px;

    }

    #compra-vendi-section .box p {
        color: #fff;
        font-size: 16px;
    }

    #compra-vendi-section {
        height: auto;
    }

    #compra-vendi-section .position-container {
        position: relative;
        transform: none;
        top: 50px;

    }

    .title {
        font-size: 32px;
        line-height: 36px;
    }

    .container-full-width {
        width: 95%;
        margin: 0 auto;
    }

    #process-section .carousel-container {
        position: relative;
        right: 0;
    }

    #faq-section .single-faq p {
        font-size: 14px;
        font-weight: 400;
    }



    #home-gara .subtext {
        font-size: 18px;
        line-height: 32px;
    }

    #process-car .owl-nav .owl-next {
        position: absolute;
        left: inherit;
        right: 0;
    }

    #process-car .owl-dots {
        width: 100%;
        margin-top: 0px;
    }

    #rec-section .item .text {
        font-size: 20px;
        padding-left: 90px;
        line-height: 25px;
    }

    #rec-section .story-box {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    #rec-section .story {
        padding-left: 90px;
        flex-wrap: wrap;
    }

    #rec-section .story .icon-container {
        margin-left: 20px;
        margin-right: 10px;
    }

    header .logo-container {
        width: auto;
    }

    header.general-header .nav li {
        font-size: 14px;
    }

    #compra-vendi-section .img-home img {
        width: 60%;
        height: auto;
        object-fit: cover;
        position: absolute;
        left: 0;
        bottom: 0;
    }



    #map-section .map-side {
        width: 100%;
        position: fixed;
        right: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 101;
        transform: translateX(100%);
        visibility: hidden;
        transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
    }


    #map-section .map-side.open {
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
    }


    #map-section .filter-side {
        width: 100%;
        background-color: #F8F5F7;
        box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
        padding-bottom: 80px;
        padding-top: 75px;
        height: 100vh;
        overflow-y: scroll;
    }




    #map-section .filter-side .filter-navigator .nav-item {
        text-align: center;
    }

    #map-section .filter-side .filter-navigator .nav-item p {
        font-size: 12px;
        font-weight: 500;
        color: #3D3D3B;
        line-height: 8px;
    }

    /*#map-section .filter-side .filter-navigator .nav-item span {
        color: #3D3D3B;
        font-weight: 300;
        font-size: 24px;
    }*/

    .filter-slider.open {
        width: 100%;
    }

    .filter-slider .nav-slider {
        width: 100%;

    }

    .filter-slider .nav-slider-bottom {
        width: 100%;

    }

    #map-section .content-container.first-block {
        padding-top: 40px;
        padding-bottom: 30px;

    }

    .mobile-map-button {
        width: 48px;
        height: 48px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        position: fixed;
        top: 20%;
        right: 5%;
        z-index: 10;
    }

    .mobile-map-button span {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
    }

    .city-button {
        position: relative;
        z-index: 10;
    }


    .map-over-button {
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #B8B8B8;
        cursor: pointer;
    }


    .map-over-button-container.visible-button {
        display: block;
    }


    .map-switch {
        position: absolute;
        z-index: 112;
        bottom: 20px;
        left: 50%;
        width: max-content;
        height: 40px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 16px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        border: 1px solid #B8B8B8;
        transform: translate(-50%, -50%);


    }

    .switch {
        height: 30px;

    }

    .slider .material-symbols-outlined {
        position: absolute;
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: #3D3D3B;
        -webkit-transition: .4s;
        transition: .4s;
        color: #fff;
        font-size: 20px;
    }

    .icon-service {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        width: 100%;
        margin: 0;
        align-items: end;
    }

    header .second-row {
        width: 16%;
    }

    header .first-row,
    header .third-row {
        width: 42%;
    }

    #map-section .filter-side .filter-navigator {
        width: 100%;
        top: 60px;
    }

    #sell-section .form-val {
        width: 45%;
    }





}



@media only screen and (max-width: 767px) {

    #map-section .map-container .pin-item {
        width: auto;
        height: 250px;
    }

    .container-custom {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin: inherit;
        margin-right: auto;
        margin-left: auto;

    }


    #sell-section .home-sell-img {
        width: 70%;

    }


    #gara-car .title-item h3 {
        font-size: 20px;
    }


    #valori h3 {
        font-size: 20px;
    }


    #process-section h3 {
        font-size: 20px;
    }



    #contact-banner .btn-container {
        flex-wrap: wrap;
    }


    #process-section .buy-button {
        width: 80%;
        margin: 0 auto;
    }

    #process-section .sell-button {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }

    #process-section .button-sell-buy-container {
        flex-wrap: wrap;
    }

    .banner p {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }


    #map-section .filter-side .filter-navigator {
        border-radius: 16px 0px 0px 0px;
        background-color: #fff;
        padding: 10px 20px;
        position: fixed;
        z-index: 15;
        width: 100%;
        right: 0;
        bottom: 0;
        top: inherit;
    }

    #map-section .filter-side .filter-navigator {
        border-radius: 16px 0px 0px 0px;
        background-color: #fff;
        padding: 10px 20px;
        position: fixed;
        z-index: 15;
        width: 100%;
        right: 0;
        bottom: 0;
        top: inherit;
    }

    .fadedAway {
        visibility: hidden;
    }



    header .logo-container {
        margin: 0;
    }


    .user-dropdown {
        width: 100%;
        height: 100vh;
    }





    #main-section {
        background-image: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: auto;
        padding-top: 60px;
        padding-bottom: 30px;
        background-color: #EBB553;

    }


    header .nav li {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
        margin-right: 10px;
        cursor: pointer;
        font-weight: 500;
    }


    #sell-section .form-val {
        position: relative;
        right: inherit;
        top: inherit;
        transform: none;
        padding: 30px;
        border-radius: 32px 0px 0px 0px;
        background: #F8F5F7;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        width: 90%;
        margin: 0 auto;
        z-index: 6;
    }


    #gara-car {
        margin-top: 30px;
    }

    #home-gara .item-container .title-item {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }


    #rec-car .img-container {
        width: 60%;
        margin: 0 auto;
    }


    #rec-section .item .text {
        font-size: 16px;
        padding-left: 0px;
        line-height: 20px;
        text-align: center;
        margin-top: 30px;
    }

    #rec-section .story {
        padding-left: 0px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    #rec-section .story .icon-container {
        margin-left: 0px;
        margin-right: 0px;

    }

    #rec-section .story p {
        font-weight: 700;
        font-size: 16px;

    }

    #rec-section .story .mobile-title {
        margin-bottom: 20px;
    }

    #rec-section {
        padding-bottom: 60px;
    }

    #contact-banner {
        background-image: url(../img/bg-domus-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        padding-top: 60px;
        padding-bottom: 150px;
    }


    #process-section {
        padding-top: 60px;
        padding-bottom: 60px;
        overflow: hidden;
    }

    #valori .card img {
        height: 360px;
    }

    #valori .card {
        height: 360px;

    }

    #valori .item-container .info-text {
        font-size: 12px;
    }


    #valori .item-container .info-text-underline {
        font-size: 14px;
    }

    #immobile .img-gradient {
        display: none;
    }

    .reverse-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #immobile .select-row {
        flex-wrap: wrap;
    }

    .container-check input:checked~.input-box {
        display: block;
        position: relative;
        padding-left: 38px;
        padding-right: 20px;
        height: 40px;
        border: 1px solid #E62048;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #3D3D3B;
    }

    .checkmark {
        height: 22px;
        width: 22px;

    }

    .container-check input~.input-box {
        display: block;
        position: relative;
        padding-left: 38px;
        padding-right: 20px;
        height: 40px;
        border: 1px solid #B8B8B8;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #B3B3B3;
    }

    .container-check {
        height: 40px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-left: 0px;
        margin-right: 10px;
    }


    #immobile {
        padding-bottom: 0;
    }

    #compra-vendi-section .position-container {
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        z-index: 10;
        width: 90%;
        margin: 0 auto;
    }

    #compra-vendi-section {
        background-color: #AAD7E5;
        padding-top: 50px;
        padding-bottom: 0px;
        overflow: hidden;
        height: auto;
    }

    #compra-vendi-section .box.first-box {
        margin-bottom: 50px;
    }

    #compra-vendi-section .img-home {
        width: 100%;

    }


    .button-l {
        font-size: 16px;
    }



    #main-section .search-container {
        background-color: transparent;
        padding: 0px 0px;
    }

    #home-search .form-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 20px;
    }

    #home-search .form-container.last {
        width: 40px;
    }

    #home-search .form-control {
        border-radius: 16px;
    }

    .mobile-button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
    }

    .mobile-button.home-mobile-button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header-home {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    #map-section {
        padding-top: 50px;
        height: auto;
    }

    #map-section .content-container.first-block {
        border-radius: 0px 0px 0px 16px;
        background-color: #fff;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        padding-top: 15px;
        padding-bottom: 15px;
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 51px;
    }

    #map-section .banner-list {
        background-image: url(../img/bg-banner-list-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px;
        height: 300px;
    }

    #map-section .home-card.home-list-card .img-container img {
        height: 180px;

    }

    #map-section .pin-item .home-card.home-list-card .img-container img {
        height: 150px;

    }

    #map-section .home-card.home-list-card .img-container .item {
        height: auto;
    }


    #map-section .filter-side {
        width: 100%;
        background-color: #F8F5F7;
        box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
        padding-bottom: 80px;
        padding-top: 75px;
        height: auto;
        overflow-y: initial;
    }

    .city-modal-box .button-l {
        font-size: 14px;
    }

    .city-modal-box {
        overflow-x: scroll;
    }


    #map-section .filter-side .content-container .filter-button.last-filter {
        display: flex;
        width: 88px;
        height: 32px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        border-radius: 16px;
    }

    #map-section .filter-side .content-container .city-btn {
        width: auto;
        height: 32px;
        border-radius: 16px;
        border: 1px solid #C9C8CD;
        background-color: #FFF;
        font-size: 14px;
        color: #3D3D3B;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .home-card.home-list-card .img-container {
        width: 100%;
    }

    .home-card.home-list-card .info-box {
        width: 100%;
    }

    .filter-slider .scroll-container .custom-input {
        width: 130px;
    }

    .filter-slider .scroll-container .noUi-target {
        width: 100%;
    }

    #map-section .banner-content {
        width: 100%;
        margin: 0 auto;
    }

    .pin-item .home-card.home-list-card {
        width: 100%;
    }





}



/******* sidebar homepage ****/

.bg-overlay-home {
    background-color: rgba(38, 50, 56, 0.70);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;

}

.bg-overlay-home.open {
    display: block;
}



.sidebar-gara,
.sidebar-compra,
.sidebar-vendi,
.sidebar-metodo,
.sidebar-agenzia {
    background-color: #fff;
    position: fixed;
    width: 70%;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 103;
    transform: translateX(100%);
    visibility: hidden;
    transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
    overflow-y: scroll;

}



.sidebar-gara.open,
.sidebar-compra.open,
.sidebar-vendi.open,
.sidebar-metodo.open,
.sidebar-agenzia.open {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 70%;
}


.sidebar-vendi .main-side {
    height: auto;
    padding: 60px 40px;
    background-color: #A2C5D7;
}

.sidebar-agenzia .main-side {
    height: auto;
    padding: 60px 40px;
    background-color: #D6F5FF;
}

.sidebar-agenzia .main-side img {
    position: absolute;
    width: 250px;
    left: 0;
    bottom: 0;
}

.sidebar-agenzia .main-side .big-title {
    color: #3D3D3B;
    font-size: 56px;
}

.sidebar-agenzia .main-content {
    width: 75%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 9;
}

.sidebar-agenzia .side-agency-box {
    width: 90%;

}

.sidebar-agenzia .height-container {
    height: 330px;
}

.sidebar-agenzia .side-agency-box img {
    width: 200px;
    margin-bottom: 30px;
}

.sidebar-agenzia .banner-image {
    background-color: #D6F5FF;
    padding-top: 80px;
    padding-left: 60px;
    padding-bottom: 40px;
}

.sidebar-agenzia .banner-image .main-content {
    width: 45%;
    margin: auto 0 0 0;
}

.sidebar-agenzia .banner-image .main-content .big-title {
    color: #3C3C3B;
}

.sidebar-agenzia .banner-fine-image {
    position: absolute;
    bottom: 0;
    width: 450px;
    right: 0;
}

.sidebar-agenzia .box-metodo {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    padding: 20px;
    border-radius: 0px 16px 16px 16px;
}

.sidebar-agenzia .box-metodo.bottom-box {
    height: 230px;
}

.sidebar-agenzia .pack-car .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E62048;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-metodo .main-side {
    height: auto;
    padding: 80px 40px;
    background-color: #FFC0C1;
}




.sidebar-gara .main-side {
    background-color: #D7CDC2;
    height: auto;
    padding: 50px 40px;
}

.sidebar-gara .main-side img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px;
}


.sidebar-compra .main-side {
    height: auto;
    padding: 60px 40px;
    background-color: #F7C564;
}

.sidebar-compra .main-side .close {
    color: #F7C564;
}

.sidebar-compra .main-side .main-compra {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
}

.ch-spacer {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.main-side .close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #3D3D3B;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;

}

.main-content .pretitle {
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.big-title {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
}


.main-content {
    width: 70%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 9;
}



.main-content .text {
    font-size: 24px;
}

.sidebar .side-content-text {
    padding: 40px 60px;
    background-color: #F8F5F7;
}



.sidebar .text-icon span {
    font-size: 32px;

}

.sidebar .text-icon p {
    padding-left: 45px;
}


.sidebar .side-content-text {
    font-size: 24px;
}

.sidebar .info-box img {
    width: 100px;
    margin-right: 20px;
}


.sidebar .info-box .info-title {
    font-size: 20px;
    letter-spacing: 3px;
}


.sidebar .banner p {
    color: #fff;
    padding-left: 50px;
    font-weight: 600;
    text-transform: uppercase;
}


.sidebar-gara .sidebar .banner-image .main-content {
    width: 35%;
    margin: 0;
}

.sidebar-compra .sidebar .banner-image .main-content {
    width: 60%;
    margin: 0;
}


.sidebar-gara .sidebar .banner-image {
    background: linear-gradient(183deg, rgba(184, 184, 184, 0.16) -17.52%, rgba(242, 242, 242, 0.12) 91.47%);
    background-color: #D7CDC2;
    padding: 40px 50px 80px 50px;
    position: relative;


}


.sidebar-gara .sidebar .banner-image img {
    position: absolute;
    bottom: 0;
    width: 450px;
    right: 5%;
}

.sidebar-compra .sidebar .banner-image img {
    position: absolute;
    bottom: 0;
    width: 600px;
    right: 0;
}


.sidebar .collapse-container {
    border-radius: 0px 0px 0px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 15px;
}

.open-toggle {
    cursor: pointer;
}


.toggle-1-container,
.toggle-2-container {
    display: none;

}


.sidebar-compra .sidebar .banner-image {
    background: linear-gradient(183deg, rgba(184, 184, 184, 0.16) -17.52%, rgba(242, 242, 242, 0.12) 91.47%);
    background-color: #F7C564;
    padding: 40px 50px 80px 50px;
    position: relative;


}

.sidebar-vendi .main-vendi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
}


.toggle-box {
    width: 50%;
}

.sidebar-vendi .sidebar .banner-image {
    background: linear-gradient(183deg, rgba(184, 184, 184, 0.16) -17.52%, rgba(242, 242, 242, 0.12) 91.47%);
    background-color: #A2C5D7;
    padding: 40px 50px 80px 50px;
    position: relative;

}



.sidebar-vendi .sidebar .banner-image .main-content {
    width: 55%;
    margin: 0;
}

.sidebar-vendi .sidebar .banner-image .banner-fine-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}


.sidebar-metodo .main-metodo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 284px;
}

.sidebar-metodo .icon-box .img-container {
    width: 240px;
}

.sidebar-metodo .icon-box h3 {
    height: 75px;
}

.sidebar-metodo .banner-image {
    background-color: #FFC0C1;

}

.sidebar-metodo .banner-image .banner-fine-image {
    width: 500px;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.sidebar-metodo .banner-image .main-content {
    width: 60%;
    margin: 0;
    padding-left: 8%;
    padding-top: 50px;
    padding-bottom: 50px;
}



/******* pagina valutazione ****/

#valuta-section .bg-valuta {
    background-image: url("../img/bg-valuta.png");
    height: 100vh;
    width: 50%;
    background-size: cover;
    padding: 150px 80px 80px 45px;
}


#valuta-section .form-valuta {
    background-color: #D6F5FF;
    width: 50%;
    height: 100vh;
    overflow-y: scroll;
}


#valuta-section .form-valuta .form-header {
    border-radius: 0px 0px 0px 16px;
    background: #FFF;
    padding: 15px 30px;
    position: fixed;
    top: 80px;
    width: 50%;
    right: 0;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
}

#valuta-section .form-valuta-container {
    margin: 0 auto;
    height: 100vh;
    position: relative;
}

#valuta-section .owl-nav {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-radius: 0px 16px 0px 0px;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 20px 20px;

}

#valuta-section .owl-nav .owl-prev {
    border: none;
    background-color: transparent;
    display: flex;
    color: #3D3D3B;
}




#valuta-section .title {
    font-size: 56px;
}

input::-ms-input-placeholder {
    /* Edge 12-18 */
    font-weight: 300 !important;
    color: #b8b8b8 !important;
    font-size: 14px !important;
}

input::placeholder {
    font-weight: 300 !important;
    color: #b8b8b8 !important;
    font-size: 14px !important;
}

textarea::-ms-input-placeholder {
    /* Edge 12-18 */
    font-weight: 300 !important;
    color: #b8b8b8 !important;
    font-size: 14px !important;
}

textarea::placeholder {
    font-weight: 300 !important;
    color: #b8b8b8 !important;
    font-size: 14px !important;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-2 {
    letter-spacing: 2px;
}



#valuta-section .form-valuta-container .img-home-item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;

}

#valuta-section .form-valuta-container .item {
    height: 100%;
    position: relative;
    overflow-y: scroll;
    padding-bottom: 150px;

}

#valuta-section .hide-fields {
    display: none;
}

#valuta-section .form-valuta-container .item-box {
    width: 66%;
    margin: 0 auto;
    padding-top: 160px;
}

.container-radio {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    height: 48px;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#valuta-section .form-control {
    height: 40px;
}



/* When the radio button is checked, add a blue background */
.container-radio input:checked~.button-radio {
    background-color: #fff;
    border: 1px solid #E62048;
}

.container-radio input:checked~.button-radio p {
    background-color: #fff;
    color: #E62048;
}


.long-button .button-radio {
    width: 100%;
    padding-left: 20px;
}

.width-button .button-radio {
    width: 148px;
    padding: 0;
    justify-content: center;
}

.number-container .button-radio {
    width: 100%;
    padding: 0;
    width: 48px;
    justify-content: center;
}

.button-radio {
    width: auto;
    height: 40px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    display: flex;
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 16px;
    padding-left: 30px;
    padding-right: 30px;

}



.button-radio p {
    font-size: 14px;
}

.flex-radio-container {
    flex-wrap: wrap;

}

.flex-radio-container label {
    margin-right: 8px;
}


.flex-radio-container.number-container label {
    margin-right: 4px;
}


.slideState span {
    position: absolute;
    height: 100%;
    background-color: #E62048;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    color: transparent;
    padding-left: 15px;
    font-size: 1px;
}

.slideState {
    height: 7px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;

}


.button-prev-car {
    display: flex;
    border: none;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}


.button-next-car {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}


.ivySlid .owl-nav {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 0px 16px 0px 0px;
    width: 100%;
    right: 0;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;

}


.item-box .icon-service {
    grid-template-columns: repeat(5, 1fr);
}


.item-box .icon-service span {
    font-weight: 300;
}

.item-box .control__content {
    padding-left: 10px;
    padding-right: 10px;
}



#valuta-section .result-form {
    width: 50%;
    margin: 0 auto;
    padding-top: 150px;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    background-color: #D6F5FF;
    padding-left: 30px;
    padding-right: 30px;

}

.result-form .nav-mobile-result {
    border-radius: 0px 0px 0px 16px;
    background: #FFF;
    padding: 15px 30px;
    position: fixed;
    top: 80px;
    width: 50%;
    right: 0;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
}




#valuta-section .valuta-result {
    background-color: #F6F6F6;
    height: 100vh;
    width: 50%;
    overflow-y: scroll;
}

#valuta-section .valuta-result .box-result {
    width: 80%;
    margin: 0 auto;
    padding-top: 130px;
    height: 100vh;
    position: relative;
    padding-bottom: 50px;
}


#valuta-section .valuta-result .box-result h3 span {
    font-weight: 400;
}


#valuta-section .valuta-result .result-info {
    width: 160px;
    margin: 0 auto;
}



.price-value h3 {
    font-weight: 500;
}


#valuta-section .valuta-result .box-result h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 1199px) {

    .sidebar-metodo .banner-image .banner-fine-image {
        width: 400px;
        position: absolute;
        bottom: 0px;
        right: 0;
    }

    .sidebar-compra .main-side .main-compra {
        width: 250px;
    }

    #valuta-section .form-valuta .form-header {
        top: 70px;
    }

    .result-form .nav-mobile-result {
        top: 70px;
    }

    #detail-section .cta-box .nav-cta-box {
        top: 70px;
    }

}





@media only screen and (max-width: 992px) {

    .sidebar-agenzia .box-metodo.bottom-box {
        height: auto;
    }

    .sidebar-gara .sidebar .banner-image img {
        position: absolute;
        bottom: 0;
        width: 350px;
        right: 5%;
    }


    #valuta-section .form-valuta-container .item-box {
        width: 80%;

    }

    #valuta-section .valuta-result .box-result {
        width: 80%;

    }

    #valuta-section .title {
        font-size: 32px;
        line-height: 36px;
    }

    #valuta-section .bg-valuta {
        background-position: top right;
    }

    #valuta-section .form-valuta .form-header {
        top: 60px;

    }

    .result-form .nav-mobile-result {
        top: 60px;
    }



    #valuta-section .form-valuta-container .item-box {
        width: 90%;

    }

    .button-radio p {
        font-size: 12px;
    }

    #valuta-section .result-form {
        width: 50%;
        height: auto;
        padding-bottom: 50px;
    }

    #valuta-section .valuta-result {
        background-color: #F6F6F6;
        height: auto;
        width: 50%;
        overflow-y: scroll;
    }

    #valuta-section .valuta-result .box-result h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

}


@media only screen and (max-width: 767px) {

    .result-form .nav-mobile-result {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        border-radius: 0px 16px 0px 0px;
        box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
        z-index: 10;
        width: 100%;
        padding: 10px 20px 20px 20px;
        left: 0;
        top: inherit;

    }

    .sidebar-metodo .icon-box .img-container {
        width: 240px;
        margin: 0 auto;
    }

    #agency-section {
        padding-bottom: 0;
        overflow: hidden;
    }

    #agency-section .font-20 {
        font-size: 12px;
    }

    #agency-section .font-24 {
        font-size: 14px;
    }

    #compra-vendi-section .img-home img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: relative;
        left: 0;
        bottom: 0;
    }

    #agency-section img {
        position: relative;
        height: 300px;
        width: 100%;
        object-fit: cover;
        z-index: 5;
        object-position: top right;
    }

    #compra-vendi-section .box {
        text-align: center;

    }

    #valuta-section .bg-valuta {
        display: none;
    }

    #valuta-section .form-valuta {
        width: 100%;
    }

    #valuta-section .form-valuta .form-header {
        top: 50px;
        width: 100%;
        right: 0;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 9;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    }

    .ivySlid .owl-nav {
        width: 100%;
    }

    #valuta-section h3 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

    #valuta-section .form-valuta-container .item-box {
        width: 90%;
        padding-top: 130px;
    }

    #valuta-section .font-20 {
        font-size: 16px;
    }

    .item-box .icon-service {
        grid-template-columns: repeat(3, 1fr);
    }

    #valuta-section .valuta-result {
        background-color: #F6F6F6;
        height: auto;
        width: 100%;
        overflow-y: scroll;
        padding-bottom: 40px;
    }

    #valuta-section .valuta-result .box-result {
        padding-top: 90px;
    }



    #valuta-section .valuta-result .box-result {
        width: 90%;
    }

    #valuta-section .result-form {
        width: 100%;
        border-radius: 16px;
        margin-top: -20px;
        padding-top: 50px;
    }

    #valuta-section .form-valuta-container .img-home-item {
        width: 95%;
    }


}




/******* pagina dettaglio immobile ****/




#detail-section .content-box {
    width: 67%;
    padding-bottom: 60px;
}

#detail-section .content-box .photo-box {
    background-color: #F6F6F0;
    padding-top: 120px;
    padding-left: 5%;
    padding-bottom: 0px;

}


#detail-section .cta-box {
    width: 33%;
}


#detail-section .preview-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0px 0px 0px;
}



#detail-section .mid-box {
    width: 50%;
    padding-right: 15px;
    height: 100%;
}

#detail-section .grid-box {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 15px;

}


#detail-section .detail-info-content {
    padding-left: 5%;
    padding-top: 20px;
    padding-right: 30px;
}

#detail-section .info-gara {
    border-radius: 0px 16px 0px 0px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-right: 20px;
    width: fit-content;
}


#detail-section .info-gara .fire {
    color: #F7C564;
    font-size: 40px;
}

#detail-section .info-gara h3 {
    margin-bottom: 0;
}

#detail-section .descr-section h4 {
    font-size: 16px;
    border-bottom: 1px solid #CECCCC;
    padding-bottom: 15px;
}


#detail-section .map-dettaglio-container {
    height: 290px;
}

#detail-section .map-dettaglio-container img {
    height: 290px;
    object-fit: cover;
}

#detail-section .info-map-card {

    border-radius: 16px 0px 0px 0px;
    border: 1px solid #C9C8CD;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    height: auto;


}

#detail-section .info-dati p {
    width: 50%;
}


#detail-section .tabs-container .border-box {
    border-right: 1px solid #CECCCC;
    padding-right: 20px;

}

#detail-section .tabs-container .title-cost {
    height: 40px;
}


#detail-section .tabs-container .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #3D3D3B;

}

#detail-section .tabs-container .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 3px solid #E62048;
}


#banner-detail {
    background-image: url("../img/banner-rosa.png");
    background-size: cover;
    background-position: top left;
    padding-top: 35px;
    padding-bottom: 35px;
}


#banner-detail .content-banner {
    width: 70%;
    text-align: right;
}

#detail-section .cta-box {
    width: 33%;
    background-color: #F8F5F7;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 150px;
    border-radius: 0px 0px 0px 16px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    padding-bottom: 50px;
    height: 100vh;
    position: sticky;
    top: 0px;
}

#detail-section .cta-box .nav-cta-box {
    border-radius: 0px 0px 0px 16px;
    background-color: #fff;
    padding: 15px 50px;
    position: fixed;
    z-index: 15;
    width: 33%;
    right: 0;
    top: 80px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
}

#detail-section .cta-box .nav-cta-box input.material-symbols-outlined {
    background-color: transparent;
    border: none;
}

#detail-section .cta-box h4 {
    font-size: 28px;
    margin-bottom: 0;
}


#detail-section .cta-box .price-detail-box h4 {
    font-size: 24px;
}

#detail-section .cta-box .price-detail-box.left-box {
    width: 50%;
    padding-right: 30px;

    border-right: 1px solid #CECCCC;
}

#detail-section .cta-box .price-detail-box.right-box {
    width: 50%;
    padding-left: 30px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;

}


#detail-section .cta-box .price-detail-box .button-l {
    font-size: 12px;
    width: 100%;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

#detail-section .cta-box .contact-box {
    border-top: 1px solid #CECCCC;
    border-bottom: 1px solid #CECCCC;
    padding-top: 20px;
    padding-bottom: 20px;


}

#detail-section .price-detail {
    margin-top: 20px;
}

#detail-section .spacer-contact {
    margin-top: 20px;
}

#detail-section .cta-box .contact-box .text-dom {
    height: 48px;
}

#detail-section .cta-box .contact-box .agente {
    width: 40px;
}

#detail-section .cta-box .contact-box .agente img {
    border-radius: 50%;
}

#axerve_lightBox {
    z-index: 9999;
}


#contact-detail button {
    font-size: 12px;

}

#detail-section .cta-box .open-calendar {
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    justify-content: center;
}

#detail-section .cta-box.calendar-box {
    position: fixed;
    right: 0;
    transform: translateX(100%);
    visibility: hidden;
    transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
}


#detail-section .cta-box.calendar-box.open {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 33%;
}

#detail-section .data-box {
    border-radius: 0px 16px 16px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 10px;
    height: 93px;
    width: 94px;
    color: #B8B8B8;
}

#detail-section .opacify-slot .data-box {
    color: #3D3D3B;
}


#detail-section .button-caro {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E62048;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 90;

}



#detail-section .data-box .data {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

#detail-section .data-box .data span {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}


#detail-section .ombre {
    background: linear-gradient(270deg, #F8F5F7 26.56%, rgba(255, 255, 255, 0.00) 90.62%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 88;
    width: 100px;
    height: 100px;

}

#detail-section .select-slot {
    flex-wrap: wrap;
}


#detail-section .alert {
    border-radius: 0px 0px 0px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 20px 14px;
    width: 100%;
    height: auto;

}

#detail-section .control input:checked~.data-box {
    border: 1px solid #E62048;
    color: #E62048;
    font-weight: 600;
}


.calendar-box .control .control__content {
    color: #B8B8B8;
}

.calendar-box .control.opacify-slot .control__content {
    color: #3D3D3B;
}

.calendar-box .button-l {
    width: 100%;
    font-size: 12px;
    text-align: center;
    justify-content: center;
}


.close-calendar {
    font-size: 24px;
}



.action-section {
    background-color: #F6F6F0;
    width: 100%;
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
    padding: 85px 100px;
    display: none;
    overflow-y: scroll;

}

.action-section .video-detail {
    width: 100%;
    height: 700px;
}

.action-section .virtual-detail {
    width: 100%;
    height: 700px;
}

.action-section .street-detail {
    width: 100%;
    height: 700px;
}


.map-over-box {
    background-color: #F6F6F0;
    width: 100%;
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 85px 100px;
    display: none;

}

.map-over-box .map-spacing {
    width: 100%;
    height: 80%;
}


.action-section .planimetria-container {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.action-section .planimetria-container .planimetria-item {
    height: 600px;


}

#plan-car .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E62048;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#plan-car .owl-next {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

#plan-car .owl-prev {
    position: absolute;
    left: 20px;
    bottom: 10px;
}



.action-section .planimetria-container img {
    height: 100%;
    object-fit: contain;
}

.map-over-box .map-spacing img {
    height: 100%;
    object-fit: cover;
}


.map-over-box .filter-map {
    overflow-x: scroll;

}

.map-over-box .scroll-filter {
    position: absolute;
    top: 20px;
    left: 20px;
}

.map-over-box .map-popup {
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: auto;
    z-index: 9999;
    align-items: center;
}

.map-over-box .map-popup .icon-map-popup {
    background-color: #E62048;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.map-over-box .map-popup .icon-map-popup span {
    font-size: 28px;
    font-weight: 300;
}

.map-over-box .map-popup .content-map-popup {
    padding: 10px;
}

.map-over-box .map-popup .content-map-popup .grey-p {
    opacity: 60%;
    line-height: 10px;
}


.change-bg {
    display: none;
}

.change-bg.active {
    display: block;
}

.action-section .control__content.active {
    border: 1px solid #E62048;
    color: #E62048;
}



.action-section .content-photo-box {
    background-color: #fff;
    height: 85%;
    border-top-right-radius: 16px;
}

.action-section .height-box {
    height: 100%;
}

.action-section .content-photo-box .point-container {
    width: 35%;

}

.action-section .content-photo-box .photo-slide {
    width: 65%;

}

.action-section .content-photo-box .photo-slide {
    height: 100%;
}



.action-section .content-photo-box .photo-slide img {
    object-fit: cover;
    height: 100%;
    border-top-right-radius: 16px;
}

.carousel-floor .owl-nav {
    position: absolute;
    bottom: 40px;
}


.carousel-floor .owl-dots {
    position: absolute;
    bottom: 40px;
    left: -50%;
    width: 42%;
    text-align: center;
}

.carousel-floor.owl-theme .owl-dots .owl-dot {
    display: none;

}

.carousel-floor.owl-theme .owl-dots .owl-dot button {
    border: none;
    background-color: #fff;
}

.carousel-floor.owl-theme .owl-dots .owl-dot.active {
    display: block;
}

.action-section .preview-container {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 12px;
    letter-spacing: 2px;
}

.action-section .button-custom-caro span {
    font-size: 24px;
    cursor: pointer;


}

.action-section .button-custom-caro.next {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.action-section .button-custom-caro.prev {
    position: absolute;
    bottom: 40px;
    left: 20px;
}


.tab-photo-container .nav-tabs {
    position: absolute;
    top: 0;
    z-index: 12;
    border: none;

}

.tab-photo-container .nav-tabs .nav-link.active {
    border-bottom: 4px solid #E62048;
}

.tab-photo-container .nav-tabs .nav-link {
    color: #3D3D3B;
    font-size: 12px;
    border: none;
    border-radius: 0;
}

.descr-text {
    font-size: 12px;
}


.mobile-navigator {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 16px 0px 0px 0px;
    padding: 10px 20px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    z-index: 102;
}



.detail-mobile-img.owl-theme .owl-nav button {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;

}

.detail-mobile-img.owl-theme .owl-nav .owl-next {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}


.detail-mobile-img.owl-theme .owl-nav .owl-prev {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-mobile-img.owl-theme .owl-nav button span {
    font-size: 16px;
}


.detail-mobile-img.owl-theme .owl-dots {
    position: relative;
    bottom: 40px;
}



@media only screen and (max-width: 1400px) {


    #detail-section .action-container {
        flex-wrap: wrap;

    }

    #detail-section .action-container .control__content {
        margin-bottom: 15px;

    }


    #detail-section .info-gara-box {
        flex-wrap: wrap;

    }

    #detail-section .cta-box .nav-cta-box {
        width: 35%;

    }

    #detail-section .cta-box {
        width: 35%;
    }

    #detail-section .content-box {
        width: 65%;

    }

    #detail-section .cta-box.calendar-box.open {
        width: 35%;
    }

    #detail-section .caratteristiche-container {
        flex-wrap: wrap;
    }

}




@media only screen and (max-width: 1199px) {

    #detail-section .grid-box {
        display: none;
    }

    #detail-section .mid-box {
        width: 100%;
        padding-right: 15px;
        height: 100%;
    }


    .big-title {
        font-size: 60px;
        color: #fff;
        font-weight: 600;
    }

    #detail-section .preview-image img {
        height: 445px;
        object-fit: cover;
        border-radius: 15px 0px 0px 0px;

    }

    #detail-section .detail-mobile-img {
        padding-right: 8%;
    }

    #detail-section .content-box {
        width: 50%;
    }

    #detail-section .cta-box {
        width: 50%;
    }

    #detail-section .cta-box .nav-cta-box {
        width: 50%;
        top: 70px;
    }

    #detail-section .cta-box.calendar-box.open {
        width: 50%;
    }

    #detail-section .info-map-card {
        border-radius: 16px 0px 0px 0px;
        border: 1px solid #C9C8CD;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
        padding: 20px 15px;
        height: auto;
    }

    .sidebar-agenzia .banner-fine-image {
        position: absolute;
        bottom: 0;
        width: 350px;
        right: 0;
    }

    .sidebar-agenzia .main-side .big-title {
        color: #3D3D3B;
        font-size: 50px;
    }




}



@media only screen and (max-width: 992px) {

    #detail-section .action-container {
        overflow-x: scroll;
    }


    #detail-section .caratteristiche-container {
        flex-wrap: wrap;
    }

    #detail-section .mobile-nav {
        border-radius: 0px 0px 0px 16px;
        background: #FFF;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        position: fixed;
        top: 50px;
        width: 100%;
        left: 0;
        padding-top: 15px;
        padding-bottom: 10px;
        z-index: 11;


    }

    #detail-section .servizi-box {
        flex-wrap: wrap;
    }

    .control__content {
        font-size: 12px;
    }

    .control__content .font-14 {
        font-size: 12px;
    }

    #detail-section .info-gara {
        padding: 15px;
    }

    #detail-section .info-gara-box h3 {
        font-size: 21px;
    }

    #detail-section .info-gara .fire {
        font-size: 24px;
    }

    #detail-section .counter {
        font-size: 12px;
    }

    #detail-section .tabs-container .nav-tabs .nav-link {
        font-size: 16px;
    }


    .action-section {
        background-color: #F6F6F0;
        width: 100%;
        position: fixed;
        height: 100vh;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        padding: 30px 20px;
        display: none;
    }


    .map-over-box {
        background-color: #F6F6F0;
        width: 100%;
        position: fixed;
        height: 100vh;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        padding: 0;
        display: none;
    }


    .change-bg .scroll-bar {
        overflow-x: scroll;
    }

    .action-section .planimetria-container img {
        height: auto;
        object-fit: contain;
        width: 100%;
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }

    .action-section .planimetria-container {
        width: 100%;
        height: 70%;
        background-color: #fff;

    }

    .tab-photo-container .nav-tabs {
        position: relative;
        top: 0;
        z-index: 12;
        border: none;
        margin-bottom: 30px;
    }

    .tab-photo-container .nav-tabs .nav-link.active {
        background-color: transparent;
    }


    .font-18 {
        font-size: 14px;
    }

    .sidebar .info-box .info-title {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .sidebar-gara.open,
    .sidebar-compra.open,
    .sidebar-vendi.open,
    .sidebar-metodo.open,
    .sidebar-agenzia.open {
        width: 100%;
    }

    .sidebar-gara,
    .sidebar-compra,
    .sidebar-vendi,
    .sidebar-metodo,
    .sidebar-agenzia {
        width: 100%;
    }

    h2 {
        font-size: 32px;
        font-weight: 600;
    }

    .big-title {
        font-size: 39px;
        color: #fff;
        font-weight: 600;
    }

    .main-content .text {
        font-size: 14px;
    }

    .main-content .pretitle {
        font-size: 12px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .sidebar-gara .sidebar .banner-image .main-content {
        width: 50%;
        margin: 0;
    }

    #detail-section .preview-image img {
        height: 300px;
        object-fit: cover;
        border-radius: 15px 0px 0px 0px;
    }

    #detail-section .cta-box .price-detail-box.left-box {
        padding-right: 10px;

    }

    #detail-section .cta-box .price-detail-box.right-box {
        padding-left: 10px;
    }


    #banner-detail .content-banner {
        width: 90%;
        text-align: right;
    }

    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }


    #immobile .button-caro.next-vendi-immo-car {
        display: none;
    }

    #detail-section .cta-box .nav-cta-box {
        top: 60px;
    }


}




@media only screen and (max-width: 767px) {

    .action-section .planimetria-container .planimetria-item {
        height: 400px;


    }


    .action-section .street-detail {
        width: 100%;
        height: 400px;
    }

    #detail-section .cta-box.desk-cta-box {
        display: none;

    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }




    #detail-section .content-box {
        width: 100%;

    }

    #detail-section .tabs-container .nav-tabs .nav-link {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .tabs-container .tab-descritpion {
        flex-wrap: wrap;
    }

    #detail-section .tabs-container .border-box {
        border-right: none;
        padding-right: 0px;
        width: 50%;
        margin-bottom: 30px;
    }

    #banner-detail {
        background-image: url(../img/bg-detail-mobile.png);
        background-size: cover;
        background-position: top center;
        padding-top: 35px;
        padding-bottom: 35px;
        height: 300px;
    }

    #banner-detail .content-banner {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    #banner-detail h3 {
        font-size: 20px;
    }

    #banner-detail .button-l {
        height: 24px;
        border-radius: 8px;
        font-size: 12px;
    }

    #detail-section .content-box {
        padding-bottom: 30px;
    }



    #detail-section .detail-mobile-img {
        padding-right: 8%;
    }


    .action-section .content-photo-box .point-container {
        width: 100%;
    }

    .action-section .content-photo-box .photo-slide {
        width: 100%;
    }

    .action-section .height-box.reverse-row {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }


    .action-section .content-photo-box .photo-slide img {
        height: 190px;
    }

    .action-section .content-photo-box .photo-slide {
        height: 190px;
    }

    .action-section .height-box {
        height: auto;
    }


    .action-section {
        overflow-y: scroll;
    }

    .action-section .preview-container {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .action-section .content-photo-box {
        background-color: #fff;
        height: auto;
        border-top-right-radius: 16px;
    }

    .action-section .button-custom-caro.prev {
        position: absolute;
        bottom: inherit;
        left: 0px;
        top: 10px;
        z-index: 10;
    }

    .action-section .button-custom-caro.next {
        position: absolute;
        bottom: inherit;
        right: 0px;
        top: 10px;
        z-index: 10;
    }


    .carousel-floor .owl-dots {
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .carousel-floor.owl-theme .owl-dots .owl-dot button {
        font-size: 10px;
    }


    .map-over-box .map-mobile-nav {
        position: fixed;
        width: 100%;
        background-color: #fff;
        border-radius: 0px 0px 0px 16px;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        padding: 20px;
        top: 0;
        left: 0;
        z-index: 120;
    }

    .map-over-box .scroll-filter {
        position: absolute;
        top: 60px;
        left: 20px;
        width: 100%;
        overflow-x: scroll;
        padding-right: 20px;

    }

    .map-over-box .map-spacing {
        width: 100%;
        height: 100vh;
    }

    .home-detail-mobile {
        position: absolute;
        z-index: 115;
        border-radius: 16px 0px 0px 0px;
        background: #F6F6F0;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        padding: 15px;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 215px;

    }


    .home-detail-mobile .img-container {
        width: 115px;
        height: 115px;
    }


    .map-over-box .home-detail-mobile .img-container img {
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 16px;
    }


    #detail-section .cta-box.calendar-box.open {
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
        z-index: 130;
    }

    #detail-section .cta-box .nav-cta-box {
        width: 100%;
        top: 0;
    }

    #detail-section .cta-box.calendar-box .nav-cta-box h4 {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 3px;
    }

    #detail-section .cta-box.calendar-box {
        padding-top: 80px;
        overflow-y: scroll;
        padding-left: 0;
        padding-right: 0;

    }



    #detail-section .select-slot {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    #detail-section .cta-box.calendar-box .mobile-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #detail-section .cta-box.calendar-box .mobile-container-left {
        padding-left: 20px;

    }

    .sidebar-compra .main-side .main-compra {
        position: relative;
        left: -40px;
        bottom: 0;
        width: 80%;
    }


    .main-content {
        width: 100%;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 9;
    }

    .sidebar-agenzia .main-content {
        width: 100%;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 9;
    }

    .sidebar-agenzia .main-side .big-title {
        color: #3D3D3B;
        font-size: 39px;
    }

    .sidebar-agenzia .main-side img {
        position: relative;
        width: 200px;
        left: 0;
        bottom: 0;
    }

    .sidebar-agenzia .main-side {
        padding-bottom: 0;

    }

    .sidebar-agenzia .font-24 {
        font-size: 16px;
    }

    .sidebar-agenzia .side-agency-box img {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .sidebar-agenzia .height-container {
        height: auto;
    }


    .sidebar-agenzia .font-16 {
        font-size: 12px;
    }

    .box-metodo.light-box-metodo {
        border-bottom: 1px solid #CECCCC;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .sidebar-agenzia .banner-fine-image {
        position: relative;
        bottom: 0;
        width: 100%;
        margin: 0 0 0 auto;
    }

    .sidebar-agenzia .banner-image .main-content {
        width: 100%;
        margin: auto 0 0 0;
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar-agenzia .banner-image {
        background-color: #D6F5FF;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .sidebar-agenzia .btn-cont {
        padding-left: 20px;
        padding-left: 20px;
    }



    .main-side .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        color: #3D3D3B;
        border-radius: 50%;
        text-align: center;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 5;
    }

    .sidebar-compra .main-side {
        height: auto;
        padding: 60px 20px 0px 20px;
        background-color: #F7C564;
    }

    .sidebar .side-content-text {
        padding: 30px 20px;
        background-color: #F8F5F7;
    }


    .info-box .step {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .sidebar .collapse-container {
        text-align: left;
        padding: 10px;
    }

    .sidebar .text-icon p {
        padding-left: 0px;
        font-size: 10px;
    }


    .cit {
        font-size: 16px;
        text-align: center;
    }

    .sidebar .banner p {
        padding-left: 0px;
        font-size: 12px;
        text-align: center;

    }

    .sidebar-compra .sidebar .banner-image .main-content {
        width: 100%;
        margin: 0;
    }

    .sidebar-compra .sidebar .banner-image {
        background: linear-gradient(183deg, rgba(184, 184, 184, 0.16) -17.52%, rgba(242, 242, 242, 0.12) 91.47%);
        background-color: #F7C564;
        padding: 40px 20px 0px 20px;
        position: relative;
    }

    .sidebar-compra .sidebar .banner-image img {
        position: relative;
        width: 100%;

    }

    .sidebar-gara .main-side {
        padding: 50px 40px;
        padding-bottom: 0;
    }

    .sidebar-gara .main-side img {
        position: relative;
        left: 0;
        bottom: 0;
        width: 200px;
    }

    .sidebar-gara .mobile-box {
        width: 33%;
        padding-left: 7px;
        padding-right: 7px;
    }


    .sidebar-gara .sidebar .banner-image {
        background: linear-gradient(183deg, rgba(184, 184, 184, 0.16) -17.52%, rgba(242, 242, 242, 0.12) 91.47%);
        background-color: #D7CDC2;
        padding: 40px 20px 320px 20px;
        position: relative;
    }

    .sidebar-gara .sidebar .banner-image .main-content {
        width: 100%;
        margin: 0;
    }

    .sidebar-gara .sidebar .banner-image img {
        position: absolute;
        bottom: 0;
        width: 300px;
        right: 5%;
    }

    .sidebar-gara .info-title {
        font-size: 12px;
    }

    .sidebar-gara .item img {
        width: 100px;
        margin: 0 auto;
    }

    .side-gara-caro.owl-theme .owl-nav button {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #E62048;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .side-gara-caro.owl-theme .owl-nav button span {
        font-size: 14px;
    }

    .side-gara-caro.owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 0;
    }

    .side-gara-caro.owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 0;
    }


    .sidebar-vendi .main-vendi {
        position: relative;
        bottom: 0;
        left: -20px;
        width: 70%;
    }

    .sidebar-vendi .main-side {
        height: auto;
        padding: 60px 20px 0px 20px;
        background-color: #A2C5D7;
    }

    .mobile-shrink {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .sidebar-vendi .sidebar .banner-image .main-content {
        width: 100%;
        margin: 0;
    }

    .sidebar-vendi .sidebar .banner-image {
        background: linear-gradient(183deg, rgba(184, 184, 184, 0.16) -17.52%, rgba(242, 242, 242, 0.12) 91.47%);
        background-color: #A2C5D7;
        padding: 40px 20px 280px 20px;
        position: relative;
    }

    .sidebar-vendi .sidebar .banner-image .banner-fine-image {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 300px;
    }

    .sidebar-metodo .main-side {
        height: auto;
        padding: 60px 20px 0px 20px;
        background-color: #FFC0C1;
    }

    .sidebar-metodo .main-metodo {
        position: relative;
        bottom: 0;
        left: 0;
        width: 60%;
    }


    .sidebar-metodo .icon-box h3 {
        height: auto;
    }


    .sidebar-metodo .last-car img {
        width: 100px;
        margin: 0 auto;
    }

    .sidebar-metodo .info-title {
        font-size: 12px;
    }

    .sidebar-metodo .banner-image .main-content {
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .sidebar-metodo .banner-image .button-l {
        font-size: 12px;
    }

    .sidebar-metodo .banner-image .banner-fine-image {
        width: 300px;
        position: relative;
        bottom: 0px;
        right: 0;
        display: flex;
    }

    #detail-section .action-container {
        flex-wrap: nowrap;
    }





}








/* ---- gara ----*/

#attesa {
    padding-top: 150px;
    padding-bottom: 60px;
    background-color: #E8DED2;
    height: 100vh;
}

#attesa .icon-attesa {
    width: 140px;
    margin: 0 auto;
}

#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
}


#countdown .count-box {
    width: 93px;
    height: 93px;
    border: 1px solid #B8B8B8;
    border-radius: 0px 16px 0px 16px;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;

}

#countdown .count {
    font-size: 32px;
    font-weight: 600;
}


.gara-navigator {
    border-radius: 0px 0px 0px 16px;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    padding: 10px 25px;
    top: 80px;

}

#attesa .partcipa-box {
    border-radius: 0px 16px 16px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 300px;
}

#attesa .start {
    background: #E62048;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.time-line-container {
    position: fixed;
    width: 100%;
    top: 127px;
    height: 8px;
    background-color: #E3E3E3;
}


.time-line {
    width: 70%;
    position: relative;

}


.time-line .red-line {
    height: 8px;
    background-color: #E62048;
}


.time-indicator {
    border-radius: 0px 0px 0px 10px;
    border: 1px solid #E62048;
    background: #FFF;
    padding: 8px 8px 0px 8px;
    position: absolute;
    top: 125px;
    right: 0;
}

.time-indicator .font-time {
    font-size: 28px;

}


#pregara .gara-list-side {
    width: 50%;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 30px;

}

#pregara .gara-list-side h3 {
    color: #fff;
}

#pregara .gara-list-side .tab-gara-container {
    background-color: #D7CDC2;
    padding-right: 40px;
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 30px;

}

#pregara .gara-list-side .tab-gara-container.border-bot {
    border-bottom: 1px solid #fff;
    padding-top: 100px;
    padding-bottom: 0px;
}

#pregara .gara-list-side .tab-gara-container .img-tab {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 315px;
}

#pregara .gara-list-side .nav-pills .nav-link {
    color: #3D3D3B;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

#pregara .gara-list-side .nav-pills .nav-link.active {
    font-weight: 600;
    background-color: transparent;
    border-bottom: 3px solid #E62048;
    border-radius: 0;
}

#pregara li {
    margin-right: 15px;
}





#pregara .gara-content-side {
    width: 50%;
    background-color: #E8DED2;
    height: 100vh;


}

#pregara .gara-list-side .home-card.home-list-card .time-info {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #B3B3B3;
    background-color: #fff;
    padding: 12px;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    left: inherit;
    z-index: 9;
    width: 50%;
}

#pregara .gara-list-side .home-card.home-list-card .proposal-info {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #B3B3B3;
    background-color: #fff;
    padding: 12px;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    left: inherit;
    z-index: 9;
    width: 50%;
}

#pregara .gara-list-side .list-container {
    padding-left: 5%;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
}



#pregara .gara-list-side .home-card.home-list-card .price-box {
    margin-bottom: 40px !important;
}

#pregara .gara-navigator {

    left: inherit;
    right: 0;
    position: absolute;
    width: 100%;
}

#pregara .gara-content-side .content-position {
    display: table-cell;
    vertical-align: middle;
}

#pregara .gara-content-side .content-position.box-gara {
    padding-top: 80px;
}


#pregara .gara-content-side .img-content {
    width: 145px;
    margin: 0 auto;
}

#pregara .unselect-gara {
    display: table;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;

}

#pregara .select-gara {
    height: 100%;

}

#pregara .table-select-gara {
    display: table;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#pregara .unselect-gara .disable-p {
    color: #D1D1D1;
}

#pregara .select-gara .part-people {
    width: 40px;
    margin-left: -10px;
}

#pregara .select-gara .number-people {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #3D3D3B;
    margin-left: -10px;
}

.gara-navigator.bottom-navigator {
    top: inherit;
    bottom: 0;
}


#detail-section.gara-section .content-box {
    width: 40%;
    padding-bottom: 60px;
}

#detail-section.gara-section .content-box .photo-box {
    background-color: #fff;
    padding-right: 20px;
}


#detail-section.gara-section .preview-image img {
    height: 440px;
    object-fit: cover;
    border-radius: 15px 0px 0px 0px;
}


#detail-section.gara-section .caratteristiche-container {
    flex-wrap: wrap;
}

#detail-section.gara-section .gara-box .nav-cta-box {
    border-radius: 0px 0px 0px 16px;
    background-color: #fff;
    padding: 15px 50px;
    position: fixed;
    z-index: 15;
    width: 60%;
    right: 0;
    top: 70px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
}

#detail-section.gara-section .gara-box {
    width: 60%;
    background-color: #E8DED2;
    border-radius: 0px 0px 0px 16px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0;
}

#detail-section.gara-section .partecipanti {
    width: 40%;
    padding-right: 20px;
    border-right: 1px solid #C9C8CD;
    padding-left: 20px;
    padding-top: 150px;
    padding-bottom: 30px;
    height: 100%;


}


#progressBar {
    width: 10px;
    margin: 0;
    height: 80%;
    background-color: #ffffff;
    position: fixed;
    top: 120px;
    z-index: 10;
}

#progressBar div {
    height: 0;
    text-align: center;
    width: 100%;
    background-color: #E62048;
    box-sizing: border-box;
}

#progressBar p {
    text-align: center
}


#progressBar .time-find {
    width: 37px;
    height: 59px;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #E62048;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    left: -15px;
}

#detail-section.gara-section .partecipanti .cont-wrap {
    height: 100%;
}

#detail-section.gara-section .offerte {
    width: 60%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 150px;
    height: 100%;

}

#detail-section.gara-section .offerte .img-ril {
    width: 200px;
}

#detail-section.gara-section .offerte .text-ril span {
    font-size: 40px;
    color: #E62048;
    font-weight: 600;
}


#detail-section.gara-section .photo-offer {
    width: 45px;
}

#detail-section.gara-section .name-offer {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
}

#detail-section.gara-section .name-offer p {
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
}

#detail-section.gara-section .name-offer.blu {
    background-color: #A2C5D7;
}

#detail-section.gara-section .name-offer.pink {
    background-color: #FFC0C1;
}

#detail-section.gara-section .name-offer.yellow {
    background-color: #F7C564;
}

#detail-section.gara-section .name-offer.green {
    background-color: #8AE693;
}
#detail-section.gara-section .name-offer.violet {
    background-color: #CA8AE6;
}

#detail-section.gara-section .name-offer.orange {
    background-color: #F9A47C;
}

#detail-section.gara-section .name-offer.lightblu {
    background-color: #A2F3FE;
}

#detail-section.gara-section .name-offer.red {
    background-color: #FF6769;
}

#detail-section.gara-section .name-offer.purple {
    background-color: #9789FF;
}

#detail-section.gara-section .name-offer.lightgreen {
    background-color: #BAD1C4;
}


#detail-section.gara-section .partecipanti button {
    width: 100%;
}


#detail-section.gara-section .partecipanti .people-box {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #C9C8CD;
    background: #FFF;
    padding: 15px;

}


.scroll-people-container {
    height: calc(100% - 217px);
    overflow-y: scroll;
    padding-bottom: 60px;
}

.scroll-people-container ul,
.scroll-people-container ul li {
    margin: 0;
    padding: 0;
}


#detail-section.gara-section .time-line-container {
    position: fixed;
    width: 39%;
    top: 127px;
    height: 8px;
    background-color: #E3E3E3;
    right: 0;
}

#detail-section.gara-section .offerte button {
    width: 100%;
    font-size: 12px;
    justify-content: center;
}

#detail-section.gara-section .offerte .offerta-rapida-container {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

#detail-section.gara-section .container-radio input:checked~.button-radio {
    font-weight: 600;
}

#detail-section.gara-section .container-radio input:checked~.button-radio span {
    color: #E62048;
}


#detail-section.gara-section .tootltip-domu {
    border-radius: 0px 0px 0px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    width: 100%;
    padding: 15px;
}

#detail-section.gara-section .tootltip-domu img {
    width: 60px;
}

#detail-section.gara-section .all-container {
    height: 100%;
    border-left: 10px solid #fff;
}

.center-wrap {
    display: table-cell;
    vertical-align: middle;
}


.outter {
    display: table;
    height: 100%;
    width: 100%;
}




.wrap-box {
    flex-wrap: wrap;
}

#faq {
    background-color: #F6F6F0
}

#faq.index-faq {
    background-color: transparent;
}


#faq .left-faq {
    width: 50%;
    background-color: #F6F6F0;
    padding-top: 120px;
    padding-left: 5%;
    padding-right: 30px;
}

#faq .left-faq .title-image {
    width: 140px;
}


#faq .faq-level {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 10px 32px;
}

#faq h5 {
    font-size: 24px;
    margin: 0;
}

#faq .left-faq .faq-level span {
    font-size: 40px;
}

#faq .right-faq {
    width: 50%;
    border-radius: 0px 0px 0px 16px;
    background: #F8F5F7;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    padding-top: 170px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    padding-bottom: 40px;
    position: sticky;
    top: 0;
}

#faq .nav-cta-box {
    border-radius: 0px 0px 0px 16px;
    background-color: #fff;
    padding: 15px 50px;
    position: fixed;
    z-index: 15;
    width: 50%;
    right: 0;
    top: 80px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
}


#faq .accordion-item .accordion-button {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #B8B8B8;
    background: #FFF;
}

#faq .accordion-item {
    background-color: transparent;
    border: none;
}

#faq .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #fff;
    box-shadow: none;
}

#faq .faq-level.active {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #E62048;
    background: #FFF;
    padding: 10px 32px;
    color: #E62048;
}

#pregara .gara-navigator .button-l {
    font-size: 12px;
}

#pregara .owl-carousel,
#pregara .owl-stage-outer,
#pregara .owl-stage,
#pregara .owl-item {
    height: 100%;
}

#pregara .tab-gara-container ul {
    flex-wrap: nowrap;
}

#pregara .tab-gara-container li {
    flex: 0 0 auto;
}

#pcModal .modal-dialog {
    margin: 0;

}

#pcModal .modal-content {
    height: 100vh;
    padding: 25px;
}



.race-modal .icon-container {
    width: 180px;
    margin: 0 auto;
}


@media only screen and (max-width: 1199px) {

    #faq h5 {
        font-size: 20px;
        margin: 0;
    }

    #faq .left-faq .faq-level span {
        font-size: 30px;
    }





    #pregara .gara-content-side {

        height: 100vh;
    }

    #pregara .gara-navigator {
        width: 100%;
        left: inherit;
        right: 0;
    }

    #pregara .gara-navigator {
        width: 100%;
        left: inherit;
        right: 0;
    }

    #pregara .home-card.home-list-card .img-container {
        width: 100%;
    }

    #pregara .home-card.home-list-card .info-box {
        width: 100%;
    }

    #pregara .gara-list-side {
        width: 40%;

    }

    #pregara .gara-content-side {
        width: 60%;
    }

    #pregara .gara-list-side .tab-gara-container.border-bot {
        padding-right: 0;
    }

    #detail-section.gara-section .content-box {
        width: 35%;
        padding-bottom: 60px;
    }

    #detail-section.gara-section .gara-box {
        width: 65%;
    }

    #detail-section.gara-section .detail-mobile-img {
        padding-right: 0;
    }

    #detail-section.gara-section .preview-image img {
        height: 250px;
    }

    #detail-section.gara-section .tabs-container .nav-tabs .nav-link {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #detail-section.gara-section .nav {
        flex-wrap: nowrap;
    }

    #detail-section.gara-section .tabs-container .tab-descritpion {
        flex-wrap: wrap;
    }

    #detail-section.gara-section .tabs-container .border-box {
        border-right: none;
        padding-right: 0px;
        width: 50%;
        margin-bottom: 30px;
    }

    #detail-section.gara-section .gara-box .nav-cta-box {
        width: 65%;
    }

    #detail-section.gara-section .servizi-box {
        flex-wrap: wrap;
    }

    #pregara .gara-list-side .home-card.home-list-card .time-info {
        width: 100%;
    }

    #pregara .gara-list-side .home-card.home-list-card .proposal-info {
        width: 100%;
    }


}

@media only screen and (max-width: 992px) {

    #faq h5 {
        font-size: 16px;
        margin: 0;
    }

    #faq .left-faq .faq-level span {
        font-size: 24px;
    }

    .gara-navigator {
        top: 70px;
    }

    

    #detail-section.gara-section .content-box {
        width: 60%;


    }

    #detail-section.gara-section .gara-box {
        width: 100%;
        z-index: 10;
        transform: none;

    }

    #detail-section.gara-section .gara-box.slide-open {
        width: 100%;
        z-index: 10;
        transform: translateX(60%);
        transition: visibility .3s;
        transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);

    }

    #detail-section.gara-section .gara-box .nav-cta-box {
        width: 100%;
    }

    #pregara .gara-list-side {
        width: 100%;
        height: auto;
    }

    #pregara .gara-content-side {
        position: fixed;
        width: 100%;
        right: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 101;
        transform: translateX(100%);
        visibility: hidden;
        transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);

    }

    #pregara .gara-content-side.open {
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
    }

    #pregara .select-gara .gara-navigator {
        top: 0px;
    }

      

    #pregara .table-select-gara{
        display: block;
    }



    #pregara .gara-navigator.bottom-navigator {
        top: inherit;
        bottom: 0;
    }

    #pregara .unselect-gara {
        display: none;
    }

    #pregara .select-gara {
        display: block !important;
    }

    #pregara .gara-content-side .content-position {
        display: block;
        padding-top: 60px;
    }

    #pregara .gara-list-side .list-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #pregara .gara-list-side .tab-gara-container {
        background-color: #fff;
    }

    #pregara .gara-list-side h3 {
        color: #3D3D3B;
    }

    #pregara .gara-list-side .tab-gara-container {
        padding-bottom: 0;
    }



    #pregara .home-card.home-list-card .img-container {
        width: 40%;
    }

    #pregara .home-card.home-list-card .info-box {
        width: 60%;
    }

    #pregara .gara-list-side .home-card.home-list-card .time-info {
        width: 60%;
    }

 
    #pregara .gara-list-side .home-card.home-list-card .proposal-info {
        width: 60%;
    }






}

@media only screen and (max-width: 767px) {

    #attesa .gara-navigator{
        top:55px;
    }



    #faq .right-faq {
        transform: translateX(100%);
        visibility: hidden;
        transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
        opacity: 0;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background: #F6F6F0;
        overflow-y: scroll;
        padding-top: 135px;
        padding-bottom: 80px;
        z-index: 5;

    }



    #faq .right-faq.open {
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
    }



    #faq .left-faq {
        width: 100%;
        background-color: #F6F6F0;
        padding-top: 80px;
        padding-left: 5%;
        padding-right: 30px;
    }

    #faq .nav-cta-box {
        width: 100%;
        top: 54px;
    }

    #faq .left-faq .title-image {
        width: 65px;
    }

    #faq .left-faq h2 {
        font-size: 30px;
        flex-shrink: 0;
    }

    #faq .category-faq .font-20.dom-red {
        font-size: 12px;
    }

    #pregara .gara-list-side .nav-pills .nav-link {
        font-size:15px;
    }



}


@media only screen and (max-width: 575px) {



    #pregara .home-card.home-list-card .img-container {
        width: 100%;
    }

    #pregara .home-card.home-list-card .info-box {
        width: 100%;
    }

    #pregara .gara-list-side .home-card.home-list-card .time-info {
        width: 100%;
    }


    #pregara .gara-list-side .home-card.home-list-card .proposal-info {
        width: 100%;
    }

}



/* ----- pagina vendi ----*/


#vendi-section {
    background-color: #F8F5F7;
}

#vendi-section .container-custom {
    width: 90%;
}


#vendi-section .left-vendi {
    width: 100%;
    background-color: #D7CDC2;
    height: auto;
    position: relative;


}

#vendi-section .scroll-layer-vendi {
    width: 60%;
}


#vendi-section .left-vendi .main-content-vendi {
    padding-top: 120px;
    padding-left: 5%;
    padding-right: 30px;
}



#vendi-section .left-vendi .img-lef-vendi {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}


#vendi-section .form-vendi {
    width: 40%;
    background-color: #D6F5FF;
    position: sticky;
    right: 0;
    height: 100vh;
    border-radius: 0px 0px 0px 16px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    top: 0;

}

#vendi-section .form-vendi .vendi-form-container {
    width: 80%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 30px;
}


#vendi-section .form-vendi .button-l {
    font-size: 12px;
}

#vendi-section .form-control {
    height: 40px;
}


#vendi-section .big-title {
    color: #3D3D3B;
}




#vendi-section .checkmark {
    background-color: #D1D1D1;
}

#vendi-section .container-check input:checked~.checkmark {
    background-color: #E62048;
}

#vendi-section .img-gradient {
    right: 0;
}

#modo-section {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#modo-section .img-container {
    width: 80%;
}


#banner-vendi {
    background-color: #D7CDC2;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}


#banner-vendi h2 {
    color: #fff;
}

#banner-vendi img {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 4;
}


#banner-vendi .content-banner {
    position: relative;
    z-index: 5;
}

.sell-car.owl-carousel.owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E62048;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sell-car.owl-carousel.owl-theme .owl-nav button span {
    font-size: 16px;
}

.sell-car.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;

}

.sell-car.owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;

}

.sell-car.owl-carousel.owl-theme .owl-dots {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}


.button-float {
    width: 48px;
    height: 48px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    background-color: #E62048;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    top: 120px;
    right: 15px;
    z-index: 70;
    cursor: pointer;
}




@media only screen and (max-width: 1199px) {

    #vendi-section .form-vendi .vendi-form-container {
        width: 90%;

    }

    #banner-vendi img {
        right: -170px;
        height: 100%;

    }

}

@media only screen and (max-width: 992px) {

    #vendi-section .scroll-layer-vendi {
        width: 100%;
    }

    #vendi-section .form-vendi {
        width: 100%;
        position: fixed;
        z-index: 99;

    }

    #vendi-section .form-vendi {
        box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
        position: fixed;
        width: 100%;
        right: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 101;
        transform: translateX(100%);
        visibility: hidden;
        transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);

    }

    #vendi-section .form-vendi.open {
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
    }

    #vendi-section .form-vendi .vendi-form-container {
        padding-top: 100px;
    }


    .sell-mobile-nav {
        border-radius: 0px 0px 0px 16px;
        background: #FFF;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        padding-top: 15px;
        padding: 20px 25px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .mobile-container-send-form {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #fff;
        border-radius: 16px 0px 0px 0px;
        padding: 10px 20px;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        z-index: 110;

    }

    #banner-vendi img {
        right: 0px;


    }

}


@media only screen and (max-width: 767px) {

    #vendi-section .main-content-vendi .font-24 {
        font-size: 14px;
    }

    #vendi-section .left-vendi {
        overflow: hidden;
    }

    #vendi-section .left-vendi .img-lef-vendi {
        width: 100%;
    }

    #modo-section .img-container {
        width: 100%;
    }

    #banner-vendi img {
        position: relative;
        width: 120%;
        height: auto;
        right: 50px;


    }

    #banner-vendi {
        padding-bottom: 0;
    }

    #vendi-section .container-custom {
        width: 100%;
    }

}










/*--------- footer --------*/



#footer-section .prefooter {
    border-radius: 0px 32px 0px 0px;
    background: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer-section .prefooter .logo-container {
    width: 160px;
}

#footer-section .prefooter .button-l {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;

}

#footer-section .news-col {
    width: 34%;
}


#footer-section .first-foot-row {
    width: 10%;
}


#footer-section .second-foot-row {
    width: 12%;

}


#footer-section .third-foot-row,
#footer-section .fifth-foot-row {
    width: 14%;

}

#footer-section .fourth-foot-row {
    width: 16%;

}


#footer-section .social-footer {
    background-color: #E62048;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-section .social-footer .social-icon-w {
    width: 24px;
    height: auto;

}

#footer-section .social-footer .social-icon-l {
    width: 20px;
    height: auto;

}

#footer-section .social-footer .social-icon-y {
    width: 28px;
    height: auto;

}

#footer-section .social-footer p {
    color: #fff;

}



/*--------- contatti + login e registrazione --------*/

#faq .contact-section .right-faq {
    background-color: #D6F5FF;
    height: 100vh;
    padding-top: 120px;
}

#faq .contact-section h5 {
    font-size: 21px;
    margin: 0;
}

#contact-form .select2-container {
    width: 100% !important;
    height: 43px;
}




#contact-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 0;
    height: 43px;
    border-bottom-right-radius: 16px;
}

#contact-form .select2-container--default .select2-selection--single.error {
    background-color: #fff;
    border: 1px solid #E62048;
}

.pda-form .select2-container--default .select2-selection--single.error {
    background-color: #fff;
    border: 1px solid #E62048;
}

.rap-box-gara,
.rap-box-compra {
    display: none;
}

.form-check-input.error {
    border: 1px solid #E62048;
}

#contact-form textarea.form-control {
    height: 280px;
}


#contact-form .button-l {
    width: 100%;
    justify-content: center;
    font-size: 12px;
}


#faq .contact-section .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

#faq .contact-section .faq-level:not(.collapsed) .arrow-up {
    transform: rotate(-180deg);
}


#faq .faq-level:not(.collapsed) {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #E62048;
    background: #FFF;
    padding: 10px 32px;
    color: #E62048;
}

#faq.index-faq .faq-level {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #3D3D3B;
    background: #FFF;
    padding: 10px 32px;
    color: #3D3D3B;
}


#faq .faq-level.open-faq {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 10px 32px;
    color: inherit;
}

#faq .faq-level.open-faq.active {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #E62048;
    background: #FFF;
    padding: 10px 32px;
    color: #E62048;
}

#faq .faq-group {
    display: none;
}

#faq .faq-group.active-group {
    display: block;
}


#login {
    display: none;
}

#share {
    display: none;
}



@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        top: 0;

    }

    100% {
        opacity: 1;
        top: 50%;

    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        top: 0;

    }

    100% {
        opacity: 1;
        top: 50%;

    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#login .bg-login,
#share .bg-share {
    background: rgba(38, 50, 56, 0.70);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    width: 100%;
}

#login .bg-login .login-modal {
    position: fixed;
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #F8F5F7;
    background: #F8F5F7;
    width: 840px;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 510px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

#share .bg-share .share-modal {
    position: fixed;
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #F8F5F7;
    background: #F8F5F7;
    width: 500px;
    transform: translate(-50%, -50%);
    left: 50%;
    height: auto;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 30px;

}



.share-modal span {
    position: absolute;
    right: 30px;
    top: 30px;
}

.share-modal .bord-share {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

#login .bg-login .login-modal .modal-left {
    width: 50%;

}

#login .bg-login .login-modal .plus-container {
    border-radius: 0px 16px 16px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 25px 15px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}

#login .bg-login .login-modal .modal-right {
    background-color: #D6F5FF;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    position: relative;
    padding-bottom: 30px;
    height: 509px;

}



#login .bg-login button.form-control img {
    width: 24px;
    margin-right: 10px;
}

#login .bg-login button.form-control {
    color: #B8B8B8;
    font-size: 16px;
}

#login .bg-login form .button-l {
    width: 100%;
    font-size: 12px;

}


#login .bg-login .login-modal .modal-left img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}


#login .close-login {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 160;
}

#login .autentication-container .code-input,
#login .autentication-container .code-input:focus-visible {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 8px;
    outline: none;
    text-align: center;
}

#two-step-reistration button {
    width: 250px;
}





/*--------- dashboard --------*/

#dash-section .dash-tab-container {
    background: #FFC0C1;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    width: 35%;
    padding: 120px 30px 30px 40px;
    height: 100vh;
}

#dash-section .button-dash {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 10px;
}

#dash-section .button-dash.select-button {
    border: 1px solid #E62048;
    color: #E62048;
}

#dash-section .dash-content {
    padding-top: 120px;
    padding-bottom: 120px;
    width: 65%;
    background-color: #F8F5F7;
    height: 100vh;
    overflow-y: scroll;
    position: relative;

}

#dash-section .border-tab {
    border-bottom: 1px solid #3D3D3B;
}

#dash-section .dash-content .dash-container {
    padding-left: 30px;
    padding-right: 30px;
}

#dash-section .user-img {
    width: 45px;
    height: 45px;
}

#dash-section .owl-carousel,
#dash-section .owl-stage-outer,
#dash-section .owl-stage,
#dash-section .owl-item {
    height: 100%;
}

#dash-section .home-card.home-list-card .img-container {
    height: auto;
}

#area-tab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #3D3D3B;
    background-color: transparent;
    border-bottom: 2px solid #E62048;
}

#dash-section .title-table {
    display: flex;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#immobili .data-table {
    display: flex;
    width: 30%;
    padding-right: 15px;
}

#dash-section .name-data-table {
    width: 40%;
    padding-right: 10px;
}

#dash-section .name-table {
    width: 30%;
    padding-right: 10px;
}

#proposte .name-table {
    width: 45%
}

#proposte .contract-table {
    width: 15%;
}

#proposte .contract-gara-table {
    width: 35%;
}


#proposte .stato-table {
    width: 20%;
    padding-right: 10px;
}

#proposte .data-table {
    width: 20%;
    padding-right: 10px;
}

#dash-section .value-table {
    width: 15%;
    padding-right: 10px;
}

#dash-section .gara-table {
    width: 20%;
    padding-right: 10px;
}

.caparra-in-corso .yellow {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F7C564;

}

.caparra-ok .green {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #72A0B0;
}



#dash-section .local-table,
#dash-section .wc-table {
    width: 10%;
    padding-right: 10px;
}

#dash-section .action-table {
    width: 15%;

}

#dash-section .dash-table {
    border: 1px solid #C9C8CD;
    background: #FFF;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

#dash-section .dash-banner {
    position: relative;
    background-color: #D6F5FF;
    height: auto;
    overflow: hidden;

}

.open-tab-immobile-box {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    color: #3D3D3B;
    text-decoration: none;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.open-tab-immobile-box.underline-tab {
    border-bottom: 2px solid #E62048;
}

.tab-immobile-box {
    display: none;
}

.tab-immobile-box.active-tab {
    display: block;
}

#dash-section .dash-content-banner {
    width: 60%;
    padding: 25px;

}

#dash-section .dash-img-banner {
    width: auto;
    position: absolute;
    right: -100px;
    height: 100%;


}

#dash-section .dash-img-banner img {
    height: 100%;

}

.dash-container .empty-banner {
    background-color: #D6F5FF;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B8B8B8;
}

.dash-container .empty-banner img {
    width: 60px;
    margin-right: 15px;
}

.gara-list-side .empty-banner {
    background-color: #E8DED2;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B8B8B8;
}

.gara-list-side .empty-banner img {
    width: 60px;
    margin-right: 15px;
}



.input-icon {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #B8B8B8;
    font-weight: 300;
    font-size: 16px;
}

.input-icon.end-input {
    left: inherit;
    right: 10px;
}

#dash-section .form-control {
    padding-left: 40px;
}

.upload-control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.choose-file-button {
    flex-shrink: 0;
    border: 1px solid #E62048;
    background-color: transparent;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    width: 120px;
}


.file-drop-area {
    position: relative;


}

.file-message {
    font-size: 10px;
    line-height: 13px;
}


#area-tab .nav-item {
    flex-shrink: 0;

}

#area-tab {
    flex-wrap: nowrap;
    overflow-x: scroll;

}




#area-tab .nav-link {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    color: #3D3D3B;
    text-decoration: none;
    border-radius: 0;

}

.home-card.home-list-card.dash-card .img-container {
    width: 30%;
}

.home-card.home-list-card.dash-card .price-box {
    justify-content: start;
}

.home-card.home-list-card.dash-card .info-box .first-info,
.home-card .info-box .second-info {
    margin-top: 10px;
}

.home-card .owl-carousel .owl-stage-outer,
.home-card .owl-carousel .owl-stage-outer .owl-stage,
.home-card .owl-carousel .owl-item {
    height: 100%;
}


.home-card.home-list-card.dash-card .traditional-price,
.home-card.home-list-card.dash-card .gara-price {
    border-right: 1px solid #CECCCC;
    flex-shrink: 0;
}

.home-card.home-list-card.dash-card .info-box {
    width: 70%;
}

#dash-section .select2-container {
    width: 100% !important;
    height: 43px;
}

#dash-section .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 0;
    height: 43px;
    border-bottom-right-radius: 16px;
}

#dash-section .user-area-container {
    width: 85%;
}

#dash-section .data-container {
    display: none;
}

#dash-section .data-container.active {
    display: block;
}

#delete-user-modal .button-l {
    font-size: 12px;
    width: 150px;
}

#dash-section .action-table .button-s {
    font-size: 10px;
}

#dash-section .caratt-div {
    flex-wrap: wrap;
}


#dash-section .action-table.button-table {
    width: 30%;
}

.snackbar.hide {
    display: none;
}

.snackbar {
    position: fixed;
    top: 44px;
    width: auto;
    padding: 15px;
    background-color: #D6F5FF;
    border: 1px solid #B8B8B8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 16px 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 15;
}

.snackbarcf {
    position: fixed;
    top: 44px;
    width: auto;
    padding: 15px;
    background-color: #D6F5FF;
    border: 1px solid #B8B8B8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 16px 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 15;
}

.snackbar.error-snack {
    position: fixed;
    top: 44px;
    width: max-content;
    padding: 15px;
    background-color: #FFC0C1;
    border: 1px solid #B8B8B8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 16px 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 15;
}

.custom-modal-body .snackbar.error-snack {
    top: 25px;

}

.snackbarcf.error-snack {
    position: fixed;
    top: 44px;
    width: max-content;
    padding: 15px;
    background-color: #FFC0C1;
    border: 1px solid #B8B8B8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 16px 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 15;
}

/* ---- notifiche -----*/

.notify-dropdown {
    border-radius: 0px 0px 16px 16px;
    background: #F8F5F7;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    top: 80px;
    width: 285px;
    z-index: 80;
    right: 40px;
    height: 400px;
    overflow-y: scroll;
    display: none;

}


.notify-dropdown.open {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    display: block;
}

.notify-dropdown .notify-nav {
    border-radius: 0px 0px 16px 0px;
    background: #FFF;
    padding: 12px;
    position: fixed;
    width: 285px;

}

.not-alert {
    width: 15px;
    height: 15px;
    background-color: #E62048;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.not-alert.menu-alert {
    position: absolute;
    top: 3px;
    right: 20px;
}

.not-alert p {
    color: #fff;
    font-size: 10px;

}

header .not-alert p {
    color: #fff;
    font-size: 10px;

}

.notify-dropdown .notify-space {
    padding-top: 40px;

}

.notify-dropdown .noty-box {
    padding: 15px;
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
}

.notify-dropdown .noty-box:hover {
    background-color: #FFC0C1;

}



.gradient-people {
    background: rgb(248, 245, 247);
    background: linear-gradient(360deg, rgba(248, 245, 247, 1) 7%, rgba(248, 245, 247, 0.8575805322128851) 56%, rgba(248, 245, 247, 0) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 80px;
    z-index: 9;
}

.dash-modal.modal-dialog {
    width: 680px;
    max-width: 680px;
}

.dash-modal .modal-content {
    border-radius: 16px 0px;
    border: 1px solid #F8F5F7;
    background: #F8F5F7;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

#documentModal .type-doc {
    border-bottom: 1px solid #CECCCC;
}

#documentModal .download-doc {
    background-color: transparent;
    border: none;
}

.dati-prop {
    width: 35px;
}

.dati-prop img {
    border-radius: 50%;
}

#detail-section .info-dati.info-agente p {
    width: 100%;
}

#datiModal .data-container {
    border-radius: 0px 16px 16px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 20px;
    height: 150px;
}


#valutaModal .border-title {
    border-bottom: 1px solid #CECCCC;
    padding-bottom: 10px;
}





@media only screen and (max-width: 1340px) {

    #main-section .man-img {
        position: absolute;
        bottom: 0px;
        right: -40%;
        width: 1200px;
        z-index: 5;
    }

    .footer-col-container {
        flex-wrap: wrap;
    }


    #footer-section .first-foot-row,
    #footer-section .second-foot-row,
    #footer-section .third-foot-row,
    #footer-section .fourth-foot-row {
        width: 22%;
    }

    #footer-section .fifth-foot-row {
        width: 48%;

    }

    #footer-section .news-col {
        width: 48%;
    }

    #dash-section .user-area-container {
        width: 100%;
    }

    #dash-section .dash-tab-container {
        width: 30%;
    }

    #dash-section .dash-content {
        width: 70%;
    }






}

@media only screen and (max-width: 1199px) {

    #contact-form textarea.form-control {
        height: 150px;
    }

    #main-section .man-img {
        right: -45%;
        width: 1000px;

    }


    #dash-section .dash-tab-container .button-dash .font-18 {
        font-size: 16px;

    }

    #dash-section .dash-tab-container {
        padding-left: 30px;
        padding-right: 30px;

    }

    .home-card.home-list-card.dash-card .price-box {
        flex-wrap: wrap;
    }

    .home-card.home-list-card.dash-card .info-box .second-info {
        margin-top: 15px;
    }

    #dash-section .button-radio {
        padding-left: 20px;
        padding-right: 20px;
    }


    .not-alert.menu-alert {
        position: absolute;
        top: 3px;
        right: 15px;
    }

}





@media only screen and (max-width: 992px) {

    #footer-section .first-foot-row {
        width: 20%;
    }

    #footer-section .third-foot-row,
    #footer-section .fourth-foot-row {
        width: 25%;
    }

    #footer-section .fifth-foot-row {
        width: 30%;

    }

    #footer-section .news-col {
        width: 70%;
    }

    #login .bg-login .login-modal {
        width: 750px;

    }


    #dash-section .dash-tab-container {
        width: 100%;
        height: 130vh;
    }

    #dash-section .dash-content {
        width: 100%;
        transform: translateX(100%);
        visibility: hidden;
        transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
        position: fixed;
        z-index: 101;
        opacity: 0;

    }

    #dash-section .dash-content.visible-container {

        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
    }


    .snackbar {
        top: 34px;
    }

    .snackbarcf {
        top: 34px;
    }

    .notify-dropdown {
        top: 70px;
    }

    #dash-section .border-tab .dash-container {
        padding-right: 0px;
    }

    #dash-section .dash-top-navigator {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        padding: 15px;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        border-radius: 0px 0px 0px 16px;
        background-color: #fff;
        z-index: 10;

    }



}


@media only screen and (max-width: 767px) {

    .dash-modal.modal-dialog {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }

    #dash-section .data-table {
        width: 100%;
    }

    .caratt-div {
        flex-wrap: wrap;
    }


    .caratt-div div {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .price-tag .font-24 {
        font-size: 14px;
    }

    .service-container {
        flex-wrap: wrap;
    }

    .service-container div {
        margin-bottom: 10px;
    }


    #main-section .man-img {
        width: 500px;
        right: -30%;

    }

    #footer-section .first-foot-row,
    #footer-section .second-foot-row,
    #footer-section .third-foot-row,
    #footer-section .fourth-foot-row {
        width: 100%;
        border-bottom: 1px solid #CECCCC;
        margin-bottom: 20px;
    }

    #footer-section .fifth-foot-row {
        width: 100%;
        border-bottom: 1px solid #CECCCC;
        margin-bottom: 20px;

    }

    #footer-section .news-col {
        width: 100%;
    }

    #faq .contact-section h5 {
        font-size: 16px;
        margin: 0;
    }

    #faq .accordion-item .accordion-button {
        font-size: 14px;
    }

    #faq .contact-section .accordion-body {
        font-size: 14px;
    }

    #vendi-form {
        padding-bottom: 40px;
    }

    .mobile-container-contact-form {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #fff;
        border-radius: 16px 0px 0px 0px;
        padding: 10px 20px;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        z-index: 110;
    }

    #contact-form .button-l {
        width: auto;
        justify-content: center;
        font-size: 12px;
    }

    .contact-mobile-nav {
        border-radius: 0px 0px 0px 16px;
        background: #FFF;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        padding-top: 15px;
        padding: 5%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }


    #login .bg-login .login-modal {
        position: fixed;
        border-radius: 16px 0px 0px 0px;
        border: 1px solid #F8F5F7;
        background: #F8F5F7;
        width: 90%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        height: 90vh;
        overflow-y: scroll;

    }

    #login .login-modal .flex-container {
        flex-direction: column-reverse;
    }

    #login .bg-login .login-modal .modal-right {
        width: 100%;
    }


    #login .bg-login .login-modal .modal-left {
        width: 100%;
    }

    #login .bg-login .login-modal .modal-left img {
        display: none;
    }

    #login .bg-login .login-modal .modal-right {
        height: auto;
    }

    #dash-section .user-button-box {
        position: fixed;
        border-radius: 16px 0px 0px 0px;
        background: #FFF;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 15px;
    }

    #dash-section .dash-content {
        padding-bottom: 70px;
        padding-top: 80px;
    }



    #dash-section .name-table {
        width: 100%;
        padding-right: 10px;
    }

    #dash-section .dash-table {
        flex-wrap: wrap;
    }

    #dash-section .action-table {
        width: 100%;
    }

    #dash-section .value-table,
    #dash-section .gara-table {
        width: 50%;
    }

    #proposte .stato-table {
        width: 50%;
    }

    #proposte .contract-table {
        width: 50%;
    }

    #proposte .partecipa-gara-table .contract-table {
        width: 100%;
    }

    #dash-section .local-table,
    #dash-section .wc-table {
        width: 50%;
    }

    #dash-section .title-table {
        display: none;
    }

    #dash-section .name-data-table {
        width: 100%;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    #dash-section .action-table.button-table {
        width: 100%;
        padding-top: 10px;
    }


    .home-card.home-list-card.dash-card .img-container {
        width: 100%;
        height: 200px;
    }

    .home-card.home-list-card.dash-card .info-box {
        width: 100%;
    }


    #delete-user-modal .content-modal-box {
        flex-direction: column-reverse;
    }


    #searchModal .modal-content,
    #favoriteModal .modal-content,
    #delete-user-modal .modal-content,
    .race-modal .modal-content {
        padding: 40px 20px;
    }

    .snackbar {
        top: 14px;
        width: 80%;
    }

    .snackbarcf {
        top: 14px;
        width: 80%;
    }

    .notify-dropdown {
        border-radius: 0px 0px 16px 16px;
        background: #F8F5F7;
        box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 200;
        right: 0px;
        height: 100%;
        overflow-y: scroll;
    }

    .notify-dropdown .notify-nav {
        width: 100%;
    }


    .not-alert.menu-alert {
        position: absolute;
        top: 0px;
        right: 11px;
    }

    #dash-section .dash-content-banner {
        width: 100%;
        padding: 25px;

    }

    #dash-section .dash-img-banner {
        display: none;


    }



}

@media only screen and (max-width: 500px) {

    #main-section .man-img {
        width: 500px;
        right: -66%;
        bottom: 50px;
    }

}




.list-select .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.list-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 300 !important;
    color: #3D3D3B !important;
    font-size: 12px !important;
    line-height: 18px;
    text-align: right;
}

.list-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-search--dropdown {
    display: none;

}

.select2-container--default .select2-results__option--selected {
    background-color: #F8F5F7;
    color: #3D3D3B;
    font-size: 12px;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #E62048;
    color: #ffffff;

}

.select2-results__option--selectable {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0px 0px 16px 0px;
}

.select2-container--default .select2-results>.select2-results__options {
    border-radius: 0px 0px 16px 0px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}




/*----- notifiche live + inizio chat ------*/

#note-live {
    border-radius: 0px 0px 0px 16px;
    border: 1px solid #C9C8CD;
    background: #FFC0C1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: fixed;
    z-index: 99;
    top: 30%;
    right: 0;
    width: 300px;
}


#note-live .note-button {
    background-color: transparent;
    border: none;
    font-size: 12px;
}

.gara-switch .slider .material-symbols-outlined {
    width: 17px;
    height: 17px;
    font-size: 17px;
    bottom: 2px;
    left: 2px;
}


.gara-switch.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    flex-shrink: 0;
}



.start-chat {
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 15;
}

.start-chat .start-chat-box {
    border-radius: 0px 0px 0px 16px;
    border: 1px solid #C9C8CD;
    background: #F8F5F7;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    width: 290px;

}

.start-chat .start-chat-box .text-container {
    padding-left: 30px;
    padding-right: 45px;
}

.start-chat .start-chat-box .round-img {
    width: 64px;
    height: 64px;
    top: -28px;
    left: -28px;
}

.start-chat .start-chat-box .dom-user {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;


}

.start-chat .start-chat-box .send-chat {
    width: 25px;
    height: 25px;
    background-color: #E62048;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-shrink: 0;

}

.start-chat .form-control {
    height: 25px;
    width: 180px;
    flex-shrink: 0;
    font-size: 8px;
}

.start-chat input::-ms-input-placeholder {
    font-size: 8px !important;
}

.start-chat input::placeholder {
    font-size: 8px !important;
}


.form-control.error,
.select2-selection.error {
    border: 1px solid #E62048 !important;
}


/* pagina agenzia */

#agency-page-section .content-agency {
    width: 60%;
    background-color: #D7F1FF;
}

#agency-page-section .contact-agency {
    width: 40%;
}

#agency-page-section .main-container {
    height: auto;
    position: relative;
    padding-top: 120px;

}

#agency-page-section .text-container {
    padding-left: 5%;
    padding-right: 5%;
}

#agency-page-section .big-title {
    color: #3D3D3B;
}

#agency-page-section .banner-agency {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-top: -120px;

}

#agency-page-section .box-metodo {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    padding: 20px;
}

#agency-page-section .box-metodo.border-1 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

#agency-page-section .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 0;
    height: 43px;
    border-bottom-right-radius: 16px;
}

#agency-page-section .select2-container {
    width: 100% !important;
    height: 43px;
}

#agency-page-section .pack-section {
    padding-bottom: 50px;

}

#agency-page-section .line-agency {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

/*#agency-page-section .pack-section{
    padding-top:50px;
    padding-bottom:50px;
    background-color:#F8F5F7;
}*/

#agency-page-section .pack-section .box-metodo {
    border-radius: 0px 16px 16px 16px;

}

#agency-page-section .pack-section .box-metodo .line {
    height: 1px;
    width: 100%;
    background-color: #B8B8B8;
    margin-top: 10px;
    margin-bottom: 10px;

}

#agency-page-section .pack-section .box-metodo .box-pricing {
    line-height: 24px;
}

#agency-page-section .pack-section .box-metodo.bottom-box {
    height: 230px;
}

.box-1 {
    height: 250px;

}


.box-2 {
    height: 150px;
}


.box-3 {
    height: 200px;
}

form .alert {
    display: none;
}

#agency-page-section .step-section {
    background-color: #F8F5F7;
    padding-top: 40px;
    padding-bottom: 40px;
}

#agency-page-section .first-step-section{
    padding-top:120px;
}

#agency-page-section .char-container {
    width: 160px;
}

#agency-page-section .icon-box {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#agency-page-section .road-box {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 15px;
    height: 150px;

}




#agency-page-section .road-box span {
    font-size: 30px;
}

#agency-page-section .icon-box.red-box {
    color: #fff;
    background-color: #E62048;
}

#agency-page-section .formula-container {
    position: relative;
    padding-bottom: 60px;
    padding-top: 40px;
}

#agency-page-section .formula-container .box-metodo {
    padding-top: 30px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 100%;
    position: relative;
    z-index: 5;

}

#agency-page-section .height-container {
    height: 330px;
}

#agency-page-section .gruppo-mani {
    position: absolute;
    bottom: 0;
    left: 0;
}

#agency-page-section .contact-agency {
    background-color: #F8F5F7;
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 40px;
    position: sticky;
    top: 0;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: scroll;
}

#agency-page-section .agency-nav {
    background-color: #fff;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.10);
    border-radius: 0px 0px 0px 16px;
    padding: 15px 20px;
    position: absolute;
    width: 40%;
    top: 70px;
    right: 0;
    z-index: 5;
    width: 100%;

}

#agency-car .item {
    width: 98%;
    margin: 0 auto;
}

#agency-page-section .contact-agency .button-l {
    width: 100%;
    text-align: center;
}

#agency-page-section .item .long-item {
    flex-shrink: 0;
}


.autentication-container {
    display: none;
}

.register-container {
    display: none;
}

.login-container {
    display: none;
}

.resend-pwd-container {
    display: none;
}

.reset-pwd-container {
    display: none;

}

.form-control:focus {
    color: #3D3D3B;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}


textarea.form-control {
    height: auto;
}

#agency-page-section .text-width {
    width: 60%;

}

#agency-page-section .scroll-section {
    overflow-x: scroll;
}

#agency-page-section .scroll-section .item {
    flex: 0 0 auto;
    margin-right: 40px;
}


#agency-car button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E62048;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

#agency-car .owl-next {

    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 10;
}



#agency-car .owl-next.disabled,
#agency-car .owl-prev.disabled {
    display: none;
}

#agency-car .owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    z-index: 10;
}


@media only screen and (max-width:1199px) {

    .box-2 {
        height: 180px;
    }

    .box-3 {
        height: 250px;
    }

    #agency-page-section .height-container .font-16 {
        font-size: 14px;

    }

    #agency-page-section .height-container {
        height: 380px;
    }

    #agency-page-section .pack-car .owl-nav button {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #E62048;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pack-car .item {
        padding: 1px;
    }



    .pack-car .owl-nav .owl-prev {
        position: absolute;
        bottom: 50%;
        transform: translate(-50%, 0);
        left: 0;
    }

    .pack-car .owl-nav .owl-next {
        position: absolute;
        bottom: 50%;
        transform: translate(50%, 0);
        right: 0;
    }



}

@media only screen and (max-width:992px) {

    #agency-page-section .pack-section .box-metodo.bottom-box {
        height: auto;
    }

    .box-1,
    .box-2,
    .box-3 {
        height: auto;
    }

    #agency-page-section .height-container {
        height: auto;
    }

    #agency-page-section .content-agency {
        width: 50%;
    }

    #agency-page-section .contact-agency {
        width: 50%;
    }

    #agency-page-section .agency-nav {
        width: 50%;
        top: 70px;
    }

    #agency-page-section .font-24 {
        font-size: 14px;
    }

    #agency-page-section .box-metodo .font-24 {
        font-size: 20px;
    }

    #agency-page-section .text-width {
        margin-bottom: 80px;
    }

    #agency-page-section .main-container .big-title {
        font-size: 39px;
    }

    #agency-page-section .big-title {
        font-size: 32px;
    }

    #agency-page-section .font-20.mobile-20 {
        font-size: 14px;
    }

    #agency-page-section .road-box {
        padding-left: 30px;
        padding-right: 30px;



    }

}

@media only screen and (max-width:767px) {

    #agency-page-section .content-agency {
        width: 100%;
    }

    #agency-page-section .contact-agency {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(100%);
        visibility: hidden;
        transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
        opacity: 0;
        z-index: 15;
        overflow-y: scroll;
        padding-bottom: 100px;

    }

    #agency-page-section .contact-agency.open {
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
    }

    #agency-page-section .agency-nav {
        width: 100%;
        top: 52px;
    }

    #agency-page-section .main-container {
        padding-top: 80px;
    }
}






/* -- compra subito step----*/

.bg-step {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(55, 58, 58, 0.70);
    z-index: 103;
    display: none;
}

.bg-step.bg-step-partecipa.open {
    display: block;
}

.bg-step.bg-step-proposta.open {
    display: block;
}

.bg-step.bg-step-walk.open {
    display: block;
}

.bg-step.bg-step-compra.open {
    display: block;
}

.bg-step.bg-end-gara.open {
    display: block;
}

.custom-modal {
    border-radius: 16px 0px 0px 0px;
    border: 1px solid #F8F5F7;
    background: #F8F5F7;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 845px;
    height: 600px;
    z-index: 104;
    display: none;

}

.custom-modal.proposta-custom-modal.open {
    display: block;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.custom-modal.compra-custom-modal.open {
    display: block;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.custom-modal.partecipa-custom-modal.open,
.custom-modal.ty-modal-gara.open,
.custom-modal.ty-modal-compra.open {
    display: block;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.custom-modal.modal-riserva.open,
.custom-modal.modal-winner.open,
.custom-modal.modal-loser.open,
.custom-modal.modal-winner-no-reserve.open {
    display: block;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}


.custom-modal.walk-modal-step.open {
    display: block;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

.caracter-ty-form {
    width: 150px;
    margin: 0 auto;
}

.custom-modal.modal-riserva .scroll-item {
    padding-top: 50px;
}



.ty-nav button.close-custom-modal,
.close-race-modal {
    background-color: transparent;
    border: none;
}



.custom-modal .custom-modal-navigator {
    border-radius: 16px 0px 0px 0px;
    background: #FFF;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 25px;
    position: fixed;
    width: 100%;
    z-index: 5;

}

.custom-modal .custom-modal-navigator .nav-p.active {
    color: #E62048;
}

.custom-modal .custom-modal-body {

    height: 100%;


}

.custom-modal .scroll-item {
    height: 558px;
    overflow-y: scroll;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    padding-bottom: 100px;
}

.custom-modal .custom-modal-body .line {
    width: 100%;
    border-bottom: 1px solid #CECCCC;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-modal .custom-modal-body .alert-box {
    border-radius: 0px 0px 0px 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    padding: 15px;
    width: fit-content;
}

.form-check-input:checked {
    background-color: #E62048;
}


.custom-modal .bottom-modal-navigator {
    border-radius: 0px 16px 0px 0px;
    background: #FFF;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
}

.custom-modal .metodo-pay {
    border-radius: 12px;
    border: 1px solid var(--ACTIVE-NERO, #3D3D3B);
    background: #FFF;
    display: flex;
    width: 380px;
    height: 40px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin: 0 auto;
}

.custom-modal .metodo-pay img {
    height: 30px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-modal .pay-box .master-logo {
    height: 25px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-modal .pay-box .visa-logo {
    height: 20px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-modal .pay-box .paypal-logo {
    height: 45px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.pda-form .form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.pda-form .form-control[readonly]:focus {
    border: 1px solid #B8B8B8;
    color: #B8B8B8;
}

.pda-form .select2-container {
    width: 100% !important;
    height: 40px;
}

.pda-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 0;
    height: 40px;
    border-bottom-right-radius: 16px;
}

.form-control.modify-field {
    padding-left: 40px;
}

.custom-modal .progress-bar-box {
    position: fixed;
    bottom: 12px;
    z-index: 11;
    width: 100%;
    left: 0;
}

.snack-icon {
    width: 34px;
}

.custom-modal .progress-container {
    width: 100%;
    height: 5px;
    background: #ccc;
}

.custom-modal .progress-bar {
    height: 5px;
    background: #E62048;
    width: 0%;
}

.form-nav {
    position: fixed;
    width: 100%;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    bottom: 13px;
    padding: 10px 20px;
    left: 0;
    z-index: 10;
    overflow-x: scroll;

}

.form-nav p {
    flex-shrink: 0;
}

.custom-modal .pdf-container {
    border-radius: 0px 32px 0px 0px;
    background: #FFF;
    padding: 30px;
    height: auto;
}

.custom-modal .firma-box {
    border-radius: 0px 0px 16px 0px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    height: 60px;
    padding-left: 20px;

}

.custom-modal .firma-box img {
    height: 50px;
    width: auto;
}

.custom-modal .firma-box.no-bg {
    background-color: transparent;
}

button.go-prev {
    background-color: transparent;
    border: none;
}

.custom-modal .owl-dot.active p {
    color: #E62048;
}

.custom-modal .banner-ty-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.custom-modal .ty-nav {
    border-radius: 0px 16px 0px 0px;
    background: #FFF;
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    font-size: 16px;

}

.close-mobile-modal {
    right: 10px;
    top: 10px;
    z-index: 11;
    cursor: pointer;
}

#walk-car {
    height: 100%;
}


#walk-car .owl-dots {
    position: absolute;
    bottom: -50px;
    transform: translate(-50%, -50%);
    left: 50%;

}

.custom-modal.walk-modal-step .bottom-modal-navigator {
    height: 100px;
}

.custom-modal.walk-modal-step .custom-modal-body {
    position: relative;
    z-index: 11;
}

.custom-modal.walk-modal-step .close-custom-modal-walk {
    height: 60px;
    width: 60px;
    background-color: #F8F5F7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -80px;
    top: 0;
}



.custom-modal.walk-modal-step .walk-content {
    background: #FFF;
    padding: 15px 25px;
    width: 100%;
    height: 98px;
    border-radius: 0px 16px 0px 0px;
    box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.10);
    position: relative;

}

.custom-modal.walk-modal-step .journey-box {
    height: 500px;
}

.custom-modal.walk-modal-step .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F8F5F7;
    display: flex;
    justify-content: center;
    align-items: center;

}

.custom-modal.walk-modal-step .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
    transform: translate(-50%, -50%);
    top: 50%;
}

.custom-modal.walk-modal-step .owl-nav .owl-next {
    position: absolute;
    right: -95px;
    transform: translate(-50%, -50%);
    top: 50%;
}


.walk-video {
    width: 100%;
    height: 100%;
    border-radius: 16px 0px 0px 0px;
    object-fit: cover;

}

@media only screen and (max-width:1023px) {

    .custom-modal.walk-modal-step {
        border-radius: 16px 0px 0px 0px;
        border: 1px solid #F8F5F7;
        background: #F8F5F7;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 520px;

    }

    .custom-modal.walk-modal-step .journey-box {
        height: 402px;
    }

    .custom-modal.walk-modal-step .close-custom-modal {
        width: 40px;
        height: 40px;
        right: -50px;
    }


}




@media only screen and (max-width:992px) {

    .custom-modal {
        border-radius: 16px 0px 0px 0px;
        border: 1px solid #F8F5F7;
        background: #F8F5F7;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 560px;
        z-index: 103;
    }



    .custom-modal .scroll-item {
        height: 558px;
        overflow-y: scroll;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }



}

@media only screen and (max-width:767px) {

    .mobile-navigator .icon-nav {
        line-height: 12px;
    }

    .custom-modal .metodo-pay {
        width: 100%;
    }


    .custom-modal .scroll-item {
        padding-top: 25px;
    }

    .custom-modal .ty-nav {
        padding: 10px;
        font-size: 12px;
    }

    .custom-modal .banner-ty-form {
        position: absolute;
        bottom: 0;
        width: 140%;
        left: 0;
    }

    .ty-modal-form .scroll-item {
        overflow-x: hidden;
    }

}

.gm-style .gm-style-iw-c {
    padding: 0;
}

.gm-style-iw-chr {
    display: none;
}

label.error {
    font-size: 9px;
}


label#privacy-error {
    display: none !important;
}

.select-label label.error {
    position: absolute;
    bottom: 0;
}


/* datepicker*/
#birthdate td,
th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}




.alert-danger {
    color: #E62048;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-size: 10px;
}

.action-btn {
    color: white;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    display: block;
}




.action-btn::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);
    border: 0.15em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    animation: button-anim 0.7s linear infinite;
    opacity: 0;
}

@keyframes button-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.action-btn.spin-button,
.action-btn.spin-button:hover {
    color: transparent;
}

.action-btn.spin-button::after {
    opacity: 1;
}



/* iPad Air */
@media only screen and (device-width: 820px) and (device-height: 1180px) and (orientation : portrait) {
    #main-section {
        height: auto;
    }

    #map-section .map-container .pin-item {
        width: auto;
        height: auto;
    }

    .pin-item .home-card.home-list-card {
        width: 100%;
    }



}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation : portrait) {
    #main-section {
        height: auto;
    }
}



#text-page {
    padding-top: 130px;
    padding-bottom: 50px;
    background-color: #F8F5F7;
}

#text-page .imp-text {
    width: 80%;
    margin: 0 auto;

}

@media only screen and (max-width:767px) {

    #text-page .imp-text {
        width: 100%;
        margin: 0 auto;

    }

    #text-page {
        padding-top: 80px;
    }

}


#detail-section .cta-box.desk-cta-box.detail-post-sign {
    display: block;
}


#detail-section .cta-box.desk-cta-box.detail-post-sign {
    background-color: #E8DED2;
    height: 100vh;
}

#detail-section .cta-box.desk-cta-box.detail-post-sign img {
    width: 100%;
    bottom: 0;
    right: 0;
}

.detail-post-sign-mobile {
    display: block;
}

.detail-post-sign-mobile button {
    font-size: 12px;
    font-weight: 300;
}


.cut-text {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}

.cut-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.cut-text+.read-more.hidden {
    display: none;
}

.gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5424763655462185) 100%);
    width: 100%;
    height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}


.pulse {
    animation: pulse-animation 0.8s ease-in-out;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        background-color: #ffdddd;
    }

    50% {
        transform: scale(1.1);
        background-color: #ffcccc;
    }

    100% {
        transform: scale(1);
        background-color: transparent;
    }
}