*{
	padding:0;
	margin:0;
}

html{
	font-size:0.625em;
}

body{
	font-size:1.6rem;
	font-family:'Open Sans', san-serif;
}

::-moz-selection{
   color:white;
   background:#009688;
}

::selection{
   color:white;
   background:#009688;
}
/**********HEADER***************/
#logo{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 150px;
    height: 80px;
    background: #000;
}
#logo a{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#logo img{
    width: auto;
	position:static;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
html, body, header{
	height:100%;
}
#overlay {
   	background: rgba(0,0,0,0.8);
    width: 110%;
    height: 106%;
    cursor: pointer;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 100;
}
/*header {
    background: #2b2b2b;
	position:relative;
}*/
header {
    position: relative;
    background: #111 url(../img/carta-ajustes.svg) no-repeat 50% 50%;
    background-size: auto 100%;
}	
header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #111;
}
header img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 10px;
}
header .icon-angle-down {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 500;
    font-size: 2rem;
    transform: translateX(-50%);
    border-radius: 50%;
	transition:0.2s;
    background: rgba(0,0,0,0.3);
	cursor:pointer;
}
header .icon-angle-down:hover {
    background: rgba(0,150,136,0.6);
}
#intro {
    width: 100%;
    /*font-family: 'Open Sans Condensed', sanserif;*/
    text-transform: uppercase;
    color: #fff;
    padding: 5%;
    padding-top: 60px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 10;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
}

#intro h1{
	font-family: 'Open Sans', sanserif;
    line-height: 1em;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
    background: #009688;
    padding: 8px;
    margin: 0 auto 10px;
    width: 90%;
    text-transform: lowercase;
}
   
#intro>ul{
    font-size: 0rem;
    list-style:none;
	position:relative;
}
#intro>ul>li {
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 5px 15px;
    line-height: 1em;
}
#intro li {
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
#intro li:hover {
    color: #fff;
    background: #009688;
}
#intro .info {
    position: absolute;
    list-style: none;
    width: 100%;
    left: -10px;
    top: -40px;
    background: #222;
    color: #fff;
    padding: 10px;
	z-index: 100;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
	cursor:default;
}
#intro .icon-cancel {
    position: absolute;
    right:10px;
	top:10px;
	cursor:pointer;
}
#intro .info h3 {
    margin: 0px 10px 10px;
    font-size: 2rem;
    border: 2px solid #fff;
    display: inline-block;
    padding: 5px 10px;
}
#intro .info p {
    font-size: 1.3rem;
    line-height: 1.5em;
    padding: 0px 10px;
}
#intro .info img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    margin: 5px auto;
    max-width: 560px;
}
/*******CONTENIDO***********/


#contenido #entrada{
    padding: 50px 0;
	background:#369d7a;
	color:#fff;
}
#contenido #entrada p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0 25px;
}
#contenido #entrada iframe {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-width: 560px;
    display: block;
    margin: 40px auto 10px;
}
img {
    width: 100%;
    height: auto;
}
#contenido {
    position:relative;
	z-index:5000;
}
#contenido section {
    margin: 100px auto;
    margin-top: 80px;
    width: 85%;
    max-width: 1100px;
}
#contenido section figure {
    display: block;
    width: 210px;
    margin: 0 auto 30px;
}
#contenido section figure img{
	max-width:200px;
	display:block;
	border-radius:20px;
	margin:0 auto;
}
#contenido section figcaption {
    text-align: center;
    /*border-bottom: 2px dotted #cacaca;*/
    width: 100%;
    margin: 0 auto;
    line-height: 1em;
    padding-top: 10px;
}
#contenido section figcaption h2 {
	text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1em;
}
#contenido section figcaption p{
	margin: 8px 0;
    line-height: 1em;
    width: 100%;
    font-size: 1.8rem;
}
#contenido section .anecdota {
    line-height: 2em;
    font-size: 1.7rem;
	margin-bottom: 40px;
	border-top: 2px solid #369d7a;
	position: relative;
	padding-left: 0;
    padding-top: 20px;
}
#contenido section .anecdota:after {
    content: "";
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #369d7a;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
#contenido section .anecdota p {
    margin-bottom: 30px;
}

#contenido section iframe {
    min-height: 315px;
}

/********COLORES**************/

#contenido section:nth-of-type(1) h2 {
	color: #369d7a;
}
#contenido section:nth-of-type(1) .anecdota {
	border-color: #369d7a;
}
#contenido section:nth-of-type(1) .anecdota:after {
	border-bottom:10px solid #369d7a;
}


#contenido section:nth-of-type(2) h2 {
	color: #be587a;
}
#contenido section:nth-of-type(2) .anecdota {
	border-color: #be587a;
}
#contenido section:nth-of-type(2) .anecdota:after {
	border-bottom:10px solid #be587a;
}


