/**
 * Google Custom Search.
 */
.gsc-control-cse {
  background-color: inherit !important;
  border: none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0.1em !important;
}

.gsc-input-box {
  height: 30px !important;
}

td.gsc-input,
td.gsc-search-button,
input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  visibility: hidden;
  display: none;
}

/**
 * Header.
 */

.dialog-off-canvas-main-canvas {
  height: 100%;
}

header {
  height: auto;
  min-height: auto;
  background-image: inherit;
}

header.front {
  height: 100%;
}

header div {
  height: 100%;
}

header.nofront {
  padding-top: 50px;
  margin-left: 15px;
  color: #000;
  text-align: inherit;
}

header.backimg {
  /*background-image: url("");*/
  color: #fff;
  height: 350px;
  margin-left: 0;
}

header.backimg #block-titulodapagina h1 {
  color: #fff4d4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

div#block-tislideshow {
  height: 75%;
}

#about {
  padding: 50px;
}

.logo {
  float: left;
  width: 200px;
}

div.isa-logo a img.user-image {
  margin-top: 5px;
}

/**
 * Navbar.
 */

.navbar-default {
  background-color: inherit;
}

nav.nofront {
  /*background-color: #46433A;*/
  /*background-color: #dd4b39;*/
}

.navbar-default .nav > li > a:hover {
  color: #ce534d;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #000000;
}

.navbar-default.nofront .navbar-header .navbar-brand:hover,
.navbar-default.nofront .navbar-header .navbar-brand:focus,
.navbar-default.nofront .navbar-header .navbar-brand {
  color: #fff;
}

/**
 * Slideshow.
 */

#myCarousel h1 a {
  color: #fff;
}

.carousel-caption {
  height: 50%;
}

.carousel-inner .item {
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/*
.carousel-caption {
  top: 50px;
  padding-top: 0px;
}
*/

/**
 * RSS icon.
 */

.feed-icon {
  visibility: hidden;
  display: none;
}

/**
 * Portfolio.
 */

.portfolio-box .portfolio-box-caption {
  background: inherit;
  opacity: 1;
  text-shadow: 3px 3px 4px #000;
}

#block-tistrap-content .project-name a {
  text-shadow: 2px 2px 1px black;
  color: white;
}

/**
 * Fonts.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: "Open Sans", "Merriweather", "Helvetica Neue", Arial, sans-serif;
}

/**
 * Misc fixes.
 */

/*
.nofront .bg-primary {
  background-color: #fff;
}
*/

#block-titulodapagina {
  padding-left: 0px;
}

.label {
  color: inherit;
}

div[aria-label="Mensagem de status"] {
  visibility: hidden;
  display: none;
}

div[aria-label="Mensagem de aviso"] {
  visibility: hidden;
  display: none;
}

#block-tistrap-content article img,
#block-tistrap-content article figure {
  width: 100%;
  margin-bottom: 15px;
}

#social {
  float: right;
  font-size: 25px;
}

.share {
  margin-bottom: 20px;
}

.fb-like {
  top: -4px;
}

/**
 * Keep contextual divs small.
 * Alternative: select the first child div from section.
 */
[data-contextual-id="block:block=tislideshow:langcode=pt-br"],
[data-contextual-id="block:block=tislideshow:langcode=en"],
[data-contextual-id="block:block=tislideshow:langcode=es"],
[data-contextual-id="block:block=tipanelbanner:langcode=pt-br"],
[data-contextual-id="block:block=tipanelbanner:langcode=en"],
[data-contextual-id="block:block=tipanelbanner:langcode=es"] {
  height: 0px;
}

/**
 * Map search/filter results.
 */
div#results section {
  padding: 0;
}

.container-map {
  height: 100%;
  width: 100%;
  margin: 10px;
  padding: 0;
}

#map_canvas
  > div.leaflet-control-container
  > div.leaflet-top.leaflet-left
  > div
  > section {
  padding: inherit;
}

.image-uf-big {
  border: 1px solid #dddddd;
}

#filtros select {
  width: 100%;
}

/**
 * Panel banner.
 */
#about h2 {
  margin-bottom: 20px;
}

#map-access,
#panel-access {
  margin-top: 8px;
}

/**
 * Map.
 */
.leaflet-small-widget.closed,
.leaflet-technical-note.closed {
  width: 40px !important;
  height: 40px !important;
}

.leaflet-control h3 {
  /*font-size: 16px;*/
  font-size: 14px;
}

.leaflet-control h4 {
  font-size: 10px;
}

#agsCopyrights {
  visibility: hidden;
  display: none;
}

div.leaflet-small-widget a.leaflet-small-widget-toggle {
  margin-left: -3px;
}

/**
 * Chosen
 */
.chosen-container.chosen-drop-up .chosen-drop {
  top: auto;
  bottom: 100%;
}

#browse_terra,
#browse_terra_chosen {
  margin-top: 12px;
}

/**
 * Footers.
 */

#block-tistrap-content footer {
  margin-bottom: 25px;
}

.div-marca {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  min-height: 150px;
}

/**
 * Fonts and colors.
 */

.bg-primary {
  background-color: #46433a;
}

#myCarousel h1 a {
  color: #fff4d4;
}

.text-primary {
  color: #ce534d;
}

.navbar-default .navbar-header .navbar-brand {
  padding-top: 5px;
}

