.licenciado{
    padding: 90px 0;
    position: relative;
}

.licenciado h1{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    color: #FF6B00;
}

.licenciado h1 span{ font-weight: bold;}

.licenciado p{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #333333;
    margin-top: 60px;
}

.licenciado .img-licenciado {
    padding: 0;
    margin: 0;
    margin-left: auto;
}

.img-licenciado img{
    width: 100%;
}

.licenciado .box{
    padding-left: 25%;
    padding-right: 15%;
}

.licenciado .itens{
    padding-top: 120px;
}

.licenciado .itens img{
    width: 90px;
    height: 90px;
}

.licenciado .itens h2{
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #ED6C1E;
    margin-top: 40px;
}

.licenciado .itens p{  
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #333333;
    margin-top: 10px;
}

.licenciado .itens .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* section 2 */

/* .licenciado2{
    background: #F5F5F5;
} */

.licenciado2 .box {
    background: #FFFFFF;
box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
border-radius: 0px 0px 6px 6px;
}

.licenciado2 h1 {
    font-weight: normal;
}

.licenciado2 h1 span{ font-weight: bold;}

.licenciado2 .form form{
        width: 66%;
        margin: auto;
        background: #FFFFFF;
        /* box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05); */
        border-radius: 6px;
        /* padding: 3rem; */
    
}

.licenciado2 .form h1{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    color: #FF6B00;
    width: 100%;
    margin-bottom: 40px;
}

.licenciado2 .form h1 span{ 
    font-weight: bold;
}

.licenciado2 .form .btn{
    margin-top: 40px;
}

.licenciado2 div.form {
    margin-top: 100px;
}