
/*------------  Geral ------------------*/
body {
  background: #fff;
  color: #353535;
  font-family: "Open Sans", sans-serif;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center;    
}

a {
  color: #AC1F23;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #AC1F23;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #353535;
}

.main-page {
  margin-top: 70px;
}

/* INICIO ANIMAÇÃO JS */

.js .anime {
	opacity: 0;
	transform: translate3D(-500px, 0px,0px);
}

.js .anime-init {
	opacity: 1;
	transform: translate3D(0px, 0px, 0px);
	transition: .5s all ease;
}   
   
 /* FIM ANIMAÇÃO JS */

/* INICIO ANIMAÇÃO JS */

.js .anime2 {
	opacity: 0;
	transform: translate3D(0px, -200px,0px);
}
.js .anime-init2 {
	opacity: 1;
	transform: translate3D(0px, 0px, 0px);
	transition: 1.2s all ease;
} 
 
 /* FIM ANIMAÇÃO JS */

/* INICIO ANIMAÇÃO JS */

.js .anime3 {
	opacity: 0;
	transform: translate3D(0px, 0px,0px,);
}
.js .anime-init3 {
	opacity: 1;
	transform: translate3D(0px,0px, 0px);
	transition: 3.0s all ease;
} 
 
 /* FIM ANIMAÇÃO JS */

/* ANIMAÇÃO BOTÃO */


