/*=======================
 SCAFFOLD
=======================*/
section {
  height: 100%;
  clear: both; }

body {
  font-family: ralewayregular;
  color: #4c4c4d; }

strong, #hamburger-content ul, #cover p, .compliance-intro-text h2, .compliance-intro-text h3, #forensics .get-started, .footer-newsletter input[type=submit] {
  font-family: ralewaybold; }

h2, .intro-cyber-security-txt h2, .compliance-intro-text h2 {
  text-transform: uppercase;
  font-size: 3.5rem; }

.container {
  width: 95%;
  height: 100%;
  margin: auto; }

.btn-blue {
  display: block;
  font-family: ralewayregular;
  color: #fff;
  text-align: center;
  padding: 5%;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #337597; }

.btn-blue:hover {
  background-color: #3fbfeb; }

.clear {
    clear: both;
}

.mask {
display: none;
}

/*=======================
 SIDE MENU
=======================*/
.sidemenu {
  height: 100%;
  background-color: #3fbfeb;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  position: fixed;
  right: 0;
  width: 6%;
  min-width: 100px;
  font-size: 0.9rem;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  z-index: 50; }

#logo {
  width: 100%;
  background: white;
  padding: 20%; }

#logo img {
  width: 100%;
  box-sizing: border-box;
 }

.sidemenu ul {
  text-align: center;
  padding: 0 5%;
  height: 50%;
  margin-top: 50%; 
}

.sidemenu a {
  opacity: 0.8;
}

.sidemenu a:hover {
  opacity: 1; }

.sidemenu ul li {
  padding: 20% 0; 
}

.sidemenu img {
  width: 45%;
  margin-bottom: 10%; }

/*=======================
 MENU MOBILE
=======================*/

.menu-mobile {
  background-color: #3fbfeb;
  width: 100%;
  text-align: center;
  display: table;
  
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
}

.menu-mobile svg{
  height: 50px;
}


.menu-mobile .logo{
  background-color: #fff;
  padding: 5px 0;
  float: left;
  width: 20%;
  max-width: 60px;
}

.menu-mobile .itens{
  float: left;
  width: 80%;

}

.menu-mobile .itens svg{
  height: 30px;
}

.menu-mobile .itens ul{
  margin: 0 auto;
  overflow: auto;
  width: 250px;
}

.menu-mobile .itens ul li{
  float: left;
  margin-top: 9px;
  margin-left: 2px;
}

.menu-mobile .itens ul li p{
  font-size: 0.625em;
  margin-top: 4px;
  color: #fff;
}


/*=======================
 MENU HAMBURGUER
=======================*/
.hamburger-container {
  height: 30px;
  width: 40px;
  position: fixed;
  z-index: 2;
  top: 45px;
  left: 50px;
  cursor: pointer;
  z-index: 999;
}

#hamburger {
  width: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

#hamburger span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #3fbfeb;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#hamburger span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#hamburger span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#hamburger.open span {
  background-color: #000; }

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -o-transform: rotate(38deg);
  transform: rotate(38deg); }

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-38deg);
  -moz-transform: rotate(-38deg);
  -o-transform: rotate(-38deg);
  transform: rotate(-38deg); }

#hamburger-content {
  opacity: 0;
  width: 100%;
  background-color: #3fbfeb;
  position: fixed;
  z-index: 50;
  box-sizing: border-box;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; 
  z-index: 99;
  }

.nav-open {
  opacity: 0.9 !important;
  pointer-events: all !important; }

#hamburger-content {
  height: 100%;
  padding: 4%; }

#hamburger-content ul {
  height: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #fff; }

#hamburger-content ul li {
  padding: 1.3% 0; }

#hamburger-content ul li a:hover {
  color: #000; }

/*=======================
 SECTION COVER
=======================*/
#cover {
  background-size: cover !important; }

.cover-content {
  text-align: right;
  padding-right: 130px; }

#cover h2 {
  text-transform: uppercase;
  font-family: ralewaythin;
  font-size: 9rem;
  line-height: 0.8em;
  letter-spacing: -8px;
  margin-bottom: 1%; 
  text-shadow: 0 0 15px #ffffff;
}

#cover p {
  line-height: 1.5em;
  font-size: 1.2rem;
  margin-bottom: 1%; 
  text-shadow: 0 0 15px #ffffff;
}

.videothumb {
  margin-top: 60px;
}

/*=======================
 VIDEO MOBILE
======================= */
.video-mobile,
.mobile-content {
  display: none; }

.video-mobile img {
  width: 100%; }

/*=======================
 SECTION CYBER SECURUTY
=======================*/
#cyber-security article {
  width: 25%;
  height: 25%;
  float: left;
  background-size: cover !important; }

