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

.link {
    color: #000;
}

.about {
    text-align: center;
    background-color: #BFBBA9;
}

main {
    background-color: #EAE2C6;
}

section {
    margin: 3vh;
    margin-top: 1vh;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #98D8EF;
    height: 15vh;
    padding: 0.2rem;
}

h1 {
    font-family: fantasy;
    color: #fffef8;
    letter-spacing: 0.1rem;
    margin-left: 10px;
    padding-left: 0;
}

#header-img {
    margin-left: 4rem;
    padding: 0.2rem;
    margin-right: 0;
    height: 4rem;
    object-fit: cover;
}

.logo-div {
    display: flex;
    align-items: center;
}

nav, nav .link:visited {
    color: #ffffff;
    font-size: 1.3rem;
    flex-grow: .2;
}

ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    cursor: pointer;
    font-family:'Times New Roman', Times, serif;
}

li {
    padding: 1rem;
    display: flex;
    margin: auto;
}

h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1rem;
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

.features {
    display: flex;
    justify-content: center;
}

.features-list {
    display: block;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 1em;
}

p {
    font-size: 1.1rem;
}

.features-list .material-symbols-outlined {
    font-size: 64px;
}

.video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

iframe {
    padding: 1rem;
}

.video-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button, input[type="submit"] {
    width: 50%;
    border: 0;
    background-color: #98D8EF;
    height: 4vh;
    padding: 1px;
    border-radius: 5%;
    cursor: pointer;
    margin: 10px
}

button:hover, input[type="submit"]:hover {
    color: #fff;
}

button:active, input[type="submit"]:active {
    background-color: #527481;
}

.precios {
    display: flex;
    justify-content: space-evenly;
}

.paquete {
    border: 1px solid #000;
    width: 18rem;
    height: 15rem;
    text-align: center;
}

.paquete h3 {
    background-color: #BFBBA9;
    padding: 0.5rem;
}

.paquete b {
    font-size: 1.5rem;
    margin-top: 10px;
}

.paquete p {
    margin: 0.2rem;
}

.foto-persona {
    height: 90px;
    border-radius: 100%;
}

.comilla {
    background-color: #98D8EF;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0.4rem;
    margin: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #fff;
}

.resenas {
    display: flex;
    justify-content: center;
}

.resena {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form input {
    margin: 0.3rem;
}

input[type="submit"] {
    width: 30vw;
    height: 2.7vw;
}

input[type="email"] {
    width: 36vw;
    height: 2.7vw;
}

.ultima-seccion {
    margin-bottom: 0;
}

footer {
    background-color: #EAE2C6;
    display: flex;
    justify-content: center;
}

footer ul {
    height: 10vh;
    width: 80vw;
    background-color: #BFBBA9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer ul p {
    padding: 20px;
}

.links {
    display: flex;
}

.link:visited {
    color: #4e4e4e;
}