*{
    outline: none;
}
body{
    font-family: 'Fraunces', serif;
    background-color: #E7E6E6;
    color: #1F3864;
}
p,li{
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
}
a{
    color: #E7E6E6;
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.text-align-justify{
    text-align: justify;
}
.text-align-center{
    text-align: center;
}

.wp-block-embed__wrapper{
    position: unset !important;
}

.subtitle {
    color: #1F3864;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid #E7E6E6;
}
.container{
    max-width: 1100px;
}

.area-content{
    padding-top: 115px;
    padding-bottom: 115px;
}
.area-content ul{
    margin-left: 20px;
    list-style: disc;
    
}
.area-content ul li{
    line-height: 220%;
}
@media(max-width: 768px){
    .area-content {
        padding-top: 100px;
    }
}
/*Header
-------------*/

#header {
    background-color: #1f3864f0;
    padding: 50px 0 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
}
#header h1{
    font-size: 1.5em;
    font-weight: 300;
    color: #E7E6E6;
}
#header .nav-link{
    color: #7F7F7F;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
}

#header .navbar-nav{
    width: 100%;
    margin-top: 30px;
    border-top:1px solid #7F7F7F;
    padding-top: 20px;
    background-color: #E7E6E6;
    padding-bottom: 20px;
}

@media(max-width: 768px){
      #header .navbar-nav.align-items-center{
        align-items: normal !important;
      }
      #header .navbar-nav{
        margin-top: 0px;
        text-align: left;
    }  
    #header h1 {
        padding: 0 20px 5px 20px;
        font-size: 1.5em;
        font-weight: 300;
    }
    #header{
        padding-top: 20px;
    }
}


/*intro
--------------*/
#intro{
    margin-top: 260px;
    padding-bottom: 115px;
}



#intro video{
    width: 100%;
}




/*Services
------------*/
.services__item h3{
    letter-spacing: 0;
    font-size: 18px;
}
.services__item p{
    font-weight: 300;
    font-size: 14px;

}
@media(max-width: 768px){
.services__item img{
    max-width: 50px;
}
}

/*about
------------*/
#about img{
    margin-bottom: 30px;
}
#about{
    margin: 50px 0;
    background: url(../images/GOPR6776_2.jpg) center center;
    background-size: cover;
    background-attachment: fixed;

    padding: 200px 15px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

@media(max-width: 700px){
    #about p{
        font-size: 16px;
    }
}

/*about2
------------*/
#about2 img{
    margin-bottom: 30px;
}

@media(max-width: 768px){
    #about2 img{
        width: 100%;
    }
}
#about2{
    margin: 50px 0;
    background: url(../images/bg-neonpenguin.jpg) center center;
    background-size: cover;
    background-attachment: fixed;

    padding: 100px 15px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
@media(max-width: 700px){
    #about2 p{
        font-size: 16px;
    }
}

#clients .clients__item{
    text-align: center;
    margin-bottom: 20px;
}
#clients .clients__item img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: all ease-out 0.5s;
    opacity: 1;
}

#clients .clients__item img:hover{
    opacity: 0.6;
    transition: all ease 0.5s;
}



#form-wrap label{
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

@media(max-width: 768px){
    #form-wrap label{
        width: 100%;
    }
}

#form-wrap input, #form-wrap textarea{
    background: #fafafa;
    border: none;
    width: 100%;

}
#form-wrap input[type="submit"]{
    border:1px solid #000;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    width: 120px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}


#footer{
    margin-top: 90px;
    padding: 30px 0;
    background-color: #192f56;
    background-size: 15px;
}


.galeria__item{
    position: relative;
    padding: 0;
}

.galeria__item .overlay p{
    font-weight: 300;
    font-size: 13px;
    position: relative;
    transition: all ease 1s;
    bottom: -1000px;
}

.galeria__item:hover p{
    bottom: 0;
    transition: all ease 1s;
}


.galeria__item .overlay h3{
    font-weight: bold;
    font-size: 24px;
    position: relative;
    bottom: -1000px;
    transition: all ease 0.8s;
}

.galeria__item:hover .overlay h3{
    bottom: 0;
    transition: all ease 0.8s;
}


.galeria__item .overlay{
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #234279bf;
    text-align: center;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease 1s;
    padding: 0 30px;
}



.multiple-items div{
    margin: 3px;
}
.multiple-items img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.slick-slide{
    opacity: 0.2;
}
.slick-slide.slick-current{
    opacity: 1;
}


.galeria__item img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

@media(max-width: 400px){
    .galeria__item img{
        height: 210px;
    }    
}
.galeria__item:hover .overlay{ 
    opacity: 1;
    transition: all ease 1s;
}



#footer ul li:hover{transition: all ease 0.4s;}


#footer ul li.Instagram:hover{background-color: #9d9d9e;}
#footer ul li.Twitter:hover{background-color: #00a7e5;}
#footer ul li.Youtube:hover{background-color: #f71200;}
#footer ul li.Facebook:hover{background-color: #435e98;}
#footer ul li.LinkedIn:hover{background-color: #1374b3;}
#footer ul li.Vimeo:hover{background-color: #2ba6cb;}



