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

.wow {
    animation-duration: 1.2s !important;
    /* animation-timing-function: linear; */
}


.delay {
    animation-delay: 0.5s !important;
}

.delay1 {
    animation-delay: 1s !important;
}

.delay2 {
    animation-delay: 1.5s !important;
}

.delay3 {
    animation-delay: 2s !important;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

@font-face {
    font-family: 'hatton';
    src: url('../hatton-font-family/PP\ Hatton\ Ultralight\ 200.otf');
    font-weight: 200;
}

@font-face {
    font-family: 'hatton';
    src: url('../hatton-font-family/PP\ Hatton\ Medium\ 500.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'hatton';
    src: url('../hatton-font-family/PP\ Hatton\ Bold\ 700.otf');
    font-weight: 700;
}

body {
    /* overflow-x: hidden; */
}

section {
    max-width: 100vw;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

:root {
    --width: calc(100% - 16rem);
    --padding: 0rem 8rem;
    --center: 0 auto;
    --blue: rgb(39, 71, 147);
}

h1, h2, h3, h4, h5 {
    font-family: 'hatton', sans-serif;
}

p, a, span, li {
    font-family: Poppins, sans-serif;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header {
    height: 18vh;
    width: 100%;
    margin: var(--center);
    position: fixed;
    z-index: 1000;
    /* padding: 1rem 0rem; */
    background-color: black;
    display: flex;
    align-items: center;
}

nav {
    width: var(--width);
    margin: var(--center);
    height: 13vh;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    position: relative;
}

nav>a:last-child {
    display: none;
}

header nav .menu__button {
    display: none;
}

header figure, header picture {
    display: block;
    height: 8rem;
}

header .menu {
    display: flex;
    align-items: center;
    column-gap: 10rem;
    height: 100%;
}

.menu li>a, .menu li>p {
    font-size: 1.4rem;
    color: white;
    font-weight: 500;
    transition: all 0.3s linear;
    position: relative;
    cursor: pointer;
    font-family: 'hatton', sans-serif;
}

.menu>li>a, .menu li>p {
    text-transform: uppercase;
}

.menu>li:hover>a, .menu>li:hover>p, .dropdown li a:hover, .menu>li>a.active {
    color: wheat;
}

.menu>li a::after, .menu>li>p::after {
    content: "";
    width: 0;
    height: 2.5px;
    background-color: wheat;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s linear;
}

/* .menu>li a.active::after {
    background-color: white;
    width: 100%;
} */

.menu li a:hover::after, .menu>li>a.active::after {
    width: 50%;
}

.menu>li.button>a::after {
    display: none;
    width: 0;
    height: 0;
}

.menu>li.button>a:hover, .menu>li.button:hover>a {
    color: white;
}

.menu>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

p {
    font-size: 2rem;
    font-weight: 400;
}

h1 {
    font-size: 5rem;
    font-weight: 700;
    width: 75rem;
    max-width: 100%;
}

h2 {
    font-size: 5rem;
    font-weight: 700;
}

/* HERO  */

#hero {
    padding-top: 20vh;
    background: black no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    height: fit-content;
    padding-bottom: 5rem;
}

h1 {
    text-align: center;
    color: #b8976a;
    font-size: 7rem;
    width: fit-content;
    max-width: 95%;
    margin: var(--center);
    margin-top: 25rem;
}

h1 span {
    color: white;
    font-size: 3rem;
    font-weight: 300;
    font-family: Poppins;
}

#hero .arrow {
    width: 3.6rem;
    height: 6.5rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    margin: var(--center);
    margin-top: 5rem;
}

#hero .arrow i {
    font-size: 2rem;
    color: white;
    animation: float 2s ease-in-out infinite;
}

#hero .credentials {
    margin-top: 20rem;
    color: white;
    padding: var(--padding);
    font-size: 1.4rem;
}

/* HERO  */


/* US  */

#us {
    padding: var(--padding);
    padding-top: 15rem;
    padding-bottom: 5rem;
}

#us .container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10rem;

}

#us .container figure {
    flex-basis: 35rem;
    height: 50rem;
    flex-grow: 1;
}

