@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
    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;
}


.titulos2 {
	font-size: 25px; 
	font-weight: 500; 
	color: white; 
	background-color: #D91F05; 
	padding: 5px; 
	border-radius: 50px;
	max-width: 500px;
}

p {
    margin-bottom: 2px; /* Puedes ajustar el valor según tus preferencias */
}

#cajaplan {
	
}



.plan {
	text-align: center;
	font-size: 28px;
	color: white;
	font-weight: 900;
	
	}

.tarifa {
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: 400;
}

.preciofec {
	background-color: #81B214;
	color: white;
	font-size: 18px;
	font-weight: 900;
	border-radius: 50px;
	max-width: 300px;
	
}
.precio {
	text-align: center;
	font-size: 17px;
	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: #80B918;
	border-radius: 50px;
	font-size: 20px;
	
	
	
	
}

#imagenbody {
	
    background-image: url("../../Bodytech - Copia/images/gym.jpg");
    background-repeat: no-repeat;
	background-size: 100%;
	height: 220px;
    
}

.btn-light {
	background-color: #80B918;
	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: 600;
	color: white;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 20px;
	
}


#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;
}


#lineatelefonica {
	font-size: 17px;
	font-weight: 700;
	color: white;
}

#contacto {
	color: white;
	font-size: 15px;
}

#footertext {
	color: white;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	
}
#slider {
	border-radius: 20px;
}
#copy {
	
	background-color: #12B2C3;
	padding: 3px;
	
}
#copy1 {
	color: white;
	padding: 5px;
	
}
#texto1 {
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	
}
#titulo1 {
	text-align: center;
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 30px;
	
}
#muerte {
	background-color: #f6ac24;
}

#caja2 {
	background-color: #e85521;
}
#caja3 {
	background-color: #e51582;
}
#siniestros {
	color:#12b2c3;
	font-size: 25px;
	font-weight: 900;
}
#caja4 {
	background-color: #CFCFCF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	
}

#caja5 {
	background-color: #CFCFCF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	
}

#textosiniestro1 {
	color: #333333;
	font-weight: 400;
}
#textosiniestro2 {
	color: #333333;
	font-weight: 400;
}
#bg1 {
	background-color: #662d91;
	
}
#txt1 {
	color: white;
	font-size: 18px;
	font-weight: 500;
	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: 10px;
    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
}

.card-body {
	background-color: #F0F0F0;
	padding: 15px;
	border-radius: 15px;
	
}


.col-md-3 {
	
	padding: 10px;
	border-radius: 15px;
}

.card {
	border-radius: 15px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.51);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.51);
}

.card-img-top {
	padding: 5px;
	width: 100%;
	
}

.cardbody {
	padding: 10px;
	border-radius: 10;
	
	
}

.card-text {
	font-size: 12px;
	
}

.subtitulos {
	
	font-size: 20px;
	font-weight: 600;
	color: #80B918;
	padding: 10px;	
}
	 

.textcard {
	text-align: left;
	font-size: 13px;
	padding-left: 15px;
	
}

.btn-primary {	
   background-color: #80B918;
   border-radius: 20px;
	
	
}

#notabonos {
	color: aliceblue;
	padding-top: 20px;
	text-align: left;
}
.iconinstructivo {
	
	width: 30px;
}
#recuerda {
	text-align: left;
	color: aliceblue;
	background-color: #80B918;
	padding: 25px;
	border-radius: 15px;
	
}
#infoteatro {
	color: aliceblue;
	font-size: 20px;
	font-weight: 800;
	padding-bottom:20px;
}
#horarioteatro {
	color: aliceblue
}
#mail {
	color: aliceblue;
	font-size: 22px;
	font-weight: 700;
}
#correos {
	color: aliceblue
}
.titulosinst {
	color: aliceblue;
	padding-bottom: 40px;
}

.textinstructivo {
	
	color: aliceblue;
	text-align: left;
	padding-bottom: 20px;
}

.listatym {
	color: aliceblue;
	text-align: left;
	
}


.texttym {
	
	color: aliceblue;
	text-align: left;
}

#notatym {

	color: #f0f0f0;
	background-color: #80B918;
	font-size: 20px;
	border-radius: 50px;
}

.litym {
		color: #f0f0f0;
		text-align: left;
}

.titulotym {
     color: #f0f0f0;
	text-align: center;
	background-color: #80B918;
	border-radius: 50px;;

}
.titulocarta {
	font-size: 25px;
	font-weight: 900;
	color: #4d4d4d;
	padding-bottom: 5px;
}
.cheklist2 {
	text-align: left;
	color: #312E2E;
	font-size: 16px;
	padding-left: 10px;
	}

.card-body2 {
	background-color: #dee2e6;
	padding: 25px;
	border:1px solid #666666;
	border-radius: 20px;
	
}
.titulos {
	max-width: 200px;
	font-size: 20px;
	
	}

.col-md-4 {
	padding: 10px;
	
	}

.col-md-3 {
	padding: 10px;
	
	}

.cheklist3 {
	text-align: left;
	color: #312E2E;
	font-size: 16px;
	}


.asistencia {
	
	text-align: left;
	padding: 10px;
	font-size: 16px;
}


	
	


#cartelera {
	
	font-size: 20px;
	background-color: #004F9E;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}

.atracciones{
	
	font-size: 25px;
	font-weight: 900;
	color: white;
	border-radius: 50px;
	background-color: #7D4CEA;
	max-width: 300px;
}

.col-md-2 {
 padding-bottom: 20px;	
}
