*{
    margin: 0;
    padding: 0;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
html {
	font-size: 100%;
	color: #fff;
}
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	z-index: 99999999;
}


nav {
	width: 92.5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nombre{
	font-family: roboto;
	font-weight: bold;
	font-size: 17pt;

}
.profesion{
	margin: 0;
	padding: 0;
	font-weight: 300;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

nav ul li {
	display: inline-block;
	margin-left: 50px;
	font-size: 15pt;
	font-family: roboto;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
}
nav ul li a:hover {
	color: #d46a13;
	font-weight: 400;
	text-decoration: none;
}

section {
	height: 100vh;
}

.subir{
	position: fixed;
	z-index: 2;
	height: 7.5vh;
	transform: rotate(90deg);
	bottom: 5%;
	right: 2.5%;
}
/* Galería Header */

header {
	background-color: #333;
	color: #fff;
	height: 100vh;
}

.headtop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(12, 12, 15, 1.0);
	padding-left: 10%;
	padding-right: 10%;
	height: 10vh;
	position: fixed;
	width: 100%;
	z-index: 6;
}
.margin-top{
	height: 10vh;
}
.cont {
	width: 80%;
	height: 90vh;
	margin: 0 auto;
	background-color: black;
}

.blur{
	position: absolute;
	height: 90vh;
	width: 80%;

}

.headimgs{
	width: 100%;
	height: 90vh;
	background-image: url("img/head1.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;

}

.flecha{

	height: 7.5%;
	z-index: 1;
	margin: 5%;
	opacity: 60%;
}
.flecha:hover{
    opacity: 20%;
}

/*Sobre mí*/


#sobre-mi{
	background-color: #1e1e1e;
	display: flex;
	flex-direction: row;
	padding-left: 10%;
	padding-right: 10%;

}
.abt{
	width: 33.33%;
	height: 100vh;
}

.compt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 33%;
	margin-right: 3.33%;
}
.compt1{
	width: 100%;
}
.titcom{
	font-family: "Franklin Gothic", sans-serif;
	font-weight: 900;
	font-size: 2.685em;
	margin: 0;
	color: rgb(50, 50, 50);
}
.compec{
	margin-top: 12vh;
	height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.compet{
	font-family: "Century Gothic", sans-serif;
	font-weight: lighter;
	font-size:large;
	letter-spacing: 0.03em;
}
.barra{
	background-color: rgb(50, 50, 50);
	height: 1.3vh;
	width: 100%;
	border-radius: 1%/20%;
	margin-top: 0%;
}
.fill{
	background-color: #d46a13;
	width: 100%;
	height: 100%;
	text-align: right;
	border-radius: 2%/30%;
	position: relative;

}
.fill1{
	width: 75%;
}

.fill2{
	width: 80%;
}
.fill3{
	width: 70%;
}
.fill4{
	width: 65%;
}
.fill5{
	width: 75%;
}
.prct{
	position: absolute;
	right: 0%;
	bottom: 0vh;
	font-family: system-ui;
	font-size: small;
}




.imgab{
	background-image: url("img/fotoyo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 80%;
	width: 50%;
}

.txtab{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 3.33%;
	width: 50%;
}

.txtab1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 50vh;
	width: 100%;
}


.who{
	font-family: system-ui;
	font-weight: lighter;
	letter-spacing: 0.25em;
	font-size: 110%;
	margin: 0 0 2% 0;

}
.nomb{
	font-family: "Century Gothic", sans-serif;
	font-size: x-large;
	text-align: right;
	margin: 0;
	background-color: #d46a13;
	padding: 1% 3% 3% 3%;
	width: fit-content;
}
.prof{
	font-family: "Century Gothic", sans-serif;
	font-size:large;
	letter-spacing: 0.03em;
	margin: 6% 0% -1.5% 0%;
}
.testo{
	letter-spacing: 0.03em;
	font-family: "Times new roman", serif;
	margin-top: 5%;

}

/*Proyectos(portafolio)*/


#proyectos{
	background-color: #333;
	justify-content: start;
	height: 100vh;
	padding: 0 10% 0 10%;

}




