*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato';
}
 .html, .body{
    height: 100%;
}
.center{
    max-width: 1280px;
    padding: 0;
}
.clear{
    clear: both;
}
/**fonts**/
.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
}

/*************/
section.main{
    background-image: url('imagens/cartas\ yugioh.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 15px 0;
    min-height: 500px;
}

section.main header{
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}
.logo{
    padding: 35px;
}
.logo h1{
    text-align: justify;
    
}

/*MENU*/
.desktop {
        display: block;
        overflow: hidden;
        background-color: rgb(25,25,112);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .desktop #links {
        display: none;
    }

    .desktop a {
        float: left;
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-weight: bold;
        font-size: 17px;
    }

    .desktop a.icon {
        float: right;
    }
 
    .desktop a:hover{
        background-color: rgb(241, 241, 117);
        color: black;
    }
/**menumobile**/

.mobile {
  display: none;
  overflow: hidden;
  background-color: rgb(25,25,112);
  position: relative;
}

.mobile #myLinks{
  display: block;
}

.mobile a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  display: block;
}

.mobile a.icon {
  background: rgb(25,25,112);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile a:hover {
  background-color: rgb(241, 241, 117);
  color: black;
}

.active {
  background-color: rgb(25,25,112);
  color: white;
}
/****/
/*HEADER*/
.conteudo-header{
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 40px auto;
}

.conteudo-header h1{
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.conteudo-header h2{
    color: black;
    font-size: 25px;
    text-align: center;
}
.transbox{
    background-color: ghostwhite;
    opacity: 0.6;
    border-radius: 20px;
    padding: 20px;
}
/*SESSAO TIME*/
 .time h1{
    background-color: #F5F36E;
    text-align: center;
    padding: 25px;
 }
.descricao{
    display: flex;
    justify-content: center;
    align-items: center;
}
.descricao img{
    width: 200px;
    height: 200px;
}
 .descricao h2{
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
 }

/*FUNDADOR-TIME*/
.container-fundador{
 display: flex;
 flex-direction: row;
 font-size: 30px;
 text-align: center;
}

.boximg{
    padding: 10px;
    flex: 50%;
    text-align: center;
    background-color: #070b38; 
}
.boximg img{
    border-radius: 70%;
}
.descricaofundador{
    padding: 10px;
    flex: 50%;
    background-color: steelblue;
}
.descricaofundador li{
    margin: 5px;
    color: white;
    list-style-type: none;
    font-size: 20px;
    text-align: center;
}
/*DESCRICAO MENTORIA*/
.container-mentoria{
    background-color: #070b38;
}
.chamada-mentoria {
    text-align: center;
}
.chamada-mentoria h1{
    padding: 15px;
}
.caixas-container{
    background-color: #140E1D;
    color: white;
    display: block;
    text-align: center;
    font-size: 25px;
}

.box{
    padding: 5px;
    -webkit-box-shadow: 0px -8px 54px -8px rgba(255,204,117,1);
    -moz-box-shadow: 0px -8px 54px -8px rgba(255,204,117,1);
    box-shadow: 0px -8px 54px -8px rgba(255,204,117,1);
}    

/*mentoria motivos*/
.mentoria-motivos img{
    margin: 0 auto;
    display: block;
}
.mentoria-motivos h2{
    text-align: center;
    color: yellow;
    font-size: 25px;
    margin: 15px;
}

.boxmentoria {
    -webkit-box-shadow: 0px -8px 54px -8px rgba(255,204,117,1);
    -moz-box-shadow: 0px -8px 54px -8px rgba(255,204,117,1);
    box-shadow: 0px -8px 54px -8px rgba(255,204,117,1);
}
.boxmentoria  ul li{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    list-style-type: none;
    background-color:#140E1D ;
 }  
/*DEPOIMENTOS*/
.container-depo{
    display: flex;
}
.depoimento{
    flex:1;
    text-align: justify;
     background-color:#140E1D ;
     border-radius: 25px;
     border: 5px solid #070b38;
}
.depoimento p{
  margin: 15px;
  padding: 5px;
  color:  whitesmoke;
  text-align: justify;
  font-size: 20px;
}
.depoimento img{
    margin: 5px;
    width: 150px;
    height:150px;
    border-radius: 60%;
}

/*BOTAO DE COMPRA*/
.chamadavalor{
    box-shadow: 0 0px 16px 0
    rgb(255, 238, 1), 0 0px 20px 0
    rgba(255, 238, 1, 0.19);
}
.chamadavalor h1{
    color: white;
    text-align: center;
    font-size: 20px;
}
.chamadavalor h2{
    color: white;
    font-size: 20px;
    text-align: center;
}
.container{
    text-align: center;
}
.seta-icon i{
    margin-top: 30px;
    color: white;
    font-size: 50px;
}
.proposta-mentoria button{
    cursor: pointer;
    margin-top: 15px;
    background-color: blueviolet;
    font-weight: bolder;
    padding: 20px;
    background-color: rgb(89, 152, 235);
    color: black;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0
    rgba(22, 61, 233, 0.2), 0 6px 20px 0
    rgba(57, 77, 255, 0.19);
}
.proposta-mentoria button:hover{
    background-color: rgb(240, 240, 32);
    color: black;
}
.social-media p{
    margin: 15px;
    color: white;
    text-align: center;
    font-size: 25px;
}
.social-media i{
    margin: 10px;
    font-size: 40px;
    color: white;
}
.social-media a{
    font-size: 20px;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 768px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .descricao{
        display: inline-block; 
        text-align: center;
    }
    .box{
     width: 100%;
    }
    .depoimento{
        width: 100%;
    }
    .conteudo-header h1{
        font-size: 20px;
        text-align: left;
    }
    .conteudo-header h2{
        font-size: 16px;
    }
    .logo img{
        text-align: center;
    }
    .descricao h2{
        font-size: 16px;
    }
    .container-fundador{
        flex-direction: column;
    }
    .descricaofundador li{
        font-size: 16px;
    }
    .container-depo{
        flex-direction: column;
    }
 }   