@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: 'Gotham-Medium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

.header .logo img {
  max-width: 150px; }

#UseyourDrive .current_folder {
  font-family: "Manrope";
  font-weight: 800; }

#UseyourDrive .all-files-to-zip,
#UseyourDrive .nav-layout {
  font-family: "Manrope";
  font-weight: 600; }

#UseyourDrive .tippy-content li > a {
  font-family: "Manrope";
  font-weight: 600; }

.sidebar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px; }
  .sidebar h5 {
    text-align: center;
    color: #009ac4;
    font-family: "Manrope";
    font-weight: 800; }
  .sidebar .sidebar-separator {
    width: 100%;
    height: 2px;
    background-color: #706F6F;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: .6; }
  .sidebar .inner {
    color: #706F6F; }
    .sidebar .inner .contact-module button {
      width: 100%;
      text-align: center;
      background-color: #009ac4;
      color: white;
      font-family: "Manrope";
      text-transform: uppercase; }
      .sidebar .inner .contact-module button:hover {
        opacity: .8; }
    .sidebar .inner .latest .new {
      position: relative;
      margin-bottom: 15px; }
      .sidebar .inner .latest .new img {
        margin-bottom: 5px; }
      .sidebar .inner .latest .new a {
        text-decoration: none; }
        .sidebar .inner .latest .new a h6 {
          font-size: 1rem;
          line-height: 1;
          text-decoration: none;
          color: #706F6F;
          font-family: "Manrope"; }

* {
  font-family: "Manrope", sans-serif; }

.drive {
  min-height: calc(100vh - 357.625px);
  background-color: #F2F2F2; }

.modal h5 {
  color: #009ac4;
  text-align: center;
  font-family: "Manrope";
  font-weight: 800;
  width: 100%; }

.banner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .banner img {
    position: absolute;
    max-width: 170px;
    bottom: 30px;
    right: 30px; }
    @media screen and (max-width: 767px) {
      .banner img {
        max-width: 100px;
        bottom: 0;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        right: initial; } }

.selector-idiomas {
  display: flex;
  align-items: center;
  justify-content: center; }
  .selector-idiomas button {
    text-transform: uppercase;
    background-color: transparent;
    color: #009ac4;
    border: 1px solid #009ac4;
    font-size: 14px;
    font-family: "Manrope";
    margin-left: 15px;
    line-height: 1;
    padding: 4px 7px; }

.footer {
  padding: 10px 30px;
  background-color: #f8f9fa; }
  .footer p {
    text-align: center;
    color: #706F6F;
    margin-bottom: 0;
    font-size: .8rem; }

body.login {
  background-image: url("/wp-content/themes/consent/images/login_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.login h1 a {
  background-image: url("/wp-content/themes/consent/images/logo_white.png") !important;
  background-size: 100%;
  width: 90%;
  height: 59px; }

.login .success {
  border-left: 4px solid #009ac4; }

.login #nav {
  display: none; }

#backtoblog {
  display: none; }

.wp-core-ui .button-primary {
  background: #009ac4;
  border-color: #009ac4; }

.page-template-page-login .header,
.page-template-page-login .footer {
  display: none; }

.page-template-page-login #main {
  min-height: 100vh;
  background-image: url("../images/login_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  bacground-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-template-page-login #main .login-container img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 40px; }
  .page-template-page-login #main .login-container .login-form {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 20px; }
    .page-template-page-login #main .login-container .login-form h1 {
      color: #009ac4;
      font-family: "Manrope";
      font-weight: 800;
      font-size: 25px;
      text-align: center;
      margin-bottom: 0; }
    .page-template-page-login #main .login-container .login-form .separator {
      width: 100%;
      height: 2.5px;
      background-color: #009ac4;
      margin-top: 10px;
      margin-bottom: 20px; }
    .page-template-page-login #main .login-container .login-form form {
      margin-bottom: 10px; }
      .page-template-page-login #main .login-container .login-form form label {
        color: #706F6F; }
      .page-template-page-login #main .login-container .login-form form .form-body {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between; }
        .page-template-page-login #main .login-container .login-form form .form-body .input-container {
          width: 47%; }
          .page-template-page-login #main .login-container .login-form form .form-body .input-container input {
            width: 100%; }
      .page-template-page-login #main .login-container .login-form form .form-footer {
        display: flex;
        justify-content: space-between; }
        .page-template-page-login #main .login-container .login-form form .form-footer .left,
        .page-template-page-login #main .login-container .login-form form .form-footer .right {
          width: 47%; }
        .page-template-page-login #main .login-container .login-form form .form-footer .left input {
          width: 100%; }
      .page-template-page-login #main .login-container .login-form form .username label,
      .page-template-page-login #main .login-container .login-form form .password label,
      .page-template-page-login #main .login-container .login-form form .company label {
        margin-bottom: 6px; }
      .page-template-page-login #main .login-container .login-form form .username input,
      .page-template-page-login #main .login-container .login-form form .password input,
      .page-template-page-login #main .login-container .login-form form .company input {
        height: 40px;
        border-radius: 2px;
        border: 1px solid #706F6F; }
      .page-template-page-login #main .login-container .login-form form .checkbox {
        display: flex;
        align-items: center; }
        .page-template-page-login #main .login-container .login-form form .checkbox input {
          height: 15px;
          width: 15px;
          margin-right: 10px;
          position: relative;
          top: -1.5px; }
    .page-template-page-login #main .login-container .login-form .acceptance {
      margin-top: 25px;
      color: #706F6F;
      font-size: 12px;
      margin-bottom: 0;
      text-align: justify; }
  .page-template-page-login #main .login-container .right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 18px;
    max-width: 250px;
    margin: 0 auto; }
    .page-template-page-login #main .login-container .right #wp-submit {
      border: none;
      background-color: #009ac4;
      color: white;
      padding: 7px 15px;
      border-radius: 8px; }
      .page-template-page-login #main .login-container .right #wp-submit:disabled {
        opacity: .6; }
