* {
    /* border: 1px solid #000; */
    /* text-align: center; */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    --hue: 200;
    --saturation: 100%;
    --lightness: 100%;
    font-family: 'Plus Jakarta Sans', Verdana, Geneva, Tahoma, sans-serif;
}

html {
    font-size: 16px;
}

body {
    background-color: #1f1f1f;
    color: #fff;
}

.btn-primary {
    text-decoration: none;
    background-color: #7fcfff;
    border: #7fcfff 1px solid;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px 8px 8px 8px;
}

.btn-primary:hover {
    border: #7fcfff 1px solid;
    background-color: #fff;
    color: #7fcfff;
    transition: all 0.2s ease-in-out;
}

.btn-primary:active {
    box-shadow: 1px 1px 8px #7fcfff;
}

.btn-secondary {
    text-decoration: none;
    border: #7fcfff 1px solid;
    color: #7fcfff;
    padding: 10px 30px;
    border-radius: 8px 8px 8px 8px;
}

.btn-secondary:hover {
    border: #fff 1px solid;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-secondary:active {
    box-shadow: 1px 1px 5px #7fcfff;
}

.reveal {
    z-index: 0;
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}


/* Hero section */

.hero {
    height: 62rem;
    width: 100%;
    background-image: url('https://images.pexels.com/photos/316902/pexels-photo-316902.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 5rem;
    overflow: hidden;
    border-right: .15em solid #7fcfff;
    white-space: wrap;
    margin: 0.5rem 0;
    animation: typing 2s forwards;
}

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.hero span {
    color: #fff;
    font-size: 1.2rem;
}

.hero .flex-hero {
    display: flex;
    width: 90%;
    padding: 0 5rem;
    flex-flow: row wrap;
    justify-content: center;
}

.hero .flex-hero .text {
    text-align: center;
}

.hero .flex-hero .text span:first-child {
    color: #7fcfff;
}

.hero .flex-hero .buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 1.5rem;
    position: relative;
    top: 40%;
    margin-top: 2rem;
    justify-content: center;
}


/* Menu */

.topnav {
    overflow: hidden;
    position: sticky;
    top: 0;
    background-color: #28292a;
    z-index: 999;
    width: 100%;
}

.topnav a {
    float: right;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.15s ease-in;
    align-content: center;
}

.topnav a:hover {
    color: #7fcfff;
}

.topnav a.active {
    float: left;
}

.topnav .icon {
    display: none;
}

nav .logo {
    background-image: url('../resources/images/logo_blanco.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 113px;
    height: 35px;
}


/* Static Buttons */

.static-buttons {
    height: 110px;
    width: 50px;
    position: sticky;
    top: 80%;
    left: 94%;
    z-index: 9999999;
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
}

.static-buttons .email,
.whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 15%;
    cursor: pointer;
}

.static-buttons .email {
    background-image: url('http://store-images.s-microsoft.com/image/apps.28408.14294378363439842.a4f7f182-08a2-4051-bb19-6d5606b8e91c.4b03194d-8ce8-4804-908f-f10edde50d30');
    background-size: cover;
}

.static-buttons .whatsapp {
    background-image: url('https://pbs.twimg.com/profile_images/1318652224638124032/wrpp2Nl4_400x400.png');
    background-size: cover;
}


/* About Us */

.flex-container {
    margin: 5rem auto 2rem auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    font-family: 'Roboto Slab', 'Playfair Display';
}

.flex-container .text-box span {
    color: #7fcfff;
    font-size: 0.8rem;
    display: block;
}

.flex-container .text-box h2 {
    margin-bottom: 1.2rem;
}

.flex-container .text-box span.cities {
    margin: 0.6rem 0 1.2rem;
    color: #52555e;
}

.flex-container .text-box p {
    line-height: 1.8;
    text-align: justify;
    font-size: 0.95rem;
}

.flex-container .text-box .second-paragraph {
    margin: 1rem 0 4rem 0;
}

.flex-container .img-box img {
    width: 22rem;
    border-radius: 25px;
}

.flex-container .img-box {
    display: flex;
    justify-content: center;
    align-content: center;
}


/* Services */

.services {
    text-align: center;
    padding: 12rem 0 12rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-flex {
    display: flex;
    flex-flow: column wrap;
}

.services-flex .cards {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
    flex-flow: row wrap;
    width: 80%;
    margin: auto;
}

.services-flex .cards .card {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    flex-flow: column wrap;
    width: 20rem;
    height: 28rem;
    background-color: #28292a;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
    border-radius: 5%;
}

.services-flex .cards .card:hover {
    background-color: #1b5e84;
    transition: all 0.2s ease-in-out;
}

.services-flex .cards .card span {
    font-size: 3rem;
    color: #7fcfff;
    position: relative;
}

.services-flex .cards .card h3 {
    margin: 1rem auto;
    font-size: 1.3rem;
}

.services-flex .cards .card p {
    color: rgb(226, 217, 217);
    font-size: 0.8rem;
    line-height: 1.8;
}


/* Banner */

.banner-ad {
    color: #fff;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
    opacity: 0.8;
    background-color: hsl(201, 97%, 13%);
    z-index: 0;
    background-image: url('../resources/images/banner-img.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-ad::after {
    content: '';
    background-color: hsl(201, 97%, 13%);
}

.banner-ad .text-question .icon-banner {
    font-size: 6rem;
    display: block;
}

.banner-ad .text-question .description {
    text-transform: uppercase;
    color: #fff;
    background-color: #7fcfff;
    font-size: 0.8rem;
    border: 1px solid #7fcfff;
    padding: 3px 5px;
    border-radius: 3%;
    letter-spacing: 1px;
}

.banner-ad .text-offer {
    line-height: 1.8;
}

.banner-ad .text-offer .due-dilligence {
    color: hsl(var(--hue)), var(--saturation), var(--lightness);
}

.banner-ad .text-offer .due-dilligence:hover {
    color: #7fcfff;
    transition: all ease-in-out 0.6s;
}

.banner-ad .conditions {
    color: #999999;
}


/* Values */

#valores {
    padding: 12rem 0;
    background-image: url('https://images.pexels.com/photos/316466/pexels-photo-316466.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-repeat: no-repeat;
}


/* Clients */

#clients {
    padding: 10rem 0;
}

#clients span {
    color: #7fcfff;
    font-size: 0.8rem;
    position: relative;
    top: 7px;
}

