/* Extra CSS! */

#footer-info {
    background: white;
    flex: 0 0 100%;
    margin-right: 17px;
    padding: 20px;
}

#footer-info h3 {
    color: #006699;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px;
}

#footer-info .col-md-6 {
    padding-left: 5px;
    margin: 5px 0px;
}

#footer-info img,
#footer-info span {
    vertical-align: middle;
}

#footer-info span {
    margin: 0px 10px;
    color: #333333;
    font-weight: bold;
}

#footer-info img {
    height: 35px;
}

#footer-sej {
    background: #00ffcc;
    flex: 0 0 50%;
}

#footer-btm {
    background: #ffae00;
    flex: 0 0 50%;
}

#sej-logo {
    height: 100%;
}

#btm-logo {
    height: 100%;
}

#footer-link-sence {
    background: white;
    margin-top: 20px;
    padding: 5px 0px;
}

#footer-link-sence * {
    vertical-align: middle;
}

#footer-link-sence span {
    font-family: 'gobCL';
    color: #006699;
    font-size: 30px;
    margin-right: 5px;
}

#footer-links {
    color: #666666;
    font-size: 12px;
}

#footer-links ul {
    list-style-type: inherit;
    margin-top: 20px;
}

#footer-links p {
    margin-bottom: 10px
}

#header-menu {
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

#header-menu .menu-item {
    box-shadow: 5px 0px 12px -4px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
    color: #9a5b92;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

#header-menu .menu-item a {
    text-decoration: none;
    color: #9a5b92;
}

#header-menu .menu-item.active a {
    text-decoration: none;
    color: white;
}

#header-menu .menu-item.active,
#main-container {
    color: white;
    background: #a35e9a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a35e9a 0%, #8b68a1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a35e9a 0%, #8b68a1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a35e9a 0%, #8b68a1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35e9a', endColorstr='#8b68a1', GradientType=0);
    /* IE6-9 */
}

#main-container {
    color: white;
    background: #a35e9a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8b68a1 0%, #a35e9a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8b68a1 0%, #a35e9a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8b68a1 0%, #a35e9a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35e9a', endColorstr='#8b68a1', GradientType=0);
    /* IE6-9 */
    min-height: 400px;
    margin-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#wrapper_content .row {
    margin: 20px auto;
    background: white;
    border-radius: 10px;
    color: black;
    font-family: 'gobCL';
}

#que_es_title {
    font-family: 'Bubbleboddy Neue Trial';
    color: #8b68a1;
    font-size: 25px;

}

#dudas-btn {
    text-transform: uppercase;
    background: white;
    border: 1px solid #8b68a1;
    border-radius: 20px;
    color: #8b68a1;
    padding: 12px 45px;
    font-size: 30px;
    margin: 25px 0px;

}

#dudas-btn:hover {
    background: #cccccc;
}

.icon-text {
    height: 2rem;
    margin-top: -20px;
    margin-bottom: -10px;
}

#postula-btn {
    text-transform: uppercase;
    background: #a35e9a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8b68a1 0%, #a35e9a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8b68a1 0%, #a35e9a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(left, #8b68a1 0%, #a35e9a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #8b68a1;
    border-radius: 20px;
    color: white;
    padding: 12px 45px;
    font-size: 37px;
    margin: 25px 0px;
    cursor: pointer;
    display: inline-block;

}

#footer-links a {
    font-size: 1rem;
}

.panel-body strong {
    font-weight: 800;
}

.panel-body em {
    font-style: italic;
}

.panel-body li {
    display: list-item;
}

.panel-body ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.panel-body ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.panel-body p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.2em;
}

.img-number {
    max-height: 36px;
    margin-right: 10px;
}

