﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
    border: 0pt none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0pt;
    padding: 0pt;
}

caption,
th,
td {
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 1.8em;
    color: #1EDFFF;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

p {
    letter-spacing: 1px;
    padding: 10px;
}

a {
    color: #a2f2ff;
    text-decoration: none;
}

    a.btn-line {
        padding-bottom: 5px;
        border-bottom: 3px solid #a2f2ff;
    }

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    color: white;
    background: #a2f2ff;
    border-radius: 3px;
    padding: 6px 10px;
    margin: 5px 0px;
}

a.btn {
    transition: all ease-in-out 0.25s;
    text-decoration: none;
}

    a.btn:hover {
        transition: all ease-in-out 0.25s;
        background: #6febff;
    }

.container {
    max-width: 96%;
    padding: 0px 2%;
    margin: 0px auto;
}

@media (min-width: 750px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 950px) {
    .container {
        max-width: 98%;
        padding: 0px 1%;
        width: 920px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 80%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.half,
.third,
.fourth,
.two-third {
    display: block;
    box-sizing: border-box;
    margin: 0px 1%;
    float: left;
}

.half {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 750px) {
    .half {
        width: 48%;
    }
}

.third {
    width: 100%;
}

@media (min-width: 750px) {
    .third {
        width: 31.33%;
    }
}

.two-third {
    width: 100%;
}

@media (min-width: 750px) {
    .two-third {
        width: 64.67%;
    }
}

.fourth {
    width: 48%;
}

@media (min-width: 1300px) {
    .fourth {
        width: 23%;
    }
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin: 0px auto;
    padding: 15px 0px;
}

.hide {
    opacity: 0;
}

#header {
    width: 100%;
    z-index: 20;
    background: rgba(162, 242, 255, 0.9);
    color: black;
}

@media (min-width: 950px) {
    #header {
        position: fixed;
    }
}

#header ul#navigation {
    list-style: none;
    text-align: center;
}

    #header ul#navigation li {
        display: inline-block;
        padding: 25px 0px 10px 0px;
    }

        #header ul#navigation li a {
            font-size: 1.15em;
            color: black;
            text-decoration: none;
            padding: 5px 15px;
        }

        #header ul#navigation li.active li {
            padding: 25px 10px 10px 10px;
        }

        #header ul#navigation li.active a {
            font-weight: 500;
            color: white;
        }

#header #logo {
    padding-top: 15px;
    display: block;
    margin: 15px auto;
}

@media (min-width: 950px) {
    #header #logo {
        margin: unset;
    }

    #header ul#navigation {
        margin-top: 45px;
        text-align: right;
    }
}

#banner {
    padding: 100px 0px 100px 0px;
    background: #333 url(../images/vh-forests.jpg) bottom left no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    clip-path: ellipse(150% 100% at 50% 0%);
}

@media (min-width: 950px) {
    #banner {
        padding-top: 300px;
    }
}

#banner .banner-content .banner-row h2 {
    font-size: 1.25em;
    font-weight: 600;
}

@media (min-width: 750px) {
    #banner .banner-content .banner-row h2 {
        font-size: 1.6em;
    }
}

#banner .banner-content .banner-row h2 .icon {
    display: inline-block;
    background: white;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    color: black;
    padding: 10px;
    text-align: center;
    line-height: 50px;
}

    #banner .banner-content .banner-row h2 .icon img {
        line-height: 50px;
        border-radius: 90px;
    }

#banner .banner-content .banner-row h2 span.txt {
    margin-left: 15px;
}

    #banner .banner-content .banner-row h2 span.txt.push-up {
        position: relative;
        top: -20px;
    }

#banner .banner-content .banner-row .highlighted h2 {
    color: #a2f2ff;
    font-weight: 800;
    font-size: 1.35em;
}

@media (min-width: 750px) {
    #banner .banner-content .banner-row .highlighted h2 {
        font-size: 1.8em;
    }
}

