/*-----------------------------------------------------------------------------------
	portfolio_2025
	About: A shiny new Blocs website.
	Author: Juan Manuel Salcedo
	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;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Inter18pt-Light';
	src: url('./fonts/Inter18pt-Light/Inter_18pt-Light.ttf');
	src: url('./fonts/Inter18pt-Light/Inter_18pt-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter-Regular';
	src: url('./fonts/Inter-Regular/Inter-VariableFont_opszwght.ttf');
	src: url('./fonts/Inter-Regular/Inter-VariableFont_opszwght.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter28pt-Light';
	src: url('./fonts/Inter28pt-Light/Inter_28pt-Light.ttf');
	src: url('./fonts/Inter28pt-Light/Inter_28pt-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter24pt-SemiBold';
	src: url('./fonts/Inter24pt-SemiBold/Inter_24pt-SemiBold.ttf');
	src: url('./fonts/Inter24pt-SemiBold/Inter_24pt-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter28pt-SemiBold';
	src: url('./fonts/Inter28pt-SemiBold/Inter_28pt-SemiBold.ttf');
	src: url('./fonts/Inter28pt-SemiBold/Inter_28pt-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter18pt-SemiBold';
	src: url('./fonts/Inter18pt-SemiBold/Inter_18pt-SemiBold.ttf');
	src: url('./fonts/Inter18pt-SemiBold/Inter_18pt-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter18pt-Medium';
	src: url('./fonts/Inter18pt-Medium/Inter_18pt-Medium.ttf');
	src: url('./fonts/Inter18pt-Medium/Inter_18pt-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter24pt-Medium';
	src: url('./fonts/Inter24pt-Medium/Inter_24pt-Medium.ttf');
	src: url('./fonts/Inter24pt-Medium/Inter_24pt-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter24pt-Light';
	src: url('./fonts/Inter24pt-Light/Inter_24pt-Light.ttf');
	src: url('./fonts/Inter24pt-Light/Inter_24pt-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter28pt-Medium';
	src: url('./fonts/Inter28pt-Medium/Inter_28pt-Medium.ttf');
	src: url('./fonts/Inter28pt-Medium/Inter_28pt-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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 Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

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


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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);
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.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;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
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;
}



/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.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%;
}
}



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

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 6% 10% 8%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .ratio::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .ratio{
	padding-bottom: 7%;
}
.blocsapp-mb-air-midnight{
	background-image:url("img/apple-macbook-air-midnight.png");
	background-image: -webkit-image-set(url("img/apple-macbook-air-midnight.webp") 1x,
url("img/apple-macbook-air-midnight.webp") 2x);background-image: image-set(url("img/apple-macbook-air-midnight.png") 1x,
url("img/apple-macbook-air-midnight.png") 2x,url("img/apple-macbook-air-midnight.webp") 1x,
url("img/apple-macbook-air-midnight.webp") 2x);
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Inter-Regular";
}
.container{
	max-width:1140px;
}
.link-nav-style{
	font-size:16px;
	text-decoration:none;
	font-family:"Inter18pt-Light";
}
.h1-style{
	font-size:24px;
}
.h2-style{
	font-size:14px;
}
.container-div-style{
	width:50%;
	padding:12px 12px 12px 12px;
	position:relative;
	background-color:var(--swatch-var-3652);
	border-radius:25px 25px 25px 25px;
}
.language-selector{
	display:flex;
	background-color:#F4F4F4;
	box-shadow:0.00px 0.00px 5px rgba(0,0,0,0.14);
	border-radius:25px 25px 25px 25px;
	flex-direction:column;
}
.container-div-bloc-0-style{
	width:50%;
	padding:12px 12px 12px 12px;
	border-radius:25px 25px 25px 25px;
}
.h1-bloc-0-style{
	font-size:32px;
	font-family:"Inter24pt-SemiBold";
}
.btn-style{
	width:48px;
	height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:var(--swatch-var-2363);
}
.svg-icon-fill{
	fill:var(--swatch-var-2349)!important;
	width:px!important;
	background-color:transparent!important;
	stroke:var(--swatch-var-3652)!important;
}
.btn-style:hover{
	background-color:var(--swatch-var-3034);
}
.projects-div{
	height:120%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.h2-bloc-1-style{
	font-size:32px;
	font-family:"Inter24pt-SemiBold";
}
.projects-list{
	height:100%;
	margin-bottom:100px;
}
.project-item{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	padding-top:32px;
	padding-bottom:32px;
	background-color:transparent;
}
.h3-style{
	font-family:"Inter28pt-SemiBold";
	font-size:32px;
}
.container-div-bloc-1-style{
	width:50%;
	top:56px;
	position:fixed;
	z-index:99999;
}
.p-style{
	color:var(--swatch-var-3034)!important;
	font-size:16px;
	font-family:"Inter18pt-Light";
	margin:0px 0px 0px 0px;
}
.container-div-min-height{
	height:100%;
}
.experience-card{
	display:flex;
	justify-content:space-between;
	margin-bottom:32px;
	flex-direction:column;
	align-items:flex-start;
	background-color:var(--swatch-var-3652);
	border-radius:12px 12px 12px 12px;
	padding:4px 4px 4px 4px;
	border-bottom-width:48px;
	width:100%;
}
.name-description{
	width:100%;
	margin-bottom:48px;
}
.h4-style{
	font-size:14px;
	text-transform:uppercase;
	font-family:"Inter18pt-Medium";
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:24px 24px 24px 24px;
}
.h2-style-2{
	font-family:"Inter24pt-SemiBold";
	margin-bottom:72px;
}
.h3-13-style{
	width:100%;
	font-family:"Inter28pt-SemiBold";
	color:var(--swatch-var-3034)!important;
	font-size:36px;
}
.img-20-style{
	width:83px;
	height:127px;
}
.btn-style:active{
	background-color:var(--swatch-var-3034);
}
.btn-style:focus{
	background-color:var(--swatch-var-1927);
}
.fila-1{
	top:0px;
	position:absolute;
}
.april-navbar{
	width:100%;
	position:fixed;
	left:0px;
	bottom:0px;
	display:flex;
	flex-direction:row;
	align-items:flex-end;
	justify-content:space-around;
	background-color:var(--swatch-var-3652);
	z-index:1;
	right:0px;
	border-width:0px 0px 0px 0px;
}
.april-nav-button{
	display:flex;
	flex-direction:column;
	color:#000000!important;
	font-size:14px;
	text-transform:none;
	height:100px;
	width:100%;
	justify-content:center;
	align-items:center;
	background-color:transparent;
	font-family:"Inter18pt-Light";
	text-decoration:none;
	line-height:0px;
	margin:24px 24px 24px 24px;
	border-radius:12px 12px 12px 12px;
}
.april-nav-button:hover{
	color:var(--swatch-var-3034)!important;
	transition:all 0.3s ease 0s;
	background-color:transparent;
	margin-bottom:36px;
}
.april-navbar-icon{
	font-size:28px;
	margin-bottom:14px;
	margin-right:0px;
	margin-left:0px;
	color:var(--swatch-var-3034)!important;
}
.april-nav-button:active{
	border-width:0px 0px 0px 0px;
}
.april-nav-button:focus{
	border-width:0px 0px 0px 0px;
}
.columna-contacto{
	margin-top:91px;
}
.p-bloc-0-style{
	font-family:"Inter28pt-Light";
	font-size:20px;
}
.container-div-bloc-4-style{
	width:120px;
	height:120px;
	margin-bottom:32px;
	background-image:url("img/Photo-Juan-Manuel_Salcedo.jpg");
	background-image: -webkit-image-set(url("img/Photo-Juan-Manuel_Salcedo.webp") 1x,
url("img/Photo-Juan-Manuel_Salcedo.webp") 2x);background-image: image-set(url("img/Photo-Juan-Manuel_Salcedo.jpg") 1x,
url("img/Photo-Juan-Manuel_Salcedo.jpg") 2x,url("img/Photo-Juan-Manuel_Salcedo.webp") 1x,
url("img/Photo-Juan-Manuel_Salcedo.webp") 2x);
	background-size:cover;
	border-radius:60px 60px 60px 60px;
}
.container-div-0-bloc-4-style{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.container-div-bloc-4-min-height{
	height:100%;
	width:100%;
}
.h2-bloc-4-style{
	width:100%;
	font-size:24px;
}
.container-div-bloc-6-style{
	width:100%;
	box-shadow:0.00px -0.00px 13px rgba(0,0,0,0.08);
	border-radius:12px 12px 12px 12px;
	padding:32px 32px 32px 32px;
	margin-bottom:32px;
}
.container-div-bloc-5-min-height{
	min-height:56px;
	min-width:56px;
	height:56px;
	width:56px;
	border-radius:48px 48px 48px 48px;
	overflow:hidden;
	margin-right:18px;
	background-size:48px auto;
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow:0.00px -0.00px 4px rgba(0,0,0,0.15);
	margin-bottom:12px;
}
.container-div-0-bloc-0-style{
	width:76px;
	height:32px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background-color:var(--swatch-var-2349);
	border-radius:24px 24px 24px 24px;
}
.container-div-bloc-10-min-height{
	min-height:67px;
	background-color:var(--swatch-var-3652);
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:32px 32px 32px 32px;
	align-items:center;
	border-radius:16px 16px 16px 16px;
	position:relative;
}
.div-porfolio-card{
	overflow:hidden;
	margin-bottom:52px;
	border-radius:16px 16px 16px 16px;
	position:relative;
	background-size:auto auto;
	transition:all 0.5s ease 0s;
	height:320px;
}
.imag-card-portfolio-1{
	background-image:url("img/mockup-mobile.webp");
	background-size:100% auto;
	background-position:center center;
	border-radius:16px 16px 16px 16px;
	transition:all 0.5s ease 0s;
	background-repeat:no-repeat;
}
.container-div-0-bloc-2-style{
	width:60%;
	background:linear-gradient(271deg, var(--swatch-var-450)  0%, var(--swatch-var-3161) 77%);
	padding:32px 32px 32px 32px;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
.imag-card-portfolio-1:hover{
	background-size:120% auto;
	transition:all 0.5s ease 0s;
}
.div-porfolio-card:hover{
	transition:all 0.5s ease 0s;
	background-size:120% auto;
}
.container-div-0-bloc-2-style:hover{
	transition:all 0.5s ease 0s;
}
.imag-card-portfolio-2{
	background-image:url("img/QLO_2.png");
	background-image: -webkit-image-set(url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);background-image: image-set(url("img/QLO_2.png") 1x,
url("img/QLO_2.png") 2x,url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);
	background-image: -webkit-image-set(url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);background-image: image-set(url("img/QLO_2.png") 1x,
url("img/QLO_2.png") 2x,url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);
	background-size:100% auto;
	background-position:center center;
	transition:all 0.5s ease 0s;
	background-repeat:no-repeat;
}
.imag-card-portfolio-3{
	background-image:url("img/carpeta_1.png");
	background-image: -webkit-image-set(url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);background-image: image-set(url("img/carpeta_1.png") 1x,
url("img/carpeta_1.png") 2x,url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);
	background-image: -webkit-image-set(url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);background-image: image-set(url("img/carpeta_1.png") 1x,
url("img/carpeta_1.png") 2x,url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);
	background-size:100% auto;
	background-position:center center;
	background-color:var(--swatch-var-2349);
	background-repeat:no-repeat;
	transition:all 0.5s ease 0s;
}
.imag-card-portfolio-4{
	background-image:url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png");
	background-image: -webkit-image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);background-image: image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 2x,url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);
	background-image: -webkit-image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);background-image: image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 2x,url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);
	background-size:33% auto;
	background-position:right center;
	background-repeat:no-repeat;
	background-color:var(--swatch-var-7878);
	transition:all 0.5s ease 0s;
}
.imag-card-portfolio-5{
	background-image:url("img/valla-1-mockup.png");
	background-image: -webkit-image-set(url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);background-image: image-set(url("img/valla-1-mockup.png") 1x,
url("img/valla-1-mockup.png") 2x,url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);
	background-image: -webkit-image-set(url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);background-image: image-set(url("img/valla-1-mockup.png") 1x,
url("img/valla-1-mockup.png") 2x,url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.5s ease 0s;
}
.imag-card-portfolio-6{
	background-image:url("img/Captura%20de%20pantalla%202025-05-05%20a%20las%2017.54.11.png");
	background-image: -webkit-image-set(url("img/Captura%20de%20pantalla%202025-05-05%20a%20las%2017.54.11.webp") 1x,
url("img/Captura%20de%20pantalla%202025-05-05%20a%20las%2017.54.11.webp") 2x);background-image: image-set(url("img/Captura%20de%20pantalla%202025-05-05%20a%20las%2017.54.11.png") 1x,
url("img/Captura%20de%20pantalla%202025-05-05%20a%20las%2017.54.11.png") 2x,url("img/Captura%20de%20pantalla%202025-05-05%20a%20las%2017.54.11.webp") 1x,
url("img/Captura%20de%20pantalla%202025-05-05%20a%20las%2017.54.11.webp") 2x);
	background-color:var(--swatch-var-7257);
	background-size:100% auto;
	background-position:center center;
	transition:all 0.5s ease 0s;
}
.imag-card-work-1{
	background-image:url("img/favicom@4x.png");
	background-image: -webkit-image-set(url("img/favicom@4x.webp") 1x,
url("img/favicom@4x.webp") 2x);background-image: image-set(url("img/favicom@4x.png") 1x,
url("img/favicom@4x.png") 2x,url("img/favicom@4x.webp") 1x,
url("img/favicom@4x.webp") 2x);
}
.imag-card-work-2{
	background-image:url("img/LOGO_SD_2019_rgb.jpg");
	background-image: -webkit-image-set(url("img/LOGO_SD_2019_rgb.webp") 1x,
url("img/LOGO_SD_2019_rgb.webp") 2x);background-image: image-set(url("img/LOGO_SD_2019_rgb.jpg") 1x,
url("img/LOGO_SD_2019_rgb.jpg") 2x,url("img/LOGO_SD_2019_rgb.webp") 1x,
url("img/LOGO_SD_2019_rgb.webp") 2x);
	background-size:length;
	background-position:center center;
}
.imag-card-work-3{
	background-image:url("img/images%20%281%29.png");
	background-image: -webkit-image-set(url("img/images%20%281%29.webp") 1x,
url("img/images%20%281%29.webp") 2x);background-image: image-set(url("img/images%20%281%29.png") 1x,
url("img/images%20%281%29.png") 2x,url("img/images%20%281%29.webp") 1x,
url("img/images%20%281%29.webp") 2x);
}
.imag-card-study-1{
	background-image:url("img/ceo.webp");
	background-size:56px auto;
}
.imag-card-study-2{
	background-image:url("img/1631421898918.webp");
	background-size:62px auto;
}
.imag-card-study-3{
	background-image:url("img/cev.webp");
}
.imag-card-study-4{
	background-image:url("img/artediez.webp");
	background-size:62px auto;
}
.imag-card-portfolio-4:hover{
	background-size:40% auto;
	transition:all 0.5s ease 0s;
}
.imag-card-portfolio-5:hover{
	transition:all 0.5s ease 0s;
	background-size:120% auto;
	background-repeat:no-repeat;
	background-position:center center;
}
.imag-card-portfolio-2:hover{
	background-size:120% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.imag-card-portfolio-3:hover{
	background-size:120% auto;
	background-repeat:no-repeat;
	background-position:center center;
}
.imag-card-portfolio-6:hover{
	background-size:120% auto;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.5s ease 0s;
}
.imag-card-portfolio-8{
	background-size:100% auto;
	background-image:url("img/caotica-30.webp");
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.5s ease 0s;
}
.imag-card-portfolio-8:hover{
	transition:all 0.5s ease 0s;
	background-size:120% auto;
	background-repeat:no-repeat;
	background-position:center center;
}
.bold{
	font-family:"Roboto-Bold";
}
.mini-large-p{
	font-size:1.3em;
	font-family:"Inter24pt-Medium";
}
.header-details-col{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	align-content:flex-start;
}
.header-detail{
	width:50%;
	margin-bottom:14px;
}
.tags-div{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.tag-style{
	background-color:var(--swatch-var-6724);
	padding:12px 12px 12px 12px;
	width:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:24px 24px 24px 24px;
	height:32px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6724)!important;
	margin-right:4px;
	margin-bottom:8px;
	backdrop-filter:blur(3px);
	-webkit-backdrop-filter:blur(3px);
}
.h5-style{
	font-size:14px;
}
.link-title{
	font-weight:900;
	color:var(--swatch-var-3652)!important;
	text-decoration:none;
	font-family:"Inter18pt-SemiBold";
	letter-spacing:-1px;
}
.header-project{
	width:100%;
	border-radius:24px 24px 24px 24px;
	overflow:hidden;
	height:500px;
}
.imag-header-1{
	background-image:url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png");
	background-image: -webkit-image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);background-image: image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 2x,url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);
	background-image: -webkit-image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);background-image: image-set(url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.png") 2x,url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 1x,
url("img/iPhone%2015%20Pro%20Max%20Mockup,%20Front%20View.webp") 2x);
	background-size:auto 150%;
	background-repeat:no-repeat;
	background-position:center top;
	background-color:var(--swatch-var-7878);
}
.p-bloc-15-style{
	line-height:18px;
}
.h1-homedoctor-app-style{
	font-family:"Inter28pt-SemiBold";
}
.p-18-style{
	font-family:"Inter24pt-Medium";
}
.h1-5-style{
	font-family:"Inter28pt-SemiBold";
}
.h3-bloc-17-style{
	font-family:"Inter28pt-SemiBold";
}
.img-style{
	border-radius:23px 23px 23px 23px;
	width:946px;
}
.p-bloc-20-style{
	font-family:"Inter28pt-Light";
}
.row-style{
	width:100%;
}
.h2-bloc-21-style{
	font-size:24px;
	font-family:"Inter28pt-Medium";
}
.screen-imag{
	box-shadow:0.00px -0.00px 10px rgba(0,0,0,0.21);
	border-radius:24px 24px 24px 24px;
}
.blocs-card-width{
	width:40%;
	overflow:visible;
}
.p-bloc-23-style{
	font-size:20px;
	font-family:"Inter24pt-Light";
	color:var(--swatch-var-3034)!important;
}
.p-24-style{
	line-height:18px;
}
.p-26-style{
	line-height:18px;
}
.h6-style{
	font-family:"Inter24pt-ExtraLightItalic";
	color:var(--swatch-var-3034)!important;
}
.imag-header-2{
	background-image:url("img/valla-1-mockup.png");
	background-image: -webkit-image-set(url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);background-image: image-set(url("img/valla-1-mockup.png") 1x,
url("img/valla-1-mockup.png") 2x,url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);
	background-image: -webkit-image-set(url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);background-image: image-set(url("img/valla-1-mockup.png") 1x,
url("img/valla-1-mockup.png") 2x,url("img/valla-1-mockup.webp") 1x,
url("img/valla-1-mockup.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.list-style{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.envase-list-menu{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.menu-scroll-fijable{
	position:relative;
	z-index:999;
	width:100%;
}
.barra-progreso-scroll{
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:var(--swatch-var-3034);
	z-index:10000;
	width:0%;
	height:3px;
}
.link-nav-project:hover{
	text-decoration:underline!important;
}
.imag-header-3{
	background-image:url("img/mrtools-movil.png");
	background-image: -webkit-image-set(url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);background-image: image-set(url("img/mrtools-movil.png") 1x,
url("img/mrtools-movil.png") 2x,url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);
	background-image: -webkit-image-set(url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);background-image: image-set(url("img/mrtools-movil.png") 1x,
url("img/mrtools-movil.png") 2x,url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);
	background-size:cover;
	background-position:center center;
}
.imag-header-4{
	background-image:url("img/mockup-mobile.webp");
	background-size:cover;
	background-position:center center;
}
.container-div-46672-style{
	width:90.94%;
}
.container-div-bloc-15-style{
	width:82.08%;
}
.img-35-style{
	width:946px;
	border-radius:13px 13px 13px 13px;
}
.img-cuestionarios--style{
	border-radius:13px 13px 13px 13px;
}
.imag-header-5{
	background-image:url("img/carpeta_1.png");
	background-image: -webkit-image-set(url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);background-image: image-set(url("img/carpeta_1.png") 1x,
url("img/carpeta_1.png") 2x,url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);
	background-image: -webkit-image-set(url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);background-image: image-set(url("img/carpeta_1.png") 1x,
url("img/carpeta_1.png") 2x,url("img/carpeta_1.webp") 1x,
url("img/carpeta_1.webp") 2x);
	background-size:70% auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:var(--swatch-var-2349);
}
.imag-header-6{
	background-image:url("img/QLO_2.png");
	background-image: -webkit-image-set(url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);background-image: image-set(url("img/QLO_2.png") 1x,
url("img/QLO_2.png") 2x,url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);
	background-image: -webkit-image-set(url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);background-image: image-set(url("img/QLO_2.png") 1x,
url("img/QLO_2.png") 2x,url("img/QLO_2.webp") 1x,
url("img/QLO_2.webp") 2x);
	background-position:center center;
	background-size:cover;
}
.p-149-style{
	font-size:20px;
	font-family:"Inter28pt-Light";
}
.h2-bloc-8-style{
	font-size:24px;
}
.link-3{
	font-family:"Inter28pt-SemiBold";
	text-decoration:none;
	color:var(--swatch-var-3034)!important;
	font-size:24px;
}
.container-div-bloc-10-min-height:hover{
	background-color:var(--swatch-var-2349);
	transition:all 0.5s ease 0s;
}
.menu-fijo-activo{
	position:fixed;
	top:0px;
	width:100%;
	z-index:9999;
}
.btn-idiom{
	background-color:var(--swatch-var-3652);
	box-shadow:0.00px -0.00px 8px rgba(0,0,0,0.21);
	font-size:16px;
	color:var(--swatch-var-3034)!important;
	font-family:"Inter28pt-Light";
}
.list-idiom-btn{
	box-shadow:0.00px -0.00px 11px rgba(0,0,0,0.21);
	border-width:0px 0px 0px 0px;
}
.btn-idiom:hover{
	background-color:var(--swatch-var-2349);
}
.btn-idiom:active{
	background-color:var(--swatch-var-3652);
}
.btn-idiom:focus{
	background-color:var(--swatch-var-3652);
}
.btn-idiom:visited{
	background-color:var(--swatch-var-3652);
}
.list-element-idiom{
	flex-direction:row;
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	padding:8px 0px 8px 0px;
}
.svg-icon-style{
	width:18px!important;
}
.link-idiom{
	width:auto;
	padding:0px 0px 0px 8px;
	font-family:"Inter28pt-Light";
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3034:rgba(0,0,0,1.00);
	
	--swatch-var-3652:rgba(255,255,255,1.00);
	
	--swatch-var-2349:rgba(245,245,245,1.00);
	
	--swatch-var-1927:rgba(255,0,64,1.00);
	
	--swatch-var-2799:#005392;
	
	--swatch-var-2363:rgba(168,168,168,1.00);
	
	--swatch-var-7878:rgba(0,139,255,1.00);
	
	--swatch-var-7257:rgba(0,0,0,0.21);
	
	--swatch-var-450:rgba(0,0,0,0.00);
	
	--swatch-var-6387:rgba(106,62,217,0.32);
	
	--swatch-var-3161:rgba(0,0,0,0.83);
	
	--swatch-var-5803:#101010;
	
	--swatch-var-4497:#202020;
	
	--swatch-var-6724:rgba(186,186,186,0.36);
	
	--swatch-var-1046:rgba(102,183,63,1.00);
	
	--swatch-var-779:#0066CC;
	
	--swatch-var-3131:#EEEEEE;
	
	--swatch-var-5545:rgba(0,0,255,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
}


/* Background colour styles */

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

