@font-face {
	font-family: "DinCond";
	src: url('../FONT/DINPro-CondMedium.otf');
}

@font-face {
	font-family: "HLC";
	src: url('../FONT/HelveticaNeueLTStd-LtCn.otf');
}

@font-face {
	font-family: "HBC";
	src: url('../FONT/HelveticaNeueLTStd-HvCn.otf');
}

html {
    font-family: 'DinCond', sans-serif;
}

body {
    margin: 0px;
    opacity: 0;
    animation: anim 0.5s linear forwards 0.5s;
    -webkit-animation: anim 0.5s linear forwards 0.5s;
    -moz-animation: anim 0.5s linear forwards 0.5s;
    -o-animation: anim 0.5s linear forwards 0.5s;
}

@keyframes anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/** NAVIGATION **/

nav {
    padding: 2% 5% 2% 2%;
    margin: 0;
    text-align: right;
}

nav p {
    text-align: left;
    position: absolute;
    color: white;
    font-size: 25px;
    padding-left : 5%;
}

nav p span {
    color: red;
}

nav li {
    display: inline;
    list-style: none;
}

nav a {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    transition: 1s;
}

nav a:hover {
    opacity: 0.3;
}

@media screen and (max-width: 740px) {
    nav {
    display: table-caption;
        text-align: left;
    }
    nav p {
        width: 95%;
        text-align: right;
        padding: 0;
    }
}

@media screen and (max-width: 560px) {
    nav ul{
        position: fixed;
        opacity: 1;
        background-color: white;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    
    nav a {
        color: darkslategray;
    }
    
    nav p {
        opacity: 0;
    }
}

/** HEADER **/

header {
    width: 100%;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    height: 620px;
    background-image: url('../IMG/wall.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
}

header h1 {
    margin-top: 15%;
    margin-left: 18%;
    color: white;
    text-align: left;
    font-size: 50px;
}

@media screen and (max-width: 740px) {
    header {
        height: 320px;
    }
    
    header h1 {
        font-size: 35px;
        margin-top: 6%;
    }
}

@media screen and (max-width: 560px) {
    header {
        background-size: 200%;
        background-position: right;
    }
    
    header h1{
        margin-left: 0;
        margin-top: 70%;
        text-align: center;
    }
}


/** SEC01 ABOUT **/


#sec01 h1 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 2%;
    font-size: 35px;
    color: darkslategray;
}

#sec01 p {
    font-family: HLC;
    background-color: white;
    margin: 0;
    padding: 2% 30% 5% 30%;
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
    
}

@media screen and (max-width: 740px) {

    #sec01 p {
        padding: 2% 15% 5% 15%;
    }

}


/** SEC02 CITA 1 **/


#sec02 {
    height: 400px;
    background: url(../IMG/photo.jpg) center 0 no-repeat fixed;
    background-size: 100%;
}

#sec02 .content {
    color: white;
    font-family: HBC;
    margin: 0;
    padding: 15%;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

#sec02 span {
    font-size: 12px;
}

@media screen and (max-width: 740px) {

    #sec02 {
        height: 200px;
        background-size: 200%;
    }

}

@media screen and (max-width: 560px) {
    #sec02 {
        background-size: 400%;
    }

}


/** SEC03 INSTA **/


#sec03 {
    padding-top: 8%;
}

#sec03 ul{
    text-align: center;
    padding: 0;
}

#sec03 li {
    display: inline-block;
    text-align: center;
    padding: 1%;
}

#sec03 img {
    text-align: center;
    width: 200px;
    height: 200px;
}

#sec03 h2 {
    padding-top: 2%;
    text-align: center;
    font-family: HLC;
    color: darkslategray;
    font-size: 14px;
    padding-bottom: 10%;
}

#sec03 h2 a {
    font-family: HBC;
    text-decoration-color: white;
    color: darkslategray;
    transition: 1s;
}

#sec03 h2 a:hover {
    text-decoration-color: darkslategray;
}

@media screen and (max-width: 560px) {
    #sec03 img {
        width: 150px;
        height: 150px;
    }

}


/** SEC04 CITA 2 **/


#sec04 {
    height: 400px;
    background-image: url('../IMG/mac.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sec04 h1 {
    color: white;
    font-family: HBC;
    margin: 0;
    padding: 15%;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

#sec04 span {
    font-size: 12px;
}

@media screen and (max-width: 740px) {

    #sec04 {
        height: 200px;
        background-size: 200%;
    }

}

@media screen and (max-width: 560px) {
    #sec04 {
        background-size: 400%;
    }
}


/** SEC05 - 3 GRPAH **/


#sec05 {
    padding-top: 8%;
}

#sec05 ul{
    text-align: center;
    padding: 0;
}

#sec05 li {
    display: inline-block;
    width: 28%;
    text-align: center;
    padding: 1%;
    vertical-align:top;
}

#sec05 img {
    text-align: center;
    width: 100%;
    height: 100%;
}

#sec05 ul li p {
    text-align: justify;
    font-family: HLC;
    font-size: 14px;
}

#sec05 ul li h3 {
    text-align: left;
    font-size: 16px;
}

#sec05 ul li h4 {
    text-align: left;
    font-family: HLC;
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
}

#sec05 h2 {
    padding-top: 5%;
    text-transform: uppercase;
    text-align: center;
    font-family: HLC;
    color: darkslategray;
    font-size: 14px;
    padding-bottom: 8%;
}

#sec05 h2 a {
    font-family: HBC;
    text-decoration-color: white;
    color: darkslategray;
    transition: 1s;
}

#sec05 h2 a:hover {
    text-decoration-color: darkslategray;
}

    @media screen and (max-width: 560px) {
    #sec05 li {
        width: 90%;
    }
}

/** SEC06 - RS/@/NUM **/


#sec06 ul{
    text-align: center;
    padding: 0;
}

#sec06 li {
    display: inline-block;
    width: 2%;
    text-align: center;
    padding: 1%;
}

#sec06 img {
    text-align: center;
    width: 100%;
    height: 100%;
}

#sec06 p {
    text-align: center;
    font-family: HLC;
    font-size: 14px;
}  

#sec06 li {
   transition: 1s;
    border: 1px solid white;
}

#sec06 li:hover {
    border: 1px solid black;
}

@media screen and (max-width: 740px) {

    #sec06 li {
        width: 4%;
    }

}
        
@media screen and (max-width: 560px) {
    #sec06 li {
        width: 10%;
    }
}

/** FOOTER **/


footer {
    height: 10px;
    background-color: darkslategray;
}

/** PARTICULES **/

canvas {
    position: absolute;
}

.particles {
    width: 100%;
    height: 100%;
}

#js_particles {
    width: 100%;
    height: 100%;
}
