.content,
.header,
.waves {
    position: relative
}

.column>h2,
.title>h1 {
    font-weight: 100;
    font-family: var(--Montserrat)
}

.column>p,
.title>h1 {
    text-transform: uppercase
}

body,
ul.tecnologias>li {
    margin: 0
}

.content,
.paginas {
    background-color: #fff
}

.column>h2,
.paginas>h2,
.title>h1,
body {
    font-family: var(--Montserrat);
}

.content,
.flex,
.header,
.imagen>p,
.paginas>h2,
.title>h1,
.whatsapp {
    text-align: center
}

:root {
    --Montserrat: 'Montserrat', sans-serif;
    --lato: 'Lato', sans-serif
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

*,
:after,
:before {
    box-sizing: inherit
}

img {
    width: 20rem
}

body {
    background-image: linear-gradient(to right, #004aad 0, #002454 100%)
}

h1,
p {
    font-family: var(--lato)
}

h1 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 48px
}

a {
    text-decoration: none
}

p {
    letter-spacing: 1px;
    font-size: 14px;
    color: #333
}

.column>h2,
.header,
.title>h1,
li>a,
span {
    color: #fff
}

ul {
    padding: 0
}

li {
    list-style: none;
    margin-bottom: 1rem
}

.logo {
    width: 50px;
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.inner-header {
    height: 78vh;
    width: 100%;
    margin: 0;
    padding: 0
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.waves {
    width: 100%;
    height: 35vh;
    margin-bottom: -5px;
    min-height: 100px;
    max-height: 150px
}

.content {
    height: 20vh
}

.parallax>use {
    animation: 25s cubic-bezier(.55, .5, .45, .5) infinite move-forever
}

.parallax>use:first-child {
    animation-delay: -2s;
    animation-duration: 7s
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

header {
    margin-bottom: .5rem
}

.column-3,
.paginas-img>div {
    display: flex;
    justify-content: space-evenly
}

.column>p>span,
.imagen>p {
    display: block
}

.column {
    width: calc(33% - 5rem)
}

.column>h2 {
    font-size: 4rem;
    margin-top: 0
}

.column>p,
ul>li {
    font-size: 1.5rem;
    color: #fff
}

.column>img {
    width: 80%;
    border-radius: 1rem;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5)
}

div.column:nth-child(2)>ul:nth-child(2)>li:nth-child(3) {
    margin-bottom: 3rem
}

.experiencia>span:nth-child(2),
div.column:nth-child(3)>p:nth-child(7)>span:first-child {
    margin: .5rem 0 1.5rem
}

.hoverable>li>a:hover {
    color: #fffb00;
    transition: .1s ease-in-out
}

@media (max-width:768px) {
    .waves {
        height: 4rem;
        min-height: 4rem;
    }
    .errorwaves{
        margin-top: 40%;
    }

    .content {
        height: 30vh
    }

    .column,
    .column-3 {
        text-align: center
    }

    .column-3 {
        display: block;
        width: 100%
    }

    .column {
        width: calc(100% - 1.5rem);
        margin: 0 auto
    }
}

.paginas {
    padding-top: 1rem;
    padding-bottom: 4rem
}

.imagen {
    background-image: linear-gradient(to right, #004aad -30%, #002454 100%);
    border-radius: .7rem;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .7);
    width: calc(33% - 7rem);
    height: 100%
}

.imagen:hover {
    transform: scale(1.25);
    transition: .5s ease-out;
    -webkit-box-shadow: 0 10px 30px 7px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 10px 30px 7px rgba(0, 0, 0, .7);
    box-shadow: 0 10px 30px 7px rgba(0, 0, 0, .7)
}

.imagen>p {
    color: #fff;
    margin: 1rem 0;
    font-size: 2rem
}

.imagen>a>img {
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
    width: 100%
}

.paginas>h2 {
    font-weight: 400;
    font-size: 4rem
}

@media (max-width:786px) {
    .paginas-img>div {
        display: block;
        text-align: center;
        width: 100%
    }

    .imagen {
        width: 55%;
        height: 100%;
        margin: 0 auto 2rem;
        text-align: center
    }

    .imagen>p {
        padding-bottom: 1rem
    }
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
    z-index: 100
}

.whatsapp-icon {
    margin-top: 13px
}

.education{
    margin-top: 1rem;
}
.contact{
    margin-top: 2.5rem;
}