#contenido section:nth-of-type(3) h2 {
	color: #bfbf00;
}
#contenido section:nth-of-type(3) .anecdota {
	border-color: #bfbf00;
}
#contenido section:nth-of-type(3) .anecdota:after {
	border-bottom:10px solid #bfbf00;
}


#contenido section:nth-of-type(4) h2 {
	color: #00bfbf;
}
#contenido section:nth-of-type(4) .anecdota {
	border-color: #00bfbf;
}
#contenido section:nth-of-type(4) .anecdota:after {
	border-bottom:10px solid #00bfbf;
}


#contenido section:nth-of-type(5) h2 {
	color: #00bf00;
}
#contenido section:nth-of-type(5) .anecdota {
	border-color: #00bf00;
}
#contenido section:nth-of-type(5) .anecdota:after {
	border-bottom:10px solid #00bf00;
}

#contenido section:nth-of-type(6) h2 {
	color: #bf0000;
}
#contenido section:nth-of-type(6) .anecdota {
	border-color: #bf0000;
}
#contenido section:nth-of-type(6) .anecdota:after {
	border-bottom:10px solid #bf0000;
}

#contenido section:nth-of-type(7) h2 {
	color: #7a63f3;
}
#contenido section:nth-of-type(7) .anecdota {
	border-color: #7a63f3;
}
#contenido section:nth-of-type(7) .anecdota:after {
	border-bottom:10px solid #7a63f3;
}


#contenido section:nth-of-type(8) h2 {
	color: #a47a0c;
}
#contenido section:nth-of-type(8) .anecdota {
	border-color: #a47a0c;
}
#contenido section:nth-of-type(8) .anecdota:after {
	border-bottom:10px solid #a47a0c;
}


#contenido section:nth-of-type(9) h2 {
	color: #507ae9;
}
#contenido section:nth-of-type(9) .anecdota {
	border-color: #507ae9;
}
#contenido section:nth-of-type(9) .anecdota:after {
	border-bottom:10px solid #507ae9;
}


#contenido section:nth-of-type(10) h2 {
	color: #bfbf00;
}
#contenido section:nth-of-type(10) .anecdota {
	border-color: #bfbf00;
}
#contenido section:nth-of-type(10) .anecdota:after {
	border-bottom:10px solid #bfbf00;
}


#contenido section:nth-of-type(11) h2 {
	color: #0000bf;
}
#contenido section:nth-of-type(11) .anecdota {
	border-color: #0000bf;
}
#contenido section:nth-of-type(11) .anecdota:after {
	border-bottom:10px solid #0000bf;
}


#contenido section:nth-of-type(12) h2 {
	color: #8b0000;
}
#contenido section:nth-of-type(12) .anecdota {
	border-color: #8b0000;
}
#contenido section:nth-of-type(12) .anecdota:after {
	border-bottom:10px solid #8b0000;
}

#contenido section:nth-of-type(13) h2 {
	color: #00bfbf;
}
#contenido section:nth-of-type(13) .anecdota {
	border-color: #00bfbf;
}
#contenido section:nth-of-type(13) .anecdota:after {
	border-bottom:10px solid #00bfbf;
}

#contenido section:nth-of-type(14) h2 {
	color: #bf00bf;
}
#contenido section:nth-of-type(14) .anecdota {
	border-color: #bf00bf;
}
#contenido section:nth-of-type(14) .anecdota:after {
	border-bottom:10px solid #bf00bf;
}


/****VIDEO******/
#contenido section iframe {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-width: 560px;
    display: block;
    margin: 0 auto;
}


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




















/****COOCKIES****/
#barracookies{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
    z-index: 500000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
}
#barracookies p{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
#barracookies a{
	text-decoration:none;
	color:#ccc;
	display:inline-block;
	border-bottom: 1px solid transparent;
}
#barracookies a:nth-of-type(1):hover{
	border-bottom: 1px solid #b90021;
}
#barracookies a b{
	color:#fff;
	background:#b90021;
	padding:0 5px;
	border-radius:5px;
	transition:0.2s linear;
}
#barracookies a:hover b{
	background:#730216;
	border:0;
}

/*****AUTOR*****/
#autor {
    font-size: 0;
    list-style: none;
    border-top: 1px solid #666;
    text-align: right;
    max-width: 1000px;
    margin: 20px auto;
}
#autor li{
	font-size:1.5rem;
	line-height:3rem;
	display:inline-block;
	padding:0 10px;
}

/**********SOCIAL********/
article footer {
    background: none;
    top: 0;
    position: static;
	padding:0;
}

