/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}


.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}


/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/*disable custom maps scrolling behaviour*/
.scrolloff {
    pointer-events: none;
}

/* Speakers */

.speakers {
    padding: 50px 0;
    position: relative;
}

.speaker-item {
    margin-bottom: 30px;
    min-height: 160px;
}

.speaker-item a {
    color: #29ABE2;
    display: block;
    text-decoration: inherit;
}

.speaker-item a:focus {
    outline: none;
}

.speaker-item a span {
    background: white;
    border: 3px solid transparent;
    border-radius: 1em;
    transition: .2s ease-in border;
}

.speaker-item a:hover span {
    border: 3px solid #29ABE2;
    transition: .2s ease-in border;
}

.speaker-item .fa-stack-2x {
    color: transparent;
}

.speaker-item .fa-stack-1x {
    color: #29ABE2;
    height: 100%;
}

.speaker-item h4 {
    color: #29ABE2;
}

/* Modal */
.speaker-item .modal a {
    display: inline-block;
}

.modal-content {
  border-radius: 0;
  line-height: 1.5em;
}

.modal-body {
    display: table;
    font-size: 17px;
    line-height: 22px;
    padding: 0;
    width: 100%;
}

.wtm-modal-content-left {
      display: table-cell;
      float: none;
      vertical-align: top;
      width: 35%;
      padding: 50px 15px 30px;
      background: rgba(66, 161, 202, .1);
}

.wtm-modal-content-right {
      display: table-cell;
    float: none;
    vertical-align: top;
    padding: 50px 30px 30px;
    width: 65%;
}

@media(max-width:768px) {
    .wtm-modal-content-right, 
    .wtm-modal-content-left {
        width: 100%;
        display: block;
        padding: 30px;
    }
}

