:root {
    --main-bg-color: #75dab4;
    --segundo-bg-color: #f9e4a3
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif
}

mark {
    background: 0 0;
    text-decoration: none;
    background: repeating-linear-gradient(to bottom, transparent, transparent 50%, var(--segundo-bg-color) 50%, var(--segundo-bg-color) 85%, transparent 85%)
}

::selection {
    background-color: #74dab4;
    color: #000
}

strong {
    font-weight: 500
}


body {
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 1.8em
}

html {
    scroll-behavior: smooth
}

main {
    display: grid;
    grid-template-areas: "section""header""dos""proyectos""footer-uno""footer-dos";
    grid-template-rows: auto
}

.contacto-titulo {
    font-weight: 500;
    margin-top: 50px;
    line-height: 1.2em;
    color: #000
}

h1 {
    font-size: clamp(2.8rem, 4.8vw, 7.4em);
    font-weight: 500
}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: 0 8px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    color: #0c0f16;
    font-size: 40px
}

h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #0c0f16
}

h4 {
    font-weight: 400;
    line-height: 1.5;
    color: #0c0f16;
    font-size: 18px
}

li {
    list-style: none
}

.desborde {
    overflow-y: hidden !important
}

header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 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: var(--main-bg-color)
}

#contacto:hover {
    color: #fff
}

section {
    grid-area: section;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
    text-align: start;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover
}

section h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: none;
    margin-bottom: 0;
    text-align: start;
    font-size: 25px;
    width: 100%
}

section mark {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: none;
    margin-bottom: 0;
    text-align: start;
    width: 100%
}

section::-webkit-scrollbar {
    display: none
}

.about {
    margin: 50px auto;
    width: 70%;
    text-align: left;
    display: flex;
    flex-wrap: wrap
}

.about-uno {
    width: 50%
}

.about-uno h4 {
    margin-bottom:0;
    padding-left: 30px
}

.about-uno h3 {
    margin-bottom: 10px
}

.about-uno p {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
    margin-top: 4px;
    padding: 25px 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2
}

.about-dos {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.imagen-about {
    height: 300px;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
    margin-top: 20px
}

.imagen-about img {
    margin-top: 50px;
    height: 400px;
    width: 400px
}

.circulitos {
    margin-left: 30px;
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    text-align: left;
    margin-bottom: 20px
}

.circulitos h3 {
    display: flex;
    justify-content: left;
    margin-bottom: 20px !important;
    font-size: 18px !important
}

.dos-box span {
    position: absolute;
    left: 0;
    bottom: 0
}

.dos-box h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 20px;
    color: #0c0f16;
    font-size: 25px;
    margin-top: 20px;
    margin-left: 20px
}

.dos-box span::before {
    content: '';
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: var(--main-bg-color);
    position: absolute;
    left: 6px;
    bottom: 0
}

.dos-box span:first-of-type {
    bottom: 0
}

.dos-box span:last-of-type {
    bottom: 0
}

.dos-box span:first-of-type::before {
    content: '';
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: var(--main-bg-color);
    position: absolute;
    bottom: 6px
}

.dos-box span:last-of-type::before {
    content: '';
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: var(--main-bg-color);
    position: absolute;
    left: 0
}

.contenido {
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px
}

.contenido_texto {
    height: 100%;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5%;
    color: #000
}

.contenido h4 {
    width: 100%;
    color: #fff
}

.contenido h1 {
    opacity: 0;
    animation: slide_right .5s linear forwards;
    animation-delay: 1.5s;
    width: 100%;
    display: inline;
    padding: 0;
    color: -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: transparent;
    background-size: 100% 80%;
    -webkit-text-stroke-width: .02em;
    font-weight: 600;
    line-height: 90px;
    font-weight: 600;
    line-height: 90px
}

