


*, *:before, *:after
{
	box-sizing:border-box;
}

/* SIDEBAR */

body
{
    background-color: #111;
}

.hidden-xs
{
    display:none;
}

.main-navbar
{
    position: fixed;
    top:0;
    left:0;
    height: 78px;
    z-index: 999;
    background-color: #000;
	border-bottom: solid 1px #C0641D;

}

i.fas.fa-bars {
    margin: 20px 30px;
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
}

.name-nav
{
    margin:5px;
}
.name-nav img
{
    position: absolute;
    top: 10px;
    width: 50px;
}
.name
{
    color: #fff;
    width: 100vw;
    display: inline;
    font-size: 2.3rem;
    font-family: 'Darker Grotesque', sans-serif;
    margin: 20px auto;
    display: block;
    text-align: center;
}

.main-sidebar .title
{
    color: #888;
    width: 100%;
    display: block;
    font-family: 'Darker Grotesque', sans-serif;
}

.main-nav
{
    position: absolute;
    display: block;
    left: 50px;
    bottom: 30px;
    right: 50px;
}

.main-nav ul, .nav-xs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav ul li, .nav-xs ul li {
    position: relative;
    z-index: 99999;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
}

.main-nav a
{
	text-decoration: none;
	color: #ccc;
}
.main-nav a:hover
{
	color: #fff;
	cursor: pointer;
}
.main-nav a:active
{
	color: #C0641D;
}
.nav-xs ul li
{
    font-size: 2rem;
    padding: 20px;
}

.main-nav ul li
{
    margin: 25px 0;
    color: #ccc;
}

.main-nav ul li:hover {
    color:#fff;
    cursor: pointer;
}

.nav-xs
{
    width:100%;
    height: 100vh;
    background-color: #333;
    font-family: 'Lato', sans-serif;
    color: #fff;
    position: absolute;
    top: -100vh;
    left:0;
    transition: 1s top;
    padding: 20px;
    overflow: scroll;
    padding-bottom: 100px;
}

.nav-xs.open
{
    top: 78px;
}

.copyright {
    writing-mode: vertical-rl;
    position: fixed;
    left: 10px;
    bottom: 20px;
    font-family: 'Lato', sans-serif;
    z-index: 9909;
	color: #666;
}

p.copyright-xs, .footer .art {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Lato', sans-serif;
    color: #444;
	margin-top: 10px;
}

.footer .art {
	background-color:#C0641D; 
	color: #fff;
	border-radius: 4px;
}
.footer .art:active {
	background-color:#fff; 
	color: #C0641D;
}

.content
{
    width: 100%;
    position: relative;
    top: 78px;
    left:0;
    transition: 1s open;
    margin-bottom: 50px;
}
.grid-sizer
{
    width: 49%;
}
.gutter-sizer
{
    width: 1%;
}

.grid-item {
  width: 49%;
  float: left;
  margin-bottom: 8px;
}
.grid-item p {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 3px;
    color: #ccc;
    font-size: 1rem;
    font-family: 'Lato', sans-serif; 
}

.grid-item img
{
    width:100%;
}
.grid-item--width2 { width: 60%; }

.lb-data .lb-caption , .lb-number
{
    font-family: 'Lato', sans-serif; 
}
.lightboxOverlay
{
opacity:0.98;
}

i.fab.fa-instagram {
    color: #eee;
    float: right;
    font-size: 3rem;
    padding: 10px;
}

i.fab.fa-instagram:hover {
    color: #fff;
    cursor: pointer;
}

.contact
{
    background-color: #ccc;
    width: 50%;
    position: fixed;
    left: -50%;
    height: 100vh;
    top:0;
    transition: left 1s;
    padding: 15px;
    overflow: scroll;
}

.contact.appear
{
   left: 25%;

}

.contact h2, .nav-xs h2
{
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 2rem;
}

.contact p, .nav-xs p
{
    font-family: 'Lato', sans-serif;
    line-height: 2.5rem;
    text-align: justify;
}

.contact img {
    width: 30%;
    margin: 20px auto;
    display: block;
    }

 .btn-whatsapp
{
    width: 200px;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin: 10px auto;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #C0641D;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    cursor: pointer;
}
 .btn-whatsapp:hover,  .btn-whatsapp:active
{
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    text-decoration: none;
}
 .btn-whatsapp:focus
{
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
}


.nav-xs img
{
    width: 70%;
    margin: 20px auto;
    display: block;
}

.footer
{
    position: fixed;
    bottom: 0;
    background-color: #000;
    height: 50px;
    width: 100%;
	border-top: solid 1px #C0641D;
}

 @media screen and (min-width:780px)
{
    .main-sidebar
    {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        width: 25%;
        z-index: 999;
        background-color: #111;
        display: block;
    }
    .hidden-xl
    {
        display:none;
    }
	.hidden-xs
    {
        display:block;
    }
    .content
    {
        width: 75%;
        position: relative;
        left: 25%;
        top:0;
    }

    .name-nav
    {
        margin:50px;
    }
    .name-nav img
    {
        width: 40%;
        position: initial;
    }
    .main-sidebar .name
    {
        width: 100%;
        display: block;
        text-align: left;
        margin: 0;
    }
    .grid-sizer
    {
        width: 24.5%;
    }
    .gutter-sizer
    {
        width: 0.666667%;
    }

    .grid-item {
      width: 24.5%;
    }

}

 @media screen and (min-width:1500px)
{
    .grid-sizer
    {
        width: 19.5%;
    }
    .gutter-sizer
    {
        width: 0.625%;
    }

    .grid-item {
      width: 19.5%;
    }
}