@CHARSET "ISO-8859-1";
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda&family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin&display=swap');

/* Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

/* Custom CSS */
body{
    background-color: white;
	color: white !important;
}

.navbar-brand {
    font-family: 'Viga', sans-serif;
}

#section5 {
    color: black;
}

/* Parallax */
            
.bg-parallax-1 {
    position: relative;
    background-image: url('../image/parallax/parallax_01.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.bg-parallax-2 {
    position: relative;
    background-image: url('../image/parallax/parallax_02.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.bg-parallax-3 {
    position: relative;
    background-image: url('../image/parallax/parallax_03.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.bg-parallax-4 {
    position: relative;
    background-image: url('../image/parallax/parallax_04.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

/* Owl Carousel */

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
    outline: 0;
}

.owl-prev span,
.owl-next span {
    font-size: 60px;
    color: #4DC7A0;
    text-shadow: 1px 1px 5px #999;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.owl-dot:hover,
.owl-dot:active,
.owl-dot:focus {
    outline: 0;
}

/* Section 6 */

#section6 .title {
    font-family: 'Viga', sans-serif;
}

#section6 .btn-learn-more {
    border-radius: 15px;
    line-height: 1;
}

#section6 .btn-learn-more:hover {
    background-color: white;
    color: black;
    border-color: black;
}

/* Section 1 */

#section1 .title {
    font-family: 'Viga', sans-serif;
}

#section1 .btn-learn-more {
    border-radius: 15px;
    line-height: 1;
}

#section1 .btn-learn-more:hover {
    background-color: white;
    color: black;
    border-color: black;
}

/* Section 2 */

#section2 .title {
    font-family: 'Viga', sans-serif;
}

#section2 .btn-learn-more {
    border-radius: 15px;
    line-height: 1;
}

#section2 .btn-learn-more:hover {
    background-color: white;
    color: black;
    border-color: black;
}

/* Section 3 */

#section3 .title {
    font-family: 'Viga', sans-serif;
}

#section3 .btn-learn-more {
    border-radius: 15px;
    line-height: 1;
}

#section3 .btn-learn-more:hover {
    background-color: white;
    color: black;
    border-color: black;
}

/* Section 4 */

#section4 .title {
    font-family: 'Viga', sans-serif;
}

#section4 .btn-learn-more {
    border-radius: 15px;
    line-height: 1;
}

#section4 .btn-learn-more:hover {
    background-color: white;
    color: black;
    border-color: black;
}

/* Section 5 */

#section5 .bg-about {
    background: url('../image/background/bg-about.png');
}

#section5 .title-welcome {
    font-family: 'Merienda', cursive;
}

#section5 .title-about {
    font-family: 'Merienda', cursive;
}

#section5 .desc-about {
    font-family: 'Montserrat', sans-serif;
}

#section5 .learn-more-about {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 25px;
    border-color: black !important;
    float: right;
}

#section5 .title-vision {
    font-family: 'Merienda', cursive;
}

#section5 .desc-vision {
    font-family: 'Montserrat', sans-serif;
}

#section5 .title-mision {
    font-family: 'Merienda', cursive;
}

#section5 .desc-mision {
    font-family: 'Montserrat', sans-serif;
}

#section5 .title-ps {
    font-family: 'Merienda', cursive;
}

#section5 .title-ps-group {
    font-family: 'Viga';
}

#section5 .desc-ps-group {
    font-family: 'Montserrat', sans-serif;
}

#section5 .btn-learn-more-ps-group {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 25px;
    border-color: black !important;
}

#section5 .title-partners {
    font-family: 'Merienda', cursive;
}

#section5 .title-customers {
    font-family: 'Merienda', cursive;
}