#us .container .right {
    flex-basis: 50rem;
    flex-grow: 3;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 10rem;
}

#us .container .right a {
    font-size: 1.8rem;
    color: black;
}

#us .container .right a i {
    transition: all 0.3s ease-in-out;
}

#us .container .right a:hover i {
    transform: translateX(1rem);
}

.arrows-down {
    display: flex;
    flex-direction: column;

    margin-left: 10rem;
    margin-top: 5rem;
}

.arrows-down i {
    line-height: 2rem;
    font-size: 6rem;
    font-weight: 900;
}


#about-front {
    height: 100vh;
    padding-top: 18vh;
    background: linear-gradient(rgba(28, 28, 28, 0.3), rgba(28, 28, 28, 0.3)), url('../img/about.jpg') no-repeat;
    background-size: cover;
    background-position: center -50vh;
}

#about-front h2 {
    color: white;
    padding: var(--padding);
    padding-top: 20vh;
}

#mission {
    display: flex;
    flex-wrap: wrap;
}

#mission .left {
    padding: 10rem 5rem;
    color: white;
    background-color: black;
    flex-basis: 50rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#mission .right {
    flex-basis: 50rem;
    flex-grow: 1;
}

#mission .right figure {
    height: 80rem;
}

#about {
    padding: var(--padding);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#about .arrows-down {
    width: fit-content;
    margin: var(--center);
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#about h4 {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    width: 100rem;
    max-width: 100%;
    margin: var(--center);
}

.dr-credentials {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10rem;
    row-gap: 2rem;
    align-items: center;
    margin-top: 10rem;
}

.dr-credentials .left, .dr-credentials .right {
    flex-basis: 50rem;
    flex-grow: 1;
}

.dr-credentials .left figure {
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 100rem;
}

#studies {
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: black;
    color: white;
}

#studies ul {
    list-style: disc;
    font-size: 2rem;
}

#studies ul li {
    margin: 1rem 0;
}



#team {
    margin-top: 10rem;
    margin-bottom: 10rem;
    background-color: rgb(245, 245, 245);
    padding: var(--padding);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#team .container {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

#team p {
    font-size: 1.8rem;
}

.team-member {
    flex-basis: 40rem;
}

.team-member figure {
    height: 45rem;
    width: 100%;
    margin-bottom: 1rem;
}

#partners {
    padding: var(--padding);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#partners .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
}

#partners figure {
    max-width: 20rem;
    min-height: 6rem;
}

/* US  */


/* SERVICES  */

#services .top {
    padding: var(--padding);
    margin-top: 5rem;
}

#services .bottom {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 1rem 0;
    border-bottom: 1px solid black;
    overflow: hidden;
    width: calc(100% - 4rem);
    margin: var(--center);

}

#services .bottom p {
    font-size: 2rem;
}


#services .container {
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: black;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    justify-content: center;
    align-items: center;
}

#services .container .service {
    flex-basis: 40rem;
    height: 50rem;
    position: relative;
    overflow: hidden;
}

#services .container .service figure {
    height:100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#services .container .service h4 {
    color: white;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    max-width: 80%;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#services .container .service::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#services .container .service:hover figure {
    transform: scale(1.1);
}


#service {
    padding-top: 18vh;
}

#service .front {
    height: 82vh;
    background: linear-gradient(to right, rgba(28, 28, 28, 0.4), rgba(28, 28, 28, 0.4)), url('../img/service.jpg') no-repeat;
    background-size: cover;
    background-position: right;
}

#service .front.reconstructiva {
    background: linear-gradient(to right, rgba(28, 28, 28, 0.4), rgba(28, 28, 28, 0.4)), url('../img/front-reconstructiva.png') no-repeat;
    background-size: cover;
    background-position: right;
}

#service .front.noq {
    background: linear-gradient(to right, rgba(28, 28, 28, 0.4), rgba(28, 28, 28, 0.4)), url('../img/no-quirurgicos.jpg') no-repeat;
    background-size: cover;
    background-position: center -10vh;
}

#service .front.contact {
    background: linear-gradient(to right, rgba(28, 28, 28, 0.4), rgba(28, 28, 28, 0.4)), url('../img/front-contact.jpg') no-repeat;
    background-size: cover;
    background-position: center -40vh;
}

