:root {
  --cor-primaria: #232055;
  --cor-secundaria: #4079A8;
  --cor-terciaria: #B1E1EF;
}

@media (min-width: 1200px) {
  .container {
    width: 1270px;
    max-width: 100%;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.col-menu {
  text-align: center;
  /*display: inline-block!important;*/
  line-height: 10px;
}

.inicio {
  margin-top: 100px;
  font-family: "Roboto", sans-serif;
}

.menu-gc {
  font-size: 0.9em;
  letter-spacing: 0.2px !important;
}

.top-flat {
  border-top: 10px solid var(--cor-primaria) !important;
  margin-top: -1px;
}

.col-menu.active {
  border: none;
}
body {
  overflow-x: hidden;
}

header {
  margin-top: 100px;
}

.btn {
  padding: 13px 20px;
  border-radius: 10px;
}

.btn-danger {
  background-color: var(--cor-primaria);
  border-color: var(--cor-secundaria);
}

.btn-danger:hover {
  background-color: var(--cor-secundaria);
  border-color: var(--cor-primaria);
}

.img-centered {
  margin: 0 auto;
}

.navbar-default {
  border-color: transparent;
  background-color: #fff !important; /*#333!important;*/
}
/* #003090 */
.navbar-brand {
  padding-top: 0 !important;
  margin-top: 0%;
  padding: 7px !important;
}

.navbar-default .navbar-brand {
  /* font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive; */
  font-family: "Raleway", sans-serif;
  color: #e5bc63;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: var(--cor-secundaria);
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
  border-color: var(--cor-secundaria);
  background-color: var(--cor-primaria);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: var(--cor-secundaria);
}

.navbar-default .nav li a {
  text-transform: uppercase;
  /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: var(--cor-secundaria);
}

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: var(--cor-secundaria);
  background-color: transparent;
  border: 2px solid var(--cor-secundaria);
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--cor-primaria);
  background-color: transparent;
}

#logo-gc img {
  width: 200px;
  margin-top: -8%;
}

#top-details {
  margin-top: -1%;
  list-style-type: none;
}

#top-details li {
  display: inline-block;
  padding-right: 2%;
}

#top-details li:last-child {
  padding-right: 0;
}

#top-details a,
#top-details label {
  color: var(--cor-primaria);
}

.text-blue {
  color: #333;
  font-family: "Raleway", sans-serif;
}

#top-details a i,
#top-details i,
#top-details span {
  color: #e5bc63 !important;
}

#top-details span {
  font-size: 1.5em;
  font-weight: bolder;
}

#top-details a img {
  margin-top: -1%;
}

#top-details a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar-default {
    padding: 20px 0;
    border: 0;
    background-color: transparent;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 10px;
  }

  .navbar-default.navbar-shrink {
    padding: 10px 0;
    /* background-color: rgba(19,36,56, 1)!important; */
    border-bottom: 2px solid var(--cor-secundaria);
  }

  .navbar-shrink img {
    width: 180px !important;
    margin-top: -6% !important;
  }

  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-indicators {
  display: list-item;
}

.superior {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
}

.texto-banner {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 12%;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.texto-banner h1 {
  font-size: 5em;
  font-weight: bolder;
}

.texto-banner h2 {
  font-size: 2.5em;
  font-weight: 400;
}

/* NOTICIAS */

.carousel-control.left,
.carousel-control.right {
  background: none;
}

#carousel-news i.material-icons,
#carousel-noticias i.material-icons {
  color: #333;
  text-shadow: none;
}

#carousel-news .carousel-control,
#carousel-noticias .carousel-control {
  position: relative;
  opacity: 1;
  /* float: right; */
}

/* .col-xs-4 .item {
	position: relative;
} */