.flash{
    animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes flash{
    0%{background-color: #AC1F23;}
    50%{background-color: #DC383D;}
    100%{background-color: #AC1F23;}
}

@-moz-keyframes flash{
    0%{background-color: #AC1F23;}
    50%{background-color: #DC383D;}
    100%{background-color: #AC1F23;}
}

@-ms-keyframes flash{
    0%{background-color: #AC1F23;}
    50%{background-color: #DC383D;}
    100%{background-color: #AC1F23;}
}


/* ANIMAÇÃO LOGO NAVBAR MOBI */


.flash2{
    animation-name: flash2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes flash2{
    0%{color: #FFF;}
    25%{color: #AC1F23;}
    25%{color: #AC1F23;}
    100%{color: #FFF;}
}

@-moz-keyframes flash2{
    0%{color: #FFF;}
    25%{color: #AC1F23;}
    25%{color: #AC1F23;}
    100%{color: #FFF;}
}

@-ms-keyframes flash2{
    0%{color: #FFF;}
    25%{color: #AC1F23;}
    25%{color: #AC1F23;}
    100%{color: #FFF;}
}

/* ----------- Botão To Back -------- */
.back-to-top {
  position: fixed;
  display: none;
  background: #AC1F23;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 45px;
  }
}

.back-to-top:focus {
  background: #AC1F23;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #AC1F23;
  color: #fff;
}

/* ------------ Seção Header -------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #AC1F23;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*---------- Header Navbar --------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(4, 17, 21, 0.95);
}

#header .logo img {
  max-height: 80px;
  }

.btn-Header a{
  color:#AC1F23!important;
  font-weight: bold !important;
  font-size:20px !important;}


/*--------- Navbar top -----------------*/

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #AC1F23;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration:none;     
}


.nav-menu i:hover{
  color:#fff;
  text-decoration:none; 
  }

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  background: #AC1F23;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;}
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;}
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";}
}



/* ===========Page Index CSS =========== */

/* ----------- Botão Player vídeo --------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }
}

/* ----------- Navbar Mobile ----------- */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #151515;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #353535;
  text-decoration: none;
  background: #AC1F23;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#navbar-mob{
    background-color:#041115;
    height: 35px;
    position: fixed;
    z-index:1900;
    }


#navbar-mob .list-inline a{
    color:#AC1F23!important;
    font-weight:600 !important;
    font-size: 16px!important;
    } 
#navbar-mob h6{
    color:#fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold
}

/*--------- Sessão de INtrodução ---------*/
#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/intro-bg2.fw.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro .intro-container {
    top: 70px;
  }
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
  #intro h1 {
    font-size: 34px;
  }
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro p {
    font-size: 16px;
  }
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#AC1F23 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #AC1F23;
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #AC1F23;
}

#intro .about-btn:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/*---------Sessão Serviços -------------*/
#speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  }

#speakers .speaker .details {
  background: rgba(172, 31, 35, 0.9);
  position: absolute;
  left: 0;
  bottom: -170px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details .btn {
    background-color: #fff;
    color: #AC1F23;
    border-color: #fff;
}

#speakers .speaker .details .btn:hover {
    background-color: #353535;
    color: #AC1F23;
    border-color: #353535;
    font-weight: bold; 
}

#speakers .speaker .details:hover {
   height: 100%;
   width: 100%;
   position: absolute;
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
      
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #255F85;
}

#speakers .speaker:hover .details {
  bottom: 0;
  width: 100%;
  height: 100%; 
  left: 0;    
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #AC1F23;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*----------- Sessão Quem Somos ----------*/
#schedule {
  padding: 30px 0 30px 0;
  position: relative;
  height: auto;
  }
.section-header p{color: #353535;}

#SP2B{
  position: relative;
  float: left;    
  }

#SP2B p{
  font-weight: 400; 
  font-style: normal;
  text-align: justify;
  }


/* JUMBOTRON - TIME LINE - DESKTOP */

#time-line{
    position: relative;
    float: right;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    }


/* Decoração do Botão JUMBOTRON */

#time-line h4{color:#AC1F23;}

 .btn-dark { 
     background-color: #353535; 
     color: #ffffff;
     margin: 2px;
     border: none;
    }

.btn-dark:hover {
    color:#ffffff;
    background-color: #AC1F23;
    border: none;
    }

.nav-pills .btn-dark,
.nav-pills .btn-dark:focus,
.nav-pills .btn-dark:visited,
.nav-pills .btn-dark:active {
    color:#ffffff;
    background-color: #AC1F23;
    border: none;
    }
    

/*----------- Cta  --------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.6), rgba(0, 0, 0, 0.9)), url("../img/cta-bg.webp") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h2 {
  color: #AC1F23;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-size: 25px;    
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #AC1F23;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #AC1F23;
  border-color: #AC1F23;
  color: #fff;
  text-decoration: none;    
}


@media (max-width: 768px) {
    .cta {
  background: linear-gradient(rgba(2, 2, 2, 0.6), rgba(0, 0, 0, 0.9)), url("../img/cta-bg-mobi.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
}
 /* Fim cta */

/*------------Sessão Clientes ---------*/
#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}


/*-------- Sessão Contato -----------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #AC1F23;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #353535;
  font-weight: bold;
  text-decoration:none;    
}

#contact .contact-info address, #contact .contact-info p:hover {
  margin-bottom: 0;
  color: #AC1F23;
  font-weight: bold;
  text-decoration:none;    
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #AC1F23;
  text-decoration: none;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #AC1F23;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #AC1F23;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #AC1F23;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*---------- Footer -------------*/
#footer {
  background: #353535;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #353535;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 90px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #353535;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #AC1F23;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #AC1F23;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #353535;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #AC1F23;
  text-decoration: none;    
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #AC1F23;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #AC1F23;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


/* ===========Page Sites CSS =========== */


/*--------- Sessão de Introdução  Page Site---------*/
#intro-site {
  width: 100%;
  height: 100vh;
  background: url(../img/site-bg2.fw.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro-site {
    background-attachment: fixed;
  }
}

#intro-site:before {
  content: "";
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro-site .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro-site .intro-container {
    top: 70px;
  }
}

#intro-site h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro-site h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
  #intro-site h1 {
    font-size: 34px;
  }
}

#intro-site p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro-site p {
    font-size: 16px;
  }
}

#intro-site .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#AC1F23 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro-site .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro-site .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro-site .play-btn:hover::after {
  border-left: 15px solid #AC1F23;
  transform: scale(20);
}

#intro-site .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro-site .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #AC1F23;
}

#intro-site .about-btn:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #intro-site {
  background: url(../img/site-bg2-mobi.fw.png) top center;}

}

/* Sessão Necessidade */

#necessidades {
  padding: 30px 0 30px 0;
  position: relative;
  height: auto;
  }
.section-header p{color: #353535;}

#SP2B{
  position: relative;
  float: left;    
  }

.section-necessidade {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 5px;
  text-align: right !important;    
  }

.section-necessidade::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #AC1F23;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-necessidade h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;    
}

