body {
    margin: 0;
    overflow-x: hidden;
}

@media all {
    div#logo_responsive {
        display: block;
        top: 0;
        height: 75px;
        box-sizing: border-box;
        z-index: 999;
        cursor: pointer;
        position: absolute;
        margin: 0 auto;
        text-align: center;
        width: 150px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    div#logo_responsive img {
        height: 55px;
   }
   .barra {
        width: 34px;
        height: 4px;
        margin-left: 10px;
        background-color: #5C5045;
        margin-bottom: 5px;
        border-radius: 2px;
        position: absolute;
    }
    .barra:nth-child(1) {
        top: 14px;
   }
    .barra:nth-child(2) {
        top: 26px;
   }
    .barra:nth-child(3) {
        top: 38px;
   }
   .contenedor_menu {
        height: 75px;
        width: 75px;
        padding-top: 10px;
        padding-left: 10px;
        position: absolute;
        z-index: 1005;
        cursor: pointer;
    }
   div#boton_responsive.boton_header_menu {
        position: fixed;
        background-color: transparent !important;
        border: 0px;
        border-radius: 0;
        z-index: 100;
        cursor: pointer;
    }
    
    .hidden {
        display: none;
   }
   .region.region-sidebar_first, nav#block-platon-main-menu, nav#block-platon-main-menu ul {
        height: 100%;
    }
    .visually-hidden {
        position: absolute !important;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
        word-wrap: normal;
   }
    .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
        position: static !important;
        overflow: visible;
        clip: auto;
        width: auto;
        height: auto;
   }
    .contextual-region {
        position: relative;
   }
    .contextual .trigger:focus {
        position: relative !important;
   }
    .contextual-links {
        display: none;
   }
    .contextual {
        position: absolute;
        z-index: 500;
        top: 6px;
        right: 0;
   }
    .contextual .trigger {
        position: relative;
        right: 6px;
        float: right;
        overflow: hidden;
        margin: 0;
        padding: 0 2px;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 13px;
        background-color: #fff;
        background-attachment: scroll;
   }
    .contextual-region .contextual .contextual-links {
        position: relative;
        top: -1px;
        right: 6px;
        float: right;
        clear: both;
        margin: 0;
        padding: 0.25em 0;
        text-align: left;
        white-space: nowrap;
        border: 1px solid #ccc;
        border-radius: 4px 0 4px 4px;
        background-color: #fff;
   }
    .contextual-region .contextual .contextual-links li {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-image: none;
        border: none;
        background-color: #fff;
        line-height: 100%;
   }
    .contextual-region .contextual .contextual-links a {
        display: block;
        margin: 0.25em 0;
        padding: 0.4em 0.6em;
        color: #333;
        background-color: #fff;
        font-family: sans-serif;
        font-size: small;
        line-height: 0.8em;
   }
    .contextual-region .contextual .contextual-links a, .contextual-region .contextual .contextual-links a:hover {
        text-decoration: none;
   }
    .no-touchevents .contextual-region .contextual .contextual-links li a:hover {
        color: #000;
        background: #f7fcff;
   }
    .contextual .trigger {
        width: 26px !important;
        height: 26px !important;
        text-indent: -9999px;
        background-image: url(https://valerogarte.com/core/misc/icons/bebebe/pencil.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px 16px;
   }
    .contextual .trigger:hover {
        background-image: url(https://valerogarte.com/core/misc/icons/787878/pencil.svg);
   }
    .contextual .trigger:focus {
        outline: none;
        background-image: url(https://valerogarte.com/core/misc/icons/5181c6/pencil.svg);
   }
    #site-header .search-trigger a .picto.search {
        background-image: url(https://valerogarte.com/themes/custom/platon/icons/lupa-black.png);
        background-size: 100%;
   }
    #site-header .search-trigger a .picto.search:hover {
        background-image: url(https://valerogarte.com/themes/custom/platon/icons/lupa-black.png);
        background-size: 100%;
   }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #eeebe6;
        background-clip: padding-box;
        border: 0 solid #ececeb;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   }
    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
   }
    .form-control:focus {
        color: #495057;
        background-color: #eeebe6;
        border-color: #c2e3f0;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(91, 180, 216, .25);
   }
    .form-control::-webkit-input-placeholder {
        color: #b97314;
        opacity: 1;
   }
    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
   }
    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
   }
    .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1;
   }
    .form-group {
        margin-bottom: 1rem;
   }
   
    button:not([class*=h5p-]):not([class*=btn-]):not([class*=mat-]):not(.link):not(.close):not(.trigger):not(.toolbar-icon) {
        color: #5C5045;
        background-color: #EAD9C8;
   }
    button:hover:not([class*=h5p-]):not([class*=btn-]):not([class*=mat-]):not(.link):not(.close):not(.trigger):not(.toolbar-icon) {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
   }
    button:focus:not([class*=h5p-]):not([class*=btn-]):not([class*=mat-]):not(.link):not(.close):not(.trigger):not(.toolbar-icon) {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
   }
    button:disabled:not([class*=h5p-]):not([class*=btn-]):not([class*=mat-]):not(.link):not(.close):not(.trigger):not(.toolbar-icon) {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
   }
    #site-header {
        color: #fff;
        padding: 0;
        height: 115px;
        position: relative;
        z-index: 190;
   }
    #site-header #header-left a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
   }
    #site-header #header-left a img {
        max-height: 55px;
        margin: 10px;
   }
    #site-header #header-right .user-block a[data-toggle] {
        position: relative;
        cursor: pointer;
   }
    #site-header #header-right .user-block a[data-toggle] .picto {
        width: 38px;
        height: 38px;
   }
    #site-header #header-right .user-block a[data-toggle] .picto {
        border: 3px solid;
        border-radius: 100%;
        overflow: hidden;
        background-image: url(https://valerogarte.com/themes/custom/platon/dist/images/picto-user.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        border-color: #5C5045;
        width: 36px;
        height: 36px;
   }
    #site-header #header-right .user-block span.picto.inicial {
        color: #fff;
        text-align: center;
        font-size: 30px;
        background-image: none;
        font-family: "outfit";
   }
    #site-header .search-trigger {
        position: absolute;
        right: 155px;
   }
   #site-header .search-trigger a {
        text-align: center;
        display: inline-block;
        padding: 25px 5px 0px;
        width: 100%;
        height: 100%;
    }
    #site-header .search-trigger a .picto.search {
        height: 25px;
        min-width: 25px;
        font-size: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: transparent;
   }
    #site-header #search-form {
        min-height: 60px;
        display: flex;
        position: absolute;
        right: 100%;
        z-index: 10;
        top: 0;
        background: #fff;
        height: 75px;
        width: calc(100% - 125px);
   }
    #site-header #search-form form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
   }
    #site-header #search-form form .form-group {
        margin-bottom: 0;
   }
    #site-header #search-form form input[type=search] {
        border: 0;
        width: 100%;
        text-align: left;
        background-color: transparent;
        color: #b3b3b2;
        font-weight: 700;
        font-size: 1.5rem;
        transition: 0s;
   }
    #site-header #search-form form .form-actions {
        display: none;
   }
    html body header#site-header {
        display: -ms-flexbox;
        display: flex;
   }
    html body header#site-header {
        background: #ead9c8;
        width: 100%;
        height: 75px;
        position: fixed;
        overflow: hidden;
   }
   #header-right {
        position: absolute;
        right: 0px;
        width: 250px;
        height: 75px;
   }
    div#container-info-user {
        padding-top: 90px;
        position: absolute;
        width: 100%;
        height: 100%;
   }
   div#info_user {
       background: linear-gradient(0deg, #5C5045 7%, transparent 100%);
       overflow: auto;
   }
    .user_name {
        font-family: 'outfit';
        font-weight: 700;
        color: #5C5045;
    }
    div#info_user_data_1, div#info_user_data_2 {
        width: 50%;
        padding-left: 25px;
        color: #5C5045;
        box-sizing: border-box;
        float: left;
        max-height: 275px;
   }
    div#info_user_data_1, div#info_user_data_2 {
        height: 275px;
   }
    #header-breadcrumb {
        color: #5C5045;
        position: absolute;
        left: 20%;
        height: 75px;
   }
    div#msg_felicidad {
        padding-top: 50px;
        padding-left: 15px;
        font-size: 10px;
        font-style: italic;
   }
    #site-header #search-form form input[type=search] {
        border: 3px solid #5C5045;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
   }
    div#header_with_links > div {
        background: #fff 6;
        border-radius: 5px;
   }
    div#header_with_links div img {
        height: 45px;
        padding: 5px;
        cursor: pointer;
   }
    div#info_user_data {
        position: relative;
   }
    div#header_with_links {
        height: 50px;
        width: 100%;
        position: absolute;
        top: 0px;
        right: 10px;
   }
    div#header_with_links div {
        float: right;
        margin: 0px 10px;
   }
    .info_user_data_0 {
        width: 100%;
        padding-left: 25px;
        font-size: 30px;
        left: -100%;
        position: relative;
   }
    #info_user_data_footer {
        position: absolute;
        bottom: 50px;
        left: -105%;
        width: 100%;
   }
    #info_user_data_footer>a, #info_user_data_footer>a:hover {
        display: inline-block;
        width: auto;
        background: transparent;
   }
   #info_user_data_footer>a:hover span{
    color: #e58e2b;
   }
   #info_user_data_footer>a>span{
    color: #ead9c8;
   }
    ::placeholder {
        color: #fff 6e;
        opacity: 1;
   }
    :-ms-input-placeholder {
        color: #fff 6e;
   }
    ::-ms-input-placeholder {
        color: #fff 6e;
   }
    #estadistica_avance {
        width: 100%;
        height: 150px;
        overflow: auto;
   }
    div#mostrar_etapa_usuario {
        position: absolute;
        top: -29px;
        border: 2px solid #000;
        left: -2px;
        padding: 5px;
        font-size: 10px;
        width: 77px;
   }
    img.btn_start_to_search {
        max-width: 25px;
        max-height: 25px;
        margin-top: 3px;
   }
    div#container_btn_start_to_search input {
        position: absolute;
        background: transparent;
   }
    #container_btn_start_to_search, #container_btn_close {
        position: absolute;
        right: 34px;
        display: none;
   }
    #container_btn_close {
        right: 80px;
        cursor: pointer;
   }
    #arrow_to_close_user_menu {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        background: #5C5045;
        height: 50px;
        display: none;
        cursor: pointer;
   }
    .form-group.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label {
        position: absolute;
        left: 0;
        width: calc(100% - 140px);
   }
    .user-block {
        position: absolute;
        padding-right: 10px;
        padding-top: 10px;
        right: 0px;
        top: 11px;
   }
    div#logo_responsive a {
        display: block;
        overflow: auto;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    div#info_user_data_2 {
        padding-right: 25px;
   }
    input {
        color: #3c3c3b;
   }
    #sidebar-first div#container_rrss a img {
        width: 35px;
   }
}
@media all and (max-width: 865px) {
    #site-header .search-trigger a .picto.search {
        background-image: url(https://valerogarte.com/themes/custom/platon/icons/lupa-black.png);
   }
    #site-header .search-trigger {
        display: none;
   }
}
@media all {
    #header-right div {
        float: right;
        z-index: 9;
        height: 100%;
   }
    ::placeholder {
        color: #fff 6e;
        opacity: 1;
   }
    :-ms-input-placeholder {
        color: #fff 6e;
   }
    ::-ms-input-placeholder {
        color: #fff 6e;
   }
    .user-block {
        position: absolute;
        padding-right: 10px;
        padding-top: 10px;
   }
    .iniciar-sesion a:hover {
        text-decoration: none;
   }
    div.iniciar-sesion {
        right: 20px;
        top: 2px;
   }
    div.iniciar-sesion.icono_iniciar_sesion {
        top: 0px;
        margin-right: 0px;
   }
    .icono_iniciar_sesion span {
        display: inline-block;
        width: 36px;
        height: 36px;
        border: 4px solid #5C5045;
        border-radius: 50%;
        background: transparent;
        margin: 15px 10px;
   }
}