.link-noticias {
  pointer-events: none; /* isto faz com que o clique "passe" adiante */
  min-height: 100%; /* Aqui voce define o tamanho do degrade */
  width: 90%;
  position: absolute;
  bottom: 0;
  /* Para branco, use 255,255,255,0 e 255,255,255,1 */
  background: -moz-linear-gradient(
    top,
    rgba(68, 104, 131, 0) 0%,
    rgba(68, 104, 131, 1) 75%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(68, 104, 131, 1) 0%,
    rgba(68, 104, 131, 1) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(68, 104, 131, 0) 0%,
    rgba(68, 104, 131, 1) 75%
  );
  /* Para branco, use #00ffffff e #ffffff abaixo */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#446883',GradientType=0 );
}

.content-news {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 2% 5%;
  width: 90%;
}

.content-news h2 {
  font-size: 1.4em;
  font-weight: bold;
}

.content-news p {
  font-family: "Raleway", sans-serif;
  text-align: justify;
}

.content-news .data,
.content-news .read-more a {
  color: #e5bc63;
  font-size: 0.9em;
  font-weight: bold;
}

.content-news .read-more a:hover {
  text-decoration: none;
  color: var(--cor-primaria);
}

.hr-news {
  width: 80%;
  border-width: 1px;
  margin-bottom: 3%;
  margin-top: 0;
  float: left;
  display: block;
}

.panel-noticias .hr-news {
  border-color: #fff;
}

.content-news .col-md-6.data {
  padding-left: 0 !important;
}

.content-news .read-more {
  padding-right: 0 !important;
}

/* Solucoes */
#solucoes {
  font-family: "Roboto", sans-serif;
}

#solucoes p {
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Roboto", sans-serif;
  text-align: justify;
  font-size: 1.11em;
  /* letter-spacing:0.5em; */
}

#solucoes h1 {
  color: var(--cor-primaria);
  font-size: 1.5em;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

#solucoes .panel-noticias h1 {
  color: #fff;
}

#solucoes h2 {
  color: #b39658;
  font-size: 1em;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.btn-bordered {
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  margin: 0 auto 8px;
  max-width: 250px;
  text-decoration: none;
  text-align: center;
  /* border-radius: 4px; */
  padding: 20px 30px;
  box-shadow: 0 0 0 3px rgb(25, 43, 63);
  color: #333;
  font-weight: bolder;
}

.btn-bordered:hover {
  box-shadow: 0 0 0 3px rgb(101, 149, 183);
  text-decoration: none;
  color: var(--cor-secundaria);
}

.square-box {
  float: left;
  margin-left: -2.5%;
  padding: 0;
}

.title-solucoes {
  color: #404040;
  text-transform: uppercase;
  font-size: 1em;
  display: block;
  font-weight: 600;
}

.circle {
  background-color: var(--cor-secundaria);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 8.5%;
  margin-top: 12%;
}

.text-box {
  float: right;
  padding: 2% 0 2% 3%;
  margin-left: 2%;
}

.text-box .description {
  text-align: justify;
  color: #333;
  font-family: "Raleway", sans-serif;
}

.link-todos,
.link-todos-left {
  color: #333;
  font-weight: bold;
  margin-right: 2%;
}

.link-todos:hover,
.link-todos-left:hover {
  text-decoration: none;
}

.link-todos i {
  margin: -3px 3px 3px -25px;
  position: absolute;
}

.link-todos span {
  padding-right: 25px;
}

.link-todos-left i {
  margin: -3px 3px 3px 0px;
  position: absolute;
}

.link-todos-left span {
  padding-left: 25px;
}

#solucoes .items {
  /* background-color: #f5f5f5; */
  margin-top: -10px;
  padding-right: 0;
  margin-bottom: 1%;
}

#solucoes .items:hover {
  background-color: #fff;
  /* -webkit-box-shadow:inset 0px 0px 0px 1px #e7e7e7;
	    -moz-box-shadow:inset 0px 0px 0px 1px #e7e7e7;
	    box-shadow:inset 0px 0px 0px 1px #e7e7e7; */
}

#solucoes .items:hover .circle {
  background-color: var(--cor-terciaria);
}

