html {
    font-family: sans-serif;
    font-family: "Petrobras Sans";
    line-height:1em;
}

body {
    padding: 0;
    margin: 0;
}

#logo-esquerda {
    width: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.linhaCinza {
    background-color: rgba(150,150,150,0.5);
    width: 100%;
    height: 1px;
    margin-bottom: 10px;

}

.intro {
    margin-left: 20px;
    line-height: 1.5;
    max-width: 960px;
}

.intro p {
    margin-top: 15px;
}

.welcome-text {
    font-size: 1.5em;
    font-weight: inherit;
}

.welcome-bar h1 {
    font-size: 28px;
    color: #ffc930;
}

.footer {
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.footer-text {
    /* text-align: center; */
    /* float: left; */
    /* margin: 40px; */
    margin-bottom: 10px;
    margin-left: 20px;
    background-color: #ffffff;

    color: #008542; 
    /* font-weight: inherit; */
    font-size: 1.2em;
    font-weight: bolder;
}


h1 {
    color: #008542;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

#videoApresentacao {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 887px;
    height: 500px;

}

.blocoVideos {
    margin-left: 20px;
    /* Colocar vídeo a direita */
    width: 1000px; 
    /* height: 300px; */
}

.linkVideo {
    font-size: 1.2em;
    line-height: 3;
}

.blocoVideos ul li {
    color: rgb(68, 68, 68); 
    font-size: 16px;
    line-height: 1.8;
    /* margin-left: 30px; */
    list-style-type: square;
}

.linkVideo a {
    color: #008542;
    text-decoration: none;
}
.linkVideo a:hover {
    text-decoration: underline;
}

a {
    font-weight: bolder;
}

.previewVideo {
    /* float: right;  */
    /* margin-right: 60px; */
    /* display: none; */
    width: 500px;
    margin-left: 20px;
    
    margin-bottom: 10px;
    border: #008542;
    
    border-style: double;
    border-width: 5px;
}

.linkVideo span {
    cursor: pointer;
}

.botao {
    cursor: pointer;
    border-style: solid;
    border-width: .0625rem;
    display: inline-flex;
    line-height: 1;
    margin-bottom: .125rem;
    margin-right: .25rem;
    max-width: 100%;
    white-space: inherit;
    word-wrap: break-word;
    border-color: rgba(150,150,150,0.5);
    border-radius: 19px;
    /* color: #969696; */
    /* font-size: .7875rem; */
    padding: 4px 8px;
    font-weight: normal;
    font-family: cursive;
    margin-top: 8px;
    text-decoration: none;
    text-transform: none;
    transform: rotate(-90deg);
}

.textoOcultavel {
    display: none;
}

@media only screen and (min-width: 1040px) {

    .previewVideo {
        margin-top: -30px;
        float: right; 
    }

    .blocoVideos {
        height: 315px;
    }

}

@media only screen and (max-width: 615px) {

    .previewVideo {
        width: 300px;
    }

}