/* Fuentes */ 

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,800,800i';
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?x4un2g');
  src:  url('fonts/icomoon.eot?x4un2g#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?x4un2g') format('truetype'),
    url('fonts/icomoon.woff?x4un2g') format('woff'),
    url('fonts/icomoon.svg?x4un2g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bold-up:before {
  content: "\e900";
}
.icon-air:before {
  content: "\e901";
}
.icon-cog:before {
  content: "\e90b";
}
.icon-info-with-circle:before {
  content: "\e902";
}
.icon-lock:before {
  content: "\e90c";
}
.icon-mail:before {
  content: "\e90d";
}
.icon-menu:before {
  content: "\e903";
}
.icon-message:before {
  content: "\e904";
}
.icon-share:before {
  content: "\e90e";
}
.icon-switch:before {
  content: "\e905";
}
.icon-trophy:before {
  content: "\e906";
}
.icon-typing:before {
  content: "\e907";
}
.icon-user:before {
  content: "\e908";
}
.icon-users:before {
  content: "\e90a";
}
.icon-v-card:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90f";
}

/* Fuentes */ 


*{box-sizing: border-box; margin: 0; padding: 0;
    font-family: 'Open Sans', sans-serif;

}

body{ width: 375px;
      position: static;
}

.foto1 {width: 375px;
        height: auto;         
         
}

.foto2 {width: 100%;
        height: 100%;         
        
         
}
.fotoregistro{max-width: 800px;
              width: 100%;
              height: 100%;
    
}


/* Registro */
.registro{ background: url(../img/fondo.jpg);
           background-size: 375px;
           
           width: 375px;
           height: 100%;
           background-repeat: no-repeat;
           
}
.fotoregistro{width: 60%;
              align-content: center;
              
              margin-top: 20%;
             margin-bottom: 0%;
             margin-left: 17%;
             margin-right: 10%;
              
              
}

div{height: 90%;
    width: 95%;
    
    
}
div .campo{  background: #60BB97;
             border: 0;
             border-radius: 5px;
             width: 50%;
             display: flex;
             flex-direction: column; 
             justify-content:center;
             padding: 0.5em;
             color: white;
             margin-top: 20px;
             margin-bottom: auto;
             margin-left: 25%;
             margin-right: auto;
             font-size: 20px;
             text-align: center;
}

div .botones { display: flex;
              width: 100%;
              align-content: center;
              justify-content: center;
              margin-top: 1em;
              margin-left: ;
}


div div .boton { 
             background: #dddddd;
             text-decoration: none;
             border: 0;
             border-radius: 5px;
             width: 25%;
             display: flex;
             margin-right:1px ;
             padding: 0.5em;
             text-align: center;
            font-size: 12px;    
}
div div .boton a{ text-decoration: none;
                  color:black;
                  align-content: center;
                  margin-left: 20%;
}

div div .boton_primera { background: #61BB97;
                     border: 0;
             border-radius: 5px;
             width: 25%;
             display: flex;
            margin-left: 1px;
             padding: 0.5em;
             
             font-size: 12px;            
}
div div .boton_primera a{text-decoration: none;
                         color: black;
                         text-align: center;
                         margin-left: 10%;
}

div .boton_face a{ text-decoration: none;
                     border: 0;
             border-radius: 5px;
             width: 80%;
             display: flex;
             flex-direction: column; 
             justify-content:center;
             align-items: center;
            
             margin-top: 15px;
             margin-bottom: auto;
             margin-left: 10%;
             margin-right: auto;
             color: #de4545;
             font-size: 12px;
    
}


.img_bien{display: block;
          align-self: baseline;
          width: 70%;
          margin-left: 0%;
          margin-top:20% ;
                    
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 15px;
}
.registro2{background: url(../img/fondoreg.png);
           background-size: 375px;
           width: 375px;
           height: 100%;
           background-repeat: no-repeat;
    
}
div .campo2{ 
             display: flex;
    padding: 0;
    padding-bottom: 0.3em;
    padding-top: 0.5em;
    margin: 0 auto;
    width: 50%;
    height:20% ;
    background:rgba(0, 0, 0, 0.15);
    border-bottom: white solid 1px;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #ffffff;
    
    font-size: 20px;
}

