* { margin: 0; padding:0px; border:0px;}

  html {
    min-height: 100%;
    position: relative;
    
  }
  
  body {
    margin: 0;
    max-width: 1300px; margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    background-color: #000000;
    background-image: url(../img/bkg_landing.jpg);
    background-position: center top;
    background-size: cover;
  }

  header{
    width: 100%;
    height: auto;
    position: relative;
}

.top_logo {
  width:100px;
  height:auto;
  margin:0px auto;
  padding-top: 30px;
}

.top_logo img { width: 100%; height:auto;}

  section {
    width: 100%;
    height: auto;
    position: relative;
    margin-top:0px;
    margin-bottom: 30px;
    
  }
  .sub{
    display: none;
  }
  .txt_select{
    width: 80%; 
    left: 10%;
    position: relative;
    font-weight: 400;
    font-size: 34px;
    padding-top: 25px;
    text-align:center;
    color:#fefefe;
    padding-bottom: 10px;
  }
  .head_zona, .txt_zona {width: 60%; height: auto; position: relative; text-align: center; color: #f0f0f0;
     font-weight: 600; font-size: 30px; margin:20px auto 0 auto; text-transform: uppercase;  padding-top: 10px;}
  .txt_zona {font-weight: 400; font-size: 18px; margin:0px auto 0 auto; text-transform: initial; color:#bebebe; line-height: 22px; padding-bottom: 35px;}
  .container-fluid {max-width:780px; margin:0 auto; width: 90%; position: relative;}
  .ZonasCol {position: relative; display:flex; padding-top: 30px; justify-content:stretch; border:1px solid #c19d13; border-radius:30px; margin-top:20px;}
  
  .button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; align-items: center;
    
  }
  .LogoSR {position: relative; width: 30%; height:auto;padding-bottom: 40px; margin-left: 10%;}
  .Zonas {position: relative; width: 50%; height:auto; padding-bottom: 40px; justify-content: space-around; } 
  .logo_ZR img { width:130px; height: auto; position: relative;}
  .logo_ZR { width:100%;}   
  .VS {width: 15%; vertical-align:middle;
    padding-bottom:0px;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;}
  .VS img {
    width: 80%; padding-left:10%;
    height: auto; 
  } 

  .button {
    width:23%;
    text-align: center;
    vertical-align: middle;
    padding-bottom:0px;
    cursor: pointer;
    position: relative;
    border: none;
    background: none; 
  }

  .button img {
    max-width: 100%;
    height: auto;
  }

  .button p {
    padding-top:10px;
    color:#fefefe;
    font-size: 14px;
  }

  .button.selected img {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 40px;
  }

  .logofooter {width: 40px; height: 45px; position: relative; margin: 0 auto; padding:14px 0 5px 0;}
  .logofooter img {width: 100%;}
  .textf {width:90%; left:5%; position:relative; font-size: 10px; color:#ffffff; line-height: 13px; text-align: center; padding-bottom: 20px;}
  .textf a {color: #efefef;}

  .footer_resultados {padding-top:0px;}
  .logofooter_resultados {width: 40px; height: 45px; position: relative; margin: 0 auto; padding:0px}
  .logofooter_resultados img {width: 100%; margin-bottom: 0px;}
  .textf_resultados {width:90%; left:5%; position:relative; font-size: 10px; color:#ffffff; line-height: 13px; text-align: center; padding-bottom: 20px; padding-top: 5px;}
  .textf_resultados a {color: #efefef;}



    
    
    
  @media screen and (max-width: 720px){
  body {background-image: url(../img/bkg_landing_mov.jpg);}

  .head_zona, .txt_zona {width: 90%; height: auto; position: relative; font-size: 28px;}
  .txt_zona {font-weight: 400; font-size: 16px; margin:0px auto 0 auto; text-transform: initial; color:#adacac; line-height: 24px;}       
    .LogoSR {position: relative; width: 30%; height:auto;padding-bottom: 40px; margin-left: 5%;}
    .Zonas {position: relative; width: 60%; height:auto; padding-bottom: 40px; justify-content: space-around; } 
    .logo_ZR  { width:130px; height: auto; position: relative;}
    .logo_ZR img{ width:100%;}   

    .VS {width: 20%; vertical-align:middle;
      padding-bottom:0px;
      cursor: pointer;
      position: relative;
      border: none;
      background: none;}
    .VS img {
      width: 80%; padding-left:10%;
      height: auto; 
    } 

    footer {
      position: relative;
      width: 100%;
      height: auto;
      padding-top:0px;
    }

  }

  @media screen and (max-width: 480px){
    .LogoSR {padding-bottom: 20px; }
    .Zonas {padding-bottom: 20px;} 
      .logo_ZR { width:90px; height: auto; position: relative;}
      .logo_ZR img { width:100%;}   
  
      .VS {width: 20%; vertical-align:middle;
        padding-bottom:0px;
        cursor: pointer;
        position: relative;
        border: none;
        background: none;}
    }
    
    @media screen and (max-width: 360px){
      .ZonasCol {padding-top: 20px; border-radius:30px; margin-top:0px;}
      .logo_ZR  { width:75px; height: auto; position: relative;}
      .logo_ZR img{ width:100%;}   
  
      .VS {width: 20%; vertical-align:middle;
        padding-bottom:0px;
        cursor: pointer;
        position: relative;
        border: none;
        background: none;}
    }    