@charset "UTF-8";
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");

body, #skel-layers-wrapper {
    background: #f3f6fa!important;
    overflow-x: hidden!important;
}

body, input, select, textarea {
    color: #817c7f!important;
    font-family: 'Lato', sans-serif!important;
    font-size: 15pt!important;
    font-weight: 300!important;
    letter-spacing: 0.025em!important;
    line-height: 1.75em!important;
    overflow-x: hidden!important;
}
body, input, select, textarea {
		font-size: 13pt!important;
		letter-spacing: 0.025em!important;
		line-height: 1.65em!important;
        overflow-x: hidden!important;
	}
body{
        margin:0;
        font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size:1rem;
        font-weight:400;
        line-height:1.5;
        color:#212529;
        text-align:left;
        background-color:#fff;
        min-width: 390px;
        
            overflow-x: hidden;
            background-position-y: fixed;
    
    }   
h1, h2, h3, h4, h5, h6 {
    color: inherit!important;
    font-weight: 300!important;
    line-height: 1.75em!important;
    margin-bottom: 1em!important;
    text-transform: uppercase!important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit!important;
    text-decoration: none!important;
}

h2 {
    font-size: 1.5em!important;
    letter-spacing: 0.1em!important;
}


h3 {
    font-size: 1.15em!important;
    letter-spacing: 0.025em!important;
}


/* Banner */
@-moz-keyframes reveal-banner {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes reveal-banner {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes reveal-banner {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes reveal-banner {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes reveal-banner {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#banner {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #645862;
    background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../images/banner.jpg");
    background-position: bottom left, bottom right, top left, top center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 25em, 25em, auto, cover;
    color: rgb(255, 255, 255);
    cursor: default;
    padding: 6em 0;
    text-align: center;
	height:100vh;
}

#banner .inner {
    -moz-animation: reveal-banner 1s 0.25s ease-in-out;
    -webkit-animation: reveal-banner 1s 0.25s ease-in-out;
    -o-animation: reveal-banner 1s 0.25s ease-in-out;
    -ms-animation: reveal-banner 1s 0.25s ease-in-out;
    animation: reveal-banner 1s 0.25s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: rgba(52, 27, 43, 0.5);
    color: white;
    display: inline-block;
    opacity: 0;
    padding: 3em;
    text-align: center;
}

#banner .inner header {
    display: inline-block;
    /*border-bottom: solid 2px;
    border-top: solid 2px;*/
    /*margin: 0 0 2em 0;*/
    padding: 3px 0 3px 0;
}

#banner .inner header h2 {
    border-bottom: solid 4px;
    border-top: solid  4px;
    border-left: 0px;
    border-right: 0px;
    border-style: double;
    font-size: 2.5em;
    font-weight: 900;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 0.4em;
    position: relative;
    text-transform: uppercase;
}

#banner .inner p {
    letter-spacing: 0.1em;
    margin: 0;
    text-transform: uppercase;
}

#banner .inner p a {
    color: inherit;
    font-weight: 400;
    text-decoration: none;
}

#banner .inner footer {
    margin: 2em 0 0 0;
}


#main {
    background-image: url("images/dark-tl.svg"), url("images/dark-tr.svg"), url("images/dark-bl.svg"), url("images/dark-br.svg");
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    background-size: 25em;
    padding: 7em 0;
}

#main > :last-child {
    margin-bottom: 0;
}

#main .sidebar section {
    border-top: solid 1px rgba(124, 128, 129, 0.2);
    margin: 3em 0 0 0;
    padding: 3em 0 0 0;
}

#main .sidebar section:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

body.index #main {
    padding-top: 0em;
}

/* FORM */

.inputStyle {
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border: solid 1px rgba(124, 128, 129, 0.2);
    color: inherit;
    display: block;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
    outline: 0;
}

.inputStyle:focus {
    border-color: #83d3c9;
}

.inputStyle {
    line-height: 1em;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    position: relative;
    top: 3px;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}



.thumbnail {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

@media (max-width: 768px) {
    .thumbnail {
    position: static;
    width: 100%;
    height: 316px;
    overflow: hidden;
    }
  }


.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.xx{
    width: 360px;
    padding: 9px;
    background-color: #b81b1d;
    color: white;
    font-size: 22px;
    border-radius: 27px;
    border: solid 1px #b81b1d;
display: inline;
}

.xxx{
  width: 360px;
padding: 11px;
background-color: #464141;
color: white;
font-size: 22px;
border-radius: 10px;

display: inline;
font-weight: bold;


}
.xxy{
   width: 360px;
    padding: 5px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 13px;
    border-radius: 27px;
    border: solid 0px #ff0000;
   display: inline;
   letter-spacing: 0px !important;
font-weight: bolder !important;
text-transform: uppercase;

}
.yy{
   width: 360px;
    padding: 5px;
    background-color: #04a287;
    color: #ffffff;
    font-size: 15px;
    border-radius: 27px;
    border: solid 0px #04a287;
   display: inline;
   letter-spacing: 0px !important;
   font-weight: bolder !important;
   text-transform: uppercase;
   

}

#fh5co-gallery-list li a .case-studies-summary h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 0;
    font-size: 17px;
  text-transform: uppercase;
  }
  @media screen and (max-width: 768px) {
    #fh5co-gallery-list li a .case-studies-summary h2 {
      font-size: 20px;
    }
  }

  .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Altura total da janela de visualização */
    background-color: #f0f0f0;
}

.logo-container img {
    opacity: 0;
    animation: fadeLogo 2s infinite alternate;
}

@keyframes fadeLogo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.text-center5{
    text-align:center!important
}
@media (max-width:768px){
    .text-center5{
        display: grid;
        grid-template-columns: 1fr;
        /* max-width: 340px; */
        max-width: 98%;
    }
}
.g2{
    margin-bottom:.5rem;
    font-weight:500;
    line-height:1.2;
    font-size:2rem;
}
@media (max-width:768px){
    .g2{
        margin-bottom:.5rem;
      font-weight:500;
    line-height:1.2;
    font-size:1.3rem;
    }
}
.d-flex2{
    /* display:-ms-flexbox!important; */
    display:flex
}
@media (max-width: 768px) {
    .d-flex2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
  }
  /* --------------------------------------------- */
 .col-md-8{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
@media (max-width: 768px) {
    .col-md-8 {
        position:relative;
        width:100%;
        padding-right:15px;
        padding-left:1px
    }
  }
  .text-center{
    text-align:center!important
}
@media (max-width: 768px) {
    .text-center {
        display: flex;
    }
  }
 .col-md-60{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
@media (max-width: 768px) {
    .col-md-60 {
        display: flex;
    }
  }

.image-feature{
    width: 200px;
    height: 200px;
}