/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/04/2021, 21:02:49
    Author     : Aguia
*/
.fontzero{
    font-size: 0em;
}

/*index page*/

.teste{
    background-color: #00ffff !important;
}
.panfleto{
}
.panfleto h2{
    font-size: 3em; 
    text-align: center; 
    color: white; 
    text-shadow: 0.1em 0.1em #333;
}
.panfleto h3{
    font-size: 2.5em; 
    text-align: center; 
    color: white; 
    text-shadow: 0.1em 0.1em #333;
}
.linha{
    width: 50%;
    height: 5px;
    background-color: #fff;
    float: center;
}
#duas_box{
    width: 100%; 
    height: auto; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: 10px;
}
.art_cinquenta{
    width: 70%; 
    font-size: 2em; 
    margin-top: 1em;
}
.art_cinquenta_right{
    width: 30%; 
    text-align: center; 
    vertical-align: middle; 
    margin-top: 1.5em;
}
.art_cinquenta_right img{
    max-height: 250px;
}
.fonte {
    font-size: 1.2em; 
    color: #666666; 
    font-family: arial blasck; 
    text-align: center; 
    line-height: 1.0;}
.button{
    font-size: 2em; 
    font-family: arial black; 
    color: ffffff; 
    text-align: center; 
    padding: 1em; 
    background-color: yellow; 
    border-radius: 2em;
    list-style: none;
}
.center{
    text-align: center; 
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
   .art_cinquenta{width: 100%;}
   .art_cinquenta_right{width: 100%; text-align: center; vertical-align: middle;}
   .art_cinquenta_right img{max-width: 50%;}
}

/* fim index page*/

/*instagran*/

.insta_logo{width: 100px; text-align: center; vertical-align: middle;}
.p_insta{font-size: 2em; margin-top: 30px;}

/*fim insta*/