* {
	box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-kerning: auto;
    /* font-kerning: auto; */
}
body {
	margin: 0;
}

.pt-40 {
	padding-top: 40px;
}

.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.p-0 {
	padding: 0 !important;
}

.rounded {
    border-radius: 3rem!important;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .cv {
    margin-bottom: 20px;
    width: 130px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.form-group .cv-label {
    margin-bottom: 20px;
    width: 195px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.text-blocked {
    color: transparent!important;
    text-shadow: 0 0 8px #000;
}

.contact-data {
	text-align: end;
}

canvas {
    position: absolute;
    pointer-events:none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

/*.nav-link {*/
/*	color: whitesmoke;*/
/*}*/

.cv-card {
	margin-top: 6rem!important;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

textarea.form-control {
	height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}


.btn__send {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active {
	border-bottom: 2px solid #c6a067;
}

.container {
	max-width: 1024px;
	margin: 0 auto;
}

.banner__image {
	background-image: url('../images/fondo.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.content__row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content__body {
	padding-bottom: 50px;
}

.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

html.home {
	font-size: 20px;
    color: #000;
    background-color: #fefefe;
    height: 100%;
    margin: 0;
    overflow: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Raleway', sans-serif;
}

body.main {
	line-height: 1.6rem;
    word-wrap: break-word;
    margin: 0;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 1rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6vw 3vw;
}

body.main, html.home {
	position: relative;
    overflow-x: hidden;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.app {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 40rem;
    width: 100%;
}

.app .content__title {
	color: #000;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 5px;
}

.app .content__subtitle {
	color: #c6a067;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0125em;
}

.app .content__text {
    font-size: .9rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
    letter-spacing: -.015em;
    padding: 1rem 0;
}

/* Menu */
.nav {
    width: 100%;
}

.nav, .nav-section {
    display: -ms-flexbox;
    display: flex;
}

.nav-section {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-item:first-child {
    padding-left: 0;
}

.nav-item:last-child {
    padding-right: 0;
}

.nav-item {
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .5rem;
}

a.header {
    color: #000;
    border-bottom: 2px solid #0e0e0e33;
    text-decoration: none;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

a {
	margin: 0;
	color: #c6a067;
	font-weight: 300;
	text-decoration: none;
}

a.header:hover {
	color: #c6a067;
	border-bottom: 2px solid #c6a067;
}

/* End Menu */


/* Section Resume */
.content__header  {
	border-bottom: 2px solid grey;
}

.content__footer  {
	margin-bottom: 3rem;
}

.section__blocked {
    background-color: lightgrey;
    opacity: 90;
    height: 310px;
    padding-top: 30px;
    
}

.content__blocked {
    background-image: url(../images/lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    background-position: center center;
    margin-bottom: 10px;
    filter: drop-shadow(3px 6px 5px rgb(245 245 245 / 0.8));
}

.content__header__name:before {
	content: "";
	width: 40px;
	height: 55px;
	background-color: #c6a067;
	position: absolute;
	top: 20px;
	left: 0;
}

.content__header__name {
	padding: 20px 60px 25px;
	position: relative;
}

.content__header__name .header__name {
	margin: 0;
	color: #c6a067;
	font-weight: 300;
}

.content__header__name .header__description {
	margin: 0;
	font-weight: 300;
	color: grey;
	font-size: 16px;
}

.content__header__menu {
	padding: 20px 0;
	display: flex;
	align-items: flex-end;
	height: 100%;
}

.content__header__nav {
	display: block;
	text-align: right;
	width: 100%;
}

.content__header__nav .header__nav {
	font-weight: 400;
    -ms-flex-align: center;
    padding: 0 .2rem;
    display: inline-block;
}

.content__header__nav .header__nav a {
	padding-bottom: 5px;
	font-size: 1rem;
}

.content__header__nav .header__nav i {
	margin: 0 5px;
	color: #c6a067;
}

.content__credits {
    text-align: center;
    padding-bottom: 50px;
}

/* Styles Item */
.content__item {
	padding: 20px 60px 5px;
	position: relative;
}

.content__item.item .content__item__subtitle:before {
	content: "";
	width: 40px;
	height: 55px;
	background-color: #697084;
	position: absolute;
	top: 0px;
	left: -60px;
}

.content__item .content__item__title {
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.content__item .content__item__subtitle {
	margin: 0;
	font-weight: bold;
	position: relative;
}

.content__item .content__item__text_subtitle {
	margin: 0;
	font-weight: 300;
}

.content__item .content__item__date {
	display: flex;
	margin: 5px 0;
}

.content__item .content__item__date span, .content__item .content__item__text__cursive {
	font-style: italic;
	color: #848484;
	font-size: 13px;
}

.content__item ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 16px;
}

.content__item ul li {
	position: relative;
	margin: 5px 0;
	font-size: 14px;
}

.content__item ul li:before {
	content: "\2022";
	color: #697084;
	font-weight: bold;
	font-size: 30px;
    position: absolute;
    top: -8px;
    left: -17px;
}

.content__item .content__item__date span:first-child {
	margin-right: auto;
}

.content__item .content__skills span {
	padding: 5px 10px;
	display: inline-block;
	margin: 5px;
    background-color: #697084;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.content__item .content__item__languaje {
	display: flex;
	justify-content: space-between;
}

.content__item .content__item__languaje .content__item__languaje__circles {
	display: flex;	
}

.content__item .content__item__languaje .content__item__languaje__circles span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #697084;
	margin: 0 5px;
}

.content__item .content__item__languaje .content__item__languaje__circles span.nothing {
	border: 1px solid #697084;
	background-color: #fff;
}

.content__item .content__item__interest {
	padding: 5px 15px;
	border: 1px solid #a3a3a3;
	display: inline-block;
	margin: 5px;
	border-radius: 5px;
}
/* End Item */

/* Styles Projects */
.content__item__filter {
	padding: 10px 60px;
}
.content__item__filter span {
	padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    background-color: #697084;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.content__item.content__item__tag {
	padding-right: 20px;
}

.content__item__filter span.active__tag {
	background-color: #c6a067;
}

.content__item__tag .content__item__description__tag {
	text-align: justify;
}

.content__item__tag .content__item__image {
	width: 50%;
	float: right;
	height: 200px;
	background-color: #fff;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	margin-bottom: 10px;
}

.project__images {
	/*width: 320px;*/
	height: 200px;
}

.content__item__tag .tag__date {
	color: #697084;
	font-weight: bold;
	margin: 5px 0;
}

.content__item__tag .content__tags span {
	font-style: italic;
	color: #697084;
}

/* End Projects */

/* Media Query for Mobile, Tablet and Desktop */ 
@media (min-width: 675px) {
	.app .content__title {
	    font-size: 4rem;
	}

	.app .content__subtitle {
	    letter-spacing: .025em;
	    font-size: 1.4rem;
	}

	.app .content__text {
	    font-size: 1.2rem;
	    margin: .25rem 0;
	}
}

@media (min-width: 768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	.col-md-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-md-7 {
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	.col-md-8 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
	.col-md-5 {
		-ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}

	.col-md-7 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;;
	}

	.content__header__name {
		padding: 20px 20px 25px 60px;
	}

	.content__header__name .header__name {
		font-size: 24px;
	}

	.content__header__nav .header__nav a {
		font-size: 0.9rem;
	}

	.content__item .content__item__interest {
		display: block;
		margin: 15px 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.content__item {
		padding: 20px 25px 25px 60px;
	}

	.content__item__tag .content__item__image {
		float: none;
		margin: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.content__item__tag .content__item__image .project__images{
		width: 100%;
	}
	.content__header__name {
		padding: 20px 60px 0px;
	}

	.content__header__name .header__name {
		margin: 0;
		color: #c6a067;
		font-weight: 300;
	}

	.content__header__nav {
		text-align: center;
	}

	.content__header__nav .header__nav {
		padding: .6rem;
	}

	.content__header__name .header__name {
		font-size: 24px;
	}

	.content__header__nav .header__nav a {
		font-size: .8rem;
	}

	/*.content__item__filter {

	}*/
}

/*Aviso cookies */

#cajacookies {
  box-shadow: 0px 0px 2px 2px #808080;
  background-color: white;
  color: black;
  padding: 10px;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  width: 90%;
}

#cajacookies button {
  color: black;
}

#cajacookies.main {
	box-shadow: 2px 2px 2px 2px #808080;
	background-color: white;
	color: black;
	padding: 10px;
	text-align: center;
	margin-left: 30%;
	margin-bottom: 2%;
	position: fixed;
	bottom: 0px;
	width: 30%;
  }