@import url(href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,300i,400,400i,500,500i,700,700i|Passion+One:400,700" rel="stylesheet");

*{
    margin: 0em;
    padding: 0em; 
    box-sizing: border-box;
}

body {
    background-color: lightgrey;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    text-decoration: none;
}

footer {
    background-color: dimgrey;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.75em;
    margin-top: 3em;
    padding: 1em;
}

/************************************************************** INDEX 5 */
/* -------------------------------HEADER */

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.encabezado {
    display: flex;
    flex-direction: column;
}

.titulo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    text-align: center;
    
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
    color: white;
    padding: 0.7em 1em;   
}

.titulo > h4 {
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size: 2em;
}

.fa-bars {
    color: white;
}

.fa-filter {
    color: none;
}

h1 {
    display: flex;
    justify-content: center;
    align-content: center;
    
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 17pt;
}

div.subparte {
    display: flex;
    justify-content: flex-end;
    
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0.5em 1em 0.5em 0em;
}

/* -------------MENU LATERAL */ 

header nav {
    display: flex;
    flex-direction: column;
    background-color: rgba(0,0,0,0.95);
    color: white;
    
    position: fixed;
    z-index: 999;
    width: 90vw;
    height: 100vh;
    top: 0;
    left: -90vw;
    transition: all 1s ease;
}

header nav:target {
    left: 0;

    transition: all .6s ease;
}

header nav a:hover {
    background-color: orange;
}

.active {
    background-color: hotpink;
}

header nav a {
    color: rgba(255,255,255,.95);
    display: block;
    padding: .5em 1em;
    text-align: left;
    text-decoration: none;
}

#x {
    position: absolute;
    left: 0;
    top: 0; 
}

/* -------------PERFIL */

.usuario {
    margin-top: 2em; 
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
}

figure{
    display: flex;
    flex-direction: row;
    top: 0;
}

figure #perfil {
    width: 30%;
    height: 20%;
    border-radius: 50%;
    padding: 1em 0;
    margin-left: 1.5em;
}

figure figcaption {
    font-weight: 400;
    justify-content: center;
    align-content: center;
    margin: auto;
    font-size: 0.8em;
    color: white;
}

figure figcaption h2 {
    margin-left: -1em;
}

figure figcaption p {
    margin-top: -0.5em;
}

nav .info {
    display: flex;
    padding-bottom: 0.7em;
    border-bottom: 2px solid rgba(255,255,255,.95);
    text-transform: uppercase;
}

.info li {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.info li h2 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    color: white;
}

/* -------------FIN PERFIL */

header .categorias {
    display: flex;
    flex-direction: column;
    
    padding: 0 1em;
    color: white;
    
    font-size: 1em;
    padding: 0.8em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.categorias .sub {
    padding-left: 0.7em;
    padding-bottom: 0.5em;
    font-weight: 400;
}

/* -------------FIN MENU LATERAL */  

#nbindex {
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
    color: white;
    font-size: 11pt;
    padding: 0.5em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    
}

.subtitulo{
    display: flex;
    
    background-color: hotpink;
    color: white;
    font-size: 11pt;
    padding: 0.5em;
    margin-top: 0em;
}

.subtitulo ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin: auto;
}