#solucoes .items:hover .title-solucoes {
  color: var(--cor-primaria);
}

#solucoes .items:hover .text-box .description {
  color: #54667a;
}

#solucoes .items .col-md-6 {
  padding-right: 0;
}

.panel-noticias {
  /*background-color: #003090 00416d;
  background-color: #0a233c;*/

  background-color: var(--cor-primaria);
}

#gc-banner,
.gc-banner {
  /* background-color: #12212f; */
  background-color: rgba(19, 36, 56, 0.9);
}

#testemonials {
  background-color: rgba(0, 0, 0, 0.9);
}

#seguradoras {
  background-color: #fff;
  min-height: 250px;
}
/* FOOTER */

footer {
  background-color: #f6f6f6;
  color: #404040;
  text-align: justify;
  /* height: 275px; */
  padding-top: 1%;
  font-family: "Roboto", sans-serif;
}

footer h3 {
  color: var(--cor-primaria);
  /* font-size: 1.8em; */
  font-weight: bolder;
}

footer p {
  font-weight: 300;
  line-height: 1.5em;
}

footer p.description {
  margin-top: 4%;
  font-weight: 300;
  line-height: 1.6em;
}

footer p span {
  padding-left: 10%;
}

footer p i {
  color: var(--cor-primaria);
  margin-top: -3px;
  position: absolute;
}

footer ul {
  list-style: none;
}

footer ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: var(--cor-primaria);
  margin-right: 2%;
}

footer .logo {
  margin-top: 3%;
}

footer ul li {
  margin-bottom: 6%;
}

footer a {
  color: #404040;
}

footer a:hover {
  color: var(--cor-primaria);
  text-decoration: none;
}

#sub-rodape {
  background-color: #e2e2e2 !important;
  height: 60px;
  bottom: 0;
}

#sub-rodape p {
  padding: 1.8% 0 0 0;
}

#sub-rodape img {
  margin-top: -7px;
}

/* institucional */

.col-md-6 .superior {
  background: rgba(0, 0, 0, 0.75);
}

.col-md-6 .superior:hover {
  background: rgba(0, 0, 0, 0.65);
}

.texto-business {
  position: absolute;
  top: 20%;
  left: 12%;
  width: 80%;
  font-family: "Raleway", sans-serif;
}

.texto-business h1 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 2.5em;
  text-align: left;
}

.title-business h1 {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1%;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.title-business span {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 1%;
}

.title-business h2 {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 1%;
  text-transform: uppercase;
}

.title-business h1 i {
  color: var(--cor-primaria);
  font-size: 1em;
}

.sol-individual-itens li {
  margin-bottom: 1%;
}

.sol-individual-itens li i {
  color: var(--cor-primaria);
  font-size: 2em;
}

.ul-itens {
  margin-left: 15px !important;
  display: block;
}

.services-items {
  text-transform: uppercase;
  color: #e5bc63;
  font-weight: 700 !important;
}

.services-items-details {
  margin-left: 15px;
  display: block;
}

.sol-individual-itens li span {
  font-weight: normal;
}

.title-business h2 i {
  color: #e5bc63;
  font-size: 0.8em;
  font-weight: bolder;
}

.title-business p {
  margin-left: 4%;
}

.title-business-details {
  width: 15%;
  float: left;
  border-width: 1px;
  border-color: #ddd;
  margin-top: 6px;
}

.title-business-details-item {
  width: 98%;
  float: left;
  border-width: 1px;
  border-color: #ddd;
  margin-top: 0;
}

.history,
.title-business p {
  font-family: "Roboto", sans-serif;
  line-height: 1.6em;
  text-align: justify;
}

.history img {
  padding: 2% 10%;
}

.history p {
  /* font-family: "Roboto",sans-serif;
	    font-size: 1.2em;
	    font-weight: 300;
	    line-height: 1.3em;
	    padding-right: 1%; */
  color: #9c9c9c;
  font-size: 1.1em;
  font-weight: 500;
}

.flag-details {
  vertical-align: middle;
}

.flag-details .col-md-3 .info {
  position: absolute;
  padding-top: 16%;
  /* margin-top: -5%; */
}

.text-business span.yellow {
  font-family: "Raleway", sans-serif;
  font-size: 5em;
  font-weight: bolder;
  color: #e5bc63;
}

.text-business span.white {
  font-size: 1.6em;
  font-weight: 900;
  color: white;
}

/* testemonials */

#testemonials {
  margin-top: 2%;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #fff;
  font-size: 3.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button
#quote-carousel .carousel-control.left
{
  left: -12px;
}
Next button
#quote-carousel .carousel-control.right
{
  right: -12px !important;
} */
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #fff;
}
#quote-carousel .carousel-indicators .active {
  background: transparent;
}
/* #quote-carousel img
{
  width: 250px;
  height: 100px
} */