.cont1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(12, 12, 15, 0.5);
	z-index: 8;
	display: none;
}
.cerrar{
	position: absolute;
	top: 50px;
	right: 85px;
	padding: 0;
	background-color: #e6a732;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cerrarx{
	z-index: 3;
}
.cerrarx:hover {
	background-color: #a57110;
}
.cerrar h1{
	font-family: system-ui;
	font-size: 20pt;
	margin: 0;
	position: absolute;
	right: 17.5px;
	top: 6.25px;
	user-select: none;
}
.headimgs1{
	width: 82%;
	height: 82vh;
	background-image: url('img/port/porta (1).jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.flecha1{
	height: 7.5%;
	z-index: 1;
	margin: 5%;
	opacity: 60%;
}

.flecha1:hover {
	opacity: 100%;
}
.zoom{
	margin-top: 2vh;
}
.zoom3g{
	margin-top: 2vh;
}
.zoomz3{
	margin-top: 2vh;
}



.topro{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 35vh;
	width: 100%;
	padding: 15vh 0 3vh 0;
	margin-bottom: 2vh;
}

.titport{
	font-family: "Century Gothic", sans-serif;
	font-weight: bolder;
	font-size: 3em;
	margin: 0;
}
.navport {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	align-items: baseline;
	width: 70%;
	font-family: system-ui;
    font-weight: lighter;
    letter-spacing: 0.25em;
    font-size: 12.5pt;

}
.navport li{
	margin: 0;
	text-decoration: none;
}
.navport li a{
	margin: 0;
	color: #fff;
	text-decoration: none;
}
.navport li:hover {
	background-color: #d46a13;
	padding: 1% 2% 1% 2%;
	border-radius: 10%/30%;
}
.subrayado {
	background-color: #d46a13;
	padding: 1% 2% 1% 2%;
	border-radius: 10%/30%;
}

.imgpro{
	width: 100%;
	height: 60vh;
	
	overflow-y: scroll;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.av{
	display: flex;
	justify-content: center;
	align-items: center;
}


::-webkit-scrollbar {
width: 16px;
height: 5px;
background-color: #444;
}
::-webkit-scrollbar-track {
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: #555;
}
::-webkit-scrollbar-thumb:hover {
background: #666;
}
.trd{
	display: flex;
}
.colum{
	width: 32.33%;
}
.av,.ilus,.todo,.logo{
	display: none;
}

#contacto{
	background-color: #1e1e1e;
	display: flex;
	height: 37vh;
	width: 100%;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-end;
	padding: 0 15% 0 15%;
	color: #858585;
}
.infoconcont{
	width: 100%;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid #494949 2px;
}
.infocont{
	background-color: ;
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 2%;
}
.redes{
	width: 100%;
	height: 20%;
	display: flex;
	justify-content: space-evenly;
	padding: 2% 0 0 0;
	margin-bottom: 2%;
	background-color: ;
}
.infoext{
	background-color: ;
	width: 100%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 12pt;
	font-family: system-ui;
}
.loguitos{
	filter: invert(1);
	height: 100%;
	width: 100%;
}
.loguitos:hover{
	opacity: 50%;
	margin: 0;
}
.infoext ul {
	list-style: none;
	margin: 0;
	margin-top: 2%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 50%;

}

.infoext ul li {
	font-size: 12pt;
	font-family: system-ui;
}

.infoext ul li a {
	color: #fff;
	text-decoration: none;
}
.infoext ul li a:hover {
	color: #d46a13;
	font-weight: 400;
	text-decoration: none;
}
.contactform{
	display: flex;
	align-items: center;
	height: 80%;
	width: 50%;
	justify-content: flex-end;
	border-left: solid #494949 2px;
}
.contactform form{
	font-size: 9pt;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	font-family: system-ui;
	height: 100%;
	width: 50%;
}
.titcon{
	font-family: "Century Gothic", sans-serif;
	font-weight: 600;
	text-align: center;
	width: 50%;
	letter-spacing: 0.2vh;
	font-size: 1.25em;
	margin: 0;
	color: #fff;
}
#nombre{
	width: 100%;
	height: 10%;
}
#email{
	width: 100%;
	height: 10%;
}
#mensaje{
	width: 100%;
	height: 25%;
	padding: 5px;
}
.contbt{
	border-style: none;
	width: 35%;
	height: 3vh;
	font-size: 12pt;

}