.section-necessidade p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.section-with-bg {
  background-color: #f6f7fd;
}

#texto-necessidade a{
    color: #353535;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    pointer-events: none;
}

#texto-necessidade i{
    color: #AC1F23;
    font-weight: bold;
}


/* Botão Sessão Diferenciais */


#contato-sec3 a {color:#fff;text-decoration: none;}


/*  Sessão Porque */

.logo-card img{width: 25%;}


/*  Sessão Depoimento */


#container-depo{margin-left: 15%;}

@media (max-width: 991px) {
#container-depo{margin-left:0;}
}



/*--------- Sessão de Introdução  Page Ad---------*/
#intro-ad {
  width: 100%;
  height: 100vh;
  background: url(../img/site-bg3.fw.png) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro-ad {
    background-attachment: fixed;
  }
}

#intro-ad:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro-ad .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro-ad .intro-container {
    top: 70px;
  }
}

#intro-ad h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro-ad h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
  #intro-ad h1 {
    font-size: 34px;
  }
}

#intro-ad p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro-ad p {
    font-size: 16px;
  }
}

#intro-ad .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#AC1F23 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro-ad .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro-ad .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro-ad .play-btn:hover::after {
  border-left: 15px solid #AC1F23;
  transform: scale(20);
}

#intro-ad .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro-ad .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #AC1F23;
}

#intro-ad .about-btn:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #intro-ad {
  background: url(../img/site-bg3-mobi.fw.png) top center;}

}


/* ------------ Seção Goole Pai-----------*/
.section-Gpai {
  position: relative;
}

.section-Gpai::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #AC1F23;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-Gpai h2 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
 }

.section-Gpai p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
}

/* Sessão Google Adwords */

.section-google {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.section-google::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #AC1F23;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-google h1 {
  font-size: 90px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  text-align: center;
  color: #AC1F23;    
}

.section-google h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-google p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

#google {
  padding: 30px 0 30px 0;
  position: relative;
  height: auto;
  }
.section-header p{color: #353535;}

#SP2B{
  position: relative;
  float: left;    
  }

.section-google {
  position: relative;
  text-align: right !important;    
  }

.section-google h1 {
  font-size: 90px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  text-align: center;
  color: #AC1F23;    
}

.section-google h2 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;    
}

.section-google p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.section-with-bg {
  background-color: #f6f7fd;
}

#texto-necessidade a{
    color: #353535;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    pointer-events: none;
}

#texto-necessidade i{
    color: #AC1F23;
    font-weight: bold;
}


/*------------- Counts -----------------*/
#counts{
      background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.95)), url("../img/cta-bg.webp") fixed center center;
  background-size: cover;
  }

.counts .content {
  padding: 30px 0;
}

.counts .content h2 {
  font-weight: 700;
  font-size: 34px;
  color: #AC1F23;
}

.counts .content h5 {color:#fff}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 40px;
  color: #AC1F23;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-size: 18px;
  color: #ddd;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}


/*--------- Sessão de Intro Face ---------*/
#intro-face {
  width: 100%;
  height: 100vh;
  background: url(../img/site-bg4.fw.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro-face {
    background-attachment: fixed;
  }
}

#intro-face:before {
  content: "";
  background: rgba(0, 0, 0, 0.91);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro-face .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro-face .intro-container {
    top: 70px;
  }
}

#intro-face h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro-face h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
  #intro-face h1 {
    font-size: 34px;
  }
}

#intro-face p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro-face p {
    font-size: 16px;
  }
}

#intro-face .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#AC1F23 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro-face .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro-face .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro-face .play-btn:hover::after {
  border-left: 15px solid #AC1F23;
  transform: scale(20);
}

#intro-face .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro-face .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #AC1F23;
}

#intro-face .about-btn:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #intro-face {
  background: url(../img/site-bg4-mobi.fw.webp) top center;}

}

/*------- Sessão de Intro Designer -------*/

#intro-designer {
  width: 100%;
  height: 100vh;
  background: url(../img/site-bg5.fw.png) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro-designer {
    background-attachment: fixed;
  }
}

#intro-designer:before {
  content: "";
  background: rgba(0, 0, 0, 0.83);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro-designer .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro-designer .intro-container {
    top: 85px;
  }
}

