body{
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #5C464E;
}

button::focus{
  outline: none;
  -webkit-appearance: none;
}

main{
   min-height:100vh;    
   overflow-x: hidden;
   background: url(../img/bg.jpg) 0 0 no-repeat;
   background-size: cover;
}
.full{
  min-height: calc(100vh - 186px);
}

.home{
  background: url(../img/home_bg.svg) #EDE6D4 0 0 no-repeat;
  background-size: cover;
  margin-bottom: -8px;
}

h1, h2, h3{
  font-weight: 700;
  color: #9D053C;  
}

h1{
  font-size: calc(1.75rem + 1.5vw);  
  font-family: 'qatar2022arabic-bold-webfont';
}

h4{
  font-size: 1.1rem;
}

a{
   color: #5C464E; 
   text-decoration: none;
}
a:focus, a:hover{
    color: #b12e26;   
}
p{
  color:  #5C464E;
}
.lead{
  font-size: 1.2rem;
}
.btn{
  border-radius: 35px;
}
.btn-primary{    
    color: #EDE6D4;
    padding: 15px 25px 18px;
    font-weight: 700; 
    font-size: 1.2rem;   
    cursor: pointer;
    line-height: 1.2rem;     
    background-color: rgba(168,6,62,1);   
    transition: all 0.8s ease;  
    border-radius: 0; 
    width: auto;
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: rgba(140,14,58,1);
    color: #fff;
}

.bold{
  font-weight: 600;
   font-family: 'gustanlpbold';
}
a.btn-primary{
  text-decoration: none;
}

.primary{
  color: #b12e26;
}

.navbar{     
    border-bottom: none;
    padding: 0;
}

.login{
  background: #F0E8CD;
  position: relative;
  border-top: 50px solid #FEBF00;
  margin-top: 150px;
}

.lt{
  background: #F0E8CD;
}

.logo{
  position: absolute;
  margin: -190px auto 0;
  left: 0;
  right: 0;
}

#d-wrapper {
background-color: #fff;
padding: 0;
}
#d-wrapper * {
margin:0;
padding:0;}

#d-wrapper  div.sep {
    min-height: 200px;
    padding: 32px 0;
  }

#d-wrapper .zig-zag-top:before{
    background: 
          linear-gradient(-45deg, #9D053C 16px, red 16px, blue 16px,  transparent 0), 
          linear-gradient(45deg, #9D053C 16px, transparent 0);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 22px 32px;
        content: " ";
        display: block;
        height: 24px;
    width: 100%;
    position: relative;
    bottom: 32px;
    left:0;
  }

/*#d-wrapper  div > * {
    margin: 0 40px;
  }*/

#d-wrapper  .zig-zag-top{
    margin: 8px 0;
    margin-bottom: 0;
    background: #9D053C;  
    padding: 8px 0 36px;
  }

.form-floating>.form-control{
  background-color: #FEFCF3;
  border: none;
}

