body {
/*  background-image: url(../img/bg.png);
/*  font-family: 'Roboto', verdana; */
  font-family: 'Montserrat-Medium';
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.cabecera {
/*  font-family: 'TitilliumWeb-Light' !important;*/
  color: #012355;
  font-family: 'TitilliumWeb-Regular' !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 1px;
  color: #FFF;
}

p {
  font-size: 17px;
}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

/*cambio de color de los links a paginas*/
a {
  color: #fff;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

/* color de los links cuando el mas esta por ensima-------------------------------------------------------------------------------------*/
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

/*manejo de las letras de el navegador*/
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* Le damos tamaño y color bordes margen al boton*/
.main-btn {
  text-align: center;
  font-size: 22px;
/*  position: relative;*/
  float:left;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 25%;
  padding: 10px 95px;
  background: #009fe3;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 40), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
  width: 50%;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.main-btn:hover {
  border: 1px solid #fff;
}

.main-btn1 {
  text-align: center;
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 95px;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #009fe3;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.main-btn1:hover {
  border: 3px solid #009fe3;
}
.main-btn1.btn-finconv:hover
{
   border: 0px;
}

.aviso-registro .main-btn1
{
     width:100%;
}

#botonagenda {
  margin-bottom: 20px;
}

.main-btn2 {
  /* text-align: center; */
  font-size: 22px;
  display: inline-block;
  padding-left: 95px;
  padding-right: 95px;
  padding-bottom: 45px;
  padding-top: 15px;
  margin-top: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.carousel-indicators li {
  text-indent: -65px;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #009fe3;
  border-radius: 10px;
  color: #282828;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #009fe3;
  color: #fff;
}

#agendas {
  padding-top: 100px;
}

@media (max-width:1000px) {
  #agendas {
    padding-top: 150px;
  }
}

@media (max-width:679px) {
  #agendas {
    padding-top: 200px;
  }
}
.ordult{

  padding-left: 35%;
}
@media(max-width:800px){
  .ordult{

    padding-left: 0;
  }
}
#li-orden{
  padding-left: 145px;
}
@media(max-width:450px){
#li-orden{
  padding-left: 125px;
}
}
/*----------------------------*\
	Section
\*----------------------------*/
.section {
  position: relative;
  weight: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
}

/*manejo del color de las secciones*/
.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: auto;
  z-index: -1;
}

/*Alineacion de los titulos de las secciones*/
.section-title {
  text-align: center;
  margin-bottom: 35px;
}

/*letras del titulo responsivo */
.section-title .title {
  position: relative;
  font-weight: 700px;
  font-size: 55px;
  /* overflow: hidden; */
}

@media(max-width:650px) {
  .section-title .title {
    font-size: 25px;
  }
}
@media(max-width:650px) {
  .section-title .title1 {
    font-size: 20px;
  }
}

/*=========================================================
	LOGO
===========================================================*/
/*posision de la image*/
.navbar-brand {
  padding: 8px;
}

#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;
}

/* tamaño de las imagenes */
.tamaño {
  height: auto;
/*  width: 100%;*/
}


/*=========================================================
	NAVIGATION
===========================================================*/
/* manejo del navbar primario  */
#header {
  position: absolute;
  z-index: 22;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: white !important;
  height: 80px;
}

/* manejo del navbar segundario en movimiento */
#header.transparent-navbar {
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: transparent;
}

/* colores del navbar en movimiento */
#header.fixed-navbar {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  -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;
}

@media(max-width:768px) {
  #header.fixed-navbar {
    height: 80px;
  }
}

/*tamano y color de las letras del menu   */
.main-nav li a {
  position: relative;
  font-size: 22px;
  padding: 30px 10px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media(max-width:768px) {
  .main-nav li a {
    padding: 15px 15px;
  }
}

/*color de las letras del nav*/
#header.transparent-navbar .main-nav li a {
  color: #012355;
}

#header.fixed-navbar .main-nav li a:hover {
  color: #009fe3;
}

/* linea que se activa */
.main-nav li.active a:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
  background: #009fe3;
}

.main-nav li a:hover, .main-nav li a:focus {
  background-color: transparent;
  color: #009fe3;
}

#header.transparent-navbar .main-nav li a:hover {
  color: #009fe3 !important;
}

.navbar-toggle {
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin: 15px;
  padding: 0;
  font-size: 32px;  
}

/* Mobile nav */

/*=========================================================
	HOME
===========================================================*/
#home {
  height: 100vh;
  /* position: absolute; */
}

#home .home-wrapper {
  position: absolute;
  top: 57%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-content h1 {
  text-transform: capitalize;
  font-weight: 900;
  color: #FFF;
}

.home-content h4 {
  color: #fff;
}

#page-wrapper {
  background-color: #009fe3;
}

/*=========================================================
	Dias Horas Minutos Segundos
===========================================================*/
#numbers {
  margin-top: 20px;
}

.number {
  margin-bottom: 5px;
  font-size: 5px;
  margin-bottom: 0px;
}

@media(max-width:768px) {
  .crono1 {
    width: 25%;
    padding-left: 20%;
    margin-top: 0px;
  }

  .crono2 {
    width: 25%;
    padding-left: 70%;
    margin-top: -65px;
  }

  .crono3 {
    width: 25%;
    margin-top: 30px;
    padding-left: 20%;
  }

  .crono4 {
    width: 25%;
    margin-top: -65px;
    padding-left: 70%;
  }

  #calendario {
    font-size: 20px;
  }
}

