/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* Outfit font is loaded via Google Fonts link in HTML */


/* Outfit Light font is loaded via Google Fonts link in HTML */

.pull-left {
  float: left;
  padding-right: 20px;
}

.clickable {
  cursor: pointer;
}


/* Mouse Animation */
.mouse {
  width: 100px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.mouse-dois {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 38%;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}


.tab-pane {
  padding: 10px 0;
}

.container-port2 {
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.overlay-port2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}

.container-port2:hover .overlay-port2 {
  opacity: 0;
  width: 100%;

}


.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 30px 0px 1px;
  border-bottom: 0px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-dialog {
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;

}

.modal-content {
  width: 100vw;
  border-radius: 0;

}




div.info-contato {
  position: relative;
  background: #ff0000;
  color: #fff;
  width: 330px;
  height: 200px;
  padding: 40px 0px 0px 50px;
  bottom: -80px;
  z-index: 1;
  font-family: 'Roboto';
  overflow: hidden;
}




.close {
  float: right;
  font-size: 70px;
  font-weight: 200;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.container-port {
  width: 100%;
  cursor: pointer;
}

.image-port {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.overlay-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.container-port:hover .overlay-port {
  opacity: 0;
  width: 100%;

}

.text-port {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 33%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

span {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-weight: 200;
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
}

span.cor2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-weight: 200;
  margin: 0 0 20px 0;
  padding: 0;
  color: #ff0d3e;
}

hr {
  width: 100%;
  height: 5px;
  background: #ff0d3e;
  bottom: 0;

}

hr.novo2 {
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  margin-top: 10px;

}

hr.novo3 {
  width: 100%;
  height: 2px;
  background: #ff0d3e;
  bottom: 0;

}

body {
  background: #fff;
  color: #2f3138;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  overflow-x: hidden;
}

a {
  color: #ff0d3e;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-weight: 200;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #fd7c75;
  color: #3a3a3a;
  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: 15px;
  }
}

.back-to-top:focus {
  background: #fe0000;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #fe0000;
  color: #fff;
}



/* Sections Header
--------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 65px;
  color: #fff;
  text-align: center;
  font-weight: 200;
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

.section-header h4 {
  padding-bottom: 1%;
  padding-top: 3%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 200;
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 18px;
  padding-bottom: 80px;
  padding-top: 50px;
  color: #fff;
  width: 70%;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #303030;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(48, 48, 48, 0.98);
  height: 110px;
  padding: 25px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #ff0d3e;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 65px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: left;
  margin: 20px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  margin: 0px 3px 0px 3px;
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 13px;
  outline: none;
  text-transform: uppercase;
}


.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fd7c75;
}

.nav-menu>li {
  margin-left: 15px;
}

.nav-menu>li img {

  width: 70%;
}



.nav-menu li.buy-tickets a {
  color: #fff;
  background: #ff0d3e;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #ff0d3e;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}



.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li img {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover>a {
  background: #ff0d3e;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  left: 15px;
  top: 0;
  z-index: 999;
  margin: 30px 15px 0 0;
  border: 0;
  background: none;
  font-size: 40px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;

}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 110px;
  bottom: 0;
  z-index: 998;
  background: rgba(48, 48, 48, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;

}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ff0d3e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ff0d3e;
}

#mobile-nav ul .menu-item-active {
  color: #ff0d3e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(48, 48, 48, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/banner-desk.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}

#intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .frase {
  margin-top: auto;
  text-align: left;
  margin-right: 30% !important;
  margin-bottom: 30px;
}

#intro h1 {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 56px;
  font-weight: 200;
  text-transform: uppercase;
}

#intro h1 span {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #fff;
  font-weight: 400;
}


#intro p {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
}

#intro p span {
  font-family: 'Outfit', sans-serif;
  color: #fd7c75;
  font-weight: 500;
  font-size: 30px;
}

/* --- Notebook responsive fixes: arrow + text overlap --- */

/* Short notebook screens: 1024×600, 1280×800 range */
@media (min-width: 1024px) and (max-height: 800px) {
  #intro .frase {
    margin-right: 30% !important;
    margin-bottom: 20px;
  }

  #intro p {
    font-size: 22px;
    line-height: 1.3;
  }

  #intro p span {
    font-size: 22px;
  }

  .mouse {
    margin-bottom: 10px;
    transform: scale(0.85);
  }
}

