@font-face {
    font-family: 'poppins-Regular';
    src: url("fonts/Poppins-Regular.ttf");
    font-family: 'poppins-Bold';
    src: url("fonts/Poppins-Bold.ttf");
}
html {
    max-width: 100%;
    overflow-x: hidden;
 }
 body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'poppins', 'rubik', sans-serif;
    /*color: #344C54;*/
 }

.container{
    margin-top: 5%;
    align-self: flex-end;
    color: #344C54;
}
.container a{
    text-decoration: none;
    font-size: 22px;
    color: #344C54;
    padding: 0 5em 0 0;
}
.container a:hover{
    color:white;
    }

.hero {
	position: static;
    min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12rem 20rem;
	background: {
		image: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%), url('https://source.unsplash.com/random/1920x1080/?sky');
		blend-mode: multiply;
        size: cover;
	}
}

h1 {
    font-size: 10vw;
    font-weight: 900;
    font-family: "poppins-Bold", sans-serif;
    color: #FFB5C2;
    text-shadow: -0.0085em 0.0085em 0 #ffffff,
    0.005em 0.005em 0 #FFA7B7,
    0.01em 0.01em 0 #FFA2B3,
    0.015em 0.015em #FF9BAD,
    0.02em 0.02em 0 #FF92A6,
    0.025em 0.025em 0 #FD8DA1,
    0.03em 0.03em 0 #FB879C,
    0.035em 0.035em 0 #F88096;
}
h4 {
    font-size: 0px;
}

a{
    size: 50%;
}
.mouse {
	max-width: 2.3rem;
	width: 100%;
	height: fit-content;
}

.scroll {
	animation-name: scroll;
	animation-duration: 1.5s;
	animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500);
	animation-iteration-count: infinite;
	transform-origin: 50% 20.5px;
	will-change: transform, opacity;
	opacity: 1;
}

.scroll-link {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
}

@keyframes scroll {
	0%, 20% {
		transform: translateY(0) scaleY(1);
	}
	100% {
		transform: translateY(36px) scaleY(2);
		opacity: 0;
	}
}

/*
img:hover{
    opacity: 0.5;
} */

.main{
    display: flex;
    flex-direction: column;
}

.principal{
    width: 100vw;
    height: 100vh;
    background-color: #FFB5C2;
    display:flex;
    flex-direction: column;
    align-items: center;
}


.link{
    text-decoration: none;
    padding-top: 50px;
   /* background-color: white;
    color:#F2C1C6;
    border: 1px solid #344C54;;
    min-width: 20px;
    padding: 15px 20px;
    position: relative;
    margin-top: 20%;*/
}
.link a{
    color:#172226;
    text-decoration: none;
    border: 2px solid #F2C1C6;
    border-radius: 5px;
    padding: 15px 20px;
}

.link a:hover{
color:#F2C1C6;
border: 1px solid #F2C1C6;

}

.group{
    display:flex;
    flex-direction: column;
}

.blanc{
    width: 100vw;
    height: 20vh;
    background-image: url(./img/810.jpg);
    background-size: contain;
    background-attachment: fixed;
}

#startProjects{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
background-color: white;
}

.project{
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
background-color: white;

}

.absolut{
    width: 20%;
    /*position: absolute;*/
   /* display:flex;
    flex-direction: column;*/
   /* background-color: #84BED6;*/
    padding-left: 4%;
    padding-top: 10%;
}

