:root {
    --brightblue: #2f53f5;
    --dark: #2d2a38;
    --night: #0d0d13;
    --graymed: #c1c1c1;
    --grisc: #E3E3E3;
    --brightred: #dc6954;
    --brightgreen: #5fd1ac;
}

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

html {
    scroll-behavior: smooth;
}

body {
    color: white;
    background-color: var(--night);
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    border: none;
    font-size: 15px;
    width: 100vw;
    overflow-x: hidden;
}

.creamos-sitios {
    display: grid;
    grid-template-columns: 200px 200px 200px 1fr;
    grid-template-rows: 1fr 2fr;
    gap: 75px;
    background: url(../img/main_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 150px;
    height: calc(100vh - 4px);
}

.titulo {
    font-size: 2em;
    width: 100%;
    margin: auto auto 0 auto;
}

.creamos-sitios .titulo {
    grid-column: 1/4;
    grid-row: 1;
}

.titulo .gris {
    color: var(--graymed);
}

.prototipo {
    grid-column: 1;
    grid-row: 2;
}

.desarrollo {
    grid-column: 2;
    grid-row: 2;
}

.lanzamiento {
    grid-column: 3;
    grid-row: 2;
}

.social-icons {
    position: absolute;
    left: 150px;
    bottom: 150px;
}

.social-icons a {
    text-decoration: none;
    color: var(--graymed);
    font-size: 1.2em;
    margin: 0 30px 0 0;
}

h4 {
    margin-bottom: 25px;
}

.texto-gris {
    font-weight: normal;
    color: var(--graymed);
    font-size: .9em;
    line-height: 2;
}

.texto {
    font-size: 1rem;
    font-weight: normal;
    color: var(--grisc);
}

.texto.white {
    color: white;
}

.btn-container {
    display: block;
    position: relative;
    width: max-content;
    height: max-content;
    margin: 30px auto auto 15vw;
    overflow: visible;
}

.btn-container.form {
    display: block;
    position: relative;
    width: max-content;
    height: max-content;
    margin: 30px 0 auto auto;
    overflow: visible;
}

.btn {
    position: absolute;
    bottom: 150px;
    right: 150px;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 700;
    color: var(--dark);
    background-color: white;
    border-radius: 35px;
    box-shadow: 0 0 8px white;
}

.btn-why {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 700;
    color: white;
    background-color: var(--dark);
    border-radius: 35px;
    box-shadow: 0 0 8px var(--dark);
}

.btn-action {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 700;
    color: white;
    background-color: var(--brightblue);
    border-radius: 35px;
    box-shadow: 0 0 8px var(--brightblue);
}

.btn-form {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 700;
    color: var(--brightblue);
    background-color: white;
    border-radius: 35px;
    box-shadow: 0 0 8px white;
    margin: auto 0 auto auto;
}

.btn i,
.btn-why i,
.btn-form i,
.btn-action i {
    margin-left: 10px;
}

.btn-container .dots {
    width: 100%;
    height: 90px;
    background: url(../img/dots.svg) no-repeat center center;
    background-size: cover;
    display: block;
    margin: -20px 0 0 30%;
}

.btn-container .dots.send {
    width: 100%;
    height: 90px;
    background: url(../img/dots.svg) no-repeat center center;
    background-size: cover;
    display: block;
    margin: -20px 0 0 -50%;
}

.descubre {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
}

.descubre i {
    margin: 10px auto auto auto;
}

/* Sección 2 - A la medida */

.a-la-medida {
    background-color: var(--brightblue);
    background: url(../img/Blue-shapes.svg) no-repeat bottom center;
    background-size: cover;
    padding: 150px;
    position: relative;
}

.a-la-medida p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.a-la-medida .author {
    font-weight: normal;
    font-size: 1.2rem;
}

.chevrons-blue {
    position: absolute;
    top: -35px;
    right: 150px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--brightblue);
    font-size: 1rem;
}

.chevrons-dark {
    position: absolute;
    bottom: -35px;
    left: 150px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--dark);
    font-size: 1rem;
    z-index: 10;
}

