@import url('https://fonts.googleapis.com/css?family=Poppins:400');
@import url('https://fonts.googleapis.com/css?family=Merriweather');

@font-face {
	font-family: 'Segoe UI Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
	}


* {
	box-sizing: border-box;
	margin:0;
	padding:0;
	font-size: 10px;
}

body {
  background-color: white;
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  
}

h1, h2, h3, h4, h5 {

  font-family: 'Segoe UI Regular';
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 4px;
 
}

h1 {
  margin-top: 0;
  font-size: 2em;
  font-weight: 600;
  color: #59595B;
}

h2 {font-size: 1.7em; font-weight: 600; margin-bottom: 10px; color: #59595B;}

h3 {font-size: 1.5em; font-weight: 600; color: #59595B;}

h4 {font-size: 1.3em;}

h5 {font-size: 1em;}

.grupo_perfiles h4 {
	color: #2e4994;
}

small, .text_small {font-size: 0.8em;}

.item-eleccion {
	display: flex;
	justify-content: space-between;
}

textarea {
	resize: none;
}
.azul {
	color: blue;
}

.pequeno-input {
	display: inline-block !important;
	max-width: auto;
}

.flexible {
	display: flex;
	justify-content: space-between;
}
.botones * {
    margin-right: 10px;
}
.titulo {
    min-width: 300px;
}
.entrada_completa {
	margin: 0px !important;

	
}

.title img {

}
.junto-quizas-contactos hr {
	margin-top: 10px;
	
}
.entrada {
	grid-column: span 3;
}

.imagen_entrada {
    width: 400px;
	height: 200px;

	object-fit: cover;
	object-position: 0% 0%;
}
body {
	margin-bottom: 15px;
}
.caja_comentarios {
	display: none;
}
.top {
	display: flex;
	justify-content: left;
	align-items: top;
}

.top > * {
	margin-right: 15px;
}
.imagen_perfil, .imagen_perfil_bigger {
    
    
	object-fit: cover;
	object-position: 0% 0%;
    border-radius: 100%;
}
.imagen_perfil {
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
}
.imagen_perfil_bigger {
	min-width: 60px;
	min-height: 60px;
	max-width: 40px;
	max-height: 40px;
} 

.centro {
	justify-content: left;
}
.junto > * {
	margin: 5px;
}
.comentario {
	display: block;
	margin: 2px 0px;
	padding: 2px;
	border-bottom: .5px solid lightgray;
}
.comentario * {
	margin-right: 3px; 
}

.caja_comentarios  {
	
	margin-top: 10px;
}
.derecha {
	text-align: right;
}
.extension {
    max-width: 20px;
    max-height: 20px;
    object-fit: cover;
    
}
header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #333;
}
.icon-paper-plane-1:hover {
	color: #56ac00;
}
a {
	text-decoration: none;
	color: #3C3B92;
}
header a {
	color: white;
}

.disabled{
	color:#CCCCCC;
}

.headbox{
	background: #F7F9FC;
	width:100%;
	height:15px;
	display:block;
	vertical-align:top;
}
.bodybox{
	background-color:#fff;
	width:100%;
}

table * {
	font-size: 7px;
}

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	text-align: right;
	
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
	height:18px;
}

.cuerpo_comentario_proyecto {
	margin-left: 70px;
	margin-top: -13px;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

.cuerpo {
	width: 90vw;
	margin: auto;
}
.container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	grid-gap: 20px;
	margin-top: 30px;
}

.comentario-entrada {
	margin-top: 40px;
}

.item {
	width: 48%;
	
}

.fila-completa {
	width: 100%;
}


.tareas {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.tarea {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-right: 10px;
	border: 1px solid lightgray;
	overflow: hidden;
	grid-column: span 6;
	
}
.acabadas .tarea {
	grid-column: span 3 !important;
}
.cabecera-tarea {
	display: block;
	min-width: 100%;
	text-align: center;	
	color: white;

}

.cabecera-tarea, .cuerpo-tarea {
	padding: 13px;
}

.cabecera-tarea-pen {
	background-color: #718ABE;
}

.cabecera-tarea p {
	color: white;
}

.cabecera-tarea-aca {
	background-color: rgb(112, 170, 112);
}
.cuerpo-tarea, .vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;

}

p {
	color: #414140;
	font-family: 'Segoe UI Regular';
}


