:root {
    --primary-dark: #37743c;
    --primary: #4c9c53;
    --primary-border: #4c9c53;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #acb3ad;
    --gray-dark: #878d88;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

body {
    overflow: visible;
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    height: 100vh;
    width: 100vw;
    background-image: url("../img/background-1024.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;

    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

main {
    min-height: calc(100vh - 140px - 64px);
    overflow: visible;
}

header {
    width: 100%;
}

.main {
    min-height: calc(100vh - 140px - 64px);
    height: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(255, 255, 255, 0.75);
    /* background: linear-gradient(0deg,  rgba(26, 43, 8, 0.5) 0%, rgba(255,255,255,0.5) 100%); */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-left-width: 0px;
    border-right-width: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
    scrollbar-gutter: 5px;
}

.main .content {
    height: 100%;
    width: 100%;
    margin-left: auto;
    /* background: rgba(255,255,255,0.75); */
    overflow: visible;

    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-left-width: 0px;
    border-right-width: 0px; */
    /* padding-top: 8%; */
    /* padding-bottom: 4%; */
    padding-left: 20px;
    padding-right: 20px;
}

.main h1 {
    text-transform: uppercase;
    text-align: left;
    font-size: 18pt;
    color: var(--primary);
    background-size: cover;
    padding-top: 16px;
    padding-left: 16px;
}

.main h2 {
    color: var(--primary);
    font-weight: bolder;
    font-size: 16pt;
    text-align: center;
}

.main h3 {
    color: var(--primary);
}

.content .nav .nav-item {
    text-align: center;
    height: 2.023809524vw;
    padding-top: 0.297619048vw;
    padding-left: 0.357142857vw;
    font-size: 0.95vw;
}

.content .nav .nav-item .nav-link {
    color: var(--primary);
}

.sucursales {
    background-color: #c9d5c6;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sucursales h3 {
    color: var(--gray);
    font-weight: bolder;
    text-align: center;
    font-style: italic;
}

.sucursal {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 0.7rem;
}

.sucursal p {
    margin: 0px;
    padding: 0px;
}

.sucursal p.nombre {
    font-weight: bold;
    color: var(--light);
    text-align: center;
    background-color: #8fa17f;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    margin: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    margin-bottom: 3px;
}

#main-menu {
    margin-top: 50%;
    margin: 0 auto;
}

[class="login-form"] {
    width: 400px;
    margin: 0 auto;
}

#main-navbar {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(2, 0, 36, 1) 100%
    );
}

#main-navbar .nav-link {
    color: var(--light);
}

.telefono {
    width: 20.773809524vw;
    height: 3.69047619vw;
    /*background-image: url(../imgweb/menu-fondo2.png);*/
    background-size: cover;
    position: relative;
    font-family: "Times New Roman", Times, serif;
    color: var(--light) !important;
    font-style: italic;
    padding-left: 100px;
    margin-top: 10px;
}

.telefono span.chico {
    font-size: 1.78vw;
    display: block;
    float: left;
    margin-top: 0.178571429vw;
}

.telefono span.grande {
    font-size: 2.09vw;
    display: block;
    float: left;
}

.telefono span {
    opacity: 1;
    transition: all 0.5s 2.1s;
}

.telefono span.guion {
    font-size: 2vw;
    display: block;
    float: left;
    margin-left: 0.119047619vw;
}

.fraude {
    width: 16.714286vw;
    height: 2.023809524vw;
    position: absolute;
    top: 8.099047619vw;
    right: 0;
    background-image: url(../imgweb/footer-franja2.png);
    background-size: cover;
    font-size: 0.95vw;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 0.357142857vw;
    padding-left: 1.666666667vw;
}
.fraude a {
    color: var(--primary);
}
.fraude a:hover {
    color: var(--primary-dark);
}

#siniestro-form {
    width: 50%;
    margin: 0 auto;
}

tfoot [class="page-info"] {
    text-align: right;
}

footer {
    min-height: 140px;
    position: relative;
    /* background: linear-gradient(0deg, rgba(30, 59, 3, 0) 0%, rgba(2,0,36,1) 100%); */
    /* background-color: #1a2b08; */
    padding-bottom: 10px;
    overflow: visible;
    clear: both;
    /* background-color: rgba(30, 59, 3, 1); */
    background: linear-gradient(
        0deg,
        rgba(30, 59, 3, 1) 0%,
        rgba(26, 43, 8, 0.1) 100%
    );
    font-size: 8pt;
}

footer img {
    height: 80px !important;
}

footer > div {
    padding-top: 4px;
    padding-bottom: 4px;
}

footer #franjas {
    height: 26.97619vw;
    background-size: cover;
    position: relative;
    background-position: 0 bottom;
    overflow: hidden;
}

footer #bloques {
    height: 10.119047619vw;
    margin-top: 9.821428571vw;
    font-size: 0.775vw;
    color: #ffffff;
    line-height: 0.892857143vw;
}

footer .row {
    margin: 0;
    margin: auto;
}

footer .sucursal {
    color: #ffffff;
}

footer .sucursal strong {
    font-size: 125%;
}

article.tasacion .value {
    font-weight: bold;
    color: var(--dark);
}

article.tasacion .label {
    /* color: var(--primary-dark); */
    text-align: right;
}

article.tasacion .label::after {
    content: ":";
}

article.tasacion > section {
    margin-bottom: 16px;
}

article.tasacion > section > h4 {
    border-bottom: var(--gray) 1px solid;
    color: var(--gray-dark);
    margin-bottom: 24px;
}

article.tasacion > section table > thead > tr > th {
    color: var(--gray-dark);
}

article.tasacion form label {
    text-align: right;
}

.btn.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary-border);
}

.btn.btn-primary:active {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.page-link {
    color: var(--primary);
}

.page-link:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.page-item.active .page-link {
    border-color: var(--primary);
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(76, 156, 83, .25);
}

.active > .page-link,
.page-link.active {
    background-color: var(--primary);
}