#banner .banner-content .banner-row .highlighted h2 .icon {
    background: #a2f2ff;
    height: 80px;
    width: 80px;
    line-height: 60px;
}

@media (min-width: 1300px) {
    #banner .banner-content .banner-row.upper {
        width: 80%;
    }
}

@media (min-width: 1300px) {
    #banner .banner-content .banner-row.lower {
        width: 80%;
        margin-left: 20%;
    }
}

@media (min-width: 950px) {
    #banner .banner-content .banner-row div {
        width: 50%;
        float: left;
    }
}

#banner .banner-content h2 {
    font-size: 2.5em;
    margin: 20px 20px 50px 20px;
}

@media (min-width: 950px) {
    #banner .banner-content h2 {
        font-size: 3.5em;
    }
}

#banner .banner-content a.option {
    display: block;
    padding: 20px 30px;
    background: white;
    border-radius: 20px;
    text-decoration: none;
}

    #banner .banner-content a.option h3 {
        margin: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.15em;
        color: #a2f2ff;
        border-bottom: 3px solid #a2f2ff;
    }

    #banner .banner-content a.option p {
        transition: ease-in-out 0.3s;
        color: black;
        font-size: 1.25em;
        font-weight: 500;
        padding: 10px 0px 0px 0px;
    }

@media (min-width: 1300px) {
}

.blue-block,
.blue-block-darken,
.white-block,
.striped-block {
    padding: 80px 0px;
}

.red-block {
    background: #a2f2ff;
}

.blue-block {
    background: rgba(162, 242, 255, 0.16);
}

.blue-block-darken {
    background: #a2f2ff;
}

.striped-block {
    background: linear-gradient(to bottom, rgba(162, 242, 255, 0.16) 0%, rgba(162, 242, 255, 0.16) 50%, #ffffff 50%, #ffffff 100%);
}

.panel {
    background: white;
    border-radius: 15px;
}

    .panel .panel-left,
    .panel .panel-right {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .panel .panel-left h1,
        .panel .panel-right h1 {
            margin: 0px;
        }

        .panel .panel-left .panel-content,
        .panel .panel-right .panel-content {
            padding: 30px;
        }

@media (min-width: 1300px) {
    .panel .panel-left,
    .panel .panel-right {
        width: 50%;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        .panel .panel-left .panel-content,
        .panel .panel-right .panel-content {
            padding: 60px;
        }
}

#panel-home {
    position: relative;
}

    #panel-home .panel-right {
        background: blue;
        height: 100%;
    }

ul.icons-group {
    list-style: none;
}

    ul.icons-group li {
        width: 50%;
        float: left;
        height: 250px;
    }

        ul.icons-group li img {
            display: block;
            margin: 0px auto;
            max-width: 100%;
            height: auto;
        }

@media (min-width: 750px) {
    ul.icons-group li {
        width: 33.33%;
        float: left;
        height: 250px;
    }
}

@media (min-width: 1300px) {
    ul.icons-group li {
        width: 16%;
        float: left;
        height: 225px;
    }
}

#content {
    padding: 20px 0px;
}

#footer {
    padding: 80px 0px;
    background: black;
    color: white;
    text-align: center;
}

@media (min-width: 750px) {
    #footer #copyright {
        text-align: left;
    }

    #footer #sencia_logo {
        text-align: right;
    }
}

#footer p {
    color: #a2f2ff;
    font-size: 0.7em;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-3-25 16:10:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@media (min-width: 750px) {
    .slide-in-blurred-bottom {
        -webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1s both;
        animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1s both;
    }
}

.anchor {
    display: block;
    position: relative !important;
    top: -175px;
    visibility: hidden;
}

.tree-img {
    width: 40%;
}

@media (min-width: 750px) {
    .tree-img {
        width: 40%;
    }
}

@media (min-width: 1300px) {
    .tree-img {
        width: 25%;
    }
}
