/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Rapid - html/css template
Version:	1.0
Last change:	06/06/2014
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Reset
2. Typography
3. Mobile Menu / .cbp-spmenu
4. Buttons / .cta1
5. Preloader / #preloader
6. Top menu / #nav_bar
7. Home / #home
8. About / #about
9. Numbers / #numbers
10. Video / #video
11. Team / #team
12. Crue / #crue
13. Portfolio / #portfolio
14. Portfolio - subpage / #portfolio_subpage
15. Clients / #clients
16. Services / #services
17. Testimonials / .cbp-qtrotator
18. Parallax divider / #parallax_divider
19. Pricing / #pricing
20. News / #news
21. Contact / #contact
22. Footer / #footer
23. Subpage - Blog / #blog
24. Subpage - Blog post
25. Comments / #comment

-------------------------------------------------------------------*/

/*######################################*/
/*RESET ################################*/
/*######################################*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
hr,
th,
td {
  margin: 0;
  padding: 0;
}

/*######################################*/
/*TYPOGRAPHY ###########################*/
/*######################################*/

@font-face {
  font-family: 'Lane';
  src: url('fonts/LANENAR_-webfont.eot');
  src: url('fonts/LANENAR_-webfont.eot?iefix') format('eot'),
    url('fonts/LANENAR_-webfont.woff') format('woff'),
    url('fonts/LANENAR_-webfont.ttf') format('truetype'),
    url('fonts/LANENAR_-webfont.svg#webfont') format('svg');
}

.quicksand-regular {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.quicksand-bold {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

html {
  font-size: 100%;
}

p {
  font-size: 1rem;
  line-height: 1.625em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}

a {
  font-size: 1em;
  line-height: 1.625rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 4.25rem;
  line-height: 6.375rem;
  font-family: "Quicksand", sans-serif;
}

h2 {
  font-size: 34px;
  line-height: 3.125rem;
  margin-bottom: 1.35rem;
  color: #fe4d6d;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
}

h2:after {
  content: none !important;
  display: none !important;
  /* background-image: url(../images/title_section.png);
    background-repeat: no-repeat;
    content: "";
    width: 49px;
    height: 11px;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    display: inline-block; */
}

h3 {
  font-size: 24px;
  line-height: 50px;
  font-family: "Quicksand", sans-serif;
}

h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 600;
}

h5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 600;

}

h6 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 2.5rem;
  font-weight: 600;
}

ul {
  list-style: none
}

li {
  margin-top: 1.625em;
}

li a {
  display: inline;
}

hr {
  margin-top: 4.568rem;
  margin-bottom: 4.568rem;
  border-color: #e5e5e5;
}

a {
  color: none;
}

/*######################################*/
/*Mobile Menu ##########################*/
/*######################################*/

.cbp-spmenu {
  background-color: #292929;
  position: fixed;
}

.cbp-spmenu h3 {
  color: white;
  font-size: 1.2rem;
  padding: 1.3rem;
  padding-left: 2rem;
  margin: 0;
  font-weight: 700;
  float: left;
}

.cbp-spmenu a {
  display: block;
  color: #c4c4c4;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cbp-spmenu-vertical {
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #383838;
  padding: 1rem;
  padding-left: 2rem;
}

.cbp-spmenu-vertical a:hover {
  background-color: #383838;
}


.cbp-spmenu-right {
  right: -200px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#hideRight {
  float: right;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding-right: 2rem;
  margin-top: 1.2rem;
  color: white;
  font-size: 2rem;
  color: #c4c4c4;
}

#hideRight:hover {
  color: white;
}

#mobile_menu_content {
  border-top: 1px solid #383838;
  clear: both;
}

/*######################################*/
/*BUTTONS ############################*/
/*######################################*/

