@import url('https://fonts.googleapis.com/css?family=Montserrat+Subrayada|Montserrat|Comfortaa|Alata|Source+Sans+Pro:300,300i,400,400i&display=swap');

/*-----------------------------------------------------------
    Theme Name: Portfólio
    Description: Minimal Portfolio, Artist Template
    Author: 1porExtenso
    Author URI: https://umporextenso.com.br
    Version: 1.0 dark
-------------------------------------------------------------*/


/*-----------------------------------------------------------
    1  General Styles & FX
    2  Typography
    3  Buttons & Links
    4  Header
    5  Contents
    6  Carousel
    7  Portfolio
    8  Contact
    9  Blog
    10 Footer
  
-------------------------------------------------------------*/


/*-----------------------------------------------------------
    1. General Styles & FX
-------------------------------------------------------------*/

dl,dt,dd,ol,ul,li {margin: 0;padding: 0;}
a {font-weight: 500;/*color:#2c2c2c;*/color:#ffffff; text-decoration: none;letter-spacing: 1px;position: relative;}
a:focus,a:hover {/*color: rgba(44, 44, 44, 0.8);*/ color:#c2c2c2;text-decoration: none;}
img {max-width: 100%;}
h1,h2,h3,h4,h5,h6 {/*color: #2c2c2c;*/color:#ffffff; margin-top: 0;margin-bottom: 15px;letter-spacing: 1px;}
::selection {background: #2c2c2c;color: #fff;text-shadow: none;}
::-moz-selection {background: #2c2c2c;color: #fff;text-shadow: none;}
::-webkit-selection {background: #2c2c2c;color: #fff;text-shadow: none;}
:active,:focus {outline: none !important;}
.no-pad-left {padding-left: 0 !important;}
.no-pad-right {padding-right: 0 !important;}
.no-pad-top {padding-top: 0 !important;}
.no-pad-bot {padding-bottom: 0 !important;}
.mar-top-0 {margin-top: 0 !important;}
.mar-top-5 {margin-top: 5px !important;}
.mar-top-10 {margin-top: 10px !important;}
.mar-top-15 {margin-top: 15px !important;}
.mar-top-20 {margin-top: 20px !important;}
.mar-top-25 {margin-top: 25px !important;}
.mar-top-30 {margin-top: 30px !important;}
.mar-top-35 {margin-top: 35px !important;}
.mar-top-40 {margin-top: 40px !important;}
.mar-top-45 {margin-top: 45px !important;}
.mar-top-50 {margin-top: 50px !important;}
.mar-top-55 {margin-top: 55px !important;}
.mar-top-60 {margin-top: 60px !important;}
.mar-top-65 {margin-top: 65px !important;}
.mar-top-70 {margin-top: 70px !important;}
.mar-top-75 {margin-top: 75px !important;}
.mar-top-80 {margin-top: 80px !important;}
.mar-top-85 {margin-top: 85px !important;}
.mar-top-90 {margin-top: 95px !important;}
.mar-top-95 {margin-top: 95px !important;}
.mar-top-100 {margin-top: 100px !important;}
.mar-top-200 {margin-top: 200px !important;}
.mar-bot-0 {margin-bottom: 0 !important;}
.mar-bot-5 {margin-bottom: 5px !important;}
.mar-bot-10 {margin-bottom: 10px !important;}
.mar-bot-15 {margin-bottom: 15px !important;}
.mar-bot-20 {margin-bottom: 20px !important;}
.mar-bot-25 {margin-bottom: 25px !important;}
.mar-bot-30 {margin-bottom: 30px !important;}
.mar-bot-35 {margin-bottom: 35px !important;}
.mar-bot-40 {margin-bottom: 40px !important;}
.mar-bot-45 {margin-bottom: 45px !important;}
.mar-bot-50 {margin-bottom: 50px !important;}
.mar-bot-55 {margin-bottom: 55px !important;}
.mar-bot-60 {margin-bottom: 60px !important;}
.mar-bot-65 {margin-bottom: 65px !important;}
.mar-bot-70 {margin-bottom: 70px !important;}
.mar-bot-75 {margin-bottom: 75px !important;}
.mar-bot-80 {margin-bottom: 80px !important;}
.mar-bot-85 {margin-bottom: 85px !important;}
.mar-bot-90 {margin-bottom: 90px !important;}
.mar-bot-95 {margin-bottom: 95px !important;}
.mar-bot-100 {margin-bottom: 100px !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.uppercase {text-transform: uppercase;}
.white-text {color: #FFF;}
.black-text {font-color: #000000!important;}
.light-bg {background-color: #FFF;}
/*.dark-bg {background-color: #F1F3F6;}*/
audio {width: inherit;float:left;}
.border-bot{ border-bottom: 1px dotted black;}
/*FX*/
.cyan{-webkit-filter:url(#blue-wash);filter:url(#blue-wash);}
.blur {-webkit-filter: blur(4px);filter: blur(4px);}
.brightness {-webkit-filter: brightness(0.30);filter: brightness(0.30);}
.contrast {-webkit-filter: contrast(180%);filter: contrast(180%);}
.grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.huerotate {-webkit-filter: hue-rotate(45deg);filter: hue-rotate(45deg);}
.invert {-webkit-filter: invert(100%);filter: invert(30%);}
/*.opacity {-webkit-filter: opacity(50%);filter: opacity(50%);}*/
.saturate {-webkit-filter: saturate(-7); filter: saturate(-7);}
.sepia {-webkit-filter: sepia(100%);filter: sepia(100%);}
.shadow {-webkit-filter: drop-shadow(8px 8px 10px black);filter: drop-shadow(8px 8px 10px black);}
.video-time img {
    width: 13px !important;
    top: 2px !important;
    margin-right: 6px !important;
    filter: invert(50%);
}
.video-time {
    color: #848484;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: 0.07em;
}
iframe{
    width: 100%;
  
/*     max-width: calc(177.77777777777777vh); 
    height: calc(56.25vw);*/
    background-color: black;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe{
    position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

small{
  line-height: normal;
  text-transform: lowercase;

}

.warning {
   height: 20px;
margin-bottom: -8px;
padding-top: 20px;
margin-left: 5px;
}

.hidden{
    display: none;
}

.show{
    display: block;
}

  .icon-social{
  width: 18px;
    fill-rule: evenodd;
    fill:whitesmoke;
}
 em {font-weight: bolder;}

/* div .filters {visibility: hidden;}
 div .no-filters {visibility:visible;}*/

 .banner-title {
  position: absolute;
  line-height: 1;
  color: #000 !important;
  color: rgba(24, 24, 24, .54)!important;
  font-size: 13px;
  font-size: 0.8125rem;
  z-index: 1;
  padding: 0;
  margin: 0;
  right: 33px;
  top: 45px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.banner-title small{  text-transform: unset !important;}
/*-----------------------------------------------------------
    2. Typography
-------------------------------------------------------------*/

body, input, select, textarea {
    color: #ccc;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.65;
    overflow-x: hidden;
    /*background-color: #242629;*/
    background-color: #1D1B22;
    padding-right: 20px;
padding-left: 20px;
}


    h1 {font-size: 2em;}
    h2 {font-size: 1.25em;}
    h3 {font-size: 1.1em;}
    h4 {font-size: 1em;}
    h5 {font-size: 0.9em;}
    h6 {font-size: 0.7em;}

    

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
/*.hero-slider {height:   80px!important;}*/

p.resume{text-align:justify;}

p.summary-text {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 30px;

}

p.EN {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}
p.ES {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

p.PT {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 30px;
}

li {
    font-size: 15px;
    font-weight: 300;
    color: #787878;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

blockquote {
    font-size: 22px;
    color: #2c2c2c;
    letter-spacing: 1px;
    border-left-width: 3px;
    padding: 20px 30px;
    background: #f8f8f8;
}



/*-----------------------------------------------------------
    3. Buttons & Links
-------------------------------------------------------------*/

.link:before {
    background-color: #F1F3F6;
    bottom: 0;
    content: '';
    height: 30%;
    position: absolute;
    transition: all 0.3s;
    width: 100%;
    z-index: -1;
}

.link:hover:before {
    height: 100%;
}

a .link:hover {
    color: #2c2c2c;
}

a.button {
    font-size: 13px;
    color: #2c2c2c;
    border: 1px solid #2c2c2c;
    padding: 8px 16px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

a.button:hover {
    text-decoration: none;
    background: #2c2c2c;
    color: #fff;
}

a.button.dark {
    background: #2c2c2c;
    color: #fff;
}

a.button.dark:hover {
    background: transparent;
    color: #2c2c2c;
}

a.text-link{
    font-size: 13px;
    color: cyan;
    line-height: 1.3;
    font-weight: 300;
    font-style: oblique;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer!important;
    
   
}

a.text-link:hover {
    color: #ffffff !important;
}



/*-----------------------------------------------------------
    4. Header
-------------------------------------------------------------*/

#header {
    /*background-color: #FFF;*/
    padding: 20px 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 999;

}

#header.transparent {
    background-color: transparent;
     /* background-color: #332731;
     border-bottom: 1px dotted #787878;
    margin-bottom: 60px;
    opacity: 0.5;*/
}

#header .header-wrapper {
    position: relative;
}
#header .container{
    padding: 0 0;
}

#header .header-wrapper #logo {
    float: left;
}

#header .header-wrapper #logo a {
    /*font-size: 36px;*/
    font-weight: 600;
    color: #2c2c2c;
    /*letter-spacing: 1px;
    display: block;*/
}

#header .header-wrapper #logo a img {
    max-height: 70px;
    font-family: 'Comfortaa', sans-serif;
}

#header .header-wrapper #logo a:hover {
    text-decoration: none;
}

#header .header-wrapper #logo .logo-text h3 { 
 max-height: 70px;
    font-family: 'Alata', sans-serif;
     font-size: 25px;
    margin-top: 10px;
    /*letter-spacing: -1px;*/
    font-weight: 300;
    text-transform: uppercase;
    color: whitesmoke;
    text-align: left;

}

/*#header .header-wrapper #logo .logo-text h3::first-letter { 
    font-family: 'Megrim', sans-serif;
}*/


#header .header-wrapper #logo .logo-text h4 { 
font-family: 'Alata', sans-serif;
font-size: 11px;
margin-top: -5px;
/*display: none;*/
color:#999;
letter-spacing: normal;
font-weight: 300;

font-kerning: normal;
text-indent: initial;
}

/* LangNav */
.langnav,
.langnav li ul {
  width: 100%;
    margin: 0
}
.langnav,
.langnav li {
    margin: 0
}
.langnav li,
.langnav li ul li {
    font-size: 100%;
}
.langnav span {
    font-size: 80%;
    color: red;
    font-style: italic;
    text-transform: uppercase;
    font-weight: lighter;
}
.langnav li a{
    color: #999;
}

/* FlexNav */
.flexnav,
.flexnav li ul {
    width: 100%;
    margin: 0
}

.flexnav,
.flexnav li {
    margin: 0
}

.flexnav li,
.flexnav li ul li {
    font-size: 100%;
}


.flexnav .langnav .touch-button:hover,
.menu-button {
    cursor: pointer
}

.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    max-height: 0
}

.flexnav.opacity {
    opacity: 0
}

.flexnav.flexnav-show {
  position: absolute;
  left: 0;

    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.flexnav li,
.flexnav li a,
.flexnav li ul li {
    position: relative;
    overflow: hidden
}

.flexnav li a {
    /*background: #fff;*/
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
    z-index: 2;

}



.flexnav li ul.flexnav-show li {
    overflow: visible
}

.flexnav li ul li a {
    background: transparent;
    display: block;
    padding: 20px
}

.flexnav .touch-button {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 999
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 14px;
    color: #787878;
}

.menu-button {
    background: transparent;
    border-bottom: 1px dotted rgba(78, 78, 78, 0.5);
    color: whitesmoke;
    font-size: 24px;
    height: 60px;
    line-height: 70px;
    padding: 0;
    position: relative;
    text-align: right;
    z-index: 0
}



.open-icon,
.close-icon {
    display: none;
}

.menu-button.menu-open .open-icon {
    display: block;
}

.menu-button.menu-close .close-icon {
    display: block;
}

.no-button .menu-button {
    padding-right: 0
}

.menu-button .touch-button {
    background: 0 0;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666
}

#header.hide {
    opacity: 0;
    visibility: hidden;
}

#header.transparent.white-bg {
    background-color: #FFF;
    opacity: 0.0;
}

/* --- Side Menubar --- */

.menubar {
    background-color: #FFF;
    border-right: 1px solid rgba(102, 102, 102, 0.1);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 99;
}

.menubar #logo {
    margin-top: 20px;
    margin-left: 30px
}

.menubar.off-screen {
    width: 60px;
}

.menubar.off-screen #logo {
    bottom: 50px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    transform: rotate(-90deg);
}

.menubar.off-screen .menu-button {
    text-align: center;
    width: 60px;
}





/*-----------------------------------------------------------
    5. Contents
-------------------------------------------------------------*/

.content {
    margin-left: 60px;
}

.content.mar-left-250 {
    margin-left: 250px;
}

.hero.lg {
    /*height: 100vh;*/
    overflow: hidden;
    padding-top: 100px;
}

.page-title {
    margin-top: 100px;
    margin-bottom: 100px;
 /*   max-width: 700px;*/
    padding-top: 100px;
    width: 100%;
}



.page-title.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-title h1 {
    color: inherit;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.5;
}

.page-title.bold h1 {
    font-size: 70px;
    font-weight: 700;
}

.page-title p {
    color: inherit;
}

#hero-slider .item {
   /* height: 28vh*/
   height: 35vh
}

#hero-slider .caption {
    bottom: 35%;
    position: absolute;
    width: 100%;
    z-index: 99;
}

#hero-slider .caption h2 {
    color: inherit;
    font-size: 60px;
    font-weight: 700;
}

#hero-slider .owl-nav {
    color: #787878;
    cursor: pointer;
    font-size: 40px;

}