/*Portifolio*/
.mfp-portfolio .portfolio-header {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.mfp-portfolio .portfolio-header button {
    display: inline-block;
    background: transparent url(../images/portfolio-nav.png);
    border: 0;
    margin: 0 20px;
    position: relative;
    vertical-align: middle;
    -moz-background-size: 46px 44px;
    -o-background-size: 46px 44px;
    -webkit-background-size: 46px 44px;
    background-size: 46px 44px;
}

.mfp-portfolio .portfolio-header button.mfp-arrow-left {
    width: 12px;
    height: 22px;
    background-position: 0 0;
}

.mfp-portfolio .portfolio-header button.mfp-close {
    width: 22px;
    height: 22px;
    background-position: 22px 0;
}

.mfp-portfolio .portfolio-header button.mfp-arrow-right {
    width: 12px;
    height: 22px;
    background-position: -12px 0;
}

.galeria h2{
    font-size: 50px;
    font-weight: 500;
}

.galeria h1,
.galeria h3{
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 25px;
}
.galeria p{
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}
/*#galeria img{
    height: 240px;
    object-fit: cover;
}
@media(max-width: 768px){
    #galeria img{
        height: 120px;
    }
}
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Sociais
--------------------*/
#Social-Sidebar{
    background: #333;
    position: fixed;
    font-family: Arial,Verdana,sans-serif;
    z-index: 1000;
    top: 25%;
    right: 0;
    border-radius: 5px 0 0 5px;
}

#Social-Sidebar a{
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: block;
}
#Social-Sidebar a:hover{
    color: #fff;
}

#Social-Sidebar a.Instagram:hover{background-color: #9d9d9e;}
#Social-Sidebar a.Twitter:hover{background-color: #00a7e5;}
#Social-Sidebar a.Youtube:hover{background-color: #f71200;}
#Social-Sidebar a.Facebook:hover{background-color: #435e98;}
#Social-Sidebar a.LinkedIn:hover{background-color: #1374b3;}
#Social-Sidebar a.Vimeo:hover{background-color: #2ba6cb;}




@media (max-width: 992px) {

     .overlay-navbar-collapse{
        z-index: 99998;
        background: #00000054;
        width: 100%;
        position: fixed;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #header .nav-link{
        font-size: 16px;
        line-height: 50px;
        font-weight: 400;  
        padding: 20px;      
    }
    #header .nav-link a{
        color: #000;
    }
    .navbar-brand img{  
        max-width: 200px;
    }
    .navbar-toggler{
        position: absolute;
    right: 0;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px; /* adjust to height of navbar */
        right: 0;
        width: 75%;
        height: 100%;
        z-index: 99999;
    }
    .navbar-nav{
        background: #fff;
        z-index: 99999;
        position: relative;
        padding: 20px; 
        height: 100%;
    }
    .main-header nav li{margin-bottom: 20px;}
    .main-header nav{
        margin: 0px 0 0; 
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .overlay-navbar-collapse{
        z-index: 99998;
        background: #00000054;
        width: 100%;
        position: fixed;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
}




#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: pink;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #222268;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: pink;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }




.filter-main {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.filter-main .thb_toggle {
    display: block;
    text-align: center;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.filter-main .thb_toggle span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 9px;
    position: relative;
    top: 2px;
    background: transparent url(../images/filter.png) no-repeat;
    -moz-background-size: 13px 26px;
    -o-background-size: 13px 26px;
    -webkit-background-size: 13px 26px;
    background-size: 13px 26px;
}
.filter-main .filters {
    z-index: 99;
    text-align: center;
    list-style: none;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.filter-main .filters li {
    display: inline-block;
    margin: 0 !important;
    position: relative;
    text-transform: uppercase;
}
.filter-main .filters li + li {
    padding-left: 40px;
}
.filter-main .filters li a {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 500;
}


/*Load more*/
.load-more{
font-size: 12px;
    line-height: 1;
    font-weight: 600;
    padding: 17px 32px;
    border: 1px solid #000;
    margin: 0 0 3px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #000;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 0.2em;
}

.buttonplayvideomobile img{
    width: 100%;
}
.buttonplayvideomobile{
    position: absolute;
    z-index: 99;
    background: transparent;
    border: none;
    width: 70px;
    height: 70px;
    top:  50%;
    left: 50%;
    margin: -35px 0 0 -35px;
}


.navbar-toggler{
    position: relative;
     right: 0;
}
.navbar-light .navbar-toggler{
    background: #fbe4d4;
}

#contato .form label{
    width: 100%;
}
#contato .form input,
#contato .form textarea{
        width: 100%;
}


.carousel-item{
    transition: all ease 0.5s;
}
.carousel-item img{
    height: 500px;
    object-fit: cover;
}