body {
	background:#ffffff url(../images/fondo.png) no-repeat top center;
	background-size: cover;
	margin:0;
	padding:0;
	font-family: 'Open Sans', Arial, helvetica, sans-serif;
	font-size:10pt;
}

.mycontainer {
  width:800px;
  margin:0 auto;
  text-align:left;
  position: relative;
  background-color: white;
  box-shadow: 0px 15px 15px 0px gray;
}

.logo {
	width: 100%;
	background-color: white;
	padding:10px;
}

.logo img {
	height: 40px;
}

.titul {
	width: 100%;
	background-color:white
}

.titul img { cursor:pointer; }

.myform {
	padding: 0px 50px 20px 50px;
}

h1 { 
	color: #d4304f !important;
	font-size: 15pt;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}




.main-title {
	color: #2c3e50;
	text-align: left;
	margin-top: 20px;
	padding: 0px 30px;
}

.titul_card {
	color: #53794f;
	font-weight: 700;
	font-size: 17px;            
	vertical-align: middle;
	margin-left: 5px;
}	

.mybtn {
	text-align:center;
	display: flex;
	justify-content: center;
}

.buto {
	background: #006699;
	background: -moz-linear-gradient(top, #80c34e 0%, #347144 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80c34e), color-stop(100%,#347144));
	background: -webkit-linear-gradient(top, #80c34e 0%,#347144 100%);
	background: -o-linear-gradient(top, #80c34e 0%,#347144 100%);
	background: -ms-linear-gradient(top, #80c34e 0%,#347144 100%);
	background: linear-gradient(to bottom, #80c34e 0%,#347144 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c34e', endColorstr='#347144',GradientType=0 );
	border-radius: 3px;
	width: 260px;
	height: 35px;
	color: white;
	border: 0;
	margin-right: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;	
}

        
.service-card {
	background: white;
	border-radius: 15px;
	padding: 1rem;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-icon {
	color: #007bff;
	font-size: 3rem;
	margin-bottom: 1rem;
	text-align: center;
}

.service-title {
	color: #2c3e50;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}		



.contenedor_app {
	display: block;
	text-align: center;
}

.contenedor_app img {
  	width: 60%;
}

.footer {
	background: linear-gradient(135deg, #2c3e50, #34495e);
	color: white;
	padding: 10px;
	margin-top: 15px;
}

.footer a {
	color: #bdc3c7;
	text-decoration: none;
}

.footer a:hover {
	color: white;
}

#captcha-refresh { cursor:pointer; }
#captcha-img { height: 70px; }

#captcha-wrap {
	width:100%;	
	padding:10px;
}

#loadingmessage {
	display: none;
	font-size: 20px;
	float: left;
	margin-top: 2px;
	margin-left: 0px;
}

.resume_id {
	font-size: 14pt;
	font-weight: bold;
	color: #53794f;
}

.error_txt {
	font-size: 14pt;
	font-weight: bold;
	color: red;
	text-align: center;
}


		
        
	@media (max-width: 768px) {
		.titul img {
			max-width:500px;
		}
	
		.mycontainer {
			width:auto;
			box-shadow: none;
		}
		
		.myform {
			padding: 5px;
		}
		
		.main-title {
			font-size: 18px;
			padding: 0px 10px;				
		}
	
		.service-card {
			margin-bottom: 2rem;
		}
		
		.hero-banner {
			padding: 1rem 0;
		}
		


	}


