
/* ---------------------------------------- */
/*              DIRECTIVOS  AREA              */
/*---------------------------------------- */

.directivo {

}
.directivo__area {
    box-shadow: var(--box-shadow);
    margin: 3rem 0rem;
    
} 
.directivo__content {
    
}
.directivo__card{
    background-image: linear-gradient(cadetblue, lightblue);
}

/* -------------------------- */
.directivo__title {
    display: flex;
    justify-content: center;
    background-color: var(--color-azulClaro);
    padding: 15px;
    text-decoration: underline;
    text-decoration-thickness: 20%;
  
    font-size: 2.5rem;
    text-shadow: 2px 2px #F0F0F0;
    margin-bottom: 15px;
  
  }

  .directivo__img
/* -------------------------- */

/*.directivo__div-h1 {
    background-color: rgba(119, 136, 153, 0.3);
    /* background-color:lightslategray; */
    /* border: solid 1px ; */
    /*border-radius: 5px;
    display: flex;
    display: inline-block;
    margin: 0.5% 0% 0.5% 1%;
    /* margin: 0.5%; */
    /*letter-spacing: 3px;
    padding: 15px;
    width: 97%;
}*/

/*.directivo__title {
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    /* text-shadow: 2px 2px 4px #000000; */
    /*text-shadow: 5px 5px 1px blue;
    padding: 0.5rem;
    font-size: 2.0rem;
    /* background-color:lightslategray; */
    /*background-color: rgba(119, 136, 153, 0.5);
    transform: skewY(2deg);
    
}*/


.directivo__parrafo {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    color: var(--text-color);
    font: normal 500 16px/ 25px var(--roboto);
    margin: 20px;
}

.directivo__card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: solid 2px black;
    border-radius: 5px;
    width: 98%;   
    height: 230px;
}

/* .directivo__size {
    width: 100%;
} */
/* ---------------------------------- */

.directivo__area {
    /* background-color: var(--color-grisPlus); */
}

.directivo__slim {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    
}

.owl-carousel {
    box-shadow: var(--box-shadow);
    /* margin: 3rem 0rem; */
    padding: 1vw;
    
}

.directivo__text-h4 {
    font: normal 500 21px/ 20px var(--roboto);
    display: flex;
    flex-wrap: wrap;
    
}

.imgsize {
    border: solid 1px black;
	height: auto;    
    margin: 15px ;
    border-radius: 50%;
}
.img-fluid {

}
.directivo__img {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 9vw !important;
    /* clear: left ; */
}
.directivo__text-h4 {
    text-uppercase  
    /* font-size: small; */
}
.directivo__text-parrafo {
    margin: 0;
    /* font-size: small; */
}


.directivo__text .directivo__text-h4  {
    font-size: 1.7vmax; 
    /* color: red ; */
}
.directivo__text .directivo__text-parrafo  {
    font-size: 1.1vmax; 
    /* color: red ; */
}

/* ----------------------------------------- */
/* -----        Meia Queroes           ----- */
/* ----------------------------------------- */

@media (max-width:800px){

    .directivo__text-h4  {
        font-size: 58vw ; 
        /* color: green ; */
    }

    .directivo__img {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        width: 25vw !important;
        /* clear: left ; */
    }
    .directivo__text-h4 {
        /* text-uppercase   */
        /* font-size: small; */
    }
    .directivo__text-parrafo {
        /* margin: 0; */
        /* font-size: small; */
    }
    
    
    .directivo__text .directivo__text-h4  {
        font-size: 2.7vmax; 
        /* color: red ; */
    }
    .directivo__text .directivo__text-parrafo  {
        font-size: 2.1vmax; 
        /* color: red ; */
    }

}