.chevrons-light {
    position: absolute;
    top: -35px;
    right: 150px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-size: 1rem;
    z-index: 10;
    background: rgb(227, 227, 227);
    background: linear-gradient(0deg, rgba(227, 227, 227, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

.mega-padding {
    width: 100%;
    height: 100%;
    padding-top: 30%;
}

.item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.item:hover,
.active {
    background-color: var(--brightblue);
    cursor: pointer;
}

/* .item:hover>h2 {
    color: var(--night);
}

.item:hover>p {
    color: var(--dark);
} */

.item img {
    height: 50px;
    margin: auto;
    display: block;
}

.item h2 {
    color: white;
    font-size: .8em;
    font-weight: 700;
    text-align: center;
    margin: 12px 0 8px 0;
    width: 100%;
    display: block;
}

.item p {
    color: var(--graymed);
    font-size: 0.6em;
    font-weight: 500;
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
}

/* Proyectos */

.proyectos {
    background-color: var(--dark);
    background: url(../img/Gray-shapes.svg) no-repeat left center;
    background-size: cover;
    height: calc(100vh - 4px);
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 75px;
    position: relative;
    padding: 75px;
}

.proyectos .titulo {
    grid-column: 1;
    grid-row: 1;
    margin-left: 75px;
}

.proyectos .texto {
    grid-column: 1;
    grid-row: 2;
    margin-left: 75px;
}

#content {
    background-color: var(--night);
    grid-column: 2;
    grid-row: 1/3;
    margin: auto 0 auto auto;
    border-radius: 25px;
    width: 100%;
    height: 33vw;
    object-fit: cover;
    object-position: center;
}

.services-strip {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    grid-column: 1/4;
    grid-row: 3;
    overflow: hidden;
}

.project-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.project-title {
    font-size: 1rem;
    font-weight: 500;
    display: block;
}

.project-desc {
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: 500;
    margin: 15px auto;
    display: block;
    color: var(--graymed);
}

.project-detail a {
    color: var(--graymed);
    font-size: 0.9em;
    font-weight: 700;
}

.why-us {
    width: 100%;
    background: url(../img/shapes-atlantian-light-bg.png) no-repeat top center;
    background-size: cover;
    /* background: radial-gradient(circle, rgba(221, 221, 221, 1) 35%, rgba(240, 240, 240, 1) 100%); */
    padding: 75px;
    text-align: center;
    color: var(--dark);
    position: relative;
}

.parr {
    margin: 75px auto;
    width: 520px;
}

.testimonios-cont {
    padding: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonio {
    border-radius: 25px;
    background-color: white;
    color: var(--dark);
    box-shadow: 0 0 8px var(--graymed);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 65px;
    margin-bottom: 35px;
    width: 35vw;
}

.testimonio h5 {
    font-weight: 700;
    font-size: 1rem;
}

.testimonio a {
    font-weight: 500;
    font-size: .8em;
    color: var(--dark);
    margin: 10px auto 20px auto;
}

.testimonio p {
    font-weight: 500;
    font-size: .9em;
}

.dest {
    background-color: var(--brightblue);
    color: white;
    z-index: 10;
    margin: 75px -45px auto -45px;
}

.dest a {
    color: white;
}

footer .top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    row-gap: 20px;
    padding: 75px 150px;
    color: var(--grisc);
}

footer .top img {
    height: 35px;
    margin: auto auto 35px 0;
}

footer .top h6 {
    font-size: .9rem;
    margin-bottom: 35px;
}

footer .top p,
footer .top a {
    font-size: .8rem;
    color: var(--graymed);
    text-decoration: none;
}

footer .top a:hover {
    text-decoration: underline;
}

footer .bottom {
    border-top: 2px solid var(--dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 150px;
    font-size: .8rem;
    color: var(--graymed);
}

footer .bottom a {
    color: var(--graymed);
    text-decoration: none;
}

footer i {
    margin-left: 10px;
}

footer .bottom a:hover {
    text-decoration: underline;
}

footer .bottom .social-icons {
    position: relative;
    bottom: unset;
    left: unset;
}

/* POP UP */

#pop-up {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.pop-card {
    background-color: var(--brightblue);
    width: 500px;
    height: 100%;
    position: relative;
    padding: 15px 45px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pop-card .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cerrar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
    width: 70px;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    color: white;
    background-color: transparent;
}

.contacto {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 30px auto;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

form label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
}

form input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid white;
    padding: 0 15px;
    font-family: inherit;
    font-weight: 700;
    color: white;
    font-size: 1rem;
    margin-bottom: 20px;
}

form input:focus {
    background-color: white;
    color: var(--brightblue);
}

.likkle-note {
    color: white;
    font-weight: 500;
    font-size: 0.8em;
}

/* checkboxes */
.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 10px 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-custom:hover,
.checkbox-custom-label:hover,
.radio-custom:hover,
.radio-custom-label:hover {
    color: var(--grisc);
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 2px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: "";
    border: 2px solid white;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: -1px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\2713 ";
    color: var(--brightblue);
    background: white;
}

/* Fin de checkboxes */

.escribenos {
    margin: 30px auto auto auto;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    line-height: 2em;
}

.escribenos a {
    color: white;
    font-weight: 700;
}

.logo {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 190px;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    z-index: 900;
    padding: 75px 150px 0 150px;
}

nav .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    height: 40px;
}

