
/* Add here all your CSS customizations */

.page-header .breadcrumb > li{
  
  text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 55px #fff, 0 0 75px #fff;
}

.custom-breadcrumb li, .custom-breadcrumb a{
  color: #000!important;
}


h3{
  text-transform: unset;
}

.sticky-header-active .header-container{
  background-color: #0a2016!important;
  transform: all .3s;
}

.bg-logo{
  background-color: #fff!important;
  border-top: solid 3px #08683c;
}

#header .header-logo .img-logo{
  width: auto;
  height: 94px;
}

.sticky-header-active .header-logo .img-logo{
  height: 64px!important;
}

.sticky-header-active .bg-logo{
  border-top: solid 3px #0a2016;
  transform: all .3s;
}

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

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

/*-------------------------------*/
/*ICONOS
/*-------------------------------*/

.iconos {
  position: relative;
  z-index: 100;
  
}

.iconos .feature-box-icon i{
  font-size: 3em;
  padding: .5em;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3em;
  color: #fff;
  background-color: #08683c;
}

.iconos .custom-card:hover .feature-box-icon i{
  color: #08683c;
  background-color: #fff;
  box-shadow: 0px 0px 0px 3px rgba(8,104,60,1) inset;
-webkit-box-shadow: 0px 0px 0px 3px rgba(8,104,60,1) inset;
-moz-box-shadow: 0px 0px 0px 3px rgba(8,104,60,1) inset;
  transition: all .2s; 
}

/*-------------------------------*/
/*VIDEO
/*-------------------------------*/
.video{
}


.video video{
  width: 100%;
  border: solid 4px #6e9949;
  box-shadow: -1px -1px 17px -1px rgba(0,0,0,0.28);
-webkit-box-shadow: -1px -1px 17px -1px rgba(0,0,0,0.28);
-moz-box-shadow: -1px -1px 17px -1px rgba(0,0,0,0.28);
}

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

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

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



.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;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 40px;
}

.slide-txt h2{
	font-size: 1.8em;
  line-height: 1em;
	letter-spacing: 0;
  text-align: center;
  max-width: 900px;
  font-weight: 500!important;
  padding: 0 50px;
}

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


.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;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.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;
}

/* slide iconos*/
.owl-carousel.custom-dots button.owl-dot span {
    border-color: #6e9949;
}

  

/*-------------------------------*/
/*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;
}



/*-------------------------------*/
/*call to action
/*-------------------------------*/

.call-txt .call-to-action-content{
  padding-left: 210px;
}

.call-txt:after{
  content: '';
  width: 202px;
  height: 270px;
  position: absolute;
  background-image: url(../img/chica.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}


/*-------------------------------*/
/*footer
/*-------------------------------*/
footer .social-icons li a{
  height: 45px;
    line-height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mako{
  position: absolute;
  left: 15px;
  bottom: 24px;
}


/*-------------------------------*/
/*Sistema y Beneficios slide
/*-------------------------------*/

.pasos-img{
  background-size: cover;
  background-position: center;
}

.pasos-txt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px!important;
}

.pasos-txt:after{
  content: '';
  width: 50px;
  height: 100%;
  background-image: url(../img/sistema/sistema.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -48px;
    z-index: 1000;
}

.pasos-icono{
  max-width: 110px;
}


.owl-sistema .owl-item.active .pasos-txt img{
  -webkit-animation: fadeInUpShorter .8s ease-in-out 500ms both;
    animation: fadeInUpShorter .8s ease-in-out 500ms both;
    -webkit-animation-delay:600ms;
    animation-delay: 600ms;
}

.owl-sistema .owl-item.active .pasos-txt h3{
  -webkit-animation: fadeInUpShorter .8s ease-in-out 500ms both;
    animation: fadeInUpShorter .8s ease-in-out 500ms both;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

.owl-sistema .owl-item.active .pasos-txt .subtitulo{
  -webkit-animation: fadeInUpShorter .8s ease-in-out 500ms both;
    animation: fadeInUpShorter .8s ease-in-out 500ms both;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.owl-sistema .owl-item.active .pasos-txt .texto{
  -webkit-animation: fadeInUpShorter .8s ease-in-out 500ms both;
    animation: fadeInUpShorter .8s ease-in-out 500ms both;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.owl-sistema .owl-item.active .pasos-txt{
  -webkit-animation: fadeInRight .8s ease-in-out 500ms both;
    animation: fadeInRight .8s ease-in-out 500ms both;
    -webkit-animation-delay: 300ms;
    animation-delay: 0ms;
}

.owl-sistema .owl-item.active .pasos-img{
  -webkit-animation: fadeInLeft .8s ease-in-out 500ms both;
    animation: fadeInLeft .8s ease-in-out 500ms both;
    -webkit-animation-delay: 300ms;
    animation-delay: 0ms;
}


.owl-sistema .active .pasos-txt img{
  opacity: 1;
  display: inline-block;
  margin: 0 0.5rem;

  animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
  animation-delay: .5s;
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;

  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}


@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;}

    .pasos-img{height: 250px; order: 2; }
  .pasos-txt{order: 1; }
  .pasos-txt:after{display: none;}
}




@media (max-width: 768px){
  .call-txt .call-to-action-content{padding-left: 0;}
  .call-txt:after{display: none;}
  .pasos-icono{position: absolute; top: 30px; left: 30px; max-width: 60px;}
  .pasos-txt{order: 1; padding: 30px!important; justify-content: flex-start; }
  .pasos-txt:after{display: none;}
  .pasos-txt .texto{font-size: 1em !important; line-height: 1.4em!important; margin-top: 1em;}
  .pasos-txt h3{margin-top: 0!important; padding-left: 70px; height: 60px; display: flex; align-items: center; justify-content: flex-end; width: 100%; text-align: right; line-height: 1.2em!important;}
}