/* Very short notebook screens: 1024×600 exactly */
@media (min-width: 1024px) and (max-height: 620px) {
  #intro .frase {
    margin-right: 35% !important;
    margin-bottom: 15px;
  }

  #intro .frase p:first-child {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  #intro p {
    font-size: 18px;
    line-height: 1.2;
  }

  #intro p span {
    font-size: 18px;
  }

  .mouse {
    margin-bottom: 5px;
    transform: scale(0.75);
  }
}

/* Medium notebook screens: 1366×768 range */
@media (min-width: 1200px) and (max-height: 900px) and (min-height: 621px) {
  #intro .frase {
    margin-right: 30% !important;
    margin-bottom: 25px;
  }

  #intro p {
    font-size: 26px;
    line-height: 1.3;
  }

  #intro p span {
    font-size: 26px;
  }

  .mouse {
    margin-bottom: 15px;
    transform: scale(0.9);
  }
}

/*--------------------------------------------------------------
# solucoes Section
--------------------------------------------------------------*/

#solucoes {
  background: url("../img/bg-solucoes.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 100px 0 100px 0;
  width: 100%;

}

#solucoes .bt-centro {
  position: relative;
  bottom: 30%;
  left: 63%;
  align-content: center;
}

#solucoes h1.titulo {
  font-size: 50px;
  color: white;
}

#solucoes h1.sub {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  color: #ff0d3e;
  font-size: 60px;
}

#solucoes p {
  font-size: 18px;
  color: #fd7c75;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;

}

#solucoes p.sub {
  font-size: 18px;
  color: #fff;
  text-transform: none;
  font-weight: 200;
  text-align: justify;
  width: 100%;
  padding: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

#solucoes h4 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;

}

#solucoes h3 {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;

}


/*--------------------------------------------------------------
# para quem fazemos
--------------------------------------------------------------*/

#para-quem-fazemos {
  background: #14151e;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 100px 0 100px 0;
  width: 100%;

}

#para-quem-fazemos p {
  font-size: 16px;
  color: #fff;

  text-transform: none;
  padding-top: 12%;
  padding-left: 3%;
  padding-right: 15%;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

#para-quem-fazemos a {
  padding-left: 3%;
  padding-right: 10%;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

#para-quem-fazemos .seta a {
  padding: 0px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

#para-quem-fazemos p.sub {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;

  text-align: justify;
  width: 100%;
  padding: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

#para-quem-fazemos h4 {
  font-size: 40px;
  color: #fd7c75;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

#para-quem-fazemos h3 {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8%;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;

}

#para-quem-fazemos h5 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8%;
  margin-top: 8%;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;

}

#para-quem-fazemos .logos img {
  width: 90%;
  padding-bottom: 60px;
  padding-top: 60px;


}

#para-quem-fazemos .parceiro img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

#para-quem-fazemos .parceiro img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#clientes img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# CAses Section
--------------------------------------------------------------*/

#cases {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

#cases .case {
  box-shadow: 0 0 1em gray;
  background: #b71419;
  margin-bottom: 50%;
  height: 80%;
}



#cases .case-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#cases .case-img img {
  transition: 0.3s ease-in-out;
}

#cases .file img {
  padding-right: 15px;
  padding-left: 13px;
}

#cases h3 {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 15px 30px;
  color: #fff;
}

#cases a {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 20px 30px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}



#cases .title h3 {
  font-size: 50px;
  margin-bottom: 80px;
  padding: 30px 20px;
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