.subtitulo ul li {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.subtitulo ul li a {
    display: flex;
    padding: 0 0.8em;
}

.subtitulo ul li a:hover {
    font-weight: 700;
}

/* -------------------------------FIN HEADER */

.espacio {
    margin-top: 1em;
}

.imagen {
    position: relative;
}

i.fa-heart-o {
    position: absolute;
    color: hotpink;
    right: 1em;
    top: 1em;
}

.contenedorinfo {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -0.5em;
    
    margin-bottom: 1.2em;
}

.contenedorinfo h3 {
    padding: 0.3em;
    display: flex;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: black;
    font-size: 20pt;
    text-align: center;
    align-content: center;
    border-top: 0.01em solid lightgrey;
    border-bottom: 0.01em solid lightgrey;
}

h3 {
    display: flex;
    justify-content: center;
    text-align: center;
}

.contenedorinfo h3 a {
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 18pt;
}

.contenedorinfo p {
    padding: 0.5em;
    display: flex;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 8pt;
    text-align: center;
    justify-content: center;
}

/************************************************************** TERMINO INDEX 5 */
/************************************************************** INDEX 6 */

i.fa-long-arrow-left {
    position: absolute;
    top: 1em;
    left: 1em;
    color: white;
    text-decoration: none;
}

i.fa-heart {
    position: absolute;
    top: 1em;
    right: 1em;
    color: hotpink;
}


h1#tituloindex2 {
    background-color: white;
    color: black;
    font-size: 20pt;
    border-bottom: 1px solid lightgrey;
    margin-top: -0.5em;
    padding: 0.5em 0;
}

main#index2 {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul.lista-iconos {
    padding: 0.5em 1em;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.lista-iconos li {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: orange;
    margin: 0.5em;
}

main#index2 ul li p {
    color: black;
    margin: 0.5em;
}

    /* RESERVAR */ 

#index2 > a {
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
    padding: 0.4em;
    border-radius: 0.6em;
    margin: -0.5em 3em 0 3em; 
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 15pt;
}

    /* RESERVAR */

#index2 ul.descripcion {
    background-color: white;
    padding: 1em 2.5em 0 2.5em;
}

#index2 ul.descripcion li {
    list-style-type: disc;
}

/* -------------MAPA */ 

.MapaResponsive {
    position: relative;
    margin: 1em auto 0;
    height: 0;
    padding-bottom: 56.25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h2#EAN {
    font-size: 11pt;
    padding: 0.7 0.7em 0 0;
}

p#EAN {
    font-size: 10pt;
    padding: 0 0.7em 0 0;
}

/* -------------FIN MAPA */
/* -------------------------------FIN MAIN */

section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: lightgrey;
}

section h3 {
    background-color: lightgrey;
    padding: 0.5em 0.5em 0.2em 0.5em;
    font-size: 10pt;
    font-weight: 300;
    text-transform: uppercase;
}

section figure.similar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: lightgrey;
}

figure.similar img#yinyang {
    width: 70%;
    height: auto;
    margin: 1em auto;
    justify-content: center;
    border: 1px solid darkgrey;
}

section figcaption#yinyang {
    justify-content: center;
    text-align: center;
    background-color: white;
    border: 1px solid darkgrey;
    color: black;
    margin: -1.2em 3.1em 1em 3.1em;
    padding: 1em;
    font-size: 13pt;
}

/************************************************************** TERMINO INDEX 6 */
/************************************************************** INDEX 7 */

#index3 > .titulo { 
    display: flex;
    justify-content: center;
}

main#index3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main#index3 > h4 {
    padding: 0.7em 1em;
    display: flex;
    justify-content: center;
    background-color: white;
    border-bottom: 1px solid lightgrey;
}

main > .info2 {
    display: flex; 
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    background-color: white;
    border-bottom: 2px solid rgba(255,255,255,.95);
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
    flex-wrap: nowrap;
    
    /*-webkit-overflow-scrolling: touch;
	overflow-style: autohiding scrollbar;*/
    overflow-x: scroll;
}

main > .info2 > li {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    
    padding: 0 3em;
    font-weight: 400;
}

main > .info2 > li > a:hover {
    font-weight: 500;
}

aside div.ticket {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    border-radius: 0.7em;
    margin: 1em 2em 0em 2em;
    height: 5em;
}

.ticket div.ticket-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    padding: 0 0.25em;
    border-right: 1px solid lightgrey;
}

.ticket div.ticket-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: -0.25em;
    padding-left: 1em;
    padding-right: 4em;
}

h2#ticket {
    font-size: 0.9em;
}

.ticket div.ticket-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    border-left: 1px solid lightgrey;
}

.fa-plus {
    padding: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid lightgrey;
}

.fa-minus {
    padding: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}

