* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif
}

:root {
    --main-bg-color: #75dab4;
    --segundo-bg-color: #f9e4a3;
}

::selection {
    background-color: #74dab4;
    color: #000;
}

strong {
    font-weight: 700;
}

body {
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 1.8em;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #74dab4;
    font-weight: 400;
}

h1 {
    font-size: clamp(2.2rem, 4.8vw, 5.4em);
    font-weight: 500;
    margin-top: 50px;
    line-height: 1.2em;
}

h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #0c0f16;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5;
    color: #0c0f16;
    font-size: 18px;
    padding: 15px 5px;
}

h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #0c0f16;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5;
    color: #0c0f16;
    font-size: 18px;
    padding: 15px 5px;
}

h4 {
    font-weight: 600;
    line-height: 1.5;
    color: #0c0f16;
    font-size: 18px;
}

.aviso-legal {
    padding: 5% 5%;
    width: 100%;
}

.aviso-legal p {
    letter-spacing: .12rem;
    font-weight: 500;
    letter-spacing: .12rem;
    line-height: 3rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    line-height: 2;
    margin-top: 4px;
    padding: 25px 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
}

.logos-abajo ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 30px;
margin-bottom: 0px;

}


@media (max-width:985px) {
    .aviso-legal p {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        line-height: 2;
        margin-top: 4px;
        padding: 25px 5px;
        font-size: 15px;
        font-weight: 300;
        line-height: 2;
    }
    .aviso-legal {
       
        overflow: hidden;
        
    }
    
}

.aviso-cookies {
    display: none;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99999;
    box-shadow: 0 2px 20px 10px rgba(222, 222, 222, .25);
    text-align: center;
}

.aviso-cookies.activo {
    display: block;
}

.aviso-cookies .galleta {
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.aviso-cookies,
.aviso-cookies .parrafo {
    margin-bottom: 15px;
}

.aviso-cookies .boton {
    width: 100%;
    background: #595959;
    border: none;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.boton-peque {
    width: calc(50% - .8em);
    margin: 0;
    color: #7a7a7a;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    padding: .8em 0;
    text-decoration: none;
    border-radius: 5px;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.boton-peque:hover {
    background-color: #fff;
    text-decoration: underline;
}

#btn-descartar-cookies {
    float: left;
}

#btn-preferencias-cookies {
    float: right;
}

.aviso-cookies .boton:hover {
    background: #75dab4;
}

.aviso-cookies .enlace {
    color: #75dab4;
    text-decoration: none;
    font-size: 14px;
}

.aviso-cookies .enlace:hover {
    text-decoration: underline;
}

li {
    list-style: none;
}

.desborde {
    overflow-y: hidden!important;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 199;
    grid-area: header;
    position: fixed;
    background-color: #fff;
}

header .logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    animation: slide_left .5s linear forwards;
    animation-delay: .2s;
    color: var(--main-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo img{
    width: 60px;
    margin-right: 5%;
}

header .logo span {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    animation: slide_left .5s linear forwards;
    animation-delay: .2s;
    color: #1f1f1f;
}

@keyframes slide_left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

header ul {
    position: relative;
    display: flex;
}

header ul li {
    list-style: none;
}

header ul li a {
    display: inline-block;
    font-weight: 600;
    font-size: 1.1em;
    margin-left: 10px;
    padding: 13px 30px;
    text-decoration: none;
    user-select: none;
    opacity: 0;
    animation: slide_top .5s linear forwards;
    animation-delay: calc(.2s * var(--i));
    color: #1f1f1f;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

@keyframes slide_top {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

header ul li a.active,
header ul li a:hover {
    color: #75dab4;
}

#contacto:hover {
    color: #fff;
}

@media (max-width:991px) {
    .card .imagen:hover {
        cursor: pointer;
    }

    .desborde {
        overflow-y: hidden;
    }

    header {
        padding: 10px;
    }

    .navegacion {
        display: none;
    }

    .navegacion.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    header ul li {
        margin: 10px 0;
        overflow: hidden;
    }

    header ul li a {
        margin-left: 0;
        font-size: 1.5em;
    }

    .toggle {
        position: fixed;
        top: 0;
        right: 0;
        width: 40px;
        height: 45px;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 3000;
        border-radius: 2px;
        position: relative;
        width: 70px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .toggle.active {
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .toggle span {
        position: absolute;
        width: 40px;
        height: 2px;
        background: #1f1f1f;
        border-radius: 4px;
        transition: .5s;
    }

    .toggle span:nth-child(1) {
        transform: translateY(-15px);
        width: 25px;
        left: 15px;
    }

    .toggle.active span:nth-child(1) {
        width: 40px;
        transform: translateY(0) rotate(45deg);
        transition-delay: 125ms;
    }

    .toggle span:nth-child(2) {
        transform: translateY(15px);
        width: 15px;
        left: 15px;
    }

    .toggle.active span:nth-child(2) {
        width: 40px;
        transform: translateY(0) rotate(315deg);
        transition-delay: .25s;
    }

    .toggle.active span:nth-child(3) {
        transform: translateX(100px);
    }

    .contenido h1 {
        animation: slide_right .5s linear forwards;
        animation-delay: 1.5s;
    }

    .servicios2 {
        width: 60%;
    }
}

@media (min-width:1000px) {
    * {
        overflow-x: visible;
    }

    .desborde {
        overflow-y: visible !important;
    }

    .btn-neon {
        position: relative;
        display: inline-block;
        padding: 13px 30px;
        text-decoration: none;
        overflow: hidden;
        transition: .2s;
        border-radius: 40px;
        background: var(--main-bg-color);
        transition-delay: .3s;
        color: #1d1e22;
        color: var(--main-bg-color);
        background: #000;
        border: 1px solid #595959;
        color: #393f4d;
        transform: translate(-0.3rem,-0.3rem);
        box-shadow: 0.3rem 0.3rem 0 var(--main-bg-color);
        color: var(--main-bg-color);
    }

    .menu a:hover {
        color: #fff;
    }
}

.footer-dos {
    grid-area: footer-dos;
    background-color: #13161d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top: 1px solid #fff;
    width: 100%;
    height: 120px;
    padding: 40px 15px;
}

.footer-dos span {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #999;
    font-family: Poppins, sans-serif;
    font-size: 12px;
}

.footer-dos a {
    text-decoration: none;
    color: #fff;
}

