@font-face {
    font-family: "AmsiPro-Bold";
    src: url("../../site/fonts/AmsiPro-Bold.otf") format("truetype");
  }

  @font-face {
    font-family: "AmsiPro-Ultra";
    src: url("../../site/fonts/AmsiPro-Ultra.otf") format("truetype");
  }

section#testimonial {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 6rem;
}

 .balloon{
    background: #a7cf00;
    border-radius: 25px;
    -webkit-box-shadow:-1px 11px 0px 0px #eeeded;
    -moz-box-shadow:-1px 11px 0px 0px #eeeded;
    box-shadow:-1px 5px 0px 0px #eeeded;
}

.testimonial-text{
    width:100%;
    padding:1rem;
}
.avatar{
    width:6rem;
    height:6rem;
    border-radius: 50%;
    object-fit: cover;
}

.aspas-image{
    margin-top: -20px;
}

.header-testimonial{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0rem;
    height: 64px;
    width: 100%;
}
.title{
    font-size: 72px;
    font-family: 'AmsiPro-Ultra', sans-serif;
    color:var(--color-green);
}

.element-balloon{
    margin-bottom: -42px;
    width: 50px;
    margin-right:30px;
}

.title-text{
    font-size: 14px;
    font-family: 'AmsiPro-bold', sans-serif;
    color:black;
    font-weight: bold;
}

.subtitle{
    font-size: 12px;
    font-family: 'AmsiPro-bold', sans-serif;
    color:black;
    font-weight: bold;

}

#row{
    margin-bottom: 14px;
    margin-right: 12px;
}

@media only screen and (min-width: 350px) and (max-width: 600px){
    section#testimonial > .box > header h1 {
        font-size: 45px;
        height: 40px;
    }
}


