* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

nav {
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(90, 90, 90));
    height: 107px;
    width: 100%;

}

.link {
    position: absolute;
    padding: 5px 50px;

}

.logo {
    height: 120px;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 99px;
    margin: 0 5px;
}


nav ul li a {
    color: white;
    font-size: 19px;
    font-family: Arial, sans-serif;
    padding-top: 15px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 15px;
    border-radius: 5px;


}

li a.active,
li a:hover {
    background-color: none;
    transition: .5s;
}

.checkbtn {
    font-size: 30px;
    color: #8ABEC4;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

section {
    background: url(../images/sections/HERO\ JOSE\ HERNANDEZ\ 3000x2135\ V2.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);
    background-repeat: no-repeat;

}

/* Texto hERO*/


.hero-text {
    max-width: 1200px;
    width: 100%;
    font-size: 35px;
    font-family: sans-serif;
    color: #8ABEC4;

    text-align: left;
    line-height: 1.2em;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;

    box-align: center;

    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
    margin: 0 auto;
    font-style: italic;
}

.email {

    color: #8ABEC4;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-family: sans-serif;
    text-decoration: none;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 15px;
    border-radius: 4px;
}

/* about*/

.about {
    background: url(../images/sections/About\ Me\ 2\ JOSE\ HERRNANDEZ.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);
    background-repeat: no-repeat;

}

.content-about {
    padding: 70px 20px 50px 70px;
    justify-content: right;


}

.about-title {
    max-width: 1200px;
    width: 100%;
    font-size: 35px;
    font-family: sans-serif;
    color: #8ABEC4;

    text-align: left;
    line-height: 1.2em;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;

    box-align: center;

    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
    margin: 0 auto;
    font-style: normal;
}



.text-about {

    color: #8ABEC4;

    text-align: center;
    line-height: 1.2em;

    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-family: "open sans", sans-serif;
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 101px;
    padding-left: 40%;
    padding-right: 10%;


}

.contenedor-img {
    display: flex;
    width: 55%;
    margin: auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-radius: 5px;

}

.contenedor-img .photo img {
    height: 350px;
    width: 100%;
    position: relative;
}

.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* film*/

.Filmmaker {
    background: url(../images/sections/Filmmaker\ JOSE\ HERNANDEZ.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(80vh - 80px);
    background-repeat: no-repeat;

}

.text-Filmmaker {

    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #8ABEC4;
    line-height: 1.2em;

    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-family: "open sans", sans-serif;
    text-align: justify;

    padding-bottom: 101px;
    padding-left: 50%;
    padding-right: 10%;
}

.film-title {
    max-width: 1200px;
    width: 100%;
    font-size: 35px;
    font-family: sans-serif;
    color: #8ABEC4;

    text-align: left;
    line-height: 1.2em;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;

    box-align: center;

    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
    margin: 0 auto;
    font-style: normal;
}

.marco-img2{
    display: flex;
}

.contenedor-img2 {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-radius: 5px;

}

.contenedor-img2 .photo2 img {
    height: 350px;
    width: 100%;
    position: relative;
}

.photo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* contact */

.Contact{
    
    background-image: url('images/sections/botton\ bar\ \(blue\).jpg');
    background-size:cover;
    width: 100%;
    height: 200px;
}
.text-Contact{
            font-size: 15pt;
            font-family:Arial, sans-serif;
            color: #353535;
            height: 50vh;
            display:flex;
            justify-content: center;
            align-items: center;
            }

/* footer */

Footer{

    display: flex;
    width: 100%;
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(90, 90, 90));
   
    }

.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    margin-top: 50px; 
    color: #8ABEC4;
}

.pie-pagina p{

    text-align: justify;
    font-family:Arial, sans-serif;
    font-size: 15pt;
    color: #8ABEC4;
}

.pie-pagina .grupo-1 .box .Contact{
    padding-top: 20px;

}
.pie-pagina .grupo-1 .box ul{
    padding-top: 20px;
}

.pie-pagina .grupo-1 .box li{
    text-align: justify;
    font-family:Arial, sans-serif;
    font-size: 15pt;
    color: white;

}

.pie-pagina .grupo-1 .box p{
    color: #8ABEC4;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .socialmedia a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #8ABEC4;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .socialmedia a:hover{
    color: aqua;
}

@media (max-width:2000px) {
    .link {
        padding-left: 20px;
    }

    nav ul li a {
        font-size: 16px;
    }

    .hero-text {
        font-size: 30px;
    }

    .text-about {
        font-size: 16px;
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 25%;
        padding-right: 6%;
    }

    .contenedor-img {
        width: 100%;
        display: inline-flex;

    }

    .contenedor-img .photo {
        width: 30%;
        display: inline-block;

    }

    .text-Filmmaker {
        font-size: 16px;
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 7%;
        padding-right: 7%;
    }

    .pie-pagina .grupo-1{
        font-size: 20px;
    }
  

}

@media (max-width:768px) {
    .checkbtn {
        display: block;
    }

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #8ABEC4;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;

    }

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;

    }

    nav ul li a {
        font-size: 20px;
    }

    li a:hover,
    li a.active {
        background: none;
        color: rgb(0, 0, 0);
    }

    #check:checked~ul {
        left: 0;
    }

    .hero-text {
        font-size: 19px;
    }

    .text-about {
        font-size: 14px;
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 7%;
        padding-right: 7%;

    }

    .contenedor-img {
        width: 100%;
        display: inline-flex;
    }

    .contenedor-img .photo {
        width: 30%;
        display: inline-block;
    }

    .text-Filmmaker {
        font-size: 14px;
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
        font-size: 14px;
    }


}

@media (max-width:540px) {
    .hero-text {
        font-size: 12px;
    }

    .text-about {
        font-size: 12px;
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 5%;
        padding-right: 1%;
    }

    .contenedor-img {
        width: 100%;
        display: inline-flex;
    }

    .contenedor-img .photo {
        width: 20%;
        display: inline-block;
    }

    .text-Filmmaker {
        font-size: 12px;
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }

    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }


}