



.is-required:after {
  content: '*';
  margin-left: 3px;
  color: red;
  font-weight: bold;
}

.mycheckbox input:checked ~ span::after{
  background: rgb(12, 167, 12);
  transform: scale(0.85) translate(35px);
}
.mycheckbox input:checked ~ span .on{
  transform: translate(30px);
  opacity: 1;
}

.mycheckbox input:checked ~ span .off{
  transform: translate(30px);
  opacity: 0;
}

.mycheckbox input:checked ~ span .on-bell{
  transform: translate(31px);
}

.mycheckbox input {
  display: none;
}

.mycheckbox span {
  display: inline-block;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background: rgb(230, 234, 237);
  cursor: pointer;
  box-shadow: inset 0px 0px 2px rgb(15, 15, 15);

  position: relative;
}

.mycheckbox span::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transform: scale(0.85);
  border-radius: 30px;
  background: rgb(248, 22, 22);
  transition: 0.5s;
  box-shadow: inset 0px 0px 2px rgb(37, 37, 37);
}

.mycheckbox i {
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  color: white;
  transition: 0.5s;
}

.mycheckbox .on {
  opacity: 0;
  left: 7px;
  top: 7px;
}

.mycheckbox .off {
  left: 9px;
  top: 7px;
}

.mycheckbox .off-bell {
  left: 5px;
}


.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.15em;
}

.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 3px 0 0 3px;
}

.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}

.btn {
	margin-bottom: 10px;
}

.textoTable{
    font-weight: 400; 
    font-size: 14px; 
    font-family: 'Source Sans Pro',sans-serif;
}

.logop{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0px 0px 15px;
    z-index: 2;
    left: 5px;
    top: 0px;
}
.logop img{
    width: 150px;
    position: absolute;
    z-index: 3;
    left: 25px;
    top: -18px;
}

.logop .logo-lg{
   display:block;
    
} 

.logop .logo-lg img{
    width: 55px;
    position: absolute;
    z-index: 3;
    left: -2px;
    top: -30px;
}

.logop .logo-mini{
    display:none;
}

.logop .logo-mini img{
    width: 25px;
    position: absolute;
    z-index: 3;
    left: -2px;
    top: -2px;
}



.logo{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0px 0px 15px;
    z-index: 2;
    left: 50px;
    top: 0px;
}

.logo img{
    width: 150px;
    position: absolute;
    z-index: 3;
    left: 25px;
    top: -18px;
}

.logo .logo-lg{
    display:block;
    
} 

.logo .logo-lg img{
    width: 95px;
    position: absolute;
    z-index: 3;
    left: 45px;
    top: -4px;
}

.logo .logo-mini{
    display:none;
}

.logo .logo-mini img{
    width: 55px;
    position: absolute;
    z-index: 3;
    left: -2px;
    top: -2px;
}

.content-footer{
    position:relative;
    padding:15px 15px 15px 15px;
    display: flex;
    justify-content: center;
}

.content-footer h1{
    margin:0;
    font-size:34px;
    display: block;
}


.container__headerCard {
  background-color: #F5B041;
  padding: 3px;
}

.container__bodyCard {
  background-color: #F7F9F9;
  padding: 3px;

}


 .titulo-footerC1 h1s{
        font-weight: 600;
        font-size: 0.9em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: normal;
        color: white;
        font-family: arial;

    }
    
    .titulo-footerC2 h3s{
        display: block;
        font-weight: 600;
        font-size: 1.565em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: normal;
        color: black;
        font-family: arial;

    }


