﻿
nav
{
    background-color: transparent;
    box-shadow: 0;
    webkit-box-shadow: 0
    
}


.conteudoHeader
{
    background: rgba(0, 0, 0, 0.6);
    height: 600px

}

.nav
{
   width:100%
}
.opcoes
{
    list-style: none;
}

.navItem
{
    margin-left : 15px;
    margin-right: 15px;
    float: left;
    text-transform: uppercase
    
}

.main
{
    clear: both;
    width: 100%;
    position: relative;
   /* top:110px*/
}

.header
{
    width: 100%;
    height: 600px;
    top:40px;
    background: url("../Imagens/header.jpg")no-repeat;
    background-size: cover;
    font-size: larger;
    color: White;
    background-position: center;
    min-width: 467px;
    
    
}

.titulo
{
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-top: 140px
}

.navItem a
{
    text-decoration: none;
    color: White;
}

.navItem a:hover
{
    color: White;
    text-decoration:none;
    text-shadow: 2px 2px 5px White;
    animation-duration: 0.5s;
    animation-name: efeito;
    
}

@keyframes efeito
{
    from{text-shadow: 0px 0px 0px White;}
    to{text-shadow: 2px 2px 5px White;}
}

.card .card-title {
    font-size: 40px; 
    font-weight: 300;
    font-weight: bold;
    line-height: 60px;
}

.card .card-content .card-title  {
    line-height: 60px;
}
.assinatura
{
    font-family: reklame-script,Georgia,serif;
    font-weight: 400;
}






.logo
{
    position: relative;
    left: 4%;
    font-weight: bolder
}

.alinhar{
    display: inline-flex;
    vertical-align: top;
}

.alinharTexto
{
    text-align:justify;
    
}
.subtitulo
{
    font-weight : normal;
    position : relative;
    bottom: 20px;
    left: 10px
}

.logo-icon{
    margin-top:2% !important
}



.tamanhoFlex
{
    flex-basis: 25%
}

/*.limitarTamanho
{
    min-width: 270px  
}
*/
 .texto
    {
        font-size:small
    }


@media only screen and (max-width: 1264px) 
{
   
    .texto
    {
        font-size:smaller
    }
    

}

@media only screen and (max-width: 992px) 
{
    
    .texto
    {
        font-size:medium
    }

}

@media only screen and (min-width: 601px) and (max-width: 700px) 
{
    .texto
    {
        font-size:small
    }/*
    .margem
    {
        margin: 2px 2px 2px 25%;
        position: relative;

        
    }*/
};