﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 115px;
}

.footer-dark {
    background-color: #343a40;
}

.footer-primary {
    background-color: #1b6ec2;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 100px; /* Vertically center the text there */
}

    .footer p {
        text-align: center;
    }

.logo {
    width: auto;
    height: 30px;
}

.float-wpp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    cursor: pointer;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999;
    transition: all .3s;
    -webkit-transition: all .3s;
}

    .float-wpp:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .float-wpp img {
        height: 40px;
        margin-top: 10px;
    }

.contact ul {
    list-style-type: none;
}

    .contact ul li {
        margin-bottom: 5px;
    }

.contact div {
    display: inline-block;
}

.social-networks {
    margin-bottom: 20px;
}

    .social-networks p {
        margin-bottom: 0;
    }

    .social-networks ul {
        list-style-type: none;
    }

        .social-networks ul li a img {
            width: 35px;
            height: 35px;
        }

.address .text {
    margin-left: 40px;
    margin-bottom: 20px;
}

.about-us p {
    text-align: justify;
}

.about-us ul {
    list-style-type: none;
    padding-left: 0;
}

    .about-us ul li {
        padding: 50px 30px 50px 30px;
    }

    .about-us ul > li:nth-of-type(odd) {
        background-color: #e9e9f9;
    }

.objectives ul li, .values ul li {
    list-style-type: decimal;
    padding: 0;
}

.objectives ul, .values ul {
    padding: 0 40px;
}

    .objectives ul li {
        background-color: #fff !important;
    }

#carousel-index {
    margin-top: -17px;
}

    #carousel-index .carousel-item img {
        max-height: 680px;
        min-width: auto;
    }

.info h1, .info p {
    text-align: center;
    margin: auto;
    width: 100%;
}

.info h1 {
    margin-top: 100px;
    margin-bottom: 40px;
}

.info p {
    margin-bottom: 50px;
}

.info .container {
    margin-bottom: 50px;
}

.info .col-md-6 {
    text-align: center;
}

#carousel-product {
    max-height: 600px;
}

    #carousel-product img {
        max-height: 600px;
    }