.home-base{
    position: relative;
    padding: 20px;
}
.borda-branca{
    width: 80%;
    height: 250px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 46px 1px rgba(0, 0, 0, 0.10);
    position: absolute;
    top: -90px;
    bottom: 0px;
    left: 10%;
}
.infome{
    text-align: center;
    padding-top: 52px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.infome img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
}
.informe h4{
    color: #1C1C1A !important;
    font-family: Archivo;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.infome p{
    color: #818181;
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.infome p span{
    background-color: #818181;
    width: 40px;
    height: 40px;
}
.content{
    margin-top: 352px;
    margin-bottom: 145px;
}
.content .titulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 50px;
}
.content .titulo h4{
    color: #4B9E38;
    font-family: Archivo;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content .titulo p{
    color: #6F878B;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.img-divider{
    display: flex;
    justify-content: end;
}
.img-divider img{
    width: 187px;
    height: 294px;
    margin-right: 31px;
}

.img-mission{
    background-image: url('../img/Rectangle\ 9.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 311px;
    height: 330px;
    position: relative;
}
.img-mission img{
    width: 311px;
    height: 330px;
    position: absolute;
    top: -10px;
    left: 15px; 
}
.about{
    margin-bottom: 120px;
    background-color: #F9FBFC;
    padding-top: 48px;
    padding-bottom: 48px;
}
.conteudo-mission{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.conteudo-mission .titulo-mission h4{
    color: #4B9E38;
    font-family: Archivo;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.conteudo-mission .titulo-mission h4 span{
    color: #F9AF64;
   
}
.conteudo-mission .titulo-mission h4 colorAmber{
    color: #6F878B;
    
}
.texto p{
    color: #6F878B;
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 22px;
}
.titulos-evento{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
}
.titulos-evento img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.titulos-evento h4{
    color: #4B9E38;
    font-family: Archivo;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
}

.content-evento{
    border-radius: 8px;
    text-align: center;
    background: #DEF3EF;
}
.barra-verde{
    width: 100%;
    height: 21px;
    flex-shrink: 0;
    border-radius: 8px 8px 0px 0px;
    background: #209DA5;
}
.content-evento .iconesP{
    width: 70px;
    height: 60px;
}
.textos-eventos{
    text-align: left !important;
    padding: 10px;

}
.textos-eventos h4{
    color: #1C1C1A;
    font-family: Archivo;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.textos-eventos p{
    color: #1E1E1E;
    font-family: Archivo;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    padding-bottom: 0;
}
.textos-eventos img{
        width: 25px ;
        height: 25px
}
.controle{
    padding-left: 234px;
    padding-right: 234px;
    margin-bottom: 232px;
    margin-top: 63px;
}



/* modal */

.conteudo-modal{
    padding: 64px 84px;
}
.conte{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.conte h1{
    color: #1C1C1A;
    font-family: Archivo;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.conte p{
    color: #6F878B;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.icones{
    display: flex;
}
.icones div{
    width: 50px;
    height: 50px;
    background-color: #4C9E38;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 100%;
}

@media (max-width:1100px) {
    .home-base{
        position: relative;
        padding: 20px;
    }
    .borda-branca{
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 4px 46px 1px rgba(0, 0, 0, 0.10);
        position: relative !important;
        top: 0px;
        bottom: 0px;
        left: 0;
    }
   
    .content{
        margin-top: 52px !important;
        margin-bottom: 45px !important;
    }
    .content .titulo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-left: 0.5%;
    }

    .content .titulo p{
        font-size: 18px !important;
    }
    .img-divider{
        display: none;
        flex-direction: column;
        justify-content: end;
    }
   
    .img-mission{
        background-image: url('../img/Rectangle\ 9.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 311px;
        height: 330px;
        position: relative;
        margin-bottom: 20px;
    }
    .img-mission img{
        width: 311px;
        height: 330px;
        position: absolute;
        top: -10px;
        left: 15px; 
    }
    .about{
        margin-bottom: 60px;
        background-color: #F9FBFC;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .titulos-evento{
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-bottom: 0;
    }
    .titulos-evento img{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .titulos-evento h4{
        color: #4B9E38;
        font-family: Archivo;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-top: 10px;
    }
    
    .content-evento{
        margin-bottom: 20px !important;
    }

    .textos-eventos{
        text-align: left !important;
        padding: 10px;
    
    }
   
    .controle{
        padding-left: 0.5%;
        padding-right: 0.5%;
        margin-bottom: 32px;
        margin-top: 63px;
    }
    
    
    
    /* modal */
    
    .conteudo-modal{
        padding: 2% 2%;
    }
    .conte{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .conte h1{
        color: #1C1C1A;
        font-family: Archivo;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .conte p{
        color: #6F878B;
        font-family: Archivo;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    

    .capa-adv img{
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
}