@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    font-family: Montserrat, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

     
    .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 */
        }
    }

.carousel-indicators [data-bs-target] {
   color: black;
}

.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;
	padding-top: 15px;
}


#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 */

#beneficioplan {
	font-size: 25px;
	font-weight: 900;
	
}