div .campo2:last-of-type {
    margin-bottom: 80px;
}
.fotoregistro1{width: 30%;
               height: auto;
               margin: 8em;
               margin-bottom: 2em;
               margin-top: 2em;
    
}
/* Fin Registro */
 
/* Registro Face */
.registroface{ background: url(../img/fondoface.jpg);
           background-size:375px;
           width: 375px;
           height: auto;
           background-repeat: no-repeat;
           align-content: center;
           align-items: center;
           display: flex;
           flex-direction: column;
           
}
.textface { width: 375px;
           height: auto;
           align-content: center;
           align-items: center;
           display: flex;
           padding: 3em;
           margin-top: 10%;
            
    
}

.botonapp{ width: 120px;
           height: auto;
           margin-top: 150px;
           margin-left: 100px;
    
}

.botonesregface {
  padding: 0;
  margin-left: 7em;
  list-style: none;
  margin-top: 20%;
  margin-right: 30%;    
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow;
  justify-content:flex-end;
}

.botoncancel {
  background: #bebebe;
  padding: 0.3em;
  width: 100px;
  height: 30px;
  margin-top: 5em;
  
  line-height: ;
  color: white;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  border-radius: 0.5em; 
    text-decoration: none;
}
.botoncancel a{text-decoration: none;}
.botonacept {
  background: #3C5A9B;
  padding: 0.3em;
  width: 100px;
  height: 30px;
  margin-top: 5em;
  margin-left: 2em;
  line-height: ;
  color: white;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  border-radius: 0.5em;
    text-decoration: none;
}
.botonacept a{text-decoration: none;}
/* Registro Face */


/* Preguntas */

div .respuestas .preg { background: url(../img/fondopreguntas.png);
            background-size:contain;
            background-repeat: no-repeat;
            margin-top: 2em;
            margin-left: 1em;
            width: 100%;
            height: 200px;
            align-content: center;
            align-items: center;
            text-align: center;
            padding-top: 4em;
            padding-left: 2.5em;
            padding-right: 5em;
            color: white;          

}

div .respuestas .resp{ background: #61BB97;
        width: 80%;
        height: auto;
        margin-top: 1em;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        padding: 0.5em;
        border-radius: 0.5em;
        margin-left: 2.5em;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        
}
div .respuestas  a{color: white;
                   text-decoration: none;
                   width: 70%;
                   height: auto;
                   align-content: center;
                   align-items: center;
}

/* Preguntas */

/* Contactos */
.contactos1{ background: #61BB97;
             border-top-left-radius: 0.5em;
            border-top-right-radius: 0.5em;
             color: white;
             width: 90%;
             padding: 1em;
             margin-left: 1em;
             margin-top: 1em;
    
}
.contactos{ background: #EC6553;
            border-bottom-left-radius: 0.5em;
            border-bottom-right-radius: 0.5em;
            width: 90%;
            height: 90%;
            display: block;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            margin-top:;
            margin-left: 1em;
}

.contactos ul{ overflow:hidden;
            flex-direction: column;
            width: 90%;
            height: auto;
            list-style:none;
            align-items: center;
}

.contactos ul li {display: flex;
                  color:#d6d4d4;
	              padding:1.1em;
	              display:block;
	              text-decoration:none
		          border-bottom:1px solid rgba(255,255,255, .3);
                  
}

.contactos ul li a {
	color:#fff;
	
	display:block;
	text-decoration:none;
}
.contactos span {color: white;
		display: inline-block;
		font-size: 20px;
        margin-top: 20px;
        margin-left: 5px;
        float:right; 
	}

/* Contactos */

.ayuda{     background: #30966e;
            width: 100%;
            height: 100%;
            display: block;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            margin:0;
            font-size: 12px;
            padding: 2em;
            color: white;
            text-align: justify;
}

.ayuda .mascotasayuda{ width: 40%;
                       margin-left: 8em;
                       margin-top: 3em;   
}

.ayuda p1{font-size: 10px;
    text-align:justify;
    
    
}
.logobsas{ width: 80%;
           margin-left: 3em;             
}

/* barra de navegacion */
header {
	width:100%;
    align-content: flex-start;
    
}
 
header nav {
	width:100%;
	max-width:1000px;
	margin:20px auto;
	background:#A45471;
}
{}
.boton_menu{display: none;  
} 

header nav ul {
	overflow:hidden;
	list-style:none;
}  
    header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
}

