/*
* **********************************
* ################################## ESTILOS DO LOGIN
* **********************************
*/

/*
========================
======================== ESTILOS GERAIS DO LOGIN
========================
*/

.who-weare {
    background: url("../../img/global/custom/bg-internal.png") top center no-repeat;
    padding: 230px 0 70px 0;
}

.who-weare-header{
    flex-basis: 100%;
    text-align: center;
    margin: 60px 0;
    color: #201f1f;
}

.who-weare-header h1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 0.95;
}

.who-weare-header p {
    font-size: 1.5em;
    line-height: 1.083;
}

/*IMAGES*/
.who-weare-images{
    overflow: hidden;
    flex-basis: 100%;
}

.who-weare-images-item{
    overflow: hidden;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*dots*/
.who-weare-images .slick-dots {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.who-weare-images .slick-dots li {
    display: inline-block;
}

.who-weare-images .slick-dots li button {
    background: #ee4b3f;
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;
    border: 0;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.who-weare-images .slick-dots li:hover button,
.who-weare-images .slick-dots li.slick-active button {
    width: 34px;
    background: #fdca05;
}

.who-weare .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.who-weare-left{
    flex-basis: 56%;
}

@media (max-width: 1024px){
    .who-weare-left{
        flex-basis: 100%;
        text-align: center;
    }
}

.htmlchars p {
    font-size: 1.25em;
    line-height: 1.5;
}

.who-weare-right{
    flex-basis: 40%;
}

@media (max-width: 1024px){
    .who-weare-right{
        flex-basis: 100%;
        text-align: center;
        margin-top: 40px;
    }
}

/*BLOCKS*/
.who-weare-blocks-item {
    background-color: #FFF;
    padding: 20px 40px;

    border-left: 10px solid #00abc3;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(155, 159, 167, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(155, 159, 167, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(155, 159, 167, 0.2);
    margin-bottom: 20px;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.who-weare-blocks-item h1 {
    font-size: 1.625em;
    line-height: 1.222;
    font-weight: 600;
}

.who-weare-blocks-item p {
    font-size: 1.125em;
    line-height: 1.222;
    font-weight: 300;
    margin-top: 10px;
}

/*UNITS*/
.who-weare-units{
    flex-basis: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .who-weare-units{
        flex-direction: column;
    }
}

.who-weare-units-item{
    flex-basis: 48%;
    background-color: #00abc3;
    padding: 20px 30px;
    color: #FFF;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

@media (max-width: 1024px) {
    .who-weare-units-item{
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .who-weare-units-item:last-child{
        margin-bottom: 0;
    }
}

.who-weare-units-item h1{
    font-size: 1.375em;
    font-weight: 400;
}

.who-weare-units-item p{
    font-size: 1.125em;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px;
}