button.close {
  float: none;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.modal .btn-default {
    border: none;
    box-shadow: none;
    color: white;
}

/* Organizers */

.organizer-item {
    margin-bottom: 30px;
}

/* Sponsors 

.sponsors {
    padding: 50px 0;
    position: relative;
}

.sponsor-wrapper {
    display: inline-block;
    padding: 0 1%;
    vertical-align: middle;
    width: 24%;
}

.sponsor-md .sponsor-wrapper{
    width: 33%;
}

.sponsor-lg .sponsor-wrapper{
    width: 48%;
}

.sponsor-item {
    border: 2px solid rgba(66, 133, 244, .1);
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
}

.sponsor-xs .sponsor-item{
    border: 2px solid rgba(71, 124, 171, .1);
}

.sponsor-md .sponsor-item{
    border: 0px solid rgba(66, 161, 202, .1);
}

.sponsor-lg .sponsor-item{
    border: 6px solid rgba(66, 184, 202, .1);
}

.sponsor-media {
    padding: 17px 0 5px;
}

.sponsor-xs .sponsor-media{
    background: rgba(71, 124, 171, .1);
}

.sponsor-md .sponsor-media{
    border-top: 2px solid #d0d0d0;
}
}

.sponsor-lg .sponsor-media{
    background: rgba(66, 184, 202, .1);
}

.sponsor-item span {
    max-width: 100% !important;
}

.sponsor-item span img {
    max-width: 100% !important;
    padding: 10px !important;
}

@media(max-width:767px) {
    .sponsor-wrapper {
        width: 33%;
    }
    .sponsor-md .sponsor-wrapper{
        width: 48%;
    }

    .sponsor-lg .sponsor-wrapper{
        width: 100%;
    }  
}

@media(max-width:550px) {
    .sponsor-wrapper {
        width: 100%!important;
    } 
}
*/
/* Footer */

footer {
    padding: 100px 0;
    font-size: 14px;
}

/* event info */

.section-heading {
    margin-bottom: 30px;
}

/* introduction */

.introduction {
    padding: 50px 0;
}

.introduction-item {
    margin-bottom: 30px;
}
.bg-etopia {
    background-image: url(../img/donde/etopia.png);
    background-color: #FFFFFF;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
}

@media (max-width: 640px) and (min-width: 320px){
 .bg-etopia {
    background-image: url(../img/donde/etopia.png);
    background-color: #FFFFFF;
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
}   
    }

/* Tickets */

.tickets {
    padding: 50px 0;
}

/* Countdown */
.countdown {
    display: table;
    width: 100%;
    height: 200px;
    
}

.image_full1{
   display:inline;
  }

 .image_mobile1{
  display:none;
 }

@media (max-width: 640px) {
  .image_full1{
   display:none;
  }

  .image_mobile1{
       display: inline;
  }
}


/* WTM Custom classes and overrides */

/* Colors */
.wtm-blue {
    color: #29ABE2;
}

.wtm-green {
    color: #29ABE2;
}


/* Backgrounds */
.bg-landing {
    background: url(../img/portada/fondo_header.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.bg-whitish::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    top:0;
}

.bg-blackish::before {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    top:0;
}

.bg-bluish::before {
    background: rgba(66, 133, 244, .1);
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    top:0;
}

.bg-grey {
    background: #fafafa;
}

.bg-blue {
    background: rgba(66, 133, 244, .1);
}

/* Fonts */

.wtm-highlight {
    color: #00bfa5;
    font-size: x-large;
    font-weight: bold;
}

.wtm-highlight-no-bold {
    color: #00bfa5;
    font-size: x-large;
}

/* Buttons */
.btn {
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.btn-fb {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.btn-fb:hover {
    background: #29ABE2;
    border-color: : #29ABE2;
    color: #29ABE2;
}

.btn-primary {
    background: #29ABE2;
    color: #fff;
     border-color: #29ABE2;
     text-transform: uppercase;
}

.btn-primary:hover {
    background: #356ac3;
    border-color: : #356ac3;
}

.btn-secondary {
    border: 2px inset #29ABE2;
    background: #fafafa;
    color: #29ABE2;
}

.btn-secondary:hover {
    background: #fff;
    border-color: #356ac3;
    color: #356ac3;
}

/* Helpers */
.clear-130 {
    clear: both;
    height: 130px;
}

@media (max-width: 768px) and (min-width: 320px){
     .clear-130  {
        height: 70px;
    }   
}

/* Lists */
.wtm-inline-list {
    list-style: none;
}

.wtm-inline-list li {
    display: inline-block;
    margin-bottom: 20px;
    width: 32%;
}

@media (max-width: 768px) and (min-width: 320px){
     .wtm-inline-list li {
        width: 42%;
    }   
}

ul i {
    color: #00bfa5;
    padding-right: 5px;
}

/* Header*/
.header {
    display: block;
    background: #fff;
    height: auto;
    padding: 40px 0;
}

/* Countdown */
.countdown .introduction-item {
    -webkit-border-radius: 55px; 
    -moz-border-radius: 55px; 
    border-radius: 55px;

    background: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
    color: #fff;
    height: 110px;
    margin: 10px auto;
    width: 110px;
}


/* Organizers */
.organizer-item {
    color: #29ABE2;
}

.organizer-item .text-primary {
    color: #fff;
}

/* Sponsors */
@media (max-width: 768px) and (min-width: 320px){
    #consulta_dossier {
        padding-bottom: 20px;
    }
}

/* FONT AWESOME*/
.fa-10x {
    font-size: 10em;
    vertical-align: middle;
}

.fa-8x {
    font-size: 8em;
    vertical-align: middle;
}

.fa-6x {
    font-size: 6em;
    vertical-align: middle;
}

/* Ribbon */
.ribbon {
    margin: 0 auto 10px;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    user-select: none;
    outline:none !important;
    width: 100%;
    color: #fff;
    background-color: #29ABE2;
    border-color: #357ebd;
    padding: 5px 5px 5px 5px;
}

.ribbon:before, .ribbon:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  outline:none;
}

.ribbon-gold{
    background-color: #E5C100;
    font-size: 24px;
}
.ribbon-xs {
    background-color: #29ABE2;
    font-size: 24px;
}

.ribbon-md {
    background-color: #42a1ca;
    font-size: 24px;
}

.ribbon-lg {
    background-color: #42b8ca;
    font-size: 20px;
}

@media(max-width:768px) {
    .ribbon {
       width: 50%;
    }
}

@media(max-width:375px) {
    .ribbon {
       width: 80%;
    }
}

/* Agenda */
.agenda table {
    border: 2px solid rgba(66, 133, 244, .1);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.agenda table thead {
    text-align: center;
    background-color: #29ABE2;
    color: whitesmoke;
}


.agenda table tr {
    border: 2px solid rgba(66, 133, 244, .1);
    
}

.agenda table tr td {
    border: 2px solid rgba(66, 133, 244, .1);
}

.agenda table tr td.empty {
    background-color: rgba(66, 133, 244, .1);
}

.agenda table tr td a {
  color: inherit;
  text-decoration: inherit; /* no underline */
}

.agenda table tr td a:hover {
  background-color: rgba(66, 133, 244, .1);
}


/* Agenda V2 */

.agenda-v2 table thead {
    text-align: center;
    background-color: #29ABE2;
}

.agenda-v2 .table-wrapper {
    /*overflow-x: scroll;*/
}

.agenda-v2 table {
    border: 2px solid white;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
}

.agenda-v2 table tr {
    border: 2px solid white;
}

.agenda-v2 th {
    text-align: center;
    background: #f8f8f8;
    padding: 5px;
}

.agenda-v2 table tr td {
    background: rgba(66, 133, 244, .1);
    border: 2px solid white;
    padding: 5px;
    position: relative;
}

.keynote {
    background: rgba(126, 133, 244, .2);
}

.break {
    background: rgba(66, 133, 204, .1);
}

.talk-EN {
    background: rgba(66, 133, 104, .1);
}


.agenda-v2 table .small {
    background: rgb(190, 213, 252);
    color: #4385f4;
}

.agenda-v2 table tr td:first-child {
    background: #f8f8f8;
    font-size: 16px;
}

.agenda-v2 table tr td.empty {
    background-color: #f8f8f8;
}

.agenda-v2 table tr td a {
  color: inherit;
  display: block;
  text-decoration: inherit; /* no underline */
  padding: 5px;
}

.agenda-v2 table tr td a:hover {
  background-color: rgba(66, 133, 244, .2);
  text-shadow: 0 1px 1px white;
}

@media(max-width:768px) {
    .agenda-v2 table tr td:first-child {
        font-size: 14px;
        text-align: left;
    }
    .agenda-v2 table {
        font-size: 18px !important;
    }
} 

@media(max-width:414px) {  
    .agenda-v2 table td {
        font-size: 14px !important;
    }
} 

/* Modal Agenda */
.agenda-v2 .modal-header {
    background: rgba(66, 161, 202, .1);
    border: none;
    color: #29ABE2;
    margin-bottom: 20px;
    padding-right: 40px;
}

.agenda-v2 .modal-content {
    font-size: 17px;
}

.agenda-v2 .modal-body {
    display: block;
    padding: 20px;
}

.agenda-v2 .modal-body hr {
    border-top: 8px solid #29ABE2;
    border-bottom: none;
}

.table-nonfluid {
   width: auto !important;
}

.no-width {
    width: auto !important;
}