body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(to right bottom,rgba(0, 173, 173, 0.9), rgba(0, 34, 144, 0.9), rgba(0, 2, 85, 0.9),rgba(0, 0, 66, 0.9));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(3px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.no_subtitles{
    text-decoration: none;
}
.white_text{
    color: rgb(255, 255, 255);
}
.gray_text{
    color: rgb(177, 177, 177);
    margin-bottom: 0;
}
.subtitles_index{
    color: rgb(127, 255, 212);
    padding-left: 5%;
    padding-right: 5%;
    border-left: solid;
}
.subtitles_index strong{
    color: yellow;
}
.p_index{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
    text-align: center;
}
.div_index1{
    width: 80%;
    padding: 1px 2px;
    background-color: rgb(0, 10, 20);
    box-shadow: 0 0 15px 2px rgba(3, 40, 255, 0.788);
    border-radius: 15px;
    margin: auto;
}
.div_index2{
    background-color: rgb(0, 0, 22);
    box-sizing: border-box;
    margin: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0, 255, 255);
    width: 350px;
}
.div_index3{
    background: rgb(0, 48, 206);
    
}
.div_index4{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}
.div_index5{
    text-align: center;
    padding-bottom: 25px;
}
.contrate_button{
    width: 150px;
    height: 30px;
    background-color: rgb(0, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 300px;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgb(127, 255, 212);
    
}
.ul_index{
    list-style-type: circle;
}
.ul_index li{
    margin-left: 5%;
}
li::marker{
    color: white;
    font-size: 20px;
}
.container{
    background: linear-gradient(to bottom,rgb(0, 0, 0), rgb(0, 48, 206));
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h4_index{
    color: rgb(255, 255, 255);
    padding-left: 5%;
    padding-right: 5%;
    border-left: solid;
    margin-top: 0;
}
.contatos{
    border: solid thin aqua;
    border-radius: 400px;
    height: 35px;
    min-width: 120px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background-color: rgb(0, 0, 22);
    
}
.contatos_img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 400px;
    margin-left: 2px;
    background-color: black;
}
