body{
    overflow: hidden;
}
.slick-dots li button:before
{
    font-size: 20px !important;
    line-height: 20px !important;
    ...
}
a {
    font-size: smaller;
}
footer{
    overflow: hidden;
    font-size: small;
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left !important;
}
.txt-apresentacao{
    color: black;
    font-family: Times New Roman !important;
    font-size: 30px;
    font-weight: 100;
}

label{
    font-weight: normal;
}
.col-fluid {
    height: 100vh;
}
.no-padding {
    padding: 0;
}

.img-1 {                
    background-image:url(/img/login/goprocess.jpg);
}
.img-2 {                
    background-image:url(/img/login/gotime.jpg);
}
.img-3 {
    background-image:url(/img/login/golyzer.jpg);
}

.img-1, .img-2, .img-3 {
    background-color: #272727;
    background-blend-mode: exclusion;            
    background-position: 95% 50%;
    background-size: cover;
    transition: background-color .4s ease;
}
.img-1:hover, .img-2:hover, .img-3:hover {
    background-color:#000;
}

@media only screen and (max-width: 768px) {
    .coluna-portifolio{display:none;}
}
.logo_inone{
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;            
}
.meulogin {
    top:40%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    background: white;
    padding: 20px;            
    width: 85%;
    border-radius: 3px;
}

.mynav {
    background: navy;
    height: 84px;
    font-size: 30px;
    line-height: 84px;
    color: white;
}

.div_logo{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 45px;    
}        
