/* ###### NAVBAR TOP SHADOW ###### */

#top-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 999;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  display: none;
}

.navbar {
  z-index: 1000;
  /* lift .navbar above #top-shadow */
}

.navbar.affix {
  /* position fixed navbar */
  top: 0;
  width: 100%;
}

.content {
  margin-top: 50px;
  /* top margin so content clears navbar */
}

body {
  font-family: Klavika-Light;
  background-color: rgb(245, 179, 37);
}

@media (min-width: 991px) {
  .bg-split-produto {
    background: linear-gradient(90deg, rgb(235, 235, 235) 51.5%, white 48.5%);
  }
}

@media (max-width: 991px) {
  .bg-split-produto {
    background-color: white;
  }
}

@media (max-width: 575px) {
  .navbar-brand>img {
    width: 10em;
  }
}

a {
  color: rgb(50, 50, 50);
  text-decoration: none;
}

a:visited {
  color: rgb(50, 50, 50);
}

.navbar-nav a:visited {
  color: rgb(255, 255, 255);
}

.navbar-nav a:hover {
  color: rgb(0, 0, 0);
}

.more-solutions-list-coberturas-planas a {
  color: #283583;
}

.more-solutions-list-coberturas-planas a:visited {
  color: #283583;
}

.more-solutions-list-coberturas-planas a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-garagens-estacionamentos a {
  color: #be8702;
}

.more-solutions-list-garagens-estacionamentos a:visited {
  color: #be8702;
}

.more-solutions-list-garagens-estacionamentos a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-cozinhas-wcs a {
  color: #74a7c9;
}

.more-solutions-list-cozinhas-wcs a:visited {
  color: #74a7c9;
}

.more-solutions-list-cozinhas-wcs a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-etics a {
  color: #5b2311;
}

.more-solutions-list-etics a:visited {
  color: #5b2311;
}

.more-solutions-list-etics a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-quartos-salas a {
  color: #537991;
}

.more-solutions-list-quartos-salas a:visited {
  color: #537991;
}

.more-solutions-list-quartos-salas a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-varandas a {
  color: #2ea836;
}

.more-solutions-list-varandas a:visited {
  color: #2ea836;
}

.more-solutions-list-varandas a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-piscinas-reservatorios a {
  color: #009fe3;
}

.more-solutions-list-piscinas-reservatorios a:visited {
  color: #009fe3;
}

.more-solutions-list-piscinas-reservatorios a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-coberturas-inclinadas a {
  color: #8f4100;
}

.more-solutions-list-coberturas-inclinadas a:visited {
  color: #8f4100;
}

.more-solutions-list-coberturas-inclinadas a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-caves a {
  color: #3d5647;
}

.more-solutions-list-caves a:visited {
  color: #3d5647;
}

.more-solutions-list-caves a:hover {
  color: rgb(216, 40, 47);
}

.more-solutions-list-fachadas a {
  color: #517260;
}

.more-solutions-list-fachadas a:visited {
  color: #517260;
}

.more-solutions-list-fachadas a:hover {
  color: rgb(216, 40, 47);
}

a:hover {
  color: rgb(216, 40, 47);
  text-decoration: none;
}

/* ###### FONTS ###### */

@font-face {
  font-family: Klavika-Light;
  src: url('fonts/Klavika-Light.otf');
  src: url('fonts/Klavika-Light.eot?#') format('eot');
  src: url('fonts/Klavika-Light.woff') format('woff');
  src: url('fonts/Klavika-Light.ttf') format('truetype');
}

@font-face {
  font-family: Klavika-Medium;
  src: url(Klavika-Medium.otf);
  src: url('fonts/Klavika-Medium.eot?#') format('eot');
  src: url('fonts/Klavika-Medium.woff') format('woff');
  src: url('fonts/Klavika-Medium.ttf') format('truetype');
}

@font-face {
  font-family: Klavika-Bold;
  src: url(Klavika-Bold.otf);
  src: url('fonts/Klavika-Bold.eot?#') format('eot');
  src: url('fonts/Klavika-Bold.woff') format('woff');
  src: url('fonts/Klavika-Bold.ttf') format('truetype');
}

/* ###### TITLE ###### */

@media all and (orientation:landscape) {
  .title01 {
    text-transform: uppercase;
    font-family: Klavika-Medium;
    font-size: 3em;
    padding-top: 7rem;
  }
  .title02 {
    text-transform: uppercase;
    font-family: Klavika-Bold;
    color: rgb(245, 179, 37);
    font-size: 5em;
  }
  .title-align {
    align-self: center;
  }
}

