.banner-area {
  background: url(../img/ban3.jpg) no-repeat center center/cover;
  }

  .banner-area .overlay-bg {
  background: -moz-linear-gradient(left, rgba(169, 204, 227, .0) 0%, rgba(84, 153, 199, 0.0) 100%);
  background: -webkit-linear-gradient(left, rgba(169, 204, 227, .0) 0%, rgba(84, 153, 199, 0.0) 100%);
  background: linear-gradient(to right, rgba(169, 204, 227, .0) 0%, rgba(84, 153, 199, 0.0) 100%);
}

.primary-btn.banner-btn {
  color: #fff;
  margin-top: 60px;
}

  .primary-btn:hover {
  background: #747474;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(116, 116, 116, 0.2);
}


.primary-btn {
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #747474;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.single-filter-content.content-1 {
  background: url(../img/workstation.jpg) no-repeat center center/cover;
}

.single-filter-content.content-2 {
  background: url(../img/mobiliarios.jpg) no-repeat center center/cover;
}

.single-filter-content.content-3 {
  background: url(../img/security.jpg) no-repeat center center/cover;
}

.single-filter-content.content-4 {
  background: url(../img/tools.jpg) no-repeat center center/cover;
}

.single-filter-content.content-5 {
  background: url(../img/traileroffice.jpg) no-repeat center center/cover;
}

.single-filter-content.content-6 {
  background: url(../img/trailer.jpg) no-repeat center center/cover;
}

.single-filter-content.content-7 {
  background: url(../img/materiales.jpg) no-repeat center center/cover;
}

.single-filter-content.content-8 {
  background: url(../img/tools2.jpg) no-repeat center center/cover;
}


/*Studio Missions*/
.studio-area {
  position: relative;
}

.studio-area .container {
  position: relative;
  z-index: 3;
}

.studio-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #2980B9;
  z-index: 2;
}

@media (max-width: 991px) {
  .studio-area:before {
    background: rgba(41, 128, 185, 0.95);
    width: 100%;
  }
}

.studio-area:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../img/envios.jpg) no-repeat center center/cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .studio-area:after {
    width: 100%;
  }
}

/*End Studio Area "Missions"*/

.cta-area {
 background: #93CC58;
  padding: 60px 0;
}



.single-filter-content .overlay-bg-content {
  background: -moz-linear-gradient(left, rgba(41, 128, 185, 0.95) 0%, rgba(84, 153, 199, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(41, 128, 185, 0.95) 0%, rgba(84, 153, 199, 0.95) 100%);
  background: linear-gradient(to right, rgba(41, 128, 185, 0.95) 0%, rgba(84, 153, 199, 0.95) 100%);
  text-align: center;
}


/*COLORES DEL NAV*/



.single-product:hover {
  background: #2980B9;
}


.single-product {
  margin-top: 30px;
  background: #fff;
  border-bottom: 2px solid #2980B9;
  padding: 70px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.single-product .icon span {
  font-size: 48px;
  color: #2980B9;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.is-sticky .sticky-header {
  background: -moz-linear-gradient(left, rgba(245, 238, 248, 0.95) 0%, rgba(245, 238, 248, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(245, 238, 248, 0.95) 0%, rgba(245, 238, 248, 0.95) 100%);
  background: linear-gradient(to right, rgba(245, 238, 248, 0.95) 0%, rgba(245, 238, 248, 0.95) 100%);
}

.default-header nav .main-menu a {
  color: rgba(0, 0, 0, 0.99);
}


.default-header nav .main-menu a {
   color: rgba(0, 0, 0, 0.99);
}

.default-header nav .main-menu a:hover {
  color: #008FFF;
}

.default-header nav .mobile-btn {

  color: rgba(0, 0, 0, 0.99);
}

@media (max-width: 767px) {
  .default-header .main-menu {
      background: #4a4fad;
  }
}
/*FIN DE COLORES DEL NAV*/


/* Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*NAVBAR*/
.top-nav-collapse {
  background-color: #FFFFFF !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #FFFFFF !important;
  }
}

.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: -webkit-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
  background: linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
}



/*END NAVBAR*/



/*Direccion Letras Navbar*/
.mr-auto,
.mx-auto {
  margin-left: auto !important;
}


/*Hover "suscription"*/
.subscription .newsletter-btn:hover{
background: #2980B9;
}

.subscription .newsletter-btn{
border: 1px solid #2980B9 !important; 
}
/*End Hover "suscription"*/


/* Hover Footer*/
.footer-social a:hover {
  color: #2980B9;
}

.footer-bottom .footer-text a:hover {
  color: #2980B9;
}

footer .footer-nav li a:hover {
  color: #2980B9;
}
/* End Hover Footer*/

/* Hover Index: #products*/
.controls .filter:hover {
  color: #2980B9 !important;
}

/* End Hover Index: #products*/

/* Btn white*/
.primary-btn-white { 
  color: white;  
}
/* End Btn white*/

/* Carousel: Image default */
.slide1{
     background-image: url(../img/banner/default1.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }

.slide2{
     background-image: url(../img/banner/default2.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }

 .slide3{
     background-image: url(../img/banner/default3.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }
 /* End Carousel: Image default */


 /* Fonts Body */
 body {
  color: #777777;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}
 /* End Fonts Body */

/*Preloader Page*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/preloader/loader-128x/isotipo.gif) center no-repeat #fff;
}
/*End Preloader Page*/


/*Contact Text-Color*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7C7C7C;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7C7C7C;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7C7C7C;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7C7C7C;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
  font-weight: 300;
}
/*End Contact Text-Color*/


/*Color line Hover Products*/
.single-filter-content .overlay-bg-content .line {
  background: grey !important;
}
/*End Color Line Hover Products*/