.cta1 {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2em;
  padding-right: 2rem;
  line-height: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: solid 2px;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  border-bottom-left-radius: 0.3rem;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta1:visited,
.cta1:active {
  text-decoration: none;
}

.cta1:focus {
  outline: none;
  text-decoration: none;
}

/*######################################*/
/*PRELOADER ############################*/
/*######################################*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* Loading animation: */

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner > div, .nav-link:hover, .nav-link.active, .cbp-qtprogress {
    background-color: #fe4d6d !important;
}

.cta1:hover {
    background-color: #fe8238 !important;
}

/*#####################################################################################################################*/
/* Template styles */
/* 
    COLOR PRIMARY #fe4d6d 
    COLOR SECUNDARY #fe8238
*/

/*#####################################################################################################################*/

/*#####################################################################################################################*/
/* Top menu */
/*#####################################################################################################################*/
.barra_header {
  height: 42px;
  background: linear-gradient(90deg,rgba(255, 66, 101, 1) 0%, rgba(254, 129, 59, 1) 100%);;
  color: #fff;
  z-index: 800;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

#nav_bar {
  height: 110px;
  background-color: #FFEBE8;
  position: fixed;
  top: 42px;
  z-index: 800;
  width: 100%;
  padding: 30px;
  border-bottom: solid thin #fe4d6d;
}

.logo {
  float: left;
}

.logo img {
  width: 166px;
}

#navigation ul {
  float: right;
  margin-top: 0.5rem;
  padding: 0;
}

#navigation ul li {
  float: left;
  margin-left: 0.2rem;
  padding: 0;
  margin-top: 0;
  color: #c4c4c4;
}

#navigation li a {
  color: #fe4d6d;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 40px;
}

#navigation li a:hover,
.mobile_nav_icon_open:hover {
  color: #fe8238;
  text-decoration: underline !important;
}

.active a {
  color: #fe8238 !important;
  text-decoration: underline !important;
}

.mobile_nav_icon_open {
  color: #fe4d6d;
  font-size: 2rem;
  margin-top: -0.4rem;
  padding: 0;
}

.mobile_nav_icon_open:hover {
  cursor: pointer;
}

.text-right a {
  color: #FFEBE8 !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}



/*#####################################################################################################################*/
/* Home */
/*#####################################################################################################################*/

#home {
  margin-top: 150px;
  /*padding-top:4.875rem;*/
  /*min-height: 42.25rem;*/
  /*    padding-top:14.625rem;*/
  color: white;
  text-align: center;
}

/* Scroll down arrow animation*/

@-webkit-keyframes arrowslide {
  0% {
    margin-top: 3.875rem;
    opacity: 0;
  }

  50% {
    margin-top: 4.875rem;
    opacity: 1;
  }

  100% {
    margin-top: 3.875rem;
    opacity: 0;
  }
}

@-moz-keyframes arrowslide {
  0% {
    margin-top: 3.875rem;
    opacity: 0;
  }

  50% {
    margin-top: 4.875rem;
    opacity: 1;
  }

  100% {
    margin-top: 3.875rem;
    opacity: 0;
  }
}

@-o-keyframes arrowslide {
  0% {
    margin-top: 3.875rem;
    opacity: 0;
  }

  50% {
    margin-top: 4.875rem;
    opacity: 1;
  }

  100% {
    margin-top: 3.875rem;
    opacity: 0;
  }
}

@keyframes arrowslide {
  0% {
    margin-top: 3.875rem;
    opacity: 0;
  }

  50% {
    margin-top: 4.875rem;
    opacity: 1;
  }

  100% {
    margin-top: 3.875rem;
    opacity: 0;
  }
}

#home_arrow {
  position: relative;
  margin: 0 auto;
  margin-top: 4.875rem;
  font-size: 2.2rem;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-animation: arrowslide 1s cubic-bezier(0.5, 0.2, 0.3, 1.0) infinite;
  -moz-animation: arrowslide 1s cubic-bezier(0.5, 0.2, 0.3, 1.0) infinite;
  -o-animation: arrowslide 1s cubic-bezier(0.5, 0.2, 0.3, 1.0) infinite;
  animation: arrowslide 1s cubic-bezier(0.5, 0.2, 0.3, 1.0) infinite;
}

#home_arrow:hover {
  cursor: pointer;
}

.home_slider {
  background-color: black;
}





/*#####################################################################################################################*/
/* About */
/*#####################################################################################################################*/

#about {
  padding-top: 7.2rem;
  padding-bottom: 4.125rem;
  color: black;
  background-color: white;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
  z-index: 700;
}

.intro {
  margin-bottom: 5rem;
}

.about_icons {
  margin-bottom: 4rem;
}

.about_icon {
  font-size: 4rem;
}

.logo-about {
  max-width: 200px;
}



/*#####################################################################################################################*/
/* Numbers */
/*#####################################################################################################################*/

