
body {
  font-family: "Montserrat", sans-serif;
  color: #000; background-color:#FFF;
}

#roqstore-frame {width: 100%; height:90vh;}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color:#FF914D; 
    border-radius: 30px;

}

::-webkit-scrollbar-thumb:hover {
    background:#000;
	
}

::-moz-selection {
  background: transparent;
  text-shadow: none; }

::selection {
  background: transparent;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 3px solid #FF914D;
  border-top-color:#000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {.pc{display:none;}}
@media (min-width: 992px) {.pc{display:block;}}

@media (max-width: 992px) {.mobile{display:block;}}
@media (min-width: 992px) {.mobile{display:none;}}


a {
  color: #FFF;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

.text-transparent{color:transparent;}

h1, h2, h3 {font-family: "Montserrat", sans-serif; letter-spacing:-2px !important; font-weight:700;}

h4, h5, h6{font-family: "Montserrat", sans-serif; letter-spacing:-1px !important;  font-weight:700;}
 
.big{font-size:20px !important;}
.mini{font-size:12px !important;}
.mini-2{font-size:8px !important;}

.control-equipe{cursor: url(../img/img-ico.png), auto;}

.li{list-style-image:url(../img/icon.png); font-size:20px; font-weight:700; color:#000; letter-spacing:-1px; margin-left:-14px;}

.li-2{list-style-image:url(../img/icon-2.png); font-size:18px;  color:#000; letter-spacing:-1px; margin-left:-14px;}

.text-greem{ color:#FF914D;}
.bg-greem{ background-color:#FF914D;}

.red{background-color: rgba(255,0,0,1); padding:4px 14px;}
 
p{letter-spacing:0px;}

.color{letter-spacing:4px; color:#F4B21C !important;}

.text-white-i{color:#FFF !important;}
.text-black{color:#000 !important;}
.bg-black{background-color:#000; color:#FFF;}

.bg-yellon{background-color:#F4B21C;}

.margin-dow{margin-bottom:-400px; z-index:1000;}

.margin-up{margin-top:-300px;}
@media (max-width: 992px) { .margin-up{margin-top:-250px;}}

.shadow{box-shadow: 5px 10px 29px 0 rgba(0,0,0,0.6);}




.bg-dom-ferro {
  padding: 100px 0;
  background-attachment:fixed;
  background-image:url(../img/bg-contatos.jpg);
  background-position:top left;
  background-size: cover;
  color:#FFF;
  
}

.numbers{
margin: 0 auto;
font-size:40px; 
width:80px; 
height:80px;  
background-color:#FF914D; 
border-radius:50px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
font-weight:700 !important; 
box-shadow: 5px 10px 29px 0 rgba(0,0,0,0.6);}

hr{ 
  border-top: 1px solid #8c8b8b;
} 

.whatsapp-icon{position: fixed; z-index: 1000; bottom: 20px; right: 20px; width: 70px; height: 70px; -webkit-border-radius: 50%; cursor: pointer; background-color: #44A01C; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url(../img/whatsapp.png); background-size: 50% auto;}
.whatsapp-icon:hover{background-color: #86e25e;}
.whatsapp-icon::after,
.whatsapp-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #44A01C; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.whatsapp-icon::after{animation-delay: .5s;}
.whatsapp-icon:hover::after{border: 4px solid #86e25e;}
.whatsapp-icon:hover::before{border: 4px solid #86e25e;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 26px;
  height: 26px;
  border-radius:50px;
  background: #FF914D;
  color: #000;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background:#000;
  color: #fff;
}

@media screen and (max-width: 992px) { .mobile-off {display:none;}}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

#header {
	
  height: 100px;
  transition: all 0.5s;
  transition: all 0.5s;
  background:#FFF ;
  box-shadow: 5px 10px 29px 0 rgba(0,0,0,0.6);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}


.nav-menu {
  width: 100%;
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; z-index:9998;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu .nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu .nav-logo {
  padding: 0 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 15px 25px;
  transition: 0.3s;
  font-size: 12px;
  border-bottom: 4px solid #FFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.nav-menu i{font-size:30px;}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color:#000; border-bottom: 4px solid #FF914D;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 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: 14px 20px;
  font-size: 10px;
  font-weight:;
  letter-spacing:0px;
  color: #000;
  border-bottom:1px solid #EEEEEE;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #FF914D;
}

.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;
}


.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  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: #FF914D;
}

.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: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-align:left;
  border-bottom:1px solid #EEEEEE;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color:#FF914D ; background-color:#FFF;
  text-decoration: none;
}

.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;
}

#hero {
  width: 100%;
  height: 100vh;
  background:;
  position: absolute;
  z-index:1;
  top:0;
  background-position:center center;
  background-size:cover;
}

/*

#hero:before {
  content: "";
  background: rgba(0,0,0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

*/

#hero .hero-container {
  position: relative; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero img {
  margin-bottom: 20px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing:-2px !important;
  color: #FFF;
}

#hero h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align:center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin:;
  color: #FFF;
  background:#FF914D;
}

#hero .btn-get-started:hover {
  background:#000;
  color:#FFF;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
	
 #hero img {
  margin-bottom: 0px;
}

	
 #hero h1 {
	margin-top:30px;
    font-size: 40px;
    line-height: 40px;
	letter-spacing:0px !important;
  }
  #hero h2 {
    line-height: 22px;
  }
}

#hero-produtos {
  width: 100%;
  height: 80vh;
  position: relative;
  background-position:bottom center;
  background-size:cover;
}

#hero-produtos:before {
  content: "";
  background: rgba(0,0,0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-produtos .hero-produtos-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero-produtos .hero-produtos-logo {
  margin-bottom: 30px;
}

#hero-produtos h1 {
  margin: 0 0 30px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing:-1px;
  color: #FFF;
}

#hero-produtos h2 {
  color: #000;
  margin-bottom:;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero-produtos .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align:center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 3px;
  transition: 0.5s;
  margin:;
  color: #FFF;
  background:#51416F;
}

#hero-produtos .btn-get-started:hover {
  background:#A44BA7;
  color:#FFF;
}

@media (min-width: 1024px) {
  #hero-produtos {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-produtos h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-produtos h2 {
    line-height: 22px;
  }
}

