/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #dcdada;
    width: 100%;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    padding: 0px;
    margin: 0px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #691A32;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #691A32;
    text-align: center; 
    margin-top: 30px; 
    margin-bottom: 30px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #691A32;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #691A32;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #691A32;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #691A32;
}

a.article,
a.article:hover {
    background: #691A32 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.navbar{
    background-color: #8C5566;
    color: white;
}

a{
    color: white;
}

#contentForm{
    height: 90vh;
}

.nav-link{
    color: white;
}



/* INICIA TIMELINE */
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #bbaeb3;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #bbaeb3;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #bbaeb3
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #bbaeb3;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
/* TERMINA TIME LINE */




/* ---------------------------------------------------
    
----------------------------------------------------- */

.ima1 {
    width: 50%;
    margin-top: 280px !important;
    margin-bottom: 280px !important;
}

.bienvenida {
    color: #9F2445;
    font-weight: 700;
    text-align: center;
    margin-top: 10% !important;
    margin-bottom: 5% !important;
}

.texto1 {
    font-size: 15px;
    text-align: center;
}

.inicio {
    text-align: center;
    color: #262D53;
    font-weight: 700;
}

.cuadro {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.usuario {
    width: 90%;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    border-top: 5px;
    border-left: 5px;
    border-right: 5px;
    padding: 2% !important;
}

.boton1 {
    width: 90% !important;
    background-color: #9F2445;
    color: #fff;
    border-color: #9F2445;
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    padding: 3%;
    font-weight: 500;
    font-size: 18px;
}

.boton1:hover {
    width: 90% !important;
    background-color: #fff;
    color: #9F2445;
    border-color: #9F2445;
}

.olvida {
    color: #B89257;
    font-weight: 500;
    font-size: 14px;
    margin-top: 3% !important;
    margin-bottom: 3% !important;
}

.margen1 {
    /* margin: 2% !important; */
    background-color: #fff;
    border-radius: 20px;
    padding-top: 30px;
    margin-top: 20px;
}

.titulo1 {
    color: #94113D;
    font-weight: 700;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}

.textopre {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.cajapre {
    border: 1px solid #94113D;
    border-radius: 10px;
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    width: 100%;
    margin: 0 1% 1% 1%;
}

.caja {
    border: 1px solid #94113D;
    border-radius: 10px;
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    width: 100%;
    margin: 0 1% 1% 1%;
}

.fondo {
    background-color: #CDCDCD;
}

.opciones {
    font-size: 17px !important;
    font-weight: 400 !important;
}

.op1 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

@media only screen and (max-width: 799px) {
    .ima1 {
        width: 40%;
        margin-top: 10% !important;
        margin-bottom: 10% !important;
    }
}
/*  */