@keyframes slide_right {
    0% {
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.contenido p {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-right: 0
}

#color {
    color: var(--main-bg-color);
    -webkit-text-fill-color: var(--main-bg-color)
}

.cta_arriba {
    width: 100%;
    opacity: 0;
    animation: slide_left .5s linear forwards;
    animation-delay: 1.75s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3
}

.cta_arriba a {
    display: flex;
    font-weight: 700;
    padding: 12px 35px;
    user-select: none;
    margin: 0 auto;
    border-radius: .25rem;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 50px;
    overflow-x: hidden !important;
    margin-left: 2px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 3;
    transition: all .8s;
    color: var(--main-bg-color);
    background: #000;
    border: 1px solid #595959;
    color: #393f4d;
    transform: translate(-.3rem, -.3rem);
    box-shadow: .3rem .3rem 0 var(--main-bg-color);
    color: var(--main-bg-color)
}

.cta_arriba a:hover {
    transform: translate(0, 0);
    box-shadow: 0 0 0 var(--main-bg-color);
    color: var(--main-bg-color)
}

.dos {
    grid-area: dos;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
    margin-bottom: 50px
}

.dos h2 {
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 0
}

.about-tres {
    margin-top: 150px;
    margin-bottom: 100px
}

.about-tres p {
    margin-top: 10px;
    padding: 25px 30px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    width: 50vw
}

.about-tres ul {
    margin-bottom: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.about-tres li {
    list-style: circle;
    font-size: 15px;
    width: 100%
}

.servicios2 {
    margin-top: 0;
    padding: 0;
    margin: 25px auto;
    text-align: start;
    width: 25%;
    height: 100%;
    margin-bottom: 40px;
    font-weight: 700;
    list-style: square
}

.servicios2 h4 {
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 2px;
    width: 100%;
    font-size: 15px;
    color: #74dac0
}

.about-tres-icono {
    height: 100px;
    margin-top: 90px
}

.about-tres-icono img {
    height: 100px
}

.caja_imagen_2 {
    width: 100%;
    height: 100%;
    margin-bottom: 30px
}

.caja_imagen_2 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%
}

.proyectos {
    width: 100%;
    grid-area: proyectos;
    background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px
}

.proyectos h3 {
    margin: 40px auto;
    text-align: center;
    padding: 5px 5px;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: 0 8px rgb(0 0 0 / 5%)
}

.grid-container {
    display: grid;
    width: 80%;
    margin: 80px auto;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1127px
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 10px 10px 0 0;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px 10px 0 0;
}

.flip-card-front {
    color: #1d1e22;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.flip-card-back {
    transform: rotateY(180deg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    padding-bottom: 10%;
}

.flip-card-back h3 {
    width: 100%;
    padding: 5px 5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700
}

.flip-card-back p {
    width: 100%
}

.flip-card-back a {
    background-color: var(--main-bg-color);
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    padding: 3px 20px;
    user-select: none;
    margin: 0 auto;
    border-radius: 30px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 10%;
}

.footer-uno {
    grid-area: footer-uno;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%
}

.footer-uno h2 {
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0
}

.footer-uno h2 a {
    text-decoration: none;
    color: #000
}

.footer-uno h4 {
    margin: 40px auto;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: 0 8px rgb(0 0 0 / 5%)
}

#email {
    font-size: 18px;
    font-weight: 400
}

#email a {
    text-decoration: none;
    color: var(--main-bg-color)
}

#telefono {
    font-size: 18px;
    font-weight: 400
}

#telefono a {
    text-decoration: none;
    color: #000
}

#direccion {
    font-size: 18px;
    font-weight: 400
}

#direccion a {
    text-decoration: none;
    color: #000
}

.footer-uno span {
    padding: 10px 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 36px
}

.redes_sociales_abajo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.redes_sociales_abajo li {
    list-style: none
}

.redes_sociales_abajo li a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: var(--main-bg-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    color: #fff
}

.redes_sociales_abajo li a img {
    transform: scale(.2)
}