.container__cover{
    width: 100%;
    height: 100%;
    background-image: url('/vistas/img/plantilla/screenscrigc.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}

.container__titulo{
    width: 100%;
    block-size: 13.5%;
    background-color: black;
    background-position: center;
    background-size: cover;
    padding: 0px;
    border: solid black 1px;
    text-align:center;
    margin-top: 5.9em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
}

.container__peso{
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 0px;
    border: solid black 0px;
    text-align:center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

.container__peso h4s{
    font-weight: 600;
    color: #5D6D7E;
    display: block;
    font-size: 1.00em;
    margin-top: 0.14em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}


.container__titulo .titulo-header{
    max-width: 100%;
    z-index: 1;
}

.container__titulo .titulo-header h1s{
    font-weight: 600;
    color: white;
    display: block;
    font-size: 2.00em;
    margin-top: 0.14em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.container__titulo .titulo-header p1s{
    font-size: 2.0em;
    margin-top: 0em;
    color: yellow;
    font-weight: bold;

}

    .titulo-headerC1{
        max-width: 100%;
        padding: 5px 0px 0px 5px;
    }
    
    .titulo-headerC1 h1s{
        font-weight: 600;
        display: block;
        font-size: 1.375em;
        margin-top: 0em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
    }
    
    .titulo-headerC1 p1s{
        font-size: 0.60em;
        margin-top: 0.27em;
        color: red;
        text-align:center;
        font-weight: bold;
    }
    
    .titulo-bodyC1 h1s{
        font-weight: 600;
        display: block;
        font-size: 1.535em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: #746764;
        font-family: arial;
        
    }
    
    
    
    .titulo-bodyC1 h2s{
        font-weight: 600;
        font-size: 1.435em;
        margin-top: 0.5em;
        margin-bottom: 1.04em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
        font-stretch: 50%;
        font-weight: 400; 
        font-family: 'Source Sans Pro',sans-serif;
        
    }
    
     .titulo-bodyC1 h3s{
        font-weight: 600;
        font-size: 0.935em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
        font-weight: 400; 
    font-family: 'Source Sans Pro',sans-serif;
    }
    
    .titulo-bodyC1 h4s{
        font-weight: 600;
        font-size: 0.975em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
    }



.container__footer{
    width: 50%;
    block-size: 80px;
    background-color: yellow;
    background-position: center;
    background-size: cover;
    padding: 0px;
    border: solid black 1px;
    text-align:center;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 800;
    margin-right: 0;
}





.div-1 {
                background-color: cyan;
                border: 1% solid yellowlight;
                -moz-border-radius: 7%;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 150px;
                height: 130px;
                position: absolute;
                margin-top: 120px;
                left: 420px; top: 2px;
                text-align: center;
    }
            
.div-2 {
                background-color: yellow;
                border: 5% solid yellowlight;
                -moz-border-radius: 7%x;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 150px;
                height: 130px;
                position: absolute;
                margin-top: 250px;
                left: 420px; top: 40px;
                text-align: center;
}

.div-3 {
                background-color: cyan;
                border: 1% solid yellowlight;
                -moz-border-radius: 7%;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 150px;
                height: 130px;
                position: absolute;
                margin-top: 120px;
                left: 916px; top: 2px;
                text-align: center;
    }
            
.div-4 {
                background-color: yellow;
                border: 5% solid yellowlight;
                -moz-border-radius: 7%x;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 150px;
                height: 130px;
                position: absolute;
                margin-top: 250px;
                left: 916px; top: 40px;
                text-align: center;
}       
                
#tiempoRestanteC160s {
        left: 256px; top: 40px;
        font-size: 24px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;

}
        		
#tiempoRestanteC130s {
        font-size: 24px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
}
        		
#tiempoRestanteC260s {
        font-size: 24px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}
        		
#tiempoRestanteC230s {
        font-size: 24px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

#recordcombatiente1 {

        height: 50%; 
        width: 45%
    }
    
#recordcombatiente2 {
        height: 50%; 
        width:45%
    }
                
                
.mdi    {
        	    font-size: 4rem;
}
        
#tiempoTranscurrido {
        font-size: 6rem;
        text-align: center;
        
}
        		
        		
.vs {
        	font-size: 6rem;
        	text-align: center;
            font-family: arial;
}
        
.titulo {
        		font-size: 16px;
        		text-align: center;
                font-family: arial;
}

.cardTiempo {
                        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
                        max-width: 320px;
                        margin: auto;
                        text-align: center;
                        font-family: arial;
                        border-radius: 10px;
                        width:100%;
                        padding: 1%;
                        display: block;
}

  .cardTiempo img{
    width: 175px;
    height: 120px;
    z-index: 3;
    left: 5px;
    top: -18px;
}
        		
.cardCombatiente {
                       
                        max-width: 400px;
                        min-width: 200px;
                        margin: auto;
                        text-align: center;
                        font-family: arial;
                        border-radius: 5px;
                        display: block;
                        width:400px;
}
                










@media screen and (max-width: 1320px){
    
    
    
}