@media (max-width: 575.98px) {

    .navbar {
        position: absolute;
        top: 0;
        width: 100%;
    }

    /* Section 6 */

    #section6 .title {
        font-size: 2.5em;
        font-family: 'Viga', sans-serif;
        text-align: center;
    }

    #section6 .title-desc {
        width: 100%;
        font-size: 1em;
        text-align: center;
    }

    #section6 .learn-more {
        margin-top: 2.5%;
        text-align: center;
    }

    /* Section 1 */

    #section1 .title {
        font-size: 2.5em;
        text-align: center;
    }

    #section1 .title-desc {
        font-size: 1em;
        text-align: center;
    }

    #section1 .learn-more {
        margin-top: 2.5%;
        text-align: center;
    }

    /* Section 2 */

    #section2 .title {
        font-size: 2.5em;
        text-align: center;
    }

    #section2 .title-desc {
        font-size: 1em;
        text-align: center;
    }

    #section2 .learn-more {
        margin-top: 2.5%;
        text-align: center;
    }

    /* Section 3 */

    #section3 .title {
        font-size: 2.5em;
        text-align: center;
    }

    #section3 .title-desc {
        font-size: 1em;
        text-align: center;
    }

    #section3 .learn-more {
        margin-top: 2.5%;
        text-align: center;
    }

    /* Section 4 */

    #section4 .title {
        font-size: 2.5em;
        text-align: center;
    }

    #section4 .title-desc {
        font-size: 1em;
        text-align: center;
    }

    #section4 .learn-more {
        margin-top: 2.5%;
        text-align: center;
    }

    /* Section 5 */

    #section5 .title-welcome {
        font-size: 1.5em;
    }

    #section5 .title-about {
        font-size: 1.25em;
    }

    #section5 .my-hr-about {
        width: 22.5%;
    }

    #section5 .desc-about {
        margin-top: 3.5% !important;
        font-size: 0.9em;
        text-align: justify
    }

    #section5 .btn-about {
        margin-top: 2.5%;
    }

    #section5 .learn-more-about {
        font-size: 0.8em;
    }

    #section5 .martop-visi {
        margin-top: 2.5%;
    }

    #section5 .title-vision {
        font-size: 1.25em;
    }

    #section5 .my-hr-vision {
        width: 27.5%;
    }

    #section5 .desc-vision {
        margin-top: 3.5% !important;
        font-size: 0.9em;
        text-align: justify;
    }

    #section5 .title-mision {
        margin-top: 5%;
        font-size: 1.25em;
    }

    #section5 .my-hr-mision {
        width: 30%;
    }

    #section5 .desc-mision {
        margin-top: 3.5% !important;
        font-size: 0.9em;
        text-align: justify;
    }

    #section5 .title-ps {
        font-size: 1.5em;
    }

    #section5 .logo-ps {
        width: 150px;
        margin-left: 10%;
        margin-bottom: 5%;
    }

    #section5 .title-ps-group {
        font-size: 1.25em;
        margin-left: 10%;
    }

    #section5 .desc-ps-group {
        margin-top: 2.5%;
        font-size: 0.9em;
        margin-left: 10%;
    }

    #section5 .btn-learn-more-ps-group {
        margin-top: 2.5%;
        margin-bottom: 5%;
        margin-left: 10%;
        font-size: 0.8em;
    }

    #section5 .title-partners {
        font-size: 1.5em;
    }

    #section5 .title-customers {
        font-size: 1.5em;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .navbar {
        position: absolute;
        top: 0;
        width: 100%;
    }

    /* Section 6 */

    #section6 .title {
        font-size: 3em;
        text-align: center;
    }

    #section6 .title-desc {
        margin-left: 12.5%;
        width: 75%;
        font-size: 1em;
        text-align: center;
    }

    #section6 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 1 */

    #section1 .title {
        font-size: 3em;
        text-align: right;
    }

    #section1 .title-desc {
        margin-left: 35%;
        width: 65%;
        font-size: 1em;
        text-align: justify;
    }

    #section1 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 2 */

    #section2 .title {
        font-size: 3em;
    }

    #section2 .title-desc {
        width: 75%;
        font-size: 1em;
        text-align: justify;
    }

    #section2 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 3 */

    #section3 .title {
        font-size: 3em;
        text-align: right;
    }

    #section3 .title-desc {
        margin-left: 25%;
        width: 75%;
        font-size: 1em;
        text-align: justify;
    }

    #section3 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 4 */

    #section4 .title {
        font-size: 3em;
    }

    #section4 .title-desc {
        width: 75%;
        font-size: 1em;
        text-align: justify;
    }

    #section4 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 5 */

    #section5 .title-welcome {
        font-size: 2em;
    }

    #section5 .title-about {
        font-size: 1.5em;
    }

    #section5 .my-hr-about {
        width: 20%;
    }

    #section5 .desc-about {
        margin-top: 3.5% !important;
        font-size: 1.25em;
        text-align: justify
    }

    #section5 .btn-about {
        margin-top: 2.5%;
    }

    #section5 .learn-more-about {
        font-size: 1em;
        float: right;
    }

    #section5 .martop-visi {
        margin-top: 2.5%;
    }

    #section5 .title-vision {
        font-size: 1.5em;
    }

    #section5 .my-hr-vision {
        width: 25%;
    }

    #section5 .desc-vision {
        text-align: justify;
        margin-top: 2.5% !important;
        font-size: 1.25em;
    }

    #section5 .title-mision {
        margin-top: 2.5%;
        font-size: 1.5em;
    }

    #section5 .my-hr-mision {
        width: 27.5%;
    }

    #section5 .desc-mision {
        text-align: justify;
        margin-top: 2.5% !important;
        font-size: 1.25em;
    }

    #section5 .title-ps {
        font-size: 2em;
    }

    #section5 .logo-ps {
        width: 150px;
        margin-bottom: 5%;
    }

    #section5 .title-ps-group {
        font-size: 1.5em;
    }

    #section5 .desc-ps-group {
        margin-top: 2.5%;
        font-size: 0.8em;
    }

    #section5 .btn-learn-more-ps-group {
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 0.8em;
    }

    #section5 .title-partners {
        font-size: 2em;
    }

    #section5 .title-customers {
        font-size: 2em;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .navbar {
        position: absolute;
        top: 0;
        width: 100%;
    }

    /* Section 6 */

    #section6 .title {
        font-size: 3.5em;
        text-align: center;
    }

    #section6 .title-desc {
        margin-left: 25%;
        width: 50%;
        font-size: 1em;
        text-align: center;
    }

    #section6 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 1 */

    #section1 .title {
        font-size: 3.5em;
        text-align: right;
    }

    #section1 .title-desc {
        margin-left: 45%;
        width: 55%;
        font-size: 1em;
        text-align: justify;
    }

    #section1 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 2 */

    #section2 .title {
        font-size: 3.5em;
    }

    #section2 .title-desc {
        width: 50%;
        font-size: 1em;
        text-align: justify;
    }

    #section2 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 3 */

    #section3 .title {
        font-size: 3.5em;
        text-align: right;
    }

    #section3 .title-desc {
        margin-left: 50%;
        width: 50%;
        font-size: 1em;
        text-align: justify;
    }

    #section3 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 4 */

    #section4 .title {
        font-size: 3.5em;
    }

    #section4 .title-desc {
        width: 50%;
        font-size: 1em;
        text-align: justify;
    }

    #section4 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 5 */

    #section5 .title-welcome {
        font-size: 2em;
    }

    #section5 .title-about {
        font-size: 1.5em;
    }

    #section5 .my-hr-about {
        width: 30%;
    }

    #section5 .desc-about {
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1em;
        text-align: justify
    }

    #section5 .btn-about {
        width: 95%;
        margin-top: 5%;
    }

    #section5 .learn-more-about {
        font-size: 0.9em;
        float: right;
    }

    #section5 .martop-visi {
        margin-top: 6.35%;
    }

    #section5 .title-vision {
        font-size: 1.5em;
    }

    #section5 .my-hr-vision {
        width: 37.5%;
    }

    #section5 .desc-vision {
        text-align: justify;
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1em;
    }

    #section5 .title-mision {
        margin-top: 5%;
        font-size: 1.5em;
    }

    #section5 .my-hr-mision {
        width: 42.5%;
    }

    #section5 .desc-mision {
        text-align: justify;
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1em;
    }

    #section5 .title-ps {
        font-size: 2em;
    }

    #section5 .logo-ps {
        width: 125px;
        margin-bottom: 7.5%;
    }

    #section5 .title-ps-group {
        font-size: 1em;
    }

    #section5 .desc-ps-group {
        margin-top: 2.5%;
        font-size: 0.8em;
    }

    #section5 .btn-learn-more-ps-group {
        margin-top: 5%;
        font-size: 0.75em;
    }

    #section5 .title-partners {
        font-size: 2em;
    }

    #section5 .title-customers {
        font-size: 2em;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: transparent !important;
    }

    .navbar .navbar-brand {
        color: white;
    }

    .navbar .nav-item .nav-link {
        color: whitesmoke;
    }

    .navbar .nav-item .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    /* Section 6 */

    #section6 .title {
        font-size: 4em;
        text-align: center;
    }

    #section6 .title-desc {
        margin-left: 25%;
        width: 50%;
        font-size: 1.25em;
        text-align: center;
    }

    #section6 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 1 */

    #section1 .title {
        font-size: 4em;
        text-align: right;
    }

    #section1 .title-desc {
        margin-left: 55%;
        width: 45%;
        font-size: 1.25em;
        text-align: justify;
    }

    #section1 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 2 */

    #section2 .title {
        font-size: 4em;
    }

    #section2 .title-desc {
        width: 50%;
        font-size: 1.25em;
        text-align: justify;
    }

    #section2 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 3 */

    #section3 .title {
        font-size: 4em;
        text-align: right;
    }

    #section3 .title-desc {
        margin-left: 50%;
        width: 50%;
        font-size: 1.25em;
        text-align: justify;
    }

    #section3 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 4 */

    #section4 .title {
        font-size: 4em;
    }

    #section4 .title-desc {
        width: 50%;
        font-size: 1.25em;
        text-align: justify;
    }

    #section4 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 5 */

    #section5 .title-welcome {
        font-size: 2.5em;
    }

    #section5 .title-about {
        font-size: 2em;
    }

    #section5 .my-hr-about {
        width: 30%;
    }

    #section5 .desc-about {
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1em;
        text-align: justify
    }

    #section5 .btn-about {
        width: 95%;
        margin-top: 2.5%;
    }

    #section5 .learn-more-about {
        font-size: 1em;
        float: right;
    }

    #section5 .martop-visi {
        margin-top: 4.75%;
    }

    #section5 .title-vision {
        font-size: 2em;
    }

    #section5 .my-hr-vision {
        width: 37.5%;
    }

    #section5 .desc-vision {
        text-align: justify;
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1em;
    }

    #section5 .title-mision {
        margin-top: 4%;
        font-size: 2em;
    }

    #section5 .my-hr-mision {
        width: 42.5%;
    }

    #section5 .desc-mision {
        text-align: justify;
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1em;
    }

    #section5 .title-ps {
        font-size: 2.5em;
    }

    #section5 .logo-ps {
        width: 175px;
        margin-bottom: 5%;
    }

    #section5 .title-ps-group {
        font-size: 1.5em;
    }

    #section5 .desc-ps-group {
        margin-top: 2.5%;
        font-size: 0.9em;
    }

    #section5 .btn-learn-more-ps-group {
        margin-top: 5%;
        font-size: 0.9em;
    }

    #section5 .title-partners {
        font-size: 2.5em;
    }

    #section5 .title-customers {
        font-size: 2.5em;
    }

}

