
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;700&display=swap');


@font-face {
  font-family: cocogoose;
  src: url("../fonts/cocogoose-webfont.woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: cocogoose;
  src: url("../fonts/cocogoose-light.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
.fade {
  transition: opacity .15s linear !important;
}

.modal-backdrop{
  opacity:0.5 !important;
}

.lds-dots div{
  color: white !important;
  background: white !important;
}

body{
  color:white;
  font-family: 'Overpass', sans-serif !important;
  box-sizing: border-box;
  overflow-x: hidden;

}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Overpass', sans-serif !important;
}

.navbar{
  border-bottom: solid white 4px;

}

.navbar .nav-link{
  color:white !important;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
}

.navbar .nav-link:hover{

  /* text-decoration: underline; */
  letter-spacing: .2rem;

}

.navbar-toggler {

  border-color: #fff;

}

h1 {

  font-weight: 700;

}
h2 {
  z-index: 4;
  font-weight: 700;
  position: relative;

}
.font-spacing{
    letter-spacing:5px;
}

.orange.button:hover{
  background-color:#ff9001;
  color: #fff;
  border-style: solid;
}

.orange.button:hover span, .orange.button:hover{
  color:#ffffff !important;
  border-style: solid;
}

.bg-orange{
  background: rgb(255,144,1);
  background: linear-gradient(180deg, rgba(255,144,1,1) 0%, rgba(255,208,48,1) 10%); 
}

.bg-orange-2{
  background: rgb(255,144,1);
}

.background-image{
  background-image: url('../img/ilust6.png');
  min-height: 400px;
}

.background-image--small{
background-image: url('../img/ilust7.png');
min-height: 200px;
}

.background-image--middle{
background-image: url('../img/ilust8.png');
min-height: 400px;
}

.background-image--middle2{
  background-image: url('../img/ilust7.png');
  min-height: 400px;
  }


.background-image--bottom{
background-image: url('../img/ilust7.png');

min-height: 400px;
}

.parallax{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}


@media (hover: none) {

  .parallax {
    /* position: relative; */
    background-attachment: scroll;
    height: 100px  !important;
  } 

  .parallax img{
    width: 100vw !important;
    height: auto !important;
  } 

  .parallax--ponentes {

    background-image: url('../img/ilust7.png');
    min-height: 400px;

  }

  .parallax--ponentes {

    background-image: url('../img/ilust7.png');
    min-height: 400px;

  }

  .parallax--sponsors {

    background-image: url('../img/ilust4.png');
    min-height: 400px;

  }

  .parallax--partners {

    background-image: url('../img/ilust4.png');
    min-height: 100px;

  }

  .parallax--partners--question {

    display:none;

  }

  .parallax--org {

    background-image: url('../img/ilust6.png');
    min-height: 400px;

  }

  .bg-orange {

    background-color: transparent;

  }

  
}

@keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100%;
  }
}

.lSSlideWrapper {
  padding: 0 !important;

  ul {


  }

}
/* header */

.header__logo {

  padding: 0 3.5em;

}

.header__link {
  
  color:white !important;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
  text-decoration: none;

}

.header__link:hover {
  
  letter-spacing: 0.2rem;

}

.header__quote {

  font-weight: bolder;

}

.header__logo--img {

    padding-bottom: 2em;

}

.tickets {
  width: 100vw;
  height: 80px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300'><text x='0' y='40' fill='white' font-family='sans-serif' font-size='40'>Tickets</text></svg>");
  background-repeat: repeat;
  background-size: auto;
  animation: 15s linear infinite slide;
}

.hotizontal-slider__container {

    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    width: 100vw !important;

    .lSSlideOuter{

      margin: 0;
      padding: 0;
      width: 100vw;

    }

}

.hotizontal-slider__container--org {

  margin: 0;

}

.hotizontal-slider__section {

  margin: 0;
  padding: 0;
  width: 100vw !important;

}

.caption{
  fill:white;
}


.parallax h2{
  position: absolute !important;
  bottom: 0px;
  color:white;
}

.increase-height{
    height:150px;

}

div.programa .single{
    background-color: white;
    padding:20px;
    padding-top:50px;    
    border-radius: 4px;
    height:500px;
    color:black;
}

