@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,900');



body { 

    background-image: url(../img/background.png);
    background-repeat:no-repeat;
    background-size: cover;
       }



.contenedor { 

    width: 95%;
    max-width: 100%;
    margin:0 auto;
    overflow: hidden;
    
   }  
/*Barra de navegacion social*/


nav { 
    
    
    width: 100%;
    max-width: 98%;
    display:inline-block;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0);
    
    
}

nav span { 
    
    display: block;
    margin-right: 10px;
    cursor: pointer;
    
}

nav span:hover { 
    
    transition: all 100ms linear;
	transform: scale(1.50);
    color:rgb(250,87,85);
    
}



.logoapp{ 
    
    width: 6em;
    cursor: pointer;
	
    
}
.logoapp:hover{ 
    
    transition: all 100ms linear;
	transform: scale(1.30);
    align-self: center;
	
    
}

/*Barra de navegacion social*/

header {
    
    
    width: 98%;
    max-width: 100%;
    margin: 3px auto;
    background: rgba(255, 255, 255, 0);
}


.menu_bar {
    
   display:none;
   
   
}





header nav ul {
    
   overflow: hidden;
    list-style: none;
    align-self: center;
    float: left;
 
}

header nav ul li {
    
    
    padding: 5px;
    margin-right: 30px;
    display:inline-block;
    align-self:center;
    font-family: "roboto" , sans-serif;
    cursor: pointer;
 
}

header nav ul li a {
    
    display: inline-block;
    color: #30be8e;
    text-align: left;
    text-decoration:none;
    transition: 0.3s;
   
}

/*Cambio de color al pasar*/

li a:hover {
    color:rgb(250,87,85);
    background color: rgba(255, 255, 255, 0.58);
    transition: all 100ms linear;
	transform: scale(1.20);   
    
}

.logobuenosaires { 
    
    align-items: center;
    margin-right: 30px;
    margin-left: 30px;
    width: 40%;
    box-sizing: border-box;    
}

.video_background {
    background-size: cover;
    text-align: center;
    width: 100%;
    min-width: 100%;
    min-height: auto;
    position: relative;
    margin-bottom: 20%;
    margin-top: 0px;
}

#video { 
    position: absolute;
    background-size: cover;
    overflow: hidden;
    z-index: -100;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: auto;
    left: 0;    
}
  
.texto-descarga{
    padding-top: 07%;
    margin-bottom: 25%;
    margin-left: 1%;
    margin-right: 1%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 250%;
    color: rgb(255, 192, 51);
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    position: static;
}
.boton-descarga{
    background-color: rgb(250,87,85);
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position:static;
    font-size: 150%;
} 
.boton-descarga:hover{
    background-color: #30be8e;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    
}


h2 {
    width: 100%;
    height: 450px;;
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
 
}


.para {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
    overflow:hidden;
    background-color: rgba(255, 255, 255, 0.66);
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    width: 100%;
    box-sizing: border-box;

}


.personaje1 {
    width:30%;
    background:rgba(255, 255, 255, 0);
    padding: 30px;
    margin-left: 0px;
    float: left;
    box-sizing: border-box;
    
}
.personaje2 {
    width:30%;
    background:rgba(255, 255, 255, 0);
    padding: 30px;
    margin-left: 0px;
    float: right;
    box-sizing: border-box;
    
}

@media screen and (max-width:800px ) {
    
    .paraquien {
    
        width: 100%;
   min-width: 100%;
        
}

     .personaje1 {
     display:none;
    
    }
    
    .paraquien2 {
    
        width: 100%;
   min-width: 100%;
        
}

     .personaje2 {
     display:none;
    
    }
    
    .textoque {
   
    max-width: 100%;
    width: 80%;
    padding-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 45%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
}
       
  
} 


.quetexto {
   
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: rgb(128, 81, 154); 
}


.Cual{
    
   font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    color: #30be8e;
    text-align:center;
   
   
}

.paraquien {
    
    width: 70%;
    background:rgba(255, 255, 255, 0);
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: rgb(128, 81, 154);
    text-align: center;
    padding: 10px;
    margin-left: 0px;
    float: right;
    box-sizing: border-box;
    
}