body a#boton {
    display: flex;
    justify-content: center;
    
    width: 100%;
    background-color: hotpink;
    padding: 0.4em;
    position: absolute;
    bottom: 0em;
    color: white;
    text-decoration: none;
}

/************************************************************** TERMINO INDEX 7 */
/************************************************************** INDEX 8 */

main#index4 {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em 2em;
    border-bottom: 1px solid lightgrey;
}

h2#index4 {
    font-weight: 400;
    font-size: 1.2em;
}

.fa-ul {
    margin-top: 1em;
    font-weight: 500;
    font-size: 0.85em;
}

.fa-ul li {
    padding: 0.2em 0;
}

section#index4 {
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em 2em;
    font-weight: 700;
}

body a#pago {
    background-color: white;
    margin: 1.5em 1.5em 0 1.5em;
    padding: 0.7em 0;
    color: black;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    border-radius: 0.7em;
}

/************************************************************** TERMINO INDEX 8 */
/************************************************************** INDEX 9 */

body#index5 {
    background-image: url(img/fondofin.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sinfondo {
    background-color: none;
    background: none;
}

.fa-times {
    position: absolute;
    top: 1em;
    left: 1em;
    color: white;
    text-decoration: none;
}

img.logo {
    width: 50%;
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 1em auto;
}

div#index5 {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em 2em;
    border-bottom: 1px solid lightgrey;
}

h2#index5 {
    font-weight: 400;
    font-size: 1.2em;
}

section#index5 {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.codigo {
    display: flex;
    flex-direction: row;
    padding: 1em 2em;
}

img#codigo {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    margin-top: -1em;
    margin-left: -1em;
}

.codigo p {
    padding-top: 0.5em;
}

div.amigos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em 2em;
    font-weight: 500;
    margin-top: -2em;
}

.amigos ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 45%;
}

.fa-facebook-square {
    color: dodgerblue;
}

.fa-google-plus-square {
    color: red;
}

.fa-instagram {
    color: darkviolet;
}

.fa-twitter-square {
    color: deepskyblue;
}

.fa-whatsapp {
    color: limegreen;
}

/************************************************************** TERMINO INDEX 9 */
/************************************************************** INDEX 13 */

#index6 a {
    text-decoration: none;
}
.calendario{
    padding-top: 1.3em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .6em;
}
main#index6 .active{
    background-color: hotpink;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em 0em 1em 0em;
    height: 5.5em;
}

.active div.fecha-1 {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    padding: 0 0.25em;
    border-right: 1px solid lightgrey;
}

.active div.fecha-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
    padding: 0.5em;
}

.active div.fecha-2 h2 {
    font-size: 1em;
    color: black;
}

.active div.fecha-2 p {
    font-size: 0.8em;
    margin-top: 0.2em;
    color: white;
}

.active div.fecha-2 span {
    color: black;
}

main div.fecha {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    margin: 1em 0em 1em 0em;
    height: 5.5em;
}

.fecha div.fecha-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    padding: 0 0.25em;
    border-right: 1px solid lightgrey;
}

.fecha div.fecha-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
    padding: 0.5em;
}

.fecha-2 h2 {
    font-size: 1em;
    color: hotpink;
}

.fecha-2 p {
    font-size: 0.8em;
    margin-top: 0.2em;
}

.fecha-2 p span {
    color: hotpink;
}

/************************************************************** TERMINO INDEX 13 */
/************************************************************** INDEX 11 */

#index2 p.descripcion2 {
    background-color: white;
    padding: 1em 2.5em 0 2.5em;
}

/************************************************************** TERMINO INDEX 11 */
/************************************************************** INDEX 2 */

#index8 {
    background-image: url(img/fondofin.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
    display: flex;
    flex-direction: column;
}

#index8 > .logo {
    margin-top: 4em;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

form > input {
    margin: 1em 5.3em 0em 5.3em; 
    padding: 0.7em;
    border-radius: 1em;
    text-align: center;
}

