@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');
section.cta {
    position: relative;
    padding: 250px 0;
    background-image: url("../img/bg-home.png");
    background-position: center;
    background-size: cover;
}
section.cta .cta-content {
    position: relative;
    z-index: 1;
}
section.cta h1.mb-5 {
    font-size: 45px;
    font-family: 'Raleway', 'sans-serif';
    letter-spacing: 20px;
}
.titulo-negritas {
    color: #63b9a0;
    font-family: Coco-Gothic-Bold;
}
.titulo-white {
    color: #ffffff;
    font-family: Coco-Gothic-Regular;
    font-size: 30px !important;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pleca-float {
    margin-top: -145px;
    background-color: #ffffff;
    padding-bottom: 85px;
}
.gris {
    color: #666566;
    font-size: 25px;
}
.white {
    color: #ffffff;
}
.gradiente {
    color: #ffffff;
    background: #3d83c1;
    background: -moz-linear-gradient(left, #3d83c1 0%, #3e88b3 39%, #3e88b3 42%, #3c9594 52%, #3b9f7a 75%, #3ba372 92%, #3bad55 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #3d83c1), color-stop(39%, #3e88b3), color-stop(42%, #3e88b3), color-stop(52%, #3c9594), color-stop(75%, #3b9f7a), color-stop(92%, #3ba372), color-stop(100%, #3bad55));
    background: -webkit-linear-gradient(left, #3d83c1 0%, #3e88b3 39%, #3e88b3 42%, #3c9594 52%, #3b9f7a 75%, #3ba372 92%, #3bad55 100%);
    background: -o-linear-gradient(left, #3d83c1 0%, #3e88b3 39%, #3e88b3 42%, #3c9594 52%, #3b9f7a 75%, #3ba372 92%, #3bad55 100%);
    background: -ms-linear-gradient(left, #3d83c1 0%, #3e88b3 39%, #3e88b3 42%, #3c9594 52%, #3b9f7a 75%, #3ba372 92%, #3bad55 100%);
    background: linear-gradient(to right, #3d83c1 0%, #3e88b3 39%, #3e88b3 42%, #3c9594 52%, #3b9f7a 75%, #3ba372 92%, #3bad55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d83c1', endColorstr='#3bad55', GradientType=1);
}
.otraFuente {
    font-family: 'Raleway';
}

/* =============================================================================
   POP UP TRIVIA
   ========================================================================== */


#thover{
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6;
  z-index: 100;
}

#tpopup{
  position:absolute;
  /*width:100%;*/
  /*height:576px;*/
  background:#fff;
  /*left:12%;*/
  top:50%;
  border-radius:5px;
  /*padding:1px 0;*/
  /*margin-left:-320px;  width/2 + padding-left */
  margin-top:-250px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  z-index: 101;
  padding-left: 0px;
  padding-right: 0px;
}
.imgpromo{
    width:100%;
}


#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}