:root {
    --primary-color: #E15F29;
    --secondary-color: #FFFFFF;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
}

.old-browser {
  position: relative;
  z-index: 110;
  background-color: #ff0000;
  text-align: center;
  color: #FFFFFF;
  font-family: Arial;
  padding: 10px 0;
  font-size: 14px;
}
.old-browser .fa {
  font-size: 50px;
}
.old-browser p {
  margin: 5px 0;
}
.old-browser a {
  color: #FFFFFF;
}

/* ==========================================================================
   HELPERS CLASSES
   ========================================================================== */
a {
  text-decoration: none;
  outline: 0;
  color: var(--primary-color);
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

.btn.active.focus,
.btn.active:focus, .btn.focus,
.btn.focus:active, .btn:active:focus,
.btn:focus {
  outline: 0;
  color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
}

.form-control {
  height: 45px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.btn {
  padding: .5rem .75rem;
}
.btn:hover {
  opacity: 0.9;
}

.btn-yellow {
  background-color: #FFEA47;
}

.btn-verde {
  background-color: #47A760;
  color: #FFFFFF;
}
.btn-verde:hover {
  color: #FFFFFF;
}

.btn-rojo {
    background-color: #FF0000;
    color: #FFFFFF;
}

    .btn-rojo:hover {
        color: #FFFFFF;
    }

.btn-naranja {
    background-color: var(--primary-color);
    color: #FFFFFF;
}
.btn-naranja .fa {
  margin-left: 5px;
}
.btn-naranja:hover {
  color: #FFFFFF;
}

.btn-azul {
  background-color: #78A6D2;
  color: #FFFFFF;
}
.btn-azul:hover {
  color: #FFFFFF;
}

.btn-negro {
  background-color: #000;
  color: #FFFFFF;
}
.btn-negro:hover {
  color: #FFFFFF;
}

.col-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.col-itemReconoce {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* ==========================================================================
   LOGIN
   ========================================================================== */
.page-wrap-login {
  background-image: url(../img/bg-login.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-wrap-login .wrap-login {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-wrap-login .wrap-login img {
  max-width: 150px;
}
.page-wrap-login a {
  color: #4A4A4A;
}
.page-wrap-login a:hover {
  opacity: 0.8;
}
.page-wrap-login .links {
  padding-top: 1.5rem;
  text-align: center;
}
.page-wrap-login .btn {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-wrap-login {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-wrap-login .wrap-login {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .page-wrap-login .wrap-login img {
    max-width: 100%;
  }
  .page-wrap-login .col-item {
    padding: 0 30px;
  }
  .page-wrap-login .col-item:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) {
  .page-wrap-login {
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-wrap-login .container {
    max-width: 900px;
    margin-top: -100px;
  }
  .page-wrap-login .col-item {
    padding: 0 50px;
  }
}
/* ==========================================================================
   HEADER
   ========================================================================== */
#main-header {
  border-top: 5px solid #FFFFFF;
  background-color: var(--primary-color);;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 99;
}
#main-header .top-menu {
  text-align: center;
  color: #FFFFFF;
}
#main-header .top-menu span,
#main-header .top-menu a {
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
}
#main-header .logo {
  text-align: center;
}
#main-header .logo img {
  max-width: 200px;
}
#main-header .coins {
  background-color: #FFFFFF;
  color: #233444;
  padding: 8px 10px;
  margin: 0 -15px;
  text-align: center;
  color: var(--primary-color);;
}
#main-header .coins .number {
  font-weight: 700;
  display: inline-block;
  font-size: 28px;
  text-align: center;
  color: #000;
}
#main-header .info-user {
  background-color: #F1F1F1;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #00AAAA;
  text-transform: uppercase;
}
#main-header .info-user:after {
  content: "";
  display: block;
  clear: both;
}
#main-header .info-user img {
  float: left;
  margin-right: 15px;
}
#main-header .info-user p {
  margin: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#main-header .dropdown a {
  display: block;
  border: none;
}
#main-header .dropdown .dropdown-menu a {
  text-align: center;
}

.sub-menu-mobile .dropdown {
  margin: 0 !important;
}
.sub-menu-mobile .dropdown-menu {
  width: 96%;
}

.sub-menu {
  display: none;
}

