

#loginform {
margin-left: 11%;
width: 30%;
background-color: #34B297;
border-radius: 5px;
padding: 1.5em;
color: white;
font-size: 0.9em;
margin-top: 4em;
float: left;

}

nav {
  margin-left: 10%;
  margin-right: 10%;
}
#registro {
    background-color: white;
    border-radius: 5px;
    padding: 1.5em;
    color: white;
    font-size: 0.9em;
    margin-left: 3%;
    margin-top: 3%;
      float: left;
    width: 40%;
}

input.completar {
width: 100%;
border-radius: 5px;
height: 1.5em;
margin-bottom:0.5em;
margin-top: 0.5em;
box-sizing: border-box;
padding: 1em;
font-size:1.2em;
}

#submit {
width: 100%;
border-radius: 5px;
background-color: #1B1C20;
color: white;
padding: 14px 20px;
border: none;
cursor: pointer;
margin-top: 1em;
margin-bottom: 0.5em;
}

#submitregistro {
width: 100%;
border-radius: 5px;
background-color: #D8544F;
color: white;
padding: 14px 20px;
border: none;
cursor: pointer;
margin-top: 1em;
margin-bottom: 0.5em;
}

#olvido {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;
color: white;
font-size: 0.9em;
}

.miembro {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;
color: white;
font-size: 0.9em;
}

#registrate {
text-decoration: none;
}

#flex {
      display: flex;
    }

span {
margin-left: 0.3em;
font-weight: bold;
font-size: 1.2em;
}

a {
color: white;
}


.twitter {
width: 60%;
margin: auto;
text-align: center;
}

.iconos {
font-size: 0.5em;
}

#botones { margin-top: 9%}

#botonregistro {
margin-left: 2%;
display: none;
width: 80%;
border-radius: 5px;
background-color: #34B297;
color: white;
padding: 30px 34px;
border: none;
cursor: pointer;
margin-top: 5%;
margin-bottom: 0.5em;
text-align: center;
d
}

#botoniniciar {
margin-left: 2%;
  display:none;
width: 80%;
border-radius: 5px;
background-color: #34B297;
color: white;
padding: 30px 34px;
border: none;
cursor: pointer;
margin-top: 1em;
margin-bottom: 0.5em;
text-align: center;
}


/**/

#footer  {
     width: 100%;
     padding: 8px 15px;
    box-sizing: border-box;
    bottom: 0;
    clear:both;
    color:black;
    font-size: 10px;
    font-family: 'crete round';
    background-color: lightgrey;

     }

#footer p {
   padding-left: 9%;
   width: 45%;
   margin-left: 20px;}

body {
	height: 480px;
	padding-top: 50px;
	padding-left:20px;
	padding-right: 7px;
  background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #E8E8F0;
  margin-top: 0px;
    }

#logo {
  width: 10%;
  margin-left: 10%;
  margin-top: -6%;
	position: absolute;
}

#texto {
position: fixed;
 margin-left: 37%;
  width: 20%;
  float: right;
  margin-top: 2%;
}

.contenedor { margin-top: 30%;}

.googleplay {
  width:140px;
  margin-top: 8%;
  margin-left: 2%;
 }

 iframe {
   margin-top: 2%;
   float: left;
   width: 47%;
   height: 300px;
    display: flex;}


 #texto h3 { position: fixed;
 font-family: 'crete round';
 color:#D8544F;
 font-size: 12px;
 margin-bottom: 3px;
 }

 #texto p {
     margin-top: 15px;
     font-family: 'crete round';
     color:black;
     font-size: 12px;
     float: left;
 }

/* header menu */

ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;
}

ul.topnav li {
float:right;
}

ul.topnav li a {
font-family: 'lato';
display: inline-block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
font-size: 14px;
}

ul.topnav li ul {
display: none;
}

ul.topnav li ul:hover {
display: block;
}
ul.topnav li a:hover {
background-color: #34B297;
}

ul.topnav li.icon {
display:none;
}




@media screen and (min-width:600px) {
#registro { display:block !important;
 }
#loginform {display:block !important; }}





/*aca abajo pantalla chica*/
@media screen and (max-width:600px) {
    ul.topnav li:not(:first-child)
        {display:none;}
    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
        ul.topnav.responsive
            {position:relative;}
        ul.topnav.responsive li.icon {
            position:absolute;
            right: 0;
            top: 0;
        }
        ul.topnav.responsive li {
        float: none;
        display: inline;
        }
        ul.topnav.responsive li a {
        display: block;
        text-align: left;
        }

#loginform {
  padding: 2%;
  width: 80%;
  display:none;
    }
#registro {
  margin-left: 1%;
     width: 92%;
    display: none;}

.flip {
  margin-left: 2%;
  margin-right: 2%;
  width:90%;}

#botonregistro {
  display: block; }
  #botoniniciar{ display: block;}
/*botones para pantalla pequeña*/
#footer{ position: flex; }
#footer p {
   padding-left: 7%;
   width: 85%;
   margin-left: 0;}

    #logo {
     width:20%;
     margin-left: 10%;
     margin-top: -21%;
   	position: absolute;
   }

  }


/*FAQ*/

.contenedorfrec{
width: 40%;
margin-left: 10%a;
}
.contenedorfrec1{
width: 40%;
float: right;
margin-right: 10%;}

div.panel,p.flip
{
margin-left: 10%;
margin-right: 10%;
width:100%;
font-size: 13px;
height: 30%;
line-height: 20px;
margin-bottom: 0;
font-size:16px;
padding:5px;
padding-left: 20px;
text-align:left;
background:#34B297;
border:solid 1px white;
color:#ffffff;
border-radius:3px;
display: block;
}

h4{ margin-bottom: 2px;}

div.panel
{
height:auto;
background-color: white;
color:black;
font-size: 14px;
font-family: 'lato';
}
p.flip
{
  clear: both;
margin-top: 10%auto;
margin-right: 10%auto;
cursor:pointer;
}


/*LEGALES*/

#bienvenido {
font-size: 18px;
font-family: 'crete round';
color: #34B297;
 }

.titulos {
font-size: 14px;
font-family: 'crete round';
color: #34B297; }

#contenedorlegales {
  font-family: 'lato';
    margin-left: 10%;
  margin-right: 10%;
     color: #1B1C20 }
