﻿@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";

@font-face {
  font-family: "Manrope-Light";
  src: url("../../fonts/Manrope-light.ttf") format("opentype");
}

@font-face {
  font-family: "Manrope-Bold";
  src: url("../../fonts/Manrope-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Manrope-Regular";
  src: url("../../fonts/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope-Medium";
  src: url("../../fonts/Manrope-Medium.ttf") format("truetype");
}

/**, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;*/
/*color: #fff;*/
/*}*/

#paineis-sobre {
  margin-top: 20px;
}

#paineis-sobre h5 {
  cursor: pointer;
}

.li-cpr {
  padding: 5px 10px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #2c2c2c;
  text-decoration: none;
}

*:focus {
  outline: 0 !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000 !important;
}

@media screen and (min-width: 768px) {
  #navCollapse {
    margin-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  #navCollapse {
    margin-left: 0;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-family: Manrope-medium;
}

p,
h1,
h2,
h3,
h4 {
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-family: Manrope-Bold;
  font-weight: bold;
}

body {
  margin-bottom: 60px;
  background-color: #f0f3f1;
  color: #2c2c2c;
  font-family: Manrope-Regular;
  font-size: 16px;
  box-sizing: border-box;
  overflow-y: scroll;
  text-align: justify;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  background-color: #a5dda5;
  color: #000 !important;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  min-height: 25px;
}

.footer a {
  color: #000 !important;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .footer {
    font-size: 10px;
  }
}

.color-i {
  color: rgba(227, 243, 238, 1);
  font-weight: bold;
}

.marginComponents {
  margin-top: 20px;
  margin-bottom: 10px;
}

#imgLogoTop {
  width: 100%;
  height: 100%;
}

.img_cpr_bb {
  width: 100%;
  display: block;
  margin: -30px auto -45px;
  padding: 5px 40px;
}

#imgLogoTopMob {
  display: none;
}

@media screen and (max-width: 700px) {
  #imgLogoTopMob {
    width: 100%;
    height: 110%;
    margin-top: 50px;
    display: block;
  }

  #imgLogoTop {
    display: none;
  }

  .img_cpr_bb {
    margin: 0 auto;
    padding: 5px 10px;
  }
}

.brandGCS {
  width: 5%;
  height: 5%;
  margin: 15px;
}

.respostaGCS {
  width: 10%;
  height: 5%;
}

#logo_brand.scrolled {
  display: block;
  transition: 0.3s;
}

@media screen and (max-width: 700px) {
  #logo_brand.scrolled {
    display: none;
    transition: 0.3s;
  }

  .brandGCS {
    width: 15%;
    margin-right: 10px;
  }
}

.logomensagem {
  border-radius: 3%;
  width: 10%;
  height: 5%;
}

/* Position the navbar container inside the image */
.containerMenu {
  position: absolute;
  width: auto;
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color: transparent !important;
  /* background-color: rgba(255, 255, 255, .5) !important; */
  font-weight: bold;
  position: fixed !important;
}

/* Navbar links */
.topnav a {
  float: left;
  color: #000 !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.topnav a:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: #000 !important;
  transition: 0.3s;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled .nav-link {
  color: #555;
}

@media screen and (max-width: 700px) {
  .navbar {
    background-color: rgb(255, 255, 255) fff !important;
  }
}

.navbar-toggle.collapsed {
  background-color: #a5dda5 !important;
}

.nav-item {
  margin: 5px 0 15px 0 !important;
}

a .kinda-link:hover {
  cursor: pointer;
}

.fa-plus-square,
.fa-minus-square {
  margin-right: 10px;
}

.img_responsive {
  width: 55%;
  max-width: 400px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.5s;
}

.img_responsive:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .img_responsive {
    margin-bottom: 15px;
    width: 65%;
  }

  #btnSendMessage {
    width: 100%;
  }

  .topnav {
    background-color: rgb(255, 255, 255) !important;
  }
}

.img_responsive_blog {
  width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  float: left;
  box-shadow: 5px 10px 8px #888888;
}

@media screen and (max-width: 700px) {
  .img_responsive_blog {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    float: left;
    box-shadow: 5px 10px 8px #888888;
  }

  .h5,
  h5 {
    font-size: 1.05rem;
  }
}

.img_cpr {
  display: block;
  width: 100%;
  margin: 100px auto 35px auto;
}

@media screen and (max-width: 700px) {
  .img_cpr {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.validation {
  padding-bottom: 15px;
}

.containerContato {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 50%;
  padding: 16px;
  background-color: white;
}

option {
  color: #000;
}

textarea {
  resize: none;
}

.row {
  background: transparent;
  margin-top: 5px;
}

.col {
  border: solid 1px #6c757d;
  padding: 10px;
}

.custom-control {
  display: block;
  /* min-height: 1.5rem; */
  /*padding: 0.8rem;*/
  margin: 5px;
  font-size: 15px;
}

/* Container around content */
.containerTL {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containerTL::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  margin: auto 0;
  background-color: white;
  border: 4px solid rgba(32, 55, 100, 1);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(227, 243, 238, 1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.column {
  float: left;
  width: 50%;
}

.d-none {
  transition: 0.3s;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.margin-r {
  margin-right: 10px;
  vertical-align: top;
  line-height: 1.6;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

label {
  cursor: default;
}

#subirTopo {
  text-decoration: none;
  background: transparent;
  bottom: 50px;
  left: 15px;
  color: rgba(0, 156, 59, 1);
  text-align: center;
  cursor: pointer;
  padding: 15px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  border: 0;
  opacity: 0.8;
}

#subirTopo:hover {
  opacity: 1;
}