.dropdown-submenu {
  display: none;
  width: 50px;
  position: absolute;
  right: 200px;
  top: 0;
}
.dropdown-submenu.show .fa-times {
  display: block;
  margin-top: 10px;
}
.dropdown-submenu.show .fa-bars {
  display: none;
}
.dropdown-submenu .fa-times {
  display: none;
}
.dropdown-submenu .dropdown-toggle {
  color: #9B9B9B;
  font-size: 40px;
}
.dropdown-submenu .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-submenu .dropdown-toggle:after {
  display: none;
}

.container-top {
  position: relative;
  z-index: 99;
}

@media (min-width: 992px) {
  .dropdown-submenu {
    display: block;
  }
  .dropdown-submenu .dropdown-menu a {
    text-align: right !important;
  }

  .sub-menu-mobile {
    display: none;
  }

  .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub-menu a {
    display: block;
    width: 16.666%;
    padding: 20px 10px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
  }
  .sub-menu a:hover {
    opacity: 0.9;
  }
  .sub-menu a:nth-child(1) {
    /*background-color: #00AAAA;*/
  }
  .sub-menu a:nth-child(2) {
    /*background-color: #ED9D2D;*/
  }
  .sub-menu a:nth-child(3) {
    /*background-color: var(--primary-color);;*/
  }
    .sub-menu a:nth-child(4) {
        /*background-color: #661E33;*/
        
    }
    .sub-menu a:nth-child(5) {
        /*background-color: #47A760;*/
        
    }
    .sub-menu a:nth-child(6) {
        /*background-color: #DB7CA2;*/
    }
}
.breadcrumbs {
  padding: 15px 0;
}
.breadcrumbs a {
  display: inline-block;
  padding: 0 10px;
  color: #333;
}
.breadcrumbs a:first-child {
  padding-left: 0;
}

.title-section {
  padding: 10px;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 26px;
  text-align: left;
  line-height: 26px;
  /*background-color: #00AAAA;*/
}
.title-section span {
  background-size: auto 100%;
  /*background-image: url(../img/icon-tiempo.png);*/
  display: block;
  /*padding-left: 40px;*/
  background-repeat: no-repeat;
  background-size: left center;
  margin-bottom: 20px;
}
.title-section .form-group {
  margin: 0;
}

@media (min-width: 576px) {
  #main-header .coins {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .title-section {
    text-align: left;
  }
  .title-section span {
    margin-bottom: 0;
  }
  .title-section .form-group {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #main-header {
    text-align: left;
    position: relative;
  }
  #main-header .logo {
    position: absolute;
    left: 0;
  }
  #main-header .logo img {
    max-width: 80%;
  }
  #main-header .top-menu {
    text-align: right;
    padding-right: 95px;
  }
  #main-header .top-menu span, #main-header .top-menu a {
    font-size: 16px;
  }
  #main-header .logo-mobile {
    display: none;
  }
  #main-header .logo-desktop {
    display: block;
  }
  #main-header .logo-wrap {
    height: 40px;
  }
  #main-header .logo {
    position: absolute;
    top: -6px;
    left: 15px;
  }
  #main-header .coins {
    position: absolute;
    right: 15px;
    top: -5px;
    margin: 0;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
  #main-header .coins .number {
    font-size: 150%;
    line-height: 100%;
    display: block;
    text-align: center;
  }
  #main-header .info-user {
    padding-left: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    position: relative;
  }
  #main-header .info-user p {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #main-header .logo-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main-header .logo-img img {
    margin-left: 60px;
  }
  #main-header .botton-menus {
    text-align: right;
  }

  .title-section {
    position: relative;
    padding: 0;
    font-size: 32px;
    line-height: 32px;
  }
  .title-section span {
    background-size: auto;
    padding: 15px;
    padding-left: 45px;
    background-position: 0 50%;
  }
  .title-section .form-group {
    margin: 0;
  }
  .title-section .container {
    padding: 0;
    border-radius: 0 5px 5px 0;
  }
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
#main-footer {
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 99;
  border-top: 2px solid #F1F1F1;
}
#main-footer p {
  margin: 0;
}
#main-footer .menu-footer a {
  display: inline-block;
  padding: 10px 20px;
  color: #000000;
}
#main-footer .menu-footer a:hover {
  opacity: 0.9;
}

@media (min-width: 1200px) {
  #main-footer {
    text-align: left;
    padding: 0;
  }
  #main-footer .container-fluid {
    max-width: 90%;
  }
  #main-footer .container-fluid .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-footer .info-footer {
    margin-left: auto;
  }
  #main-footer .info-footer .inner {
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  #main-footer .menu-footer {
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 30px;
  }
}
/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
#main-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-blog .item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-blog .item .btn {
  margin-right: 10px;
}

