

/* ==========
   1.Basic
   ========== */

@font-face {
  font-family: 'VoodooEyeTitle';
  src: url('../fonts/VoodooEyeTitle.ttf') format('truetype');
}

@font-face {
  font-family: 'Adam';
  src: url('../fonts/Adam.otf') format('truetype');
}

@font-face {
  font-family: 'DIN-light';
  src: url('../fonts/DINPro-Light_13935.ttf') format('truetype');
}

h1.nombre-artista
{
  margin:0px;
  padding:0px;
  font-family: 'Adam', sans-serif;
  color: #ea3b72;
  font-size: 42px;
}

h5.titulo-plataformas
{
  margin:0px;
  padding:5px;
  padding-right: 15px;
  font-family: 'Adam', sans-serif;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: right;
  text-transform: uppercase;
  line-height: 21px;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
} 
h1,h2,h3,h4,h5,h6 {
  font-family: 'VoodooEyeTitle', sans-serif;
  font-weight: 600;
}
a,a:hover,a:focus,button{
  text-decoration: none !important;
  outline: none !important;
  color:#FFF;
}
p
{
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

p.voodoo
{
  font-family: 'VoodooEyeTitle', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color:#FFF;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

p.info-disco
{
  font-size: 12px;
  line-height: 19px;
}
p.info-disco strong
{
  font-size: 15px;
}


.nav-tabs
{
  border-bottom: 1px solid transparent;
}
.nav>li
{
  margin-right: 5px;
}
.nav>li>a
{
  /*background-color: #333;*/
  color: #FFF;
  font-family: 'Adam', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.nav>li>a:hover
{
  background-color: #555;
  /*
  border:1px solid transparent;
  */
}

/*====================
  2.Helper
  ===================*/
.font-secondary {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.margin-t-20{
  margin-top: 20px;
}
.margin-t-30{
  margin-top: 30px;
}
.margin-t-100
{
  margin-top: 100px;
}

.margin-t-50{
  margin-top: 50px;
}
.margin-b-0{
  margin-bottom: 0px;
}
.padding-t-15{
  padding-top: 15px;
}
.padding-t-30{
  padding-top: 30px;
}
.padding-b-10{
  padding-bottom: 10px;
}
.height-100vh{
  height: 100vh;
}
.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.bg-overlay{
  background-color: rgba(0,0,0,0.70);
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.bg-overlay-gradient{
  background: #e585aa; 
  background: -webkit-linear-gradient(to right, #e585aa, #af83be); 
  background: linear-gradient(to right, #e585aa, #af83be);
  opacity: 0.9;
}
.bg-overlay-light {
  background-color: rgba(0,0,0,0.70);
}
.section{
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.section-title
{
  font-family: 'Adam', sans-serif;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-title-border{
  background-color: #ea3b72;
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
}
.section-subtitle{
  letter-spacing: 0.02em;
}
iframe {
  max-width: 100%;
}
/*----BACKGROUND COLOR-----*/
.bg-custom{
  background-color: #e278a0;
}
.bg-gray {
    background-color: #f7f7f7;
}
.bg-white{
  background-color: #fff;
}
.bg-dark{
  background-color: #393f4f;
}
/*=====================
  4. Bootstrap Reset
  ======================*/
/*--Text color--- */
.text-muted {
  color: #898989;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-custom{
  color: #e278a0 !important;
}
.text-color
{
  color:#666;
}
.text-gray{
  color: #777 !important;
}
.text-dark{
  color: #000 !important;
}
/*====Buttons=======*/
.btn {
  padding:10px 22px;
}
.btn-rounded {
  border-radius: 30px;
}
.btn-custom {
  background-color: #e278a0 !important;
  border: 1px solid #e278a0 !important;
  color: #fff;
  transition: all 0.3s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #bf6a8a !important;
  border: 1px solid #bf6a8a !important;
  color: #f3f3f3 !important;
  transition: all 0.5s;
}
.btn-bg-white{
  background-color: #fff !important;
  transition: all 0.3s;
  border: 2px solid #fff;
  color: #000 !important;
}
/*======================
  5.Navbar
  ======================*/
.navbar-custom{
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sticky-wrapper {
  position: absolute;
  width: 100%;
}
.navbar-nav {
  margin-left:50px;
  margin-top:20px;
  border-bottom: none;
}
.navbar-custom .navbar-brand
{
  padding: 15px;
  height: auto;
}
.navbar-custom .navbar-nav li a {
  color: #FFF;
  font-size: 15px;
  background-color: transparent !important;
  padding: 8px 0;
  margin: 0 8px;
  transition: all 0.4s;
  font-family: 'Adam', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li a:focus,.navbar-custom .navbar-nav li a:active {
  color: #ea3b72;
}
.navbar-custom .navbar-nav li.active a {
  color: #fff !important;
}
.is-sticky .navbar-custom{
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #000;
  -moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
  box-shadow: 0 10px 33px rgba(0,0,0,.1);
}
.navbar-toggle {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}
.navbar-custom .btn-custom {
  margin-top: 4px ;
  margin-bottom: 4px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
}
/*---Navbar-White--*/
.navbar-custom.navbar-white{
 background-color: #fff;
 padding: 10px 0;
 box-shadow: 0 10px 33px rgba(0,0,0,.1);
}
.navbar-custom.navbar-white .navbar-nav li.active a,.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,.navbar-custom.navbar-white .navbar-nav li a:active {
  color: #e278a0 !important;
}
.navbar-custom.navbar-white .navbar-nav li a,.navbar-custom.navbar-white .navbar-brand ,.navbar-white .navbar-toggle{
  color: #393f4f !important;
}
/*=======================================
          6.HOME 
  =====================================*/
.bg-images{
  background-image: url('../images/bg-home.jpg');
  background-position: center center;
  background-size: cover;
  position: relative;
}
.bg-home{
  background-color: #393f4f;
}
.home-title {
  font-size: 48px;
  line-height: 68px;
}
.display-table-cell{
  display: table-cell;
  vertical-align: middle;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.home-up{
  z-index:10;
  position: relative;
}
.play-btn{
  display: inline-block;
  border: 2px solid #66d203;
  border-radius: 50%;
  color: #ea3b72 !important;
  width: 60px;
  height: 60px;
  display: block;
  font-size:20px;
  margin-right: auto;
  margin-left: auto;
  line-height: 60px;
  padding-left: 5px;
  margin-top: 10px;
  text-align: center;
}
.play-shadow{
  border-radius: 50%;
  border:1px solid #585e6b;
  width: 82px;
  height: 82px;
  margin: 20px auto;
}
.home-desc{
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}
/*----Demo 2 half screen ----*/
.home-half{
  padding-bottom: 150px;
  padding-top: 180px;
}
/*-------Demo 3 Rgistartion form ------*/
.home-registration-form .form-heading {
  margin-bottom: 25px;
}
.home-registration-form {
  padding: 15px 32px 32px 32px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px 0px #000000;
}
.home-subtitle-width-100{
  max-width: 100%;
}
.small-text {
  font-size: 14px;
}
.registration-input-box {
  min-height: 50px;
}
.registration-input-box,.registration-textarea-box {
  margin-bottom: 15px;
  margin-top: 15px;
  outline: 0;
  border: 0;
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #999;
  padding-left: 21px;
  box-shadow: none !important;
}
.home-btn-width{
  width: 100%;
}
/*----Demo 4 Dashboard image ----*/
.home-cell-bottom{
  display: table-cell;
  vertical-align: bottom;
}
.home-padding-t-150{
  padding-top: 150px;
}
/*---Demo 5 Subscribe -----*/
.subscribe-form input {
  padding: 15px 20px;
  width: 100%;
  font-size: 17px;
  color: #4c5667 !important;
  border: none;
  outline: none !important;
  padding-right: 180px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
}
.subscribe-form button {
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  right: 8px;
  outline: none !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 9px 30px;
}
.subscribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}
/*----Demo 8 Home with video --------*/
.frame-border {
  border: 9px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/*---Demo 9 Animated ---*/
.slidero {
  top:50%;
  transform: translateY(-50%);
  position:absolute;
  z-index:100;
  left: 0;
  right: 0;
}
/*------Demo Video Background--*/
.display-table-cell .text-zindex{
  z-index: 9;
}
/*======================================
     7. SERVICES
========================================*/
.services-box i{
  font-size:60px;
}
.services-box{
  padding: 15px;
}
/*====================================
   8. WEBSITE DESCRIPTION
======================================*/
.bg-web-desc{
  background-image: url('../images/img-1.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.overlay-opacity-low{
  opacity: 0.7;
}


/*===fondos===
==============*/
.bg-biografia{
  background-image: url('../images/bg-biografia.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.bg-musica{
  background-image: url('../images/bg-musica.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.bg-videos{
  background-image: url('../images/bg-videos.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.bg-fotos{
  background-image: url('../images/bg-fotos.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.bg-shows{
  background-image: url('../images/bg-shows.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.bg-contacto{
  background-image: url('../images/bg-contacto.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
div#listado_galerias ul
{
  padding: 0px;
  margin:18px;
}
div#listado_galerias ul li a
{
  color: #FFF;
}
div#listado_galerias ul li a:hover
{
  color:#999;
  text-decoration: underline;
}

ul.videos-youtube
{
  padding: 0px;
  margin:0px;
  margin-bottom: 10px;
  margin-top: 40px;
}
ul.videos-youtube li
{
  margin:0px;
  padding:0px;
  list-style: inline;
  list-style-type: none;
  float: left;
  width: 25%;
  text-align: center;
  height: 220px;
}

ul.videos-youtube li a
{
  color:#FFF;
}

ul.videos-youtube li a p
{
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
  margin:0 auto;
}

ul.videos-youtube li a img
{
  width: 90%;
  border: 5px solid #fff;
  margin-bottom: 10px;
}




/*=====================================
     9. ABOUT US
======================================*/
.features-box h2{
  margin-bottom: 25px;
  margin-top: 0;
}
.features-item-list li:before{
  content: "";
  border-radius: 50%;
  background-color: #e278a0;
  width:7px;
  height:7px;
  position: absolute;
  left: 0;
  top: 9px;
}
.features-item-list li {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
}     
/*======================================
        10.  PRICING BOX
========================================*/
.pricing-box{
  padding:50px 40px 50px 40px;
}
.pricing-box h4{
  font-size: 15px;
}
.pricing-box h1{
  font-size: 36px;
  font-weight: 500;
  padding-top: 5px;
}
.pricing-border{
  width: 100%;
  height: 1px;
  margin-top: 35px;
  background-color: #e4e4e4;
}
.price-active{
  box-shadow: 0px 0px 22px 2px #f7f7f7;
}
.plan-features p{
  padding-top: 5px;
  text-transform: capitalize;
}
/*======================================
         11. TEAM
========================================*/
.team-box {
  border-bottom: 1px solid #E9E9E9;
}
.team-name {
  font-size: 16px;
  padding-top: 12px;
  margin-bottom: 7px;
}
.team-designation {
  font-size: 13px;
  color: #898989;
}
/*=======================================
     12. OUR PROCESS
=========================================*/
.process-box i{
  font-size: 48px;
  line-height: 72px;
}
.plan-line:before{
  content: "";
  border: 1px dashed #e0e0e0;
  position: absolute;
  width: 67%;
  left:65%;
  top: 50px;
}
.process-left-icon{
  content: "";
  position: absolute;
  top: 10px;
  background-color: #000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.process-left-icon-1 i,.process-left-icon-2 i{
  font-size: 35px;
  border-radius: 50%;
  position: absolute;
  top: 83px;
  color: #fff;
  z-index: 9;
  background-color: #e278a0;
}
.process-left-icon-1 i{
  left: 63%;
}
.process-left-icon-2 i{
  left: 30%;
}
/*=======================================
       13. People Says
=========================================*/
.testimonial-box img{
  margin: -40px auto;
  height: 68px;
  width: 68px;
}
.testimonial-decs h5{
  padding: 50px 25px 40px;
  line-height: 24px;
  font-weight: 500;
}
.testimonial-decs h5 b {
  font-size: 28px;
}
/*======================================
    14. GET STARTED
=======================================*/
.bg-started{
  background-size: cover;
  background-position: center;
}
/*======================================
       15. FOOTER
========================================*/
.social-icon{
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.25) !important;
  width: 48px;
  height: 48px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}
.cta{
  padding: 30px 0;
}
.social-icon:hover i{
  color: #e278a0;
  transition: all 0.5s;
}
.footer {
  padding: 50px 0;
}
.footer-list li a{
  color: #898989 !important;
  padding-top: 8px;
  display: inline-block;
}
.contact-title{
  font-size: 20px;
}
.contact-detail{
  padding-left: 25px;
  font-size: 12px;
}
.subscribe {
  position: relative;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.subscribe input {
  height: 40px;
  background-color: #f4f4f4;
  box-shadow: none !important;
  border: none;
  padding-right: 50px;
}
.subscribe .submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 50px;
  line-height: 45px;
  text-align: center;
  color: #acacac !important;
}
.footer-alt-border{
  background-color: #f5f5f5;
  height: 1px;
  width: 100%;
}
.footer-alt {
  padding: 30px 0;
}
.copy-rights{
  margin-bottom: 0;
  line-height: 36px;
}
/*=====================================
    16. RESPONSIVE
====================================*/
@media (max-width: 768px){
  .navbar-custom  .navbar-nav {
    margin-left: 0;
  }
  .home-half .slidero {
    top:80%;
    transform: translateY(-50%);
    position:absolute;
    z-index:100;
    left: 0;
    right: 0;
  }  
  .home-half {
    padding-bottom: 100px;
    padding-top: 120px;
  }
  .home-padding-t-150 {
    padding-top: 110px;
  }
  .navbar-custom{
    margin-top: 0px;
    padding: 5px 0px !important;
    background-color: #000;
    -moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
    box-shadow: 0 10px 33px rgba(0,0,0,.1);
  }
  .navbar-custom .navbar-nav li a {
    margin: 0 10px;
    transition: all 0.4s;
  }
  .navbar-custom>.container-fluid{
    width: 100%;
  }
  .navbar-custom .navbar-nav li.active a {
    color: #fff !important;
    border-color: transparent;
  }
  .login-btn{
    padding-left:10px;
  }
  .navbar-custom .navbar-brand {
    line-height: 24px;
    width: 84%;
  }
  .navbar-custom .navbar-brand img
  {
    width: 50%;
  }
  .home-title {
    font-size: 32px;
    line-height: 48px;
  } 
  .vertical-content {
    display: inherit;
  }
  .team-box{
    margin-top:45px;
  }
  .footer-alt .float-none{
    float: none !important;
    text-align: center;
  }
  .features-img {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 200px){
  .plan-line:before{
    content: "";
    display: none;
  }
  .process-left-icon-1 i,.process-left-icon-2 i{
    display: none;
  }
  img#layer
  {
    display: none;
  }
  img#logo-site
  {
    height: 30px;
  }

  .navbar-custom .navbar-nav li a {
    font-size: 12px;
    margin-left:2px;
    margin-right:2px;
  }

}
@media (max-width: 767px) {
  .social {
    margin-top: 0;
  }
  .social-icon {
    margin-bottom: 5px;
  }
  .testimonial-box {
    margin-top: 80px;
  }
  .contact-title {
    text-align: left;
  }
  img#layer
  {
    display: none;
  }
}


/*
section
{
  height: 100vh;
}
*/

section div.container
{
  padding-top: 30px;
}


.album
{
  text-align: center;
}
.album img
{
/*
  border:5px solid #FFF;
*/
  margin:0 auto;
  margin-bottom: 20px;
}
.album h5
{
  font-weight: normal;
  font-size: 17px;
}
.album h5 span
{
  color:#888;
}
.album a
{
  color:#666;
}
.album a:hover
{
  color:#ea3b72;
}


.videos ul,
.videos ul li
{
  list-style: none;
  margin:0px;
  padding:0px;
}
.videos ul li
{
  display: inline;
  float: left;
  margin:15px;
  color:#000;
}
.videos ul li img
{
  margin-bottom: 10px;
  border:5px solid #F0F0F0;
}


ul.redes-sociales,
ul.redes-sociales li
{
  padding:0px;
  margin:0px;
}
ul.redes-sociales li
{
  border:1px solid #222;
  margin-bottom: 5px;
  padding:6px;
}
ul.redes-sociales li img
{
  width: 20%;
}

div.titulo-album
{
  margin-top: 20px;
  margin-bottom: 20px;
}
div.titulo-album h4
{
  font-size: 22px;
  font-weight: bold;
}
div.titulo-album h4 span
{
  font-family: 'Open Sans', sans-serif;
  color:#666; 
}


p.iconos
{
  height: 75px;
  padding:7px;
  padding-top:12px;
}
p.iconos img
{
  margin-left: 0px;
  margin-right: 20px;
  padding-left: 20px;
}





table.tabla-presentaciones
{

}

table.tabla-presentaciones tr td h1,
table.tabla-presentaciones tr td h2,
table.tabla-presentaciones tr td h3,
table.tabla-presentaciones tr td h4,
table.tabla-presentaciones tr td h5,
table.tabla-presentaciones tr td h6,
table.tabla-presentaciones tr td p
{
  margin:0px;
  padding:0px;
}

table.tabla-presentaciones tr td
{
  border-top: 1px solid #222;
}
table.tabla-presentaciones tr td h1
{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}
table.tabla-presentaciones tr td h3
{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
table.tabla-presentaciones tr td h4
{
  font-weight: bold;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 5px;
}
table.tabla-presentaciones tr td h6
{
  font-size: 15px;
  color:#FFF;
}
table.tabla-presentaciones tr td p,
table.tabla-presentaciones tr td p a
{
  color:#666;
  font-size: 12px;
}


ul.nav-f
{
  margin:0px;
  padding:0px;
  margin-bottom: 10px;
}
ul.nav-f li
{
  font-family: 'VoodooEyeTitle', sans-serif;
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  margin-right: 15px;
}

.text-white h6.lugar
{
  color: red;
}



.nav-tabs>li>a
{
  border-radius: 0px;
}



ul.contacto_plataforma
{
  padding:0px;
  padding-left: 0px;
}

ul.contacto_plataforma li img
{
  width:14px;
  margin-right: 15px;
}

ul.contacto_plataforma li
{
  list-style: none;
}

ul.contacto_plataforma li a
{
  color: #666;
  text-decoration: none;
}

ul.contacto_plataforma li a:hover
{
  color:#ea3b72;
}

ul.inicio_plataforma li
{
  font-size: 9px;
  display: list-item;
  margin-bottom: 10px;
  line-height: 18px;
  list-style: none;
  border-left: 5px solid transparent;
  text-align: center;
  padding:5px;
}
ul.inicio_plataforma li img
{
  width:30px;
}

ul.inicio_plataforma li.spotify:hover
{
  border-left: 5px solid #2ab759;
}

ul.inicio_plataforma li.itunes:hover
{
  border-left: 5px solid #FFF;
}

ul.inicio_plataforma li.soundcloud:hover
{
  border-left: 5px solid #fc561f;
}

ul.inicio_plataforma li.deezer:hover
{
  border-left: 5px solid #fb487e;
}

ul.inicio_plataforma li.youtube:hover
{
  border-left: 5px solid #fc0d1c;
}
ul.inicio_plataforma li.facebook:hover
{
  border-left: 5px solid #3d5a96;
}
ul.inicio_plataforma li.instagram:hover
{
  border-left: 5px solid #e43e56;
}





a#link_ni-por-respeto,
a#link_dejame-entrar,
a#link_tornasol,
a#link_horas-en-marte
{
  color: #FFF;
  cursor: pointer;
}
a#link_ni-por-respeto:hover,
a#link_dejame-entrar:hover,
a#link_tornasol:hover,
a#link_horas-en-marte:hover
{
  border-bottom:1px solid #FFF;
  color: #FFF;
}


div.videos-me
{
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
}

div.shuffle-me
{
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
}
div.shuffle-me h1
{
  font-family: 'Adam', sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
div.shuffle-me h2
{
  margin-top: 0px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: center;
  font-family: 'DIN-light';
}


div.videos-me h1
{
  font-family: 'Adam', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
div.videos-me h2
{
  margin-top: 0px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
  text-align: center;
  font-family: 'DIN-light';
}
div.videos-me img
{
  width: 100%;
  height: 100%;
}
