body{
	font-family: 'Monserrat', sans-serif;
}


p{
	font-size: 18px;
}

.logo-2{
	max-width: 85px;
	margin-right: 10px;
}

.hidden{
	display: none;
}

.banner-section-outer{
	/*background-image: url('../images/ifis-fondo1.jpg');*/
}

.banner-section-outer.header2{
	background-image: url('../images/fondo2.jpg');
}

.bars{
	background-image: url('../images/bars.jpg');
	background-size: cover;
	height: 38px;
}

.vegas-content-scrollable{
	overflow: hidden;
}

header{
	padding-top: 20px;
}

.main_header{
	background: #FFF;
	padding: 15px;
}

#vegasSliderInner{
	max-width: 350px;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    padding: 10px 20px;
}

.navbar-brand{
	max-width: 220px;
}

.navbar-nav .nav-item a{
	color: #000 !important;
	font-size: 16px;
}

.navbar-nav .nav-item a:hover{
	color: #2B73B7;
}

.navbar-nav li {
    margin: 0 10px;
}

.nav-register{
	border: 1px solid #000;
	border-radius: 15px;
	padding: 5px 25px !important;
}

.nav-item{
	position: relative;
	display: block;
}

.nav-item ul{
	display: none;
	position:absolute;
	left: 0;
	top: 20px;
	width: 200px;
	padding: 10px 0;
	text-align: left;
}

.nav-item:hover ul {
	display: block;
}

.nav-item ul{
	background-color: #CCC;
}

.nav-item ul li{
	padding: 10px;
    margin: 0;
    border-bottom: 1px solid #DDD;
}

.last_list a{
	color: #000;
}

.last_list a.active{
	text-decoration: underline;	
}

.btn_wrapper .getstarted_btn{
	background-color: #212B60;
	border-radius: 15px;
	padding: 15px 55px;
}

.btn_wrapper .about_btn{
	font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    padding: 15px 74px;
    text-align: center;
    color: #03145C;
    display: block;
    border: 1px solid #03145C;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    max-width: 420px;
    margin: 10px auto;
}

.btn_wrapper .register_btn{
	font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    padding: 15px 74px;
    text-align: center;
    color: #FFF;
    display: block;
    background: #004B81;
    border: 1px solid #03145C;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    max-width: 420px;
    width: 90%;
    margin: 10px auto;
}

.text-content{
	margin: 30px 0;
}

.text-content span{
	display: block;
	font-size: 14px;
}

.sign_up-section{
	background: #FFF;
	padding: 10px 0;
}

.evt-dates{
	background-color: #2A73B7;
	width: 100%;
	max-width: 600px;
	border-radius: 25px;
	margin: 80px auto;
    color: #FFF;
	padding-bottom: 20px;
}

.evt-dates span{
	width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    background: #212B60;
    border-radius: 25px 25px 0 0;
    padding: 10px;
	margin-bottom: 20px
}

.evt-dates h3{
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding-left: 20px;
	color: #FFF;
}

.evt-dates p{
	color: #FFF;
	padding-left: 20px;
}

.footer-section{
	background: #FFF;
	text-align: center;
}

.bottom-portion{
	background: #FFF;
	border: none;
}

.bottom-portion a{
	color: #FFF;
	font-size: 20px;
}

h2{
	color: #0050AD;
	text-decoration: underline;
	text-decoration-color: #30C5FD;
	font-size: 28px;
	text-align: center;
}

h3{
	color: #024FAE;
	font-size: 26px
}

h4{
	font-weight: 400;
	margin-top: 20px;
}

summary{
	color: #0050AD;
	text-decoration: underline;
	text-decoration-color: #30C5FD;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Jost';
	text-align: center;
}


.pregunta{
	text-transform: uppercase;
}

.minor{
	font-size: 16px;
	margin-bottom: 0;
}