#hero-slider .owl-prev {
    left: 30px;
    position: absolute;
    bottom: 40%;
    z-index: 999;
     display: none;
}

#hero-slider .owl-next {
    right: 30px;
    position: absolute;
    bottom: 40%;
    z-index: 999;
     display: none;
}

#hero-slider:hover .owl-nav {
    color: #2c2c2c;
}

.divider {
    border-top-color: #eee;
    margin-top: 80px;
    margin-bottom: 80px;
}
.caption-img{
    padding-left: 15px;
    padding-right:15px; 
    display: block;
    margin-bottom: 25px;
  }
  .caption-divider{
    display: none;
    border-top: 1px dotted #787878;
    opacity: 0.5;
    width: 95%;
    margin: 0 auto;
  }
@media all and (max-width:667px) {
    .caption-img{display: none;}
    .caption-divider{display: block;
      margin-top: 25px;
    margin-bottom: 25px;}
  }

.content-box {
    margin-bottom: 40px;
}

.content-box h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.content-box p {
    font-size: 14px;
    line-height: 24px;
    width: 85%;
    margin-bottom: 0;
}

.download {
    font-size: 16px;
}

.fixed-img {
    background-image: url("../img/bio-4.jpg");
    height: 500px;
     width: 100%;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
  
}
.fixed-img2 {
    background-image: url("../img/imageBio2.jpg");
    height: 500px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;  
}

