:root{
    --clr:#000C46;
}

  .sticky{
    background-color:  var(--clr) !important;
}
.btn-wsp{
    position:fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color:#fff;
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 999999999999;

}
.btn-wsp:hover{
    text-decoration: none;
    color: #0df053;
    background:#fff ;
}
  .navigation {
    width: 80px;
    height: 470px;
    margin-left: -10px;
    background: #000C46;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 224px;
    position: fixed;
    word-wrap: break-word;
}
.cuadrado-azul{
    background-color: #019ac3;
            width: 100%;
            height: 85%;
            display: flex;
            justify-content: center;
            align-items: center;
}
.rectangulo-blanco{
    background-color: white;
    width: 100%;
    height: 15%;
}
.navigation ul {
    display: flex;
    flex-direction: column;
    width: 73px;
    margin: 0px 0px 91px 0px;

}
.div-img-principal{
    display: flex;
    align-items: flex-end;
    justify-content: end;
    position: absolute;
    width: 100%;
    height: 100%;
}
.img-fluid-principal{
    width: 100%;
    height: 70%;
    position: relative;
    z-index: 1;
}
.navigation ul li {
    position: relative;
    list-style: none;
    width: 20px;
    height: 70px;
    z-index: 1;
}
.navigation ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.container-grid-my{
    min-height: 100vh;
}
.navigation ul li a .iconnav {
    padding-top: 1px;
    position: relative;
    display: block;
    line-clamp: 75px;
    font-size: 2em;
    text-align: center;
    transition: 0.3s;
    color: #fff;
    background: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.navigation ul li:hover a .iconnav{
    transform: translateX(46px);
}
.hydrated {
    visibility: inherit;
}
.navigation ul li a .textnav {
    position: absolute;
    color: #fff;
    font-family: Quicksand;
    font-weight: 400;
    font-size: .8em;
    transition: 0.5s;
    opacity: 0;
    transform: translatex(-50px);
    margin-left: -11px;
    margin-bottom: 18px;
}



.navigation ul li:hover a .textnav{
    opacity: 1;
    transform: translateY(10px);
}

.indicator{
    display: none;
    position: absolute;
    top: 14px;
    left: 64px;
    /* margin-left: 2px; */
    width: 58px;
    height: 58px;
    background: var(--clr);
    border-radius: 50%;
    transition: 0.5s;
    border: 6px solid #019ac3;
}
/*++++++NOSOTRO+++++++*/
.img-left img{
    margin: 20px;
}

.letrasp{
   padding-top: 70px;
}
.letrasp h2{
    padding-bottom: 20px;
}
.img-left img{
    float: left;
    margin: 20px;
}

@media(max-width:1400px){
    .img-left img{
        float: left;
    }
}
@media(max-width:768px){
    .img-left img{
        float: none;
    }
}
@media(max-width:768px){
    .img1{
        text-align: center;
    }
}
@media(max-width:768px){
    .letrasp{
        padding-top: 0px;
        padding:10px;
 }
}


/*++++*/
/*
.container1{
  width: 90%;

  padding: 10px 40px;
}
.container1 .swiper-container{
  width: 100%;
  height: 100%;
}
*/
 .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 15px;
  text-align: start;
  box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
  width: 150px !important;
 
}

 .swiper-slide img{
   display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
  }
/*
.container1 .swiper-slide .card-description{
    padding:1rem 1rem;
}
.container1 .swiper-slide .card-title, .container1 .swiper-slide .card-text{
   margin-bottom: .5rem;
}
.container1 .swiper-slide .card-link{
   text-align: center;
  
}
.container1 .swiper-slide .card-link a{
    text-decoration: none;
    color: #1d6ce2;
}
.swiper-button-next{
    right: 26px !important;
}
.swiper-button-prev{
    left: 26px !important;
}
*/
/*+++++++++++++++++++++++++++*/
/*
.indicator::before{
    content: '';
    position: absolute;
    top:50%;
    width: 20px;
    left:  10px;
    height: 20px;
    background: firebrick;
    border-top-right-radius: 20px;
    box-shadow: 10px 10px 0 0 var(--clr);
}*/
.navigation ul li:nth-child(1):hover ~ .indicator {
    transform: translateY(calc(70px * 0));
    display: flex;
    transition: 0.5s;
}

