body{
	background:black;
	color:white;
	margin:0;
	padding:0;
	/*font-family: 'Oswald', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
}
aside{
	/*width:75%;*/
	height:85vh;
	padding:0 0.5em;
	display:inline-block;
}
#content{
	/*width:25%;*/
	display:inline-block;
	height: 95vh;
    overflow-x: hidden;
    overflow-y: visible;
}
#container{
	position:relative;
	padding:2em 1em;
	padding-right:0em;
	transition: all 0.5s ease-in-out;
}


ol.workshops{
	margin:0 auto;
	width: 80%;
	text-align:center;
}

ol.workshops li{
	list-style: none;
	margin: 1em auto;
}

ol.workshops li a{

	background:white;
	font-size:1.3em;
	color:black;
	padding: 0.3em 2em;
	width: 100%;
	max-width:500px;
	margin: 0.5em auto;
	border-radius:0.3em;
	text-align:center;
	
}
ol.workshops li a:hover{
	background: #fff;
	color: #999;
	text-decoration: none;
}
.modal-open #container{
	    -webkit-filter: blur(10px) grayscale(90%);

}

#info{
	text-align:center;
	position:relative;
}

footer #langselect {
    padding:1em;
    text-align:right;
}
footer #langselect ul{
    margin:0;
    padding:0;

}
footer #langselect ul li{
    list-style:none;
    display:inline-block;
}

footer #langselect ul li a{
    color:white;
    background: #555;
    padding:0.5em 0.3em;

}
footer #langselect ul li a:hover{
    text-decoration:none;
}


/* The heart of the matter */
#content > .row {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /*max-height:85vh;*/
}
#content.page > .row {
    overflow: hidden;
    white-space: inherit;
}
#content-page{
	max-width:970px;
	margin:0 auto;
}
#content > .row > figure {
  display: inline-block;
  vertical-align:top;
  float: none;
  height:90vh;
    position:relative;
 	transition: all 0.3s ease-in-out;
	background-color:rgba(0,0,0,0);
    box-sizing: border-box;

}
#content > .row > figure a{
  display: block;

}
#content > .row > figure:hover {
	box-shadow: inset 0px 0px 20em 11px rgba(0,0,0,.5);
	background-color:rgba(0,0,0,0.2);
	cursor:pointer;
}
#content > .row > figure img{
	max-height:87vh;
    z-index:-1;
    position: relative;
}
#content > .row > figure h2{
	position:absolute;
	bottom:1em;
	background:rgba(0,0,0,.3);
	display: block;
	padding: 1em;

	width:100%;
	text-align:center;
}

#content .row::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);*/
	border-radius: 10px;
	background-color: #000;
}

#content .row::-webkit-scrollbar
{
	width: 12px;
	background-color: #000;
}

#content .row::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #000;
}


#content .arrows {
    position: absolute;
    top: 0;
    height: 100vh;
    opacity:0.3;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    z-index:9999;
    width: 10%;
    line-height: 100vh;
    text-align: center;
}
#content .arrows:hover {
	opacity:1;
}
#content .arrow-left {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
#content .arrow-right {
    right: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */

}

#content .arrows i {
    font-size: 5em;
}

.selector-page ul li:hover {
 background-color: #f8f8f6;
}

.selector-page ul li h5 {
 font-size: 22px;
 margin-top: 19px;
}

.selector-page ul li p {
 font-size: 14px;
 margin: 0;
}

.selector-page ul li.selected {
 background-color: #baefb3;
     box-shadow: inset 0 0 0 1px #30c51d;
}
.selector-page ul li + li {
 margin-left: 10px;
}
.selector-page ul li {
 text-align: center;
 display: inline-block;
 max-width: 250px;
 padding: 30px 20px;
 border-radius: 4px;
 white-space: normal;
}

.selector-page ul {
 font-size: 0;
 list-style: none;
 padding: 25px 0;
 display: inline-block;
 white-space: nowrap;
}

.selector-page {
 font-family: "Lato", sans-serif;
}

.selector {
 max-width: 100%;
 overflow: hidden;
 width: 100%;
 display: block;
}

#info ul{
	margin:0;
	padding:0 1em;
}
#info li{
	margin:0;
	display:block;
	list-style:none;
	width:100%;

}

#info li a{
	display:block;
	background: black;
	/*border-bottom: 2px solid #555;*/
	/*margin-top: 0.5em;*/
	font-weight:bold;
	font-size:1.15em;
	color:white;
	line-height:2em;
	transition:all 0.3s ease-in-out;
	text-transform:uppercase;
    color: #FFF;
    text-decoration: none;
    font: 20px Raleway;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;


}

#info li a:hover{
	text-decoration: none;
	color:#bebebe;
	/*border-bottom: 2px solid #999;*/

}

#info .menu a:before, #info .menu a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

#info .menu a:before
{
    top: 0px;
    transform: translateY(10px);
}
#info h1{

}
.item { width: 300px; }
.item--width2 { width: 600px; }
#info .menu a:after
{
    bottom: 0px;
    transform: translateY(-10px);
}