/******************/
#social{
	text-align:center;
	margin:40px 0;
}
#social li{
	display:inline-block;
	margin:0 5px;
	font-size:2rem;
}
#social a{
	color:#000;
	text-decoration:none;
	border:2px solid #000;
	border-radius:50%;
	padding:10px;
	display:block;
	line-height: 25px;
    height: 25px;
}
#social span{
	display:none;
}
#social .icon-facebook{
	color:#3b5998;
	border-color:#3b5998;
}
#social .icon-facebook:hover{
	color:#fff;
	background:#3b5998;
}
#social .icon-twitter{
	color:#55acee;
	border-color:#55acee;
}
#social .icon-twitter:hover{
	color:#fff;
	background:#55acee;
}
#social .icon-gplus{
	color:#dd4b39;
	border-color:#dd4b39;
}
#social .icon-gplus:hover{
	color:#fff;
	background:#dd4b39;
}
#social .icon-whatsapp{
	color:#4dc247;
	border-color:#4dc247;
}
#social .icon-whatsapp:hover{
	color:#fff;
	background:#4dc247;
}

/****FOOTER****/
footer {
    background: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
/*	top:150px;*/
}
.pie-container {
    max-width: 750px;
    padding: 0 !important;
}
article footer:before {
    content: "";
    display: none;
}


@media screen and (min-width:700px){
#overlay {
	background: rgba(0,0,0,0.8);
    width: 200%;
    height: 200%;
    cursor: pointer;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 100;
}

header {
    position: relative;
    background: #111 url(../img/carta-ajustes.svg) no-repeat 50% 50%;
    background-size: auto 85%;
	border-radius: 60px;
}	
header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 30px solid rgb(17, 17, 17);
    border-radius: 50px;
    background: rgba(17,17,17,0.6);
}
header .icon-angle-down {
    bottom: 50px;
    font-size: 3rem;
}
#intro {
    width: 100%;
    color: #fff;
    background: rgba(0,0,0,0.8);
    height: auto;
    max-width: 1000px;
}

#intro h1 {
	font-size: 5rem;
    width: 90%;
    margin: 0 auto 25px;
    padding: 15px;
}
#intro li{
    font-size: 3rem;
    display:inline-block;
	padding:10px;
}
#intro .info {
    position: absolute;
    list-style: none;
    width: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: #222;
    color: #fff;
    padding: 40px 10px;
    z-index: 100;
}
#intro .info iframe{
    min-height:315px;
	max-width:560px;
	display:block;
	margin:20px auto;
}
#intro>ul>li {
    margin: 0 10px 15px;
}
#intro .info h3 {
    margin: 0px 40px 10px;
}
#intro .info p {
    font-size: 2rem;
    line-height: 2em;
    padding: 0 40px;
}
#contenido #entrada{
    padding: 50px 0;
	background:#369d7a;
	color:#fff;
}
#contenido #entrada p {

    font-size: 1.6em;
    line-height: 1.6em;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
}
/*#contenido section figure {
    display: block;
    width: 210px;
}
*/
#contenido #entrada iframe {
    min-height: 315px;
}
#contenido section figure img{
	margin:0;
}
#contenido section figcaption {
	text-align: center;
   /* border-bottom: 1px solid #cacaca;*/
    width: 90%;
    margin: 0 auto;
    line-height: 1em;
    padding-top: 10px;
}
#contenido section .anecdota {
    line-height: 2.4em;
    font-size: 1.8rem;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 0;
    padding-top: 20px;
    border-top: 2px solid #369d7a;
}
#contenido section .anecdota:after {
    content: "";
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #369d7a;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}


#contenido section iframe {
    min-height: 315px;
}

/********COLORES**************/

#contenido section:nth-of-type(1) h2 {
	color: #369d7a;
}
#contenido section:nth-of-type(1) .anecdota {
	border-color: #369d7a;
}
#contenido section:nth-of-type(1) .anecdota:after {
	border-bottom:10px solid #369d7a;
}


#contenido section:nth-of-type(2) h2 {
	color: #be587a;
}
#contenido section:nth-of-type(2) .anecdota {
	border-color: #be587a;
}
#contenido section:nth-of-type(2) .anecdota:after {
	border-bottom:10px solid #be587a;
}


#contenido section:nth-of-type(3) h2 {
	color: #bfbf00;
}
#contenido section:nth-of-type(3) .anecdota {
	border-color: #bfbf00;
}
#contenido section:nth-of-type(3) .anecdota:after {
	border-bottom:10px solid #bfbf00;
}


#contenido section:nth-of-type(4) h2 {
	color: #00bfbf;
}
#contenido section:nth-of-type(4) .anecdota {
	border-color: #00bfbf;
}
#contenido section:nth-of-type(4) .anecdota:after {
	border-bottom:10px solid #00bfbf;
}


