.sec-hosting{
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f7f6;
}
.container-hosting{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.back-hosting-1{
    background: #FFF;
}
.content-hosting{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.planos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-planos{
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 70px;
}
.card-plano{
    width: 300px;
    box-shadow: 0 0 35px #f2f4f9;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #FFF;
    margin-top: 25px;
    padding: 25px;
}
.card-titulo-content{
    display: flex;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.tit-card{
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
}
.card-price-content{
    display: flex;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 15px;
}
.txt-price{
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
}
.txt-recur{
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #696969;
    margin-left: 5px;
    margin-top: 10px;
}
.line-price{
    border-bottom: 0.5px solid #e1e1e1;
    margin-bottom: 20px;
}

.card-feat-content{
    display: flex;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 10px;
}
.img-feat-card{
    height: 25px;
}
.txt-feat{
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #696969;
    line-height: 25px;
    margin-left: 5px;
    text-align: initial;
}
.card-cta-content{
    display: flex;
    margin-top: 25px;
}
.btn-cta-card{
    width: 180px;
    height: 55px;
    border: 2px solid #1d4941;
    border-radius: 50px;
    background: #1d4941;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
}
.txt-features-add{
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}
.container-feat-add{
    width: 450px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 35px;
}
.content-feat-add{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt-feat-comp{
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #696969;
    line-height: 25px;
}
.info-feat{
    width: 50%;
}
.line-vert-feat{
    border-right: 1px solid #e1e1e1;
    margin-left: 10px;
    margin-right: 30px;
    height: 60px;
}

@media (max-width: 1280px) {


}

@media (max-width: 1024px) {



}

@media (max-width: 790px) {



}

@media (max-width: 600px) {
    .container-feat-add{
        width: 100%;
    }
    .content-feat-add{
        height: 70px;
    }
    .line-vert-feat{
        height: 70px;
    }
}

@media (max-width: 320px) {

}