﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --primary: #004fad;
  --primary-light: #2d7fe0;
  --primary-dark: #002b5f;
  --secondary: #f37064;
  --secondary-light: #ff8d82;
  --secondary-dark: #d95043;
  --Third: #313131;
  --Third-light: #a1a1a1;
  --Third-dark: #000;
  --success: #64bc26;
  --danger: #ea1601;
  --warning: #fad202;

  --box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  --p50: #d3dff3;
  --p100: #b2c3e8;
  --p200: #90a7dc;
  --p300: #708bd0;
  --p400: #516dc2;
  --p500: #324fb4;
  --p600: #264292;
  --p700: #1b346f;
  --p800: #11244b;
  --p900: #081326;
  --s50: #ffdddf;
  --s100: #ffc3c4;
  --s200: #fdaaaa;
  --s300: #fb9592;
  --s400: #f7827a;
  --s500: #f37064;
  --s600: #c4544e;
  --s700: #953b39;
  --s800: #642526;
  --s900: #331214;
  --t50: #e2d3f9;
  --t100: #ccb1f3;
  --t200: #b890ed;
  --t300: #a670e5;
  --t400: #9551dc;
  --t500: #8533d2;
  --t600: #6627aa;
  --t700: #491b81;
  --t800: #2e1157;
  --t900: #16082c;

  --p: #2934d0;
  --p1: #d2d9f8;
  --p2: #7b89e7;
  --p3: #151581;
  --p4: #08062c;

  --s: #2abfbf;
  --s1: #d2f5f0;
  --s2: #7cdcd6;
  --s3: #167076;
  --s4: #062429;

  --t: #d1403f;
  --t1: #f8d6db;
  --t2: #e7888f;
  --t3: #812922;
  --t4: #2c0f0a;

  --black: #000000;
  --dark: #132b3f;
  --white: #ffffff;
  --light: #f3f5f9;
  --gray: #70828d;

  /* --light-gray: #f3f4fa;
	--gray: #7B7B7B;
	--dark-gray: #3e3e3e; */
}

/* * {
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
} */

body {
  background-color: var(--light);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--dark);
  min-height: 100vh;
  padding-bottom: 96px;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}

.subtitle {
  color: var(--dark);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.header-inicio {
  background: linear-gradient(
    243.52deg,
    #0187e8 -0.61%,
    #0263c9 26.79%,
    #0050ae 47.69%,
    #324fb4 62.91%,
    #8533d2 101.02%
  );
}

button {
  background-color: transparent;
}

button,
button:focus,
.btn,
.btn:focus {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: unset;
}

.btn-text {
  width: 100%;
  background-color: var(--s);
  color: var(--light);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.25px;
  padding: 14px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgb(41 52 208 / 20%);
  text-align: center;
}

.btn-text-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.btn-text-icon i {
  font-size: 18px;
  line-height: 1;
}

a,
a:hover,
a:focus,
a:active {
  color: var(--p3);
  text-decoration: none;
  outline: none;
}

.erro {
  border-color: var(--danger) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
  color: var(--dark) !important;
}

::-moz-selection {
  background: var(--p);
  color: var(--light);
  opacity: 1;
}

::selection {
  background: var(--p);
  color: var(--light);
  opacity: 1;
}

.dropdown-toggle::after {
  display: none;
}

.container {
  max-width: 1320px;
}

img {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.container,
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 16px;
  padding-left: 16px;
}

#modal-lgpd .container-modal {
  position: relative;
  padding: 20px 10px;
}

#modal-lgpd .conteudo {
  text-align: center;
  margin-bottom: 30px;
  text-align: justify;
  padding: 0 32px 12px 32px;
  overflow: auto;
  margin-top: 20px;
}

#modal-lgpd h2 {
  text-align: center;
  font-size: 24px;
}

#modal-lgpd p {
  line-height: 24px;
  font-size: 16px;
  opacity: 0.8;
  text-align: left;
}

#modal-lgpd a {
  line-height: 23px;
  font-size: 14px;
  color: var(--p700);
}

#modal-lgpd .btn-modal-pd {
  background-color: var(--p700);
  border: 1px solid var(--p700);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.33px;
  margin: 10px 0 0;
  padding: 10px 60px;
  text-transform: uppercase;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300px;
  margin-left: -150px;
}

#modal-lgpd .btn-modal-pd {
  display: block;
  text-align: center;
}

.modal-carregando {
  display: none;
}

@media screen and (max-width: 768px) {
  #modal-lgpd .container-modal {
    padding: 20px 10px;
    bottom: auto;
    top: 24px;
    left: 24px;
    right: 24px;
    width: calc(100% - 48px);
    padding: 24px;
    height: auto;
    min-height: auto;
    border-radius: 24px;
  }

  #modal-lgpd .conteudo {
    padding: 0;
    text-align: left;
  }
}

/* @media screen and (max-width: 992px) {

	.container,
	.container-fluid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.row {
		margin-right: -24px;
		margin-left: -24px;
	}

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-right: 24px;
		padding-left: 24px;
	} */

@media screen and (max-width: 992px) {
  .modal-carregando {
    display: block;
  }

  #modal-lgpd .conteudo {
    text-align: justify;
  }
}

.head-back {
  color: #fff !important;
  font-size: 1.2rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0px !important;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.default:checked + .slider {
  background-color: #444;
}

input.primary:checked + .slider {
  background-color: #2196f3;
}

input.success:checked + .slider {
  background-color: #8bc34a;
}

input.info:checked + .slider {
  background-color: #3de0f5;
}

input.warning:checked + .slider {
  background-color: #ffc107;
}

input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
