/*
    Folha de estilo do site One Page HTML5 e CSS3
    html5css3.com.br
    @author Professor José de Assis
    joseassis.com.br
*/

/* Importação (Google Fonts) */


@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playwrite+HR+Lijeva:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/* Variavéis */

:root{
    --azul: #05152b;
    --branco: #fff;
    --preto: #000000;
    --roxo : #6959CD;
    

}
/* CSS Reset */
* {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth; /* Rolagem suave */
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  background-color:  var(--branco);
}

/* Layout */
.Container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.Flex,
.Flex2,
.Flex3,
.Flex4,
.Flex5,
.Flex6 {
  display: flex;
}

.Flex {
  justify-content: space-between;
}

.Flex2 {
  align-items: center;
}

.Flex3,
.Flex6 {
  flex-direction: column;
}

.Flex4 {
  flex-wrap: wrap;
  justify-content: space-evenly;
}

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

.Flex6 {
  justify-content: space-around;
}

/* Botão */
.botao {
  text-decoration: none;
  color: var(--preto);
  font-size: 1.3em;
  background-color:  var(--branco);
  width: 50px;
  font-weight: 600;
  padding: 5px 15px 10px  5px;
  border: 0px solid var(--preto);
  border-radius: 10px;
  align-self: center;
  height: 30px;
  display: inline-block;
  margin-top: 40px;
  font-family:cursive;
}

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

/* Cartões */
.Card {
  margin-top: 25px;
  width: 300px;
  height: 420px;
  background-color: #e8e8e8;
  border: 1px solid #000000;
  border-radius: 25px;
  text-align: center;
}

.Card img {
  border-radius: 15px 20px 0px 0px;
}

.Card h3 {
  margin-top: 15px;
}

.Card p {
  text-align: left;
  color: #434343;
  padding: 10px 30px 50px 30px;
}

.Card a {
  padding: 10px 100px;
  border: 0;
}

/* Smartphone Portrait >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

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

#logo img {
  width: 128px;
  height: 128px;
  margin-top: 10px;
}

#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: var(--azul);
  height: 100vh;
  position: fixed;
  top: 100px;
  right: -65%;
  width: 65%;
  transition: all 0.5s;
}

#check:checked~ul {
  right: 0;
}

nav ul li {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid var(--branco);
  text-align: right;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

/* Destaque */
main {
  height: 60vh;
  background: url(img/Inteligencia1-artificial.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; 
  font-family:cursive;
}
#logo img{
    width: 95px;
    height: 90px;
    margin: 0px 70px 80px 0px;
}
main h1
h2{
    color: var(--branco);
    text-shadow: #000 0.05em 0.05em 0.05em;

    
}
main h1 {
    color: var(--branco);
    font-size: 2.3em;
    font-family:sans-serif;
    margin-top: 10px;

}

main h2 {
    color: var(--branco);
    font-size: 1em;
    margin-top: 30px;
    text-shadow: 0px 5px 10px #000,
    0px 10px 10px rgba(0, 0, 0, 0.15),
    0px 15px 15px rgba(0, 0, 0, 0.1),
    0px 20px 20px rgba(0, 0, 0, 0.1);
}

/* Sobre */
#sobre {
    padding: 40px 15px;
    background: url(img/robot.jpg);
    background-size: cover;
    background-position: center;
}

#destaqueSobre {
   display: none;
  

}

#textoSobre {
    color: #fff;
    padding: 0px 10px;
}

#textoSobre h2 {
  margin-bottom: 10px;
}

.TopicosSobre {
  margin-top: 5px;
}

.TopicosSobre img {
  margin-right: 5px;
}

/* One page */


#onepage {
  padding: 30px;
  
}

#onepage h2 {
  margin-bottom: 10px;
}

#onepage p {
  margin-bottom: 25px;
  
}

#video iframe {
  width: 370px;
  height: 195px;
  border: 0;
  margin-top: 50px;
  
}

/* Wireframe */

.botao2 {
  text-decoration: none;
  color: var(--branco);
  font-size: 1em;
  width: 50px;
  align-self: center;
  height: 20px;
  margin-top: 20px;
  font-family:cursive;
}
#wireframe {
  padding: 20px 0px;
  background: url(img/inteligencia-artificial1.png);
  background-size: cover;
  background-position: center;
 
  
}

#textoWire {
  color: #fff;
  padding: 0px 5px;
 
  
}

