/*
Folha de estilo do site one page
@author Gaby Ramos
*/

/* Importação (Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Raleway:wght@100;300&display=swap');
body{
    font-family: 'Alkatra', cursive;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
}



/* CSS Reset */
*{
    margin:0;
    border:0;
    padding:0;
}
/* Layout */
.Container{
    margin: 0 auto;
}
/*------------ TeAmoMoh^^ -------------*/
.Flex{
    display:flex;
    justify-content:space-between;
}
.ContainerFlex2{
    display: flex;
    align-items:center;
    color:#000000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 10px
}
.Flex3{
    display: flex;
    flex-direction: column;
}
.Flex4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}
.Flex5{
    display: flex;
    flex-direction: column-reverse;

}
.Botao{
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    background-color: #e47a18;
    padding: 10px 40px;
    border:2px solid #fff ;
    border-radius: 25px;
  
}
/*Cartões*/
.Card {
    margin-top: 25px;
    width: 338px;
    height: 520px; 
    background-color: #e8e8e8;
    border: 1px solid #a1a1a1;
    border-radius: 25px;
    text-align: center;

}
.Card img{
    border-radius: 25px 25px 0px 0px;
}
.Card h3{
    margin-top: 15px;
}
.Card p{
    text-align: left;
    color: #434343;
    padding: 10px 20px 50px 30px;
}
.Card a{
    padding: 10px 50px;
    border: 0;
}

/*Topo do site*/
#topo{
    position: fixed;
    right: 10px;
    bottom: 10px;
 }
/* Smartphone Portrait >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/*Cabeçalho*/
header{
    height: 60px;
}

#logo img{
    width: 128px;
    height: 128px;
}
#check {
    display: none;
}
label{
    font-size: 3em;
    position: fixed;
    top: 5px;
    right: 15px;
    color: rgba(0,0,0,0.5);
}
nav ul{
    list-style: none;
    background-color: #343538;
    height: 100vh;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    transition: all 0.5s;
}

#check:checked ~ ul{
right: 0;
}
 
nav ul li {
    padding: 20px;
    border-bottom: 1px solid #a9a9a9;
}
nav ul li a {
    text-decoration: none;
    color: #fff;
}
/*Destaque*/
main{
    height: 75vh;
    background:url(imagens/banner1.jpg);
    background-size:cover;
    background-position: center;
    color: #ffffffef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
main h1{
    font-size: 2.5em;
}
main h2{
    font-size: 1.4em;
    margin: 20px 0px 50px 0px;
}
/*Sobre*/
#sobre{
    padding: 50px 0px;
    background: url(imagens/kai.jpg);
    background-size: cover;
    background-position: center;
    text-shadow: #f8f8f8 0.08em 0.08em 0.08em;
    font-size: 1.3em;
   
}

#destaqueSobre{
    display: none;
}
#textosobre{
    color: #ffffff;
    padding: 0px 10px;
}
#textosobre h2{
    margin-bottom: 10px;
    
}
/*One page*/
#onepage{
    padding: 50px 10px;
}
#onepage h2{
    margin-bottom: 10px;
}
#onepage p{
    margin-bottom: 25px;
}

#video iframe{
    width: 340px;
    height: 191px;
    border: 0px;
    
}
/*PDF*/
#wireframe{
    padding: 50px 0px;
    background: url(imagens/kai.jpg );
    background-size: cover;
    background-position: center;
}
#textoWire{
    color: #000000;
    padding: 0px 10px;
   text-shadow: #fff9f9 0.08em 0.08em 0.08em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
#textoWire h2{
    margin-bottom: 10px;
}
#textoWire p{
    margin-bottom: 40px;
    
}
#textoWire span{
    display: none;
}
#qrcode{
    display: none;
}
/*Conteúdo*/
#conteudo{
    padding: 50px 0px;
}
#conteudo h2{
    margin-bottom: 25px;
    text-align: center;
}
/*Rodapé*/
address{
    padding: 30px 10px 50px 10px;
    background-image:url(imagens/kai.jpg) ;
    background-size: cover;
    background-position: center;
    color: #000000;
    text-shadow: #fff9f9 0.08em 0.08em 0.08em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
address a{
   text-decoration: none;
   color: #000000; 
   text-shadow: #fff9f9 0.08em 0.08em 0.08em;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
address img{
    padding-top: 15px;
}
#iconeLocal{
    display: none;
}
#dados{
    margin: 30px 0px 15px 0px ;
}
#googleMaps{
    display: none;
}
footer{
    padding: 50px;
    background-color: #171f36;
    color: #ff6a07;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-shadow: #000000 0.08em 0.08em 0.08em;
    text-align: center;
}
#social{
     margin-bottom: 25px;
}

/* Smartphone Landscape >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 576px){
    
 /* Layout */
.Container{
    max-width: 540px;
}
/*Destaque*/
main h1, main h2{
    text-shadow: #000 0.05em 0.05em 0.05em;
}
/*One page*/
#video iframe{
    width: 560px;
    height: 315px;
}
/*Rodapé*/
.Flex5{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.Flex6{
display: flex;
flex-direction: column;
justify-content: space-around;



}
#social{
    margin: 0;
}
}


/* Tablet Portrait >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 768px){
    
/* Layout */
.Container{
    max-width: 720px;
}
/*Destaque*/
main{
    height: 45vh;
}
main h1{
    font-size: 5.5em;
}
main h2{
    font-size: 2.5em;
}
}
/* Tablet Landscape >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 992px){
    
/* Layout */
.Container{
    max-width: 960px;
}
/*Dstaque*/
main{
    height: 70vh;
}
}
/* PC >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 1200px){
    
 /* Layout */
.Container{
    max-width: 1140px;
}
/*Cabeçalho*/
header{
    height: 120px;
}
#logo img{
    width: 189px;
    height: 189px;
    margin-top: 30px; 
}
label{
    display:none;
}
nav ul{
    position: static;
    height: auto;
    background-color: transparent;
    margin-top: 50px;
}
nav ul li{
    float: left;
    border: 0;
}
nav ul li a{
    color:#343538
}
nav ul li a:hover{
    color: #c00000;
}
/*Sobre*/
#sobre{
    /*Efeito paralax*/
    background-attachment: fixed;
}
#destaqueSobre{
    display:inline;
}
#destaqueSobre img{
    border-radius: 50%;
    margin-right: 80px;
    margin-left: 50px;
  
}
/*One page*/
.Flex3{
    flex-direction: row;
    align-items: center;
}
/*PDF*/
#wireframe{
    background-attachment: fixed;
}
#wireframe span{
    display: inline;
}
#qrcode{
    display: inline;
}
#qrcode img{
    width: 200px;
    height: 200px;
    margin-left: 50px;
}
/*Rodapé*/
#iconeLocal{
    display: inline;
}
#iconeMapa{
    display: none;
}
#googleMaps{
    display: inline;
}
.Flex6{
    flex-direction: row-reverse;
}
#contato{
   margin-right: 80px;
}
}