.reminor{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.toupper{
	text-transform: uppercase
}

.our_process_section{
	padding-top: 70px;
}

.our_process_box_content{
	background: none;
	text-align: center;
}

.our_process_box_content .process_box_heading{
	padding: 0;
}

.poi{
	margin-top: 40px;
}

.details li{
	list-style: disc;
	margin-left: 20px;
}

.details li::marker{
	color: #30C5FF;
}

table th{
	text-align: center;
}

table td{
	padding: 0 5px;
}

.table-details{
	width: 80%; 
	margin: auto;
}

.send_message_form_box_content input{
	width: 100%;
}

.send_message_form_box_content textarea{
	width: 100%;
}

.error{
	color: #FF0000;
}

/* ENTRADAS */

.entradas{
    background: #004B81;
    padding: 10px;
}

.entradas li{
	margin-bottom: 10px;
}

.entradas li a{
	color: #FFF;
}

.entrada .nombre{
	font-weight: bold;
}

.entrada p{
	padding-left: 10px;
	margin-bottom: 0;
}

.number span{
	cursor: pointer; 
	display: inline-block;
	font-size: 26px;
}

.minus, .plus{
	width: 30px;
	height: 35px;
	line-height: 30px;
	background:#f2f2f2;
	border-radius:4px;
	border:1px solid #ddd;
  	display: inline-block;
  	vertical-align: middle;
	text-align: center;
}

.number input{
	height:34px;
 	width: 50px;
    text-align: center;
    font-size: 26px;
	border:1px solid #ddd;
	border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}

.entrada{
	margin-bottom: 8px;
	border-bottom: 1px solid #004B81;
}

.entrada:last-of-type{
	border-bottom: none;
} 

.ticket-container{
	width: 90%;
	max-width: 500px;
	margin: auto;
	padding-bottom: 5px;
	-webkit-box-shadow: 7px 7px 20px 10px rgba(204,204,204,1);
	-moz-box-shadow: 7px 7px 20px 10px rgba(204,204,204,1);
	box-shadow: 7px 7px 20px 10px rgba(204,204,204,1);
}

.ticket-container h3{
    color: #FFF;
    background: #004B81;
    font-size: 14px;
    text-align: center;
}

.tabcontent {
	display: none;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.sponsors{
	text-align: center;
}

.sponsors h3{
	color: #000;
}

.sponsors-cat{
    width: 270px;
    color: #FFF;
    padding: 8px 35px;
    border-radius: 20px;
    margin: 30px auto;
}

.sponsors-cat.jade{
    background: #00A86B;
}

.sponsors-cat.platinum{
    background: #95A9BF;
}

.sponsors-cat.gold{
    background: #EFBF04;
}

.sponsors-cat.silver{
    background: #C4C4C4;
}

.galeria{
	text-align: center;
}

.galeria h3{
	color: #000;
}

.galeria-elements{
	display: flex;
	flex-wrap: wrap;
}

.thumb{
    width: 31%;
    margin: 10px 1%;
	height: 280px;
}

.thumb img{
	height: 100% !important;
}

.symbol{
	margin-top: 100px;
	background: #202A5F;
	color: #FFF;
	padding: 50px 0;
}

.symbol h3{
	text-align: center;
	color: #FFF;
}

.symbol p{
	color: #FFF;
}

.symbol a{
	color: #E6B032;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
	from {opacity: 0;}
  	to {opacity: 1;}
}

/* ENTRADAS end*/

/* TIMELINE */

ul, li {
	list-style: none;
 	 padding: 0;
}

.sessions li {
	padding-bottom: 1.5rem;
  	border-left: 2px solid #30C5FD;
  	position: relative;
 	padding-left: 20px;
  	margin-left: 10px;
  
  	&:last-child {
    	border: 0px;
    	padding-bottom: 0;
  	}
  
  	&:before {
    	content: "";
    	width: 12px;
    	height: 12px;
    	background: #30C5FD;
    	border: 1px solid #30C5FD;
    	border-radius: 50%;
    	position: absolute;
    	left: -7px;
    	top: 0px;
  	}

  	&:last-child:before {
    	left: -5px;
  	}
}

.sessions p{
	position: relative;
	top: -10px;
}

.footer-section .navbar-nav{
	padding-left: 0 !important;
	margin-bottom: 50px;
}

.footer-section .navbar-expand-lg .navbar-collapse{
	justify-content: center;
}

.footer-section .navbar-nav a{
	color: #202A5F !important;
}

/* TIMELINE end */

/* CLOCK */

#clock{
	display: flex;
	justify-content: center;
}

.tz_meetup_countdown_time{
	background-color: #8A8A8A;
	color: white;
	padding: 1% 3%;
	margin: 0 5px 50px 5px;
	border-radius: 50%;
	-webkit-box-shadow: 5px 7px 12px 1px #959595; 
	box-shadow: 5px 7px 12px 1px #959595;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 150px;
}

.tz_meetup_countdown_time span{
	font-size: 50px;
	line-height: 100px
	font-weight: bold;
}

.tz_meetup_countdown_time b{
	font-size: 20px;
	font-weight: normal;
}

@media screen and (min-width:700px) {

	.tz_meetup_countdown_time{
		font-size: 50px;
		padding: 1% 3%;
	}
	.tz_meetup_countdown_time b{
		font-size: 30px;
	}
}

/* CLOCK end*/

@media screen and (min-width: 1440px) {
    .banner-section {
        padding: 450px 15px 70px;
    }
    
    .header2 .banner-section {
        padding: 350px 15px 70px;
    }

	.banner-section .banner-section-content {
        padding-top: 70px;
    }

    .navbar-nav li {
        margin: 0px 16px !important;
    }
	
	.logo-2{
		max-width: 90px;
	}
}


@media screen and (max-width: 1440px) {
    .banner-section {
        padding: 350px 15px 70px;
    }
    
    .banner-section .banner-section-content {
        padding-top: 70px;
    }
}

@media screen and (max-width: 991px) {
	.banner-section{
		padding: 190px 0 50px;
	}

	.banner-section.header2{
		padding: 61px 0 50px;
	}
	
	.banner-section.header2 #vegasSliderInner{
		position: relative;
		padding: 5px 20px;
	}
	
    .navbar-collapse {
        background: #212B60;
	}
	
    .navbar-nav .active > a {
        background-color: #2B73B7 !important;
	}

    .navbar-nav .nav-item a:hover {
        background-color: #2B73B7 !important;
    }	
	
	.navbar-nav .nav-item a{
		background-color: #212B60;
		color: #FFF !important;
		width: 200px;
	}
	
	.navbar-nav .nav-item ul li a{
		background-color: #CCC;
		padding: 8px 30px !important;
	}

	.nav-item ul{
		display: block;
		top: 50px;
	}
	
	.nav-item ul li{
		padding: 5px;
	}
	
	.footer-section .navbar-collapse{
		width: 100%;
	}
}

@media screen and (max-width:700px) {
	.banner-section-outer{
		/*background-image: url('../images/fondo_movil.jpg');*/
		max-height: 430px;
	}

	.banner-section-outer.header2{
		background-position: center;
		max-height: 260px;
	}

	.table-details{
		width: 100%; 
	}

	.sponsorslarge{
		display: none;
	}

	.sponsorsmobile{
		display: block;
	}
}

@media screen and (min-width: 700px){
    .navbar-nav .active > a{
        color: #202A5F !important;
    }   

	.sponsorslarge{
		display: block;
	}

	.sponsorsmobile{
		display: none;
	}
}