/*@media LG*/
@media screen and (min-width: 768px){

.logo-mara{
	margin-top: 20px;
    margin-bottom: 34px;
}
.btn-back{
cursor: pointer;
}

#flag {
    display: none;
}

/*#hamburger {
    position: relative;
    display: block;
    width: 4em;
    height: 4em;
    cursor: pointer;
    background: #000;
    z-index: 10000;

}


#hamburger span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 3em;
    height: .4em;
    margin: auto;
    background: #36bfb9;
    border-radius: 0px 10px 10px 0px;
}

#hamburger span:before,
#hamburger span:after {
    position: absolute;
    width: inherit;
    height: inherit;
    content: '';
    background: #36bfb9;
    border-radius: 0px 10px 10px 0px;
}

#hamburger span:before {
    top: -1em;
}

#hamburger span:after {
    bottom: -1em;
}   */

/*.dropdown-menu{
    background-color: rgba(255,255,255,0.3);
    border: solid 1px #636466;
}

.dropdown-item{
	display: block;
	padding: 10px;
	width: 200px;
}*/

/*.dropdown-item:last-child{
	border-bottom: solid 0px;
}
*/
/*.dropdown-menu a{
	font-size: 22px;
	color: #000;
    margin: 5px 5px 5px 25px;
    color: #36bfb9;
}

.dropdown-menu a:hover{
    text-decoration: none;
	color: #fff;
}

.dropdown-divider{
    background-color: #898a8c;
    height: 1px;
}*/

.video-home{
    margin-top: -61px;
    margin-left: -20px;
}

.ft-home{
    margin-top: -145px;
}

.ft-home-others{
    margin-top: -62px;
}

.ft-home2{
    margin-top: -30px;
}

.icono-red{
    float: left;
    margin-left:2px;
    margin-right: 2px;
    cursor: pointer;
}

.redes{
    margin-left: 350px;
    margin-top: 15px;
}

.twitter-face{
    margin-top: 40px;
}

.dr{
    font-size: 12px;
    color: #36bfb9;
    margin-top: 20px;
}

.dr a {
    color: #36bfb9;
    font-weight: 300
}

.dr a:hover {
    color: #ffffff;
}

/*.menu-sec {
    font-size: 12px;
    color: #36bfb9;
    margin-top: 20px;
    list-style-type: none;
}

.menu-sec ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-sec li {
    float: left;
}

.menu-sec li a {
    display: block;
    padding: 10px;
    color: #36bfb9;
}

.menu-sec li a:hover {
    color: #ffffff;
}*/

.slide-per{
    margin-top: -70px;
    margin-bottom: 20px;
}

/* Opacity #2 */
.hover12 figure {
    background: #ffffff;
    height: 800px;
     opacity: 1;
}
.hover12 figure img {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
     height: 800px;
}
.hover12 figure:hover img {
    opacity: 1;
     height: 800px;
}




.texto-bio{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 100px;
    line-height: 30px;
}

.texto-bio2{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: -75px;
    line-height: 30px;
}

.texto-bio p {
    margin-bottom: 30px;
}

.scrollbar
{
    margin-left: 30px;
    float: left;
    height: 420px;
    width: 90%;
/*    background: #F5F5F5;*/
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
    padding-right: 20px;
}

#wrapper
{
    text-align: center;
    width: 500px;
    margin: auto;
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #6b6b6b;
}

#style-3::-webkit-scrollbar
{
    width: 5px;
/*    background-color: #F5F5F5;*/
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #36bfb9;
}


} /*Fin @media LG*/

/*__________________________________________________________________________*/

/*@media MD*/
@media (min-width: 992px) and (max-width: 1199px){

.texto-bio{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}

.texto-bio p {
    margin-bottom: 30px;
}

.video-home{
    margin-top: -61px;
    margin-left: -14px;
}


} /*Fin @media MD*/


/*__________________________________________________________________________*/

/*@media SM*/
@media (min-width: 768px) and (max-width: 991px){

.texto-bio{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    line-height: 30px;
}

.texto-bio p {
    margin-bottom: 0px;
}

.video-home{
    margin-top: -61px;
    margin-left: -5px;
}

.ft-home{
    margin-top: -100px;
}


} /*Fin @media SM*/



/*__________________________________________________________________________*/

/*@media XS*/
@media (max-width: 767px){

.logo-mara{
    margin-top: 0px;
    margin-bottom: 0px;
}
.btn-back{
cursor: pointer;
}

#flag {
    display: none;
}

#hamburger {
    position: relative;
    display: block;
    width: 4em;
    height: 4em;
    cursor: pointer;
    background: #000;
    z-index: 10000;

}


#hamburger span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 3em;
    height: .4em;
    margin: auto;
    background: #36bfb9;
    border-radius: 0px 10px 10px 0px;
}

#hamburger span:before,
#hamburger span:after {
    position: absolute;
    width: inherit;
    height: inherit;
    content: '';
    background: #36bfb9;
    border-radius: 0px 10px 10px 0px;
}

#hamburger span:before {
    top: -1em;
}

#hamburger span:after {
    bottom: -1em;
}   

.dropdown-menu{
    /*background-color: rgba(255,255,255,0.3);*/
	background-color: rgba(0,0,0,0.7);
    border: solid 1px #636466;
}

.dropdown-item{
    display: block;
    padding: 10px;
/*  border-bottom: solid 1px;*/
    /*margin-left: 25px;*/
    width: 200px;
}