section{display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    
}


	header nav {
		width:auto;
		height:auto;
		margin:0;
        left:-100%;
		position: fixed;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.barra_menu {
		display:block;
		width:100%;
		background:#ccc;
        max-height: 4.5em;
	}
 
	.barra_menu .boton_menu {
		display:block;
		padding:1em;
		background:#A45471;
		color:#fff;
		text-decoration:none;
		font-weight:normal;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
    .barra_menu .logo_menu{display: block;
                           margin-top:-0.8em;
                           margin-left: 0.5em;
                           float: left;
                           max-height: 40px;
    
    }
    
	.barra_menu span {
		float:left;
		font-size:40px;
        margin-top: -20px;
        margin-left: -15px;
	}

    /* fin barra de navegacion */
    
.inicio{display: flex;
        flex-direction: column;
}
    .desafio1{ align-items: center;
               flex-direction: column;
               justify-content: center;
               width: 100%;
               height: auto;
               margin-left: ;
               margin-top: 2em;
                   
               
}
    .entrenamiento1{ align-items: center;
               flex-direction: column;
               justify-content: center;
               width: 100%;
               height: auto;
               margin-bottom:0;
               margin-top: 2em;
               margin-left: ;
              
    }

.botonpre{ width: 30%;
                     margin-left: 7em;
                     margin-top: 3em;  
}

.fondoentrenamiento1{ display: flex; flex-direction: column;
                      width: 100%;
                      height: 600px;
                      background: rgba(0, 0, 0, 0.53);
                      padding-bottom: 18em;
                      padding-top: 5em;
}

.fondoentrenamiento2{background: #EC6553;
                     border-radius: 0.5em;
                     width: 85%;  
                     height: 100%;
                     padding: 1.5em;
                     margin: 1.5em;
                     color: white;
}

.fondoentrenamiento2 h1{font-size: 23px;}

.fondoentrenamiento2 p{font-size: 15px;
                       margin-top: 1em;
}

.fondoentrenamiento1 .boton { 
             color: #EC6553;
             text-decoration: none;
             text-align: center;
             border: 0;
             border-radius: 5px;
             width: 15%;
             height: auto;
             display: flex;
             margin-right:1px ;
             margin-left:7em;
             padding: 0.5em;
             text-align: center;
            font-size: 20px;    
}
.fondoentrenamiento1 .boton a{ text-decoration: ;
                  color:#EC6553;
                  align-content: center;
}

.fondoentrenamiento1 .boton_primera { background: #61BB97;
                     border: 0;
             border-radius: 5px;
             width: 35%;
             height: auto;
             display: flex;
            margin-left: 5.5em;
             padding: 0.5em;
             margin-top: 2em;
             font-size: 15px;            
}
.fondoentrenamiento1 .boton_primera a{text-decoration: none;
                         color: black;
                         text-align: center;
}


.ganaste{background: url(../img/fondoganaste.png);
         background-size: contain;
         background-repeat: no-repeat;
         height: 350px;
         margin-top: 30%;
         padding: 3em;
         color: white;
}
.botonganaste {background: #EC6553;
              width: 30%;
              color: white;
              border-radius: 0.3em;
              font-size: 20px;
              margin-left: 15%;
              margin-top: -25%;
              padding: 0.5em;
}

.botonganaste a{color: white; text-decoration: none;}



@media screen and (max-width:400px ){
     
    

    
    /* Preguntas */


    .respuestas{display: flex; flex-direction: column}

 .respuestas .preg { background: url(../img/fondopreguntas.png);
            background-size:contain;
            background-repeat: no-repeat;
            margin-top: 1em;
            margin-bottom: ;
            width: 100%;
            height: 100%;
            align-content: center;
            align-items: center;
            text-align: center;
            padding:auto;
            color: white;
               
}
    
.respuestas .resp{ background: #61BB97;
        width: 100%;
        height: auto;
        
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 0.5em;
        border-radius: 0.5em;
        margin-left: 3em;
        
}
div .respuestas  a{color: white;
                   text-decoration: none;
                   width: 100%;
                   height: 100%;
                   align-content: center;
                   align-items: center;
}

    .botonpreguntas{ width: 10%;
                     margin-left: 2em;
        
        
    }    
    
/* Preguntas */    
    
}



