/*
/*
Template Name: Event HTML TEMPLATE
Author: yaminncco

Colors:
	Body 		  : #444
	Headers 	: #0b0f28
	Primary 	: #201f41
	Dark 		  : #000
	Grey 		  : #F9F9FA #DADADA

Fonts:

Table OF Contents
------------------------------------
GENERAL
LOGO
NAVIGATION
HOME
ABOUT
GALERY
SPEAKERS
EVENTS
SPONSORS
CONTACT
CTA
FOOTER
BLOG
RESPONSIVE
------------------------------------*/

/*=========================================================
	GENERAL
===========================================================*/

/*----------------------------*\
	typography
\*----------------------------*/


body {
  font-family: 'Space Mono', monospace;
  font-size: 16px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 15px;
  color: #0b0f28;
  font-weight: 700;
}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

.lead {
  font-size: 20px;
}

a {
  color: #0b0f28;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #201f41;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-btn {
  display: inline-block;
  padding: 14px 50px;
  background: #201f41;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.main-btn:hover, .main-btn:focus {
  color: #FFF;
  opacity: 0.8;
}

.input {
  height: 40px;
  width: 100%;
  border: 2px solid #dadada;
  padding: 0px 15px;
  border-radius: 2px;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

textarea.input {
  height: 90px;
  padding: 15px;
}

.input:focus {
  border-color: #201f41;
}

/*----------------------------*\
	Section
\*----------------------------*/

.section {
  position: relative;
  padding: 90px 0px;
}

.sectionnube{
    
    position: relative;
  padding-top: 90px;
    padding-bottom: 90px;
    z-index: 98;
    
}



.section-bg {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
     position: absolute;
    height: 720px;
}

.section-bg-2 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: #100966;
  z-index: -1;
     position: absolute;
    height: 720px;
 
	color: #fff;
	background: linear-gradient(-45deg, #100966, #FD2A91, #FD2A91, #100966);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}





.section-title {
  text-align: center;
  margin-bottom: 65px;
}

.section-title .title {
  position: relative;
  font-weight: 700;
  font-size: 48px;
line-height: 60px;
  overflow: hidden;
}


.section-title h4{
    font-size: 21px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
    
}

.section-title-2 h4{
    font-size: 21px;
     line-height: 30px; 
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: -90px;
     text-align: center;
  margin-bottom: 65px;
    
}


@media only screen and (max-width: 767px) {
.section-title .title {
font-size: 36px;
line-height: 45px;    }
    
    
    .section-title-2 h4{
    font-size: 18px;
        line-height: 30px; 
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: -90px;
     text-align: center;
  margin-bottom: 65px;
    
}
    
    
}

.margenarriba {margin-top: -120px;}

.margenarribados {margin-bottom: 20px;}

.margenarribatres {margin-bottom: 50px; margin-top: 50px;}

/*=========================================================
	LOGO
===========================================================*/


.navbar-brand {
  padding: 0;
  margin: 10px 0px 0px 0px;
}

.navbar-brand .logo {
  display: inline-block;
}

.navbar-brand .logo>img {
  max-height: 60px;
}

@media only screen and (max-width: 767px) {
  .navbar-brand .logo>img {   
      max-height: 40px;
       margin: 10px 0px 0px 0px;
  }
}

#header.transparent-navbar:not(.fixed-navbar) .navbar-brand .logo .logo-img {
  display: none;
}

#header.fixed-navbar .navbar-brand .logo .logo-alt-img {
  display: none;
}

#header:not(.transparent-navbar) .navbar-brand .logo .logo-alt-img {
  display: none;
}

/*=========================================================
	NAVIGATION
===========================================================*/

#header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #201f41;
  z-index: 80;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header.transparent-navbar {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background-color: #100966;
  border-bottom: 1px solid #201f41;
}