/*.dropdown-item:last-child{
    border-bottom: solid 0px;
}
*/
.dropdown-menu a{
    font-size: 22px;
    color: #000;
    margin: 5px 5px 5px 25px;
    color: #36bfb9;
}

.dropdown-menu a:hover{
    text-decoration: none;
    color: #fff;
}

.dropdown-divider{
    background-color: #898a8c;
    height: 1px;
}

.video-home{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}


.ft-home{
    margin-top: 20px;
}

.icono-red{
    float: left;
    margin-left:2px;
    margin-right: 2px;
    cursor: pointer;
}

.redes{
    margin-left: auto;
    margin-top: 15px;
}

.twitter-face{
    margin-top: 40px;
}

.face{
    margin-bottom: 30px;
}

.dr{
    font-size: 12px;
    color: #36bfb9;
    margin-top: 20px;
}

.dr a {
    color: #36bfb9;
    font-weight: 300;
}

.dr a:hover {
    color: #ffffff;
}

.menu-sec {
    font-size: 12px;
    color: #36bfb9;
    margin-top: 20px;
    list-style-type: none;
}

.menu-sec ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-sec li {
    float: left;
}

.menu-sec li a {
    display: block;
    padding: 10px;
    color: #36bfb9;
}

.menu-sec li a:hover {
    color: #ffffff;
}

.slide-per{
    margin-top: -70px;
    margin-bottom: 20px;
}

.texto-bio{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    line-height: 30px;
}

.texto-bio p {
    margin-bottom: 30px;
}



.texto-bio2{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    line-height: 30px;
}

} /*Fin @media XS*/

.redes-contacto a{
    color: #36bfb9;
    font-size: 18px;
    text-align: left;
    line-height: 40px;
}

.redes-contacto a:hover{
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

ul{
    color: #36bfb9;   
}

h1{
    color: #36bfb9;
    font-size: 26px;
}

body{
    background-color: #000;
}

.tl-personaje{
 color: #36bfb9;
 font-size: 30px;
 margin-top: 10px;
 text-align:center;
}

.tl-personaje2{
 color: #03807b;
 font-size: 16px;
 margin-top: 10px;
 margin-bottom: 10px;
}

.red-dona{
margin-top: 20px;
z-index: 10000;
text-align: center;

}

.red-dona2{
margin-top: 20px;
margin-bottom: 20px;
z-index: 10000;
text-align: center;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-30 {
    margin-left: 30px;
    margin-top: -60px;
}

.dato-contrata{
    font-size: 18px;
    font-weight: 400;
}

.texto-show{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom:20px;
}

.texto-show2{
    color: #36bfb9;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom:20px;
}

.texto-show3{
    color: #36bfb9;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom:20px;
}

.texto-show a {
    color: #36bfb9;

}

.texto-show3 a{
    color: #36bfb9;

}

.posters{
font-size: 13px;
color: #36bfb9;
font-weight: bold;
text-align: center;
padding-top: 10px;
padding-bottom: 15px;
}

.mr-15{margin-right: 10px;}

.mt-25{
    margin-top: 25px;
}

.ft-home-x{
    margin-top: -100px;

}

/*_________________________*/

.blanco{
    background-color: #fff;
}






.hamburger{
    position:fixed;
  background-color:transparent;
    left:0;
    top:0;
    height:30px;
    width:30px;
    padding:20px 20px;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index:1002;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.hamburger.is-active{
  background-color:none;
}
._layer{
    background:#333333;
    margin-bottom:4px;
    border-radius:2px;
    width:28px;
    height:4px;
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
}
.hamburger:hover .-bottom{
    -webkit-transform:translateY(50%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    }
.hamburger.is-active .-top{
    -webkit-transform:translateY(200%) rotate(45deg) !important;
    -ms-transform:translateY(200%) rotate(45deg) !important;
    transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
    opacity:0;
}
.hamburger.is-active .-bottom{
    -webkit-transform:translateY(-200%) rotate(135deg) !important;
    -ms-transform:translateY(-200%) rotate(135deg) !important;
    transform:translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active{
  transform: translate3d(0px, 0px, 0px);
}
.menuppal{
   background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
}
.menuppal ul{
  margin:0;padding:0;
}
.menuppal ul li { 
  list-style: none;
    text-align:center;
    font-family: Verdadna, Arial, Helvetica;
    color:$nav-color-text;
    font-size:1.5rem;
    line-height:3em;
    height:3em;
  color:#369;
    text-transform:none;
    font-weight:bold;
}
.menuppal ul li a{
  text-decoration:none;
  color:#369;
}
.menuppal ul li a:hover{
  text-decoration:none;
  color:#333;
}





/**{
  font-family: Arial;
}*/

ul{
  display: none;
}

input:checked  ~ ul{
  display:block;
  position: absolute;
  z-index: 1000000;
}

input {
  display: none;
}

label {
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid black;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  user-select: none;
  background-color: #3fbfb8;
  font-size: 50px;
}

/* Estilo del boton cuando se pasa el mouse por encima*/
label:hover{
  background: #ccc;
  cursor: pointer;
}

/* Estilo del boton cuando el menú está expandido*/
input:checked ~ label {
  background: #3fbfb8; 
}

ul{
  margin-top:0;
  padding: 0;
  width: 240px;

}


li {
  display: block;
  background-color: rgba(0,0,0,0.6);
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid grey;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px!important;
}

#menuu a {
    color: #a5e6f8!important;
    text-decoration: none;
}



/*Estilo cuando el mouse pasa encima de cada link del menu*/
li:hover {
  filter: brightness(110%);
  background-color: rgba(63,191,184,0.2);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
