@charset"utf-8";

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


/* general */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  color: white;
}
ul li { 
    list-style: none
}

a {
    text-decoration: none;
    color: #18282a;
}

nav ul li a i { 
 font-size: 20px; 
}

label i { 
    font-size: 30px;
}

div i { 
    text-align: center;
}
.sobre { 
    font-size: 60px;
    text-align: center;
}
.sobre2 { 
    font-size: 60px;
    text-align: center;
    margin-top: 0.8em;
}
footer {
    margin-bottom: 2em;
}

/* degradados */
.seccion_app {
    background: linear-gradient(rgb(102, 221, 166), rgb(35, 171, 221));
}
.seccion_iniciarsesion {
    background: linear-gradient(rgb(102, 221, 166), rgb(35, 171, 221));
    color: white;
}
.seccion_contacto {
    background: linear-gradient(rgb(255, 138, 20), rgb(248, 211, 88));
    
}
.seccion_registrate{
     background: linear-gradient(rgb(102, 221, 166), rgb(35, 171, 221));
}


/* botones  */

.boton{
   text-align: center;
    z-index: 1;
}

.boton1 {
    display: flex;
    background-color: rgb(24, 40, 42, 0.97);
    padding: 0.8em;
    margin: 0.2em;
    align-self: center;
    display: inline-block;
    width: 10em;
    border-radius: 2em;
    box-shadow: 0 0 0.4em #969696;
    border: none;
    cursor: pointer;
    text-align: center;
}
.boton1 a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
}
.boton2 {
    text-align: center;
    margin: 0.5em
}
.boton2 a {
    color: #18282a;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2em;
}
.recomendado {
    
    position:absolute;
    margin-top:3em;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: black;
    font-weight: 700;
    font-size: large;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 1em;
    text-align: center;
    z-index: 1;
}

.rojo3dmapa {
    position:absolute;
    margin-top:3em;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    font-weight: 700;
    font-size: large;
    padding: 10px 20px;
    border: none;
    border-radius: 1em;
    text-align: center;
    z-index: 1;
}

/* iniciar sesion*/

.ingreso1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ingreso1 img {
    max-width: 8em;
    height: auto;
    margin: 3em 1em 0em 1em;
}
.ingreso1 h1 {
    color: white;
    font-size: auto;
    padding-top: 0.6em;
}
.form_ingreso1 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0;
}
.ingreso2 {
    display: flex;
    flex-direction: column;
    padding-bottom: 2em;
    align-items: center;
}

@media (min-width: 35em) {
    
    .ingreso2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    }

}

/* formularios */

.formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    text-align: center;
}
.registrate {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
input {
    color: #18282a;
    background-color: transparent;
    border: none;
    border-bottom: solid 0.05em white;
    padding-bottom: 0.5em;
    margin-top: 1em;
    outline: none;
    text-align:left;
    font-size: 0.9em;
    
}

input::placeholder {
    color: white;
   
}


/* encabezado */
header.barra {
    padding: .70em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 3.4rem;
    background-color: rgb(24, 40, 42, 0.97);
    color: white;
    position: fixed;
    box-shadow: 0 .20em 0.2em rgba(0, 0, 0, .25) inset, 0 .20em .2em rgba(0, 0, 0, .25);
    z-index: 0;
}

#logo {
    display: block;
    width: auto;
    height: 38px;
}

header.barra a {
     text-decoration: none;
     color: white;

}

/* menu desplegable1 */
header.barra nav {
    background-color: rgb(24, 40, 42, 0.85);
    color: white;
    position: fixed;
    right: -80vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .6s ease; 
    c
}
header.barra nav:target {
    right: 0;

    
}

.usuario {
    margin: auto;
    text-align: center;
    font-size: 90%;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}

.usuario img {
    border-radius: 50%;
    width: 25vmin;
    height: 25vmin;
    max-width: 15em;
    max-height: 15em;
    border: 2px solid #717479;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}

header.barra nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: .5em 1em;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase

}

header.barra nav a:hover {
    color: white;
    

}

#x {
    
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

nav ul li a i { 
 font-size: 18px; 
}

header i { 
    font-size: 25px;
}

///////////
    

main div h1 {
    display: flex;
    margin-bottom: 1em;
    border-bottom: 1em;
    color: white;
}

h1{
    color: white;
    text-align: center;
    font-weight: 900;
    padding-bottom: 0.2em;

}

 img.foto_perfil {
    image-orientation: center;
    border-radius: 50%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
   
}
 
/*
.titulos {
    display: flex;
    text-align:center;
    display: flex;
    justify-content: center;
    flex-direction:column;
    font-weight:300;
    color: white;
    text-transform:uppercase; 
    margin-top: 1em;
         
} */

