@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: #3e0733!important;
}
body, input, select, textarea {
    color: #fac1a7!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;
}
body, input, select, textarea {
		font-size: 13pt!important;
		letter-spacing: 0.025em!important;
		line-height: 1.65em!important;
	}

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: 200px;
  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: 4px;
   background-color: #ff0000;
   color: #fff;
   font-size: 13px;
   border-radius: 6px;
   border: solid 0px #fff;
   display: inline;
   letter-spacing: 0px !important;
   font-weight: bolder !important;
   text-transform: uppercase;

}
.yy{
   width: 360px;
   padding: 3px;
   background-color: #2c0a35;
   color: #ffffff;
   font-size: 15px;
   border-radius: 11px;
   border: solid 3px #b17e7c;
   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;
    }
}



  /* --------------------------------------------- */
