@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

.container {
	font-family: 'Poppins', sans-serif;
}

p {
	margin-bottom: 0;
}

.txt_title {
	font-size: 85pt;
	font-weight: 900;
	color: #9024FF;
	line-height: 110px;
	letter-spacing: 2px;
}

.txt_subtitle {
	font-size: 26pt;
}

.txt_apertura {
	font-size: 17pt;
	font-weight: 300;
	color: #3C3C3B;
	padding-top: 50px;
}

.fecha_foro {
	width: 620px;
	height: auto;
	padding-top: 20px;
}

.sm_foro {
	width: 450px;
	height: auto;
	padding-top: 20px;
}

.apertura_derecha {
	height: 730px;
	border: 2px solid #B0B0B0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 50px;
}

.txt_title_form {
	text-align: center;
	font-weight: 900;
	font-size: 20pt;
	padding-top: 40px;
}

.txt_lead_form {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	font-size: 13pt;
	letter-spacing: -0.5px;
}

.apertura_derecha form {
	padding: 30px 10px;
	font-size: 10pt;
	font-weight: 700;
}

.txt_disclaimer_et {
	font-weight: 400;
}

.form-text {
	font-size: 8pt;
	font-weight: 400;
	padding-bottom: 30px;
}

.btn-primary {
	background-color: #1D1D1B;
	font-weight: 700;
	width: 200px;
	color: white;
}

.moderadores {
	margin-top: 85px;
	height: 620px;
	background-color: rgba(0,122,255,0.05);
	background-image: url("../images/back_forms.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.title_moderador {
	text-align: center;
	font-size: 30pt;
	font-weight: 700;
	color: #007AFF;
	padding-top: 30px;
}

.moderador_ernesto {
	text-align: center !important;
}

.moderador_jose {
	text-align: center !important;
}

.title_name {
	font-size: 23pt;
	font-weight: 700;
}

.footer_marcas {
	text-align: center !important;
	padding-top: 40px;
	height: 100px;
}

.form-control, .form-select {
	border: 1px solid rgba(190,190,190,1.00);
}

.form-check-input {
	border: 1px solid rgba(190,190,190,1.00);
}


@media only screen and (max-width: 1200px) {
	
.txt_title {
	font-size: 75pt;
	font-weight: 900;
	color: #9024FF;
	line-height: 110px;
	letter-spacing: 2px;
}
	
.txt_subtitle {
	font-size: 22pt;
}
	
.txt_apertura {
	font-size: 15pt;
	font-weight: 300;
	color: #3C3C3B;
	padding-top: 50px;
}
	
.fecha_foro {
	width: 580px;
	height: auto;
	padding-top: 20px;
}
	
.txt_title_form {
	font-size: 18pt;
}
	
.txt_lead_form {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: center;
	font-size: 12pt;
	letter-spacing: -0.5px;
}
	
.apertura_derecha {
	height: 680px;
}
}


@media only screen and (max-width: 600px) {
	
.txt_title {
	font-size: 55pt;
	font-weight: 900;
	color: #9024FF;
	line-height: 75px;
	letter-spacing: 2px;
}
	
.txt_subtitle {
	font-size: 18pt;
}
	
.txt_apertura {
	font-size: 14pt;
	font-weight: 300;
	color: #3C3C3B;
	padding-top: 50px;
}
	
.fecha_foro {
	width: 380px;
	height: auto;
	padding-top: 20px;
}

.sm_foro {
	width: 350px;
	height: auto;
	padding-top: 20px;
}

.apertura_derecha {
	margin: auto;
	height: 650px;
	border: 2px solid #B0B0B0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 50px;
}
	
.title_moderador {
	text-align: center;
	font-size: 25pt;
	font-weight: 700;
	color: #007AFF;
	padding-top: 30px;
}

.moderadores {
	margin-top: 85px;
	height: 820px;
	background-color: rgba(0,122,255,0.05);
}
	
.moderadores img {
	width: 240px;
	height: auto;
	}
	
.txt_lead_form {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 11pt;
	letter-spacing: -0.5px;
}
}