.info-titulo, .info-titulo + p,.info-titulo + span {
	
	margin-right: 4px;
	color: #4F76A3;

}
.container section > article {
	margin: 10px 0px;
}

footer {
	display: block;
	min-height: 6vh;
	background-color: #333;
	margin-top: 20px;
}
a {
	padding: 4px 10px;	

}

.seleccionar {
	background-color: #4F76A3;
	color: white;
	border-radius: 10px;
	padding: 4px 12px;
	margin-right: 5px;

}

.seleccionar:hover {
	background-color: rgb(116, 152, 192);
	color: white;
}

.contrato {
	background-color: #4F76A3;
	color: white;
}

.contrato:hover {
	background-color: rgb(116, 152, 192);
	color: white;
}
.entradas {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 10px;	

}
.titulo-entrada {
	color: #333;
	font-weight: lighter;
}

.entradas > .entrada {
	grid-columns: span 4;

}
.imagen_entrada_perfil {
	width: 80px;
	height: 60px;
	border: .7px solid lightgray;
	object-fit: cover;
	
}

.entradas-ver-perfil {
	display: flex;
	justify-content: left;
	margin-top: 15px;

}
.entradas-ver-perfil > * {
	margin: 5px;
	width: 24%;
}
.entradas-ver-perfil img {
	width: 100%;
	height: 150px;
}
.mensaje {
	margin-top: 10px;
	margin-bottom: 10px;
}

.imagen-del-perfil {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	object-fit: cover;
	object-position: 0% 0%;
	cursor: pointer;
}

.formulario-perfil {

	margin-left: 50px;
}

.formulario-perfil div {
	margin-top: 6px;
	margin-bottom: 6px;
}

.ofertas {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
}
.ofertas img {
	max-width: 100%;
}
img {
	width: 400px;
}
.entradas-perfil img {
	min-width: 100px;
	max-width: 100px;
	min-height: 80px;
	max-height: 80px;
	object-fit: cover;

}
.item-oferta {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 25vw;
    margin: 10px 10px;
}

.descargar-button {
	padding: 5px;
	background-color: #ad240c;
	text-align: center;
	color: white;
	display: block;
	border-radius: 5px;
	margin-left: 5px;
}

.descargar-button:hover {
	background-color: #f07c68;
}

.subir-archivos {
	margin-bottom: 5px;
	display: grid;
	grid-template-columns: repeat(8,1fr); 
}
.subir-archivos > span:nth-child(1) {
	grid-column: span 4;
}
.subir-archivos > span:nth-child(2) {
	grid-column: span 2;
}
textarea {
	width: 100%;
}
.icon-cancel {
	font-size: 1.2em;
	align-self: flex-end;
	padding: 5px;
	color: #ad240c;
	cursor: pointer;
}