@media (min-width: 1200px) {

    .navbar {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: transparent !important;
    }

    .navbar .navbar-brand {
        color: white;
    }

    .navbar .navbar-brand:hover {
        color: whitesmoke;
    }

    .navbar .nav-item .nav-link {
        color: whitesmoke;
    }

    .navbar .nav-item .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    
    /* Section 6 */

    #section6 .title {
        font-size: 5em;
        text-align: center;
    }

    #section6 .title-desc {
        margin-left: 25%;
        width: 50%;
        font-size: 1.5em;
        text-align: center;
    }

    #section6 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 1 */

    #section1 .title {
        font-size: 5em;
        text-align: right;
    }

    #section1 .title-desc {
        margin-left: 55%;
        width: 45%;
        font-size: 1.5em;
        text-align: justify;
    }

    #section1 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 2 */

    #section2 .title {
        font-size: 5em;
    }

    #section2 .title-desc {
        width: 50%;
        font-size: 1.5em;
        text-align: justify;
    }

    #section2 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 3 */

    #section3 .title {
        font-size: 5em;
        text-align: right;
    }

    #section3 .title-desc {
        margin-left: 50%;
        width: 50%; 
        font-size: 1.5em;
        text-align: justify;
    }

    #section3 .learn-more {
        margin-top: 2.5%;
        float: right;
    }

    /* Section 4 */

    #section4 .title {
        font-size: 5em;
    }

    #section4 .title-desc {
        width: 50%;
        font-size: 1.5em;
        text-align: justify;
    }

    #section4 .learn-more {
        margin-top: 2.5%;
    }

    /* Section 5 */

    #section5 .title-welcome {
        font-size: 3em;
    }

    #section5 .title-about {
        font-size: 2.5em;
    }

    #section5 .my-hr-about {
        width: 30%;
    }

    #section5 .desc-about {
        width: 95%;
        margin-top: 2.5%;
        font-size: 1.25em;
        text-align: justify;
    }

    #section5 .btn-about {
        width: 95%;
        margin-top: 2.5%;
    }

    #section5 .learn-more-about {
        font-size: 1em;
        float: right;
    }

    #section5 .martop-visi {
        margin-top: 3.8%;
    }

    #section5 .title-vision {
        font-size: 2.25em;
    }

    #section5 .my-hr-vision {
        width: 30%;
    }

    #section5 .desc-vision {
        text-align: justify;
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1.25em;
    }

    #section5 .title-mision {
        margin-top: 6%;
        font-size: 2.25em;
    }

    #section5 .my-hr-mision {
        width: 32.5%;
    }

    #section5 .desc-mision {
        text-align: justify;
        width: 95%;
        margin-top: 2.5% !important;
        font-size: 1.25em;
    }

    #section5 .title-ps {
        font-size: 3em;
    }

    #section5 .logo-ps {
        width: 200px;
        margin-bottom: 5%;
    }

    #section5 .title-ps-group {
        font-size: 1.75em;
    }

    #section5 .desc-ps-group {
        margin-top: 2.5%;
    }

    #section5 .btn-learn-more-ps-group {
        margin-top: 2.5%;
        font-size: 1em;
    }

    #section5 .title-partners {
        font-size: 3em;
    }

    #section5 .title-customers {
        font-size: 3em;
    }

}