#organizadores {
  padding:10px;
  width: 100%;
  text-align: center;
}

.programa .lSSlideWrapper ul {

  height: auto !important;

}


div.sponsors h2{
    color: black;
}

div.sponsors {

  height: auto;

}

div.sponsors ul {

  height: auto;

}

div.sponsors .slide{
    color:black;
    background-color:#ffffff;
    text-align: center;
    padding:20px;
    height: 250px;
    position: relative;
    border-radius: 4px;
    width:200px;
}

div.ponentes .slide{
  color:black;
  background-color:#ffffff;
  text-align: center;
  padding:20px;
  height: 322px;
  position: relative;
  border-radius: 4px;
  /* top:0px; */
}


.button-icon{
  height: 23px;
  margin: 9px;
}

#sponsors .slide{
}

div.sponsors .slide h5{
    /* bottom:10px; */
    font-weight: bold;
}

div.ponentes .slide p{
  font-weight: 500;
  color:#555;
  font-size: 1rem;
  width: 160px;
  margin: auto;
  overflow: hidden;
  line-height: 20px;

}


div.sponsors .single img{

  max-height: 150px;
  border-radius: 10px;

}

div.ponentes .single img{

  border-radius: 10px;

}

.organizadores {

  display: inline-block;
  width: 250px !important;
height: 250px !important;
}

.organizadores h5{
  font-size:17px;
}

.organizadores .img-thumbnail{
  padding: 1.25rem !important;
  padding-bottom: 10px !important;
}

.single h5{
    margin: auto;
    padding:10px;
    font-size:18px;
}




#tickets .slide{
  width: auto;
}

.ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding:5px;

  }
  .ticket .stub,
  .ticket .check {
    box-sizing: border-box;
  }
  .stub {
    background: #fff;
    height: 250px;
    width: 190px;
    padding: 10px;
    position: relative;
    color: black;
    border-radius: 4px;
    display: flex;
  }

  .check {
    background: #fff;
    height: 250px;
    width: 300px;
    padding: 30px;
    position: relative;
    color: black;
    border-radius: 4px;
    border-right: 2px dashed #ff9001 ;
  }

  .check .big {
    font-size: 30px;
    font-weight: 900;
    line-height: 0.9em;
    width: 100%;

  }
 
  .check .info {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 200;
    color: grey;
    margin-top: 12px;
    width: 100%;
    padding-right: 10PX;
  }

  .price {



  }

  .ticket-buttons{
    bottom:10px;
    right:10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    
  }
  
  .my-button {
    margin-top:4px;
    padding: 8px;
    display: block;
    border-radius: 4px;
    border: 4px dashed #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    cursor:pointer;
  }

  .wpuf_submit_961 {
    background-color: #ff9000 !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }

  .my-button:hover {

    background-color: #fff;
    color: #ff9001;
    border: 4px solid #fff;

  }

  .my-button--white a:hover {

    background-color:#555;
    color: #fff;
    border: 4px solid #fff;

  }

  .my-button.btc {

    border: 4px solid #fff;

  }

  .my-button__pay {

    margin-top:4px;
    padding: 8px;
    display: block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;

  }



  .my-button__pay.white, .my-button.white{
    color:black;
    margin-top:0px;
    border: 2px solid grey;

  }

  .my-button__pay.white:hover{

    color:rgb(255, 255, 255);
    background-color: grey;

  }

  .my-button__pay.orange{
    background:#ffffff;
    color:#ff9001;
    border: 2px dashed #ff9001;
  }

  .my-button__pay.orange:hover{
    background:#ff9001;
    color:#fff;
    border-style: solid;
  }

  .my-button.orange{
    background:#ffffff;
    color:#ff9001;
    border: 4px dashed #ff9001;
  }

  .my-button.orange:hover{
    color:white;
    background-color:#ff9001;
    border-style: solid;

  }


    /* fields */

  .wpuf-fields input, textarea{

    border: 4px solid #ff9001;
    padding: 1rem;
    border-radius: 4px;
    width: inherit;

  }

  .wpuf-submit .button{

    margin-top:4px;
    padding: 8px;
    display: block;
    border-radius: 4px;
    border: 4px dashed #ff9001;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    font-size: 1.5em;
    padding-left: 10px;
    padding-right: 10px;  
    color:#ff9001;
    width: -webkit-fill-available;

  }

  .wpuf-submit .button:hover {

    background-color: #ff9001;
    color: #fff;
    border-style: solid;

  }


/* sections */

  .ponentes__section ul {

    height: 200px;

  }

  .wob-thumbnail {

    border: none;

  }

  .wob-thumbnail__name {

    height: 100%;


  }

  .overlap{
    bottom: 200px;
    position:relative;
    margin-bottom: -200px;
    padding-top: 100px;
  }
  .overlap2{
    bottom: 400px;
    position:relative;
    margin-bottom: -400px;
  }

  .merch__text {

    color: black;

  }

  .square{
    background-color: #ff9001;
    width: 50px !important;
    height: 50px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    margin-left:-20px;
    transform: rotate(0.7turn);
  }

  .container-lg h2{
    z-index:10;
    position: relative;
    background-color: transparent;
    padding: 10px;
    margin: 0;
    border: 4px dashed white;
    border-bottom: none;
  }

  .stand{
    /* margin-top:300px; */
    z-index:2;
    position: relative;
    left: 2em;
  }

  .stand .col-md-12{
    z-index:20;
  }

  .footer {
 
    padding-top: 6em;
    position: relative;
    z-index: 1;
    min-height: 500px;
    overflow: hidden;
  }
  
  .footer img{
    z-index: 0;
    bottom: 0;
  }

  .footer ul li a{
    color:white;
    text-decoration: none;
  }

  .footer a {

    color:white;
    text-decoration: none;

  }

  .footer a:hover{
    background:#ff9001;
    color:#fff;
    text-decoration: dotted;
  }

  .button-width{
    width:300px;
  }

  .button{
    /* text-transform: capitalize; */
    font-weight: bold;
  }
  
  .button::first-letter {
    text-transform: uppercase;
    font-weight: bold;
  }

  .firma {

    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 1em;
    font-size: 0.8em;
    padding: 1em;

  }

  @media (max-device-width: 991px) {
    #wobnavbar .nav-link{
    font-size: 13px;
    }


}