.redes_sociales_abajo li a:hover {
    transform: translateY(-10px) !important
}

.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
}

@media (min-width:600px) {
    .grid-container {
        display: grid;
        width: 70%;
        margin: 50px auto;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 20px
    }
   
}

@media (max-width:1316px) {
    .contenido_texto {
        width: 90%
    }
}

@media (max-width:900px) {
    .imagen-about img {
        margin-top: 150px;
        height: 400px;
        width: 400px
    }
    .circulitos {
        margin-left: 0;
    }
    section h2 {
        font-size: 20px
    }

    .contenido {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 100px;
        margin-top: 50px
    }

    .contenido h1 {
        opacity: 0;
        animation: slide_right .5s linear forwards;
        animation-delay: 1.5s;
        width: 100%;
        color: #000;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 35px
    }

    .contenido_texto {
        margin-top: 20px;
        height: 100%;
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 8px;
        padding-right: 8px
    }

    .contenido p {
        text-align: left;
    }

    .about {
        margin: 50px auto;
        width: 85%;
        text-align: left;
        display: flex;
        flex-wrap: wrap
    }

    .about-uno {
        width: 100%
    }

    .about-uno h4 {
        margin-bottom: 30px;
        padding-left: 0
    }

    .about-dos {
        width: 100%
    }

    .about-uno p {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        line-height: 2;
        margin-top: 4px;
        padding: 0;
        font-size: 15px;
        font-weight: 300;
        line-height: 2
    }

    .about-tres p {
        margin-top: 10px;
        padding: 0;
        margin: 20px auto;
        text-align: left;
        font-size: 15px;
        font-weight: 300;
        line-height: 2;
        width: 80%
    }

    .about-tres-icono {
        margin-top: 100px;
        height: 100px
    }

    .proyectos {
        padding-top: 0;v
        padding-bottom: 0
    }

    .footer-uno h4 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: 'Barlow Condensed', sans-serif;
        text-shadow: 0 8px rgb(0 0 0 / 5%);
        margin-bottom: 20px;
        color: #0c0f16;
        font-size: 40px
    }
}

.cta_abajo {
    width: 100%;
    opacity: 0;
    animation: slide_left .5s linear forwards;
    animation-delay: 1.75s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3
}

.cta_abajo a {
    display: flex;
    font-weight: 700;
    padding: 12px 35px;
    user-select: none;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-decoration: none;
    opacity: 1;
    overflow-x: hidden !important;
    margin-left: 2px;
    background: var(--main-bg-color);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 40px auto;
    z-index: 3;
    transition: all .8s;
    color: #000;
    margin-bottom: 60px;
    color: var(--main-bg-color);
    background: #000;
    border: 1px solid #595959;
    color: #393f4d;
    transform: translate(-.3rem, -.3rem);
    box-shadow: .3rem .3rem 0 var(--main-bg-color);
    color: var(--main-bg-color)
}

.cta_abajo a:hover {
    transform: translate(0, 0);
    box-shadow: 0 0 0 var(--main-bg-color);
    color: var(--main-bg-color)
}

@media (min-width:1000px) {
    * {
        overflow-x: visible
    }

    .redes_sociales_abajo li a {
        overflow: visible
    }

    section {
        overflow: 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(-.3rem, -.3rem);
        box-shadow: .3rem .3rem 0 var(--main-bg-color);
        color: var(--main-bg-color)
    }
    

    .grid-container {
        display: grid;
        width: 70%;
        margin: 50px auto;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 20px
    }
}

@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: 70%;
    }
}

.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: var(--main-bg-color)
}

.aviso-cookies .enlace {
    color: var(--main-bg-color);
    text-decoration: none;
    font-size: 14px
}

.aviso-cookies .enlace:hover {
    text-decoration: underline
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.contenedor {
    width: 90%;
    max-width: 1200px;
    margin: auto
}

.bg_animate {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #000, #505bda);
    position: relative;
    overflow: hidden
}

.header_nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.header_nav .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.header_nav h1 {
    color: #fff;
    font-family: Gagalin
}

.header_nav nav a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.banner_title h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px
}