nav .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 550px;
    height: 40px;
}

nav .right-mobile {
    display: none;
}

.nav-el {
    color: white;
    font-size: 0.9em;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
}

nav .right.dark .nav-el {
    color: var(--dark);
}

nav .right.dark .sqr-light {
    background-color: var(--dark);
    color: white;
}

nav .right .current {
    text-decoration: underline;
}

.sqr-light i,
.sqr-bright i {
    margin-right: 5px;
}

nav .nav-el:hover {
    text-decoration: underline;
}

nav .logotip {
    height: 35px;
}

.sqr-light {
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    color: var(--night);
    background-color: var(--grisc);
    border-radius: 18px;
    margin: 0 10px 0 0;
    font-size: 0.9em;
    box-shadow: 0 0 8px var(--grisc);
}

.sqr-bright {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    color: white;
    background-color: var(--brightblue);
    border-radius: 8px;
    font-size: 0.9em;
}

.promo-strip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brightblue);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    z-index: 900;
}

.whats-box {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    z-index: 999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.whats-box span {
    background-color: white;
    color: var(--night);
    padding: 8px 24px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.whats-box a {
    background-color: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

.drop-btns-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: max-content;
    margin: 8% auto auto 15vw;
}

.drop-btns-cont span {
    font-size: 0.7em;
    opacity: 0.6;
    margin-bottom: 10px;
}

.drop-btns-cont button {
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    padding: 8px 8px 8px 0;
    opacity: 0.5;
}

.drop-btns-cont button i {
    margin-right: 10px;
    display: inline-block;
    width: 20px;
}

.drop-btns-cont button:hover {
    cursor: pointer;
    opacity: 1;
}

.drop-btns-cont .act {
    opacity: 1;
}

/* EVENTOS */

.event-cover {
    display: grid;
    grid-template-columns: 400px 2fr;
    grid-template-rows: 1fr 4fr;
    background: url(../eventos/afterwork-bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    height: calc(100vh - 4px);
}

.event-cover .event-logo {
    grid-column: 1;
    grid-row: 1;
    height: 90px;
    margin: auto auto 0 auto;
}

.event-cover form {
    grid-column: 1;
    grid-row: 2;
    background-color: white;
    border-radius: 20px;
    width: 100%;
    height: max-content;
    color: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto auto 75px 75px;
    padding: 25px;
}

.event-cover form h1 {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto;
}

.event-cover form p {
    font-weight: normal;
    font-size: 1rem;
    margin: 0 auto auto auto;
}

.event-cover form label {
    font-weight: normal;
    font-size: .8rem;
    width: 100%;
    text-align: left;
}

.event-cover form input {
    font-weight: bold;
    font-size: 1rem;
    color: var(--brightblue);
    background-color: var(--grisc);
    border-radius: 10px;
    width: 100%;
    height: 55px;
}

.event-cover form .btn-form {
    background-color: var(--brightblue);
    margin: 0 auto;
    color: white;
    box-shadow: 0 0 8px var(--brightblue);
}

.atlantian-events-logo {
    width: 90px;
    margin: 35px auto 0 auto;
}

.atlantian-events-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.event-cover .event-invite {
    grid-column: 2;
    grid-row: 1/3;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.event-detail {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 70px;
    background: rgb(227, 227, 227);
    position: relative;
    padding: 75px;
    height: calc(100vh - 4px);
    background: url(../img/shapes-atlantian-light-bg.png) no-repeat bottom center;
}

.event-detail h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--dark);
}

.event-detail p {
    font-size: .9rem;
    font-weight: normal;
    color: #6D6C72;
    line-height: 2;
    margin: 35px 0 0 0;
}

.event-detail p span {
    color: var(--dark);
}

.event-detail .description {
    grid-column: 1;
    grid-row: 1;
}

.event-detail .date {
    grid-column: 1;
    grid-row: 2;
}

.event-detail .location {
    grid-column: 2;
    grid-row: 1/3;
}

.event-detail .partners {
    grid-column: 1/3;
    grid-row: 3;
}

iframe {
    border-radius: 20px;
    margin: 35px 0 0 0;
    width: 100%;
    height: 380px;
}

/* AVISO DE PRIVACIDAD */
.privacy {
    background: rgb(227, 227, 227);
    background: linear-gradient(45deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: var(--dark);
    height: max-content;
    padding: 150px;
}

#mobile-menu {
    display: none;
}

.event-checkout {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../eventos/afterwork-bg.webp) no-repeat center center;
    background-size: cover;
}

.payment-card {
    background-color: white;
    border-radius: 20px;
    width: 50%;
    height: max-content;
    color: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 35px;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .proyectos {
        height: max-content;
        padding-bottom: 476px !important;
        overflow: hidden;
    }

    .services-strip {
        position: absolute;
        bottom: 75px;
        left: 0;
        border-radius: 0;
        grid-column: unset;
        grid-row: unset;
        display: block;
        text-align: center;
        box-sizing: content-box;
    }

    .item {
        box-sizing: border-box;
        width: 24%;
        height: 100%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .privacy {
        padding: 150px 75px;
    }

    nav {
        position: absolute;
        top: 0;
        left: 0;
        padding: 75px 75px 0 75px;
    }

    nav .left {
        width: max-content;
    }

    nav .right {
        width: 70%;
    }

    .creamos-sitios {
        gap: 75px;
        grid-template-columns: 160px 160px 160px 1fr;
        padding: 250px 75px;
    }

    .social-icons {
        position: absolute;
        left: 75px;
        bottom: 75px;
    }

    .btn {
        bottom: 75px;
        right: 75px;
    }

    .titulo .gris {
        color: var(--graymed);
    }

    .a-la-medida {
        padding: 75px;
    }

    .proyectos {
        grid-template-rows: 1fr 1fr;
        gap: 35px;
        padding: 75px;
    }

    .proyectos .titulo {
        grid-column: 1;
        grid-row: 1;
        margin-left: unset;
    }

    .proyectos .texto {
        grid-column: 1;
        grid-row: 2;
        margin-left: unset;
    }

    #content {
        margin-right: unset;
    }

    .testimonios-cont {
        flex-direction: column;
    }

    .dest {
        margin: auto auto 35px auto;
    }

    footer .top {
        padding: 75px;
    }

    footer .bottom {
        padding: 35px 75px;
    }

    .event-cover {
        grid-template-columns: 300px 2fr;
    }

    .event-cover form {
        margin: auto auto 35px 35px;
    }
}

@media only screen and (max-width: 750px) {
    body {
        font-size: 14px;
    }

    #mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--night);
        z-index: 9999;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 150px;
        border-top: 3px solid var(--brightred);
    }

    #mobile-menu ul {
        border-top: 2px solid var(--dark);
        width: 100%;
    }

    #mobile-menu ul li {
        width: 100%;
        height: 55px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: .8rem;
        font-weight: bold;
        padding: 0 35px;
        color: white;
    }

    #mobile-menu ul a {
        width: 100%;
        height: 55px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 1.2rem;
        font-weight: normal;
        padding: 0 35px;
        color: var(--graymed);
    }

    #mobile-menu ul a i {
        margin-right: 15px;
    }

    .red {
        background-color: var(--brightred) !important;
    }

    nav .right {
        display: none;
    }

    nav .right-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 120px;
        height: 40px;
    }

    nav .right-mobile a,
    nav .right-mobile button {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: none;
        border-radius: 5px;
        font-size: .6rem;
        font-weight: normal;
        color: white;
        background-color: transparent;
        font-family: inherit;
        cursor: pointer;
    }

    nav .right-mobile button i {
        font-size: 1.4rem;
        color: white;
        padding: 2.5px 4px 0 4px;
        border-radius: 8px;
        background-color: var(--brightblue);
        margin-bottom: 4px;
    }

    nav .right-mobile a i {
        font-size: 1.2rem;
        padding: 2.5px 4px 0 4px;
        border-radius: 8px;
        color: white;
        margin-bottom: 4px;
    }

    .creamos-sitios {
        gap: 35px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, max-content);
        padding: 190px 75px;
        height: max-content;
    }

    .creamos-sitios .titulo {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 25px;
    }

    .prototipo {
        grid-column: 1;
        grid-row: 2;
        width: 50%;
    }

    .desarrollo {
        grid-column: 1;
        grid-row: 3;
        width: 50%;
    }

    .lanzamiento {
        grid-column: 1;
        grid-row: 4;
        width: 50%;
    }

    .a-la-medida p {
        font-size: 1.25rem;
    }

    .a-la-medida .author {
        font-size: 1rem;
    }

    #content {
        height: 80%;
    }

    .parr {
        margin: 75px auto;
        width: 100%;
    }

    .testimonios-cont {
        padding: 0;
        margin-top: 75px;
    }

    footer .top {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 20px;
        padding: 75px;
        color: var(--grisc);
        text-align: center;
    }

    footer .top img {
        height: 35px;
        margin: auto;
    }

    footer .top h6:first-of-type {
        border-top: none;
    }

    footer .top h6 {
        border-top: 2px solid var(--dark);
        list-style: circle;
        padding-top: 35px;
        margin-bottom: 15px;
    }

    footer .top span {
        display: none;
    }

    footer .top .logotip {
        grid-column: 1;
        grid-row: 1;
    }

    footer .top .locations {
        grid-column: 1;
        grid-row: 2;
    }

    footer .top .location-qro {
        grid-column: 1;
        grid-row: 3;
    }

    footer .top .location-qroo {
        grid-column: 1;
        grid-row: 4;
    }

    footer .top .services {
        grid-column: 1;
        grid-row: 5;
    }

    footer .top .link-web {
        grid-column: 1;
        grid-row: 6;
    }

    footer .top .link-apps {
        grid-column: 1;
        grid-row: 7;
    }

    footer .top .link-electronics {
        grid-column: 1;
        grid-row: 8;
    }

    footer .top .services {
        grid-column: 1;
        grid-row: 9;
    }

    footer .top .link-about {
        grid-column: 1;
        grid-row: 10;
    }

    footer .top .link-mascot {
        grid-column: 1;
        grid-row: 11;
    }

    footer .top .link-warranty {
        grid-column: 1;
        grid-row: 12;
    }

    footer .top .clients {
        grid-column: 1;
        grid-row: 13;
    }

    footer .top .link-CMS {
        grid-column: 1;
        grid-row: 14;
    }

    footer .top .link-support {
        grid-column: 1;
        grid-row: 15;
    }

    footer .bottom {
        flex-direction: column;
    }

    footer .bottom p {
        margin: 35px auto;
    }

    .event-cover {
        grid-template-columns: 100%;
        grid-template-rows: 90vh max-content;
        height: max-content;
    }

    .event-cover form {
        grid-column: 1;
        grid-row: 2;
        margin: auto auto 75px auto;
        width: 380px;
    }

    .event-cover .event-invite {
        grid-column: 1;
        grid-row: 1;
    }

    .event-detail {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 70px;
        padding: 75px;
        height: max-content;
    }

    .event-detail .description {
        grid-column: 1;
        grid-row: 1;
    }

    .event-detail .date {
        grid-column: 1;
        grid-row: 2;
    }

    .event-detail .location {
        grid-column: 1;
        grid-row: 3;
    }

    .event-detail .partners {
        grid-column: 1;
        grid-row: 4;
    }
    .testimonio {
        width: 90%;
        padding: 35px 45px;
    }
}

