.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-21953 .elementor-element.elementor-element-0c29acf{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-d519e74 */select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}/* End custom CSS */
/* Start custom CSS */.wrapLista {
    margin-top: 50px;
}
.boxUtente {
    background: white;
    box-shadow: 5px 5px 10px 2px #bdbdbd;
    margin: 0px 10px 10px 0px;
    padding: 0!important;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.userFoto {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}
.nomeUser {
    margin: 0;
    margin-top: -12px;
    font-size: 37px;
    font-weight: bold;
    text-shadow: 4px -1px 5px #e4e4e4;
    color: #0b1f83;
}
.detailUser {
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #0b1f83;
    margin:10px 0px 0px 0px;
}
.wrapSocial {
    margin: 15px 0px 15px 0px;
}
.wrapVisitaProfilo {
    border-top: 1px #e0e0e0 solid;
    padding: 15px 0px 15px 0px;
}
.bottfigo {
    background: #0b1f83;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 100px;
    transition-duration: 0.2s;
}
.bottfigo:hover {
    filter: brightness(1.2);
    transition-duration: 0.2s;
}

.bottoneCerca{
    margin-left: 25px;
    padding: 12px;
    border: 2px #0b1f83d6 solid;
    border-radius: 30px 30px 30px 30px;
    font-size: 15px;
    color: white;
    background: #0b1f83;
}
@media (max-width: 500px){
    .row {
        margin-left: 0!important;
    }
}

@media (max-width: 500px){
.bottoneCerca {
margin: 15px 0px 0px 0px!important;
    width: 70%!important;
}
}

@media (max-width: 996px){
	.boxUtente {
		width: 40%!important;
	}
}

@media (max-width: 768px){
	.boxUtente {
	width: 70%!important;
}
}/* End custom CSS */