.date {
  opacity: 0.7;
}
.date .fa {
  margin-right: 5px;
}
.date .fa:last-child {
  margin-left: 15px;
}

.list-store .item,
.single-product .item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-store .item .image,
.single-product .item .image {
  position: relative;
  padding-bottom: 10px;
}
.list-store .item .coins,
.single-product .item .coins {
  position: absolute;
  right: 15px;
  top: 0;
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
  text-align: right;
  background-image: url(../img/live-it-icons.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: auto 20px;
  text-align: center;
  color: var(--primary-color);;
}
.list-store .item .coins strong,
.single-product .item .coins strong {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #000;
}
.list-store .item .actions,
.single-product .item .actions {
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-store .item .actions .col-cantidad,
.single-product .item .actions .col-cantidad {
  width: 150px;
}
.list-store .item .actions .col-cantidad select,
.single-product .item .actions .col-cantidad select {
  width: 60px;
  display: inline-block;
  height: 40px;
}
.list-store .item .actions a,
.single-product .item .actions a {
  width: 120px;
}
.list-store .item p,
.single-product .item p {
  margin: 0;
}
.list-store .item .stars,
.single-product .item .stars {
  color: #F8D36D;
  font-size: 18px;
}
.list-store .item .btn,
.single-product .item .btn {
  padding: 3px 10px 5px 10px;
}
.list-store .item .actions .wrap-btn,
.single-product .item .actions .wrap-btn {
  text-align: right;
  margin-left: auto;
}

.single-product .btn-back {
  display: none;
}
.single-product .info-product p {
  margin-bottom: 15px;
}
.single-product .select-cantidad {
  width: 60px;
  display: inline-block;
  padding: 0;
  height: 35px;
  text-align: center;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 5px;
}

.page-item a {
  color: #233444;
}

.page-item.active .page-link {
  background-color: #233444;
  color: #FFFFFF;
  border-color: #233444;
}

.title-section-store h1 {
  margin: 0;
}
.title-section-store .logos {
  display: none;
}

@media (min-width: 768px) {
  .single-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .single-product .image img {
    max-width: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .list-blog {
    margin-left: -30px;
    margin-right: -30px;
  }
  .list-blog .item {
    padding: 15px 30px;
  }

  .list-store .item .stars,
  .single-product .item .stars {
    font-size: 22px;
  }
  .list-store .item .wrap-btn .btn,
  .single-product .item .wrap-btn .btn {
    margin-left: 5px;
  }

  .title-section-store .logos {
    display: block;
  }
  .title-section-store .logos img {
    margin: 0 10px;
  }

  .single-product .btn-back {
    display: inline-block;
  }
}
/* ==========================================================================
   HOME
   ========================================================================== */
@media (min-width: 992px) {
  .page-login #main-footer,
  .home #main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
#slides {
  z-index: 10;
}
#slides .texts {
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 220px;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}
#slides .texts h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  max-width: 500px;
  margin: 0 auto 20px auto;
}
#slides .texts p {
  max-width: 500px;
  margin: 0 auto;
  text-shadow: 2px 2px 5px black;
  font-size: 18px;
}

.slides-pagination a {
  margin: 0 5px;
}
.slides-pagination a.current {
  background-color: #47A760;
}

#nav-home {
  position: relative;
  z-index: 999;
  padding: 15px;
}
#nav-home a {
  display: block;
  margin: 10px 0;
  background-color: var(--primary-color);
  color: #FFFFFF;
  border: 5px solid #FFF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding: 13px 0 13px 70px;
  background-size: 40px auto;
}
    #nav-home a:nth-child(1) {
        /*  background-color: #00AAAA;
  background-image: url(../img/icon-tiempo.png);*/
    }
    #nav-home a:nth-child(2) {
       /* background-color: #ED9D2D;
        background-image: url(../img/icon-experiencias.png);
        */
    }
#nav-home a:nth-child(3) {
  /*background-color: var(--primary-color);;
  background-image: url(../img/icon-vida-saludable.png);*/
}
    #nav-home a:nth-child(4) {
     /*   background-color: #661E33;
        background-image: url(../img/icon-nuetra-felicidad.png);
         */
    }
    #nav-home a:nth-child(5) {
     /*   background-color: #47A760;
        background-image: url(../img/icon-reconocimiento.png);
         */
    }
    #nav-home a:nth-child(6) {
        /*background-color: #DB7CA2;
        background-image: url(../img/icon-eventos-internos.png);
    */
            }

