html {
    font-size: 13px;
}

body {
    margin: 0;
    background: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    padding: 0;
}

body#bSite-pHome {
    background: #fff;
}

.content {
    max-width: 1200px;
    padding: 0 50px;
    margin: auto;
}

header {
    height: 70px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header .content {
    height: 70px;
    display: flex;
    align-items: center;
}

a.singup {
    font-size: 1.2em;
    background: #6fa649;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fffffeee;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

a.singup:hover {
    background: #5f9639;
    color: #fffffe;
}

#site-name {
    color: #fffffedd;
    font-size: 24px;
    font-family: Verdana, sans-serif;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-right: 10px;
    text-decoration: none;
}

#site-name img {
    width: 200px;
    margin-right: 15px;
}

header #menu {
    flex: 1;
}

header #header-btns {
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
    margin-bottom: 12px;
}

header #header-btns .signup {
    background: #6fa649;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fffffeee;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    transition: all 0.2s;
    margin-right: 5px;
}

header #header-btns .signup:hover {
    background: #5f9639;
    color: #fffffe;
}

header #header-btns .signin {
    padding: 8px 16px;
    border-radius: 3px;
    background: #fff;
    color: #6fa649;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    transition: all 0.2s;
}

header #header-btns .signin:hover {
    background: #eee;
}

#header-intro {
    position: relative;
}

#bg {
    background: url("/img/background-site.jpg") center center / cover no-repeat;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#bg-opacity {
    background: #152e34;
    opacity: 0.7;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#section-main {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

#section-main .content {
    display: flex;
    align-items: center;
}

#section-main-left {
    flex: 1;
    margin-right: 90px;
}

#section-main-left h1 {
    margin: 0 0 10px 0;
    font-size: 3em;
    color: #fffffedd;
}

#section-main-left p {
    font-size: 1.4em;
    margin-bottom: 35px;
    color: #fffffedd;
}

#quick-infos {
    display: flex;
    padding: 60px 30px 30px 30px;
}

#quick-infos .quick-info {
    flex: 1;
    display: flex;
}

#quick-infos .quick-info + .quick-info {
    margin-left: 50px;
}

#quick-infos .quick-info .quick-info-icon {
    width: 50px;
    height: 50px;
    background: #6fa649;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

#quick-infos .quick-info .quick-info-text {
    flex: 1;
    font-size: 14px;
    text-align: justify;
}

#quick-infos .quick-info .quick-info-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.section {
    padding: 100px 0 20px 0;
}

.section h2 {
    flex-basis: 100%;
    font-size: 2em;
    margin: 0 0 25px;
}

.section h2 + p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.section.left {
    background: -webkit-linear-gradient(88deg, #eff0f2 90%, #fffffe 0%);
}

.section.right {
    background: -webkit-linear-gradient(88deg, #fffffe 92%, #eff0f2 90%);
}

.section .text-photo {
    display: flex;
}

.section .text-photo .text {
    width: 375px;
    margin: 0 25px 0 0;
    font-size: 1.2em;
    text-align: justify;
}

.section .text-photo .text ul li + li {
    margin-top: 10px;
}

.section .text-photo .photo {
    flex: 1
}

.section .text-photo .photo img {
    width: 100%;
    border-radius: 10Px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.section.right .text-photo {
    flex-direction: row-reverse;
}

.section.right .text-photo .text {
    margin-right: 0;
    padding-left: 20px;
}

#try {
    background: #152e34;
    color: #fff;
    padding: 15px;
}

#try h2 {
    font-size: 2em;
}

#try p {
    font-size: 1.2em;
}

#try .buttons {
    margin: 50px 0;
    text-align: center;
}

#splash-loader {
    height: 300px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 150px;
    height: 150px;
    background: #6fa649;
    transform: rotateX(65deg) rotate(45deg);
    color: #AAAAAA77;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: layers1 5s linear infinite alternate;
}

.loader:after {
    content: '';
    position: absolute;
    inset: 0;
    background: #AAAAAA77;
    border-radius: 20px;
    animation: layerTr 5s linear infinite alternate;
}

.loader .j {
    font-family: Lemonada, sans-serif;
    color: #fff;
    font-size: 75px;
}

body {
    background: #152e34;
}

#login-page #inLogin {
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 500px;
    margin: auto;
}

#login-page #inLogin h1 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

#login-page #inLogin .box-form {
    color: #fff;
}

#login-page #inLogin .box-form .btn-site {
    font-size: 1em;
    background: #6fa649;
    padding: 4px 16px;
    border-radius: 3px;
    color: #fffffeee;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

#login-page #inLogin .box-form a {
    color: #6fa649
}

#login-page #inLogin .box-form .input-large {
    background: #354e54;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #fff;
}

#login-page #inLogin .box-form .input-large::placeholder {
    color: #aaa;
}

#generalSuccessBox {
    position: fixed;
    z-index: 1010;
    bottom: 10px;
    right: 10px;
    max-width: 300px;
    margin: 0;
    background: #fff;
    cursor: pointer;
    display: flex;
}

#generalSuccessBox .icon {
    width: 20px;
    text-align: center;
    color: #6fa649;
}

#generalSuccessBox .ctn {
    margin: 0 0 0 30px;
    flex: 1;
}

@keyframes layers1 {
    0% {
        box-shadow: 50px 50px 0 -4px;
    }
    90%, 100% {
        box-shadow: 25px 25px 0 -4px;
    }
}

@keyframes layerTr {
    0% {
        transform: translate(-50px, -50px) scale(1)
    }
    100% {
        transform: translate(-25px, -25px) scale(1)
    }
}

@media (max-width: 999px) {
    #section-main {
        padding-bottom: 0;
    }

    #section-main .content {
        flex-direction: column;
    }

    #section-main-left {
        margin-right: 0;
    }

    #quick-infos {
        flex-direction: column;
    }

    #quick-infos .quick-info + .quick-info {
        margin-left: 0;
        margin-top: 30px;
    }

    .section .text-photo {
        flex-direction: column;
    }

    .section.right .text-photo {
        flex-direction: column;
    }

    .section.right .text-photo .text {
        padding-left: 0;
    }

    .section h2 + p {
        margin-bottom: auto;
    }

    .section .text-photo .text {
        width: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 729px) {
    .content {
        padding: 0 15px;
    }
}

@media (max-width: 580px) {
    header #header-btns .signup {
        display: none;
    }
}

@media (max-width: 499px) {
    header #try .signin {
        display: none;
    }
}
