/* LAPTOPS GRANDES */
@media(min-width: 1440px){

}

/* LAPTOPS CHICAS, TABLETS Y TELÉFONOS */
@media(max-width: 1200px){

}

/* Todo lo que no tiene menu mobile */
@media(min-width: 992px){
	.sub-menu-container .menu-item.sub-menu > span.menu-link .fa-chevron-down {
	    float: right;
	    transform: rotate(-90deg);
	}
}

/* TABLETS Y TELÉFONOS */
@media (max-width:991.98px){
	
	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container{
		width: 315px;
	}
	
	nav.primary-menu.mobile-menu-off-canvas {
	    position: absolute;
	}

}


@media (max-width:767.98px){

	.swiper_wrapper .slider-caption h2{
		font-size:2rem;
		line-height: 2.4rem;
	}

	.swiper_wrapper .slider-caption h3{
		font-size:1.2rem;
	}

	.swiper_wrapper .slider-caption p{
		font-size:1.1rem;
	}

}

@media(max-width: 575px){

	.swiper_wrapper .slider-caption h2{
		font-size:1.7rem;
		line-height: 2.1rem;
	}

    .slider-caption{
        padding: 0 30px;
    }
    #footer.dark a, #footer.dark .social-icon i{
    	margin: 0 auto;
    }
    #footer .icon_bg_color{
    	margin-top: 10px;
    }


    .mt-6, .my-6{
	    margin-top: 4rem !important;
    }

    .logo_bigweb{
    	float: none!important;
    }

	.swiper_wrapper .slider-caption h2{
		margin-bottom: 10px;
	}

	.menu-link .fa-chevron-down {
	    float: right;
	}

	.menu-link:not(.opened) .fa-chevron-down {
	    transform: rotate(-90deg);
	}

	.cart-product-thumbnail img, .cart-product-thumbnail a {
        width: 125px !important;
        height: 125px !important;
	}

	#btn_initializePersonalizado, #btn_finishPersonalizado, #btn_editPersonalizado {
	    top: calc(100% - 50px);
	    left: calc(50%);
	    transform: translateX(-50%);
	}

    video#slide-video {
        display: block !important;
        z-index: 99;
        object-fit: cover;
    }

    .video-overlay {
        z-index: 100;
    }

    div#copyrights .d-flex {
	    display: block !important;
	}

}