#numbers {
  padding-top: 8.125rem;
  padding-bottom: 4.125rem;
  color: black;
  background-color: white;
  position: relative;
  z-index: 700;
}

.counter_info {
  margin-top: 0.6rem;
  margin-bottom: 4rem;
}

.counter_info h3 {
  margin-bottom: 2.1rem;
}

.counter_box {
  background-color: #f7f8fa;
  padding-top: 1.35rem;
  padding-bottom: 2.75rem;
  text-align: center;
  margin-bottom: 4rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.counter_box h5 {
  margin-top: 0.15rem;
}

.counter {
  font-size: 4.6875rem;
  font-family: 'Lane', sans-serif;
  font-weight: normal;
}



/*#####################################################################################################################*/
/* Video */
/*#####################################################################################################################*/

#video {
  text-align: center;
  height: 27.625rem;
  background-color: black;
  width: 100%;
  padding-top: 10.85rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 700;
}

#video h2 {
  display: inline;
  color: white;
}

.play_icon {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  border: solid 2px white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 1rem;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.play_icon:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

.play_icon:hover .play_icon_symbol {
  -webkit-animation: pulse .5s;
  animation: pulse .5s;
}

.play_icon_symbol {
  font-size: 2rem;
  color: white;
  margin-top: 0.9rem;
  margin-left: 0.3rem;
}

.play_icon a {
  line-height: 1rem;
}

#video_background {
  display: none
}

#video {
  background-color: #1c1c1c;
}

/*#####################################################################################################################*/
/* Team */
/*#####################################################################################################################*/

#team {
  padding-top: 5.4rem;
  padding-bottom: 4.125rem;
  color: black;
  background-color: white;
  text-align: center;
  position: relative;
  z-index: 710;
}

#team_intro {
  margin-bottom: 3.8rem
}

.slide_background {
  height: 30.875rem;
  width: 100%;
  background-color: #f7f8fa;
}

.person_photo {
  height: 30.875rem;
}

#person1 {
  height: 30.875rem;
  width: 50%;
  background: url(../images/person1.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#person2 {
  height: 30.875rem;
  width: 50%;
  background: url(../images/person2.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

#person3 {
  height: 30.875rem;
  width: 50%;
  background: url(../images/person3.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

.person_info {
  text-align: left;
  display: inline-block;
  width: 50%;
  float: right;
  height: 30.875rem;
  padding-left: 5.625rem;
  padding-top: 5.2rem;
  padding-right: 5.625rem;
}

.person_info h5 {
  margin-bottom: 1.2rem;
}

.person_info h3 {
  margin-bottom: 1.4rem;
}

.person_info p {
  margin-bottom: 2.8rem;
}

.social_icon {
  color: #000;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social_icon:hover {
  cursor: pointer;
  color: #fe4d6d !important;
}

.social_icons ul,
.social_icons ul li {
  display: block;
  list-style: none;
  padding: 0;
}

.social_icons ul li {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

.social_icons ul li:first-child {
  margin-left: 0;
}

.social_icons ul li:last-child {
  margin-right: 0;
}

.social_icons ul li {
  float: left;
}

.inner {
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 1.6rem;
}

.nav-link {
  margin: 0.3rem;
  height: 1rem;
  width: 1rem;
  background-color: white;
  border: solid 3px #d9dce3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  text-indent: -10000rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-link:hover {
  border: solid 3px #d9dce3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  text-indent: -10000rem;
  cursor: pointer;
}

/*#####################################################################################################################*/
/* Crew */
/*#####################################################################################################################*/

#crew {
  padding-top: 8.9rem;
  padding-bottom: 2.9rem;
  color: black;
  background-color: white;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;

}

#crew_intro {
  margin-bottom: 4rem;
}

.member_photo {
  padding: 2rem;
  margin: 0 auto;
  width: 16rem;
}

.crew_member {
  text-align: center;

}

.social_icons.center {
  display: inline-block;
  margin-top: -0.5rem;
  margin-bottom: 4rem;
}

/*#####################################################################################################################*/
/* Portfolio */
/*#####################################################################################################################*/

#portfolio {
  padding-top: 5.4rem;
  padding-bottom: 4.125rem;
  color: black;
  background-color: white;
  text-align: center;
  position: relative;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  z-index: 700;
}

#portfolio_intro {
  margin-bottom: 4rem;
}

