:root {
  --blanco: #ffffff;
  --gris1: #edf2f6;
  --gris2: #2f3848;
  --gris3: #1a202d;
  --negro: #000000;
  --headingFont:'Raleway', sans-serif;
  --textFont:  'Roboto', sans-serif;
}
*, *:before, *:after {
  box-sizing: inherit;
} 
.progress {
  margin-top: 5px;
  height: 15px;
  background: #F6F6F6;
}
.progress::-moz-progress-bar
{
    background: red;
}
.progress::-webkit-progress-bar
{
    background: transparent;
}
.progress::-webkit-progress-value
{
    background: red;
}
@font-face {
  font-family: "HelveticaNeue-Condensed";
  src: local("HelveticaNeue-Condensed"),
  url("./fonts/HelveticaNeue-Condensed.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeue-Condensed Thin";
  src: local("HelveticaNeue-Condensed Thin"),
  url("./fonts/HelveticaNeue-Condensed\ Thin.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeue-Condensed Bold";
  src: local("HelveticaNeue-Condensed Bold"),
  url("./fonts/HelveticaNeue-Condensed\ Bold.ttf") format("truetype");
  font-weight: normal;
}
html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%; 
}
body {
  min-height: 100%;
  font-size: 2rem;
  margin: 0;
  background-color: var(--gris1);
  font-family: 'HelveticaNeue-Condensed';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.HeroSection{
  background:linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url('./img/Ortoalresa-16.jpg') center no-repeat;
  background-size: 100%;
  color:white;
  height: 450px;
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.HeroSection-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15vw;
  font-size: 6rem;
  font-weight: 900;
} 
h1, h2 {
  font-weight: 900;
  margin: 0 0 4rem 0;
  text-align: center;
  color: var(--gris2);
}
h1 span {
  font-weight: 400;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.4rem;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: var(--gris2);
}
.row{
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.row img.person{
  content: url('./img/person-ico-white.svg');
  left: 0px;
  position: absolute;

}
.row img.loc{
  position: absolute;
  content: url('./img/loc-ico-white.svg');
  left: 0px;
}

.noMargin{
  margin: 0 0 5px
}
.navbar{
  background-color: #F6F6F6;
    list-style: none;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 11px;
    margin: 0px;
    overflow: visible;
    max-width: 100%;
}
.flag-placement{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flag-container{
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding-left: 2rem;
}
.flag{
  width: 18px;
}
.logo-menu{
  width: 140px;
  margin-right: 1rem;
}
.form-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
  margin: 3% 0;
}
.form-content{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 1rem 2vw
}
.form-button{
  background-color: white;
  border: none;
  width: 150px;
}
.form-button:active{
  background-color: rgb(252, 252, 252);
  border: none;
  width: 150px;
}
label{
  display: flex;
  vertical-align: middle;
}
.label-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 3rem;
  align-content: center;
}
.label-radio{
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  justify-content: start;
  text-align: center;
  align-items: center;
}
.label-questions{
  background-color: white;
  display: flex;
  flex-direction: column;
}
.privacy-container{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2%;
}
.card{
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  min-width: 650px;
  justify-content: space-evenly;
  background-color: white;
  border-radius: 12px;
  padding: 5rem;
  padding-bottom: 0;
}

.radio-container,.fields-container{
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
}
.radio-buttons,.customer-name-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding:5%
}
.radio-buttons{
  justify-content: flex-start;
  flex-direction: column;
}
.customer-name-container{
  flex-direction: column;
  padding: 2% 5%;
}
.customer-name-field{
  margin-top: 1rem;
  width: 100%;
  height: 3vh;
}
.btn-submit,.disabled{
    background-color: white;
    width: 100%;
    cursor: pointer;
    text-align: center;
    user-select: none;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 34px;
    box-sizing: border-box;
    padding: 8px 0px 8px;
    border: 2px solid rgb(0, 0, 0);
    font-family: "HelveticaNeue-Condensed";
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.disabled{
  border: 2px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.checkbox{
  height: 20px;
  width: 20px;
}
input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 2px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #bbbbbb;
  background-color: #e7e6e7;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: red;
  border: 1px solid red;
}
input[type=text] {
  padding: 4px 8px;
  border-radius: 2px; /* Sadly outline does not round! therefore...*/
  font-family: "HelveticaNeue-Condensed";
  font-size: medium;
}
input[type=password] {
  padding: 4px 8px;
  border-radius: 2px; /* Sadly outline does not round! therefore...*/
  font-family: "HelveticaNeue-Condensed";
  font-size: medium;
}
input[type=text]:focus{
  outline: none;      /* Remove default outline and use border or box-shadow */
}
input[type=email] {
  padding: 4px 8px;
  border-radius: 2px; /* Sadly outline does not round! therefore...*/
  font-family: "HelveticaNeue-Condensed";
  font-size: medium;

}
input[type=email]:focus{
  outline: none;      /* Remove default outline and use border or box-shadow */
}

input[type="radio"].flag-radio{
  background: url('./img/spain.svg');
  background-repeat: round;
  width: 20px;
  height: 20px;
}
input[type="radio"].flag-radio-uk{
  background:url('./img/uk.svg');
  background-repeat: center;
  background-size: 21px;
  background-position-x: -0.8px;
  width: 20px;
  height: 20px;
}
input[type="radio"]:checked.flag-radio, input[type="radio"]:checked.flag-radio-uk {
  background-color: none;
  border: 1px solid black;
}
textarea {
  padding: 4px 8px;
  border-radius: 12px; /* Sadly outline does not round! therefore...*/
  outline: none;      /* Remove default outline and use border or box-shadow */
  font-family: "HelveticaNeue-Condensed";
  font-size: medium;
}
.footer {
  height: 572px;
  font-family: "HelveticaNeue-Condensed";
  font-size: medium;
  text-align: center;
 overflow: hidden;
}
.footer h2,p,strong{
  color: white;
}
.footer strong{
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 20px;
  padding: 6px 10px 2px;
  margin-top: 20px;
}
.legal-links{
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
margin-top: 10px;
width: 700px;
font-size: 18.5px;
}
.footer-content{
  display: flex;
  flex-direction: row;
}
.footer-col1, .footer-col2{
  padding: 115px 60px 70px;
  display: flex;
  flex-direction: column;
}
.footer-col1{
  background-color: #333333;
  display: flex;
  align-items: flex-end;
  max-width: 400px;
}
.footer-col2{
  flex-grow: 1;
  -webkit-box-flex: 1;
}
.footer-col1 h2, .footer-col2 h2{
  font-family: 'HelveticaNeue-Condensed Thin';
  font-size: 32px;
  text-align: right;
  margin: 0;
}
.footer-col2 h2{
  padding: 30px 0 10px;
}
.footer-col2{
  position: relative;
}
.footer-col2 a:hover{
  text-decoration: underline white !important;
}

.footer-col2 h2:first-of-type{
  padding: 0 0 10px;
}
.footer-col2 img.youtube-icon{
  content: url('./img/youtube-ico.svg');
  width: 29px;
  height: 29px;
}
.col2-content{
  z-index: 5;
}
.footer-col2 .footer-shadow{
  content: url('./img/footer-shadow.png');
  max-width: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
}
.social-links{
  display: flex;
  flex-direction: row;
}
.nosotros-content{
  display: block;
}
.footer-col2 img.youtube-icon:hover{
  transition: 0.3s all ease-in-out;
  content: url('./img/youtube-ico-hover.svg');

}
.footer-col2 h2{
  text-align: left;
}
.footer-col1 p {
  font-size: 18.5px;
  display: block;
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 27px 0;
  text-align: right;
}
.footer-col2 p {
  text-align: left;
  margin: 0;
  font-size: 18.5px;
}
.footer-col2{
  background-color: #6A6A6A;
}
.footer-bottom{
  padding: 12px 0;
  background-color: black;
  text-align: center;
}

.footer a {
  color: black;
  text-decoration: none;
}
.footer-bottom a{
  color: white;
  text-decoration: none;
}
.footer a:hover{
  text-decoration: underline;
}
@media screen and (max-width:850px) {
  .form-content{
    padding: 1rem;
  }
  textarea{
    margin-left: -20px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/** BOTONES **/
.btn {
  margin-top: 2rem;
  padding: 1.5rem;
  font-size: 1.4;
  font-weight: 400;
  border-radius: .5rem;
  border: none;
  transition: background-color .3s ease;
}
.btn:hover {
  cursor: pointer;
}
.btn-primario {
  background-color: var(--gris2);
  color: var(--blanco);
}
.btn-primario:hover {
  background: var(--gris3);
}
.btn-secundario {
  background-color: var(--gris1);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-submit:hover {
  background-color: var(--gris2);
}
.btn-blank {
  margin: 0;
  padding: 0;
  display: block;
  background-color: transparent;
}

@media (min-width: 768px) {
  .contenedor-app {
      display: flex;
      min-height: 100vh;
  }

  aside {
      background-color: var(--blanco);
      flex: 0 0 100px;
  }
  .seccion-principal {
      flex: 1;
  }

}


/* BARRA LATERAL */
aside  {
  padding: 3rem;
}

.formulario-nuevo-proyecto {
  margin-top: 6rem;
}
.formulario-nuevo-proyecto .input-text {
  border-bottom: 1px solid var(--gris2);
  border-radius: 0;
  background-color: var(--gris1);
}
.formulario-nuevo-proyecto .input-text::placeholder{
  color: var(--gris2);
}
.proyectos {
  margin-top: 1rem;
}
.listado-proyectos{
  margin-top: 5rem;
}
.listado-proyectos li {
  margin-bottom: 2rem;
}
.listado-proyectos li a {
  font-size: 1.4rem;
  color: var(--gris2);
  line-height: 1.5;
  font-weight: 300;
}
.app-header {
  display: flex;
  justify-content: space-between;
  background-color: var(--gris2);
  padding: 2.5rem;
}
.nombre-usuario {
  color: var(--blanco);
  font-size: 2.2rem;
  margin: 0;
}
.nombre-usuario span {
  font-weight: 900;
}
.nav-principal a {
  color: var(--blanco);
  text-decoration: none;
}
.nav-principal a:first-of-type {
  margin-right: 2rem;
}

/** Formulario crear y editar tareas **/
.formulario {
  background-color: var(--gris3);
  padding: 4rem;
}
.formulario form {
  max-width: 600px;
  margin: 0 auto;
}
.contenedor-input {
  display: flex;
}
.contenedor-input label {
  margin-bottom: 1rem;
  color: var(--blanco);
}
.input-text {
  padding: 1rem !important;
  border: none;
  border-radius: .5rem;
  flex: 1;
  width: 100%;
}

/** TAREAS LISTADO **/
.contenedor-tareas {
  padding: 4rem;
}



.listado-tareas {
  max-width: 1000px;
  margin: 0 auto;
}

.tarea {
  display: flex;
  justify-content: space-between;
  background-color: var(--blanco);
  padding: .5rem 2rem;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: .5rem;

}
.sombra {
  -webkit-box-shadow: 0px 4px 10px -3px rgba(117,117,117,1);
  -moz-box-shadow: 0px 4px 10px -3px rgba(117,117,117,1);
  box-shadow: 0px 4px 10px -3px rgba(117,117,117,1);
}
.sombra-dark {
  -webkit-box-shadow: 0px 6px 11px -8px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 6px 11px -8px rgba(0,0,0,0.9);
  box-shadow: 0px 6px 11px -8px rgba(0,0,0,0.9);
}
.tarea .acciones .btn:first-of-type {
  margin-right: 1rem;
}
.tarea p {
  font-size: 1.6rem;
  flex: 1;
  padding-right: 2rem;
}
.tarea .btn {
  padding: .8rem;
  font-size:1.4rem;
  border-radius: 0;
  margin: 0;
}

.estado {
  margin-right: 1rem;
}
.estado button, 
.mensaje {
  font-weight: 900;
  font-family: var(--textFont);
  font-size: 1rem;
  padding: .5rem;
  border-radius: .5rem;
  cursor: pointer;
  border: none;
}
.button-form-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mensaje {
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0;
}
.mensaje:hover {
  cursor: default;
}
.completo,
.correcto {
  background-color: rgba(154, 252, 154, .3);
  color: var(--gris3);
}
.incompleto{
  background-color: rgba(255, 178, 178, .4);
  color: var(--gris3);
}
.error {
  max-width: 600px;
  margin: 2rem auto 0 auto;
  background-color: rgb(170, 0, 0);
  color: var(--blanco);
}
.botonContacta{
  padding: 6px 60px 6px 90px;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid white;
}
.tarea-enter,
.proyecto-enter {
  opacity: 0;
}
.tarea-enter-active,
.proyecto-enter-active {
  opacity: 1;
  transition: opacity 200ms;
}
.tarea-exit,
.proyecto-exit {
  opacity: 1;
}
.tarea-exit-active,
.proyecto-exit-active {
  opacity: 0;
  transition: opacity 200ms;
}
.progress-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bottom-form-container{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ob-fields{
  font-family: 'HelveticaNeue-Condensed Thin';
}
.form-usuario {
    background-color: var(--gris1);
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor-form {
    padding: 5rem 3rem;
    max-width: 500px;
    width: 95%;
    background-color: var(--blanco);
    border-radius: 1rem;
}

.campo-form {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}
.campo-form:last-of-type {
  margin: 0;
}
.campo-form label {
  flex: 0 0 100px;
  font-family: 'HelveticaNeue-Condensed';
}
.campo-form input[type="password"],
.campo-form input[type="email"], 
.campo-form input[type="text"] {
  border: 1px solid #e1e1e1;
  padding: 1rem;
  flex: 1;
}

.enlace-cuenta {
  margin-top: 2rem;
  display: block;
  opacity: .7;
}
.alerta {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 3rem;
  border-radius: 1rem;
  font-family: var(--headingFont);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  width: 100%;
}
.Ortoalresa-logo{
  content: url('./img/logo-ortoalresa-footer.svg');
  padding-top: 10px;
  max-width: 85%;
}
@media (min-width:768px) {
  .alerta {
      width: auto;
      top: 30px;
      right: 10px;
      left: auto;
  }
}
@media screen and (max-width:768px) {
  .card,.form-content,.form-container,.privacy-container,.radio-buttons,.footer,.footer-content{
    flex-direction: column;
  }
  .footer{
    overflow: visible;
  }
  .card{
min-width: 0;
padding: 0;
  }
  .label-radio,.radio-buttons{
    flex-direction: row;
  }
  .checkbox{
    width: 18vw;
    height: 18vw;
  }
  .form-button{
    border: 1px solid black;
    width: 70vw;
    height: 10vw;
    margin-left: 15%;
  }
  .form-button:active{
    width: 70vw;
    height: 10vw;
  }
  .label-questions{
    justify-content: center;
  }
  .footer-col1{
    max-width: none;
  }
  .legal-links{
    width: auto;
  }
  .botonContacta{
    padding: 6px;
    padding-left: 50px;
  }
  .label-radio input{
    margin-top: 15%;
    margin-left: 3%;
  }
  .HeroSection{
    background:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ) url('./img/Ortoalresa-16.jpg') no-repeat ;
    background-position: 50%;
    background-size: 100%;
    height: 200px;
  }
  .HeroSection-title{
    margin-left: 5vw;
    font-size: 4rem;
  }
  .footer-shadow{
    max-width: none !important;
    width: 70%;
  }
  .footer-bottom{
    padding-bottom: 40px;
  }
}
ul.tarea.sombra p{
  color: black;
}
.alerta-ok {
  background-color: rgb(109, 211, 109);
  color: rgb(2, 103, 2);
}
.alerta-error {
  background-color: rgb(230, 78, 78);
  color: var(--blanco);
}
input,textarea{
  border : 2px solid black;
}