#service .front.contact h2 {
    padding-top: 10vh;
}

#service .front h2 {
    color: white;
    padding: var(--padding);
    padding-top: 10%;
    width: 40rem;
}

#service .s1, #service .s3 {
    background-color: black;
    display: flex;
    flex-wrap: wrap;
    min-height: 100rem;
    column-gap: 10rem;
}

#service .left {
    flex-basis: 50rem;
    color: white;
    height: 100%;
    flex-grow: 1;
}

#service .right {
    flex-basis: 50rem;
    color: white;
    flex-grow: 2;
    height: 100%;
}

#service .text {
    padding: 0 4rem;
    margin-top: 10rem;
    margin-bottom: 5rem;
    flex-grow: 1;
}

#service figure {
    height: 100%;
    margin-top: -10rem;
}

#service h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
}

#service ul {
    list-style: disc;
    font-size: 2rem;
    margin-top: 5rem;
}

#service li {
    margin: 1rem 0;
}

#service .s2, #service .s4 {
    margin: 15rem 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10rem;
    padding: var(--padding);
}

#service .s2 h3, #service .s4 h3 {
    color: black;
}

#service .s2 li, #service .s4 li, #service .s2 p, #service .s4 p {
    color: black;
}

#service .s2 figure, #service .s4 figure {
    aspect-ratio: 1;
    border-radius: 100rem;
    overflow: hidden;
    margin-top: 0;
}

/* SERVICES  */

.box-equipo {
	position: relative;
	display: flex;
	gap: 90px;
	align-items: flex-start;
	margin: 0 0 60px;
}
.box-equipo > div {
	position: relative;
}
.box-equipo .imagen {
	width: 40%;
	position: relative;
	order: 1;
}
.box-equipo .imagen img {
	width: 100%;
}
.box-equipo .texto {
	width: 60%;
	order: 2;
}
.box-equipo .texto h3 {
	font-size: 3.6rem;
	margin: 0 0 42px;
}
.box-equipo:nth-child(2n) .imagen {
	order: 2;
}
.box-equipo:nth-child(2n) .texto {
	order: 1;
	padding:0 0 0 24%;
}

/* MAPAS */
#mapas {
	position: relative;
	margin: 90px auto 60px;
}
#mapas .box {
	width: 100%;
	position: relative;
	padding:24px 0;
	display: flex;
	gap: 90px;
	border-bottom: solid 1px gray;
}
#mapas .box:last-child {
	border: none;
}
#mapas .box > div {
	width: 40%;
	position: relative;
}
#mapas .box > div h2 {
	font-size: 3rem;
}
#mapas .box > div p {
	font-size: 1.5rem;
	margin: 30px 0;
}
#mapas .box > div .boton {
	padding:15px 18px;
	display: block;
	font-size: 1.8rem;
	color: black;
	background: wheat;
}
#mapas .box iframe {
	width: 60%;
}

/* EQUIPMENT  */

#equipment {
    margin-top: 15rem;
    padding: var(--padding);
}

h2 {
    font-size: 8rem;
    font-weight: 400;
    text-transform: uppercase;
}

#equipment h2 {
    margin-bottom: 5rem;
}

#equipment .top {
    display: flex;
    flex-wrap: wrap;
    min-height: 60rem;
    column-gap: 10rem;
}

#equipment .top .left {
    flex-basis: 40rem;
    height: 100%;
}

#equipment figure {
    height: 100%;
}

#equipment .top figure img {
    object-position: left;
    min-height: 60rem;
}

#equipment .bottom figure img {
    min-height: 50rem;
}

#equipment .top .right {
    flex-basis: 50rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#equipment .title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 5rem;
}

#equipment li {
    font-size: 2.2rem;
    margin: 2rem 0;
}

#equipment .bottom {
    margin-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    min-height: 60rem;
    column-gap: 10rem;
    justify-content: flex-end;
}

#equipment .bottom .right {
    flex-basis: 40rem;
    height: 100%;
}

#equipment figure {
    height: 100%;
}

/* EQUIPMENT  */

/* FAQS  */

#faqs {
    padding-top: 18vh;
}

