/* Add here all your CSS customizations */

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body{
 background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 7%, rgba(0,0,0,0.6951155462184874) 80%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 7%, rgba(0,0,0,0.6951155462184874) 80%);
background: linear-gradient(0deg, rgba(0,0,0,0) 7%, rgba(0,0,0,0.6951155462184874) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

html #header .header-body .header-logo img{
    max-width: 283px!important;
    transition: all .3s;
}

html.sticky-header-active #header .header-body .header-logo img{
    max-width: 100px!important;
    transition: all .3s;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active{
  color: 
}

.social-icons li:hover.social-icons-instagram a {
    background: #ff003a;
}


/*-------------------------------*/
/*NAV
/*-------------------------------*/

.social-icons a{
  background: #fff;
}


/*-------------------------------*/
/*PRODUCTOS
/*-------------------------------*/

.owl-productos{
  margin-bottom: 0;
}

.owl-productos.show-nav-title .owl-nav {
    top: 0;
    right: 20px;
    margin-top: -28px;
    width: auto;
}

.scroll{
    max-height: 150px;
    overflow-y: scroll;
    padding-right: 10px;

}

.scroll:after{
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% - 27px);
    bottom: 0;
    right: 14px;
    background-image: url(../img/sombra.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
}



.scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 3px;
}

.scroll::-webkit-scrollbar{
    width: 6px;
    
}

.scroll::-webkit-scrollbar-thumb{
    background-color: #868a8c  ;
    border-radius: 6px;
}

.product-thumb-info{
    background: transparent;
}

.accordion>.card>.card-header{
    margin-bottom: 0;
}

.accordion>.card a{
    color: #777;
    font-weight: normal;
}

.accordion>.card .nav-link:hover{
    color: #868a8c ;
    padding-left: 1.1rem;
}

.btn-header-link:hover{
    color: #868a8c !important;
    padding-left: 2px!important;
}



.btn-header-link:after{
    content: "\e607";
  font-family: simple-line-icons;
  font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-right: 1px;
    padding: .5em 0;
    transition: all .3s;
}

.btn-header-link.collapsed:after {
  content: "\e607";
  transform: rotate(180deg);
  transition: all .3s;
}

.cuadrado{
    max-width: 100%;
    min-width: 100%;
    background: #fff;
    display: flex!important;
    justify-content: center;
    align-items: center;
    
}

.product-thumb-info-image:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.05); 
box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.05);
}

.cuadrado img{
    max-width: 100%;
    max-height: 100%;
}

#projects .social-icons{
  position: absolute;
  right: 17px;
    top: 9px;
}

.prod-tit{
  background: #868a8c;
}

/*-------------------------------*/
/*HOME SLIDE
/*-------------------------------*/

.animate-slide{
  margin-bottom: 0;
}

.animate-slide.rounded-nav .owl-nav button[class*="owl-"]{
  background: #fff;
}

/*.animate-slide:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  background-image: url(../img/mundo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 45px;
}*/

#slide-01,#slide-02,#slide-03,#slide-04{
    background-color: rgba(0,0,0,.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
  }

  #slide-01{background-image: url(../img/slides/slide-01.jpg);}
  #slide-02{background-image: url(../img/slides/slide-02.jpg);}
  #slide-03{background-image: url(../img/slides/slide-03.jpg);}

.owl-carousel.dots-inside .owl-dots {
	right: calc(50% - 52px);
}

.slide-content{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    background-color: rgba(0,84,120,.3);
    border-bottom: solid 4px #005478;
}