@media screen and (max-width:1140px){
    .logo img{
        width: 140px;
        position: absolute;
        z-index: 3;
        left: 20px;
        top: -18px;
    }
    
    .container__cover{
        background-position: -100px;
    }

    .container__cover .jpg img{
        width: 500px;
    }
    
    
    .container__titulo .titulo-header{
        max-width: 100%;
    }
    
    .container__titulo .titulo-header h1s{
        font-weight: 600;
        display: block;
        font-size: 1.3em;
        margin-top: 0.67em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }
    
    .container__titulo .titulo-header p1s{
        font-size: 1.70em;
        margin-top: 0.27em;
        color: yellow;
        font-weight: bold;
    }
    
    #tiempoTranscurrido {
        font-size: 4rem;
    }
    
    .div-1 {
                background-color: cyan;
                border: 1% solid yellowlight;
                -moz-border-radius: 7%;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 138px;
                position: absolute;
                margin-top: 80px;
                left: 25px; top: 2px;
    }
            
.div-2 {
                background-color: yellow;
                border: 5% solid yellowlight;
                -moz-border-radius: 7%x;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 138px;
                position: absolute;
                margin-top: 42px;
                left: 170px; top: 40px;
}
    

}

@media screen and (max-width: 960px){
    .logo img{
        width: 80px;
        position: absolute;
        z-index: 3;
        left: 20px;
        top: -2px;

    }
    
    .container__cover{
        background-image: url("");
        background-color: hsl(89, 43%, 51%);
    }

    .container__cover .jpg img{
        display: none;
    }
    
    .container__titulo{
        width: 100%;
        block-size: 70px;
        background-color: black;
        background-position: center;
        background-size: cover;
        padding: 0px;
        border: solid black 1px;
        text-align:center;
        margin-top: 4.3em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
    }

    .container__titulo .titulo-header{
        max-width: 100%;
    }
    
    .container__titulo .titulo-header h1s{
        font-weight: 600;
        display: block;
        font-size: 0.90em;
        margin-top: 0.57em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }
    
    .container__titulo .titulo-header p1s{
        font-size: 1.20em;
        margin-top: 0.27em;
        color: yellow;
        text-align:center;
        font-weight: bold;
    }
    
     .container__titulo .titulo-placa{
        max-width: 100%;
    }
    
    .container__titulo .titulo-placa h1s{
        font-weight: 600;
        display: block;
        font-size: 1.40em;
        margin-top: 0.27em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }
    
    .container__titulo .titulo-placa p1s{
        font-size: 1.20em;
        margin-top: 0.27em;
        color: yellow;
        text-align:center;
        font-weight: bold;
    }
    
    
    .titulo-headerC1{
        max-width: 100%;
        padding: 5px 0px 0px 5px;
    }
    
    .titulo-headerC1 h1s{
        font-weight: 600;
        display: block;
        font-size: 0.975em;
        margin-top: 0em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
    }
    
    .titulo-footerC1 h1s{
        font-weight: 600;
        font-size: 0.575em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: normal;
        color: white;
        font-family: arial;

    }
    
    .titulo-footerC2 h3s{
        display: block;
        font-weight: 600;
        font-size: 0.8em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
        font-family: arial;

    }
    
    
     .titulo-bodyC1 h1s{
        font-weight: 600;
        display: block;
        font-size: 0.975em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: #746764;
        font-family: arial;
    }
    
     .titulo-bodyC1 h2s{
        font-weight: 600;
        font-size: 0.685em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
        font-family: arial;
    }
    
     .titulo-bodyC1 h3s{
        font-weight: 600;
        font-size: 0.505em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
        font-family: arial;
    }
    
    .titulo-bodyC1 h4s{
        font-weight: 600;
        font-size: 0.605em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
        font-family: arial;
    }
    
    .titulo-bodyC1 hr1{
      border-top: 1px solid black;
      height: 2px;
      max-width: 200px;
      padding: 0;
      margin: 20px auto 0 auto;
      color: black;
    }
    
    .titulo-headerC1 br{
      border-top: 1px solid black;
      height: 2px;
      max-width: 200px;
      padding: 0;
      margin: 20px auto 0 auto;
      color: black;
    }
    
    
    .titulo-headerC1 p1s{
        font-size: 0.60em;
        margin-top: 0.27em;
        color: red;
        text-align:center;
        font-weight: bold;
    }
    
    
    
    
    
    
    
    .vs {
        	font-size: 2rem;
        	text-align: center;
            font-family: arial;
    }
    
    
      .cardTiempo {
                        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
                        max-width: 160px;
                        margin: auto;
                        text-align: center;
                        font-family: arial;
                        border-radius: 10px;
                        width:100%;
                        padding: 1%;
                        display: block;
    }
    
    .cardTiempo img{
                        width: 95px;
                        height: 55px;
                        z-index: 3;
                        left: 5px;
                        top: -18px;
    }
    
     .cardCombatiente {
                            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                            max-width: 190px;
                            margin: auto;
                            text-align: center;
                            font-family: arial;
                            border-radius: 5px;
                            width:100%;
                            display: block;
    }
    
                

    
    
    #tiempoTranscurrido {
        font-size: 3rem;
    }
    
    #tiempoRestanteC160s {
        font-size: 18px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC130s {
            font-size: 18px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC260s {
            font-size: 18px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC230s {
            font-size: 18px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
    
    
    #recordcombatiente1 {

        height: 50%; 
        width: 45%
    }
    
    #recordcombatiente2 {
        height: 50%; 
        width:45%
    }
    
    
    .div-1 {
                background-color: cyan;
                border: 1% solid yellowlight;
                -moz-border-radius: 7%;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 110px;
                height: 70px;
                position: absolute;
                margin-top: 84px;
                left: 220px; top: 2px;
                text-align: center;
    }
            
.div-2 {
                background-color: yellow;
                border: 5% solid yellowlight;
                -moz-border-radius: 7%x;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 110px;
                height: 70px;
                position: absolute;
                margin-top: 220px;
                left: 220px; top: 40px;
                text-align: center;
}

 .div-3 {
                background-color: cyan;
                border: 1% solid yellowlight;
                -moz-border-radius: 7%;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 110px;
                height: 70px;
                position: absolute;
                margin-top: 84px;
                left: 550px; top: 2px;
                text-align: center;
    }
            
.div-4 {
                background-color: yellow;
                border: 5% solid yellowlight;
                -moz-border-radius: 7%x;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 110px;
                height: 70px;
                position: absolute;
                margin-top: 220px;
                left: 550px; top: 40px;
                text-align: center;
}

    
}

