body {
    font-family: 'Fira Sans', sans-serif;
}

.button_link {
    text-decoration: none;
}

.home {
    width: 100%;
    margin-top: -12em;

}

.white-degree {
    display: none;
}
.home__header {
    background-image: radial-gradient(circle at 95% 48%,#172231,#1b1b1b 85%);
    background-color: #072347;
    padding: 12em 0 3em;
    position: relative;

}
.home__img-bg-pc {
    display: none;
}
.home__img-bg {

    position: absolute;
    background-size: auto;
    opacity: .2;;
    width: 100%;
    z-index: 2;

}

@media screen and (max-width:980px){
    .home__img-bg{
        z-index:-2;
    }
}


.header--home {
    font-size: .875em;
    z-index: 8;
    position: relative;

}

.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: space-between;

}

.menu_logo-wrapper {
    width: 100%;
    margin: 1em auto;
    z-index: 10;



}
.menu_logo {
    width: 30%;
    max-width: 100px;
}

.menu_link-wrapper {
    flex-wrap: wrap;
    width: 100%;
    border-radius: .5em;
    justify-content: space-around;
    box-sizing: border-box;
    z-index: 10;
    display: none;

    }   

.menu_lista {
  display: block;
  float: left;
  justify-content: center;
  text-align: center;
  opacity: .6;

  

}

.menu_lista.active {
    opacity: 1;
    padding: 2em auto;
}
.menu_link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    box-sizing: border-box;
    justify-content: 0 1em;
    padding: 2em auto;
    opacity: inherit;


}






.home__titles {
    font-size: 1rem;
    color: #fff;
    z-index: 10;
}
.home__titles__main-title {
    font-weight: 700;
    font-size: 2.1em;
    max-width: 350px;
}
.home__titles__sub-title {
    font-family: 'Oxygen';
    font-weight: 100;
    line-height: 1.5em;
}

.home__titles__sub-title strong {
    font-weight: 800;
 }
.home__button {
    margin-top: 2.7em;
    width: 75%;
    display: block;
    color: white;
    background-color: #fc4997;
    box-shadow: 1px 11px 80px -7px rgba(0, 0, 0, 0.753);
    text-decoration: none;
    border: none;
    border-radius: 2em;
    padding: 1em 0;
    text-transform: uppercase;
    transition: 1s;
    z-index: 80;
    position: relative;

}

.home__button:hover {
    color: grey;
    background-color: white;
    cursor: pointer;

}

.vantagens__elements--home {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 1em;
    position: relative;
    z-index: 100;
    
}

.vantagens__link {
    text-decoration: none;

}
.vantagens--box {

        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        height: 5.37em;
        margin: .31em .31em 0 0;
        width: 47%;
        box-shadow: .31em .37em .87em .87em rgba(0,0,0,.04);
        background-color: #172231;
        font-size: 1rem;
        border-radius: .5em;
        border: solid .03em #01aef0;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 40;
}
    
.vantagens--img {
       
    display: none;
}


.vantagens__texts {
    line-height: 1.5;
    padding: 0.5em .9em .55em;
    font-size: .9rem;
    text-transform: uppercase;
}



@media (min-width: 600px) {
    .vantagens--box {
        width: 25%;
        height: 8.37em;

    }

    .home__titles__main-title {
        font-weight: 700;
        font-size: 2.75em;
        max-width: 450px;

    }
}