.color-dhms {
  font-size: 80px;
}

@media(max-width: 1030px) {
  .color-dhms {
    font-size: 40px;
  }
}

@media only screen and (max-width: 798px) {
  .color-dhms {
    font-size: 30px;
  }
}

/*=========================================================
  ACERCA
===========================================================*/
.acerca-contenido {
  color: black;
  text-align: center;
}

@media (max-width:1000px) {
  .acerca-contenido h2 {
    font-size: 20px;
  }

  .acerca-contenido h1 {
    font-size: 25px;
  }
}

@media (max-width:800px) {
  .acerca-contenido h2 {
    font-size: 17px;
  }

  .acerca-contenido h1 {
    font-size: 20px;
  }
}

/*=========================================================
	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: #009fe3;
  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;
}

/* ==============================================================
Contenido
 ============================================================== */

.contenido {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.contenido:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contenido:hover:after {
  opacity: transparent;
}

.contenido .contenido-img {
  background-color: #10122D;
  height: 240px;
  width: 95%;
  border-radius: 10px;
}

#imagen {
  width: 130px;
}

.contenido .contenido-body {
  position: absolute;
  bottom: -20px;
  left: -40px;
  right: -25px;
  transition: 1.5s;
}

.contenido .contenido-body:hover {
  bottom: 5px;
}

.contenido .contenido-content {
  position: relative;
  padding: 31px;
  margin: 30px 30px 20px 30px;
  background: #009fe3;
  border-radius: 20px;
  text-align: center;
  z-index: 20;
}

@media(max-width:1200px) {
  .contenido .contenido-content>h3 {
    font-size: 21px;
  }
}

@media(max-width:768px) {
  .contenido .contenido-content>h3 {
    font-size: 28px;
  }
}

@media(max-width:397px) {
  .contenido .contenido-content>h3 {
    font-size: 20px;
  }
}

/*=========================================================
	SPEAKERS
===========================================================*/

.speaker {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.speaker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.speaker:hover:after {
  opacity: 0.8;
}

.speaker .speaker-img>img {
  width: 100%;
  height: 249px;
}

.speaker .speaker-body {
/*  position: absolute;
  bottom: 0px;*/
  left: 0;
  right: 0;
}

.speaker .speaker-content {
  position: relative;
  padding: 21px 11px;
  background: #009fe3;
  text-align: center;
  z-index: 20;
  height:107px;
}

.speaker .speaker-content>h3 {
  color: #FFF;
}

.speaker .speaker-content>span {
  color: #fff;
}

.speaker .speaker-social {
  position: absolute;
  bottom: 67px;
  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: #009fe3;
  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: 60%;
  height: auto;
  padding-top: 10%;
}

.speaker-modal .logos-social h4 {
  color: #282828;
}

.speaker-modal .speaker-website h4 {
  color: #282828;
}

.speaker-modal .speaker-website a {
  color: #009fe3;
}

.speaker-modal .logos-social .fa {
  color: #282828;
  font-size: 35px;
}

.speaker-modal .logos-social .fa:hover {
  color: #009fe3;
  font-size: 45px;
}

.speaker-modal .modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: justify;
  color: #282828;
}

.speaker-modal .speaker-modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #009fe3 !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;
  color: #282828;
}

.speaker-modal .speaker-modal-content .speaker-job {
  color: #009fe3;
}

.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: #009fe3;
  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: 0px;
}

.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: #009fe3;
}

/*=========================================================
	EVENTS
===========================================================*/

.event-hour-container:after {
  content: "";
  position: absolute;
  left: 45px;
  top: 30px;
  bottom: 0px;
  width: 4px;
  background-color: #009fe3;
  height: 250px;
}

.event:last-child:after {
  height: 60px;
}

.event .event-day {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #009fe3;
  z-index: 10;
}

.event .event-hour {
  position: absolute;
  left: 62px;
  top: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009fe3;
  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: 22px;
  font-weight: bold;
}
.event .event-day .year1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.event .event-content {
  padding-left: 160px;
  min-height: 120px;
  line-height: 17px
  margin-top: 30px;
}

.event-content p, .event-title, .event-principaltitle
{
   color:#282828;
}

.event .event-time {
  font-size: 16px;
      padding-top: 25px;
}

.event .event-time i {
  color: #009fe3;
}

.event .event-content a {
  color: #009fe3;
}

.event-principaltitle
{
  width: 80%;
  font-size: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #009fe3;
  margin: 0px 0px 30px 50px;
}

.event-container
{
  width: 100%;
  height: 250px;
}

.event-hour-container
{
  width: 125px;
  height: 100%;
  float: left;
  position: relative;
}

/* =============================================================
nuevo agenda
================================================================ */

/*=========================================================
	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: #fff;
}

/*=========================================================
	CTA
===========================================================*/
.cta-content h2 {
  font-size: 42px;
  color: #FFF;
  text-transform: capitalize;
}

.cta-content p {
  color: #fff;
}

.cta-content .video-play {
  display: inline-block;
  height: 120px;
  width: 120px;
  margin: 0px auto 60px;
  background: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  font-size: 42px;
  color: #009fe3;
  cursor: pointer;
}

/*=========================================================
	FOOTER
===========================================================*/
#footer {
  /* padding-right: 60px; */
  background-image: url(../img/bg.png);
  float: left;
  width: 100%;
}

.footer-brand {
  text-align: center;
}

