/* SECTIONS */

/* section: header */
section.header {
  background-color: #514F4F;
  color: #FFFFFF;
}
section.header h1 {
  font-size: 48px;
  max-width: 638px;
}
section.header h2 {
  font-size: 18px;
  font-weight: 100;
  max-width: 618px;
  margin-top: 50px;
  margin-bottom: 30px;
}
section.header .bg {position: relative; z-index: 2; min-height: 637px;}
section.header .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  background: url('../img/back-inicio.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}
section.header .inner {
  max-width: 1029px;
  padding-top: 152px;
  padding-bottom: 202px;
}

section.header .btn-cadastro {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 200px;
  margin-top: 30px !important;
  color: #FFFFFF;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 40px;
  font-size: 16px;
}
section.header .btn-cadastro:hover {background: #000; color: #FFF;}

/* section: second (icones) */
section.second {background: #514F4F;}
section.second .inner {max-width: 771px; min-height: 448px; padding-top: 180px;}
section.second .box {width: 25%; float: left;}
section.second .circle span {
  color: #CCCCCC;
  position: absolute;
  text-align: center;
  font-size: 14pt;
  line-height: 21pt;
  bottom: 119px;
  padding-left: 5px;
}
section.second .circle {
  position: relative;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  border: 2px solid white;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #514F4F;
}

@media (min-width: 769px){
  section.second .circle:after {
    position: absolute;
    content: "";
    width: 168%;
    height: 2px;
    background: white;
    top: 50%; left: 106px;
  }
}

section.second .circle1 {background-image: url('../img/doity_first_1.png')}
section.second .circle1 span {left: -55px; width: 230px;}

section.second .circle2 {background-image: url('../img/doity_first_2.png')}
section.second .circle2 span {left: 0; width: 102px}

section.second .circle3 {background-image: url('../img/doity_first_3.png')}
section.second .circle3 span {left: -15px; width: 130px;}

section.second .circle4 {background-image: url('../img/doity_first_4.png')}
section.second .circle4 span {left: -25px; width: 168px}
section.second .circle4:after {width: 0; height: 0}


/* section: third (Submissão de trabalhos) */
section.third {color: #FFFFFF;  background-color: #9FA9AA;}
section.third .inner {max-width: 1029px; min-height: 637px; padding-top: 120px;}
section.third .col-text {width: 45%; float: left;}
section.third .col-image {width: 50%; float: right;}
section.third .col-image img {width: 100%;}
section.third ul {font-size: 14px; line-height: 21px;}
section.third h1:before {background-color: #FFFFFF;}
section.third ul li {margin: 0 0 20px 40px; position: relative; list-style-type: none;}
section.third ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #EB4050;
  position: absolute;
  left: -35px; top: 2px;
}

/* section: quarter (Formulário de Avaliação) */
section.quarter {background: #f3f5f5; color: #9FA9AA;}
section.quarter .inner {max-width: 1029px; min-height: 637px; padding-top: 120px;}
section.quarter .col-text {width: 45%; float: right;}
section.quarter .col-image {width: 50%; float: left;}
section.quarter .col-image img {width: 100%;}
section.quarter h1:before {background-color: #9FA9AA;}
section.quarter ul {font-size: 14px; line-height: 21px; width: 366px;}
section.quarter ul li {margin: 0 0 20px 40px; position: relative; list-style-type: none;}
section.quarter ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #EB4050;
  position: absolute;
  left: -35px; top: 2px;
}

/* section: fifth (Certificados dos trabalhos) */
section.fifth {color: #FFFFFF; background-color: #EB4050;}
section.fifth .inner {max-width: 1029px; min-height: 637px; padding-top: 120px;}
section.fifth .col-text {width: 45%; float: left;}
section.fifth .col-image {width: 50%; float: right;}
section.fifth .col-image img {width: 100%;}
section.fifth h1:before {background-color: #FFFFFF;}
section.fifth ul {font-size: 14px; line-height: 21px;}
section.fifth ul li {margin: 0 0 30px 40px; position: relative; list-style-type: none;}
section.fifth ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #FFFFFF;
  position: absolute;
  left: -35px; top: 2px;
}

/* section: sixth (O que as pessoas dizem sobre) */
section.sixth {background: #f3f5f5; color: #636d6c;}
section.sixth .inner {max-width: 1029px; min-height: 637px; padding-top: 100px;}
section.sixth h4 {font-size: 18px; padding-top: 10px; color: #EB4050;}
section.sixth h5 {font-size: 11px; padding-top: 4px; text-transform: uppercase; font-weight: 400;}
section.sixth .slides {
  height: 500px;
  position: relative;
  overflow: hidden;
}
section.sixth .slide-box {
  transition: 100ms linear all;
  width: 32%;
  display: inline-block; margin-left: 5px;
  top:0; right: -2000px;
  overflow: hidden;
}

.slide-box-active {
  right: 0 !important;
}
.slide-in-left {
  animation: slide-in-left 500ms;
  -webkit-animation: slide-in-left 500ms;
  -moz-animation: slide-in-left 500ms;
  -o-animation: slide-in-left 500ms;
  -ms-animation: slide-in-left 500ms;
}
.slide-out-left {
  animation: slide-out-left 500ms;
  -webkit-animation: slide-out-left 500ms;
  -moz-animation: slide-out-left 500ms;
  -o-animation: slide-out-left 500ms;
  -ms-animation: slide-out-left 500ms;
}

section.sixth .slide-box-controls {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  display: none;
}
.slide-box-controls .slide-box-select {
  width: 10px;
  height: 10px;
  background-color: #8c9494;
  border: none;
  color: red;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
}
.slide-box-select:hover,
.slide-box-select-active {
  background-color: #ea404f !important;
}
section.sixth .box {width: 100%;}
section.sixth .box .comentario {
  padding: 30px;
  height: 222px;
  border: 2px solid #FFFFFF;
  font-size: 13px; line-height: 18pt;
  position: relative;
  text-align: center;
}
section.sixth .box .comentario:before {
  content: "";
  position: absolute;
  bottom: -40px; left: -2px;
  vertical-align: middle;
  width: 40px; height: 40px;
  background-image: url('../img/ponta_box_comentario.png');
  background-size: contain;
  background-repeat: no-repeat;
}
section.sixth .box .comentario p {
  vertical-align: middle;
}
/*section.sixth .box .comentario blockquote:before,
section.sixth .box .comentario blockquote:after {
  position: absolute;
  content: '';
  font-size: 22px;
  font-family: 'FontAwesome';
  color: #EB4050;
}
section.sixth .box .comentario blockquote:before {
  content: '\f10d';
  left: 22px; top: 22px;
}
section.sixth .box .comentario blockquote:after {
  content: '\f10e';
  right: 22px; bottom: 22px;
}*/
section.sixth .box .person {margin-top: 20px;}
section.sixth .box .person .avatar {width: 62px; height: 62px; margin: 0 10px 0 20px; float: left;}
section.sixth .box .person .avatar img {width: 100%;}

/* section: seventh (cadastro) */
section.cadastro {
  background: url('../img/back-cadastro.png') no-repeat;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
}
section.cadastro .inner {max-width: 1029px; min-height: 637px; padding-top: 80px;}
section.cadastro .btn-cadastrar {
  font-size: 13px;
  border: none;
  background-color: #EB4050;
  color: #FFF;
  border-radius: 40px;
  padding: 13px 60px;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
}

form.form-group {
  max-width: 523px;
  margin: 45px auto;
  background: #FFFFFF;
  border-radius: 6px;
}
form.form-group .header {
  background: #514F4F;
  padding: 20px 0;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}
form.form-group .input-group {padding: 40px;}
form.form-group .input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #F4F4F4;
  border-radius: 5px;
  border: none;
  color: #888;
  font-size: 12px;
  padding: 15px;
}
form.form-group .input:focus {color: #000000;  box-shadow: 0 0 3px rgba(0,0,0,0.4);}

/* Adaptações
=================== */
/* 1036px */
@media (max-width: 1036px){

  /* sections */
  section:not(.header) {padding-left: 10px; padding-right: 10px;}
  section.header .inner {padding-left: 10px; padding-right: 10px}
  section .inner {overflow: hidden;}

  /* section ~ O que as pessoas dizem sobre */
  section.sixth .slide-box {width: 100%; position: absolute;}
  section.sixth .slide-box-controls {display: block;}
  section.sixth .box {display: block; width: 80%; margin: 0 auto 60px auto !important; float: none;}
  section.sixth .box .comentario {height: 150px; padding: 30px;}
  section.sixth .slides {height: 400px;}
  section.sixth .inner {min-height: 437px; padding-top: 100px;}
}

/* 768px */
@media (max-width: 768px){
  section.header {text-align: center;}
  section.header h1,
  section.header h2 {
    margin-left: auto;
    margin-right: auto;
  }
  section.header .btn-cadastro {margin: 0 auto;}

  section.second .circle:after {width: 100%;}
  section.second .box {display: block; width: 100%; margin: 55px 0;}
}

@media (max-width: 628px){
  section.sixth .box .comentario {height: 262px;}
  section.sixth .slides {height: 500px;}
}

/* 480px */
@media (max-width: 480px){
  h1 {font-size: 32px !important;}
}
