.buttonSend {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #3bb375;
	border: none;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 50px;
}
.buttonSend2 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #373737;
	border: none;
	margin-top: 20px;
	margin-bottom: 40px;
	height: 50px;
}


@import url(animation.css);
.cont-text .object-title {
	color: #F4F4F4;
	background-color: #9C8E74;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.cont-text .link-next {
	color: #F7F7F7;
	background-color: #373737;
	padding-bottom: 20px;
	padding-top: 20px;
	display: block;
	width: 100%;
	text-align: center;

}
.cont-text .link-next:hover {
	background-color: #00AB66;
}
.cont-text .object-image {
	margin-bottom: 15px;
}
.cont-text .object-note {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: ;
}
.objectImage {
	border-width: 10px;
	border-color: #E4E4E4;
	border-style: solid;
	width: 50%;
}
.objectNote {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.cont-text.show .button-send {
	height: 50px;
}



.cont-text.show .object-title span {
	font-size: 25px;
}
.cont-text .object {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
.cont-text .objectImage {
	border: none;
	width: 100%;
}
.cont-text .objectNote {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	text-align: justify;
}





.cont-text .objectTitle {
	background-color: #fsa326;
}





.cont-text.show .objectImage {
	width: 49%;
}
.cont-text.show .objectNote {
	font-size: 14px;
	line-height: 1.5;
	margin-top: -5px;
}





.cont-text.show .objectText {
	text-align: justify;
}

@media (max-width: 767px) { 
 .objectImage {
	margin-bottom: 15px;
	width: 100%;
 } 
 .objectNote {
	text-align: center;
 }  
 .cont-text.show .object-title span {
	font-size: 24px;
 }
}/*@media*/

@media (max-width: 991px) { 
 .objectImage {
	margin-bottom: 15px;
	width: 100%;
 }  
 .objectNote {
	text-align: center;
 }  
 .cont-text .objectTitle span {
	font-size: 20px;
 } 
 .cont-text.show .objectImage {
	width: 100%;
 }    
}/*@media*/
