@font-face {
	font-family: 'Conv_AdreenaScript-Demo';
	src: url('../fonts/AdreenaScript-Demo.eot');
	src: local('☺'), url('../fonts/AdreenaScript-Demo.woff') format('woff'),
        url('../fonts/AdreenaScript-Demo.ttf') format('truetype'),
        url('../fonts/AdreenaScript-Demo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
   font-family: 'Quicksand', sans-serif;
}
html.js,
.js body {
	overflow: hidden;
	height: 100vh;
}

section .container-fluid {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

/*menu*/
.sti-menu{
	width:1010px;
	position:relative;
	margin:60px auto 0 auto;
}

.sti-menu:hover{
	width:1010px;
	position:relative;
	margin:60px auto 0 auto;
}

.sti-menu li{
	float:left;
	width:200px;
	height:300px;
	margin:1px;
}

.sti-menu li a:hover{
	display:block;
	overflow:hidden;
	background:#11212F;
	text-align:center;
	height:100%;
	width:100%;
    color: #fff;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}

.sti-menu li a h2{
	color:#000;
	font-family: 'Wire One', arial, serif;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:180px;
	top:0px;
	text-shadow: 0px 1px 1px black;
}

.sti-menu li a h2:hover{
	color:#fff;
}
.sti-menu li a h3{
	font-size:18px;
	color: #fff;
	position:absolute;
	top:150px;
	width:180px;
}

.sti-menu li a h3:hover{
	color: #000;

}

/* pages nav menu */
.pages-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	background: #0e0f0f;
}

.js .pages-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30vh;
	padding: 30px;
	pointer-events: none;
	opacity: 0;
	background: transparent;
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
}

.js .pages-nav--open {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pages-nav__item {
	width: 33%;
	padding: 1em;
}

.js .pages-nav__item {
	padding: 0 10%;
}

.pages-nav .pages-nav__item--social {
	width: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.pages-nav--open .pages-nav__item--social {
	opacity: 1;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.link {
    padding-top: 15px;
    font-size: 1.5em;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.link:hover,
.link:focus {
	color: #fff;
}

.link--page {
	display: block;
	color: #fff;
    text-align: center;
}

.link--page:not(.link--faded)::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: 5px 0 0 -15px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.link--page:hover:before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.link--faded {
	color: #4f4f64;
}

.link--faded:hover,
.link--faded:focus {
	color: #5c5edc;
    text-decoration: none;
}

.link--page.link--faded {
	font-size: 0.65em;
}

.link--social {
	font-size: 2.5em;
    margin-right: 0.5em;
}
.text-hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent;
}
/* pages stack */
.js .pages-stack {
	z-index: 100;
	pointer-events: none;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-perspective-origin: 50% -50%;
	perspective-origin: 50% -50%;
}

.js .page {
	position: relative;
	z-index: 5;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	pointer-events: auto;
	background: #fff;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
/*
js .page .uno {
    background-color: #11212F !important;
}
js .dos {
    background: #ffffff !important;
}
js .tres {
    background: #11212F;
}
js .cuatro {
    background-color: #ffffff !important;
}
js .cinco {
    background: #ffffff;
}
js .seis {
    background: #ffffff;
}
*/

.js .pages-stack--open .page {
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
	transition: transform 0.45s, opacity 0.45s;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
	transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.js .page--inactive {
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 0;
}


/* Menu button */

.menu-button {
	position: absolute;
	z-index: 1000;
	top: 30px;
	left: 30px;
	width: 30px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
}

.no-js .menu-button {
	display: none;
}

.menu-button::before,
.menu-button::after,
.menu-button span {
	background: #5f656f;
}

.menu-button::before,
.menu-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.menu-button span {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 2px;
	text-indent: 200%;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.menu-button::before {
	-webkit-transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
}

.menu-button::after {
	-webkit-transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
	transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
}

.menu-button--open span {
	opacity: 0;
}

.menu-button--open::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.menu-button--open::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* LINEAS DE FONDO*/

.decolines {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.decolines--fixed {
	position: fixed;
	width: 100vw;
	height: 100vh;
}

.decoline {
	position: absolute;
}

/* HOME */
.jumbotron{
    background-color: transparent;
    padding: 0px;
    margin: 0px !important;
}

.txtanimp {
    font-size: 35px !important;
    color: #11212F !important;
    font-weight: 400 !important;
}
.jumbotron h1, {
    padding-top: 3.4em;
    color: #236C5E;
}

h1 {
    margin: 0px 0px 0px 0px;
    font-size: 150px !important;
}
h1 .word1 .char1,
h1 .word1 .char2,
h1 .word1 .char3,
h1 .word1 .char4,
h1 .word1 .char5,
h1 .word1 .char6,
h1 .word1 .char7 {
  font-family: 'Conv_AdreenaScript-Demo', sans-serif;
}

h1 .word2 .char1,
h1 .word2 .char2,
h1 .word2 .char3,
h1 .word2 .char4,
h1 .word2 .char5,
h1 .word2 .char6,
h1 .word2 .char7 {
  font-family: 'Conv_AdreenaScript-Demo', sans-serif;
}


.frase{
    font-size: 1.9em;
    padding: 1em 2em ;
}

.contText{
    font-size: 1.5em;
}


/* PERFIL */
.bp-header__title-perf{
    margin: 50px 0px 20px 0px;
    font-size: 2.1em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #19b8af;
}

#textperfil {
    padding-top: 18em !important;
}

.bp-header-perf {
    /* padding: 2em 8em 0em; */
}
.imgPotafolio{
    width: 100%;
    height: 100%;
	/* margin: 12% 40%; */
	margin: 0 auto;
}

.perfilTexto{
    text-align: left;
    color: #11212F;
    font-size: 2.6em;
    line-height: 150%;
	padding: 0em 1.3em 0em 1.3em;
	padding-top: 50px;
}

/* button 1 */
.btn-cv{
    display: block;
    border: 1px solid #11212F;
    background-color: transparent;
    margin-left: 250px;
    margin-top: 20px;
}
.btn-cv a {
    color: #11212F;
}

.btn-cv a:hover {
    color: #236C5E;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 1.3em;
}



/* HABILIDADES*/
.bp-header-hab {
    padding: 6em 4em 0em 4em;
}

.habBlan{
    padding-bottom: 45%;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:25px;
	width:100%;
	background:#eee;
	height:15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
    width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:15px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:15px;
	width:0px;
	background:#11212F;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}


/*INTERESES*/



.fa-cutlery,
.fa-code,
.fa-users,
.fa-film,
.fa-camera-retro,
.fa-plane,
.fa-home,
.fa-graduation-cap {
    font-size: 5em !important;
    padding:0.5em 10px 1em !important;

}


.box {
	width: 100px;
	height: 100px;
	position: relative;
	background: rgba(255,255,255,1);
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #2c3e50;
	box-shadow: inset 0 0 0 3px #2c3e50;
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
}

.box:hover {
	background: rgba(255,255,255,0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
    /*animated*/
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*bouce*/
     -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.box h3 {
	font-family: "Ruthie", cursive;
	font-size: 180px;
	line-height: 370px;
	margin: 0;
	font-weight: 400;
	width: 100%;
}

.box span {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 5px;
}

.box h3,
.box span {
	-webkit-transition: color 0.4s 0.5s;
	transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box svg {
	position: absolute;
	top: 0;
	left: 0;
}

.box svg line {
	stroke-width: 3;
	stroke: #ecf0f1;
	fill: none;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.box:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
	stroke-dasharray: 330 240;
}

.box svg line.left,
.box svg line.right {
	stroke-dasharray: 490 400;
}

.box:hover svg line.top {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.box:hover svg line.left {
	-webkit-transform: translateY(920px);
	transform: translateY(920px);
}

.box:hover svg line.right {
	-webkit-transform: translateY(-920px);
	transform: translateY(-920px);
}

/* Color intereses */
.demo-1 .box {
	box-shadow: inset 0 0 0 5px #11212f;
    margin: 5em 3em 0.1em 3em;
}

.demo-1 .box:hover span {
	color: #19b8af;
}

.demo-1 .box svg line {
	stroke-width: 8;
}

.demo-1 .box:hover svg line {
	stroke: #19b8af;
}

/*------- PORTAFOLIO --------*/
.bp-header__title-portaf {
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.3;
	/* margin: 20px 0px 20px -100px; */
	margin: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #19b8af;
}
.bp-header-portaf {
        /* padding: 5em 0em 0em 10em; */
    }

a {
	outline: none;
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus {
	color: #91c6f3;
}

.page.cinco .grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 2px 1%;
    min-width: 220px;
    max-width: 480px;
    max-height: 360px;
	/* width:28%; */
	width:100%;
    margin: 15px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: 100%;
  object-fit: cover;
	height:auto;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





/* CONTACTO */
.fraseContact {
    margin: 3% 2% 0% 0%;
    text-align: right;
    font-size: 2.4em;
    padding-bottom: 3%;
}
.contactEscrib {
    margin: 14% 2% 1% 0%;
    font-size: 7em;
    text-align: right;
    font-weight: 400;
    color: #11212F;
}
.contfooter{
	display: none;
    margin: 85px -30px 0px -30px;
    padding: 5px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.caja_redes{
    margin-top: 5%;
}

.fa-github,
.fa-linkedin,
.fa-envelope,
.fa-whatsapp,
.fa-skype{
    color: #236C5E;
    padding-left: 5%;
}
.text-Contact:hover{
    color:  #236C5E;
}
.fa-link{
    font-size: 3em;
}
.text-Contact{
    color: #11212F;
    font-size: 1.8em;
    margin-top: 10%;
}
.txtmundo{
    margin-left: 25%;
    padding-top: 2em;
}





@media screen and (max-width: 1920px) {

	/*.bp-header__title {
		font-size: 2.6em;
	}*/
    .js .page{
        overflow: scroll;
    }
    /* contacto */
    .fa-github, .fa-linkedin, .fa-envelope, .fa-whatsapp, .fa-skype {
        padding-left: 10%;
        padding-right: 3%;
        font-size: 2em;
    }
}

@media screen and (max-width: 1280px) {

}


@media screen and (max-width: 768px) {
   .imgPotafolio {
        width: 90%;
        /* margin: 18% 0% 0% 15%; */
	}
	.grid figure {
		margin: 15px 0 !important;
	}
	.page.dos .row{
		display: flex;
		flex-direction: column-reverse;
		padding: 50px 10px;
	}
    .perfilTexto {
        font-size: 2.6em;
        line-height: 130%;
        padding: 0.5em 0.5em 0em 0.5em;
    }
    .bp-header {
        padding: 5em 0em 0em 0em;
    }
    .btn-cv {
        display: block;
        margin-left: -250px;
        margin-top: -50px;
    }

    .bp-header__title {
        text-align: center;
        font-size: 3.6em;
        font-weight: 700;
        line-height: 1.3;
        margin: 40px 0px 20px 0px;
        letter-spacing: 2px;
    }

    .bp-header-perf {
        /* padding: 4em 0em; */
    }
    .bp-header-hab {
        padding: 4em 4em 0em 4em;
    }
    .visSmCen{
        padding-left: 25em;
    }
    .box {
        margin: 4em 4em 2em 1em !important;
    }
    .js .page{
        overflow: scroll;
    }

    .contactEscrib {
        margin: 0%;
        font-size: 7em;
        text-align: center;
        font-weight: 400;
        color: #11212F;
    }
    .fraseContact {
        margin: 0%;
        font-size: 2.5em;
        padding: 3% 0%;
        text-align: center;
    }
    .caja_redes {
        margin-top: 0%;
        margin-left: 7%;
    }
    .text-Contact {
        color: #11212F;
        font-size: 2.5em;
        margin-top: 8%;
    }
    .contfooter {
        margin: 180px -30px 0px -30px;

    }
    .contText {
        font-size: 2.4em;
    }

    h1 {
        margin: 170px 0px 0px 0px;
        font-size: 120px !important;
    }
    .txtanimp {
        padding-top: 5%;
        font-size: 45px !important;
    }
}

@media screen and (max-width: 414px) {
     .imgPotafolio{
        width: 80%;
        /* margin: 10px 15px 60px 15px; */
    }
    .bp-header {
		padding: 0px 20px 10px;
	}
    .btn-cv {
        margin:10px 0px 45px 70px;
    }
     .perfilTexto {
        font-size: 1.9em;
        line-height: 150%;
        padding: 0em;
    }
    .bp-header-hab {
        padding: 1.4em 0.5em;
    }
    .box {
        margin: 3em 0em 1em 0em !important;
    }
    .grid figure {
        margin: 10px -30px;
    }
    .contactEscrib {
        margin: 2%;
        font-size: 4em;
    }
    .fraseContact {
        margin: 0%;
        font-size: 2em;
        padding: 0%;
    }
    .fa-github, .fa-linkedin, .fa-envelope, .fa-whatsapp, .fa-skype {
        padding-left: 0%;
        font-size: 1em;
    }

    .text-Contact {
        color: #11212F;
        font-size: 2.1em;
        margin-top: 10%;
    }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-top: 15%;
    }
    .contText {
        font-size: 1.2em;
    }
    .contfooter {
        margin: 200px -30px 0px -30px;
    }

     h1 {
        margin: 0px 0px 0px 0px;
        font-size: 60px !important;
    }
    .txtanimp {
        padding-top: 5%;
        font-size: 20px !important;
    }
}

@media screen and (max-width: 375px) {
    .grid figure {
        margin: 10px -55px;
    }
    .text-Contact {
        font-size: 1.5em;
        margin-top: 10%;
    }
    .contfooter {
        margin: 210px -30px 0px -30px;
    }
     h1 {
        margin: 0px 0px 0px 0px;
        font-size: 50px !important;
    }
    .txtanimp {
        padding-top: 5%;
        font-size: 20px !important;
    }
}

@media screen and (max-width: 360px) {
    .imgPotafolio{
        width: 80%;
        margin: 10px 15px 60px 15px;
    }
    .bp-header {
		padding: 0px 20px 10px;
	}
    .bp-header-hab {
        padding: 1.3em 0.5em;
    }
    .btn-cv {
        margin:10px 0px 45px 49px;
    }
     .perfilTexto {
        font-size: 1.7em;
        line-height: 150%;
        padding: 0em;
    }
    .demo-1>.col-xs-6{
        padding-left: 10px;
    }
    .box {
        margin: 3em 0em 1em 0em !important;
    }
    .grid figure {
        margin: 10px -60px;
    }
    .contactEscrib {
        margin: 4%;
        font-size: 3.3em;
    }
    .text-Contact {
        font-size: 1.6em;
        margin-top: 13%;
    }
    .contText {
        font-size: 1.2em;
    }
    .contfooter {
        margin: 130px -30px 0px -30px;
    }
     h1 {
        margin: 0px 0px 0px 0px;
        font-size: 40px !important;
    }
    .txtanimp {
        padding-top: 5%;
        font-size: 20px !important;
    }

}



@media screen and (max-width: 320px) {
    /*PERFIL*/
    .imgPotafolio{
        width: 80%;
        margin: 10px 15px 60px 15px;
    }
    .bp-header {
		padding: 0px 20px 10px;
	}
    .btn-cv {
        margin:10px 0px 45px 49px;
    }
     .perfilTexto {
        font-size: 1.6em;
        line-height: 150%;
        padding: 0em;
    }
    .bp-header__title {
        font-size: 3em;
    }

    .bp-header-hab {
        padding: 0.5em;
    }

    .demo-1>.col-xs-6 {
        padding-left: 5px;
    }

    .box {
        margin: 3em 0em 1em 0em !important;
    }


    .fa-github, .fa-linkedin, .fa-envelope, .fa-whatsapp, .fa-skype {
        font-size: 1em;
    }

     .grid figure {
        margin: 5px -65px;
    }

    .contText {
        font-size: 1em;
    }
    .contfooter {
        margin: 90px -30px 0px -30px;
    }

    h1 {
        margin: 0px 0px 0px 0px;
        font-size: 40px !important;
    }
    .txtanimp {
        padding-top: 5%;
        font-size: 20px !important;
    }






	.info {
		max-width: 100%;
	}

    .row {
        margin-right: -15px;
        margin-left: -25px;
    }

    .link {
    padding-top: 15px;
    font-size: 1.05em;
	font-weight: bold;
    }

	.pages-nav__item {
		width: 50%;
		min-height: 20px;
	}
	.link--page {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.link--social {
		margin: 0 0.1em;
	}
}





@media screen and (max-width: 40em) {
	.js .pages-nav {
		display: block;
		padding: 40px 20px 0 20px;
		text-align: left;
	}
	.js .pages-nav__item {
		width: 100%;
		padding: 4px 0;
	}
	.js .pages-nav__item--small {
		display: inline-block;
		width: auto;
		margin-right: 5px;
	}
	.pages-nav__item--social {
		font-size: 0.9em;
	}
	.menu-button {
        top: 20px;
        right: 20px;
		left: auto;
	}
	.info {
		font-size: 0.85em;
	}
}



@media screen and (max-width: 60em) {



    .jumbotron{
        padding-left: 0em;
        padding-right: 0em;
    }

    .btn-default {
        padding: -15px;
        margin: 0px;
    }

    .js .page{
        overflow: scroll;
    }



    .overlay {
        margin-left: -15px;
    }

    .txtmundo{
        padding-top: 2em;
    }

    .demo-1 {
        margin: 0% 5% 9% 5%;
    }



    .fa-cutlery,
    .fa-code,
    .fa-users,
    .fa-film,
    .fa-camera-retro,
    .fa-plane {
        font-size: 5em !important;
        padding: 0.5em 10px 1em !important;
    }

    .fa-graduation-cap,
    .fa-home{
         font-size: 5em !important;
        padding: 0.5em 10px 1em !important;
    }

    .fa-link {
        color: #fff;
        font-size: 2.6em !important;
        padding: 14px 0;
        text-align: right;
    }
    .info button {
        font-size: 1.4em !important;
        padding: 2em 3em;
    }

}
