html,body{
    width: 100%;
    height:100%;
    background-color: #151F27;
}
.nav_geral {
    background-color: #151F27 !important;padding-left: 50px !important;
}
.nav-item {
    margin-right: 20px !important;
}
.nav_logo {
    height: 30px;
}

.style-dark .info_resalt,
.style-dark .crumbs{
    color: #dedede !important;
    background: #161616;
    background-color: #161616;
}
.info_resalt{
    background: #f5f5f5;	
    padding: 70px 0;
}
.info_resalt.no-bottom{
    padding-bottom: 0;
}
.borders{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.results{
    padding-top: 13%;	
    text-align: center;	
    position: relative;
}
.results.results-mini-top{
    padding-top: 50px;
}
.results.results-no-top{
    padding: 0;
}
.arrow_results{
    position: absolute;
    width: 92px;
    right: -90px;
    top: 20px;
    height: 32px;
}
.results h2{	
    font-size: 23px;
    padding: 0;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color:#e64b3c !important;
}
.results h2 span{
    color: #222;
    float: right;
    margin-right: -10%;
    font-size: 24px;
}
.results i{
    font-size: 25px;
    color: #222;
}
.results h5{
    font-size: 14px;
    line-height: 20px;
}
.info_resalt_img {
    width: 350px;
}
.opacy_bg_02 .results i,
.opacy_bg_02 .results h2 span,
.opacy_bg_02 .btn{
    color: #fff;
}
.arrow_results{
    position: absolute;
    width: 92px;
    right: -90px;
    top: 20px;
    height: 32px;
}
.Corners > span { position:absolute; width:100%; height:100%; display:block; z-index:9999; transition:.6s border ease-in-out; -webkit-transition:.6s border ease-in-out;}
.Corners .top-left { margin-top:-50px; margin-left:-50px; border-top:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }
.Corners .top-right { margin-top:-50px; right:50px; border-top:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
.Corners .botton-right { margin-bottom:0px; right:50px; border-bottom:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
.Corners .botton-left { margin-bottom:0px; margin-left:-50px; border-bottom:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }

.Corners2 > span { position:absolute; width:100%; height:100%; display:block; z-index:9999; transition:.6s border ease-in-out; -webkit-transition:.6s border ease-in-out;}
.Corners2 .top-left { margin-top:-50px; margin-left:20px; border-top:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }
.Corners2 .top-right { margin-top:-50px; right:20px; border-top:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
.Corners2 .botton-right { margin-bottom:0px; right:20px; border-bottom:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
.Corners2 .botton-left { margin-bottom:0px; margin-left:20px; border-bottom:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }

.Corners3 > span { position:absolute; width:100%; height:100%; display:block; z-index:9999; transition:.6s border ease-in-out; -webkit-transition:.6s border ease-in-out;}
.Corners3 .top-left { margin-top:0px; margin-left:0px; border-top:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }
.Corners3 .top-right { margin-top:0px; right:15px; border-top:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
.Corners3 .botton-right { margin-bottom:0px; right:15px; border-bottom:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
.Corners3 .botton-left { margin-bottom:0px; margin-left:0px; border-bottom:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }

.cases_header { background-image: url('../img/fundo_window.png');background-repeat: no-repeat;background-size: cover; }
.cases_body_1 { background-color: #FFFFFF;border-radius: 0 0 10px 10px;padding-top: 10px;padding-bottom: 20px; }
.cases_body_2 { color: #6A7282;font-size: 16px;font-weight: 300;margin-bottom: 20px; }
.cases_body_3 { color:#3F9483;font-weight: 500; }

.input-group-text { background-color: #97D1C8; color: #3F9483;border: 0px solid #3F9483;width:150px;}
.contact_input { border: 0px solid #3F9483; }
.contact_button { margin-top:30px;background-color: #3F9483; color: #f5f5f5;border: 0px solid #3F9483;width:150px;text-align: center;}

.modal-body { background-color: #122F37;color: #f3f5f5;font-size: 18px;text-transform: uppercase;font-family: 'Courier New', Courier, monospace;}

.slider_parent {
    width: 100%;
    height: 100%;
}
.slider_parent::before {
    content:'';
    background: url('../img/background_system.gif');
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;			
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.slider_child {
    margin-top:200px;
    color: #ffffff;
    font-size: 65px;
    letter-spacing: 6px;
    padding: 40px 0 40px;
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    background-color: #005854;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.services_top {
    margin-top:-200px;
    background-color:#f5f5f5;
    padding: 70px;
}
.services_title {
    color:#000000;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
}
.services_subtitle {
    margin-top:30px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.services_subtitle2 {
    font-size: 14px;
    color:#000000;
    text-transform: initial;
}
.div_services {
    margin-top:40px;
    padding-left: 50px;
    padding-right: 50px;
}
.services01 {
    text-align: center;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    border: 1px solid #005854;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.services02 {
    margin-top:20px;
    max-width: 70%;
    max-height: 110px;
}
.services03 {
    margin-top:20px;font-size: 16px;font-weight:600;color: #005854;text-align: center;text-transform: uppercase;font-family: 'Courier New', Courier, monospace;
}
.services04 {
    padding: 15px;color: #000000;font-size: 14px;text-align: left;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.about {
    background-color:#122F37;
    padding: 100px;
    color: #f3f5f5;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
}
.about_title {
    color:#FFFFFF;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 30px;
}
.cases {
    background-image:url('../img/background_coding2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
}
.cases_title {
    color:#FFFFFF;
    font-size: 28px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
}
.cases_row {
    margin-top: 30px;
}
.contact {
    padding:70px;
    color: #F5F5F5;
}
.contact_title {
    margin-bottom: 50px;
    color:#FFFFFF;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
}
.div_footer {
    background-color:#F5F5F5;
    padding-top:50px;
    padding-bottom: 20px;
}
.div_footer_logo {
    text-align: left;
}
.footer_logo {
    height: 50px;
    margin-left: 50px;
}
.footer_contact {
    color:#000000;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
}
.footer_ong {
    columns: #000000;
    font-size: 18px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}


/* RESPONSIVE SCREEN */
@media (max-width: 768px) {
    .slider_child {
        margin-top:200px;
        color: #ffffff;
        font-size: 25px;
        letter-spacing: 3px;
        padding: 40px 40px 40px 40px;
        text-transform: uppercase;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        text-align: center;
        background-color: #005854;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    .services_top {
        margin-top:-200px;
        background-color:#f5f5f5;
        padding: 10px;
    }
    .services_title {
        color:#000000;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Courier New', Courier, monospace;
    }
    .services_subtitle {
        margin-top:30px;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .about {
        background-color:#122F37;
        padding: 30px;
        color: #f3f5f5;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Courier New', Courier, monospace;
        padding-bottom:50px;
    }
    .Corners > span { position:absolute; width:100%; height:100%; display:block; z-index:9999; transition:.6s border ease-in-out; -webkit-transition:.6s border ease-in-out;}
    .Corners .top-left { margin-top:0px; margin-left:-10px; border-top:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }
    .Corners .top-right { margin-top:0px; right:15px; border-top:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
    .Corners .botton-right { margin-bottom:150px; right:15px; border-bottom:1px solid #FFF; border-right:1px solid #FFF; width:30px; height:30px; }
    .Corners .botton-left { margin-bottom:20px; margin-left:-10px; border-bottom:1px solid #FFF; border-left:1px solid #FFF; width:30px; height:30px; }
    
    .about_title {
        color:#FFFFFF;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Courier New', Courier, monospace;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .info_resalt{
        background: #f5f5f5;	
        padding: 0px 0;
    }
    .results h2{	
        font-size: 23px;
        padding: 0;
        border-bottom: 0px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        color:#e64b3c !important;
    }
    .results h5{
        margin-bottom:40px;
    }
    .info_resalt_img {
        display: none;
    }
    .cases {
        background-image:url('../img/background_coding2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 30px 70px 30px;
    }
    .cases_title {
        color:#FFFFFF;
        font-size: 18px;
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-family: 'Courier New', Courier, monospace;
    }
    .cases_div {
        margin-bottom: 30px;
    }
    .cases_row {
        margin-top: 0px;
    }
    .contact {
        padding:40px;
        color: #F5F5F5;
    }
    .contact_title {
        margin-bottom: 50px;
        color:#FFFFFF;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Courier New', Courier, monospace;
    }
    .div_footer_logo {
        text-align: center;
    }
    .footer_logo {
        margin: auto;
    }
    .footer_contact {
        color:#000000;
        font-size: 20px;
        font-family: 'Courier New', Courier, monospace;
        padding-left: 40px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .footer_ong {
        color:#000000;
        font-size: 16px;
        font-family: 'Courier New', Courier, monospace;
        text-align: center;
    }
}