/*-----------------------------------------------------------------------------------
	gar3publicidad
	About: Empresa dedicada ala impresión de grandes formatos, a los circuitos de vallas y a todo tipo de publicidad exterior e interior
	Author: diego caro
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}
.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Normal List Menu Icon */
.navbar-light .menu-icon-normal-list .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' stroke-miterlimit='10' d='M3,8H5v2H3V8Zm0,6H5v2H3V14Zm0,6H5v2H3V20ZM7,8H27v2H7V8Zm0,6H27v2H7V14Zm0,6H27v2H7V20Z'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-normal-list .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' stroke-miterlimit='10' d='M3,8H5v2H3V8Zm0,6H5v2H3V14Zm0,6H5v2H3V20ZM7,8H27v2H7V8Zm0,6H27v2H7V14Zm0,6H27v2H7V20Z'/%3E%3C/svg%3E");
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.glow-t{
	text-shadow:0 0 10px #FFF;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg{
	max-width:400px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container-2{
	max-width:1140px;
}
.navbar-nav li a{
	font-family:"helvetica";
	font-weight:600;
	font-size:16px;
	line-height:16px;
	color:#FFFFFF!important;
}
.h1-style{
	font-family:Lobster;
	font-size:60px;
}
.navbar-brand img{
	width:150px;
}
.h1-2-style{
	font-size:60px;
	width:100%;
	border-style:solid;
	border-color:#D5D5D5!important;
	border-width:0px 0px 1px 0px;
}
.columna-noticias{
	border-style:solid;
	border-color:#D5D5D5!important;
	background-color:transparent;
	margin-top:18px;
	margin-bottom:0px;
	padding:22px 22px 0px 22px;
	border-width:1px 1px 1px 1px;
}
.h3-style{
	font-family:Lato;
	font-weight:700;
}
.p-style{
	font-family:Lato;
	font-weight:300;
}
.columna-noticias-2{
	border-style:solid;
	border-color:#D5D5D5!important;
	background-color:#FEFFFF;
	margin:0px 0px 0px 0px;
	padding:19px 19px 19px 19px;
	border-width:1px 1px 1px 1px;
}
.mascolum{
	width:163px;
	border-style:solid;
	border-color:#EA7306!important;
	padding:19px 19px 19px 19px;
	border-width:0px 0px 1px 0px;
}
.img-2245-style{
	width:200px;
	border-style:solid;
	border-color:#EB7304!important;
	border-top-width:0px;
	stroke:#0000FF;
	stroke-width:4;
	stroke-linecap:butt;
	margin:0px 0px 0px 0px;
	padding:19px 19px 19px 19px;
}
.h1-bloc-4-style{
	font-size:30px;
	line-height:32px;
}
.lineas1{
	border-style:solid;
	border-color:#EB7304!important;
	border-width:0px 0px 0px 1px;
}
.row-bloc-4-style{
	width:94.56%;
}
.botones{
	background-color:#EB7304;
}
.btn-style{
	width:33%;
	font-size:24px;
	color:#FFFFFF!important;
	background-color:#EB7204;
	position:absolute;
	top:0px;
	right:390px;
}
.img-8-style{
	width:195px;
}
.maquina:hover{
	filter:blur(0px);
}
.row-11-style{
	width:100%;
}
.h3-6-style{
	font-size:24px;
	color:#258E00!important;
}
.img-style{
	width:34px;
	background-origin:content-box;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.h1-11-style{
	margin-top:42px;
}
.h1-bloc-7-style{
	border-style:solid;
	font-size:60px;
	border-width:0px 0px 1px 0px;
}
.titulos-peques{
	border-style:solid;
	border-width:0px 0px 1px 0px;
}
.h3-7-style{
	font-size:24px;
	line-height:28px;
}
.h1-bloc-8-style{
	color:#939393!important;
}
.row-13-style{
	width:100%;
}
.link-style{
	width:75.24%;
}
.sabermas{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	text-align:center;
	color:#FF9300!important;
}
.columnas-centro{
	margin-right:93px;
	border-right-width:1px;
	border-style:solid;
}
.sombra-foto{
	box-shadow:0px 2px 10px #929292;
	margin-bottom:0px;
	padding-bottom:0px;
}
.h4-style{
	width:72.38%;
}
.link-bloc-9-style{
	width:73.33%;
}
.link-0-bloc-9-style{
	width:73.33%;
}
.link-12273-style{
	width:77.19%;
}
.link-25242-style{
	width:87.83%;
}
.tele1{
	width:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.img-bloc-9-style{
	width:190px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.btn-padding{
	width:32%;
	background-color:#F18900;
	margin-bottom:15px;
	font-size:22px;
}
.btn-padding:hover{
	font-size:20px;
	color:rgba(0,0,0,0.41)!important;
	background-color:rgba(237,135,0,0.49);
}
.h3-26-style{
	font-size:26px;
}
.h3-28-style{
	font-size:28px;
	margin-bottom:0px;
}
.texto-trabajos{
	font-size:14px;
	color:#000000!important;
	text-align:justify;
	padding:10px 10px 10px 10px;
}
.cajas-productos{
	border-style:solid;
	border-color:rgba(60,142,51,0.34)!important;
	border-width:1px 1px 1px 1px;
}
.h3-bloc-12-style{
	font-size:26px;
}
.h3-24-style{
	font-size:26px;
}
.h3-vinilo-ácido-style{
	font-size:26px;
}
.h3-vinilo-corte-style{
	font-size:24px;
}
.h3-papel-style{
	font-size:24px;
}
.bloctop{
	background-color:#000000;
}
.h1-bloc-11-style{
	font-size:60px;
}
.cjajass{
	width:0px;
	height:17px;
}
.row-20-style{
	width:26.23%;
}
.cajas-raras{
	height:61px;
	background-color:#F18800;
	text-align:center;
}
.checkbox-style{
	width:65.94%;
}
.p-bloc-11-style{
	font-size:14px;
}
.fotozonas:hover{
	filter:blur(9px);
}
.p-bloc-4-style{
	opacity:1.0;
}
.img-bloc-8-style{
	width:900px;
}
.img-hp-latex-335--style{
	width:900px;
}
.caja-mastil{
	margin-bottom:0px;
	padding-bottom:0px;
}
.eee{
	margin-bottom:17px;
}
.row-29-style{
	width:64.65%;
}
.bloc-divider-t-style{
	width:200%;
	height:200px;
	fill:transparent;
}
.bloc-divider-t-fill{
	fill:#FF40FF;
}
.bloc-divider-b-fill{
	fill:#FF40FF;
}
.label-style{
	width:13.69%;
}
.img-logo-def-style{
	width:300px;
}
.html-widget-style{
	width:82.63%;
	box-shadow:0px 1px 2px rgba(0,0,0,0.18);
	border-color:transparent!important;
	border-style:solid;
	border-bottom-width:3px;
}
.img-bloc-29-style{
	height:370px;
}
.img-corr-velum-style{
	width:452px;
}
.img-img-23-style{
	width:1120px;
}
.img-bloc-3-style{
	width:374px;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-isabelline{
	background-color:rgba(235,235,235,0.23);
}
.bgc-black{
	background-color:#000000;
}
.bgc-fulvous{
	background-color:#EC7506;
}
.bgc-sap-green{
	background-color:#3C8E33;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-fulvous{
	color:#EC7506!important;
}
.tc-gray{
	color:#818180!important;
}
.tc-sap-green{
	color:#3C8E33!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Bloc image backgrounds */

.bg-Latex-3600-Standard-Left-With-Output1{
	background-image:url("img/Latex_3600_Standard_Left_With-Output1.jpg");
}
.bg-localización-20vallas{
	background-image:url("img/localización%20vallas.jpg");
}
.bg-DSC00668{
	background-image:url("img/DSC00668.jpg");
}
.bg-DSC00436{
	background-image:url("img/DSC00436.jpg");
}
.bg-WhatsApp-20Image-202021-03-29-20at-2011-48-32{
	background-image:url("img/WhatsApp%20Image%202021-03-29%20at%2011.48.32.jpg");
}
.bg-WhatsApp-20Image-202021-03-29-20at-2011-47-07{
	background-image:url("img/WhatsApp%20Image%202021-03-29%20at%2011.47.07.jpg");
}
.bg-IMG-0625{
	background-image:url("img/IMG_0625.jpg");
}
.bg-IMG-2438{
	background-image:url("img/IMG_2438.jpg");
}
.bg-DBE24C80-C301-47DC-90F4-66161068E388{
	background-image:url("img/DBE24C80-C301-47DC-90F4-66161068E388.JPG");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.navbar-nav li a{
		font-size:14px;
	}
	.columna-noticias{
		border-left-width:0px;
	}
	.columna-noticias-2{
		border-right-width:0px;
	}
	.card-style{
		width:100%;
	}
	.p-bloc-4-style{
		width:100%;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 767px){
	.navbar-nav li a{
		font-size:12px;
	}
	.h1-2-style{
		text-align:center;
	}
	.h1-bloc-4-style{
		text-align:center;
	}
	.p-bloc-4-style{
		text-align:center;
	}
	.row-13-style{
		width:100%;
	}
	.link-bloc-9-style{
		width:82.76%;
	}
	.h4-style{
		width:67.81%;
	}
	.footer-link{
		font-size:12px;
	}
	
}

@media (max-width: 575px){
	.navbar-nav li a{
		font-size:12px;
		color:#FEFFFE!important;
		font-family:"Lato";
		font-weight:400;
		text-align:right;
		line-height:14px;
	}
	.navbar-brand img{
		width:110px;
		color:#FEFFFE!important;
		font-size:10px;
		height:57px;
	}
	.blocsapp-special-menu blocsnav{
		color:#FFFFFF!important;
		font-size:40px;
		opacity:0.0;
		border-style:solid;
		border-top-right-radius:5px;
		font-family:"Lobster";
		text-align:right;
		border-right-width:0px;
		border-left-width:0px;
		width:175px;
		height:271px;
		background-color:#FFFFFF;
		background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
		box-shadow:0px 2px 5px #00E200;
	}
	.toggle{
		border-style:dashed;
		border-color:#FEFFFE!important;
		margin:7px 7px 7px 7px;
		padding:0px 0px 0px 0px;
		border-width:20px 20px 20px 20px;
	}
	.container-2{
		border-style:solid;
		border-color:rgba(250,113,0,0.74)!important;
		border-top-width:10px;
		border-right-width:0px;
		border-bottom-width:1px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 15px 0px;
	}
	.treinta{
		padding-top:0px;
		margin-right:0px;
	}
	.h1-style{
		font-family:O&family=Orbitron;
		font-size:24px;
		font-weight:600;
	}
	.container-diego{
		border-style:solid;
		border-color:#EB7405!important;
		border-width:0px 0px 1px 0px;
	}
	.bloc-divider-b-fill{
		fill:#00FA00;
		width:0%;
		height:0px;
	}
	.bloc-divider-t-fill{
		fill:#000000;
	}
	.h3-style{
		font-size:18px;
	}
	.p-style{
		font-size:12px;
	}
	.columna-noticias{
		border-color:#EA7306!important;
		border-bottom-width:1px;
		border-top-width:0px;
		border-right-width:0px;
	}
	.columna-noticias-2{
		border-color:#EB7405!important;
		border-bottom-width:1px;
		border-left-width:0px;
		border-top-width:0px;
	}
	.h1-2-style{
		line-height:36px;
		font-size:34px;
		text-align:center;
		border-color:#EB7405!important;
	}
	.mascolum{
		border-style:solid;
		border-color:#FF9300!important;
		width:0px;
		height:140px;
		border-width:0px 0px 1px 0px;
	}
	.form-check-label{
		font-size:5px;
	}
	.maquina{
		border-style:solid;
		border-color:#FFFFFF!important;
		border-width:2px 2px 2px 2px;
	}
	.maquina:hover{
		background-color:rgba(0,0,0,0.42);
		background-size:cover;
		box-shadow:-1px 1px 6px #000000;
		filter:sepia(38%);
	}
	.img-2245-style{
		width:152px;
	}
	.h1-bloc-4-style{
		font-size:22px;
		line-height:22px;
	}
	.p-bloc-4-style{
		font-size:12px;
	}
	.botones{
		width:47%;
		height:28px;
		font-size:12px;
		padding-top:5px;
	}
	.img-8-style{
		width:165px;
	}
	.titulos-peques{
		color:#F18900!important;
		background-color:transparent;
	}
	.h1-11-style{
		font-size:22px;
		width:89.26%;
		border-style:solid;
		margin:00px 00px 00px 00px;
		border-width:0px 0px 1px 0px;
	}
	.h3-7-style{
		font-size:15px;
		line-height:20px;
	}
	.p-13-style{
		font-size:12px;
		line-height:18px;
	}
	.p-12-style{
		font-size:12px;
		line-height:18px;
	}
	.h3-6-style{
		font-size:15px;
		line-height:20px;
	}
	.img-style{
		width:21px;
	}
	.h3-bloc-8-style{
		font-size:15px;
	}
	.h1-bloc-7-style{
		font-size:30px;
	}
	.p-bloc-8-style{
		font-size:12px;
		line-height:18px;
	}
	.h1-bloc-8-style{
		font-size:22px;
		line-height:26px;
		color:#828282!important;
		border-style:solid;
		border-width:0px 0px 1px 0px;
	}
	.footer-link{
		text-align:center;
		font-size:12px;
	}
	.h4-style{
		font-size:16px;
		width:100%;
	}
	.h4-e-mail-style{
		font-size:18px;
		width:100%;
	}
	.link-bloc-9-style{
		width:98.75%;
	}
	.link-12273-style{
		width:100%;
	}
	.link-25242-style{
		width:100%;
	}
	.link-style{
		width:100%;
	}
	.link-0-bloc-9-style{
		width:100%;
	}
	.img-bloc-9-style{
		width:130px;
	}
	.p-16-style{
		font-size:10px;
	}
	.titulos5{
		border-style:solid;
		border-color:#499C42!important;
		border-width:0px 0px 1px 0px;
	}
	.btn-padding{
		padding-top:0px;
		padding-bottom:0px;
		font-size:12px;
		background-color:#F18900;
		margin-bottom:20px;
		margin-top:6px;
		width:34.44%;
	}
	.btn-padding:hover{
		box-shadow:0px 2px 2px rgba(0,0,0,0.70);
	}
	.checkbox-style{
		width:95.77%;
		height:20px;
		font-size:24px;
		text-transform:uppercase;
		padding-bottom:0px;
		margin-bottom:12px;
	}
	.h1-bloc-11-style{
		font-size:28px;
	}
	.cajas-productos{
		margin-bottom:12px;
	}
	.p-bloc-11-style{
		font-size:12px;
	}
	.bloctop{
		background-size:length;
	}
	.html-widget-style{
		width:100%;
	}
	.label-nombre-style{
		font-size:13px;
	}
	.label-email-style{
		font-size:13px;
	}
	.label-style{
		font-size:13px;
	}
	.img-logo-def-style{
		width:200px;
	}
	.h3- -cómo-llegar-style{
		font-size:18px;
	}
	.h3-18-style{
		font-size:22px;
	}
	.h3-19-style{
		font-size:22px;
	}
	.h3-17-style{
		font-size:22px;
	}
	.h3-16-style{
		font-size:22px;
	}
	.h3-20-style{
		font-size:22px;
	}
	.h3-vinilo-corte-style{
		font-size:22px;
	}
	.h3-vinilo-blanco-style{
		font-size:22px;
	}
	.h3-papel-style{
		font-size:22px;
	}
	.h3-vinilo-ácido-style{
		font-size:22px;
	}
	.h3-24-style{
		font-size:22px;
	}
	.h3-bloc-12-style{
		font-size:22px;
	}
	.h3-26-style{
		font-size:22px;
	}
	.h3-bloc-21-style{
		font-size:22px;
	}
	.h3-40-style{
		font-size:22px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