.padded {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.color-btn {
    text-transform: uppercase;
    background: #a35e9a;
    background: -moz-linear-gradient(left, #8b68a1 0%, #a35e9a 100%);
    background: -webkit-linear-gradient(left, #8b68a1 0%, #a35e9a 100%);
    background: linear-gradient(left, #8b68a1 0%, #a35e9a 100%);
    border: 1px solid #8b68a1;
    border-radius: 20px;
    color: white;
    padding: 8px 25px;
    font-size: 30px;
    margin: 4px 0px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Bubbleboddy Neue Trial';
}

.color-btn:hover {
    text-decoration: none;
    color: darkgrey;
}

.small-text {
    font-size: 0.8rem;
}

.small-text strong {
    font-weight: 800;
}

#dudas_subtitulo {
    font-family: 'Bubbleboddy Neue Trial';
    color: #8b68a1;
    font-size: 25px;
}

.btn-duda {
    border-radius: 10px;
    padding: 20px 0px;
    width: 80%;
    border: 0;
    color: white;
    font-family: 'Bubbleboddy Neue Trial';
    font-size: 22px;
    cursor: pointer;
    min-height: 90px;
    margin: 10px 0px;
    outline: none !important;
}

.d1 {
    background: #ff9933;
}

.d2 {
    background: #99ccff;
}

.d3 {
    background: #ff6699;
}

.d4 {
    background: #ff99cc;
}

.d5 {
    background: #ffcc99;
}

.d6 {
    background: #99cccc;
}

.d1.active {
    border: 3px solid #ff9933;
    background: white;
    color: #ff9933;
}

.d2.active {
    border: 3px solid #99ccff;
    color: #99ccff;
    background: white;
}

.d3.active {
    border: 3px solid #ff6699;
    color: #ff6699;
    background: white;
}

.d4.active {
    border: 3px solid #ff99cc;
    color: #ff99cc;
    background: white;
}

.d5.active {
    border: 3px solid #ffcc99;
    color: #ffcc99;
    background: white;
}

.d6.active {
    border: 3px solid #99cccc;
    color: #99cccc;
    background: white;
}



.videos_titulo {
    font-family: 'Bubbleboddy Neue Trial';
    color: #8b68a1;
    font-size: 25px;
    min-height: 50px;
}

.respuestas h3 {
    font-family: 'Bubbleboddy Neue Trial';
    color: #8b68a1;
    font-size: 30px;
    text-align: center;
}

.panel-title a {
    font-family: 'Bubbleboddy Neue Trial';
    color: #8b68a1;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    display: block;
}

.respuestas .panel-body {
    font-family: 'gobCL';
    color: #444444;
    margin: 20px 0px;
}

.nav-pills {
    display: block;
}

.nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-tabs {
    text-align: center;
}


.nav-pills > li > a {
    color: #555555;
    font-size: 25px;
}

.nav-pills > li > a.active {
    color: #8b68a1;
    font-size: 25px;
    font-weight: bold;
}



#footer-info a,
#footer-link-sence a,
#footer-links a,
#account-login a {
    text-decoration: none;
    color: inherit;
}

.btn-modal {
    background-color: #8b68a1;
    color: white;
    border: none;
}

.btn-modal a {
    text-decoration: none;
    color: white;
}

.btn-modal:hover {
    color: #9a5b92;
    background-color: white;
    border: 1px solid #9a5b92;
}

.links-dudas a,
.links-dudas a:hover {
    text-decoration: none;
}

#dudas-btn {
    font-family: 'Bubbleboddy Neue Trial';
}

#dudas-btn:hover {
    cursor: pointer;
    background-color: #9a5b92;
    color: white;
}

#footer-links li a:hover,
#footer-info a:hover,
#footer-info a:hover span {
    color: #9a5b92;
    cursor: pointer;
}

.menu-item:hover a,
.btn-duda:hover,
.panel-title a:hover,
.links-dudas a:hover p,
.links-dudas a:hover {
    opacity: 0.6;
}

#postula-btn {
    font-family: 'Bubbleboddy Neue Trial';
}

#postula-btn:hover,
.color-btn:hover {
    background: white;
    border-color: #8b68a1;
    color: #8b68a1;
    text-decoration: none;
}