.grid .item a img{
	cursor: pointer;
}

.grid .item:hover{
	background-color: #cacaca;
}
#info .menu a:hover:before, #info .menu a:hover:after,#info .menu a.active:before,#info .menu a.active:after
{
    opacity: 1;
    transform: translateY(0px);

}

ol.social > li {
    list-style:none;
    display:inline-block!important;
	width: initial!important;
}
ol.social{
	margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
}
ol.social > li > a{
	display: inline-block!important;
    margin: 0!important;
    padding: 0.3em 0.5em!important;
}

.page .contact-head{
	font-size: 2.5em;
    font-weight: bolder;
}
.page p b.contact-item{
	font-weight:400;
	vertical-align: top;
	padding-left: 0.5em;
}


.page ol.social{
	    position: relative;
    width: auto!important;
    display: inline-block;
    text-align: center;
    margin-bottom:1em;
}
.page ol.social li{
	margin: 0 0.15em;
}
.page ol.social a{
	color:white;
	font-size:1.2em;
}

.mobile-menu .material-icons{
    font-size: 2.5em;
	padding: 0.3em;
	color:white;
}

#langselect{
	position: absolute;
	bottom: 2.5em;
	text-align: center;
	width: 100%;
}
#langselect ol{
	margin:0;
	padding:0;
}
#langselect li, #langselect li a {
	display: inline-block!important;
	width: inherit;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.rela-block {
  display: block;
  position: relative;
  margin: auto;

}

.rela-container {
  z-index: 1;
  width: 92%;
  max-width: 1126px;
  margin: 70px auto;
  padding: 70px 0;
}
.profile-card {
  width: calc(100% - 40px);
  padding-top: 100px;
  margin: 70px auto 30px;
  background-color: #232323;
  box-shadow: 0 2px 6px -2px rgba(0,0,0,0.26);
}
.profile-pic {
  display: false;
  position: absolute;
  margin: false;
  top: -90px;
  left: 50%;
  right: false;
  bottom: false;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 180px;
  width: 180px;
  border: 10px solid #ffffff;
  border-radius: 0;
  background: url("https://www.gravatar.com/avatar/7d2f497dbfa029b9b65bb0ad4dabbc71?s=200") center no-repeat;
  background-size: cover;
  background-color:#ffffff;
}
.profile-name-container {
  margin: 0 auto 10px;
  padding: 10px;
  text-align: center;
}
.user-name {
  font-family: "Montserrat";
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 12px;
}
.user-desc {
  letter-spacing: 1px;
  color: #999;
}
.profile-card-stats {
  height: 75px;
  padding: 10px 0px;
  text-align: center;
  overflow: hidden;
}
.profile-stat {
  height: 100%;
  width: 33.3333%;
}
.profile-stat:after {
  color: #999;
}


@media screen and (min-width: 768px) and (max-width: 800px) {
	#info{}
}
@media screen and (max-width: 767px) {
	#info{
	    position: absolute;
	    background: black;
	    height: 100vh;
	    width:250px;
	    left: -250px;
	    transition:all 0.3s ease-in-out;
	    z-index:998;
	    padding-top:4em;

	}
	.page .contact-details{
		margin-top:1em;
		text-align:center;
	}

	#info .social{
		bottom:2em;
	}
	#content > .row{
		margin:0;
	}
	#info #langselect{
		bottom:4.5em;
	}
	#info h1{
		display:none;
	}
	.mobile-menu{
		    	z-index:999;
		    	position:fixed;
		    	background:black;
		    	width:100%;
	}
	.rela-container{
		margin: auto;
	}
	#info.open{
		left:0;
		position:fixed;
		padding-left: 0;
    	padding-right: 0;
    	max-height: 100vh;
	}
	#content{
    	max-width: inherit;
    	/*padding: 0 1em;*/
    	padding: 0;
    	margin-top: 3em;
	}
	.grid{
		padding: 0 1em!important;
	}
	#container{
	    padding-top: 0;
	    padding-left: 0;
	    padding-right: 0;
	    margin: 0 auto;
	}
	#content-page{
		margin-top:1em;
		padding:0.5em 1em;
	}
	.mobiletitle{
		    display: inline-block;
	    padding: 0.4em 0;
	    margin: 0!important;
	    vertical-align: top;
	}

}
 @media screen and (max-width: 350px) { 
 	 	.mobiletitle{
 		font-size: 1.8em;
    padding-top: 0.5em;
 	}
}

 @media screen and (max-width: 767px) and (orientation:landscape) { 
 	#info{
 			    left: -450px;
 	}
 	#info.open{
 		width:60%;
 	}
	#info.open .menu li, #info .menu li {
	    width: 40%;
	    display: inline-block;
	}
 }
 @media screen and (max-width: 600px) and (orientation:landscape) { 
 	#info, #info.open{
 		width:80%!important;
 	}
 	#info.open .menu li a, #info .menu li a{
 		padding: 6px 10px;
 	}


 }



@media screen and (max-width:600px){
    aside#info {
left:-100vh;
    }