#cases .voltar h4 {

  font-size: 22px;
  color: #f40039;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

#cases p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 19px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

#cases .card-header {
  padding: 1.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #310301;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#cases .card h3 {
  font-size: 35px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

#cases .carousel {
  margin: 50px auto;
  padding: 0 0px;
}

#cases .carousel .carousel-item {
  min-height: 330px;
  text-align: center;
  overflow: hidden;
}

#cases .carousel-control-prev,
.carousel-control-next {
  height: 80px;
  width: 50px;
  margin: auto 0;
  background: #d54c21;
  opacity: 5;
}

#cases .carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -16px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}

#cases .carousel-control-prev i {
  margin-left: -3px;
}

#cases .carousel-control-next i {
  margin-right: -3px;
}

#cases .carousel .carousel-indicators {
  bottom: -50px;
}

#cases .carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  border-color: transparent;
  border: none;
}

#cases .carousel-indicators li {
  background: #000;
}

#cases .carousel-indicators li.active {
  background: #d54c21;
}



/*--------------------------------------------------------------
# Clientes Section
--------------------------------------------------------------*/

#clientes {
  padding: 60px 0px 0px 0px;
  background: #fff;
  overflow: hidden;
}

#clientes .clientes-wrap {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-bottom: 30px;
}

#clientes .cliente-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#clientes .cliente-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clientes img {
  transition: all 0.4s ease-in-out;
}



/*--------------------------------------------------------------
# contato Section
--------------------------------------------------------------*/
.form-control {
  height: 52px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.bootstrap-select-custom .dropdown-toggle {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  height: 52px;
  padding: 15px 14px;
  width: 100%;
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.bootstrap-select-custom .dropdown-toggle::after {
  display: none;
}

.bootstrap-select-custom .dropdown-toggle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 12px;
}

.bootstrap-select-custom .dropdown-toggle:focus,
.bootstrap-select-custom .dropdown-toggle:active {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  border-color: #fff !important;
}

.bootstrap-select-custom .dropdown-menu {
  background-color: #b11e2a;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  margin-top: -1px;
}

.bootstrap-select-custom .dropdown-item {
  color: #fff;
  padding: 12px 15px;
  border-bottom: 1px solid #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

.bootstrap-select-custom .dropdown-item:last-child {
  border-bottom: none;
}

.bootstrap-select-custom .dropdown-item:hover,
.bootstrap-select-custom .dropdown-item:focus {
  background-color: #fe0000;
  color: #fff;
}

#contato ::placeholder {
  color: white;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
}

#contato {
  background-color: #b11e2a;
  overflow: visible;
  padding: 0;
}

/* Wrapper do contato com altura fixa */
.contato-wrapper {
  height: 690px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.contato-wrapper > .row {
  width: 100%;
}

/* Coluna Esquerda - Textos */
.contato-text-col {
  padding-right: 60px;
}

.contato-titulo {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.contato-descricao {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 30px;
}

.contato-email {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

/* Coluna Direita - Formulário */
.contato-form-col {
  padding-left: 40px;
}

.contato-form-col .form-group {
  margin-bottom: 12px;
}

.contato-form-col .form-control {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 15px;
}

/* Textarea Mensagem */
.contato-form-col textarea.form-control {
  height: 160px;
  resize: none;
}

/* Wrapper do botão ENVIAR */
.contato-btn-wrapper {
  margin-top: 8px;
}

#contato .form button[type="submit"] {
  background: #fff;
  border: 1px solid #fff;
  padding: 12px 40px;
  color: #b11e2a;
  transition: 0.4s;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
  width: 50%;
  letter-spacing: 2px;
}

#contato .form button[type="submit"]:hover {
  background: #fe0000;
  border: 1px solid #fff;
  color: #fff;
}

#contato .contato-info {
  margin-bottom: 20px;
  text-align: center;
}