.contact-social {
  text-align: center;
  margin: 10px 25px;
  font-size: 45px;
}

.contact-social a:hover {
  /* opacity: 0.8; */
  color: #009fe3;
}

.contactfooter {
  padding: 25px;
}

.imagenfooter {
  padding: 15px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imagenfooter1 {
  padding: 15px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imagenfooter2 {
  padding: 15px;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#imagentop {
  transition: 1s;
  margin-top: -20px;
  width: 70px;
}

#imagentop:hover {
  margin-top: -30px;
  width: 80px;
}

/*=========================================================
	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: #009fe3;
  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-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: #009fe3;
}

.blog .blog-reply {
  margin-top: 60px;
}

.blog .blog-reply form {
  margin-top: 30px;
}

.blog .blog-reply form .form-group {
  margin-bottom: 30px;
}

@media(max-width:800px){
  .blog .blog-reply form {
    margin-top: 830px;
  }

}

/*=========================================================
	RESPONSIVE
===========================================================*/

  .event .event-day {
    width: 130px;
    height: 130px;
    left: -15px;
  }

  .event .event-content {
    padding-left: 125px;
  }

  .event .event-day .day {
    font-size: 31px;
    line-height: 31px;
  }

  .event .event-hour {
    left: 47px;
  }

  .event:after {
    left: 45px;
  }
/*
  .event+.event:before {
    left: 45px;
  }
*/

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav li.active a:after {
    display: none;
  }

  #header.transparent-navbar .main-nav li a {
    color: #012355;
  }

  .main-nav li a:hover, .main-nav li a:focus, .main-nav li.active a {
    color: #009fe3 !important;
  }
  .main-nav li:hover, .main-nav li:focus{
     color: #009fe3 !important;
  }
  .navbar-toggle {
    display: block;
  }
}
@media screen and (max-width: 1300px) and (min-width: 821px){
   .aviso-registro
   {
	    width:60% !important;
	    margin-left: 20% !important;
   }
}

@media screen and (max-width:820px) and (min-height:761px)
{ 
   .main-btn1 
   { 
	    margin-top: 75px !important;
   }
}


@media screen and (max-width: 820px) {
  .aviso-registro
  {
     margin-top: 25% !important;
     padding: 10px !important;
     width: 90% !important;
     margin-left:5% !important;
  }
  .main-btn1
  {
     padding-right: 60px;
     padding-left: 60px;
     margin-left:0px !important;
/*     width: 100%;
     margin-top: 45px !important;*/
     margin-bottom:10px;
  }
  .main-btn
  {
     margin-left:0px !important;
     padding: 10px 0px !important;
     width: 100%;
  }
/*  .mainspeaker.col-md-2
  {
     width: 100% !important;
  }
  .speaker .speaker-body
  {
     margin-top: -60px;
  }*/
  #slider img
  {
     margin-left: 5% !important;
  }
/*  #formulario .col-sm-6
  {
     width:50% !important;
  }*/
}
/*
@media screen and (min-width: 100px) {
  #formulario .col-sm-12
  {
     width:100%;
  }
}*/

@media (max-width:800px) {
  #verimage {
    opacity: 0.5;
  }
}

@media (max-width:1600px) and (min-width:900px)
{
  .container-home {
     width:1000px !important;
  }
  h3 {
    font-size: 25px;
  }
}
@media (min-width: 900px) and (max-width: 1100px)
{
  .container {
    width: 840px;
  }
  #titulo-competencia
  {
    font-size: 86px !important;
  }
  #titulo2-competencia
  {
    font-size: 72px !important;
  }
  #inscripcion .container
  {
    height: 850px;
  }
}

@media (min-width: 700px) and (max-width: 1100px)
{
  .mainspeaker.col-md-2
  {
    width: 50% !important;
  }
}

@media (max-width:1600px) and (min-width:900px)
{
  .tamaño
  {
      width:100%;
  }
}

/* MOVILE */
@media (max-width:600px) {
    .form-info
    {
	padding-left: 20px !important;
	padding-right: 20px !important;
    }
    #formulario
    {
	padding-left: 20px !important;
	padding-right: 20px !important;
    }
    .main-btn
    {
	margin-left: 0px !important;
	width: 100% !important;
    }
    .dia-taller
    {
      padding: 10px !important;
    }
    .titulo-taller
    {
      width: 100% !important;
      border-left: 0px !important;
      border-right: 0px !important;
    }
    .cont-checktaller
    {
      width: 100% !important;
    }
    .cont-checktaller label
    {
      width: 80% !important;
    }
    .tamañoTalleres
    {
      height: 3200px !important;
    }
    .logoSM
    {
      width: 100% !important;
      height: auto !important;
      margin-top: 25px !important;
    }
}