#header.fixed-navbar {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: #100966;
  -webkit-box-shadow: 0px 0px 3px #0003;
  box-shadow: 0px 0px 3px #0003;
  border-bottom: none;
  -webkit-animation: slide-in 0.3s;
  animation: slide-in 0.3s;
    z-index: 99;
   
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.main-nav li a {
  position: relative;
  padding: 30px 15px;
  color: #0b0f28;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header.transparent-navbar .main-nav li a {
  color: #fff;
}

#header.fixed-navbar .main-nav li a {
  color: #FFF;
}

.main-nav li.active a:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
  background: #db2e8e;
}

.main-nav li a:hover, .main-nav li a:focus {
  background-color: transparent;
  color: #db2e8e;
}

#header.transparent-navbar .main-nav li a:hover {
  color: #db2e8e;
}

.navbar-toggle {
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin: 15px;
  padding: 0;
  font-size: 32px;
  color: #0b0f28;
}

#header.transparent-navbar .navbar-toggle {
  color: #fff;
}

#header.fixed-navbar .navbar-toggle {
  color: #fff !important;
}

/* Mobile nav */

@media only screen and (max-width: 767px) {
  .main-nav {
    margin: 0px -15px;
    max-height: 0;
    overflow-y: scroll;
    background-color: #FFF;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .main-nav.open {
    max-height: 500px;
  }
  .main-nav li.active a:after {
    display: none;
  }
  #header.transparent-navbar .main-nav li a {
    color: #0b0f28;
  }
  .main-nav li a:hover, .main-nav li a:focus, .main-nav li.active a {
    background-color: #201f41;
    color: #fff !important;
  }
  .navbar-toggle {
    display: block;
  }
}

/*=========================================================
	HOME
===========================================================*/

#home {
  /* height: 120vh; */
  position: relative;
}

#home .home-wrapper {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  text-align: center;
  /* -webkit-transform: translateY(-50%); */
   /*-ms-transform: translateY(-50%);*/
  /* transform: translateY(-50%); */
}

.home-content h1 {
  font-weight: 900;
  color: #FFF;
}

.home-content h4 {
  color: #FFF;
}

#page-wrapper {
  background-color: #F9F9FA;
}

.page-wrapper-content {
  text-align: center;
}

.titular h2 {
    color: #FFF;
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {  
.titular h2 {  
font-size: 30px;
line-height: 45px;}  
}


@media only screen and (max-width: 420px){
.titular h2 {
       font-size: 21px;
    line-height: 35px;}  
}

/*=========================================================
	ABOUT
===========================================================*/

#numbers {
  margin-top: 60px;
}

.number {
  margin-bottom: 30px;
}

.number h3 {
  font-size: 42px;
  margin-bottom: 0px;
  color: #201f41;
}

.number p {
  text-transform: uppercase;
  color: #0b0f28;
}

.about-content {line-height: 27px;font-size: 18px;}
/*=========================================================
   Speakers section  
===========================================================*/

#speakers {
    background: #ffffff;
}



#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*=========================================================
	GALERY
===========================================================*/

#galery-owl .owl-item .galery-item {
  opacity: 0.5;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s transform, 0.6s opacity;
  transition: 0.6s transform, 0.6s opacity, 0.6s -webkit-transform;
}

#galery-owl.owl-theme .owl-item.active+.owl-item .galery-item {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#galery-owl.owl-theme .owl-item.active .galery-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#galery-owl.owl-theme .owl-nav {
  margin-top: 0px;
}

#galery-owl.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  color: #201f41;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

#galery-owl.owl-theme .owl-prev {
  left: 15px;
}

#galery-owl.owl-theme .owl-next {
  right: 15px;
}

/*=========================================================
 Faq section 
===========================================================*/

#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;

    
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}




/*** 

====================================================================
	Alerta
====================================================================

***/

.chequeado {
    text-align: left;
    color: #3c763d;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 25px;
    display: none;
    background-color: #cce4c2;
    padding: 10px;
    border: 1px solid #d6e9c6;
    border-radius: 3px;
}




/*=========================================================
	 schedule section 
===========================================================*/

#schedule h4 {
    color: #201f41;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