.portfolio_item {
  margin-bottom: 1.5rem;
}

.portfolio_item a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio_item a:hover img {
  opacity: 0.8;
  cursor: url(../images/cursor.png), auto;
  -webkit-animation: pulse .5s;
  animation: pulse .5s;
}

/*#####################################################################################################################*/
/* Portfolio - subpage */
/*#####################################################################################################################*/

#portfolio_subpage {
  padding-top: 5.4rem;
  padding-bottom: 4.125rem;
  color: black;
  background-color: white;
  text-align: center;
}

.portfolio_item_description {
  text-align: left;
}

.portfolio_item_icons {
  text-align: center;
}

.portfolio_item_title {
  text-align: center;
  margin-bottom: 1.6rem;
}

.portfolio_item_images,
.portfolio_item_video {
  margin-bottom: 1rem;
  padding-right: 2rem;
}

.portfolio_item_video iframe {
  width: 100%;
  height: 25rem;
}

.portfolio_item_slider {
  margin-bottom: 5rem;
}

.slider_container {
  padding-right: 2rem;
}

.portfolio_item_controls {
  color: #d9dce3;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 3.125rem;
  margin-bottom: 1.35rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  display: inline-block;
}

.portfolio_item_controls:hover {
  cursor: pointer
}

.portfolio_item_tasks ul li {
  font-size: 1rem;
  line-height: 1.625em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin: 1rem;
  margin-left: 0rem;
}

.portfolio_item_tasks ul li:before {
  font-family: 'rapid-icon-font';
  content: '\e10e';
  margin-right: 1rem;
  font-size: 1rem;
  top: 1rem;
}

.fullwidth {
  margin-bottom: 2rem;
}

.portfolio_item_tasks.fullwidth {
  text-align: left;
}

/*#####################################################################################################################*/
/* Clients */
/*#####################################################################################################################*/

#clients {
  text-align: center;
  height: 27.625rem;
  background-color: black;
  width: 100%;
  padding-top: 6.5rem;
  background: url('../images/clients_bg.jpg') repeat 0 1000px fixed;
  z-index: 700;
}

#clients h2 {
  color: white;
  margin-bottom: 3.4rem;
}

.client_logo {
  opacity: 0.4;
}



/*#####################################################################################################################*/
/* Services */
/*#####################################################################################################################*/

#services {
  padding-top: 5.4rem;
  padding-bottom: 6.7rem;
  color: black;
  background-color: white;
  text-align: center;
  position: relative;
  z-index: 700;
}

#services_intro {
  margin-bottom: 4rem;
}

.services_details {
  text-align: left;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}

.services_icon {
  color: #d9dce3;
  font-size: 2rem;
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
}

.image_front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

.image_back {
  position: relative;
  left: 0;
  top: 0;
  z-index: 29;
}

.service_images {
  position: relative;
  display: block;
}

/*#services_column_left,
#services_column_right {
    margin-top:2rem;
}*/

/*#####################################################################################################################*/
/* Testimonials */
/*#####################################################################################################################*/


.cbp-qtrotator {
  position: relative;
  margin: 6.3rem auto 0 auto;
  width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  border-top: 1px solid #e5e5e5;
  padding-left: 7rem;
  padding-right: 7rem;
  padding-top: 4.5rem;
  padding-bottom: 7rem;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
  text-align: left;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

/* Currently visible */
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  height: 2px;
  width: 0%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}

.cbp-qtrotator blockquote h3 {
  margin-bottom: 2.7rem;
  font-style: italic;
}

/*#####################################################################################################################*/
/* Parallax devider */
/*#####################################################################################################################*/

#parallax_divider {
  text-align: center;
  background-color: black;
  width: 100%;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background: url('../images/parallax_bg.jpg') repeat 0 1000px fixed;
  z-index: 700;
}

#parallax_divider h2 {
  color: white;
}

/*#####################################################################################################################*/
/* Pricing */
/*#####################################################################################################################*/

#pricing {
  padding-top: 5.4rem;
  padding-bottom: 6.7rem;
  color: black;
  background-color: white;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
  z-index: 700;
}

#pricing_intro {
  margin-bottom: 5.5rem;
}

.pricing_box_header {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f8fa;
  -webkit-border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  margin-bottom: 1px;
}

.pricing_box_item {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f8fa;
  margin-bottom: 1px;
}