.fixed-img-bio {
    background-image: url("../img/bio-insonora.jpg");
    height: 100vh;
    width: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top;  
    filter: grayscale(100%);
    background-size: auto;
}



.team-member {
    padding-bottom: 25px;
}

.team-avatar {
    margin-bottom: 30px;
}

.team-avatar img {
    width: 100%;
}

.team-info h5 {
    margin-bottom: 7px;
    text-align: center;
}

.team-info h6 {
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    letter-spacing: 0;
    text-align: center;
}

.team-social {
    text-align: center;
    list-style-type: none;
}

.team-social li {
    display: inline-block;
    margin: 0 5px;
}

.team-social li a {
    font-size: 13px;
    font-weight: 300;
    color: #787878;
    letter-spacing: 0;
}

.team-social li a:hover {
    color: #2c2c2c;
}

.progress {
    height: 4px;
    margin-bottom: 30px;
    background-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    width: 90%;
}

.progress-bar {
    height: 2px;
    line-height: 8px;
    background-color: #2c2c2c;
    box-shadow: none;
    margin: 1px auto;
    position: relative;
}

.progress-bar span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #2c2c2c;
    font-weight: 500;
    position: absolute;
    top: -45px;
    right: 0;
}

.progress-bar-label {
    margin-bottom: 15px;
}