#quote-carousel .carousel-inner {
  overflow: unset !important;
}

.img-testemonial {
  width: 130px !important;
  height: 130px !important;
  border: 2px solid #fff;
  margin-top: -20%;
}
/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote small {
  text-align: right;
  color: #e5bc63;
  font-family: "Raleway", sans-serif;
}

.item blockquote p {
  color: #fff;
  font-family: "Raleway", sans-serif;
  line-height: 1.6em;
  text-align: center;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  float: left;
  margin-right: 10px;
  color: #fff;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 0px 20px 0px;
  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

.testemonial-content {
  position: absolute;
  padding: 2% 0;
}

.testemonial-content a {
  color: #e5bc63;
  font-weight: bold;
}

/* Soluções */

.solucoes-description {
  margin-top: 2%;
}

.solucoes-description .item {
  /* width: 90%; */
  /* border: 2px solid #fff; */
  /* padding: 1%; */
  position: relative;
}

.solucoes-description .item .superior:hover {
  background: rgba(0, 0, 0, 0.7);
}

.text-solucoes-item {
  /* position: absolute; */
  /* top: 30%; */
  /* left: 20%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  text-align: center;
  /* width: 80%; */
  font-family: "Raleway", sans-serif;
}

.text-solucoes-item p {
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
}

.solucoes-description .row {
  margin-bottom: 2.4%;
}

.solucoes-description .img-item {
  width: 100%;
}

.solucoes-menu a {
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  margin: 0 auto 8px;
  max-width: 100%;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  padding: 20px 30px;
  text-transform: uppercase;
}

.solucoes-menu a i {
  font-size: 1.4em;
}

.solucoes-menu a.new-button {
  /* color: rgba(249, 168, 37, 0.9); */
  color: rgba(0, 120, 160, 0.6);
  box-shadow: rgba(0, 120, 160, 0.4) 0 0px 0px 2px inset;
}

.solucoes-menu a.new-button:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(0, 120, 160, 0.9) 0 0px 0px 40px inset;
}

#seven-files {
  background: #072640 url("../images/background_carousel.png") repeat fixed
    center center;
}

.pattern {
  background: rgba(255, 255, 255, 0.1) url("../images/fundo.png") no-repeat
    scroll top right / 60% auto;
}

.end-page {
  background: rgba(255, 255, 255, 0.1) url("../images/fundo_2.png") no-repeat
    scroll bottom right / 60% auto;
}

.letreiro,
.topico {
  margin-top: 20%;
  margin-left: 7%;
  text-align: left;
  width: 70%;
}

.letreiro i {
  border: 5px solid var(--cor-primaria);
  border-radius: 50%;
  color: var(--cor-primaria);
  font-size: 3em;
  margin-top: 15%;
  padding: 1.5%;
}

.topico i {
  /* border: 5px solid #003090;
	border-radius: 50%; */
  color: var(--cor-primaria);
  font-size: 3em;
  margin-top: 10%;
  padding: 1.5%;
}