.navbar-brand{
  transition: all 0.2s;
}

.navbar-brand:hover {
  transform: scale(110%);
  transition: all 0.2s;
}

  @media (max-width: 768px) {

    #wobnavbar .nav-link{
      font-size: 16px;
      }

    .navbar-nav{
      text-align: center;
    }

    .navbar-brand{
      order:2;
    }

    .social-nav{
      order:1;
      
    }

    .social-nav .navbar-nav{
      flex-direction: initial;
    }

    .ticket {

      flex-direction: column;
      max-width: 600px;

    }

    .programa__card{

      margin-top: 10px;

    }

    .programa ul {

      height: auto !important;

    }

    .check {

      width: 300px;
      max-width: 500px;
      border-bottom: 2px dashed #ff9001 ;
      border-right: none;

    }

    .stub{

      width: 100%;
      height: auto;

    }

    .tickets__section .slide{
      max-width: 600px;

    }
  
    .tickets__section ul{

      height: auto !important;

    }
    
    .footer__logo {

      height: 30px;
      width: auto;

    }

  }
  

  .ponentes__section .slide{
    width: auto;

  }



  @media (max-width: 400px) {
  
    #tickets li{
      
    }
  
  }


 
  .wrapper, .wrapper2, .wrapper3, .wrapper4, .wrapper5, .wrapper6 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .box, .box2,.box3, .box4, .box5, .box6 {
    box-sizing: border-box;
    display: flex;
    margin: 8px;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
  }

  .ponentes__section .slide:first-child{
    margin-left:16px;
  }

  .box:last-child,  .box2:last-child,  .box3:last-child{

}
 
  
  .prev {
    position: absolute;
    top: 10%;
    left: 15%;
  }
  .next {
    position: absolute;
    top: 10%;
    right: 15%;
  }
  button {
    padding: 1rem 2rem 1rem 2rem;
    border: none;
    background: #555;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
  }

  
  .show-overflow {
    overflow: visible;
  }
  
  .social-nav i {
    font-size: 21px;
    padding: 10px;
    color:white;

  }
  

  .social-nav .nav-item:hover {
    transform: rotate(360deg);
    transition: all 0.3s;
  }