/*style marcela delgado site */
body {
	font-family: Arial,Verdana, sans-serif;
	font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #3e30a6;
	color: #EEEEEE;*/
	background-color: #fff;
	color: #333;
	
}

header {
	z-index: 1;
	position: fixed; 
	height: 74px;
	width: 100%;
	background-color: white;
	margin: 0;
	top: 0;
	border-bottom:2px solid #aaabac ;
	

	}
	img.logo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  padding-top:2px;
  padding-bottom:1px;
  height: 73px;
  width: 160px;
 
}
header nav {
     
	list-style-type: none;
	display: inline-block;
    vertical-align:middle;
    width: 70%;
    text-align: right;
    padding-bottom: 20px;
	
    }

 li {
	text-decoration: none;
	display: inline-block;

}

nav.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
   overflow: hidden;

}

 nav.topnav li {float: left;}

 nav.topnav li a {
 
  display: inline-block;
  color: #333;  
  text-align: center;
  padding: 6px;
  text-decoration: none;
  transition: 0.3s;  
  font-style: normal;
}

/*end default nav*/

#me{
	border-radius: 50%;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
}

 section {
	 padding-left: 50px;
	 padding-top: 30px;
     float: left;
	 width: 100%;
 }
 section h1, h2, h3 {
	padding-left: 40px;
    padding-top: 20px;
	  }
hr{
	width: 50%;

}

 .col img{

border-radius: 50%;

}
#puno h3{
padding-left: 50px;

}
#puno img {

	position: absolute;
	right: 0px;
	width: 200px;
	padding-left: 10px;
	
}
#puno{

	clear: both;
}
/*#picuno{
	position: absolute;
	right: 0px;
	width: 200px;

	padding-left: 10px;
  }*/



	  /* end */

 /* navigation */
 /* movil nav */

nav.topnav li a:hover {

	color: #333;
	border-bottom: 2px solid  #412759;
	color:#fbb8b8;
	
	
	}
	
	nav.topnav li.icon {display: none;}
	
	@media screen and (max-width:800px) {
	  nav.topnav li:not(:first-child) {display: none;}
	  nav.topnav li.icon {
	  display:inline-block;
	  }
	}
	
	@media screen and (max-width: 800px) {
	  nav.topnav.responsive {position: relative;}
	  nav.topnav.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	  }
	  nav.topnav.responsive li {
		float: none;
		display: inline;
	  }
	  nav.topnav.responsive li a {
		display: block;
		text-align: left;
		color: #fff;
		background-color: #412759;
	  }
	   nav.topnav li a:hover {
	   color:#fbb8b8;
	}
	header nav {
	  position: fixed;
	}
	.logo img {
	
	  width: 80%;
	}	
	
	}
	/* media query for mobile device nav new */
	
	 @media only screen and (max-width: 600px){
		 header nav {
	  position: fixed;
	} 
		 
		.logo img {
	 
	  width: 70%;
	}
		
	 }
		 
	/*fin nav new */
	
 
 /* end nav */ 


/*//////////////////////////////////////////////////////*/








/*/////////////////////////////////////////////////////*/









 

 

 




  /* Center website */
  .main {
	max-width: 1000px;
	margin: auto;
  }
 .row {
	margin: 8px -16px;
  }
  
  /* Add padding BETWEEN each column (if you want) */
  .row,
  .row > .column {
	padding: 8px;
  }
  
  /* Create four equal columns that floats next to each other */
  .column {
	float: left;
	width: 50%;
  }
  
  /* Clear floats after rows */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Content */
  .content {
	background-color: white;
	padding: 10px;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 900px) {
	.column {
	  width: 50%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.column {
	  width: 100%;
	}
  }

.sep{
	
	height: 74px;
}

  .tworow h1, h4 {
	color: #333;
	text-align: center;
  }
  
  #toppresent {
background-color: white;
	height: 300px;
	  }
  #toppresent h1{
padding-top: 50px;
text-align: center;
  }

/* Create two equal columns that floats next to each other */
.col {
	margin: 0;
	background-color: rgb(234, 242, 245);
	float: left;
	width: 50%;
	padding: 10px;
	height: 400px; /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .tworow:after {
	content: "";
	display: table;
	clear: both;
  }

  @media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.col {
	  width: 100%;
	  height: 200px;
	}
  }

 #about h2,h3,p{

padding-left: 50px;
 }
 #about .btn{
	padding-left: 50px;
 }
 #contact h2{
	padding-left: 50px;
 }
 /* footer */
 footer {
	 background-color: #171717;
	 height: 150px;
	 padding-top: 20px;
	 clear: both;
 }
 footer p {
	padding-top: 5px;
	color: white;
}
 
 footer #designer {
	 text-align: center;
	 padding-top: 50px;
	
	 color: white;
 }
 footer #designer a {
	
	color: white;
}
 
 /* end */
 
 /*/////////////contact form////////////////////////////////////////////////////////////*/
#cform {
	color: #333;
	background-color: #fff;
	max-width: 550px;
	margin-left: 30px;
	margin-right:10px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
	padding: 5px;
	border-radius:10px;
	  background-color: rgba(255,255,255,0.4);
	  box-shadow:0 8px 8px 8px rgba(0,0,0,0.2);
	clear: both;
  }
  input[type=text] {
	width: 100%;
	padding: 12px 20px;
	margin: 5px 0;
	display: inline-block;
	border: 2px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
  }
  
  input[type=email] {
	width: 100%;
	padding: 12px 20px;
	margin: 5px 0;
	display: inline-block;
	border: 2px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
  }
 
  input[type=submit]:hover {
	color: white;
  }
  button {
	width: 49%;
	padding: 10px 16px;
	margin: 5px 0;
	border-radius: 5px;
	color: #333;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	background-color: #fbb8b8;;
	  }
	  button:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: white;
  }
  
  textarea {
	width: 100%;
	height: 150px;
	padding: 12px 10px;
	margin: 5px 0;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	resize: none;
  }
  form {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right:20px;
  
  }
  
  /*end form////////////////////////////////////////////////////////////