#intro-designer h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 39px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro-designer h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
    
#intro-designer {
    background: url(../img/site-bg5.fw.png) top center;}
    
#intro h1 {
    font-size: 34px;
  }
}

#intro-designer p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro-designer p {
    font-size: 16px;
  }
}

#intro-designer .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#AC1F23 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro-designer .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro-designer .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro-designer .play-btn:hover::after {
  border-left: 15px solid #AC1F23;
  transform: scale(20);
}

#intro-designer .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro-designer .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #AC1F23;
}

#intro-designer .about-btn:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* ---- Sessão Designer ---- */

.section-des {
  position: relative;
}

.section-des::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #AC1F23;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-des h2 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #AC1F23;
 }

.section-des p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
}


.line {
    border-right: 6px solid #353535;
    color: #353535;
    font-size: 3em;
    text-align:center;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    }

.typing-animation {
    animation: blinkCursor 400ms steps(18) infinite normal, 
    typing 7s steps(48) 2s normal both;
    animation-iteration-count: infinite;
    }

@keyframes typing {
from { width: 0; }
to { width: 19em;}
      }

@keyframes blinkCursor {
from {border-right-color: #AC1F23;}
to {border-right-color: transparent;}
      }

    
@media (max-width: 991px) {
    
.section-des h2 {font-size: 2.1rem;color: #AC1F23;} 
    
    
.line2 {
    border-right: 6px solid #353535;
    color: #353535;
    text-align:center;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    }


.typing-animation2 {
    animation: blinkCursor 400ms steps(30) infinite normal, 
    typing2 4s steps(30) 2s normal both;
    animation-iteration-count: infinite;
    }
    
    
@keyframes typing2 {
from { width: 0; }
to { width: 24rem;}
      }

@keyframes blinkCursor {
from {border-right-color: #AC1F23;}
to {border-right-color: transparent;}
      }
}


/*---------Sessão Gallery -------------*/
 
#speakers {
  padding: 60px 0 0px 0;
  }

#speakers .gallery {
  position: relative;
  overflow: hidden;
  }

#speakers .gallery .details {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: -150px;
  right: 0;
  text-align:center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}





/* ========= Page  Telemarketing ==========*/

/*--- Sessão de Introdução  Telemarketing--*/

#intro-tele {
  width: 100%;
  height: 100vh;
  background: url(../img/site-bg6.fw.png) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro-tele {
    background-attachment: fixed;
  }
}

#intro-tele:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro-tele .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro-tele .intro-container {
    top: 70px;
  }
}

#intro-tele h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro-tele h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
  #intro-tele h1 {
    font-size: 34px;
  }
}

#intro-tele p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro-tele p {
    font-size: 16px;
  }
}

#intro-tele .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#AC1F23 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro-tele .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro-tele .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro-tele .play-btn:hover::after {
  border-left: 15px solid #AC1F23;
  transform: scale(20);
}

#intro-tele .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro-tele .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #AC1F23;
}

#intro-tele .about-btn:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #intro-tele {
  background: url(../img/site-bg6-mobi.fw.png) top center;}

}



/*--------- Números do Tlmkt -------------*/

#counts-tele{
      background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.95)), url("../img/tele-bg.webp") fixed center center;
  background-size: cover;
  }

.counts-tele .content {
  padding: 30px 0;
}

.counts-tele .content h2 {
  font-weight: 700;
  font-size: 34px;
  color: #AC1F23;
}

.counts-tele .content h5 {color:#fff}

.counts-tele .content p {
  margin-bottom: 0;
}

.counts-tele .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts-tele .content .count-box i {
  display: block;
  font-size: 40px;
  color: #AC1F23;
  float: left;
}

.counts-tele .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-left: 50px;
}

.counts-tele .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-size: 18px;
  color: #ddd;
}

.counts-tele .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