#schedule .panel-title h3 {
  margin-bottom: 0px;
 margin-left: -15px;
    font-size: 26px;
    line-height: 34px;
}

#schedule .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#schedule span {
    font-size: 14px;
    color: #f34eb9;
}



.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
    width: 33.33333%;     
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
    font-size: 21px;
}


.nav-tabs > li > a:hover {
  background-color: transparent;
       font-size: 21px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #201f41;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
       font-size: 21px;
}
.tab-content {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
    .tab-content {
  padding:0px;
}
    
}


 #schedule img {
     border-radius: 50%;
    padding-bottom: 32px;
     margin: 0 auto;
     
  }




.thumbnail-area {
  border: 2px solid #ffffff;
  padding: 5px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
 }
  .thumbnail-area:hover, .thumbnail-area:focus {
    border-color: #db2e8e; }






.single-schedule-area {   
    border: 1px solid #d9d9d9;
    padding: 25px;
margin-bottom: 25px;


}

.single-schedule-area:hover {
    border: 2px solid #db2e8e;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;


}



#accordion a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #f81ac1;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";    
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 700;
    color: #f81ac1;
    text-align: center;
    position: absolute;
    right: -15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}

#accordion .panel-body{

    border: none;
    font-size: 13px;
    color: #615f5f;
    line-height: 18px;
}

.accordiontext p {
        color: #f81ac1;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 13px;
    line-height: 21px;
    
}







/*=========================================================
	SPEAKERS
===========================================================*/

#speakers {
  background-color:#562193;
}