@media screen and (max-width: 720px){
    .logo img{
        width: 75px;
        position: absolute;
        z-index: 3;
        left: 10px;
        top: -2px;
    }
    
    .container__cover{
        background-image: url("");
        background-color: hsl(12, 73%, 91%);
    }
    .container__cover .jpg img{
        display: none;
    }
    
    .container__titulo{
        width: 100%;
        block-size: 60px;
        background-color: black;
        background-position: center;
        background-size: cover;
        padding: 0px;
        border: solid black 1px;
        text-align:center;
        margin-top: 4em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
    }
    
    .container__titulo .titulo-header{
        max-width: 100%;
        padding: 2px 0px 0px 10px;
    }
    
    .container__titulo .titulo-header h1s{
        font-weight: 600;
        display: block;
        font-size: 1em;
        margin-top: 0.27em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }
    
    .container__titulo .titulo-header p1s{
        font-size: 1.20em;
        margin-top: 0.27em;
        color: yellow;
        text-align:center;
        font-weight: bold;
    }
     #tiempoTranscurrido {
        font-size: 2.5rem;
    }
    
    #tiempoRestanteC160s {
        font-size: 14px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC130s {
            font-size: 14px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC260s {
            font-size: 14px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC230s {
            font-size: 18px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
    
    
       .div-1 {
                background-color: cyan;
                border: 1% solid yellowlight;
                -moz-border-radius: 7%;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 90px;
                position: absolute;
                margin-top: 80px;
                left: 10%; top: 2px;
    }
            
    .div-2 {
                    background-color: yellow;
                    border: 5% solid yellowlight;
                    -moz-border-radius: 7%x;
                    -webkit-border-radius: 7%;
                    padding: 2%;
                    display: flex;
                    justify-content: center;
                    margin: auto;
                    width: 90px;
                    position: absolute;
                    margin-top: 42px;
                    left: 52%; top: 40px;
    }
    
     #recordcombatiente1 {
        display:none;
    }
    
    #recordcombatiente2 {
        display:none;
    }
    
}

