#cusCarousel .carousel-inner .item img{
 
    height: 600px;
    width: 100%;
    filter: blur(1.5px);
}

.carousel-inner .item > img {
    -webkit-animation:thing 20s;  
    -o-animation:thing 20s; 
    animation: thing 20s;
}

@keyframes thing {
    from {
        
        transform: scale(1.5 , 1.5); 
    } to {
        transform: scale(1,1); 
    }
    
}


.carousel-caption {
    top: 250px; 
}
/*EFECTO EN SELLOS*/
.service-1{
border: 2px solid white; 
color: black;
width: 300px;
box-shadow: 0 3px 0 0 rgba(90,122,190,0.12);
padding: 10px 15px 40px 20px;
border-radius: 10px;
transition-duration: 1s;    
}

.service-1:hover{
box-shadow: 0 1px 1px 0 black, 0 10px 10px 0 black;

transition-duration: 1s;
}
.about_row{
  margin-top:100px;
}
.mb_150{
  margin-bottom: 100px; 
}
.font_30{
  font-size: 30px;
  font-weight: 600;
}

.service-1{
    margin-left: 5px;
margin-bottom: 1px;
}
/*fin EFECTO EN SELLOS*/

.svimg{
    position: inherit;
    margin-left: 55px;
}

/*SERVICIOS*/
.serviciopro1{
margin-left: -380%;
margin-top: 15px;
border: 1px solid silver; 
color: white;
width: 300px;
box-shadow: 0 2px 0 0 white;
padding: 10px 25px 40px 20px;
border-radius: 20px;
transition-duration: 1s;    
}

.service-2:hover{
    box-shadow: 0 1px 1px 0 rgba(90,122,190,0.1), 0 10px 20px 0 rgba(90,122,190,0.2);

transition-duration: 1s;
}
.about_row{
  margin-top:100px;
}
.mb_150{
  margin-bottom: 100px; 
}
.font_30{
  font-size: 30px;
  font-weight: 600;
}

.service-2{
margin-bottom: 10px;
}
/*SERVICIO2*/
.serviciopro2{
margin-left: -300%;
margin-top: 15px;
border: 1px solid white; 
color: white;
width: 300px;
box-shadow: 0 2px 0 0 white;
padding: 10px 25px 40px 20px;
border-radius: 20px;
transition-duration: 1s;    
}

.service-2:hover{
    box-shadow: 0 1px 1px 0 rgba(90,122,190,0.1), 0 10px 20px 0 rgba(90,122,190,0.2);

transition-duration: 1s;
}
.about_row{
  margin-top:100px;
}
.mb_150{
  margin-bottom: 100px; 
}
.font_30{
  font-size: 30px;
  font-weight: 600;
}

.service-2{
margin-bottom: 10px;
}


/*SERVICIO3*/
.serviciopro3{
 margin-left: 20%;
    margin-top: -145%;
    
border: 1px solid white; 
color: white;
width: 300px;
box-shadow: 0 2px 0 0 white;
padding: 10px 25px 40px 20px;
border-radius: 20px;
transition-duration: 1s;    
}

.service-2:hover{
    box-shadow: 0 1px 1px 0 rgba(90,122,190,0.1), 0 10px 20px 0 rgba(90,122,190,0.2);

transition-duration: 1s;
}
.about_row{
  margin-top:100px;
}
.mb_150{
  margin-bottom: 100px; 
}
.font_30{
  font-size: 30px;
  font-weight: 600;
}

.service-2{
margin-bottom: 10px;
}

/*fin SERVICIOS*/


/*EFECTO SELLOS EMPRESA*/

.no-gutters .ser-1 {    
    animation: backInUp;
    animation-duration: 3s;
}

.no-gutters .ser-2{
     animation: backInUp;
    animation-duration: 3.2s;
}

.no-gutters .ser-3 {
     animation: backInUp;
    animation-duration: 3.6s;
}

.no-gutters .ser-4 {
     animation: backInUp;
    animation-duration: 3.8s;
}
/*OCULTAR SELLOS EMPRESA*/
.ocultar{
    overflow: hidden;
}


.service-1{
    height: 290px;
       
}


.proinfo{
    font-size: 10px;
}