﻿body{
    background-color: white!important;
}

/* estilo layout */
.navbar-inverse {
    background-color: #6A1B31;
    border-bottom: none !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
}
/* barra blanca */
.barra{
    background-color: white;
    color: gray;
    height: 50px;
    min-height: 50px;
}
#topNav {
    text-align: right;
    overflow: hidden;
}
#topNavContainer {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
    height: 50px;
    padding-left: 3%;
    padding-right: 3%;
}
#topNavContainer a{
    padding-left: 32px;
}
.gris{
    color: #434343!important;
}
.ocre{
    color: #b17a45!important;
}
#topNavContainer a:hover{
    color: unset;
}
.pull-right a:link{
    font-weight: 300!important;
    color: white;
}
.navbar a:link{
    font-weight: unset!important;
}
.breadcrumb a:link{
    color: unset!important;
    font-weight: unset!important;
}
/* footer */
/* estilo registro de solicitud */
.wizard-steps h5{
    font-size: 18px;
}
.wizard-steps li:last-child {
    top: 0px;
    width: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wizard-steps li.completed, .wizard-steps li.current, .wizard-steps li.success {
    background-color: #6A1B31;
}
.wizard-steps li.completed:after, .wizard-steps li.completed:before, .wizard-steps li.current:after, .wizard-steps li.current:before, .wizard-steps li.success:after, .wizard-steps li.success:before {
    background-color: #6A1B31;
}
/* estilo ver categoria */
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 25px;
    list-style: none;
    background-color: transparent!important;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
}
.barra {
    display: none;
}
.navbar-toggle {
    display: none;
}
@media (min-width: 990px) {
    body {
        /*padding-top: 100px;*/
    }
    .barra {
        display: block;
    }
    
}

body {
    background-color: #F5F5F5;
    font-family: Montserrat;
    margin-bottom: 0px;
}
.banner h3{
    color: #6A1B31!important;
    font-weight: 700!important;
    font-size: 36px!important;
    text-align: left!important;
    line-height: 1.1;
}
.banner h4{
    color: #565656!important;
    font-weight: 500!important;
    font-size: 24px!important;
    text-align: left!important;
    margin: 0px;
    line-height: 1.1;
}
.banner{
    /*padding-left: 120px;
    padding-right: 120px;*/
    /*border-bottom: 14px solid #AE774E;*/
}
.container h1{
    color: #6A1B31;
    margin: 0px;
    font-style: normal;
    font-weight: bold!important;
    font-size: 24px!important;
    line-height: 29px!important;
    display: flex;
    align-items: center;
    border-left: 6px solid #A07545;
    padding-left: 12px;
    margin-bottom: 25px;
}
.carta{
    background-color: white;
    padding: 25px 45px;
    border-radius: 25px;
    border: 1px solid rgba(205, 205, 205, 0.8);
    margin-bottom: 22px;
}
.carta p{
    margin: 0px!important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: #606060;
}
.carta h5 a{
    color: gray;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #5C5C5C;
    line-height: 1.1;
    text-decoration: underline;
}
.carta h5{
    margin-top: 5px;
    margin-bottom: 10px;
}
.carta a{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #A07545;
}

.preguntas-frecuentes{
    margin-bottom: 36px;
}

.preguntas-frecuentes .btn{
    border-radius: 10px;
    box-shadow: unset;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    background-color: #BC955A;
    color: white;
}
.preguntas-frecuentes .btn:hover{
    background-color: #A48350;
    color: white;
}
hr{
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

table .alert-warning{
    border-radius: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #664928;
    margin-bottom: 36px;
}
table .alert-warning a{
    font-weight: 600;
    color: #664928;
}
.linktxtnormal{
    display: block;
    margin-bottom: 3px;
}

.wizard-movil .completed{
    color: #6A1B31;
}
.wizard-movil h5{
    margin-bottom: 0px;
}
.contenedor-icono{
    height: 30px;
    width: 30px;
    background-color: #8C8C8C;
    color: white;
    border-radius: 30px;
    padding: 5px 10px;
    font-weight: 600;
    display: inline-block;
}
.completed .contenedor-icono{
    background-color: white;
    color: #6A1B31;
}
.wizard-movil .cont-span{
    display: inline;
    font-weight: 600;
}
.contenedor-icono i{
    margin-left: -2px;
}
.wizard-movil .contenedor-icono{
    margin: 0px;
}
.wizard-movil{
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.wizardbar-i{
    border-radius: 5px;
}
.wizardbar-i.completed{
    border-radius: 5px 0px 0px 5px;
}