/*-----------------------------------------------------------------------------------
	focal 35
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FF8473;
    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-md{
	padding:50px 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;
}


/* Flip Edge Divider */

.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 Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}


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


/* = 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}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.text-justify{
	text-align: justify;
}

/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

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

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Josefin Sans";
}
.container{
	max-width:900px;
}
h1{
	font-size:32px;
	line-height:42px;
}
h2{
	font-size:28px;
	line-height:38px;
}
h3{
	font-size:26px;
	line-height:36px;
}
h4{
	font-size:22px;
	line-height:32px;
}
h5{
	font-size:16px;
	line-height:26px;
}
h6{
	font-size:14px;
	line-height:24px;
}
p{
	font-size:18px;
	line-height:28px;
	font-family:"Josefin Slab";
}
.button-flat{
	font-size:18px;
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
	color:var(--swatch-var-1419)!important;
	background-color:var(--swatch-var-616);
}
.button-wire{
	background-color:transparent;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	border-width:1px 1px 1px 1px;
	border-radius:12px 12px 12px 12px;
	padding:8px 28px 8px 28px;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
}
.button-none{
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-5617);
}
.button-flat:hover{
	background-color:var(--swatch-var-1735);
}
.button-flat:active{
	background-color:var(--swatch-var-616);
}
.button-wire:hover{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1419)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-616);
}
.button-wire:active{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1735)!important;
	border-width:1px 1px 1px 1px;
}
.button-none:hover{
	color:var(--swatch-var-1735)!important;
	background-color:var(--swatch-var-5617);
}
.button-none:active{
	color:var(--swatch-var-1735)!important;
}
.button-flat-r-icon{
	font-size:18px;
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
	color:var(--swatch-var-1419)!important;
	background-color:var(--swatch-var-616);
	direction:rtl;
}
.button-flat-r-icon:hover{
	background-color:var(--swatch-var-1735);
}
.button-flat-r-icon:active{
	background-color:var(--swatch-var-616);
}
.button-wire-r-icon{
	background-color:transparent;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	border-width:1px 1px 1px 1px;
	border-radius:12px 12px 12px 12px;
	padding:8px 28px 8px 28px;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
	direction:rtl;
}
.button-wire-r-icon:hover{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1419)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-616);
}
.button-wire-r-icon:active{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1735)!important;
	border-width:1px 1px 1px 1px;
}
.button-none-r-icon{
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-5617);
	direction:rtl;
}
.button-none-r-icon:hover{
	color:var(--swatch-var-1735)!important;
	background-color:var(--swatch-var-5617);
}
.button-none-r-icon:active{
	color:var(--swatch-var-1735)!important;
}
.button-flat-square{
	font-size:18px;
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	color:var(--swatch-var-1419)!important;
	background-color:var(--swatch-var-616);
}
.button-flat-square:hover{
	background-color:var(--swatch-var-1735);
}
.button-flat-square:active{
	background-color:var(--swatch-var-616);
}
.button-wire-square{
	background-color:transparent;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	padding:8px 28px 8px 28px;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
}
.button-wire-square:hover{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1419)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-616);
}
.button-wire-square:active{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1735)!important;
	border-width:1px 1px 1px 1px;
}
.button-none-square{
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-5617);
}
.button-none-square:hover{
	color:var(--swatch-var-1735)!important;
	background-color:var(--swatch-var-5617);
}
.button-none-square:active{
	color:var(--swatch-var-1735)!important;
}
.button-flat-r-square-icon{
	font-size:18px;
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	color:var(--swatch-var-1419)!important;
	background-color:var(--swatch-var-616);
	direction:rtl;
}
.button-flat-r-square-icon:hover{
	background-color:var(--swatch-var-1735);
}
.button-flat-r-square-icon:active{
	background-color:var(--swatch-var-616);
}
.button-wire-r-square-icon{
	background-color:transparent;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	padding:8px 28px 8px 28px;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
	direction:rtl;
}
.button-wire-r-square-icon:hover{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1419)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-616);
}
.button-wire-r-square-icon:active{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1735)!important;
	border-width:1px 1px 1px 1px;
}
.button-none-r-square-icon{
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-5617);
	direction:rtl;
}
.button-none-r-square-icon:hover{
	color:var(--swatch-var-1735)!important;
	background-color:var(--swatch-var-5617);
}
.button-none-r-square-icon:active{
	color:var(--swatch-var-1735)!important;
}
.button-flat-round{
	font-size:18px;
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
	color:var(--swatch-var-1419)!important;
	background-color:var(--swatch-var-616);
}
.button-flat-round:hover{
	background-color:var(--swatch-var-1735);
}
.button-flat-round:active{
	background-color:var(--swatch-var-616);
}
.button-wire-round{
	background-color:transparent;
	font-size:18px;
	border-width:1px 1px 1px 1px;
	border-radius:30px 30px 30px 30px;
	padding:8px 28px 8px 28px;
	border-style:solid;
	border-color:var(--swatch-var-1419)!important;
	color:var(--swatch-var-1419)!important;
}
.button-wire-round:hover{
	border-color:var(--swatch-var-2833)!important;
	color:var(--swatch-var-2833)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.button-wire-round:active{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1735)!important;
	border-width:1px 1px 1px 1px;
}
.button-none-round{
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-5617);
}
.button-none-round:hover{
	color:var(--swatch-var-1735)!important;
	background-color:var(--swatch-var-5617);
}
.button-none-round:active{
	color:var(--swatch-var-1735)!important;
}
.button-flat-r-round-icon{
	font-size:18px;
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
	color:var(--swatch-var-1419)!important;
	background-color:var(--swatch-var-616);
	direction:rtl;
}
.button-flat-r-round-icon:hover{
	background-color:var(--swatch-var-1735);
}
.button-flat-r-round-icon:active{
	background-color:var(--swatch-var-616);
}
.button-wire-r-round-icon{
	background-color:transparent;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	border-width:1px 1px 1px 1px;
	border-radius:30px 30px 30px 30px;
	padding:8px 28px 8px 28px;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
	direction:rtl;
}
.button-wire-r-round-icon:hover{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1419)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-616);
}
.button-wire-r-round-icon:active{
	border-color:var(--swatch-var-1735)!important;
	color:var(--swatch-var-1735)!important;
	border-width:1px 1px 1px 1px;
}
.button-none-r-round-icon{
	padding:8px 28px 8px 28px;
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
	font-size:18px;
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-5617);
	direction:rtl;
}
.button-none-r-round-icon:hover{
	color:var(--swatch-var-1735)!important;
	background-color:var(--swatch-var-5617);
}
.button-none-r-round-icon:active{
	color:var(--swatch-var-1735)!important;
}
.text-link-classic{
	font-size:18px;
	line-height:28px;
	text-decoration:underline!important;
	color:var(--swatch-var-616)!important;
}
.text-link-classic:hover{
	text-decoration:none;
	color:var(--swatch-var-1735)!important;
}
a:hover{
	text-decoration:none;
}
.text-link-none{
	font-size:18px;
	line-height:28px;
	text-decoration:none;
	color:var(--swatch-var-616)!important;
}
.text-link-none:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-1735)!important;
}
.Text-link-none:hover{
	text-decoration:underline!important;
}
.text-link-solid{
	text-decoration:none;
	font-size:18px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
	color:var(--swatch-var-616)!important;
}
.text-link-solid:hover{
	text-decoration:none;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
	margin-bottom:2px;
	color:var(--swatch-var-1735)!important;
}
.text-link-solid:active{
	text-decoration:none;
}
.text-link-none:active{
	color:var(--swatch-var-1735)!important;
}
.text-link-classic:active{
	color:var(--swatch-var-1735)!important;
}
.text-link-dot{
	text-decoration:none;
	font-size:18px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
	color:var(--swatch-var-616)!important;
}
.text-link-dot:hover{
	text-decoration:none;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:var(--swatch-var-616)!important;
	margin-bottom:2px;
	color:var(--swatch-var-1735)!important;
}
.text-link-dot:active{
	text-decoration:none;
}
.text-link-borders{
	text-decoration:none;
	font-size:18px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
	color:var(--swatch-var-616)!important;
	border-radius:0px 0px 0px 0px;
}
.text-link-borders:hover{
	text-decoration:none;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
	color:var(--swatch-var-1735)!important;
	border-radius:0px 0px 0px 0px;
	padding:6px 6px 6px 6px;
}
.text-link-borders:active{
	text-decoration:none;
}
label{
	font-size:14px;
	line-height:24px;
}
.label-flat{
	background-color:var(--swatch-var-616);
	font-size:18px;
	color:var(--swatch-var-1419)!important;
	padding:6px 12px 6px 12px;
	border-width:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
}
.label-wire{
	font-size:18px;
	padding:6px 12px 6px 12px;
	border-width:1px 1px 1px 1px;
	border-radius:12px 12px 12px 12px;
	color:var(--swatch-var-616)!important;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
}
.label-none{
	background-color:var(--swatch-var-5617);
	font-size:18px;
	color:var(--swatch-var-616)!important;
	padding:6px 12px 6px 12px;
	border-width:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
}
.label-flat-square{
	background-color:var(--swatch-var-616);
	font-size:18px;
	color:var(--swatch-var-1419)!important;
	padding:6px 12px 6px 12px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.label-wire-square{
	font-size:18px;
	padding:6px 12px 6px 12px;
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	color:var(--swatch-var-616)!important;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
}
.label-none-square{
	background-color:var(--swatch-var-5617);
	font-size:18px;
	color:var(--swatch-var-616)!important;
	padding:6px 12px 6px 12px;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.label-flat-round{
	background-color:var(--swatch-var-616);
	font-size:18px;
	color:var(--swatch-var-1419)!important;
	padding:6px 12px 6px 12px;
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
}
.label-wire-round{
	font-size:18px;
	padding:6px 12px 6px 12px;
	border-width:1px 1px 1px 1px;
	border-radius:30px 30px 30px 30px;
	color:var(--swatch-var-616)!important;
	border-style:solid;
	border-color:var(--swatch-var-616)!important;
}
.label-none-round{
	background-color:var(--swatch-var-5617);
	font-size:18px;
	color:var(--swatch-var-616)!important;
	padding:6px 12px 6px 12px;
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
}
.text-align-left{
	text-align:left;
}
.text-align-right{
	text-decoration:none;
	text-align:right;
}
.text-align-center{
	text-align:center;
}
.text-align-justify{
	text-align:justify;
}
.text-orientation{
	writing-mode:vertical-rl;
}
.text-indent-sm{
	text-indent:10px;
}
.text-indent-md{
	text-indent:20px;
}
.text-indent-lg{
	text-indent:40px;
}
.text-lowercase{
	text-transform:lowercase;
}
.text-capitalize{
	text-transform:capitalize;
}
.text-bold{
	font-weight:bold;
}
.text-bolder{
	font-weight:900;
}
.text-lighter{
	font-weight:lighter;
}
.text-italic{
	font-style:italic;
}
.text-underline{
	text-decoration:underline!important;
}
.text-overline{
	text-decoration:overline!important;
}
.text-line-through{
	text-decoration:line-through!important;
}
.text-vertical-sub{
	white-space:normal;
}
.display-lg{
	font-size:36px;
	line-height:46px;
}
.display-xl{
	font-size:48px;
	line-height:58px;
}
.display-1xl{
	font-size:60px;
	line-height:70px;
}
.display-2xl{
	font-size:70px;
	line-height:80px;
}
.border-radius-sm{
	border-width:0px 0px 0px 0px;
	border-radius:4px 4px 4px 4px;
}
.border-radius-md{
	border-width:0px 0px 0px 0px;
	border-radius:12px 12px 12px 12px;
}
.border-radius-lg{
	border-width:0px 0px 0px 0px;
	border-radius:18px 18px 18px 18px;
}
.border-radius-xl{
	border-width:0px 0px 0px 0px;
	border-radius:28px 28px 28px 28px;
}
.border-rounded-t-sm{
	border-width:0px 0px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.border-rounded-t-md{
	border-width:0px 0px 0px 0px;
	border-radius:8px 8px 0px 0px;
}
.border-rounded-t-lg{
	border-radius:18px 18px 0px 0px;
}
.border-rounded-t-xl{
	border-radius:28px 28px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.border-rounded-tr-sm{
	border-width:0px 0px 0px 0px;
	border-radius:0px 8px 0px 8px;
}
.border-rounded-tr-md{
	border-radius:0px 12px 0px 12px;
	border-width:0px 0px 0px 0px;
}
.border-rounded-tr-lg{
	border-width:0px 0px 0px 0px;
	border-radius:0px 18px 0px 18px;
}
.border-rounded-tr-xl{
	border-radius:0px 28px 0px 28px;
}
.border-rounded-tl-sm{
	border-radius:8px 0px 8px 0px;
	border-width:0px 0px 0px 0px;
}
.border-rounded-tl-md{
	border-radius:12px 0px 12px 0px;
	border-width:0px 0px 0px 0px;
}
.border-rounded-tl-lg{
	border-width:0px 0px 0px 0px;
	border-radius:18px 0px 18px 0px;
}
.border-rounded-tl-xl{
	border-radius:28px 0px 28px 0px;
	border-width:0px 0px 0px 0px;
}
.border-rounded-r-sm{
	border-radius:0px 8px 8px 0px;
}
.border-rounded-r-md{
	border-radius:0px 12px 12px 0px;
	border-width:0px 0px 0px 0px;
}
.border-rounded-r-lg{
	border-radius:0px 18px 18px 0px;
}
.border-rounded-r-xl{
	border-radius:0px 28px 28px 0px;
}
.border-rounded-l-sm{
	border-radius:8px 0px 0px 8px;
}
.border-rounded-l-md{
	border-radius:12px 0px 0px 12px;
}
.border-rounded-l-lg{
	border-radius:18px 0px 0px 18px;
}
.border-rounded-l-xl{
	border-radius:28px 0px 0px 28px;
}
.text-gradients-azure{
	background:linear-gradient(90deg, var(--swatch-var-6317)    0%, var(--swatch-var-591) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.text-gradients-peach{
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, var(--swatch-var-3500)    0%, var(--swatch-var-6197) 100%);
}
.text-gradients-malibu{
	background:linear-gradient(90deg, var(--swatch-var-332) 10%, var(--swatch-var-1931) 85%);
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.text-gradients-mojito{
	color:transparent!important;
	background:linear-gradient(90deg, var(--swatch-var-1654)   0%, var(--swatch-var-3212) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.text-gradients-lime{
	color:transparent!important;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(90deg, var(--swatch-var-3548) 0%, var(--swatch-var-7989) 100%);
}
.text-gradients-neon{
	color:transparent!important;
	background:linear-gradient(90deg, var(--swatch-var-1465) 0%, var(--swatch-var-1569) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.text-gradients-butterfly{
	color:transparent!important;
	background:linear-gradient(90deg, var(--swatch-var-2018) 0%, var(--swatch-var-4848) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.card-gradients-azure{
	background:linear-gradient(160deg, var(--swatch-var-6317) 0%, var(--swatch-var-591) 100%);
}
.card-gradients-peach{
	background:linear-gradient(160deg, var(--swatch-var-3500) 0%, var(--swatch-var-6197) 100%);
}
.card-gradients-malibu{
	background:linear-gradient(160deg, var(--swatch-var-332) 0%, var(--swatch-var-1931) 100%);
}
.card-gradients-mojito{
	background:linear-gradient(160deg, var(--swatch-var-3212) 0%, var(--swatch-var-1654) 100%);
}
.card-gradients-lime{
	background:linear-gradient(160deg, var(--swatch-var-3548) 0%, var(--swatch-var-7989) 100%);
}
.card-gradients-neon{
	background:linear-gradient(160deg, var(--swatch-var-1465) 0%, var(--swatch-var-1569) 100%);
}
.card-gradients-butterfly{
	background:linear-gradient(160deg, var(--swatch-var-2018) 0%, var(--swatch-var-4848) 100%);
}
.text-underline-dot{
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:var(--swatch-var-616)!important;
	padding-bottom:2px;
}
.border-01{
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.border-02{
	border-width:2px 2px 2px 2px;
	border-style:solid;
}
.border-04{
	border-width:4px 4px 4px 4px;
	border-style:solid;
}
.border-06{
	border-width:6px 6px 6px 6px;
	border-style:solid;
}
.border-t-4{
	border-style:solid;
	border-width:4px 0px 0px 0px;
}
.border-b-4{
	border-width:0px 0px 4px 0px;
	border-style:solid;
}
.border-l-4{
	border-width:0px 0px 0px 4px;
	border-style:solid;
	padding-left:6px;
}
.border-r-4{
	padding-right:6px;
	border-width:0px 4px 0px 0px;
	border-style:solid;
}
.border-x-4{
	border-width:0px 4px 0px 4px;
	border-style:solid;
	padding-left:4px;
	padding-right:4px;
}
.border-y-4{
	padding-top:4px;
	padding-bottom:4px;
	border-width:4px 0px 4px 0px;
	border-style:solid;
}
.div-div-box{
	padding:24px 24px 24px 24px;
	background-color:var(--swatch-var-7822);
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-5617)!important;
	margin-top:10px;
	margin-bottom:10px;
}
.hero-icon{
	font-size:24px;
	background-color:var(--swatch-var-2833);
	border-radius:999px 999px 999px 999px;
	padding:12px 18px 12px 18px;
}
.bar{
	border-radius:12px 12px 12px 12px;
}
.skills-head{
	display:flex;
	flex-direction:row;
	align-items:baseline;
	justify-content:space-between;
}
.bar-03{
	width:80%;
	background-color:var(--swatch-var-332);
	height:4px;
	border-radius:12px 12px 12px 12px;
}
.cards{
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}
.services-icon{
	font-size:30px;
	padding:16px 18px 16px 18px;
	background-color:var(--swatch-var-4628);
	margin-bottom:12px;
}
.footer-icon{
	margin-left:10px;
	color:var(--swatch-var-2328)!important;
}
.hero-div{
	background-color:var(--swatch-var-7946);
	padding:24px 18px 24px 18px;
	width:85%;
}
.fly-div{
	position:relative;
	bottom:35px;
	margin-bottom:-35px;
	height:35px;
	background-color:var(--swatch-var-4922);
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
}
.footer-icon:hover{
	color:var(--swatch-var-2833)!important;
}
.menu-link{
	margin-left:6px;
	margin-right:6px;
	font-weight:normal;
	color:var(--swatch-var-1419)!important;
}
.menu-link:hover{
	color:var(--swatch-var-2833)!important;
}
.brand{
	font-size:24px;
}
.hero-text-fly{
	position:relative;
	top:35%;
	margin-top:-35px;
}
.bar-background{
	background-color:var(--swatch-var-5617);
	border-radius:12px 12px 12px 12px;
	width:100%;
	padding:0px 0px 0px 0px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	height:6px;
}
.divider-style{
	height:6px;
	background-color:var(--swatch-var-332);
	width:95%;
	box-shadow:0.00px -0.00px 12px rgba(204,204,204,0.30);
}
.divider-style-02{
	height:6px;
	background-color:var(--swatch-var-332);
	width:95%;
	box-shadow:0.00px -0.00px 12px rgba(204,204,204,0.30);
}
.divider-about-style{
	width:88%;
}
.divider-style-03{
	height:6px;
	background-color:var(--swatch-var-332);
	width:95%;
	box-shadow:0.00px -0.00px 12px rgba(204,204,204,0.30);
}
.divider-0-style{
	width:80%;
}
.hero-img{
	background-size:cover;
	background-repeat:space;
	background-position:center center;
}
.text-orientation-02{
	writing-mode:vertical-rl;
}
.button-round{
	background-color:var(--swatch-var-616);
	border-radius:28px 28px 28px 28px;
	font-size:18px;
	padding:6px 28px 6px 28px;
}
.button-round:hover{
	background-color:var(--swatch-var-2833);
}
.footer-link{
	font-size:16px;
	color:var(--swatch-var-1419)!important;
	text-decoration:none;
	margin-left:12px;
}
.footer-link:hover{
	color:var(--swatch-var-2833)!important;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-2833)!important;
	margin-bottom:1px;
}
.footer-flex{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
}
.flex-center{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.form-label{
	font-size:20px;
	margin:0px 0px 8px 0px;
	color:var(--swatch-var-2486)!important;
	line-height:30px;
}
.input-style{
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	background-color:transparent;
	font-size:16px;
	color:var(--swatch-var-2486)!important;
}
.form-group-div{
	padding:28px 0px 28px 0px;
}
.input-style:hover{
	background-color:transparent;
}
.input-style:active{
	background-color:transparent;
}
.input-style:focus{
	background-color:transparent;
}
.input-style:visited{
	background-color:transparent;
}
.divider-bloc-9-background-color{
	background-color:var(--swatch-var-7822);
}
.services-div{
	background-color:var(--swatch-var-7946);
	padding:50px 38px 50px 38px;
}
.img-hover-zoom{
	height:auto;
}
.photos{
	width:60px;
	text-align:left;
}
.button-round-circle{
	background-color:var(--swatch-var-616);
	width:180px;
	height:180px;
	border-radius:999px 999px 999px 999px;
	font-size:18px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:0px 0px 0px 0px;
}
.button-round-circle:hover{
	background-color:var(--swatch-var-2833);
}
.navbar-brand img{
	width:55px;
	height:55px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Josefin Sans";
}
.link-style{
	font-size:30px;
	height:156px;
}
.menu-icon-hero-stroke{
	stroke:var(--swatch-var-1419)!important;
	fill:var(--swatch-var-1419)!important;
}
.h2-style{
	font-size:40px;
	line-height:50px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-1735)!important;
	fill:var(--swatch-var-1735)!important;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-3500);
	height:20px;
}
.bloc-divider-t-about-fill{
	fill:var(--swatch-var-3500);
}
.bloc-divider-t-service-fill{
	fill:var(--swatch-var-3500);
	height:30px;
}
.h2-portfolio-style{
	width:100%;
	font-size:50px;
	line-height:60px;
}
.bloc-divider-t-footer-02-fill{
	fill:var(--swatch-var-4740);
	height:20px;
}
.img-style{
	width:206px;
	height:170px;
}
.img-calleje-style{
	height:273px;
}
.img-miscelane-style{
	height:273px;
}
.img-produc-style{
	height:273px;
}
.img-canni-style{
	height:156px;
}
.img-cerve-style{
	height:156px;
}
.img-fang-style{
	height:156px;
}
.img-bloc-1-style{
	height:156px;
}
.img-retra-style{
	height:156px;
}
.img-esto-style{
	height:156px;
}
.social-icon-size{
	max-width:120px;
}
.svg-icon-style{
	width:45px!important;
	height:45px!important;
	stroke:#F5F0F0!important;
	fill:#FFFFFF;
}
.svg-icon-0-style{
	width:50px!important;
}
.img-instagram-lo-style{
	height:180px;
	width:232px;
}
.img-adobe-lo-style{
	height:180px;
}
.img-fujifilm-lo-style{
	height:180px;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-2052);
}
.img-bloc-7-style{
	width:120px;
}
.p-style{
	font-size:28px;
}
.img-16-style{
	width:232px;
	height:273px;
}
.row-style{
	width:79.48%;
	height:65px;
}
.img-came-style{
	width:193px;
}
.img-placeholder-us-style{
	width:270px;
}
.h2-service-style{
	width:100%;
	font-size:35px;
	line-height:40px;
}
.container-div-style{
	width:100%;
}
.h2-experience-style{
	font-size:40px;
	line-height:50px;
}
.p-experience-style{
	width:100%;
}
.container-div-experience-style{
	width:56.15%;
}
.h3-service-style{
	font-size:30px;
	line-height:40px;
}
.bloc-fill{
	fill:var(--swatch-var-3500);
}
.img-hero-style{
	width:243px;
	height:240px;
}
.card-footer-style{
	height:55px;
}
.card-header-style{
	height:60px;
	width:100%;
}
.card-style{
	width:85%;
}
.btn-padding-top{
	padding-top:4px;
	padding-bottom:4px;
	width:20%;
}
.svg-icon-stroke{
	stroke:var(--swatch-var-1419)!important;
}
.p-hero-style{
	font-size:16px;
}
.sidebarcolor{
	background-color:var(--swatch-var-6317);
}
.img-1-style{
	width:70px;
	height:70px;
}
.img-bloc-0-style{
	width:50px;
	height:50px;
}
.p-bloc-0-style{
	font-family:"Josefin Slab";
	font-size:50px;
	line-height:50px;
	width:100%;
}
.link-inicio-style{
	text-decoration:none;
	font-weight:bold;
}
.link-portfolio-style{
	text-decoration:none;
	font-weight:bold;
}
.link-contacto-style{
	text-decoration:none;
	font-weight:bold;
}
.offcanvas-end{
	position:fixed;
	min-width:145px;
	max-width:245px;
}
.bloc-divider-t-style{
	height:60px;
	fill:var(--swatch-var-3500);
}
.bloc-divider-t-bloc-7-fill{
	fill:var(--swatch-var-3500);
	height:60px;
}
.p-sidebar-style{
	font-family:"Josefin Sans";
	width:100%;
}
.link-sidebar-style{
	text-decoration:none;
	font-weight:bold;
}
.mini-subtitle{
	text-transform:uppercase;
}
.bold{
	font-weight:bold;
}
.mini-large-p{
	font-size:1.3rem;
}
.mini-blog-category-dropdown{
	width:150px;
	display:inline-flex;
	flex-direction:row;
	justify-content:space-between;
	border-width:1px 1px 1px 1px;
	border-color:#929292!important;
	color:var(--swatch-var-1419)!important;
}
.mini-blog-category-dropdown:hover{
	border-width:1px 1px 1px 1px;
}
.mini-blog-post-column{
	margin-top:28px;
	margin-bottom:50px;
	position:relative;
}
.global-radius{
	overflow:hidden!important;
	border-radius:0px 0px 0px 0px!important;
}
.mini-blog-category{
	background-color:rgba(146,146,146,0.28);
	padding:5px 14px 5px 14px;
	font-size:0.9em;
	color:var(--swatch-var-1419)!important;
}
.form-control::placeholder{
	color:var(--swatch-var-4497)!important;
}
.mini-form-map{
	height:700px;
	width:520px;
}
.mini-extra-label{
	display:block;
}
.mini-solid-link{
	text-decoration:underline!important;
	color:var(--swatch-var-1419)!important;
}
.mini-solid-button{
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-1419);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4497)!important;
}
.mini-solid-button:hover{
	color:var(--swatch-var-616)!important;
	background-color:var(--swatch-var-4497);
	border-color:#181818!important;
}
.mini-solid-button:active{
	background-color:var(--swatch-var-1419);
}
.html-widget-style{
	width:100%;
}
.link-blog-style{
	font-weight:bold;
}
.svg-icon-bloc-16-style{
	width:100px!important;
	height:100px!important;
}
.shadow-image{
	box-shadow:0.00px -3.00px 7px #000000;
}
.white-text{
	color:var(--swatch-var-1419)!important;
	font-weight:bold;
}
.orange-text{
	color:var(--swatch-var-3500)!important;
}
.link-noticias-style{
	text-decoration:none;
	font-weight:bold;
}
.h1-blog-style{
	font-size:40px;
	line-height:40px;
}
.h3-bienvenidos-style{
	font-size:50px;
	line-height:50px;
}
.h1-bloc-1-style{
	font-size:50px;
	line-height:50px;
}
.h1-contacto-style{
	font-size:50px;
	line-height:50px;
}
.writersidebar{
	background-color:var(--swatch-var-6317);
	float:left;
	box-shadow:0.00px -2.00px 29px rgba(0,0,0,0.59);
	padding-top:100px;
	background-size:contain;
}
.bloc15header{
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:1px;
	padding-top:30px;
}
.letras-recent-post{
	color:var(--swatch-var-3500)!important;
	font-family:"Oswald";
	font-size:13px;
	font-weight:bold;
}
.blocs-card-width{
	width:25%;
}
.bloc-divider-t-bloc-15-style{
	width:10100px;
	height:70px;
	fill:var(--swatch-var-6317);
}
.volt-blog-content{
	font-weight:bold;
	color:var(--swatch-var-1419)!important;
}
.h1-style{
	font-size:95px;
	line-height:50px;
	letter-spacing:5px;
	text-indent:5px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-6317);
	height:50px;
}
.bloc-divider-b-style{
	height:50px;
	fill:var(--swatch-var-6317);
}
.main-content-text{
	font-weight:bold;
	color:var(--swatch-var-1419)!important;
}
.p-bloc-14-style{
	width:100%;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-616:rgba(18,18,18,1.00);
	
	--swatch-var-1419:rgba(255,255,255,1.00);
	
	--swatch-var-1735:rgba(255,255,255,1.00);
	
	--swatch-var-4740:rgba(0,96,0,0.00);
	
	--swatch-var-5617:rgba(204,204,204,1.00);
	
	--swatch-var-7037:rgba(0,51,153,0.81);
	
	--swatch-var-2052:rgba(255,255,255,0.00);
	
	--swatch-var-6317:rgba(1,114,175,1.00);
	
	--swatch-var-591:rgba(116,254,189,1.00);
	
	--swatch-var-3500:rgba(255,132,115,1.00);
	
	--swatch-var-6197:rgba(255,249,210,1.00);
	
	--swatch-var-332:rgba(7,0,222,1.00);
	
	--swatch-var-1931:rgba(221,255,201,1.00);
	
	--swatch-var-1914:rgba(7,0,222,0.90);
	
	--swatch-var-7007:rgba(221,255,201,0.80);
	
	--swatch-var-3212:rgba(100,233,255,1.00);
	
	--swatch-var-1654:rgba(16,60,231,1.00);
	
	--swatch-var-3548:rgba(45,255,245,1.00);
	
	--swatch-var-7989:rgba(255,248,120,1.00);
	
	--swatch-var-1465:rgba(97,87,255,1.00);
	
	--swatch-var-1569:rgba(238,73,253,1.00);
	
	--swatch-var-2018:rgba(255,64,102,1.00);
	
	--swatch-var-4848:rgba(255,241,106,1.00);
	
	--swatch-var-7822:rgba(204,204,204,0.30);
	
	--swatch-var-4922:rgba(0,0,0,0.14);
	
	--swatch-var-3133:rgba(246,241,233,1.00);
	
	--swatch-var-2328:rgba(231,70,70,1.00);
	
	--swatch-var-4628:rgba(255,229,202,1.00);
	
	--swatch-var-2833:rgba(231,70,70,0.85);
	
	--swatch-var-7946:rgba(255,255,255,0.40);
	
	--swatch-var-2486:rgba(204,204,204,1.00);
	
	--swatch-var-2380:rgba(243,240,234,0.13);
	
	--swatch-var-3431:rgba(170,121,66,1.00);
	
	--swatch-var-7343:#000000;
	
	--swatch-var-6126:rgba(0,114,175,0.26);
	
	--swatch-var-4497:#282828;
	
	--swatch-var-6098:#282828;
	
	--swatch-var-7235:#27AE60;
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-2019:rgba(255,255,255,0.298);
	
}


/* Background colour styles */

