@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    overflow-x: hidden;
}

#landing {
    height: 100vh;
    z-index:0;
}

#landing .vr-row {
    height: 100%;
}

#landing .vr-col {
    height: 100%;
}

#slogan {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-weight: 500;
    text-shadow: 3px 3px 6px black;
}

#slogan h1 {
    font-size: 4em;
}

#notice-wrapper {
    position: relative;
    bottom: 85px;
}

#experience-notice {
    position: absolute;
    width: 100%;
    height: auto;
    color: white;
}

#experience-icon {
    width: 48px;
    height: 48px;
}

#experience-text {
    font-weight: 500;
}

.navbar {
    background-image: -webkit-linear-gradient(top, #1c1c1c 0%, transparent 100%);
    background-image: linear-gradient(top, #1c1c1c 0%, transparent 100%);
}

#navbar-1 {
    z-index: 2;
}

#seahorse-logo {
    height: 200px;
    margin-top: -60px;
    margin-bottom: -50px;
}

#servicios {
    background-color: #59698D;
    width: 100%;
}

#servicios ul {
    list-style: none;
}

#servicios li {
    font-size: 0.8em;
    padding-left: 10px;
}

#servicios ul li:before {
    content: "\2022";
    color: #e17246;
    display: inline-block;
    font-weight: bold;
    width: 1em;
    margin-left: -1em;
}

.card {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#contacto {
    background: #4DA39E;
    width: 100%;
}

#text-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
}