@media (max-width:365px) and (min-width:200px) {
    .logoagetic
    {
       width: 100px !important;
       margin-top: 3.5px !important;
    }
    .logobolivia
    {
       margin-top: 10px;
       height: 63px !important;
    }
    #calendario {
       font-size: 17px;
    }
}
@media (max-width:1100px) and (min-width:601px){
  #home .tamaño
   {
      width:100%;
   }
   .container
   {
     width: 90%;
   }
   .crono1
   {
    width: 13%;
    padding-left: 12%;
    margin-top: 0px;
   }
   .crono2
   {
    padding-left: 17%;
    margin-top: 0px;
   }
   .crono3
   {
    margin-top: 0px;
    padding-left: 12%;
   }
   .crono4
   {
    margin-top: -65px;
    padding-left: 75%;
   }
   #header.transparent-navbar .navbar-toggle
   {
     color:#012355;
   }
   .navbar-toggle
   {
     display: flex;
     flex-direction: column;
     position: relative;
     z-index: 1;
     user-select: none;
     margin-top: -50px;
     margin-right: -360px;
   }
   .navbar-toggle input
   {
     display: flex;
     width: 40px;
     height: 32px;
     position: absolute;
     cursor: pointer;
     opacity: 0;
     z-index: 2;
   }
   .navbar-toggle span
   {
     display: flex;
     width: 29px;
     height: 2px;
     margin-bottom: 5px;
     position: relative;
     background: #012355;
     border-radius: 3px;
     z-index: 1;
     transform-origin: 5px 0px;
     transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
   }
   .navbar-toggle span:first-child
   {
     transform-origin: 0% 0%;
   }
   .navbar-toggle span:nth-last-child(2)
   {
     transform-origin: 0% 100%;
   }
   .navbar-toggle input:checked ~ span
   {
     opacity: 1;
     transform: rotate(45deg) translate(-5px, -15px);
     background: #36383F;
   }
   .navbar-toggle input:checked ~ span:nth-last-child(3)
   {
     opacity: 0;
     transform: rotate(0deg) scale(0.5, 1);
   }
   .navbar-toggle input:checked ~ span:nth-last-child(2)
   {
      transform: rotate(-45deg) translate(0, 13px);
   }
   .navbar-toggle input:checked ~ ul
   {
      transform: none;
   }
   .navbar-nav
   {
      margin: -27.5px -15px;
   }
   .main-nav
    {
      box-shadow: 0 0 10px #85888C;
      background-color: white;
      padding-left: 25px;
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      display: none;
    }
    .contein-main-nav
    {
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .main-nav li, .contein-main-nav
    {
       padding: 10px 0;
       transition-delay: 2s;
       width: 100%;
    }
    .main-nav.open, .contein-main-nav.open {
       transform: translate(113%, 0);
       display: block;
    }
    .flag
    {
      position: absolute;
      top: -100px;
      left: 258px;
      opacity: 0.5;
      height: auto;
/*      width: 200px !important;*/
      width: 258px !important;
      margin-top: 0px !important;
      border-right: 0px !important;
    }
    #titulo2-competencia, #titulo-competencia
    {
      font-size: 20px !important;
    }
    .letrasCTF
    {
      margin-left: 247px !important;
      margin-top: -30px;
    }
    #titulo2-competencia
    {
      margin-top: 0px !important;
      letter-spacing: -1px !important;
    }
    #inscripcion .container
    {
      height: 865px;
    }
    .contafooter
    {
      width: 100%;
    }
}
@media (max-width:800px) and (min-width:200px) {
  .img-cidsi
  {
     height:0px !important;
     background-image:none !important;
  }
}
@media (max-width:600px) and (min-width:200px) {
   .logobolivia {
/*     width: 170px !important;*/
     display: block;
     float:left;
     margin-left:0px !important;
   }
   .agetic-header
   {
     display: block;
     float:left:
   }
   #home .tamaño
   {
      width:100%;
   }
  #header.transparent-navbar .navbar-toggle
   {
     color:#012355;
   }
   .navbar-toggle
   {
     display: flex;
     flex-direction: column;
     position: relative;
     z-index: 1;
     -webkit-user-select: none;
     user-select: none;
     margin-top: 30px;
     margin-right: 7px;
   }
   .navbar-toggle input
   {
     display: flex;
     width: 40px;
     height: 32px;
     position: absolute;
     cursor: pointer;
     opacity: 0;
     z-index: 2;
   }
   .navbar-toggle span
   {
     display: flex;
     width: 29px;
     height: 2px;
     margin-bottom: 5px;
     position: relative;
     background: #012355;
     border-radius: 3px;
     z-index: 1;
     transform-origin: 5px 0px;
     transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
   }
   .navbar-toggle span:first-child
   {
     transform-origin: 0% 0%;
   }
   .navbar-toggle span:nth-last-child(2)
   {
     transform-origin: 0% 100%;
   }
   .navbar-toggle input:checked ~ span
   {
     opacity: 1;
     transform: rotate(45deg) translate(-5px, -15px);
     background: #36383F;
   }
   .navbar-toggle input:checked ~ span:nth-last-child(3)
   {
     opacity: 0;
     transform: rotate(0deg) scale(0.5, 1);
   }
   .navbar-toggle input:checked ~ span:nth-last-child(2)
   {
      transform: rotate(-45deg) translate(0, 13px);
   }
   .navbar-toggle input:checked ~ ul
   {
      transform: none;
   }
   .navbar-nav
   {
      margin: -27.5px -15px;
   }
   .main-nav
    {
      box-shadow: 0 0 10px #85888C;
      background-color: white;
      padding-left: 25px;
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .contein-main-nav
    {
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .main-nav li, .contein-main-nav
    {
       padding: 10px 0;
       transition-delay: 2s;
    }
    .main-nav.open, .contein-main-nav.open {
       transform: translate(105%, 0);
    }
    .lista-ed-anteriores.open ~ .ed-ant
    {
        color:#009fe3 !important;
    }
    .lista-ed-anteriores.open
    {
       display:block !important;
    }
    .lista-ed-anteriores li
    {
       padding:15px !important;
    }
    h3
    {
       font-size:18px !important;
    }
    .btn-conv-cont
    {
       padding-left: 3px;
    }
    .toogleColor
    {
       color: #009fe3 !important;
    }
    .flag
    {
      position: absolute;
      top: -100px;
      left: 80px;
      opacity: 0.5;
      height: auto;
/*      width: 200px !important;*/
      width: 258px !important;
      margin-top: 0px !important;
      border-right: 0px !important;
    }
    #titulo-competencia.tittle, #titulo2-competencia.title
    {
      display: flex;
      float: left;
      width: 100%;
    }
    #titulo2-competencia
    {
      letter-spacing: 0px !important;
      margin-top: 0px !important;
    }
    .logoCTF
    {
      width: 90% !important;
      margin-left: 0% !important;
    }
    #acerca ul
    {
      padding-left: 13% !important;
    }
    #reglas ul, #ganadores ul
    {
      padding-left: 36px !important;
      padding-right: 0px !important;
    }
    #inscripcion
    {
      height: 1015px;
    }
    .img-ctf
    {
      height: 60% !important;
    }
    .ctf-col
    {
      padding-left: 40px !important;
      margin-top: 15px;
    }
    .contact-social
    {
      font-size: 40px !important;
    }
}

@media (max-width:600px) and (min-width:400px) {
    .logobolivia
    {
	    width: 170px !important;
    }
    .letrasCTF
    {
      margin-top: -32px;
    }
}

@media (max-width:399px) and (min-width:0px) {
    .main-btn1 {
      padding: 10px 60px;
	    font-size: 17px;
    }
    .logobolivia
    {
        width: 57px !important;
    }
    .timeDiv, .number
    {
      width:100%;
    }
    .crono1, .crono2, .crono3, .crono4
    {
      width: 50%;
      display: flex;
      float: left;
    }
    .crono2
    {
      padding-left: 0px !important;
      margin-top: 0px !important;
    }
}

@media (max-width:399px) and (min-width:300px)
{
  #formularioTaller #home .container
  {
    width: 280px;
    margin-left: -30px;
  }
  .flag
  {
    top: -17px;
    left: 45px;
  }
  .letrasCTF {
    margin-left: 88px !important;
    margin-top: 50px;
  }
}
@media (max-width:299px) and (min-width:0px)
{
  #formularioTaller #home .container
  {
    width: 280px;
    margin-left: -60px;
  }
  .btn-finconv
  {
    margin-top: 490px;
  }
}

@media (max-width: 299px) and (min-height:600px)
{
  #inscripcion
  {
    height: 1400px;
  }
}

@media (max-width: 330px) and (min-width: 300px)
{
  .btn-finconv
  {
    margin-top: 250px;
  }
}

@media (max-width:600px) and (min-width:400px) {
  .letrasCTF
  {
    margin-left: 128px !important;
  }
}
@media (max-width:298px) and (min-width:0px) {
  .letrasCTF
  {
    margin-left: 73px !important;
    margin-top: -30px;
  }
  .flag
  {
    left:20px !important;
  }
}

@media(max-width:450px){
  .main-btn2 {

    font-size: 22px;
    display: inline-block;
    padding-left: 95px;
    padding-right: 65px;
    padding-bottom: 45px;
    padding-top: 15px;
    margin-top: inherit;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}


/*================================
BOTON DE REGISTRO
=======================================*/
.btn-primary {
  color: #fff;
  background-color: #009fe3;
  border-color: #2e6da4;
}

/*====================================000
resolucion de las tetras menu
=========================================*/
#tamañoLetra {
  font-size: 20px;
}

@media(max-width:1200px) {
  #tamañoLetra {
    font-size: 15px;
  }
}

/* imagen con zoom */
.zoom{
       /* Aumentamos la anchura y altura durante 2 segundos */
       transition: width 2s, height 2s, transform 2s;
       -moz-transition: width 2s, height 2s, -moz-transform 2s;
       -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
       -o-transition: width 2s, height 2s,-o-transform 2s;
   }
   .zoom:hover{
       /* tranformamos el elemento al pasar el mouse por encima al doble de
          su tamaño con scale(2). */
       transform : scale(1.3);
       -moz-transform : scale(1.3);      /* Firefox */
       -webkit-transform : scale(1.3);   /* Chrome - Safari */
       -o-transform : scale(1.3);        /* Opera */
   }
   .zoom1{
          /* Aumentamos la anchura y altura durante 2 segundos */
          transition: width 2s, height 2s, transform 2s;
          -moz-transition: width 2s, height 2s, -moz-transform 2s;
          -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
          -o-transition: width 2s, height 2s,-o-transform 2s;
      }
      .zoom1:hover{
          /* tranformamos el elemento al pasar el mouse por encima al doble de
             su tamaño con scale(2). */
          transform : scale(1.1);
          -moz-transform : scale(1.1);      /* Firefox */
          -webkit-transform : scale(1.1);   /* Chrome - Safari */
          -o-transform : scale(1.1);        /* Opera */
      }

      @media(max-width:700px){
        .zoom1:hover{
            /* tranformamos el elemento al pasar el mouse por encima al doble de
               su tamaño con scale(2). */
            transform : scale(2.0);
            -moz-transform : scale(2.0);      /* Firefox */
            -webkit-transform : scale(2.0);   /* Chrome - Safari */
            -o-transform : scale(2.0);        /* Opera */
        }
      }


/* validacion campor vacios del formulario */
.campos {
  background: #fff;
}

.error {
  background: orange;
}

.modal {
  color: #4d4d4d;
}

form {
  padding-left: 60px;
  padding-right: 60px;
}

#margen {
  margin-top: 6%;
}
@media(max-width:700px){
#margen {
  margin-top: 30%;
}
}


