
/* container */
.container  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: absolute;
}
    @media (min-width: 4400px) {
        .container {
            max-width: 4400px;
            padding: 0;
        }
    }

/* linha */
.row {
    margin-left: -5px;
    margin-right: -5px;
}
    .row:before,
    .row:after {
        content: "";
        display: table;
    }
    .row:after {
        clear: both;
    }

/* colunas */
.col {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
    }


    /* duas colunas */
    @media (min-width: 480px) {
        .col-2 {
            width: 50%;
        }

    }
    @media (max-width: 980px) {
        .col-2 {
            width: 100%;
        }

    }

    /* sidebar */
    @media (min-width: 982px) {
        .col-inicio {
            width: 20%;          
        }
        .col-videos {
           width: 20%;         
        }
        .col-sobre {
            width: 20%;  
        }
        .col-contato {
            width: 20%;  
        }
        .col-loja {
            width: 20%;  
        }
    }

    @media (max-width: 981px) {
        .col-inicio {
            font-size:1rem;
        }
        .col-videos {
            font-size:1rem;
        }
        .col-sobre {
            font-size:1rem;
        }
        .col-contato {
            font-size:1rem;
        }
        .col-loja {
            font-size:1rem;
        }
        .cabeçalho{
            font-size:rem;
        }
        .container{
            font-size:1rem;
        }
    }


    /* USAR APENAS PARA DEMOSTRAÇÂO */
    .cabeçalho {
	    border: solid 2px Gray;
	    background: #666666;
        margin-left: -5px;
	    text-align: center;
	    color: rgb(253, 252, 252);
	    font-family: Verdana;
        font-weight:bold;
        width:100%;
    }
    .rodape{
        border: solid 2px Gray;
        background:#00ffff;
        text-align: center;
        margin-left:-5px;
        font-size:1rem;
        font-family: Verdana;
        font-weight:bold;
        width:100%;
        color:Black;
        position: relative;
        bottom:3px;
        height:30px;  
 
    }
  


    .inicio {
	    border: solid 1px rgb(252, 251, 251);
	    background: #00ffff;
        margin-left: 0px;
        margin-right: 10px;
	    text-align: center;
	    color: rgb(0, 0, 0);
	    font-family: Verdana;
        font-weight:bold;

    }
    
     .banner {
	    border: solid 2px Gray;
	    background: #5ff;
        margin-left: 0px;
        margin-right: 10px;
	    text-align: center;
	    color: rgb(0, 0, 0);
	    font-family: Verdana;
        font-weight:bold;
        height: 55px;
    } 
    .iframe{
        position: relative;
        margin-left: -5px;
        width:100%;
    }
    .form1{
        position: relative;
        width:100%;
    }
	
	
	
	.form-contact {
  width: 75%;
  margin-left: 12.5%;
  font-family: "Arial", Times, serif;
}

.form-contact-input {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
}

.form-contact-textarea {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Arial", Times, serif;
}

.form-contact-button {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  color: #000;
  height: 40px;
  opacity: .8;
  margin-bottom: 20px;
  cursor: pointer;
  background: #00ffff;
  display: block;
  border: none;
  border-bottom: 1px solid #500707;
  border-right: 1px solid #500707;
  transition: 1s;
}

.form-contact-button:hover {
  opacity: 1;
}
.button1{
    font-size: 18px;
    font-weight:bold;
    width: 100%;
    background-color: #00ffff;
    font-family: Verdana;
    font-weight:bold;
}


