.texto-inicial-RT{
	font-size: 0.8rem;
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 30px;
}

.linea-RT{
	border-bottom: 1px solid grey;
	width: 100%;
	margin-left: -15px;
	margin-top: 50px; 
	margin-bottom: 15px;
}

.fondo-casilla-RT{
	background-color: rgb(35, 35, 35);
	border-radius: 0px;
	width: 100%;
}

.fondo-casilla-RT:focus{
	background-color: rgb(35, 35, 35);
	border-radius: 0px;
	border-color: white !important;
	box-shadow: none;
	color:#fff;
}


.boton-ingresar-RT{
	width: 100%;
	height: 40px;
	margin-top: 20px;	
	color: white;
	background-color: rgb(114, 204, 1);
	border-radius: 0px;
}


.boton-ingresar-RT:focus{
	width: 100%;
	height: 40px;
	margin-top: 20px;	
	color: #fff;
	background-color: rgb(114, 204, 1);
	border-radius: 0px;
	border-color: none;
	box-shadow: none;
}



/*<!--Pagina 1-->*/


.fondo-RT{
	background-color: black;
	background-attachment: fixed;
	padding:1rem;
}

.texto-titulo-RT{
	padding-top: 1rem;
	font-weight: bold;
	color:grey;
	font-size: 1.8rem;
	margin-left:2rem;
	margin-right:2rem;
	margin-bottom:0.8rem;
	text-align: justify;	
}
.texto-titulo-RT:hover{
	padding-top: 1rem;
	font-weight: bold;
	color:#6ABC03;
	font-size: 1.8rem;
	margin-left:2rem;
	margin-right:2rem;
	margin-bottom:0.8rem;
	text-decoration: none;
	text-align: justify;	
}


.texto-titulo-RT:hover{
	padding-top: 1rem;
	font-weight: bold;
	color:#71CB01;
	font-size: 1.8rem;
	margin-left:2rem;
	margin-right:2rem;
	margin-bottom:0.8rem;	
}

.texto-verde-RT{
	color:grey;
}

.texto-verde-RT:hover{
	color:#6ABC03;
	text-decoration: none;
}



.fecha-RT{
	color: white;
	text-align: justify-all;
	margin-left:2rem;
	margin-bottom:0.8rem;
}


.parrafo-1-RT{
	color: white;
	text-align: justify;
	margin-left:2rem; 
	margin-right: 2rem;	
}

.texto-titulo-2-RT{
	display: block;
	justify-content: center;
	color:rgb(113, 203, 1);
	text-align: left;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}


.parrafo-2-RT{
	font-size: 0.8rem;
	text-align: left;
	text-align: center;
}


.texto-titulo-3-RT{
	text-align: left;
	color: rgb(160, 211, 90);
	font-weight: bold;
	/*margin-right: 15%;*/
}

.boton-suscripcion-RT{
	/*margin-right: 15%;*/
	margin-bottom: 5rem;
	background-color: rgb(110, 171, 36);
	border:0;
	height: 2.8rem;
	color: white;
	transition: transform .2s;
}

.boton-suscripcion-RT:focus{
	/*margin-right: 15%;*/
	margin-bottom: 5rem;
	background-color: rgb(110, 171, 36);
	border:0;
	height: 2.8rem;
	color: white;
	outline: none;

}


.boton-suscripcion-RT:hover{
	transform:scale(1.1);
}



.caja-email-RT{
	margin-bottom: 5rem;
	border-top:0;
	border-right: 0;
	border-left: 0;
	outline: none;
	justify-content: 
}


/*Estilos Evento*/



.año-RT{
	font-weight: bold;
}


.mes-dia-RT{
	font-weight: bolder;
	font-size: 1.9rem;
}


.hora-lugar-RT{
	color: #A0D35A;
	font-weight: bold;
	margin-bottom: 2rem;
}

.hora-lugar-RT:hover{
	color: #A0D35A;
	font-weight: bold;
	margin-bottom: 2rem;
}


.parrafo-evento-RT{
	text-align: left;
	margin-bottom: 50px;
}

/*<!--Blogs-->*/
.titulo-blog-RT{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color:#6ABC03;
	margin-bottom: 30px;
}

.parrafo-blog-RT{

}

.imagen-1-RT{
	padding-bottom: 50px;
	border:10px solid white;
}


.blog-RT{
	display:inline-flex;
	justify-content: space-around;
}

.texto-imagen-1-RT{
	display: block;
	position: absolute;
	margin-top:-200px;
	color:#fff;
	text-align: left;
	word-wrap: break-word;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 1rem;
}

.texto-imagen-1-RT:hover{
	display: block;
	position: absolute;
	margin-top:-200px;
	color:#71CB01;
	text-align: left;
	word-wrap: break-word;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 1rem;
	text-decoration: none;

}

.texto-imagen-2-RT{
	display: block;
	position: absolute;
	margin-top:-200px;
	color:#fff;
	text-align: left;
	word-wrap: break-word;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 1rem;
}

.texto-imagen-2-RT:hover{
	display: block;
	position: absolute;
	margin-top:-200px;
	color:#71CB01;
	text-align: left;
	word-wrap: break-word;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 1rem;
	text-decoration: none;
}

.caja-caminos-RT{
	display: flex;
	justify-content: space-around;
}