#cyber-security article a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
  color: #4c4c4d; }

#cyber-security article a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff; }

#cyber-security article a:hover h3 {
  padding-top: 20%; }

#cyber-security article h3 {
  font-size: 2rem;
  padding-top: 9%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease; }

#cyber-security article p {
  width: 70%;
  margin: auto;
  line-height: 1.2em;
  font-size: 1rem; }

#cyber-security article h3:after {
  content: '';
  display: block;
  background: #4c4c4d;
  width: 50%;
  height: 3px;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%; }

#cyber-security article a:hover h3:after,
#cyber-security article a:hover p {
  display: none; }

#intro-cyber-security {
  width: 75%;
  height: 75%;
  float: left;
  background: url(img/intro-cyber-security-bg.jpg) center center no-repeat;
  background-size: cover !important; }

.intro-cyber-security-txt {
  margin: 5% 15%;
  padding: 5% 3%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center; }

.intro-cyber-security-txt h2 {
  margin-bottom: 1.5%; }

.intro-cyber-security-txt h3 {
  font-size: 1.8rem;
  margin-bottom: 2%; }

.intro-cyber-security-txt p {
  font-size: 1.3rem;
  line-height: 1.5em; }

#penetration-tests {
  height: 75% !important; }

#penetration-tests h3 {
  padding-top: 40% !important; }

#penetration-tests a:hover h3 {
  padding-top: 60% !important; }

#penetration-tests:hover {
  background: url(img/penetration-tests.jpg) center center no-repeat;
  background-size: cover !important; }

#cyber-security article:nth-child(3) {
  background: url(img/intro-cyber-security-child-3.bg.jpg) no-repeat center center;
  background-size: cover !important; }

#cyber-security article:nth-child(4) {
  background: url(img/intro-cyber-security-child-4.bg.jpg) no-repeat center center;
  background-size: cover !important; }

#cyber-security article:nth-child(5) {
  background: url(img/intro-cyber-security-child-5.bg.jpg) no-repeat center center;
  background-size: cover !important; }

#cyber-security article:nth-child(6) {
  background: url(img/intro-cyber-security-child-6.bg.jpg) no-repeat center center;
  background-size: cover !important; }

/*=======================
 SECTION COMPLIANCE
=======================*/
.compliance-intro {
  width: 50%;
  height: 100%;
  float: left;
  padding-top: 8%;
  background: url(img/compliance-intro-bg.png);
  background-size: cover !important; }

.compliance-intro-text {
  padding: 4.5% 7%;
  margin: 0 17%;
  background-color: rgba(51, 117, 151, 0.63);
  color: #fff; }

.compliance-intro-text h2:after {
  content: '';
  display: block;
  background: #3fbfeb;
  width: 27%;
  height: 5px;
  margin-top: 10%;
  margin-bottom: 10%; }

.compliance-intro-text h3 {
  text-shadow: 5px 5px 30px #000;
  font-size: 1.7rem;
  margin-bottom: 7%; }

.compliance-intro-text p {
  text-shadow: 5px 5px 30px #000;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 1.3em; }

.compliance-items {
  width: 50%;
  height: 100%;
  float: left; }

.compliance-items article {
  width: 100%;
  height: 12.5%;
  border: solid 1px #B1B1B1; }

.compliance-items article a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4.5%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background: white; }

.compliance-items article a h4 {
  font-size: 2.7rem;
  padding-left: 2%;
  margin-left: 5%;
  border-left: #4c4c4d 5px solid;
  float: left;
  text-transform: uppercase; }

.compliance-items article a:hover {
  background: rgba(255, 255, 255, 0); }

.compliance-items article a:hover h4 {
  color: #fff;
  border-color: #3fbfeb; }

.compliance-items article:nth-child(1) {
  background: url(img/compilance-list-bg-1.jpg);
  background-size: cover !important; }

.compliance-items article:nth-child(2) {
  background: url(img/compilance-list-bg-2.jpg);
  background-size: cover !important; }

.compliance-items article:nth-child(3) {
  background: url(img/compilance-list-bg-3.jpg);
  background-size: cover !important; }

.compliance-items article:nth-child(4) {
  background: url(img/compilance-list-bg-4.jpg);
  background-size: cover !important; }

.compliance-items article:nth-child(5) {
  background: url(img/compilance-list-bg-5.jpg);
  background-size: cover !important; }

.compliance-items article:nth-child(6) {
  background: url(img/compilance-list-bg-6.jpg);
  background-size: cover !important; }

.compliance-items article:nth-child(7) {
  background: url(img/compilance-list-bg-7.jpg);
  background-size: cover !important; }

.compliance-items article:nth-child(8) {
  background: url(img/compilance-list-bg-8.jpg);
  background-size: cover !important; }

/*=======================
 SECTION FORENSICS
=======================*/
#forensics {
  background: url(img/forensics-bg.jpg) no-repeat center center;
  background-size: cover !important;
  color: #fff;
  font-family: ralewaythin;
  text-align: center; }

#forensics h2 {
  font-size: 5.5rem;
  margin-bottom: 5%;
  text-transform: uppercase; }

#forensics h3 {
  font-size: 4rem;
  margin-bottom: 2.5%;
  text-transform: uppercase; }