.navigation ul li:nth-child(2):hover ~ .indicator {
    transform: translateY(calc(70px * 1));
    display: flex;
    transition: 0.5s;
}
.navigation ul li:nth-child(3):hover ~ .indicator {
    transform: translateY(calc(70px * 2));
    display: flex;
    transition: 0.5s;
}
.navigation ul li:nth-child(4):hover ~ .indicator {
    transform: translateY(calc(70px * 3));
    display: flex;
    transition: 0.5s;
}
.navigation ul li:nth-child(5):hover ~ .indicator {
    transform: translateY(calc(70px * 4));
    display: flex;
    transition: 0.5s;
}


.item-one{
    background: #019AC3;
    height: 100%;
    width: 100%;
    padding-top: 31em;
    padding-bottom: 25em;
    padding-left: 29px;
    display: flex;
    justify-content: start;
    align-items: start;
}

.item-three{
    background: #000C46;
    height:100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.item-four{
    border-width: 3px;
    border-style: solid;
    background-color: transparent;
    border-bottom: 0px;
    border-right: 0px;
    border-color: white;

}

.item-five{
    border-width: 3px;
    border-style: solid;
    border-color: white;
    background-color: transparent;
    border-radius: 50%;
}
.item-six{
    border-width: 2px;

    background-color: transparent;
    height: 10px;
    width: 10px;
    
}
.t-w{
    color:white;
}

.iconos-inicio{
    max-width: 10%;
    max-height: 10%;

}

.cat{
    height: 100%;
    width: 100%;

    z-index: 9999;
}
.btn-round{
    border-radius: 50px;
    background-color: #019AC3;
    border-color: transparent;

}
.btn-info-home{
    border-radius: 50px;
    background-color:#000C46;
    border-color: transparent;
    padding: 0.6rem 1.75rem;
}
.sin-padding {
    padding-left: 0px;
    padding-right: 0px;
}
/*
.sinpadding [class*="col-"] {
    padding: 0;
}
*/
.img-principal{
    display: none;
}
.cuadrado{
    display: none;
}
.redondo{
    display: none;
}

.img-principal-img{
    height: 100%;
    width: 100%;
}
.list-imga{
    /*font-size: 0;
	padding-left: 0;
    margin-left: 400px;
    
    */
    display: flex;
   justify-content:flex-end; 

  column-gap: 13%;
  margin-right: 23%;

}
.displaynone{
    transition: 1s;
    display: none;
    
}

.list-imga  div{
    width: 100px;
    height: 100px;
    flex-basis: 10%;
    z-index: 1;
    
}
.img1{
    width: 100%;
    height: 100%;
    margin: 10px;
}
.d-flex-a{
    display: flex;
}
.linea-navegation{
    height: 182px;
    width: 25px;
    border-style: solid;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-color: white;
    margin-top: 192px;
    margin-left: -12px;
    position: absolute;
    border-width: 1px;
}
.img-deforestacion{
    width: 100%;
    height: 100%;
}
.div-img{
    position: inherit;
    width: 100%;
    height: 88vh;
}
.card-img>img {
    width: 100%;
    object-fit: fill;
    overflow: hidden;
  }
.contenedor-ayuda{
    background-color: rgba(0,12,70,.57) !important;
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
    padding: 8%;
    z-index: 1;
}
.contenedor-ayuda .text-interno{
    color: white;
}
.contenedor-ayuda .text-interno h3{
    padding-bottom: 1em;
}

.contenedor-ayuda .text-interno p{
    padding-bottom: 1em;
}
.contenedor-ayuda .text-interno a{
    color:rgb(175, 255, 175);
}
.cuadro-visible{
    background-color: #019AC3 !important;
    position: absolute;
    top: 50%;
    left: 2%;
    width: 30%;
    height: 30%;
    display: none;
}

.lista-productos-y-servicios{
   
}
.lista-productos-y-servicios li{
    list-style: none;
    padding-bottom: 10px;
}
.bck-color-productos-y-servicios{
    background-color: #F3F3FB;
    padding: 40px;
}
/*
.div-img-productos-servicios:hover .info {
    width: 200px;
    height: 200px;
    background-color:rgba(1,154,195,.57);
    -webkit-animation: flash 2s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
*/
.pattern-bg-3 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.content-inner {
    padding-top: 120px;
    padding-bottom: 90px;
}
.bg-gray {
    background-color: #f5f5f552;
}
.div-img:after {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    border-width: 20px;
    border-style: solid;
    border-radius: inherit;
    border-image: linear-gradient(var(--primary), rgba(0, 0, 0, 0)) 1 100;
    -webkit-animation: moverdiv 7s linear infinite;
    animation: moverdiv 7s linear infinite;
}

.div-img-productos-servicios{
    width: 200px;
    height: 200px;
    background-size: 100% 100%;
    cursor:pointer;
	position:relative;
	padding:10px 20px;
	font-size:28px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	transition:all 1s;
    display: flex;
    align-items: center;
    justify-content: center;

}
.div-img-productos-servicios:after, .div-img-productos-servicios:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
  }
  .div-img-productos-servicios:after {
    top: -1px;
    left: -1px;
    border-top: 5px solid black;
    border-left: 5px solid black;
  }
  .div-img-productos-servicios:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 5px solid black;
    border-right: 5px solid black;
  }
  .div-img-productos-servicios:hover  {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .div-img-productos-servicios:hover:before, .div-img-productos-servicios:hover:after {
    width: 100%;
    height: 100%;
  }
  .div-img-productos-servicios:hover .info{
  
  }
  .div-img-productos-servicios .info{
      position: relative;
      display: none;
      align-items: center;
      justify-content: center;
      background-color: rgb(121 121 121 / 57%);;
      
      
     
}

.div-img-productos-servicios .info span{
    text-align: center;
    color: white;
}

.div-img-productos-servicios:hover .info{
    transition: 2s;
    display: flex;
}
.div-contenedor-productos{
    display: flex;
    justify-content: space-between;
}
  
@keyframes draw {
    0% {
      stroke-dasharray: 140 540;
      stroke-dashoffset: -474;
      stroke-width: 8px;
    }
    100% {
      stroke-dasharray: 760;
      stroke-dashoffset: 0;
      stroke-width: 2px;
    }
  }
@keyframes moverdiv {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(9px, 9px);
        transform: translate(9px, 9px);
    }
    50% {
        -webkit-transform: translate(6px, 6px);
        transform: translate(6px, 6px);
    }
    75% {
        -webkit-transform: translate(11px, -5px);
        transform: translate(11px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    
  
}
.div-img{
    position: relative;
    margin-right: 100px;
    margin-top: 50px;
    border-radius: var(--border-radius-base);
    overflow: visible;
}
#tarima{

    background-image: url(../images/tarima-service.jpg) ;
    
}
#panel{
    background-image: url(../images/img-2.jpg) ;
}
#tapas{
    background-image: url(../images/tapa-6.jpg) ;
}
#tabla{
    background-image: url(../images/tablan.jpg) ;
}
#escalera{
    background-image: url(../images/img-16.jpg) ;
}
#maceta{
    background-image: url(../images/img-10.jpg) ;
}