.progress-bar-label span {
    font-size: 14px;
    font-weight: 300;
}

.clients-list img,
.awards-list img {
    border: 1px solid #eee;
    cursor: pointer;
    margin: 0 15px 30px 0;
    padding: 20px;
    opacity: 0.8;
}

.clients-list img:hover,
.awards-list img:hover {
    opacity: 1;
}

#liontestimonial.owl-carousel .owl-item img {
    width: auto;
}

.testimonials {
    position: relative;
    margin: 50px 0;
    text-align: center;
}

.testimonials img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.quote {
    display: block;
    margin-top: 20px;
}

.quote span {
    color: #2c2c2c;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.testimonials blockquote {
    background-color: transparent;
    border-left: none;
    color: #2c2c2c;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 2;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
}

#liontestimonial .owl-nav {
    color: #666;
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
}

#liontestimonial .owl-prev {
    float: left;
    margin: 10px
}

#liontestimonial .owl-next {
    float: right;
    margin: 10px
}

.service-card {
    margin-bottom: 30px;
}

.service-icon i {
    font-size: 40px;
}

.service-content h4 {
    margin-top: 15px;
}

.service-content p {
    line-height: 26px;
    margin-bottom: 15px;
}

.price-table {
    background-color: #FFF;
    border: 1px solid #ddd;
    margin: 0 auto 50px;
    max-width: 400px;
    padding: 50px;
    overflow: hidden;
}