.speaker {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.speaker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(32, 31, 65, 0.26);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.speaker:hover:after {
  opacity: 0.8;
}

.speaker .speaker-img>img {
  width: 100%;     
}

.speaker .speaker-body {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.speaker .speaker-content {
  position: relative;
  padding: 15px;
  background: #ffffff;
  text-align: left;
  z-index: 21;
    height: 95px;
}




.tech:hover {
      background: #ff6b31;
    opacity: 0.95;
    height: 140px; 
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.iot:hover {
      background: #f057ef;
    opacity: 0.95;
    height: 140px; 
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.apps:hover {
      background: #ffd101;
    opacity: 0.95;
    height: 140px; 
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.rvirtual:hover {
      background: #01ebd2;
    opacity: 0.95;
    height: 140px; 
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.vgame:hover {
      background: #2abaff;
    opacity: 0.95;
    height: 140px; 
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.inteligencia:hover {
      background: #a1eb18;
    opacity: 0.95;
    height: 140px; 
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.inst:hover {
      background: #6f74ef;
    opacity: 0.95;
    height: 140px; 
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}



.speaker .speaker-content>h2 {
  color: #201f41;
   font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 21px;

}

.speaker .speaker-content>span {
  color: #ffffff;
    font-size: 16px;
    bottom: 20px;
    position: absolute;
    font-weight: 400;
    z-index: -2;
}


.speaker .speaker-social {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.speaker .speaker-social>a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background: #201f41;
  z-index: 15;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.speaker .speaker-social a+a {
  margin-left: -4px;
  border-left: 1px solid #f8f8ff33;
}

.speaker .speaker-social a:hover {
  opacity: 0.8;
}

.speaker:hover .speaker-social {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*----------------------------*\
	Speaker Modal
\*----------------------------*/

.speaker-modal .modal-dialog {
  width: 100%;
  max-width: 970px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.speaker-modal .modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.speaker-modal .speaker-modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #201f41 !important;
  border-radius: 50%;
  padding: 0;
  color: #FFF;
  border: none;
  font-size: 24px;
  z-index: 50;
}


.speaker-modal .speaker-modal-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}

.speaker-modal .modal-body {
  padding: 30px;
}

.speaker-modal .speaker-modal-img>img {
  width: 100%;
}

.speaker-modal .speaker-modal-content .speaker-name {
  display: inline-block;
  margin-right: 15px;
    margin-top: 20px;
}

.speaker-modal .speaker-modal-content .speaker-job {
  color: #201f41;
}

.speaker-modal .speaker-modal-content .speaker-social {
  margin-top: 30px;
  margin-bottom: 30px;
}

.speaker-modal .speaker-modal-content .speaker-social>a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  background: #201f41;
  color: #fff;
  margin-right: 5px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.speaker-modal .speaker-modal-content .speaker-social>a:hover {
  opacity: 0.8;
}

.speaker-modal .speaker-modal-content .speaker-website {
  margin-top: 30px;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event+.speaker-event {
  margin-top: 30px;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event>span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event>span strong {
  color: #201f41;
}/*----------------------------*\
	Speaker Modal
\*----------------------------*/


.bs-example .speaker-modal-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}



.bs-example .speaker-modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #201f41 !important;
  border-radius: 50%;
  padding: 0;
  color: #FFF;
  border: none;
  font-size: 24px;
  z-index: 50;
}

.bs-example .modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bs-example .speaker-modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #201f41 !important;
  border-radius: 50%;
  padding: 0;
  color: #FFF;
  border: none;
  font-size: 24px;
  z-index: 50;
}


.bs-example .speaker-modal-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}



@media only screen and (max-width: 767px) {
    
.speaker-modal .speaker-modal-close {
  position: absolute;
  right: 20px;
  top: -15px;

}
    
    
}

@media only screen and (max-width: 321px) {
    
.speaker-modal .speaker-modal-close {
  position: absolute;


}

    .speaker-modal .modal-dialog{        
            max-width: 300px;
    }    
    
    
}


/*=========================================================
tag ball
===========================================================*/
.tagBall{width:900px;height:500px;margin:0 auto;position:relative;}
.tag{display:block;position:absolute;left:0px;top:0px;color:#000;text-decoration:none;font-size:15px;font-weight:bold;}
 .tag:hover{text-decoration: none;}


/*=========================================================
COUNT
===========================================================*/


.time {
  color: #db2e8e;
  font-size: 6em;
     margin: 0;
      text-align: center;
  
}
.label {
  font-size: 2em;
  display: block;
  color: #db2e8e;
    margin: 0;
      text-align: center;
}
.countertime {
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-top: 60px;

    
}



/*=========================================================
	EVENTS
===========================================================*/

.event {
  position: relative;
}

.event+.event {
  margin-top: 60px;
}

.event:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: #201f41;
}

.event:last-child:after {
  height: 60px;
}

.event+.event:before {
  content: "";
  position: absolute;
  left: 60px;
  height: 60px;
  top: -60px;
  width: 4px;
  background-color: #201f41;
}

.event .event-day {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #201f41;
  z-index: 10;
}

.event .event-hour {
  position: absolute;
  left: 62px;
  top: 60px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #201f41;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event .event-day>div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event .event-day .day {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.event .event-day .year {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
}

.event .event-content {
  padding-left: 160px;
  min-height: 120px;
}

.event .event-time {
  font-size: 14px;
}

.event .event-time i {
  color: #201f41;
}

.event .event-content a {
  color: #201f41;
}

.download-btn {
  margin-top: 60px;
  text-align: center;
}

/*=========================================================
	SPONSORS
===========================================================*/

.sponsor {
  display: block;
  opacity: 0.5;
  margin-bottom: 30px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.sponsor:hover {
  opacity: 1;
}

.sponsor>img {
  width: 100%;
}

/*=========================================================
	CONTACT
===========================================================*/

#contact.section {
  padding-bottom: 0px;
}

.contact {
  text-align: center;
  margin-bottom: 30px;
}

.contact h3 {
  color: #201f41;
}

#map {
  height: 380px;
  margin-top: 60px;
}

/*=========================================================
	CTA
===========================================================*/

.cta-content h2 {
  font-size: 42px;
  color: #FFF;

}

.cta-content p {
  color: #fff;
}

.cta-content .video-play {
    display: inline-block;
    height: 150px;
    width: 150px;
    margin: 0px auto 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    font-size: 56px;
    color: #ffffff;
    cursor: pointer;
    background: transparent;
    border: 14px solid;
}

/*=========================================================
	FOOTER
===========================================================*/

#footer {
  padding: 60px 0px;
}

.footer-brand {
  text-align: center;
}

.footer-brand .logo>img {
  max-height: 120px;
}

.copyright {
  height: 50px;
  line-height: 50px;
}

.contact-social {
  text-align: center;
  margin: 35px 0px;
}

.contact-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #1b1464;
  color: #fff;
  line-height: 30px;
  margin-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contact-social a:hover {
  opacity: 0.8;
}

/*=========================================================
	BLOG
===========================================================*/

.blog {
  position: relative;
}

.blog+.blog {
  margin-top: 60px;
}

.blog:last-child {
  margin-bottom: 60px;
}

.blog .blog-img {
  margin-bottom: 30px;
}

.blog .blog-img>img {
  width: 100%;
}

.blog .blog-meta {
  margin-bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
}

.blog .blog-meta .blog-day {
  display: inline-block;
  margin-right: 15px;
}

.blog .blog-meta .blog-tags {
  display: inline-block;
  text-transform: uppercase;
}

.blog .blog-meta .blog-tags li {
  display: inline-block;
  margin-right: 5px;
}

.blog .blog-meta .blog-tags li:first-child {
  font-weight: 700;
  color: #0b0f28;
}

.blog .blog-content .read-more {
  display: inline-block;
  padding: 7px 14px;
  background: #201f41;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.blog .blog-content .read-more:hover, .blog .blog-content .read-more:focus {
  opacity: 0.8;
  color: #fff;
}

.blog .blog-share {
  margin: 30px 0px 60px;
}

.blog .blog-share li {
  display: inline-block;
  margin-right: 5px;
}

.blog .blog-share li:first-child {
  line-height: 30px;
  font-weight: 700;
  color: #0b0f28;
}

.blog .blog-share li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #201f41;
  color: #FFF;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.blog-share li a:hover {
  opacity: 0.8;
}

.blog .blog-comments .media {
  margin-top: 30px;
}

.blog .blog-comments .media .media-left {
  padding-right: 30px;
}

.blog .blog-comments .media .media-left .media-object {
  width: 90px;
  border-radius: 50%;
}

.blog .blog-comments .media .media-heading {
  margin-bottom: 30px;
}

.blog .blog-comments .media .media-heading h4 {
  margin-bottom: 10px;
}

.blog .blog-comments .media .media-heading .date {
  font-size: 12px;
}

.blog .blog-comments .media .media-heading .reply-btn {
  margin-left: 10px;
  color: #201f41;
}

.blog .blog-reply {
  margin-top: 60px;
}

.blog .blog-reply form {
  margin-top: 30px;
}






/*=========================================================
FORM
===========================================================*/


.form-group {
  position: relative;
    margin-bottom: 25px;
}
.form-slider-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
  opacity: 0.98;
  background-color: #f9f9f9;
  display: inline-block;
  height: auto;
  padding: 40px 30px 40px 30px;
  width: 80%;
  z-index: 1000003;
    margin-top: 60px;
    
}
.form-slider-wrapper h1 {
  margin-top: 0;
}
.form-slider-wrapper h3 {
  margin: 0;
}
.form-slider-wrapper h3:after {
  display: none;
}
.form-slider-wrapper hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  margin: 20px 0;
}
.form-slider-wrapper .btn {
  font-size: 18px;
  padding: 15px;
  width: 100%;
  position: relative;
    border-radius: 0px;
}
.form-slider-wrapper figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#form-one-field .form-control {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius: 0px;
  font-size: 18px;
  padding: 20px;
}
#form-one-field .btn {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 21px;
}
#form-one-field.hide .input-group {
  display: none;
}
#form-one-field #form-one-field-status {
  line-height: 60px;
}

