    body {
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
    }
    
    .wc-container {
        background-image: url(https://www.nacion.com/gnfactory/comercial/2022/pruebas/mundial-femenino/img/fondo.png);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 250px;
        width: 100%;
        overflow: hidden;
    }
    
    .wc-content {
        margin: auto;
        max-width: 1147px;
        position: relative;
        z-index: 0;
        padding: 6px
    }
    
    h1 {
        font-size: 1.1rem;
        margin: 0;
    }
h4{
    color: #ffffff;
   margin: 0px auto;
    text-align: center
}
    
    .tab {
        overflow: hidden;
        text-align: center;
        top: 10px;
        position: absolute;
        width: 100%;
        z-index: 10;
        display: inline-block;
        margin:0;
        padding: 0;
            
    }
    
    .tab button {
        border: none;
        outline: none;
        cursor: pointer;
        padding: 6px 15px;
        transition: 0.3s;
        font-size: 0.8rem;
        border-radius: 30px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #1ca1e6;
        margin-right: 5px;
        margin-top: 12px
    }
    
    .tab button:hover {
        background-color: #1377ab;
    }
    
    .tab button.active {
        background-color: #6a95ac;
        background-color: #6a95ac;
    }
    
    .tabcontent {
        display: none;
        border-top: none;
    }
    
    .swiper-slide li {
        height: 40px;
        width: 200px;
        background-color: white;
        display: inline-block;
    }
    
    .wc-results {
        width: 240px;
        height: 10px;
        display: inline-block;
        margin-bottom: 5px;
        margin-top: 5px
    }
    
    .wc-country {
        height: 38px;
        width: 200px;
        background-color: #ffffff;
        display: inline-block;
        margin-bottom: 2px;
        margin-right: 14px;
    }
    
    .wc-flag {
        height: 40px;
        width: 32px;
        display: inline-block;
        float: left;
        margin-top: 2px;
        padding: 0;
    }
    .wc-day{
        width: 200px;
        height: 18px;
        padding: 4px 0;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        display: inline-block;
        background-color: #1183bf;
        margin: 0;
}
    .wc-countryName {
        color: #393939;
        display: inline-block;
        font-weight: bold;
        font-size: 0.8em;
        float: left;
        padding-left: 6px;
        padding-top: 11px;
        vertical-align: middle;
    }
    
    .wc-score {
        height: 30px;
        width: 32px;
        background-color: #dddddd;
        display: inline-block;
        float: right;
        color: #000000;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        padding-top: 8px
    }
    
    .wc-positions {
        width: 300px;
        display: inline-block;
        margin-bottom: 10px;
    }
    
    .wc-positions li {
        width: 300px;
        height: 125px;
        background-color: #ffffffff;
        border-radius: 4px;
        display: inline-block;
        vertical-align: top;
        
    }
    
    .wc-row {
        width: 100%;
        border-bottom: 1px dotted #898989;
        margin-bottom: 2px;
        display: inline-block
    }
    
    .wc-row img {
        display: inline-block;
        float: left;
        width: 20px
    }
    
    .wc-positions h2 {
        font-size: 0.6rem;
        font-weight: bold;
        min-width: 60px;
        color: #000000;
        text-transform: uppercase;
        text-align: left;
        padding: 5px;
        margin: 0;
        display: inline-block;
        float: left;
    }
    
    .wc-positions h3 {
        font-size: 0.5rem;
        font-weight: normal;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        padding: 3px;
        margin: 0 6px;
        display: inline-block;
        min-width: 10px;
    }
    
    @media only screen and (max-width: 600px) {
        .tab {
            margin-top: 55px;
            display: inline-table
        }
        .tab button{
            margin-top: 6px;
            
        }
        .swiper {
            margin-top: 15px;
        }
        .date {
            margin-top: auto 60px
        }
        .wc-positions li {
            margin-top: 30px;
            margin-bottom: 0px
        }
        h1 {
            margin-bottom: 15px
        }

    }
#text{
  display: block;
}
/*-MARCADORES*/
    .wc-nombre{
        width: 100px;
        height: 25px;
        position: relative;
        z-index: 0;
        display: inline-block;
        color: #000000;
        font-size: 0.8rem;
        font-weight: 800;
        padding-top:8px;
        
    }
    .wc-number{
        height:22px;
        width: 22px;
        background-color: #4aadf4;
        display: inline-block;
        padding: 16px ;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.2rem;
        border-radius: 50%;

    }
    .wc-marcador{
        margin: auto;
        width: 350px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 10px;

        
    }