.hr{border: 4px #FF914D solid; max-width:200px;}

section {
  padding: 120px 0;
  overflow: hidden;
}

.section-bg {
  background-color:#F4B21C;
}

.section-title {
  text-align:center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 36px;
  letter-spacing:-1px;
  font-weight:;
  text-transform:;
  margin-bottom: 15px;
  text-transform;
  color: #000; 
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}

.services .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.services .icon-box i {
  font-size: 48px;
  float: left;
  color: #A44BA7;
}

.services .icon-box p {
  font-size: 15px;
  color: #959595;
  margin-left: 60px;
}

.services .image {
  padding: 20px;
  
}

.bg-produtos{
  background-attachment:fixed;
  min-height:600px;
  background-image: url("../img/bg-produtos.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;		
}

.bg-graficos{
  background-attachment:scroll;
  background-image: ;
  background-repeat:no-repeat;
  background-position:bottom right;	
}

@media (max-width: 992px) {.bg-graficos{ background-image: none;}}

.produtos .icon-box {
  height:400px;
  background-color: transparent;
  background-position:center center;
  background-size:cover;
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 10px 29px 0 rgba(0,0,0,0.6);
  transition: all 0.9s ease-in-out;
  text-align: center;
  z-index: 1;
  margin-bottom:40px;
}

.produtos .icon-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: ease-in-out 0.9s;
  z-index: -1;
}

.produtos .icon-box:hover::before {
  background-color: rgba(0,0,0, 0.7);
  height: 100%;
  border-radius: 0px;
}

.produtos .icon {
  margin: 0 auto 30px auto;
  padding-top: 80px;
  display: inline-block;
  text-align: left;
  background-color:transparent;
  transition: all 0.6s ease-in-out;
}

.produtos .icon i {
  font-size: 36px;
  line-height: 1;
  color: transparent;
}

.services .title {
  font-weight: 100 !important;
  margin-top: 15px;
  font-size: 18px;
}

.produtos .title  { 
  background-color: rgba(0,0,0, 0.7); 
  text-align:left; 
  width:70%; 
  padding:20px;
  border-left:4px #FF914D solid;
  color: #FFF;
  font-weight:100 !important;
  font-size:24px;
  text-transform:uppercase;
  letter-spacing:6px !important;
}

.produtos p {
  color: transparent; text-transform:uppercase; font-weight:100 !important; transition: all 0.6s ease-in-out;
}

.produtos .description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.produtos .icon-box:hover .title a, .produtos .icon-box:hover .description {
  color: #FFF; border-bottom:1px #FFF solid; transition: all 0.6s ease-in-out;
}

.produtos .icon-box:hover .icon {
  background-color:transparent;
}

.produtos .icon-box:hover .icon i {
  color:transparent;
}

@media (max-width: 768px) {
  .produtos .icon-box::before {
    bottom: 60%;
  }
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  background: #000;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background:#F4B21C;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio-wrap img{
	width:100%;
}

.portfolio .portfolio-wrap {
box-shadow: 5px 10px 29px 0 rgba(0,0,0, 0.6);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  letter-spacing:-1px;
  color: #fff;
  font-weight: 300;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 48px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #F4B21C; 
  
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


.testimonials {
  padding: 200px 0;
  background:#F4B21C;
  background-attachment:fixed;
  background-image:url(../img/bg-comentarios.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;		
}


.testimonials .quote-icon {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials .quote-icon i {
  color: #FFF;
  font-size: 44px;
  padding: 18px;
  
  
}

.testimonials i{color:rgba(255,255,0,1);}

.testimonials .testimonial-item {
  text-align: center;
  color: #FFF;
}

.testimonials .testimonial-item p {
  font-style:;
  margin: 0 auto 30px auto;
  font-size: 18px;
  letter-spacing:-0.6px;
  color: #FFF;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px; letter-spacing:-1px !important;
  margin: 10px 0 5px 0;
  color: #FFF;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #FFF;
  margin: 0 0 15px 0;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2) !important;
}

.testimonials .owl-dot.active {
  background-color: #FFF !important;
  border:1px #FFF solid;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}



.pricing .box {
  background:#F4B21C;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 10px 29px 0 rgba(0,0,0, 0.6);
}

.pricing .box h3 {
  font-weight: 700;
  padding: 15px;
  margin-top: 15px;
  font-weight: 700;
  color: #000;
  font-size:30px;
}

.pricing .box p{color:#FFF}

.pricing .box h4 {
  font-size: 52px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  letter-spacing:1px !important;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -1px;
}

.pricing .box h4 span {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}

.pricing .box ul {
  
  list-style: none;
  color: #000;
  text-align: center;
  line-height: 20px; 
  font-size: 20px;
  margin-left:-34px;
}

.pricing .box ul li {
  padding-bottom: ;
}

.pricing .box hr{border-top: 1px dashed #000; width:100%; max-width:300px; line-height:0px;}

.pricing .box ul i {
  color: ;
  font-size: 20px;
  padding-right: ;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px;
  background-color:#000;
  border-radius: 5px;
  border: 1px solid #000;
  letter-spacing:4px;
  color:  #FFF;
  font-size: 12px;
  text-transform:uppercase;
  font-weight:;
  font-family: "Montserrat", sans-serif;
  transition: 0.6s;
}

.pricing .box .btn-buy:hover {
  background:#222222;
  border: 1px solid #222222;
  color: #fff;
}

.pricing .recommended {
  border-color: #7cc576;
}

.pricing .recommended .btn-buy {
  background: #7cc576;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background:  #A44BA7;
  border-color: #A44BA7;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  padding: 4px 25px 6px 25px;
  background: #eaf6e9;
  color: #7cc576;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}


.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq h2{color:#000;}

.faq b{color:#F4B21C;}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  color: #000 !important;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color:  #000;
}

.faq .faq-list a.collapsed:hover {
  color:  #A44BA7;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}





.contact .info {
  width: 100%;
  height: 100%;
  background:;
  padding: 20px;
  border-radius: 5px;
}

.contact .info i {
  font-size: 30px;
  color: #FFF;
  float: left;
  width: 44px;
  height: 44px;
  background:#FF914D;
  border-radius:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FFF;
  letter-spacing:-1px !important;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #FFF !important;
}


.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #7cc576 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


#footer {
  background:#FFF;
  color: #000;
  font-size: 14px;
  position: relative;
  background-position:bottom center;
  background-repeat:no-repeat;
  background-size:cover;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:;
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #F4B21C;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5ab652;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #FF914D;
  color: #fff;
  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: #5ab652;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#footer .copyright {
  text-align: center;
}

#footer .roqs {
  text-align: center;
  padding-top: 20px;
  font-size:10px;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.mapa{
	background-color:#000;
	min-height:546px; 
	background-image:url(../img/google-maps.jpg);
	background-position:center center; 
	background-size:cover;	
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;  
}

.mapa:hover{
	background-color:#000 !important;	
	opacity:0.7;
}

