/* RESET E CLEARFIX ======================================================= */
* {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Tahoma, Sans-serif;
    font-size: 100%;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.limpa {
    clear: both;
    overflow: hidden;
    display: block;
}

/* PAGS PADRÕES =========================================================== */
a { color: inherit; } 

p {
    padding: 10px;
    padding-left: 20px;
    text-align: left;
    font-size: 1.3em;
}

h1, h2 {
    padding: 5px;
    text-align: center;
}

img {
/*    width: 100%;
    height: 100%; */
    border: 0;
    padding: 5px;
}

img:hover {
/*    opacity: 0.5; */
}

iframe {
	width: 598px;
    	height: 720px;
	margin:0;
	padding:0;
	display:block;
	border:none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: red;
}


/* TAGS DE TEXTO =========================================================== */
.titulo {
    text-transform: uppercase;
    font-size: 1.3em;
    text-align: center;
}

.tituloDestaque {
    font-size: 2em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 5px dotted #ccc;
}

.tituloDestaqueMenor {
    font-size: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.subTitulo {
    font-size: 1.3em;
    font-weight: bold;
}

.fontePequena {
    font-size: 0.5em;
}

.negrito {
    font-weight: bold;
}

.rodape {
    font-size: 1em;
}

.imgPequena {
    max-width: 200px;
    width: auto;
    height: auto;
    border: 0;
    padding: 5px;
    float: left;
}

.central {
    text-align: center;
}

.centralizado {
  margin: auto;
  width: 90%;
}

.esquerda {
    text-align: left;
}

.justificado {
    text-align: justify;   
}

.Vermelho {
    color: #eb262a;
}

.Verde {
    color: green;
}

.Azul {
    color: #0089fa;
}

.Branco {
    color: #ffffff;
}
.Amarelo {
    color: #ffa900;
}

.Verde {
    color: #00c161;
}

.fundoPreto {
    background-color: black;
}

.fundoAbertura {
    background-color: Orange;
}

.fundoVerde {
    background-color: green;
}

.larguraColuna1 {
    width: 15%;
}

.larguraColuna2 {
    width: 85%;
}

.listaReservas {
    font-size: 0.9em;
}


/* BOTÕES ================================================================== */
.botao {
    margin: 10px;
    display: inline-block;
    border: 1px solid;
    color: #fff;
    cursor: pointer;
}
.botaoMedio {
    padding: 10px 30px;
}
.botaoGrande {
    padding: 15px 50px;
    border-bottom: 5px dotted #ccc;
}
.botaoAmarelo {
    background-color: #ffa900;
    border-color: #ec9f00;
}
.botaoAmarelo:hover{
    background-color: #ffbe37;
}
.botaoAzul {
    background-color: #0089fa;
    border-color: #0082ec;
}
.botaoAzul:hover{
    background-color: #51b0ff;
}
.botaoVerde {
    background-color: #00a753;
    border-color: #009d4e;
}
.botaoVerde:hover{
    background-color: #00c161;
}
.botaoVermelho {
    background-color: #ed260a;
    border-color: #d3230a;
}
.botaoVermelho:hover{
    background-color: #f43d22;
}
.botaoCinza {
    color: black;
    background-color: #e6e6e6;
    border-color: #0082ec;
}
.botaoCinza:hover {
    background-color: #d9d9d9;
}


/* TAGS ESPECIFICAS ======================================================== */

#imgLogo {
    width: 100%;
}

.corpo {
    width: 100%;
}

.corpoOutrasTelas {
    width: 70%;
    float: none; /* ERRO? */
    align-content: center;
    align-items: center;
    align-self: center;
}

.conteudo {
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
}

.listaConteudo li {
    display: inline-block;
    text-align: left;
    float: left;
}

.liConteudo li {
    text-align: left;
    font-size: 1.1em;
    list-style-image: url("../images/ok.png");
}

.logo {
    float: left;
    width: 180px;
    height: 130px;
    padding-left: 20px;
}

.imgTitulo {
    float: inherit;
    width: 700px;
    height: 130px; 
    padding-left: 20px;
}

.fundoTopo {
    background-image:url("../images/backmenu4.jpg");
    background-repeat: space;
}

.margemInterna {
    padding: 5px;
}

.margemInternaGrande {
    padding: 20px;
}

.borda {
        border: 5px solid #ccc;
}

.sombra {
    box-shadow: 2px 5px 10px #ccc;
    -webkit-box-shadow: box-shadow 2px 5px 10px #ccc;
    -moz-box-shadow: 2px 5px 10px #ccc;
    border: 1px solid #ddd;
}

.sombraTexto {
    text-shadow: 2px 2px 3px #000000;
}

.menu {
    display: block;
    float: right;
    margin-top: 40px;
/*    margin-right: 15px; */
/*    background-color: aquamarine; */
    background-color: #8FBC8F;

}

.menu li {
    display: inline-block ;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    
}

.menu li:hover {
    background-color: aqua;
}

.bordas {
    border-radius: 10px;
    border: 1px #ccc;
}

.confirmacao {
/*    position: absolute;  */
}

.confirmaPreInscricao {
    width: 50%;
}

.textoConfirmacao {
    padding: 20px;
    color:black;
    font-weight: bold;
    text-align: left;
}

.mapa iframe {
    width: 598px;
    height: 720px;
    border: 0;
    padding: 5px;
}

.imgMenus {
        width: 100%;
}

/* RECURSIVIDADE =========================================================== */
@media screen and (max-width: 960px) {
    img {
        width: 100%;
    }
    .imagem_real {
        max-width:750px;
        width: auto;
        height: auto;
    }
     .imgTitulo {
         width: 100%;
    }
    .conteudo {
        width: 100%;
    }
    .menu li {
        padding: 15px;
    }
    .caixa3 {
        width: 48%;
        min-height: 370px;
    }
  /*
    .calendario {
        width: 50%;
    
    }
      .calendarioFonte {
        font-size: 1em;
    }
    .diaFonte {
        font-size: 2em;
    }
    .botaoReserva {
        width:25px;  
        height:15px;
        margin: 1;
    }
*/    
 }

@media screen and (max-width: 850px) {
    img {
        width: 100%;
    }
    .imagem_real {
        max-width:550px;
        width: auto;
        height: auto;
    }
     .imgTitulo {
         width: 100%;
    }
    .conteudo {
        width: 100%;
    }
    .menu li {
        padding: 15px;
    }
}

@media screen and (max-width: 680px) {
    img {
        width: 100%;
    }
    .imagem_real {
        max-width:350px;
        width: auto;
        height: auto;
    }
    .conteudo {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    img {
        width: 100%;
    }
    .imagem_real {
        max-width:350px;
        width: auto;
        height: auto;
    }
    .imgTitulo {
         width: 100%;
         height: 80%;
        float: none;
    }
    .conteudo {
        width: 100%;
    }
}


@media screen and (max-width: 360px) {
    img {
        width: 100%;
    }
    .imagem_real {
        max-width:320px;
        width: auto;
        height: auto;
    }
    .imgTitulo {
         width: 100%;
         height: 80%;
        float: none;
    }
    .conteudo {
        width: 100%;
    }
}

/* FORMULARIO DE CONTATO =================================================================== */
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea {
    width: 100%;
    padding: 15px;
    background: #e9e9e9;
    border: 1px solid #ddd;
    margin: 1%;
    text-align: left;
}

