*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family: "Montserrat";
}

html, body{
    height: calc(100% + 100px);
    background: linear-gradient(180deg, rgba(239, 239, 255, 0.568), white 5000px);
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/BebasNeue-Regular.ttf");
}

header{
    width: 100%;
    height: 290px;
    background: linear-gradient(to left, rgb(5, 41, 158),rgb(5, 20, 71));
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, rgb(6, 47, 180),rgb(4, 18, 63)) 1;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    transition: top 0.7s;
    z-index: 1000;
}

.center{
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    display: flex;
    gap: 10px;
}

.header-image{
    margin-left: 150px;
    width: 20%;
}

.header-image img{
    width: 200px;    
    border: 0;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header-text{
    margin-top: 50px;  
    width: 30%;
    text-align: left;
}

.header-text h1{
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-weight: 100;
    font-size: 55px;
    text-transform: uppercase;
    text-shadow: 0 0 17px rgb(0, 0, 0, 0.5);
}

.header-text h2{
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-size: 19px;
}

.header-text p{
    color: white;
    font-weight: 100;
    margin-top: 15px;
    font-size: 17px;
}


.header-right-icons{
    /* z-index: 10000; */
    display: flex;
    align-items: center;
    margin-left: 250px;
}

.header-right-icons i{
    color: white;
    font-size: 25px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.edit1{
    cursor: pointer;
    transition: 0.4s ease;
    position: absolute;
    top: 290px;
    left: 47%;
}

.edit1 p{
    color: rgb(8, 25, 83);
    margin-top: 10px;
    font-size: 18px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.edit1 i{
    color: rgb(8, 25, 83);
}

.edit1:hover{
    cursor: pointer;
    transform: scale(1.2);
}

section{
    padding-top: 150px;
    background: linear-gradient(180deg, rgba(239, 239, 255, 0.568), white 5000px);
    width: 100%;
    height: calc(100% + 90px);
    text-align: center;
    display: flex;
    justify-content: space-between;
}

section div{
    display: inline-block;
}
/*
    -----------> SEÇÃO LEFT HIGH <------------
*/
section .main-left{
    width: 80%;
    margin: 50px 120px;
}

.main-left .high{
    width: 75%;
    text-align: justify;
}

.main-left .high h2{
    margin-left: -30px;
    color: rgb(22, 50, 143);
    font-size: 35px;
    margin-bottom: 20px;
}

.main-left .text-under i{
    margin-bottom: 10px;
}

.main-left .text-under p, a{
    font-size: 23px;
    color: rgb(32, 32, 32);
    text-decoration: none;
    transition: 0.4s ease;
}

.main-left .text-under p:hover{
    background: linear-gradient(to left, blue, rgb(150, 0, 236));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-left: 10px;
    font-weight: 200;
    transform: scale(1.2);
}
/*
    -----------> SEÇÃO LEFT MID <------------
*/
.main-left .mid{
    margin-top: 50px;
    width: 75%;
    text-align: justify;
}

.main-left .mid h2{
    margin-left: -30px;
    color: rgb(22, 50, 143);
    font-size: 35px;
    margin-bottom: 20px;
}

.main-left .mid .first-mid{
    width: 100%;
    margin-bottom: 20px;
}

.main-left .mid .first-mid h3{
    color: rgb(51, 51, 51);
    font-size: 26px;
    font-weight: 600;
}

.main-left .mid .first-mid p{
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 500;
}
/*
    -----------> SEÇÃO RIGHT HIGH <------------
*/
section .main-right{
    padding: 50px;
    /* border-left: 1px solid black; */
    width: 100%;
}

.main-right .high{
    width: 90%;
    text-align: justify;
}

.main-right .high h2{
    margin-left: -30px;
    color: rgb(22, 50, 143);
    font-size: 35px;
}

.main-right .high p{
    margin-top: 20px;
    color: rgb(51, 51, 51);
    font-size: 22px;
    width: 85%;
}
/*
    -----------> SEÇÃO RIGHT MID <------------
*/
.main-right .mid{
    margin-top: 50px;
    width: 90%;
    text-align: justify;
}

.main-right .mid h2{
    margin-left: -30px;
    color: rgb(22, 50, 143);
    font-size: 35px;
    margin-bottom: 20px;
}

.main-right .mid .first-mid{
    width: 100%;
    margin-bottom: 20px;
}

.main-right .mid .first-mid h3{
    color: rgb(51, 51, 51);
    font-size: 28px;
    font-weight: 600;
}

.main-right .mid .first-mid p{
    margin-top: 10px;
    width: 85%;
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 500;
}

.main-right .mid .first-mid button {
    position: relative;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    background: rgb(22, 50, 143);
    border: 0;
    border-radius: 12px;
    width: 110px;
    height: 37px;
    font-size: 20px;
    margin-bottom: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    overflow: hidden;
    z-index: 1;
}
.main-right .mid .first-mid button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, blue, rgb(150, 0, 236));
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: -1;
}
.main-right .mid .first-mid button:hover::before {
    opacity: 1;
    z-index: 0;
}
.main-right .mid .first-mid button:hover {
    cursor: pointer;
    transform: scale(1.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.main-right .mid .first-mid button span {
    position: relative;
    font-size: 20px;
    z-index: 1;
}
/* 
    -----------> SEÇÃO FOOTER <------------
*/

footer.footer{
    background: linear-gradient(to left, rgb(5, 41, 158),rgb(5, 20, 71));
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer.footer .icons-footer{
    margin-bottom: 10px;
}
footer.footer .icons-footer i{
    color: white;
}
footer.footer p{
    margin: 0;
    text-align: center;
    color: white;
}



/*
    -----------> SEÇÃO ICONES <------------
*/
.text-under .fab{
    color: black;
    font-size: 22px;
}