.letreiro h1,
.topico h1 {
  color: var(--cor-primaria);
  font-size: 1.5em;
  padding: 0 15%;
}

.btn-voltar a {
  color: #e5bc63;
}

.btn-voltar a i {
  color: #333;
}

.sol-description p {
  padding: 0;
  margin-left: 0;
}

/* Noticias */

.superior-news {
  background: rgba(0, 0, 0, 0.6);
}

.news .col-xs-4 {
  margin-bottom: 2%;
}

.text-news {
  width: 90%;
  text-align: justify;
}

.text-news span {
  color: #e5bc63;
  font-weight: 600;
  font-family: sans-serif;
}

.text-news h2 {
  font-weight: 700;
  width: 85%;
}

.text-news p {
  text-transform: none;
  width: 85%;
}

.superior-news a.new-button {
  color: rgba(255, 255, 255, 0.85);
  padding: 1%;
  box-shadow: rgba(179, 150, 88, 0.9) 0 0px 0px 40px inset;
  left: 39%;
  position: relative;
  top: 10%;
}

.superior-news a.new-button:hover,
.form-contato button.new-button {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  box-shadow: rgba(179, 150, 88, 1) 0 0px 0px 40px inset;
}

/* contato */

.form-contato label {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.form-contato input {
  height: 50px;
}

.form-contato .row {
  margin-bottom: 2%;
}

.form-contato button.new-button {
  color: rgba(255, 255, 255, 0.85);
  padding: 3%;
  border-radius: 2px;
  margin-right: 2%;
  font-weight: 600;
  box-shadow: rgba(179, 150, 88, 0.9) 0 0px 0px 40px inset;
}

.contact-item {
  margin-bottom: 5%;
}

.contact-item h4 {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
}

.contact-item hr {
  margin-top: 1%;
  margin-bottom: 1%;
}

.item-description {
  padding: 3% 2%;
  margin-left: 1%;
}

.item-description p i {
  color: var(--cor-secundaria);
  margin-top: -3px;
  position: absolute;
}

.item-description p span {
  padding-left: 10%;
  font-family: "Raleway", sans-serif;
  color: #333;
}

.item-description .btn-bordered {
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  margin: 0 auto 8px;
  max-width: 150px;
  text-decoration: none;
  text-align: center;
  /* border-radius: 4px; */
  padding: 10px 20px;
  box-shadow: 0 0 0 3px rgb(25, 43, 63);
  color: #333;
  font-weight: bolder;
}

.item-description .btn-bordered:hover {
  box-shadow: 0 0 0 3px rgb(101, 149, 183);
  text-decoration: none;
  color: var(--cor-secundaria);
}

.contact-helpers {
  /* margin-top: 4.5%; */
  padding-left: 3%;
}

form .btn {
  margin-right: 2%;
}

/* SEGUROS */

#seguros .panel-default {
  border-color: transparent;
}

#seguros .panel-default:hover {
  border-color: #ddd;
  background-color: #f2f2f2;
}

#seguros .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent !important;
}

#seguros .panel-footer {
  background-color: transparent;
  border-top: none;
}

#seguros h3 {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #2a333c;
}

#seguros p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

#seguros .btn {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.item .col-xs-3 {
  border-right: 1px dotted #dedede;
}

.item .col-xs-3:last-child {
  border-right: none;
}

#carousel-noticias img {
  width: 100%;
  border: 2px solid #fff;
  /* border-bottom: 2px solid #fff; */
}

#carousel-noticias p,
#carousel-noticias a,
#carousel-noticias h3 {
  color: #333;
  font-family: "Roboto", sans-serif;
}

#carousel-noticias .carousel-control i {
  color: var(--cor-primaria);
}

#carousel-noticias .carousel-indicators {
  bottom: -12%;
}

#carousel-noticias .carousel-indicators li {
  border: 1px solid var(--cor-primaria);
  border-radius: 50%;
}