#faqs .front {
    height: 65vh;
    background: url('../img/faqs.jpg') no-repeat;
    background-size: cover;
    position: relative;
}

#faqs .front::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

#faqs h2 {
    color: white;
    position: relative;
    z-index: 1;
    padding: var(--padding);
    padding-top: 15%;
}

#faqs .container {
    padding: var(--padding);
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 10rem;
}

#faqs details summary {
    width: 100%;
    border: 2px solid rgba(219, 219, 219, 1);
    min-height: 5rem;
    padding: 1rem 2rem;
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: rgba(105, 105, 105, 1);
}

#faqs details p {
    padding: 2rem;
    font-size: 1.5rem;
}

#faqs details {
    transition: max-height 0.5s ease;
}

#faqs details[open] {
    max-height: 50rem;
    border: 2px solid rgba(219, 219, 219, 1);
}

#faqs details:not([open]) {
    min-height: 5rem;
}

#faqs details[open] summary {
    border: none;
}

summary::marker {
    content: "";
}

.name-banner {
    width: 90%;
    margin: var(--center);
    border-top: 1px solid black;
    padding: 1rem 0;
}

.name-banner p {
    text-transform: uppercase;
}

/* FAQS  */

/* FOOTER  */

footer {
    background-color: black;
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 2rem;
}

footer .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.first {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    flex-grow: 1;
}

.second, .third, .fourth, .fifth {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    flex-grow: 1;
}

footer .socials img {
    width: 2rem;
}

footer .socials {
    display: flex;
    column-gap: 1rem;
    justify-content: space-evenly;
    width: 100%;
}

footer .top p {
    color: white;
    font-size: 1.2rem;
    width: 30rem;
}

footer .top a {
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
}
footer .top a.active {
	color: wheat;
}

footer .socials a {
    font-size: 2.1rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


footer .bottom {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .bottom p, footer .bottom a {
    color: white;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

footer .bottom p img {
    height: 2rem;
    width: 2rem;
    margin-left: 0.5rem;
    object-fit: contain;
}

footer a:hover {
    color: wheat;
}

/* FOOTER  */


/* CONTACT  */

#contact {
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: rgba(245, 245, 245, 1);
}

#contact h2 {
    text-align: center;
    margin-bottom: 5rem;
}

form {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    width: 50%;
    min-width: 75rem;
    max-width: 100%;
    margin: var(--center);
}

input {
    height: 6rem;
    text-indent: 1rem;
    background-color: transparent;
    border: 1px solid black;
	outline:none;
	transition: all 0.3s ease-in-out;
}


input[type="checkbox"] {
    height: 2rem;
    width: 2rem;
    border: 2px solid rgb(217, 217, 217) !important;
    appearance: initial;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: black;
    color: white;
    border: none;
}

input[type="checkbox"]:checked::after {
    content: "\2713";
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    width: 2rem;
    height: 2rem;
    font-size: 1.6rem;
    color: white;
    position: absolute;
    left: -5px;
    top: -2px;
}

input[type="text"] {
    flex-basis: 100%;
}

input[type="email"], input[type="tel"] {
    flex-basis: 35rem;
    flex-grow: 1;
}

textarea {
    flex-basis: 100%;
    padding: 1rem;
    resize: none;
    background-color: transparent;
    border: 1px solid black;
	outline:none;
	transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus {
	border-color: wheat;
}


form .checkbox {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

form .checkbox label {
    font-size: 1.8rem;
}

form button {
    width: 30rem;
    height: 8rem;
    background-color: black;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    border: none;
    transition: all 0.2s ease-in-out;
}

form button:hover {
    cursor: pointer;
    background-color: rgb(74, 74, 74);
}

form ::placeholder {
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    color: rgb(11, 11, 11);
    font-size: 1.4rem;
}



#general-contact {
    padding: 6rem 2rem;
    width: var(--width);
    margin: var(--center);
    background-color: white;
    margin-top: -10rem;
}

#general-contact .container {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    background-color: white;
}

#general-contact .container .left {
    display: flex;
    gap: 1rem;
    align-items: end;
    flex-basis: 50rem;
    flex-grow: 2;
}

