@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    font-family: Montserrat, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.row {
	max-width: 1100px;
	align-content: center;
	padding: 20px;
}

h1 {
    color: #333333;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	padding: 10px;
}


p {
    margin-bottom: 2px; /* Puedes ajustar el valor según tus preferencias */
}


/* 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 */

.card-title {
	font-size: 25px;
	font-weight: 900;
	color: darkblue
}

.card-subtitle {
	font-size: 20px;
	font-weight: 800;
	}

.card-text-tarifa {
	font-size: 18px;
	background-color: darkblue;
	border-radius: 50px;
	color: aliceblue;
	font-weight: 700;
	max-width: 150px;
}

.card-text-precio {
	font-size: 28px;
	font-weight: 900;
	color: #3E3E3E;
}
