header {
    border-bottom: solid 1px transparent;
}

body::after {
    content: '';
    display: block;
    background-color: #F0AEA0;
    height: calc(100vh - 115px);
    width: 41.6%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.hero {
    height: calc(90vh - 156px);
    position: relative;
    z-index: 2;
    background-size: 0;
}
.hero::before {
    content: '';
    width: 690px;
    height: 700px;
    display: block;
    background-image: url('../img/bg-cao.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: -250px;
}
.hero .box-img {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.hero .box-info {
    margin-bottom: calc(50% - 88px);
}
.hero .box-info h1 {
    font-family: 'Unimed B';
    font-size: 80px;
    margin-bottom: 21px;
}
.hero .box-info p {
    font-family: 'Unimed R';
    font-size: 28px;
    color: #666666;
    padding-right: 60px;
    line-height: 26px;
}
.hero .box-social {
    margin-bottom: 40px;
}
.hero .box-social p {
    font-family: 'Unimed R';
    color: #0A1931;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.hero .box-social .btn-social {
    border: solid 1px #DFE3EB;
    margin-right: 12px;
}
.hero .box-social img {
    max-width: 25px;
    max-height: 25px;
}

.sobre {
    padding: 80px 0;
    position: relative;
}
.sobre::before {
    content: '';
    width: 1100px;
    height: 1100px;
    position: absolute;
    z-index: -1;
    display: block;
    background-color: #F0AEA0;
    top: 0;
    clip-path: circle(50% at 0 0);
    transition: all .3s;
}
.sobre::after {
    content: '';
    width: 690px;
    height: 700px;
    display: block;
    background-image: url(../img/bg-cao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    right: -150px;
    top: calc(50% - 100px);
}
.sobre img {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
.sobre .box-info {
    font-family: 'Unimed R';
    font-size: 21px;
    color: #666666;
    line-height: 26px;
}
.sobre .numero {
    display: flex;
    align-items: center;
}
.sobre .numero h3 {
    color: #E86339;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 56px;
    margin-bottom: 0;
}
.sobre .numero p {
    font-family: 'Unimed R';
    font-size: 18px;
    line-height: 26px;
    color: #0A1931;
    padding-left: 12px;
}
.sobre .box-especialidade {
    position: relative;
    z-index: 2;
    background-color: #f0f6fd;
    border-radius: 6px;
    border: solid 1px #DDDDDD;
    transition: all .3s;
    padding: 32px 15px;
    cursor: pointer;
    text-decoration: none;
    height: 100%;
}
.sobre .box-especialidade h3 {
    font-size: 1.5rem;
}
.sobre .box-especialidade p {
    font-family: 'Unimed SB';
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #E86339;
    position: relative;
}
.sobre .box-especialidade p span {
    opacity: 0;
    transition: all .3s;
    display: inline-block;
    
}
.sobre .box-especialidade p svg {
    transition: all .3s;
    position: absolute;
    z-index: 2;
    left: 0;
}
.sobre .box-especialidade:hover {
    background-color: #fff;
}
.sobre .box-especialidade:hover p span {
    opacity: 1;
}
.sobre .box-especialidade:hover p svg {
    left: 90px;
}

.cursos {
    background-color: #F0AEA0;
    padding: 80px 0;
}
.card-curso {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.card-curso img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.card-curso .box-info {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 24px;
    min-height: 150px;
}
.card-curso .box-info h3 {
    font-family: 'Unimed R';
    font-size: 25px;
    text-decoration: none;
    color: #0A1931;
    margin-bottom: 10px;
}
.card-curso .box-info p {
    font-family: 'Unimed SB';
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #E86339;
    position: relative;
}
.card-curso .box-info p span {
    opacity: 0;
    transition: all .3s;
    display: inline-block;
    
}
.card-curso .box-info p svg {
    transition: all .3s;
    position: absolute;
    z-index: 2;
    left: 0;
}
.card-curso:hover .box-info p span {
    opacity: 1;
}
.card-curso:hover .box-info p svg {
    left: 90px;
}
@media (max-width: 1200px) {
    body::after {
        height: 756px;
    }
    
    .hero {
        height: 600px;
    }
    .hero::before {
        width: 520px;
        height: 600px;
        left: -200px;
    }
    .hero .box-info h1 {
        font-size: 50px;
    }
    .hero .box-info p {
        font-size: 18px;
    }

    .sobre::before {
        width: 700px;
        height: 700px;
    }
}
@media (max-width: 992px) {
    .hero {
        height: 600px;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 55%;
        position: relative;
    }
    .hero::before {
        width: 430px;
        height: 430px;
        left: -165px;
    }
    .hero .box-img {
        background-size: 0;
    }
}
@media (max-width: 768px) {
    .hero .box-img {
        background-image: none !important;
    }
    .hero::before {
        width: 330px;
        height: 330px;
        left: inherit;
        right: -90px;
        top: calc(50% - 165px);
    }
    .hero .box-info h1 {
        font-size: 38px;
        margin-bottom: 0;
    }
    .hero .box-info p {
        font-size: 16px;
        padding-right: 0;
        line-height: 21px;
    }
    .hero .box-social {
        margin-bottom: 20px;
    }

    .sobre .titulo-secao h2 {
        font-size: 34px;
    }

    .numeros {
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .hero {
        height: 450px;
    }
    
    body::after {
        height: 607px;
    }
}
@media (max-width: 576px) {
    body::after {
        display: none;
    }
    .hero {
        background-size: 70%;
        background-position: center bottom;
    }
    .hero .box-social p {
        display: none;
    }
    .hero .box-social .btn-social {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .hero .box-social {
        margin-bottom: 0;
    }

    .card-curso img {
        height: 290px;
    }
    .card-curso .box-info {
        padding: 14px;
        min-height: 120px;
    }

    .card-curso .box-info h3 {
        min-height: 50px;
        font-size: 21px;
    }
}