/* 
font-family: 'Baloo Bhai 2', cursive;
font-family: 'Open Sans', sans-serif;
*/


a{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color: black;
    cursor: url(cursor.png), pointer;
    overflow: hidden;
    
}



/* animacion */
.over {
    -webkit-transition-duration: 0.4s; /* Safari */
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: url(cursor.png), pointer;
    overflow: hidden;
    
 }

 .over img {
    
   -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
   -o-transition-duration: 0.4s;/* Safari */
   transition-duration: 0.4s;
   cursor: url(cursor.png), pointer;
   
}

.over:hover img{
    transform: scale(1.10);

   }

/* hover animation */

.hover-container {
    text-align: center;
    
    
  }

.contact {
    padding-top: 20px;
    border-bottom: 3px solid;
    font-size: 1em;
    transition: all 0.25s linear;
    position: relative;
  }
  
.contact:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fc4857;
    position: absolute;
    left: 0;
    bottom: -3px; /* this is to match where the border is */
    transform-origin: left; 
    transform: scale(0);
    transition: 0.25s linear;
  }

  /* will-change: transform; */
  .contact:hover:before {
    transform: scale(1);
  }


/* gobal view (desktop) */


.nav{
    
    max-width: 1024px;
    padding: 0 30px;
    padding-top: 90px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: flex-end; 
    
    
}

.nav-page{
    
    max-width: 1024px;
    padding: 0 30px;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: flex-end; 
    align-items: center; 
    
}



.navlogo{
    width: 20%;
    height: auto;
}

.navlogo-page{
    width: 5%;
    height: auto;
}


.container {

    max-width: 1024px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.page-title{

    font-family: 'Baloo Bhai 2', cursive;
    font-weight: 700;
    font-size: 3em;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid black;
    width: 100%;
}



.description{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    margin-top: 20px;
    padding-bottom: 30px;
    width: 50%;
    line-height: 1.5em;
}

.title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin-top: 5px;
    padding-bottom: 10px;
}

.mobile-view{
    display:none;
}

.tablet-view{
    display:none;
}

.tablet-view-half { 
    display:none;
}


.wider-image{
    width: 100%;
    display:block;
    border-bottom: 1px solid black;
    padding-top: 20px;

}


.mobile-view{
    display:none;
}



.medium-image{
    width: 60%;
    padding-top: 20px;
    border-bottom: 1px solid black;
    padding-top: 20px;

}


.small-image{
 width: 38%;
 padding-top: 20px;
 border-bottom: 1px solid black;
 padding-top: 20px;
}

.half-image{
    width: 49%;
    padding-top: 30px;
}



img {
    width: 100%;
    height: auto;
}

footer {

    max-width: 100%;
    padding: 20px 0 40px 0;
    margin-top: 75px;
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.60em;
    color: white;
   
}

.foteer-text-content{
    max-width: 1024px;
    padding: 0 30px;
    margin: 0 auto;

}
         
    /* Pictures en las paginas de projectos*/
.desktop-pic{
    width: 100%;
    display:block;
    margin-top: -5px;
    
}

video{
    width: 100%;
    display:block;
}

.mobile-pic{
    display:none;
}

.next{

    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: 2px solid black;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: flex-end;
}

.next-mobile{
    display: none;
}

/* About page */

.nav-about{
    
    max-width: 1024px;
    padding: 60px 60px;
    margin: auto;
    
}

.navlogo-about{
    margin: auto;
    width: 7%;
    height: auto;

}

.description-about{
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    margin-top: 80px;
    padding-bottom: 0px;
    width: 55%;
    line-height: 1.5em;
    text-align: center;
}

.thankyou{
    margin: auto;
    font-family: 'Baloo Bhai 2', cursive;
    font-weight: 700;
    font-size: 3em;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 50%;
    line-height: 1.5em;
    text-align: center;
}
   
.about-footer {

    max-width: 100%;
    padding: 20px 0 40px 0;
    margin-top: 75px;
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.60em;
    color: white;
   
}

a.about-link:hover {

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #fc4857;
  text-decoration-thickness: 5px;

}



/* Tablet view */

@media (max-width: 768px){

    .contact {
        border-bottom: 3px solid;
        font-size: 1em;
        transition: all 0.25s linear;
        position: relative;
      }

      .title{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 1.3em;
        margin-top: 5px;
        padding-bottom: 10px;
    }

    .page-title{

        font-size: 2em;
        margin-top: 50px;
    }
    
    
    .description{
        font-size: 0.75em;
        margin-top: 20px;
        padding-bottom: 50px;
        width: 70%;
        line-height: 1.5em;
    }

    .wider-image{
        display:none;
    
    }

    .medium-image{
        display: none;
    }

    .small-image{
        display: none;
    }
    

    .tablet-view{
     display: block;
      width: 100%;
    display:block;
    border-bottom: 1px solid black;
    padding-top: 20px;
    }

    .tablet-view-half{
    
    width: 49%;
    display:block;
    border-bottom: 1px solid black;
    padding-top: 20px;
    }

    .mobile-view{
        display:none;
    }

    /* About page */

.nav-about{
    
    max-width: 1024px;
    padding: 40px 40px;
    margin: auto;
    
}

.navlogo-about{
    margin: auto;
    width: 7%;
    height: auto;

}
    
   

}

/* mobile view */

@media (max-width: 400px){

   

    .nav{
    
        max-width: 1024px;
        padding: 0 30px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end; 
    }

    .contact {
        border-bottom: 3px solid;
        font-size: 1em;
        transition: all 0.25s linear;
        position: relative;
      }

    .navlogo{
        padding-top: 25px;
        width: 40%;
        height: auto;
    }

.navlogo-page{
  width: 10%;
  height: auto;
        
    }

    .title{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 1.2em;
        margin-top: 5px;
        padding-bottom: 10px;
    }

 .tablet-view{
        display:none;
    }

    
.tablet-view-half{
      display: none;
  }  
  
.mobile-view   {
    width: 100%;
    display: block;
    border-bottom: 1px solid black;
    padding-top: 20px;
} 

.wider-image{
    width: 100%;
    display:none;
}

.medium-image{
    display: none;
}

.small-image{
    display: none;
}





.page-title{
    margin-top: 10px;
    font-size: 2em;
    margin-top: 50px;
}


.description{
    font-size: 0.75em;
    margin-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    line-height: 1.5em;
}

    /* Pictures en las paginas de projectos*/
    .desktop-pic{
        display:none;
    }
    .mobile-pic{
        width: 100%;
        display:block;
        margin-top: -5px;
    }

    .next{

        display: none;
    }
    
    .next-mobile{
    margin-left: 5%;
        margin-top: 30px;
        padding-top: 10px;
        border-top: 2px solid black;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; 
        align-items: center;
    }

        footer {
            margin-top: 45px;
        }
    
        /* About page */

.nav-about{
    
    max-width: 1024px;
    padding: 40px 40px;
    margin: auto;
    
}

.navlogo-about{
    margin: auto;
    width: 12%;
    height: auto;

}

.description-about{
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    margin-top: 20px;
    width: 100%;

    }

    .thankyou{
        margin: auto;
        font-family: 'Baloo Bhai 2', cursive;
        font-weight: 700;
        font-size: 3em;
        margin-top: 40px;
        width: 100%;
        line-height: 1.5em;
        text-align: center;
    }

    .about-footer {
        margin-top:5px;
    }

}
    


