@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hubballi&family=Lato:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');


html {
    scroll-behavior: smooth;
}

details {
    font-family: 'Nanum Gothic', sans-serif;
}

body {
    background: linear-gradient(360deg, #8713A7 0%, #7AF3CF 100%);
}

header, section {
    padding: 10px;
}

header {
    border-bottom: 4px solid rgb(42, 241, 208);
}

footer {
    color: white;
    background-color: rgb(235, 90, 223);
    padding: 50px;
    text-align: center;
}

h1, h2, h3, h4 {
    font-family: 'Hubballi', cursive;
}

h1 {
    color: rgb(140, 15, 151);
    font-size: 56px;
    text-align: center;
}

p {
    text-align: justify;
}

h2 {
    color: white;
    background-color: rgb(100, 135, 230);
    font-size: 30px;
    font-variant: small-caps;
    padding: 10px;
    text-align: center;
}

p, a, li {
    font-family: 'Hubballi', cursive;
    text-align: center;
}

div {
    margin: 15px;
}

/* SELECTORES PERSONALIZADOS */

.contenedor {
    background-color: white;
    width: 800px;
    max-width: 90%;
    margin: 10px auto;
    /*padding: 20px;*/
    border: 4px solid rgb(50, 5, 134);
    border-radius: 8px;
    /*text-align: center;*/
}

.portada {
    background-image: url(../img/img/46401776_2143374295702120_1908559427686891520_n.jpg);
    width: 86%;
    height: 300px;
    color: white;
    padding: 40px;
    font-size: 50px;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.72);
    background-attachment: fixed;
    text-align: center;
}

.adaptable {
    display: block;
    width: 100%;
    height: auto;
}

.otro-formato {
    color: rgb(69, 67, 70);
    padding: 20px;
    line-height: 24px;
    font-family: 'Hubballi', cursive;
font-family: 'Lato', sans-serif;
    font-style: italic;
    text-align: center;
}

.otro-formato2 {
    color: rgb(39, 39, 39);
    padding: 20px;
    line-height: 24px;
    font-family: 'Hubballi', cursive;
    font-family: 'Lato', sans-serif;
    text-align: justify;
}
.caja-video {
    display: flex;
    justify-content: center;
}

.parrafo {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    font-family: 'Hubballi', cursive;
    font-size: 20px;
    text-align: justify;
}

nav {
    display: flex;
    padding: 10px;
    background-color: rgb(246, 134, 250);
}

nav a {
    padding: 10px;
    color: white;
    text-decoration: none;
    transition: all 5s;
}

nav a:hover {
    padding: 10px;
    color: rgb(3, 133, 105);
    text-decoration: underline;
}

