/* [data-simplebar] {
overflow: auto;
} */

/* Estilos Generales */
/*  */
.footer{
  margin: 0 -20px -40px -20px;
  color: #808080;
  padding: 15px;
  text-align: center;
}
.footer p, footer p span{
  font-size: 14px !important;
}
.text-justify{
  text-align: justify;
}
.textos p{
  font-size: 16px;
}
.textos p span{
  font-size: 1.3em;
}
.textos p span a{
  display: flex;
  align-items: center;
}
.textos p span a span{
  font-size: 13px;
  margin-left: 5px;
}
.estilo-lineas{
  text-align: center;
}
.textos h4{
  font-size: 1.5em;
  display: flex;
  align-items: center;
}
.textos h4 i{
  border: 1px solid #00689d;
  border-radius: 5px;
  margin-right: 5px;
}
.table-bordered td{
  border: 1px solid #ccc;
}
.estilo-lineas h2{
  display: inline-block;
  position: relative;
  color:#616161;
  font-size: 36px;
}

.estilo-lineas h2::after, .estilo-lineas h2::before{
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background:currentColor;
  top:0.6em;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .estilo-lineas h2::after, .estilo-lineas h2::before{
    content: '';
    position: absolute;
    width: auto;
    height: 3px;
    background:currentColor;
    top:0.6em;
  }
}

.estilo-lineas h2::before{
  left: -110px;
}

.estilo-lineas h2::after{
  right: -110px;
}

.align-vertical{
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.principal{
  background-color: #004fc3 !important;
}
.azul{
  background-color: #003c95 !important;
}
.morado{
  background-color: #652085 !important;
}
.naranja{
  background-color: #ff6300 !important;

}
.rosa{
  background-color: #d5017a !important;
}
.verde{
  background-color: #318122 !important;
}
.naranjado{
  background-color: #ff2c05 !important;
}
.rojo{
  background-color: #ff0658 !important;
}
.amarillo{
  background-color: #ffd300 !important;
}

.principal .estilo-lineas h2{
  color: #fff !important;
}

.banner-vertical{
  position: fixed;
}
@media only screen and (max-width: 768px) {
  .banner-vertical{
    position: relative;
  }
  .content{
    padding-left: 0 !important;
    padding: 0 !important;
  }
}
.content{
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.content .collapsible-body{
  padding: 0;
}
.break{
  color: #fff;
  font-size: 1.2em;
}
.titulo-tabla{
  font-size: 1.5em;
  color: #fff;
  padding: 10px 0 !important;
  font-weight: bold;
}
.encabezado th:first-child{
  width: 20%;
  /* width: 15%; */
}
.table-doble tr th:nth-child(2){
  width: 40%;
}
.table-doble tr th:nth-child(3){
  width: 40%;
}
/* .table-doble tr th:nth-child(4){
width: 5%;
} */
.encabezado th{
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ccc;
}
.body-table tr td{
  text-align: center;
  /* padding: 5px; */
  font-size: 12px;
  border: 1px solid #ccc;
}
.body-table tr td p{
  margin: 3px 0;
}
.body-table tr td h4{
  font-size: 1.3em;
  font-weight: 500;
}
.text-left{
  text-align: left !important;
}
.text-conferencistas{
  padding: 15px 25px 15px 15px !important;
  width: 80%;
}
.text-conferencistas p, .text-conferencistas h4{
  padding-left: 15px;
}
.text-conferencistas h4{
  text-transform: uppercase;
}
.titulo-tabla tr td{
  padding: 0;
  text-align: center;
}
.titulo-tabla tr td:first-child{
  /* width: 15%; */
  width: 20%;
}
.table-doble tbody tr td:nth-child(2){
  width: 40%;
}
.table-doble tbody tr td:nth-child(3){
  width: 40%;
}
/* .table-doble tbody tr td:nth-child(4){
width: 5%;
} */

.foto-conferencista tr td:first-child{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#Presentacion{
  font-size: 1.2em !important;
}
#Presentacion ul li{
  padding: 5px;
  margin: 5px 30px;
}

.borde-azul{
  border-left: 4px solid  #003c95;
}
.borde-morado{
  border-left: 4px solid #652085;
}
.borde-naranja{
  border-left: 4px solid #ff6300;

}
.borde-rosa{
  border-left: 4px solid #d5017a;
}
.borde-verde{
  border-left: 4px solid #318122;
}
.borde-naranjado{
  border-left: 4px solid #ff2c05;
}
.borde-rojo{
  border-left: 4px solid #ff0658;
}

#Inversion{
  /* padding: 30px 30px 50px 30px; */
  margin-bottom: 0;
}

/* Estilos para el paralax */
.parallax-container {
  height: 350px;
}

.parallax-container .overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(3, 61, 90, 0.85);
  position: absolute;
}

.parallax-container .estilo-lineas{
  padding-top: 40px;
}

.parallax-container .estilo-lineas h2{
  color: #fff;
}

.parallax-container p{
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
}

/* Estilos para las card de ponencias */
.card-ponencia .col{
  /* height: 250px; */
  position: relative;
  overflow: hidden;
}

.card-ponencia .col a{
  text-decoration: none;
  color: #fff;
}

.card-info{
  width: 100%;
  height: 100%;
  /* padding: 25px; */
  /* text-align: center; */
}
.card-info .num{
  font-size: 10em;
  font-weight: bold;
  display: inline-block;
  line-height: .8;
}

.card-info .pre{
  font-size: 5em;
  vertical-align: top;
  display: inline-block;
  line-height: .8;
}

