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

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;
  display: inline-block;
  margin-top: 60px;
  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;
  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;
}



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

.carousel-indicators li {
  /* display: inline-block; */
  /* width: 10px; */
  /* height: 10px; */
  /* margin: 1px; */
  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;
}

.carousel-indicators>li {
  /* display: inline-block; */
  /* width: 10px; */
  /* height: 10px; */
  /* margin: 1px; */
}

.carousel-indicators .active {
  /* width: px;
    height: px; */
  margin: 0;
  background-color: #fff;
  color: #009fe3;
}

#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;
  /* padding: 5px 0px; */
  weight: 100%;
  padding-top: 80px;
  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: 60px;
  /* 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;
}

/* .navbar-brand .logo {
  display: inline-block;
} */
/* .navbar-brand .logo>img {
  max-height: 50px;
}

@media only screen and (max-width: 1100px) {
  .navbar-brand {
    margin: 15px 15px;
  }
} */
#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: transparent;
  /* background-image: url(../img/bg.png); /*imagen del navbar*/
}

/* 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;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -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;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
}

/*
@-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%);
  }
} */
/*tamano y color de las letras del menu   */
.main-nav li a {
  position: relative;
  font-size: 20px;
  padding: 25px 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: #fff;
}

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

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

#header.transparent-navbar .navbar-toggle {
  color: #FFF;
}

#header.fixed-navbar .navbar-toggle {
  color: #fff !important;
}

/* Mobile nav */
@media only screen and (max-width: 768px) {
  .main-nav {
    margin: 0px 5px;
    max-height: 0;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.9) !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 60%;
    border-radius: 2px;
  }

  .main-nav.open {
    max-height: 768px;
  }

  .main-nav li.active a:after {
    display: none;
  }

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

  .main-nav li a:hover, .main-nav li a:focus, .main-nav li.active a {
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: #009fe3 !important;
  }

  .navbar-toggle {
    display: block;
  }
}

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

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

#home .home-wrapper {
  position: absolute;
  top: 50%;
  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;
}

.page-wrapper-content {
  /* text-align: center; */
}

/*=========================================================
	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 {}

.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 {
  /* width: absolute; */
  background-color: #10122D;
  height: 210px;
  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 {
  /* position: absolute;*/
  bottom: 5px;
}

.contenido .contenido-content {
  position: relative;
  padding: 30px;
  margin: 20px;
  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
===========================================================*/
#speakers {
  /* background-image: url(img/bg.png); */
}

.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%
}

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

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

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

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

.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: #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: 85%;
  height: auto;
}

.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 {
  position: relative;
}

.event+.event {
  margin-top: 60px;
}

.event:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: #009fe3;
}

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

.event+.event:before {
  content: "";
  position: absolute;
  left: 60px;
  height: 60px;
  top: -60px;
  width: 4px;
  background-color: #009fe3;
}

.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: 60px;
  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
}

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

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

.event .event-content a {
  color: #009fe3;
}
/* =============================================================
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);
}

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

/* .footer-brand .logo>img {
  max-height: 50px;
} */
/*
.copyright {
  height: 50px;
  line-height: 50px;
} */
.contact-social {
  text-align: center;
  margin: 15px 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-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: #009fe3;
  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: #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%;
  }
}


/*================================
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;
  padding-left: 220px;
}

@media (max-width:1590px) {
  .logobolivia {
    display: none;
  }
}

/* #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 section {
  width: 100%;
}




#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: 50px;
  color:#282828;
  /* background-color: #009fe3; */

}

.text-fondo {
  white-space: nowrap;
  color: #282828;
  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-equipo1 {
  white-space: nowrap;
  color: white;
  font-size: 15px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding-top: 7px;
  padding-bottom: 7px;
  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;



}
.text-posiciones h3{
  font-size: 18px;
  color:#282828;
}
.text-posiciones h4{
    font-size: 15px;
  color:#282828;
}
.text-posiciones h5{
  color:#282828;
}
.tamaño-competencia{
width: 75px;
}
/* ======================================================================================================================
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 {
    z-index: 120;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 55px;
    height: 55px;


    /* border: 3px solid #009fe3; */
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
}

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




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

#titulo-competencia{
  color: #fff;
  font-size: 100px;

}
@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: 1200px;
}
}
.carousel-indicators1{

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

}
@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;
  }
}
#diasss{
  font-size:60px;
}
@media(max-width:1350px){
  #diasss{
    font-size:35px;
  }

}
@media(max-width:800px){
  #diasss{
    font-size:25px;
  }

}

#diass{
  font-size:60px;
}
@media(max-width:1350px){
  #diass{
    font-size: 35px;
  }
}
@media(max-width:800px){
  #diass{
    font-size: 20px;
  }
}
#dias1{
  font-size:60px;
}
@media(max-width:1350px){
  #dias1{
    font-size: 50px;
  }
}
@media(max-width:800px){
  #dias1{
    font-size: 40px;
  }
}