.slide-txt{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-txt h2{
	font-size: 3.2em;
	letter-spacing: 0;
    text-align: center;
    max-width: 900px;
    padding: 0 50px;
}

.slide-txt p{
    font-size: 1.5em;
    letter-spacing: 0;
    margin-top: 10px;
}

.animate-slide .owl-item.active .slide-txt{
    opacity: 0;
    animation: txt-slide .5s ease-in 500ms;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}

@keyframes txt-slide {
  0%   {transform:scaleY(0);}
  100%   {transform:scaleY(1); opacity: 1;}
  
}

.animate-slide .owl-item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.animate-slide .owl-item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.animate-slide .owl-item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.animate-slide .owl-item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.animate-slide .owl-item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.animate-slide .owl-item.active .animated7 {
    -webkit-animation: fadeIn .5s ease-in 500ms both;
    animation: fadeIn .5s ease-in 500ms both;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.animate-slide .owl-item.active .animated8 {
    -webkit-animation: fadeIn .5s ease-in 1000ms both;
    animation: fadeIn .5s ease-in 1000ms both;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

/*-------------------------------*/
/*MAPA SLIDE
/*-------------------------------*/

.owlmapa{
  margin: 50px 0;
}

.owlmapa .owl-item{
  transform: scale(.5) translateY(-100px);
  transition: all .5s!important;
  }

  .owlmapa .owl-item img{
    opacity: .5;
    filter: grayscale(.4);
  }



  .owlmapa .owl-item.current{
  transform: scale(1) translateY(0);
  transition: all .5s;
  }

  .owlmapa .owl-item.current img{
    opacity: 1;
    filter: grayscale(0);
    transition: all .5s;
  }

  

  

/*-------------------------------*/
/*MARCAS*/
/*-------------------------------*/

#clients{
  background-color: #868a8c;
  background: #868a8c;
}

.Smooth-autoplay .owl-stage{
    transition-timing-function: linear!important;
}

.marcas .owl-carousel .d-flex img{
	max-width: 120px;
	filter: grayscale(100%);
	transition: all .5s;
}

.marcas .owl-carousel .d-flex:hover img{
	filter: grayscale(0);
	transition: all .5s;
}


/*-------------------------------*/
/*Proyectos
/*-------------------------------*/

/*#projects .productos-info:after{
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #868a8c ;
    line-height: 40px;
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    z-index: 1000;
    top: calc(50% - 20px);
    border: solid 1px #c7c7c7;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 34%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 34%);
    transition: all .3s ease;
}

#projects .producto-right:after{
  content: '\f054';
  left: -20px;
}

#projects .producto-left:after{
  content: '\f053';
  right: -20px;
}
*/
#projects .divider-left-border {
    border-left: 5px solid #868a8c ;
}

#projects .bg-color-grey:hover .productos-info:after{
  background-color: #868a8c ;
  font-size: 25px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50px;
  border-radius: 25px;
  transition: all .3s ease;
}


/*-------------------------------*/
/*footer
/*-------------------------------*/
.mako{
  position: absolute;
  left: 15px;
  bottom: 10px;
}

@media (max-width: 992px){
    .masonry-loader{margin-top: 30px;}
    #projects .productos-info{order: 1}
    #projects .productos-img{order: 2}
    #projects .productos-img:before{
      content: '';
      width: 100%;
      height: 2px;
      background: #868a8c ;
      position: absolute;
      z-index: 1000;
      bottom: -30px;
      left: 0;
    }
    #projects .producto-left:after,#projects .producto-right:after{
    content: '\f077';
    right: calc(50% - 20px);
    left: unset;
    top: unset;
    bottom: -20px;
    }

    #projects .bg-color-grey:hover .productos-info:after{
    background-color: #fff;
    font-size: 20px;
    color: #868a8c ;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: calc(50% - 20px);
    left: unset;
    top: unset;
    bottom: -20px;
    border-radius: 20px;
    transition: unset;
    }

    #projects .divider-left-border{border:none;}

    .prod-tit{margin-top: 2em;}

    .owl-productos section.section{padding-top: 10px;}
}

/*-------------------------------*/
/*globe
/*-------------------------------*/

#worldmap {
      margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 500px;
}
#worldmap svg {background:rgba(50,167,224,0.4);border-radius: 200px;box-shadow:0 0 10px rgba(0,0,0,0.4); transform: scale(0.25);}
.land {fill: rgba(188,188,188,.94);}
#globesarecool {color:#fff;}


@media (max-width: 768px){
    .hand-icon{display: block; transform: scale(.8);}
    .mouse-icon{display: none;}
    .masonry-loader{margin-top: 30px;}
}

@media (max-width: 550px){
  html #header .header-body .header-logo img{max-width: 150px!important}
    html.sticky-header-active #header .header-body .header-logo img{max-width: 80px!important; width: 100%;}
    .slide-txt h2{font-size: 2.2em;}
    .slide-txt p{font-size: 1em; margin-top: 0;}
}

@media (max-width: 350px){
    .products .col-6{max-width: 100%; width: 100%;}
}

