@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

*{
    color:midnightblue;
    font-family: 'Indie Flower', cursive;
    
    
}
.h2{
    font-size: 7vh;
}
.titulo{
    font-family: 'Permanent Marker', cursive;
    font-size: 10vmin;
    color: mediumblue;
    text-align: center;

}
/* formato de cabecera*/
.cabecera{
    width: 100vw;
    min-height: 10vh;
    color: darkslateblue;
    position: fixed;
    top: 0vh;
    background-color: transparent;
    z-index: 100;
}
.botonera{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    background-color: transparent;
}
/* bottones*/


.myButton {
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:1px;
	border:2px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	flex-wrap: wrap;
}
.myButton:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}

.piedepagina{
    width: 100vw;
    min-height: 5vh;
    color: darkslateblue;
    position: fixed;
    bottom: 0vh;
	
}
.contenido{
    width: 100vw;
    margin: auto;
    padding-top: 10vh;
    /* display flex*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
/* clase generica*/
.seccion{
    width: 100%;
    height: 90%;
	padding-top: 10vh;

}
.presentacion{
    background-color: rgb(13, 231, 231);
}
.preguntas{
    min-height: 90%;
    background-color: mediumturquoise;
    justify-self: center;
	font-size: 2vh;
}
/* division por filas*/
.primero, .segundo, .tercero{
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-size: 2vh;
}
/* formato para burbujas*/
.uno, .dos, .tres, .cuatro, .cinco, .seis, .siete, .ocho, .nueve, .diez, .once, .doce, .trece, .catorce, .quince{
    width: 40vh;
    height: 40vh;
    background-image: url("../img/burbuja.rosa.png");
    background-color: transparent;
    background-size: cover; 
    text-align: center;  
	font-size: 2vh;
}
/*colores para fuete de preguntas y respuestas*/

.pregunta{
    color: mediumblue;
    display: table;
    margin-top: 12vh;
    margin-bottom: 0vh;
    text-align: center;
    margin-left: 3vw;
    margin-right: 2vw;
	font-size: 2vh;
}

.respuesta{
    color:rgb(82, 82, 230);
    display: table;
    margin-top: 0vh;
    margin-bottom: 15vh;
    text-align:center;
    margin-left: 2vw;
    margin-right: 2vw;
	font-size: 2vh;
}
.illia{
    background-color: rgb(55, 182, 214);
	width: 100%;
	height: 85%;
	flex-wrap: wrap;
}
.preferencias{
    background-color:dodgerblue;
	flex-wrap: wrap;
}
/*Mostrar el collage*/
.futuro{
    background-color:rgb(40, 102, 196);
	flex-wrap: wrap;
}

/* Ocultar o mostrar en capas segun el viewport*/
.collage_v, .collage_h{ /*Clases*/
    /* se ocultan las dos para luego mostrar la que corresponda*/
    display: none;
    width: 90%;
    margin: auto;
}
/* Las dos imagenes dentro de las capas*/

.collage_v img{
    width: 100%;
    
}
.collage_h img{
    width: 70%;
    margin-left: 15%;
}
/* Especificamente mostrar la capa que corresponda*/
/* Si el dispositivo es horizontal*/
@media (orientation:landscape){
    /* En caso de ser, se hace visible la capa*/
    .collage_h{
        display: block;
    }
}
@media (orientation:portrait){
    /* En caso de ser, se hace visible la capa*/
    .collage_v{
        display: block;
    }

}
body {
    background-color: rgb(13, 231, 231);
	font-family: Arsenal;
}

.honeycomb {
	max-width: 710px;
	margin: auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding-bottom: 5.5%;
	font-size: 2vh;
	flex-wrap: wrap;
}

.honeycomb li {
	width: 25%;
	position: relative;
	visibility: hidden;
}

.honeycomb li:after {
	content: '';
	display: block;
	padding-bottom: 86.6%;
}

.honeycomb li:nth-child(7n+5) {
	margin-left: 12.5%;
}

.cell {
	position: absolute;
	width: 96%;
	margin: 0 2%;
	padding-bottom: 110.85%;
	transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	overflow: hidden;
}

.cell * {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: visible;
}

.honeycomb li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	overflow: hidden;
	font-size: 2vh;
}

.honeycomb li img {
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
	transform: rotate3d(0, 0, 0, 0deg);
}

.honeycomb li .title,
.honeycomb li .text {
	width: 100%;
	padding: 5%;
	display: block;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	transition: transform .2s ease-out, opacity .3s ease-out;
}

.honeycomb li .title {
	bottom: 50%;
	padding-top: 50%;
	font-size: 1.5em;
	z-index: 1;
	transform: translate3d(0, -100%, 0);
}

.honeycomb li .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 45%;
	width: 10%;
	border-bottom: 1px solid #fff;
}

.honeycomb li .text {
	top: 50%;
	padding-bottom: 50%;
	transform: translate3d(0, 100%, 0);
}

.honeycomb li a:hover .title,
.honeycomb li a:focus .title,
.honeycomb li a:hover .text,
.honeycomb li a:focus .text {
	transform: translate3d(0, 0, 0);
}

.Facebook {
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:linear-gradient(to bottom, #00329e 5%, #0046df 100%);
	background-color:#001f61;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.Facebook:hover {
	background:linear-gradient(to bottom, #00329e 5%, #0046df 100%);
	background-color:#001f61;
}
.Facebook:active {
	position:relative;
	top:1px;
}

.Instagram {
	box-shadow:inset 0px 1px 0px 0px #e006c3;
	background:linear-gradient(to bottom, #d60dc5 5%, #c7029c 100%);
	background-color:#f800ec;
	border:1px solid #880071;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.Instagram:hover {
	background:linear-gradient(to bottom, #d60dc5 5%, c7029c 100%);
	background-color:#f800ec;
}
.Instagram:active {
	position:relative;
	top:1px;
}

.Twitter {
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:linear-gradient(to bottom, #00aeff 5%, #00c0e2 100%);
	background-color:#00e1ff;
	border:1px solid #0036f8;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.Twitter:hover {
	background:linear-gradient(to bottom, #00aeff 5%, #00c0e2 100%);
	background-color:#00e1ff;
}
.Twitter:active {
	position:relative;
	top:1px;
}
