@charset="utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:500,700,900);

* {
	box-sizing: border-box;
}

body {
    color: #1d1d1d;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background-image: url(imagenes/fondoweb_final_1280.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    /*
    background-color: #f1f1f1;
    */
}

/* BORDE 

.top, .bottom, .left, .right {
	background: #02b180;
	position: fixed;
    z-index: 999;
}

.left, .right {
    top: 35px;
    bottom: 35px;
    width: 8px;
}
.left {
    left: 5px;
}

.right {
    right: 5px;
}
		
.top, .bottom {
    left: 0;
    right: 0;
    height: 8px;
}
.top {
    top: 5px;
}
.bottom {
    bottom: 5px;
}


 TERMINA BORDE */



/* BORDE 2
.bordeverde {
    margin: 1.5em auto 0em;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 5px;
    border-color: #02b180;
    z-index: 999;
    overflow: hidden;
}

*/


.contenedor {
    margin: 0 auto;
    max-width: 960px;
    -webkit-box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.5);
    overflow: hidden;
    background-color: white;
    
    /*
    border-style: solid;
    border-width: 5px;
    border-color: #02b180;
    */
}


#logo {
    float: left;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    max-width: 15em;
    margin-left: 2em;
    margin-top: 0em;
    margin-bottom: 1em;
    position: relative;
}

#logo img {
    width: 100%;
}


#logoresponsive {
    max-width: 3.425em;
    position: absolute;
    overflow: hidden;
    visibility: visible;
    z-index: 2;
    margin-left: 1.35em;
    margin-top: 0.5em;
    
    
    /* mismo lugar que logo grande
    margin-left: 3.2em;
    margin-top: 1.7em;
    */
    
}


#logoresponsive img {
    width: 100%;
}

nav {

    /* si pongo esto, se oculta el ul desplegable
    overflow: hidden;
    */
    margin-top: 1.4em;
    z-index: 9999;
    
}


nav ul {
    float: right;
    
}

nav ul li {
    display: inline-block;
    padding: 0 1em;
    
}

/* el css del nav está en styles.css

nav ul li a {
    text-decoration: none;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;   
}

nav ul li a:hover {
    display: block;
    color: green;
    text-decoration: underline;
}

*/

/* Modal Iniciar sesión */

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 15% auto;

	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.modalDialog > div img {
    width: 100%;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #02bf90; }

/* termina modal */


main {
    float: left;
    overflow: hidden;
    padding: 0.5em 2em;
    z-index: -9;
}

main img {
    width: 100%;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #02b180;
    max-width: 12em;
    letter-spacing: 1px;
}

.separadortitulos {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 0;
    padding-bottom: 21px;
}

.separadortitulos2 {
    margin-left: 3.1em;
}

.hashtags a {
    font-size: 1.3em;
    text-decoration: none;
    color: black;
}

.hashtags a:hover {
    color: #ddc524;
}



main p:before {
    content: "";
}

#banners {
    
}





#banner1 {
    height: 240px;
    float: left;
    overflow: hidden;
    position: relative;
}


#banner1 img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#banner2 {
    height: 240px;
    float: left;
    overflow: hidden;
    position: relative;
}

#banner2 img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#banner3 {
    height: 240px;
    float: left;
    overflow: hidden;
    position: relative;
}

#banner3 img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#coloroverlay {
    visibility: visible;
    background-color: rgba(2,177,128,0.6);
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#bordeinterno {
    visibility: visible;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px;
    border-color: #02b180;
    z-index: 5;
}


#textoover1 {
    visibility: visible;
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 0 1em;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 1.75em;
}

#textoover2 {
    visibility: visible;
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 0 1em;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 1.75em;
}

#textoover3 {
    visibility: visible;
    position: absolute;
    top: 18%;
    width: 100%;
    padding: 0 1em;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 1.75em;
}

/*
#banner1 a:hover #textoover1 {
    visibility: visible;
}

#banner1 a:hover #bordeinterno {
    visibility: visible;
}

#banner1 a:hover #coloroverlay {
    visibility: visible;
}


#banner2 a:hover #textoover2 {
    visibility: visible;
}

#banner2 a:hover #bordeinterno {
    visibility: visible;
}

#banner2 a:hover #coloroverlay {
    visibility: visible;
}


#banner3 a:hover #textoover3 {
    visibility: visible;
}

#banner3 a:hover #bordeinterno {
    visibility: visible;
}

#banner3 a:hover #coloroverlay {
    visibility: visible;
}


*/


#navlajungla {
    clear: both;
    padding-top: 2em;
}

