/*
Landing Certificado Cloud
09/2018 - Carlos Santos
*/

body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typography              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#process, 
#legislacao {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#speakers, 
#program,
#sponsors, 
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#vantagens,
#speakers, #sponsors,
footer {
  text-align: center;
}

#certificado h3,
#vantagens h3, #idcert h3,
#process h3,
#venue h3,
#contact h3{
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 15px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-center{
    text-align:center;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
    color: #ffffff;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.separator {
    height: 2rem;
}


/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-cube-grid {
  width: 50px;
  height: 50px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f2545f;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: rgba(0,0,0,.7);
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #f2545f;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgb(237, 237, 237);
        opacity: 0.97;
        padding: 0;
    }

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../imagens/intro-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Certificado  section              
-----------------------------------------*/
#certificado {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#certificado img {
  position: relative;
  padding-bottom: 32px;
  padding-top: 9em;
}

#certificado span,
#legislacao span{
    color: #00a6eb;
}

/*---------------------------------------
    Detail section              
-----------------------------------------*/
#vantagens {
padding-top: 10rem;
padding-bottom: 10rem;
}

#vantagens {
    /*background: url('../imagens/paper-bg.jpg') 50% 0 repeat-y fixed;*/
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.76)),url('../imagens/paper-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    
}

#vantagens .fa {
  color: #00a6eb;
  font-size: 48px;
  
}

#vantagens h3,
#vantagens h2, 
#vantagens p, 
#vantagens .subtitle {
    color: #ffffff;
}


/*---------------------------------------
    Video section              
-----------------------------------------*/
#idcert iframe {
  border: none;
}

#idcert{
background: #f0f0f0;
}

#idcert .head_title .subtitle{
margin-top: 1rem;
margin-bottom: 5rem;
}

#idcert{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}

/*---------------------------------------
    Token section              
-----------------------------------------*/

/*#legislacao {
  background: #f9f9f9;
}*/

#legislacao img {
  position: relative;
  padding-top: 8em;
}

#legislacao .fa {
color: #00a6eb;
float: left;
margin: 10px;
margin-left: 0px;
}

#legislacao h3{
    margin-left: 8px;
    padding-bottom: 12px;
}

.icon-background4 {
    color: #c0ffc0;
}

.icon-background6 {
    color: #40c040;
}

.legislacao-left {
    padding: 0 0 0 10em;
}

.legislacao-right {
    padding: 0 10em 0 0;
}

.solucao {
    background: #7fb2ff;
    border-radius: 15px;
    height: 22em;
    text-align: center;
}

.solucao p {
    color: #000;
}

.solucao span {
    color: #d9534f !important;
}

.at-row {
    margin: 0 4em 5em 4em;
    border: 2px solid black;
    padding: 15px;
}

/*---------------------------------------
    Process section              
-----------------------------------------*/
#process {
    background: url('../imagens/process-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#process .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#process input {
  height: 45px;
}

#process input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#process input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#processo{
text-align: center;
vertical-align: middle;
line-height: 90px;
}

/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}

#faq span {
color: #00a6eb;
}


/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../imagens/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}

/*---------------------------------------
  Pricing Section 
-----------------------------------------*/
#preco {
    background: #f0f0f0;
}

.price {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.head_title .subtitle{
    margin-top:30px;
}

.pricesection {
    padding-top:85px;
    padding-bottom: 105px;
    /*overflow: hidden;*/
}

.main_preco_area{
    overflow: hidden;
}

.single_preco{
    text-align: center;
    margin-top: 20px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.single_preco:hover{
    box-shadow: 0px 1px 10px 1px #ccc;

}
.preco_business .preco_head{
    background:#e74c3c;
}
.preco_business .preco_head .p_r{
    color:#e74c3c;
}
.preco_business .preco_head h3{
    color:#fff;
}
.preco_business .price-btn-md{
    background: #e74c3c;
}


.preco_head{
    padding: 5px 0px;
    background: #999999;
    position: relative;
    height: 210px;  
}
.preco_head h3{
    text-transform:uppercase;
    color:#fff;
    font-size:24px;
}
.preco_head .preco_price{
    background: #fff;
    position: absolute;
    left: 30%;
    bottom: -30%;
    width: 150px;
    height: 150px;
    margin:0 auto;
    padding: 30px 0px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(244,245,249,0.3);
}
.preco_head .preco_price .p_r{
    font-weight: bold;
    font-size:2.822rem;
}
.preco_head .preco_price .m_t{
    font-weight: bold;
    font-size:0.941rem;
    margin: 0 5px 0 5px;
}
.preco_body{
    background: #f4f5f9;
    padding: 80px 0px 30px 0px;
}
.single_preco ul{


}
.single_preco ul li{
    line-height:45px;
    height:45px;
    font-size:18px;
}

.single_preco a{
    margin-top:30px;
}

.single_preco p {
    font-size:16px;
    margin: 0 6px 20px;
    color: #333;
}

.price-btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #e74c3c;
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;

}
.price-btn:hover{
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color:#fff;
}
.price-btn-default{
    background: transparent;
    border:1px solid #fff;
    padding: 1.125rem 3rem;
}
.price-btn-default:hover{
    background: #e74c3c;
    border:1px solid #e74c3c;
}
.price-btn-lg{
    background: #e74c3c;
    padding: 1.125rem 3rem;
}
.price-btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

.ribbon{
position: absolute;
top: 0;
right: 0;
z-index: 999;
}

#notice{
text-align: center;
font-size: 9px;
}

/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../imagens/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_vantagens {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #222;
  bottom: 1em;
  right: 1em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 40px;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #idcert iframe {
    margin-top: 42px;
  }

  #contact .contact_vantagens {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

.navbar-brand { height: 60px;}

#process h2{ font-size: 23px;}

#legislacao h3 { font-size: 18px; }

#idcert h2 {text-align: center; }

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #certificado img,
  #vantagens .col-md-4,
  #process form {
    padding-top: 32px;
  }

  .at-row {
    margin: 0 0em 5em 0em;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_vantagens {
    margin-top: 82px;
  }
  
  .solucao {
    height: 22em;
    text-align: center;
    padding: 10px;
  }
  .legislacao-left {
    padding: 0 0 0 0;
    }
 .legislacao-right {
    padding: 0 0 0 0;
    }

  /* #legislacao .fa {
  position: initial;
  margin-left: 0px; 
}*/

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