#carousel-noticias .carousel-indicators .active {
  background-color: var(--cor-primaria);
}

#carousel-noticias p {
  font-weight: 300;
  font-size: 1.1em;
}

.btn-read-more {
  margin-top: 4%;
}

.thin-text {
  font-weight: 200 !important;
  font-size: 1em !important;
  color: #404040;
}

.title-institucional {
  margin-top: 10%;
  margin-left: 3%;
}

ul.institucional-itens li span {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2em;
}

ul.institucional-itens li p {
  margin: 2% 0 4% 6.5%;
  color: #9c9c9c;
}

ul.institucional-itens li:before {
  content: "\f1db";
  font-family: FontAwesome;
  color: var(--cor-primaria);
  margin: 0 2%;
}

ul.institucional-itens li:hover:before {
  content: "\f111";
  font-family: FontAwesome;
}

ul.institucional-itens ul {
  margin-left: 5%;
}

ul.institucional-itens ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: var(--cor-primaria);
  margin: 0 2%;
}

ul.institucional-itens ul li:hover:before {
  content: "\f0da";
  font-family: FontAwesome;
}

.news {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  border: 1px solid #eaeaea;
}

.news .img-figure {
  position: relative;
}

.news .img-figure img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.news:hover .img-figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news .title {
  /*padding: 29px 30px;*/
  padding: 45px 30px;
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news .title h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  color: var(--cor-primaria);
  text-align: center;
}

.news:hover .title {
  margin-top: -90px;
  background: #fff;
}

.news p.description {
  position: relative;
  font-weight: normal;
  line-height: 22px;
  opacity: 0;

  text-align: center;

  padding: 15px 30px 0px 30px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news:hover p.description {
  opacity: 1;
}

p.more {
  text-align: center;
}

.more a {
  position: relative;
  font-size: 13px;
  margin-top: 30px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  color: var(--cor-secundaria);
}

.news:hover a:after {
  width: 30px;
}

.cat {
  background: var(--cor-secundaria);
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  padding: 3px 15px;
}

ul.menu-principal li ul.dropdown {
  min-width: 100%; /* Set width of the dropdown */
  background: #f2f2f2;
  display: none;
  position: absolute;
  z-index: 999;
  left: -40px;
}
ul.menu-principal li:hover ul.dropdown {
  display: block; /* Display the dropdown */
}
ul.menu-principal li ul.dropdown li {
  display: block;
  padding: 12% 2%;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  width: 200px;
}

@media screen and (max-width: 360px) {
  #solucoes h1 {
    font-size: 3em;
  }

  #solucoes h2 {
    font-size: 1.6em;
  }

  .text-box {
    margin-left: 0;
    padding: 2% 2%;
  }

  .title-business h1 {
    font-size: 1.3em;
  }
  .history {
    padding: 4%;
  }

  .flag-details .col-md-3 .info {
    padding-bottom: 10%;
    padding-top: 0;
    position: relative;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 200px;
  }

  .texto-banner {
    top: 10%;
  }

  .texto-banner h1 {
    font-size: 1.8em;
    margin-top: 20%;
  }

  .texto-banner h2 {
    font-size: 1.2em;
  }

  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 5px;
  }

  .text-news p {
    font-size: 0.8em;
  }
  .superior-news a.new-button {
    font-size: 0.8em;
    margin-left: 25%;
  }

  .mapa svg {
    width: 270px;
  }

  .title-business h2 {
    font-size: 1.2em;
  }

  .img-logo {
    width: 80px;
  }

  #logo-gc img {
    width: 60px;
  }

  .navbar-brand {
    margin-top: 1%;
  }

  .col-menu {
    width: 100%;
  }

  /*.navbar-default .navbar-collapse.in {
            background-color: rgba(19, 36, 56, 1) !important;
        }*/

  .img-event {
    width: 100%;
  }
}

.alinhador {
  margin-top: 6%;
}

