﻿.MainContent {
    margin-top: 510px;
}

.AreaFullWidth { 
    width: 100%;
    background: #ecf0f1;
    position: absolute;    
    left: 0px;
    padding: 50px 0px;
    background: #06A9C8;
}

.AreaFullWidth > div {
    width: 980px;
    margin: auto;
    z-index: 1;
    position: relative;
}


.Jumbotron {
    height: 498px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #8F1717;
    position: inherit;
    top: 94px;
    left: 0px;
    padding: 50px 0px;
    box-shadow: 0px 4px 10px #999;
    color: white;
    background: url("img/startup2_azul_blurEESTA_.jpg?2483") #06a9c8;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 1px 1px #000;
    font-weight: 300;
}

.Heading1 {
    font-size: 30px;
    line-height: 1.2;
    color: #06A9C8;
    font-weight: bold;
    margin-top: 0px;
}

.TextJustify {  
    color: #666;  
    font-size: 18px; 
    margin: 30px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 1px;
}

.Container2 {
    vertical-align: top;
    font-size: 18px;
    color: #fff; 
    margin-top: 30px;
    line-height: 25px;
    letter-spacing: 1px;
}

.Heading2 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
}

.Container1 {
    vertical-align: top;
    font-size: 18px;
    color: #666; 
    line-height: 25px;
    letter-spacing: 1px;
}

.Container0 {
    margin-top: 50px;
}

.ContainerVisao {
    margin-top: 50px;
}


@media screen and (max-width: 1023px) {  
    .Jumbotron {
        top: 35px;
        padding: 50px 20px;
    }
    
    .MainContent {
        margin-top: 450px;
    } 

.AreaFullWidth > div {
    width: 720px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.ContainerVisao {
    margin-top: 80px;
}
}

@media screen and (max-width: 764px) {
    .MainContent {
        margin-top: 50px;
    }   
    
    .Title_Section {
        display: none;   

    }
    
    .AreaFullWidth > div {
    width: 310px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.ContainerVisao {
    margin-top: 175px;
}

.TextJustify {  
    color: #666;  
    font-size: 18px;
    text-align: center;
    line-height: 1.8; 
    margin-top: 30px;
}

.Footer1 {
margin-top: 50px;
}
  
}