<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;family=Libre+Baskerville:wght@400;700&amp;family=Raleway:wght@400;600;800&amp;display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Adamina&amp;display=swap');

/* *********
RESET CSS
********* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

ol, ul {
    list-style: none;
}

a {
    color: initial;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* FINE DEL RESET */

:root {
    --primary: #839f21;
    --primary-dark: #7B9B0A;
    --primary-accent: #def880;
    --secondary: #6B683D;
    --bg: #e6ddca;
    --bg-light: #FCF7EC;
}


@media all {
    body {
        background-color: var(--bg-light);
        font-family: Adamina, Verdana, Arial;
        overflow-x: hidden;
        color: #202020;
        display: flex;
        min-height: 100vh;
        flex-direction: column;
    }

    .main-wrapper {
        flex: 1;
        margin-bottom: 60px;
    }
    
    .slider {
        position: relative;
        width: 100%;
        height: 800px;
        display: flex;
        justify-content: center;
    }

    .slider.small {
        height: 400px;
    }

    .slider &gt; .wrapper-small {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .slider &gt; .bg {
        position: absolute;
        object-fit: cover;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    
    .slider .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        position: relative;
    }

    .slider .bottom &gt; .buttons {
        display: flex;
        align-items: center;
        height: 100%;
        background-color: var(--bg-light);
    }

    .footer-bottom .info2 &gt; .dark {
        display: block;
        margin: 0px;
    }

    .slider .bottom .btn {
        width: 150px;
        height: 100%;
        background: var(--bg-light);
        border: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        text-decoration: none;
    }

    .slider .bottom button.btn {
        cursor: pointer;
    }

    .slider .bottom .btn.square {
        max-width: 80px;
        background: hsla(41, 73%, 96%, 0.8);
        transition: .2s ease background;
    }

    .slider .bottom .btn.square:hover {
        background-color: var(--bg-light);
    }

    .slider .bottom .btn.square &gt; svg {
        height: 35px;
        width: 35px;
        color: var(--primary);
    }

    .slider .bottom .btn &gt; svg {
        height: 25px;
        color: var(--primary);
    }

    .slider .bottom .btn &gt; span &gt; b {
        font-weight: 600;
    }

    .slider.small  &gt; .wrapper-custom {
        width: 100%;
        max-width: 900px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .slider.small  &gt; .wrapper-custom &gt; .column {
        width: 100%;
    }

    .big-buttons {
        display: flex;
        justify-content: center;
        background-color: #d0c4a7;
    }

    .big-buttons &gt; .actions {
        width: 100%;
        max-width: 700px;
    }

    .big-buttons.second-row {
        background-color: #ddd3ba;
    }

    .slider.small .bottom,
    .slider.small .buttons {
        width: 100%;
    }

    .slider .bottom .btn.title {
        width: 100%;
        margin: 0px;
    }

    .form-hidden {
        display: none !important;
    }

    .slider .bottom .btn.title &gt; h1 {
        font-weight: 800;
        text-shadow: none;
        font-size: 24px;
        text-decoration: none;
        color: black;
        margin: 0;
    }

    .slider .bottom .btn &gt; span {
        position: relative;
        color: black;
        /*font-family: "Inter", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        font-size: 13px;
    }

    .slider .bottom .btn.hoverable &gt; span::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0px;
        height: 2px;
        width: 0px;
        background-color: white;
        transition: .2s ease width;
    }

    .slider .bottom .btn:hover &gt; span::after {
        width: 100%;
    }

    .slider .bottom .btn.red {
        background: var(--primary);
    }

    .slider .bottom .btn.yellow {
        background: var(--secondary);
    }

    .slider .bottom .btn.red &gt; span,
    .slider .bottom .btn.yellow &gt; span {
        color: white;
    }

    .text-red {
        color: var(--primary);
        text-decoration: none;
    }

    .text-yellow {
        color: var(--secondary);
        text-decoration: none;
    }

    .colorsabbia {
        background-color: var(--bg);
    }

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

    .centratesto {
        text-align: center;
    }

    .padded {
        padding: 100px 30px;
    }

    .column .wrapper-small {
        display: flex;
        justify-content: center;
    }


    h1 {
        color: black;
        font-size: 35px;
        line-height: 42px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .column .testuale {
        max-width: 700px;
    }
    .column .testuale ul {
        /*line-height: 1.8em;*/
        margin: 20px 0;
        padding: 0px;
        
    }

    .column .testuale ul {
        list-style: none;
    }

    .column .testuale ul li {
        padding: 5px 0 5px 40px;
        background-image: url(/res/img/bullet.png);
        background-repeat: no-repeat;
        background-position: 0 9px;
    }

    .separator {
        width: 1px;
        height: 65px;
        background-color: #D9D9D9;
        z-index: 10;
    }

    .slider .title {
        /*font-family: "Inter", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        font-size: 30px;
        color: white;
        margin-bottom: 25px;
        text-shadow: #000 1px 0 10px;;
        font-weight: 800;
        text-decoration: none;
    }

    .row {
        display: flex;
        flex-direction: row;
    }

    .column.s50 {
        background-color: var(--bg-light);
        width: 50%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .row-alternate:nth-child(odd) &gt; .column.s50 {
        align-items: flex-start;
    }

    .row-alternate:nth-child(even) &gt; .column.s50 {
        align-items: flex-end;
    }

    .row-alternate:nth-child(even) {
        flex-direction: row-reverse;
    }

    .column.s50 &gt; img {
        height: 450px;
        width: 100%;
        object-fit: cover;
    }

    .column.s50 &gt; .title {
        /*font-family: "Raleway", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        font-size: 22px;
        font-weight: 600;
        width: 400px;
        margin-bottom: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .column.s50 &gt; .text {
        /*font-family: "Raleway", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        margin-left: 50px;
        margin-right: 50px;
        font-size: 16px;
        width: 400px;
    }

    .column.s50 .btn {
        background-color: var(--primary);
        font-size: 18px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        width: 450px;
        height: 50px;
        margin-top: 50px;
        transition: .2s ease opacity;
        /*font-family: "Raleway", sans-serif;*/
        font-weight: 600;
    }

    .column.s50 .btn:hover {
        opacity: 0.7;
    }

    .column.s50 .btn &gt; img {
        height: 25px;
        margin-left: 25px;
    }

    .gallery {
        position: relative;
        width: 100%;
        height: 600px;
    }

    .gallery &gt; img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 0;
        object-fit: cover;
    }

    .gallery.small {
        height: 400px;
    }

    .gallery button {
        background: rgba(255, 255, 255, 0.8);
        border: 0px;
        height: 60px;
        width: 60px;
        cursor: pointer;
        transition: .2s ease background;
    }

    .gallery button:hover {
        background-color: white;
    }

    .gallery &gt; .controls {
        display: flex;
        justify-content: space-between;
        width: 180px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
    }

    .gallery button &gt; svg {
        height: 30px;
        width: 30px;
        color: var(--primary);
    }

    
    .footer-bottom {
        display: flex;
        justify-content: center;
        width: 100%;
        display: flex;
        z-index: 2;
        background-color: var(--bg-light);
        border-bottom: 1px solid #dbdbdb;
    }

    .footer-bottom .info {
        height: 100%;
        width: 380px;
        box-sizing: border-box;
        padding: 30px 30px;
        font-family: Adamina, Verdana, Arial;
        line-height: 22px;
        font-size: 14px;
    }

    .footer-bottom .info &gt; b {
        font-weight: 800;
        line-height: 34px;
    }

    .footer-bottom .info &gt; a {
        color: black;
    }

    .footer-bottom .info2 {
        display: flex;
        align-items: center;
    }

    .footer-bottom .info2 &gt; img {
        height: 85px;
        margin-left: 50px;
    }

    .copyright {
        display: flex;
        padding: 12px 30px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        background-color: var(--primary);
        color: var(--primary-accent);
        font-family: sans-serif;
    }

    .copyright &gt; .wrapper-small {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright &gt; .wrapper-small &gt; span {
        margin-right: 20px;
    }

    .copyright &gt; .wrapper-small a {
        color: var(--primary-accent);
    }
    
    .slider.small .y-centered {
        background-color: red;
        display: flex;
        align-items: center;
    }

    .big-btn {
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        box-sizing: border-box;
        padding: 20px 35px;
        width: 100%;
    }

    .big-btn.red {
        color: white;
        background-color: var(--primary);
    }

    .big-btn.yellow {
        color: white;
        background-color: var(--secondary);
    }

    .big-btn &gt; svg {
        height: 38px;
        object-fit: contain;
        margin-bottom: 14px;
    }

    .big-btn &gt; span {
        position: relative;
        font-size: 16px;
    }

    .big-btn &gt; span &gt; b {
        font-weight: 600;
    }

    .big-btn &gt; span::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0px;
        height: 2px;
        width: 0px;
        background-color: white;
        transition: .2s ease width;
    }

    .big-btn.hoverable:hover &gt; span::after {
        width: 100%;
    }

    .button {
        background-color: var(--primary);
        color: white;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 23px;
        width: fit-content;
        border: 0px;
        /*font-family: "Raleway", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        cursor: pointer;
    }

    .wrapper-features {
        padding: 100px 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .features {
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .features &gt; .list {
        width: 100%;
        height: 0px;
        background-color: var(--primary);
        display: flex;
        justify-content: center;
        overflow-y: hidden;
        transition: .3s ease height;
    }

    #features-button &gt; img.open {
        transform: rotate(-180deg);
    }

    .features &gt; .list.open {
        height: 200px;
    }

    .features &gt; .list &gt; .wrapper-custom {
        display: flex;
        justify-content: center;
        max-width: 400px;
        width: 100%;
    }

    .features &gt; .list &gt; .wrapper-custom &gt; .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .features &gt; .list &gt; .wrapper-custom &gt; .column:last-child {
        margin-left: 20px;
    }

    .features &gt; .list &gt; .wrapper-custom &gt; .column &gt; img {
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .select {
        background: none;
        color: white;
        /*font-family: "Raleway", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 40px;
        box-sizing: border-box;
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url("/res/img/chevron-white.svg");
        background-repeat: no-repeat;
        background-position-x: calc(100% - 15px);
        background-position-y: 50%;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
    }

    .select &gt; option {
        color: #202020;
        background-color: white;
    }

    #no-res {
        display: none;
        padding: 0 20px;
        text-align: center;
    }

    .select-wrapper &gt; input {
        box-sizing: border-box;
        border: 1px solid #dfdfdf;
        width: 500px;
        height: 52px;
        padding: 10px 30px;
        font-size: 16px;
        /*font-family: "Raleway", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        background: none;
    }

    .select-wrapper &gt; textarea {
        box-sizing: border-box;
        border: 1px solid #dfdfdf;
        width: 500px;
        height: 52px;
        padding: 10px 30px;
        font-size: 16px;
        /*font-family: "Raleway", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
        background: none;
        resize: vertical;
    }

    .informativa {
        max-width: 500px;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .select-wrapper {
        position: relative;
        margin-bottom: 20px;
    }

    .select-wrapper &gt; label {
        position: absolute;
        top: -8px;
        left: 10px;
        padding: 0px 10px;
        background-color: #FBFAF5;
        font-size: 12px;
        color: #919191;
    }

    .select-wrapper &gt; .select {
        width: 500px;
        height: 52px;
        color: var(--primary);
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 30px;
        padding-right: 50px;
        background-image: url("/res/img/chevron.svg");
        font-weight: 500;
        font-size: 16px;
    }

    .button &gt; img {
        height: 30px;
        width: 30px;
        transition: .2s ease transform;
    }

    .button &gt; span {
        margin-right: 20px;
    }

    .actions {
        display: flex;
        align-items: center;
    }

    .lista-appartamenti {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .appartamento {
        width: 100%;
        height: 100%;
        min-height: 360px;
        display: flex;
        margin-bottom: 20px;
    }

    .appartamento &gt; .slideshow:hover ~ .column &gt; .title,
    .appartamento .title:hover {
        text-decoration: underline;
    }

    .appartamento &gt; .column.slideshow {
        position: relative;
    }

    .appartamento &gt; .slideshow &gt; a {
        height: 100%;
    }

    .appartamento &gt; .slideshow &gt; img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .appartamento &gt; .column {
        width: 50%;
        align-items: flex-start;
        box-sizing: border-box;
        /*font-family: "Raleway", sans-serif;*/
        font-family: Adamina, Verdana, Arial;
    }

    .appartamento &gt; .column:nth-child(even) {
        padding: 50px;
    }

    .appartamento &gt; .column .title {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        color: black;
    }

    .appartamento &gt; .column .price {
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 600;
    }

    .appartamento &gt; .column .text {
        font-size: 14px;
    }

    .appartamento &gt; .column &gt; a &gt; img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .appartamento .text {
        font-style: italic;
        line-height: 24px;
        font-size: 14px !important;
    }

    .appartamento .features-row,
    .appartamento .feature-row {
        display: flex;
        align-items: center;
    }

    .appartamento .feature-row &gt; svg {
        height: 24px;
        width: 24px;
        color: black;
    }

    .appartamento .feature-row &gt; span {
        margin-left: 10px;
        margin-top: -2px;
    }

    .appartamento .features-row {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .appartamento .feature-row {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .appartamento .arrow-btn:nth-child(odd) { left: 0px; padding-left: 0px; }
    .appartamento .arrow-btn:nth-child(even) { right: 0px; padding-right: 0px; }

    .arrow-btn {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(252, 247, 236, 0.8);
        transition: .2s ease background;
        position: absolute;
        border: 0px;
        top: calc(50% - 30px);
        cursor: pointer;
        padding: 0px;
    }

    .arrow-btn &gt; svg {
        margin: 0px;
        height: 30px;
        height: 30px;
        color: var(--primary);
    }

    .arrow-btn:hover {
        background: var(--bg-light);
    }

    .main-info {
        display: flex;
        background-color: var(--bg);
        font-family: Adamina, Verdana, Arial;
        font-size: 14px;
        line-height: 22px;
        justify-content: center;
        padding: 80px 30px;
    }

    .main-info &gt; .wrapper-small {
        display: flex;
        max-width: 900px;
    }

    .main-info .col {
        width: 50%;
        box-sizing: border-box;
        padding-right: 60px;
        line-height: 24px;
    }

    .main-info .col b,
    .main-info .col strong {
        font-weight: 600;
    }

    .main-info .col:nth-child(even) {
        font-style: italic;
    }

    .mosaic {
        display: flex;
        justify-content: center;
        padding: 30px;
    }

    .mosaic &gt; .wrapper-small {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mosaic &gt; .wrapper-small &gt; img {
        width: calc((100% / 3) - 10px);
        margin-bottom: 15px;
        object-fit: cover;
        height: 250px;
        cursor: pointer;
        transition: .2s ease filter;
    }

    .mosaic &gt; .wrapper-small &gt; img:hover {
        filter: brightness(0.5);
    }

    .lightbox,
    .foo-lightbox {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 11111;
        display: none;
    }

    .lightbox &gt; .wrapper,
    .foo-lightbox &gt; .wrapper {
        position: relative;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }

    .lightbox &gt; .wrapper &gt; img,
    .foo-lightbox &gt; .wrapper &gt; img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .lightbox &gt; .wrapper &gt; .close,
    .foo-lightbox &gt; .wrapper &gt; .close {
        top: 0px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .lightbox &gt; .wrapper &gt; .arrow-btn:nth-child(odd) { left: 0px; z-index: 2; }
    .lightbox &gt; .wrapper &gt; .arrow-btn:nth-child(even) { right: 0px; z-index: 2; }

    .foo-lightbox &gt; .wrapper &gt; .arrow-btn:nth-child(odd) { left: 0px; z-index: 2; }
    .foo-lightbox &gt; .wrapper &gt; .arrow-btn:nth-child(even) { right: 0px; z-index: 2; }

    #map {
        width: 100%;
        max-width: calc(100vw - 80px);
        height: 500px;
    }



    /* SLIDE */
	#slideHome{height: 100vh;}
    .slideimg {
        position: absolute;
        z-index: 1;
        background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
    }
	#sfondo{
		width:100%;
		position: absolute;
		z-index: 1;
	}
    .slide {
      border: none; 
      opacity: 0; 
      filter:alpha(opacity=0);
      position: absolute; 
      top: 0; 
      left: 0;
    }
    .showMe {
      opacity: 1;
      filter:alpha(opacity=100);
    }
	.logogrande{
		position:absolute;
		z-index: 90;
		top: calc(50% - 150px);
		left: 0;
		width: 100%;
		text-align: center;
		opacity: 0;
		-webkit-animation-name: logograndemove;
		-webkit-animation-duration: 4s;
		/*-webkit-animation-iteration-count: infinite;*/
		-webkit-animation-iteration-count: 1;
	}
    /* FINE SLIDE */

    .fascia-social {
        /* width: 100%; */
        display: flex;
        justify-content: center;
        padding: 18px 20px;
        background-color: #f2ead9;
    }

    .link-social {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #a49779;
        border-radius: 3px;
        margin: 0px 6px;
    }

    .link-social &gt; img {
        height: 22px;
        width: 22px;
    }
    
    
    
	.containerchi{
		max-width:1000px;
		padding: 80px 0 80px 0;
		width:100%;
		margin:0 auto;
		line-height: 1.4em;
		text-align: center;
		/*background-color: #00f;*/
	}
    .chi{
        float: left;
        width: 31%;
        padding: 1%;
        /*background-color: #00f;*/
    }
    .chi img{
        width: 100%;
    }
    .clear_left{
        clear: left;
    }
    
}











@media only screen and (max-width: 1024px) {
    .column.s50 &gt; .title {
        font-size: 16px;
        margin-bottom: 10px;
        width: 300px;
        margin-left: 35px;
        margin-right: 35px;
        margin-top: 35px;
    }

    .column.s50 &gt; .text {
        font-size: 14px;
        width: 300px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .column.s50 img {
        height: 420px;
    }

    .column.s50 .btn {
        font-size: 14px;
        width: 335px;
        height: 40px;
    }

    .column.s50 .btn &gt; img {
        height: 20px;
        margin-left: 15px;
    }
}















@media only screen and (max-width: 800px) {
    
    .chi{
        float: left;
        width: 90%;
        padding: 5%;
        /*background-color: #00f;*/
    }
    .chi img{
        width: 100%;
    }
    
    .porcocane {
        height: 500px;
        width: 100%;
        background-color: black;
    }

    .padded {
        padding: 80px 30px;
    }

    .slider {
        height: 570px;
    }

    .slider .bottom .btn.red,
    .slider .bottom .btn.yellow {
        display: none;
    }

    .slider .bottom {
        height: 70px;
        width: 100%;
    }

    .slider .bottom .btn {
        width: 120px;
    }

    .slider .bottom .btn.square {
        width: 70px;
    }

    .row {
        flex-direction: column !important;
    }

    .column.s50 {
        width: 100%;
        box-sizing: border-box;
    }

    .column.s50:nth-child(even) {
        padding: 35px;
    }

    .column.s50 &gt; .title {
        margin: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .column.s50 &gt; .text {
        width: 100%;
        margin: 0px;
    }

    .column.s50 .btn {
        width: 100%;
    }

    .gallery {
        margin-top: 0px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom .info {
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
    }

    .footer-bottom .info2 {
        width: 100%;
        padding: 30px;
        justify-content: center;
        box-sizing: border-box;
    }

    .slider .title {
        text-align: center;
        padding: 0px 20px;
    }

    .copyright &gt; .wrapper-small {
        flex-direction: column;
    }

    .copyright &gt; .wrapper-small &gt; span {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .actions {
        flex-wrap: wrap;
    }

    .actions &gt; .big-btn {
        width: 50%;
    }

    .actions &gt; .big-btn:last-of-type {
        width: calc(50% - 1px);
    }

    .slider.small &gt; .wrapper-medium &gt; .column {
        display: none;
    }

    .wrapper-features &gt; .testuale {
        padding: 0px 30px;
    }

    #features-button {
        margin: 0px 30px;
        font-size: 14px;
    }

    .wrapper-features .select {
        font-size: 14px;
    }

    .wrapper-features {
        padding: 60px 0px;
    }

    .slider .bottom .btn.title &gt; h1 {
        font-size: 18px;
    }
    
    .main-info &gt; .wrapper-small {
        flex-direction: column;
    }

    .main-info &gt; .wrapper-small &gt; .col {
        width: 100%;
        padding: 0px;
    }

    .appartamento {
        flex-direction: column;
    }

    .appartamento &gt; .column {
        width: 100%;
    }

    .mosaic &gt; .wrapper-small {
        flex-direction: column;
    }

    .mosaic &gt; .wrapper-small &gt; img {
        width: 100%;
    }

    form input,
    form textarea,
    form select {
        width: 300px !important;
    }

    .features &gt; .list.open {
        height: fit-content;
    }

    .features &gt; .list &gt; .wrapper-custom {
        flex-direction: column;
        padding: 20px 0px;
    }

    .features &gt; .list &gt; .wrapper-custom &gt; .column:last-child {
        margin-left: 0px;
        margin-top: 20px;
    }
}</pre></body></html>