
body {
  font-family: "Montserrat", sans-serif;
  color: #050A30; 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:#D70203; 
    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 #D70203;
  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;}}


@media (max-width: 992px) { .text-center-mobile{text-align:center !important;}}

.text-shadow{text-shadow: #050A30 2px 2px;}

.left-center{text-align:left;}
@media (max-width: 992px) {.left-center{text-align:center;}}

a {
  color: #FFF;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

.ab{color: #050A30; border:1px #050A30 solid; padding:10px; margin-top:20px; margin-bottom:20px; transition: ease-in-out 0.6s;}

.ab:hover{color: #FFF; background-color:#D70203; border:1px #D70203 solid; padding:10px; margin-top:20px; margin-bottom:20px; transition: ease-in-out 0.6s;}

.margin-dow{margin-bottom:-180px;}
@media screen and (max-width: 992px) {.margin-dow{margin-bottom:-70px;}}

.margin-up{margin-top:-180px;}
@media screen and (max-width: 992px) {.margin-up{margin-top:-70px;}}

.btn-catalogos-pdf{ margin-top:50px; background-color:#D70203; color:#000; padding:10px; border-radius:50px; transition: ease-in-out 0.9s;}

.btn-catalogos-pdf:hover{background-color:#050A30; color:#FFF; padding:10px; border-radius:50px; transition: ease-in-out 0.9s;}

.text-transparent{color:transparent;}

.border-bottom{ border-bottom: dotted #D70203 1px !important;}

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:-1.4px !important;  font-weight:700;}
 
.big{font-size:20px !important;}
.mini{font-size:15px !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:16px; font-weight:300; color:#000; letter-spacing:-1px;}

.text-greem{ color:#D70203 !important;}
.bg-america-persianas{ background-color:#D70203; color:#FFF; font-weight:700 !important;}
.bg-america-persianas-2{ background-color:#050A30; color:#FFF;}

.border-america{border-bottom-left-radius:50px; border-bottom-right-radius:50px;}

.red{background-color: rgba(255,0,0,1); padding:4px 14px;}
 
p{letter-spacing:-0.8px; font-size:18px !important; color:#050A30;}

.color{ color:#997E63 !important;}

.text-white-i{color:#FFF !important;}
.text-black{color:#000 !important;}

.bg-yellon{background-color:#F4B21C;}



.shadow{box-shadow: 5px 10px 29px 0 rgba(0,0,0,0.6);}

.bg-img-america-persianas{ 
background-attachment:fixed; 
background-image: url(../img/bg-img-america-persianas.jpg);
background-position:center bottom;
background-repeat:no-repeat;
background-size:cover; 
}

.bg-img-tela-mosquiteiro{
height:80vh; 
background-attachment:fixed;
background-image:url(../img/tela-mosquiteiro/bg-tela-mosquiteiro.jpg);
background-position:center center;
background-repeat:no-repeat;
background-size:cover;}

.bg-wall h3{color:#FFF;}
.bg-wall h4{color:#050A30; font-weight:700 !important; font-size:24px !important; letter-spacing:-1px !important; }
.bg-wall i {
font-size:70px; 
width:70px; 
height:70px;  
padding:10px; 
background-color:#D70203; 
border-radius:10px; 
box-shadow: 5px 10px 29px 0 rgba(0,0,0,0.6);}

hr{ border-top: 6px solid #FFF; max-width:240px;}

.hr{border: 4px #CEAA5B solid; max-width:200px;} 

.border-left{border-left: 4px #D70203 solid !important;}


b{font-weight:700 !important; color:#D70203}

.whatsapp {
  position: fixed;
  right: 60px;
  bottom: 12px;
  background-color: transparent;
  transition: ease-in-out 0.6s;
  z-index: 99999;
  
}


.whatsapp:hover {
  bottom: 5px; color: #FFF;
}

.back-to-top {
	
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  
}

.back-to-top i {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 36px;
  height: 36px;
  background: #D70203;
  color: #FFF;
  transition: all 0.9s;
}

.back-to-top i:hover {
 color: #050A30; margin-bottom:20px !important;
}

@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: 80px;
}

@media (max-width: 992px) {
  #header {
    height: 80px;
  }
}


.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:#050A30;
  padding: 15px 25px;
  transition: 0.3s;
  font-size: 15px;
  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:#FFF !important; background-color:#D70203; border-radius:50px;
  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: #050A30;
  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: #9ACF16;
}

.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: 26px;
  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: #D70203;
}

.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;
   text-transform: uppercase;
   
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color:#050A30;
  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:#D70203 ; 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 {
	margin-top:-20px;
	padding:4px 10px;
	background-color: rgba(5,10,48,0.4);
  color:#FFF;
  margin-bottom: 20px;
  font-size: 16px !important;
  letter-spacing:-0.5px !important;
  font-weight: 700;
  text-transform:;
}

#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:#D70203;
}

#hero .btn-get-started:hover {
  background:#050A30;
  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: 50vh;
  position: relative;
  background-position:center bottom;
  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: 42px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing:-1px;
  color: #FFF;
}

#hero-produtos h2 {
  color: #050A30;
  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: #050A30;
  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: 36px;
    line-height: 36px;
  }
  #hero-produtos h2 {
    line-height: 22px;
  }
}



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:#050A30; 
}

.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 bottom;
  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:top 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  { 
 
  text-align:left;
  margin-top:120px;   
  padding:20px;
  font-size:40px !important;
  color:#FFF;
  border-left:10px #D70203 solid;
  
}

.produtos p { 
  width:50px; color: transparent;  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 {
 width:200px; color: #FFF; background-color:#D70203; padding:10px; border-radius:50px; font-size:20px; letter-spacing:-1px; 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: #050A30;
  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;
}


.bg-op{background-color:rgba(0,0,0,0.3);}


.testimonials {
  padding: 200px 0;
  background:#F4B21C;
  background-attachment:fixed;
  background-image:url(../img/bg-comentarios.jpg);
  background-repeat:no-repeat;
  background-position:center bottom;
  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:-1px;
  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;
}


.bg-contatos {
  padding: 100px 0;
  background-attachment:fixed;
  background-image:url(../img/bg-contatos.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}


.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:#D70203;
  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: #D70203;
  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;
}

.logo-roqstore {
    margin: ;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
   -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    }

.logo-roqstore:hover {
	cursor: pointer;
	-webkit-transform: scale(1.1, 1.1)  rotate(10deg);
    -ms-transform: scale(1.1, 1.1)  rotate(10deg);
    transform: scale(1.1, 1.1)  rotate(10deg);
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    z-index:10;
    }
	
	
	
.zoom {
	position:relative;
	z-index:1; 
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
   -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5)	!important; 
    }

.zoom:hover {
	
	cursor:zoom-in;
	-webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    z-index:10;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5)	!important; 
    }



@media (max-width: 992px){
			
.zoom {
    margin-top:0px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; 
    }

.zoom:hover {
	cursor: none;
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; 
    -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none	!important; 
    z-index: 10;
 -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow: none !important; 
    }			
	
}
