/* form jellycare TK*/
#gform_25 .gf_titulos .gfield_label {
		font-size: 25px;
    font-family: Nunito;
}

#gform_25 #input_25_20 {
    display: flex;
    overflow: hidden;
}

#gform_25 #input_25_20 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

#gform_25 #input_25_20 label {
    background-color: rgba(37, 110, 181, 0.2);
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 16px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
		color: #000000;
    width: 100%;
    min-width: 250px;
		margin: 2px 0 0 0px;
}
#gform_25 #input_25_20 label:checked {
		color: #ffffff;
}

#gform_25 #input_25_20 label:hover {
    cursor: pointer;
}

#gform_25 #input_25_20 input:checked + label {
    background-color: #256eb5;
    box-shadow: none;
		color: #ffffff;
}

#gform_25 #input_25_20 li {
		margin: 0;
}

#gform_25 #input_25_20 li:first-of-type label {
    border-radius: 4px 0 0 4px;
}

#gform_25 #input_25_20 li:last-of-type label {
    border-radius: 0 4px 4px 0;
		margin: 2px 0px;
}

#gform_25 #field_25_20 .gfield_description {
		padding-top: 0px;
    position: relative;
    top: -5px;
}

/* Jellycare campo url do site */
.form_boxjellycare input[type="text"] {
padding: 20px 10px !important;
letter-spacing: normal !important;
border-style: solid !important;
border-width: 1px !important;
border-color: #256EB5 !important;
font-size: 22px !important;
	font-weight: 600;
	line-height: 30px;
	border-radius: 6px !important;
}



/* --------------------------------------------------------------- */


/*BOX GMALHO*/
.gm_msgbox
{
	background-color: #FFFFFF;
	opacity: 0.80;
	padding: 40px;
	border-radius: 10px 50px 5px 5px;
	-moz-border-radius: 10px 50px 5px 5px;
	-webkit-border-radius: 10px 50px 5px 5px;
	border: 9px solid #F2F2F2;
}
.gm_msgbox1
{
	background-color: #ffffff;
	opacity: 0.90;
	padding: 45px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 10px solid #e9eaec;
}
.gm_msgbox2
{
	background-color: #ffffff;
	opacity: 0.85;
	padding: 20px;
  padding-top: 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 10px solid #e46d6d;
}
.gm_msgbox3
{
	background-color: #757575;
	opacity: 0.50;
	padding: 20px;
	border-radius: 60px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 9px solid #F2F2F2;
}
.gm_msgbox4
{
	background-color: #ffffff;
	opacity: 0.70;
	padding: 20px;
}


/*box shadow*/
/*[clearfix]*/.gm_boxshadow
{
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.50);
	box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.5);
	/*+border-radius:5px 5px 5px 5px;*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	opacity: 0.80;
	padding: 18px;
}
/*ROUNDBOX GMALHO*/
.gm_roundbox
{
	background-color: #FFFFFF;
	opacity: 0.80;
	padding: 10px;
	border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	-webkit-border-radius:  100% 100% 100% 100%;
	border: 9px solid #ccc;
width: 200px;
height: 200px;
}
.gm_roundbox:hover {
opacity: 1.0;
 -webkit-filter: box-shadow(1px 1px 20px #333);
 -moz-filter: box-shadow(1px 1px 20px #333);
box-shadow: 1px 1px 20px #333;
transition: background-color 0.5s, border 0.5s, box-shadow 0.5s, opacity 0.5s ease-in; 
-webkit-transition: background-color 0.5s, border 0.5s, box-shadow 0.5s, opacity 0.5s ease-in; 
-moz-transition: background-color 0.5s, border 0.5s, box-shadow 0.5s, opacity 0.5s ease-in;   
display:block;
border: 9px solid #ea8d8d;
}
.gm_roundbox h1,h2
{
color: #de4d4d;
}

/*ROUNDBOX FLAT GMALHO*/
.gm_roundbox-flat
{
	background-color: #FFFFFF;
	opacity: 0.50;
	padding: 10px;
	border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100% 100% 100% 100%;
	-webkit-border-radius:  100% 100% 100% 100%;
width: 200px;
height: 200px;
}
.gm_roundbox-flat:hover {
opacity: 1.0;
 -webkit-filter: drop-shadow(2px 2px 20px black);
-webkit-transition: background-color 1s, opacity 1s, box-shadow 1s linear;   
-moz-transition: background-color 1s, opacity 1s, box-shadow 1s linear;   
transition: background-color 1s, opacity 1s, box-shadow 1s linear;  
background-color:#fff; 
display:block;
}

/* Cor diferente no titulo menu navegação */
.nav_diferente {background-color: #de4c4c;}
.nav_diferente_text {color: #ffffff;}
a:hover .nav_diferente_text {color:#e67777;}

@media (max-width: 1024px) { 
	#gform_25 #input_25_20 label {
		min-width: 100%;
	}
}