/*
Theme Name: FRMNT Boas-Vindas
Author: Fermen.to Innovation Lab
Author URI: https://fermen.to
Description: Um tema para o site de Boas-Vindas
Version: 1.0.18
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.1
License: Licence.txt
License URI: Licence.txt
Text Domain: boas-vindas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
      --cor-primaria: #5688ff;
      --cor-primaria-clara: #6593ff;
      --cor-primaria-cinza: #afc7ff;
      --cor-destaque: #ffc700;

      --header: transparent;
      --border-header: #afc7ff;
      --border-history-home: #afc7ff;


      --footer: #5688ff;
      --footer-logo: url("/wp-content/themes/boas-vindas/res/img/uninassau/logo-dark.svg");

      --Cor-capao:transparent;
      --video-capao: rgba(86, 136, 255, 0.46);
      --bg-historia: #5688ff;
      --video-jornada: #6593ff;

      --videos-jornada-border: rgba(86, 136, 255, 0.46);

      --tabs: #5688ff;

      --lead: #5688ff;
      --lead-border: #6593ff;


      --history-text: #AFC7FF;
      --modelos-card: #6593ff;
      --modelos-card-text: #AFC7FF;
      --hover-modelos-card: transparent;

      --bg-tutoriais: #6593ff;
      --text-active: #6593ff;

      --polos: #6593ff;
      --tips: #6593ff;
      --tabs-desc: #afc7ff;
      --faq: #6593ff;


      --bg-eventos: #6593ff;
      --bg-card-evento: rgba(101, 147, 255, 0.5);
      --bg-agenda: #6593ff;
      --bg-agenda-first: #6593ff;
      --degrade-after: linear-gradient(180deg, rgba(71, 113, 213, 0) 0%, #4771d5 100%);

      @media (prefers-color-scheme: dark) {
        --header: rgba(0, 9, 29, 0.51);
        --border-header: transparent;

        --footer: rgba(0, 9, 29, 1);
        --footer-logo: url("/wp-content/themes/boas-vindas/res/img/uninassau/logo.svg");

        --Cor-capao:transparent;
        --video-capao: rgba(33, 51, 102, 0.47);

        --bg-historia: url("/wp-content/themes/boas-vindas/res/img/uninassau/home-historia.svg") ;
        --border-history-home: rgba(189, 189, 189, 0.3);

        --video-jornada: url("/wp-content/themes/boas-vindas/res/img/uninassau/home-video.svg");
        --videos-jornada-border: rgba(33, 51, 102, 1);

        --tabs: url("/wp-content/themes/boas-vindas/res/img/uninassau/home-recursos.svg");

        --lead: url("/wp-content/themes/boas-vindas/res/img/uninassau/home-historia.svg");
        --lead-border: rgba(33, 51, 102, 0.47);


        --history-text: #fff;
        --modelos-card: transparent;
        --modelos-card-text: rgba(189, 189, 189, 1);
        --hover-modelos-card: rgba(0, 9, 29, 0.61);
        --text-active: rgba(0, 9, 29, 1);

        --bg-tutoriais: url("/wp-content/themes/boas-vindas/res/img/uninassau/como-estudar-videos.svg");
        --polos: url("/wp-content/themes/boas-vindas/res/img/uninassau/como-estudar-polos.svg");
        --tips: url("/wp-content/themes/boas-vindas/res/img/uninassau/como-estudar-dicas.svg");
        --tabs-desc: rgba(189, 189, 189, 1);
        --faq: url("/wp-content/themes/boas-vindas/res/img/uninassau/como-estudar-dicas.svg");


        --bg-eventos: url("/wp-content/themes/boas-vindas/res/img/uninassau/cronograma-fundo.svg");
        --bg-card-evento: #00091d;
        --bg-agenda: #00091d;
        --degrade-after: linear-gradient(180deg, rgba(71, 113, 213, 0) 0%, #00091d 100%);
      }

    }
