/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  min-height: 100vh; 
  background-color: #333;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
/*
.cover-container {
  max-width: 60em;
}
*/

/*
 * Header
 */
/*.masthead {
  margin-bottom: 2rem;
}*/
h1{
    font-weight: 700;
    color: #efb213;
    text-align: start;       
}

.card-shadow{
    box-shadow: #000 1px 5px 10px;
}

.card-tam-1{
  max-width: 700px;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #efb213;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


.social-icon{
    width: 24px;
    height: 24px;
    background: #333;
    border-radius: 9px; 
}

#header{
    background-image: url("../img/slide/gimnacio03.png") no-repeat center center;
    background-size: contain;
    height: 700px;
    max-height: 700px;

    transition: all .8s ease;
}

@media (max-width: 425px) {
    #header{
        height: 590px;
        max-height: 590px;
    }
}

@media (max-width: 400px) {
    #header{
        height: 560px;
        max-height: 560px;
    }
}



#id-navbar-menu:hover{
    background: #333 !important;
}

.bg-page-tr{
    background-color: #333333d0 !important;
    margin-top: -90px;
}

.bg-page-tr1{
    background-color: #333333f6 !important;
}

.bg-page{
    background-color: #333 !important;
}

.mt--5{
    margin-top: -20px !important;
}


/* actividades */
.bg {
    background: #333;
    /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(34,34,34,0.5019141445640756) 95%, rgba(51,51,51,1) 100%); */
    background: linear-gradient(90deg, rgba(0,0,0,1) 30%, rgba(34,34,34,0.5019141445640756) 90%, rgba(51,51,51,1) 170%);
}

/* cards texto */
ul, .card-title, .card-text, .text-muted, .texto{
    color: #333;
    text-shadow: 0px 0px 0px #3330;
}

.icon-{
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.bg-registro{
    background-color: black;
}

.bg-promociones{
    background-image: url("../img/slide/gimnacio03.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    height: 400px;
}

.bg-sepa-1{
  background-image: url("../img/slide/gimnacio02.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  height: 400px;
}

.bg-sepa-2{
  background-image: url("../img/slide/gimnacio01.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  height: 400px;
}

.bd-callout {
  background: white;
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-color: rgb(238, 238, 238);
  border-left-width: 1px;
  border-left-width: .25rem;
  border-radius: .25rem;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.contacto-sepa{
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c3c3c3;
}

.popover{
  max-width: 400px !important;
}

.validate-text{
  font-size: 10px;
  color: white !important;
  background-color: rgba(255, 0, 0, 0.493);
  margin: 5px 0px;
  padding: 2px;
  text-align: center;
  border-radius: 5px;
}

/** tabs estilos **/

:root {
  --tabs-bg-color-active: #ed1308;
  --tabs-bg-color-hover: #810e08;
  --tabs-bg-color: rgba(204, 204, 204, 0.582);
  --tabs-border-color: rgba(0, 0, 0, 0);
  --callout-actividades-bg-color: #ccc;
  --content-bg-color: #333;
}

.bd-callout-actividades {
  border-left-color: var(--callout-actividades-bg-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: var(--tabs-bg-color-active);
	border-color: var(--tabs-border-color);
}

.nav-tabs .nav-link:hover {
  border-color: var(--tabs-border-color);
  background-color: var(--tabs-bg-color-hover);
}

.nav-tabs {
  border-bottom: 1px solid var(--tabs-border-color);
}

.nav-tabs .nav-link{
  background-color: var(--tabs-bg-color);
  margin-left: 1px;
  margin-right: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.tab-content{
  /*background: linear-gradient(45deg, rgba(0,0,0,1) 30%, rgba(34,34,34,0.5019141445640756) 90%, rgba(51,51,51,1) 170%);*/
  background-color: var(--content-bg-color);
}

@media (max-width: 767px) { 
  .texto-ajuste{
      text-align: center;
      font-size: 14px !important;
  }
  .texto-ajuste h3{
    font-size: 18px !important;
  }
}

.header_rutina{
  font-size: 17px;
  margin-top: 40px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.header_rutina::before {
  content: "»";
}

.form-row div label, .row .col-md-2 .text-center{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.header-ejercicios{
  margin-bottom:0px ;
}

.header-dias{
 margin: 20px 0px 10px 0px;
}

.img_video_icon_rutina{
  height: 38px;
  padding-top: 5px;
}

.img_video_icon_rutina img{
  width: 20px;
  height: auto;
  cursor: pointer;
}


.aviso-deuda{
  background-color: #ff0000;
  top:80px;
  box-shadow: rgb(0, 0, 0) 1px 10px 15px;
}

.footer-anubis{
  font-size: 12px;
  color: #ccc;
}

.footer-anubis img{
  width: 32px;
  height: 35px;
  margin: 15px 10px 15px 15px;
}

.footer-anubis .row div{
  padding-top: 14px;
}

.qr-copy{
  width: 100%;
  height: auto;
  margin: 10px auto;
}


.Si{
	font-weight: bold;
	color:#25bd0b;	
}

.No{
	font-weight: bold !important;
	color:#ff0000 !important;	
}

.texto-pagos{
  font-style: normal;
  font-size: 14px;
}

.msg_qr{
  font-size: 11px;
  text-align: center;
  font-style: normal;
  margin-top: 10px;
}