#xy {
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width:590px) {
  #xy {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width:370px) {
  #xy {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#imagenCont {
  height: 250px;
}

.logobolivia {
/*  padding: 28px;*/
  width:256px;
  background-image: url(../img/logos/presidencia-sin-fondo.png);
  height:82px;
  background-position-y: -6px;
  background-size:cover;
  margin-left: 145px;
/*  background-position-x: -34px;*/
}

.logoagetic {
  padding-left: 10px;
  margin-top:-2.5px;
}


/* #solo{
  align-content: center;
} */
/*========================================================================================================0
Donde Sera
=================================================================================================*/
.textolugar {
  padding: 25px;
  text-align: center;
}
.textolugar1 {
  padding: 5px;
  text-align:justify;
}

@media(max-width:800px) {
  .textolugar h3 {
    font-size: 17px;
  }
  .textolugar1 h4 {
    font-size: 17px;
  }
}

/*========================================================================================================================
carousel patrocinadoes
============================================================================================================================  */
#c-slider {
  margin: auto;
  width: 85%;
  min-width: 20%;
  position: relative;
  overflow: hidden;
  padding: 25px;
}

#slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 140%;
}
/* dandole en tamaño en el espacio que esta utilizando */
#slider img {
  display: block;
  width: auto;


  padding: 20px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