#navlajungla h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 2em;
    text-transform: uppercase;
    color: #02b180;
    max-width: 12em;
    letter-spacing: 1px;
    margin-left: 1.1em;
}


#navlajungla ul {
    margin-bottom: 0;
}

#navlajungla ul li {
    display: inline-block;
    float: left;
}

#navlajungla ul li a {
    font-size: 1em;
    text-decoration: none;
    color: #1d1d1d;
}

#navlajungla ul li a:hover {
    color: #ddc524;
}


.demo {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 960px;
  clear: both;
}
      .cards {
        margin: auto; /* center grid */
        padding: 0;
      }

      .card {
        width: 100%;
        overflow: hidden;
        opacity: 0; /* hide card while loading */
      }

      .card--loaded {
        opacity: 1;
      }

      /* change card size for small screens */
      @media (min-width: 600px) {
        .card { width: 300px; }
      }


.card {
/*
    background-image: url(imagenes/post01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
*/
background: rgba(255,255,255,0.75);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
}

.card-wrapper {
}

.card-image {
  width: 100%;
}

.card-image img {
  width: 100%;
}

.usuario {
    width: 100%;
}

.usuario img {
    width: 100%;
}

.card-info {
  padding: 10px 16px;
  color: rgb(33, 25, 34);
  text-align: left;
}

.mascards {
        display: none;
}


/* acá empieza personajes */

.personaje {
        margin: 0 auto;
        max-width: 960px;
}

.personaje img {
    width: 100%;
}

.infopersonaje {
    max-width: 20em;
    background-image: url(imagenes/fondoinfopersonaje.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Lekton', monospace;
    font-size: 0.9em;
    padding: 1.8em;
    float: left;
    z-index: 1;
    position: absolute;
}
.mochilapersonaje {
    float: left;
}

.mochilapersonaje img {
    width: 100%;
}

.asidepersonaje {
    max-width: 35%;
    float: left;
    padding: 0 1.5em;
    background-color: red;
    
}

/* MALE */
.personaje1 {
    background-color: rgba(255,255,255,0.75);
    padding: 1.25em;
    overflow: hidden;
    width: 100%;
}

.fotopersonaje1 {
    float: left;
}

.male {
    float: left;
    margin-left: 1.8em;
}







/* PERSONAJES VALEN */

h2 {
font-weight: 900;
margin-top: 0.25em;
margin-bottom: 0;
}

h3 {
margin-bottom: 0;
margin-top: 2em;
}
    
#manada {
width: 100%;
margin: 0 auto;
margin-bottom: 3em;
overflow: auto;
padding: 0;
}

#manada1 {
width: 100%;
margin-top: 1em;
float:left;
list-style: none;
}

#textoover1_manada {
    display: none;
}



/* QUE ES VALEN */

#quees {
margin-top: 2em;
}

p {
font-size: 1.2,15em;
    font-weight: 400;
}

.boton {
border-color: #02b180;
border-style: solid;
border-width: 3px;
display: block;
margin: 2em;
}

.boton p {
text-align: center;
}

.boton a {
list-style: none;
text-decoration: none;
color: black;
}

.boton:hover {
    border-color: #ddc524;
border-style: solid;
border-width: 3px;
    
}

/* MANADA 1 VALEN */

p span {
font-weight: 700;
}

#jony img {
width: 100%;
height: auto;
margin-top: 2em;
}


#videos {
margin-top: 1em;
}


/* MAPA */


#titmapa {
    margin-top: 1.5em;
}

#listamapa {
    margin-top: 3.5em;
}


.titulo {
    margin-bottom: 0.5em;
}


.titulo a {
text-decoration: none;
color: #02b180;
font-weight: 700;
}

.titulo a:hover {
    color: #ddc524;
}

ul {
list-style: none;
}

.titulo1 a {
text-decoration: none;
margin-left: 1.4em; 
line-height: 2.2em;
color: black;
}

.titulo1 a:hover {
    color: #ddc524;
}

.titulo1B a {
text-decoration: none;
margin-left: 1.4em; 
line-height: 2.2em;
color: lightgray;
}

hr {
max-width: 950px;
}


/*bajada nueva*/

.bajadanueva {
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 1.2em;
}

.bajadanueva a {
    font-weight: 700;
    text-decoration: none;
    color: black;
}

.bajadanueva a:hover {
    color: #ddc524;
}

#likesjony {
    display: none;
}



/* jquery slider segunda */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



/* FOOTER */

footer {
    clear: both;
    padding-bottom: 1.2em;
    overflow: hidden;
    margin: 0;
}

footer ul {
    float: left;
    margin-left: 0;
    margin-top: 1.2em;
    overflow: hidden;
    
}

footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 1.2em;
}

