﻿body {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}


.text-primary {
    color: #003366 !important;
}

.text-secundary {
    color: #0e6b9a !important;
}


.bg-primary {
    background-color: #003366 !important;
}

.clientes-section h2 {
    font-weight: 900;
}

.square-number {
    border: 1px solid white;
    padding: 3rem;
    width: 10rem;
    height: 10rem;
}

.form-title {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

    .form-title h2 {
        font-weight: 600;
        text-align: center !important;
    }

.form-group-custom label {
    font-weight: 600;
}

.custom-nav {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.back-button {
    background-color: #003366;
    height: auto;
    padding: 16px;
    position: relative;
    color: lightgray;
    transition: 0.5s;
    font-weight: 900;
}

    .back-button:hover {
        color: white;
    }

.edition-buttons {
    color: #003366;
    padding: 0 10px;
    transition: 0.5s;
}


    .edition-buttons:hover {
        color: #0e6b9a;
    }


    .edition-buttons i {
        font-size: 30px !important;
    }


.form-control {
    border-radius: 1.25rem;
}

.btn-primary-custom {
    background-color: #003366;
}


    .btn-primary-custom:hover {
        background-color: #0e6b9a;
    }