@media (min-width: 768px) {
   .home {
    margin-top: -9em;
    position: relative;

   }

   .white-degree {
    display: block;
    width: 100%;
    height: 12em;
    background-color: #ffffff;
    transform: skewY(3deg);
    position: absolute;
    bottom: -100px;    
}
    .header--home {
        background-color: #00000000;
        position: sticky;
        top: 0;
        z-index: 999988;
        height: 70px;
        width: 100%;
        
    }
   .nav__overlay {
        position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background:#011c27;
      opacity: 0;
    }
  
    .home__titles__main-title {
        z-index: 5  ;
        font-size: 3em;
        max-width: 600px;
    }

    .home__titles__sub-title {
        max-width: 500px;
        font-size: 1.2em;
    }
    .home__button {
        width: 40%;
    }
    .home__img-bg {
        display: none;

    }

    .home__img-bg-pc {
        display: block;
        position: absolute;
        background-size: auto;
        opacity: .2;
        width: 80%;
        right: 0;
        top: 40px;
    }

    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 4em 0;
        text-align: center;
        justify-content: space-around;
    
    }
    
    .menu_logo-wrapper {
        width: 8%;
        margin: 1.7em 0;
        padding: 0em 0em;

    
    }
    .menu_logo {
        width: 100%;

    }
    
    .menu_link-wrapper {
        flex-wrap: wrap;
        width: 90%;
        padding: .5em 0;
        display: block;

        border-radius: .5em;
        justify-content: space-around;
        box-sizing: border-box;
        height: 4em;
        margin-top: 1.5em;
        }
    
    .menu_lista {
      display: block;
      float: left;
      justify-content: center;
      text-align: center;
      width: 12%;
      
    
      
    
    }
    .menu_link {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1em;
        box-sizing: border-box;
        justify-content: 0 1em;
    
    }


    .vantagens--home {
        margin-bottom: 2.5em;
        -webkit-box-pack: start;
        justify-content: start;
        z-index: 100;
        position: relative;

    }

    .vantagens__elements--home {
        width: 100%;
        z-index: 5;
        position: relative;
        margin-top: 4em;
        
    }
    .vantagens--box {
        height: 10em;
        width: 15%;
        z-index: 100;

    }

    .vantagens--box:hover {
        cursor: pointer;
    }
    .vantagens__wrapper__links--home:nth-child(even) {
        animation: .7s ease-out .5s 1 slideInFromRight forwards;
    }
      
    .vantagens--img {
       
        display: none;
    }

}

@media (min-width: 1098px) {

    .home__header {
        background-image: radial-gradient(circle at 5% 98%,#172231,#1b1b1b 25%);
        background-color: #072347;

    }

    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
        justify-content: space-between;
    
    }
    .home__titles__main-title {
        z-index: 5  ;
        font-size: 3.5em;
        max-width: 50%;
        
    }

    .home__titles__sub-title {
        max-width: 50%;
        line-height: 1.5em;
        font-size: 1.4em
    }

    .home__titles__sub-title strong {
       font-weight: 800;
    }
    .home__img-bg-pc {
        display: block;
        position: absolute;
        background-size: auto;
        opacity: .2;
        max-width: 200%;
        width: 90%;
        top: 10%;
        right: 0;
        
    }

    .home__button {
        width: 30%;
        margin-top: 3.2em;
     
    }
    .vantagens--home {
        margin-top: 4em;
        margin-bottom: 2.5em;
        -webkit-box-pack: start;
        justify-content: start;
    }

    .vantagens__elements--home {
        width: 70%;
        z-index: 5;
        position: relative;
        
    }
    .vantagens--box {
        height: 10em;
        width: 25%;
        transform: translate(0,10%);
        transition: .2s ease-in;
    }

    .vantagens--box:hover {
        transform: translate(0,0);
        box-shadow: 1px 11px 80px -7px rgba(0, 0, 0, 0.753);
        }

   .vantagens--img {
       width: 20%;
       margin-left: .8em;
       display: block;
   }

    .vantagens__wrapper__links--home:nth-child(even) {
        animation: .7s ease-out .5s 1 slideInFromRight forwards;
    }
}

@media (min-width: 1148px) {

    .home__img-bg-pc {
            display: block;
            position: absolute;
            background-size: auto;
            opacity: .2;
            max-width: 200%;
            width: 80%;
            top: 10%;
            right: 0;
        }

} 

@media (min-width: 1300px) {

    .home__img-bg-pc {
        display: block;
        position: absolute;
        background-size: auto;
        opacity: .2;
        max-width: 1200px;
        width: 60%;
        top: 10%;
        right: 0;
    }

} 