@media all and (max-width: 767.98px) {
    form .form-actions {
        display: block;
   }
}
@media all and (max-width: 767.98px) {
    form .form-actions input[type=submit] {
        width: 100%;
   }
}
@media all and (max-width: 865px) {
    #site-header #header-left a img {
        display: none;
   }
    body.user-logged-in .user-block {
        right: 20px;
   }
    #site-header #header-right .user-block span.picto.inicial {
        margin-right: 40px;
   }
    body.user-logged-in #site-header #header-right .user-block span.picto.inicial {
        margin-right: 0px;
   }
    #header-right {
        width: 100%;
        padding-right: 0px;
   }
    #header-breadcrumb {
        left: 0px;
   }
    #search-form {
        display: none;
   }
    body.user-is-administrator #header-right div#boton_responsive.boton_header_menu {
        top: 50px;
   }
}
@media all and (max-width: 576px) {
    div#info_user_data_2 {
        display: none;
   }
    div#info_user_data_1 {
        width: 100%;
        padding-right: 20px;
        height: 275px;
   }
}
@media all {
    .hidden {
        display: none;
   }
    .contenedor_login-button-wrapper {
        position: relative;
   }
    .google_user-login-button-wrapper {
        display: inline-block;
        position: absolute;
        right: auto;
        bottom: 5px;
        top: auto;
   }
    .google_user-login-button-wrapper {
        left: 0px;
   }
    .google_user-login-button-wrapper {
        right: 70px;
   }
    .google_user-login-button-wrapper img {
        height: 35px;
        width: 35px;
   }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #eeebe6;
        background-clip: padding-box;
        border: 0 solid #ececeb;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   }
    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
   }
    .form-control:focus {
        color: #495057;
        background-color: #eeebe6;
        border-color: #c2e3f0;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(91, 180, 216, .25);
   }
    .form-control::-webkit-input-placeholder {
        color: #b97314;
        opacity: 1;
   }
    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
   }
    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
   }
    .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1;
   }
    .form-group {
        margin-bottom: 1rem;
   }
    .form-text {
        display: block;
        margin-top: 0;
   }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
   }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #5C5045;
        text-decoration: none;
        background-color: #f8f9fa;
   }
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #EAD9C8;
   }
    .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
   }
    #site-header #search-form {
        min-height: 60px;
        display: flex;
        position: absolute;
        right: 100%;
        z-index: 1010;
        top: 0;
        background: #fff;
        height: 75px;
        width: calc(100% - 125px);
   }
    #site-header #search-form form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
   }
    #site-header #search-form form .form-group {
        margin-bottom: 0;
   }
    #site-header #search-form form input[type=search] {
        border: 0;
        width: 100%;
        text-align: left;
        background-color: transparent;
        color: #b3b3b2;
        font-weight: 700;
        font-size: 1.5rem;
        transition: 0s;
   }
    #site-header #search-form form .form-actions {
        display: none;
   }
    a.header_olvido_contraseña {
        color: #ead9c8;
        position: absolute;
        bottom: -100px;
        right: 0;
        font-size: 15px;
        z-index: 99;
   }
    .contenedor_url_y_formulario {
        position: relative;
   }
    a.header_olvido_contraseña:hover {
        color: #e58e2b;
   }
    div#info_user_data_1, div#info_user_data_2, .contenedor_login-button-wrapper {
        width: 50%;
        padding: 0px 25px;
        color: #5C5045;
        box-sizing: border-box;
        float: right;
        max-height: 275px;
   }
    div#info_user_data_1, div#info_user_data_2 {
        height: 275px;
   }
    #site-header #search-form form input[type=search] {
        border: 3px solid #5C5045;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
   }
    div#info_user_data {
        position: relative;
   }
    .info_user_data_0 {
        width: 100%;
        padding-left: 25px;
        font-size: 30px;
        left: -100%;
        position: relative;
   }
    #info_user_data_footer {
        position: absolute;
        height: 35px;
        background-color: #5c5045;
        bottom: 50px;
        left: -105%;
        width: 100%;
   }
    #info_user_data_footer > a {
        display: inline-block;
        width: auto;
   }
    input[type="text"] {
        box-shadow: none;
        background: transparent;
        border: 3px solid #000;
   }
    input[type="text"], input[type=password] {
        box-shadow: none;
        border: 3px solid #5C5045;
        border-radius: 15px;
        outline: none;
        background: transparent;
        box-shadow: none;
        color: #5C5045;
   }
    input[type="text"]:focus, input[type=password]:focus {
        background: #c7c7c7;
        box-shadow: none;
        color: white;
        border: 3px solid #5C5045;
   }
    ::placeholder {
        color: #fff 6e;
        opacity: 1;
   }
    :-ms-input-placeholder {
        color: #fff 6e;
   }
    ::-ms-input-placeholder {
        color: #fff 6e;
   }
    img.btn_start_to_search {
        max-width: 25px;
        max-height: 25px;
        margin-top: 3px;
   }
    div#container_btn_start_to_search input {
        position: absolute;
        background: transparent;
   }
    #container_btn_start_to_search, #container_btn_close {
        position: absolute;
        right: 34px;
        display: none;
   }
    #container_btn_close {
        right: 80px;
        cursor: pointer;
   }
    #arrow_to_close_user_menu {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        background: #5C5045;
        height: 50px;
        display: none;
        cursor: pointer;
   }
    div#arrow_to_close_user_menu svg {
        height: 40px;
        width: 40px;
        margin-top: 5px;
   }
    .form-group.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys.form-no-label {
        position: absolute;
        left: 0;
        width: calc(100% - 140px);
   }
    div#logo_responsive a {
        display: block;
        overflow: auto;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    #header_login_user {
        display: none;
   }
    #header_login_user input[type=submit] {
        padding: 10px;
        border-radius: 15px;
        background: #5C5045;
        color: #fff;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        width: 100%;
   }
    
    input {
        color: #3c3c3b;
   }
    #main-content-page {
        padding-top: 75px;
   }
    .btn_responsive_registrarse {
        border-radius: 15px;
        display: block;
        padding: 5px;
        background: #EAD9C8;
        text-align: center;
        color: #fff;
        width: 100%;
        border: 3px solid #5C5045;
        position: relative;
   }
    .btn_responsive_registrarse a {
        text-align: center;
        color: #5c5045;
        text-transform: uppercase;
        width: 100%;
   }
    .form-group.js-form-item.form-item.js-form-type-password.form-item-pass.js-form-item-pass.form-no-label {
        margin-bottom: 0px !important;
   }
    div#info_user_data_1 form#user-login-form div#edit-actions.form-actions {
        margin: 1rem 0px;
   }
    .contenedor_login-button-wrapper {
        position: absolute;
        top: 0;
        width: calc(100% - 45px);
        height: 275px;
   }
}
@media all and (max-width: 767.98px) {
    form .form-actions {
        display: block;
   }
    form .form-actions input[type=submit] {
        width: 100%;
   }
}
@media all and (max-width: 865px) {
    div#logo_responsive img {
        height: 55px;
   }
    #search-form {
        display: none;
   }
    div#container-info-user {
        width: 100%;
        left: 0px;
   }
}
@media all and (min-width: 576px) {
    .contenedor_login-button-wrapper {
        width: 50%;
   }
}
@media all and (max-width: 576px) {
    div#info_user_data_2 {
        display: none;
   }
    div#info_user_data_1, .contenedor_login-button-wrapper {
        width: 100%;
        padding-right: 20px;
        height: 275px;
   }
    .contenedor_url_y_formulario form div#edit-actions.form-actions {
        margin-top: 1rem;
        margin-bottom: 1rem;
   }
}