#general-contact .container form {
    flex-basis: 30rem;
    flex-grow: 1;
    max-width: 100%;
}

#general-contact .container .left figure {
    height: 50%;
    flex-basis: 15rem;
    flex-grow: 2;
}

#general-contact .container iframe {
    flex-grow: 3;
    flex-basis: 30rem;
    height: 100%;
}

#general-contact .bottom {
    margin-top: 10rem;
    border-top: 1px solid black;
    padding-top: 1rem;
}

#general-contact .middle {
    margin-top: 5rem;
}

#general-contact .sucursal {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 2px solid rgba(217, 217, 217, 1);
    width: fit-content;
}

#general-contact .sucursal:last-child {
    border: none;
}

#general-contact .sucursal i {
    font-size: 2rem;
}

#general-contact .sucursal p {
    width: 35rem;
    font-size: 1.6rem;
}

/* CONTACT  */



@media screen and (max-width: 769px) {

    :root {
        --width: calc(100% - 4rem);
        --padding: 0rem 2rem;
    }

    header .menu {
        position: absolute;
        top: 100%;
        background-color: black;
        width: 100vw;
        left: -2rem;
        display: flex;
        flex-direction: column;
        display: none;
        height: fit-content;
    }

    header .menu li {
        text-align: center;
        margin: 2rem 0;
    }

    header nav>a {
        display: block;
    }

    nav>a:last-child {
        display: block;
    }

    header nav .menu__button {
        display: block;
        font-size: 3rem;
        color: white;
        transition: all 0.5s ease-in-out;
        margin-right: 2rem;
    }

    #service .s1, #service .s3 {
        padding-bottom: 10rem;
    }

    #service .s2, #service .s4 {
        row-gap: 5rem;
    }

    #service figure {
        height: 100%;
        margin-top: 0;
    }

    #service .right {
        height: 30rem;
    }

    #service .s2 figure, #service .s4 figure {
        width: 80vw;
        margin: var(--center);
    }

    #service .s2 .right, #service .s4 .right {
        height: auto;
        padding: var(--padding);
    }

    #service .s2 .right ul, #service .s4 .right ul {
        width: var(--width);
        margin: var(--center);
    }

    #service .front.contact {
        background-position: center;
    }

}

@media screen and (max-width: 550px) {
    #hero h1 {
        font-size: 3.5rem;
    }

    #hero p {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 6rem;
    }

    footer .top {
        flex-direction: column;
    }

    #equipment {
        margin-bottom: 10rem;
    }

    #equipment .top .left {
        flex-grow: 1;
    }

    #equipment .bottom .right, #equipment .bottom .left {
        flex-grow: 1;
    }

    #faqs .front {
        background-position: center;
    }

    #faqs h2 {
        font-size: 10rem;
        padding-top: 90%;
    }

    #service .front.contact h2 {
        font-size: 5rem;
    }

    #general-contact {
        padding: 0;
    }

    #general-contact .container .left {
        height: 30rem;
    }

    #general-contact .container .left figure {
        display: none;
    }

    #general-contact .container form {
        min-width: 0;
    }

    #about-front {
        background-position: center;
    }

    #mission .right figure {
        height: 40rem;
    }

    #mission .left {
        padding: 5rem 2rem;
    }

    #partners .container {
        flex-direction: column;
        align-items: center;
    }
	
	
	.box-equipo {
		flex-wrap: wrap;
		gap: 24px 0;
		margin: 0 0 24px;
	}
	.box-equipo .imagen,
	.box-equipo:nth-child(2n) .imagen {
		width: 100%;
		order: 1;
	}
	.box-equipo .texto,
	.box-equipo:nth-child(2n) .texto {
		width: 100%;
		order: 2;
	}
	
	#mapas {
		margin: 60px auto 48px;
		flex-wrap: wrap;
		gap: 24px 0;
	}
	#mapas .box > div {
		width: 100%;
	}
	#mapas .box iframe {
		width: 100%;
		height:50vh;
	}

}



@keyframes showMenu {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes hideMenu {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(-0.5rem);
    }

    50% {
        transform: translateY(1rem);
    }

    100% {
        transform: translateY(-0.5rem);
    }

}