#image-alert {
    top: 30%;
    right: 0;
    position: fixed;
    cursor: pointer;
    width: 200px;
    background: white;
}

#image-alert a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 18px;
    width: 18px;
}

#image-alert a.close img {
    height: 18px;
    width: 18px;
}

#image-alert h2 {
    margin: 15px 7px 0px;
    font-weight: bolder;
    line-height: 1.1;
    font-size: 1.2rem;
    font-family: 'gobCL';
    color: black;
    text-align: center;
}

#image-alert p {
    margin-bottom: 9px;
}

#image-alert .row-mid {
    margin: 0 7px;
    text-align: justify;
    font-size: 0.9rem;
}

#image-alert a:hover {
    text-decoration: none;
}

#image-alert .row-top {
    height: 70px;
    text-align: center;
    background-color: #DC3A58;
}

#image-alert .row-bot {
    height: 10px;
    text-align: center;
    background-color: #DC3A58;
}

#image-alert img.bell {
    margin: 10px auto;
    height: 50px;
}

#image-alert > a {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

@media only screen and (max-width: 760px) {

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .dudas-btn-container {
        margin-left: 0% !important;
    }

    #footer-info {
        flex: 100;
        margin: 0px 12px 20px 25px;
    }

    #footer-sej {
        flex: none;
    }
    #footer-btm {
        flex: none;
    }

    #sej-logo {
        width: 100%;
    }
    #btm-logo {
        width: 100%;
    }
    #footer-links {
        text-align: center;
    }

    #header-subtitle {
        display: none;
    }

    #logo-sence {
        width: 140px;
    }

    #account-login {
        font-size: 20px;
    }

    #header-menu .menu-item {
        font-size: 14px;
    }

}

.txt-white {
    color: white;
}

.btn-purple {
    background-color: #9A5B92;
}

.btn-blue {
    background-color: #87DCFF;
}

.btn-pink {
    background-color: #FF7B99;
}

.btn-palepink {
    background-color: #FF96B3;
}

.btn-fuchsia {
    background-color: #8B005D;
}

.txt-black {
    color: black;
}

.txt-slate {
    color: #444;
}

.bg-grey {
    background-color: #ECEDEF;
}

div.rounded {
    border-radius: 6px;
}

.panel-body a {
    color: #9968A4 !important;
}

.calendar-title {
    color: white;
    background: #a35e9a;
    background: -moz-linear-gradient(top, #8b68a1 0%, #a35e9a 100%);
    background: -webkit-linear-gradient(top, #8b68a1 0%, #a35e9a 100%);
    background: linear-gradient(to bottom, #8b68a1 0%, #a35e9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a35e9a', endColorstr='#8b68a1', GradientType=0);
    border-color: #9968A4;
}

.calendar-content {
    border-color: #9968A4;
}

strong {
    font-weight: bold;
}


.nav-pills > li > a.active {
   border: 4px solid #8b68a1;
   padding: 5px;
   color: #8b68a1;
   font-size: 25px;
   font-weight: bold;
}

.nav-pills > li > a.active:hover {
    border: 4px solid #8b68a1;
    background-color: #8b68a1;
    color: #fff;
    padding: 5px;
}


span.sej{
    font-family: 'Bubbleboddy Neue Trial';
    color: #77B19D;
    font-weight: bold;
}
.menu-item.active span.sej{ color: white; }
span.btm{
    font-family: 'Bubbleboddy Neue Trial';
    color: #DA620E;
    font-weight: bold;
}
.menu-item.active span.btm{ color: white; }


.instructivos .card {
    color: #8b68a1;
    border-bottom: #8b68a1 2px solid !important;
}
.instructivos .card a.d-block.float-right {
    background-color: #8b68a1;
    color: white;
}


.border-right-md{
    border-color: #8b68a1;
}
.border-left-md{
    border-color: #8b68a1;
}
