*{
    margin: 0;
    padding: 0;
}
.main{
    width:100%;
    background:url(./fundo\ new.jpeg);
    background-position: center;
    background-size: cover;
    height: 109vh;
}
.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;

}
.icon{
    width: 300px;
    float: left;
    height: 90px;
}
.logo{
   
    color: blue;
}
.menu{
    width: 400px;
    float: left;
    height: 70px;
}
ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none ;
   color: rgb(26, 26, 90);
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
    color: rgb(235, 96, 15)
}
img{
    width: 170px;
    height: 70px;
    
}
.search{
    width: 250px;
    float: left;
    margin-left: 200px;
}
.srch{
    font-family: Arial;
    width: 90px;
    height: 30px;
    background: transparent ;
    border: 1px solid rgb(0, 0, 0);
    margin-top: 13px;
    color: rgb(13, 13, 61);
    border-right: none;
    font-size: 15px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px ;
    border-top-left-radius: 5px;

}
.btn{
    width: 90px;
    height: 30px;
    background: hwb(0 98% 1%);
    border: 1px solid rgb(0, 0, 0);
    margin-top: 13px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;


}
.btn:focus{
    outline:none ;

}
.srch:focus{
    outline: none;
}
.content{
    width: 1000px;
    height: auto;
    margin: auto;
    color: rgb(13, 13, 61);
    position: relative;
}

.content .par{
    padding: 10px;
    padding-bottom: 15px;
    font-family: Arial;
    letter-spacing:1.0px;
    line-height: 15px;

}

.content h1{
    font-family: 'Times New Roman';
    font-size: 25px;
    padding-left: 10px;
    margin-top: 9%;
    letter-spacing: 1px;

}
.content h2{
    font-family: 'Times New Roman';
    font-size: 25px;
    padding-left: 10px;
    margin-top: 9%;
    letter-spacing: 1px;

}
.content h3{
    font-family: 'Times New Roman';
    font-size: 25px;
    padding-left: 10px;
    margin-top: 9%;
    letter-spacing: 1px;

}.content h4{
    font-family: 'Times New Roman';
    font-size: 25px;
    padding-left: 10px;
    margin-top: 9%;
    letter-spacing: 1px;

}
.content .cn{
    width: 160px;
    height: 40px;
    background: rgb(20, 20, 68);
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
}

.content .cn a{
    text-decoration: none;
    color:rgb(254, 255, 255);
    transition: .3s ease;

}

.cn:hover{
    background-color: rgb(235, 94, 0);
}

.content span{
    color:rgb(235, 94, 0);
    font-size: 60px;
}

.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%, rgba(0,0,0,0.8)50%);
    position: absolute;
    top: -20px;
    left: 800px;
    border: radius 10px;
    padding: 25px;
}

.form h5{
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color:rgb(255, 255, 255);
    font-size: 22px;
    background-color: rgb(20, 20, 68);
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}
.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: none;
    border-right: none;
    border-left: none;
    color:rgb(250, 250, 252);
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
    
}

.form input:focus{
    outline: none;
}

::placeholder{
    color: rgb(236, 236, 241);
    font-family: Arial;

}

.btnn{
    width: 240px;
    height: 40px;
    background:rgb(20, 20, 68);
    border: none;
    margin-top: 30px;
    border-radius: 10px;
    cursor: pointer;
    color: aliceblue;
    transition: 0.4s ease;


}

.btnn:hover{
    background: #f19101;
    color: rgb(255, 154, 2);

}

.btnn a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bolder;
}

.form link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;


}

.form .link a{
    text-decoration: none;
    color:aliceblue;

}

.link{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    color:rgb(241, 132, 8);

}
.icons a{
    text-decoration: none;
    color: rgb(246, 251, 255);
}
.icons ion-icon{
    color: rgb(255, 255, 255);
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;

}

/* ===========================
   MENU
=========================== */

.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
}

.menu ul{
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li{
    margin: 0;
}

.menu ul li a{
    text-decoration: none;
}

/* ===========================
   BOTÕES DO MENU
=========================== */

.menu .btn{
    width: 220px;
    height: 45px;
    background: rgb(20,20,68);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.menu .btn:hover{
    background: rgb(235,94,0);
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.menu .btn:active{
    transform: scale(.97);
}