/* AMBASSADOR Archivio */
.template-ambassador .list .item {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.template-ambassador .list .item a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 53, 113, 0.4);
    z-index: 1;
    left: 0;
    top: 0;
}
.template-ambassador .list .item a:after {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.template-ambassador .list .item a:hover:before {
    content: '';
}
.template-ambassador .list .item a:hover:after {
    content: attr(title);
}
.template-ambassador .list .item a .placeholder::before {
    padding-bottom: 61%;
}
@media only screen and (max-width: 991px) {
    .template-ambassador .list .item a:before {
        content: '';
    }
    .template-ambassador .list .item a:after {
        content: attr(title);
    }
}
@media only screen and (min-width: 992px) {
    .template-ambassador .list {
        justify-content: flex-start;
    }
    .template-ambassador .list .item {
        flex-basis: 30%;
        width: 30%;
        margin-bottom: 60px;
        margin-right: 3%;
    }
}
/* end AMBASSADOR Archivio */

/* AMBASSADOR pagina interna */
.ambassador-title {
    display: flex;
    justify-content: space-between;
}
.ambassador-title h1 {
    font-size: 32px;
}
.ambassador-title .back-history {
    text-decoration: underline;
    color:#7281A1;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}  
.ambassador-info {
    position: relative;
    right: -60px;
    z-index: 1;
}
.ambassador-info .name-tag {
    font-size:2em;
    text-transform: uppercase;
    font-weight: 600;
}
.ambassador-image {
    position: relative;
    left: -60px;
}
.ambassador-image img {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .ambassador-title h1 {
        font-size: 24px;
    }
    .ambassador-info .name-tag {
        font-size: 20px;
    }
    .ambassador-title .back-history {
        font-size: 16px;
        margin-top: 10px;
    }
    .ambassador-info{
        right: 0;
        padding: 30px;
    }
    .ambassador-image{
        left:0;
    }
}
@media (max-width: 768px) {
    .ambassador-title {
        flex-direction: column;
        align-items: center;
    }
}
/* end AMBASSADOR pagina interna */