#contenido section:nth-of-type(5) h2 {
	color: #00bf00;
}
#contenido section:nth-of-type(5) .anecdota {
	border-color: #00bf00;
}
#contenido section:nth-of-type(5) .anecdota:after {
	border-bottom:10px solid #00bf00;
}

#contenido section:nth-of-type(6) h2 {
	color: #bf0000;
}
#contenido section:nth-of-type(6) .anecdota {
	border-color: #bf0000;
}
#contenido section:nth-of-type(6) .anecdota:after {
	border-bottom:10px solid #bf0000;
}

#contenido section:nth-of-type(7) h2 {
	color: #7a63f3;
}
#contenido section:nth-of-type(7) .anecdota {
	border-color: #7a63f3;
}
#contenido section:nth-of-type(7) .anecdota:after {
	border-bottom:10px solid #7a63f3;
}


#contenido section:nth-of-type(8) h2 {
	color: #a47a0c;
}
#contenido section:nth-of-type(8) .anecdota {
	border-color: #a47a0c;
}
#contenido section:nth-of-type(8) .anecdota:after {
	border-bottom:10px solid #a47a0c;
}


#contenido section:nth-of-type(9) h2 {
	color: #507ae9;
}
#contenido section:nth-of-type(9) .anecdota {
	border-color: #507ae9;
}
#contenido section:nth-of-type(9) .anecdota:after {
	border-bottom:10px solid #507ae9;
}


#contenido section:nth-of-type(10) h2 {
	color: #bfbf00;
}
#contenido section:nth-of-type(10) .anecdota {
	border-color: #bfbf00;
}
#contenido section:nth-of-type(10) .anecdota:after {
	border-bottom:10px solid #bfbf00;
}


#contenido section:nth-of-type(11) h2 {
	color: #0000bf;
}
#contenido section:nth-of-type(11) .anecdota {
	border-color: #0000bf;
}
#contenido section:nth-of-type(11) .anecdota:after {
	border-bottom:10px solid #0000bf;
}


#contenido section:nth-of-type(12) h2 {
	color: #8b0000;
}
#contenido section:nth-of-type(12) .anecdota {
	border-color: #8b0000;
}
#contenido section:nth-of-type(12) .anecdota:after {
	border-bottom:10px solid #8b0000;
}


#contenido section:nth-of-type(13) h2 {
	color: #00bfbf;
}
#contenido section:nth-of-type(13) .anecdota {
	border-color: #00bfbf;
}
#contenido section:nth-of-type(13) .anecdota:after {
	border-bottom:10px solid #00bfbf;
}

#contenido section:nth-of-type(14) h2 {
	color: #bf00bf;
}
#contenido section:nth-of-type(14) .anecdota {
	border-color: #bf00bf;
}
#contenido section:nth-of-type(14) .anecdota:after {
	border-bottom:10px solid #bf00bf;
}

}

@media screen and (min-width:1000px){

header {
    background-size: cover;
}
#intro>ul>li {
    margin: 0px 13px 15px;
}
/*#contenido #entrada p {
	padding: 0;
}*/
#contenido section figure {
    display: inline-block;
    width: 210px;
    vertical-align: top;
	margin:0;
    margin-right: 20px;
	margin-bottom: 20px;
}
#contenido section .anecdota {
    width: 69%;
	padding-left:20px;
	padding-top: 0;
	border-top:0;
	border-left: 2px solid #369d7a;
}
#contenido section .anecdota:after {
    content:"";
	display:block;
	border-left:0;
	border-right:10px solid #369d7a;
	border-bottom:10px solid transparent;
	border-top:10px solid transparent;
	position:absolute;
	left:-10px;
	top:100px;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
/********COLORES**************/

#contenido section:nth-of-type(1) .anecdota:after {
	border-right:10px solid #369d7a;
    border-bottom-color: transparent;
}
#contenido section:nth-of-type(2) .anecdota:after {
	border-right:10px solid #be587a;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(3) .anecdota:after {
	border-right:10px solid #bfbf00;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(4) .anecdota:after {
	border-right:10px solid #00bfbf;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(5) .anecdota:after {
	border-right:10px solid #00bf00;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(6) .anecdota:after {
	border-right:10px solid #bf0000;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(7) .anecdota:after {
	border-right:10px solid #7a63f3;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(8) .anecdota:after {
	border-right:10px solid #a47a0c;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(9) .anecdota:after {
	border-right:10px solid #507ae9;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(10) .anecdota:after {
	border-right:10px solid #bfbf00;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(11) .anecdota:after {
	border-right:10px solid #0000bf;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(12) .anecdota:after {
	border-right:10px solid #8b0000;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(13) .anecdota:after {
	border-right:10px solid #00bfbf;
	border-bottom-color: transparent;
}
#contenido section:nth-of-type(14) .anecdota:after {
	border-right:10px solid #bf00bf;
	border-bottom-color: transparent;
}





}