@font-face {
    font-family: 'Merriweather';
    src: url('../images/fonts/Merriweather-Regular.ttf');
  }
  @font-face {
    font-family: 'Merriweather-Bold';
    src: url('../images/fonts/Merriweather-Bold.ttf');
  }
      :root {
    --primary-color: #e06c00;
    --secondary-color: #5e3713;
    --light-color: #f9f3ea;
    --dark-color: #555;
    --background-light: #f1f1f1;
    --border-color: #c1c1c1;
    --button-bg: #f6ebe0;
    --button-hover: #ffe8be;
    --font-primary: 'Lato', sans-serif;
    --font-secondary: 'Merriweather', serif;
    --font-bold: 'Merriweather-Bold', serif;
    --background-color: #8ab19b;
    --background-color-bold: #235e3d;
    --background-color-bolder: #24382d;
    --dark-green: #151a17;
    
}
@keyframes vem-de-fora {
    0% {
        position: relative;
        left: -100%;
    }
    100% {
        position: relative;
    }
}

a {text-decoration: none;
    color: #151a17;
}
a:hover {
    text-decoration: underline;
}

body {
    font-family: 'Merriweather';
    background: #056e38;
background: linear-gradient(184deg,rgba(5, 110, 56, .7) 0%, rgba(255, 255, 255, .7) 20%);
color: #222;


}
    header {
        padding: 3px 40px 0px 10px;
        /* display: flex; */
        flex-direction: column;
        /* background-color:  var(--background-color); */
        font-size: 22px;
        font-weight: 100;
        background-repeat:no-repeat;

        
    }
    ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .main {
        /* display: flex; */
        flex-direction: row;
        transition: all 2s ease-in;
    }
    .main span {
        background-color: var(--button-bg);
        padding: 8px;
        color: #5e3713;
        /* border: 1px solid var(--primary-color); */

    }

    section {
        padding: 10px 40px;
        font-size: 18px;
        line-height: 32px;
        background-color: #FFFFFF;
        margin: 0px;
    }
    button {
        background-color: var(--primary-color);
        font-size: 26px;
        line-height: 34px;
        padding: 10px;
    }
    section p{
        padding: 15px 15px;
        font-weight: 100;
    }
    section article {
        display: flex;
        font-size: 16px;
        padding: 0px 0;
        margin-bottom: 30px;
    }
    section article div {
        padding: 25px 40px ;
        background-color: #e7e7e780;

    }

    .apoiar{
        padding: 5px 20px ;
    }

    section article div:nth-child(2) {
        border-left: 10px solid rgb(255, 255, 255);
    }

    section article h4 {
        margin: 6px;
    }
    section article h4 img {
        padding-right: 10px;
        
    }
    section article p {
        margin: 0px;
        padding: 4px 10px 20px 10px;
    }

    .linhas {
        padding: 15px;
        background-color: #f1f1f1;
    }
    .linhas-container{
        display: flex;
        justify-content: space-around;
        margin-top: 22px;
        padding-top: 10px;
        flex-wrap: wrap;
    }
    .linhas h2{
        padding: 0 30px;
    }
    .hinario-card {
        background-color: #FFF;
        border: 1px solid #c1c1c1;
        width:18%;
        text-align: center;
        padding: 30px 0px;
        margin-bottom: 40px;
        position: relative;
    }
    .hinario-card img {
        width: 12vw;
        height: 12vw;
        object-fit: cover;
    }
    .hinario-card-canal {
        padding: 0px;
        line-height: 20px;
        margin: 0px;
        font-weight: 100;
    }
    .hinario-card-title {
        padding: 0px;
        padding-top: 15px;
        line-height: 30px;
        margin: 0px;
    }
    .card-flag {
        position:absolute;
        top: 160px;
        /* border-bottom: 1px var(--textColor) solid; */
        background-color: rgba(255, 255, 255, 0.9);
        /* box-shadow: 0px 2px 5px var(--lightMore); */
        display: flex;
        font-size: 12px;
        line-height: 20px;
        border-radius: 20px 0px 0px 0px;
        transform: translateX(200%);
    }
    .card-flag img {
        height: 30px;
        width: fit-content;
        margin: 0px 10px 0px 15px;
    }
    .apoiar {
        background-color: var(--button-hover);
        border: 1px solid var(--secondary-color);
        color: #5e3713;
    }
    .apoiar p {
        padding: 0px 30px;
    }
    .pt, .en, .es {
        cursor: pointer;
        box-shadow: 2px 2px 4px #151a17;
        border: 1px solid #124b29;
    }

    .quote {
        font-style: italic;
        color: #666;
        padding-left: 20px;
        border-left: 3px solid #5a7247;
        margin: 25px 0;
    }

    .mensagem {
        max-width: 900px;
        line-height: 25px;
        background: white;
        padding: 30px;
        border-radius: 0px;
        box-shadow: 8px 2px 15px rgba(0,0,0,0.05);
        border-left: 1px solid #CCC;
    }
    
    
    .destaque {
        font-style: italic;
        color: #555;
        padding: 12px 15px;
        margin: 20px 0;
        background: #fdfdfd;
        border-left: 3px solid #555;
    }
    footer {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    
    @media (max-width: 600px) {
        .mensagem {
            padding: 20px;
        }
    }
@media screen AND (max-width: 700px) {

    section {
        padding: 5px 10px;
        font-size: 18px;
    }
    section p {
        padding: 5px;
    }
    section article {
        font-size: 16px;
        flex-direction: column;
        
    }
    section article div{
        padding-left: 20px;
    }

    section article div:nth-child(2){
        border: 0px;
        padding-top: 0px;
    }
    .hinario-card {
        width: 30%;
    }
    .hinario-card-title {
        line-height: 20px;
        padding-bottom: 5px;
    }
    .hinario-card img {
        width: 20vw;
        height: 20vw;
    }

}