

/*
====================================================
* [Master Stylesheet]

  Theme Name :  EXPOTRAINEE-SG
  Version    :  1.0
  Author     :  EccoCreative
  Author URI :  https://www.eccocreative.com.br
==================================================== */

/* --------------------------------- */
/* GOOGLE AUTOFILL HACK
 ----------------------------------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px transparent inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow:
    /*your box-shadow*/
    0 0 0 50px transparent inset;
}

.file-field .btn {
  line-height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out;
  background-color: 9999s ease-out;
  background: rgba(255, 255, 255, 0) !important;
}

textarea,
input,
*:focus {
  outline: none !important;
}

.navbar-nav,
header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/* --------------------------------- */
/* PRELOADER
 ----------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, .95);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f36f21;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #da254f;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #36aeae;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* --------------------------------- */
/* RESET
 ----------------------------------- */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wow {
  visibility: hidden;
}

/* HTML5 display-role reset for older browsers */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #54585a;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  color: #78be20;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


/* --------------------------------- */
/* FONT FIX
 ----------------------------------- */
a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
}

a.link-2x {
  font-size: 1.4rem;
}

i.fal,
i.far,
i.fas,
.svg-inline--fa {
  vertical-align: middle;
  margin-left: 0;
}



h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.6rem;
}

h3,
.h3 {
  font-size: 2.3rem;
}

h4,
.h4 {
  font-size: 2.1rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.3rem;
}

body {
  font-size: 1.1rem;
}

small {
  font-size: .8rem;
  line-height: 16px !important;
}




/* --------------------------------- */
/* PAGE DEFAULTS
 ----------------------------------- */
body {
  height: auto;
  min-height: 100vh;
  background-color: #fff;

  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: #00509e;
  line-height: 1.4rem;
}

.fmedio {
   
  font-weight: 600;
}

