body
{
    /*font-family: 'Slabo 27px', serif;*/
    font-family: 'Lora', serif;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}


.header-right i
{
    font-size: 24px;
}

.logo_sokan
{
    width: 400px;

    /*@media .. --> è possibile inserire media all'interno ma è consigliato usare la modalità & */
}

@media (max-width: 576px) /* modalità & */
{

}

@media (max-width: 576px)
{
    img
    {
        src: "img/sokan-web-agency-branding.png";
    }
}

.img-paesaggio
{
    position: relative; /*ugualmente rimane spazi ai lati dell'immagine*/
    left: 0px;
    width: 100%;
}

.text
{
    margin: 20px;
    font-size: 12px;
    /*font-family: "arial black";*/
}

.myback
{
    background-color: #3d3d3f;
}

.active {
    color: #1991e0!important;
}

#name-error{
    color: red !important;
}

#email-error{
    color: red !important;
}

#msg-error{
    color: red !important;
}

#consenso-error{
    color: red !important;
}

.style-input
{
    width: 250px;
    border-radius: 5px;
    padding: 5px;
    border: none;
    margin: 5px;
    box-shadow: 0px 0px 3px 1px #505050 inset;
}
/****** NAVBAR *********/
.navbar {
    background-color: #F3F3F4;
}

.navbar .nav-link {
    color: #166FAB;
    margin-right: 18px;
}

.navbar .nav-link:hover {
    color: #1991e0;
}

.navbar .dropdown-menu {
    background-color: #F3F3F4;
}

.navbar .dropdown-menu a {
    color: #166FAB;
}

.accordion-button:focus {
    outline: none;
    background-color: transparent;
}

.width-100 {
    width: 100%;
}


.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mt-custom-home-page {
    margin-bottom: 0px !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .mt-custom-home-page {
        margin-top: 150px !important;
    }
}


/******FINE NAVBAR *********/


/****** FOOTER *********/
footer {
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}

footer .footer-top {
    padding-top: 30px;
    background-color: #F3F3F4;
}
footer .footer-bottom {
    background-color: #c8c8cb;
}
footer .footer-bottom p {
    margin: 0;
    padding: 10px;
}

footer .nav-link
{
    color: #166FAB;
    text-decoration: none;
    padding: 2px 0;
}

footer .nav-link:hover
{
    color: #1991e0;
}

footer .nav-link:hover
{

}

footer .nav-item i
{
    margin-right: 0;
}

/****** FOOTER *********/
.mt-custom
{
    margin-top: 200px;
    margin-bottom: 50px;
}

.sfumato:hover
{
    background-color: rgba(255, 255, 255, alpha); /*PROVA DA MODIFICARE*/
}

.bx-wrapper img
{
    margin: auto;
}

.image
{
    display: block;
    width: 100%;
    height: auto;
}

.overlay
{
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff;
}

.module {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.rounded {
    border-radius: 100% 0% 100% 80% !important;
}

.sezione__overlay:hover .overlay
{
    opacity: 0.7;
}

.sezione__overlay
{
    position: relative;
    /*width: 50%; IL DIV SEZIONE_OVERLAY DEVE AVERE LA DIMENSIONE DELL'IMMAGINE STESSA*/
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

h1 {
    font-weight: 700;
}

p {
    font-weight: 400;
}

a {
    color: #1f75ae;
    text-decoration: underline;
}

a:hover {
    color: #1991e0;
}

.testo-blu {
    color: #1f75ae;
}

/* button */

.blu-button {
    background-color: #1f75ae;
    color: white;
}

.blu-button:hover {
    color: white;
}
/* fine button */

/* slide */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* fine slide */


@media (min-width: 768px) {
    .col-md-2-custom-trattamenti {
        flex: 0 0 auto;
        width: 12.5%;
    }
}