/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 07 de mar de 2021, 12:45:22
    Author     : Victor
*/

nav.navbar {
    padding-left: 60px;
    padding-right: 60px;
}

div.bg-image {
    width: 100%;
    max-width: 1366px;
}

img#pcdcar {
    width: 826px;
    height: 368px;
    margin-left: 270px;
    margin-top: 25px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.column {
    float: left;
    margin-bottom: 16px;
    padding: 0 60px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
}

.container {
    padding: 0 16px;
}

.container::after,
.row::after {
    content: "";
    clear: both;
    display: table;
}

footer#navmap {
    width: max-content;
    margin: auto;
}

@media screen and (max-width: 1300px) {
    #navmap {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .column {
        width: 50%;
    }
}

/* ===== Perfil (visualizar / editar) ===== */

.perfil-view-grid {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.perfil-view-photo {
    flex: 0 0 220px;
    text-align: center;
}

.perfil-view-photo img,
.perfil-view-photo .fa-user-circle {
    display: block;
    margin: 0 auto;
}

.perfil-view-stats {
    margin-top: 16px;
    text-align: left;
    display: inline-block;
}

.perfil-view-stats p {
    margin-bottom: 6px;
    color: #495057;
}

.perfil-view-info {
    flex: 1 1 320px;
    min-width: 280px;
    align-self: center;
}

.perfil-info-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eef0f2;
}

.perfil-info-row:last-child {
    border-bottom: none;
}

.perfil-info-label {
    color: #6c757d;
    font-weight: 600;
    white-space: nowrap;
}

.perfil-info-value {
    color: #212529;
    text-align: right;
}

.perfil-edit-grid {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.perfil-edit-photo-col {
    flex: 0 0 200px;
    text-align: center;
}

.perfil-edit-fields-col {
    flex: 1 1 380px;
    min-width: 280px;
}

@media screen and (max-width: 650px) {
    .perfil-view-grid,
    .perfil-edit-grid {
        flex-direction: column;
        gap: 24px;
    }
    .perfil-view-info {
        align-self: stretch;
    }
    .column {
        width: 100%;
        text-align: center;
    }
    #navmap {
        margin: auto;
    }
    button.downloadapp {
        text-align: center;
        margin: auto;
    }
}

.buttonhome {
    transition-duration: 0.4s;
}

.buttonhome:hover {
    background-color: #1e47a8;
    /* Green */
    color: white;
}

section#presentation1 {
    width: 100vw;
    height: 49.6875vw;
    position: relative;
    left: 0;
    top: 0;
    background-image: url("../img/bgpresentation1.webp");
    background-size: 100vw;
}

section#presentation2 {
    width: 100vw;
    height: 6.5625vw;
    position: relative;
    left: 0;
    top: 0;
    background-image: url("../img/bgpresentation2.webp");
    background-size: 100vw;
}

section#download {
    width: 100vw;
    height: 49.609375vw;
    position: relative;
    background-color: rgb(128, 222, 244);
    background-size: 100vw;
}

section#partners {
    width: 100vw;
    position: relative;
    background-size: 100vw;
    background-color: rgb(26, 57, 129);
}

#navmap a {
    color: white;
}

footer a:hover {
    color: aquamarine
}

img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
    display: none;
}