.bgc-6317{
	background-color:var(--swatch-var-6317);
}
.bgc-3500{
	background-color:var(--swatch-var-3500);
}
.bgc-4740{
	background-color:var(--swatch-var-4740);
}

/* Text colour styles */

.tc-1735{
	color:var(--swatch-var-1735)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!important;
}
.tc-1419{
	color:var(--swatch-var-1419)!important;
}
.tc-616{
	color:var(--swatch-var-616)!important;
}
.tc-2328{
	color:var(--swatch-var-2328)!important;
}
.tc-6098{
	color:var(--swatch-var-6098)!important;
}

/* Button colour styles */

.btn-c-6317{
	background:var(--swatch-var-6317);
	color:#FFFFFF!important;
}
.btn-c-6317:hover{
	background:#003E7C!important;
	color:#FFFFFF!important;
}
.btn-c-7235{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
}
.btn-c-7070{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-6197{
	color:var(--swatch-var-6197)!important;
}
.ltc-6197:hover{
	color:#CCC69F!important;
}

/* Icon colour styles */

.icon-1419{
	color:var(--swatch-var-1419)!important;
	border-color:var(--swatch-var-1419)!important;
}

/* Bloc image backgrounds */

.bg-IMG-5859{
	background-image:url("img/IMG_5859.jpeg");
	background-image: -webkit-image-set(url("img/IMG_5859.webp") 1x,
url("img/IMG_5859.webp") 2x);background-image: image-set(url("img/IMG_5859.jpeg") 1x,
url("img/IMG_5859.jpeg") 2x,url("img/IMG_5859.webp") 1x,
url("img/IMG_5859.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* = Animated Scroll Symbol-------------------------------------------------------------- */.mouse-symbol,.device-symbol {
	  width:29px;
	  height:50px;
	  border:2px solid rgba(0,0,0,.5);
	  border-radius:30px;
	  margin:0 auto;
	  position: relative;
}
.device-symbol {
	border-radius:6px;
}
.device-symbol:before{
	  content: "";
	  display: block;
	  position: absolute;
	  background-color: rgba(0,0,0,.23);
	  height: 42px;
	  width: 21px;
	  border-radius: 2px;
	  margin: 2px 0 0 2px;
}
.mouse-symbol:after,.device-symbol:after {
	  content:"";
	  display: block;
	  position:absolute;
	  top:10px;
	  width:3px;
	  height:3px;
	  margin-left: 11px;
	  background-color:#000000;
	  border-radius:100%;
}
.device-symbol:after {
	top:12px;
}
.mouse-symbol-light.mouse-symbol,.mouse-symbol-light.device-symbol{
	border:2px solid rgba(255,255,255,.5);
}
.mouse-symbol-light.mouse-symbol:after,.mouse-symbol-light.device-symbol:after{
	background-color:#FFFFFF;
}
.mouse-symbol-light.device-symbol:before{
	background-color: rgba(255,255,255,.23);
}
.slow-touch-scroll:after {
	animation: mouse-scroll-slow 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-touch-scroll:after {
	animation: mouse-scroll-fast 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}.fast-invert-touch-scroll:after {
	animation: mouse-scroll-fast-invert 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite}@keyframes mouse-scroll-slow {
	  0%{
	    -webkit-transform: translateY(0px) scaleY(1);
	    transform: translateY(0px) scaleY(1);
	  }  20% {
	    -webkit-transform: translateY(0px) scaleX(1.2);
	    transform: translateY(0px) scaleX(1.2);
	    opacity: 1;
	  }  100% {
	    -webkit-transform: translateY(25px) scaleY(3) scaleX(0.8);
	    transform: translateY(25px) scaleY(3) scaleX(0.8);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast {
	  0%,20% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(20px);
	    transform: translateY(20px);
	    opacity: .1;
	  }}@keyframes mouse-scroll-fast-invert {
	  0%,20% {
	    -webkit-transform: translateY(15px);
	    transform: translateY(15px);
	    opacity: 1;
	  }  50% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: 1;
	  }  80%,100% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	    opacity: .1;
	  }}.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}
.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}

/* = Additional CSS
-------------------------------------------------------------- */
.text-column-2 {
	column-count:2;
}
.text-column-3 {
	column-count:3;
}
.text-column-4 {
	column-count:4;
}
.text-vertical-super {
	vertical-align:super;
}
.text-vertical-sub {
	vertical-align:sub;
}
.text-clip-sm {
	white-space:nowrap;
	width:300px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.text-clip-md {
	white-space:nowrap;
	width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.text-clip-lg {
	white-space:nowrap;
	width:800px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.text-column-style-2 {
	column-count:2;
	column-gap:40px;
	column-rule:1px solid #B3B6B7;
}
.text-column-style-3 {
	column-count:3;
	column-gap:40px;
	column-rule:1px solid #B3B6B7;
}
.text-column-style-4 {
	column-count:4;
	column-gap:40px;
	column-rule:1px solid #B3B6B7;
}
.image-clip-triangle {
	clip-path:polygon(50% 0%, 0% 100%, 100% 100%);
}
.image-clip-trapezoid {
	clip-path:polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}
.image-clip-parallels {
	clip-path:polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.image-clip-circle {
	clip-path:circle(50% at 50% 50%);
}
.image-clip-pentagon {
	clip-path:polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.image-clip-hexagon {
	clip-path:polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.image-clip-heptagon {
	clip-path:polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.image-clip-octagon {
	clip-path:polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.image-clip-nonagon {
	clip-path:polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}
.image-clip-decagon {
	clip-path:polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}
.image-clip-bevel {
	clip-path:polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.image-clip-rabbet {
	clip-path:polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.image-clip-star {
	clip-path:polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.image-clip-frame {
	clip-path:polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
}
.image-clip-l-chevron {
	clip-path:polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.image-clip-r-chevron {
	clip-path:polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.box-shadow-sm {
	box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.box-shadow-md {
	box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.box-shadow-lg {
	box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.box-shadow-xl {
	box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.box-shadow-xxl {
	box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.box-shadow-sm-hover:hover {
	box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.box-shadow-md-hover:hover {
	box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.box-shadow-lg-hover:hover {
	box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.box-shadow-xl-hover:hover  {
	box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb 0 / 0.1);
}
.box-shadow-xxl-hover:hover  {
	box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.opacity-0 {
	opacity:0;
}
.opacity-10 {
	opacity:0.1;
}
.opacity-30 {
	opacity:0.3;
}
.opacity-50 {
	opacity:0.5;
}
.opacity-75 {
	opacity:0.75;
}
.opacity-90 {
	opacity:0.9;
}
.opacity-95 {
	opacity:0.95;
}
.opacity-100 {
	opacity:1;
}
.rotate-0 {
	rotate:0deg;
}
.rotate-30 {
	rotate:30deg;
}
.rotate-60 {
	rotate:60deg;
}
.rotate-90 {
	rotate:90deg;
}
.rotate-130 {
	rotate:130deg;
}
.rotate-180 {
	rotate:180deg;
}
.rotate-230 {
	rotate:230deg;
}
.rotate-260 {
	rotate:260deg;
}
.rotate-320 {
	rotate:320deg;
}
.skew-y-2 {
	transform:skewY(2deg);
}
.skew-y-5 {
	transform:skewY(5deg);
}
.skew-y-8 {
	transform:skewY(8deg);
}
.skew-y-12 {
	transform:skewY(12deg);
}
.skew-x-2 {
	transform:skewX(2deg);
}
.skew-x-5 {
	transform:skewX(5deg);
}
.skew-x-8 {
	transform:skewX(8deg);
}
.skew-x-12 {
	transform:skewX(12deg);
}
.button-round {
	will-change:transform;
	    transition:transform 450ms;
}
.button-round:hover {
	    transition:transform 125ms;
	    transform:translateY(-10px);
	transition:all 0.9s ease-in-out;
}
.button-round-color {
	will-change:transform;
	    transition:transform 450ms;
}
.button-round-color:hover {
	    transition:transform 125ms;
	    transform:translateY(-10px);
	transition:all 0.9s ease-in-out;
}
.footer-link {
	will-change:transform;
	    transition:transform 450ms;
}
.footer-link:hover {
	    transition:transform 125ms;
	    transform:translateY(-10px);
	transition:all 0.9s ease-in-out;
}
.button-wire-round {
	will-change:transform;
	    transition:transform 450ms;
}
.button-wire-round:hover {
	    transition:transform 125ms;
	    transform:translateY(-10px);
	transition:all 0.9s ease-in-out;
}
.img-hover-zoom {
	 overflow:hidden;
}
.img-hover-zoom:hover img {
	 transform: scale(1.2) rotate(3deg);
	 transition:transform .5s ease;
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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:31px;
		line-height:41px;
	}
	h3{
		font-size:25px;
		line-height:35px;
	}
	h6{
		font-size:14px;
		line-height:24px;
	}
	h4{
		font-size:21px;
		line-height:31px;
	}
	p{
		font-size:17px;
		line-height:27px;
	}
	.display-lg{
		font-size:34px;
		line-height:44px;
	}
	.display-xl{
		font-size:46px;
		line-height:56px;
	}
	.display-1xl{
		font-size:58px;
		line-height:68px;
	}
	.display-2xl{
		font-size:68px;
		line-height:78px;
	}
	.cards{
		padding:10px 10px 10px 10px;
	}
	.footer-icon{
		font-size:18px;
		margin-left:10px;
	}
	.hero-div{
		padding-left:12px;
		padding-right:12px;
	}
	.services-div{
		padding:44px 12px 44px 12px;
	}
	.col-padding-none{
		padding:0px 0px 0px 0px;
	}
	.photos{
		width:54px;
	}
	.h3-style{
		width:100%;
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.mini-form-map{
		height:300px;
	}
	.mini-solid-button{
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:28px;
		line-height:38px;
	}
	h2{
		font-size:26px;
		line-height:36px;
	}
	h3{
		font-size:23px;
		line-height:33px;
	}
	h4{
		font-size:20px;
		line-height:30px;
	}
	h6{
		font-size:13px;
		line-height:23px;
	}
	p{
		font-size:16px;
		line-height:26px;
	}
	h5{
		font-size:15px;
		line-height:25px;
	}
	.display-lg{
		font-size:32px;
		line-height:42px;
	}
	.display-xl{
		font-size:40px;
		line-height:50px;
	}
	.display-1xl{
		font-size:50px;
		line-height:60px;
	}
	.display-2xl{
		font-size:60px;
		line-height:70px;
	}
	.cards{
		padding:18px 18px 18px 18px;
	}
	.hero-div{
		padding-left:18px;
		padding-right:18px;
	}
	.menu-link{
		color:var(--swatch-var-1419)!important;
	}
	.text-orientation-02{
		writing-mode:horizontal-tb;
	}
	.footer-flex{
		flex-direction:column;
		align-items:flex-start;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1419)!important;
		fill:var(--swatch-var-1419)!important;
	}
	.h3-style{
		width:100%;
	}
	.h1-style{
		width:89.81%;
		font-size:55px;
		line-height:60px;
	}
	.bloc-divider-t-fill{
		width:100%;
	}
	.mini-form-map{
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:24px;
		line-height:34px;
	}
	h2{
		font-size:24px;
		line-height:34px;
	}
	h3{
		font-size:20px;
		line-height:30px;
	}
	h4{
		font-size:18px;
		line-height:18px;
	}
	h6{
		line-height:22px;
		font-size:12px;
	}
	h5{
		font-size:14px;
		line-height:24px;
	}
	.display-lg{
		font-size:30px;
		line-height:40px;
	}
	.display-xl{
		font-size:38px;
		line-height:48px;
	}
	.display-1xl{
		font-size:48px;
		line-height:58px;
	}
	.display-2xl{
		font-size:50px;
		line-height:60px;
	}
	.cards{
		margin-bottom:18px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1419)!important;
		fill:var(--swatch-var-1419)!important;
	}
	.menu-link{
		color:var(--swatch-var-1419)!important;
		margin-bottom:10px;
	}
	.text-orientation-02{
		writing-mode:horizontal-tb;
	}
	.footer-flex{
		flex-direction:column;
		align-items:flex-start;
	}
	.navbar-logo{
		font-size:18px;
	}
	.bold{
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.global-radius{
	}
	.mini-form-map{
	}
	.blocs-card-width{
		width:100%;
	}
	
}