@media only screen and (max-width: 550px) {
    #mobile-menu {
        padding-top: 100px;
    }

    body {
        font-size: 13px;
    }

    .privacy {
        padding: 150px 35px;
    }

    nav {
        padding: 35px 35px 0 35px;
    }

    nav .right-mobile {
        width: 90px;
        height: 40px;
    }

    .creamos-sitios {
        padding: 250px 35px;
    }

    .social-icons {
        left: 35px;
        bottom: 90px;
    }

    .btn {
        bottom: 90px;
        right: 35px;
        padding: 15px 20px;
        font-size: .8rem;
    }

    .a-la-medida {
        padding: 75px 35px;
    }

    .a-la-medida p {
        font-size: 1.2rem;
    }

    .a-la-medida .author {
        font-size: 1rem;
        margin-top: 10px;
        display: block;
    }

    .chevrons-blue {
        top: -25px;
        right: 50px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: .8rem;
    }

    .chevrons-dark {
        bottom: -25px;
        left: 50px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: .8rem;
    }

    .chevrons-light {
        top: -25px;
        left: 50px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: .8rem;
    }

    .item h2 {
        margin: 0;
    }

    .item p {
        margin: 5px auto auto auto;
    }

    .why-us {
        padding: 75px 35px;
    }

    footer .top {
        padding: 35px;
    }

    .event-cover form {
        width: calc(100% - 70px);
    }

    .payment-card {
        width: calc(100% - 70px);
    }

    .event-detail {
        gap: 40px;
        padding: 35px;
    }
}