.redes {
    float: right;
    margin-right: 1.2em;
}

.redes img {
    width: 100%;
}

/*
.redes ul li svg:hover {
  fill: #ff0000;
}
*/


footer ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 0.9em;
}

footer ul li a:hover {
    color: #02b180;
}

.logosfooter {
    float: right;
    margin-right: 2.5em;
    
}

.parestv, .dgpc, .ubafadu {
    height: auto;
    float: right;
    margin-left: 2em;
}

.parestv {
    max-width: 6.5em;
}

.dgpc {
    max-width: 5.5em;
    margin-top: 0.7em;
    
}

.ubafadu {
    max-width: 13em;
}

.parestv img {
    width: 100%;
    height: auto;
}

.dgpc img {
    width: 100%;
    height: auto;
}

.ubafadu img {
    width: 100%;
    height: auto;
}



footer p {
    text-align: left;
    width: 45em;
    font-size: 0.8em;
    color: #2d2d2d;
    margin-left: 1.8em;
    float: left;
}


#especial1 {
    margin-left: 2em;
    margin-top: 1.5em;
}

#especial2 {
    margin-left: 2.5em;
    font-size: 1.2em;
}

/* Acá empieza Episodios */


#episodios {
width: 100%;
margin: 0 auto;
overflow: auto;
padding: 0;
    margin-left: 0.5em;
    
    /*     margin-left: 0.5em; */
}

#episodio {
width: calc(33.33% - 0.5em);
margin-right: 0.5em;
background-color: #fff;
margin-top: 2em;
float:left;

    /*
width: calc(33.33% - 0.5em);
margin-right: 0.5em
    */
}

#imgepisodio {
    width: 100%;
}

#imgepisodio img {
width: 100%;
}

/*editar margin bottom*/
#episodio h3 {
    font-size: 1em;
    padding-left: 0;
    margin-bottom: 0; 
    margin-top: 0.05;
}

#episodio p {
    padding-bottom: 0;
    margin-top: 0;
    padding-left: 1.2em;
}


video {
    width: 100%;
    height: auto;
}


#textoepisodio3 {
    width:100%;
    height: auto;
    padding: 2em;
}
    
    
#tipborde {
    border-width: 3px;
    border-style: solid;
    border-color: #E1C841;
          
}


#textotip {
    font-size: 1.3em;
    font-weight: 900;
    display: block;
    margin-left: 4em;
}


/* la jungla comentario */


#comentariojungla {
    width: 60%;
    position: relative;
}

#comentariojungla form {
    display: none;
}




#comentariojungla img {
width: 100%;
height: auto;
margin: 3em;
}


#btcompartir {
    display: none;
}


#login {
    display: none;
}





/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */


@media screen and (min-width: 40em) {
    
    main {
        width: 100%;   
    }
    
    #logo {
        visibility: visible;
            z-index: 9999;
    }
    #logoresponsive {
        visibility: hidden;
    }
    
    main #bajada1:after {
        content: "¿Te perdiste el primer viaje? ¡No te preocupes!";
font-weight: 700;
    }
    main #bajada2:after {
        content: "Acá te dejamos un mix de todos los mejores momentos y anécdotas inolvidables que no podés dejar de ver.";
    }
    
    #episodio {
        float: left;
        width: calc(30% - 0.5em);  
        margin-right: 0.5em;
    }
    
    
    #banner1 {
        width: 33.33%;
        margin: 0;
        padding: 0;
    }
    
    #banner2 {
        width: 33.34%;
        margin: 0;
        padding: 0;
    }
    
    #banner3 {
        width: 33.33%;
        margin: 0;
        padding: 0;
    }
    
    .mascards {
        display: block;
    }
    
    
    /* banners */
    
    #banner1 {
    height: 240px;
    float: left;
    overflow: hidden;
    position: relative;
}


#banner1 img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#coloroverlay {
    visibility: hidden;
    background-color: rgba(2,177,128,0.6);
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#bordeinterno {
    visibility: hidden;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px;
    border-color: #02b180;
    z-index: 5;
}


#textoover1 {
    visibility: hidden;
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 0 1em;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 1.75em;
}

#textoover2 {
    visibility: hidden;
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 0 1em;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 1.75em;
}

#textoover3 {
    visibility: hidden;
    position: absolute;
    top: 18%;
    width: 100%;
    padding: 0 1em;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 1.75em;
}

#banner1 a:hover #textoover1 {
    visibility: visible;
}

#banner1 a:hover #bordeinterno {
    visibility: visible;
}

#banner1 a:hover #coloroverlay {
    visibility: visible;
}

