*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{

  --azul-fuerte : #455560;
  --azul-claro: #E7A614;
  --blanco: #ffffff;
  --solid-blue: #455560;
  --solid-yellow: #E7A614;
  /* SOLIDFARMA */
  --solid-dorado: #CF8B0C;
  --solid-morado: #A51466;
  --solid-rojo: #D81128;
  --solid-verde: #3d9f53;
  --solid-gray: #a3a3a5;

  --solid-yellow-input:#FFC000;
  --solid-gray-input:#6c757d;
  --solid-gray-input-c: #b9b9b9;
}


@font-face {
  font-family: 'Gotham-Bold';
  src: url('/fuentes/Gotham-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-BoldItalic';
  src: url('/fuentes/Gotham-BoldItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('/fuentes/Gotham-Book.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham-BookItalic';
  src: url('/fuentes/Gotham-BookItalic.otf') format('opentype');
}


/*---------------------------- INDICE ----------------------------- */
/*
1. PORTADA
2. LOGIN




 */


/* -------------------------- CONTENIDO ----------------------------------- */




/* 1.- PORTADA / LOGIN */

.portada{

  background-image: url('/img/Fondo_Sinlogos.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  position: relative;
}


.contenedor-logos{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 150px;
  justify-content: flex-end;
  padding: 20px;
  align-items: center;

}


.contenedor-logos img{
  width: 180px;
  height: auto;

}

.contenedor-logos img:first-child{
  margin-right: 1em;
}

.contenedor-logos img:last-child{
  margin-left: 1em;
}

.contenedor-logos-portada .contenedor-logos{
  height: 200px;
  justify-content: space-around;
  /* padding: 20px 50px; */
}

.contenedor-logos-portada .contenedor-logos img{
  width: 270px;
  justify-content: space-between;
  margin: auto 0;
}

.contenedor-logos-portada .contenedor-logos img:last-child{
  width: 230px;
}


.vacio{
  border-right: 3px solid var(--solid-dorado);
  margin: 0 5px;
  height: 70%;
}

.v_segundo{
  border-right: 3px solid var(--solid-morado);
  height: 100%;

}

.v_tercero{
  border-right: 3px solid var(--solid-rojo);
  height: 70%;
}



.titulo{
  font-size: 30px;
  position: absolute;
  top: 30%;
  left: 6%;
}

.titulo-white{
  font-size: 30px;
  position: absolute;
  bottom: 10%;
  left: 3%;

}

.tit-login-gral{
  color: var(--solid-morado);
  font-size: 3em;
  margin: 0;
  font-family: 'Gotham-Bold';
}

.tit-login-gral-white{
  color: #fff;
  font-size: 3em;
  margin: 0;
  font-family: 'Gotham-Bold';
}


.tit-login-gral span{
  color: var(--solid-dorado);
}

.star-login-gral{
  color: var(--solid-rojo);
  font-size: 1.3em;
}

.star-login-gral-white{
  color: #fff;
  font-size: 1.3em;
}

.post-heading {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.post-heading h1 {
  font-family: 'Gotham-Bold';
  color: #f5f1f1;
  font-size: 3em;
    display: inline;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%,
    rgb(255 69 0) 65%);
    box-shadow: inset 0 -0.5em 0 rgb(207 139 12);
}


/* ----------------2. LOGIN  --------------------------------------*/


.login{
  height: 100vh;
  background-image: url('/img/solidtrax_inicio_fondo.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}


.container-reg-login{
  margin-top: 7%;
}

.container-reg-login-error{
  margin-top: 3%;
}


.registro-login{

  width: 410px;
  /* height: 252px; */
  margin: auto;
  border-radius: 10px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}



.contenido-login{
      padding: 35px 55px;
      text-align: center;
}

.contenido-login input{
  background: var(--blanco);
  border: 2px solid var(--solid-morado);
  border-radius: 30px;
  color: #000;
  font-family: 'Gotham-Book';
  font-size: 1.2em;
  margin-bottom: 12px;
}

.contenido-login input:placeholder{
  color: #000;
}

.contenido-login .form-control:focus{
    color: #000;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--solid-dorado);
}

.contenido-login p{

  font-family: 'Gotham-Bold';
  font-size: 0.75em;
  /* margin-bottom: 35px; */
  /* color: var(--azul-fuerte); */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;

}

.contenido-login p svg{
  margin-right: 7px;
}

.contenido-login button{
  font-family: 'Gotham-Book';
  font-size: 1em;
  padding: 5px 35px;
  border-radius: 10px;

}


.css-button-sliding-to-left--red {
  background: transparent;
  color: var(--solid-rojo);
  border: 2px solid var(--solid-rojo);
  font-size: 20px;
  letter-spacing: 2px;
  padding: 25px 80px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px;

  /* animate and time the transitions*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.css-button-sliding-to-left--red-active{
  background-color: var(--solid-rojo);
  color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}



.restorepwd{
  color: var(--solid-dorado);
}



.restorepwd:hover , .restorepwd:focus{
    color: var(--solid-dorado);
  text-decoration: none;
}

.restoredialog{
  background-color: var(--solid-dorado);
  color: #fff;
}

.restoredialog i{
  font-size: 25px;
}


.restoredialog {
  background-color: var(--solid-dorado);
  color: #fff;
}

.restore-dialog-verify{
  background-color: var(--solid-morado);
}

.restore-dialog-correct{
  background-color: var(--solid-verde);
}


.restore-dialog-error{
  background-color: var(--solid-rojo);
}

.restore-dialog-notfound{
  background-color: var(--solid-gray);
  color: #000;
}



 .icon-alert-message i{
   color: var(--solid-rojo);
 }





/* / RESPONSIVE
   ========================================================================= / */


   @media screen and (min-width:320px) and (max-width: 768px) {
  .portada{
    background-position: 80% center;
  }
  }

    @media screen and (max-width: 340px) {
      .contenedor-logos-portada .contenedor-logos{
        height: 120px;
      }

      .contenedor-logos-portada .contenedor-logos img{
        width: 100px;
      }

      .contenedor-logos-portada .contenedor-logos img:last-child{
        width: 100px;
      }

      .titulo-white{
        font-size: 12px;
      }


      .contenedor-logos{
          height: 120px;
      }

      .contenedor-logos img{
            width: 100px;
      }


      .titulo{
          top: 30%;
          font-size: 12px;
      }



      .contenido-login{
        padding: 35px 20px;
      }

      .registro-login{
        width: 230px;
      }

      .contenido-login input{
        font-size: 0.8em;
      }

      .contenido-login button{
        font-size: 0.8em;
      }

      .css-button-sliding-to-left--red{
        display: block;
        margin: auto;
      }

    }


   @media screen and (min-width:341px) and (max-width: 425px) {
     .contenedor-logos-portada .contenedor-logos{
       height: 120px;
     }

     .contenedor-logos-portada .contenedor-logos img{
       width: 130px;
     }

     .contenedor-logos-portada .contenedor-logos img:last-child{
       width: 130px;
     }

     .titulo-white{
       font-size: 15px;
     }


    .contenedor-logos{
        justify-content: center;
    }

    .contenedor-logos img{
      width: 130px;
    }

    .titulo{
        top: 30%;
        font-size: 15px;
    }

    .contenido-login{
      padding: 35px 40px;
    }

    .registro-login{
      width: 310px;
    }

    .contenido-login input{
      font-size: 1em;
    }

   }

   @media screen and (min-width:426px) and (max-width: 590px) {

     .contenedor-logos-portada .contenedor-logos img{
       width: 140px;
     }

     .contenedor-logos-portada .contenedor-logos img:last-child{
       width: 140px;
     }

     .titulo-white{
       font-size: 20px;
     }


     .contenedor-logos{
         justify-content: center;
     }

     .contenedor-logos img{
       width: 140px;
     }

    .titulo{
      font-size: 20px;
    }

   }

/* / Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- / */
@media screen and (min-width:591px) and (max-width: 768px) {
  .contenedor-logos-portada .contenedor-logos img{
    width: 130px;
  }

  .contenedor-logos-portada .contenedor-logos img:last-child{
    width: 130px;
  }

  .titulo-white{
    font-size: 22px;
  }


  .contenedor-logos img{
    width: 130px;
  }


  .titulo{
      top: 30%;
      font-size: 22px;
  }
 }

/* / Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- / */
@media screen and (min-width: 1024px) { }

/* / Escritorios muy anchos
   ------------------------------------------------------------------------- */ */
@media screen and (min-width: 1200px) { }