#textoWire h2 {
  margin-top: 50px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif


}

#textoWire p {
  margin-bottom: 40px;
  margin-top: 50px;
}

#textoWire span {
  display: none;
}

#qrcode {
  display: none;
}

/* Conteúdo */


.botao3 {
  text-decoration: none;
  color: var(--preto);
  font-size: 1.3em;
  background-color:  var(--branco);
  width: 80px;
  font-weight: 700;
  padding: 10px 20px;
  border: 0px solid var(--preto);
  border-radius: 10px;
  align-self: center;
  height: 40px;
  display: inline-block;
  margin-top: 20px;
  font-family:cursive;
}


#conteudo{
  padding: 50px 0px;
  font-family:'Times New Roman', Times, serif;
  text-align: center;
}

#conteudo .Container {
 flex-direction: column;

}

#conteudo h2  {
  
  color: black;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  
  
}

#todos  {
  margin-top: 30px;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 700;
  color: var(--branco);
  
 
}

#todos a {
  text-decoration: none;
  color: #000;
  font-weight: 10;
  font-size: 1em;
  text-align: center;
 
}



/* Rodapé */

address {
  margin: 45px 0px 0px 0px;
  background: url(img/cloud.jpg);
  background-size: cover;
  text-align: center;
  background-position: center;
  color: var(--branco);
}

address a {
  text-decoration: none;
  color: var(--branco);
}

address img {
  padding-top: 14px;
}

#iconeLocal {
  display: none;
  color: var(--branco);
}

#dados {
  margin: 0px 0px 2px 0px;
  
}

#googleMaps {
  
    overflow:hidden;
    padding-bottom: 5%;
    position:relative;
    height:0;
    width: 400px;
    height: 200px;
    margin: 60px;
}

.map-responsive iframe{

    left:0;
    top:0;
    height:90%;
    width: 90%;
    position:absolute;

}


footer {
  padding: 20px 0px;
  background-color: #343538;
  font-size: 0.875em;
  color: #fff;
  text-align: center;

}

footer a {
  text-decoration: none;
  color: #fff;
}

#social {
  margin-bottom: 0px;
  
}


/* Smartphone Landscape >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 576px) {

  /* Layout */
  .Container {
    max-width: 540px;
  }

  /* Destaque */
  main {
    height: 77vh;
  }

  /* One page */
  #video iframe {
    width: 560px;
    height: 315px;
  }

  /* Rodapé */
  .Flex5 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
  }


  #social {
    margin: 0;
  }
}

/* Tablet Portrait >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 768px) {

  /* Layout */
  .Container {
    max-width: 720px;
  }

  /* Destaque */
  main {
    height: 50vh;
  }

  main h1 {
    font-size: 5.8em;
  }

  main h2 {
    font-size: 2.3em;
  }
}

/* Tablet Landscape >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 992px) {

  /* Layout */
  .Container {
    max-width: 960px;
  } 
}

/* PC >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 1200px) {

  /* Layout */
  .Container {
    max-width: 1140px;
  }

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

  #logo img {
    width: 128px;
    height: 128px;
    margin-top: 5px;
  }

  label {
    display: none;
  }

  nav ul {
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
    margin-top: 40px;
  }

  nav ul li {
    float: left;
    border: 0;
  }

  nav ul li a {
    color: #343538;
  }

  nav ul li a:hover {
    color: #c00000;
  }

  /* Destaque */
  main {
    height: 60vh;
  }

  main h1 {
    font-size: 6.8em;
  }

  /* Sobre */
  #sobre {
    background-attachment: fixed;
  }

  #destaqueSobre {
    display: inline;
  }

  #destaqueSobre img {
    border-radius: 50%;
    margin-right: 50px;
  }

  /* One page */
  .Flex3 {
    flex-direction: row;
    align-items: center;
  }

  /* Wireframe */
  #wireframe {
    background-attachment: fixed;
  }

  #wireframe span {
    display: inline;
  }

  #qrcode {
    display: inline;
  }

  #qrcode img {
    width: 225px;
    height: 225px;
  }

  /* Rodapé */
  .Flex6 {
    flex-direction: row-reverse;
  }

  address {
    padding-top: 25px;
  }

  #iconeLocal {
    display: inline;
  }

  #iconeMapa {
    display: none;
  }

  #googleMaps {
    display: none;
    margin: 60px;
  }

  .ContainerFlex6 iframe{
    width: 400px;
    height: 200px;
  } 

}