@font-face {
    font-family: 'CircularStd-Book';
    src: url('/wp-content/themes/ffe/font/CircularStd-Book.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('/wp-content/themes/ffe/font/CircularStd-Book.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('/wp-content/themes/ffe/font/CircularStd-Book.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('/wp-content/themes/ffe/font/CircularStd-Book.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'CircularStd';
    src: url('/wp-content/themes/ffe/font/CircularStd-Bold.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/wp-content/themes/ffe/font/CircularStd-BlackItalic.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/wp-content/themes/ffe/font/CircularStd-Black.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/wp-content/themes/ffe/font/CircularStd-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/wp-content/themes/ffe/font/CircularStd-BookItalic.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/wp-content/themes/ffe/font/CircularStd-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('/wp-content/themes/ffe/font/CircularStd-Medium.woff2') format('woff2'),
        url('/wp-content/themes/ffe/font/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
 font-family: 'CircularStd-Book';
font-style: normal;
    font-weight: 500;
font-size:18px;
	color:#00283C
}

body::-webkit-scrollbar {
  width: 0.5em;
}
 
bodyt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: #32F078;
}
h1,
h2,
h3 {
font: normal normal bold 62px/56px Moret;
color: #32F078;
} 
.elementi-testata {
	background: #00283C;
	position: absolute;
	bottom: -58px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    /* height: 562px; */
    padding: 30px 30px 0 30px;
}

.btn-outline {
	padding: 15px;
	border: 2px solid;
	color: #fff;
	border-radius: 0;
	font-family: 'CircularStd';
}
.btn-outline:hover {
    background: #fff;
    color: #00283C !important;
}
.btn-outline:hover  svg.scaricaicona .bbb {
	 fill: #00283C;
}

.modal-open .modal {
    background: #00283C;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog {
    max-width: 400px;

}

.form-control {
    border-radius: 0;
    background: transparent;
	height: 55px;
	color: #fff
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #fff !important;
}

.privacy,
.privacy a{
	color: #fff;
	
}
button.close {
    right: 10px;
    position: absolute;
	border: none;}
.close {
	opacity: 1;
	color: #fff
}
.btn-primary {
    background-color: #3AE8DB;
    height: 55px;
    /* line-height: 15px; */
    vertical-align: -webkit-baseline-middle;
    font-size: 16px;
    color: #fff !important;
    border: none;
	padding:15px 25px;
	box-shadow: 0px 2px 12px #00283C1A;
	font-family: 'CircularStd';


}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #32F078;
    color: #fff;
    height: 55px;
	    padding: 0;
    text-align: left; 
    padding-left: 25px;
	font-family: 'CircularStd';
}
.wpcf7-submit {
    background-color: #32F078;
    height: 55px;
    /* line-height: 15px; */
    vertical-align: -webkit-baseline-middle;
    font-size: 16px;
    color: #fff;
    border: none;
		padding: 0;
    text-align: left;
    padding-left: 25px;
	font-family: 'CircularStd';

}
.btn-primary:hover {
    color: #fff;
    background-color: #32F078;
    border-color: #32F078;
}
.modal .btn-primary,
.modal .wpcf7-submit
.modal  .btn-primary.disabled, .btn-primary:disabled {
    background: #32F078 url(https://finanzaetica.info/wp-content/uploads/2021/06/file_download_black_24dp-1.png) no-repeat 94% 15px
}

.bg-grey {
    background: #F2F4F5;
}
#parteseconda h2 {
	color: #00283C;
	margin-bottom: 25px;
}

#parteseconda img {
    width: 100%;

}

.num {
color: #3ae8db;
text-align: left;
font: normal normal bold 120px/64px Moret;
letter-spacing: -1.8px;
	margin-top: 65px;

}

footer {
	background: #00283C;
	color: #fff
}
.credits {
	font-size: 14px;
	margin-top: 30px
} 
.credits span {
	color: rgba(255,255,255,0.4)
}

.piede {
	border-top: 1px solid rgba(255,255,255,0.4);
	font-size: 13px;
	color: rgba(255,255,255,0.4)
}

.piede a {
	color: rgba(255,255,255,0.4)
}
@media (min-width: 1025px) {
#parteseconda {
	margin-top: -165px
}
#parteseconda .row {
	padding-top: 185px
}
}
@media (max-width: 767px) {
	p {
		font-size: 13px
	}
	h1 {
		font-size: 36px;
		line-height: 28px
	}
	
	.loghi svg {
		width: auto;
		height: 21px
	}
}