:root {
    --color_black: #000000;
    --color_blue: #28398a;
    --color_green: #a3bd31;
    --color_platinum: #e5e4e2;
    --color_white: #ffffff;
}

body {
    background-color: var(--color_white);
    color: var(--color_black);
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

h2 {
    color: var(--color_blue);
    text-align: center;
}


@media (max-width: 400px) {
    #gallery,
    #contact,
    #footer {
        padding: 48px 0;
    }
}

/* WELCOME start */
.section_welcome{padding-top:140px;padding-bottom:70px;color:#fff}
.section_welcome:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.5;background:#000}
@media (min-width:768px){.section_welcome{height:100vh;padding-top:70px;padding-bottom:0}}
.section_welcome__heading{font-size:5rem;font-weight:700;color:#fff}
.section_welcome__subheading{margin-bottom:3rem}
.section_welcome .text-muted{color:hsla(0,0%,100%,.7) !important;}

@media (min-width:768px){.section_welcome__main{height:calc(100vh - 70px * 2)}}
.section_welcome__main>.container,
.section_welcome__main>.container>.row{height:100%}

.section_welcome__footer{height:70px;margin-top:3rem}
.section_welcome__footer>.container,
.section_welcome__footer>.container>.row{height:100%}
@media (min-width:768px){.section_welcome__footer{margin-top:0}}

.section_welcome__footer__social{padding-left:0;list-style-type:none}
@media (min-width:768px){.section_welcome__footer__social{margin-bottom:0}}
.section_welcome__footer__social>li{display:inline-block}
.section_welcome__footer__social>li>a{transition:color .1s;color:hsla(0,0%,100%,.7)}
.section_welcome__footer__social>li>a:active,
.section_welcome__footer__social>li>a:active:focus,
.section_welcome__footer__social>li>a:active:hover,
.section_welcome__footer__social>li>a:focus,
.section_welcome__footer__social>li>a:hover{color:#a3bd31}
.section_welcome__footer__social>li+li{margin-left:2rem}

.section_welcome__footer__address{font-family:Lato,sans-serif;color:hsla(0,0%,100%,.7)}
.section_welcome__footer__address>.fa{margin-right:1rem;color:#a3bd31}
/* WELCOME end */

/* DISCOVER start */
.section_discover__description{font-size:1.25rem;line-height:1.5;position:relative;color:#151515}
.section_discover__description:before{display:block;width:30px;margin:1rem 0;content:"";border-top:3px solid #a3bd31}

.section_discover__img{position:relative;padding:2rem 0}
@media (min-width:768px)
{
.section_discover__img{padding:0 20% 0 0}
.section_discover__img:after,
.section_discover__img:before{position:absolute;z-index:-1;width:80%;height:100%;content:""}
.section_discover__img:before{top:10%;left:20%;border:1px solid #f0f0f0}
.section_discover__img:after{top:-10%;left:-30%;display:none;background-color:#f0f0f0}
.section_discover__img.alt:after{display:block}
}
/* DISCOVER end */

/* MENU start */
.section_menu__item{padding:1rem 0;}
.section_menu__item__img{position:relative;overflow:hidden;height:0;padding-bottom:100%}
.section_menu__item__img>img{position:absolute;top:0;left:0;width:auto;max-width:1000px !important;height:100% !important;max-height:100%}
.section_menu__item p{margin-bottom:0}

.section_menu__nav{margin-bottom:2.5rem}
.section_menu__nav>ul{padding-left:0;list-style-type:none;text-align:center}
.section_menu__nav>ul>li{display:inline-block}
.section_menu__nav>ul>li>a{font-family:Lato,sans-serif;font-size:.75rem;font-weight:900;position:relative;display:block;padding:2rem;transition:color .1s;letter-spacing:.05em;text-transform:uppercase;color:#28398a}
.section_menu__nav>ul>li>a:after{position:absolute;right:1rem;bottom:5px;left:1rem;display:block;content:"";transition:all .1s;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;border-top:3px solid #a3bd31}
.section_menu__nav>ul>li>a:active,
.section_menu__nav>ul>li>a:active:focus,
.section_menu__nav>ul>li>a:active:hover,
.section_menu__nav>ul>li>a:focus,
.section_menu__nav>ul>li>a:hover{text-decoration:none;color:#28398a}
.section_menu__nav>ul>li.active>a{color:#28398a}
.section_menu__nav>ul>li.active>a:after{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
/* MENU end */

/* GALLERY start */
.section_gallery__grid__item{padding-right:.5rem;padding-bottom:1rem;padding-left:.5rem}
.section_gallery__grid__item>a{position:relative;display:block}
.section_gallery__grid__item>a:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";transition:opacity .3s;opacity:0;background-color:rgba(0,0,0,.5)}
.section_gallery__grid__item>a:after{position:absolute;top:50%;left:50%;content:url(../img/gallery_plus.png);transition:opacity .3s;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0}
.section_gallery__grid__item>a:hover:after,
.section_gallery__grid__item>a:hover:before{opacity:1}
/* GALLERY end */

/* EVENTS start */
.section_events__item{position:relative}
.section_events__item__bg{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .25s linear;opacity:0;background-color:#333;background-repeat:no-repeat;background-position:50%;background-size:cover}
.section_events__item__bg:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(45deg,#000,transparent)}
.active .section_events__item__bg{opacity:1}
.section_events__item__content_lg{overflow:hidden;max-height:0;transition:opacity .25s;opacity:0;color:hsla(0,0%,100%,.7)}
.active .section_events__item__content_lg{max-height:99999px;opacity:1}
.section_events__item__content_lg>.row{padding:150px 0}
.section_events__item__content_sm{cursor:pointer}
.active .section_events__item__content_sm{display:none}
.section_events__item__content_sm>.row{padding:40px 0;border-bottom:1px solid #f0f0f0}
.section_events__item__content_sm time{font-family:Lato,sans-serif;font-size:2.5rem;line-height:1;display:block;margin:0;text-align:center;color:#151515}
.section_events__item__content_sm time small{font-family:Lato,sans-serif;font-size:1rem;display:block;margin-top:.5em}
.section_events__item__content_sm .section_menu__item__price,
.section_events__item__content_sm h4{margin-bottom:2rem}
/* EVENTS end */

/* ATUACAO start */
#atuacao {
    background-color: var(--color_platinum);
    padding: 64px 0;
}
/* ATUACAO end */

/* GALLERY start */
#gallery {
    background-color: var(--color_platinum);
    padding: 64px 0;
}
/* GALLERY end */

/* CONTACT start */
#contact {
    background-color: var(--color_white) !important;
    padding: 64px 0;
    text-align: center;
}
#contact form input,
#contact form textarea {
    background-color: var(--color_white);
    border: 1px solid var(--color_green);
    border-radius: 0;
    color: var(--color_blue);
    margin: 16px 0;
}
/* CONTACT end */

/* FOOTER start */
#footer {
    background-color: var(--color_green);
    padding: 64px 0;
}
#footer ul {
    margin: 0;
}
#footer li,
#footer li span,
#footer li span a {
    color: var(--color_white);
    list-style: none;
}
#footer li h5 {
    color: #28398a;
}
#footer a,
#footer a:active,
#footer a:active:focus,
#footer a:active:hover,
#footer a:focus,
#footer a:hover {
    color: var(--color_white);
}
/* FOOTER end */

/* AUTHOR start */
#author {
    background-color: var(--color_blue);
    color: var(--color_white);
}
/* AUTHOR end */