/* Fuentes de los textos */
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Merriweather:ital,wght@1,300&family=Ms+Madi&family=Teko&family=Updock&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Blaka+Hollow&family=Pacifico&family=Permanent+Marker&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Blaka+Hollow&family=Pacifico&family=Permanent+Marker&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=The+Nautigal:wght@700&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2? family= Anton & display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Passions+Conflict&display=swap');



/*Formato general*/
*{
    background-color: #1a2640;
    color: azure;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

/*Formato del titulo principal*/
.titulo{
    font-family: 'Dancing Script', cursive;
    font-size: 17vmin;
    color: #84a1d9;
    background-color: #4c6582;
    margin: 0;
    padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
      
    }
      
.titulo span {
        animation: animate 4s linear infinite;
        -webkit-animation: animate 4s linear infinite;
        background-color: transparent;
        font-family: 'Dancing Script', cursive;
        color: #84a1d9;
      }
.titulo span:nth-child(1){
        animation-delay: 0s;
      }
.titulo span:nth-child(2){
        animation-delay: 0.1s;
      }
.titulo span:nth-child(3){
        animation-delay: 0.2s;
      }
.titulo span:nth-child(4){
        animation-delay: 0.3s;
      }
.titulo span:nth-child(5){
        animation-delay: 0.4s;
      }
.titulo span:nth-child(6){
        animation-delay: 0.5s;
      }
.titulo span:nth-child(7){
        animation-delay: 0.6s;
      }
.titulo span:nth-child(8){
        animation-delay: 0.7s;
        }
.titulo span:nth-child(9){
        animation-delay: 0.8s;
          }
.titulo span:nth-child(10){
        animation-delay: 0.9s;
          }
.titulo span:nth-child(11){
        animation-delay: 1.0s;
          }
.titulo span:nth-child(12){
        animation-delay: 1.1s;
          }
.titulo span:nth-child(13){
        animation-delay: 1.2s;
          }
.titulo span:nth-child(14){
        animation-delay: 1.3s;
          }
.titulo span:nth-child(15){
        animation-delay: 1.4s;
      }
.titulo span:nth-child(16){
        animation-delay: 1.5s;
      }
.titulo span:nth-child(17){
        animation-delay: 1.6s;
      }
.titulo span:nth-child(18){
        animation-delay: 1.7s;
      }
.titulo span:nth-child(19){
        animation-delay: 1.8s;
      }
.titulo span:nth-child(20){
        animation-delay: 1.9s;
      }
.titulo span:nth-child(21){
        animation-delay: 2.0s;
      }
.titulo span:nth-child(22){
        animation-delay: 2.1s;
      }
.titulo span:nth-child(23){
        animation-delay: 2.2s;
      }
.titulo span:nth-child(24){
        animation-delay: 2.3s;
      }
.titulo span:nth-child(25){
        animation-delay: 2.4s;
      }
.titulo span:nth-child(26){
        animation-delay: 2.5s;
      }
      
      @keyframes animate {
        0%, 100% {
          color: #84a1d9;
          filter: blur(2px);
          -webkit-filter: blur(2px);
          text-shadow: 0 0 10px #0a1327, 0 0 20px #0a1327,
          0 0 40px #0a1327, 0 0 80px #0a1327, 0 0 120px #0a1327,
          0 0 200px #0a1327, 0 0 300px #0a1327, 0 0 400px #0a1327;
      }
      
      25%, 75% {
        color: #001a38;
        filter: blur(0px);
        -webkit-filter: blur(0px);
        text-shadow: none;
      }
      
      }

/*Formato de los toros titulos*/
.titulo2, .titulo3, .titulo4{
    font-size: 10vmin;
    color: #b9d8e5;
    font-family: 'Pacifico', cursive;
    padding-top: 9vh;
}

/*Aquí formato de cabecera*/
.cabecera{
    width: 100vw;
    min-height: 5vh;
    background-color: #0a1327;
    position: fixed;
    top: 0;
    font-family: 'DM Serif Display', serif;
    font-size: 3vh;
    text-align: center;
    color: #b9d8e5;
    margin-bottom: 1vh;  
    /* padding: 1vh; */
    z-index: 100;
}

/*Organizo la barra de navegación*/
.botonera{
    width: 100%;
    margin: auto;
    min-height: 5vh;
    /* padding: 0% 25%; */
    display:flex;
   /* justify-content: space-between;*/
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
	align-content: space-between;
    flex-wrap: wrap;
}

/*aquí propiedades del pie de página*/
.pie{
    width: 100vw;
    height: 10vh;
    background-color: #0a1327;
    /*position: fixed;*/
    bottom: 0vh;
    font-family: 'DM Serif Display', serif;
    font-size: 2vh;
    text-align: center;
    color: #b9d8e5;
    margin-top: 1vh;
    padding: 1vh;
}

/* Contenedor principal */
.contenido{ 
    width: 90vw;
    margin: auto;
    padding-top: 10vh;
    /*display flex */
    display: flex;
    flex-direction: column;
}

    /* Clase genérica */
.seccion{ 
    width: 100%;
    min-height: 90vh;
    padding: 0;
    
    background-color: transparent;
}

    /* Cada una de ellas */
.presentacion{ 
    background-color: #4c6582;
    /*centrar el título*/
    display: flex;
    align-items: center;
    justify-content: center;
} 

.preguntas{ 
    background-color: #84a1d9;
    color: #b9d8e5;
}

/*Formato de las preguntas*/
:root {
	--yellow: #bfbfbf;
	--dark: #4c6582;
	--deg: -86deg;
	--trans: all 0.4s ease 0s;
}

.seccion_preguntas {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	display: flex;
	justify-content: center;
	font-family: "Lato", Arial, Helvetica, serif;
	background: linear-gradient(90deg, #131417, var(--dark) 35% 65%, #131417);
	font-size: 1em;
}

body *,
body *:before,
body *:after {
	box-sizing: border-box;
}

.content {
	width: 90vmin;
    max-width: 1000px;
}

h2 {
	text-align: center;
}

.team {
	padding: 1vh 0;
    padding-left: 2.5%;
    padding-top: 2%;
    margin: 0;
    width: 100%;
    background-color: #84a1d9;
}

.member {
	margin: 1vh 0;
    padding: 0.5vh;
    background: linear-gradient( 83deg, var(--yellow) 0 97%, #fff0 calc(97% + 1vh) 100% );
    position: relative;
    list-style: none;
    max-height: 6vmax;
    max-width: 20vw;
    display: inline-block;
    transform: scale(0.85);
    transition: var(--trans);
}

.member:nth-of-type(even) {
	text-align: right;
	background: linear-gradient(
		-83deg,
		var(--yellow) 0 97%,
		#fff0 calc(97% + 1px) 100%
	);
}

.thumb {
	width: 17vmin;
	height: 17vmin;
	float: left;
	margin-right: 2em;
	background: linear-gradient(
		var(--deg),
		var(--dark) 0 70%,
		var(--yellow) 0% 100%
	);
	transform: rotate(-4deg);
	transition: var(--trans);
	border-radius: 0.25em;
	overflow: hidden;
	margin-left: -3em;
	padding: 0.5em;
}

.thumb img {
	width: 100%;
	height: 100%;
	border-radius: 0.25em;
	filter: grayscale(1);
	background: var(--dark);
}

.member:hover .thumb img {
	filter: none;
	transition: var(--trans);
}

.team {
	display: grid;
    grid-template-columns: repeat(3, 31%);
    grid-template-rows: repeat(5, 20vh);
    grid-column-gap: 9vh;
    grid-row-gap: 2vh;
}

/*Hacer adaptable el team*/
@media (orientation: portrait){
    .team{
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(8, 22.5vh);
    }
}
@media (orientation: portrait) and (max-width: 300px){
    .team{
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(16, 26vh);
    }
}

.member:hover {
	transform: scale(1);
	transition: var(--trans);
	filter: drop-shadow(0px 20px 10px #0008);
}

.description {
	padding-top: 1vmin;
    min-height: 5vmax;
}

.description p {
	padding: 5vh 2vh;
    /* position: relative; */
    background: #3f7d97;
    font-size: 1vmax;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

h3 {
	background: linear-gradient(182deg, #fff0, var(--dark) 0 100%);
    display: inline;
    transform: rotate(-1deg);
    position: absolute;
    margin: 0;
    margin-top: -2.25em;
    left: 3vmin;
    min-width: 0.5vmin;
    max-height: 15vmax;
    padding: 0.5vh 1vh;
    color: var(--yellow);
    border-radius: 0.25em;
    font-size: 0.55em;
    font-weight: 10vmax;
    text-align: center;
    font-family: 'Merienda', cursive;
    transform-origin: left bottom;
}

.member:hover h3 {
	transition: var(--trans);
	transform: rotate(0deg);
	background: linear-gradient(180deg, #fff0 59%, var(--dark) 0 100%);
}

.description p a {
	display: inline-block;
	/*margin: 0.5em 0 0 0;*/
	background: var(--dark);
	color: var(--yellow);
	padding: 0.1em 0.5em 0.35em;
	border-radius: 0.5em;
	text-decoration: none;
	transition: var(--trans);
}
.description p a:hover {
	transition: var(--trans);
	color: var(--dark);
	background: var(--yellow);
	font-weight: bold;
    min-height: 1vmin;
}

.description p a {
	/*float: left;*/
	width: 22px;
	filter: invert(1);
	border-radius: 0.15em;
	padding: 2px;
	background: #fff;
	margin-right: 2px;
}

/*Otras secciones*/
.illia{ 
    background-color: #4c6582;
}

.preferencias{ 
    background-color: #84a1d9;
}

/* Formato amo y odio*/
.marquee {
    padding-top: 2vw;
    background-color: transparent;
}
.tituloamo {
    background-color: #4c6582;
}
.marqueefondo {
    background-color: transparent;
}
.tituloamo {
    font-family: 'Dancing Script', cursive;
    font-size: 9vh;
    text-align: center;
    
}
.porque{
    transform: translateY(-50%);
}
.texto1 {
    position: absolute;
    bottom: 4px;
    left: 1%;
    font-family: 'Passions Conflict', cursive;
    font-size: 8vh;
    color: white;
    background-color: transparent;
}


/*Aqui empieza la sección futuro*/
.futuro{ 
    background-color: #4c6582;
}

.landscap, .portra {
    display: none; 

}

.landscap img{
    width: 100%;
}

.portra img{
    width: 100%;
}

@media (orientation: landscape) {
    .landscap{
        display:block;
        background-size: cover;
    }
}

@media (orientation: portrait) {
    .portra{
        display: block;
        background-size: cover;
    }
}