@media (max-width: 768px) {
#counts-tele {
  background: linear-gradient(rgba(2, 2, 2, 0.6), rgba(0, 0, 0, 0.9)), url("../img/tele-bg-mobi.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
}

/* ------ Depoimentos ------- */

#card-depo{background-color: #e9ecef;}

.pai-depo{
    box-shadow: -11px 11px 21px -5px rgba(0,0,0,0.39); 
    -webkit-box-shadow: -11px 11px 21px -5px rgba(0,0,0,0.39);
    -moz-box-shadow: -11px 11px 21px -5px rgba(0,0,0,0.39);
    }

@media (max-width: 768px) {
.container-depo {margin-left: 35px;margin-right: 35px;}
.section-google{margin-top: -70px;} 
    
#SP2B .section-google{margin-top: 10px;}
    
#time-line .section-google{margin-top: 10px;}

}



/*--- Sessão de Introdução Orgânico--*/

#intro-organico {
  width: 100%;
  height: 100vh;
  background: url(../img/site-bg4.fw.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro-organico {
    background-attachment: fixed;
  }
}

#intro-organico:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro-organico .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro-tele .intro-container {
    top: 70px;
  }
}

#intro-organico h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro-organico h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
  #intro-organico h1 {
    font-size: 34px;
  }
}

#intro-organico p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro-organico p {
    font-size: 16px;
  }
}

#intro-organico .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#AC1F23 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro-organico .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro-organico .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro-organico .play-btn:hover::after {
  border-left: 15px solid #AC1F23;
  transform: scale(20);
}

#intro-organico .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro-organico .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #AC1F23;
}

#intro-organico .about-btn:hover {
  background: #AC1F23;
  color: #fff;
  text-decoration: none;    
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #intro-organico {
  background: url(../img/site-bg4-mobi.fw.webp) top center;}

}


/* ========= Page  Obrigado ==========*/


#obrigado {
  width: 100%;
  height: 100vh;
  background: url(../img/intro-bg2.fw.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #obrigado {
    background-attachment: fixed;
  }
}

#obrigado:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#obrigado .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 55px;
}

@media (max-width: 991px) {
  #obrigado .intro-container {
    top: 70px;
    }
}

#obrigado h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight:600;
  }

#obrigado h1 span {
  color: #AC1F23;
}

@media (max-width: 991px) {
  #obrigado h1 {
    font-size: 34px;
  }
}

#obrigado p {
  color: #ebebeb;
  font-weight: 400;
  font-size: 25px;
}

@media (max-width: 991px) {
  #obrigado p {
    font-size: 16px;
  }
}

#obrigado .intro-container .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #AC1F23;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#obrigado .intro-container .social-links a:hover {
  background: #353535;
  color: #fff;
  text-decoration: none;
}

/*========== Page Contato =========*/


#contact-page {
  padding: 160px 0;
  width: 100%;
  height: auto;
  background: url(../img/intro-bg2.fw.webp) top center;
  background-size: cover;
  position: relative;
  
   
}

@media (min-width: 1024px) {
  #contact-page {
    background-attachment: fixed;
  }
}

#contact-page:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#contact-page .section-header h2{color:#fff}
#contact-page .section-header p{color:#fff}

#contact-page .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact-page .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #AC1F23;
}

#contact-page .contact-info address, #contact-page .contact-info p {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  text-decoration:none;    
}

#contact-page .contact-info address, #contact-page .contact-info p:hover {
  margin-bottom: 0;
  color: #AC1F23;
  font-weight: bold;
  text-decoration:none;    
}

#contact-page .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact-page .contact-info a {
  color: #4869df;
}

#contact-page .contact-info a:hover {
  color: #AC1F23;
  text-decoration: none;
}

#contact-page .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact-page .contact-address, #contact .contact-phone, #contact-page .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact-page .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact-page .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact-page .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact-page .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact-page .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact-page .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact-page .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact-page .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact-page .php-email-form input::focus, #contact-page .php-email-form textarea::focus {
  background-color: #AC1F23;
}

#contact-page .php-email-form input {
  padding: 20px 15px;
}

#contact-page .php-email-form textarea {
  padding: 12px 15px;
}

#contact-page .php-email-form button[type="submit"] {
  background: #AC1F23;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact-page .php-email-form button[type="submit"]:hover {
  background: #AC1F23;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.btn-email{
    background-color: #AC1F23!important;
    color:#fff !important;
    font-weight: 500 !important;
}



.btn-email:hover{
    background-color: #353535!important;
    color:#fff !important;
    font-weight: 500 !important;
}


/* ---- Fim do arquilo de estilo CSS ----*/