@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

#menuESG{
 background-color: #004fe1;
 padding: 12px;
}

#menuESG .container a{
 color: #FFF;
 font-size: 35px;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

#second-menuESG{
 background-color: #0b4693;
 padding: .6rem;
}

#second-menuESG .container{
 padding: .4rem;
}

a.link-menu{
 color: var(--white);
 font-weight: bold;
}

a.link-menu:hover{
 color: var(--white);
}

p{
  color: #393a3f;
  font-size: 16px;
}

p.txt-branco{
  color: #fff;
  font-size: 16px !important;
}

p.txt-not{
 padding: 1rem 0;
 font-weight: 600;
}

a{
  color: #0054b3;
  font-size: 16px;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}

a.link{
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

a.link:hover{ 
  color: #fff;
  text-decoration: none;
}

ul, li{
 font-size: 16px;
 color: #393a3f;
 font-family: "Roboto", sans-serif;
} 

h1, h2, h3 {
 font-family: "Roboto", sans-serif;
 font-weight: bold;
}

h1{
 color: #FFF;
 font-size: 35px;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2{
  font-size: 23px;
  color: #21315d;
  margin: 20px 0;
}

h3.ESG{
 font-size: 16px;
 color: #000;
}

h3{
  font-size: 21px;
  color: #334a89;
  margin: 20px auto 10px;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 40px 0;
}

.box-ESG{
 padding: 20px;
 border: 2px solid #21315d;
 margin: 30px auto;
 border-radius: 10px;
}

.box-top{
 background-color: #98141c;
 padding: 12px;
}

/* EVENTOS */

.cardESG{
 border: 2px solid rgba(33 49 93);
 margin: 5px 0 0 0;
 border-radius: 10px;
}

.card-header-ESG:first-child{
 border-radius: 10px 10px 0 0;
}

.card-header-ESG{
 background-color: rgba(255, 255, 255);
 border-bottom: 2px solid rgba(33 49 93);
}

.card-body-ESG{
 padding: 3rem 2rem 2rem;
}

/* FIM EVENTOS */


.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar{
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.btn-submit{
 background-color: #334a89;
 color: #ffffff;
 border: none;
 border-radius: 10px;
 padding: 10px 40px;
 display: block;
 margin-left: auto;
}

.btn-submit:hover{
 background-color: #283b6e;
 color: #ffffff;
 border: none;
 border-radius: 10px;
 padding: 10px 40px;
}

.form-control {
 background-color: #FFFFFF;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

.card #itemhead1{
 background-color: #00a23c !important;
}

.card #itemhead2{
 background-color: #e81b2c !important;
}

.card #itemhead3{
 background-color: #ff6a24 !important;
}

.card #itemhead4{
 background-color: #006aa2 !important;
}

.card #itemhead5{
 background-color: #00476d !important;
}

#destaquesESG {
  margin: 20px 0;
}

#destaquesESG #itens .card {
  margin-bottom: 15px;
  border: 0;
  border-radius: 5px;
}

#destaquesESG #itens .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#destaquesESG #itens .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  /* background: #e49421; */
  color: #FFFFFF;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  
}

#destaquesESG #itens .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#destaquesESG #itens .card .card-header .btn-header-link.collapsed {
  /* background: #e49421; */
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}

#destaquesESG #itens .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#destaquesESG #itens .card .collapsing {
  background: #f4f4f4;
  line-height: 30px;
  padding: 0 20px;
}

#destaquesESG #itens .card .collapse {
  border: 0;
}

#destaquesESG #itens .card .collapse.show {
  background: #f4f4f4;
  line-height: 30px;
  color: #222;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}

.sticky.is-sticky {
    position: fixed;
    right: 15%;
    top: 0;
    z-index: 1000;
} 

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* MEDIA QUERIES */

@media only screen and (max-device-width: 1024px) {

.flip-card{
 width: 300px !important;
}

.flip-card-front{
 padding: 29% !important;
}

 p{
  font-size: 17px;
 }
 
 p.txt-sec{
  font-size: 16px;
 }

 h1{
  font-size: 23px;
 }

 h2{
  font-size: 21px;
 }

 .box-top{
  padding: 10px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .btn-submit{
 display: block;
 margin-left: auto;
 width: 100%;
}

.btn-submit:hover{
 
}

 .form-control {
  width: 100%;
 }
}

@media only screen and (max-device-width: 768px) {

}

@media only screen and (max-device-width: 480px) {
 h1{
  font-size: 1.5rem;
 }
}