@media (max-width:800px) {
  #c-slider {
    margin: auto;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    padding: auto;
  }
  #slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 300%;
  }
  #slider img {

    width: 250px;
margin-left: 20%;
margin-right: 160px;


  }
  #slider .imagen22{

    width: 100px;
margin-left: 60%;
margin-right: 190px;


  }

}

#slider {
  width: 100%;
  margin: auto !important;
}




#btn-prev, #btn-next {
  width: 50px;
  /* background: rgba(255,255,255,0.2); */
  /* color: #000; */
  position: absolute;
  top: 58%;
  transform: translateY(-2%);
  /* line-height: 80px; */
  /* font-size: 55px; */
  /* font-weight: bold;
text-align: center; */
  /* border-radius: 50%; */
  /* font-family: monospace; */
  cursor: pointer;
}

#btn-prev:hover, #btn-next:hover {
  /* background: rgba(255,255,255,3); */
}

#btn-prev {
  height: 80px;
  left: 120px;
}

#btn-next {
  height: 80px;
  right: 120px;
}

@media(max-width:1650px) {
  #btn-prev {
    left: 0px;
  }

  #btn-next {
    right: 0px;
  }
}
/* .imagenslider {
  padding: 15px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.imagenslider1 {

width: 150px;
padding: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.imagenslider2 {

width: 200px;
padding: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
} */
/*==============================================================================================================
equipos HABILITADOS
==============================================================================================================*/
.equipos-texto {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #009fe3;
}

.text-fondo {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  width:220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text-fondo1 {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  width: auto;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text-fondoUmsa {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
padding-top: 5px;
padding-bottom: 5px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.text-equipo {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.7) !important;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text-universidad {
  white-space: nowrap;
  color: white;

  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.7) !important;
  bottom: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

background-color: #009fe3;

   background-image: linear-gradient(-90deg, #007fe3, #155F9C);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;


}
.img-fond{


  width: 100%;


padding-top: 20%;
opacity: 0.4;

}

.equipos-texto:hover .overlay {
  height: 100%;
}

.text {
  white-space: nowrap;
  color: #fff;

  font-size: 20px;
    font-weight: bold;
  position: absolute;
  overflow: hidden;
  top: 19%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.integrantes{
  white-space: nowrap;
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text-inte {

font-size: 15px;
color: #fff;



}
.tamaño-competencia{
width: 180px;
}
/* ======================================================================================================================
agen
===================================================================================================================== */
@media (min-width:1400px) {
  .contain {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contain .mainspeaker {
    width: 17%;
    display: inline-block;

    align-items: center;
    justify-content: center;
  }
}

@media (min-width:1400px) {
  .contain1 {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contain1 .mainspeaker {
    width: 17%;
    display: inline-block;

    align-items: center;
    justify-content: center;
  }
}

@media (min-width:1400px) {
  .contain2 {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contain2 .mainspeaker {
    width: 17%;
    display: inline-block;

    align-items: center;
    justify-content: center;
  }
}

@media (min-width:801px) {
  div.fixed {
    display: none;
  }
}

@media(max-width:800px) {
  div.fixed {
    display:none;
    z-index: 120;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .mainspeaker.col-md-2
  {
    width: auto !important;
  }
}

@media(max-width:800px) {
  .mono {
    display: none;
  }
}




/* ==================================================================================================================================================================
cambios en el ctf
===================================================================================================================================================================== */

#titulo-competencia{
  color: #fff;
  font-size: 150px
}
#titulo2-competencia{
  font-size:115px;
  color: #fff;
  text-align: left;
  letter-spacing: -5px;
  margin-top: -20px;
}

.flag{
  width: 295px;
  float: left;
  display: flex;
  height: 252px;
  border-right: 6px solid white;
  border-radius: 3px;
  margin-top: 15px;
}
.logo-bandera
{
  margin-top: 14px;
  width: 250px;
  height: 221px;
}
.logoCTF
{
  display: block;
  float: left;
  width: 100%;
  margin-left: 10%;
  padding-bottom: 140px;
}

.ctfClass
{
  width: 100%;
  padding: 10px 50px;
}

#titulo-competencia.title, #titulo2-competencia.title
{
  font-family: Montserrat-Medium;
  text-align: left;
}

@media(max-width:990px){
#titulo-competencia{
  font-size: 60px;
  }
}
#texto-acerca{
  color: #282828;
  line-height: 1.5;
  text-align:justify;
}
@media(max-width:1200px){
  #texto-acerca{
    font-size: 25px;
      line-height: 1.4;
  }
}
@media(max-width:650px){
  #texto-acerca{
    font-size: 18px;
    line-height: 1.3;
  }
}

#texto-acerca-desafio{
  color: #282828;
  line-height: 1,3;
  text-align:justify;
}
@media(max-width:1200px){
  #texto-acerca-desafio{
    font-size: 25px;
      line-height: 1;
  }
}
@media(max-width:650px){
  #texto-acerca-desafio{
    font-size: 18px;
    line-height: 1;
  }
}