.pricing_box_footer {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f8fa;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  margin-bottom: 2rem;
}

/*#####################################################################################################################*/
/* News */
/*#####################################################################################################################*/

#news {
  padding-top: 5.4rem;
  padding-bottom: 6.7rem;
  color: black;
  background-color: white;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
  z-index: 700;
}

#news_intro {
  margin-bottom: 5.5rem;
}

.news_item {
  text-align: left;
  border-bottom: solid 1px #e5e5e5;
  padding-top: 1rem;
  padding-bottom: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news_item:hover {
  background-color: #f7f8fa;
  cursor: pointer;
}

.news_title {
  float: left;
}

.news_icon {
  float: right;
  font-size: 2rem;
}

#more_posts {
  margin-top: 4.7rem;
}

/*#####################################################################################################################*/
/* Contact */
/*#####################################################################################################################*/

#contact {
  padding-top: 5.4rem;
  padding-bottom: 6.7rem;
  color: #fff;
  background: linear-gradient(90deg,rgba(255, 66, 101, 1) 0%, rgba(254, 129, 59, 1) 100%);;
  text-align: left;
  /*border-bottom: solid 1px #e5e5e5;*/
  position: relative;
  z-index: 700;
}

#contact h2,
#contact h5 {
  color: #FFF;
}

input {
  float: left;
  padding-left: 1.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #fe4d6d;
  background: white;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 25px;
  border: none;
  margin-bottom: 15px;
}

::placeholder {
  color: #fe4d6d;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fe4d6d;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fe4d6d;
}

textarea {
  float: left;
  padding-left: 1.2rem;
  padding-top: 1rem;
  width: 100%;
  height: 8rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #fe4d6d;
  background: white;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 25px;
  border: none;
  margin-bottom: 0.625rem;
}

input:focus,
textarea:focus {
  outline: none;
}

button {
  background-color: #fe4d6d;
  margin-bottom: 2rem;
  color: #fff
}

.cta1 {
  border: none;
  color: #fff !important;
  text-transform: unset !important;
  font-weight: normal;
  border-radius: 30px;
  height: 40px;
  padding-top: 10px;
}

#contact_info1,
#contact_info2 {
  margin-bottom: 2.3rem;
}

#message {
  display: none;
  background-color: #fff9da;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

#alert {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.unordered li {
  margin: 0 !important;
}

/*#####################################################################################################################*/
/* Footer */
/*#####################################################################################################################*/

#footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #FFEBE8;
  text-align: left;
  position: relative;
  z-index: 700;
}

#footer p {
  color: #000;
  float: left;
  padding-top: 12px;
}

#footer .social_icons {
  float: right;
  margin-top: 0;
  padding-top: 0;
}

#footer .social_icons li {
  margin-top: 0;
}

#footer .social_icons.instagram_icon {
  width: 32px;
  height: 34px;
  display: block;
  font-family: "rapid-icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/*#####################################################################################################################*/
/* Blog */
/*#####################################################################################################################*/

#blog {
  padding-top: 5.4rem;
  padding-bottom: 6.7rem;
  color: black;
  background-color: white;
  text-align: center;
  margin-top: 4.875rem;
}

#blog_intro {
  margin-bottom: 5.5rem;
}