@media (min-width: 992px) {
  #slides .texts {
    display: block;
  }

  .slides-pagination {
    bottom: 180px !important;
  }

  #nav-home {
    padding: 0;
    position: fixed;
    left: 0;
    top: 50%;
    width: 50%;
    margin-top: -185px;
  }
  #nav-home a {
    margin: 5px;
    padding: 5px 0 5px 80px;
    width: 270px;
    margin-left: -70px;
    -webkit-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out;
  }
  #nav-home a:hover {
    margin-left: -5px;
  }
}
@media (min-width: 1200px) {
  #nav-home a {
    font-size: 20px;
    width: 320px;
    margin-left: -70px;
  }
}

.TextControlCantidad{
    width: 60px;
    display: inline-block;
    height: 40px;
}

.TituloProducto {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#tituloNotici:hover {
    white-space: normal;
}

.btnreconocimiento {
    background-color: #47A760;
    background-image: url(../img/icon-reconocimiento.png);
}

.btneventos {
    background-color: #DB7CA2;
    background-image: url(../img/icon-eventos-internos.png);
}




.modalBackground {
    background-color: #021628;
    filter: alpha(opacity=85);
    opacity: 0.85;
  
}


.modalPopup {
    background-color: #ffffdd;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.complementoBadge {
    background-color: var(--secondary-color);
    font-size: 11px;
    border-radius: 15px;
    font-weight: normal;
  
}

.logoback {
    padding-top: 10px;
    background-color: white;
    border-radius: 0 0 10px 10px;
    height:110px;
    width: 280px;
}


.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    text-align: center;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #EFEFEF url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 9px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            font-size: 1em;
            color: #848484;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.img-card {
    text-align: center;
    width: 100%;
    height: 200px;
}

.img-card-btt {
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 18px;
}

a.fa {
    background-color: #F3BB45;
    margin: 0.5em;
    color: #ffffff;
    border: 2px solid #F3BB45;
    border-radius: 50%;
    padding: 0.5em;
    transition: all .4s ease;
}


a.a_href_noclick {
    pointer-events: none;
    cursor: default;
}

.jumbotron {
    position: absolute;
    transform: translateY(-50%);
    border: 1px dashed deeppink;
}


.bgdisable {
    background-color: red;
    filter: alpha(opacity=30);
    opacity: .3;
}

.AlineaDere {
    float: right;
    margin-right: 10px;
}



.Popup_BordeTit {
    background-image: url(../images/PrintRep_Win_Borde01.gif);
    background-repeat: repeat-x;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #A4C8FF;
    text-align: center;
    font-weight: bold;
}

.Popup_Borde01 {
    background-image: url(../images/PrintRep_Win_Borde01A.gif);
    background-repeat: repeat-x;
}

.Popup_Borde02 {
    background-image: url(../images/PrintRep_Win_Borde02.gif);
    background-repeat: repeat-y;
}

.Popup_Borde03 {
    background-image: url(../images/PrintRep_Win_Borde03.png);
    background-repeat: repeat-y;
}

.Popup_Borde04 {
    background-image: url(../images/PrintRep_Win_Borde04.png);
    background-repeat: repeat-x;
}

.Popup_Borde0A {
    background-image: url(../images/PrintRep_Win_Borde04A.gif);
    background-repeat: repeat-x;
}

.Popup_Cont {
    background-color: #FFF;
    padding: 3px 3px 3px 3px;
}

.Popup_SelectIco {
    background-image: url(../images/PrintRep_ico_TipoMantenimiento.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
}

.Popup_SelectTit {
    background-color: #8D8D8D;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #FFF;
    padding: 0px 8px 0px 8px;
    font-size: 12px;
}

.Popup_SelectBgn {
    background-color: #CCCCCC;
    padding: 0px 0px 0px 10px;
}

.Popup_SelectText {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    padding: 0px 5px 0px 5px;
}

.VentanaBgn_Cont {
    background-color: #F7F7F7;
}

.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover {
    background-image: url(../images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}


.modalBackground {
    background-color: #021628;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


.DivCentered {
    display: block;
    position: absolute;
    top: 50%;
    left: 35%;
    width: 350px;
}

/*# sourceMappingURL=main.css.map */