

*{
    margin:0;
    padding:0;
    
    
}

body{
   
    background:#04AC6C;
    
}
.container{
    

    box-sizing: border-box;
    
    
}
.anuncio1,.fundo,.fundo2,.anuncio3{
    width:100%;
    
}
.fundo{
    background:#F4F4F4;
    height: 10vh;
    display:grid;
}
.fundo2{
    background:#F4F4F4;
    display:grid;
    height:20vh;
}
.anuncio1{
    
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(50vh,4fr));
    overflow:hidden;
    background:#F4F4F4;
    height: auto;
}


 .banner{

     display:inline-block;
    text-align:right;
    position: relative;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 3em;
    font-weight:500;
    color:gray;
    padding:5vh;
    
}

.frut img{
    width:100%;
    height: 100%;
    
}
.banner button{
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
    background:#04AC6C;
    color:black;
    border-style:none;
    width:auto;
    height:auto;
    padding:2vh;
    border-radius: 0.5vh;
    font-size:24px;
    font-weight:500;
    cursor:pointer;
    outline:none;
    transition:0.25s;
    
    
   
}

.banner button:hover{
    background:#29bb74;
    color:black;
}




.anuncio3{
    display:grid;
    background:#F4F4F4;
    height: auto;
    grid-template-columns: repeat(auto-fit,minmax(50vh,4fr));
}

.banner2{
    display:inline-block;
    text-align:right;
    position: relative;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight:500;
    display:inline-block;
    color:gray;
    background:#F4F4F4;
    padding:5vh;

}

.noticias{
    box-sizing: border-box;
    
}
.noticias iframe{
    box-sizing: border-box;
    width:100%;
    height:100%;
    
    
}



.banner2 button{
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    box-sizing: border-box;
    
    background:#04AC6C;
    border-style:none;
    width:auto;
    height:auto;
    padding:2vh;
    border-radius: 0.5vh;
    font-size:24px;
    font-weight:200;
    cursor:pointer;
    outline:none;
    transition:0.25s;
    padding:1vh;
    
    
   
}
.banner2 button a{
    text-decoration: none;
    color:black;
}
.banner2 button:hover{
    background:#28b370;
    color:black;
}


.footer{
    text-align: center;
    grid-template-columns: repeat(auto-fill,minmax(50vh,4fr));
    display:grid;
    background:#04AC6C;
    width:100%;
    height: 4vh;
}

.footer img{
    width:5vh;
    margin-right:0.5em;
    opacity: 0.5;
}
.footer img:hover{
    opacity:1;
}
.f1,.f2,.f3{
    font-weight: 300;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    background:#04AC6C;
    padding:4vh;
    color:rgb(53, 53, 53);
}

@media(max-width:840px) {
    
        .fundo,.fundo2{
            display:none;
        }
        h1{
            
            font-size:0.8em;
        }
        .banner,.banner2{
            text-align: center;
        }
        .banner img{
            width:50vh;
            height:50vh;
        }
        .footer{
            grid-template-columns: repeat(auto-fill,minmax(50vh,4fr));
        }
        .f2{
            display:none;
        }
}

@media(max-width:640px) {
    .conteudo{
        display:grid;
    }

    .right{
        
        margin: 0 auto;
        
    }
    .right a{
        padding:0;
        text-align:right;
        
    }
    .right li {
        
        padding:0.5em;
        
    }
    .header{
        margin-left: 0;
    
        text-align:center;
    }
}

