/*
Aller Soft Co. 
Author: Alex Leandro Rosa
Todos os direitos reservados.
*/
/* 
    Created on : 22/11/2017, 20:24:05
    Author     : Daniel Ribeiro Rosa
*/

body {overflow-x: hidden;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.clearfix {
    overflow: auto;
}

.containerFluid {
    padding: 4%;
    margin-bottom: 4%;
    background-color: #e6e6e6;
    border: 1px solid transparent;
    border-radius: 5px;
}

img {
    height: auto;
    width: 100%;
}

a, button {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

i {
    margin-right: 2px;
    margin-left: 2px;
}

.roboto {font-family: 'Roboto', sans-serif;}
#roboto {font-family: 'Roboto', sans-serif;}
.openSans {font-family: 'Open Sans', sans-serif;}
#openSans {font-family: 'Open Sans', sans-serif;}

.headerLogo {
    width: 100%;
}

.headerLogo p {
    display: inline-block;
    font-size: 1.5em;
    margin: 0;
}

.headerLogo a:hover #logoProf {
    color: #3399ff;
}

#logoProf {
    font-family: 'Roboto', sans-serif;
    margin-right: 2.5%;
}

#logoAdriano {
    font-family: 'Roboto', sans-serif;
    margin-left: 2.5%;
    color: #3399ff;
}

.upperFont {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}       

.navbarSearch {
    display: none;
}

.hiddenSearch {
    display: none;
}

.linkMenu{
    font-size: 1.1em;
    color: #808080;
}

.linkMenu a, .linkMenu:visited {
    text-decoration: none;
}

.linkMenu:hover, .linkMenu:focus {
    color: #3399ff;
}

.linkMenuBorder {
    border-bottom: 1px #808080 solid;
}

.linkSpanMenu{
    color: #a6a6a6;
    font-size: 1.1em;
    margin-right: -15px;
    margin-left: -15px;
}

.linkSpanMenu:hover {
    color: #3399ff;
}

.buscaForm {
    display: inline;
}

.buscaInput {
    width: 80%;
    display: inline;
    padding: 15px 10px;
    font-size: 0.9em;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #b3b3b3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    resize: vertical;
}

.buscaInput:focus {
    box-shadow: none;
    outline:0;
}

.buscaSubmit{
    width: 20%;
    display: inline;
    padding: 14px 10px;
    border: 1px solid #3399ff;
    background-color: #3399ff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
}

.buscaSubmit:hover {
    background-color: #0073e6;
    border-color: #0073e6;
    cursor: pointer;
}

.buscaSubmit i {
    margin: 0;
    color: #ffffff;
    font-size: 0.9em;
}

.contatoSubmit{
    border: 1px solid #3399ff;
    background-color: #3399ff; 
}

.contatoSubmit:hover {
    background-color: #0073e6;
    border-color: #0073e6;
}

.cid-daniel2{
    background-image: url('../assets/images/foto_microlins.png')!important;
}

.cid-daniel {
    background-image: url('../assets/images/foto-2.jpg');
    background-size: 53%;
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 8%;
    padding-bottom: 8%;
}

.contabilSpan:hover span {
    color: #3399ff;
}

.atuacaoSpan:hover span {
    color: #996633;
}

.mercadoSpan:hover span {
    color: #009933;
}

.sideText p {
    color: #808080;
    text-align: left;
}

.sideText hr {
    color: #808080;
    margin-bottom: 15%;
    margin-top: 10%;
}

.sideTextTitle {
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.sideTextP {
    margin-top: 5%;
}

.sideSub {margin-top: 2%;}
.topMargin {margin-top: 2%;}

.subsecaoTitle {
    margin-top: 13%;
    position: relative;
}

.subsecaoText hr {
    color: #808080;
}

.subsecaoImagem {
    margin-bottom: 10%;
}

.subsecaoImagem img {
    width: 80%;
    height: auto;
    text-align: center;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.subsecaoArtigo {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    height: auto;
}

.subsecaoArtigo a, .subsecaoArtigo a:visited {
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.subsecaoArtigo a:hover, .subsecaoArtigo a:focus {
    text-decoration: underline;
}

.verticalSanfona {
    margin-left: 4%; 
    margin-right: 4%; 
    margin-bottom: 2%;
    margin-top: 0;
    width: 100%;
}

.verticalSanfona ul {
    border-left: #3399ff 5px solid;
    border-right: #b3b3b3 1px solid;
    list-style-type: none;
    color: #000000;
    display: block;
    padding: 0;
    width: 100%;
}
.verticalSanfona ul li {
    display:block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style:none;
    height:45px;
    width: auto;
    border-top: #b3b3b3 1px solid;
    border-bottom: #b3b3b3 1px solid;
    transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
}

.verticalSanfona ul li a{
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    background-color: #b3b3b3;
}

.verticalSanfona ul li a:hover{
    color: #3399ff;
}

.verticalSanfona ul li:hover {
    height: auto;
    border-bottom: none;
}

.activeSanfona, .activeSanfona:hover {
    background: #ffffff!important;
    text-decoration: none!important;
    color: #000000!important;
}

.buscaTitle {
    margin-top: 15%;
    display: block;
    position: relative;
}

.artigoText a:hover {
    text-decoration: underline;
}

.rPost a {
    color: #3399ff;
    text-align: left;
    display: block;
    margin-bottom: 2%;
}

.rPost a:hover, .rPost a:focus {
    text-decoration: underline;
}

.rPost p {
    font-size: 0.9em;
}

#footerLogo {
    width: 65%;
    height: auto;
}

.footerBody {
    background-color: #1d1d1d;
    padding-top: 35px;
}

.footerBody a {
    color: #808080;
}

.footerBody a:hover {
    color: #ffffff;
}

@media screen and (max-width: 1160px){
    .linkMenu {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 1123px){
    .linkMenu {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 990px){
    .linkMenu {
        font-size: 1.1em;
    }

    .buscaForm {
        display: none;
    }

    .navbarSearch {
        display: block;
        margin-top: 1%;
        position: absolute;
        float: right;
        right:13%;
        border-radius: 20px;
        font-size: 1em;
        background-color: #b3b3b3;
    }

    .navbarSearch input[type=search] {
        width: 130px;
        float: right;
        border: none;
        background: none;
        outline: none;
        padding: 8px 10px;
    }
    
    .navbarSearch input[type=search]:focus {
        box-shadow: none;
        outline:0;
    }
    
    .navbarSearch button {
        float: right;
        background: transparent;
        outline: none;
        border: none;
        cursor: pointer;
        color: #3399ff;
    }

    .navbarSearch button:hover {
        color: #0073e6;
    }

    .topMargin {margin-top: 6%}
}

@media screen and (max-width: 765px){
    .cid-daniel {
        background-size: cover; 
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

@media screen and (max-width: 600px){
    .topMargin {margin-top: 12%;}
}

@media screen and (max-width: 410px){
    .navbarSearch {display:none;}

    .hiddenSearch {
        display: block;
        border-radius: 20px;
        background-color: #b3b3b3;
    }

    .hiddenSearch input[type=search] {
        width: 200px;
        border: none;
        background: none;
        outline: none;
        padding: 8px 10px;
    }

    .hiddenSearch button {
        float: right;
        background: transparent;
        outline: none;
        border: none;
        cursor: pointer;
        color: #3399ff;
    }

    .hiddenSearch button:hover {
        color: #0073e6;
    }
}
