/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.clear {
    clear: both
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

body{
    font-family: 'gobCL';
}

strong {
    font-weight: bold;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

#header {
    position: relative;
}

.header-bg img {
    width: 100%;
    margin-top: 5px;
}

.header-bg-mobile img
{
    width: 100%;
    margin-top: 5px;
    display: none;
}

#header-topbar,
#logo-sence,
#encabezado,
#header-bottom {
    position: relative;
}

#header-topbar {
    height: 40px;
    background: #ffffffd4;
}

#header-subtitle {
    position: absolute;
    bottom: 7%;
    right: 11%;
    color: white;
    font-family: 'Bubbleboddy Neue Trial';
    font-size: 30px;
    text-transform: uppercase;
}

#header-search-icon {
    height: 28px;
    margin: 5px;
    float: left;
}

#header-search-text {
    margin: 7px;
    border: none;
    border-radius: 10px;
    height: 24px;
    width: 75%;
    padding: 10px;
}

#account-login {
    background: #cc3333;
    border: none;
    border-radius: 20px;
    color: white;
    font-family: 'Bubbleboddy Neue Trial';
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
    min-height: 41px;
    font-size: 25px;
}

#account-login:hover {
    color: #cc3333;
    background: white;
    border: 2px solid #cc3333;
    -webkit-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    transition: background 200ms linear;
}
#postula-btn-header {
    background: #cd802e;
    background: -moz-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    background: -webkit-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    background: linear-gradient(left, #cc6633 0%, #cd802e 100%);
    border: none;
    border-radius: 20px;
    color: white;
    font-family: 'Bubbleboddy Neue Trial';
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
    min-height: 41px;
    font-size: 25px;
}

#postula-btn-header:hover {
    color: #cc6633;
    background: white;
    border: 2px solid #cc6633;
    -webkit-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    transition: background 200ms linear;
}

.footer-info {
    background: white;
    padding: 20px;
}

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

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

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

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

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

#footer-sej {
    background: #00ffcc;
}

#footer-btm {
    background: #ffae00;
}

#sej-logo {
    height: 100%;
}

#btm-logo {
    height: 100%;
}

#footer-link-sence {
    background: white;
    margin-top: 20px;
    padding: 15px 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: #e55617;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

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

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

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

#main-container {
    color: white;
    background: #cd802e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cc6633 0%, #cd802e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cc6633 0%, #cd802e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cc6633 0%, #cd802e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd802e', endColorstr='#cc6633', 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: #cc6633;
    font-size: 25px;

}

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

}

#dudas-btn:hover {
    background: #cccccc;
    -webkit-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    transition: background 200ms linear;

}

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

#postula-btn {
    text-transform: uppercase;
    background: #cd802e;
    /* Old browsers */
    background: -moz-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(left, #cc6633 0%, #cd802e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #cc6633;
    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: 64px;
}

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

.color-btn {
    text-transform: uppercase;
    background: #cd802e;
    background: -moz-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    background: -webkit-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    background: linear-gradient(left, #cc6633 0%, #cd802e 100%);
    border: 1px solid #cc6633;
    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: #cc6633;
    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: #cc6633;
    font-size: 25px;
    min-height: 50px;
}

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

.panel-title a {
    font-family: 'Bubbleboddy Neue Trial';
    color: #cc6633;
    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: #cc6633;
    font-size: 25px;
    font-weight: bold;
}



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

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

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

.btn-modal:hover {
    color: #DA620E;
    background-color: white;
    border: 1px solid #DA620E;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

}

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

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

#dudas-btn:hover {
    cursor: pointer;
    background-color: #DA620E;
    color: white;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

}

#footer-links li a:hover,
.footer-info a:hover,
.footer-info a:hover span {
    color: #DA620E;
    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: #cc6633;
    color: #cc6633;
    text-decoration: none;
    -webkit-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    transition: background 200ms linear;
}

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

#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;
}
hr{
    border-top: 1px solid #cc6633;
}

/*
@media (min-width: 1200px){
	.container {
	    max-width: 1010px;
	}
}*/
@media only screen and (max-width: 1199px) {
    .footer-info span {
        font-size: 11px !important;
    }
    .footer-info h3 a {
        font-size: 12px !important;
    }
    .paddinh{
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px) {

    .links-dudas .videos_titulo{
        font-size: 18px;
    }
    #sej-logo {
        width: 100% !important;
        height: auto !important;
        margin-top: 30px;
    }
    #btm-logo {
        width: 100% !important;
        height: auto !important;
        margin-top: 30px;
    }

    #account-login, #postula-btn-header {
        width: 90%;
    }

    #header-subtitle {
        position: absolute;
        bottom: 0%;
        color: white;
        font-family: 'Bubbleboddy Neue Trial';
        font-size: 30px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        color: #DA620E;
        right: 0%;
    }

    .videos_titulo {
        font-size: 18px;
    }

    .calendar-item {
        width: 25%;
        max-width: 25%;
    }


}

.calendar-item {
    margin: 40px 0px;
}