.ranking{
  background: rgb(244,196,50);
background: linear-gradient(0deg, rgba(244,196,50,0) 0%, rgba(244,196,50,.45) 100%);
}
.rg{
  transform: rotate(180deg);
}
.paisR{
  transform: translateY(47px);
  margin-top: -22px;
  font-size: .85;
}
.paisR img{
  transform: translateY(15px);
}
.puntos{
  font-size: 1.6rem;
  font-weight: 700;
}
.puntos span{
  display: block;
  width: 100%;
  font-size: .85rem;
  line-height: .8rem;
  margin-bottom: 0;
}
.star{
  background: url(../img/star.svg) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  color: #EDE6D4;
  display: block;
}
.box{
  border-radius: 5px;
  background: rgb(247,207,89);
  background: radial-gradient(circle, rgba(247,207,89,1) -30%, rgba(217,144,24,1) 100%);
  width: 40px;
  height: 40px;
  padding-top: 8px;
  color: #EDE6D4;
  display: block;
  text-shadow: 0px 1px 2px #855A13;
}
.user{
  background: #F0D78B;
}
.nav-pills .nav-link{
  color: #9D053C;
  line-height: 1rem;
  padding: 0 .75rem;
}
.nav-pills .nav-link.profile {
    background: #EDE6D4;
    color: #9D053C;
    display: block;
    border-radius: 50%;
    padding-top: 12px;
    padding-left: 11px;
    width: 36px;
    height: 36px;
    font-weight: 700;
    font-size: 1.6rem;
}
.dropdown-menu{
  background: #EDE6D4;
  color: #9D053C;
  border: none;
  border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #F2DFA4;
}
.dropdown-toggle::after{
  display: none;
}
.navbar-brand{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo_top{
  margin-bottom: -60px;
  width: 120px;
}
.nav-tabs{
  border-bottom: 0;
}
.nav-tabs .nav-link{
  font-size: 1.25rem;
  font-weight: 700;
  color: #9D053C;
  transition: all ease .2s;
  border-radius: 0;
  border: none;
  cursor: pointer;
  padding-top: 12px;
}

.nav-tabs .nav-link .bi{
  display: none;
}

.nav-item .star{
  width: 32px;
  height: 32px;
  font-size: .85rem;
  padding-top: 10px;
  margin: 0 auto;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: #9D053C;
  color: #EDE6D4;
}

.nav-link.ptos span{
  font-weight: 700;
  font-size: 1.45rem;
}

.nav-tabs .nav-item.show .nav-link.complete .bi, .nav-tabs .nav-link.active.complete .bi{
  display: inline-block;
  color: #EDE6D4;
}

.nav-tabs .nav-link.complete .bi{
  display: inline-block;
  color: #9D053C;
}

.scroller{
  background: #F0D78B;
  padding: 15px 7px 0;
  height: 50px;
}

.wrapper-nav {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    background: #F0D78B;
}

.h_group.a{
  background: rgb(102,54,114);
  background: linear-gradient(90deg, rgba(102,54,114,0.75) 0%, rgba(102,54,114,0) 100%);
  border-left: 15px solid #663672;
}
.h_group.b{
  background: rgb(89,183,173);
  background: linear-gradient(90deg, rgba(89,183,173,0.75) 0%, rgba(89,183,173,0) 100%);
  border-left: 15px solid rgb(89,183,173);
}
.h_group.c{
  background: rgb(222,17,79);
  background: linear-gradient(90deg, rgba(222,17,79,0.75) 0%, rgba(222,17,79,0) 100%);
  border-left: 15px solid rgb(222,17,79);
}
.h_group.d{
  background: rgb(253,184,1);
  background: linear-gradient(90deg, rgba(253,184,1,0.75) 0%, rgba(253,184,1,0) 100%);
  border-left: 15px solid rgb(253,184,1);
}
.h_group.e{
  background: rgb(155,18,51);
  background: linear-gradient(90deg, rgba(155,18,51,0.75) 0%, rgba(155,18,51,0) 100%);
  border-left: 15px solid rgb(155,18,51);
}
.h_group.f{
  background: rgb(4,152,58);
  background: linear-gradient(90deg, rgba(4,152,58,0.75) 0%, rgba(4,152,58,0) 100%);
  border-left: 15px solid rgb(4,152,58);
}
.h_group.g{
  background: rgb(33,91,161);
  background: linear-gradient(90deg, rgba(33,91,161,0.75) 0%, rgba(33,91,161,0) 100%);
  border-left: 15px solid rgb(33,91,161);
}
.h_group.h{
  background: rgb(238,127,178);
  background: linear-gradient(90deg, rgba(238,127,178,0.75) 0%, rgba(238,127,178,0) 100%);
  border-left: 15px solid rgb(238,127,178);
}

.h_group h3{
  color: #EDE6D4;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 0;
}
.g-a.l{
  border-left: 10px solid #663672;
}
.g-a.r{
  border-right: 10px solid #663672;
}
.g-b.l{
  border-left: 10px solid rgb(89,183,173);
}
.g-b.rt{
  border-right: 10px solid rgb(89,183,173);
}
.g-c.l{
  border-left: 10px solid rgb(222,17,79);
}
.g-c.r{
  border-right: 10px solid rgb(222,17,79);
}
.g-d.l{
  border-left: 10px solid rgb(253,184,1);
}
.g-d.r{
  border-right: 10px solid rgb(253,184,1);
}
.g-e.l{
  border-left: 10px solid rgb(155,18,51);
}
.g-e.r{
  border-right: 10px solid rgb(155,18,51);
}
.g-f.l{
  border-left: 10px solid rgb(4,152,58);
}
.g-f.r{
  border-right: 10px solid rgb(4,152,58);
}
.g-g.l{
  border-left: 10px solid rgb(33,91,161);
}
.g-g.r{
  border-right: 10px solid rgb(33,91,161);
}
.g-h.l{
  border-left: 10px solid rgb(238,127,178);
}
.g-h.r{
  border-right: 10px solid rgb(238,127,178);
}

.tab-pane::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: transparent;
}

