

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
  font-family: 'Ubuntu', sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 300;
  color: #999;
}

h2 {
  font-size: 28px;
  color: #000;
  font-weight: 300;
}

a, a:hover {
  color: #D5C50E;
}

.breadcrumbs {
  margin: 20px 0;
}




header {
  position: relative;
  background-color: #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .logo {
  display: inline-block;
  margin: 22px 0 17px 0;
}
header .logo h1 {
  margin: 0;
}
header .logo a {
  display: block;
  width: 307px;
  height: 52px;
  background: url('../imgs/logo.png') no-repeat left center;
  color: transparent;
}
header .logo span {
  display: block;
  font-size: 11px;
  color: #333;
  font-weight: 300;
  margin-top: -10px;
}

.social.top {
  text-align: right;
  margin: 10px 0 20px 0;
}
.social a {
  display: inline-block;
  width: 32px;
  line-height: 32px;
  background-color: #999;
  border-radius: 16px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.36s ease;
}
.social a:hover {
  background-color: #FBE917;
  color: #000;
}


header nav {
}

header nav ul.menumobile {
  display: none !important;
}

header nav ul.menu {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

header nav ul.menu > li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #AAA;
  height: 16px;
}
header nav ul.menu li:last-of-type {
  border-right: 0;
  padding-right: 0;
}
header nav ul.menu > li > a {
  line-height: 16px;
  padding: 0 !important;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-shadow: initial !important;
  text-transform: uppercase;
}
header nav ul.menu > li > a:hover {
  color: #D5C50E;
  background-color: transparent !important;
}
header nav ul.menu > a:focus {
  text-decoration: none;
  color: #FBE917;
}
header nav ul.menu > li.current-menu-item a {
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #FBE917;
}
header nav ul.menu > a:focus {
  text-decoration: none;
  color: #FBE917;
}

header nav .sub-menu {
  position: absolute;
  z-index: 10;
  padding: 10px 0 10px 0;
  margin: 0 0 0 -10px;
  list-style: none;
  background-color: rgba(255,255,255,.95);
  display: none;
  min-width: 140px;
}
header nav .sub-menu li {
  line-height: 100%;
  border-right: 0 !important;
  font-size: 14px;
  display: block;
}
header nav .sub-menu li a {
  font-size: 12px !important;
  font-weight: 300 !important;
  border: none !important;
  color: #666 !important;
  display: block;
  line-height: 24px;
  text-indent: 10px;
}
header nav .sub-menu li.current-menu-item {
  background-color: #FBE917;
  color: #000;
}
header nav .sub-menu li.current-menu-item a {
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
}
header nav .sub-menu li:hover {
}
header nav .sub-menu li:hover a {
  background-color: #FBE917 !important;
  text-decoration: none;
  color: #000 !important;
}






/* CAROUSEL */
#carousel-cozi {
  border-top: 3px solid #FBE917;
}


.stamp25 {
    position: absolute;
    z-index: 10;
    bottom: 40px;
}

.stamp25 .inner {
    width: 145px;
    height: 145px;
    border: 8px solid #FBE917;
    border-radius: 50%;
    text-align: center;
    background-color: #000;
}

.stamp25 .inner h1 {
    font-size: 56px;
    font-weight: 700;
    color: #FBE917;
    margin: 18px 0 -15px 0;
}

.stamp25 .inner .anos {
    font-size: 30px;
    font-weight: 300;
    color: #FFF;
}


#carousel-cozi .imgContainer {
  background-size: cover !important; 
  background-position: center center;
  background-repeat: no-repeat;
  height: 0; 
  padding-bottom: 30%; 
  min-height: 500px;
}
.captionwrapper {
  position: absolute;
  width: 100%;
  top: 185px;
}

.coziCaption {
  position: fixed;
  width: 100%;
  background-color: rgba(255,255,255,.5);
  left: 0;
  top: 50%;
  bottom: 0;
  right: 0;
  padding: 0 2% 0 50%;
}

.coziCaption h1 {
  margin: 15px 0;
}

.coziCaption h1 a {
  font-weight: 400;
  color: #000;
  font-size: 52px;
  line-height: 100%;
  margin: 0;
  text-shadow: none;
  text-decoration: none;
}

.coziCaption .text a {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
  text-shadow: none;
  text-decoration: none;
}

