﻿/* 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. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200&display=swap');
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: #E30B17 !important;
    border-color: #E30B17 !important;
}

.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;
    font-family: 'Montserrat', sans-serif;
}
* {
    font-family: 'Montserrat', sans-serif;
}
@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: 60px;
}
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.horizontal-layout .app-content {
    /*padding: calc(6.45rem + calc(2rem - 0.8rem)) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;*/
    padding: 0 0 0 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: calc(100% - 20rem);
}
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
    position: absolute;
    left: calc(50% - 150.5px);
    padding: 0;
    z-index: 1000;
}
label img {
    width: 62px;
}
.lbl-box{
    position:relative;
}
    .lbl-box .txt-num {
        border-radius: 50%;
        padding: 4px 10px;
        height: 30px;
        width: 30px;
        position: absolute;
        top: -30px;
        left: -15px;
        background: #fff;
        border: 1px solid #eee;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    }
.box-star{
    display:flex;
    justify-content:center;
    margin-top:5px;
}
.box-star img{
    width:15px;
}
.bx-hr{
    width:100%;
    display:flex;
    justify-content:center;
}
.bx-hr hr{
    width:25%;
}
.box-nav-header {
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);*/
    padding: 10px 0px 2px 15px;
    min-width: 100% !important;
    background: #E30B17;
    border: 1px solid #E30B17;
    height:90px;
}
.box-title h2 {
    color: #e83b3e;
}
.bx-hr {
    margin: 0rem 0 !important;
    color: #ebe9f1;
    /* background-color: currentColor; */
    border: 0;
    opacity: 1;
    height: 2px;
    width: 35%;
    background-color: #fff !important;
}
.bx-hr-success {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0rem 0 !important;
}
    .bx-hr-success hr {
        width: 15%;
        border: 0;
        opacity: 1;
        height: 2px;
        background-color: #39bdf2 !important;
    }
.custom-option-item-title {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 13px;
    color: #000;
}
.txt-welcome p {
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
    .txt-welcome p span {
        font-size: 16px;
        display: block;
        font-weight: 700;
        text-align: center;
        width: 100%;
        margin-bottom:1rem;
    }
.btn-env {
    font-size: 12px;
    font-weight: 500;
}
.bx-footer{
    background:#E30B17;
    height:90px;
    padding-bottom:5px;
}
.txt-title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 12px;
}
.txt-footer {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin: 1rem 0;
}
.bx-footer .bx-fb, .bx-footer .bx-url, .bx-footer .bx-ig {
    width: 15%;
    display: flex;
    justify-content: center;
}
    .bx-footer .bx-fb img, .bx-footer .bx-url img, .bx-footer .bx-ig img{
        width: 35px;
    }
.div-f-c {
    padding: 5px 30px;
}
.f-comunicaion {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;    
}
.txt-f-1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
}
.txt-success {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-left: 2.5rem;
}
.img-error {
    width: 90px;
    margin-bottom:1rem;
}
.txt-error{
    font-size:1.1rem;
}
.txt-p-error{
    font-size:0.9rem;
}
.f-comunicaion img{
    margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
    .bx-hr-success hr {
            width: 25%;
        }
    .box-nav-header {
        width: 100% !important;
    }
    .offset-3 {
        margin-left:0 !important;
    }
    .box-title h2{
        font-size: 16px;
        font-weight: 600;
        text-align:center;
    }
        .lbl-box .txt-num {
            top: -28px;
            left: -14px;
        }
        .bx-card{
            width:25%;
            display:flex;
            justify-content:center;
        }
        label img {
            width: 40px;
        }
    .div-f-c {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .div-f-c .f-comunicaion{
        margin-bottom: 1rem;
    }
    .txt-welcome p{
        text-align:center;
    }
}

.image-success {
    margin-left: -2.5rem;
}