/********** common setting **********/
h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #95ff39;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #6cd80d;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

.title-logo{
    position: relative; float: left;
    color: #ffffff;
    top: -50px; left: 65px;
    font-size: 25px;
}
.title-logo2{
    position: relative; float: left;
    color: #ffffff;
    top: -60px; left: 100px;
    font-size: 12px;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #95ff39 0);
}

#feature-expert {
    background-color: #eceff0;
    height: 675px !important;
}

@media only screen and (max-width: 768px) {
    #feature-expert {
        height: 1085px !important;
    }
}

#feature-last {
    background: #95ff39;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table__certificadora{
    text-align: center;
}

#price-table__certificadora img {
    display: inline-block; /* Garantir que o elemento seja tratado corretamente */
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }

    .container-tela-sistema{
        display: none;
    }   
}

.container-time{
    width: 60%;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #f15b2e;
    margin-left: 20%;
}

.container-time i{
    font-size: 22px;
    color: #f15b2e;  
    position: relative;
    float: left;   
    left: 5px; 
}

.container-time label{
    font-size: 12px;
    color: #f15b2e;
    margin-left: 5px;
    top: 5px;
    font-family:sans-serif;
    position: relative;
    float: right;
}

.container-tela-sistema{
    height: 220px;
    top: -110px;
}
.container-tela-sistema img{
    position: relative;
    top: -30px;
    left: 150px;
}

.container-desc-sistema{
    top: -110px;
}