#texto-desafio-reglas{
  padding-left:70px;
  padding-right:70px;
  text-align: justify;
}
@media(max-width:800px){
  #texto-desafio-reglas{
    padding-left:5px;
    padding-right:5px;


  }
  #texto-desafio-reglas h3{
      font-size:15px;
  }
}

#ul-competencia{
font-size:25px;
color: #fff;
line-height: 1.5;
text-align:justify;
list-style-type:
circle;
padding-left:80px;
padding-right:80px;
}
@media(max-width:800px){
  #ul-competencia{
    padding-left:20px;
    padding-right:10px;

  }
}
@media (min-width: 1200px){
  .container {
      width: 1400px;
  }
}
.carousel-indicators1 a {
  /* display: inline-block; */
  /* width: 10px; */
  /* height: 10px; */
  /* margin: 1px; */
  margin-left: 37%;
  text-indent: -65px;
  /* cursor: pointer; */
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
/*  color: #fff; */
  color:#009fe3;
}
@media(max-width:1000px){
.carousel-indicators1 a{
    margin-left: 25%;
}
}
@media(max-width:670px){
.carousel-indicators1 a{
    margin-left: 18%;
}
}
@media(max-width:550px){
.carousel-indicators1 a{
    margin-left: 10%;
}
}
@media(max-width:485px){
.carousel-indicators1 a{
    margin-left: 15%;
}
}
.carousel-indicators1 .main-btn3:active {
  /* width: px;
    height: px; */
      /* margin-left:45%; */

  background-color: #fff;
  color: #009fe3;
}
.main-btn3 {
  /* text-align: center; */

  font-size: 22px;
  display: inline-block;
  padding-left: 145px;
  padding-right: 95px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: inherit;

  /* margin-right: 300px; */
  /* top: 150px; */
  /* margin: -150px */
  /* transform: translateY(-10%); */
  /* background: #009fe3;*/
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 40), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* color: #fff; */
  /* text-transform: uppercase;
  border: none; */
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media(max-width:450px){
  .main-btn3 {

    font-size: 22px;
    display: inline-block;
    padding-left: 95px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-top: 8px;
    margin-top: inherit;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.linea-bandera
{
   width:100%;
   background-color:red;
}

.linea-color
{
   height:2px;
   display:block;
   float:left;
}

.linea-color2
{
   margin-left:20%;
   width: 18%;
   background-color: yellow;
}

.linea-color3
{ 
   width: 15%; 
   background-color: #046A33;
}

.linea-color4
{ 
   width: 7%; 
   background-color: white;
}

.linea-color5
{ 
   width: 7%;   
   background-color: #FFE65E;
}

.linea-color6
{ 
   width: 7%;   
   background-color: #FF7715;
}

.linea-color7
{ 
   width: 7%;   
   background-color: #FF2821;
}

.linea-color8
{ 
   width: 7%;   
   background-color: #8D389F;
}

.linea-color9
{ 
   width: 7%;   
   background-color: #01408C;
}

.linea-color10
{ 
   width: 5%;   
   background-color: #007D2E;
}

.lista-ed-anteriores {
	display:none;
	text-decoration-line: none;
}

.lista-ed-anteriores li {
    padding:5px;
    border-top: 0px !important;
}

#ed-anteriores:hover
{
    background-color:white;
    border-radius: 0px 0px 10px 10px;
}

#ed-anteriores:hover .lista-ed-anteriores{
    display:block !important;
}

.ocultar
{
    display:none !important;
}

.parrafo-acerca
{
    color: #282828;
    line-height: 1.5;
    word-wrap:break-word;
    text-align:justify;
}

.lt-contenido
{
    margin-bottom: 9px;
}

.cfp-content
{
  height: 697px;
}

.cfp-col, ctf-col
{
   padding-left: 40px;
}

.img-cidsi, .img-ctf
{
/*    background-position-x: -644px;*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:10px;
}
.img-cidsi
{
  background-image:url(../img/img-cfp2.jpg);
  height: 97%;
}
.img-ctf
{
  background-image:url(../img/ctf-bg2.jpg);
  height: 94%;
}
.ctf-content
{
  height: 450px;
}

.btn-conv-cont
{
   display: list-item;
   text-align: center;
}

.cidsi-img
{
   padding-bottom: 5%;
}

.img-large
{
   width: 105px;
}

.lt-contenido-amenazas
{
   margin-bottom: -22px;
}

.lt-contenido-middle
{
   margin-top:18px;
   margin-bottom:-9px;
}

.contact-style
{
   padding-top: 25px;
   width: 30%;
   margin: 0px;
   display: block;
   padding-left: 0px;
   padding-right: 0px;
   float: left;
   margin-bottom: 25px;
}

.social-container
{
   padding: 0px;
   margin: 0px;
   display: list-item;
   width: 100%;
}

.container-contact
{
   padding: 0px;
   margin: 15px 0px;
   float: left;
}

.mainspeaker.col-md-2
{
   width: 20%;
}

.contenido-content h3, .speaker-content h3
{
   font-family: 'TitilliumWeb-SemiBold';
}
.section-title h3 span
{
   font-family: 'TitilliumWeb-Bold';
}

.aviso-registro
{
   width:40%;
   padding:100px;
   background-color: white;
   border-radius: 10px;
   margin-left: 30%;
   margin-top: 4%;
}
.parrafo-aviso
{
   color:#282828;
   text-align: center;
}
h3.parrafo-aviso
{
   font-size: 25px;
}
.aviso-registro .title
{
   font-family: 'TitilliumWeb-Bold';
   font-size: 40px;
   padding: 10px 0px 30px 0px;
   text-align: center;
}
.cambiar-captcha
{
   color:#337ab7 !important;
}
.modal
{
   z-index:49 !important;
}
.modal-backdrop
{
   z-index:48 !important;
}
#error-formulario
{
   color:red;
   text-align: left;
   padding-left:left;
}
#formulario .modal-footer
{
   display: flex;
   width: 100%;
}

#patrocinadores
{
  margin-top: -23px;
  background-color:#EAEAEA;
  float: left;
  width: 100%;
}

.fechas
{
  font-size: 35px;
  margin: 0px 0px 1px;
  color: #FFF;
  width: 100%;
  display: block;
}

#reglas.section
{
  padding-top: 70px;
}

#registroCIDSI, .tallerselect
{
  width: 29px;
  height: 23px;
}

/***** TALLERES ******/
.container-talleres
{
  margin-top: 40px;
}

.dia-taller
{
  padding: 50px;
  border: 2px solid rgb(83, 130, 146, 0.6);
  box-shadow: -2px 2px 2px rgb(0,0,0,0.3);
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}
.cont-checktaller
{
  width: 20%;
  float: left;
  display: block;
}
.titulo-taller
{
  width: 80%;
  float: left;
  display: block;
}
.cont-checktaller
{
  padding-left: 10px;
}
.titulo-taller
{
  padding-left: 10px;
  border-left: 2px solid rgb(83, 130, 146, 0.6);
  border-right: 2px solid rgb(83, 130, 146, 0.6);
}
.conferenciaTaller
{
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 15px;
/*  border-bottom: 1px solid rgb(83, 130, 146, 0.6);*/
  border-bottom: 1px solid white;
}
.conferenciaTallerLast
{
  width: 100%;
  display: block;
  float: left;
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tamañoTalleres
{
  height: 2800px;
}
.taller
{
  width:100%;
  float: left;
  display: block;
}
.modal-content.talleresForm
{
  height: 650px;
}
.containerTalleres
{
  width: 650px;
}

.titulo-taller p
{
  float: left;
  padding-right: 20px;
}
.detalleBtn
{
  display: block;
  float: left;
  background-color: white;
  color: #009fe3;
  padding: 2px 15px;
}
.detalleBtn:hover
{
  border: 3px solid #009fe3;
}
.detalleCont
{
  width: 99%;
  float: left;
  border: 1px solid rgb(83, 130, 146, 0.6);
  padding: 20px;
  display: none;
}
.detalleCont.open
{
  display: block;
}
.decripTallerForm
{
  padding: 20px 20px 0px 20px;
  text-align: justify;
}
.cuerpoTalleres
{
  background-image: url(../img/logos/bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*********************/

.patrologo
{
  text-align: center;
  float: left;
  display: block;
}

/************** DURANTE COMPETENCIA ***************/
#btn-youtube
{
  background-image: url(../img/logos/youtubeIcono.png);
  height: 65px;
  width: 80px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: -4px;
}

#btn-facebook
{
  background-image: url(../img/logos/facebookIcono.png);
  width: 67px;
  height: 57px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-redes
{
  margin-left: 60px;
  margin-top: 45px;
}
.crono1, .crono2, .crono3, .crono4
{
  display: none;
}
.transmision
{
  float: left;
  margin-top: 70px;
}

.transmision-cont
{
  float: left;
/*  display: none;*/
}

.notaTalleres
{
  width: 100%;
  float: left;
  margin-top: 30px; 
}
.cidsi-img
{
  padding-bottom: 2% !important;
}
.duranteEvento
{
  margin-top:40px;
  float: left;
  width: 100%;
}
.cont-checktaller
{
/*  display: none; */
}

@media screen and (max-width: 700px) and (min-width: 10px){
  .btn-redes {
    margin-left: 52px;
    margin-top: 25px;
  }
  .btn1-responsive
  {
    margin-top: 10px;
  }
  .transmision
  {
    margin-top: 30px;
  }
  .transmision-cont, .transmision
  {
    width: 100%;
  }
}
/*********************/

.resultadosCTF
{
  width: 100%;
  color: #282828;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
}

.resultadosCTF td, .resultadosCTF tr th
{
  padding-bottom: 30px;
}
.resultadosCTF tr th
{
  text-align: center;
}