.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 );}/* Start custom CSS */.row1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
}

.wrapLista {
    margin-top: 50px;
}
.boxUtente {
    background: white;
    box-shadow: 5px 5px 10px 2px #bdbdbd;
    margin: 0px 10px 10px 0px;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    max-height: 360px;
}
.userFoto {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}
.nomeUser {
    margin: 0;
    margin-top: -32px;
    font-size: 37px;
    font-weight: bold;
    text-shadow: 4px -1px 5px #e4e4e4;
    color: #333;
}
.detailUser {
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
}
.wrapSocial {
    margin: 7px 0px 15px 0px;
}
.wrapVisitaProfilo {
    border-top: 1px #e0e0e0 solid;
    padding: 15px 0px 15px 0px;
}
.bottfigo {
    background: #003ce4;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 100px;
    transition-duration: 0.2s;
}
.bottfigo:hover {
    filter: brightness(1.2);
    transition-duration: 0.2s;
}
.fixoImg {
    display: none;
}
@media (max-width: 500px){
    .boxUtente {
        max-height: inherit!important;
        padding:0px;
    }
    .sezFoto {
        margin: 0!important;
    }
}

@media (max-width: 991px){
    .respVedo {
         width: 100%!important;
    }
}

@media (max-width: 991px){
    .boxUtente {
        max-height: initial!important;
        width: 50%!important;
	}
	.fixoImg {
    	display: block!important;
    }
    
    .wrapContatti{
      margin:0 !important;
    }
    
    .aCapo{
      display:block;
    }
}

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