@media all {
    .list-inline {
        padding-left: 0;
        list-style: none;
   }
    .list-inline-item {
        display: inline-block;
   }
    .region.region-breadcrumb, .region.region-breadcrumb div#block-platon-breadcrumbs, .region.region-breadcrumb div#block-platon-breadcrumbs nav, .region.region-breadcrumb div#block-platon-breadcrumbs nav .list-inline, .region.region-breadcrumb div#block-platon-breadcrumbs nav .list-inline li, .region.region-breadcrumb div#block-platon-breadcrumbs nav .list-inline li a {
        height: 100%;
        font-family: 'outfit';
   }
    .block-system_breadcrumb_block ul:not(.contextual-links) {
        margin-bottom: 0;
   }
    .block-system_breadcrumb_block ul:not(.contextual-links) li + li:before {
        display: inline-block;
        height: 20px;
        vertical-align: middle;
        content: "/";
        color: white;
   }
    .block-system_breadcrumb_block ul:not(.contextual-links) li a {
        color: #5C5045;
        font-size: 10px;
   }
    #header-breadcrumb {
        color: #5C5045;
        position: absolute;
        left: 20%;
        height: 75px;
   }
    .region.region-breadcrumb div#block-platon-breadcrumbs nav .list-inline li {
        box-sizing: border-box;
        padding-top: 50px;
   }
    .region.region-breadcrumb div#block-platon-breadcrumbs nav .list-inline {
        padding-left: 15px;
   }
    .region.region-breadcrumb div#block-platon-breadcrumbs nav .list-inline li:last-child a {
        color: #fff !important;
   }
    ::placeholder {
        color: #fff 6e;
        opacity: 1;
   }
    :-ms-input-placeholder {
        color: #fff 6e;
   }
    ::-ms-input-placeholder {
        color: #fff 6e;
   }
}
@media all and (max-width: 865px) {
    #header-breadcrumb {
        left: 0px;
   }
}