.contbt:hover{
	background-color: #d46a13;
}

form label, form input, form textarea {
	display: block;
	margin-bottom: 10

}
footer{
	background-color: #1e1e1e;
	display: ;
	margin-top: 2%;
}
.pie{
	margin: 0;
}

.surreal{
	width: 50%;
	height: 60vh;
}
.responsive1{
	display: flex;
	width: 100%;
}
.trd2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 64.66%;
}
.trd2 .colum{
	width: 48%;
}


@media (max-width: 375px),screen and (orientation: portrait) {

::-webkit-scrollbar {
width: 0px;
height: 5px;
background-color: rgba(0, 0, 0, 0.0);
}
::-webkit-scrollbar-track {
border-radius: 0px;
}
::-webkit-scrollbar-thumb {
background: #555;
}
::-webkit-scrollbar-thumb:hover {
background: #666;
}


.trd2{
	display: unset;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.trd2 .colum{
	width: 100%;
}

.topro{
	padding: 0;
	padding-top: 6vh;
	height: 12vh;
	margin: 0;
	margin-bottom: 6vh;
	justify-content: space-evenly;
}
.titport{
	margin-bottom: 5vh;
}
.navport{
	width: 100%;
	justify-content: space-between;
	font-size:16pt;
}
.av{
	overflow-y: hidden;
}
.surreal{
	margin: 0;
	width: 100%;
	height: 38vh;
}
.headimgs1{
	width: 100%;
	height: 70vh;
	background-position: center;
}
.flecha1{
	height: 5vh;
	margin: 2%;
}
.cerrarx{
	display: none;
}
#proyectos{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#sobre-mi{
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.abt{
	width: 80%;
	height: 50vh;
}
.txtab1{
	height: fit-content;
	width: 80%;
	align-items: flex-end;
	text-align: right;
}
.who{
	font-size: 1.3em;
}
.nomb{
	font-size: 2em;
}
.prof{
	font-size: 1.35em;
}
.testo{
	font-size: 1.2em;
}
.compt{
	justify-content: flex-start;
}
.compet{
	font-size: 1.5em;
}
.prct{
	font-size: large;
}
.compt1{
	height: fit-content;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.compec{
	margin-top: 5vh;
}
.responsive1{
	display: flex;
	align-items: center;
	height: fit-content;
}
.imgab{
	height: 350px;
	width: 500px;
	border-radius: 100%;
}

.titcom{
	font-size: 5em;
	margin: 0 auto;
	width: fit-content;
}
.barra{
	width: 100%;
}
.flecha{
	height: 5vh;
	margin: 10%;
}
.imgpro{
	flex-direction: column;
	flex-wrap: nowrap;
	height: 77.5vh;
}
.colum{
	width: 100%;
}
.cont{
	height: 50vh;
	width: 100%;
}
header{
	height: fit-content;
}
.headimgs{
	height: 50vh;
	width: 100%;
}
.blur{
	height: 50vh;
	width: 100%;
}
.navtit{
	display: none;
}
.headtop{
	justify-content: center;
	align-items: center;
	height: 15vh;
	position: relative;
}
.margin-top{
	display: none;
}
.log{
	height: 10vh;
}
.redes{
	margin-top: 2vh;
	padding: 0;
}
.titcon{
	display: none;
}
.contactform form{
	width: 90%;
}
}