/* Text colour styles */

.tc-3034{
	color:var(--swatch-var-3034)!important;
}
.tc-3652{
	color:var(--swatch-var-3652)!important;
}
.tc-5803{
	color:var(--swatch-var-5803)!important;
}
.tc-4497{
	color:var(--swatch-var-4497)!important;
}

/* Link colour styles */

.ltc-3034{
	color:var(--swatch-var-3034)!important;
}
.ltc-3034:hover{
	color:#000000!important;
}
.ltc-5545{
	color:var(--swatch-var-5545)!important;
}
.ltc-5545:hover{
	color:#0000CC!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */



/* = Additional CSS
-------------------------------------------------------------- */




/* = 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){
	.april-navbar{
		width:100%;
		margin-left:0px;
		margin-right:0px;
	}
	.april-nav-button{
		width:128px;
		height:100px;
		font-size:12px;
		line-height:22px;
	}
	.april-navbar-icon{
		font-size:28px;
		margin-bottom:10px;
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.header-detail{
	}
	.container-div-25439-style{
		width:100%;
		flex-wrap:wrap;
	}
	.tag-style{
		margin-bottom:8px;
	}
	.h5-style{
		margin:0px 0px 0px 0px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	.april-navbar{
		width:100%;
		flex-direction:row;
		right:0px;
		position:fixed;
		bottom:0px;
		left:0px;
		top:auto;
		margin-right:0px;
		margin-left:0px;
		padding:0px 0px 0px 0px;
	}
	.april-nav-button{
		font-size:11px;
		line-height:21px;
		width:90px;
		height:80px;
	}
	.april-nav-button:hover{
		color:#FEFFFF!important;
	}
	.april-navbar-icon{
		font-size:23px;
		margin-bottom:4px;
	}
	.experience-card{
		box-shadow:0.00px -0.00px 0px rgba(0,0,0,0.15);
		padding:12px 12px 12px 12px;
		margin-bottom:48px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 575px){
	.link-nav-style{
		font-size:14px;
		text-align:left;
		width:100%;
		line-height:16px;
		margin-bottom:0px;
	}
	.svg-icon-fill{
		min-width:20px;
	}
	.container-div-bloc-1-style{
		width:100%;
		margin-bottom:24px;
		position:fixed;
		top:16px;
	}
	.project-item{
		width:100%;
		justify-content:space-between;
		padding-right:0px;
		padding-top:24px;
		padding-bottom:24px;
	}
	.h3-style{
		font-size:24px;
		margin-bottom:24px;
	}
	.container-div-bloc-2-style{
		width:75%;
	}
	.experience-card{
		flex-direction:column;
		border-radius:18px 18px 18px 18px;
		margin-bottom:16px;
		box-shadow:0.00px -0.00px 0px rgba(0,0,0,0.15);
		padding:8px 8px 8px 8px;
	}
	.name-description{
		width:100%;
	}
	.h4-style{
		font-size:14px;
	}
	.container-div-style{
		padding:8px 8px 8px 8px;
	}
	.container-div-bloc-0-style{
		padding:8px 8px 8px 8px;
	}
	.projects-div{
		height:100%;
		justify-content:space-between;
		align-items:flex-start;
	}
	.container-div-min-height{
	}
	.projects-list{
		margin-bottom:24px;
	}
	.h1-bloc-0-style{
		font-family:"Inter24pt-SemiBold";
	}
	.btn-style{
		top:0px;
		background-color:var(--swatch-var-7257);
		backdrop-filter:blur(3px);
		-webkit-backdrop-filter:blur(3px);
		border-style:solid;
		border-color:var(--swatch-var-6724)!important;
	}
	.fila-1{
		top:0px;
		position:absolute;
		padding-top:24px;
	}
	.fila-2{
		margin-top:36px;
		margin-bottom:36px;
		position:absolute;
	}
	.p-bloc-0-style{
		font-size:16px;
		margin-bottom:0px;
		font-family:"Inter28pt-Light";
	}
	.april-navbar{
		width:100%;
		margin-right:0%;
		margin-left:0%;
		bottom:0px;
		justify-content:space-between;
		border-radius:0px 0px 0px 0px;
		box-shadow:0.00px 0.00px 0px #FFFFFF;
		flex-direction:row;
		align-items:flex-end;
		height:90px;
	}
	.april-nav-button{
		width:100%;
		padding:0px 0px 0px 0px;
		font-size:13px;
		line-height:12px;
		height:70px;
		margin-bottom:16px;
	}
	.april-navbar-icon{
		font-size:20px;
		margin-bottom:7px;
	}
	.april-nav-button:hover{
		color:var(--swatch-var-3034)!important;
		line-height:12px;
	}
	.april-nav-button:active{
		border-width:0px 0px 0px 0px;
	}
	.april-nav-button:focus{
		border-width:0px 0px 0px 0px;
	}
	.columna-contacto{
		margin-top:24px;
	}
	.container-div-0-style{
		width:100%;
	}
	.p-style{
		font-size:14px;
		line-height:19px;
	}
	.h2-style-2{
		font-size:24px;
	}
	.h3-13-style{
		font-size:28px;
	}
	.h2-bloc-4-style{
		font-size:20px;
	}
	.container-div-bloc-6-style{
		padding:16px 16px 16px 16px;
		box-shadow:0.00px -0.00px 15px rgba(0,0,0,0.15);
	}
	.container-div-bloc-5-min-height{
		margin-bottom:18px;
	}
	.container-div-0-bloc-2-style{
		width:100%;
		background:linear-gradient(175deg, var(--swatch-var-450) 27%, var(--swatch-var-3034)   100%);
		padding:24px 24px 24px 24px;
		flex-direction:column;
		justify-content:flex-end;
	}
	.container-div-0-bloc-2-style:hover{
	}
	.div-porfolio-card:hover{
	}
	.div-porfolio-card{
		margin-bottom:24px;
		height:500px;
		border-radius:12px 12px 12px 12px;
		display:flex;
		flex-direction:column-reverse;
		background-size:auto auto;
	}
	.container-div-bloc-10-min-height{
		padding:16px 16px 16px 16px;
	}
	.imag-card-portfolio-6{
		background-repeat:no-repeat;
		background-size:auto 100%;
		background-position:center top;
		background-image:url("img/mrtools-movil.png");
	background-image: -webkit-image-set(url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);background-image: image-set(url("img/mrtools-movil.png") 1x,
url("img/mrtools-movil.png") 2x,url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);
	background-image: -webkit-image-set(url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);background-image: image-set(url("img/mrtools-movil.png") 1x,
url("img/mrtools-movil.png") 2x,url("img/mrtools-movil.webp") 1x,
url("img/mrtools-movil.webp") 2x);
	}
	.imag-card-portfolio-6:hover{
		background-size:auto 105%;
	}
	.imag-card-portfolio-5{
		background-size:auto 100%;
		background-position:center center;
	}
	.imag-card-portfolio-1{
		background-size:auto 100%;
	}
	.imag-card-portfolio-2{
		background-size:380% auto;
	}
	.imag-card-portfolio-4{
		background-position:center center;
		background-size:100% auto;
	}
	.imag-card-portfolio-5:hover{
		background-size:auto 105%;
	}
	.imag-card-portfolio-1:hover{
		background-size:auto 105%;
	}
	.imag-card-portfolio-2:hover{
		background-size:310% auto;
	}
	.imag-card-portfolio-3{
		background-size:150% auto;
	}
	.imag-card-portfolio-3:hover{
		background-size:160% auto;
	}
	.imag-card-portfolio-4:hover{
		background-size:110% auto;
	}
	.imag-card-portfolio-8{
		background-size:auto 100%;
	}
	.imag-card-portfolio-8:hover{
		background-size:auto 110%;
	}
	.mini-large-p{
		font-size:1.1em;
	}
	.header-detail{
	}
	.container-div-25439-style{
		width:100%;
	}
	.p-26-style{
		line-height:18px;
	}
	.p-24-style{
		line-height:18px;
	}
	.blocs-card-width{
		width:100%;
	}
	.p-bloc-23-style{
		font-size:16px;
		font-family:"Inter24pt-Light";
		color:var(--swatch-var-3034)!important;
	}
	.h6-style{
		font-size:14px;
		text-align:right;
		margin-top:12px;
	}
	.img-bodeg-style{
		width:350px;
	}
	.h3-bloc-17-style{
		font-family:"Inter24pt-SemiBold";
	}
	.h1-5-style{
		font-family:"Inter28pt-SemiBold";
	}
	.p-18-style{
		line-height:23px;
	}
	.img-style{
		border-radius:12px 12px 12px 12px;
	}
	.img-mi-rol-style{
		width:274px;
	}
	.screen-imag{
		border-radius:12px 12px 12px 12px;
	}
	.imag-header-5{
		background-size:160% auto;
	}
	.list-idiom-btn{
		border-width:0px 0px 0px 0px;
		width:100px;
	}
	.link-idiom{
	}
	.list-element-idiom{
		position:relative;
	}
	
}

