@keyframes intro-box{
	0%{background-color: #FF2F45;}
	100%{background-color: transparent;}
}

body {
	max-width: 80%;
	background-color: #ECEADC;
	margin: 0 auto;
	overflow-x: hidden;
}
 div.intro{
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: #ffffff;
	 z-index: 10;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 pointer-events: none;
	 animation: intro-box 1s 4s both;
}

h1{
	font-family: Poppins ;
	font-weight: 500;
	font-size: 100px;
}

h2{
	font-family: Roboto;
	font-size: 24px;
	line-height: 1.3;
}

header{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
header div{
display: flex;
align-items: center;
}

header div div.square1{
	width: 20px;
	height: 20px;
	background-color: #26243C;
}

header div div.square2{
	width: 20px;
	height: 20px;
	background-color: #0072EC;
}

header div div.square3{
	width: 20px;
	height: 20px;
	background-color: #FF2F45;
}
header div div.square4{
	width: 20px;
	height: 20px;
	background-color: #FFd400;
}
header div div.square5{
	width: 20px;
	height: 20px;
	background-color: #000000;
}
header div div.square1:hover,
header div div.square2:hover,
header div div.square3:hover,
header div div.square4:hover,
header div div.square5:hover{
	width: 30px;
	height: 30px;
}

header div img{
	width: 100px;
}

section.hero div.eye{
	display: flex;
	
	width: 100%;
	height: 100%;
	
	background-image: url("sky.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 10px;

	justify-content: center;
	align-items: center;

}

.eye {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


section.hero div.eye svg{
	width: 60%;
	z-index: 11;
}

section.hero div.info{
	display: flex;
}

section.hero div.info div.info-text{
width: 33.33%;
text-align: left;
margin-top: 20px;
}

section.phrases h1{
	font-size: 36px;
	font-weight: 700;
	color: #FF2F45;
	text-align: center;
	padding: 100px 0 100px 0;
	}

section.phrases div.phrases-contents,
section.phrases div.phrases-contents2{
	display: flex;
}
section.phrases div.phrases-contents div,
section.phrases div.phrases-contents2 div{
 width: 100%;
 padding: 0 10px 0 10px;
}

section.phrases div.phrases-contents h2,
section.phrases div.phrases-contents2 h2{
	padding-left: 10px;
	text-transform: uppercase;
}

section.phrases div.phrases-contents2{
	margin: 100px 0 100px 0;
}

section.phrases div.phrases-contents div.p1{
	margin: 10px;
	background-image: url("flowers.jpg");
	background-size: cover;
	transition: 0.5s ease;
}

section.phrases div.phrases-contents div.p2{
	margin: 10px;
	background-image: url("lamp.jpg");
	background-size: cover;
	overflow: hidden;
	transition: 0.5s ease;
}

section.phrases div.phrases-contents div.p3{
	margin: 10px;
	background-image: url("space.jpg");
	background-size: cover;
	transition: 0.5s ease;
}

section.phrases div.phrases-contents2 div.p4{
	margin: 10px;
	background-image: url("sky2.jpg");
	background-size: cover;
	transition: 0.5s ease;
}

section.phrases div.phrases-contents2 div.p5{
	margin: 10px;
	background-image: url("plants.jpg");
	background-size: cover;
	transition: 0.5s ease;
}

section.phrases div.phrases-contents2 div.p6{
	margin: 10px;
	background-image: url("bomb.jpg");
	background-size: cover;
	transition: 0.5s ease;
}

section.phrases div.phrases-contents div.p1:hover,
section.phrases div.phrases-contents2 div.p6:hover{
	border: solid 15px #0072EC;
	rotate: 3deg;
}
section.phrases div.phrases-contents div.p2:hover,
section.phrases div.phrases-contents2 div.p4:hover{
	border: solid 15px #FF2F45;
	rotate: -3deg;
}
section.phrases div.phrases-contents div.p3:hover,
section.phrases div.phrases-contents2 div.p5:hover{
	border: solid 15px #FFd400;
	rotate: 3deg;
} 
section.phrases div.phrases-contents2 div.p6 svg g#barra1,
section.phrases div.phrases-contents2 div.p6 svg g#barra2,
section.phrases div.phrases-contents2 div.p6 svg g#barra3{
	opacity: 0;
}

section.work{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 200px 0 200px 0;
}

section.work div.works{
	display: flex;
	justify-content: flex-end;
	width: 50%;
	text-align: right;

}

section.work div.works img{
	width: 80%;
}

 .hidden {
      display: none;
    }

section.work div.work-texts{
 width: 50%;
 align-content: center;	
 padding: 0 0 0 50px;
}

section.work div.work-texts h1{
 color: #0072EC;
 font-weight: 700;
}

section.work div.work-texts h2 a{
	margin-top: 10px;
	font-size: 36px;
	color: #26243C;
	text-decoration: none;
}

section.work div.work-texts h2 a:hover{
	font-weight: 700;
	color: #FF2F45;
	text-decoration: underline;
}

section.limits div.limits-phrases{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 500px;
	background-image: url("sea.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 30px;
}

section.limits div.limits-phrases h1{
 color: #FF2F45;
 font-weight: 700;
 text-transform: uppercase;
}

section.limits div.limits-phrases img{
	height: 300px;
}

section.limits div.info2{
	display: flex;
	width: 100%;
	padding-bottom: 80px;
}

section.limits div.info-text1,
section.limits div.info-text2{
width: 50%;
margin-top: 30px;
}

section.limits div.info-text1{
	text-align: left;
}
section.limits div.info-text1 h2{
	font-size: 28px;
}
section.limits div.info-text2{
	text-align: right;
}

section.limits div.info-text2 h2 a{
text-decoration: none;
color: #26243C;
}

section.limits div.info-text2 h2 a:hover{
	font-weight: 700;
	color: #0072EC;
}
footer{
	text-align: left;
	margin: 50px 0 50px 0;
}
footer p{
	font-family: roboto;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	color: #0072EC;
}
header.projects{
	  height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0 0;
    background-image: url("sky.jpg");
    background-position: center center;
    background-size: cover;
		padding: 10%;
}

header.projects h1 a{
 font-size: 60px;
 font-weight: 700;
 color: #ECEADC;
 text-decoration: none;
}
header.projects h1 a:hover{
	color: #FF2F45;
	text-decoration: underline;
}

header.projects svg{
	width: 150px;
}
iframe{
	margin-top: 25px;
	width: 720px;
	height: 405px; 
}
iframe.v1{
	border: 10px solid #0072EC;
}
iframe.v2{
	border: 10px solid #000000;
}
iframe.v3{
	border: 10px solid #FFd400;
}
section.camp{
	background-color:#FF2F45;
	margin: 0 0 100px 0;
	padding: 100px 0 100px 0;
}
.campaigns{
	width: 720px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
  justify-content: center;
	align-items: center;
	margin-bottom: 100px;
	text-align: left;
}
section.campaigns h1{
	font-size: 48px;
	font-weight: 700;
	padding-top: 20px;
	color: #ffffff;
}
section.campaigns p{
	color: #ffffff;
	font-family: roboto;
	font-size: 18px;
	padding-top: 20px;
}
section.ojo{
 justify-content: center;
 background-color: #000000;
 padding: 10%;
 text-align: center;

}
section.ojo div.container1{
	align-items: center;
	text-align: center;
}
img.logos{
	width: 300px;
}

section.ojo div.containerc{
	display: flex;
	justify-content: center;
	width: 100%;
}
section.ojo div.containerb{
	width: 100%;
}
section.ojo div.containerb img{
	width: 100%;
	margin: 20px	 0 20pX 0;
}
section.ojo div.containerc img{
	width: 300px;
	padding: 10px;
}
@media  (max-width: 1220px){
section.limits div.limits-phrases h1{
 font-size: 80px;
}
}
@media  (max-width: 1040px){
	h1{
	font-size: 60px;
}
h2{
	font-size: 20px;
}
	section.work div.work-texts h2 a{
	font-size: 24px;;
}
section.limits div.limits-phrases{
	height: 350px;
}
section.limits div.limits-phrases img{
	height: 150px;
}
header.projects h1 a{
 font-size: 36px;
}
header.projects svg{
	width: 100px;
}
section.ojo div.containerc{
	display: block;
}
img.logos{
	width: 150px;
}
section.camp section.campaigns{
  width: 600px;
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 100px;
	text-align: center;
}
section.campaigns div.text-campaign h1{
	font-size: 24px;
}
section.campaigns div.text-campaign p{
	font-size: 14px;
}

iframe{
	width: 540px;
	height: 280px; 
}


}
@media  (max-width: 873px){
	section.hero div.eye{
	background-attachment: scroll;
}
section.limits div.limits-phrases{
	background-attachment: scroll;
}
	section.limits div.limits-phrases h1{
 font-size: 50px;
}
footer{
	text-align: center;
	margin: 50px 50px 50px 50px;
}
section.camp section.campaigns{
	width: 300px;
}
iframe{
	width: 480px;
	height: 180px; 
}
}

@media(max-width: 690px){
	section.work div.work-texts h2 a{
	font-size: 24px;
}
section.work{
	display: block;
	margin: 100px 0 100px 0;
}

section.work div.works{
	display: none;
	width: 100%;
	text-align: center;
}
section.work div.work-texts{
 width: 100%;
 text-align: center;
 padding: 0 0 0 0;
}
section.limits div.limits-phrases{
	display: block;
	text-align: center;
}
section.limits div.limits-phrases h1{
 font-size: 36px;
 text-align: center;
}
section.limits div.limits-phrases{
	height: 300px;
}
section.limits div.info2{
	display: block;
}

section.limits div.info-text1,
section.limits div.info-text2{
width: 100%;
}

section.limits div.info-text1{
	text-align: center;
}
section.limits div.info-text1 h2{
	font-size: 24px;
}
section.limits div.info-text2{
	text-align: center;
}
}

@media  (max-width: 620px){
	header div img{
	width: 80px;
}
	h1{
	font-size: 48px;
}
h2{
	font-size: 16px;
	text-align: center;
}
section.hero div.eye{
	height: 250px;

}

section.phrases div.phrases-contents,
section.phrases div.phrases-contents2{
	display: block;
	text-align: center;
}
section.limits div.limits-phrases img{
	height: 100px;
}
}