section#content {
    margin-left: 0;
}
}

@media screen and (min-width:600px) {
	body {
    margin: 0 1em;
    overflow: hidden;
}
}

ul.skill-list {
    font-size: 16px;
    list-style: hebrew!important;
	    display: block;
}

ul.skill-list li{
    display:block!important;
    list-style:auto!important;
}

ul.skill-list li:hover{
    color:#333;
}

/* Estilos para los submenús */
#info .menu .dropdown {
    position: relative;
    display: block;
    cursor: pointer;
}

#info .menu .dropdown > a {
    display: inline-block;
}

.dropdown-arrow {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
    color: #999;
}

#info .menu .dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
    color: #333;
}

#info .menu .dropdown .submenu {
    display: none;
    list-style: none;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

#info .menu .dropdown.active .submenu {
    display: block;
    max-height: 500px;
}

#info .menu .submenu-item {
    margin-bottom: 5px;
    font-size: 0.9em;
    position: relative;
    padding-left: 10px;
}

#info .menu .submenu-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 1px;
    background-color: #999;
}

#info .menu .submenu-item a {
    padding: 3px 0;
    opacity: 0.85;
    transition: all 0.3s ease;
}

#info .menu .submenu-item a:hover,
#info .menu .submenu-item a.active {
    opacity: 1;
    padding-left: 5px;
    color: #333;
}

/* Estilos para las tarjetas y barras de progreso */
.card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.progress {
    height: 8px;
    border-radius: 4px;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}

.progress-bar {
    background-color: #2dff8d;
    border-radius: 4px;
}

.progress-container {
    margin-bottom: 20px;
}

/* Estilos para la sección de habilidades */
.skills-section {
    background-color: #f9f9f9;
    padding: 60px 0;
    margin-top: 40px;
}

.skills-section h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

/* Estilos para las páginas de content */
#content-page {
    padding: 30px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

/* Estilos para la sección de álbumes */
.albums-grid {
    margin-top: 30px;
}

.album-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.album-link {
    display: block;
    position: relative;
    overflow: hidden;
}

/* Estilos para las imágenes de perfil y proyectos */
.profile-image-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.profile-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.profile-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.project-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.project-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-image-container:hover .project-image {
    transform: scale(1.05);
}


/* Estilos para servicios */
.service-card {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2dff8d;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card p {
    color: #666;
    font-size: 0.95rem;
}

/* Estilos para la sección de contacto CTA */
.contact-cta {
    background-color: #f9f9f9;
    padding: 60px 0;
    margin-top: 40px;
}

.contact-cta .lead {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-cta p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 25px;
}

/* Estilos para la página de desarrollo */
.service-card {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.service-icon {
    color: #2dff8d;
    margin-bottom: 15px;
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    min-width: 100px;
    transition: all 0.3s ease;
}

.tech-item:hover {
    background-color: #e9ecef;
    transform: translateY(-5px);
}

.tech-item i {
    margin-bottom: 10px;
    color: #2dff8d;
}

/* Estilos para la página about */
.profile-pic {
    border-radius: 50%;
    border: 5px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.profile-pic:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.about-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.about-content strong {
    color: #2dff8d;
}

.section-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #2dff8d;
}

.hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.hero-section .display-4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #343a40;
}

.hero-section .subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: #495057;
    margin-bottom: 15px;
}

.hero-section .lead {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 30px;
}

.hero-cta .btn {
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-right: 10px;
    margin-bottom: 10px;
}

.hero-cta .btn-primary {
    background-color: #2dff8d;
    border-color: #2dff8d;
}

.hero-cta .btn-primary:hover {
    background-color: #004494;
    border-color: #004494;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,86,179,0.3);
}

.hero-cta .btn-outline-primary {
    color: #2dff8d;
    border-color: #2dff8d;
}

.hero-cta .btn-outline-primary:hover {
    background-color: #2dff8d;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,86,179,0.2);
}

.hero-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
}

.hero-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

section#hero {
    background: none;
    color: white;
}

h1.display-4 {
    color: white!important;
}

h2.subtitle {
    color: #2dff8d !important;
}

section.featured-work-section.ng-scope {
    display: none;
}

a.btn.btn-outline-primary {
    color: #2dff8d;
    border-color: #2dff8d;
}

a.btn.btn-outline-primary:hover {
    background: #2dff8d;
    translate: none;
    top: auto;
}


h2.section-title {
    color: white;
}

section#development {
    background: transparent;
}
.service-card {
    background: black;
}
section#content {
    padding: 0;
}

section#projects {
    background: transparent;
}

.row.project-item {
    background: transparent;
}

img.project-image {}

.project-image-container {
    height: auto;
    height: 400px;
}

.project-item .col-md-4 {
    align-content: space-around;
}

/* Estilos para el selector de idiomas */
#langselect {
    margin: 15px 0;
}

.language-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.language-option {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    transition: color 0.3s ease;
}

.language-option:hover,
.language-option.active {
    color: #2dff8d;
    text-decoration: none;
}

#content > .row > figure h2 {
    color: white;
}