/* PRODUCTOS */
.banner-image{
    background-image: url(../images/pexels-cleyder-duque-3637833.jpg)  ;
    background-size: cover 50%;
    background-repeat: no-repeat;
    background-color: #000C46;
}
.img-portada-internos{
    height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    width: 100%;
    position: relative;
}
.img-portada-internos::before{

    opacity:  0.7;
    background: rgb(19, 33, 42);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.img-portada-internos::after{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 50%;
    background-color: #fff;
    opacity: 0.17;
    clip-path: polygon(0 0, 23% 0, 60% 48%, 24% 100%, 0 100%, 38% 48%);
}
.item-text-portada{
 color: white;
}
.card-img-top {
    width: 100%;
    object-fit: cover;
    height: 235px;
}
.image_list{
    display: flex !important;
  }

@media (max-width: 576px) { 
    

    .item-one{
        background: #019AC3;
        height:100%;
        width: 100%;
        padding-top: 15em;
        padding-bottom: 9em;
        padding-left: 29px;
    }

    .list-imga  div{
        width: 100px;
        height: 100px;
        flex-basis: 25%;
        z-index: 1;
        
    }

    .navigation{
        display: none;
    }


    .div-contenedor-productos{
        display: flex;
        justify-content:center;
        align-items: center;
    }
    @keyframes moverdiv {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        25% {
            -webkit-transform: translate(0px, 9px);
            transform: translate(0px, 9px);
        }
        50% {
            -webkit-transform: translate(0px, 6px);
            transform: translate(0px, 6px);
        }
        75% {
            -webkit-transform: translate(-5px, 11px);
            transform: translate(-5px, 11px);
        }
        to {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
      
    }
    .div-img:after {

        top: -30px;
        left: 0px;
        width: 98%;
        height: 98%;

    }
    .cuadro-visible{
        top: 61%;
        left: 31%;
        width: 46%;
        height: 53%;
    }
    .contenedor-ayuda{
        top:11%;
    }
 
}


@media(max-width:768px){

    .navigation{
        display:none;
    }
    .div-img-productos-servicios{
        margin: 10px;
    }
    .img1 {
        width: 100%;
        height: 100%;
        /* margin: 10px; */
        position: relative;
      
    }


}

@media(min-width:768px){
 

    .item-one{
        background: #019AC3;
        height:100%;
        width: 100%;
        padding-top: 20em;
        padding-bottom: 11em;
        padding-left: 130px;
    }
  
  



}
@media(max-width:992px){
    .navbar{
        background-color:  var(--clr) !important; 
    }
    .back-xs{
        border-style: solid;
        border-radius: 10px;
        padding: 20px;
    }
    .navigation{
        display:none;
    }

}

@media (min-width: 992px) { 
    .sticky{
        background-color:  var(--clr) !important;
       transition: 0.5s;
    }
    
    .tranparentsti{
        background-color: transparent;
    }
    .image_list{
        display: contents !important;
      }

    .cuadrado{
        display: inline;
        width: 41%;
        height: 45%;
        position: absolute;
        right:3%;
        bottom: 0%;
        border-width: 2px;
        border-style: solid;
        background-color: transparent;
        border-bottom: 0px;
        border-color: white;

    }

    .redondo{
        display: inline;
        width: 39%;
        height: 73%;
        position: absolute;
        right:0%;
        bottom: 0%;
        border-width: 2px;
        border-style: solid;
        background-color: transparent;
        border-bottom: 0px;
        border-right: 0px;
        border-color: white;
        border-radius: 50%;

    }
    .img-principal{
        display: inline;
        width: 32%;
        height: 57%;
        position: absolute;
        right: 8%;
        bottom: 10%;
        background-color: transparent;
    }
  
    
   
 }

 @media (min-width:1200px) { 
    .item-one{
    
        padding-left: 8em;
    }
    
  

 }
 @media(max-width:1200ox){
    
 }
 @media (min-width: 1400px) { 
    .item-one{
        background: #019AC3;
        height:100%;
        width: 100%;
        padding-top: 25%;
        padding-bottom: 25%;
        padding-left: 13%;
    }
    .img-principal{
        display: inline;
        width: 21%;
        height: 57%;
        position: absolute;
        right: 17%;
        /* bottom: 9%; */
        background-color: transparent;
    }
 
    .navbar-nav{
        gap: 70px;
        font-size: 20px;
    }

    .navbar-navimportant{
        gap: 35px!important;
        font-size: 17px!important;
    }
 
    
}
.lds-grid {
    display: inline-block;
    position: relative;
   
  }

  .lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
  }
  .lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
  }
  .lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
  }
  @keyframes lds-grid {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  .loader{
    display: flex !important;
    justify-content: center;
    align-items: center;
      background-color: rgba(0,12,70);
 
      z-index: 999999999999999;
      width: 100%;
      height: 100vh;
      top: 0px;
      left: 0px;
      clip-path: circle(150% at 100% 0);
      transition: clip-path 0.8s ease-in-out;
      position: fixed;
  }

  .loader2{
      clip-path: circle(0% at 100% 100%);
  }
      
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}
.bg-blue{
    background-image: linear-gradient(to bottom right, #019ac3, rgba(0,12,70));

    color: white;
}

.img2{
    width: 30%;
    height: 30%;

}
.t-w *{
    margin-bottom: 25px;
}