/* Add here all your CSS customizations */
.owl-carousel.dots-inside .owl-dots {
	right: calc(50% - 66px);
}

.slide-content{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
}

.slide-txt{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(0,0,0,.6);
}

.slide-txt h2{
	font-size: 3.2em;
	letter-spacing: 0;
}

.marcas .owl-carousel .d-flex img{
	max-width: 150px;
	filter: grayscale(100%);
	transition: all .5s;
}

.marcas .owl-carousel .d-flex:hover img{
	filter: grayscale(0);
	transition: all .5s;
}

.accordion>.card>.card-header{
    margin-bottom: 0;
}

.accordion>.card a{
    color: #777;
    font-weight: normal;
}

.accordion>.card .nav-link:hover{
    color: #0B5FA6;
    padding-left: 1.1rem;
}

.btn-header-link:hover{
    color: #0B5FA6!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;
}

.page-header .breadcrumb.breadcrumb-light .active{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.cuadrado{
    max-width: 100%;
    min-width: 100%;
    background: #fff;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

/*-------------------------------*/
/*HOME SLIDE
/*-------------------------------*/

.owl-carousel.dots-inside .owl-dots {
    right: calc(50% - 66px);
}

html.sticky-header-active #header .header-body .header-logo img{
    max-width: 150px!important;
    transition: all .3s;
}

#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: 615px;
}

.slide-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(37,37,41,.5);
}

.slide-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    max-width: 90%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.slide-txt h2{
    font-size: 3.34em;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.1em;
}

.slide-txt p{
    font-size: 1.75em;
    letter-spacing: 0;
    margin-top: .5em;
}

.slide-img img{
    max-width: 100%!important;
    width: auto!important;
}

.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: fadeInDown .5s ease-in 1000ms both;
    animation: fadeInDown .5s ease-in 1000ms both;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}


/*-------------------------------*/
/*MARCAS*/
/*-------------------------------*/

.Smooth-autoplay .owl-stage{
    transition-timing-function: linear!important;
}

.marcas .owl-carousel .d-flex img{
    max-width: 150px;
    transition: all .5s;
    max-height: 80px;
    height: auto;
    width: auto;
}

.marcas .owl-carousel .d-flex:hover img{
    filter: grayscale(0);
    transition: all .5s;
}

.marcas .marca-item{
    border: solid 1px #000;
    margin-bottom: 1px;
}

/*-------------------------------*/
/*HEAD PAGINAS*/
/*-------------------------------*/

.page-header .breadcrumb.breadcrumb-light .active{
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
    vertical-align: middle;
}

/*-------------------------------*/
/*TITULO NUESTROS PRODUCTOS*/
/*-------------------------------*/
.nuestros{
  background: #0088cc;
  background-image: url(../img/prod-bg.jpg);
  background-position:center;
  background-size:cover; background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  padding: 40px 0;
}

.nuestros h2{
  border-radius: 0 40px 40px 0;
  padding: 10px 20px 10px 30px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

.nuestros img{
  width: 80px;
  margin-right: -20px;
}
@media (max-width: 1200px){
    .slide-txt{font-size: 10px;}
}

@media (max-width: 991px){
    .masonry-loader{margin-top: 30px;}
    .scroll{max-height: 250px;overflow-y: scroll;padding-right: 10px;}
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a{display: block;}
    .slide-txt{align-items: center; padding: 15px; font-size: 8px;}
    .slide-txt h2, .slide-txt p{text-align: center;}
    #header .header-nav-features{padding-left: 10px; margin-left: 5px;}
    #header .header-nav-main nav > ul > li > a{color: #444!important;}
    .header-logo img{width: 200px!important}
	.hidden-xs {display: none;}	
}

@media (max-width: 768px){
    .masonry-loader{margin-top: 30px;}
    .slide-txt{font-size: 8px; width: 100%; max-width: 100%;}
    .slide-txt h2{font-size: 2.5em;}
    .slide-txt p{margin: 5px 0;}
    #slide-01,#slide-02,#slide-03,#slide-04{height: 450px;}
    .slide-img img{max-width: 200px!important;}
}

@media (max-width: 550px){
    html.sticky-header-active #header .header-body .header-logo img{max-width: unset!important; width: 100%;}
    .nuestros{flex-direction: column; padding: 20px 0;}
    .nuestros h2{padding: 0px 10px!important; margin-top: 15px}
    .header-logo img{width: 200px!important}
}

@media (max-width: 350px){
    .products .col-6{max-width: 100%; width: 100%;}
}