.lista-dias {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.dia {
	margin: 5px 10px;
}
.dia input[type="number"] {
	width: 35px;
}
.dia h3 {
	color: darkblue;
}

.horas p {
	text-align: center;
	margin: 10px 0px;
}

.ver-oferta {
	margin-top: 20px;
}

.cuerpo_comentario_entrada {
	margin-left: 40px;
}

.emojis button {
	background-color: white;
	border: none;
}

.emojis {
	margin-top: 20px;
}
.envio-mensajes {
	display: inline-block;
}
.envio-mensajes form {
	display: flex;
	flex-direction: column;
	
}

.lista-mensajes {
	margin: 25px 0px;
}
.nuevo-mensaje, .dejar-seguir, .pregunta-foro {
	
	color: #414140;
	background-color: white;
	border: .5px solid lightgray;
	transition: all .4s ease;
}

.separar-preguntas {
	padding: 5px;
	border: .6px solid lightgray;
}
.nuevo-mensaje, .pregunta-foro {
	padding: 10px 20px;
	margin-top: 15px;
	border: .5px solid lightgray;
	display: inline-block;
	
}

.dejar-seguir {
	padding: 6px;
	margin-left: 25px;

}

.dejar-seguir:hover, .nuevo-mensaje:hover,  .pregunta-foro:hover {
	border: .5px solid gray;
}

.enlaces-mensajes {
	margin-top: 20px;
	
	
}
.buscador {
	margin: 10px 0px;
}
*:focus {
	outline: none;
}
.buscador input[type="submit"] {
	padding: 5px 20px;
	border: none;
	cursor: pointer;

}

.imagen-copia {
	min-width: 200px;
	min-height: 100px;
	max-width: 200px;
	max-height: 100px;
	object-fit: cover;
	object-position: center;
}

.copiar-estilo {
	margin-top: 5px;
}

.separar-preguntas {
	display: flex;
	justify-content: space-between;
}

.comentarios-proyectos textarea {
	min-width: 90vw;
}

input[type="submit"], button, .item-oferta a, .estilo-botton {
	display: inline-block;
	max-width: 150px;
	margin-top: 10px;	
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	background-color: #353b48;
	color: white;
	transition: all .4s ease;
}
.emojis button {
	font-size: 0.95em;
}
input[type="submit"]:hover {
	background-color: #273c75;
}

.oculto {
    display: none !important;
}

.marcar-estilo {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 0px;
	cursor: pointer;
	transition: all .6s ease;
	justify-self: center;
}
.marcar-estilo-a {
	color: #4F76A3;
	border: .5px solid #4F76A3;
}
.marcar-estilo-a:hover {
	color: white;
	background-color: #4F76A3;

} 

.marcar-estilo-v {
	color: rgb(112, 170, 112);
	border: .5px solid rgb(112, 170, 112);
}
.marcar-estilo-v:hover {
	color: white;
	background-color: rgb(112, 170, 112);

} 

.seguidos-dividir {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	
	
}
.seguidos-dividir > *:nth-child(1) {
	grid-column: span 6;
	
} 
.seguidos-dividir > *:nth-child(2), .seguidos-dividir > *:nth-child(3) {
	grid-column: span 3;
	
} 
.ver-oferta * {
	margin: 6px 0px;
}

.consulta-diario {
	display: flex;
	justify-content: center;
}
.entrada-diario > * {
	margin: 10px 0px;
}
.entrada-diario {
	display: inline-block;
	padding: 10px;
	border: .6px solid gray;
	margin: 10px 5px;
}
.cabecera-entrada-diario {

	width: 100%;
}

.opinion-respuestas {
	display: flex;
}

.respuesta {
	border: .7px solid lightgray;
	padding: 10px;
	margin: 5px 0px; 
}

.usuario-grande {
	font-size: 1em;
	color: #4F76A3;;
}

.contactos-encontrados {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 90vw;
	margin: auto;

}
.contactos-encontrados > * {
	margin-right: 10px;
}
.contacto-enc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 23%;
	margin-bottom: 5px;
	padding: 10px;
	border: .7px solid darkgray;
	color: black;
}

.contacto-enc * {
	margin: 5px 0px;
}

.ver_perfil_imagen {
	margin-top: 15px;
	width: 100px;
}

.dividir_datos, .registrar-entera {
	display: flex;
	justify-content: space-between;
	padding: 4px;
	align-items: center;
}

.registrar-entera {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-top: 30px;
	
}


