/*-----------------------------------------------------------------------------------
	Salvatec Distribuidores
	About: A shiny new Blocs website.
	Author: AnasHyeee
	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;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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;
	position:relative;
}


/* Sizes */

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

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* 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;
}


/* 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);
}


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

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* 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}
}

/* = 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;
}






.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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* 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;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:700;
	color:var(--swatch-var-7020)!important;
}
.container{
	max-width:1140px;
}
h1{
	font-size:42px;
	line-height:56px;
}
h2{
	font-size:34px;
	line-height:44px;
}
h3{
	font-size:26px;
	line-height:36px;
}
h4{
	font-size:24px;
	line-height:34px;
}
h5{
	font-size:20px;
	line-height:30px;
}
h6{
	font-size:16px;
	line-height:26px;
}
p{
	font-size:17px;
	color:var(--swatch-var-7951)!important;
	line-height:29px;
}
.p-md{
	font-size:16px;
	line-height:26px;
}
.p-sm{
	font-size:14px;
	line-height:24px;
}
.display-md{
	font-size:60px;
	line-height:70px;
}
.text-uppercase{
	text-transform:uppercase;
}
.text-bold{
	font-weight:bold;
	font-family:"Helvetica";
}
.text-center{
	text-align:center;
}
.post-footer{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:12px;
	row-gap:14px;
	flex-wrap:wrap;
}
.img-sm{
	width:32px;
	height:auto;
}
.dev-profile{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:4px;
}
.grid-style{
	grid-template-columns:1fr 1fr 1fr;
}
.display-xs{
	font-size:28px;
	line-height:38px;
}
.tital-post{
	text-decoration:none;
	color:var(--swatch-var-7020)!important;
	text-transform:none;
	font-size:21px;
	line-height:31px;
}
.tital-post:hover{
	text-decoration:none;
	color:var(--swatch-var-7951)!important;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-4629);
}
.bloc-divider-b-bloc-2-fill{
	fill:var(--swatch-var-4629);
}
.img-lg{
	width:84px;
	height:auto;
}
.iconstyle{
	font-size:20px;
	color:var(--swatch-var-7020)!important;
}
.iconstyle:hover{
	color:var(--swatch-var-2374)!important;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-4629);
}
.imagestyle{
	height:250px;
	width:100%;
}
.text-link-02{
	text-decoration:none;
	color:var(--swatch-var-4629)!important;
	text-transform:none;
}
.text-link-02:hover{
	text-decoration:none;
	color:var(--swatch-var-5583)!important;
}
.text-link-01{
	text-decoration:none;
	color:var(--swatch-var-7020)!important;
	text-transform:none;
}
.text-link-01:hover{
	text-decoration:none;
	color:var(--swatch-var-7951)!important;
}
.divider-background-color{
	background-color:var(--swatch-var-7020);
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:27px;
	font-family:"Helvetica";
}
.menu-link{
	color:var(--swatch-var-7020)!important;
	font-weight:normal;
	background-color:var(--swatch-var-6446);
	font-size:17px;
	line-height:27px;
}
.menu-link:hover{
	color:var(--swatch-var-2374)!important;
	background-color:var(--swatch-var-6446);
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-4629);
}
.divider-bloc-2-background-color{
	background-color:var(--swatch-var-4819);
}
.button-tag{
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
	padding:6px 16px 6px 16px;
	background-color:var(--swatch-var-4819);
	font-size:17px;
	line-height:27px;
}
.button-tag:hover{
	background-color:var(--swatch-var-5583);
}
.card-auther{
	padding:28px 28px 28px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
	background-color:var(--swatch-var-4819);
}
.scrollToTop{
	border-width:0px 0px 0px 0px;
	border-radius:50% 50% 50% 50%;
	background-color:var(--swatch-var-7020);
}
.scrollToTop:hover{
	background-color:var(--swatch-var-7020);
	color:var(--swatch-var-4629)!important;
	font-size:18px;
	line-height:26px;
}
.dev-center{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	column-gap:8px;
}
.menustyle-brand{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.post-01{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
	margin-bottom:38px;
}
.imagestyle-02{
	height:300px;
	width:100%;
}
.logo{
	height:auto;
	width:26px;
}
.blocs-card-width{
	width:16.66666%;
}
.btn-dark{
	background-color:var(--swatch-var-7020);
	font-size:17px;
	color:var(--swatch-var-4629)!important;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	padding:8px 28px 8px 28px;
	font-family:"Helvetica";
}
.btn-dark:hover{
	background-color:var(--swatch-var-2374);
	color:var(--swatch-var-4629)!important;
}
.btn-dark:active{
	background-color:var(--swatch-var-2374);
}
.btn-dark:focus{
	background-color:var(--swatch-var-2374);
}
.imagehero{
	width:400px;
}
.blockquote-style{
	background-color:var(--swatch-var-7879);
	padding-top:18px;
	padding-bottom:18px;
}
.imagewidthside{
	width:100%;
	height:auto;
}
.muilt-post{
	grid-template-columns:1fr 1fr 1fr;
	row-gap:40px;
	grid-template-rows:auto auto auto;
}
.post-02{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
}
.p-style{
	font-size:40px;
	width:100%;
}
.p-bloc-7-style{
	font-size:40px;
}
.p-5-style{
	font-size:40px;
}
.link-danubio-style{
	width:100%;
}
.container-div-style{
	width:100%;
}
.container-div-bloc-7-style{
	width:100%;
}
.container-div-0-style{
	width:100%;
}
.container-div-0-bloc-7-style{
	width:82.7%;
}
.img-7-style{
	width:120px;
	height:120px;
}
.p-1-style{
	font-size:50px;
	font-family:Helvetica;
}
.h4-style{
	font-family:Helvetica;
}
.h2-style{
	font-family:Helvetica;
}
.h2-danubio-doble-style{
	font-family:Helvetica;
}
.h2-3-style{
	font-family:Helvetica;
}
.h2-4-style{
	font-family:Helvetica;
}
.h2-5-style{
	font-family:Helvetica;
}
.h2-tajo-style{
	font-family:Helvetica;
}
.h2-tajo-biplaza-style{
	font-family:Helvetica;
}
.h2-ebro-style{
	font-family:Helvetica;
}
.h2-ebro-biplaza-style{
	font-family:Helvetica;
}
.h2-duero-sport-style{
	font-family:Helvetica;
}
.h2-nalón-sport-style{
	font-family:Helvetica;
}
.h2-jucar-sport-style{
	font-family:Helvetica;
}
.h2-miño-sport-style{
	font-family:Helvetica;
}
.h2-argos-style{
	font-family:Helvetica;
}
.h2-esla-m-style{
	font-family:Helvetica;
}
.h3-style{
	font-family:Helvetica;
}
.h3- disponible-style{
	font-family:Helvetica;
}
.h3-3-style{
	font-family:Helvetica;
}
.h3-4-style{
	font-family:Helvetica;
}
.h3-5-style{
	font-family:Helvetica;
}
.h3-6-style{
	font-family:Helvetica;
}
.h3-7-style{
	font-family:Helvetica;
}
.h3-8-style{
	font-family:Helvetica;
}
.h3-9-style{
	font-family:Helvetica;
}
.h3-10-style{
	font-family:Helvetica;
}
.h3-11-style{
	font-family:Helvetica;
}
.h3-12-style{
	font-family:Helvetica;
}
.h3-13-style{
	font-family:Helvetica;
}
.h3-14-style{
	font-family:Helvetica;
}
.h3-15-style{
	font-family:Helvetica;
}
.img-style{
	width:400px;
	border-radius:0px 0px 0px 0px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4629:rgba(255,255,255,1.00);
	
	--swatch-var-7020:rgba(33,33,33,1.00);
	
	--swatch-var-7951:rgba(94,94,94,1.00);
	
	--swatch-var-2374:rgba(66,66,66,1.00);
	
	--swatch-var-4819:#F9F9F9;
	
	--swatch-var-5583:rgba(214,214,214,1.00);
	
	--swatch-var-6446:rgba(235,235,235,0.00);
	
	--swatch-var-7879:rgba(243,243,243,1.00);
	
	--swatch-var-1141:#20C90C;
	
}


/* Background colour styles */

