.planos_home{
    padding: 1em 0;
    margin: .5em 0;
}

.planos h5{
    color: rgb(26, 67, 133);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    
}

.planos h2{
    text-align: center;
    font-family: 'Poppins',sans-serif;
    margin-top: 10px;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.card_planos_home{
    border: 1px solid #d3d3d3;
    height: 100%;
    width:auto;
    border-radius: 5px;
}

.list_planos{
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 620px;
}

.list_itens{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    min-height: 100%;
    background-color: #d3d3d3;
    
}

.list_itens button{
    padding: 40px 0;
    color: #1a4385;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.3px;
    width: 80%;
    border: none;
    border-bottom: 2px solid gray;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    margin: .5em 0;
}

.text_itens{
    width: 80%;
    background-color: #f7f7f7;
    padding: .5em 0;
}
.itens_content{
    margin: 0 35px;
    height: 100%;
    display: none;
}

.itens_content h2{
    margin: 25px 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    color: #333333;
}

.itens_content p{
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5;
}

.itens_content p span{
    font-weight: bold;
    color: #333333;
}


.itens_content ul li {
    margin: 5px 0;
}
.itens_content ul li span{
    font-weight: bold;
    color: #333333;
}

.active{
    display: block !important;
}

.rota_anos{
    padding: .5em 0;
    background-image: url('../img/anosrota.webp');
    min-height: 550px;
    width: 100%;
    background-position: center;
    background-attachment: fixed;
}
.anos__title{
    text-align: center;
}

.anos__title h5{
    color: rgb(38, 167, 235);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin-top: 20px;
}
.anos__title h2{
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    font-weight: 700;
}

.card_anos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    flex-wrap: wrap;
}

.card_anos_icon{
    text-align: center;
    margin-bottom: 10px;
}

.card_anos_content{
    margin-bottom: 30px;
    border: 2px dashed #ccc;
    padding: 49px 25px 36px;
    width: 30%;
}
.card_anos_content:hover{
    color: #1e88e5;
    border: 2px dashed #1e88e5;
    
}

.card_anos_text h4{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
.card_anos_text p{
    text-align: center;
    color: #fff;
    line-height: 25px;
    margin: 0 0 10px;
    font-size: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

@media screen and (max-width:998px){
    .card_anos_content{
        margin-bottom: 30px;
        border: 2px dashed #ccc;
        padding: 49px 25px 36px;
        width: 98%;
    }
}
@media screen and (max-width:890px){
        .list_planos{
            flex-direction: column;
        }
        .list_itens{
            width: 100%;
            flex-direction: row;
        }
        .list_itens button{
            width: 25%;
            border-bottom: none;
            padding: 15px;
            border: 1px solid gray;
            margin: 0;
        }
        .text_itens{
            width: 100%;
        }

    }

    @media screen and (max-width:560px){
        .list_itens{
            flex-wrap: wrap;
        }
        .list_itens button{
            font-size: 14px;
            padding: 5px;
        }

    }
    @media screen and (max-width:400px){
        .list_itens{
            flex-direction: column;
           
        }
        .list_itens button{
            font-size: 14px;
            padding: 15px 2px; 
            width: 100%;
        }

    }
    @media screen and (max-width:210px){
       .planos h2{
        font-size: 22px;
       }

    }