#banner2 {
    height: 240px;
    float: left;
    overflow: hidden;
    position: relative;
}

#banner2 img {
    width: 100%;
    position: relative;
    z-index: 2;
}


#banner2 a:hover #textoover2 {
    visibility: visible;
}

#banner2 a:hover #bordeinterno {
    visibility: visible;
}

#banner2 a:hover #coloroverlay {
    visibility: visible;
}

#banner3 {
    height: 240px;
    float: left;
    overflow: hidden;
    position: relative;
}

#banner3 img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#banner3 a:hover #textoover3 {
    visibility: visible;
}

#banner3 a:hover #bordeinterno {
    visibility: visible;
}

#banner3 a:hover #coloroverlay {
    visibility: visible;
}
    
    /* termina banners */
    
    
      #manada1 {
    position: relative;
}


#manada1 img {
    position: relative;
    z-index: 2;
}
    
    
    
    
    #coloroverlay_manada {
    visibility: hidden;
    background-color: rgba(2,177,128,0.6);
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#bordeinterno_manada {
    visibility: hidden;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px;
    border-color: #02b180;
    z-index: 5;
}

    

#textoover1_manada {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 30%;
    width: 100%;
    padding: 0 1em;
    z-index: 6;
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 3em;
}
        
    #manada1 a:hover #textoover1_manada {
    visibility: visible;
}

#manada1 a:hover #bordeinterno_manada {
    visibility: visible;
}
    
    #manada1 a:hover #coloroverlay_manada {
    visibility: visible;
}
    
    
    
    
    
    
 
    
    
    
    
    
    
    /* VALEN */
    
    #manada {
        margin-left: 0.5em;
        width: 100%;
        margin: 0 auto;
    }
    
     #manada1 {
        float: left;
        width: calc(33.33% - 0.5em);  
        margin-right: 0.5em;
    }
    

    
    
    
    
    
    .boton {
    display: inline-block;
    width: 20%;
    }
    
    .boton p{
    padding: 0 2em;
    }
    
    #jony {
    max-width: 30%;
    float: left;
    }
    
     #titulojony {
    max-width: 45%;
    float: left;
    margin: 3em;
    margin-top:10em;  
    }
    
    #titulojony h2 {
        margin-top: 0;
        font-size: 2.35em;
    }
    
    #titulojony h3 {
        font-size: 1.35em;
        margin-top: 1em;
    }
    
    #titulojony p {
        font-size: 1.2em;
    }
    

    
    #mochila img {
    margin-top: 2em;
    }

    #mejoresescenas {
    width: 100%;
    
    }

    #video {
    float: left;
    width: 24.25%;
    margin-right: 0.5em;
    }
    
    #p_info1 {
        max-width: 50em;
    }
    
    #p_info2 {
        max-width: 50em;
    }
    
    .comentarios img {
        max-width: 50em;
    }
    
    #tipborde {
    margin-left: 2em;
    max-width: 20em;
    border-width: 3px;
    border-style: solid;
    border-color: #E1C841;
          
}

    #comentariojungla {
    width: 60%;
    position: relative;
}

#comentariojungla form {
    display: inline-block;
    position: absolute;
    top: 23.2%;
    left: 18.5%;
}


#comentariojungla textarea {
    font-family: 'Raleway';
    font-size: 1em;
    resize: none;
    width: 490px;
    height: 77px;
}
    

#btcompartir {
    display: block;
    width: 107px;
    height: 37px;
    background-color: lightgray;
    text-align: center;
    position: absolute;
    top: 136px;
    left: 488px;
    
    }
    
#btcompartir a {
    display: block;
    text-decoration: none;
    color: gray;
    padding-top: 0.8em;
    }

#btcompartir:hover {
    color: white;
    background-color: mediumseagreen;
    }
    
    #btcompartir a:hover {
        color: white;
    }
    
    
#login {
    display: block;
    float: right;
    width: 40%;
    margin-right: 1.1em;
}

#login:hover {
-webkit-filter: brightness(1.4);
  filter: brightness(1.4);
}

#login img {
    width: 100%;
}
    
    
#likesjony {
    display: block;
    float: left;
    margin-top: 0;
    margin-left: 1.5em;
}

#likesjony ul li {
    display: block;
    padding: 0.3em;
    font-size: 1.2em;
}

#likesjony ul li:last-child {
    padding-top: 0;
}

#likesjony img {
    width: 55%;
}

#likesjony img:hover {
    -webkit-filter: brightness(1.4);
  filter: brightness(1.4);
}
    
    
/*
#textotip {
    font-size: 1.3em;
    font-weight: 900;
    display: block;
    margin-left: 4em;
}
    */   
    
}