@media screen and (max-width: 740px){
.logop{

    display: none;

}

    
    .logo img{
        width: 60px;
        position: absolute;
        z-index: 3;
        left: 10px;
        top: 2px;
    }
    
    .titulo {
        		font-size: 10px;
        		text-align: center;
                font-family: arial;
                display: block;
                font-family: verdana;
    }
    
    .container__cover{
        background-image: url("");
        background-color: white;
    }
    .container__cover .jpg img{
        display: none;
    }
    
    .container__titulo{
        width: 100%;
        block-size: 55px;
        background-color: black;
        background-position: center;
        background-size: cover;
        padding: 0px;
        border: solid black 1px;
        text-align:center;
        margin-top: 3.6em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
    }
    
    .container__titulo .titulo-header{
        max-width: 100%;
        padding: 5px 0px 0px 5px;
    }
    
    .container__titulo .titulo-header h1s{
        font-weight: 600;
        display: block;
        font-size: 0.80em;
        margin-top: 0.27em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }
    
    .container__titulo .titulo-header p1s{
        font-size: 0.60em;
        margin-top: 0.27em;
        color: yellow;
        text-align:center;
        font-weight: bold;
    }
    
  
    .titulo-headerC1{
        max-width: 100%;
        padding: 5px 0px 0px 5px;
    }
    
    .titulo-headerC1 h1s{
        font-weight: 600;
        display: block;
        font-size: 0.975em;
        margin-top: 0em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
    }
    
     .titulo-bodyC1 h1s{
        font-weight: 600;
        display: block;
        font-size: 0.975em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: #746764;
        font-family: arial;
    }
    
     .titulo-bodyC1 h2s{
        font-weight: 600;
        font-size: 1.275em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
        
    }
    
     .titulo-bodyC1 h3s{
        font-weight: 600;
        font-size: 1.055em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
    }
    
    .titulo-bodyC1 h4s{
        font-weight: 600;
        font-size: 0.675em;
        margin-top: 0.5em;
        margin-bottom: 0em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color: black;
    }
    
    .titulo-bodyC1 hr1{
      border-top: 1px solid black;
      height: 2px;
      max-width: 200px;
      padding: 0;
      margin: 20px auto 0 auto;
      color: black;
    }
    
    .titulo-headerC1 br{
      border-top: 1px solid black;
      height: 2px;
      max-width: 200px;
      padding: 0;
      margin: 20px auto 0 auto;
      color: black;
    }
    
    
    .titulo-headerC1 p1s{
        font-size: 0.60em;
        margin-top: 0.27em;
        color: red;
        text-align:center;
        font-weight: bold;
    }
    
    .cardTiempo {
                        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
                        max-width: 160px;
                        margin: auto;
                        text-align: center;
                        font-family: arial;
                        border-radius: 10px;
                        width:100%;
                        padding: 1%;
                        display: block;
    }
    
    .cardTiempo img{
    width: 55px;
    height: 35px;
    z-index: 3;
    left: 5px;
    top: -18px;
}
    
     #tiempoTranscurrido {
        font-size: 3rem;
    }
            		
            		
    .cardCombatiente {
                            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                            max-width: 150px;
                            margin: auto;
                            text-align: center;
                            font-family: arial;
                            border-radius: 5px;
                            width:100%;
                            display: block;
    }
    
                

    
   
    
    
     #tiempoRestanteC160s {
        font-size: 14px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC130s {
            font-size: 14px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC260s {
            font-size: 14px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
            		
    #tiempoRestanteC230s {
            font-size: 18px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
    }
    
    #recordcombatiente1 {
        display:none;
    }
    
    #recordcombatiente2 {
        display:none;
    }
    
    
    .div-1 {
                background-color: cyan;
                border: 1% solid yellowlight;
                -moz-border-radius: 7%;
                -webkit-border-radius: 7%;
                padding: 2%;
                display: flex;
                justify-content: center;
                margin: auto;
                width: 90px;
                position: absolute;
                margin-top: 80px;
                left: 28%; top: 2px;
    }
            
    .div-2 {
                    background-color: yellow;
                    border: 5% solid yellowlight;
                    -moz-border-radius: 7%x;
                    -webkit-border-radius: 7%;
                    padding: 2%;
                    display: flex;
                    justify-content: center;
                    margin: auto;
                    width: 90px;
                    position: absolute;
                    margin-top: 42px;
                    left: 51%; top: 40px;
    }
}