.registro div {
	margin: 3px 0px;    
}
.registro > div {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
.registro label {
	grid-column: span 4;
}
.registro input, .registro select, .registro span, .registro textarea {
	grid-column: span 8;
	
	
}
.container-registro {
	padding: 20px;
	border: .4px solid darkgray;
	border-radius: 5px;
}
.registro input, .registro select{
	border: none;
	border-bottom: .4px solid darkgray;

}
.registro-imagen  {
	display: flex;
	justify-content: center;
	align-items: top;
}

.label-imagen {
	display: block;
	min-width: 80px;
	min-height: 50px;
	background-image: url("../Imagenes/perfil_registro.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	cursor: pointer;

}

.submit-registro {
	padding: 15px !important;
	border-radius: 5px;

}

.mostrar_estadisticas h3 {
	font-size: 1.5em;
	color: #2e4994;
}

.imagen_ofertas {
	width: 200px;
}

.notebook img {
	width: 13px;
}

.descripcion-notebook {
	padding: 5px;
	background-color: #4F76A3;
	color: white;
}
.notebook * {
	color: white !important;
}
.icon-ok {
	font-size: 1.3em;
	color: #56ac00;
}

.evento-item {
	margin: 5px;
}

.crea_button {
	padding: 7px 18px;
	background-color: #56ac00;

}

.icono-mail {
	font-size: 1.6em;
	color: black;
}

.h1-gris {

	color: #3C4052;
	font-size: 2em;
	font-weight: lighter;
}

.h2-gris {

	color: #3C4052;
	font-size: 1.3em;
	font-weight: 650;
}

.ver-perfil {
	margin-top: 30px;
}

.sin-padding {
	padding: 0px;
}

.logo {
	position: fixed;
	top: 100px;
	right: 30px;
	
}
.logo img {
	max-width: 100px;
}

.black {
	color: black;
	transition: all .4s ease;
}
.black:hover {
	color: #414140;
}

.estilo-transparente {
	padding: 5px 10px;
	color: black;
	border: .7px solid darkgray;
	transition: all .2s ease;
}
.contacto-enc a {
	color: black;
}

.contacto-enc:hover {
	background-color: rgba(49, 49, 46);
	color: white;
}

.contacto-enc:hover a {
	color: white;
}

.contacto-enc:hover h4 {
	color: white;
}

.contacto-enc img {
	margin-right: 8px;
}

.ordenar-perfil {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.estilo-transparente:hover, .elegido {
	background-color: #353B48;
	color: white;
}
.estilo-transparente:hover a {
	color: white;
}
.aceptar {
	width: auto;
}

nav a:hover {
	text-decoration: underline;
}

.icon-menu {
    display: none;
    cursor: pointer;
    position: fixed;
    font-size: 20px;
    font-weight: lighter;
    top: 15px;
    right: 3px;
    padding: 10px;
    color: black;
    z-index: 1000;
}

.menudes {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 20vw;
    height: 100vh;
    background-color: rgba(49, 49, 46, .9);
    transform: translateX(-1000px);
    z-index: 1000;
}

.menudes a {
    font-size: 1.1em;
}
.menudes li {
    transition: all .4s ease;
}
ul {
	list-style: none;
}
header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    height: 10vh;
    background-color: rgba(49, 49, 46);
    color: white;
}
header a:hover {
	text-decoration: underline;
}
.menu {
    display: flex;
    flex-direction: row;
}

.desplazar {
    transform: translateX(0px);
}

.imagen-grande {
	transition: all .6s ease;
}

.icon-heart-empty {
	color: darkred;
	cursor: pointer;
}
.icon-heart {
	color: darkred;
	cursor: pointer;
}

header .icon-heart {
	color: white;
}
.container .articulo-pag {
	
	border: .6px solid darkgray;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.header-article {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: .6px solid darkgray;
	padding: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.header-article * {
	color: black;
}
.articulo-body {
	display: block;
	padding: 15px;
}

.fila-completa-info {
	width: 90vw;
	margin: auto;
}
.entradas-favoritos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	
}

.entradas-favoritos img {
	width: 25vw;
	height: 25vh;
	object-fit: cover;
	object-position: 0% 0%;
	margin: 2px 5px;
}
#appearance1 {
	display: block;
}

#appearance1 .rs-range-color  {
    background-color: #5673E7;
}
#appearance1 .rs-path-color, #appearance2 .rs-path-color {
    background-color: #dedede;
}
#appearance1 .rs-handle, #appearance2 .rs-handle {
    background-color: #000000;
}
#appearance1 .rs-border, #appearance2 .rs-border  {
    border-color: white;
}
#appearance2 .rs-range-color {
	background-color: #4CAF50;
}


.dia_diario {
	box-shadow: 0 0 15px #F6E6A9;
	max-width: 60%;
	padding: 20px;
	background-color: #FAF4D2;

}

.hoy-calendario {
	padding: 2px;
	background-color: #718ABE;
	color: white;
	border-radius: 5px;
}

#myProgress {
	display: inline-block;
	width: 200px;
	background-color: #ddd;
  }
  
  #myBar {
	width: 50%;
	height: 15px;
	background-color: #4CAF50;
  }

  .junto {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.between {
	justify-content: space-between;
}
.around {
	justify-content: space-around;	
}
.vertical {
	flex-direction: column;
}

.top-around, .items-registro {
	display: flex;
	justify-content: space-around;
	align-items: top;
	flex-direction: row;
}

.contrato-tabla {
	margin-top: 25px;
}

.contrato-tabla * {
	font-size: 1.1em;
}

.paypal {

	margin-top: 15px;
	max-width: 150px;
}

.items-registro {

	align-items: center;
	margin-top: 20px;

}
.item-registro {
	width: 30%;
	height: 100px;
	background-color: #0070BA;
	padding: 20px;
	border-radius: 8px;
}
.item-registro h3, .item-registro * {
	color: white;
}

.perfiles-detalle {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 15px;

}

.perfiles-detalle > * {
	grid-column: span 6;
	padding: 10px;
	border: .4px solid darkgray;
}

.perfiles-detalle  {
	
}

