/*
	Theme Name: TheEvent
	Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
	Author: BootstrapMade.com
	License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #2f3138;
	font-family: "Open Sans", sans-serif;
}

a {
	color: #db252b;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #f8234a;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
	color: #0c5f95;
}

.main-page {
	margin-top: 70px;
}

.wow {
	visibility: hidden;
}

/* Prelaoder */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #db252b;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s ease-in-out;
}

.back-to-top i {
	font-size: 24px;
	padding-top: 6px;
}

.back-to-top:focus {
	background: #ea181f;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #ea181f;
	color: #fff;
}
.whatsapp {
	position: fixed;
	display: block;
	background: #26d46c;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	right: 80px;
	bottom: 15px;
	transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
}
.whatsapp i {
	font-size: 24px;
	padding-top: 6px;
}

.whatsapp:focus {
	background: #1FA856;
	color: #fff;
	outline: none;
}

.whatsapp:hover {
	background: #1FA856;
	color: #fff;
}
/* Sections Header
--------------------------------*/

.section-header {
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 20px;
}

.section-header::before {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #db252b;
	bottom: 0;
	left: calc(50% - 25px);
}

.section-header h2 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-header p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #9195a2;
}

.section-with-bg {
	background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	height: 90px;
	padding: 25px 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
	background: #0c5f95;
	height: 70px;
	padding: 15px 0;
	transition: all 0.5s;
}

#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header #logo h1 span {
	color: #db252b;
}

#header #logo h1 a,
#header #logo h1 a:hover {
	color: #fff;
}

#header #logo img {
	padding: 0;
	margin: 0;
	max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
	position: relative;
}

/* Nav Meu Styling */

.nav-menu a {
	padding: 8px;
	text-decoration: none;
	display: inline-block;
	color: rgba(202, 206, 221, 0.8);
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
	color: #fff;
}

.nav-menu > li {
	margin-left: 8px;
}

.nav-menu > li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #db252b;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
	visibility: visible;
	width: 100%;
}

.nav-menu li.buy-tickets a {
	color: #fff;
	background: #db252b;
	padding: 7px 22px;
	border-radius: 50px;
	border: 2px solid #ea181f;
	transition: all ease-in-out 0.3s;
	font-weight: 500;
	margin-left: 8px;
	margin-top: 2px;
	line-height: 1;
	font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
	background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
	visibility: hidden;
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
	border-radius: 3px;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 10px;
	color: #060c22;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
	border-radius: 3px;
}

.nav-menu ul li:hover > a {
	background: #db252b;
	color: #fff;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 15px 15px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(6, 12, 34, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 17px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #db252b;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #db252b;
}

#mobile-nav ul .menu-item-active {
	color: #db252b;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(12, 95, 149, 0.69);
	display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	width: 100%;
	height: 100vh;
	background: url(../img/portada.png) top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#intro:before {
	content: "";
	background: rgba(12, 95, 149, 0.69);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#intro .intro-container {
	position: absolute;
	bottom: 0;
	left: 0;
	top: -150px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}

#intro h1 {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 56px;
	font-weight: 600;
	text-transform: uppercase;
}

#intro h1 span {
	color: #db252b;
}

#intro p {
	color: #ebebeb;
	font-weight: 700;
	font-size: 20px;
}

#intro .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#db252b 50%, rgba(101, 111, 150, 0.15) 52%);
	border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
}

#intro .play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid rgba(163, 163, 163, 0.4);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
	border-left: 15px solid #db252b;
	-webkit-transform: scale(20);
	transform: scale(20);
}

#intro .play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

#intro .about-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #db252b;
}

#intro .about-btn:hover {
	background: #db252b;
	color: #fff;
}

@-webkit-keyframes pulsate-btn {
	0% {
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
	background: url("../img/about-bg.jpg");
	background-size: cover;
	overflow: hidden;
	position: relative;
	color: #fff;
	padding: 60px 0 40px 0;
}

#about:before {
	content: "";
	background: rgba(12, 95, 149, 0.8);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#about h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #fff;
}

#about h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}

#about p {
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
}


/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
	padding: 60px 0;
}

#faq #faq-list {
	padding: 0;
	list-style: none;
}