.imgProject{
    width: 100vw;
    height: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.imgProject img{
    padding-left: 17%;
    height: 100%;
    object-fit: cover;
}

.img:hover{
    opacity: 0.5;
    cursor: pointer;
}

.oscurecer {
    background-image: url(./img/voluntnearmockup.jpg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
  height: 80%;
  width: 80%;
  }

h2{
    font-size: 70px;
    font-family: "poppins-Bold", sans-serif;
    width: 30vw;
    color:#172226;
    /*margin-bottom: 5%;*/
}

h3{
    font-size: 14px;
    line-height : 30px;
    width: 30vw;
    color: #273A41;
   /* margin-bottom: 2%;*/
}

.year{
    font-size: 16px;
    /*padding-bottom: 3%;*/
}

@media only screen and (min-width:0px) and (max-width:440px){
    .principal{
        width: 100vw;
        height: 100vh;
        background-color: #FFB5C2;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    
    .container{
        margin-top: 15%;
        align-self: flex-end;
    }

    .container a{
        font-size: 14px;
        padding: 0 2em 0 0;
    }
    
    h1 {
        font-size: 0px;
    }

    h4{
        text-align: center;
        font-size: 25vw;
    font-weight: 900;
    font-family: "poppins-Bold", sans-serif;
    color: #FFB5C2;
    text-shadow: -0.0085em 0.0085em 0 #ffffff,
    0.005em 0.005em 0 #FFA7B7,
    0.01em 0.01em 0 #FFA2B3,
    0.015em 0.015em #FF9BAD,
    0.02em 0.02em 0 #FF92A6,
    0.025em 0.025em 0 #FD8DA1,
    0.03em 0.03em 0 #FB879C,
    0.035em 0.035em 0 #F88096;
    margin-bottom: 60%;
    }
    .mouse {
        max-width: 1.5em;
    }
    
    .blanc{
        width: 100vw;
        height: 20vh;
        background-image: url(./img/810.jpg);
        background-size: contain;
        background-attachment: fixed;
    }

    #startProjects{
        display: flex;
        flex-direction: column;
    }
    
    .project{
        width: 100vw;
        height: 100vh;
        background-color: white;
        display: flex;
        flex-direction: column;
    }
    
    .absolut{
        width: 100vw;
        padding-left:15%;
        padding-top: 0;
        margin-top:40%;
        /*position: absolute;*/
       /* display:flex;
        flex-direction: column;*/
    }

    .link{
        padding-top: 0;
    }
    .link a{
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 12px;
    }
    
    h2{
        font-size: 40px;
        width: 90vw;
        font-family: "poppins-Bold";
        /*margin-bottom: 5%;*/
    }
    
    h3{
        font-size: 12px;
        line-height : 20px;
        width: 87vw;
        margin-bottom: 10%;
        margin-top: 3%;
        padding-right: 10%;
    }
    
    .year{
        font-size: 10px;
        /*padding-bottom: 3%;*/
    }
    

    .img:hover{
        opacity: 0.5;
        cursor: pointer;
    }
.imgProject{
    margin-top: 10%;
}
    .imgProject img{
        padding-left: 0;
        height: 65%;
        object-fit: cover;
    }
}



@media only screen and (min-width:441px) and (max-width:767px){
    .principal{
        width: 100vw;
        height: 100vh;
        background-color: #FFB5C2;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    
    .container{
        margin-top: 7%;
        margin-right: 10%;
        *display: flex;
        align-self: flex-end;
    }

    .container a{
        font-size: 18px;
    }
    
    h1 {
        font-size: 0px;
    }

    h4{
        text-align: center;
        font-size: 25vw;
    font-family: "poppins-Bold", sans-serif;
    color: #FFB5C2;
    text-shadow: -0.0085em 0.0085em 0 #ffffff,
    0.005em 0.005em 0 #FFA7B7,
    0.01em 0.01em 0 #FFA2B3,
    0.015em 0.015em #FF9BAD,
    0.02em 0.02em 0 #FF92A6,
    0.025em 0.025em 0 #FD8DA1,
    0.03em 0.03em 0 #FB879C,
    0.035em 0.035em 0 #F88096;
    margin-bottom: 60%;
    }
    
    .blanc{
        width: 100vw;
        height: 20vh;
        background-image: url(./img/810.jpg);
        background-size: contain;
        background-attachment: fixed;
    }

    #startProjects{
        width: 100vw;
        height: 100vh;
        background-color: white;
        display: flex;
        flex-direction: column;
    }
    
    .project{
        width: 100vw;
        height: 100vh;
        background-color: white;
        display: flex;
        flex-direction: column;
    }
    
    .absolut{
        width: 100vw;
        /*position: absolute;*/
       /* display:flex;
        flex-direction: column;*/
        padding-left: 10%;
        padding-top: 30%;
    }
    
    h2{
        font-size: 40px;
        width: 90vw;
        font-family: "poppins-Bold";
        /*margin-bottom: 5%;*/
    }
    
    h3{
        font-size: 12px;
        line-height : 20px;
        width: 90vw;
        margin-top: 3%;
        padding-right: 10%;
    }

    .link{
        padding-bottom: 50px;
    }
    
    .year{
        font-size: 10px;
        /*padding-bottom: 3%;*/
    }
    .img:hover{
        opacity: 0.5;
        cursor: pointer;
    }

    .imgProject img{
        padding-left: 0;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px){
    .container{
        margin-top: 8%;
    }
    .container a{
        text-decoration: none;
        font-size: 25px;
        color: #344C54;
        padding: 0 2em;
    }
    .principal{
        width: 100vw;
        height: 100vh;
        background-color: #FFB5C2;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    h1 {
        font-size: 0px;
    }
    h4{
        text-align: center;
        font-size: 25vw;
        font-weight: 900;
        font-family: "poppins-Bold", sans-serif;
        color: #FFB5C2;
         text-shadow: -0.0085em 0.0085em 0 #ffffff,
          0.005em 0.005em 0 #FFA7B7,
          0.01em 0.01em 0 #FFA2B3,
          0.015em 0.015em #FF9BAD,
          0.02em 0.02em 0 #FF92A6,
          0.025em 0.025em 0 #FD8DA1,
          0.03em 0.03em 0 #FB879C,
          0.035em 0.035em 0 #F88096;
         margin-bottom: 30%;
    }

    #startProjects{
        width: 100vw;
        height: 100vh;
        background-color: white;
        display: flex;
        flex-direction: column;
    }
    .project{
        width: 100vw;
        height: 100vh;
        background-color: white;
        display: flex;
        flex-direction: column;
    }
    .absolut{
        width: 100vw;
        /*position: absolute;*/
       /* display:flex;
        flex-direction: column;*/
        /*background-color: blanchedalmond;*/
        padding-left: 10%;
        padding-top: 10%;
    }
    h2{
        font-size: 6em;
        width: 80vw;
        font-family: "poppins-Bold";
        /*margin-bottom: 5%;*/
    }
    h3{
        font-size: 22px;
        width: 90vw;
        line-height : 45px;
        margin-top: 3%;
        margin-bottom: 10%;
        padding-right: 10%;
    }
    .year{
        font-size: 24px;
        /*padding-bottom: 3%;*/
    }
    .img:hover{
        opacity: 0.5;
        cursor: pointer;
    }
    .imgProject img{
        width: 100vw;
        padding-left: 0;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width:1025px) and (max-width:1440px){
    .container a{
        font-size: 22px;
        padding: 0 0px;
    }
    
}
@media only screen and (min-width:1441px){
}