form a {
    background-color: rgba(255,255,255,0.6);
    padding: 0.4em;
    border-radius: 0.6em;
    margin: 1.2em 3.3em 2em 3.3em; 
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}

#dt {
    background-color: rgba(255,255,255,0.0);
    text-align: center;
    margin-top: -2.6em;
    color: white;
    text-decoration: underline;
    font-size: 0.85em;
}

#contraseña {
    background-color: rgba(0,0,0,0.90);
    
    position: fixed;
    width: 80vw;
    height: 32vh;
    top: 100vh;
    left: 100vh;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

#contraseña > h1 {
    margin-top: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}

#contraseña > p {
    color: white;
    margin-top: 1em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 300;
    padding: 0 3.5em;
}

div#mail {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid white;
    border-radius: 0.7em;
    margin: 1em 1.6em 0em 1.6em;
    display: flex;
    flex-direction: row;
}

.fa-at:before {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 0.8em;
    margin-top: 0.25em;

    color: white;
}

div#mail > input {
    width: 84%;
    padding: 0.4em;
    margin-left: 1em;
    border-bottom-right-radius: 0.7em;
    border-top-right-radius: 0.7em;
}

#contraseña > div#opciones {
    display: flex;
    flex-direction: row;
    margin: 1em 0.8em -1em 0.8em;
    padding-bottom: 2.5em;
    
}

#contraseña > div#opciones > a {
    margin: 0em auto;
    width: 40%;
}

#contraseña:target {
    top: 20vh;
    left: 5.6vh;
}

a#registrarse {
    background-color: rgba(255,255,255,0.6);
    padding: 0.4em;
    border-radius: 0.6em;
    margin: 0em 3.3em 2em 3.3em; 
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}

/************************************************************** TERMINO INDEX 2 */
/************************************************************** INDEX 3 */

#index9 {
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
    display: flex;
    flex-direction: column;
}

#index9 > .titulo {
    display: flex;
    justify-content: center;
    background-color: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

hr {
    border: 0.05em solid white;
    margin-top: 1em;
    left: 0;
}

/* -------------GENERAL */

div.inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

div.inputs > form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 67%;
}

div.inputs > form > div.input {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid white;
    border-radius: 0.7em;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
}

div.inputs > form > div.input > .fa {
    width: 15%;
    
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    color: white;
}

div.inputs > form > div.input > input.cinput {
    padding: 0.5em;
    width: 85%;
    border-bottom-right-radius: 0.7em;
    border-top-right-radius: 0.7em;
}

/* -------------GENERAL */

#index9 h1#pago {
    padding-top: 1em;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}

select#tarjeta {
    margin: 1em auto;
    width: 68%;
    padding: 1em;
    border: none;
    border-radius: 1em;
    background-color: none;
}

#index9 > a {
    background-color: rgba(255,255,255,0.6);
    padding: 0.4em;
    border-radius: 0.6em;
    margin: 0em 3.3em 2em 3.3em; 
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}

div#check {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    margin-top: -2em;
    margin-bottom: 3em;
}

#check > p {
    text-align: center;
    
    color: white;
    font-weight: 400;
    font-size: 0.85em;
}

#check > p > span {
    text-decoration: underline;
}

/* -------------POP UP */ 

#popup {
    background-color: rgba(0,0,0,0.90);
    
    position: fixed;
    width: 80vw;
    height: 70vh;
    top: 100vh;
    left: 100vh;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

#popup > form > h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    color: white;
    margin-top: 1em;
}

#popup > form > div.formularios {
    margin: 0em 3.3em 1em 3.3em;
}

#popup > form > div.formularios > div.input {
    display: flex;
    flex-direction: row;
    
    margin-top: 1em;
    border: 1px solid white;
    border-radius: 0.7em;
    background-color: rgba(255,255,255,0.6);
    color: white;
}

#popup > form > div.formularios > div.input > .fa {
    color: white;
    border-right: 1px solid white;
    
    margin: auto;
    padding: 0.4em;
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

