* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    width: 100%;
}


#banner p {
    font-size: 20px;
    margin-bottom: 40px;
}


.title {
    text-align: center;
    padding: 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}


.title::after {
    content: '';
    display: block;
    width: 5%;
    height: 4px;
    background-color: #ed2027;
    margin: 10px auto 0;
    border-radius: 2px;
}


.imagem img {
    width: 100%;
}


#portfolio .imagem {
    position: relative;
}

#portfolio .imagem::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 0;
    height: 0;
    background-color: #ed2027;
    z-index: -1;
}

#portfolio .imagem::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: -5px;
    width: 0;
    height: 0;
    background-color: rgb(53, 53, 53);
    z-index: -1;
}

#portfolio .imagem:hover::before,
#portfolio .imagem:hover::after {
    width: 80%;
    height: 80%;
    transition: all 0.5s ease;
}

.infos-portfolio h3 {
    margin-bottom: 0;
}

.infos-portfolio p {
    margin-top: 10px;
}

#portfolio .container {
    background: #fff;
    border: solid 1px #ddd;
    padding: 20px;
}
.packages .card{
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
}
.packages .card img{
    border-radius: 5px;
}
.packages .card .card-body{
    background: transparent;
}
.packages .card .card-body h3{
    font-size: 25px;
    font-weight: 600;
}