.coziCaption .action {
  display: inline-block;
  line-height: 32px;
  background-color: #FBE917;
  padding: 0 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.coziCaption .action:hover {
  background-color: #000;
  color: #FFF;
}

.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.carousel .glyphicon {
  display: block;
}


.carousel-indicators {
  position: absolute;
  bottom: 11px;
  z-index: 15;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  line-height: 0;
  padding-right: 0;
  padding-left: 0;
}


.carousel-indicators li {
  border: 0;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 3px;
  z-index: 2;
  background-color: rgba(255,255,255,.5);
  border-radius: 9px;
}
.carousel-indicators li:hover {
  background-color: rgba(255,255,255,1);
}
.carousel-indicators li.active {
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #FBE917;
}

.carousel-control {
  filter: alpha(opacity=60);
  opacity: .6;
}
.carousel-control:focus {
  filter: alpha(opacity=60);
  opacity: .6;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  width: 50px;
  line-height: 52px;
  margin-top: -33px;
  font-size: 52px;
  text-shadow: none; 
}
.carousel-control .glyphicon-chevron-left {
  left: 20px;
  margin-left: 0;
}
.carousel-control .glyphicon-chevron-right {
  right: 20px;
  margin-right: 0;
}
.glyphicon-chevron-right:before {
  font-family: 'fontawesome';
  content: "";
}
.glyphicon-chevron-left:before {
  font-family: 'fontawesome';
  content: "";
}




.destaques h2 {
  display: block;
  border-bottom: 2px solid #FBE917;
  line-height: 140%;
  margin: 30px 0 20px 0;
}

.destaques .item {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.destaques .item:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* Firefox 4+ */
  filter: none; /* IE 6-9 */
}

.destaques .item .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,.5);
  padding: 5px 10px;
}
.destaques .item:hover .info {
  background-color: rgba(254,226,0,.7);
}

.destaques .item .info span {
  vertical-align: baseline;
  display: inline-block;
  color: #000;
}
.destaques .item:hover .info span {
  color: #FFF;
}
.destaques .item .info .categoria {
  font-weight: 300;
  font-size: 16px;
}
.destaques .item .info .nome {
  font-weight: 400;
  font-size: 32px;
}

.destaques .item-wrapper:last-child {
  display: none;
}


.homeVideoZone {
  background-color: #EEE;
  padding: 20px 0;
  margin: 50px 0;
}

.homeVideoZone h2 {
  display: block;
  width: 60%;
  line-height: 100%;
  margin-bottom: 20px;
}

.homeVideoZone span.text {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 140%;
}

.homeVideoZone a.action {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 34px;
  background-color: #FBE917;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homeVideoZone a.action:hover {
  background-color: #000;
  color: #FFF;
}

.homeVideoZone .auto-resizable-iframe {
  max-width: 820px;
  margin: 20px auto;
}

.homeVideoZone .auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 57%;
  height: 0px;
}

.homeVideoZone .auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}



.social.bottom {
  text-align: center;
  margin-bottom: 20px;
}

footer {
  position: relative;
  background-color: #000;
  padding: 15px 0 !important;
}
footer span.credits {
  color: #FBE917;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}

footer .goTop {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 48px;
  color: #FFF;
  text-align: center;
  width: 63px;
  line-height: 63px;
  border-radius: 32px;
  background-color: #FBE917;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .goTop:hover {
  color: #FBE917;
  background-color: #FFF;
}







/**************************/
/*      INSIDE PAGES      */
/**************************/

.institutional {
  margin-bottom: 90px;
}

.institutional h1 {
  margin: 60px 0 30px 0;
  font-size: 42px;
  font-weight: 700;
}

.institutional .text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 160%;
}

.institutional .text ul {
  background-color: #f5f5f5;
  padding: 15px 30px;
  list-style: none;
  border-left: 3px solid #DDD;
}

.institutional .text ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 2px 0;
}

.institutional .destaques .item-wrapper:last-child {
  display: block;
}










.linetop {
  border-top: 3px solid #FBE917;
}

.prod-detalhe {
  margin-bottom: 90px;
}

.prod-detalhe .mainImage {
  position: relative;
  margin: 0 0 14px 0;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.prod-detalhe .legenda {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  padding: 5px 15px;
}

.prod-detalhe h1 {
  margin: 30px 0;
}

.prod-detalhe .text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 160%;
}

.prod-detalhe .text ul {
  background-color: #f5f5f5;
  padding: 15px 30px;
  list-style: none;
  border-left: 3px solid #DDD;
}

.prod-detalhe .text ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 2px 0;
}