#popup > form > div.formularios > div.input > input.cinput {
    width: 85%;
    padding: 0.4em;
    border-bottom-right-radius: 0.7em;
    border-top-right-radius: 0.7em;
    
}

#popup > form > div.formularios > input#nacimiento {
    margin-top: 1.5em;
    width: 100%;
    padding: 0.4em;
    border-radius: 0.7em;
}

#popup > a {
    background-color: rgba(255,255,255,0.6);
    margin: 2em 3em;
    padding: 0.4em 0em;
    border-radius: 0.6em;
    
    text-align: center;
    color: white;
    font-size: 1.1em;
    text-decoration: none;
}

/* -------------POP UP */

#popup:target {
    
    top: 3vh;
    left: 4.5vh;
}

/************************************************************** TERMINO INDEX 3 */
/************************************************************** INDEX 4 */

#index10 > .titulo {
    display: flex;
    justify-content: center;
    background-color: none;
}

#index10 > main {
    background-color: white;
    border-radius: 0.6em;
    margin: 1em;
    padding-bottom: 2em;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#index10 > main > div.personalizar {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

#index10 > main > div.personalizar > div.secciones {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#index10 > main > div.personalizar > div.secciones > div.figuras {
    width: 5em;
    height: 5em;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.6em;
}

#index10 > main > div.personalizar > div.secciones > div.figuras > figure {
    display: flex;
    flex-direction: column;
}

#index10 > main > div.personalizar > div.secciones > div.figuras > figure > figcaption {
    color: black;
}

hr#linea {
    border: 1px solid black;
}

#index10 > a {
    background-color: hotpink;
    padding: 0.4em;
    border-radius: 0.6em;
    margin: 0em 3.3em 2em 3.3em; 
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}


/* -- HOVER --*/
#index10 > main > div.personalizar > div.secciones > div.figuras:hover {
    background-color: hotpink;
}

/************************************************************** TERMINO INDEX 4 */
/************************************************************** INDEX 14 */

#index14 > header {
    margin-top: 0em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
}

#barraperfil {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5em;
}

#index14 > header > .usuario {
    margin-top: -0.5em;
    margin-bottom: 0.5em;
}

#index14 > header > .usuario > figure {
    margin-left: 1em;
}

#index14 > header > .usuario > figure > figcaption > p {
    margin-left: -1.5em;
    margin-top: 0.2em;
}

#index14 > header > .usuario > .info {
    display: flex;
    flex-direction: row;
    color: white;
    text-transform: uppercase;
}

#index14 > a {
    color: black;
    background-color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 0.6em;
    padding: 0.3em;
    margin: 1em 3em 0 3em;
}

.actividad {
    background-color: white;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.actividad .en {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.actividad .en #flecha {
    display: flex;
    flex-direction: row;
    padding: 0.5em;
}

.actividad .en > p {
    padding: 0.5em;
}

.actividad .festi {
    display: flex;
    flex-direction: row;
}

.actividad .festi > img {
    height: 6em;
    padding-left: 1em;
    margin-bottom: 1em;
}

.actividad .festi > #datos {
    display: flex;
    flex-direction: column;
    margin-left: -4em;
}

.actividad .festi > #datos > h2 {
    font-size: 1em; 
}

.actividad .festi > #datos > ul {
    font-size: 0.9em;
    margin-top: 1em;
}

.actividad .festi > #datos > ul > li {
    padding: 0.2em 0;
}

/************************************************************** TERMINO INDEX 14 */
/************************************************************** INDEX 15 */

#borde {
    background-color: white;
    margin: 1em 2em;
    height: 6em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 0.9em;
    border: 2px dashed hotpink;
}

#borde > a {
    display: flex;
    justify-content: center;
    align-self: center;
}

#borde > .fa {
    align-self: center;
}

#index15 > div. {
    display: flex;
    flex-direction: column;
}

#index15 > div > #fa {
    display: flex;
    flex-direction: row;
    margin-left: 2em;
    margin-top: 1em;
}

#index15 > div > #fa > h2 {
    font-size: 1em;
    margin-left: 0.5em;
}

