*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif;
}

body{
    background-image: url("../images/background.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
}
body section{
    padding:15px;
}

.logo{
   width:25%;
}

.logo img{
    width: 100%;
}

.center{
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2%;
    align-items: center;
}

.center-texto{
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 2%;
    line-height: 1.5;
}

header{
    padding: 20px 0;
    width: 100%;
}

.menu{
    width: 75%;
    text-align: right;
    font-size: 14px;
    padding: 15px 0 15px 15px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: -10px 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    -10px 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow:         -10px 15px 10px rgba(0, 0, 0, 0.7);	
}

.menu a{
    color: black;
    text-decoration: none;
    padding: 15px 10px 15px 10px;
}

.menu a:hover{
    background-color: rgb(255, 101, 1);
    transition: 0.4s;
    opacity: 0.5;
}

.titulo{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2%;
    padding-bottom: 20px;
    align-items: center;
    
}

.titulo p{
    font-size: 40px;
    color: white;
    font-weight: 10;

}

.bloco1{
    display: flex;
    max-width: 1400px;
    margin: 0 auto 0 auto;
    padding: 10px;
    justify-content: center;
}

.bloco-laranja{
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgb(255, 101, 1);
    border-style: solid;
    border-width: 9px;
    padding: 10px;
    width: 430px;
    height: 340px;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}
.bloco-laranja h3{
    text-align: center;
}

.bloco2{
    display: flex;
    max-width: 1400px;
    margin: auto;
    padding: 10px;
    justify-content: center;
}

.item{
    padding: 40px;
    margin-right: 40px;
}


.bloco-verde{
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgb(103, 189, 49);
    border-style: solid;
    border-width: 9px;
    padding: 10px;
    width: 430px;
    height: 350px;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}
.bloco-verde h3{
    text-align: center;
}

.bloco-azul{
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgb(0, 136, 203);
    border-style: solid;
    border-width: 9px;
    padding: 10px;
    width: 430px;
    height: 350px;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}
.bloco-azul h3{
    text-align: center;
}

.bloco-texto{
    background-color: rgba(255, 255, 255, 0.68);
    padding: 20px 30px 40px 50px;
    width: 100%;
    font-size: 18px;
}

.texto{
    display: flex;
    padding: 15px;
}

.texto-img{
    width: 50%;

    padding: 10px;
}

.titulolaranja{
    background-color: rgb(255, 101, 1);
    color: white;
    margin-top: 90px;
    padding: 10px;
    width: 420px;
    height: 60px;
    font-size: 25px;
}

.tituloazul{
    background-color: rgb(0, 136, 203);
    color: white;
    margin-top: 90px;
    padding: 10px;
    width: 420px;
    height: 60px;
    font-size: 25px;
}

.tituloverde{
    background-color: rgb(150, 203, 38);
    color: white;
    margin-top: 90px;
    padding: 10px;
    width: 420px;
    height: 60px;
    font-size: 25px;
}

.corpo-texto{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.corpo-texto p{
    width: 420px;
    text-align: justify;
    padding: 10px;
}

.corpo-trei{
    display: flex;
    width: 50%;
}

.corpo-trei p{
    width: 420px;
    text-align: justify;
    padding: 10px;
}

.texto-img img{
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.titulo-trei{
    font-size: 24px; 
    font-weight: bold;
    color: rgb(255, 101, 1)
}

.coluna1{
    width: 100%;
    padding: 10px;
}

.coluna2{
    width: 100%;
    padding: 10px;
}

.topicos li{
    padding: 10px 10px 15px 20px;
}


@media (max-width: 320px){

}


@media(max-width: 480px){

}


@media(max-width: 768px){

    .logo img{
        width: 90%;
    }

    .bloco2{
        flex-wrap: wrap;
    }

    .item{
        margin-right: 0px;
    }

    .texto-img img{
        width: 100%;  

    }

}


@media(min-width: 1025px){

}