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

* *::selection {
  background-color: #1ab9fb;
  color: #fff; }

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

.landpage a {
  color: #1ab9fb; }

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

.landpage .color-1 {
  color: #4cc8fc; }

.landpage .color-1-light {
  color: #7ed7fd; }

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

.landpage .color-2 {
  color: #c41616; }

.landpage .color-2-light {
  color: #db1919; }

.landpage .color-2-lighter {
  color: #e61d1d; }

.landpage .bg-1 {
  background: #4cc8fc; }

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

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

.landpage .bg-2 {
  background: #c41616; }

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

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

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

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

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

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

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

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

/* SERVICES
------------------------------------------------------------------------ */
#services {
  border-top: 8px solid #4cc8fc; }
  #services.tema1 li > div > span {
    color: #c41616; }
  #services.tema1 li > div:hover > a i {
    color: #4cc8fc; }
  #services.tema1 li > div > a i {
    color: #db1919; }
  #services.tema2 li > div > span {
    color: #e61d1d; }
  #services.tema2 li > div:hover > a i {
    background: #7ed7fd;
    box-shadow: #1ab9fb 0 0 1em inset, #fff 0 0 0 0.14em, #4cc8fc 0 0 0 0.16em;
    text-shadow: 0 0 0.2em #1ab9fb; }
  #services.tema2 li > div > a i {
    color: #4cc8fc; }
  #services.tema3 li > div > span {
    color: #e61d1d; }
  #services.tema3 li > div:hover > a i {
    background: #7ed7fd;
    box-shadow: #1ab9fb 0 0 1.5em inset;
    text-shadow: 0 0 0.2em #1ab9fb; }
  #services.tema3 li > div > a i {
    color: #4cc8fc;
    box-shadow: rgba(76, 200, 252, 0.3) 0 0 0 0.1em inset, #D7DEE1 0 0 1em inset; }

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

#services-page > .container > ul > li > div:hover > i {
  background: #4cc8fc;
  border: 0.1em solid #7ed7fd; }
  #services-page > .container > ul > li > div:hover > i:before {
    text-shadow: 0 2px 0 #1ab9fb; }

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

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

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