.prod-detalhe .share h2 {
  border-bottom: 1px solid #DDD;
  padding: 0 0 5px 0;
  margin: 50px 0 10px 0;
}

.prod-detalhe .share .social {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prod-detalhe .share .social i {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}
.prod-detalhe .share .social:hover {
  background-color: #666;
}
.prod-detalhe .share .social:hover i {
  color: #FFF;
}

#galeria {
  padding: 0;
  margin-bottom: 30px;
}

#galeria .viewport {
  position: relative;
  width: 100%;
  height: 90px;  /* you can define the height you want */
  overflow: hidden;
}

#galeria .buttons {
  display: block;
  position: absolute;
  line-height: 90px; /* in this case we use some height of viewport */
  width: 30px;
  top: 0; 
  text-align: center;
  z-index: 1;
  background-color: #F3F3F3;
  border: 0;
  font-family: 'fontawesome';
}


#galeria .buttons i {
  font-size: 18px;
  color: #000;
  line-height: 90px;
}

#galeria .buttons:hover {
  background-color: #EEE;
}

#galeria .overview {
  position: absolute;
  padding: 0 35px;
  margin: 0;
  left: 0;
  top: 0;
}

#galeria .overview ul {
  clear: both;
  list-style: none;
  height: 90px;
  padding: 0;
}

#galeria li {
  display: inline-block;
  float: left;
  margin: 0 7px;
}

/* if you are using <a> instead of <img> */
#galeria li a {
  display: block;
  width: 164px;
  height: 0;
  padding-bottom: 55%;
  margin: 0;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

#galeria li a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* Firefox 4+ */
  filter: none; /* IE 6-9 */
}

#galeria .buttons.prev {
  left: 0;     /* if you're using 'x' axis */
}
#galeria .buttons.next {
  right: 0;    /* if you're using 'x' axis */
}


/* COMMON ELEMENTS */
#galeria .buttons.inactive {
  color: rgba(0,0,0,.1);
}
#galeria .buttons.inactive:hover {
  background-color: #fff !important;
}
#galeria .buttons:active, .examples .buttons:focus { 
  outline: none
}








/* CONTACTS */

#contacts-map {
  position: relative;
  height: 0;
  padding-bottom: 25%;
}

#contacts-map > div {
  position: absolute;
}

.contactform {
  margin-top: 52px;
  margin-bottom: 90px;
}

.contactform form {
  margin-top: 30px;
}

.contactform label {
  font-weight: 400;
  color: #333;
  font-size: 14px;
}

.contactform .wpcf7-text {
  width: 100%;
  border: 1px solid #EEE;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.contactform .wpcf7-textarea {
  width: 100%;
  border: 1px solid #EEE;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  height: 160px;
}

.contactform .wpcf7-form-control-wrap {
  margin-top: 15px;
  margin-bottom: 20px;
}

.contactform .wpcf7-submit {
  display: inline-block;
  line-height: 32px;
  background-color: #FBE917;
  border: 0;
  padding: 0 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactform .wpcf7-submit:hover {
  background-color: #000;
  color: #FFF;
}

.contactform form .error {
  background-color: rgba(255,0,0,.15);
}

.contactform .screen-reader-response {
  display: none;
}

.contactform .wpcf7-form-control-wrap {
  margin-right: -1px;
  background-color: transparent !important;
}

.contactform .wpcf7-mail-sent-ok {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: #00AA00;
  width: 100%;
  clear: both;
  border: 0 !important;
}

.contactform .wpcf7-spam-blocked {
  display: none;
}

#cozitemplario-recaptcha {
  margin-top: 5px;
  margin-bottom: 10px;
}

#cozitemplario-recaptcha.error {
  border-left: 4px solid #F00;
  padding-left: 5px;
  background-color: transparent;
}






/* PARCEIROS */
.parceiros {
  margin: 40px 0 0 0;
}