#contato .form #sendmessage {
  color: #fff;
  border: 1px solid #fff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contato .form #errormessage {
  color: #fff;
  display: none;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contato .form #sendmessage.show,
#contato .form #errormessage.show,
#contato .form .show {
  display: block;
}

#contato .form .validation {
  color: #ffd5d5;
  display: none;
  margin: 0 0 10px;
  font-weight: 200;
  font-size: 13px;
}

#contato .form input,
#contato .form textarea {
  padding: 15px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #14151e;
  padding: 100px 0px;
  color: #eee;
  overflow: hidden;
}

#footer p {
  font-size: 16px;
  color: #fff;
  padding: 5px 20px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;

}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  /* contato section responsive handled by contato-wrapper */
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
    overflow: hidden;
  }

  #solucoes {
    background-attachment: fixed;
    overflow: hidden;
  }

  #subscribe {
    background-attachment: fixed;
    overflow: hidden;
  }
}

@media only screen and (max-width: 720px) {
  #intro .frase {
    margin: 80% 10% 10% 5%;
    text-align: left;

  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 1065px) {
  #header {
    background: rgba(30, 30, 30, 0.98);
    height: 110px;
    padding: 25px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
    overflow: hidden;

  }

  #mobile-nav-toggle {
    display: inline;
    overflow: hidden;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
  }

  #intro p span {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #fd7c75;
    font-weight: 400;
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  #case .carousel {
    margin: 0px auto 50px auto;
    padding: 0 0px;
  }
}

@media only screen and (max-width: 600px) {

  #case .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #case .carousel {
    margin: 0px auto 50px auto;
    padding: 0 0px;
  }
}

@media only screen and (max-width: 600px) {
  #footer .info-footer {
    text-align: center;
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #cases .case {
    box-shadow: 0 0 1em grey;
    background: #b71419;
    margin-bottom: 28%;
    margin-bottom: 15%;
    height: 95%;
  }
}

@media only screen and (max-width: 600px) {
  #cases .title h3 {
    font-size: 50px;
    margin-bottom: 0px;
    padding: 15px 20px;
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
  }
}



@media only screen and (max-width: 600px) {
  #para-quem-fazemos h4 {
    font-size: 25px;
    color: #fd7c75;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
  }

  #para-quem-fazemos h3 {
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8%;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;

  }
}

@media only screen and (max-width: 600px) {
  #contato .form button[type="submit"] {
    width: 100%;
  }

  .contato-wrapper {
    height: auto;
    padding: 40px 20px;
  }

  .contato-text-col {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .contato-form-col {
    padding-left: 15px;
  }

  .contato-titulo {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #portfolio .portfolio-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 720px) {
  #portfolio {
    padding: 8px 20px 20px 20px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 720px) {
  #contato {
    padding: 0;
    overflow: visible;
  }

  .contato-wrapper {
    height: auto;
    padding: 40px 20px;
  }

  .contato-text-col {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .contato-form-col {
    padding-left: 15px;
  }
}

@media (max-width: 1065px) {
  #header #logo img {
    padding: 5px;
    margin-left: 52px;
    max-height: 65px;
  }
}

