
body {
    background-color: #c47651;
    margin: 0;
}
#copy{
    font-family: 'salamander', sans-serif;
    font-size: 1.6em;
    color: #fff;
}
h1{
    font-family: 'reey', sans-serif;
    text-align: center;
    position: relative; 
    z-index: 100;
    color: rgb(13, 240, 244);
}

p{
    text-align: justify;
    display: block;
    font-family: 'reey', sans-serif;
    color: white;
    z-index: 100;
    position: relative;
    margin: 0;
}
strong{
    font-size: 70px;
}

.foto2{
    width: 100vmin;
    height: 80vmin;
    position: relative;
    opacity: 0.8;
    z-index: 100;
    float: right;
    padding-left: 10px;
}
.foto2:hover{
    filter: grayscale(100%);
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}
.inner {
    position: relative;
    transform: translateY(-20%);
    color: white;
    text-align: center;
}

.title {
    font-family: 'salamander' , sans-serif;
    font-size: 3rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.inner .btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: 'salamander' , sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    

}
.inner .btn:hover {
    background: orange;
    color: #000;
}

.logo{
    height: 250px;
    position: absolute;
    z-index: 1;
    padding-top: 30px;
}
.foto{
    width: 100vw;
    height: 100vh;
}

/*resposive*/
@media screen and (min-width:200px){
    .inner .btn {
        border: 1px solid white;
        padding: 10px 0px;
        text-transform: uppercase;
        font-family: 'salamander', sans-serif;
        font-size: 1.4rem;
        letter-spacing: 8px;
        color: white;
        text-decoration: none;
        transition: all 0.2s ease;
        display: block;
    }
    .inner{
    position: relative;
    transform: translateY(-10%);
    color: orange;
    text-align: center;
    z-index: 2;
    }

    .inner .title {
        font-size: 3.9rem;
    }

    .logo{
        height: 150px;
        position: relative;
        z-index: 2;
        padding: 1px;
    }
    .social{
        width: 70vw;
        height: 100px;
        position: absolute;
        z-index: 4;
        display: block;
        text-align: end;
        padding-left: 114px;
        transform: translateY(52px);
      }
      #copy{
        font-family: 'salamander', sans-serif;
        font-size: 1.6em;
        color: #fff;
        position:relative;
        float: right;
        margin: 0;
        padding-right: 10px;


    }
    .fa-instagram{
        color: orange;
        font-size: 40px;
        padding: 4px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-instagram:hover{
        color:white;
    }
    .fa-facebook-square{
        color: orange;
        font-size: 40px;
        padding: 4px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-facebook-square:hover{
        color: white;
    }
    
    .fa-map-marked-alt{
        color: orange;
        font-size: 40px;
        padding: 4px;
        cursor: pointer;
        text-decoration: none;
    }
    
    .fa-map-marked-alt:hover{
        color: white;
    }
    .fa-phone-square{
        color: orange;
        font-size: 40px;
        padding: 4px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-phone-square:hover{
        color: white;
    }
    .foto2{
        position: relative;
        opacity: 0.8;
        z-index: 100;
        float: right;
        padding-left: 10px;
        top: -45px;
    }
    .foto2:hover{
        filter: grayscale(100%);
    }
    strong{
        font-size: 30px;}
    
    #p1 , #p2 , #p3{
        padding:20px;
    }
   
}

@media screen and (min-width:480px){
    .inner .btn {
        border: 1px solid white;
        padding: 10px 0px;
        text-transform: uppercase;
        font-family: 'salamander', sans-serif;
        font-size: 1.6rem;
        letter-spacing: 12px;
        color: white;
        text-decoration: none;
        transition: all 0.2s ease;
        display: block;
    }
    .inner{
    position: relative;
    transform: translateY(1%);
    color: orange;
    text-align: center;
    z-index: 2;
    }

    .inner .title {
        font-size: 3.6rem;
    }
    .logo{
        height: 200px;
        position: relative;
        z-index: 1;
    
    }
    
    .social{
        width: 78vw;
        height: 100px;
        position: absolute;
        z-index: 4;
        display: block;
        text-align: end;
        padding-left: 100px;
      }
    .fa-instagram{
        color: orange;
        font-size: 45px;
        padding: 6px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-instagram:hover{
        color:white;
    }
    .fa-facebook-square{
        color: orange;
        font-size: 45px;
        padding: 6px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-facebook-square:hover{
        color: white;
    }
    
    .fa-map-marked-alt{
        color: orange;
        font-size: 45px;
        padding: 6px;
        cursor: pointer;
        text-decoration: none;
    }
    
    .fa-map-marked-alt:hover{
        color: white;
    }
    .fa-phone-square{
        color: orange;
        font-size: 45px;
        padding: 6px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-phone-square:hover{
        color: white;
    }
    .foto2{
        position: relative;
        opacity: 0.8;
        z-index: 100;
        float: right;
        padding-left: 10px;
    }
    .foto2:hover{
        filter: grayscale(100%);
    }
    strong{
        font-size: 40px;}
}

@media screen and (min-width:768px){
    .inner .btn {
        border: 1px solid white;
        padding: 10px 18px;
        text-transform: uppercase;
        font-family: 'salamander', sans-serif;
        font-size: 1.4rem;
        letter-spacing: 2px;
        color: white;
        text-decoration: none;
        transition: all 0.2s ease;
        display: inline;
    }
    .inner{
    position: relative;
    transform: translateY(-40%);
    color: orange;
    text-align: center;
    z-index: 2;
    }

    .inner .title {
        font-size: 5.2rem;
    }
    .logo{
        height: 250px;
        position: relative;
        z-index: 1;
    
    }
   
    .social{
        width: 85vw;
        height: 100px;
        position: absolute;
        z-index: 4;
        display: block;
        text-align: end;
        padding-left: 100px;
      }
    .fa-instagram{
        color: orange;
        font-size: 50px;
        padding: 8px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-instagram:hover{
        color:white;
    }
    .fa-facebook-square{
        color: orange;
        font-size: 50px;
        padding: 8px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-facebook-square:hover{
        color: white;
    }
    
    .fa-map-marked-alt{
        color: orange;
        font-size: 50px;
        padding: 8px;
        cursor: pointer;
        text-decoration: none;
    }
    
    .fa-map-marked-alt:hover{
        color: white;
    }
    .fa-phone-square{
        color: orange;
        font-size: 50px;
        padding: 8px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-phone-square:hover{
        color:white;
    }
    .foto2{
        position: relative;
        opacity: 0.8;
        z-index: 100;
        float: right;
        scale: 70%;
        transform: translateY(-160px);

    }
    .foto2:hover{
        filter: grayscale(100%);
    }
    strong{
        font-size: 40px;}
    
    #p2{
        transform: translateY(-250px);
    }
    #p3{
        transform: translateY(-240px);
    }
}
@media screen and (min-width:1024px){
    .inner .btn {
        border: 1px solid white;
        padding: 10px 30px;
        text-transform: uppercase;
        font-family: 'salamander', sans-serif;
        font-size: 1.9rem;
        letter-spacing: 4px;
        color: white;
        text-decoration: none;
        transition: all 0.2s ease;
        display: inline;
    }
    .inner{
    position: relative;
    transform: translateY(-54%);
    color: orange;
    text-align: center;
    z-index: 2;
    }

    .inner .title {
        font-size: 6.0rem;
    }

.logo{
    height: 250px;
    position: relative;
    z-index: 1;
    padding: 20px;
}
.social{
    width: 90vw;
    height: 100px;
    position: absolute;
    z-index: 4;
    display: block;
    text-align: end;
    padding-left: 90px;
  }
.fa-instagram{
    color: orange;
    font-size: 50px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
.fa-instagram:hover{
    color:white;
}
.fa-facebook-square{
    color: orange;
    font-size: 50px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
.fa-facebook-square:hover{
    color: white;
}

.fa-map-marked-alt{
    color: orange;
    font-size: 50px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

.fa-map-marked-alt:hover{
    color: white;
}
.fa-phone-square{
    color: orange;
    font-size: 50px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
.fa-phone-square:hover{
    color: white;
}

.foto2{
    position: relative;
    opacity: 0.8;
    z-index: 100;
    scale: 70%;
    transform: translateY(-200px);
    padding-right: 150px;
    display: inline;
    margin: auto;

}
.foto2:hover{
    filter: grayscale(100%);
}
strong{
    font-size: 45px;}

#p2{
    transform: translateY(-250px);
}
#p3{
    transform: translateY(-240px);
}
}
@media screen and (min-width:1248px){

    .inner .btn {
        border: 1px solid white;
        padding: 10px 30px;
        text-transform: uppercase;
        font-family: 'salamander', sans-serif;
        font-size: 2.0rem;
        letter-spacing: 4px;
        color: white;
        text-decoration: none;
        transition: all 0.2s ease;
        display: inline;
    }
    .inner{
    position: relative;
    transform: translateY(-100%);
    color: orange;
    text-align: center;
    z-index: 2;
    }

    .inner .title {
        font-size: 7.0rem;
    }
   
    .logo{
        height: 270px;
        position: relative;
        z-index: 1;
    }
    .social{
        width: 90vw;
        height: 100px;
        position: absolute;
        z-index: 4;
        display: block;
        text-align: end;
        padding-left: 100px;
      }
    .fa-instagram{
        color: orange;
        font-size: 55px;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-instagram:hover{
        color:white;
    }
    .fa-facebook-square{
        color: orange;
        font-size: 55px;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-facebook-square:hover{
        color: white;
    }
    
    .fa-map-marked-alt{
        color: orange;
        font-size: 55px;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
    }
    
    .fa-map-marked-alt:hover{
        color: white;
    }
    .fa-phone-square{
        color: orange;
        font-size: 55px;
        padding: 10px;
        cursor: pointer;
        text-decoration: none;
    }
    .fa-phone-square:hover{
        color: white;
    }
    .foto2{
        width: 105vmin;
        height: 85vmin; 
        position: relative;
        opacity: 0.8;
        z-index: 100;
        scale: 90%;
        transform: translateY(-200px);
        padding-right: 0px;
        display: inline;
        margin: auto;
    
    }
    .foto2:hover{
        filter: grayscale(100%);
    }
    strong{
        font-size: 40px;}

    #p1{
        transform: translateY(-80px);
        width: 600px;
        padding-left: 40px;
    }
    
    #p2{
        transform: translateY(-80px);
        width: 600px;
        padding-left: 40px;
    }
    #p3{
        transform: translateY(-62px);
        width: auto;
        padding-left: 40px;
    }
    h1{
        margin: 0;
        transform: translateY(-150px);

    }
}
@media screen and (min-width:1580px){
    .foto2{
        width: 130vmin;
        height: 95vmin;  
        opacity: 0.8;
        z-index: 100;
        scale: 80%;
        transform: translateY(-200px);
        padding: 0px;
        display: block;
        float: right;
    
    }
    .foto2:hover{
        filter: grayscale(100%);
    }
    strong{
        font-size: 50px;}

    #p1{
        transform: translateY(-80px);
        width: auto;
        padding: 30px;
    }
    
    #p2{
        transform: translateY(-80px);
        width: auto;
        padding: 30px;
    }
    #p3{
        transform: translateY(-67px);
        width: auto;
        padding: 30px;
        text-align: justify;
    }
    h1{
        margin: 0;
        transform: translateY(-150px);

    }

}