body{
    background-color: #f4f4f4;
}

*:focus{
    outline: none !important;
    box-shadow: none !important;
}


.body .contact-title{
    width: 100%;
    height: 150px;
    display: flex;
    font-size: 60px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
    background-color: #ffde59;
}

.body{
    padding-top: 122px;
}


h4{
    font-weight: 300;
}

h6{
    font-weight: 300;
    color: rgba(0,0,0,.55);
}

.card{
    margin-top: 10px;
}

.card-header{
    background-color: white;
}

.card-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-body div{
    width: 27%;
    min-width: 350px;
    position: relative;
    padding-left: 30px;
}

.card-body .barra{
    left: 32%;
    padding: 0;
    width: 2px;
    min-width: 2px;
    height: 100%;
    position: absolute;
    background-color: yellow;
}

.card-body .barra.dos{
    left: 67%;
}

.card-body .container-button{
    bottom: 0;
    padding: 0;
    display: flex;
    position: relative;
    justify-content: flex-start;
}

.container-button button{
    padding: .5rem;
}

.accordion h4 input,.accordion h6 input{
    border: none;
    background-color: transparent;
}

.desc{
    font-size: 20px;
    margin: 20px 0px;
    padding-left: 35px;
}

.modal-header{
    background-color: #ffde59;
}

button, .btn{
    outline: none !important;
    box-shadow: none;
}

@media(max-width: 1500px){
    .card-body div{
        font-size: 14px;
        width: 28%;
        min-width: 300px;
    }
    .card-body .barra{
        left: 34%;
    }
}

@media (max-width: 1130px){
    .card-body .barra{
        display: none;
    }

    .card-body{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .card-body ul{
        padding-bottom: 5px;
        border-bottom: 2px solid #ffde59;
    }

    .card-body div{
        width: 100%;
        text-align: center;
    }

    .card-body li{
        list-style: none;
    }

    .card-body .salario{
        height: 96px;
        padding-bottom: 30px;
    }

    .card-body button{
        left: 46%;
    }

    .card-body .container-button{
        justify-content: center;
        width: 96%;
    }
}

@media(max-width: 900px){
    .body{
        padding-top: 81px;
    }
}

@media(max-width: 450px){
    .card-body div{
        padding: 0;
        min-width: 250px;
    }

    .card-body{
        padding: .5rem;
    }
}