.bgc-4819{
	background-color:var(--swatch-var-4819);
}

/* Bloc image backgrounds */



/* = Additional CSS
-------------------------------------------------------------- */
.text-post {
	 width:100%;
	 overflow:hidden;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}
 
.heading-post {
	 width:100%;
	 overflow:hidden;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}


/* = 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){
	h1{
		font-size:36px;
		line-height:50px;
	}
	h2{
		font-size:30px;
		line-height:40px;
	}
	h3{
		font-size:24px;
		line-height:34px;
	}
	h4{
		font-size:22px;
		line-height:32px;
	}
	p{
		font-size:17px;
		line-height:27px;
	}
	.display-md{
		font-size:54px;
		line-height:64px;
	}
	.text-bold{
		font-weight:bold;
	}
	.text-uppercase{
		text-transform:uppercase;
	}
	.grid-style{
		grid-template-columns:1fr 1fr;
	}
	.display-xs{
		font-size:26px;
		line-height:36px;
	}
	.img-lg{
		width:74px;
	}
	.tital-post{
		font-size:19px;
		line-height:29px;
	}
	.navbar-logo{
		font-size:26px;
	}
	.imagestyle-02{
		height:220px;
	}
	.blocs-card-width{
		width:20%;
	}
	.post-01{
		margin-bottom:38px;
	}
	.post-02{
	}
	.muilt-post{
		grid-template-columns:1fr 1fr;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:32px;
		line-height:46px;
	}
	h2{
		font-size:27px;
		line-height:37px;
	}
	h3{
		font-size:22px;
		line-height:32px;
	}
	h4{
		font-size:20px;
		line-height:30px;
	}
	h5{
		font-size:18px;
		line-height:28px;
	}
	p{
		font-size:17px;
		line-height:29px;
	}
	.display-md{
		font-size:38px;
		line-height:48px;
	}
	.grid-style{
		grid-template-columns:1fr;
	}
	.display-xs{
		line-height:36px;
	}
	.img-lg{
		width:64px;
	}
	.iconstyle{
		font-size:20px;
	}
	.imagestyle{
		height:auto;
	}
	.tital-post{
		font-size:19px;
		line-height:29px;
	}
	.navbar-logo{
		font-size:25px;
	}
	.dev-profile{
		align-items:center;
	}
	.menu-link:hover{
		color:var(--swatch-var-2374)!important;
	}
	.menu-link{
		color:var(--swatch-var-7020)!important;
	}
	.imagestyle-02{
		height:auto;
	}
	.blocs-card-width{
		width:25%;
	}
	.muilt-post{
		grid-template-columns:1fr;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:26px;
		line-height:40px;
	}
	h2{
		font-size:24px;
		line-height:34px;
	}
	h3{
		font-size:20px;
		line-height:30px;
	}
	h4{
		line-height:18px;
		font-size:18px;
	}
	h5{
	}
	p{
		line-height:29px;
	}
	.display-md{
		font-size:32px;
		line-height:42px;
	}
	.display-xs{
		font-size:24px;
		line-height:34px;
	}
	.img-lg{
		width:44px;
	}
	.tital-post{
		font-size:18px;
		line-height:28px;
	}
	.navbar-logo{
		font-size:23px;
	}
	.text-link-01{
	}
	.dev-center{
		justify-content:center;
	}
	.menu-link{
		color:var(--swatch-var-7020)!important;
	}
	.menu-link:hover{
		color:var(--swatch-var-2374)!important;
	}
	.blocs-card-width{
		width:33.33333%;
	}
	.p-sm{
	}
	.post-01{
		margin-bottom:38px;
	}
	.post-02{
	}
	
}