.fbold,
b {
   
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.upper {
  text-transform: uppercase;
}

.txt-err {
  color: #f14d7d;
}

.txt-blue {
  color: #44c4f3;
}

.erro-box {
  background-color: #f14d7d;
  padding: 1rem;
  color: #fff;
  position: absolute;
  width: 40%;
}

a.linkbb:hover {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.btn-green {
  background-color: #4bae45;
  color: #fff;
  border: 1px solid #4bae45;
  border-radius: 5px;
}

.btn.btn-green:hover,
.btn.btn-green:active,
.btn.btn-green:focus {
  background-color: #49ba42;
  color: #fff;
}

.btn-yellow {
  background-color: #f7981d;
  color: #fff;
  border: 1px solid #f7981d;
  border-radius: 5px;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:active,
.btn.btn-yellow:focus {
  background-color: #f8920f;
  color: #fff;
}



.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:active {
  color: #6fb124;
  border-color: #6fb124;
  background: transparent;
}

.btn-outline-light:focus {
  color: #6fb124;
}


.bg-lightgray {
  background-color: #f5f4f5;
}

.bg-blue {
  background-color: #0095d5;
}

.bg-green {
  background-color: #4bae45;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background: transparent !important;
}


.white-text,
.text-white {
  color: #fff;
}

.text-blue {
  color: #0095d5;
}

.text-darkblue {
  color: #00509e;
}

.text-red {
  color: #c3122f;
}

.text-green {
  color: #4bae45;
}

.text-yellow {
  color: #f7981d;
}

.text-black {
  color: #495057;
}


.no-radius {
  border-radius: 0 !important
}

.py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-md {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pb-md {
  padding-bottom: 50px !important;
}

.pb-lg {
  padding-bottom: 80px;
}

.pt-md {
  padding-top: 50px !important;
}

.pt-lg {
  padding-top: 80px;
}

.mt-md {
  margin-top: 50px !important;
}

.mt-lg {
  margin-top: 80px !important;
}



/* --------------------------------- */
/* CUSTOM FORM
 ----------------------------------- */
::-webkit-input-placeholder {
  font-size: .9rem;
}

::-moz-placeholder {
  font-size: .9rem;
}

:-ms-input-placeholder {
  font-size: .9rem;
}

:-moz-placeholder {
  font-size: .9rem;
}


.form-check-label {
  margin-bottom: -3px;
  font-size: 14px;
}

.form-control.invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control:focus {
  color: #666;
  background-color: #fff;
  border-color: #0096d5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 213, .25);
}


.custom-select.invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.invalid ~ .form-check-label {
  color: #dc3545 !important;
}

.bootstrap-select .dropdown-menu li a {
  color: #54585a;
  font-size: .9rem;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 20px;
  font-weight: 600;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #54585a !important;
  color: #fff !important;

}

.bootstrap-select {
  margin: 0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #54585a;
  color: #fff !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #54585a !important;
  outline: 5px auto #78be20 !important;
  background: #fff !important;
}


/* --------------------------------- */
/* HEADER
 ----------------------------------- */

/* BURGER MENU páginas internas */
body.pgint div.burger {
  height: 43px;
  width: 95px;
  position: relative;
  top: 0;
}

/* BURGER MENU */

div.burger {
  height: 43px;
  width: 95px;
  position: absolute;
  top: -70px;
  cursor: pointer;
  z-index: 999;
  right: 0;
  left: 0;
  display: block;
  background: #c3122f;
  color: #fff;
  line-height: 6px;
}

div.x,
div.y,
div.z {
  position: absolute;
  margin: auto;
  top: -20px;
  left: 5px;
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

div.x,
div.y,
div.z {
  height: 2px;
  width: 26px;
}

div.y {
  top: -2px;
}

div.z {
  top: 17px;
}

.burger div.collapsee {
  top: 3px;
  background: 1px solid rgba(72, 76, 79, 1);
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}

div.burger.open {
  background: transparent;
  color: #fff;
}

div.burger.open span {
  color: #fff;
}

div.rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  display: block;
}

div.rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  display: block;
}

div.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  display: block;
}

div.rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  display: block;
}

div.circle {
  border-radius: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(247, 152, 29, .9);
  -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.circle.expand {
  width: 100%;
  height: 1200px;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  z-index: 9;

}

div.menu {
  width: 100%;
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  height: 100vh;
  top: 22.5%;
  overflow-y: auto;
  padding: 0;
  z-index: 9;
}

div.menu ul {
  padding: 0;
}

div.menushow {
  display: block;
}

div.menushow li {
  display: block;
  line-height: 55px;
  font-size: 35px;
}

div.menushow li a {
  font-weight: 400;
  color: #fff;
}

div.burger span {
  position: absolute;
  top: 20px;
  left: 43px;
  text-transform: uppercase;
  font-size: .85rem;
  color: #fff;
}

div.menu ul li {
  list-style: none;
  opacity: 0;
  text-align: center;
  font-size: 0px;
  line-height: 2.1rem;
  -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 600;
  padding: .5rem 2.5rem;
}

div.menu ul li .dropdown-menu a {
  color: #484c4f;
}

div.menu ul li a:hover {
  color: #78be20;
}

div.menu li.animatee {
  font-size: 1.1rem;
  opacity: 1;
  -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu li.animatee:nth-of-type(1) {
  transition-delay: 0.04s;
}

div.menu li.animatee:nth-of-type(2) {
  transition-delay: 0.08s;
}

div.menu li.animatee:nth-of-type(3) {
  transition-delay: 0.12s;
}

div.menu li.animatee:nth-of-type(4) {
  transition-delay: 0.16s;
}

div.menu li.animatee:nth-of-type(5) {
  transition-delay: 0.20s;
}

div.menu li.animatee hr {
  width: 20%;
  height: 1px;
  border: none;
  background: #fff;
}

/* --------------------------------- */
/* INDEX
 ----------------------------------- */

.header-custom {
  background-image: url(../../images/bg-header_02.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
}

.header-custom .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.  {
   
  color: #009b3a;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.header-custom .menu.menushow .navbar-nav .nav-item .nav-link {
   
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.6rem;

}

.header-custom .navbar-nav .nav-item:nth-child(8) .nav-link:after,
.header-custom .navbar-nav .nav-item:nth-child(9) .nav-link:after {
  content: "";
  margin-left: 0;
}

.header-custom .nav-link{
  text-transform: uppercase;
  font-size: 15px;
}

. .active,
. :hover,
. :active {
  color: #0095d5;
}

.lang-switch img {
  background: #fff;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.lang-switch img:hover {
  background: #fff;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  margin-left: 10px;
}

.avatar-cont {
  position: relative;
}

.avatar {
  width: 41px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin-left: 15px;
  border: 3px solid #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.avatar:hover {
  border: 3px solid #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

div.menushow li a.avatar {
  padding: 0 !important;
  margin: 0 auto;
  margin-top: 10px;
  width: 70px;
}

div.menushow li a.avatar ~ .card-body {
  padding-top: 5px;
  padding-bottom: 5px;
}

.card-avatar {
  width: 200px;
  right: 0;
  top: 50px;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
}

.menushow .card-avatar {
  position: relative;
  top: 0;
}

.card-avatar span {
  display: block;
}

.login {
  background: url(../../images/bg-login.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto;
}

.login form {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.img-login {
  max-width: 300px;
}


.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 400px;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.slick-prev,
.slick-next {
  z-index: 9;
  top: 45%;
}

.slick-prev {
  left: -45px;
}

.slick-next {
  right: -45px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Light";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: none;
  opacity: 0;
}

.slick-prev:before {
  content: '\f053';
}

.slick-next:before {
  content: '\f054';
}

.slick-prev svg,
.slick-next svg {
  font-size: 3rem;
  width: 30px !important;
  color: #000;
}


/* --------------------------------- */
/* AREAS
 ----------------------------------- */

.inicio {
  background: url(../../images/bg-talentos2.jpg) center -90px repeat-y;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  height: auto;
  padding: 50px 0;
}

.inicio section {
  background-color: rgba(255, 255, 255, .8);
}



.engajamento {
 background: url(../../images/bg-talentos2.jpg) center -90px repeat-y;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  padding: 80px 0;
  background-attachment: fixed;
  min-height: 100vh;
}

#engajamento > .container {
  background: url(../../images/back-sec-engaj_03.png) center top repeat-y;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.curiosidades {
  background: url(../../images/bg-talentos2.jpg) center -90px repeat-y;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  padding: 80px 0;
  background-attachment: fixed;
  min-height: 100vh;
}

#curiosidades > .container {
  background: url(../../images/back-sec-engaj_03.png) center top repeat-y;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
}

.talentos {
  background: url(../../images/bg-talentos2.jpg) center -90px repeat-y;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  padding: 80px 0;
  background-attachment: fixed;
  min-height: 100vh;
}

#talentos > .container {
  background: url(../../images/back-sec-engaj_03.png) center top repeat-y;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contato {
    background: url(../../images/bg-talentos2.jpg) center 70px repeat-y;
    -webkit-background-size: 110%;
    -moz-background-size: 110%;
    -o-background-size: 110%;
    background-size: 110%;
    height: auto;
    padding: 50px 0;
  min-height: 100vh;}

.logo-basf {
  top: 85px;
  position: absolute;
  right: 0;
}

ul.list-bullet li {
  padding-left: 23px;
  position: relative;
  margin-bottom: 15px;
}

ul.list-bullet li:before {
  content: "•";
  font-size: 20px;
  position: absolute;
  left: 0;
}

.bg-pont-left {
  background: url(../../images/col-pont_10.jpg) 15px top repeat-y;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  height: auto;
}

.card-rank {
  border-radius: .5rem;
  margin-bottom: .5rem;
}

.card-rank .card-body {
  padding: 0;
  display: flex;
}

.card-rank .card-body span {
  padding: .7rem .7rem .5rem .7rem;
}

.card-rank .card-body span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #0095d5;
  color: #fff;
  text-align: center;
  border-radius: .5rem 0 0 .5rem;
}

.card-rank .card-body span:nth-child(2) {
  flex: 7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-rank .card-body span:nth-child(3) {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-rank .card-body span:nth-child(4) {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.projeto {
  border: 0;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.card.projeto .card-image {
  position: relative;
  height: 185px
}

.card.projeto .card-image a {
  display: block;
  height: 100%
}

.card.projeto .card-image a:hover svg {
  transform: scale(1.2);
}

.card.projeto .card-image svg {
  position: absolute;
  font-size: 5rem;
  color: #fff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


.card.projeto .card-body {
  padding: 1.25rem 1rem;
}

.card.projeto p {
  font-size: .9rem;
}

.card.projeto a:not(.btn) {
  font-size: .8rem;
}

.card.projeto .card-header {
  margin-top: -20px;
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 0 0 0;
}

.card.projeto .tit {
  font-size: 1.2rem;
}

.card.projeto.yellow .card-header {
  background-color: #f7981d;
  color: #fff;
}

.card.projeto.yellow .tit,
.card.projeto.yellow h6 {
  color: #f7981d;
}

.card.projeto.yellow .btn {
  background-color: #f7981d;
  color: #fff;
  border: 1px solid #f7981d;
  border-radius: 5px;
}

.card.projeto.yellow .btn:hover,
.card.projeto.yellow .btn:active,
.card.projeto.yellow .btn:focus {
  background-color: #f5a134;
  color: #fff;
}


.card.projeto.green .card-header {
  background-color: #4bae45;
  color: #fff;
}

.card.projeto.green .tit,
.card.projeto.green h6 {
  color: #4bae45;
}

.card.projeto.green .btn {
  background-color: #4bae45;
  color: #fff;
  border: 1px solid #4bae45;
  border-radius: 5px;
}

.card.projeto.green .btn:hover,
.card.projeto.green .btn:active,
.card.projeto.green .btn:focus {
  background-color: #47c040;
  color: #fff;
}

.card.projeto.red .card-header {
  background-color: #c3122f;
  color: #fff;
}

.card.projeto.red .tit,
.card.projeto.red h6 {
  color: #c3122f;
}

.card.projeto.red .btn {
  background-color: #c3122f;
  color: #fff;
  border: 1px solid #c3122f;
  border-radius: 5px;
}

.card.projeto.red .btn:hover,
.card.projeto.red .btn:active,
.card.projeto.red .btn:focus {
  background-color: #e01637;
  color: #fff;
}

.card.projeto.blue .card-header {
  background-color: #0095d5;
  color: #fff;
}

.card.projeto.blue .tit,
.card.projeto.blue h6 {
  color: #0095d5;
}

.card.projeto.blue .btn {
  background-color: #0095d5;
  color: #fff;
  border: 1px solid #0095d5;
  border-radius: 5px;
}

.card.projeto.blue .btn:hover,
.card.projeto.blue .btn:active,
.card.projeto.blue .btn:focus {
  background-color: #06a5ea;
  color: #fff;
}

.img-criavatar {
  margin-top: 20px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -30px;
}

.img-curio {
  outline: 10px solid #f1f1f1;
  box-shadow: 11px 10px 10px rgba(0, 0, 0, 0.5);
}

.img-curio.rot1 {
  transform: rotate(-2deg);
}

.img-curio.rot2 {
  transform: rotate(2deg);
}

.img-curio.rot3 {
  transform: rotate(0deg);
}

.btn-yammer{
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 99;
  display: block;
  box-shadow: 5px 5px 5px rgba(0,0,0,.3);
  border-radius: 50%;
}

.lgpd{
  position: fixed;
  bottom: 0;
  font-size: .8rem;
}

.like{position: relative;}
.count-likes{
  position: absolute;
  padding: 5px 0 5px 6px;
  font-size: .7rem;
  top: -6px;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  left: 52px;
  width: 28px;
  height: 28PX;
  background: #0095d5;
}

/* --------------------------------- */
/* UPLOAD DRAG N DROP
 ----------------------------------- */



/* --------------------------------- */
/* FULL WIDTH MODAL
 ----------------------------------- */
.modal.modal-custom .modal-content {
  background: #fff;
}

.modal-custom. ~ .modal-backdrop {
  background: #009b3a;
  z-index: 1040;
}

.modal-custom ~ .modal-backdrop.show {
  opacity: .8;
}

.modal-custom.vd ~ .modal-backdrop {
  background: #000;
  z-index: 1040;
}

.modal-custom.vd ~ .modal-backdrop.show {
  opacity: .9;
}

.modal-custom .modal-header {
  background: #c3122f;
  color: #fff;
  text-align: center;
}

.modal-custom .modal-header h4 {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-top: 0px;
  margin-bottom: -6px !important;
}

.modal.modal-full {
  background: transparent;
}

.modal.modal-full .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.modal.modal-full .modal-content h4 {
  margin: 15px 0 0 0;
}

.modal-full .modal-content h4 i {
  vertical-align: top;
  font-size: 2rem;
  margin-top: -5px;
}

.modal.modal-full {
  background-color: transparent !important;
}

.modal .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 10px;
  margin-top: 0;
  background: transparent;
  border: none;
}

.btn-close .svg-inline--fa {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal.modal-full .modal-dialog {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 540px) {
  .modal.modal-full .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 720px) {
  .modal.modal-full .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 960px) {
  .modal.modal-full .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 1140px) {
  .modal.modal-full .modal-dialog {
    max-width: 720px;
  }
}

.loader-spin img {
  width: 24px;
  height: 24px;
}


.mobbr {
  display: none;
}

.tabbr {
  display: none;
}

.subtit-data{
  font-size: 30px;
}

/* --------------------------------- */
/* RESPONSIVE
 ----------------------------------- */

/* iphone 5 and smaller */
@media (max-width:320px) {

  h6,
  .h6 {
    font-size: 1.1rem;
  }

  body.pgint .header-custom {
    background-color: #c3122f;
    background-image: none;
  }

  .dados-gerais{
    margin-top: 50px!important;
  }
  

}

/* Extra small devices (phones, less than 768px) */
@media (min-width:321px) and (max-width:575px) {

  h6,
  .h6 {
    font-size: 1.1rem;
  }

  .card-rank .card-body {
    flex-direction: column;
  }

  .card-rank .card-body span:nth-child(1) {
    border-radius: .5rem .5rem 0 0 !important;
  }

  .card-rank .card-body span:nth-child(3) {
    padding: 0;
  }

  .card-rank .card-body span:nth-child(4) {
    padding: 0;
  }

  .card-rank .card-body span {
    flex: none;
    justify-content: center !important;
  }

  body.pgint .header-custom {
    background-color: #c3122f;
    background-image: none;
  }

  .dados-gerais{
    margin-top: 50px!important;
  }

  
}

/* small */
@media (min-width:576px) and (max-width: 767px) {

  h6,
  .h6 {
    font-size: 1.1rem;
  }

  .card-rank .card-body span:nth-child(1) {
    flex: 1;
  }

  .card-rank .card-body span:nth-child(2) {
    flex: 6;
  }

  .card-rank .card-body span:nth-child(3) {
    flex: 3;
  }

  .card-rank .card-body span:nth-child(4) {
    flex: 2;
  }

  body.pgint .header-custom {
    background-color: #c3122f;
    background-image: none;
  }
  

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

  h6,
  .h6 {
    font-size: 1.1rem;
  }

  .card-rank .card-body span:nth-child(1) {
    flex: 1;
  }

  .card-rank .card-body span:nth-child(2) {
    flex: 6;
  }

  .card-rank .card-body span:nth-child(3) {
    flex: 3;
  }

  .card-rank .card-body span:nth-child(4) {
    flex: 2;
  }

  body.pgint .header-custom {
    background-color: #c3122f;
    background-image: none;
  }
  

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {

  h6,
  .h6 {
    font-size: 1.1rem;
  }

  .header-custom .nav-link  {
    font-size: .8rem;
  }

  .header-custom .nav-link:after {
    content: "•";
    margin-left: 20px;
  }
  

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .header-custom .nav-link:after {
    content: "•";
    margin-left: 20px;
  }

}





/* card responsive */
@media (max-width:575px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width:576px) and (max-width: 767px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

#accordion img {
	max-width: 72px;
	max-height: 52px;
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
}