/*TAGS*/
body {
}

section {
  padding: 2rem 0;
}

h1, h3, h4,
#overlay nav ul li a,
.link,
.btn2,
.tabs ul li a:hover,
.tabs ul li a.active,
.sobre-ceo h5 strong,
.active,
.sobre-tray h2,
.como-funciona-tray h2,
.intro-tray h2,
.contato-tray h2 {
  font-family: 'Gotham', sans-serif;
  font-weight:  bold !important;
}

body,
h5,
p,
span,
small,
a,
li,
label,
.como-funciona-tray h4  {
  font-family: 'Montserrat Regular', sans-serif !important; 
  color: #56585a;
}

a {
  text-decoration: none !important;
}

img {
  width: 100%;
}

/* SCROLLBAR */
#scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #030310;
}

#scrollbar::-webkit-scrollbar {
  width: 9px;
  background-color: #030310;
}

#scrollbar::-webkit-scrollbar-thumb {
  background-color: #cf0000;
  border-radius: 6px;
}

/* TELA DE CARREGAMENTO */
.tela-carregamento {
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

/* POLÍTICA DE COOKIES */
.politica-cookies {
  background-color: #030310;
  padding: 2rem 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.politica-cookies p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}

.politica-cookies a {
  color: #fff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.politica-cookies a:hover {
  color: #030310;
}

/*************** KeyFrames ***************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/*CLASSES*/
.centro {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.error {
  color: #cf0000;
}

.checked {
  display: none;
}

.flex-centro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex1 {
  display: flex;
  align-items: center;
}

.flex2 {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* ALTERAÇÃO BOOTSTRAP */
.container-fluid {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

/* MODALS */
.modal-content {
  background-color: #f2f2f2 !important;
  border: none !important;
  -webkit-box-shadow: 3px 6px 6px 1px rgba(0,0,0,.16);
  box-shadow: 3px 6px 6px 1px rgba(0,0,0,.16);
  padding: 3rem 4rem;
  border-radius: 0 !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
  margin: 0 auto;
}

.ico-success,
.ico-alert,
.ico-erro,
.ico-info {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto;
}

.ico-success i,
.ico-alert i,
.ico-erro i,
.ico-info i {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  font-size: 60px;
}

.modal-body {
  text-align: center;
}

.modal-body h3 {
  font-size: 35px;
  color: #030310;
}

.modal-body p {
  color: #56585A;
  font-size: 20px;
}

.btn-sucesso,
.btn-alerta,
.btn-erro,
.btn-infomacao {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  text-transform: uppercase;
  padding: .8rem 4rem;
  font-size: 17px;
  letter-spacing: 1px;
}

.btn-sucesso, .ico-success {
  background-color: #4F9E21;
}

.btn-alerta, .ico-alert {
  background-color: #F1CD17;
}

.btn-erro, .ico-erro {
  background-color: #DE1D26;
}

.btn-infomacao, .ico-info {
  background-color: #2D48A4;
}

/*ANIMAÇÃO*/
.animateblock {
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}

.animateblock.animated {
  opacity: 1;
}

.animateblock.left {
  margin-left: -2%;
}
.animateblock.left.animated {
  margin-left: 0%;
}

.animateblock.right {
  display: block;
  margin-left: 2%;
}
.animateblock.right.animated {
  margin-left: 0%;
}

.animateblock.top {
  display: block;
  margin-top: -25px;
}
.animateblock.top.animated {
  margin-top: 0px;
}

.animateblock.btm {
  display: block;
  width: auto;
  text-align: center;
  margin-top: 25px;
}
.animateblock.btm.animated {
  margin-top: 0;
}

.animateblock.centerleft {
  display: block;
  width: auto;
  text-align: center;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}

.animateblock.centerright {
  display: block;
  width: auto;
  text-align: center;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}

.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}

.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}

/* TELA DE ERRO */
.tela-erro {
  min-height: 100vh;
  background-image: linear-gradient(to bottom, #f0eeee, #fff, #fff, #fff, #fff, #fff, #f0eeee);
  display: flex;
  align-items: center;
}

.tela-erro .flex1 {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.tela-erro img {
  max-width: 500px;
}

.tela-erro h2 {
  color: #de1d26;
  font-size: 55px;
}

.tela-erro p {
 color: #56585a;
 font-size: 16px;
}

.fixedTopMenu {
  position: fixed;
  z-index: 999;
}

/* TRAY */
.flex3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-tray {
  background: linear-gradient(to right bottom, #CB1B19, #D22C08);
  padding: 3rem 0;
}

.intro-tray span,
.intro-tray h2,
.intro-tray p {
  color: #fff;
}

.intro-tray span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

.intro-tray h2 {
  font-size: 36px;
}

.intro-tray p {
  font-size: 15px;
}

.intro-tray img {
  max-width: 80%;
}

.como-funciona-tray {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.como-funciona-tray h2,
.como-funciona-tray h4 {
  color: #0c0c0c;
}

.como-funciona-tray h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.como-funciona-tray h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.como-funciona-tray p {
  color: #56585A;
  font-size: 14px;
  text-align:  justify;
}

.projetos-tray {
  height: 60vh;
  padding: 100px 0;
}

.projetos-tray h2 {
  font-size: 36px;
  color: #0c0c0c;
  text-align: center;
}

.sobre-tray {
  background-color: #002C6A;
  padding: 9rem 0;
  background: linear-gradient(to bottom, rgba(0, 44, 106, 0.8), rgba(0, 44, 106, 1)),
  url("../img/fundo-tray.jpg") no-repeat fixed center;
  background-size: cover;
}

.sobre-tray h2,
.sobre-tray p {
  color: #fff;
}

.sobre-tray img {
  max-width: 60%;
}

.contato-tray {
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(12,12,12,1) 50%);
  padding: 100px 0;
}

.contato-tray h2 {
  color: #0C0B0B;
  font-size: 36px;
}

.contato-tray p {
  color: #56585A;
  font-size: 14px;
}

.contato-tray .form-control {
  background-color: transparent;
  border-radius: 0;
  border: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contato-tray .form-control:focus {
  background-color: transparent;
  border-bottom: 1px solid #cf0000;
  box-shadow: none;
  color: #fff;
}

.contato-tray .form-label {
  color: #fff;
  font-size: 14px;
}

.contato-tray .col-lg-6 {
  padding: 0 5rem;
}

.btn-tray {
  border: 2px solid #fff;
  color: #fff;
  padding: .5rem 3rem;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 14px;
  letter-spacing: 3px;
}

.btn-tray:hover {
  background-color: #fff;
  color: #0c0c0c;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.copy-tray {
  background-color: #f6f6f6;
  text-align: center;
  padding: 1rem 0;
}

.copy-tray p {
  font-size: 12px;
  letter-spacing: 2px;
  color: #0C0B0B;
  margin-bottom: 0;
}