.paraquien2 {
    
    width: 70%;
    background:rgba(255, 255, 255, 0);
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: rgb(128, 81, 154);
    text-align: center;
    padding: 10px;
    margin-left: 0px;
    float: left;
    box-sizing: border-box;
    
}


h3 {
   
   margin-top:0px;
   margin-bottom: 0px;
}
.que {
   
   margin-top:0px;
   margin-bottom: 0px;
   background-image: url(../img/AppDownload03.png);
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   height:620px;
   box-sizing: border-box;
    
        
}


.textoque {
   

    padding-top: 10%;
      margin-top:0px;
   margin-bottom: 0px;
    margin-left: 10%;
    margin-right: 45%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}
        

.pasos {
    
   width: 100%;
   min-width: 100%;
   box-sizing: border-box;
        
}

.section-consultas{
    width: 100%;
    background: rgb(128, 81, 154);
    padding-top: 20px;
}

.contenido-consultas{
    text-align: center;
    justify-content: space-around;
    padding-bottom: 50px;
}

.titulo-consultas{
   font-family: 'Roboto', sans-serif;
    color: white;
    text-shadow: none;
    font-weight: 500;
    font-size: 150%;
    padding-bottom: 0px;
}

.tel-form{
    display: inline;
    text-align: center;
    margin-top: 20px;
}

.div-full-formulario{
    text-align: center;
    display: inline;
}

.div-formulario{
    text-align: center;
}

.div-formulario-boton{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 75px;
}

input{
    margin: 5px 5px 5px 5px;
    padding: 5px;
    border: 1px solid #ccc;
    min-width: 50%;
}

.input-mensaje{
    margin: 5px 5px 5px 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.boton-enviar-consulta{
    background-color: rgb(255, 192, 51);
    border-radius: 25px;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}

.boton-enviar-consulta:hover{
    background-color: #30be8e;
    border-radius: 25px;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}



footer {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: rgb(128, 81, 154);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 100%;
    text-decoration: none;
}
@media screen and (max-width:800px ) {
    
    .contenedor { 

    width: 100%;
    
   } 
    
    header{    width: 100%;
                height: 50%;
                background: rgba(255, 255, 255, 0.82);
    
    } 
    
  
     
    
    .cruz {
		display:none;
	
    
  }
    header nav {
		display:block;
        

  }  
    header nav ul  {
        display: none;
        float:none;
        
          
}
    
     .menu{
     display: none;
          
        
        
}
    
    
    
      .menu_bar{
        float:inherit;
        display: block;
        padding: 5px;
        width: 100%;
        background:#30be8e;
          
        
        
}
    
h5 {
    
   display: none;
        
} 
    

    
.texto-descarga{  
margin-bottom: 19%; 
padding-top: 05%; 
font-size: 37px;    
}  
    
 #video{      
         display: none;
    }
.video_background
    {       width: auto;
            height: auto;
            background-image: url(../img/banner.png);
            background-size: cover;
            background-color: rgba(255, 192, 51, 0.44);
            margin: 0px 0px 0px 0px;
            background-repeat: no-repeat;
        padding-bottom: 25px;
    
    }
    
}

/*Formulario+/



/*Menu*/

@media screen and (max-width:600px ) {
    
     .texto-descarga{
        margin-top: 1px;
        padding-top: 5px;
        margin-bottom: 23%;
        font-size: 19px;} 
    .boton-descarga{
        font-size: 12px;
        padding: 5px 8px 5px 8px;}
    .boton-descarga:hover{
     padding: 5px 8px 5px 8px;}
    
} 
    
    
  /*Navegacion responsive*/
    
    .navigation {
  list-style: none;
  margin: 0; 
  
  background: rgba(255, 255, 255, 0) ;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}

.navigation a {
  text-decoration: none;
  display: block;
  padding:0px;;
  color: #30be8e;
}





@media all and (max-width: 800px) {
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  
  .navigation a { 
    text-align: center; 
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); 
    border-bottom: 1px solid rgb(255, 206, 0); 
  }

  
  .navigation li:last-of-type a {
    border-bottom: none;
  }