#faq #faq-list li {
	border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
	padding: 18px 0;
	display: block;
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding-right: 20px;
}

#faq #faq-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 16px;
}

#faq #faq-list p {
	margin-bottom: 20px;
}

#faq #faq-list a.collapse {
	color: #db252b;
}

#faq #faq-list a.collapsed {
	color: #000;
}

#faq #faq-list a.collapsed i::before {
	content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
	padding: 60px;
	background: url(../img/subscribe-bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#subscribe:before {
	content: "";
	background: rgba(6, 12, 34, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#subscribe .section-header h2,
#subscribe p {
	color: #fff;
}

#subscribe input {
	background: #fff;
	color: #060c22;
	border: 0;
	outline: none;
	margin: 0;
	padding: 9px 20px;
	border-radius: 50px;
	font-size: 14px;
}

#subscribe button {
	border: 0;
	padding: 9px 25px;
	cursor: pointer;
	background: #db252b;
	color: #fff;
	transition: all 0.3s ease;
	outline: none;
	font-size: 14px;
	border-radius: 50px;
}

#subscribe button:hover {
	background: #ea181f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
	padding: 60px 0;
}

#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}

#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #db252b;
}

#contact .contact-info address,
#contact .contact-info p {
	margin-bottom: 0;
	color: #0c5f95;
}

#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0c5f95;
}

#contact .contact-info a {
	color: #4869df;
}

#contact .contact-info a:hover {
	color: #db252b;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
	margin-bottom: 20px;
}

#contact .form #sendmessage {
	color: #db252b;
	border: 1px solid #db252b;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
	display: block;
}

#contact .form .validation, #contact .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#contact .form input,
#contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	text-transform: uppercase;
}

#contact .form button[type="submit"] {
	background: #db252b;
	border: 0;
	padding: 10px 40px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
	cursor: pointer;
}

#contact .form button[type="submit"]:hover {
	background: #ea181f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #101522;
	padding: 0 0 25px 0;
	color: #eee;
	font-size: 14px;
}

#footer .footer-top {
	background: #0c5f95;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 26px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	color: #fff;
}

#footer .footer-top .footer-info img {
	height: 40px;
	margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #eee;
	color: #0c5f95;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #db252b;
	color: #fff;
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
	border-bottom: 2px solid #db252b;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 5px;
	color: #db252b;
	font-size: 18px;
}

#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid #262c44;
	padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
	color: #db252b;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #db252b;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #ea181f;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
	#subscribe input {
		min-width: 400px;
	}
}

@media (min-width: 768px) {
	#contact .contact-address,
	#contact .contact-phone,
	#contact .contact-email {
		padding: 20px 0;
	}
	#contact .contact-phone {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}

@media (min-width: 991px) {
	#schedule .sub-heading {
		width: 75%;
	}
}

@media (min-width: 1024px) {
	#intro {
		background-attachment: fixed;
	}
	#about {
		background-attachment: fixed;
	}
}

@media (max-width: 1199px) {
	#header .container {
		max-width: 100%;
	}
	.nav-menu a {
		padding: 8px 4px;
	}
}

@media (max-width: 991px) {
	#header {
		background: #0c5f95;
		height: 70px;
		padding: 15px 0;
		transition: all 0.5s;
	}
	#nav-menu-container {
		display: none;
	}
	#mobile-nav-toggle {
		display: inline;
	}
	#intro .intro-container {
		top: 70px;
	}
	#intro h1 {
		font-size: 34px;
	}
	#intro p {
		font-size: 16px;
	}
	#schedule .nav-tabs a {
		padding: 8px 60px;
	}
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
	#faq #faq-list a {
		font-size: 18px;
	}
	#faq #faq-list i {
		top: 13px;
	}
}

@media (max-width: 767px) {
	#schedule .nav-tabs a {
		padding: 8px 50px;
	}
}

@media (max-width: 574px) {
	#venue .venue-info h3 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	#schedule .nav-tabs a {
		padding: 8px 30px;
	}
}

@media (max-width: 460px) {
	#subscribe button {
		margin-top: 10px;
	}
}