@media only screen and (max-width: 720px) {
  #solucoes .bt-centro {
    position: relative;
    bottom: 30%;
    left: 25%;
    padding: 20px 20px 10px 20px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .modal-dialog {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .modal-content {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    overflow: auto;
  }
}

@media only screen and (max-width: 740px) {
  #solucoes .mockup {
    height: 143px;
    width: 150px;
  }

  #solucoes div.centro {
    text-align: center;

  }

  #solucoes div.ajuste {
    top: 17px;


  }

  .ico {
    height: 70px;
    width: 70px;

  }

  #solucoes h1.titulo {
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 40px;

  }

  #solucoes h1.sub {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 30px;

  }

  #solucoes p {
    font-size: 14px;
  }

  #portfolio div.centro {
    text-align: center;

  }

  #portfolio h1.titulo {
    font-size: 40px;
  }

  #portfolio h3.sub {
    font-size: 15px;
    letter-spacing: 3px;
  }

  #portfolio div.centralizar {
    border-bottom: solid 2px white;
    height: 5px;
    width: 100%;
    position: relative;
    left: 94px;
    top: -15%;
  }

  #contato div.info-contato {
    position: relative;
    background: #ff0000;
    color: #fff;
    width: 100vw;
    height: 200px;
    padding: 40px 0px 0px 0px;
    left: -35px;
    z-index: 1;
    bottom: -27px;
    margin-bottom: 27px;
    font-family: 'Roboto';
    overflow: hidden;
    text-align: center;
  }

  .overlay-port2 {
    display: none;
  }

  .container-port2:hover .overlay-port2 {
    opacity: 0;
    width: 100%;

  }

  .contato-titulo {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    padding-top: 20px;
  }

  #contato .image-port2 {
    width: 130% !important;
    height: 400px;
    left: -37px !important;

  }

  #intro {
    width: 100%;
    height: 100vh;
    background: url(../img/banner-mobile.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 27px;
    top: 8px;
    left: 12px;
  }

}

/* Custom Mobile Adjustments */
@media (max-width: 991px) {
  .parceiro-texto {
    text-align: center !important;
  }
  .parceiro-texto p {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px !important;
  }
  .parceiro-texto a {
    display: inline-block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .contato-wrapper > .row {
    width: auto !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .contato-text-col,
  .contato-form-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .contato-text-col {
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  .contato-form-col .form-control {
    text-align: center !important;
  }
  .bootstrap-select-custom .dropdown-toggle {
    text-align: center !important;
  }
  .contato-titulo {
    font-size: 45px !important;
    text-align: center !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
  }
  #intro .frase {
    margin: 80% 0 10% 0 !important;
    text-align: left;
  }
  .mouse {
    width: 60px;
    margin-bottom: 10px;
  }
  .mobile-social-container {
    float: right !important;
    margin-right: 15px !important;
  }
  .mobile-social-icon {
    height: auto !important;
    margin-left: 22px !important;
    display: inline-block !important;
  }
  .mobile-social-icon.icon-linkedin {
    width: 22px !important;
    margin-top: 16px !important;
  }
  .mobile-social-icon.icon-behance {
    width: 26px !important;
    margin-top: 20px !important;
  }
  .mobile-social-icon.icon-whatsapp {
    width: 22px !important;
    margin-top: 18px !important;
  }
  #intro .frase p:first-child {
    font-size: 23px !important;
    line-height: 1.3 !important;
    font-weight: 700;
    color: #ebebeb;
  }
  #intro .frase p:first-child span {
    font-size: 23px !important;
    font-weight: 800 !important;
    color: #fd7c75 !important;
  }
}

/*--------------------------------------------------------------
# Modal Cases - Página em Construção
--------------------------------------------------------------*/

/* Backdrop mais escuro */
#casesModal + .modal-backdrop,
.modal-backdrop {
  background-color: #000;
}
#casesModal + .modal-backdrop.show,
.modal-backdrop.show {
  opacity: 0.78;
}

/* ------ Dialog: desktop 850 × 520px ------ */
.cases-modal-dialog {
  max-width: 850px;
  width: 850px;
  margin: 1.75rem auto;
}

/* ------ Conteúdo: fundo vermelho Ingo, 850×520px ------ */
.cases-modal-content {
  background-color: #640405;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
  width: 850px;
  height: 520px;
}

