
.acerca {
    /* background-color: aquamarine; */
    /* background-color: var(--color-blanco); */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* gap: 1px; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    width: 98%;
   
}


.acerca__area {
    margin-top: 10px;
    
}

  .acerca__area::content {
    border: solid 1px red;
    background: yellowgreen;
}

.acerca__image {
    width: 48%;
    margin-bottom: 15px;
}
.acerca__content {
    width: 48%;
    margin-bottom: 15px;
    
}


.acerca__image, .acerca__content {
    display: flex;
    flex-direction: row;
    
    /* background-color: var(--color-blanco); */
}



.acerca__image {

    display: flex;
    justify-content: center;
    width: 50%;
    height: 50%;
    margin: 0;
    padding: 0;
    margin-bottom: 3%;
    /* border-bottom: 2px solid; */
}

.acerca__image img {
    
    width: 458px;
    /* height: 458px; */
    width: 49vw;
    /* height: 45vw; */
    margin: 0;
    padding: 0;
    
}

.acerca__foto {
    /* height: 45vw; */
    /* height: 45vw; */
    margin: 1%;
    padding: 1%;
}

.acerca__content {
    display: flex;
    flex-direction: column;
    width: 50%;
    
}

.acerca__title {
    display: flex;
    align-items: center;
    background:#b9d8f1; 
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    width: 100%;
}

.acerca__title {
    
    /* background:#b9d8f1;  */
}

.acerca__text {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 25px;
    text-align: left;
    font-weight: 400;
    font-size: smaller;
    margin: auto 15px;
    
}

.btn_acerca {
    margin: 18px auto;
    font-size: 11px;
    width: 100px;
}



/* ----------------------------------------- */
/* -----        Meia Queroes           ----- */
/* ----------------------------------------- */

@media (max-width:800px){
    .acerca__area {
      /* font-size: 12px; */
      font-size: clamp(2.0vw, 2.0rem, 12px) !important;
    }
  .acerca__image {
    height: 158px;
    height: 50%;
    width: 158px;
    width: 50%;
    display: flex;
  }
  .acerca__content {
    width: 50%;

  }
}