/* ----------------------------------------------------------------------------------------------------------------

	    * Project     : El mejor clima del mundo
	    * Document    : less/style
	    * Created on  : Aug 28, 2.017
	    * Version     : 1.0
	    * Author      : Nicolás Guerra
	    * Description : Global less/css style

	    -------------------------------------------------------------------------------------------------------------------
	       *          This code has been developed by NOLOGY. in the awesome Canaries - www.nologystudio.com           *
	    -------------------------------------------------------------------------------------------------------------------

	    * Log * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
        -------------------------------------------------------------------------------------------------------------------
        *
        ---------------------------------------------------------------------------------------------------------------- */
@import 'reset/normalize.css';
@import 'global/animate.css';
@import 'global/libro-365.css';
/* ----------------------------------------------------------------------------------------------------------------

    * Project     : El mejor clima del mundo
    * Document    : less/style
    * Created on  : Aug 28, 2.017
    * Version     : 1.0
    * Author      : Nicolás Guerra
    * Description : Global less/css style

    -------------------------------------------------------------------------------------------------------------------
       *          This code has been developed by NOLOGY. in the awesome Canaries - www.nologystudio.com           *
    -------------------------------------------------------------------------------------------------------------------

    * Log * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    -------------------------------------------------------------------------------------------------------------------
    *
    ---------------------------------------------------------------------------------------------------------------- */
