

/* Body */
.bo{
    margin-top: auto;
    width:auto;
    margin-bottom:75px;

    
}

#Propositoimg{
width:270px;
margin:0;

}

.iconografia{
    margin-top: 69px;
    display:flex;
    justify-content: center;
}

.texto{
    font-size: 18px;
}
.titulo{
    text-align: center;
}
/* Direcionar */

.responsavel{
    font-size: 13px;
    text-align: center;
}
/* Fim direcionar */

/* Footer */
.footer{
    background-color:#272626;
    margin-top: auto;
    color:#fff159;
    height:auto;
    text-align: start;
}
.foot{
    margin-top: 10px;
    border-top: 1px solid #e2bb71;
    width:auto;

 
}
.textofooter{
    font-size: 12px;
    margin:0;


}
#bandeira{
    width:25px;
}
#Email{
    width:20px;
    }
    #WhatsApp{
        width:20px;
        }

/* @medias */



@media (min-width:768px){
    
   
    .texto{
        font-size: 22px;
    }
 
}

@media (min-width:992px){
    .responsavel{
        font-size: 13px;
        text-align: end;
    }
  
    .foot{
        margin-top: 10px;
        width:auto;
        text-align: none;
        
     
    }
    #repu{
        text-align: end;
    }

    .texto{
        font-size: 25px;
    }
    .titulo{
        margin-top: 100px;
    }

}

html{
    height: 100%;
}

body{
    background: url(../../../imagens/estilo-de-fundo-branco-textura-elegante_23-2148432200.webp);
    background-repeat: repeat;
    background-size: cover;
    display:flex;
    flex-direction: column;
    min-height:100%;
}
*{
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    font-family: Cinzel4;
}
li{
    font-family: Arial, Helvetica, sans-serif;
}





@font-face{
    font-family: Cinzel;
    src: url(../../../fonteT/Cinzel-Bold.otf)
}

@font-face{
    font-family: Cinzel2;
    src: url(../../../fonteT/Cinzel-Regular.otf)
}

@font-face{
    font-family: Cinzel3;
    src: url(../../../fonteT/CinzelDecorative-Black.otf)
}
@font-face{
    font-family: Cinzel4;
    src: url(../../../fonteT/CinzelDecorative-Bold.otf)
}

h1{
    margin-bottom: 15px;
} 
  .bi{
      font-size: 20px;
      width:100%;
      transform: rotate(180deg);
  }
  #bot{
      font-size: 10px;
  }
