@import "libs/reset.css";
@import "libs/foundation.min.css";
@import "libs/swiper.min.css";
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Roboto:400,400i,500,500i,700,700i,900,900i&display=swap');
/* ==============================
Project Name:
Description:
Slicer: Fernando Aureliano
Designer:
===============================*/
/* ==============================
CSS3 Library for MoreLess System
version 1.0

Developed By:
Fernando Aureliano - @Pailoro

- License:

* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl for more details. 
===============================*/
/* Generic Styles */
html {
  overflow-x: hidden;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.dance {
  font-family: 'Dancing Script', cursive;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 7px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  background: #eee;
  font-family: 'Roboto', sans-serif;
}
.bemVindo {
  margin-bottom: 16px!important;
}
#user_pass,
#user_login {
  padding: 0!important;
}
::-webkit-input-placeholder {
  color: #72bebe;
}
:-moz-placeholder {
  color: #72bebe;
}
:-ms-input-placeholder {
  color: #72bebe;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Roboto', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #5482a6;
}
/* customize headers */
h1 {
  font-size: 28px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: normal!important;
  font-family: 'Roboto', sans-serif;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  color: #5482a6;
}
strong {
  font-weight: bold;
}
address {
  font-family: 'Roboto', sans-serif;
}
.left,
.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.right,
.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
.aligncenter {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  margin: 0 0 20px 0;
}
ul,
ol {
  font-family: 'Roboto', sans-serif;
}
*:focus,
*::-moz-focus-inner {
  outline: none;
}
.centerLogo,
.centerImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.centerH {
  display: flex;
  align-items: center;
  height: 100%;
}
.imageWhite {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.centerModal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* Yep! */
  width: 48%;
  height: 59%;
}
/******************************
			=HEADER
******************************/
#topo {
  width: 100%;
  height: 1106px;
  background: url(../images/thumbs/header.jpg) center top no-repeat;
}
.quote {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  width: 400px;
  float: right;
  color: #6bc7c4;
}
#topo {
  width: 100%;
}
#topo .top {
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #a45ea6;
  background: #613570;
  margin-bottom: 20px;
}
#topo .top p {
  color: #fff;
  margin: 0;
}
#topo .top .endereco {
  float: left;
}
#topo .top ul {
  overflow: hidden;
  float: right;
  margin: 0;
}
#topo .top ul li {
  float: left;
  margin-left: 10px;
}
.menu {
  float: right;
  margin-top: 44px;
}
.menu li {
  font-size: 14px;
}
.menu li a {
  color: #808080;
  padding: 8px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu li a:hover {
  color: #fff;
  background: #a45da1;
}
.quote {
  margin: 100px 0 0 0;
}
#footer {
  width: 100%;
  margin-top: 60px;
  padding: 20px 0;
  background: #613570;
  border-bottom: 2px solid #3b1a47;
}
#footer .widget p {
  color: #fff;
}
#footer .widget ul li {
  background: url(../images/icons/arrow.png) left 4px no-repeat;
  padding-left: 20px;
  margin-bottom: 15px;
}
#footer .widget ul li a {
  color: #fff;
  font-size: 14px;
}
#footer .widget ul li a:hover {
  text-decoration: underline;
}
#by {
  width: 100%;
  background: #4c235b;
  padding: 10px 0;
}
#by p {
  color: #fff;
  text-align: center;
  margin: 0;
}
.topoConteudo {
  text-align: center;
  margin-top: -80px;
}
.topoConteudo h1 {
  font-size: 40px;
  font-weight: bold;
  color: #643078;
}
.topoConteudo p {
  color: #77b6bf;
  font-size: 18px;
}
#mapa {
  margin-bottom: 60px;
}
.form h1 {
  color: #a261a1;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 20px;
}
.form p {
  color: #70c0c1;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.form input,
.form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #72bebe;
  background: #fff;
}
.form textarea {
  height: 180px;
}
.form input[type=submit] {
  color: #183d43;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  padding: 8px 70px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  background: #70c0c1;
}
.form ::-webkit-input-placeholder {
  color: #72bebe;
}
.form :-moz-placeholder {
  color: #72bebe;
}
.form :-ms-input-placeholder {
  color: #72bebe;
}
.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}
.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: black;
  box-shadow: 0 0.25em 0 0 black,
    0 0.5em 0 0 black;
}
.border-menu {
  padding-left: 1.25em;
  text-align: left;
  position: relative;
  top: -64px;
  font-size: 20px;
}
.border-menu:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double #000;
  border-bottom: 0.125em solid #000;
}
.svg-menu img {
  width: 1.25em;
}
.gradient-menu {
  padding-left: 1.25em;
  position: relative;
}
.gradient-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.21em;
  bottom: 0.21em;
  width: 1em;
  background: linear-gradient(top, #000000, #000000 20%, #ffffff 20%, #ffffff 40%, #000000 40%, #000000 60%, #ffffff 60%, #ffffff 80%, #000000 80%, #000000 100%);
}
.enviar {
  width: 100%;
  text-align: center;
}
.quemSomos {
  width: 100%;
  height: 685px;
  margin-bottom: 60px;
  background: url(../images/thumbs/quemsomos.jpg) center top no-repeat;
}
.quemSomos h1 {
  color: #fff;
  margin: 30px 0 20px 0;
}
.quemSomos h2 {
  color: #6dc3c2;
  font-weight: bold;
}
.quemSomos p {
  margin-bottom: 50px;
}
.alerta {
  width: 100%;
  padding: 10px 20px;
  background: #70c0c1;
}
.alerta p {
  color: #fff;
  margin-bottom: 0;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}