.tab-pane::-webkit-scrollbar
{
  width: 6px;
  background-color: rgba(244,196,50,.35);
}

.tab-pane::-webkit-scrollbar-thumb
{
  background-color: #D2A317;
  border-radius: 0;
}

.detail{
  background: rgba(255,255,255,.2);
}

.teams{
  background: rgba(255,255,255,.35);
  position: relative;
  height: 60px;
}

.sc_bg{
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;    
}

.sc_bg svg path{
  fill: rgb(242,206,100,.25);
  fill: linear-gradient(90deg, rgba(102,54,114,0.75) 0%, rgba(102,54,114,0) 100%);
}

.bien .sc_bg svg path{
  fill: rgb(119,246,155,.25);
  }

.mal .sc_bg svg path{
  fill: rgb(239,99,66,.25);
  }

.z1{
  z-index: 1;
}
.score .form-control{
  border: 1px solid #AF1C3B;
  background: transparent;
  width: 100%;
}

.number{
  opacity: 0;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
  text-align: center;
  padding-top: 1px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #EDE6D4;
}
.mal .number{
  background: #EF6342;
  opacity: 1;
}
.bien .number{
  background: #18B183;
  opacity: 1;
}

.scroll-to-top{
    background: rgba(51,51,51,.35);
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    border-radius: 50%;
    color: #fff;
    padding-top: 8px;
}

.scroll-to-top a{
  text-align: center;
}

.scroll-to-top .bi{
  color: #fff;
  width: 90% !important;
  padding-right: 0;
}

.modal-content{
background: #EDE6D4;
border-radius: 0;
}

.modal-header, .modal-footer{
  border: none;
}

.modal-header img{
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal-body h3{
  font-size: 1.75rem;
}
footer{
}

footer p, footer a{
  color: #EDE6D4;
}
ul{ 
  list-style: none; 
  padding-left: 0;
}

.bi{
  color: #b12e26;
}

@media (min-width: 375px) {

}

@media (min-width: 376px) {
  .owl-carousel .owl-item{
    height: 250px;
  }  
}

@media (min-width: 768px) {  
  h4{
  font-size: 1.25rem;
}
.logo_top{
  margin-bottom: -60px;
}
.lead {
    font-size: 1.25rem;
    }
.user{
  background: #810235;
}

.nav-pills .nav-link{
  color: #EDE6D4;
}
.ranking p{
  line-height: 1.1rem;
}
.ranking p.puntos{
  line-height: 1.2;
}
h3{
  font-size: 1.4rem;
}
}

@media (min-width: 991px) { 

}

@media (min-width: 1024px) {


}

@media (min-width: 1280px) {
  .paisR{
    transform: none;
  }

}
@media (min-width: 1366px) {

}
@media (min-width: 1440px) {

}

@media (min-width: 1920px) {

}