/* ------ Botão fechar ------ */
.cases-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 20;
  line-height: 0;
}
.cases-modal-close img {
  width: 49px;
  height: 45px;
  object-fit: contain;
  display: block;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.cases-modal-close:hover img,
.cases-modal-close:focus img {
  opacity: 0.6;
}
.cases-modal-close:focus {
  outline: none;
}

/* ------ Corpo: flex row (desktop) ------ */
.cases-modal-body {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  gap: 0;
  height: 520px;
}

/* ------ Coluna de texto ------ */
.cases-modal-text {
  flex: 0 0 46%;
  max-width: 46%;
  padding: 90px 0 0 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Título: caixa alta, bold — desktop 57px */
.cases-modal-title {
  font-family: 'Outfit', 'Roboto', sans-serif;
  font-size: 57px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: 0.2px;
}

/* Subtítulo — desktop 30px */
.cases-modal-subtitle {
  font-family: 'Outfit', 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

/* Link "clique aqui" */
.cases-modal-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity 0.2s;
}
.cases-modal-link:hover,
.cases-modal-link:focus {
  color: #f5d0d0;
  opacity: 0.85;
}

/* ------ Coluna da imagem ------ */
.cases-modal-image {
  flex: 0 0 54%;
  display: flex;
  align-items: center;   /* imagem centralizada verticalmente */
  justify-content: flex-end;
  align-self: stretch;
  overflow: hidden;
  padding-top: 0;
}

/* Desktop: imagem ancorada na base direita */
.cases-behance-desktop {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin-right: 50px;
}

/* Mobile: oculto no desktop */
.cases-behance-mobile {
  display: none;
}

/* ------ MOBILE (≤ 575px): responsivo × 590px ------ */
@media (max-width: 575px) {

  .cases-modal-dialog {
    max-width: calc(100% - 24px);
    width: calc(100% - 24px);
    margin: 0.6rem auto;
  }

  .cases-modal-content {
    width: 100%;
    height: 590px;
    border-radius: 0;
  }

  /* Coluna: texto topo → imagem embaixo */
  .cases-modal-body {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 44px 24px 0 28px;
    min-height: unset;
    height: 100%;
    gap: 12px;
  }

  .cases-modal-text {
    max-width: 100%;
    /* reseta padding herdado do desktop */
    padding: 0;
    display: block;
  }

  /* Mobile: título 38px */
  .cases-modal-title {
    font-size: 38px;
    margin-bottom: 17px;
    margin-top: 90px;
  }

  /* Mobile: subtítulo 23px */
  .cases-modal-subtitle {
    font-size: 23px;
    line-height: 1.4;
  }

  /* Desktop: oculto no mobile */
  .cases-behance-desktop {
    display: none;
  }

  /* Mobile: exibe imagem grande, centralizada */
  .cases-behance-mobile {
    display: block;
    width: 260px;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
  }

  .cases-modal-image {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    flex: 1 1 auto;
  }

  .cases-modal-close {
    top: 10px;
    right: 15px;
  }
}

/*--------------------------------------------------------------
# Modal Sucesso Contato
--------------------------------------------------------------*/
.success-modal-dialog {
  max-width: 600px;
  width: 90%;
  margin: 1.75rem auto;
}

.success-modal-content {
  background-color: #640405; /* Padrão da modal de cases */
  border: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 40px 30px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
  height: 350px;
}

.success-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.success-modal-title {
  font-family: 'Outfit', 'Roboto', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.success-modal-subtitle {
  font-family: 'Outfit', 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 35px;
}

.success-modal-btn {
  background-color: #fff;
  color: #640405; /* Fonte no mesmo VERMELHO de fundo */
  font-family: 'Outfit', 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.success-modal-btn:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .success-modal-content {
    height: 420px;
    padding: 30px 15px;
  }
  .success-modal-content .cases-modal-close {
    top: 15px;
    right: 15px;
  }
  .success-modal-content .cases-modal-close img {
    width: 30px;
    height: auto;
  }
  .success-modal-title {
    font-size: 28px;
  }
  .success-modal-subtitle {
    font-size: 16px;
  }
  .success-modal-btn {
    font-size: 16px;
    padding: 10px 24px;
  }
}