@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,800|Lora:400italic|Playfair+Display:700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

/*Aquí voy a insertar mis estilos*/
#video {position: center; margin-left: 100px}
#infografia{width: 100%}
#infografia img {width: 100%}
#foto_computador {display:block}
#foto_celular {display:none}
br {display: none}
/* Add a black background color to the top navigation */
.topnav {display:none;
  background-color:#6E98D6;
  overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 5000;
	top:0;
	left:0;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:#6E98D6;
  color: #FFFFFF;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color:#6E98D6;
  color: #FFFFFF;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
#titulo_1 strong{background-color: rgba(237,236,236,0.7)}
nav {width: 100%; 
    height: 40px; background-color:#6E98D6; position:fixed;top:0; left:0;z-index:3000;}
#menu {width:800px; margin:auto}
#menu a{text-decoration: none;margin-left: 100px;color: #FFFFFF }
#pie_pagina {width:100%;height: 100px; background-color:#6E98D6}
#pie_pagina h3{text-align: center;padding-top: 20px}
.fotogr{width: 100%; margin-bottom: 5px}
.fotogr img{width:100%;}
#foto_hover{width: 100%;height: 500px; background-image:url(../img/fotografo_paisajes_gris.jpg);
    background-size: cover;
cursor: pointer}
#mascara {width: 100%;height: 500px; background-image:url(../img/fotografo_paisajes.jpg);opacity:0; transition: ease-in-out 1s; background-size: cover
}
#mascara:hover{opacity: 1;}
#mascara p{color:azure; padding-top:200px;text-align: center;}
#foto_hover2{width: 100%;height: 500px;background-image: url(https://www.blogdelfotografo.com/wp-content/uploads/2020/04/fotografo-paisajes.jpg);background-size: cover;cursor: pointer}
#mascara2 {width: 100%;height: 500px; background-color:rgba(0,0,0,0.5);opacity:0; transition: ease-in-out 1s;
}
#mascara2:hover{opacity:1;}
#mascara2 p{color:azure; padding-top:200px;text-align: center;}
body {
	background:#FFFFFF;
	color:#474B52;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	font-family:'David Libre', serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.fotoypie{width: 400px;background-color:#ECEFF5; float:left; margin-right: 10px; margin-left: -150px}
.fotoypie img{ width:400px;margin-bottom:5px}
.pie{width:400px;line-height: 0.7em}
.pie span{font-size:0.9em; font-family:'David Libre', serif, serif;line-height:1.3em; color: black}


.demo-7 {
	background: #f5f5f5;
}

.demo-5 {
	background: #f8dab4;
	color: #5c554c;
}

.demo-6 {
	background: #f1f1f1;
}

.demo-1 {
	background:#FFFFFF ;
}

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

a:hover, a:focus {
	color: #69606b;
}

.demo-4 a {
	color: #43939d;
}

.demo-4 a:hover,
.demo-4 a:focus {
	color: #7b8d92;
}

.demo-8 a {
	color: #cf7000;
}

.demo-8 a:hover,
.demo-8 a:focus {
	color: #cf7000;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.6em;
	padding: 0 32px;
	letter-spacing: 1px;
	z-index: 10000;
}

.codrops-top a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	text-align: center;
	speak: none;
	margin: 0 0.55em 0 0;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-demos {
	padding: 0 0 1em;
	position: relative;
}

.codrops-demos a {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.6em;
	letter-spacing: 1px;
	padding: 0.3em 0;
	display: inline-block;
	opacity: 0.7;
	margin: 0 0.5em;
	white-space: nowrap;
	color: #cf4a5c;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
	opacity: 1;
	color: #69606b;
}

.codrops-demos a.current-demo {
	border-bottom: 3px solid #69606b;
}

.related {
	padding: 3em 0;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}

.demo-5 .related {
	width: 60%;
	margin-left: 40%;
}

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

	.codrops-icon span {
		display: none;
	}

	.related {
		font-size: 80%;
	}

}
/*Aquí terminan estilos pc*/
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav{display:block; position:fixed; z-index:3000;width: 100%}
    nav{display: none;}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;
	top:0; 
	left:0;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
    .title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
    .title h1 {
	padding: 0 0 0.3em;
	color: #2B3B54;
	font-weight: 900;
	font-size: 3.90em;
	margin: 0 auto;
    font-family: 'Bebas Neue', cursive;    
}
    .intro-effect-fadeout .title {
    text-align: left;
        max-width: 900px;
    top:69%;}
    
    #foto_computador{display: none}
    #foto_celular{display:block;}
    .fotoypie{width: 100%;background-color:#ECEFF5; margin-right:0px; margin-left:0px}
    .fotoypie img{ width:100%;margin-bottom:0px}
.pie{width:100%;}
.pie span{margin-left:0px; margin-right:0px;font-size:0.9em; font-family:'David Libre', serif, serif;line-height:1.5em; color: black}
br{display: block}
    #video {width: 100%; margin-left:0px}
    #video iframe {width:100%}
#pie_pagina {width:100%;height: 120px; background-color:#6E98D6}
#pie_pagina h3{text-align: center;padding-top: 20px}
}


