@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 */
}

#cajaplan {
	
}

.card-body {
	background-color: #333333;
	padding: 10px;

	
}

.plan {
	text-align: center;
	font-size: 28px;
	color: white;
	font-weight: 900;
	
	}

.tarifa {
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: 300;
}
.precio {
	text-align: center;
	font-size: 28px;
	color: white;
	font-weight: 900;
}
.vigencia {
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: 300;
}
.linea {
	color: white;
}
.icons {
	
	background-color: #333333;
	padding: 10px;
	border-radius: 60px;
	width: 100px;
}
.textoincluye {
	
	font-weight: 500;
	font-size: 14px;
	
}


.btn-secondary {
	background-color: #333333;
	border-radius: 50px;
	
	
}

#imagenbody {
	
    background-image: url("../images/gym.jpg");
    background-repeat: no-repeat;
	background-size: 100%;
	height: 220px;
    
}

.btn-light {
	background-color: #E85521;
	border-radius: 50px;
	border-color: white;
	color: white;
	
}
.casittamedio {
	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.43);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.43);

}

#info {
	font-size: 18px;
	font-weight: 900;
	color: white;
	
}


#nombreasesor {
	font-size: 17px;
	font-weight: 700;
	color: white;
}

#cargo {
	font-size: 17px;
	font-weight: 300;
	color: white;
}

#wp {
	font-size: 17px;
	font-weight: 700;
	color: white;
}

#mailasesor {
	font-size: 17px;
	font-weight: 700;
	color: white;
}

#numerowp {
	color: white;
	
}
#emailasesor {
	color: white;
	font-size: 15px;
}

#footertext {
	color: white;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	
}
#slider {
	border-radius: 20px;
}

/* 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 */

.apps {
	background-color: #80B918;
	color: aliceblue;
	font-weight: 600;
	
}


/* css formulario planes */

.container {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
}

.form-group {
  margin-bottom: 5px;
}

label {
  display: block;
}

input[type="text"],
input[type="email"],
select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 50px;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}


#formuariomovistar {
	
	background-color: aliceblue;
	padding: 10px;
	border-radius: 15px;
}
#informacion {
	color: aliceblue;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	
}
