.responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track:enabled{
    background-color: #CCC;
}

::-webkit-scrollbar-thumb:vertical{
    background-color: #222;
}

::-webkit-scrollbar-thumb:horizontal{
    background-color: #222;
}

:hover{
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in
}

/* Margens e distribuição de elementos */

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
select,
.input-checkbox {
    -webkit-appearance: none;
}

.margem{
    margin: 50px 0;
}

.conteudo{
    flex-basis: 71%;
}

aside{
    flex-basis: 25%;
    margin-top: 15px;
}

aside h2{
    color: #12E15B;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}

aside ul li{
    border-bottom: 1px solid #EEE;
}

aside ul li a{
    padding: 12px 0;
    display: block;
    font-weight: 600;
    color: #01634A;
    font-size: 15px;
}

aside ul li:last-child{
    border: 0;
}

aside ul li a:hover{
    color: #12E15B;
}

.content{
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
}

.d_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d_flex_center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Estilo de galeria de Imagens */

.gallery img{
    opacity: 0.75;
    border-radius: 5px;
}

.gallery img:hover{
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.galeria article{
    flex-basis: 16%;
    margin: 10px;
    background: #FFF;
    border-radius: 5px;
}

.aviso{
    margin-bottom: 35px;
    overflow: hidden;
    border-left: 5px solid #12E15B;
    padding: 0 0 0 25px;
    border-radius: 5px;
}

.aviso h2{
    font-weight: 500;
}

.aviso h2 i{
    color: #019645;
}

.aviso p{
    max-width: 500px;
    margin: 7px 0 0 0;
}

.aviso span a{
    background-color: #019645;
    padding: 10px;
    float: left;
    border-radius: 5px;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}

.aviso span a i{
    color: #FFF;
}

p{
    font-size: 16px;
    margin-bottom: 10px;
}

p a{
    color: #12E15B;
    font-weight: bold;
}

i{
    margin-right: 5px;
}

span,
span a{
    font-size: 16px;
    cursor: pointer;
    display: block;
}

/* Página de Erro */

.erro404,
.sem-registro{
    overflow: hidden;
    max-width: 600px;
    margin: 50px 0;
}

.erro404 h2,
.sem-registro h2{
    font-size: 100px;
    font-weight: 600;
    color: #00B04B;
    letter-spacing: -5px;
    margin: 0;
    line-height: 75%;
}

.erro404 h3,
.sem-registro h3{
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    margin-top: 35px;
    font-weight: 600;
}

.erro404 p,
.sem-registro p{
    margin: 0;
    margin-top: 20px;
    max-width: 500px;
}

/* Estilo de Formulário */

form{
    overflow: hidden;
}

form input:disabled,
form select:disabled,
form textarea:disabled{
    background-color: #F5F5F5;
    cursor: no-drop;
}

form .area{
    padding: 25px 25px 10px 25px;
    border: 1px solid #D9D7CC;
    background-color: #FAFAFA;
    border-radius: 10px;
    margin-bottom: 25px;
}

form .linha{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form section{
    margin-bottom: 35px;
}

form article{
    margin-bottom: 25px;
    width: 100%;
}

form label{
    padding-bottom: 5px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

form input,
textarea{
    color: #000;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #CCC;
    background-color: #FAFAFA;
    font-size: 15px;
    border-radius: 5px;
}

form select{
    color: #000;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #CCC;
    background-color: #FAFAFA;
    font-size: 15px;
    border-radius: 5px;
}

form textarea{
    height: 150px;
    font-size: 15px;
}

form input[type=submit]{
    width: auto;
    padding: 15px 25px;
    display: block;
    float: right;
    background: #019645;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    border: 0;
}

/* Linha */

.linha .l2{
    flex-basis: 48%;
}

.linha .l3{
    flex-basis: 32%;
}

.linha .l20{
    flex-basis: 18%;
}

.linha .l30{
    flex-basis: 28%;
}

.linha .l40{
    flex-basis: 38%;
}

.linha .l50{
    flex-basis: 48%;
}

.linha .l60{
    flex-basis: 58%;
}

.linha .l70{
    flex-basis: 68%;
}