* {
    font-family: 'D-DIN', sans-serif;
}
.container-general img {
    max-width: 100%;
    min-width: 100%;
}
body {
    margin: 0;
}
.mob-section {
    display: none;
}
.container-general {
    position: relative;
}
.content-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 1050px;
    border: 1px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
}
.info-content {
    width: 85%;
    margin: 6% auto;
}
.info-content h1 {
    text-align: center;
    margin: 0;
    font-size: 35px;
}
.info-content h1, p {
    color: #FFFFFF;
}
.info-content p {
    text-align: justify;
    line-height: 22px;
    font-size: 20px;
}
.info-content a {
    text-decoration: none;
}
.button-link {
    width: 28%;
    background: #FFEC00;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    color: #000000;
    font-weight: 400;
}

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: none;
    border-bottom: 1px solid #ffff;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background: rgba(0, 0, 0, 0.4);
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(7.5px);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  .header-container {
    position: absolute;
    top: 1%;
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
  .content-cronometro {
    display: flex;
    align-items: center;
    gap: 6%;
    text-align: center;
    width: 30%;
  }
  .content-cronometro > div > span {
    font-size: 50px;
    font-family: 'D-DIN Condensed';
    color: #FFFFFF;
  }
  .content-cronometro > div > p {
    font-size: 13px;
    font-family: 'D-DIN Condensed';
    margin: 0;
  }
  .block-mobile{
    position: absolute;
    top: 13%;
    text-align: center;
    width: 100%;
  }
  .title-mob {
    font-size: 26px;
    color: #fff;
    font-family: 'D-DIN Condensed';
    font-style: normal;
    font-weight: 400;
  }
  .select-pais-desk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .country img {
    max-width: inherit!important;
    min-width: inherit!important;
  }
  .country {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .select-pais-desk span {
    height: 20px;
    border: 1px solid #FFFFFF;
  }
  .select-pais-desk a {
    text-decoration: none;
  }

@media only screen and (max-width: 1500px)  {
  .select-pais-desk {
    width: 90%;
  }
}
  

@media only screen and (max-width: 1024px)  {
    .desk-section {
        display: none;
    } 
    .mob-section {
        display: block;
    }
    .content-body {
        width: 95%;
        top: 55%;
    }
    .button-link {
        width: 85%;
    }
    .info-content p {
        font-size: 18px;
    }
    .header-container {
        width: 100%;
    }
    .content-cronometro {
      width: 70%;
      justify-content: center;
      margin: 0 auto;
    }
    .container-general {
      max-width: 650px;
      margin: 0 auto;
    }
    .country {
      justify-content: left;
    }
}