.navbar-default.affix .navbar-header .navbar-brand {
  font-size: 14px;
  color: #46433a;
}

.btn-default {
  border-color: #fff;
  color: #46433a;
  background-color: #fff4d4;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #483a3a;
}

#about h2 {
  color: #fff;
}

.project-name a {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #46433a;
  opacity: 0.8;
}

hr {
  border-color: #ce534d;
}

a {
  color: #ce534d;
}

/* Extra small devices */
@media only screen and (min-width: 320px) {
  #block-tistrap-content footer {
    margin-top: 20px;
  }

  .img-alt {
    font-size: 12px;
    margin-top: -40px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }

  .gcse {
    width: 300px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .navbar-right #browse-terra {
    width: 300px;
    margin-left: 10px;
  }

  .navbar-toggle {
    /*
    float: right;
    margin-left: 15px;
    */
    margin-right: 0px;
  }

  .navbar-brand {
    font-size: 14px;
  }

  .navbar-header {
    width: 100%;
  }

  .front.container-initial {
    margin-top: 300px;
  }

  .carousel-caption p {
    font-size: 12px;
  }

  .carousel-caption h1 {
    font-size: 30px !important;
    margin-top: -75px;
  }

  header.backimg #block-titulodapagina {
    padding-left: 15px;
  }

  #carousel-item-1 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/320px/RN_filme_01_13.jpg');*/
    background-image: url("/modules/tifront/images/samples/320px/RN_filme_01_13.jpg");
  }

  #carousel-item-2 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/320px/z-10.jpg');*/
    background-image: url("/modules/tifront/images/samples/320px/z-10.jpg");
  }

  #carousel-item-3 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/320px/5X-52.JPG');*/
    background-image: url("/modules/tifront/images/samples/320px/5X-52.JPG");
  }
}

/* Small Devices */
@media only screen and (min-width: 768px) {
  .logo {
    width: inherit;
  }

  #block-tistrap-content footer {
    margin-top: -60px;
  }

  .img-alt {
    margin-top: -30px;
  }

  .navbar-right #browse-terra {
    width: 150px;
  }

  .gcse {
    width: 150px;
  }

  .container {
    width: auto;
  }

  .navbar-brand {
    font-size: inherit;
  }

  .navbar-header {
    width: inherit;
  }

  .container-initial {
    margin-top: 100px;
  }

  .front.container-initial {
    margin-top: 100px;
  }

  .carousel-caption h1 {
    font-size: 30px !important;
    margin-top: inherit;
  }

  .carousel-caption p {
    font-size: 16px;
  }

  #map-access,
  #panel-access {
    margin-top: inherit;
  }

  #about h2 {
    margin-bottom: 50px;
  }

  #browse-terra {
    width: 50%;
    margin-top: 15px;
  }

  .navbar-right {
    float: left !important;
  }

  #block-titulodapagina h1 {
    font-size: 50px !important;
  }

  #carousel-item-1 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/768px/RN_filme_01_13.jpg');*/
    background-image: url("/modules/tifront/images/samples/768px/RN_filme_01_13.jpg");
  }

  #carousel-item-2 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/768px/z-10.jpg');*/
    background-image: url("/modules/tifront/images/samples/768px/z-10.jpg");
  }

  #carousel-item-3 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/768px/5X-52.JPG');*/
    background-image: url("/modules/tifront/images/samples/768px/5X-52.JPG");
  }
}

/* Medium Devices */
@media only screen and (min-width: 992px) {
  #block-tistrap-content footer {
    margin-top: -30px;
  }

  #block-titulodapagina h1 {
    font-size: 60px !important;
  }

  .container {
    width: 970px;
  }

  header.backimg #block-titulodapagina {
    padding-left: 0px;
  }

  #browse-terra {
    width: 100%;
  }

  .container-initial {
    margin-top: 50px;
  }

  .carousel-caption h1 {
    font-size: 40px !important;
  }

  #carousel-item-1 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/992px/RN_filme_01_13.jpg');*/
    background-image: url("/modules/tifront/images/samples/992px/RN_filme_01_13.jpg");
  }

  #carousel-item-2 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/992px/z-10.jpg');*/
    background-image: url("/modules/tifront/images/samples/992px/z-10.jpg");
  }

  #carousel-item-3 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/992px/5X-52.JPG');*/
    background-image: url("/modules/tifront/images/samples/992px/5X-52.JPG");
  }
}

/* Large Devices */
@media only screen and (min-width: 1200px) {
  .navbar-right {
    float: right !important;
  }

  .container {
    width: 1170px;
  }

  .carousel-caption p {
    font-size: 15px;
  }

  .carousel-caption h1 {
    font-size: 50px !important;
  }

  #carousel-item-1 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/1200px/5X-52.JPG');*/
    background-image: url("/modules/tifront/images/samples/1200px/5X-52.JPG");
  }

  #carousel-item-2 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/1200px/z-10.jpg');*/
    background-image: url("/modules/tifront/images/samples/1200px/z-10.jpg");
  }

  #carousel-item-3 {
    /*background-image: url('/sites/ti/modules/tifront/images/samples/1200px/RN_filme_01_13.jpg');*/
    background-image: url("/modules/tifront/images/samples/1200px/RN_filme_01_13.jpg");
  }
}

.placar-groups {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .placar-groups {
    display: block;
  }
}

