@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    background-color: #f0f0f0;
    color: #333;
}

.row {
	max-width: 1100px;
	align-content: center;
	padding: 10px;
}

h1 {
    color: #333333;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	padding: 10px;
}

.card-text {
	font-size: 18px;
	padding: 5px;
	text-align: center
}

.card {
	
	height: 500px;
	border-radius: 20px;
	background-color: #DEE2E6;
	border-color: #DEE2E6;
}

.col-md-4 {
	
	padding: 10px;
}

/* formulario */

.formulario-container {
    width: 80%;
    max-width: 100%;
    margin: 20px auto;
    background-color: #F6F6F6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Estilos del formulario */
form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 8px;
	text-align: justify;
}

input {
    padding: 8px;
    margin-bottom: 16px;
}

button {
    background-color: #80B918;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #004D28;
}

/*formulario */


.titulosin {
	color: cadetblue;
	font-size: 20px;
	font-weight: 800;
	
}
#terminos {
	color: #333333;
	font-size: 13px;
	text-align: justify
}
.imagen {
	
	border-radius: 20px;
	
}

.zonaselectorales {
	width: 100%;
}


.titulozonas {

	color: #f0f0f0;
	background-color: #80B918;
	border-radius: 10px;
	border-color: #f0f0f0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	 box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		}
.h1tarjetones{
	font-size: 30px;
	font-weight: 900;
	color: #80B918
}

.titulozonastarjetones {
	font-size: 22px;
	font-weight: 400;
}

.lista {
	text-align: justify;
	padding: 10px;
	font-weight: 600
	
}

#titulocat {
	
	font-size: 30px;
	color: #80B918;
	font-weight: 900;
	padding-bottom: 2px;
	
}

#titcat2 {
	
	font-size: 30px;
	color: #80B918;
	font-weight: 500;
	padding-bottom: 2px;
	
}


#subcat {
	
	background-color: #80B918;
	font-size: 20px;
	color: #333333;
	padding: 5px;
	color: aliceblue;
	font-weight: 700;
	max-width: 300px;
	border-radius: 50px;
	
	
}
#terminosbot {
	background-color: #80B918;
	border-color: #80B918;
	border-radius: 50px;
	padding: 5px;
	
}