.banner_title .llamanos {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    background: #1a2849;
    padding: 20px
}

.banner_img {
    animation: movimiento 2.5s linear infinite
}

.banner_img img {
    width: 600px;
    display: block
}

.burbuja {
    border-radius: 50%;
    background: var(--main-bg-color);
    opacity: .3;
    position: absolute;
    bottom: -150;
    animation: burbujas 3s linear infinite
}

.burbuja:nth-child(1) {
    width: 80px;
    height: 80px;
    left: 5%;
    animation-duration: 3s;
    animation-delay: 3s
}

.burbuja:nth-child(2) {
    width: 100px;
    height: 100px;
    left: 5%;
    animation-duration: 3s;
    animation-delay: 5s
}

.burbuja:nth-child(3) {
    width: 20px;
    height: 20px;
    left: 15%;
    animation-duration: 1.5s;
    animation-delay: 7s;
    background: var(--segundo-bg-color)
}

.burbuja:nth-child(5) {
    width: 70px;
    height: 70px;
    left: 65%;
    animation-duration: 3s;
    animation-delay: 1s;
    background: var(--segundo-bg-color)
}

.burbuja:nth-child(6) {
    width: 20px;
    height: 20px;
    left: 50%;
    animation-duration: 4s;
    animation-delay: 5s
}

.burbuja:nth-child(7) {
    width: 20px;
    height: 20px;
    left: 50%;
    animation-duration: 4s;
    animation-delay: 5s
}

.burbuja:nth-child(8) {
    width: 100;
    height: 100px;
    left: 52%;
    animation-duration: 5s;
    animation-delay: 5s
}

.burbuja:nth-child(9) {
    width: 65px;
    height: 65px;
    left: 51%;
    animation-duration: 3s;
    animation-delay: 2s;
}

.burbuja:nth-child(10) {
    width: 40px;
    height: 40px;
    left: 35%;
    animation-duration: 3s;
    animation-delay: 4s
}

@keyframes burbujas {
    0% {
        bottom: 0;
        opacity: 0;
    }

    30% {
        transform: translateX(30px)
    }

    50% {
        opacity: .4
    }

    100% {
        bottom: 100%;
        opacity: 0;
    }
}

@keyframes movimiento {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0)
    }
}

@media max-width(1200px) {
    .burbuja:nth-child(4) {
        display: none
    }
    .burbuja:nth-child(4) {
        width: 50px;
        height: 50px;
        left: 90%;
        animation-duration: 6s;
        animation-delay: 3s;
    }
}

/*empieza aqui lo ultimo*/
.contenedor{
	display: flex;
	max-width: 100%;
	height: 80vh;
	background-image: url(/servicio-seo-donostia.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
.contenedor .wrap{
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}
.contenedor .wrap .box{
	flex-basis: 50%;
	color: #fff;
	text-align: left;
	align-self: center;
}
.contenedor .wrap .box span{
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 300;
	
}
.contenedor .wrap .box h1{
	font-size: 32px;
	line-height: .9;
	padding-bottom: 10px;
	
}
.contenedor .wrap .box p{
	font-size: 15px;
	line-height: 1.2;
}
.contenedor .wrap .box .botones{
	display: flex;
	margin-top: 30px;
	flex-flow: row wrap;
}
.contenedor .wrap .box .botones .btn1{
	flex-basis: 30%;
	border: solid 2px;
	border-radius: 20px;
	padding: 10px 30px 10px 30px;
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.contenedor .wrap .box .botones .btn2{
	flex-basis: 30%;
	background-color: #fff;	
	border: solid 2px;
	border-radius: 20px;
	padding: 10px 30px 10px 30px;
	text-align: center;
	text-decoration: none;
	color: #000;
}