@media only screen and (max-width: 768px) {
    .btn-duda{
        width: 100% !important;
        padding: 0px 0px !important;
        margin: 3px 0px !important;
        min-height: 4em !important;
    }
    .menu-item img {
        height: 30px;
        margin-bottom: 5px;
    }
    #header-menu .menu-item{
        font-size: 14px;
        padding: 15px 4px 10px;
    }
    .calendar-item {
        margin: 10px 0px;
    }
    #header-search-icon{
        display: none;
    }
    .calendar-item {
        width: 100%;
        max-width: 100%;
    }

    .calendar-title {
        width: 94% !important;
    }

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

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

    #footer-sej {
        flex: none;
    }
    #footer-btm {
        flex: none;
    }
    
    #sej-logo {
        width: 100%;
    }

    #footer-links {
        text-align: center;
    }

    #logo-sence img{
        width: 100px;
    }

    #account-login, #postula-btn-header {
        font-size: 20px;
    }

    #footer-links li {
        text-align: left;
    }

}

.calendar-title {
    text-transform: uppercase;
    background: #cd802e;
    /* Old browsers */
    background: -moz-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cc6633 0%, #cd802e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(left, #cc6633 0%, #cd802e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #cc6633;
    color: white;
    padding: 11px 0px;
    border-radius: 19px;
    position: absolute;
    top: 0;
    width: 80%;
    font-size: 20px;
}

.calendar-content {
    border: 1px solid #cc6633;
    padding: 33px 15px 15px;
    margin-top: 22px;
    border-radius: 14px;
    width: 100%;
}

.calendar-date {
    font-weight: bold;
}

.pago-anual-alert {
    position: absolute;
    top: -55px;
}

.pago-anual .calendar-title {
    background: #cc3333;
}

.item-tutorial iframe {
    width: 100% !important;
    margin-top: 20px;
    height: 180px !important;
}

.respuestas .panel-body a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

@media only screen and (max-width: 575px) {
    #header-search,
    #header-empleadores {
        width: 50%;
    }
    #header-search-text {
        width: 65%;
    }
    #dudas-titulo-img {
        width: 100%;
    }
}


.panel-body a {
    color: #cc6633 !important;
    text-decoration: none;
    font-weight: bold;
}

#header-topbar {
    height: 40px;
    background: #ffffff;
    position: absolute;
    width: 100%;
    top: 0;
}
#logo-sence {
    top: 40px;
    position: absolute;
}

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

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

span.sej{
    font-family: 'Bubbleboddy Neue Trial';
    color: #77B19D;
    font-weight: bold;
}
.menu-item.active span.sej, .btn-duda span.sej{ color: white; }
span.btm{
    font-family: 'Bubbleboddy Neue Trial';
    color: #DA620E;
    font-weight: bold;
}
.menu-item.active span.btm, .btn-duda span.btm{ color: white; }
.btn-duda.active span.sej, .btn-duda.active span.btm{
    color: unset;
}
#nav-below a{
    font-family: 'Bubbleboddy Neue Trial';
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    background: #DA620E;
    color: white;
    border-radius: 15px;
    display: flex;
}
#nav-below a:hover{
    color: white;
    background: #cc6633;
    text-decoration: none;
}
.search_results .header h2{
    font-size: 1.6rem;
    text-transform: uppercase;
}
.search_results .header h2>strong{
    color: #DA620E;
}
.search_results .entry-title{
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #DA620E;
    font-weight: bold;
}
#nav-below{
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.border-bottom{
    border-bottom: 2px solid #DA620E;
}
.border-black{
    border-color: black;
    border-width: 4px;
}
input#s {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1rem;
    height: 30px;
    margin-left: 5px;
    border-radius: 15px;
    padding-left: 10px;
}

#header-search-icon {
    height: 20px;
    margin: 0;
    float: none;
    margin-top: 1px;    
}
#searchsubmit{
    border: 0;
    background: gainsboro;
    margin-left: 5px;
}

#wrapper_content>.row{
    min-height: 360px;
}

span.marked{
    padding-left: .2rem;
    padding-right: .2rem;
    background-color: gold;
}
.instructivos .card {
    color: #DA620E;
    font-family: 'Bubbleboddy Neue Trial';
    border: 0;
    border-radius: 0;
    border-bottom: #DA620E 2px solid !important;
}
.instructivos .card a.d-block.float-right {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #DA620E;
    color: white;
    padding: 0.5rem 1rem;
    font-weight: 400;
}
.instructivos h4.panel-title{
    font-size: 1.2rem;
}

.border-right-md{
    border-color: #cc6633; border-bottom-width: 3px; border-style: solid;
}
.border-left-md{
    border-color: #cc6633; border-top-width: 3px; border-style: solid;
}

@media only screen and (min-width: 768px) {
    .border-right-md{
        border-right-width: 3px; border-bottom-width: 0px;
    }
    .border-left-md{
        border-left-width: 3px; border-top-width: 0px;
    }
}

.bg-plus{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
body{
    background-color: #E0E0E0;
}

body {
    background: url(../img/bg.png);
    background-size: cover;
}

@media (max-width: 575.98px) {
    .header-bg img {
        display: none;
    }

    .header-bg-mobile img
    {

        display: block;
    }    

}