#uniforma .owl-nav button.owl-prev,
#uniforma .owl-nav button.owl-next
{
    padding: 0 !important;
    margin: 0.35em 0 !important;
    color: rgb(224, 223, 223);
    min-width: 3.5em;
    min-height: 3.5em;
    font: inherit;
}

#uniforma  .owl-prev, #uniforma  .owl-next {
    position:absolute;
 }

 #uniforma .owl-prev {
    left:0;
    top: -350px;
 }
 

 #uniforma  .owl-prev span{
     font-size: 2.5em;
     color: rgb(255, 255, 255);

  }

  #uniforma  .owl-next {
    right:0;
    top: -350px;
 }

 #uniforma .owl-next span{
    font-size: 2.5em;
    color: rgb(255, 255, 255);
 }

 #uniforma .owl-nav {
    position: relative;
    text-align: right !important;
}

@media screen and (max-width: 1480px)
{
    #uniforma  .owl-next {
        right:0;
        top: -320px;
     }

     #uniforma .owl-prev {
        left:0;
        top: -320px;
     }
}

@media screen and (max-width: 1300px)
{
    #uniforma  .owl-next {
        right:0;
        top: -300px;
     }

     #uniforma .owl-prev {
        left:0;
        top: -300px;
     }
}


#uniforma.col-12
{
padding-top: 0.7em;
}

/* animation hover effects  */
.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
    height: 17em;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
    cursor:pointer !important;
	transform: scale(1.15);
}

.gallery-complete:hover{
cursor: pointer;

}

/* .gallery-item .background-img-tr{
    background: rgba(0, 0, 0, 0.438);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    text-align: center;
} */

.background-img-tr{
    /* background: rgba(0, 0, 0, 0.438); */
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 1em;
    height: 50%;
    z-index: 1;
    text-align: center;
}

.background-img-tr .text-title-imgg span{
    color:#0a0e4e ;
    font-size: 1.3rem;
    font-weight: 300 !important;
    /* font-family: 'lato', sans serif !important; */

}

.background-img-tr .button-imgg button{
    font-size: 0.7rem;
    border-radius: 4px;
}


.background-img-tr .button-imgg button span{
    font-size: 1.2em;
    text-transform: none;
    text-transform: uppercase;
    font-weight: 300 !important;
    /* font-family: 'lato', sans serif !important; */

}

.gallery-item button{
	transition: 0.2s all ease-out;
	
}

.gallery-item:hover button{
	transform: scale(1.06);
}



.gallery-item .background-img-tr button
{
    font-size: 0.5em;
    min-width: 0.6em;
}


.background-img-tr .text-title-small {
    margin-top: -0.5em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
    color: rgb(104, 101, 101);
}

button.button.danger{
    background-color: #d80f08 !important;
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

@media screen and (max-width: 736px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next
    {
        /* color: rgb(224, 223, 223); */
        /* width: 0.5em !important; */
        /* border-radius: 0.5em !important; */
        /* max-width: 1.5em !important; */
    }

    /* .gallery-item .background-img-tr{
        height: 35%;
    } */
}

@media screen and (max-width: 699px) {

 .owl-carousel .item, .background-img-tr {
     /* width: 100% !important; */
     /* margin: 0 auto; */
}
/* .gallery-item .background-img-tr{
    height: 25%;
} */

}

@media screen and (max-width: 400px) {

    .owl-carousel .item, .background-img-tr {
        /* width: 100% !important; */
        /* margin: 0 auto; */
   }
   /* .gallery-item .background-img-tr{
       height: 95%;
   }
   
   .gallery-item .background-img-tr button
{
    font-size: 0.4em;
    min-width: 0.3em;
} */
   
   }

   @media screen and (max-width: 699px)
   {
    /* .background-img-tr .text-title-imgg{
        padding-top: 1em !important;
    }

    .background-img-tr .text-title-small{
        padding-top: 0.3em !important;
    }

    .background-img-tr .button-imgg{
        padding-top: 0.3em !important;
    } */
   }