﻿/* Add here all your CSS customizations */
@media (max-width: 576px) {
    .img-team{
        height: 150px;
        display: block;
        margin: 0 auto;
    }

    .text-10 {font-size: 35px !important}

    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 50px 0;
    }
}

/* Paragraphs */
h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    font-family: "KoHo", sans-serif;
    letter-spacing: 0px;
    line-height:1.10;
}

.testo, .testo p {
	color: #777;
	line-height: 26px;
	margin: 0 0 20px;
}

p , .lead{
    color: #777;
}

.card-text{
    color: #777;
}

.table{
    color: #777!important;
}

.accordion p {
	color: #fff!important;
}

.testo .call-to-action p {
    color:#fff !important;
    display:inline;
}

/* .testo h2 {
    font-size: 26px;
    color: #E97E1F; 
} */

/* .testo h3 {
    font-size: 24px;
    color: #283565;
} */

/* .testo h4 {
    font-size: 22px;
    color: #283565;
}

.testo h5 {
    font-size: 20px;
    color: #283565;
}
.testo h6 {
    font-size: 18px;
    color: #283565;
} */

.border-secondary{
    border: #E97E1F!important;
}

.news_home img {
    width:100%;
    padding:0px!important;
} 

#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 0px 11px;
}


@media (min-width: 990px) {
    .news_home {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news_home img {
        height: 260px;
        max-width: 100%;
        object-fit: contain;
    } 
}

/* .testo *:not(a,a *,i){
    color:black !important;
} */
/* .testo, .testo p{
    color:black !important;
} */
.testo h3,h2{
    margin-bottom:15px;
}
.testo h2,h3,h4{
    color: #ce5f1a;
}
/*@media (max-width: 479px) {
	.table {border-collapse: collapse;} 
	.table th {display:none}
	.table tr {border:1px solid #ddd}
	.table td {display:block; border:none !important;width:100% !important;}
}*/
.testo img{
    max-width:100%;
    height: auto !important;
}
.box-news{
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
    border: 1px solid #E5E5E5 !important;
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    margin-bottom: 30px;
}

.caschetto{
    background-color:#ffffff !important;
    border: 1px solid #E97E1F !important;
    padding:18px;
    padding-top:38px;
    margin-top:40px;
    margin-bottom:15px;
    text-align:center;
    position: relative;
}
.caschetto b{
    color:#E97E1F!important;
}
.caschetto p{
    color:#777;
}
.caschetto::before {
    content: "";
    position: absolute;
    top: -2%;
    left: 50%;
    width: 140px;
    height: 140px;
    background-image: url('/img/caschetto.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* .toggle p{
    color:black!important;
} */

.no-bttm p{
    margin-bottom:0px!important;
}

.bg-default{
    background-color:#e8e9eb !important;
}

.toggle-secondary a{
    background-color:white !important;
    color:#E97E1F !important;
}

.toggle-primary a{
    background-color:#283565 !important;
    color:white !important;
}

.h-captcha {
    transform:scale(0.77);
    transform-origin:0 0;
}

.toggle.toggle-faqs .toggle>label:before, .toggle.toggle-faqs .toggle>.toggle-title:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f067"!important;
    border: 0;
    transform: none;
    top: 50%;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    font-weight: 600;
}

.toggle.toggle-faqs .toggle.active>label:before, .toggle.toggle-faqs .toggle.active>.toggle-title:before{
    content: "\f068"!important;
}

#footer a.text-secondary:focus, a.text-secondary:hover{
    color:white!important;
}

.toggle > label, .toggle > .toggle-title{
    border: 2px solid #E97E1F!important;
    padding:8px;
    font-weight: 500;
}

.toggle-secondary .border-color-secondary{
    border-left: 2px solid #E97E1F!important;
    border-bottom: 2px solid #E97E1F!important;
    border-right: 2px solid #E97E1F!important;
}

h2{
    font-weight: 500;
    font-size: 3.2rem;
}

h3{
    font-size: 2.5rem;
}

h3,h4{
    font-weight: 500;
}

html section.section-tertiary p, html section.section-tertiary li{
    color:#fff;
}

b{
    font-weight: 700;
}

@media (max-width: 576px) {
    .img-fluid{
        max-width: 50%!important;
    }
    .box{
        min-height:440px!important;
    }
    .box-body{
        min-height:380px!important;
    }

}

.call-to-action .text-6{
    line-height: 125%;
}