*{

margin:0;
padding: 0;

}

.header{
    min-height: 100vh;
    width: 100% ;
    background-image: url(fotografias/tortugas.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    
    
}


 nav img{
    width:150px ;

 }

 .nav-links{
    flex: 1;
    text-align: right;
 }

 .nav-links ul li {
    list-style: none;
    display:  inline-block;
    padding: 8px 12px;
    position: relative;
   
 }

 .nav-links ul li a {
    color: black;
    text-decoration: none;
    font-size: 23px;
    font-family: 'Times New Roman';
 }

 .text{
    width: 90%;
    color: white;
    padding-top: 150px;
    padding-left: 80px;
    padding-right: 100px;
    
    text-align: center;
 }


 .text h1{
    font-size: 62px;
    color: red;
 }

 .text p{
    margin: 10px 40px;
    font-size: 14px; 
    color:white;
    padding-top: 10px;
    padding-bottom: 35px;
 }

 .button{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 34px  ;
    padding-top: 15px;
    font-size: 13px; 
    background: transparent;
    position: relative;
    cursor: pointer;
 }



 @media(max-width: 700px){
    .text h1{
        font-size: 25px;
    }
  
 }

.discover{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}


h1{
    font: size 36px; 
    font-weight: 600;
    color: red;
   
}

p{
    color:black;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex; 
    justify-content: space-between;
    
}

.discover-col{
    flex-basis: 31% ;
    background: lightcoral;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;

}


h3{
    text-align: center;
    font-weight: 600px;
    margin: 10px 0 ;
}


@media(max-width:700px) {

    .row{
        flex-direction: column;
    }
}

.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    color: red;
    font-size: 24px;
    font-weight: 600;
}

.services-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;

}

.services-col img{
    width: 100%;

}


footer{
    background-color: whitesmoke;
}


.contact{
    margin: 100px auto;
    width: 80%;
    background-image: url(fotografias/pexels-brady-knoll-3369569.jpg);
    background-position: center;
    background-size:cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.contact h1{

    color: red;
    margin-bottom: 40px;
    padding: 0;
    padding-left: 35px;
    padding-top: 37px;
}


@media(max-width:700px){
    .contact h1{
        font-size: 24px;
    }

}