#clients h2 {
    margin-bottom: 4%;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1750px);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1750px);
    }
}

.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: 3rem auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 8px 0;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: 3500px;
}

.slider .slide {
    height: 100px;
    width: 250px;
}


/* Contact Us */

.contact-us {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
}

.contact-us .form,
.map {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.contact-us .map {
    margin-bottom: -4px;
}


/* Footer Menu */

/* Footer */

footer {
    width: 85%;
    margin: 2rem 5rem 9rem 9.3%;
}

footer .main-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 2.5rem 0;
}

footer .main-footer .links {
    width: 40%;
    justify-content: space-evenly;
}

footer .main-footer .description {
    width: 60%;
    line-height: 1.7;
}

footer .main-footer .description span {
    font-size: 2rem;
}

footer .main-footer .description p {
    font-weight: lighter;
}

footer .main-footer .links {
    display: flex;
    flex-flow: row nowrap;
}

footer .main-footer .links .column {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

footer .main-footer .links .column h6 {
    font-size: 0.8rem;
}

footer .main-footer .links .column span {
    display: block;
    color: #a6c5f8;
    font-size: 1rem;
    transition: all 0.5s ease-in-out;
}

footer .main-footer .links .column span:hover {
    color: #fbfdff;
}

footer .legal-footer a {
    color: #fff;
    margin-right: 3rem;
    font-size: 0.98rem;
}

footer .legal-footer a:not(.page-name):hover {
    text-decoration: underline;
}

footer .legal-footer a:first-child {
    font-size: 1.2rem;
    font-weight: bolder;
}

/* Media Queries */


/* Mobile */

@media (min-width: 320px) and (max-width: 766px) {
    /* Hero section */
    .hero {
        height: 45rem;
    }
    .hero h1 {
        font-size: 1.7rem;
        margin: 1rem 0;
    }
    .hero .flex-hero .text span {
        font-size: 0.8rem;
    }
    /* Menu */
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
        color: #fff;
    }
    .topnav.responsive {
        position: sticky;
        top: 0;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    /* About Us */
    .flex-container {
        flex-flow: column;
        justify-content: center;
    }
    .flex-container .img-box {
        margin-top: 5rem;
    }
    .flex-container .parallel-box {
        width: 100%;
    }
    /* Services */
    .services-flex .cards {
        justify-content: center;
    }
    .services-flex .cards .card {
        height: 26rem;
    }
    /* Banner */
    /* Values */
    /* Clients */
    /* Contact Us */
    /* Footer Menu */
    /* Footer */
    footer .main-footer .description, .links {
        width: 100%;
    }
    footer .main-footer .description {
        width: 100%;
    }
    footer .main-footer .links {
        width: 100%;
    }
}


/* Tablet */

@media (min-width: 767px) and (max-width: 1023px) {
    /* Hero section */
    .hero {
        height: 62rem;
    }
    .hero h1 {
        font-size: 2.3rem;
    }
    /* Menu */
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
        color: #000;
    }
    .topnav.responsive {
        position: sticky;
        top: 0;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    /* About Us */
    .flex-container {
        flex-flow: column;
        justify-content: center;
    }
    .flex-container .img-box {
        margin-top: 5rem;
    }
    .flex-container .parallel-box {
        width: 100%;
    }
    /* Services */
    .services-flex .cards {
        justify-content: center;
    }
    .services-flex .cards .card {
        height: 20rem;
    }
    /* Banner */
    /* Values */
    /* Clients */
}


/* Laptop */

@media (min-width: 1024px) and (max-width: 1599px) {
    /* Hero section */
    .hero {
        height: 50rem;
    }
    .hero h1 {
        font-size: 3rem;
    }
    /* Menu */
    /* About Us */
    .flex-container {
        width: 60rem;
        flex-flow: row;
    }
    .flex-container .text-box {
        margin-right: 7rem;
    }
    .flex-container .parallel-box {
        width: 50%;
    }
    /* Services */
    .services-flex .cards .card {
        height: 20rem;
    }
    .services-flex .cards {
        justify-content: space-between;
    }
    /* Banner */
    /* Values */
    /* Footer */
    footer .main-footer .description {
        width: 60%;
    }
    footer .main-footer .links {
        width: 40%;
    }
}


/* Desktop */

@media (min-width: 1600px) {
    /* Hero section */
    .hero {
        height: 62rem;
    }
    /* Menu */
    /* About Us */
    .flex-container {
        width: 80%;
        flex-flow: row;
    }
    .flex-container .parallel-box {
        width: 50%;
    }
    /* Services */
    .services-flex .cards .card {
        height: 20rem;
    }
    .services-flex .cards {
        justify-content: space-between;
    }
    /* Banner */
    /* Values */
    /* Footer */
    footer .main-footer .description {
        width: 60%;
    }
    footer .main-footer .links {
        width: 40%;
    }
}

@media (min-height: 1000px) {
    .hero {
        height: 73rem;
    }
}

@media (min-height: 1100px) {
    .hero {
        height: 72rem;
    }
}