
body{
	/*font-family:Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light";*/
	font-family:Arial, Helvetica, sans-serif;
	/*background: #1d1d1d;*/
}

.estrutura-geral{
	width:1000px;
	height:auto;
	border:1px solid #e6e6e6;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#color1{color:#2d2d2d}
#color2{color:#f1f1f1}
#color3{color:#d22630}
#color4{color:#aaaaaa}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaaaaa;
  font-size:12px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaaaaa;
  font-size:12px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaaaaa;
  font-size:12px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaaaaa;
  font-size:12px;
}

/*CHECK OPTION*/


@keyframes click-wave {
  0% {
    height: 15px;
    width: 15px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 50px;
    width: 50px;
    margin-left: -17px;
    margin-top: -17px;
    opacity: 0;
  }
}

.option-input {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: #e3e3e3;
    border: none;
    color: #fff;
    cursor: pointer;
    /* display: inline-block; */
    /* margin-right: 0.5rem; */
    outline: none;
    position: relative;
    z-index: 1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    margin: 0px;
	border: 1px solid #848484;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #189d0e;
}
.option-input:checked::before {
	height: 13px;
    width: 13px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #189d0e;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.option-p-input {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 12px;
    transition: all 0.15s ease-out 0s;
    background: #e3e3e3;
    border: none;
    color: #fff;
    cursor: pointer;
    /* display: inline-block; */
    /* margin-right: 0.5rem; */
    outline: none;
    position: relative;
    z-index: 1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    margin: 0px;
	border: 1px solid #848484;
}
.option-p-input:hover {
  background: #9faab7;
}
.option-p-input:checked {
  background: #189d0e;
}
.option-p-input:checked::before {
	height: 10px;
    width: 10px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 10px;
}
.option-p-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #189d0e;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-p-input.radio {
  border-radius: 50%;
}
.option-p-input.radio::after {
  border-radius: 50%;
}

/*TITULO PÁGINAS*/

.gimbtitulos-titnav {
    width: 970px;
    height: auto;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.gimbtitulos-titulo {
    font-size: 25px;
    clear: both;
    text-align: left;
    font-weight: bold;
    float: left;
    height: 32px;
}

@media (max-width:768px){
	
	.gimbtitulos-titulo {
		width: 100%;
		text-align: center;
		margin-bottom: 3%;
	}
	
	.gimbtitulos-titnav {
    width: 100%;
	}

}