.card-info p{
  /* text-transform: uppercase; */
  display: block;
  position: relative;
  font-size: 1.2em;
  color: #fff;
  margin: 0;
}
.card-info p::after, .card-info p::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.card-info p::before{
  top: -5px;
}
.card-info p::after{
  bottom: -5px;
  left: 0;
}
.card-detalle{
  font-size: 1;
  text-align: center;
  position: absolute;
  /* top: -250px; */
  left: 0;
  width: 100%;
  /* height: 250px; */
  padding: 25px;
  -webkit-transition:top .2s ease-in-out;
  -moz-transition:top .2s ease-in-out;
  -o-transition:top .2s ease-in-out;
  transition:top .2s ease-in-out
}
@media only screen and (max-width: 768px) {
  .card-detalle{
    font-size: 1em;
    padding: 15px;
  }
}

.card-detalle p{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.card-ponencia .col:hover .card-detalle{
  top: 0px !important;
}

/* colores para las cards */
.azul .card-detalle{
  background-color: #003c95;
}
.azul .card-info .num{
  color: #ffd300;
}
.azul .card-info .pre{
  color: #d5017a;
}
.morado .card-detalle{
  background-color: #652085;
}

.morado .card-info .num{
  color: #ffd300;
}
.morado .card-info .pre{
  color: #d5017a;
}
.naranja .card-detalle{
  background-color: #ff6300;
}
.naranja .card-info .num{
  color: #312682;
}
.naranja .card-info .pre{
  color: #d5017a;
}
.rosa .card-detalle{
  background-color: #bf006d;
}
.rosa .card-info .num{
  color: #009de2;
}
.rosa .card-info .pre{
  color: #ffd300;
}
.verde .card-detalle{
  background-color: #0a8c27;
}
.verde .card-info .num{
  color: #312682;
}
.verde .card-info .pre{
  color: #d5017a;
}
.naranjado .card-detalle{
  background-color: #ff2c05;
}
.naranjado .card-info .num{
  color: #312682;
}
.naranjado .card-info .pre{
  color: #d5017a;
}
.rojo .card-detalle{
  background-color: #ff0658;
}
.rojo .card-info .num{
  color: #ffd300;
}
.rojo .card-info .pre{
  color: #009de2;
}
.card-info p::after, .card-info p::before, .card-detalle p::after, .card-detalle p::before{
  background: #ffd300;
}

/* .col.azul{
border-right: 1px solid #006290;
border-bottom: 1px solid #006290;
}
.col.rosa{
border-right: 1px solid #bf006d;
border-bottom: 1px solid #bf006d;
}
.col.verde{
border-right: 1px solid #0a8c27;
border-bottom: 1px solid #0a8c27;
}
.col.naranjado{
border-right: 1px solid #d58000;
border-bottom: 1px solid #d58000;
}
.col.rojo{
border-right: 1px solid #c1002d;
border-bottom: 1px solid #c1002d;
} */

/* Estilos para las ponencias */
.collapsible-header{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titulo-ponencia p{
  margin: 0 10px 0 0;
  font-size: 3.5em;
  font-weight: bold;
  min-height: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.titulo-ponencia p > span{
  font-size: .6em !important;
  font-weight: normal;
  vertical-align: text-top;
  line-height: 1.5;
}
.text-azul{
  color: #017fba;
}
.text-morado{
  color: #652085;
}
.text-naranja{
  color: #ff6300;
}
.text-rosa{
  color: #d5017a;
}
.text-verde{
  color: #169d34;
}
.text-naranjado{
  color: #f19100;
}
.text-rojo{
  color: #e30035;
}
.text-amarillo{
  color: #ffd300;
}

/* Estilos para el progress */
#progress{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,1);
  z-index: 99999;
  display: flex;
}
#progress img{
  width: 130px;
  margin: auto;
  -webkit-animation: scales 1.2s ease-in-out infinite alternate;
  -moz-animation: scales 1.2s ease-in-out infinite alternate;
  animation: scales 1.2s ease-in-out infinite alternate;
}

@-moz-keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    0% {opacity: 0.3;}
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);

  }
}
@-webkit-keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    0% {opacity: 0.3;}
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    100% {opacity: 1;}
  }
}
@-o-keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    0% {opacity: 0.3;}
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    100% {opacity: 1;}
  }
}
@keyframes scales {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}

/* Estilos para la barra de navegación */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Estilos para resaltar el codigo del congreso */
.carousel.carousel-slider .carousel-fixed-item.with-indicators{
  top: 0;
}
.carousel-fixed-item span{
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  margin: auto;
  font-weight: bold;
  border-radius: 0 0 15px 15px;
  font-size: 1.5em;
}

.carousel-fixed-item-two span{
  position: absolute;
  left: 0;
  background: #ffffff;
  z-index: 9;
  width: 200px;
  margin-left: 80px;
  /* width: 300px;
  margin-left: 40px; */
  border-radius: 0 0 15px 15px;
}

.carousel-fixed-item-two span img{
  height: 70px;
}

@media only screen and (max-width: 768px) {

  .carousel-fixed-item span{
    padding: 5px 10px;
    max-width: 200px;
    border-radius: 0 0 10px 10px;
    font-size: 1.1em;
  }

  .carousel-fixed-item-two span{
    display: none;
  }

}


/* Modificación de estilos de materialiaze */
nav ul a{
  /* font-size: 1.2em; */
  font-size: 1em;
}
nav .brand-logo{
  /* width: 165px; */
  width: 300px;
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  nav .brand-logo{
    width: 200px;
    margin-left: 5px;
    margin-top: 8px;
  }
}

#sidenav-overlay{
  position: relative;
}
/* .carousel .carousel-item > img{
width: 50%;
} */