form #form-status {
  color: #fff;
  line-height: 45px;
  position: relative;
  top: -10px;
}
form #form-status #valid {
  position: relative;
  top: -10px;
}
form #form-status #valid .icon {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
form #form-status #invalid {
  color: red;
  position: relative;
  top: -10px;
}
form label.error {
  background-color: red;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
form label.error:before {
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent red transparent;
  content: "";
  height: 0px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 0px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], textarea, .form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: inherit;
  padding: 12px;
    border: 1px solid #d2d4d6;
    margin-bottom: 25px;
    
}
input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="number"]:focus, input[type="number"]:active, textarea:focus, textarea:active, .form-control:focus, .form-control:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }


/*=========================================================
FECHA
===========================================================*/
#home .row .fecha {padding-top: 20px; padding-bottom: 10px; background-color: #0f1256; width: 50%; margin: 0 auto; }
#home .row .fecha h2{font-family: courier new,monospace; font-size: 60px; color: #0f1256; color: #ffffff; line-height: 40px;}
#home .row .fecha h3{font-family: courier new,monospace; font-size: 30px; color: #0f1256; color: #ffffff;line-height: 20px; letter-spacing: -1px;}
/*=========================================================
TIC LOGO
===========================================================*/
.ticlogo {width: 85%; padding:15px; margin: 0 auto,;}
.ticlogodos {margin-top: 10px; margin-bottom: 10px}