/* novedades */
.seccion_novedades {
    background: linear-gradient(rgb(80, 40, 186), rgb(43, 182, 234));
}
.novedades1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-bottom-style: solid;

}
.novedades2 ul {
    box-shadow: 0 0 0.4em #969696;
}
.novedades2 li {
    display: flex;
    padding-left: 0;
    padding: 1em;
    border-radius: 1em;
    align-items: center;
    font-weight:300;
    text-decoration: none;
    background-color: white;
    list-style: none;
    box-shadow: 0em 0em 0.6em #1a424b;
}
.novedades2 li a {
    display: flex;
    flex-direction: column;
    font-weight: 900;
    font-size: 22px;
    padding-left: 0;
    margin: 0;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: #18282a;
}
.novedades2 li a p {
    font-weight: 300;
    padding-left: 0;
    padding-top: 0.2em;
    margin: 0;
    font-size: medium;
    letter-spacing: normal; 
}
.novedades2 li {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
.novedades3 {
    display: flex;
    flex-direction: column;
    margin: 1em;
}
.novedades3 h2 {
    font-weight: 900;
    font-size: x-large;
    padding-bottom: 0.8em;
    letter-spacing: 0.04em;
}
.novedades3 h3 {
    padding-bottom: 0.4em;
    font-size: medium;
    text-align: inherit;
}

.novedades3 p {
    padding-top: 1em;
    font-size: medium;
    text-align: inherit;
}

.novedades3 blockquote {
    padding-top: 1em;
    font-size: large;
    font-weight: 900;
    text-align: inherit;
    font-style: italic;
    
}
.novedades3 i{
    font-size: small;
}

.video_noticia1 {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 9em;

}


/**/


h3 {
    font-weight:300;
    color: white;
    text-align: center;
}


.datos {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-style: italic;
    font-weight:300;
    color: white;
}

.datos_registrados {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1em;
    
}
.titulo_datos {
    padding-bottom: 2em;
}



.experiencias li {
    display:inline-flex;
    padding-left: 0em;
    padding: 1em;
    border-radius: 1em;
    margin-bottom: 1em;
    align-items: center;
    font-weight:300;
    color: black;
    text-decoration: none;
    background-color: white;
    list-style: none;
    
}


li h4 {
    margin-bottom: 2em;
    display: block;
    text-align: left;
    margin-bottom: 0;
  
}

li p { 
    display: flex
    padding-left: 1em;
}

img.foto_perfil_experiencias {
    border-radius: 50%;
    width: 50px; 
    
}


.googlemap {
    display: flex;
    flex-grow: 1em;
    justify-content: center;
    min-height: 100vh; /* no se como hacer para que el mapa ocupe toda la pantalla */  
}


/* Main gral */

main { 
    display: flex;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 5em;
    margin-bottom: 2em;
    
}


.registrate{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-style: italic;
    font-weight:300;
    color: white;
}


.seccion_comunidad {
    background: linear-gradient(rgb(201, 86, 88), rgb(255, 153, 102));
}


 img.foto_perfil {
    image-orientation: center;
    border-radius: 50%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
   
}


.comentarios h5 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.2em;
    color: lightsalmon;
}
.comentarios2 h5 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.2em;
    color: #18282a;
}

.criticas{
    margin-top: 0;
    margin-left: 0.9em;
    margin-bottom: 0;
    font-weight: 100;
}


.comunidad li {
    display:inline-flex;
    padding-left: 0em;
    padding: 1em;
    border-radius: 1em;
    margin-bottom: 1em;
    align-items: center;
    font-weight:300;
    color: black;
    text-decoration: none;
    background-color: white;
    list-style: none;
    box-shadow: 0 0 0.4em #969696;
}

.comunidad{
    display: flex;
    flex-direction: column;
    padding-left: 0em;
    margin-top: 1em;
    
    
}
.comentarios{
    display: flex; 
}
.comentarios2{
    display: flex; 
}

img.foto_perfil_comunidad {
    border-radius: 50%;
    width: 70px; 
    margin-bottom: 0.5em;
}

img.puntaje{
   
    height: 20px;
   
}

.servicio{
    display: flex;
    justify-content: space-between;
    
}

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

.comunidad1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-bottom-style: solid;
    
}

.nombres{
    font-size: 10px;
    margin-left: 1.5em;
}

.rojo3d{
    margin-left: 1em;
    color: lightsalmon;
}
.exp1{
    margin-left: 1em;
    color: #18282a;
    
}

.comentariosperfiles{ 
   display: flex;
   flex-flow: column;

}