#forensics p {
  font-size: 1.3rem;
  line-height: 1.8em;
  padding: 20px 25%;
  background-color: rgba(0, 0, 0, 0.5); }

#forensics-free-example {
  background: none !important;
  margin-top: 4%;
  margin-bottom: 2%; }

#forensics .get-started {
  display: block;
  width: 18%;
  color: #588eda;
  text-transform: uppercase;
  border: solid 5px #588eda;
  padding: 0.7%;
  margin: auto;
  font-size: 1.350em;
  font-family: 'ralewaybold'
   }

#forensics .get-started:hover {
  background-color: #588eda;
  color: #fff; }
.BlogEventSection .blogImg {
  background-image: url("img/shutterstock_371244916_small.jpg");
}
.BlogEventSection .eventImg {
  background-image: url("img/shutterstock_565961605_small.jpg");
}
.BlogEventSection .blogEventBtn  {
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.BlogEventSection {
  background: #40bfea none repeat scroll 0 0;
  float: left;
  height: auto;
  padding: 3px 1%;
  text-align: center;
  width: 100%;
}
.BlogEventSection .blogEventBtn {
  display: inline-block;
  font-family: ralewayregular;
  height: 130px;
  margin: 3px 1%;
  vertical-align: top;
  width: 35%;
}
.blogEventBtn a:hover h3 {
  padding-top: 30px;
  text-shadow: 2px 1px 2px #000;
}
.BlogEventSection .blogEventBtn a:hover h3::after, .BlogEventSection .blogEventBtn a:hover p {
  display: none;
}
.BlogEventSection .blogEventBtn a {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4d;
  display: inline-block;
  font-size: 1.3em;
  height: 130px;
  padding: 20px 5%;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.BlogEventSection .blogEventBtn a:hover {
  background-color: transparent;
  color: #fff;
}
.blogEventBtn > span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.blogEventBtn a h3::after {
  background: #4c4c4d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin: 2% auto;
  width: 50%;
}
.blogEventBtn a h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.blogEventBtn a p {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2em;
  padding: 1%;
}
@media (max-width: 467px) {
	.BlogEventSection .blogEventBtn {
	  font-size: 1.1em;
	  max-width: 96%;
	}
	.BlogEventSection .blogEventBtn {
	  width: 45%;
	}
	.BlogEventSection .blogEventBtn p {
	  display: none;
	}
	.blogEventBtn a:hover h3 {
	  padding-top: 5px;
	}
	.BlogEventSection .blogEventBtn a {
	  height: 95px;
	  padding: 30px 5%;
	}
	.BlogEventSection .blogEventBtn {
	  height: 95px;
	}
	.BlogEventSection .blogEventBtn a {
	  /*min-height: 160px;*/
	}
}
/*=======================
 MIN WIDTH 1401
=======================*/
@media (min-width: 1401px) {
	.blogEventBtn a p {
	  font-size: 1rem;
	}
	.blogEventBtn a h3 {
	  font-size: 2rem;
	}
	.BlogEventSection .blogEventBtn a {
	  height: 180px;
	}
	.BlogEventSection .blogEventBtn {
	  height: 180px;
	}
}
/*=======================
 MAX WIDTH 1400
=======================*/
@media (max-width: 1400px) {
  .logo-footer {
    margin-bottom: 10%; }

  address {
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-bottom: 10%; }

  .footer-newsletter label,
  .social-media-footer p {
    font-size: 0.95rem;
    margin-bottom: 1.5%; }

  .footer-newsletter input,
  .footer-newsletter input[type=submit] {
    padding: 2%; }

  footer hr {
    margin: 5% 0; }

  .footer-main-menu {
    font-size: 0.85rem;
    line-height: 1.35rem; } 
}

/*=======================
 Width 800 px
=======================*/
@media (max-width: 800px) {
    #sidebar {
        display:none !important;
    }
}

/*# sourceMappingURL=styles.css.map */