.pricing-button {
    padding: 20px 0;
}

.price {
    color: #787878;
    letter-spacing: 1px;
    padding: 20px 0;
}

.price .amount {
    color: #2c2c2c;
    font-size: 36px;
    font-weight: 600;
}

.price-table .details {
    list-style: none
}

.price-table .details li {
    line-height: 40px
}

.desc-list h6 {
    margin-bottom: 5px;
}

.desc-list p {
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
}





/*-----------------------------------------------------------
    6. Carousel
-------------------------------------------------------------*/

.blend-carousel .owl-nav {display: none;}
.blend-carousel .owl-dots {padding-bottom: 15px;position: absolute;width: 100%;bottom: 0;margin-top: 0;}
.blend-carousel .owl-dots .owl-dot span {background-color: #2c2c2c;opacity: .4;margin: 0 7px;width: 14px;height: 14px;border-radius: 0;}
.blend-carousel .owl-dots .owl-dot span:hover { background-color: #2c2c2c; opacity: 1;}
.blend-carousel .owl-dots .owl-dot.active span {background-color: #2c2c2c;opacity: 1;}

/*-----------------------------------------------------------
    7. Portfolio
-------------------------------------------------------------*/

/*.work-index{
    padding: 5px 10px;
    background: #ea2b4a;
    margin-left: -10px;
}
.work-index::after{
    border-left: 6px solid #ea2b4a;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    margin-top: 7px;
    position: absolute;
   /* TODOS - left: 75px;
   left: 101px;
    width: 0;
}*/





    #filters li {
        padding: 0 20px 10px;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        color: #787878!important;
        -webkit-transition: all 0.05s ease-in-out;
        -moz-transition: all 0.05s ease-in-out;
        -o-transition: all 0.05s ease-in-out;
        -ms-transition: all 0.05s ease-in-out;
        transition: all 0.05s ease-in-out;
        cursor: pointer;
    }



    #filters li.active,
    #filters li:hover {
        color: #2c2c2c!important;
    }

   

    

    

/*#filters li {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-left: 15px;
    padding: 2px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

#filters li.active,
#filters li:hover {
  
    color: #ffffff;
}

#filters li:first-child {
    margin-left: 0;
}*/

.portfolio-item {
    margin-top: 30px;
}

.portfolio-audio-content,
{
    position: relative;
    width: 100%;
}

.portfolio-item audio{
    transition: all 3s;
    width: 100%;
}

.portfolio-img-content,
.portfolio-content {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.portfolio-item img {
    transition: all 3s;
    width: 100%;
}

.portfolio-item:hover img {
    /*transform: scale(1.3);*/
}

.portfolio-overlay .portfolio-text-content {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.portfolio-overlay.dark .portfolio-text-content {
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity .15s;
}

.portfolio-overlay.light .portfolio-text-content {
    background-color: rgba(255, 255, 255, 0.8);
    transition: opacity .15s;
}

.portfolio-overlay .portfolio-item:hover .portfolio-text-content {
    opacity: 1
}

.portfolio-text h3,
.portfolio-text h4,
.portfolio-text h6  {
    /*color: inherit; pega a cor declarada nas configurações gerais dos headlines*/
    color: inherit;
}

.row-text h2{
    color: white;
    text-transform: uppercase;
    margin-left: 13px;
    
}
.row-text h5{
    font-size: 13px;
    /*color: #34a58e;*/
    color: #ccc;
    line-height: 1.3;
    font-weight: 300;
    font-style: oblique;
    margin-left: 13px;
}

.row-text h6{
    color: #787878;
}
.row-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-right: 13px;
    margin-left: 13px;
    text-align: justify-all;
}

.row-image{
    margin-right: 0px;
    margin-left: 0px;

}

.sinopse-text::first-letter{
font-size: 11.43rem;
    font-weight: 900;
    line-height: .700;
    color: #fff;
    padding: 0.5rem .9rem 0 0;
    display: inline;
    float: left;

}
.portfolio-text h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    margin: 20px 0 10px;
    line-height: normal;
   
    letter-spacing: 0.1em;
text-transform: uppercase;
}

.portfolio-text h3 span{
    font-size: 0.9em;
    line-height: normal;
}

.portfolio-text h4 {

    font-size: 13px;
    font-weight: 300;
}

.text-overlay .portfolio-text {
    padding: 30px 30px 10px 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

.text-overlay.centered .portfolio-text {
    padding: 0 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.text-overlay.bottom .portfolio-text {
    bottom: 0;
    top: auto;
}

.text-overlay .portfolio-text h3 {
    margin: 0 0 5px;
}

.portfolio-overlay .portfolio-text {
    opacity: 0;
    transition: opacity 0.5s;
}

.portfolio-overlay .portfolio-item:hover .portfolio-text {
    opacity: 1;
}

.portfolio-overlay.dark .portfolio-text {
    color: #CCC;
}

#portfolio-slider .owl-item {
    opacity: 0.3;
}

#portfolio-slider .owl-item.active.center {
    opacity: 1;
}

#portfolio-slider .owl-nav,
#portfolio-slider2 .owl-nav,
#portfolio-slider3 .owl-nav,
#portfolio-slider4 .owl-nav {
    color: #787878;
    cursor: pointer;
    font-size: 40px;
}

