body {
    font-size: 16px;
    color: #616161;
    font-family: 'Cantarell', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gentium Book Basic', serif;
    font-weight: bold;
}

b, strong {
    font-weight: bold;
}

.grecaptcha-badge { visibility: hidden; }

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.font-weight-bold {
    font-weight: bold !important
}

.font-size-2 {
    font-size: 2rem !important
}

.font-size-8 {
    font-size: 8rem !important
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block;
    width: 100%;
}

#back-to-top {
    font-size: 250%;
    color: rgba(255, 255, 255, 0.6);
    position: fixed;
    bottom: 10px;
    right: 20px
}

.img-square {
    overflow: hidden !important;
    position: relative;
}

.img-square > img {
    height: 100% !important;
    width: auto !important;
}

.image-orizontal {
    overflow: hidden !important;
    position: relative;
    margin: 0;
}

.image-orizontal > img {
    min-width: 100% !important;
    min-height: 100% !important;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mt-5 {
    margin-top: 50px
}

.mt-3 {
    margin-top: 30px
}
.mt-1 {
    margin-top: 10px;
}

nav {
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.brand-logo {
    font-size: inherit !important;
}

.section {
    padding: 3rem 0
}

.mt-0 {
  margin-top: 0 !important;
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.p-1 {
    padding: 0.75rem !important;
}

.p-2 {
    padding: 1rem !important;
}

.px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-1 {
    
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2 {
    
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-3 {
    
    padding-top: 30px;
    padding-bottom: 30px;
}


.px-1 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.card-title, .infowindow-title {
    font-size: 1.4rem !important;
    font-weight: bold !important;
    font-family: 'Varela Round', sans-serif;
    color: #57585c;
}

.card-title:hover, .infowindow-title:hover {
    text-decoration: underline;
}

.mb-0 {
    margin-bottom: 0 !important
}

.m-0 {
    margin: 0 !important;
}

.m-2 {
    margin: 20px !important;
}
.mx-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mr-1 {
    margin-right: 10px !important;
}
.mt-2 {
    margin-top: 20px !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

#toast-container {
    bottom: 10% !important;
    left: 25% !important;
    right: 25% !important;
    top: auto !important;
    max-width: 50% !important;
    min-width: auto !important;
}

button .material-icons, button .material-icons-outlined {
    vertical-align: middle;
}

a .material-icons, a .material-icons-outlined {
    vertical-align: text-bottom;
}

.title-with-logo {
    padding-top: 2em; 
    background-image: url('../images/Icona-Immobiliare-Cantisani.png');
    background-size: 1.8em;
    background-repeat: no-repeat;
    background-position: center top;
}
.text-upper {
    text-transform: uppercase !important;
}

.section:nth-child(even) {
    background-color: #fafafa;
}

.modal {
    
    outline: none !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    max-height: 90%;

}

.modal .modal-footer {
    height: auto;
}

@media only screen and (min-width : 600px) { 
    .quotation-box {
        text-align: left !important
    }
}

#ricerca input {
    padding: .5em;
    border: none;
}

.no-opacity {
    
    opacity: 1 !important
    
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Icona-animata-Immobiliare-Cantisani.gif?width=312);
    background-size: 156px 156px;
    background-color: rgba(255,255,255,.7);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    z-index: 100000;
}

.rotate-45-clockwise {
    
    transform: rotate(45deg);
    
}

.rotate-45-anticlockwise {
    
    transform: rotate(-45deg);
    
}

.standardize-fa-icons {
    
    font-size: 24px;
    width: 1em;
    
}

.display-5 {
    font-size: 3rem;
    
}

.display-4 {
    font-size: 5rem;
    
}

.d-flex {
    
    display: flex !important;
    
}