.post {
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  padding-top: 1rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.post_title p,
.post_title h6 {
  margin-bottom: 2rem;
}

.post_title img,
.post_title .video {
  margin-bottom: 2rem;
}

.pagination {
  text-align: center
}

.pagination {
  display: block;
  list-style: none;
}

.pagination li {
  /* margin-left:1rem; */
  /* margin-right:1rem; */
  display: inline-block;
}

.pagination li a {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*#####################################################################################################################*/
/* Blog Post */
/*#####################################################################################################################*/

.post_intro {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}

.post_content {
  text-align: left
}

.post_content img {
  margin-bottom: 50px;
}

.post_content h3 {
  margin-bottom: 1rem;

}

.post_content p {
  margin-bottom: 1.625rem;
}

.post_copy {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

/*######################################*/
/*Comments #############################*/
/*######################################*/

.comment {
  padding: 2rem;
  margin-top: 2rem;
  float: left;
  background-color: #f7f8fa;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  border-bottom-left-radius: 0.3rem;

}

#comments {
  margin-bottom: 6.5rem;
  padding-bottom: 3rem;
  text-align: left;
  border-bottom: solid 1px #e5e5e5;
}

.comment p {

  overflow: hidden;
}

.avatar {
  float: left;
  margin-right: 2rem;
  width: 4rem;
  height: 4rem;
}

.comment h6 {
  display: inline
}

.reply {
  float: right;
  width: 90%;
}

.comment a {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.comment_form {
  text-align: left;
}

.comment_form h3 {
  margin-bottom: 2rem;

}

.about_list li {
  background: url(../images/icon_roud.jpg) no-repeat left 5px;
  padding-left: 30px;
  min-height: 19px;
  margin-top: 0;
  padding-bottom: 30px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
}

#portfolio {
  background: url(../images/bg-produtos-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.portfolio_item div {
  background: #fe5f51;
  height: 100%;
  border-radius: 25px;
  padding: 0px;
  border: 10px solid #efeeee;
}
.portfolio_item div h3 {
  color: #fefefe;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }

}

@media (max-width: 767px) {

  .icon-whats-custom,
  .icon-email-custom {
    min-height: 35px !important;
  }

  #contact_form {
    margin-top: 30px;
  }
}

.services_details h5 {
  color: #0D0D0D !important;
  font-size: 21px;
  padding-bottom: 15px;
}

.services_details p {
  line-height: 20px;
  margin-bottom: 20px;
}

.icon-address {
  background: url(../images/icon-address.png) no-repeat left 5px;
  padding-left: 30px;
  min-height: 19px;
  padding-left: 50px;
}

.icon-whats-azul {
  background: url(../images/icon-whats-azul.png) no-repeat left 0px;
  padding-left: 30px;
  min-height: 31px;
  padding-left: 50px;
  padding-top: 3px;
}

.icon-email-azul {
  background: url(../images/icon-email.png) no-repeat left 0px;
  padding-left: 30px;
  min-height: 33px;
  padding-left: 50px;
  padding-top: 3px;
}

.icon-address-custom {
  background: url(../images/icon-email-transparent.png) no-repeat left 5px;
  padding-left: 30px;
  min-height: 19px;
  padding-left: 50px;
}

.icon-whats-custom {
  background: url(../images/whatsapp-white.svg) no-repeat left 6px;
  background-size: 24px;
  min-height: 31px;
  padding-left: 50px;
  padding-top: 3px;
}

.icon-phone-custom {
  background: url(../images/phone-white.svg) no-repeat 1px 7px;
  min-height: 32px;
  padding-left: 50px;
  padding-top: 3px;
  background-size: 26px;
}

.icon-email-custom {
  background: url(../images/mail-white.svg) no-repeat left 6px;
  padding-left: 30px;
  min-height: 31px;
  padding-left: 50px;
  padding-top: 3px;
  background-size: 24px;
}

.pdt-50 {
  padding-top: 50px;
}

#contact_info p {
  margin-top: 20px;
}

#footer a {
  color: #000;
}

.slide-item {
  position: relative;
  background-repeat: no- repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 39.9375em) {
  .slide-item {
    min-height: 605px;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 40em) {
  .slide-item {
    height: 605px;
    min-height: 605px;
  }
}

@media screen and (min-width: 64em) {
  .slide-item {
    height: 605px;
    min-height: 605px;
  }
}


#slogan_h1 {
  padding-top: 80px;
}

@media (min-width: 771px) {
  .whats-footer {
    float: left;
    position: fixed;
    bottom: 0;
    background: #00ce65;
    left: 15px;
    cursor: pointer;
    padding: 5px 15px;
    z-index: 99999999;
    color: #fff;
    font-size: 22px;
    border-radius: 8px 8px 0 0 !important;
    -moz-border-radius: 8px 8px 0 0 !important;
    -webkit-border-radius: 8px 8px 0 0 !important;

  }
}

@media (max-width: 770px) {
  .whats-footer {
    float: left;
    position: fixed;
    bottom: 20px;
    background: #00ce65;
    left: 15px;
    cursor: pointer;
    padding: 9px 15px;
    z-index: 99999999;
    color: #fff;
    font-size: 22px;
    border-radius: 25px;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
  }
}

.whats-footer a {
  color: #fff;
}

.whats-footer-text {
  font-size: 14px;
  text-transform: uppercase;
  font-family: open sans, montserrat, helvetica neue, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 2.5px;
  padding-left: 10px;
}