@charset "utf-8";

body {
  margin: 0;
  font-family: sans-serif;
}

header#menu-nav {
  background-color: #000;
  height: 70px;
  display: block; /*???*/
  margin: 0;
}

header#menu-nav #womakers-logo {
  padding-top: 13px;
  margin-left: 5%;
}

ul.menu {
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0%;
  padding-left: 0%;
}

ul.menu li {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 12pt;
  border: 2px solid black;
  font-weight: 100;
  float: left;
}

ul.menu li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 0.3em;
  outline: 0;
}

ul.menu li:hover {
  border: 2px solid yellow;
}

ul.menu li.icon {
  display: none;
}

@media screen and (max-width: 934px) {
  header#menu-nav {
    background-color: #000;
    height: 60px;
    display: block; /*???*/
    margin: 0;
  }

  header#menu-nav #womakers-logo {
    padding-top: 13px;
    margin-left: 5%;
    width: 120px;
  }

  ul.menu li {
    display: none;
  }
  ul.menu li.icon {
    float: right; /*O ícone será exibido ao lado direito*/
    display: inline-block;
  }

  ul.menu.responsive {
    position: relative;
    background: rgba(0, 0, 0, 0.75); /*Fundo cinza*/
    height: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 5px;
    width: 100%;
    margin: 0;
  }

  ul.menu.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  ul.menu.responsive li {
    /*text-align: center;
    float: none;
    padding: 0;
    display: inline;*/
    display: inline;
    margin-right: 0.5em;
    font-size: 12pt;
    font-weight: 100;
    float: none;
  }

  ul.menu.responsive li a {
    display: block;
    padding: 0;
    text-align: left;
    line-height: 30px;
    text-align: center;
  }
}

/*.container {
  display: flex;
  background-color: aqua;
  height: 30px;
}

.efeito {
  margin-left: 5%;
  margin-right: 5%;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 30px 1000px 1px 1000px;
  width: 25%;
  height: 100%;
}*/

section#welcome {
  height: 380px;
  margin-top: 0px;
  padding-top: 150px;
  padding-left: 15%;
  background-image: url("Slidertransparent2.png"), url("slider001.png");
  background-repeat: repeat, no-repeat;
  background-position: 80% 50%;
  background-color: rgb(250, 31, 80);
}
@media (max-width: 760px) {
  section#welcome {
    height: 250px;
    background-image: url("Slidertransparent2mobile.png"),
      url("slider001mobile.png");
    background-repeat: repeat, no-repeat;
  }
  div#slider h1 {
    font-size: 20pt !important;
  }
  div#slider h2 {
    margin-top: 5px !important;
    font-size: 12pt !important;
  }
  div#slider p {
    color: #fff;
    font-size: 13pt !important;
    font-weight: 200;
    text-align: justify;
    margin-right: 50px;
  }
}

div#slider {
  max-width: 600px;
  padding-right: 10%;
}
div#slider h1 {
  font-weight: 600;
  font-size: 24pt;
  text-transform: uppercase;
  margin: 0px;
  color: rgb(13, 7, 24);
}
div#slider h2 {
  font-weight: 200;
  margin-top: 5px;
  font-size: 15pt;
  text-transform: uppercase;
  color: rgb(13, 7, 24);
}

div#slider p {
  color: #fff;
  font-size: 16pt;
  font-weight: 200;
  text-align: justify;
}

div#div-services {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

figure.servicos-imagens {
  display: inline-block;
  text-align: center;
}

figure.servicos-imagens img {
  /*width: 60%;
    height: 60%;*/
  border-radius: 100%;
  border: 2px solid white;
}
figure.servicos-imagens figcaption {
  color: white;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
  width: 300px;
}

div#div-portfolio {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

section#filtro {
  width: 100%;
  margin-left: 5px;
}

section#filtro label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid black;
  font-size: 11pt;
  font-weight: 100;
  width: 60px;
  margin: 1%;
  cursor: pointer;
}

input:checked + label {
  color: white;
  background-color: #000;
}
input {
  display: none;
}

#bt_website:checked ~ #galeria .template,
#bt_website:checked ~ #galeria .tema {
  display: none;
}

#bt_template:checked ~ #galeria .website,
#bt_template:checked ~ #galeria .tema {
  display: none;
}

#bt_tema:checked ~ #galeria .template,
#bt_tema:checked ~ #galeria .website {
  display: none;
}

figure.portfolio-imagens {
  display: inline-block;
  text-align: center;
  margin: 1%;
  width: 30%;
}

@media (max-width: 500px) {
  figure.portfolio-imagens {
    display: inline;
  }
}

figure.portfolio-imagens img {
  margin-bottom: 0px;
  padding-bottom: 0;
  display: block;
  width: 100%;
  transition: all 0.4s;
}