.boxAtuacao {
  overflow: hidden;
  margin-bottom: 130px;
  width: 900px;
}
.tituloAtuacao {
  text-align: center;
  color: #63366f;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
.listaAtuacao {
  overflow: hidden;
  margin-bottom: 150px;
}
.listaAtuacao li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
  padding: 0 15px;
}
.boxAtuacaoHome footer {
  width: 100%;
  padding: 5px 10px;
  border-top: 3px solid #a261a1;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -moz-border-top-left-radius: 0;
  -o-border-bottom-right-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -o-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  background: #613570;
}
.boxAtuacaoHome footer h3 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.quemSomosHome {
  height: 500px;
}
.leiaMais {
  width: 100%;
  text-align: center;
}
.leiaMais .btLeiaMais {
  color: #183d43;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  padding: 8px 70px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 300px;
  margin: 0 auto;
  font-weight: bold;
  cursor: pointer;
  background: #70c0c1;
}
.atuacaoPagina {
  margin-top: -100px;
}
.atuacaoPagina .boxAtuacaoHome {
  width: 340px;
  float: left;
  margin: 10px 10px 10px 0;
}
.atuacaoPagina p {
  font-size: 20px;
  color: #70c0c1;
  line-height: 28px;
}
p strong {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
/* Define mobile styles (global) */
@media only screen and (max-width: 640px) {
  .atuacaoPagina .boxAtuacaoHome {
    width: 100%;
    padding: 10px;
  }
  .atuacaoPagina .boxAtuacaoHome img {
    width: 100%;
    height: auto;
  }
  .atuacaoPagina p {
    padding: 0 10px;
  }
  .atuacaoHome {
    margin-top: -200px;
  }
  .tituloAtuacao {
    font-size: 22px;
  }
  .listaAtuacao li {
    width: 48%;
    min-height: 212px;
  }
  .quemSomos p {
    font-size: 15px!important;
    margin-bottom: 10px;
  }
  .quemSomos h1 {
    font-size: 20px!important;
    margin-bottom: 10px;
  }
  .logo img {
    width: 215px;
    height: auto;
  }
  .menuContent {
    height: 0;
    overflow: hidden;
  }
  .menuMobileActive {
    height: auto;
  }
  .contatos {
    font-size: 11px;
  }
  .logo {
    text-align: center;
  }
  #footer {
    text-align: center;
  }
  .topoConteudo h1 {
    font-size: 27px;
  }
  .topoConteudo {
    margin-top: -180px;
  }
  .menu {
    float: none;
    margin-top: 8px;
  }
  .menu li {
    display: block!important;
    width: 100%;
    text-align: center;
    background: #4c235b;
  }
  .menu li a {
    color: #fff;
  }
  .menuContent {
    padding: 0;
  }
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* min-width 641px, medium screens */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
/* min-width 1025px, large screens */
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
/* min-width 1441px, xlarge screens */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
