body, html {
  
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url(../imagenes/fondoblancopuma.jpg);
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
}

.txtintro h1 {
    color: #fff;
    font-size: 2.5em;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

video{
  position: fixed;
  min-width: 100%;
  min-height: 100%;

left: 50%;
transform: translateX(-50%) ;
transform: translateV(-50%);
z-index: -1;
}



.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    
}

.logo {



    
    height: 170px;
    
       
    }


.contenedor-texto{
  background-color: rgba(00,00,00,0.8);
  font-size: 1em;
  max-width: 447px;
  padding: 15px;

  color: white;
   
    font-size: 25px;

  
}


.contenedor-texto p{
    font-size: 16px;
    line-height: 24px;
  }




.mail{
  color: #fff;
}




.texto-copy{
    color: #000;
}
.redes_sociales{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.colaboradores{
    display: block;
    margin: 0 auto;
    width: 70px;
   padding-top: 0px;
   
  }
  .colaboradores p{
    color: #000;
    margin-bottom: 5px;
  }
  .colaboradores a img{
   width: 100%;
   
  }
.fa-tiktok{
  background-image: url(../imagenes/logotiktok.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center, center;
  width: 30px;
  height: 30px;
}

.txtintro p{
  color: #fff;
}


.formulario-boton{
  background-color: blue;
  color: yellow;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 10px;
  border-radius: 20px;
  border: 0;
  font-size: 18px;
  transition-duration: 0.4s;
}
.formulario-boton:hover {
  background-color: yellow; 
  color: blue;
  cursor: pointer;
}

.logos_patro{
  margin-top: 10px;
  display: inline-block;
  border: 0px;
  width: 25%;
  float: left;
 
}
.logos_patro img{

  text-align: center;

}

.logos_patro2{
  margin-top: 0px;

}

.logomargin{
  margin-left: 15%;
}


.clear{
  clear: both;
}

.bases{
  background-color: #000;
  background-image: url(../imagenes/fondo-bases.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  color: #fff;
}
.bases ul li{
  text-align: left;
}

.contenedor-bases {

  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
    

.patrocinadores{
  max-width: 550px;
  margin: 0 auto;
}




@media (max-width:768px){

  .middle {
   
  }
  .logo {

    height: 127px;
    margin-top: 70px
      
         
      }
      .logos_patro img{

       width: 100%;
      }
      .contenedor-texto{
        width: 350px;
      }
     
      .logos_patro{
   
        width: 25%;
     
      }
    
      .logo1 img{
        max-width: 40px;
        margin-top: 10px;
       
       }

    
      
    

}