#portfolio-slider .owl-prev,
#portfolio-slider2 .owl-prev,
#portfolio-slider3 .owl-prev,
#portfolio-slider4 .owl-prev {
    left: 15%;
    position: absolute;
    bottom: 40%;
    z-index: 999;
}

#portfolio-slider2 .owl-prev {
    left: 50px;
}

#portfolio-slider3 .owl-prev {
    bottom: 45%;
    left: 15px;
}

#portfolio-slider .owl-next,
#portfolio-slider2 .owl-next,
#portfolio-slider3 .owl-next,
#portfolio-slider4 .owl-next {
    right: 15%;
    position: absolute;
    bottom: 40%;
    z-index: 999;
}

#portfolio-slider2 .owl-next {
    right: 50px;
}

#portfolio-slider3 .owl-next {
    bottom: 45%;
    right: 15px;
}

#portfolio-slider:hover .owl-nav,
#portfolio-slider2:hover .owl-nav,
#portfolio-slider3:hover .owl-nav,
#portfolio-slider4:hover .owl-nav {
    color: #2c2c2c;
}



/*--------- Project Single --------------*/

.project-single {
    margin-top: 100px;
    padding-top: 100px;
}

.project-title h1 {
    text-align: center;
}

.project-desc {
    margin-top: 15px;
}

.project-desc .summary-text {
    margin: 25px 0 40px;
}

.project-images img {
    margin-bottom: 30px;
    width: 100%;
}

.project-images img:last-of-type {
    margin-bottom: 0;
}

.project-meta {
    list-style-type: none;
    text-align: center;
}

.project-meta li,
.project-meta li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    margin-right: 5px;
}

.project-meta li span,
.project-meta li a span {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
}

.project-meta a {
    margin: 0 3px;
}

.project-meta a:hover {
    text-decoration: none;
    color: #2c2c2c;
}

.project-share {
    margin-top: 60px;
    text-align: center;
}

.project-share h6 {
    display: inline-block;
    margin-right: 10px;
}

.project-share ul {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 15px;
}

.project-share ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.project-share ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #787878;
}

.project-share ul li a:hover {
    text-decoration: none;
    color: #2c2c2c;
}

.project-nav {
    list-style-type: none;
    margin-top: 60px;
}