/* ~ Importers ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
  font-family: 'Socicon';
  src: url('../fonts//Socicon.eot?xvgs9q');
  src: url('../fonts//Socicon.eot?xvgs9q#iefix') format('embedded-opentype'), url('../fonts//Socicon.woff2?xvgs9q') format('woff2'), url('../fonts//Socicon.ttf?xvgs9q') format('truetype'), url('../fonts//Socicon.woff?xvgs9q') format('woff'), url('../fonts//Socicon.svg?xvgs9q#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="socicon-"],
[class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Styles ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#font {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
}
/* ----------------------------------------------------------------------------------------------------------------

    * Project     : El mejor clima del mundo
    * Document    : less/style
    * Created on  : Aug 28, 2.017
    * Version     : 1.0
    * Author      : Nicolás Guerra
    * Description : user interface style

    -------------------------------------------------------------------------------------------------------------------
       *          This code has been developed by NOLOGY. in the awesome Canaries - www.nologystudio.com           *
    -------------------------------------------------------------------------------------------------------------------

    * Log * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	-------------------------------------------------------------------------------------------------------------------
	*
	---------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Global Variables and Importers ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Grid ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*.col-1 {
  width: 81.66666667px;
}
*.col-2 {
  width: 163.33333333px;
}
*.col-3 {
  width: 245px;
}
*.col-4 {
  width: 326.66666667px;
}
*.col-5 {
  width: 408.33333333px;
}
*.col-6 {
  width: 490px;
}
*.col-7 {
  width: 571.66666667px;
}
*.col-8 {
  width: 653.33333333px;
}
*.col-9 {
  width: 735px;
}
*.col-10 {
  width: 816.66666667px;
}
*.col-11 {
  width: 898.33333333px;
}
*.col-12 {
  width: 980px;
}
*.full-width {
  width: 100vw;
}
*.h-1 {
  height: 100px;
}
*.h-2 {
  height: 200px;
}
*.h-3 {
  height: 300px;
}
*.h-4 {
  height: 400px;
}
*.h-5 {
  height: 500px;
}
*.h-6 {
  height: 600px;
}
*.h-7 {
  height: 700px;
}
*.h-8 {
  height: 800px;
}
*.h-9 {
  height: 900px;
}
*.h-10 {
  height: 1000px;
}
*.h-11 {
  height: 1100px;
}
*.h-12 {
  height: 1200px;
}
*.min-1 {
  min-height: 100px;
}
*.min-2 {
  min-height: 200px;
}
*.min-3 {
  min-height: 300px;
}
*.min-4 {
  min-height: 400px;
}
*.min-5 {
  min-height: 500px;
}
*.min-6 {
  min-height: 600px;
}
*.min-7 {
  min-height: 700px;
}
*.min-8 {
  min-height: 800px;
}
*.min-9 {
  min-height: 900px;
}
*.min-10 {
  min-height: 1000px;
}
*.min-11 {
  min-height: 1100px;
}
*.min-12 {
  min-height: 1200px;
}
*.max-1 {
  max-height: 100px;
}
*.max-2 {
  max-height: 200px;
}
*.max-3 {
  max-height: 300px;
}
*.max-4 {
  max-height: 400px;
}
*.max-5 {
  max-height: 500px;
}
*.max-6 {
  max-height: 600px;
}
*.max-7 {
  max-height: 700px;
}
*.max-8 {
  max-height: 800px;
}
*.max-9 {
  max-height: 900px;
}
*.max-10 {
  max-height: 1000px;
}
*.max-11 {
  max-height: 1100px;
}
*.max-12 {
  max-height: 1200px;
}
*.col-1-guttered {
  width: 71.66666667px;
}
*.col-2-guttered {
  width: 153.33333333px;
}
*.col-3-guttered {
  width: 230px;
}
*.col-4-guttered {
  width: 316.66666667px;
}
*.col-5-guttered {
  width: 398.33333333px;
}
*.col-6-guttered {
  width: 480px;
}
*.col-7-guttered {
  width: 561.66666667px;
}
*.col-8-guttered {
  width: 643.33333333px;
}
*.col-9-guttered {
  width: 725px;
}
*.col-10-guttered {
  width: 806.66666667px;
}
*.col-11-guttered {
  width: 888.33333333px;
}
*.gutter-right {
  margin-right: 20px;
}
*.gutter-left {
  margin-left: 20px;
}
*.gutter-top {
  margin-top: 20px;
}
*.gutter-bottom {
  margin-bottom: 20px;
}
*.gutter-bottom-large {
  margin-bottom: 30px;
}
*.gutter-full {
  margin: 20px;
}
*.gutter-padding {
  padding: 30px;
}
*.padding-side {
  padding: 30px 0;
}
*.no-gutter {
  margin: 0;
}
*.divider {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
*.divider-full {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}
*.center {
  position: relative;
  margin: auto;
  float: none;
  width: 100%;
  max-width: 980px;
  display: table;
}
*.center.full {
  padding: 0;
}
*.left {
  position: relative;
  float: left;
}
*.right {
  position: relative;
  float: right;
}
*.clear {
  clear: both;
}
*.scroll-view {
  overflow: scroll;
}
*.table {
  display: table;
  width: 100%;
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 400;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 1.5;
  border-collapse: separate;
  border-spacing: 10px;
}
*.table th {
  vertical-align: middle;
}
*.table th,
*.table td {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
*.table td:first-of-type {
  text-align: left;
  font-weight: 400;
}
div.wrapper {
  padding: 30px;
}
div.wrapper.benefits p:first-of-type {
  margin-top: 0;
}
*.mobile {
  display: none;
}
*.desktop {
  display: block;
}
section.grid-home {
  z-index: 2;
}
section.grid-home:after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: transparent url('../media/assets/shadow.png') no-repeat center center;
  background-size: contain;
}
section.grid-home div.wrapper > figure {
  margin: 0 32px 32px 0;
}
section.grid-home div.wrapper > figure:nth-of-type(3n) {
  margin-right: 0;
}
section.grid-sonrisa div.col-6-guttered {
  width: 450px;
}
section.grid-sonrisa div.quote-wrapper {
  margin: 1em 0;
}
section.grid-sonrisa div.quote-wrapper p {
  margin: 0;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Color  ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*.white {
  color: #ffffff;
}
*.black {
  color: #000000;
}
*.green {
  color: #278157;
}
*.blue {
  color: #738ec8;
}
*.dark-blue {
  color: #004993;
}
*.body-blue {
  color: #5e99cd;
}
*.grey {
  color: #848484;
}
*.light-grey {
  color: #e5e5e5;
}
*.light-soft-grey {
  color: #eeeeee;
}
*.red {
  color: #d9251c;
}
*.light-red {
  color: #f9c4af;
}
*.light-blue {
  color: #b6deef;
}
*.white-bg {
  background: #ffffff;
}
*.black-bg {
  background: #000000;
}
*.green-bg {
  background: #278157;
}
*.blue-bg {
  background: #738ec8;
}
*.dark-blue-bg {
  background: #004993;
}
*.body-blue-bg {
  background: #5e99cd;
}
*.grey-bg {
  background: #848484;
}
*.light-grey-bg {
  background: #e5e5e5;
}
*.light-soft-grey-bg {
  background: #eeeeee;
}
*.red-bg {
  background: #d9251c;
}
*.light-red-bg {
  background: #f9c4af;
}
*.light-blue-bg {
  background: #b6deef;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Text style ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*.align-right {
  text-align: right;
}
*.align-left {
  text-align: left;
}
*.align-center {
  text-align: center;
}
ul.list-title li > p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
b {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  color: #848484;
}
small {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  -webkit-backface-visibility: hidden;
  color: #848484;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
a {
  text-decoration: none;
}
p {
  max-width: 700px;
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 400;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 1.5;
}
p a {
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 700;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
p a:hover {
  text-decoration: underline;
}
ul {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
}
li {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 400;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 1.5;
}
li h1 {
  font-size: 3em;
}
li h2 {
  font-size: 2em;
}
li h3 {
  font-size: 1.5em;
}
li h3 b {
  font-weight: 600;
}
li h4 {
  font-size: 1.2em;
}
li h4 b {
  font-weight: 600;
}
li p {
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 400;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
li p a {
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 700;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
li a {
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 700;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
ol {
  list-style: decimal;
}
ol li {
  display: list-item;
  font-weight: bold;
}
body#home div.wrapper h2 {
  font: normal 2em 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  margin-bottom: 30px;
}
figcaption {
  margin: 10px 0;
}
figcaption p {
  margin: 0;
}
figcaption b {
  font-size: 1.2em;
  font-weight: 600;
}
div.copy-wrapper {
  position: absolute;
  padding: 0 20px;
  z-index: 4;
  text-align: center;
}
div.copy-wrapper.top-left {
  top: 40px;
  left: 40px;
}
div.copy-wrapper.top-right {
  top: 40px;
  right: 40px;
}
div.copy-wrapper.bottom-left {
  bottom: 40px;
  left: 40px;
}
div.copy-wrapper.bottom-right {
  bottom: 40px;
  right: 40px;
}
div.copy-wrapper.center-center {
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
div.copy-wrapper.center-bottom {
  width: 100%;
  height: auto;
  left: 0;
  bottom: 10%;
  margin: auto;
}
div.copy-wrapper.center-left {
  width: auto;
  height: 30%;
  top: 0;
  left: 5%;
  bottom: 0;
  margin: auto;
}
div.copy-wrapper.center-right {
  width: auto;
  height: 30%;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
div.copy-wrapper.oneline {
  padding-top: 20px;
}
div.copy-wrapper p {
  font: normal 1.6em 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 120%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}
div.copy-wrapper span {
  font: normal 1.1em 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
div.copy-wrapper a {
  margin-top: 20px;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Navigation ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Form style ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
::-webkit-input-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
form.user-login-form {
  min-height: 60vh;
  max-width: 540px;
  position: relative;
  margin: auto;
  float: none;
  display: table;
  padding: 180px 0;
  text-align: center;
}
form.user-login-form p em.placeholder {
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 700;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
form.user-login-form div.form-item {
  position: relative;
  margin: auto;
  float: none;
  display: table;
  margin-bottom: 20px;
}
form.user-login-form div.form-item label {
  position: relative;
  float: left;
  clear: both;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  text-transform: uppercase;
}
form.user-login-form div.form-item input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
  background: #ffffff;
  position: relative;
  float: left;
  clear: both;
  margin: 10px 0;
  padding: 10px 15px;
}
form.user-login-form div.form-item div.description {
  position: relative;
  float: left;
  clear: both;
  font: normal 0.75em 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
form.user-login-form div.form-actions input[type="submit"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
  position: relative;
  margin: auto;
  float: none;
  display: table;
  width: auto;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  padding: 10px 15px;
  text-align: center;
  min-width: 180px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
}
form.user-login-form div.form-actions input[type="submit"]:hover {
  background: #ffffff;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 400;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  border: 1px solid #ffffff;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Galleries ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
button[rel] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
  position: absolute;
  z-index: 4;
}
button[rel].disabled {
  pointer-events: none;
  opacity: 0.3;
}
button[rel].gallery {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
button[rel].gallery:hover {
  background: #ffffff;
}
button[rel].gallery[rel="prev"] {
  left: 30px;
}
button[rel].gallery[rel="next"] {
  right: 30px;
}
button[rel].gallery:before {
  content: '';
  background: transparent url('../media/assets/arrow-black.svg') no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 12px;
}
#planetario {
  width: 100%;
}
ul.discover-gallery {
  height: 610px;
  overflow: scroll;
}
ul.discover-gallery li {
  display: none;
}
ul.discover-gallery li.active {
  display: block;
}
ul.discover-gallery li figure > div.center-center > a {
  margin-top: 60px;
}
ul.discover-gallery li > div.wrapper {
  position: absolute;
  bottom: 0;
  background: white;
  z-index: 2;
}
ul.discover-gallery li div.wrapper > h3 {
  font-weight: 600;
}
ui-gallery,
ui-gallery-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
ui-gallery ul.gallery-wrapper li.active figure:before,
ui-gallery-thumbnail ul.gallery-wrapper li.active figure:before {
  content: none;
}
ui-gallery button[rel],
ui-gallery-thumbnail button[rel] {
  background: transparent url('../media/assets/arrow.svg') no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 86px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
ui-gallery button[rel][rel="prev"].black,
ui-gallery-thumbnail button[rel][rel="prev"].black,
ui-gallery button[rel][rel="next"].black,
ui-gallery-thumbnail button[rel][rel="next"].black {
  background: transparent url('../media/assets/arrow-black.svg') no-repeat center center;
  background-size: contain;
}
ui-gallery button[rel][rel="prev"],
ui-gallery-thumbnail button[rel][rel="prev"] {
  left: 0;
}
ui-gallery button[rel][rel="next"],
ui-gallery-thumbnail button[rel][rel="next"] {
  right: 0;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
ui-gallery button[rel].history[rel="prev"],
ui-gallery-thumbnail button[rel].history[rel="prev"],
ui-gallery button[rel].history[rel="next"],
ui-gallery-thumbnail button[rel].history[rel="next"] {
  background: transparent url('../media/assets/arrow-black.svg') no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 45px;
  top: auto;
  bottom: 10px;
  margin: auto;
  z-index: 2;
}
ui-gallery button[rel].history[rel="prev"],
ui-gallery-thumbnail button[rel].history[rel="prev"] {
  right: 50px;
  left: auto;
}
ui-gallery button[rel].history[rel="next"],
ui-gallery-thumbnail button[rel].history[rel="next"] {
  right: 10px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
ui-gallery[id="experts-slide"]:hover button[rel],
ui-gallery-thumbnail[id="experts-slide"]:hover button[rel],
ui-gallery[id="sonrisa-gallery"]:hover button[rel],
ui-gallery-thumbnail[id="sonrisa-gallery"]:hover button[rel],
ui-gallery[id="sonrisa-quotes"]:hover button[rel],
ui-gallery-thumbnail[id="sonrisa-quotes"]:hover button[rel] {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
ui-gallery[id="experts-slide"]:hover button[rel].disabled,
ui-gallery-thumbnail[id="experts-slide"]:hover button[rel].disabled,
ui-gallery[id="sonrisa-gallery"]:hover button[rel].disabled,
ui-gallery-thumbnail[id="sonrisa-gallery"]:hover button[rel].disabled,
ui-gallery[id="sonrisa-quotes"]:hover button[rel].disabled,
ui-gallery-thumbnail[id="sonrisa-quotes"]:hover button[rel].disabled {
  pointer-events: none;
  opacity: 0.3;
}
ui-gallery[id="experts-slide"] button[rel],
ui-gallery-thumbnail[id="experts-slide"] button[rel],
ui-gallery[id="sonrisa-gallery"] button[rel],
ui-gallery-thumbnail[id="sonrisa-gallery"] button[rel],
ui-gallery[id="sonrisa-quotes"] button[rel],
ui-gallery-thumbnail[id="sonrisa-quotes"] button[rel],
ui-gallery[id="experts-slide"] button.disabled,
ui-gallery-thumbnail[id="experts-slide"] button.disabled,
ui-gallery[id="sonrisa-gallery"] button.disabled,
ui-gallery-thumbnail[id="sonrisa-gallery"] button.disabled,
ui-gallery[id="sonrisa-quotes"] button.disabled,
ui-gallery-thumbnail[id="sonrisa-quotes"] button.disabled {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
ui-gallery[id="experts-slide"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="prev"],
ui-gallery[id="sonrisa-gallery"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button[rel][rel="prev"],
ui-gallery[id="sonrisa-quotes"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button[rel][rel="prev"],
ui-gallery[id="experts-slide"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="prev"],
ui-gallery[id="sonrisa-gallery"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button.disabled[rel="prev"],
ui-gallery[id="sonrisa-quotes"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button.disabled[rel="prev"],
ui-gallery[id="experts-slide"] button[rel][rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="next"],
ui-gallery[id="sonrisa-gallery"] button[rel][rel="next"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button[rel][rel="next"],
ui-gallery[id="sonrisa-quotes"] button[rel][rel="next"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button[rel][rel="next"],
ui-gallery[id="experts-slide"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="next"],
ui-gallery[id="sonrisa-gallery"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button.disabled[rel="next"],
ui-gallery[id="sonrisa-quotes"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button.disabled[rel="next"] {
  top: 131px;
  bottom: auto;
}
ui-gallery[id="experts-slide"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="prev"],
ui-gallery[id="sonrisa-gallery"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button[rel][rel="prev"],
ui-gallery[id="sonrisa-quotes"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button[rel][rel="prev"],
ui-gallery[id="experts-slide"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="prev"],
ui-gallery[id="sonrisa-gallery"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button.disabled[rel="prev"],
ui-gallery[id="sonrisa-quotes"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button.disabled[rel="prev"] {
  left: 10px;
}
ui-gallery[id="experts-slide"] button[rel][rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="next"],
ui-gallery[id="sonrisa-gallery"] button[rel][rel="next"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button[rel][rel="next"],
ui-gallery[id="sonrisa-quotes"] button[rel][rel="next"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button[rel][rel="next"],
ui-gallery[id="experts-slide"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="next"],
ui-gallery[id="sonrisa-gallery"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="sonrisa-gallery"] button.disabled[rel="next"],
ui-gallery[id="sonrisa-quotes"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button.disabled[rel="next"] {
  right: 10px;
}
ui-gallery[id="sonrisa-gallery"],
ui-gallery-thumbnail[id="sonrisa-gallery"] {
  height: 520px;
  overflow: hidden;
}
ui-gallery[id="sonrisa-gallery"] ul > li > figure > img,
ui-gallery-thumbnail[id="sonrisa-gallery"] ul > li > figure > img {
  min-height: 327px;
}
ui-gallery[id="sonrisa-gallery"] nav.thumbnail-nav > ul > li > figure > img,
ui-gallery-thumbnail[id="sonrisa-gallery"] nav.thumbnail-nav > ul > li > figure > img {
  min-height: 110px;
}
ui-gallery[id="experts-slide"],
ui-gallery-thumbnail[id="experts-slide"] {
  padding: 20px;
  height: auto;
  overflow: hidden;
}
ui-gallery[id="experts-slide"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="prev"],
ui-gallery[id="experts-slide"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="prev"],
ui-gallery[id="experts-slide"] button[rel][rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="next"],
ui-gallery[id="experts-slide"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="next"] {
  bottom: 0;
  top: 0;
}
ui-gallery[id="experts-slide"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="prev"],
ui-gallery[id="experts-slide"] button.disabled[rel="prev"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="prev"] {
  left: 0;
}
ui-gallery[id="experts-slide"] button[rel][rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button[rel][rel="next"],
ui-gallery[id="experts-slide"] button.disabled[rel="next"],
ui-gallery-thumbnail[id="experts-slide"] button.disabled[rel="next"] {
  right: 0;
}
ui-gallery[id="experts-slide"] > ul.gallery-wrapper,
ui-gallery-thumbnail[id="experts-slide"] > ul.gallery-wrapper {
  margin-bottom: 20px;
}
ui-gallery[id="experts-slide"] > ul.gallery-wrapper.basic li,
ui-gallery-thumbnail[id="experts-slide"] > ul.gallery-wrapper.basic li {
  width: 940px;
  overflow: hidden;
  margin-right: 40px;
}
ui-gallery[id="experts-slide"] nav.thumbnail-nav,
ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav {
  position: relative;
}
ui-gallery[id="experts-slide"] nav.thumbnail-nav ul,
ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav ul {
  padding: 0 44px;
}
ui-gallery[id="experts-slide"] nav.thumbnail-nav ul li,
ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav ul li {
  margin-right: 44px;
}
ui-gallery[id="sonrisa-quotes"],
ui-gallery-thumbnail[id="sonrisa-quotes"] {
  background: transparent url('../media/assets/sonrisa-sol/quote-bg.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 340px;
}
ui-gallery[id="sonrisa-quotes"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button[rel][rel="prev"],
ui-gallery[id="sonrisa-quotes"] button[rel][rel="next"],
ui-gallery-thumbnail[id="sonrisa-quotes"] button[rel][rel="next"] {
  top: 84px;
}
ui-gallery[id="sonrisa-quotes"] ul,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul {
  height: 340px;
  position: relative;
  margin: auto;
  float: none;
  display: table;
  overflow: hidden;
}
ui-gallery[id="sonrisa-quotes"] ul li,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul li {
  position: relative;
  float: left;
  width: 643px;
  height: 340px;
}
ui-gallery[id="sonrisa-quotes"] ul li q,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul li q {
  font: normal 1.5em 'Bad Script', cursive;
  color: black;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 40%;
  padding: 0 40px;
  text-align: center;
}
ui-gallery[id="sonrisa-quotes"] ul li div.author,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul li div.author {
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: 0;
}
ui-gallery[id="sonrisa-quotes"] ul li div.author figure svg,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul li div.author figure svg {
  margin: 2%;
}
ui-gallery[id="sonrisa-quotes"] ul li div.author figure figcaption,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul li div.author figure figcaption {
  margin-top: 22px;
}
ui-gallery[id="sonrisa-quotes"] ul li div.author figure figcaption p,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul li div.author figure figcaption p {
  font: normal 1.1em 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
ui-gallery[id="sonrisa-quotes"] ul li div.author figure figcaption small,
ui-gallery-thumbnail[id="sonrisa-quotes"] ul li div.author figure figcaption small {
  color: #ffffff;
  font-size: 0.875em;
}
ui-gallery[id="discover"],
ui-gallery-thumbnail[id="discover"] {
  height: 610px;
  overflow: hidden;
}
ui-gallery[id="discover"] button[rel][rel="prev"],
ui-gallery-thumbnail[id="discover"] button[rel][rel="prev"] {
  top: 20px;
  right: 0;
  left: 0;
  bottom: auto;
  margin: auto;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -sand-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}
ui-gallery[id="discover"] button[rel][rel="next"],
ui-gallery-thumbnail[id="discover"] button[rel][rel="next"] {
  top: auto;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -sand-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
}
ui-gallery[id="discover"] ul.gallery-wrapper li,
ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper li {
  cursor: pointer;
}
ui-gallery[id="discover"] ul.gallery-wrapper li:hover figure:before,
ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper li:hover figure:before {
  content: none;
}
ui-gallery[id="discover"] ul.gallery-wrapper li:last-of-type,
ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper li:last-of-type {
  margin-bottom: 0;
}
ui-gallery[id="discover"] ul.gallery-wrapper li.hide,
ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper li.hide {
  display: none;
}
ui-gallery[id="discover"] ul.gallery-wrapper li figure:before,
ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper li figure:before {
  opacity: 1;
}
ui-gallery[id="discover"] ul.gallery-wrapper li figure > img,
ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper li figure > img {
  width: auto;
  height: 100%;
}
ui-gallery ul.home,
ui-gallery-thumbnail ul.home {
  height: 440px;
  overflow: hidden;
}
ui-gallery ul.home li:first-of-type > figure > img,
ui-gallery-thumbnail ul.home li:first-of-type > figure > img {
  width: 100%;
  height: auto;
}
ui-gallery ul.home li,
ui-gallery-thumbnail ul.home li {
  position: relative;
  float: left;
}
ui-gallery ul.home li div.gallery-copy-wrapper,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper {
  position: absolute;
  z-index: 4;
  text-align: center;
}
ui-gallery ul.home li div.gallery-copy-wrapper.top-left,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.top-left {
  top: 10%;
  left: 7%;
}
ui-gallery ul.home li div.gallery-copy-wrapper.top-right,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.top-right {
  top: 10%;
  right: 7%;
}
ui-gallery ul.home li div.gallery-copy-wrapper.top-center,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.top-center {
  bottom: 10%;
  left: 50%;
  margin-right: -50%;
}
ui-gallery ul.home li div.gallery-copy-wrapper.top-center p,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.top-center p {
  margin: auto;
}
ui-gallery ul.home li div.gallery-copy-wrapper.top-center a.block,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.top-center a.block {
  display: table;
}
ui-gallery ul.home li div.gallery-copy-wrapper.bottom-left,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.bottom-left {
  bottom: 15%;
  left: 7%;
}
ui-gallery ul.home li div.gallery-copy-wrapper.bottom-right,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.bottom-right {
  bottom: 15%;
  right: 7%;
}
ui-gallery ul.home li div.gallery-copy-wrapper.center-bottom,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.center-bottom,
ui-gallery ul.home li div.gallery-copy-wrapper.bottom-center,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.bottom-center {
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}
ui-gallery ul.home li div.gallery-copy-wrapper.center-bottom p,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.center-bottom p,
ui-gallery ul.home li div.gallery-copy-wrapper.bottom-center p,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.bottom-center p {
  margin: auto;
}
ui-gallery ul.home li div.gallery-copy-wrapper.center-bottom a.block,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.center-bottom a.block,
ui-gallery ul.home li div.gallery-copy-wrapper.bottom-center a.block,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.bottom-center a.block {
  display: table;
}
ui-gallery ul.home li div.gallery-copy-wrapper.center-center,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.center-center {
  top: 50%;
  left: 50%;
  width: 100%;
  margin: -15% 0 0 -50%;
}
ui-gallery ul.home li div.gallery-copy-wrapper.center-center p,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.center-center p {
  margin: auto;
}
ui-gallery ul.home li div.gallery-copy-wrapper.center-center a.block,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper.center-center a.block {
  display: table;
}
ui-gallery ul.home li div.gallery-copy-wrapper p,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper p {
  font: normal 3em 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 120%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}
ui-gallery ul.home li div.gallery-copy-wrapper div.block,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper div.block {
  clear: both;
  margin-bottom: 10px;
}
ui-gallery ul.home li div.gallery-copy-wrapper div.block:last-of-type,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper div.block:last-of-type {
  margin-bottom: 20px;
}
ui-gallery ul.home li div.gallery-copy-wrapper div.block p,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper div.block p {
  font: normal 2em 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 120%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}
ui-gallery ul.home li div.gallery-copy-wrapper div.block span,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper div.block span {
  font: normal 4.5em 'Oswald', sans-serif;
  font-weight: 500;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  margin-right: 15px;
  margin-top: -2px;
  line-height: 1;
}
ui-gallery ul.home li div.gallery-copy-wrapper div.block span sup > i,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper div.block span sup > i {
  font: normal 0.65em 'Oswald', sans-serif;
  font-weight: 500;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
ui-gallery ul.home li div.gallery-copy-wrapper a.btn,
ui-gallery-thumbnail ul.home li div.gallery-copy-wrapper a.btn {
  clear: both;
  margin-top: 20px;
  font-size: 1.2em;
}
ui-gallery ul.home li figure,
ui-gallery-thumbnail ul.home li figure {
  width: 980px;
  height: 440px;
  z-index: 1;
  overflow: hidden;
}
ui-gallery ul.pages,
ui-gallery-thumbnail ul.pages {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 5;
}
ui-gallery ul.pages li,
ui-gallery-thumbnail ul.pages li {
  text-indent: 100%;
  position: relative;
  float: left;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
}
ui-gallery ul.pages li.active,
ui-gallery-thumbnail ul.pages li.active,
ui-gallery ul.pages li:hover,
ui-gallery-thumbnail ul.pages li:hover {
  background: #ffffff;
}
ui-gallery ul.experts > li > a.contrast div.copy-wrapper,
ui-gallery-thumbnail ul.experts > li > a.contrast div.copy-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
ui-gallery ul.experts,
ui-gallery-thumbnail ul.experts,
ui-gallery ul.planetary,
ui-gallery-thumbnail ul.planetary {
  position: relative;
  margin: auto;
  float: none;
  display: table;
  height: 180px;
  padding: 0 40px;
}
ui-gallery ul.experts li,
ui-gallery-thumbnail ul.experts li,
ui-gallery ul.planetary li,
ui-gallery-thumbnail ul.planetary li {
  position: relative;
  float: left;
  width: auto;
  height: 180px;
  margin-right: 40px;
  cursor: pointer;
}
ui-gallery ul.experts li:last-of-type,
ui-gallery-thumbnail ul.experts li:last-of-type,
ui-gallery ul.planetary li:last-of-type,
ui-gallery-thumbnail ul.planetary li:last-of-type {
  margin-right: 0;
}
ui-gallery ul.experts li a,
ui-gallery-thumbnail ul.experts li a,
ui-gallery ul.planetary li a,
ui-gallery-thumbnail ul.planetary li a {
  display: inline-block;
}
ui-gallery ul.experts li a div.copy-wrapper,
ui-gallery-thumbnail ul.experts li a div.copy-wrapper,
ui-gallery ul.planetary li a div.copy-wrapper,
ui-gallery-thumbnail ul.planetary li a div.copy-wrapper {
  padding: 0 10px;
}
ui-gallery ul.experts li a div.copy-wrapper p,
ui-gallery-thumbnail ul.experts li a div.copy-wrapper p,
ui-gallery ul.planetary li a div.copy-wrapper p,
ui-gallery-thumbnail ul.planetary li a div.copy-wrapper p {
  font: normal 1em 'Oswald', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
ui-gallery ul.experts li a div.copy-wrapper span,
ui-gallery-thumbnail ul.experts li a div.copy-wrapper span,
ui-gallery ul.planetary li a div.copy-wrapper span,
ui-gallery-thumbnail ul.planetary li a div.copy-wrapper span {
  font: normal 0.75em 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
ui-gallery ul.planetary,
ui-gallery-thumbnail ul.planetary {
  height: 250px;
  padding: 0;
}
ui-gallery ul.planetary li,
ui-gallery-thumbnail ul.planetary li {
  height: 250px;
  margin-right: 0;
  opacity: 0.5;
}
ui-gallery ul.planetary li:last-of-type,
ui-gallery-thumbnail ul.planetary li:last-of-type {
  margin-right: 0;
}
ui-gallery ul.planetary li.active,
ui-gallery-thumbnail ul.planetary li.active,
ui-gallery ul.planetary li:hover,
ui-gallery-thumbnail ul.planetary li:hover {
  opacity: 1;
}
ui-gallery ul.basic,
ui-gallery-thumbnail ul.basic,
ui-gallery ul.thumbnail,
ui-gallery-thumbnail ul.thumbnail {
  position: relative;
  margin: auto;
  float: none;
  display: table;
}
ui-gallery ul.basic li,
ui-gallery-thumbnail ul.basic li,
ui-gallery ul.thumbnail li,
ui-gallery-thumbnail ul.thumbnail li {
  position: relative;
  float: left;
}
ui-gallery ul.basic li figure img,
ui-gallery-thumbnail ul.basic li figure img,
ui-gallery ul.thumbnail li figure img,
ui-gallery-thumbnail ul.thumbnail li figure img {
  width: 585px;
}
ui-gallery ul.basic li figure figcaption,
ui-gallery-thumbnail ul.basic li figure figcaption,
ui-gallery ul.thumbnail li figure figcaption,
ui-gallery-thumbnail ul.thumbnail li figure figcaption {
  margin: 30px 0;
}
ui-gallery ul.history,
ui-gallery-thumbnail ul.history {
  margin-top: 0;
}
ui-gallery ul.history li,
ui-gallery-thumbnail ul.history li {
  width: 980px;
}
ui-gallery ul.history li figure img,
ui-gallery-thumbnail ul.history li figure img {
  width: 593px;
}
ui-gallery ul.history li figure figcaption > p,
ui-gallery-thumbnail ul.history li figure figcaption > p,
ui-gallery ul.history li figure a,
ui-gallery-thumbnail ul.history li figure a {
  margin: 10px 0;
}
ui-gallery ul.thumbnail,
ui-gallery-thumbnail ul.thumbnail {
  margin-top: 0;
}
ui-gallery ul.thumbnail li,
ui-gallery-thumbnail ul.thumbnail li {
  cursor: pointer;
}
ui-gallery ul.thumbnail li > figure,
ui-gallery-thumbnail ul.thumbnail li > figure {
  height: 110px;
  overflow: hidden;
}
ui-gallery ul.thumbnail li > figure img,
ui-gallery-thumbnail ul.thumbnail li > figure img {
  width: 197px;
}
ui-gallery ul.thumbnail li > figure:hover:before,
ui-gallery-thumbnail ul.thumbnail li > figure:hover:before {
  content: none;
}
figure > img {
  display: block;
  width: 100%;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Style buttons & icons ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
  position: relative;
  margin: auto;
  float: none;
  display: table;
  width: auto;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  padding: 10px 15px;
  text-align: center;
  min-width: 180px;
}
*.btn.block {
  display: block;
}
*.btn:hover {
  background: #ffffff;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 400;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  border: 1px solid #ffffff;
}
*.btn.off {
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 300;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 20px;
  opacity: 0.5;
  pointer-events: none;
}
*.btn.animated {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-animation-name: initial;
  animation-name: initial;
}
*.btn.animated:hover,
*.btn.animated:active,
*.btn.animated.on {
  opacity: 0.5;
}
*.link {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-transform: none !important;
  background: transparent !important;
}
*.link:hover {
  text-decoration: underline;
  opacity: 1 !important;
}
*.link:before {
  content: none !important;
}
*#bestclimate-logo {
  position: absolute;
  top: 0;
  left: 30px;
  background: transparent url('../media/brand/spa-logo.png') no-repeat center center;
  background-size: contain;
  width: 450px;
  height: 150px;
  z-index: 3;
}
*#bestclimate-logo.en {
  background: transparent url('../media/brand/eng-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.de {
  background: transparent url('../media/brand/deu-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.fr {
  background: transparent url('../media/brand/fra-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.sv {
  background: transparent url('../media/brand/swe-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.it {
  background: transparent url('../media/brand/ita-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.cs {
  background: transparent url('../media/brand/ces-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.nl {
  background: transparent url('../media/brand/nld-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.da {
  background: transparent url('../media/brand/dan-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.pl {
  background: transparent url('../media/brand/pol-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.nb {
  background: transparent url('../media/brand/nor-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.fi {
  background: transparent url('../media/brand/fin-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.ru {
  background: transparent url('../media/brand/rus-logo.png') no-repeat center center;
  background-size: contain;
}
*#bestclimate-logo.pt-pt {
  background: transparent url('../media/brand/por-logo.png') no-repeat center center;
  background-size: contain;
}
button#filter-lang,
button#share {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
  background: transparent url('../media/icons/filter-lang.svg') no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  margin-right: 10px;
}
button#filter-lang.on {
  background: transparent url('../media/icons/filter-lang-neg.svg') no-repeat center center;
  background-size: contain;
}
button#share {
  background: transparent url('../media/icons/share.svg') no-repeat center center;
  background-size: contain;
}
button#share.on {
  background: transparent url('../media/icons/share-neg.svg') no-repeat center center;
  background-size: contain;
}
*.ic-403 {
  background: transparent url('../media/icons/403.svg') no-repeat center center;
  background-size: contain;
  height: 200px;
  position: relative;
  float: left;
  margin-bottom: 30px;
}
*.ic-404 {
  background: transparent url('../media/icons/404.svg') no-repeat center center;
  background-size: contain;
  height: 200px;
  position: relative;
  float: left;
  margin-bottom: 30px;
}
*.ic-thermometre {
  background: transparent url('../media/icons/ic-thermometre.svg') no-repeat center center;
  background-size: contain;
  width: 75px;
  height: 207px;
}
*.ic-download,
*.ic-link {
  background: transparent url('../media/icons/ic-download.png') no-repeat center center;
  background-size: contain;
  width: 37px;
  height: 38px;
}
*.ic-link {
  background: transparent url('../media/icons/ic-link.png') no-repeat center center;
  background-size: contain;
  margin-top: -8px;
}
*.ic-health,
*.ic-thalasso,
*.ic-disease,
*.ic-planetary {
  background: transparent url('../media/icons/ic-health.svg') no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-top: 30px;
}
*.ic-thalasso {
  background: transparent url('../media/icons/ic-thalasso.svg') no-repeat center center;
  background-size: contain;
}
*.ic-disease {
  background: transparent url('../media/icons/ic-disease.svg') no-repeat center center;
  background-size: contain;
}
*.ic-planetary {
  background: transparent url('../media/icons/ic-planetary.png') no-repeat center center;
  width: 80px;
  height: 80px;
  background-size: auto;
}
*.ic-advice {
  background: transparent url('../media/icons/ic-advice.png') no-repeat center center;
  width: 32px;
  height: 39px;
  background-size: contain;
}
div.accordion {
  width: 100%;
}
div.accordion input {
  display: none;
}
div.accordion label {
  background: #738ec8;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font: normal 0.8em 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-align: left;
}
div.accordion label:hover,
div.accordion label:active,
div.accordion label.on {
  opacity: 0.5;
}
div.accordion label:hover {
  border: none;
  font: normal 0.8em 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  background: #738ec8;
}
div.accordion label:before {
  content: '';
  position: absolute;
  right: 10px;
  background: transparent url('../media/assets/arrow.svg') no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
}
div.accordion article {
  visibility: hidden;
  width: 100%;
  opacity: 0;
  max-height: 0;
  font-size: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
div.accordion article i {
  margin-top: 30px;
}
div.accordion article p:empty {
  display: none;
}
div.accordion article div.white {
  margin: 30px;
}
div.accordion article div.white p {
  color: #ffffff;
}
div.accordion input:checked ~ article {
  visibility: visible;
  width: 100%;
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
div.accordion input:checked ~ label:before {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
div.benefits input {
  display: none;
}
div.benefits p strong {
  color: #738ec8;
  font-size: 1.5em;
}
div.benefits article {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
div.benefits label {
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 700;
  color: #738ec8;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  cursor: pointer;
  text-decoration: underline;
}
div.benefits input:checked ~ article {
  margin-top: 20px;
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Social icons ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*.social a {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  float: left;
  font: normal 2em 'Socicon', sans-serif;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 1.5;
  display: block;
  text-align: center;
}
*.social a:hover {
  opacity: 0.8;
}
*.social a:before {
  padding: 10px;
  margin-right: 10px;
}
*.social a:before:last-of-type {
  margin-right: 0;
}
*.social a.socicon-facebook:before {
  content: "\e028";
  background: #3e5b98;
}
*.social a.socicon-twitter:before {
  content: "\e08d";
  background: #4da7de;
}
*.social a.socicon-instagram:before {
  content: "\e044";
  background: #000000;
}
*.social a.socicon-issuu:before {
  content: "\e045";
  background: #F26F61;
}
*.social a.socicon-youtube:before {
  content: "\e0a5";
  background: #e02a20;
}
*.social a.socicon-pinterest:before {
  content: "\e063";
  background: #c92619;
}
*.social a.socicon-flickr:before {
  content: "\e02d";
  background: #1e1e1b;
}
*.social a.socicon-vkontakte:before {
  content: "\e095";
  background: #5a7fa6;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Video style ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*.video-wrapper {
  cursor: pointer;
  overflow: hidden;
  display: block;
}
*.video-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
*.video-wrapper:before {
  content: '';
  background: rgba(0, 0, 0, 0.1) url('../media/assets/ic-play.png') no-repeat center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
*.video-wrapper img {
  width: 100%;
  display: grid;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Specific style ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
*.round {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
}
*.round-left {
  -moz-border-radius: 100px 0 0 100px;
  -webkit-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
  background-clip: padding-box;
}
*.round-right {
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
  background-clip: padding-box;
}
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 340px;
}
.no-js .inputfile + label {
  display: none;
}
*.contrast {
  overflow: hidden;
  margin: 0;
}
*.contrast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  opacity: 0.4;
  z-index: 1;
  display: block;
}
*.contrast img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
*.contrast:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
article.error {
  position: relative;
  margin: auto;
  float: none;
  display: table;
  text-align: center;
  padding: 30px;
  margin-top: 20%;
}
article.error a:hover {
  background: #738ec8;
  opacity: 1;
  font-weight: 100;
  color: white;
}
div[id="cookie-policy"] {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0;
  box-shadow: 0 0 20px #848484;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div[id="cookie-policy"] div.wrapper {
  height: 180px;
  padding: 30px;
}
div[id="cookie-policy"] div.wrapper p {
  position: relative;
  float: left;
  font: normal 1.2em 'Roboto', sans-serif;
  font-weight: 700;
  color: #004993;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  text-transform: uppercase;
  margin: 0;
}
div[id="cookie-policy"] div.wrapper div.divider {
  width: 60%;
  height: 1px;
  position: relative;
  float: left;
  clear: both;
  margin: 15px 0;
}
div[id="cookie-policy"] div.wrapper small {
  position: relative;
  margin: auto;
  float: none;
  display: table;
  max-width: 700px;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 400;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  line-height: 1.5;
}
div[id="cookie-policy"] div.wrapper nav {
  position: relative;
  margin: auto;
  float: none;
  display: table;
  margin-top: 20px;
}
div[id="cookie-policy"] div.wrapper nav button[id="accept-cookies"],
div[id="cookie-policy"] div.wrapper nav a[rel="cookies"] {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 15px;
  min-width: 200px;
}
div[id="cookie-policy"] div.wrapper nav button[id="accept-cookies"]:hover,
div[id="cookie-policy"] div.wrapper nav a[rel="cookies"]:hover {
  background: #004993;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
/* ----------------------------------------------------------------------------------------------------------------

    * Project     : El mejor clima del mundo
    * Document    : less/style
    * Created on  : Aug 28, 2.017
    * Version     : 1.0
    * Author      : Nicolás Guerra
    * Description : tools ready to use in other less files

    -------------------------------------------------------------------------------------------------------------------
       *          This code has been developed by NOLOGY. in the awesome Canaries - www.nologystudio.com           *
    -------------------------------------------------------------------------------------------------------------------

    * Log * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    -------------------------------------------------------------------------------------------------------------------
    *
    ---------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Size ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Background ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.set-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.set-full img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Z-index ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Transparent Background ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Set cross browser rgba ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Box sizing ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Background Gradient ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Round corners ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Position ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Set opacity ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Alignment ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#align .left {
  position: relative;
  float: left;
}
#align .right {
  position: relative;
  float: right;
}
#align .center {
  position: relative;
  margin: auto;
  float: none;
}
#align .center-center {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Box Shadow ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Resets ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.reset {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: red;
  display: block;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Hide/Show ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Scale ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Transitions ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Columns ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Placeholder color ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Development tools ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#testing .bg {
  background: #cccccc url('../media/') no-repeat center center;
}
#testing .txt {
  color: red !important;
}
.browser-fixes {
  -webkit-backface-visibility: hidden;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Specific styling ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Main style ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
  background: #5e99cd;
  height: auto;
}
body {
  min-width: 980px;
  background-color: #5e99cd;
  position: relative;
  float: left;
}
body div.main-wrapper {
  min-height: 100vh;
  padding-top: 120px;
  margin-bottom: 90px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*[data-animate] {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
}
*.animated {
  opacity: 1;
  z-index: 1;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Header & Nav ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body > header[id][id="desktop"] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
body > header[id][id="desktop"] div.transparent-head {
  width: 100%;
  height: 32px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
}
body > header[id][id="desktop"] div.wrapper div.top-wrapper {
  width: 100%;
}
body > header[id][id="desktop"] div.wrapper div.top-wrapper ul#islands-section {
  margin-top: 5px;
}
body > header[id][id="desktop"] div.wrapper div.top-wrapper ul#islands-section li {
  position: relative;
  float: left;
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
body > header[id][id="desktop"] div.wrapper div.top-wrapper ul#islands-section li:after {
  content: '·';
  position: relative;
  float: right;
  margin: 0 5px;
}
body > header[id][id="desktop"] div.wrapper div.top-wrapper ul#islands-section li:last-of-type:after {
  content: none;
}
body > header[id][id="desktop"] div.wrapper div.top-wrapper a#badge {
  display: block;
  position: absolute;
  right: 0;
  z-index: 3;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper {
  clear: both;
  margin: 40px 0 30px 1px;
  z-index: 2;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li {
  position: relative;
  float: left;
  border-right: 1px solid #ffffff;
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  text-align: center;
  margin-left: -1px;
  cursor: pointer;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li[id="home"] {
  border-left: 1px solid #ffffff;
  padding: 0 5px;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li a {
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  display: block;
  padding: 10px;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li:hover,
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li.active {
  background: #ffffff;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li:hover a,
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li.active a {
  color: #004993;
  border: none;
  padding-bottom: 10px;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li ul.second-nav {
  visibility: hidden;
  width: 100.6%;
  background: #f6f6f6;
  border: none;
  position: absolute;
  z-index: 9;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li ul.second-nav li a {
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 500;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  padding: 10px;
  display: block;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper nav#primary > ul.main-nav > li ul.second-nav li a:hover {
  background: #ffffff;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper {
  margin: 5px 20px;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper #share-dropdown > div.dropdown-menu {
  right: -314px;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper div.dropdown div.dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  right: -354px;
  z-index: 99;
  padding: 20px;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper div.dropdown div.dropdown-menu.open {
  display: block;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper div.dropdown div.dropdown-menu p {
  margin-bottom: 20px;
  position: relative;
  float: left;
  clear: both;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper div.dropdown div.dropdown-menu div > ul > li {
  margin: 20px 0;
  text-transform: uppercase;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper div.dropdown div.dropdown-menu div > ul > li a {
  font: normal 1em 'Roboto', sans-serif;
  font-weight: 700;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  display: block;
}
body > header[id][id="desktop"] div.wrapper div.bottom-wrapper div.social-wrapper div.dropdown div.dropdown-menu div > ul > li a:hover {
  color: #004993;
}
body > header[id][id="mobile"] {
  display: none;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Body backgrounds ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body[id] {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background: transparent url('../media/backgrounds/home-bg.jpg') repeat center top;
  background-size: cover;
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Sections ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
}
body[id][id="error-404"] {
  background: transparent url('../media/backgrounds/404-bg.jpg') repeat center 80%;
  background-size: cover;
}
body[id][id="error-403"] {
  background: transparent url('../media/backgrounds/403-bg.jpg') repeat center 25%;
  background-size: cover;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Footer ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body > div.main-wrapper > footer {
  height: 100px;
}
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper,
body > div.main-wrapper > footer div.left-wrapper {
  margin-top: 10px;
}
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper nav > a,
body > div.main-wrapper > footer div.left-wrapper nav > a {
  text-decoration: underline;
}
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper nav > a:hover,
body > div.main-wrapper > footer div.left-wrapper nav > a:hover {
  font: normal 0.75em 'Roboto', sans-serif;
  font-weight: 500;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper nav > a,
body > div.main-wrapper > footer div.left-wrapper nav > a,
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper small,
body > div.main-wrapper > footer div.left-wrapper small {
  font: normal 0.75em 'Roboto', sans-serif;
  font-weight: 500;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  margin-right: 10px;
}
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper > nav > a {
  margin-right: 20px;
}
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper > nav > a:last-of-type {
  margin-right: 0;
  margin-top: -15px;
}
body > div.main-wrapper > footer div.wrapper > div.logos-wrapper > nav > a img {
  width: 100%;
}
/* ------------------------------------------------------------------------------------------------------------- */
/* ~ Specific Style ~ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 20;
  overflow: hidden;
}
div.overlay > button[rel] {
  position: absolute;
  z-index: 10;
  width: 60px;
  height: 60px;
}
div.overlay > button[rel][rel="prev"] {
  top: 45%;
  left: 50px;
}
div.overlay > button[rel][rel="next"] {
  top: 45%;
  right: 50px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
div.overlay > button[rel][rel="close"] {
  left: 50px;
  top: 20px;
  background: transparent url('../media/assets/close-black.svg') no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
div.overlay div.copy-wrapper {
  top: 20px;
}
div.overlay div.copy-wrapper h1,
div.overlay div.copy-wrapper h2,
div.overlay div.copy-wrapper h3,
div.overlay div.copy-wrapper h4,
div.overlay div.copy-wrapper h5,
div.overlay div.copy-wrapper h6,
div.overlay div.copy-wrapper p,
div.overlay div.copy-wrapper a {
  text-align: right;
  font-family: 'Roboto', sans-serif;
  -webkit-backface-visibility: hidden;
  color: #848484;
  text-shadow: none;
  font-weight: 300;
  font-size: 1em;
}
div.overlay div.copy-wrapper h2 {
  margin-bottom: 10px;
}
div.overlay div.copy-wrapper h2 b {
  font-size: 1.2em;
  font-weight: 400;
}
div.overlay div.copy-wrapper p {
  font-weight: 400;
  font-size: 0.875em;
}
div.overlay div.copy-wrapper a {
  font-weight: 400;
  margin-top: -4px;
  margin-left: 5px;
  display: block;
  width: auto;
  text-align: right;
}
div.overlay div.copy-wrapper a:hover {
  text-decoration: underline;
}
div.overlay div.background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  cursor: zoom-out;
}
div.overlay div.wrapper {
  position: relative;
  margin: auto;
  float: none;
  top: 50%;
  margin-top: -300px;
  width: 980px;
  height: auto;
  min-height: 500px;
  padding: 60px;
  background: #ffffff;
  display: table;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);
}
div.overlay div.wrapper button[rel][rel="close"] {
  left: 0;
  top: -45px;
  background: transparent url('../media/assets/close-black.svg') no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
div.overlay div.wrapper.overlay-gallery {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 500px;
  margin-top: -225px;
  margin-left: 0;
  padding: 0 5px;
  background: transparent;
  box-shadow: none;
}
div.overlay div.wrapper.overlay-gallery ul {
  position: relative;
  float: left;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
div.overlay div.wrapper.overlay-gallery ul li {
  position: relative;
  float: left;
  height: 570px;
  margin-right: 15px;
}
div.overlay div.wrapper.overlay-gallery ul li figure {
  position: relative;
  float: left;
  height: 100%;
}
div.overlay div.wrapper.overlay-gallery ul li figure img {
  height: 498px;
}
div.overlay div.wrapper.overlay-gallery ul li figure figcaption {
  margin-top: 5px;
  font: normal 0.875em 'Roboto', sans-serif;
  font-weight: 700;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
}
div.overlay div.wrapper.overlay-gallery ul li object,
div.overlay div.wrapper.overlay-gallery ul li iframe {
  position: relative;
  float: left;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 570px;
  border: none;
}
div.overlay div.wrapper.overlay-gallery ul li iframe {
  width: 700px;
}
div.overlay div.wrapper.overlay-video {
  padding: 0;
  top: 55%;
  background: transparent;
  display: block;
  min-height: 0;
  max-height: 530px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* ----------------------------------------------------------------------------------------------------------------

    * Project     : Mec
    * Document    : less/style
    * Created on  : Oct 23, 2.017
    * Version     : 1.0
    * Author      : Nicolás Guerra
    * Description : Ipad specific less/css style

    -------------------------------------------------------------------------------------------------------------------
       *          This code has been developed by NOLOGY. in the awesome Canaries - www.nologystudio.com           *
    -------------------------------------------------------------------------------------------------------------------

    * Log * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    -------------------------------------------------------------------------------------------------------------------
    *
    ---------------------------------------------------------------------------------------------------------------- */
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Grid ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  *.col-1,
  *.col-2,
  *.col-3,
  *.col-4,
  *.col-5,
  *.col-6,
  *.col-7,
  *.col-8,
  *.col-9,
  *.col-10,
  *.col-11,
  *.col-12,
  *[class*="-guttered"] {
    width: 100%;
  }
  *.col-3 {
    width: 25%;
  }
  *.col-4 {
    width: 33.33333333%;
  }
  *.col-4-guttered {
    width: 37%;
  }
  *.col-5-guttered {
    width: 40%;
  }
  *.col-6 {
    width: 50%;
  }
  *.col-6-guttered {
    width: 48.69%;
  }
  *.col-7 {
    width: 63%;
  }
  *.col-7-guttered {
    width: 60%;
  }
  *.col-8 {
    width: 66.66%;
  }
  div.wrapper {
    width: 100%;
    padding: 20px;
  }
  div.copy-wrapper {
    padding: 0 20px;
  }
  body > div.main-wrapper {
    margin-bottom: 0;
  }
  section.grid-home div.wrapper > figure {
    width: 30.4%;
  }
  *.center {
    display: block;
    position: relative;
    float: left;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Text style ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  h2.blue {
    margin-top: 10px;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Header & Nav ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  body > header[id][id="desktop"] {
    display: none;
  }
  body > header[id][id="mobile"] {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  body > header[id][id="mobile"].open {
    height: 100% !important;
    overflow: auto;
    z-index: 999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  body > header[id][id="mobile"].open div.wrapper {
    background: #ffffff;
    box-shadow: 0 0 20px #848484;
  }
  body > header[id][id="mobile"].open div.wrapper div.top-wrapper > div#menu-icon > span {
    background: #004993;
  }
  body > header[id][id="mobile"].open div.wrapper div.bottom-wrapper {
    visibility: visible;
  }
  body > header[id][id="mobile"] div.transparent-head {
    width: 100%;
    height: 50px;
    background: #000000;
    opacity: 0.1;
    position: absolute;
  }
  body > header[id][id="mobile"] a#badge {
    display: block;
    width: 145px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
  body > header[id][id="mobile"] a#badge img {
    width: 100%;
    position: relative;
    float: right;
  }
  body > header[id][id="mobile"] div.wrapper {
    margin-top: 50px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper {
    margin-top: -60px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    clear: both;
    margin-top: 30px;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    opacity: 1;
    left: 0;
    border-radius: 100px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:first-child {
    top: 0px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:nth-child(2) {
    top: 10px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:nth-child(3) {
    top: 10px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:nth-child(4) {
    top: 20px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
    width: 400px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu.open {
    display: block;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu p {
    margin-bottom: 20px;
    position: relative;
    float: left;
    clear: both;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div {
    width: 100px;
    margin-right: 33px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div:last-of-type {
    margin-right: 0;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div ul > li {
    margin: 20px 0;
    text-transform: uppercase;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div ul > li a {
    font: normal 1em 'Roboto', sans-serif;
    font-weight: 700;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
    display: block;
    text-align: left;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div#share-dropdown div.dropdown-menu {
    left: 0;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div#share-dropdown div.dropdown-menu nav.social > a {
    font-size: 0.875em;
    margin-left: -5px;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper {
    visibility: hidden;
    width: 100%;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary {
    position: relative;
    float: left;
    width: 100%;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav {
    width: 100%;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav > li {
    font: normal 1.2em 'Roboto', sans-serif;
    font-weight: 500;
    color: #004993;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
    margin-bottom: 20px;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav > li:last-of-type {
    margin-bottom: 0;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav > li > a {
    font: normal 1.2em 'Roboto', sans-serif;
    font-weight: 500;
    color: #004993;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav ul.second-nav {
    margin-top: 20px;
    background: #eeeeee;
    padding: 20px 0;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav ul.second-nav li {
    margin-bottom: 30px;
    font: normal 0.875em 'Roboto', sans-serif;
    font-weight: 500;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav ul.second-nav li:last-of-type {
    margin-bottom: 0;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Galleries ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  ui-gallery {
    width: 100%;
  }
  ui-gallery button[rel] {
    height: 60px;
  }
  ui-gallery button[rel][rel="prev"] {
    left: 20px;
  }
  ui-gallery button[rel][rel="next"] {
    right: 20px;
  }
  ui-gallery[id="sonrisa-quotes"] {
    margin-bottom: 20px;
  }
  ui-gallery[id="sonrisa-quotes"] ul > li {
    width: 100vw;
  }
  ui-gallery[id="sonrisa-quotes"] ul > li q {
    height: 50%;
  }
  ui-gallery[id="sonrisa-quotes"] button[rel] {
    opacity: 1;
  }
  ui-gallery ul.home > li {
    width: 100vw;
  }
  ui-gallery ul.home > li figure {
    width: auto !important;
  }
  ui-gallery ul.home > li figure img {
    min-height: 440px;
  }
  ui-gallery ul.planetary > li {
    opacity: 1;
  }
  ui-gallery ul.planetary > li figure:before {
    content: none;
  }
  ui-gallery ul.history {
    height: 400px;
  }
  ui-gallery ul.history li {
    width: 100vw;
  }
  ui-gallery ul.history li figure img {
    width: 510px;
    margin-right: 0;
  }
  ui-gallery ul.history li figure figcaption {
    margin: 0;
    padding: 20px;
  }
  figure {
    width: 100%;
  }
  figure img {
    width: 100%;
  }
  ui-gallery-thumbnail[id="experts-slide"] {
    padding: 0;
  }
  ui-gallery-thumbnail[id="experts-slide"] ul.gallery-wrapper.basic > li {
    width: 100vw;
  }
  ui-gallery-thumbnail[id="experts-slide"] ul.gallery-wrapper.basic > li div.gutter-left {
    margin-left: 0;
    padding: 20px;
  }
  ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav button[rel] {
    opacity: 1;
    background: transparent url('../media/assets/arrow.svg') no-repeat center center;
    background-size: contain;
  }
  ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav ul {
    padding: 0;
  }
  ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav ul li {
    margin-right: 0;
  }
  ui-gallery-thumbnail[id="discover"] {
    height: 530px;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] {
    height: auto;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] button[rel] {
    opacity: 1;
    top: 30% !important;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] ul.basic > li {
    width: 100vw;
    height: auto;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] ul.basic > li figure > img {
    width: 100vw;
    min-height: 431px;
  }
  ul.discover-gallery {
    height: auto;
  }
  ul.discover-gallery li > div.wrapper {
    position: relative;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Style buttons & icons ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  *.btn {
    font-size: 0.875em;
  }
  *#bestclimate-logo {
    width: 300px;
    margin: auto;
  }
  *.contrast img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  *.contrast:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  i.ic-advice {
    position: relative;
    margin: auto;
    float: none;
    display: table;
  }
  div.accordion label.btn {
    position: relative;
    float: left;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Footer ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  body > div.main-wrapper > footer {
    height: 100%;
    padding: 20px;
  }
  body > div.main-wrapper > footer div.wrapper {
    padding: 0;
  }
  body > div.main-wrapper > footer div.wrapper div.left-wrapper > nav.left {
    text-align: center;
  }
  body > div.main-wrapper > footer div.wrapper > div.logos-wrapper {
    margin-top: 20px;
  }
  body > div.main-wrapper > footer div.wrapper > div.logos-wrapper nav > a {
    width: 130px;
  }
  body > div.main-wrapper > footer div.wrapper > div.logos-wrapper nav > a:last-of-type {
    margin-top: -5px;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Specific Style ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  #weather-widget div.copy-wrapper {
    top: -30%;
    right: 0;
  }
  *.compare-widget {
    width: 50%;
  }
  *.compare-widget figure > img {
    width: auto;
  }
  #pagina_nuestro_clima section.col-12.body-blue-bg div.accordion label {
    margin-bottom: 20px;
  }
  #pag_beneficios section.col-3 figure {
    width: 100%;
  }
  #pag_beneficios section.col-3 figure img {
    width: 100%;
  }
  #pag_historia_y_salud section.col-12 > div.wrapper h2 {
    font-size: 1.5em;
  }
  #pag_historia_y_salud section.col-12 > div.wrapper div[class*="col-"] {
    width: 31%;
  }
  #pag_galeria_365 main > div.wrapper h2.blue {
    text-align: center;
  }
  #pag_galeria_365 main > div.wrapper div.gallery-wrapper {
    position: relative;
    margin: auto;
    float: none;
    display: table;
  }
  #pag_la_sonrisa_del_sol section.gutter-left {
    margin-left: 0;
  }
  #pag_la_sonrisa_del_sol section.col-8-guttered {
    height: auto !important;
  }
  #pag_la_sonrisa_del_sol section.col-4-guttered {
    width: 100%;
    height: auto !important;
  }
  #pag_la_sonrisa_del_sol section.col-4-guttered div.wrapper > ul > li {
    width: 50%;
    position: relative;
    float: left;
  }
  section.grid-sonrisa div.col-6-guttered {
    width: 48.6%;
  }
  div.overlay {
    background: white;
    overflow-y: hidden;
  }
  div.overlay div.copy-wrapper {
    padding: 0;
  }
  div.overlay div.copy-wrapper h2,
  div.overlay div.copy-wrapper p,
  div.overlay div.copy-wrapper a {
    font-size: 0.75em;
  }
  div.overlay div.copy-wrapper.top-right {
    top: 20px;
    right: 20px;
  }
  div.overlay div.copy-wrapper a {
    margin-top: -1px;
  }
  div.overlay button[rel][rel="close"] {
    top: 20px;
    right: 0;
    left: 20px;
  }
  div.overlay button[rel][rel="prev"],
  div.overlay button[rel][rel="next"] {
    top: 43%;
  }
  div.overlay button[rel][rel="prev"] {
    left: 0;
  }
  div.overlay button[rel][rel="next"] {
    right: 0;
  }
  div.overlay div.wrapper.overlay-video {
    left: 0;
    width: 100%;
    height: 500px;
    margin-left: 0;
    padding: 0 5px;
    box-shadow: none;
  }
  div.overlay div.wrapper.overlay-video button[rel][rel="close"] {
    left: 15px;
  }
  div.overlay div.wrapper.overlay-video iframe,
  div.overlay div.wrapper.overlay-video object {
    width: 95%;
    height: 100%;
    margin: auto;
    display: table;
  }
  div.overlay div.wrapper.overlay-gallery {
    left: 0;
    width: 100%;
    height: 500px;
    margin-top: -225px;
    margin-left: 0;
    padding: 0 5px;
    box-shadow: none;
  }
  div.overlay div.wrapper.overlay-gallery ul {
    height: 500px;
  }
  div.overlay div.wrapper.overlay-gallery ul li {
    height: 500px;
  }
  div.overlay div.wrapper.overlay-gallery ul li figure {
    width: 290px;
    height: 499px;
    margin-top: 10px;
  }
  div.overlay div.wrapper.overlay-gallery ul li figure img {
    width: 290px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  div.overlay div.wrapper.overlay-gallery ul li iframe,
  div.overlay div.wrapper.overlay-gallery ul li object {
    width: 290px;
    max-height: 200px;
    margin-top: 40%;
  }
  div[id="cookie-policy"] div.wrapper {
    height: auto;
    padding: 20px;
  }
  div[id="cookie-policy"] div.wrapper p {
    font-size: 0.875em;
    text-align: center;
    width: 100%;
  }
  div[id="cookie-policy"] div.wrapper div.divider {
    width: 100%;
    margin: 10px 0;
  }
  div[id="cookie-policy"] div.wrapper small {
    width: 100%;
    font-size: 0.75em;
    text-align: center;
  }
  div[id="cookie-policy"] div.wrapper nav {
    position: relative;
    margin: auto;
    float: none;
    padding-top: 15px;
    display: table;
    width: 100%;
  }
  div[id="cookie-policy"] div.wrapper nav button[id="accept-cookies"],
  div[id="cookie-policy"] div.wrapper nav a[rel="cookies"] {
    position: relative;
    margin: auto;
    float: none;
    display: table;
    width: 160px;
    margin-bottom: 10px;
    min-width: 0;
    font-size: 0.75em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  /* ----------------------------------------------------------------------------------------------------------------

    * Project     : Mec
    * Document    : less/style
    * Created on  : Oct 23, 2.017
    * Version     : 1.0
    * Author      : Nicolás Guerra
    * Description : iPhone specific less/css style

    -------------------------------------------------------------------------------------------------------------------
       *          This code has been developed by NOLOGY. in the awesome Canaries - www.nologystudio.com           *
    -------------------------------------------------------------------------------------------------------------------

    * Log * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    -------------------------------------------------------------------------------------------------------------------
    *
    ---------------------------------------------------------------------------------------------------------------- */
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Grid ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  *.col-1,
  *.col-2,
  *.col-3,
  *.col-4,
  *.col-5,
  *.col-6,
  *.col-7,
  *.col-8,
  *.col-9,
  *.col-10,
  *.col-11,
  *.col-12,
  *[class*="-guttered"] {
    width: 100%;
  }
  div.wrapper {
    width: 100%;
    padding: 20px;
  }
  div.copy-wrapper {
    padding: 0 40px;
  }
  body > div.main-wrapper {
    margin-bottom: 0;
  }
  *.mobile {
    display: block;
  }
  *.desktop {
    display: none;
  }
  section.grid-home div.wrapper > figure {
    position: relative;
    margin: auto;
    float: none;
    display: table;
    margin-bottom: 20px;
  }
  section.grid-home div.wrapper > figure:nth-of-type(3n) {
    margin-right: auto;
  }
  *.center {
    display: block;
    position: relative;
    float: left;
    min-height: 100%;
    max-height: 100%;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Text style ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  h2.blue {
    margin-top: 10px;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Header & Nav ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  body > header[id][id="desktop"] {
    display: none;
  }
  body > header[id][id="mobile"] {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  body > header[id][id="mobile"].open {
    height: 100% !important;
    overflow: auto;
    z-index: 999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  body > header[id][id="mobile"].open div.wrapper {
    background: #ffffff;
    box-shadow: 0 0 20px #848484;
  }
  body > header[id][id="mobile"].open div.wrapper div.top-wrapper > div#menu-icon > span {
    background: #004993;
  }
  body > header[id][id="mobile"].open div.wrapper div.bottom-wrapper {
    visibility: visible;
  }
  body > header[id][id="mobile"] div.transparent-head {
    width: 100%;
    height: 50px;
    background: #000000;
    opacity: 0.1;
    position: absolute;
  }
  body > header[id][id="mobile"] a#badge {
    display: block;
    width: 145px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
  body > header[id][id="mobile"] a#badge img {
    width: 100%;
    position: relative;
    float: right;
  }
  body > header[id][id="mobile"] div.wrapper {
    margin-top: 50px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper {
    margin-top: -60px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    clear: both;
    margin-top: 30px;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    opacity: 1;
    left: 0;
    border-radius: 100px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:first-child {
    top: 0px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:nth-child(2) {
    top: 10px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:nth-child(3) {
    top: 10px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon > span:nth-child(4) {
    top: 20px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper > div#menu-icon.open > span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    left: -20px;
    z-index: 2;
    padding: 20px;
    width: 100vw;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu.open {
    display: block;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu p {
    margin-bottom: 20px;
    position: relative;
    float: left;
    clear: both;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div {
    width: 100px;
    margin-right: 33px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div:last-of-type {
    margin-right: 0;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div ul > li {
    margin: 20px 0;
    text-transform: uppercase;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div.dropdown div.dropdown-menu > div ul > li a {
    font: normal 1em 'Roboto', sans-serif;
    font-weight: 700;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
    display: block;
    text-align: left;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div#share-dropdown div.dropdown-menu {
    left: -60px;
  }
  body > header[id][id="mobile"] div.wrapper div.top-wrapper div.social-wrapper div#share-dropdown div.dropdown-menu nav.social > a {
    font-size: 0.875em;
    margin-left: -5px;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper {
    visibility: hidden;
    width: 100%;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary {
    position: relative;
    float: left;
    width: 100%;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav {
    width: 100%;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav > li {
    font: normal 1.2em 'Roboto', sans-serif;
    font-weight: 500;
    color: #004993;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
    margin-bottom: 20px;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav > li:last-of-type {
    margin-bottom: 0;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav > li > a {
    font: normal 1.2em 'Roboto', sans-serif;
    font-weight: 500;
    color: #004993;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav ul.second-nav {
    margin-top: 20px;
    background: #eeeeee;
    padding: 20px 0;
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav ul.second-nav li {
    margin-bottom: 30px;
    font: normal 0.875em 'Roboto', sans-serif;
    font-weight: 500;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.001);
  }
  body > header[id][id="mobile"] div.wrapper div.bottom-wrapper nav#primary ul.main-nav ul.second-nav li:last-of-type {
    margin-bottom: 0;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Galleries ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  #planetario iframe {
    height: auto !important;
  }
  ui-gallery {
    width: 100%;
  }
  ui-gallery button[rel] {
    height: 60px;
  }
  ui-gallery button[rel][rel="prev"] {
    left: 20px;
  }
  ui-gallery button[rel][rel="next"] {
    right: 20px;
  }
  ui-gallery[id="sonrisa-quotes"] {
    margin-bottom: 20px;
  }
  ui-gallery[id="sonrisa-quotes"] ul > li {
    width: 100vw;
  }
  ui-gallery[id="sonrisa-quotes"] ul > li q {
    height: 50%;
  }
  ui-gallery[id="sonrisa-quotes"] button[rel] {
    opacity: 1;
  }
  ui-gallery ul.home li:first-of-type > figure > img {
    width: auto;
    height: 100%;
  }
  ui-gallery ul.home li {
    width: 100vw;
  }
  ui-gallery ul.home li figure {
    width: auto !important;
  }
  ui-gallery ul.home li figure img {
    width: auto;
    height: 100%;
  }
  ui-gallery ul.experts {
    padding: 0;
    height: 280px;
  }
  ui-gallery ul.experts li {
    height: 280px;
    margin-right: 0;
  }
  ui-gallery ul.experts li figure > img {
    margin-left: 0;
  }
  ui-gallery ul.experts li a {
    height: 100%;
  }
  ui-gallery ul.experts li a img {
    height: 100%;
  }
  ui-gallery ul.planetary > li {
    opacity: 1;
  }
  ui-gallery ul.planetary > li figure:before {
    content: none;
  }
  ui-gallery ul.history > li {
    width: 100vw;
  }
  ui-gallery ul.history > li figure img {
    width: 100%;
    margin-right: 0;
  }
  ui-gallery ul.history > li figure figcaption {
    margin: 0;
    padding: 20px;
  }
  figure {
    width: 100%;
  }
  figure img {
    width: 100%;
  }
  ui-gallery-thumbnail[id="experts-slide"] {
    padding: 0;
  }
  ui-gallery-thumbnail[id="experts-slide"] ul.gallery-wrapper.basic > li {
    width: 100vw;
  }
  ui-gallery-thumbnail[id="experts-slide"] ul.gallery-wrapper.basic > li div.gutter-left {
    margin-left: 0;
    padding: 20px;
  }
  ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav button[rel] {
    opacity: 1;
    background: transparent url('../media/assets/arrow.svg') no-repeat center center;
    background-size: contain;
  }
  ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav ul {
    padding: 0;
  }
  ui-gallery-thumbnail[id="experts-slide"] nav.thumbnail-nav ul li {
    margin-right: 0;
  }
  ui-gallery-thumbnail[id="discover"] {
    height: 360px;
  }
  ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper > li {
    width: 100%;
  }
  ui-gallery-thumbnail[id="discover"] ul.gallery-wrapper > li figure > img {
    width: 100%;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] {
    height: auto;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] button[rel] {
    opacity: 1;
    top: 22% !important;
    height: 50px;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] ul.basic > li {
    width: 100vw;
    height: 260px;
  }
  ui-gallery-thumbnail[id="sonrisa-gallery"] ul.basic > li figure > img {
    width: 100vw;
    min-height: 179px;
  }
  ul.discover-gallery {
    height: auto;
  }
  ul.discover-gallery li > div.wrapper {
    position: relative;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Style buttons & icons ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  *#bestclimate-logo {
    width: 300px;
    margin: auto;
  }
  *.contrast img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  *.contrast:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  i.ic-thermometre,
  i.ic-advice {
    position: relative;
    margin: auto;
    float: none;
    display: table;
  }
  div.accordion label.btn {
    position: relative;
    float: left;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Footer ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  body > div.main-wrapper > footer {
    height: 100%;
    padding: 20px;
  }
  body > div.main-wrapper > footer div.wrapper {
    padding: 0;
  }
  body > div.main-wrapper > footer div.wrapper div.left-wrapper > nav.left {
    text-align: center;
  }
  body > div.main-wrapper > footer div.wrapper > div.logos-wrapper {
    margin-top: 20px;
  }
  body > div.main-wrapper > footer div.wrapper > div.logos-wrapper nav > a {
    width: 130px;
  }
  body > div.main-wrapper > footer div.wrapper > div.logos-wrapper nav > a:last-of-type {
    margin-top: -5px;
  }
  /* ------------------------------------------------------------------------------------------------------------- */
  /* ~ Specific Style ~ */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  #weather-widget {
    height: 270px;
  }
  #weather-widget figure > img {
    width: 150%;
  }
  #weather-widget div.copy-wrapper {
    width: 100%;
    height: auto;
    left: 0;
    bottom: 10%;
    margin: auto;
    top: auto;
  }
  *.compare-widget figure {
    max-height: 290px;
  }
  #pagina_nuestro_clima section.col-12.body-blue-bg div.align-right,
  #pagina_nuestro_clima section.col-12.body-blue-bg div.align-left {
    text-align: center;
    margin-bottom: 20px;
  }
  #pagina_nuestro_clima section.col-12.body-blue-bg div.gutter-left {
    margin-left: 0;
  }
  #pagina_nuestro_clima section.col-12.body-blue-bg div.accordion label {
    margin-bottom: 20px;
  }
  #pagina_nuestro_clima section.col-12.body-blue-bg div.accordion article {
    overflow: scroll;
  }
  #pag_beneficios section.col-3 figure {
    width: 100%;
  }
  #pag_beneficios section.col-3 figure img {
    width: 100%;
  }
  #pag_beneficios section.col-3 div.min-2 {
    min-height: 0;
  }
  #pag_historia_y_salud section.col-12 > div.wrapper > div.col-3 {
    margin-left: 0;
  }
  #pag_galeria_365 main > div.wrapper h2.blue {
    text-align: center;
  }
  #pag_galeria_365 main > div.wrapper div.gallery-wrapper {
    position: relative;
    margin: auto;
    float: none;
    display: table;
  }
  #pag_la_sonrisa_del_sol section.gutter-left {
    margin-left: 0;
  }
  section.grid-sonrisa div.col-6-guttered {
    width: 100%;
  }
  div.overlay {
    background: white;
    overflow-y: hidden;
  }
  div.overlay div.copy-wrapper {
    padding: 0;
  }
  div.overlay div.copy-wrapper h2,
  div.overlay div.copy-wrapper p,
  div.overlay div.copy-wrapper a {
    font-size: 0.75em;
    position: relative;
    float: right;
  }
  div.overlay div.copy-wrapper h2 {
    width: 70%;
  }
  div.overlay div.copy-wrapper a {
    margin-top: -1px;
  }
  div.overlay div.copy-wrapper.top-right {
    top: 20px;
    right: 20px;
  }
  div.overlay button[rel][rel="close"] {
    top: 20px;
    right: 0;
    left: 20px;
  }
  div.overlay button[rel][rel="prev"],
  div.overlay button[rel][rel="next"] {
    top: 43%;
  }
  div.overlay button[rel][rel="prev"] {
    left: 0;
  }
  div.overlay button[rel][rel="next"] {
    right: 0;
  }
  div.overlay div.wrapper.overlay-video {
    left: 0;
    width: 100%;
    height: 500px;
    margin-top: -125px;
    margin-left: 0;
    padding: 0 5px;
    box-shadow: none;
  }
  div.overlay div.wrapper.overlay-video button[rel][rel="close"] {
    left: 15px;
  }
  div.overlay div.wrapper.overlay-video iframe,
  div.overlay div.wrapper.overlay-video object {
    width: 95%;
    height: 100%;
    max-height: 200px;
    margin: auto;
    display: table;
  }
  div.overlay div.wrapper.overlay-gallery {
    left: 0;
    width: 100%;
    height: 500px;
    margin-top: -225px;
    margin-left: 0;
    padding: 0 5px;
    box-shadow: none;
  }
  div.overlay div.wrapper.overlay-gallery ul {
    height: 500px;
  }
  div.overlay div.wrapper.overlay-gallery ul li {
    height: 500px;
  }
  div.overlay div.wrapper.overlay-gallery ul li figure {
    width: 290px;
    height: 499px;
    margin-top: 10px;
  }
  div.overlay div.wrapper.overlay-gallery ul li figure img {
    width: 290px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  div.overlay div.wrapper.overlay-gallery ul li iframe,
  div.overlay div.wrapper.overlay-gallery ul li object {
    width: 290px;
    max-height: 200px;
    margin-top: 40%;
  }
  div[id="cookie-policy"] div.wrapper {
    height: auto;
    padding: 20px;
  }
  div[id="cookie-policy"] div.wrapper p {
    font-size: 0.875em;
    text-align: center;
    width: 100%;
  }
  div[id="cookie-policy"] div.wrapper div.divider {
    width: 100%;
    margin: 10px 0;
  }
  div[id="cookie-policy"] div.wrapper small {
    width: 100%;
    font-size: 0.75em;
    text-align: center;
  }
  div[id="cookie-policy"] div.wrapper nav {
    position: relative;
    margin: auto;
    float: none;
    padding-top: 15px;
    display: table;
    width: 100%;
  }
  div[id="cookie-policy"] div.wrapper nav button[id="accept-cookies"],
  div[id="cookie-policy"] div.wrapper nav a[rel="cookies"] {
    position: relative;
    margin: auto;
    float: none;
    display: table;
    width: 160px;
    margin-bottom: 10px;
    min-width: 0;
    font-size: 0.75em;
  }
}
