/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Gordita Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita Regular'), url('fonts/Gordita Regular.woff') format('woff');
}
    
/********************************************/
body{
    overflow: hidden;
}
h1{
    font-family: 'Gordita Regular', sans-serif;
    color:  #899971;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 2000;
    position: relative;
    letter-spacing: 5px;
    padding: 0 20px;
}

p{
    font-family: 'Gordita Regular', sans-serif;
    color: #ffffff;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 300;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 3px;
}

a:hover, a:visited, a:active{
    color: #ffffff;
    cursor: pointer;
}

.container-fluid{
    padding: 0!important;
}

.content-wrapper{
    height: 100vh;
    width: 100%;
    /* min-height: 720px; */
    position: static;
    overflow-y: auto;
}

.logo{
    width: auto;
    margin-bottom: 0px;
    height: 80%;
}

.background-custom {
    background: url("../img/background.jpg") no-repeat top left;
    background-size: cover;
}

.header {
    padding-top: 0;
    text-align: center;
    height: 33.3vh;
    min-height: 300px;
    /*background: blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.centered {
    text-align: center;
    height: 33.3vh;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer{
    text-align: center;
    height: 33.3vh;
    min-height: 380px;
    display: flex ;
    justify-content: center;
    align-items: center;
}
.footer-wrapper{
    width: 640px;

}

.link-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.normal-link{
    font-size: 17px;
    padding-left: 0px;
    line-height: 30px;
    text-decoration: none;
    margin-top: 0;
    color: white;
}
.whatsapp::before,
.instagram::before{
    content: ' ';
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.whatsapp::before{ background-image: url(../img/whatsapp.svg);}
.instagram::before{ background-image: url(../img/insta.svg);}

@media (max-width:640px) {

    .logo{ width: 80%;}
    
    .link-wrapper{  
        display: inline-grid;
    }
    .link-wrapper span{
        display: none;
    }
    .normal-link{
        line-height: 40px;
        
    }
    .footer{
        padding-bottom: 80px;
    }
}

.custom-spacer{
    width: 2px;
    height: 30px;
    background:  #899971;
}

.logo-mini{
    margin-top: 10px;
    width: 50px;
}

