/* DEFAULT CONFIG
------------------------------------------------------------------------ */
* *::-moz-selection {
  background-color: #be7b15;
  color: #fff; }

* *::selection {
  background-color: #be7b15;
  color: #fff; }

.big-title {
  background: #ebac4e;
  text-shadow: 0 2px 1px #be7b15; }
  .big-title:before, .big-title:after {
    border-color: #be7b15; }

.landpage a {
  color: #be7b15; }

.landpage .title-h1 span {
  color: #be7b15; }

.landpage .color-1 {
  color: #e69720; }

.landpage .color-1-light {
  color: #ebac4e; }

.landpage .color-1-dark {
  color: #be7b15; }

.landpage .color-2 {
  color: #73360a; }

.landpage .color-2-light {
  color: #8a410c; }

.landpage .color-2-lighter {
  color: #99480d; }

.landpage .bg-1 {
  background: #e69720; }

.landpage .bg-1-light {
  background: #ebac4e; }

.landpage .bg-1-dark {
  background: #be7b15; }

.landpage .bg-2 {
  background: #73360a; }

.landpage .bg-2-dark {
  background: #5c2b08; }

.landpage .bg-2-light {
  background: #8a410c; }

.landpage .bg-2-lighter {
  background: #99480d; }

.landpage .ofertas .item .thumb .percentagem:before {
  background: #be7b15; }

/* HEADER
------------------------------------------------------------------------ */
#header.tema1 {
  background-color: #ebac4e 45%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e69720 5%), to(#ebac4e 45%));
  background-image: -webkit-linear-gradient(top, #e69720 5%, #ebac4e 45%);
  background-image: -moz-linear-gradient(top, #e69720 5%, #ebac4e 45%);
  background-image: -ms-linear-gradient(top, #e69720 5%, #ebac4e 45%);
  background-image: -o-linear-gradient(top, #e69720 5%, #ebac4e 45%);
  background-image: linear-gradient(top, #e69720 5%, #ebac4e 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e69720 5%', EndColorStr='#ebac4e 45%'); }
  #header.tema1 #main-menu ul > li > a {
    color: #e69720; }
    #header.tema1 #main-menu ul > li > a:hover > i {
      background-color: #ebac4e 75%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#d58918 30%), to(#ebac4e 75%));
      background-image: -webkit-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: -moz-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: -ms-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: -o-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: linear-gradient(top, #d58918 30%, #ebac4e 75%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d58918 30%', EndColorStr='#ebac4e 75%');
      border: 1px solid #e69720; }

#header.tema2 {
  box-shadow: 0 0.1em 1em -0.3em #73360a; }
  #header.tema2 #main-menu ul > li > a {
    color: #e69720; }
    #header.tema2 #main-menu ul > li > a > i {
      color: #73360a;
      background-color: #ebac4e 75%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#d58918 30%), to(#ebac4e 75%));
      background-image: -webkit-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: -moz-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: -ms-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: -o-linear-gradient(top, #d58918 30%, #ebac4e 75%);
      background-image: linear-gradient(top, #d58918 30%, #ebac4e 75%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d58918 30%', EndColorStr='#ebac4e 75%');
      border: 2px solid #e69720; }
    #header.tema2 #main-menu ul > li > a:hover > i {
      color: #e69720; }

#header.tema3 {
  background: url("/assets/landpage/bg-footer-tema3.png") 50% 100% #73360a;
  border-top: 8px solid #e69720;
  border-bottom: 8px solid #e69720;
  box-shadow: 0 0.1em 1em -0.3em #73360a; }
  #header.tema3 #main-menu ul > li > a > i {
    color: #ebac4e; }

/* SLIDESHOW
------------------------------------------------------------------------ */
#slideshow {
  background-color: #73360a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8a410c), to(#73360a));
  background-image: -webkit-linear-gradient(top, #8a410c, #73360a);
  background-image: -moz-linear-gradient(top, #8a410c, #73360a);
  background-image: -ms-linear-gradient(top, #8a410c, #73360a);
  background-image: -o-linear-gradient(top, #8a410c, #73360a);
  background-image: linear-gradient(top, #8a410c, #73360a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#8a410c', EndColorStr='#73360a');
  border-top: 8px solid #e69720; }
  #slideshow .slick-prev:hover:before, #slideshow .slick-next:hover:before {
    color: #e69720; }

/* SERVICES
------------------------------------------------------------------------ */
#services {
  border-top: 8px solid #e69720; }
  #services.tema1 li > div > span {
    color: #73360a; }
  #services.tema1 li > div:hover > a i {
    color: #e69720; }
  #services.tema1 li > div > a i {
    color: #8a410c; }
  #services.tema2 li > div > span {
    color: #99480d; }
  #services.tema2 li > div:hover > a i {
    background: #ebac4e;
    box-shadow: #be7b15 0 0 1em inset, #fff 0 0 0 0.14em, #e69720 0 0 0 0.16em;
    text-shadow: 0 0 0.2em #be7b15; }
  #services.tema2 li > div > a i {
    color: #e69720; }
  #services.tema3 li > div > span {
    color: #99480d; }
  #services.tema3 li > div:hover > a i {
    background: #ebac4e;
    box-shadow: #be7b15 0 0 1.5em inset;
    text-shadow: 0 0 0.2em #be7b15; }
  #services.tema3 li > div > a i {
    color: #e69720;
    box-shadow: rgba(230, 151, 32, 0.3) 0 0 0 0.1em inset, #D7DEE1 0 0 1em inset; }

/* SERVICE PAGE
------------------------------------------------------------------------ */
#services-page > .container > ul > li > div > i:before {
  color: #e69720; }

#services-page > .container > ul > li > div:hover > i {
  background: #e69720;
  border: 0.1em solid #ebac4e; }
  #services-page > .container > ul > li > div:hover > i:before {
    text-shadow: 0 2px 0 #be7b15; }

#services-page > .container > ul > li > div > h3 {
  background-color: #e69720;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebac4e), to(#e69720));
  background-image: -webkit-linear-gradient(top, #ebac4e, #e69720);
  background-image: -moz-linear-gradient(top, #ebac4e, #e69720);
  background-image: -ms-linear-gradient(top, #ebac4e, #e69720);
  background-image: -o-linear-gradient(top, #ebac4e, #e69720);
  background-image: linear-gradient(top, #ebac4e, #e69720);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ebac4e', EndColorStr='#e69720');
  text-shadow: 0 0.1em 0.1em #be7b15; }

/* CAROUSEL
------------------------------------------------------------------------ */
#carousel {
  background-color: #8a410c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#73360a), to(#8a410c));
  background-image: -webkit-linear-gradient(top, #73360a, #8a410c);
  background-image: -moz-linear-gradient(top, #73360a, #8a410c);
  background-image: -ms-linear-gradient(top, #73360a, #8a410c);
  background-image: -o-linear-gradient(top, #73360a, #8a410c);
  background-image: linear-gradient(top, #73360a, #8a410c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#73360a', EndColorStr='#8a410c');
  border-top: 8px solid #e69720;
  padding: 0; }
  #carousel .container {
    margin: 0 auto; }
    #carousel .container .slick-slide .carousel-title {
      color: #ebac4e; }
    #carousel .container .slick-prev:hover, #carousel .container .slick-next:hover {
      color: #e69720; }

/* FOOTER
------------------------------------------------------------------------ */
#footer {
  border-top: 8px solid #e69720; }
  #footer.tema1 {
    background: url("/assets/landpage/bg-footer-tema1.png") repeat-x 50% 100% #73360a; }
  #footer.tema2 {
    background: url("/assets/landpage/bg-footer-tema2.png") repeat-x 50% 100% #73360a; }
  #footer.tema3 {
    background: url("/assets/landpage/bg-footer-tema3.png") 50% 100% #73360a; }