.parceiros a.logo {
  background-size:80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height:0;
  padding-bottom:100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.parceiros .unit {
  border-top: 1px dotted #e6e6e6;
  border-right: 1px dotted #e6e6e6;
  border-left: 1px dotted #FFF;
  border-bottom: 1px dotted #FFF;
}

.parceiros .unit {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.parceiros .unit.selected, .parceiros .unit:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.parceiros .unit:nth-child(4n) {
  border-right: 0;
}
.parceiros .unit:nth-child(-n+4) {
  border-top: 0;
}

.parceiros .unit:nth-child(4n+2):nth-last-child(4),

.parceiros .unit:nth-child(4n+3):nth-last-child(3),
.parceiros .unit:nth-child(4n+3):nth-last-child(4),

.parceiros .unit:nth-child(4n):nth-last-child(2),
.parceiros .unit:nth-child(4n):nth-last-child(3),
.parceiros .unit:nth-child(4n):nth-last-child(4) {
    border-bottom: 1px dotted #e6e6e6;
}









/*************************************************/
/*                  MEDIA QUERIES                */
/*************************************************/

@media (max-width: 1350px) {

}

@media (min-width: 1200px) {

}




@media (min-width: 992px) {

}

@media (max-width:1200px) and (min-width: 992px) {

}

@media (max-width:991px) and (min-width: 768px) {
  
  header .logo {
    margin: 36px 0 12px 0;
  }

  .stamp25 {
    right: 40px;
    bottom: auto;
    top: 40px
  }

  .destaques .item-wrapper:last-child {
    display: block;
  }

  #contacts-map {
    padding-bottom: 40%;
  }

  .coziCaption {
    padding: 0 15% 0 15%;
  }

}



@media (min-width: 768px) {

}

@media (max-width:767px) and (orientation: portrait) {

}

@media (max-width:767px) {
  
  header .logo {
    margin: 10px 0 12px 0;
  }

  header .logo a {
    width: 220px;
    height: 38px;
    background-size: cover;
  }

  header .logo span {
    font-size: 9px;
    margin-top: -7px;
  }

  .navbar-toggle {
    margin-right: 0;
    margin-top: 11px;
  }

  .navbar-toggle .icon-bar {
    background-color: #000;
  }

  header nav ul.menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 68px;
    background-color: rgba(255,255,255,.9);
    z-index: 1;
  }

  header nav ul.menu > li {
    display: block;
    border-right: none;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #EEE;
  }

  header nav ul.menu > li.current-menu-item {
    border-bottom: 0;
  }

  header nav ul.menu > li > a {
    line-height: 40px !important;
    text-indent: 15px;
  }
  header nav ul.menu > li:hover {
    background-color: #FBE917 !important;
    color: #000 !important;
  }
  header nav ul.menu > li a:hover {
    color: #000 !important;
  }

  header nav ul.sub-menu {
    position: relative;
    padding: 0;
    margin: 0;
  }

  header nav .sub-menu li a {
    line-height: 35px;
    text-indent: 55px;
  }

  header nav .sub-menu li:hover {
    background-color: rgba(254,226,0,.5);
  }

  .stamp25 {
    right: 20px;
    bottom: auto;
    top: 20px;
  }

  .stamp25 .inner {
    width: 115px;
    height: 115px;
  }

  .stamp25 .inner h1 {
    font-size: 48px;
    margin: 12px 0 -12px 0;
  }

  .stamp25 .inner .anos {
    font-size: 24px;
  }

  .social.top {
    display: none;
  }

  .coziCaption {
    top: 45%;
    padding: 0 4% 0 4%;
  }

  .carousel-control {
    display: none;
  }


  #contacts-map {
    padding-bottom: 60%;
  }

  .parceiros .unit {
    border-top: 1px dotted #e6e6e6;
    border-right: 1px dotted #e6e6e6;
    border-left: 1px dotted #FFF;
    border-bottom: 1px dotted #FFF;
  }

  .parceiros .unit:nth-child(4n) {
    border-right: 1px dotted #e6e6e6;
  }
  .parceiros .unit:nth-child(-n+4) {
    border-top: 1px dotted #e6e6e6;
  }

  .parceiros .unit:nth-child(4n+2):nth-last-child(4),

  .parceiros .unit:nth-child(4n+3):nth-last-child(3),
  .parceiros .unit:nth-child(4n+3):nth-last-child(4),

  .parceiros .unit:nth-child(4n):nth-last-child(2),
  .parceiros .unit:nth-child(4n):nth-last-child(3),
  .parceiros .unit:nth-child(4n):nth-last-child(4) {
    border-bottom: 1px dotted #FFF;
  }

  .parceiros .unit:nth-child(2n) {
    border-right: 0;
  }

  .parceiros .unit:nth-child(-n+2) {
    border-top: 0;
  }

}

@media (max-width:767px) and (orientation: portrait) {
  .destaques .item-wrapper {
    width: 100%;
  }
}

@media (max-width:767px) and (orientation: landscape) {


}

@media (max-width:400px) {

}

@media (max-width:350px) {

}



