
/* PAGINA LINHA DO TEMPO */

body{
    width: 100%;
}
* {
    box-sizing: border-box;
  }
.cabecalho{
    background-image: url("../imagens/fundo1.jpg");
    background-size: cover;
    margin: 100px 0 0 0;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabecalho h1 {
   text-align: center;
   font-size: 50px;
   color: #ffffff;
}
.cabecalho h2{
    text-align: center;
    font-size: 30px;
    color: #ffffff;
}
.cabecalho h3{
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}
@media screen and (max-width: 600px){
    h1{
        font-size: 20px;
    }
}

/* Linha do Tempo */

.linhaTemporal{
    width: 100%;
    height: auto;
    text-align: justify;
    position: relative;
    margin: 0 auto;
}
.linhaTemporal::after{
    content: '';
    position: absolute;
    width: 5px;
    background-color: rgb(0, 0, 0);
    top: -2%;
    bottom: 0;
    left: 28%;
    margin-left: -3px;
}

.linhaTemporal h1{
    width:100%;
    background-color:#8af691 ;
    border-radius: 20px;
    font-size: 18px;
    padding: 5px 7px;
    border: 2px dotted #000000;
}
.container {
    margin-top: 2%;
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    left: 30%;
    width: 50%;
  }

  .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -6%;
    background-color: #8af691 ;
    border: 2px dotted #000000;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
.container p{
    padding: 2% 0%;
}

/* ABA SOBRE */

.sobre{
    width: 100%;
    height: auto;
    padding: 5% 10%;
}
.sobrecabecalho{
    margin-top: 8%;
    width: 100%;
    height: 80px;
    background-color: #123a22;
}
.sobrecabecalho h1{
    text-align: center;
    padding: 1.5%;
    color: #ffffff;
}
.sobre p{
  text-align: justify;
  width: 90%;
  margin-left: 5%;
 
}
.sobre img{
  width: 100%;
  height: 300px;

}
.sobre h1{
    color: #123a22;
    text-align: center;
    padding: 2%;
}

/* ABA TURISMO */

.cabecalhoTurismo{
height: 500px;
width: 100%;  
margin: 100px 0 0 0;
}
.slider {
margin: auto;
position: relative;
    
}
.slider li {
list-style: none;
position: absolute;
}

.slider img {
width: 100%;
}
.slider input {
display: none;
}
.slider label {
background-color: #ffffff;
bottom: 10px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
width: 30px;
z-index: 10;
border-radius: 10px;
}
.slider label:hover{
    background-color: #b9c8b5;
}
.slider li:nth-child(1) label {
    bottom: 10%;
    left: 35%;
}

.slider li:nth-child(2) label {
    bottom: 10%;
    left: 45%;
}

.slider li:nth-child(3) label {
    bottom: 10%;
    left: 55%;
}
.slider li:nth-child(4) label {
    bottom: 10%;
    left: 65%;
}
.slider li:nth-child(5) label {
    bottom: 10%;
    left: 35%;
}
.slider img {
    opacity: 0;
    visibility: hidden;
}

.slider li input:checked ~ img {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.corpo {
   width: 100%;
   height: auto;
}
.cabecalho_corpo{
    background-color: #123a22;
    margin-top: 2%;
    width: 100%;
    height: 80px;
    padding: 2%;
}
.cabecalho_corpo p{
    color: #ffffff;
    font-size: 25px;
    text-align: center;
}
.lista li{
    background-color: #ffffff;
    width: 26%;
    height: 50%;
    padding: 20px;
    margin: 40px 50px;
    list-style: none;
    display: inline-block;
    border-radius: 15px;
    box-shadow:  4px 8px 15px 0px #000000;
    opacity: 0.8;
}
.lista li:hover{
    opacity: 1;
    transform: scale(1.1);
}
.lista img{
    width: 100%;
    height: 300px;
}
.lista h2{
    width: 100%;
    height: 40px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: "Amsterdam Four";
    text-align: center;
}
.lista p{
    margin-top: 20px;
    text-align: justify;
    font-size: 15px;
    height: auto;
}
.blocomaior{
    width: 100%;
    height: 600px;
}
.blocomaior img{
    width: 50%;
    height: 580px;
    padding: 20px;
    position: relative;
    float: left;
}
.blocomaiortexto {
    width:50%;
    height: 400px;
    position: relative;
    float: right;
}
.blocomaiortexto h2{
    font-size: 50px;
    font-family: "Amsterdam Four";
}
.blocomaiortexto p{
    width: 70%;
    margin-top: 5%;
    text-align: justify;
}

.listacomercial li{
    background-color: #ffffff;
    width: 80%;
    height: 120px;
    margin: 5% 10%;
    list-style: none;
    display: block;
    border-radius: 15px;
    box-shadow:  4px 8px 15px 0px #000000;
    opacity: 0.8;
}
.listacomercial li:hover{
    opacity: 1;
    transform: scale(1.1);
}
.listacomercial img{
    float: left;            
    width: 115px;
    height: 115px;
    padding: 1% 1%;
    margin-right: 1%;
}
.listacomercial h2{
    font-size: 20px;
    padding: 1%;
}
.listacomercial p{
   float: left;
    text-align: justify;
    font-size: 15px;
    height: auto;
}
img#icone{
    float: none;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
}
.listacomercial a{
    text-decoration: none;
}
/* ABA CULTURA */

.blog{
  width: 100%;
  height: auto;
  padding: 5% 10%;

}
.blog p{
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: justify;
    padding: 8px;
}
p#cit {
    font-size: 13px ;
    width: 75%;
    height: auto;
    color: #ffffff;
    background-color: #123a22;
    border-radius: 10px;
}
.blog h1{
    color: #123a22;
    font-size: 20px;
    padding: 3% 0%;
}
.blog img{
    width: 400px;
    height: 400px;
}
.blog button{
    background-color: #123a22;
    color:white;
    width: 300px;
    height: 40px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 30px;
}
.box{
    display: flex;
    align-items: center;
    gap: 16px;
}
@media screen and (max-width: 768px){
    .cabecalho h1{
    font-size: 35px;
    }

    .cabecalho h2{
    margin-top: 10px;
    font-size: 20px;
    }

    .blog p{
        width: 100%;
        height: auto;
        font-size: 15px;
        text-align: justify;
        padding: 8px;
    }

    p#cit {
        font-size: 12px ;
        width: 80%;
        height: auto;
        margin-left: 20%;
    }

    .blog h1{
        font-size: 20px;
        padding: 3% 0%;
    }

    .blog img{
        width: 300px;
        height: 300px;
        margin: 0 10%;
    }

    .box{
        display: block;
        align-items: center;
        gap: 16px;
    }

    .linhaTemporal{
        width: 100%;
        height: auto;
        text-align: justify;
        position: relative;
        margin: 0 auto;
    }

    .linhaTemporal::after{
        content: '';
        position: absolute;
        width: 5px;
        background-color: rgb(0, 0, 0);
        top: 0%;
        bottom: 0;
        left: 10%;
        margin-left: -3px;
    }

    .linhaTemporal h1{
        width:100%;
        background-color:#8af691 ;
        border-radius: 20px;
        font-size: 15px;
        padding: 5px 7px;
        border: 2px dotted #000000;
    }

    .container {
        margin-top: 2%;
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        left: 12%;
        width: 80%;
    }

    .container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        left: -6%;
        background-color: #8af691 ;
        border: 2px dotted #000000;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

    .container p{
        font-size: 15px;
        padding: 5% 0%;
    }

    .body{
        height: auto;
    }

    .corpo {
        width: 100%;
        height: auto;
        margin-top: 70px;
    }

    .cabecalhoTurismo{
       margin-bottom: -300px;
    }

    .cabecalho_corpo{
        width: 100%;
        height: 80px;
        padding: 25px;
    }

    .cabecalho_corpo p{
        font-size: 20px;
        text-align: center;
    }

    .lista li{
        background-color: #ffffff;
        width: 80%;
        height: 80%;
        padding: 20px;
        margin: 30px 70px;
        list-style: none;
        display: inline-block;
        border-radius: 15px;
        box-shadow:  4px 8px 15px 0px #000000;
        opacity: 1;
    }

    .lista li:hover{
        transform: none;
    }

    .lista img{
        width: 100%;
        height: 300px;
    }

    .lista h2{
        width: 100%;
        height: 40px;
        padding-bottom: 20px;
        margin-bottom: 50px;
        font-size: 30px;
        font-family: "Amsterdam Four";
        text-align: center;
    }

    .lista p{
        margin-top: 20px;
        text-align: justify;
        font-size: 15px;
        height: auto;
    }

    .blocomaior{
        width: 100%;
        height: 900px;
    }

    .blocomaior img{
        width: 100%;
        height: 400px;
        padding: 0;
        float: none;
    }

    .blocomaiortexto {
        width:100%;
        height: 1000px;
        position: block;
        float: none;
    }

    .blocomaiortexto h2{
        font-size: 40px;
        margin-top: -40px;
        text-align: center;
        font-family: "Amsterdam Four";
    }

    .blocomaiortexto p{
        width: 100%;
        margin-top: 5%;
        padding: 0 7%;
        text-align: justify;
    }
 
    .listacomercial li{
        background-color: #ffffff;
        width: 80%;
        height: 170px;
        margin: 5% 10%;
        list-style: none;
        display: block;
        border-radius: 15px;
        box-shadow:  4px 8px 15px 0px #000000;
        opacity: 1;
        padding: 10px 20px;
    }

    .listacomercial li:hover{
        transform: none;
    }

    .listacomercial img{
        float: left;            
        width: 80px;
        height: 80px;
        padding: 1% 1%;
        margin-right: 1%;
    }

    .listacomercial h2{
        font-size: 16px;
        padding: 5%;
    }

    .listacomercial p{
        float: right;
        text-align: justify;
        font-size: 12px;
        height: auto;
        padding: 0 15px;
    }

    img#icone{
        float: none;
        padding: 0;
        margin: 0;
        width: 10px;
        height: 10px;
    }

    .listacomercial a{
        text-decoration: none;
    }

    .slider label {
        background-color: #ffffff;
        bottom: 8px;
        cursor: pointer;
        display: block;
        height: 10px;
        position: absolute;
        width: 10px;
        z-index: 10;
        border-radius: 10px;
    }

    .slider li:nth-child(1) label {
        bottom: 10%;
        left: 35%;
    }
    
    .slider li:nth-child(2) label {
        bottom: 10%;
        left: 45%;
    }
    
    .slider li:nth-child(3) label {
        bottom: 10%;
        left: 55%;
    }

    .slider li:nth-child(4) label {
        bottom: 10%;
        left: 65%;
    }

    .slider li:nth-child(5) label {
        bottom: 10%;
        left: 35%;
    }

    .slider img {
        opacity: 0;
        visibility: hidden;
    }

    .sobrecabecalho{
        margin-top: 20%;
        padding: 0.7%;
        height: 50px;
    }

    .sobre img{
        width: 100%;
        height: 110px;
    }

    .sobre h1{
        font-size: 20px;
        padding: 5%;
    }

    .sobre p{
        width: 100%;
        margin-left: 0%;
    }

    .sobrecabecalho{
        height: 70px;
        padding: 10px;
    }

    .sobrecabecalho h1{
        font-size: 25px;
    }

    .logorodape img{
        width: 25%;
        margin: 0px 60px;
    }
}

@media screen and (max-width: 425px) {
    body{
      max-width: 425px;
    }
  
    .menu{
      width: 100%;
    }
  
    .missao{
      width: 100%;
    }
  
    h1{
      max-width: 100%;
    }

    .lista li{
        margin: 20px 40px;
        padding: 20px;
    }

    .cabecalho_corpo{
        margin-top: 100px;
    }
  
    .rodape{
      width: 100%;
      height: auto;
    }
  
    .logorodape{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logorodape img{
        min-width: 120px;
    }

    .redes{
        width: 100%;
    }

    .listacomercial li{
        width: 80%;
        height: 190px;
        margin: 5% 10%;
    }
}