.project-nav li a {
    display: block;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.project-nav li a:hover {
    text-decoration: none;
    color: #2c2c2c;
    border-color: #2c2c2c;
}

.project-nav li,
.project-nav li a {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}

.project-nav li.project-prev,
.project-nav li.project-next {
    float: left;
    width: 50%;
}

.project-nav .project-next {
    text-align: right;
}

.project-nav h4 {
    margin-top: 10px;
    line-height: 30px;
}



/*-----------------------------------------------------------
    8. Contact
-------------------------------------------------------------*/

.optical{
  display: block;
margin-top: -34px !important;
background-color: #1a1a1a;}
              
              .op-white   {font-size: 1.5rem;color:#ffffff;}
              .op-gray    {font-size: 1.5rem;color: #7e7e7e;}
              .op-black   {font-size: 1.5rem;color:#000000;}
              .op-red     {font-size: 1.5rem;color: red;}
              .op-magenta {font-size: 1.5rem;color:#e63e57;}
              .op-cyan    {font-size: 1.5rem;color:#71f4f5;}
              .op-yellow  {font-size: 1.5rem;color: #f6d146;}

.contact-form {
    margin-bottom: 50px;
    position: relative;
}

.form-control {
    border: none;
    border-bottom: 1px solid #787878;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b1;
    padding: 9px 15px;
    height: 50px;
    margin-bottom: 30px;
}

.form-control:focus {
    border-color: #c1c1c1;
    box-shadow: none;
}

textarea {
    resize: none;
    height: 200px !important;
}

.form-submit button {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
    background: #2c2c2c;
    padding: 12px 25px;
    margin-top: 10px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.form-submit button:hover {
    opacity: 0.8;
}

.contact-form .form-control-wrap {
    position: relative;
}

.contact-info .icon {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    width: 50px;
}

.contact-info .icon,
.contact-info .details {
    display: table-cell;
    vertical-align: top;
}

.contact-info .details {
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    letter-spacing: 1px;
}

.contact-info .details h3 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: 1px;
}

.contact-info div {
    margin-bottom: 10px;
}

#map {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 50px;
}




/*-----------------------------------------------------------
    9. Blog
-------------------------------------------------------------*/

.post-list .post {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.post-list .post .post-img {
    display: block;
}

.post-list .post .post-img img {
    width: 100%;
}

.post-list .post .post-content {
    padding-top: 30px;
}

.post-list .post .post-content .post-title,
.post-list .post .post-content .post-title a {
    font-size: 24px;
    line-height: 1.5
}

.post-list .post .post-content .post-title:hover,
.post-list .post .post-content .post-title a:hover {
    text-decoration: none;
    color: #2c2c2c;
}

.post-list .post .post-content .post-meta {
    list-style-type: none;
}

.post-list .post .post-content .post-meta li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px;
}

.post-list .post .post-content .post-meta li a {
    font-size: 14px;
    font-weight: 400;
}

.post-list .post .post-content .post-meta li a:hover {
    text-decoration: none;
    opacity: .9;
}

.post-list .post .post-content .post-meta .post-date {
    font-size: 13px;
    color: #2c2c2c;
    font-weight: 400;
}

.post-list .post .post-content .post-excerpt {
    font-size: 14px;
    margin-bottom: 20px;
}

.post-list .post .post-content .post-date {
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.post-nav {
    list-style-type: none;
    margin-top: 60px;
}

.post-nav li {
    display: inline-block;
}

.post-nav li a {
    display: block;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.post-nav li a:hover {
    text-decoration: none;
    color: #2c2c2c;
    border-color: #2c2c2c;
}

.post-nav li,
.post-nav li a {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}

.post-nav .post-prev,
.post-nav .post-next {
    float: left;
    width: 50%;
}

.post-nav .post-next {
    text-align: right;
}

.post-nav h4 {
    margin-top: 10px;
    line-height: 30px;
}

.post-nav .post-number {
    margin: 0 10px;
}

.post-nav .post-number.active span {
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 2px;
    color: #2c2c2c;
}

.post-single-wrap {
    margin-top: 100px;
    padding-top: 100px;
}

.post-single-wrap .post-content-wrap p {
    margin: 50px 0;
}

.post-single-wrap .post .post-meta li,
.post-single-wrap .post .post-meta li a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.post-single-wrap .post .post-meta li {
    margin-bottom: 0;
    margin-right: 10px;
}

.post-single-wrap .post .post-meta li a:hover {
    opacity: .9;
    text-decoration: none;
}

.post-single-wrap .post .post-meta .post-date {
    color: #2c2c2c;
}

.post-single-wrap .post .post-img {
    margin-top: 25px;
}

.post-single-wrap .post .post-content-wrap {
    margin: 30px 0;
}

.post-single-wrap .post .post-share {
    padding: 30px 0;
    text-align: center;
}

.post-single-wrap .post .post-share h6 {
    display: inline-block;
    padding-right: 20px;
}

.post-single-wrap .post .post-share ul {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 15px;
}

.post-single-wrap .post .post-share ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.post-single-wrap .post .post-share ul li a {
    font-size: 14px;
    font-weight: 300;
}

.post-single-wrap .post .post-share ul li a:hover {
    text-decoration: none;
    color: #2c2c2c;
}

.author {
    background-color: #F1F3F6;
    padding: 20px;
}

.author-img,
.author-info {
    display: table-cell;
    vertical-align: top;
}

.author-img {
    width: 20%;
}

.author-info {
    padding-left: 20px
}

.author-info h6 {
    margin-bottom: 5px;
}

.author-info span {
    display: block;
    margin-bottom: 10px;
}

.author-info p {
    font-size: 14px;
}

.comments {
    margin-top: 100px;
}

.comments ul {
    list-style-type: none;
}

.comments ul li {
    margin-bottom: 0;
}

.comments .comments-title {
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.comments .comment-list>li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}

.comments .comment-list>li:last-of-type {
    border-bottom: 0;
}

.comments .comment-list>li .comment {
    position: relative !important;
    padding: 25px 0 15px 20px;
}

.comments .comment-list>li .comment .comment-author {
    position: absolute;
    left: 0;
}

.comments .comment-list>li .comment .comment-author img {
    border-radius: 50%;
    width: 70px;
}

.comments .comment-list>li .comment .comment-details {
    padding-left: 70px;
    position: relative;
}

.comments .comment-list>li .comment .comment-details .comment-meta .commenter {
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
    font-style: normal;
}

.comments .comment-list>li .comment .comment-details .comment-meta .comment-date {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #2c2c2c;
    margin: 5px 0 10px 0;
}

.comments .comment-list>li .comment .comment-details .comment-content p {
    font-size: 15px;
    line-height: 22px;
}

.comments .comment-list>li .comment .comment-details .comment-content .comment-reply .comment-reply-link {
    font-size: 13px;
}

.comments .comment-list>li .comment .comment-details .comment-content .comment-reply .comment-reply-link:hover {
    text-decoration: none;
}

.comments .comment-list .children .comment {
    border-top: 1px solid rgba(44, 44, 44, 0.1);
    padding-top: 20px;
    padding-bottom: 15px;
}

.comments .comment-list .children>li {
    margin-left: 72px;
}

.comments .comment-list .children .children li {
    margin-left: 33px;
}

.comment-respond {
    margin-top: 65px;
}

.comment-respond .comment-reply-title {
    margin-bottom: 30px;
}

.comment-respond .comment-form .text-fields .form-control {
    display: inline-block;
    float: left;
    width: 30.7%;
    margin-right: 3.9%;
}

.comment-respond .comment-form .text-fields .form-control:last-of-type {
    margin-right: 0;
}




/*-----------Sidebar-----------------*/

.sidebar {
    display: none;
}

.sidebar .widget {
    margin-top: 30px;
}

.sidebar .widget form {
    position: relative;
}

.sidebar .widget .search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0;
}

.sidebar .widget .search-button i {
    font-size: 18px
}

.sidebar .widget .widget-title {
    font-size: 18px;
}

.sidebar .widget ul {
    list-style: none;
}

.sidebar .widget.categories ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 0;
}

.sidebar .widget.categories ul li:last-child {
    border-bottom: none;
}

.sidebar .widget.categories ul li a {
    display: block;
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}

.sidebar .widget.categories ul li a:hover {
    color: #2c2c2c;
}

.sidebar .widget.recent-posts .entry-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px 0;
}

.sidebar .widget.recent-posts .entry-item:last-child {
    border-bottom: none;
}

.sidebar .widget.recent-posts .entry-title {
    margin-bottom: 5px;
}

.sidebar .widget.recent-posts .entry-title a {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.sidebar .widget.recent-posts .entry-date {
    font-size: 12px;
}

.sidebar .widget.tags a {
    color: #787878;
    display: inline-block;
    font-weight: 300;
    margin: 5px 10px;
}




/*-----------------------------------------------------------
    10. Footer
-------------------------------------------------------------*/

#footer {
    border-top: 1px dotted #787878;
    margin-top: 60px;
    padding: 40px 0;
    opacity: 0.5;
}

#footer p,
#footer a {
    letter-spacing: .5px;
}

#footer .copyrights p {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    margin-bottom: 0;
}

#footer .footer-socials img {
    text-align: right;
    width: 17px;
    /*margin-right: 15px;*/
    margin-top: -7px;
}
#footer .footer-socials img:hover {
    opacity: 0.4;
    
}

#footer .footer-socials {
    text-align: right;
}

#footer .footer-socials a {
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    display: inline-block;
    margin-left: 15px;
}

#footer .footer-socials a:hover{
    color: #2c2c2c;
    text-decoration: none;
}

#footer .footer-socials a i {
    font-size: 18px;
}



.scrolltotop {
    top: 10px; right: 0px;
    /*color: #787878;*/
    color: #ffffff!important;
    cursor: pointer;
    display: none;
    font-size: 12px;
   /* height: 45px;*/
    text-align: center;
    position: absolute;
    padding-right: 15px;
   z-index: 999;
}
.scrolltotop:hover{
  color: #787878;
}
.scrolltotop i{
    font-size: 12px;
    margin-left: 5px;
}

