* {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.NsGuerrieri {
    font-size: 2.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
}

.wrapperNsGuerrieri {
    width: 90%;
    margin: 0 auto;
    max-width: 80rem;
}

.colsNsGuerrieri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.colNsGuerrieri {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

.custom-bg {
    background-color: #74C365;
    margin: 30px;
    border-radius: 8px;
    /* Angoli arrotondati */
    padding: 20px;
    /* Padding interno */
}

.containerNsGuerrieri {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.containerNsGuerrieri:hover .front,
.containerNsGuerrieri:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.containerNsGuerrieri .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containerNsGuerrieri .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containerNsGuerrieri:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containerNsGuerrieri:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}

@media screen and (max-width: 64rem) {
    .colNsGuerrieri {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .colNsGuerrieri {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .colNsGuerrieri {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

.jumbotron {
    background-position: top 20% center;
    background-size: cover;
    color: rgb(0, 0, 0);
    border-radius: 0.5rem;
    max-width: 100%;
    height: 250px;
    margin-bottom: 50px;
}

.text {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    margin: 0 0 15px;
    position: relative;
    display: block;
    font-family: 'Georgia', serif !important;

}

.padding-top {
    padding-top: 20px;
}

.image-borderSX {
    border-left: 10px solid #ab274f;
    /* Bordo sinistro */
    border-bottom: 10px solid #ab274f;
    /* Bordo inferiore */
    border-radius: 0 0 15px 0;
    /* Angoli arrotondati solo in basso a destra */
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
    /* Ombra */
    display: block;
    /* Necessario per posizionare l'immagine */

}

.image-borderSXtop {
    border-top: 10px solid #ab274f;
    /* Bordo sinistro */
    border-left: 10px solid #ab274f;
    /* Bordo inferiore */
    border-radius: 0 0 15px 0;
    /* Angoli arrotondati solo in basso a destra */
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
    /* Ombra */
    display: block;
    /* Necessario per posizionare l'immagine */

}

.image-borderDX {
    border-right: 10px solid #ab274f;
    /* Bordo sinistro */
    border-top: 10px solid #ab274f;
    /* Bordo inferiore */
    border-radius: 0 0 15px 0;
    /* Angoli arrotondati solo in basso a destra */
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
    /* Ombra */
    display: block;
    /* Necessario per posizionare l'immagine */

}

.image-border img {
    width: 100%;
    /* Adatta l'immagine alla larghezza del contenitore */
    height: auto;
    /* Mantiene le proporzioni */
}

.second-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    font-family: 'Verdana', serif !important;
    color: #000;

}

.entry-title {
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    padding: 50px 50px;
    font-family: 'Verdana', serif !important;
    color: #000;
}

.border-r {
    border-radius: 10px;
}



.bordo-sfumatoDX {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;

    border-image: linear-gradient(to right, #ab274f, #ab274f);
    border-image-slice: 1;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(116, 195, 101, 0.5);
}

.bordo-sfumatoSX {
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;

    border-image: linear-gradient(to right, #ab274f, #ab274f);
    border-image-slice: 1;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(116, 195, 101, 0.5);
}