figure.portfolio-imagens figcaption {
  background-color: #000;
  padding: 10px;
  margin-top: 0px;
  top: 0;
}
figure.portfolio-imagens figcaption h1 {
  color: orange;
  font-size: 13pt;
  font-weight: 100;
  margin: 0;
  padding: 0;
}

figure.portfolio-imagens figcaption h2 {
  color: #fff;
  font-size: 11pt;
  font-weight: 100;
}

figure#perfil {
  text-align: center;
}

figure#perfil img {
  height: 300px;
}

i {
  font-size: 15px;
  color: #000;
}
.icones {
  text-decoration: none;
}

ul#redes {
  padding: 0%;
}

ul#redes li {
  display: inline-block;
  border-radius: 50%;
  background-color: yellow;
  padding: 5px;
  width: 20px;
  height: 20px;
  margin: 3px;
}

div#div-sobre {
  margin: auto 10%;
}

div#div-habilidades {
  margin-left: 10%;
  padding-bottom: 20px;
}
ul {
  padding-left: 0px;
}
header {
  border-bottom: 1px solid;
  margin-right: 15%;
  margin-left: 15%;
}

header h1 {
  color: rgb(229, 34, 72);
  font-weight: 200;
  text-align: center;
  padding-top: 50px;
  font-size: 25pt;
}

header p {
  text-align: center;
  font-weight: 200;
}

div#div-contato {
  text-align: center;
  margin-bottom: 20px;
}

address#emailtelefone {
  margin-top: 50px;
  height: auto;
}

a#email:link {
  font-style: normal;
  text-decoration: none;
  color: black;
  border: 1px solid white;
  margin-top: 100px;
  padding: 10px 10%;
}
p#telefone {
  margin-top: 20px;
  font-style: normal;
  color: white;
}

section#contato {
  height: 440px;
}

section#contato h2 {
  color: black;
  font-weight: 300;
  text-align: center;
  padding: 20px;
  font-size: 15pt;
  border-bottom: 1px solid;
  margin-right: 25%;
  margin-left: 25%;
}

section#contato ul {
  list-style: none;
  padding: auto 40% 30px 40%;
  display: flex;
  justify-content: center;
}

section#contato ul li {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  background-color: rgb(252, 251, 230);
  width: 20px;
  display: flex;
  justify-content: center;
  margin: 5px;
}

section#contato i {
  color: rgb(241, 157, 51);
  font-size: 15pt;
}

.subtitle-font {
  font-weight: 200;
  text-align: center;
  padding: 10px;
  font-size: 17pt;
  color: rgb(217, 110, 43);
  position: relative;
}

footer {
  text-align: center;
  background-color: #000;

  margin: 0;

  height: 20px;
}

footer p {
  background-color: #000;
  padding: 4px;
  color: #fff;
  font-weight: 200;
  margin: 0;
  font-size: 10pt;
}

h2.left-align {
  text-align: left;
}

.borderbottom-white {
  border-bottom-color: white;
}

.borderbottom-black {
  border-bottom-color: black;
}

.text-orange {
  color: rgb(217, 110, 43);
}

.text-white {
  color: #fff;
  text-align: center;
  font-weight: 100;
}

.text-black {
  color: #000;
}

.background-black {
  background-color: #000;
  margin-top: -30px;
}
.background-orange {
  background-color: rgb(241, 157, 51);
  margin-top: -30px;
}

/*section#servicos{
    background-color: #000;
    margin-top: -30px;
}



section#servicos header h1{
    color: rgb(229,34,72);
    font-weight: 200;
    text-align: center;
    padding-top: 50px;
    font-size: 25pt;
}

section#servicos header p{
    color: rgb(217,110,43);
    text-align: center;
    font-weight: 200;
}


section#sobre{
    background-color: #000;
}*/

progress {
  -webkit-writing-mode: horizontal-tb !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
progress,          /* All HTML5 progress enabled browsers */
progress[role]     /* polyfill */
 {
  /* Turns off styling - not usually needed, but good to know. 
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;*/

  /* gets rid of default border in Firefox and Opera. */
  border: 2px solid white;

  /* Needs to be in here for Safari polyfill so background images work as expected. 
	background-size: auto;*/

  /* Dimensions */
  width: 90%;
  height: 40px;
}
@media (max-width: 500px) {
  progress,
  progress[role] {
    height: 30px;
  }
  progress::before {
    padding: 7px !important;
    height: 14px !important;
  }
}

/*aqui tem aquele bloco*/

progress,
progress::-webkit-progress-bar {
  background: #fff;
}

progress::-webkit-progress-value {
  background: rgb(110, 18, 64);
}

progress::before {
  content: attr(data-label);
  position: absolute;
  color: #fff;
  font-size: 9pt;
  padding: 10px;
  height: 18px;
}

/*
div{
    background: url("/images/logo.png") no-repeat 0px 10px;
}
#nav-bar{
  height: 50px;
    background: url("images/logo.png") no-repeat 0px 50px;
    background-color: #fff;
}*/
