@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: 30px;
}
.visibleDesktop {
  display: none; /* Oculta la imagen en resoluciones menores a 520px */
}
.visibleMobile {
  display: inline; /* Muestra la imagen en resoluciones menores a 520px */
}
@media (min-width: 520px) {
  .visibleDesktop {
    display: inline; /* Muestra la imagen en resoluciones de escritorio */
  }
  .visibleMobile {
    display: none; /* Oculta la imagen en resoluciones de escritorio */
  }
}

.titulos {
	
	color: #490060;
	font-size: 25px;
	font-weight: 800;
	padding-bottom: 30px;
}


.col-md-4{
	
	padding: 10px
}


.col-md-3 {
	
	padding: 10px;
}

.card {
	border-radius: 30px;
	
}
.card-body {
	background-color: #e9ecef;
	border-color: black;
	border: dotted;
	border-radius: 30px;
	border-width: 2px;
	
	
	
}
.imagenes-card {
	
	max-width: 80px;
	width: 100%;
	padding: 10px;
}

.card-text {
	font-size: 13px;
	font-weight: 500;
	padding: 5px;
}

.monto-max {
	background-color: #662D91;
	color: white;
	font-size: 12px;
	font-weight: 500;
	border-radius: 10px;
	padding: 5px;
	max-width: 205px;
	}

.eventos {
	background-color: #FFB100;
	color: black;
	font-size: 12px;
	font-weight: 500;
	border-radius: 50px;
	padding: 3px;
	max-width: 215px;
}
.cobertura {
	font-size: 15px;
	font-weight: 500;
}

/* 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 */

.inscrpcion1 .btn {
	border-radius: 50px;
	font-weight: 700;
}

.inscripcion2 .btn {
	border-radius: 50px;
	font-weight: 700;
	background-color: #662D91;
	color: white;
	border-color: #662D91;
}