body,html{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.base{
  position: relative;
  float: left;
}

.w100{
  width: 100%;
}

footer{
  background: #1a1a1a;
  padding: 30px 0px;
  color:#fff;
}
.logo_footer{
  position: relative;
  float: left;
  width: 100%;
  max-width: 150px;
}
a{ text-decoration: none;}
.color_azul{ color:#29abe2;}
.color_blanco{ color:#fff;}
.text-right{ text-align: right;}
.text-left{ text-align: left;}

p{ margin:0px;}

nav{
  background:rgba(0,0,0,0.6);
  position: relative;
  float: left;
  padding: 10px 10px; width: 100%; z-index: 999;
}

#menu{
  background:rgba(0,0,0,0.8);
  position: relative;
  float: left;
  padding: 10px 10px; width: 100%; z-index: 998;
}
.logo{
  position: relative;
  float: left;
  width: 100%;
  max-width: 200px;
}
.btn-blanco{
  position: relative;
  float: right;
  background: #fff;
  padding: 10px 20px;
  text-decoration: none;
  color: #0076ba;
  border-radius: 8px;
  font-weight: 400;
  min-width: 150px;
  text-align: center;
  margin: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.btn-blanco:hover{
  background: #0076ba;
  color:#fff;
  transition: all 0.5s ease;
}
.link-menu{
  border-bottom: 3px solid rgba(0,0,0,0);
  color: #ffF;
  display: inline-block;
  margin: 10px;
  font-size: 16px;
  min-width: 100px;
  text-align: center;
  transition: all 0.5s ease;
}
.link-menu:hover{
color:#29abe2;
border-bottom: 3px solid #29abe2;
transition: all 0.5s ease;
}
#menu-links{ position:relative; float:lefT; width: 100%;   transition: all 0.5s ease;}

#btn-movil{ display: none;}


.cont-modal{
  height:100%; width:100%; position:fixed; top:0px; left:0px; z-index:1050;
  display: flex; align-items: center; justify-content: center; display: none;
}
.sombra-modal{
  height:100%; width:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5);
}
.modal-blanco{
  background:#fff; padding:50px; border-radius:12px; z-index:1050;
}

@media ( max-width:800px){
  #menu-links{
    display: none;
  }
#btn-movil{display: block;
  background: #29abe2;
  color: #fff;
  border: 0px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.5s ease;
}
#btn-movil > span{     height: 3px;
  background: #fff;
  width: 30px;
  position: relative;
  float: left;
  margin: 3px 0px;
}
.link-menu{ position: relative; float: left; width:100%; text-align: left;}

}



/*************************************************/

.fondo-home{
  background: url("../img/fondo.jpg");
  background-size: cover;
  background-position: top center;
position: relative;
float: left;

  width: 100%;
  padding-top: 200px;
}


.fondo-bases{
  background: url("../img/fondo-bases.jpg");
  background-size: cover;
  background-position: top center;
position: relative;
float: left;

  width: 100%;
  padding-top: 200px;
}


.fondo-tiktoks{
  background: url("../img/tiktoks/fondo.png");
  background-size: auto 270px; background-repeat: no-repeat;
  background-position: top center;
position: relative;
float: left;

  width: 100%;
  padding-top: 200px;
}


.fondo-podcast{
  background: url("../img/podcast/fondo.png");
  background-size:auto 300px; background-repeat: no-repeat;
  background-position: top center;
position: relative;
float: left;

  width: 100%;
  padding-top: 200px;
}

.pull-right{ float:right;}


.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: 0px;
  top: 0px;
}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: 0px;
  top: 0px;
} 

.owl-dots{
  position: absolute;
  width: 100%;

}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-prev:active, 
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-next:active{
  background: none; color:#000 !important;     font-size: 1.5em !important;
  font-weight: bold !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background:#02209a !important;
}
.owl-theme .owl-dots .owl-dot span{
  background: #fff !important;
}

.slider-cont-home{
  max-width:700px; margin:0px auto; border-radius:0px; border:3px solid #333; font-size:3em; padding:20px 30px;
}


@media ( max-width:800px){

  .slider-cont-home{font-size: 2em;}
}


/****************************************************/

label{ font-weight: 400;}
.input{ 
  border-radius: 8px;
    padding: 10px;
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #000;
    margin: 10px 0px;

}

.btn-primary,
.btn-primary:hover,
.btn-outline:hover {
    background-color: #008cf6;
    border: 1px solid #008cf6;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    font-weight: bold;
    border-radius: 6px;
    transition: all ease 0.5s;
    font-size: 15px;
}
.btn-link{
  font-weight: bold;
  color:#0071be;
  margin:10px 0px;
  font-size: 1.1em;
}
.footer-login{
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  font-size: 1.1em;
  font-weight: bold;
}

.cont-body-login{
  margin: 0px;
    padding: 20px 50px;
    max-width: 400px;
    margin: 20px auto 0px auto;
    float: none;
    display: inline-block;
}

@media ( max-width:800px){

  .cont-body-login{ padding: 20px;}
}

/*****************desafios**********************************/


.fondo-desafios{
  background: url("../img/fondo-desafios.jpg");
  background-size: contain;
  background-position: bottom center;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 20px;
  background-repeat: no-repeat;
}