@media screen and (max-width: 810px) {
  .navbar-brand {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  #solucoes h1 {
    font-size: 1.8em;
    padding-top: 4%;
  }

  #logo-gc img {
    width: 160px;
  }
  .circle {
    padding: 2.5%;
  }

  .end-page {
    background: rgba(255, 255, 255, 0.1) url("../images/fundo_2.png") no-repeat
      scroll right bottom / 30% auto;
  }

  .grid .col-md-4 {
    width: 47% !important;
  }

  .pattern {
    background: rgba(255, 255, 255, 0.1) url("../images/fundo.png") no-repeat
      scroll right top / 40% auto;
  }

  .news .title h1 {
    font-size: 14px;
  }

  .navbar-brand {
    height: 45px;
    margin-top: -60%;
  }
  .navbar-default {
    padding: 15px 0 0;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-bottom: 5px;
  }

  .texto-banner {
    top: 28%;
  }
  .news-banner {
    top: 10% !important;
  }

  .texto-banner h1 {
    font-size: 2.5em;
    margin-top: 17%;
  }

  .texto-banner h2 {
    font-size: 1.5em;
    margin-top: -15px;
  }
  .news-banner h2 {
    margin-top: 0px !important;
  }
}

/*@media screen and (min-width: 979px) and ( max-width: 1024px) {

        .navbar-default .nav li a {
          font-size: 0.8em;
        }
    }*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-nav {
    float: right;
    width: 80%;
  }

  .navbar-brand {
    margin-top: -3% !important;
  }

  .navbar-default .nav li a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 480px) {
  .texto-banner {
    top: 30%;
  }

  .grid .col-md-4 {
    width: 95% !important;
  }

  figure.effect-oscar h2 {
    font-size: 1em;
  }

  .pattern {
    background: none;
  }

  .letreiro h1,
  .topico h1 {
    font-size: 1.2em;
    text-align: right;
  }

  .navbar-brand {
    margin-top: 0 !important;
  }

  .texto-banner h1 {
    font-size: 2em;
    margin-top: 20%;
  }

  .circle {
    padding: 3.3%;
  }

  .texto-banner h2 {
    font-size: 1em;
  }

  #solucoes h1 {
    font-size: 1.8em;
    padding-top: 4%;
  }

  .news .title h1 {
    font-size: 15px;
  }

  ul.menu-principal li ul.dropdown {
    left: 0;
  }

  ul.menu-principal li ul.dropdown li {
    padding: 6% 1%;
    width: 100%;
    text-align: center;
  }
}

.seguradoras img {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

.seguradoras:hover img {
  filter: none;
  /* IE6-9 */
  filter: grayscale(0);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Atualização 07-2023 */
.button-video {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  cursor: pointer;
  left: calc(50% - 40px);
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: transform 0.5s;
}

.button-video:hover {
  transform: scale(1.1);
}

.container-video {
  display: flex;
  align-items: center;
}

.button-video--aux {
  display: flex;
  justify-content: center;
  align-items: center;
}

.play {
  font-size: 70px !important;
  color: #f53939;
}

#video-background {
  width: 100%;
  height: 100%;
  z-index: 10000 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(9, 53, 141, 0.85);
}

#iframe-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 70%;
  min-height: 70%;
  transform: translate(-50%, -50%);
}

.bx-wrapper {
  margin-top: 0;
  margin: 4% auto;
}

footer .dropdown-item {
  display: block;
  margin: 5px;
}

footer .dropdown-item:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #072a3c;
  margin-right: 2%;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -250px;
}

#seguros img {
  width: 200px;
  height: auto;
  border-radius: 15px;
}

@media screen and (max-width: 980px) {
  #footer-logo {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .button-video {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    cursor: pointer;
    left: calc(50% - 25px);
    font-size: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: transform 0.5s;
  }

  .play {
    font-size: 40px !important;
    color: #f53939;
  }
}

#footer-logo img {
    max-width: 250px;
}
/* Fim da atualização 07-2023 */