@media all and (orientation:portrait) {
  .title01 {
    text-transform: uppercase;
    font-family: Klavika-Medium;
    font-size: 3em;
    text-align: left;
    padding-top: 1.5em;
  }
  .title02 {
    text-transform: uppercase;
    font-family: Klavika-Bold;
    color: rgb(245, 179, 37);
    font-size: 5em;
    text-align: left;
  }
  .title-align {
    align-self: flex-start;
  }
}

@media (max-width: 991px) {
  .title01 {
    text-transform: uppercase;
    font-family: Klavika-Medium;
    font-size: 1.5em;
    text-align: left;
    padding-top: 1.5em;
  }
  .title02 {
    text-transform: uppercase;
    font-family: Klavika-Bold;
    color: rgb(245, 179, 37);
    font-size: 2.5em;
    text-align: left;
  }
  .title-align {
    align-self: flex-start;
  }
}

@media all and (orientation:landscape) {
  .intro {
    background-image: url(img/Banner-Desktop-Landscape.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
}

@media all and (orientation:portrait) {
  .intro {
    background-image: url(img/Banner-Portrait.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .intro {
    background-image: url(img/Banner-Landscape.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 4em;
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .intro {
    background-image: url(img/Banner-Portrait.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 4em;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .intro {
    background-image: url(img/Banner-Landscape.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 4em;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .intro {
    background-image: url(img/Banner-Portrait.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 4em;
  }
}

@media (max-width: 575px) and (orientation: landscape) {
  .intro {
    background-image: url(img/Banner-Landscape.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 4em;
  }
}

@media (max-width: 575px) and (orientation: portrait) {
  .intro {
    background-image: url(img/Banner-Portrait.jpg);
    min-height: auto;
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 4em;
  }
}

/* ###### NAVBAR ###### */

.nav-container {
  flex-direction: row-reverse;
}

.navbar-nav {
  font-size: 1em;
}

a>.navbar-nav:visited {
  color: red;
}

@media (max-width: 991px) {
  .navbar-nav {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    font-size: 0.8em;
  }
}

@media (max-width: 575px) {
  .navbar-nav {
    font-size: 0.8em;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  font-family: Klavika-Medium;
}

.bg-sika {
  background-color: rgb(245, 179, 37);
}

.dropdown-item {
  text-transform: uppercase;
  color: white;
}

.dropdown-menu {
  background-color: rgb(245, 179, 37);
  border-color: rgb(255, 255, 255);
  border-radius: 0px;
  font-size: 1em;
  font-family: Klavika-Medium;
}

@media (max-width: 767px) {
  .dropdown-menu {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}

@media (max-width: 575px) {
  .dropdown-menu {
    font-size: 1em;
  }
}

@media (max-width: 575px) {
  .dropdown-item {
    white-space: normal;
    line-height: 1.2em;
  }
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(216, 40, 47);
}

.navbar-dark .navbar-nav .nav-link:active {
  color: rgb(216, 40, 47);
}

/* ###### ZONAS ###### */

.zonas-mt {
  margin-top: 5em;
}

@media (max-width: 991px) {
  .zonas-mt-mobile {
    margin-top: 2em;
  }
}

@media (max-width: 575px) {
  .zonas-mt-mobile {
    margin-top: 2em;
  }
}

.zonas-mb {
  margin-bottom: 0em;
}

@media (max-width: 575px) {
  .zonas-mb-mobile {
    margin-bottom: 0em;
  }
}

/* ###### POS ###### */

.pos-bg {
  padding-top: 5em;
  background-color: white;
}

.title-pos {
  font-family: Klavika-Bold;
  font-size: 3em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
  .title-pos {
    font-family: Klavika-Bold;
    font-size: 2.2em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  .title-pos {
    font-family: Klavika-Bold;
    font-size: 2.2em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 575px) {
  .title-pos {
    font-family: Klavika-Bold;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
  }
}

.pos-icon>img {
  height: 10em;
  width: 10em;
}

@media (max-width: 991px) {
  .pos-icon>img {
    height: 8em;
    width: 8em;
  }
}

@media (max-width: 767px) {
  .pos-icon>img {
    height: 7em;
    width: 7em;
  }
}

@media (max-width: 575px) {
  .pos-icon>img {
    height: 6em;
    width: 6em;
  }
}

.pos-text-content {
  font-size: 1.2em;
}

.pos-text-content-bold {
  font-family: Klavika-Medium;
}

@media (max-width: 991px) {
  .pos-text-content {
    font-size: 1em;
    line-height: 1.4em;
  }
  .pos-text-content-bold {
    font-family: Klavika-Medium;
    font-size: 1em;
  }
}

.btn {
  font-size: 1.4em;
  border-radius: 0.35em;
  border: 2px solid;
  line-height: 1em;
  padding: 0.4em 0.75em;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.2em;
    border-radius: 0.35em;
    border: 2px solid;
    line-height: 1em;
    padding: 0.45em 0.65em;
  }
}

@media (max-width: 575px) {
  .btn {
    font-size: 1.2em;
    border-radius: 0.35em;
    border: 2px solid;
    line-height: 1em;
    padding: 0.45em 0.65em;
  }
}

.btn-outline-warning {
  /*border: 100px;*/
  padding-top: 14px;
}

/* ###### LOJA ###### */

.loja-title {
  font-family: Klavika-Bold;
  font-size: 3em;
  text-transform: uppercase;
  margin-top: 1.5em;
}

@media (max-width: 991px) {
  .loja-title {
    font-family: Klavika-Bold;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-top: 1.5em;
  }
}

@media (max-width: 575px) {
  .loja-title {
    font-family: Klavika-Bold;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-top: 1em;
  }
}

.loja-content {
  font-size: 1.5em;
  margin-top: 1em;
}

@media (max-width: 575px) {
  .loja-content {
    font-size: 1.5em;
    margin-top: 0.5em;
  }
}

.loja-content-detail {
  font-family: Klavika-Medium;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .loja-content {
    font-size: 1em;
    line-height: 1.4em;
  }
  .loja-content-detail {
    font-family: Klavika-Medium;
    text-transform: uppercase;
  }
}

.loja-column-title {
  text-transform: uppercase;
  font-family: Klavika-Medium;
  font-size: 1.5em;
  margin-top: 0.7em;
}

@media (max-width: 991px) {
  .loja-column-title {
    text-transform: uppercase;
    font-family: Klavika-Medium;
    font-size: 1em;
    margin-top: 0.7em;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 575px) {
  .loja-column-title {
    text-transform: uppercase;
    font-family: Klavika-Medium;
    font-size: 1em;
    margin-top: 0.4em;
    margin-bottom: 1em;
  }
}

/* ###### DOWNLOAD ###### */

.download {
  background-color: white;
  padding-top: 3em;
  padding-bottom: 2em;
}

@media (max-width: 991px) {
  .download {
    background-color: white;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media (max-width: 575px) {
  .download {
    background-color: white;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.download-title {
  font-family: Klavika-Medium;
  font-size: 1.7em;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0em;
  line-height: 1.2em;
}

@media (max-width: 575px) {
  .download-title {
    font-family: Klavika-Medium;
    font-size: 1.3em;
    text-transform: uppercase;
    color: black;
    margin-bottom: 0em;
  }
}

.download-subtitle {
  font-family: Klavika-Light;
  color: black;
  font-size: 1em;
  margin-bottom: 0.5em;
  /*margin-top:-5px;*/
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .download-subtitle {
    font-family: Klavika-Light;
    color: black;
    font-size: 0.8em;
    margin-bottom: 0.5em;
    /*margin-top:-5px;*/
    text-transform: uppercase;
  }
}

.download-icon>img {
  height: 10em;
  width: 10em;
}

@media (max-width: 991px) {
  .download-icon>img {
    height: 8em;
    width: 8em;
  }
}

@media (max-width: 767px) {
  .download-icon>img {
    height: 7em;
    width: 7em;
  }
}

@media (max-width: 575px) {
  .download-icon>img {
    height: 6em;
    width: 6em;
  }
}

/* ###### SOCIAL ###### */

.social-title {
  font-family: Klavika-Bold;
  font-size: 3em;
  text-transform: uppercase;
  color: rgb(245, 179, 37);
  margin-bottom: 0em;
}

@media (max-width: 575px) {
  .social-title {
    font-family: Klavika-Bold;
    font-size: 2em;
    text-transform: uppercase;
    color: rgb(245, 179, 37);
    margin-bottom: 0em;
  }
}

.social-container {
  background-color: rgb(50, 50, 50);
  padding-top: 5em;
  padding-bottom: 3em;
}

@media (max-width: 991px) {
  .social-container {
    background-color: rgb(50, 50, 50);
    padding-top: 2.5em;
    padding-bottom: 3em;
  }
}

@media (max-width: 575px) {
  .social-container {
    background-color: rgb(50, 50, 50);
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
}

.social-subtitle {
  font-family: Klavika-Light;
  color: white;
  font-size: 1.2em;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .social-subtitle {
    font-family: Klavika-Light;
    color: white;
    font-size: 1em;
    margin-top: -5px;
  }
}

.btn-youtube {
  color: #fff;
  background-color: #cc181e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: #b2151a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube:hover {
  color: #fff;
  background-color: #b2151a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube:active, .btn-youtube.active, .open>.dropdown-toggle.btn-youtube {
  color: #fff;
  background-color: #b2151a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube:active:hover, .btn-youtube.active:hover, .open>.dropdown-toggle.btn-youtube:hover, .btn-youtube:active:focus, .btn-youtube.active:focus, .open>.dropdown-toggle.btn-youtube:focus, .btn-youtube:active.focus, .btn-youtube.active.focus, .open>.dropdown-toggle.btn-youtube.focus {
  color: #fff;
  background-color: #b2151a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube:active, .btn-youtube.active, .open>.dropdown-toggle.btn-youtube {
  background-image: none
}

.btn-youtube.disabled:hover, .btn-youtube[disabled]:hover, fieldset[disabled] .btn-youtube:hover, .btn-youtube.disabled:focus, .btn-youtube[disabled]:focus, fieldset[disabled] .btn-youtube:focus, .btn-youtube.disabled.focus, .btn-youtube[disabled].focus, fieldset[disabled] .btn-youtube.focus {
  background-color: #cc181e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube .badge {
  color: #cc181e;
  background-color: #fff
}

/* ###### REGISTO ###### */

.registo-bg {
  background-color: rgb(100, 100, 100);
  padding-top: 5em;
  padding-bottom: 0em;
}

@media (max-width: 991px) {
  .registo-bg {
    background-color: rgb(100, 100, 100);
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media (max-width: 575px) {
  .registo-bg {
    background-color: rgb(100, 100, 100);
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.title-registo {
  font-family: Klavika-Bold;
  font-size: 3em;
  text-transform: uppercase;
  color: rgb(245, 179, 37);
  margin-bottom: 0.4em;
}

@media (max-width: 991px) {
  .title-registo {
    font-family: Klavika-Bold;
    font-size: 2em;
    text-transform: uppercase;
    color: rgb(245, 179, 37);
    margin-bottom: 0.4em;
  }
}

.subtitle-registo {
  font-family: Klavika-Light;
  color: white;
  font-size: 1.2em;
}

@media (max-width: 991px) {
  .subtitle-registo {
    font-family: Klavika-Light;
    color: white;
    font-size: 1em;
  }
}

::-webkit-input-placeholder {
  color: red;
}

::-moz-placeholder {
  color: red;
}

:-ms-input-placeholder {
  color: red;
}

:-o-input-placeholder {
  color: red;
}

.form-control {
  border: 0px;
  border-bottom: 1px solid rgb(245, 179, 37);
  border-left: 1px solid rgb(245, 179, 37);
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0);
}

input.form-control {
  color: white;
}

.form-control:focus {
  color: white;
}

.form-control::-webkit-input-placeholder {
  color: rgb(245, 179, 37);
}

/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
  color: rgb(245, 179, 37);
}

/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
  color: rgb(245, 179, 37);
}

/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
  color: rgb(245, 179, 37);
}

/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
  color: rgb(245, 179, 37);
}

/* Microsoft Edge */

.form-check-label {
  color: rgb(245, 179, 37);
}

.custom-control-description {
  text-transform: uppercase;
  font-family: Klavika-Light;
  color: rgb(245, 179, 37);
}

.custom-control-indicator {
  background-color: transparent;
  border: 1px solid rgb(245, 179, 37);
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: transparent;
}

.custom-control-input:active~.custom-control-indicator {
  background-color: rgb(245, 179, 37);
}

input[type=radio] {
  outline-color: transparent;
}

.subtitle-radio {
  color: rgb(30, 30, 30);
  text-transform: uppercase;
  font-family: klavika-medium;
}

.subtitle-checkbox {
  color: rgb(30, 30, 30);
  text-transform: uppercase;
  font-family: klavika-medium;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(245, 179, 37, 0.8);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(245, 179, 37, 0.6);*/
  outline: 0 none;
  background-color: transparent;
  /*box-shadow: -2px 2px 10px #888888;*/
}

.yellow-bar {
  color: rgb(245, 179, 37);
  font-family: Klavika-Bold;
}

.yellow-bar-produto {
  color: rgb(245, 179, 37);
  font-family: Klavika-Bold;
  font-size: 0.75em;
}

/* ###### CONTACTO ###### */

section#contacto {
  background-color: rgb(245, 179, 37);
}

.contacto-container {
  background-color: rgb(156, 158, 159);
  height: auto;
}

.contacto-body {
  color: rgb(30, 30, 30);
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contacto-body {
    font-size: 0.8em;
  }
}

.contacto-body-link {
  color: rgb(30, 30, 30);
}

.contacto-body-legal {
  font-size: 0.8em;
}

@media (max-width: 991px) {
  .contacto-body-legal {
    font-size: 0.6em;
  }
}

.contacto-title {
  text-transform: uppercase;
  font-family: Klavika-Medium;
}

.contacto-margin-top {
  padding-top: 5em;
}

@media (max-width: 991px) {
  .contacto-margin-top {
    padding-top: 2.5em;
  }
}

@media (max-width: 575px) {
  .contacto-margin-top {
    padding-top: 1.5em;
  }
}

/* ###### PRODUCT PAGE ###### */

section#product-info {
  padding-top: 5em;
}

section#product-details {
  padding-bottom: 2.5em;
}

@media (max-width: 991px) {
  section#product-details {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media (max-width: 576px) {
  section#product-details {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.product-details-accordion-title {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  font-size: 0.8em;
  color: black;
  background-color: transparent;
  border-bottom: 5px solid rgb(245, 179, 37);
  height: 2.5em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.product-details-list {
  font-family: Klavika-Light;
  font-size: 1em;
  color: #black;
  list-style: none;
  padding-left: 0em;
}

.klavika-light {
  font-family: Klavika-Light;
}

.klavika-medium {
  font-family: Klavika-Medium;
}

.klavika-bold {
  font-family: Klavika-Bold;
}

.zonas {
  padding-top: 0.5em;
  padding-bottom: 5em;
  line-height: 1em;
}

@media (max-width: 991px) {
  .zonas {
    padding-bottom: 1em;
  }
}

.titulo {
  padding-bottom: 1.5em;
}

@media (max-width: 991px) {
  .titulo {
    padding-bottom: 0em;
  }
}

.zona-garagens a {
  color: #be8702;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-cozinhas a {
  color: #74a7c9;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-quartos a {
  color: #537991;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-varandas a {
  color: #2ea836;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-piscinas a {
  color: #009fe3;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-fachadas a {
  color: #517260;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
  font-size: 0.75em;
}

.zona-cob_inclinadas a {
  color: #8f4100;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-cob_planas a {
  color: #283583;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-caves a {
  color: #3d5647;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.zona-etics a {
  color: #5b2311;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: Klavika-Bold;
}

.problema {
  font-family: Klavika-Medium;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 0.25em;
}

.produto {
  font-family: Klavika-Bold;
  color: rgb(245, 179, 37);
  margin-bottom: 0.25em;
  font-size: 1.7em;
  line-height: 1.1em;
}

.desc-produto {
  font-family: Klavika-Light;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.2em;
}

.nav-pills .nav-link {
  background-color: transparent;
  font-family: Klavika-Bold;
  color: black;
  text-transform: uppercase;
  border-radius: 0em;
  font-size: 0.95em;
  padding: 0;
  margin-right: 0.65em;
}

.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
  background-color: transparent;
  font-family: Klavika-Bold;
  color: black;
  text-transform: uppercase;
  border-radius: 0em;
  font-size: 0.95em;
  border-bottom: 7px solid rgb(245, 179, 37);
}

@media (max-width: 1199px) {
  ul#myTab.nav.nav-pills {
    font-size: 0.85em;
  }
}

@media (max-width: 991px) {
  ul#myTab.nav.nav-pills {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  ul#myTab.nav.nav-pills {
    font-size: 0.971em;
  }
}

@media (max-width: 575px) {
  ul#myTab.nav.nav-pills {
    font-size: 1em;
  }
  .nav-item-mobile {
    height: 2em;
  }
}

@media (max-width: 345px) {
  ul#myTab.nav.nav-pills {
    font-size: 0.9em;
  }
  ul#myTab.nav.nav-pills.nav-item {
    height: 2em;
  }
}

@media (max-width: 320px) {
  ul#myTab.nav.nav-pills {
    font-size: 0.9em;
  }
  ul#myTab.nav.nav-pills.nav-item {
    height: 2em;
  }
}

.atributos {
  padding-top: 1.5em;
  text-indent: 1em;
  padding-left: 1em;
  line-height: 1.6em;
  list-style: none;
}

body ul.atributos li:before {
  content: "\007c \a0 \a0 \a0" !important;
  font-family: Klavika-Bold;
  color: rgb(245, 179, 37);
}

html>body ul.atributos {
  text-indent: -1em;
}

.button-buy {
  padding-top: 1.5em;
}

.button-buy-bg {
  background-color: white;
}

.links {
  padding-top: 3em;
  padding-bottom: 1em;
}

@media (max-width: 991px) {
  .links {
    padding-top: 2em;
    padding-bottom: 0em;
  }
}

.subtitle-prod {
  font-family: Klavika-Bold;
  color: rgb(245, 179, 37);
  text-transform: uppercase;
  font-size: 0.8em;
}

.links-prod {
  font-family: Klavika-Light;
  text-transform: uppercase;
  font-size: 0.8em;
}

.box-1 {
  /*background-color: blue;*/
}

.box-2 {
  /*background-color: red;*/
}

.box-3 {
  /*background-color: green;*/
  padding-top: 3em;
}

@media (max-width: 991px) {
  .box-3 {
    padding-top: 0.5em;
  }
}

.box-4 {
  /*background-color: yellow;*/
}

.pictos {
  /*background-color: purple;*/
  padding-bottom: 2em;
}

.box-6 {
  /*background-color: cyan;*/
}

.p-reset {
  margin-top: 0em;
  margin-bottom: 0em;
}

.button-buy-product {
  font-size: 1.3em;
  padding-top: 0.7em;
  padding-bottom: 0.4em;
  border-radius: 0.55em;
}

/* ###### PRODUCT FAMILY ###### */

section#product-family {
  background-color: rgb(245, 179, 37);
  padding-top: 3.5em;
  padding-bottom: 3em;
}

@media (max-width: 991px) {
  section#product-family {
    background-color: rgb(245, 179, 37);
    padding-top: 2.5em;
    padding-bottom: 0em;
  }
}

.title-product-family {
  font-size: 2.3em;
  line-height: 1.1em;
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .title-product-family {
    font-size: 1.7em;
    padding-left: 2.1em;
  }
}

@media (max-width: 767px) {
  .title-product-family {
    font-size: 1.7em;
    padding-left: 0em;
  }
}

@media (max-width: 575px) {
  .title-product-family {
    font-size: 1.7em;
    padding-left: 0em;
  }
}

.titulo-product-family {
  margin-top: 1.2em;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .titulo-product-family {
    margin-bottom: 0.6em;
  }
}

.problema-product-family {
  font-family: Klavika-Medium;
  color: black;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 0em;
}

@media (max-width: 576px) {
  .problema-product-family {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

.produto-product-family {
  font-family: Klavika-Bold;
  color: white;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 0em;
}

@media (max-width: 576px) {
  .produto-product-family {
    font-size: 1em;
    line-height: 1.1em;
  }
}

.desc-produto-product-family {
  font-family: Klavika-Light;
  text-transform: uppercase;
  color: black;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0em;
}

@media (max-width: 576px) {
  .desc-produto-product-family {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

.button-saibamais {
  background-color: transparent;
  color: white;
  font-size: 1.1em;
  padding-top: 0.55em;
  padding-bottom: 0.4em;
  border-radius: 0.55em;
}

@media (max-width: 991px) {
  .button-saibamais {
    margin-top: 0em;
  }
}

.button-saibamais-lateral {
  /*height: 12em;*/
  background-color: rgb(253, 214, 146);
}

/* ###### SEPARADOR ###### */

section#separador {
  background-color: rgb(100, 100, 100);
  height: 2em;
}

section#separador-pag-produto {
  background-color: white;
  height: 2em;
}

/* ###### ZONE PAGE ###### */

section#zone-header {
  padding-top: 4.4em;
}

section#solutions {
  background-color: rgb(245, 179, 37);
  padding-top: 1.5em;
}

@media (max-width: 576px) {
  section#solutions {
    background-color: rgb(245, 179, 37);
    padding-top: 0.5em;
    padding-bottom: 0em;
  }
}

section#more-solutions {
  background-color: rgb(200, 210, 215);
  padding-top: 3.5em;
  padding-bottom: 2.5em;
}

@media (max-width: 576px) {
  section#more-solutions {
    background-color: rgb(200, 210, 215);
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.jumbotron {
  background-color: rgb(200, 210, 215);
  padding: 0;
  border-radius: 0em;
}

.solution-number {
  font-family: Klavika-Bold;
  font-size: 1em;
  border-radius: 0.7em;
  behavior: url(PIE.htc);
  width: 2.3em;
  height: 2.3em;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  border: 2px solid white;
  text-align: center;
  margin-bottom: 0em;
  margin-top: 1em;
}

@media (max-width: 576px) {
  .solution-number {
    font-family: Klavika-Bold;
    font-size: 0.7em;
    border-radius: 0.7em;
    behavior: url(PIE.htc);
    width: 2.3em;
    height: 2.3em;
    padding-top: 0.4em;
    padding-bottom: 0.1em;
    border: 2px solid white;
    text-align: center;
    margin-bottom: 0em;
    margin-top: 1em;
  }
}

.problema-solution {
  font-family: Klavika-Medium;
  color: black;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.1em;
  margin-bottom: 0em;
}

@media (max-width: 576px) {
  .problema-solution {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .problema-solution {
    font-size: 0.9em;
    line-height: 1.1em;
  }
}

@media screen and (min-width: 0px) and (max-width: 575px) and (orientation: landscape) {
  #botao-saibamais-full-width {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 575px) and (orientation: landscape) {
  #botao-saibamais {
    display: block;
    margin-top: 1em;
  }
}

@media screen and (min-width: 0px) and (max-width: 575px) and (orientation: portrait) {
  #botao-saibamais-full-width {
    display: block;
  }
  /* show it on small screens */
}

@media screen and (min-width: 0px) and (max-width: 575px) and (orientation: portrait) {
  #botao-saibamais {
    display: none;
  }
  /* show it on small screens */
}

.produto-solution {
  font-family: Klavika-Bold;
  color: white;
  font-size: 1.2em;
  line-height: 1.1em;
  margin-bottom: 0em;
}

@media (max-width: 576px) {
  .produto-solution {
    font-size: 1em;
    line-height: 1.1em;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .produto-solution {
    font-size: 1.1em;
    line-height: 1.1em;
  }
}

.desc-produto-solution {
  font-family: Klavika-Light;
  text-transform: uppercase;
  color: black;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0em;
}

@media (max-width: 576px) {
  .desc-produto-solution {
    font-size: 0.7em;
    line-height: 1.1em;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .desc-produto-solution {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}

.text-detail {
  text-transform: uppercase;
  font-size: 0.7em;
}

.more-solutions-title-coberturas-planas {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #283583;
}

@media (max-width: 576px) {
  .more-solutions-title-coberturas-planas {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #283583;
    margin-bottom: 1em;
  }
}

.more-solutions-title-garagens-estacionamentos {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #be8702;
}

@media (max-width: 576px) {
  .more-solutions-title-garagens-estacionamentos {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #be8702;
    margin-bottom: 1em;
  }
}

.more-solutions-title-cozinhas-wcs {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #74a7c9;
}

@media (max-width: 576px) {
  .more-solutions-title-cozinhas-wcs {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #74a7c9;
    margin-bottom: 1em;
  }
}

.more-solutions-title-etics {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #5b2311;
}

@media (max-width: 576px) {
  .more-solutions-title-etics {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #5b2311;
    margin-bottom: 1em;
  }
}

.more-solutions-title-quartos-salas {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #537991;
}

@media (max-width: 576px) {
  .more-solutions-title-quartos-salas {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #537991;
    margin-bottom: 1em;
  }
}

.more-solutions-title-varandas {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #2ea836;
}

@media (max-width: 576px) {
  .more-solutions-title-varandas {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #2ea836;
    margin-bottom: 1em;
  }
}

.more-solutions-title-piscinas-reservatorios {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

@media (max-width: 576px) {
  .more-solutions-title-piscinas-reservatorios {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #009fe3;
    margin-bottom: 1em;
  }
}

.more-solutions-title-coberturas-inclinadas {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #8f4100;
}

@media (max-width: 576px) {
  .more-solutions-title-coberturas-inclinadas {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #8f4100;
    margin-bottom: 1em;
  }
}

.more-solutions-title-caves {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #3d5647;
}

@media (max-width: 576px) {
  .more-solutions-title-caves {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #3d5647;
    margin-bottom: 1em;
  }
}

.more-solutions-title-fachadas {
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #517260;
}

@media (max-width: 576px) {
  .more-solutions-title-fachadas {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: #517260;
    margin-bottom: 1em;
  }
}

/*.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}

.more-solutions-title-coberturas-planas{
  font-family: Klavika-Bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #009fe3;
}*/

i.fa.fa-plus {
  padding-top: 0.25em;
  padding-right: 1em;
}

.body-accordion {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}

.product-details-body-accordion {
  padding-left: 1em;
  padding-right: 1em;
}

.more-solutions-accordion-title-coberturas-planas {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #283583;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-garagens-estacionamentos {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #be8702;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-cozinhas-wcs {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #74a7c9;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-etics {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #5b2311;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-quartos-salas {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #537991;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-varandas {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #2ea836;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-piscinas-reservatorios {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #009fe3;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-coberturas-inclinadas {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #8f4100;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-caves {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #3d5647;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-accordion-title-fachadas {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  color: white;
  background-color: #517260;
  height: 2.5em;
  padding-left: 1em;
  padding-top: 0.55em;
  margin-bottom: 0.5em;
}

.more-solutions-problema {
  text-transform: uppercase;
  font-size: 0.8em;
  color: black;
  font-family: Klavika-Medium;
  line-height: 1.1em;
}

.more-solutions-list-coberturas-planas {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #283583;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-garagens-estacionamentos {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #be8702;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-cozinhas-wcs {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #74a7c9;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-etics {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #5b2311;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-quartos-salas {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #537991;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-varandas {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #2ea836;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-piscinas-reservatorios {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-coberturas-inclinadas {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #8f4100;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-caves {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #3d5647;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list-fachadas {
  font-family: Klavika-Medium;
  font-size: 1em;
  color: #517260;
  list-style: none;
  padding-left: 0em;
}

/*.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}

.more-solutions-list{
  font-family: Klavika-Medium;
  color: #009fe3;
  list-style: none;
  padding-left: 0em;
}*/

section#youtube {
  padding-top: 1em;
  padding-bottom: 3em;
}

@media (max-width: 575px) {
  section#youtube {
    padding-top: 0em;
    padding-bottom: 2em;
  }
}

/* ###### GANHE PRÓ MUNDIAL START ###### */

#prizes {
  padding-bottom: 5em;
  padding-top: 4em;
}

@media (max-width: 991px) {
  #prizes {
    padding-bottom: 5em;
    padding-top: 1.3em;
  }
}

.prize-section-title {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  font-size: 3.5em;
  margin-bottom: 0.5em;
  color: white;
}

@media (max-width: 991px) {
  .prize-section-title {
    font-family: Klavika-Bold;
    text-transform: uppercase;
    font-size: 3em;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 767px) {
  .prize-section-title {
    font-family: Klavika-Bold;
    font-size: 2.6em;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 575px) {
  .prize-section-title {
    font-family: Klavika-Bold;
    font-size: 2em;
    margin-bottom: 0.2em;
  }
}

.prize-section-subtitle-date {
  font-family: Klavika-Medium;
  text-transform: uppercase;
  font-size: 1.4em;
}

@media (max-width: 575px) {
  .prize-section-subtitle-date {
    font-family: Klavika-Medium;
    text-transform: uppercase;
    font-size: 1.2em;
  }
}

.prize-section-subtitle {
  text-transform: uppercase;
  font-family: Klavika-Light;
  line-height: 1.2em;
}

.prize-title {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-family: Klavika-Bold;
  font-size: 2em;
  color: white;
  line-height: 1.1em;
}

@media (max-width: 991px) {
  .prize-title {
    font-family: Klavika-Bold;
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  .prize-title {
    font-family: Klavika-Bold;
    font-size: 2.2em;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 575px) {
  .prize-title {
    font-family: Klavika-Bold;
    font-size: 2em;
    margin-bottom: 0.2em;
  }
}

.prize-title-highlight {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-family: Klavika-Bold;
  font-size: 2.7em;
  color: white;
  line-height: 1.1em;
}

@media (max-width: 991px) {
  .prize-title-highlight {
    font-family: Klavika-Bold;
    font-size: 2em;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  .prize-title-highlight {
    font-family: Klavika-Bold;
    font-size: 2.2em;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 575px) {
  .prize-title-highlight {
    font-family: Klavika-Bold;
    font-size: 2em;
    margin-bottom: 0.2em;
  }
}

.prize-price {
  font-family: Klavika-Bold;
  font-size: 1.7em;
  line-height: 1em;
}

.prize-price-subtitle {
  text-transform: uppercase;
  font-family: Klavika-Light;
  font-size: 1em;
  line-height: 1.2em;
}

.prize-box {
  background-color: rgb(235, 159, 17);
  padding: 1em;
}

.iva {
  font-size: 0.8em;
}

#know-how {
  background-color: white;
  padding-top: 4em;
  padding-bottom: 4em;
}

.know-how-section-title {
  font-family: Klavika-Bold;
  text-transform: uppercase;
  font-size: 3.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
  .know-how-section-title {
    font-family: Klavika-Bold;
    text-transform: uppercase;
    font-size: 3em;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 767px) {
  .know-how-section-title {
    font-family: Klavika-Bold;
    font-size: 2.6em;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 575px) {
  .know-how-section-title {
    font-family: Klavika-Bold;
    font-size: 2em;
    margin-bottom: 0.2em;
  }
}

.know-how-subtitle {
  text-transform: uppercase;
  font-family: Klavika-Bold;
  font-size: 1.6em;
}

@media (max-width: 767px) {
  .know-how-subtitle {
    font-family: Klavika-Bold;
    font-size: 1.4em;
    margin-bottom: 0.2em;
  }
}

@media (max-width: 575px) {
  .know-how-subtitle {
    font-family: Klavika-Bold;
    font-size: 1em;
    margin-bottom: 0.2em;
  }
}

.blink_me_1 {
  opacity: 0;
  animation: blinker_1 2s linear infinite;
}

@keyframes blinker_1 {
  from, 49.9% {
    opacity: 1;
    color: white;
  }
  50%, to {
    opacity: 1;
    color: green;
  }
}

.blink_me_2 {
  opacity: 0;
  animation: blinker_2 2s linear infinite;
}

@keyframes blinker_2 {
  from, 49.9% {
    opacity: 1;
    color: white;
  }
  50%, to {
    opacity: 1;
    color: red;
  }
}

.btn-primary{
  background-color:rgb(245, 179, 37);
  font-family: Klavika-Light;
  text-transform: uppercase;
}

.btn-primary:hover{
  background-color:rgb(246, 200, 100);
  font-family: Klavika-Light;
  text-transform: uppercase;
  border-color: white;
}

.modal-content{
  background-color: rgb(245, 179, 37);
}

.modal-footer{
  border-top: 0;
}
/* ###### GANHE PRÓ MUNDIAL END ###### */
