/*
APLICANDO RESET
*/

*, *:before, *:after {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1 {
    font-size: 2em; 
    font-weight: 400;
}
h2 {
    font-size: 1.8em; 
    font-weight: 600;
}
h3 {
    font-size: 1.5em; 
    font-weight: 800;
}
p {
    margin-bottom: 15px;
}
b, strong { 
    font-weight: bold;
}
mark {
    padding: 5px 10px; 
    background: #eee;
}
ul {
    list-style: none;
}
img {
    border: none; 
    max-width: 100%; 
    vertical-align: middle;
}
small {
    font-size: 0.75em; 
    color: #555;
}
a {
    text-decoration: none; 
    color: #07F;
}
a img {
    border: 0;
}

label {
    cursor: pointer;
}

/*
MEDIAS
*/

object,
embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

/*
BOX GERAL
*/

.container {
    float: left; 
    width: 100%;
}
.content {
    display: block; 
    margin: 0 auto; 
    padding: 20px 0; 
    width: 96%; 
    max-width: 1200px;
}

.contenter {
    display: block; 
    margin: 0 auto; 
    padding: 20px 0; 
    width: auto;
    max-width: 820px;
}

.clear {
    clear: both;
}

.fontzero {
    font-size: 0px;
    margin: 0;
    padding: 0;
}

.campo {
    padding: 5px;
    border: 1px solid #AAA;
    background: rgba(255,255,255, 0.5);
}
.campo:focus {
    background-color: #FFD;
}

.tamfix {
    width: 100%;
}

input[type=submit] {
    cursor: pointer;
}

.btn {
    cursor: pointer;
    text-align: center;
    padding: 0.5em 1em;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background-color: #FC0;
    border: none;
    border-bottom: 3px solid #F90;
}
.btn:hover {
    background-color: #FA0;
}
.btn:active {
    position: relative;
    top: 1px;
}

.btn_action {
    cursor: pointer;
    text-align: center;
    padding: 3px 12px 1px 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #5B5;
    border: none;
    border-bottom: 3px solid #3A3;
}
.btn_action:hover {
    background-color: #3A3;
}
.btn_action:active {
    position: relative;
    top: 1px;
}

textarea {
    resize: none;
}

.respostas {
    background-color: #FD9;
    border-bottom: 3px solid #F90;
    border-left: 3px solid #F90;
    padding: 1.3em;
    font-size: 1em;
    display: inline-block;
    width: calc(100% - 220px);
    margin-left: 220px;   
    margin-top: 33px;
    box-shadow: 5px 15px 30px #666;
    margin-bottom: -40px;
}

.resposta {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 999999998;
    background-color: #FD9;
    border: 2px solid #F90;
    border-bottom: 2px solid #F30;
    border-right: 1px solid #F30;
    padding: 1.5em;
    font-size: 1em;
    box-shadow: 5px 15px 25px #000;
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

.sucesso {
    background-color: #6C6 !important;
    border: 2px solid #3A3 !important;
    border-bottom: 2px solid #393 !important;
    border-right: 1px solid #393 !important;
    color: #FFF !important;
}

.alerta {
    background-color: #FA0 !important;
    border: 2px solid #F60 !important;
    border-bottom: 2px solid #F30 !important;
    border-right: 1px solid #F30 !important;
    color: #300 !important;
}

.erro {
    background-color: #E90000 !important;
    border: 2px solid #B90000 !important;
    border-bottom: 2px solid #900 !important;
    border-right: 1px solid #900 !important;
    color: #FFF !important;
}

.result-x {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px;
    height: 22px;
    background: #000;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 1px 2px 2px 2px;
    cursor: pointer;
    border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;    
}

/*
RATIO
*/

.ratio {
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0;    
}

.ratio_maps {
    position: relative;
    padding-bottom: 25%;
    float: left;
    width: 100%;
    height: 0;    
}

.media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.paginator {float: right; margin-top: 10px; color: #999; text-align: center; width: 100%; margin-bottom: 20px}
.paginator ul {display: block; background: #006699; padding: 10px; text-align: center;     border-radius: 3px;
               -moz-border-radius: 3px;
               -webkit-border-radius: 3px;}
.paginator ul li {display: inline;}
.paginator ul li a,
.paginator ul li span {padding: 5px; font-size: 17px; font-weight: bold}
.paginator ul li a {color: #fff; text-decoration: none}
.paginator ul li a:hover { text-decoration: underline;}

.radius {
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.circulo {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