/*=========================================================
	RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
    

  .contact-social {
    text-align: center;
    margin: 30px 0px;
  }
  .copyright {
    display: block;
    text-align: center;
  }
    
        #home {
  /* height: 180vh; */
  /* position: relative; */
}
    
    #home .row .fecha {padding-top: 20px; padding-bottom: 10px; background-color: #0f1256; width: 80%; margin: 0 auto; margin-bottom: 40px; }
#home .row .fecha h2{font-family: courier new,monospace; font-size: 60px; color: #0f1256; color: #ffffff; line-height: 40px;}
#home .row .fecha h3{font-family: courier new,monospace; font-size: 30px; color: #0f1256; color: #ffffff;line-height: 20px; letter-spacing: -1px;}   
    
.ticlogo {width: 80%; padding:25px;}
.ticlogodos {margin-top: 15px; margin-bottom: 10px;}
        .form-slider-wrapper {
    bottom: 0;
    position: relative;
    width: 100% !important;
          margin-top: 20px;
  }
}
    
}

@media only screen and (max-width: 767px) {
    
    
  .home-content h1 {
    font-size: 31px;
  }
  .page-wrapper-content h1 {
    font-size: 31px;
  }
  .event .event-day {
    width: 90px;
    height: 90px;
  }
  .event .event-content {
    padding-left: 115px;
  }
  .event .event-day .day {
    font-size: 31px;
    line-height: 31px;
  }
  .event .event-hour {
    left: 47px;
  }
  .event:after {
    left: 45px;
  }
  .event+.event:before {
    left: 45px;
  }
    
    #home {
  position: relative;
}
    
/*=========================================================
FECHA
===========================================================*/
#home .row .fecha {padding-top: 20px; padding-bottom: 10px; background-color: #0f1256; width: 80%; margin: 0 auto; margin-bottom: 40px; }
#home .row .fecha h2{font-family: courier new,monospace; font-size: 60px; color: #0f1256; color: #ffffff; line-height: 40px;}
#home .row .fecha h3{font-family: courier new,monospace; font-size: 30px; color: #0f1256; color: #ffffff;line-height: 20px; letter-spacing: -1px;}   
    
.ticlogo {width: 100%; }
.ticlogodos {margin-top: 15px; margin-bottom: 15px;}
    
    
    .form-slider-wrapper {
    bottom: 0;
    position: relative;
    width: 100% !important;
          margin-top: 20px;
  }
}

.form-slider-wrapper h1{font-size: 30px;}


@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 50%;
  }
    


    
.ticlogo {width: 100%; margin-top: 10px;margin-bottom: 5px;}
    
#home {
  position: relative;
}
    
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
    font-size: 16px;
}


.nav-tabs > li > a:hover {
  background-color: transparent;
       font-size: 16px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #201f41;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
       font-size: 16px;
}}