#cr-in {
    border: none;
    border-radius: 0.0em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

#gev {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: white;
    border: 2px solid hotpink;
    text-align: center;
    border-radius: 0.6em;
    margin: 1em 2em 0 2em;
}

#gev > li#economica {
    border-left: 2px solid hotpink;
    border-right: 2px solid hotpink;
    padding: 0.4em 0.6em;
}

#gev > li {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 0.4em 0.6em;
}

a#mas {
    display: flex;
    justify-content: flex-end;
    margin-right: 2em;
    font-size: 0.8em;
    margin-top: 0.2em;
    text-decoration: underline;
}

.tags {
    display: flex;
    flex-direction: row;
    margin: 1em 0em 1em 2em;
}

.tags > figure {
    display: flex;
    flex-direction: column;
}

.tags > figure > img {
    height: 5em;
    width: 5em;
}

.tags > figure > figcaption {
    color: black;
    padding: 0 0.8em;
}

textarea {
    margin: 1em 5em 5em 5em;
    height: 10em;
}

#index15 > a {
    background: linear-gradient(to right,rgb(255, 58, 171),#ffce2d);
    padding: 0.4em 4em;
    border-radius: 0.6em;
    margin: 2em;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 15pt;
}

/************************************************************** TERMINO INDEX 14 */
/************************************************************** INDEX */

#index-caratula {
    background-image: url(img/fondo-inicio-02.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
    display: flex;
    flex-direction: column;
}

#index-caratula > img {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0.5em auto;
}

#index-caratula > p {
    color: white;
    text-align: center;
    margin: 0em 3em 1em 3em;
    font-size: 0.9em;
}

#index-caratula > p > span {
    font-weight: 600;
    font-size: 1.2em;
}

.VideoResponsive {
    position: relative;
    margin: 0em auto 0;
    height: 0;
    padding-bottom: 56.25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#index-caratula > a {
    background-color: rgba(255,255,255,0.6);
    padding: 0.4em;
    border-radius: 0.6em;
    margin: -1em 2em 0em 2em; 
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1em;
}



/************************************************************************************************** FIN  */

@media (min-width: 75em) {
    #index2 {
        display: flex;
    }
    
    #index2 > header > .titulo > a {
        background-color: none;
    }
    
    #index2 > .enimagen {
        display: flex;
        flex-direction: row;
    }
    
    #index2 > .imagen {
        width: 60%;
    } 
    
    h1#tituloindex2 {
        width: 45%;
        margin-top: -0.1em;
        display: flex;
        justify-content: center;
        align-self: center;
        font-size: 2em;
        height: 10em;
        padding-top: 1em;
        padding-left: 0.5em;
        text-align: left;
    }
    
    main#index2 {
        margin-top: -0.4em;
        border-top: 1px solid lightgrey;
    }
    
    main#index2 > ul.lista-iconos {
        display: flex;
        flex-direction: column;
        margin-left: 51em;
        margin-top: 8em;
        border-top: 1px solid lightgrey;
    }
    
    main#index2 > ul.lista-iconos > li {
        display: flex;
        justify-content: flex-end;
    }
    
    main#index2 > ul.lista-iconos > li > .fa {
        font-size: 3em;
    }
    
    #index2 > a {
        margin-top: -26.5em;
        margin-bottom: 1em;
        width: 90%;
    }
    
    #index2 > ul.descripcion {
        font-size: 1.5em;
        width: 68%;
        margin-top: 1.6em;
        border-top: 1px solid lightgrey;
    }
    
    #index2 > .MapaResponsive {
        margin-left: 53em;
        margin-top: 15em;
    }
    
    #index2 > section {
        margin-top: -18em;
    }
    
    #index2 > section > h3 {
        font-size: 1.4em;
        padding: 0.2em;
    }
    
    ul.bxslider > li > img {
        width: 40%;
    }
    
    #index2 > footer {
        font-size: 1em;
    }
}

@media (min-width: 50em)
    