@-webkit-keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}
@-moz-keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}
@keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}
.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.3333333333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 40px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 996;
}
.option-input:hover {
	background: #9faab7;
}
.option-input:checked {
	background: #db252b;
}
.option-input:checked::before {
	height: 40px;
	width: 40px;
	position: absolute;
	content: '\2714';
	display: inline-block;
	font-size: 26.6666666667px;
	text-align: center;
	line-height: 40px;
	top:0px;
	left:0px;
}
.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #db252b;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
.option-input.radio {
	border-radius: 50%;
}
.option-input.radio::after {
	border-radius: 50%;
}
._hidden {visibility: hidden;}
#container_loading{ background: #0c5f9575; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999999999; opacity:0; display:none;transition:all ease 0.5s; }
.sk-chase { width: 60px; height: 60px; position: relative; animation: sk-chase 2.5s infinite linear both; position: absolute; left: calc(50% - 60px); top: calc(50% - 60px); }
.sk-chase-dot { width: 100%; height: 100%; position: absolute; left: 0; top: 0;  animation: sk-chase-dot 2.0s infinite ease-in-out both; }
.sk-chase-dot:before { content: ''; display: block; width: 25%; height: 25%; background-color: #db252b; border-radius: 100%; animation: sk-chase-dot-before 2.0s infinite ease-in-out both; }
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase { 100% { transform: rotate(360deg); } }
@keyframes sk-chase-dot { 80%, 100% { transform: rotate(360deg); } }
@keyframes sk-chase-dot-before { 50% { transform: scale(0.4); } 100%, 0% { transform: scale(1.0); } }
#validation_tipo_venta{color:#ff0000;display: none;}

/***************INDEX***************/
#menu_container { position: absolute; right: 0px; top: 55px; display: none; opacity: 0; -webkit-transition:all ease 0.5s; transition: all ease 0.5s; }
#menu_container.open {display: block;}
.menu {	transform: rotate(-90deg); transition: all ease 0.2s; -webkit-transform: rotate(-90deg); -webkit-transition: all ease 0.2s; }
.menu_open { transform: rotate(0deg); -webkit-transform: rotate(0deg); }
.arrow-sesion { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #db252b; width: 0; position: absolute; right: 38%; top: -15px; transform: rotate(180deg); -webkit-transform: rotate(180deg); }
#cerrar_sesion { color: #fff; background: #db252b; padding: 7px 22px; border-radius: 50px; border: 2px solid #ea181f; transition: all ease-in-out 0.3s; font-weight: 500; margin-left: 8px; margin-top: 2px; line-height: 1; font-size: 13px; }
#contact button:hover { background: #db252b; color: #fff; }
#contact button { font-family: raleway,sans-serif; font-weight: 500; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 12px 32px; border-radius: 50px; transition: .5s; line-height: 1; margin: 10px; color: #db252b; -webkit-animation-delay: .8s; animation-delay: .8s; border: 2px solid #db252b; cursor: pointer; }
/*.cntr { position: absolute; top: calc(20% - 10px); left: 0; width: 100%; text-align: center; }
.cntr .radio { position: relative; cursor: pointer; line-height: 20px; font-size: 14px; margin: 15px; }
.cntr .radio .label { position: relative; display: block; float: left; margin-right: 10px; width: 20px; height: 20px; border: 2px solid #c8ccd4; border-radius: 100%; -webkit-tap-highlight-color: transparent; }
.cntr .radio .label:after { content: ''; position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; border-radius: 100%; background: #db252b; transform: scale(0); transition: all 0.2s ease; opacity: 0.08; pointer-events: none; }
.cntr .radio:hover .label:after { transform: scale(3.6); }
.cntr input[type="radio"]:checked + .label { border-color: #db252b; }
.cntr input[type="radio"]:checked + .label:after { transform: scale(1); transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9); opacity: 1; }*/
.cntr label { cursor: pointer; position: relative; }
.cntr label i {position: absolute; top:10px; right: 10px; font-size: 25px; }
.cntr .hidden { display: none; }
.cntr .productos_tipos{ width: 80px; height: 80px; background: red; display: block; }
.cntr .productos_tipos.productos_tipos-1 { margin: 0 auto; background: url(../img/CIL_02.png) top center; background-size: 50px 50px; border: 15px solid #fff; }
.cntr .productos_tipos.productos_tipos-2 { margin: 0 auto; background: url(../img/TAN_02.png) top center; background-size: 80px 80px; }
.cntr .productos_tipos.productos_tipos-3 { margin: 0 auto; background: url(../img/EST_02.png) top center; background-size: 80px 80px; }
.cntr input:checked+.productos_tipos.productos_tipos-1 { background: url(../img/CIL_01.png) top center; background-size: 50px 50px; border: 15px solid #fff; }
.cntr input:checked+.productos_tipos.productos_tipos-2 { background: url(../img/TAN_01.png) top center; background-size: 80px 80px; }
.cntr input:checked+.productos_tipos.productos_tipos-3 { background: url(../img/EST_01.png) top center; background-size: 80px 80px; }
/***************LOGIN***************/
.login-container {height: 100%; align-content: center; }
.login-container .card { max-width: 400px; min-height: 370px; margin-top: auto; margin-bottom: auto; background-color: rgba(16, 21, 34, 0.58) !important; }
.login-container .card-header h3 { color: #fff;}
.login-container .input-group-prepend span { width: 40px; background-color: #db252b; color: #fff; border:0 !important;}
.login-container input:focus { outline: 0 0 0 0 !important; box-shadow: 0 0 0 0 !important; }
.login-container .remember { color: #fff; }
.login-container .remember input { width: 20px; height: 20px; margin-left: 15px; margin-right: 5px; }
.login-container .login_btn { color: #fff; background-color: #db252b; width: 160px; border: 2px solid #ea181f; border-radius: 50px; }
.login-container .login_btn:hover { color: #fff; background: none; }
.login-container .links { color: #fff; }
.login-container .links a{ margin-left: 4px; }
.login-container .validation { color: red; display: none; font-weight: 400; font-size: 13px; }
.login-container form input{ text-transform: uppercase; }
#txt_folio { text-transform: uppercase; }
/***************REGISTRO***************/
.mask { background: rgba(12, 95, 149, 0.69); position: fixed; width: 100%; height: 100%; }
#intro_ p { color: #ebebeb; font-weight: 700; font-size: 20px;     text-align: center;}
#intro_ .intro-container { padding-top: 180px; }
#intro_ .card-header{ text-align: center; }
.login-container .card-registro { max-width: 980px; height: auto;}
.opt_container{ font-size: 15px; color: #ebebeb; text-align: center;}
.login-container .card-registro .input-group-append span { width: 40px; background-color: #db252b; color: #fff; border:0 !important;}
.login-container .card-registro input[disabled] { background: #a8aaab; }
.mini-loading { display: none; z-index: 999; width: 15px; height: 15px; top: 0; right: 0; border: 3px solid #ffffff; border-radius: 50%; border-top: 3px solid #db252b; animation: spinner-uno 1s linear infinite; -webkit-animation: spinner-uno 1s linear infinite; }
@-webkit-keyframes spinner-uno { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg) } }
@keyframes spinner-uno { 0% { transform: rotate(0deg) } 100%{ transform:rotate(360deg) } }
.login-container .card-registro .validation { background: rgba(255, 255, 255, 0.58); margin-top: 10px; }
#num_domicilio_container .option-input {margin-right: 40px;}
#num_domicilio_container .option-input::before { height: 40px; width: 40px; position: absolute; display: inline-block; font-size: 26.6666666667px; text-align: center; line-height: 40px; top: 0px; left: 0px; color: #db252b;}
#num_domicilio_container .option-input:checked::before {color:#fff !important; }
.option-input._char_1::before { content: '\0031'; }
.option-input._char_2::before { content: '\0032'; }
.option-input._char_3::before { content: '\0033'; }
.option-input._char_4::before { content: '\0034+'; }
#casa_cuenta_container label, #servicios_container label{ padding-right: 20px; }
#casa_cuenta_container .option-input, #casa_cuenta_container .option-input {margin-right: 5px;}
#confirmar_modal .modal-header, #confirmar_modal .modal-footer { padding: 6px 12px; }
#confirmar_modal .modal-title { font-size: 20px; }
#confirmar_modal .modal-dialog{ max-width: 900px; }
#confirmar_modal #checkbox_priv.disabled { color: #a0a0a0; }
#confirmar_modal input.option-input[disabled] { background: #a0a0a0; }
.cntr2 label { cursor: pointer; }
.cntr2 .hidden { display: none; }
.cntr2 .productos_tipos{ width: 80px; height: 80px; background: red; display: block; }
.cntr2 .productos_tipos.productos_tipos-1 { margin: 0 auto; cursor: pointer; background: url(../img/CIL_04.png) top center; background-size: 50px 50px; border: 15px solid #0e4986; }
.cntr2 .productos_tipos.productos_tipos-2 { margin: 0 auto; cursor: pointer; background: url(../img/TAN_04.png) top center; background-size: 80px 80px; }
.cntr2 .productos_tipos.productos_tipos-3 { margin: 0 auto; cursor: pointer; background: url(../img/EST_04.png) top center; background-size: 80px 80px; }
.cntr2 input:checked+.productos_tipos.productos_tipos-1 { background: url(../img/CIL_03.png) top center; background-size: 50px 50px; border: 15px solid #e33629; }
.cntr2 input:checked+.productos_tipos.productos_tipos-2 { background: url(../img/TAN_03.png) top center; background-size: 80px 80px; }
.cntr2 input:checked+.productos_tipos.productos_tipos-3 { background: url(../img/EST_03.png) top center; background-size: 80px 80px; }
/***************RECUPERAR CONTRA***************/
.login-container .card-recuperar_contra { width: 390px; height: auto;}
/***************CONFIRMAR CONTRA***************/
.login-container .card-confirmar_contra { width: 390px; height: auto;}
.login-container .card-confirmar_contra .login_btn { width: 240px; }
/**********************************************/
.go_btn { color: #db252b; background-color: transparent; width: 160px; border: 2px solid #db252b; border-radius: 50px; text-transform: uppercase; }
.go_btn:hover { color: #fff; background-color: #db252b; }
#cerrar_sesion_menu { display: none; }
.show_mobil { display: none; }
.ver_ticket { color: #0c5f95; text-decoration: underline; cursor: pointer; }
.ver_ticket:hover { color: #0c5f95; }
#pregunta_container { color:#000; }
#pregunta_container span, #pregunta_container label { cursor: pointer; }
#body_modal_confirmar .img_acertijo { text-align: center; }
#body_modal_confirmar .img_acertijo img { max-width: 600px; width: 100%; }
.cont_number { margin-left: 50px; text-align: right; display: block; width: 100px; }
.cont_number .number_pelotas { width: 60px; }
.cont_number .guardar_numero_p { background: none !important; color: green !important; padding: 0 !important; border: none !important; margin: 0 !important; transition: none !important; letter-spacing: normal !important; line-height: normal !important; outline-color: transparent !important;}
.cont_number .guardar_numero_p .mini-loading { border-top: 3px solid green; }
.play-btn { color: #c4302b; font-size: 1em; line-height: 0; }
.play-btn:hover, .play-btn:active, .play-btn:focus { color: #ff2b23; }
._mostrar_como { font-size: 0.85em; font-weight: bold; color: red;}
/**********************RESPONSIVO**************************/
@media (max-width: 991px) {
	#cerrar_sesion_menu { display: block; }
	#login_menu i{ display: none; }
	.cont_number { margin-left: 0px; }
}
@media (max-width: 767px) {
	#about img{ max-width: 100% !important; }
	#contact { padding-top: 30px; }
	.section-header { margin-bottom: 30px; }
	.section-header h2 { font-size: 24px; }
	.cntr label { margin-right: 0 !important; }
	#container_listado_folios { overflow: auto; max-height: 500px; }
	#footer_btn { text-align: right; background: #101522; padding-right: 30px; }
	#footer_btn a { position: relative; bottom: auto; right: auto; display: inline-block; margin-bottom: 15px; }
	#intro_ .intro-container { padding-top: 100px; }
	#envio_datos { padding-bottom: 60px; }
	#avisos_priv{padding-bottom: 30px;}
	.sk-chase{ left: calc(50% - 30px); top: calc(50% - 30px); }
	.show_mobil { display: block; }
	.hide_mobil { display: none; }
}