/* ---------------------------------------------- *	Big Mama Styles!	Here we collate all of our partials into one file ready to be processed and generate that	beautiful CSS.\* ---------------------------------------------- *//* - Index-------------------------------------------------	- Susy ...................................... 1.0.	- Breakpoint ................................ 2.0.	- Modular Scale ............................. 3.0.	- Mixins .................................... 4.0.	- Variables ................................. 5.0.	- Reset ..................................... 6.0.	- Base ...................................... 7.0.	- Grid ...................................... 8.0.	- Typography ................................ 9.0.	- Nav ...................................... 10.0.	- Header ................................... 11.0.	- Content .................................. 12.0.	- Footer ................................... 13.0.*//* -----------------------------------------	1.0. Susy----------------------------------------- *//* -----------------------------------------	2.0. Breakpoint----------------------------------------- *//* -----------------------------------------	3.0. Modular Scale----------------------------------------- *//* -----------------------------------------	4.0. Mixins----------------------------------------- *//* -----------------------------------------	5.0. Variables----------------------------------------- *//* -----------------------------------------	6.0. Reset----------------------------------------- *//* ---------------------------------------------- *  Partial: reset  Reset the fuck out of everything. Phwouah!\* ---------------------------------------------- */* {  box-sizing: border-box; }html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }html, body {  height: 100%; }a img {  border: none; }blockquote {  quotes: none; }blockquote:before, blockquote:after {  content: '';  content: none; }table {  border-collapse: collapse;  border-spacing: 0; }caption, th, td {  text-align: left;  font-weight: normal;  vertical-align: middle; }/* -----------------------------------------	8.0. Grid----------------------------------------- *//* ---------------------------------------------- *  Partial: grid  We're using Susy. Please visit http://susy.readthedocs.org/en/latest/install/  Due to using Susy, we're going to need the Ruby gems installed. Please a see a guide here: [TBD].  Usage  =====\* ---------------------------------------------- *//* - Index-------------------------------------------------  - Global defaults     ............................. 1.0.  - Grid makeup         ............................. 2.0.*//* ---------------------------------------------- *  1.0 Global defaults\* ---------------------------------------------- *//* ---------------------------------------------- *  1.0 Grid makeup\* ---------------------------------------------- */.contain {  max-width: 1080px;  margin-left: auto;  margin-right: auto;  min-width: 1080px; }  .contain:after {    content: " ";    display: block;    clear: both; }  .contain--table {    display: table;    width: 100%;    max-width: 1080px;    min-width: 1080px;    margin: 0 auto; }/* -----------------------------------------	7.0. Base----------------------------------------- */@keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }@-webkit-keyframes fade-in-up {  0% {    -webkit-transform: translateY(20px);            transform: translateY(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-up {  0% {    -webkit-transform: translateY(20px);            transform: translateY(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-down {  0% {    -webkit-transform: translateY(-20px);            transform: translateY(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-down {  0% {    -webkit-transform: translateY(-20px);            transform: translateY(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-up-big {  0% {    -webkit-transform: translateY(100px);            transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-up-big {  0% {    -webkit-transform: translateY(100px);            transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-down-big {  0% {    -webkit-transform: translateY(-100px);            transform: translateY(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-down-big {  0% {    -webkit-transform: translateY(-100px);            transform: translateY(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-left {  0% {    -webkit-transform: translateX(-20px);            transform: translateX(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-left {  0% {    -webkit-transform: translateX(-20px);            transform: translateX(-20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-left-big {  0% {    -webkit-transform: translateX(-100px);            transform: translateX(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-left-big {  0% {    -webkit-transform: translateX(-100px);            transform: translateX(-100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-right {  0% {    -webkit-transform: translateX(20px);            transform: translateX(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-right {  0% {    -webkit-transform: translateX(20px);            transform: translateX(20px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes fade-in-right-big {  0% {    -webkit-transform: translateX(100px);            transform: translateX(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@keyframes fade-in-right-big {  0% {    -webkit-transform: translateX(100px);            transform: translateX(100px);    opacity: 0; }  100% {    -webkit-transform: translate(0);            transform: translate(0);    opacity: 1; } }@-webkit-keyframes grow {  0% {    -webkit-transform: scale(0);            transform: scale(0);    opacity: 0; }  100% {    -webkit-transform: scale(1);            transform: scale(1);    opacity: 1; } }@keyframes grow {  0% {    -webkit-transform: scale(0);            transform: scale(0);    opacity: 0; }  100% {    -webkit-transform: scale(1);            transform: scale(1);    opacity: 1; } }@-webkit-keyframes element-overlay {  0% {    width: 0;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  30% {    width: 100%;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  50% {    width: 100%;    right: 0;    left: auto;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  100% {    width: 0%;    right: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); } }@keyframes element-overlay {  0% {    width: 0;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  30% {    width: 100%;    left: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  50% {    width: 100%;    right: 0;    left: auto;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); }  100% {    width: 0%;    right: 0;    -webkit-animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89);            animation-timing-function: cubic-bezier(0.72, 0.11, 0.61, 0.89); } }@-webkit-keyframes clip-path-in {  0% {    -webkit-clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    opacity: 0; }  100% {    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    opacity: 1; } }@keyframes clip-path-in {  0% {    -webkit-clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    clip-path: polygon(0 86%, 0 100%, 14% 100%, 0 100%);    opacity: 0; }  100% {    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);    opacity: 1; } }@-webkit-keyframes underline {  0% {    width: 0; }  20% {    width: 0; }  100% {    width: 100%; } }@keyframes underline {  0% {    width: 0; }  20% {    width: 0; }  100% {    width: 100%; } }@-webkit-keyframes scroll-down {  0% {    -webkit-transform: scaleY(0);            transform: scaleY(0);    -webkit-transform-origin: top;            transform-origin: top; }  50% {    -webkit-transform: scaleY(1);            transform: scaleY(1);    -webkit-transform-origin: top;            transform-origin: top; }  51% {    -webkit-transform: scaleY(1);            transform: scaleY(1);    -webkit-transform-origin: bottom;            transform-origin: bottom; }  100% {    -webkit-transform: scaleY(0);            transform: scaleY(0);    -webkit-transform-origin: bottom;            transform-origin: bottom; } }@keyframes scroll-down {  0% {    -webkit-transform: scaleY(0);            transform: scaleY(0);    -webkit-transform-origin: top;            transform-origin: top; }  50% {    -webkit-transform: scaleY(1);            transform: scaleY(1);    -webkit-transform-origin: top;            transform-origin: top; }  51% {    -webkit-transform: scaleY(1);            transform: scaleY(1);    -webkit-transform-origin: bottom;            transform-origin: bottom; }  100% {    -webkit-transform: scaleY(0);            transform: scaleY(0);    -webkit-transform-origin: bottom;            transform-origin: bottom; } }/*! * animsition v4.0.2 * A simple and easy jQuery plugin for CSS animated page transitions. * http://blivesta.github.io/animsition * License : MIT * Author : blivesta (http://blivesta.com/) */.animsition,.animsition-overlay {  position: relative;  opacity: 0;  -webkit-animation-fill-mode: both;  animation-fill-mode: both; }/** * overlay option */.animsition-overlay-slide {  position: fixed;  z-index: 1;  width: 100%;  height: 100%;  background-color: #ddd; }/* loading option */.animsition-loading,.animsition-loading:after {  width: 32px;  height: 32px;  position: fixed;  top: 50%;  left: 50%;  margin-top: -16px;  margin-left: -16px;  border-radius: 50%;  z-index: 100; }.animsition-loading {  background-color: transparent;  border-top: 5px solid rgba(0, 0, 0, 0.2);  border-right: 5px solid rgba(0, 0, 0, 0.2);  border-bottom: 5px solid rgba(0, 0, 0, 0.2);  border-left: 5px solid #eee;  -webkit-transform: translateZ(0);  transform: translateZ(0);  -webkit-animation-iteration-count: infinite;  animation-iteration-count: infinite;  -webkit-animation-timing-function: linear;  animation-timing-function: linear;  -webkit-animation-duration: .8s;  animation-duration: .8s;  -webkit-animation-name: animsition-loading;  animation-name: animsition-loading; }@-webkit-keyframes animsition-loading {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg); }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg); } }@keyframes animsition-loading {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg); }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg); } }@-webkit-keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }@keyframes fade-in {  0% {    opacity: 0; }  100% {    opacity: 1; } }.fade-in {  -webkit-animation-name: fade-in;  animation-name: fade-in; }@-webkit-keyframes fade-out-up {  0% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; }  100% {    -webkit-transform: translateY(-500px);    transform: translateY(-500px);    opacity: 0; } }@keyframes fade-out-up {  0% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; }  100% {    -webkit-transform: translateY(-500px);    transform: translateY(-500px);    opacity: 0; } }.fade-out-up {  -webkit-animation-name: fade-out-up;  animation-name: fade-out-up; }@-webkit-keyframes fade-in-up-sm {  0% {    -webkit-transform: translateY(100px);    transform: translateY(100px);    opacity: 0; }  100% {    -webkit-transform: translateY(0);    transform: translateY(0);    opacity: 1; } }/* ---------------------------------------------- *  Partial: base  Here you place the base defaults to any project\* ---------------------------------------------- */*, *:before, *:after {  box-sizing: border-box; }html {  font-size: 100%;  -webkit-text-size-adjust: 100%;      -ms-text-size-adjust: 100%;          text-size-adjust: 100%; }body {  background-color: #fff;  color: #434141;  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 14px;  line-height: 1.6;  margin: 0;  font-size: 14px; }  @media (min-width: 600px) {    body {      font-size: calc(14px + 2 * (100vw - 600px) / 430); } }  @media (min-width: 1030px) {    body {      font-size: 16px; } }  body.show-menu {    overflow: hidden; }html, body {  height: 100%;  min-height: 100%; }small {  font-size: 0.85em; }ul li {  list-style: none; }ol li {  list-style: none; }img, object, embed {  height: auto;  max-width: 100%; }blockquote {  color: #FFFFFF;  font-size: 1.1em;  font-style: italic;  margin: 0 0 1.250em 1.250em;  padding: 0.625em 1.250em 1.250em; }  blockquote p:last-child {    margin-bottom: 0; }hr {  border: none;  border-bottom: 1px solid #ccc;  margin: 3rem 0; }/*********************************************	- 2.0 -  LINKS*********************************************//* - 2.1. - BASE LINK STYLES	------------------------------------------ */a {  color: #3059bd;  cursor: pointer;  text-decoration: none;  /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ }  a:hover {    color: #5A8AFF; }  a:focus {    color: #5A8AFF; }  a:focus, a:active {    outline: none; }/* - 2.2. - HEADER LINKS 	------------------------------------------ */h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {  color: #3059bd; }/*********************************************	- 3.0 -  Helpers*********************************************/.editItem {  min-height: 30px; }.hide {  display: none; }.no-margin {  margin: 0; }.center-align {  text-align: center; }.container {  margin: auto;  padding: 0 2em;  max-width: 63rem;  width: 92%; }  .container:before, .container:after {    content: "";    display: table; }  .container:after {    clear: both; }  @media (min-width: 37.5em) {    .container {      width: 90%; } }section {  padding: 4em 0;  background-color: #fff; }  section:before, section:after {    content: "";    display: table; }  section:after {    clear: both; }  @media (min-width: 37.5em) {    section {      padding: 6em 0; } }  #s3589917 section.page-content {    padding: 2.5em 0; }    @media (min-width: 37.5em) {      #s3589917 section.page-content {        padding: 4em 0; } }/* -----------------------------------------	9.0. Typography----------------------------------------- *//* ---------------------------------------------- *  Partial: typography  I set all typographic styles here. First we list our variables such as fonts (maybe we're using some @font-face) and  additionally and maps we might want to use. Then we specificy the typographic scales we want.\* ---------------------------------------------- */@font-face {  font-family: 'font-name';  src: url("/casacarrascal-com/_img/fonts/font-name.eot");  src: url("/casacarrascal-com/_img/fonts/font-name.eot?#iefix") format("embedded-opentype"), url("/casacarrascal-com/_img/fonts/font-name.woff") format("woff"), url("/casacarrascal-com/_img/fonts/font-name.ttf") format("truetype"); }@font-face {  font-family: 'weather';  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");  font-weight: normal;  font-style: normal; }h1, h2, h3, h4, h5, h6 {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-style: normal;  color: inherit;  text-rendering: optimizeLegibility;  margin: 2em 0 0.75em;  line-height: 1.5; }  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {    margin-top: 0; }h1, .h1 {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 3.58318em;  font-weight: 500;  line-height: 1.2; }  @media (min-width: 37.5em) {    h1, .h1 {      font-size: 4.29982em; } }  @media (min-width: 78.75em) {    h1, .h1 {      font-size: 5.15978em; } }h2, .h2 {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 2.98598em;  font-weight: 500;  line-height: 1.2; }  @media (min-width: 37.5em) {    h2, .h2 {      font-size: 3.58318em; } }  @media (min-width: 78.75em) {    h2, .h2 {      font-size: 4.29982em; } }h3, .h3 {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 2.48832em;  font-weight: 500; }  @media (min-width: 37.5em) {    h3, .h3 {      font-size: 2.98598em; } }h4, .h4 {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 1.728em;  font-weight: 500; }  @media (min-width: 37.5em) {    h4, .h4 {      font-size: 1.728em; } }h5, .h5 {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 1.44em;  font-weight: 500; }h6, .h6 {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 1.2em;  font-weight: 400;  line-height: 1.8; }p, .p {  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-size: 1em;  line-height: 1.8;  font-weight: 400;  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }  p:not(:last-child), .p:not(:last-child) {    margin-bottom: 1.4em; }strong, b {  font-style: normal;  font-weight: 700; }em {  font-style: italic; }/* -----------------------------------------	10.0. Nav----------------------------------------- *//* ---------------------------------------------- *  Partial: nav  All navigation styles here. This is sort that we can try keep things seperated and easy to maintain. You can  include all global navigation styles here.\* ---------------------------------------------- */.main-nav {  display: none; }  @media (min-width: 64.375em) {    .main-nav {      display: table-cell; } }  .main-nav .nav {    margin: auto;    display: inline-block; }    .main-nav .nav > ul > li {      float: left;      position: relative;      list-style: none;      padding: 0 0.25em; }      @media (min-width: 87.5em) {        .main-nav .nav > ul > li {          padding: 0 0.75em; } }      .main-nav .nav > ul > li > a {        text-decoration: none;        color: #FFFFFF;        display: block;        padding: 1.5em 0.5em;        font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;        text-transform: uppercase;        font-weight: 500;        font-size: 0.75em;        line-height: 2;        transition: color 200ms ease;        border-bottom: 3px solid transparent; }        @media (min-width: 75em) {          .main-nav .nav > ul > li > a {            font-size: 0.835em; } }        @media (min-width: 87.5em) {          .main-nav .nav > ul > li > a {            padding: 1.5em 0.25em; } }        @media (min-width: 93.75em) {          .main-nav .nav > ul > li > a {            font-size: 0.9375em; } }        .scrolled .main-nav .nav > ul > li > a {          padding: 0.65em 0.25em; }          .no-bg .scrolled .main-nav .nav > ul > li > a {            color: #fff; }        .no-bg .main-nav .nav > ul > li > a {          color: #434141; }      .main-nav .nav > ul > li.liLinkActive > a {        border-color: #fff; }        .no-bg .main-nav .nav > ul > li.liLinkActive > a {          border-color: #3059bd; }      .main-nav .nav > ul > li.liLinkActive:hover > a {        color: #FFFFFF; }      .main-nav .nav > ul > li:hover > a {        color: #00aeff; }      .no-cssanimations .main-nav .nav > ul > li:hover > ul {        display: block; }      .cssanimations .main-nav .nav > ul > li:hover > ul {        visibility: visible;        -webkit-animation: fade-in-down 300ms ease-out forwards;                animation: fade-in-down 300ms ease-out forwards; }      .main-nav .nav > ul > li > ul {        position: absolute;        top: 100%;        padding: 1rem 1rem 1rem 0.5rem;        min-width: 10em;        background-color: rgba(38, 70, 148, 0.95);        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);        left: 0;        text-align: left; }        .no-cssanimations .main-nav .nav > ul > li > ul {          display: none; }        .cssanimations .main-nav .nav > ul > li > ul {          opacity: 0;          visibility: hidden;          -webkit-transform: translateY(-100%);              -ms-transform: translateY(-100%);                  transform: translateY(-100%); }        .main-nav .nav > ul > li > ul > li {          display: block; }          .main-nav .nav > ul > li > ul > li a {            display: block;            white-space: nowrap;            padding: 0.5em 1em;            font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;            color: #fff;            line-height: 1.4;            font-size: 14px; }          .main-nav .nav > ul > li > ul > li:hover a {            color: #00aeff; }.mobile-nav {  opacity: 0;  visibility: hidden;  z-index: -1;  position: fixed;  top: 0;  left: 0;  width: 0%;  height: 100%;  background-color: #112D70;  padding: 6em 0 4em;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-align-items: center;      -ms-flex-align: center;          align-items: center;  -webkit-justify-content: center;      -ms-flex-pack: center;          justify-content: center;  overflow-y: scroll;  -ms-overflow-style: -ms-autohiding-scrollbar;  box-shadow: 2px 0 5px 0 transparent;  transition: opacity 250ms ease-out, width 400ms ease-out, box-shadow 400ms ease-out; }  .mobile-nav::-webkit-scrollbar {    width: 0 !important; }  .show-menu .mobile-nav {    opacity: 1;    visibility: visible;    z-index: 1000;    width: 90%;    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.2), 8px 0 20px 0 rgba(0, 0, 0, 0.2); }  @media (min-width: 64.375em) {    .mobile-nav {      opacity: 0;      visibility: hidden;      z-index: -1; } }  .mobile-nav .nav {    overflow: hidden;    text-align: center;    margin: auto;    -webkit-backface-visibility: hidden;            backface-visibility: hidden;    width: 100%;    text-align: center;    padding: 0 8%; }    .mobile-nav .nav > ul {      height: 100%;      -webkit-backface-visibility: hidden;              backface-visibility: hidden; }    .mobile-nav .nav li {      display: block; }      .cssanimations .mobile-nav .nav li {        opacity: 0;        -webkit-transform: translateX(20px);            -ms-transform: translateX(20px);                transform: translateX(20px); }      .show-menu .mobile-nav .nav li {        -webkit-animation: fade-in-left 300ms ease-out forwards;                animation: fade-in-left 300ms ease-out forwards; }      .mobile-nav .nav li.parent > a {        display: inline-block;        vertical-align: middle; }        .mobile-nav .nav li.parent > a:after {          content: "";          background-image: url(/casacarrascal-com/_img/images/svg/cross.svg);          background-position: 50% 50%;          background-size: contain;          background-repeat: no-repeat;          color: #222;          display: inline-block;          height: 0.75em;          width: 0.75em;          position: relative;          left: 1rem;          line-height: 1;          font-size: 16px;          -ms-transform: rotate(0deg);          -webkit-transform: rotate(0deg);                  transform: rotate(0deg);          transition: -webkit-transform 300ms ease-out;          transition: transform 300ms ease-out;          transition: transform 300ms ease-out, -webkit-transform 300ms ease-out; }        .mobile-nav .nav li.parent > a:hover:after {          color: #00aeff; }      .mobile-nav .nav li.parent.open > a:after {        -webkit-transform: rotate(225deg);            -ms-transform: rotate(225deg);                transform: rotate(225deg); }      .mobile-nav .nav li a {        padding: 0.5em 2em;        display: block;        font-size: 14px;        line-height: 1.5;        text-transform: uppercase;        color: #fff;        font-weight: 700; }        @media (min-width: 30em) {          .mobile-nav .nav li a {            line-height: 2.5; } }        .mobile-nav .nav li a:hover {          color: #00aeff;          text-decoration: none; }      .mobile-nav .nav li.open > ul {        display: block; }      .mobile-nav .nav li > ul {        padding-bottom: 1em;        display: none; }        .mobile-nav .nav li > ul li a {          font-size: 12px;          font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;          line-height: 1.6;          font-weight: 500;          color: rgba(255, 255, 255, 0.7); }          .mobile-nav .nav li > ul li a:hover {            color: #fff; }/* -----------------------------------------	11.0. Header----------------------------------------- */header {  position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 1005; }  header.scrolled {    position: fixed;    -webkit-animation: fade-in-down 300ms ease-out forwards;            animation: fade-in-down 300ms ease-out forwards; }.nav-bar {  padding: 1em 0;  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent);  transition: all 300ms ease-out; }  @media (min-width: 30em) {    .nav-bar {      padding: 1em 1.5em 0; } }  .no-bg .nav-bar {    background-image: none; }  .scrolled .nav-bar {    background-image: none; }    @media (min-width: 64.375em) {      .scrolled .nav-bar {        padding: 0.5em 0 0;        background-color: #112D70; } }  .show-menu .nav-bar {    background-color: transparent;    background-image: none; }.main-logo {  width: 6.5em;  display: inline-block;  vertical-align: middle;  text-align: left;  padding-left: 0.5em; }  .scrolled .main-logo, .show-menu .main-logo {    width: 4em;    display: none; }  @media (min-width: 78.125em) {    .main-logo {      width: 12.5em; } }.tripadvisor-logo {  width: 6.5em;  display: inline-block;  vertical-align: middle;  text-align: right; }  @media (min-width: 37.5em) {    .tripadvisor-logo img {      max-width: 112px; } }  .scrolled .tripadvisor-logo, .show-menu .tripadvisor-logo {    display: none; }  @media (min-width: 78.125em) {    .tripadvisor-logo {      width: 12.5em; } }.main-nav {  width: calc(100% - 13em - 9px);  display: none;  vertical-align: middle; }  @media (min-width: 64.375em) {    .main-nav {      display: inline-block;      text-align: center; } }  @media (min-width: 78.125em) {    .main-nav {      width: calc(100% - 25em - 9px); } }  .scrolled .main-nav {    width: 100%;    line-height: 0; }.social-top {  vertical-align: middle;  text-align: right;  position: absolute;  bottom: 2em;  right: 1.5em;  z-index: 3;  width: 6em; }  @media (min-width: 30em) {    .social-top {      display: inline-block;      bottom: 1em; } }  @media (min-width: 37.5em) {    .social-top {      width: auto;      bottom: 2em; } }  .inner-hero .social-top {    width: 10em; }.social__icon {  height: 2.6em;  width: 2.6em;  margin: 0.25em 0 0.25em 0.25em;  display: inline-block;  vertical-align: middle;  transition: -webkit-transform 200ms ease-out;  transition: transform 200ms ease-out;  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }  @media (min-width: 37.5em) {    .social__icon {      margin: 0em 0 0em 0.25em; } }  .social__icon svg {    height: 2.6em;    width: 2.6em;    fill: #fff; }  .social__icon:hover {    -webkit-transform: scale(1.2);        -ms-transform: scale(1.2);            transform: scale(1.2); }    .social__icon:hover svg {      fill: #00aeff; }.current-weather {  position: absolute;  left: 1.5em;  bottom: 2em;  color: #fff;  z-index: 3; }  @media (min-width: 30em) {    .current-weather {      bottom: 1em; }      .current-weather span, .current-weather ul {        display: inline-block;        vertical-align: middle; } }  .current-weather span {    margin-right: 10px; }  .current-weather li {    line-height: 1; }  .current-weather .city {    font-weight: 500; }  .current-weather .temp {    font-size: 2em;    font-weight: 700; }  .current-weather i {    color: #fff;    font-family: weather;    font-size: 6.25em;    font-weight: normal;    font-style: normal;    line-height: 0.5;    text-transform: none; }    @media (min-width: 30em) {      .current-weather i {        line-height: 1; } }  .current-weather .icon-0:before {    content: ":"; }  .current-weather .icon-1:before {    content: "p"; }  .current-weather .icon-2:before {    content: "S"; }  .current-weather .icon-3:before {    content: "Q"; }  .current-weather .icon-4:before {    content: "S"; }  .current-weather .icon-5:before {    content: "W"; }  .current-weather .icon-6:before {    content: "W"; }  .current-weather .icon-7:before {    content: "W"; }  .current-weather .icon-8:before {    content: "W"; }  .current-weather .icon-9:before {    content: "I"; }  .current-weather .icon-10:before {    content: "W"; }  .current-weather .icon-11:before {    content: "I"; }  .current-weather .icon-12:before {    content: "I"; }  .current-weather .icon-13:before {    content: "I"; }  .current-weather .icon-14:before {    content: "I"; }  .current-weather .icon-15:before {    content: "W"; }  .current-weather .icon-16:before {    content: "I"; }  .current-weather .icon-17:before {    content: "W"; }  .current-weather .icon-18:before {    content: "U"; }  .current-weather .icon-19:before {    content: "Z"; }  .current-weather .icon-20:before {    content: "Z"; }  .current-weather .icon-21:before {    content: "Z"; }  .current-weather .icon-22:before {    content: "Z"; }  .current-weather .icon-23:before {    content: "Z"; }  .current-weather .icon-24:before {    content: "E"; }  .current-weather .icon-25:before {    content: "E"; }  .current-weather .icon-26:before {    content: "3"; }  .current-weather .icon-27:before {    content: "a"; }  .current-weather .icon-28:before {    content: "A"; }  .current-weather .icon-29:before {    content: "a"; }  .current-weather .icon-30:before {    content: "A"; }  .current-weather .icon-31:before {    content: "6"; }  .current-weather .icon-32:before {    content: "1"; }  .current-weather .icon-33:before {    content: "6"; }  .current-weather .icon-34:before {    content: "1"; }  .current-weather .icon-35:before {    content: "W"; }  .current-weather .icon-36:before {    content: "1"; }  .current-weather .icon-37:before {    content: "S"; }  .current-weather .icon-38:before {    content: "S"; }  .current-weather .icon-39:before {    content: "S"; }  .current-weather .icon-40:before {    content: "M"; }  .current-weather .icon-41:before {    content: "W"; }  .current-weather .icon-42:before {    content: "I"; }  .current-weather .icon-43:before {    content: "W"; }  .current-weather .icon-44:before {    content: "a"; }  .current-weather .icon-45:before {    content: "S"; }  .current-weather .icon-46:before {    content: "U"; }  .current-weather .icon-47:before {    content: "S"; }.nav-button {  display: inline-block;  width: calc(100% - 13em - 9px);  text-align: center;  vertical-align: middle;  transition: width 300ms ease-out; }  @media (min-width: 30em) {    .nav-button {      width: calc(100% - 13em - 9px); } }  @media (min-width: 64.375em) {    .nav-button {      display: none; } }  .scrolled .nav-button, .show-menu .nav-button {    width: auto;    position: absolute;    top: 1.5em;    left: 1.5em; }    .scrolled .nav-button .hamburger, .show-menu .nav-button .hamburger {      padding: 1em;      border-radius: 50%;      background-color: #112D70;      height: 30px;      width: 30px;      box-sizing: content-box;      box-shadow: 0 3px 20px 0 rgba(67, 65, 65, 0.2);      border: none; }    .scrolled .nav-button .hamburger-box, .show-menu .nav-button .hamburger-box {      margin-top: 3px;      width: 30px;      height: 24px; }    .scrolled .nav-button .hamburger-inner, .scrolled .nav-button .hamburger-inner::before, .scrolled .nav-button .hamburger-inner::after, .show-menu .nav-button .hamburger-inner, .show-menu .nav-button .hamburger-inner::before, .show-menu .nav-button .hamburger-inner::after {      width: 30px; }  .show-menu .nav-button .hamburger {    background-color: transparent;    box-shadow: none; }  .scrolled .nav-button {    width: auto; }    .no-bg .scrolled .nav-button .hamburger-inner, .no-bg .scrolled .nav-button .hamburger-inner::before, .no-bg .scrolled .nav-button .hamburger-inner::after {      background-color: #FFFFFF; }  .no-bg .nav-button .hamburger-inner, .no-bg .nav-button .hamburger-inner::before, .no-bg .nav-button .hamburger-inner::after {    background-color: #434141; }  .show-menu .no-bg .nav-button .hamburger-inner, .show-menu .no-bg .nav-button .hamburger-inner::before, .show-menu .no-bg .nav-button .hamburger-inner::after {    background-color: #FFFFFF; }/* -----------------------------------------	12.0. Content----------------------------------------- */.faqs {  margin: auto; }.faq-question, .menu-title {  width: 100%;  margin-top: 0.5em; }  .faq-question a, .menu-title a {    padding: 1em 2em 1em 1em;    line-height: 1.1;    background-color: #f5f5f5;    color: #111;    border: 1px solid #ddd;    border-bottom: 2px solid #3059bd;    display: block;    transition: all 300ms ease-out;    font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1);    position: relative;    font-weight: 400; }    @media (min-width: 30em) {      .faq-question a, .menu-title a {        padding: 1em 2em;        font-size: 1.2em;        font-weight: 500; } }    @media (min-width: 60em) {      .faq-question a, .menu-title a {        padding: 1.5em 2em; } }    .faq-question a.active, .menu-title a.active {      background-color: #3059bd;      border-color: #3059bd;      color: #fff;      box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.15); }      .faq-question a.active:after, .menu-title a.active:after {        -webkit-transform: rotate(45deg);            -ms-transform: rotate(45deg);                transform: rotate(45deg); }    .faq-question a:after, .menu-title a:after {      content: "+";      display: inline-block;      font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;      font-size: 20px;      position: absolute;      right: 20px;      top: 50%;      -webkit-transform: translateY(-50%);          -ms-transform: translateY(-50%);              transform: translateY(-50%);      line-height: 0; }.faq-content, .menu-content {  padding: 2em;  background-color: #fff;  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15); }  @media (min-width: 40em) {    .faq-content, .menu-content {      padding: 3em; } }  .faq-content p, .menu-content p {    line-height: 1.7; }  .faq-content hr, .menu-content hr {    border-bottom: 1px dashed #ccc;    margin: 0.5rem 0;    width: 3.5rem; }  .faq-content ul, .menu-content ul {    margin-top: 1rem; }.menu-content p {  margin-bottom: 0.5em; }/* Magnific Popup CSS */.mfp-bg {  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1042;  overflow: hidden;  position: fixed;  background: #0b0b0b;  opacity: 0.8; }.mfp-wrap {  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1043;  position: fixed;  outline: none !important;  -webkit-backface-visibility: hidden; }.mfp-container {  text-align: center;  position: absolute;  width: 100%;  height: 100%;  left: 0;  top: 0;  padding: 0 8px;  box-sizing: border-box; }.mfp-container:before {  content: '';  display: inline-block;  height: 100%;  vertical-align: middle; }.mfp-align-top .mfp-container:before {  display: none; }.mfp-content {  position: relative;  display: inline-block;  vertical-align: middle;  margin: 0 auto;  text-align: left;  z-index: 1045; }.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {  width: 100%;  cursor: auto; }.mfp-ajax-cur {  cursor: progress; }.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {  cursor: -webkit-zoom-out;  cursor: zoom-out; }.mfp-zoom {  cursor: pointer;  cursor: -webkit-zoom-in;  cursor: zoom-in; }.mfp-auto-cursor .mfp-content {  cursor: auto; }.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;      user-select: none; }.mfp-loading.mfp-figure {  display: none; }.mfp-hide {  display: none !important; }.mfp-preloader {  color: #CCC;  position: absolute;  top: 50%;  width: auto;  text-align: center;  margin-top: -0.8em;  left: 8px;  right: 8px;  z-index: 1044; }.mfp-preloader a {  color: #CCC; }.mfp-preloader a:hover {  color: #FFF; }.mfp-s-ready .mfp-preloader {  display: none; }.mfp-s-error .mfp-content {  display: none; }button.mfp-close,button.mfp-arrow {  overflow: visible;  cursor: pointer;  background: transparent;  border: 0;  -webkit-appearance: none;  display: block;  outline: none;  padding: 0;  z-index: 1046;  box-shadow: none;  -ms-touch-action: manipulation;      touch-action: manipulation; }button::-moz-focus-inner {  padding: 0;  border: 0; }.mfp-close {  width: 44px;  height: 44px;  line-height: 44px;  position: absolute;  right: 0;  top: 0;  text-decoration: none;  text-align: center;  opacity: 0.65;  padding: 0 0 18px 10px;  color: #FFF;  font-style: normal;  font-size: 28px;  font-family: Arial, Baskerville, monospace; }.mfp-close:hover,.mfp-close:focus {  opacity: 1; }.mfp-close:active {  top: 1px; }.mfp-close-btn-in .mfp-close {  color: #333; }.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {  color: #FFF;  right: -6px;  text-align: right;  padding-right: 6px;  width: 100%; }.mfp-counter {  position: absolute;  top: 0;  right: 0;  color: #CCC;  font-size: 12px;  line-height: 18px;  white-space: nowrap; }.mfp-arrow {  position: absolute;  opacity: 0.65;  margin: 0;  top: 50%;  margin-top: -55px;  padding: 0;  width: 90px;  height: 110px;  -webkit-tap-highlight-color: transparent; }.mfp-arrow:active {  margin-top: -54px; }.mfp-arrow:hover,.mfp-arrow:focus {  opacity: 1; }.mfp-arrow:before,.mfp-arrow:after {  content: '';  display: block;  width: 0;  height: 0;  position: absolute;  left: 0;  top: 0;  margin-top: 35px;  margin-left: 35px;  border: medium inset transparent; }.mfp-arrow:after {  border-top-width: 13px;  border-bottom-width: 13px;  top: 8px; }.mfp-arrow:before {  border-top-width: 21px;  border-bottom-width: 21px;  opacity: 0.7; }.mfp-arrow-left {  left: 0; }.mfp-arrow-left:after {  border-right: 17px solid #FFF;  margin-left: 31px; }.mfp-arrow-left:before {  margin-left: 25px;  border-right: 27px solid #3F3F3F; }.mfp-arrow-right {  right: 0; }.mfp-arrow-right:after {  border-left: 17px solid #FFF;  margin-left: 39px; }.mfp-arrow-right:before {  border-left: 27px solid #3F3F3F; }.mfp-iframe-holder {  padding-top: 40px;  padding-bottom: 40px; }.mfp-iframe-holder .mfp-content {  line-height: 0;  width: 100%;  max-width: 900px; }.mfp-iframe-holder .mfp-close {  top: -40px; }.mfp-iframe-scaler {  width: 100%;  height: 0;  overflow: hidden;  padding-top: 56.25%; }.mfp-iframe-scaler iframe {  position: absolute;  display: block;  top: 0;  left: 0;  width: 100%;  height: 100%;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #000; }/* Main image in popup */img.mfp-img {  width: auto;  max-width: 100%;  height: auto;  display: block;  line-height: 0;  box-sizing: border-box;  padding: 40px 0 40px;  margin: 0 auto; }/* The shadow behind the image */.mfp-figure {  line-height: 0; }.mfp-figure:after {  content: '';  position: absolute;  left: 0;  top: 40px;  bottom: 40px;  display: block;  right: 0;  width: auto;  height: auto;  z-index: -1;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #444; }.mfp-figure small {  color: #BDBDBD;  display: block;  font-size: 12px;  line-height: 14px; }.mfp-figure figure {  margin: 0; }.mfp-bottom-bar {  margin-top: -36px;  position: absolute;  top: 100%;  left: 0;  width: 100%;  cursor: auto; }.mfp-title {  text-align: left;  line-height: 18px;  color: #F3F3F3;  word-wrap: break-word;  padding-right: 36px; }.mfp-image-holder .mfp-content {  max-width: 100%; }.mfp-gallery .mfp-image-holder .mfp-figure {  cursor: pointer; }@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {  /**       * Remove all paddings around the image on small screen       */  .mfp-img-mobile .mfp-image-holder {    padding-left: 0;    padding-right: 0; }  .mfp-img-mobile img.mfp-img {    padding: 0; }  .mfp-img-mobile .mfp-figure:after {    top: 0;    bottom: 0; }  .mfp-img-mobile .mfp-figure small {    display: inline;    margin-left: 5px; }  .mfp-img-mobile .mfp-bottom-bar {    background: rgba(0, 0, 0, 0.6);    bottom: 0;    margin: 0;    top: auto;    padding: 3px 5px;    position: fixed;    box-sizing: border-box; }  .mfp-img-mobile .mfp-bottom-bar:empty {    padding: 0; }  .mfp-img-mobile .mfp-counter {    right: 5px;    top: 3px; }  .mfp-img-mobile .mfp-close {    top: 0;    right: 0;    width: 35px;    height: 35px;    line-height: 35px;    background: rgba(0, 0, 0, 0.6);    position: fixed;    text-align: center;    padding: 0; } }@media all and (max-width: 900px) {  .mfp-arrow {    -webkit-transform: scale(0.75);    -ms-transform: scale(0.75);        transform: scale(0.75); }  .mfp-arrow-left {    -webkit-transform-origin: 0;    -ms-transform-origin: 0;        transform-origin: 0; }  .mfp-arrow-right {    -webkit-transform-origin: 100%;    -ms-transform-origin: 100%;        transform-origin: 100%; }  .mfp-container {    padding-left: 6px;    padding-right: 6px; } }/* Slider */.slick-slider {  position: relative;  display: block;  box-sizing: border-box;  -webkit-touch-callout: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  -ms-touch-action: pan-y;  touch-action: pan-y;  -webkit-tap-highlight-color: transparent; }.slick-list {  position: relative;  overflow: hidden;  display: block;  margin: 0;  padding: 0; }  .slick-list:focus {    outline: none; }  .slick-list.dragging {    cursor: pointer;    cursor: hand; }.slick-slider .slick-track,.slick-slider .slick-list {  -webkit-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }.slick-track {  position: relative;  left: 0;  top: 0;  display: block; }  .slick-track:before, .slick-track:after {    content: "";    display: table; }  .slick-track:after {    clear: both; }  .slick-loading .slick-track {    visibility: hidden; }.slick-slide {  float: left;  height: 100%;  min-height: 1px;  display: none; }  [dir="rtl"] .slick-slide {    float: right; }  .slick-slide img {    display: block; }  .slick-slide.slick-loading img {    display: none; }  .slick-slide.dragging img {    pointer-events: none; }  .slick-initialized .slick-slide {    display: block; }  .slick-loading .slick-slide {    visibility: hidden; }  .slick-vertical .slick-slide {    display: block;    height: auto;    border: 1px solid transparent; }.slick-arrow.slick-hidden {  display: none; }/*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */.hamburger {  display: inline-block;  cursor: pointer;  transition-property: opacity, -webkit-filter;  transition-property: opacity, filter;  transition-property: opacity, filter, -webkit-filter;  transition-duration: 0.15s;  transition-timing-function: linear;  font: inherit;  color: inherit;  text-transform: none;  background-color: transparent;  border: 0;  margin: 0;  outline: none;  overflow: visible; }.hamburger-box {  width: 40px;  height: 24px;  display: inline-block;  position: relative; }.hamburger-inner {  display: block;  top: 50%;  margin-top: -2px; }.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {  width: 40px;  height: 4px;  background-color: #fff;  border-radius: 4px;  position: absolute;  transition-property: -webkit-transform;  transition-property: transform;  transition-property: transform, -webkit-transform;  transition-duration: 0.15s;  transition-timing-function: ease; }.hamburger-inner::before, .hamburger-inner::after {  content: "";  display: block; }.hamburger-inner::before {  top: -10px; }.hamburger-inner::after {  bottom: -10px; }/* * 3DX */.hamburger--collapse .hamburger-inner {  top: auto;  bottom: 0;  transition-duration: 0.15s;  transition-delay: 0.15s;  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--collapse .hamburger-inner::after {  top: -20px;  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }.hamburger--collapse .hamburger-inner::before {  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--collapse.is-active .hamburger-inner {  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);  transform: translate3d(0, -10px, 0) rotate(-45deg);  transition-delay: 0.32s;  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }.hamburger--collapse.is-active .hamburger-inner::after {  top: 0;  opacity: 0;  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }.hamburger--collapse.is-active .hamburger-inner::before {  top: 0;  -webkit-transform: rotate(-90deg);  -ms-transform: rotate(-90deg);      transform: rotate(-90deg);  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Elastic *//* ---------------------------------------------- *  Partial: buttons  This is a work-in-progress. Please deploy your own method or use my exaple below.   Namespace structure  [interaction][-Button][-Variant]\* ---------------------------------------------- */.button {  display: inline-block;  position: relative; }  .button a {    padding: 0.8em 2.75em 0.7em;    font-size: 1.2em;    font-weight: 700;    color: #434141;    background-color: #FFFFFF;    transition: all 300ms ease-out;    display: inline-block;    text-align: center;    min-width: 150px;    white-space: nowrap;    font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif; }    .button a:hover {      background-color: #434141;      color: #FFFFFF; }.border-button a {  border: 2px solid currentColor;  background-color: transparent;  position: relative;  z-index: 2; }  .border-button a:hover {    background-color: transparent; }.border-button:after {  content: "";  position: absolute;  left: 0;  top: 0;  height: 100%;  width: 0;  background-color: transparent;  transition: width 400ms ease-out; }.border-button:hover:after {  width: 100%; }.border-button.base a {  border-color: #3059bd;  color: #3059bd; }  .border-button.base a:hover {    color: #FFFFFF; }.border-button.base:after {  background-color: #3059bd; }.border-button.comp a {  border-color: #BD9430;  color: #FFFFFF; }  .border-button.comp a:hover {    color: #FFFFFF;    text-shadow: none; }.border-button.comp:after {  background-color: #BD9430; }.border-button.white a {  border-color: #FFFFFF;  color: #FFFFFF; }  .border-button.white a:hover {    color: #3059bd;    text-shadow: none; }.border-button.white:after {  background-color: #FFFFFF; }.solid-button a {  border: none; }.solid-button.base a {  background-color: #3059bd;  color: #FFFFFF; }  .solid-button.base a:hover {    background-color: #264694; }.solid-button.comp a {  background-color: #BD9430;  color: #FFFFFF; }  .solid-button.comp a:hover {    background-color: #947426;    color: #FFFFFF;    text-shadow: none; }.solid-button.white a {  background-color: #FFFFFF;  color: #3059bd; }  .solid-button.white a:hover {    background-color: #cccccc;    color: #3059bd;    text-shadow: none; }.solid-button.grad::before {  content: "";  display: block;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  opacity: 0;  transition: opacity 400ms ease-out;  background-color: #00aeff;  background-image: linear-gradient(to right, #3059bd, #00aeff); }.solid-button.grad::after {  content: "";  display: block;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  opacity: 1;  transition: opacity 400ms ease-out;  background-color: #3059bd;  background-image: linear-gradient(to right, #00aeff, #3059bd); }.solid-button.grad a {  background-color: transparent;  color: #fff;  position: relative;  z-index: 3; }  .solid-button.grad a:hover {    color: #fff;    text-shadow: none; }.solid-button.grad:hover::before {  opacity: 1; }.solid-button.grad:hover::after {  opacity: 0; }.solid-button.grad.grad-dark::before {  background-color: #3059bd;  background-image: linear-gradient(to right, #005865, #00808c); }.solid-button.grad.grad-dark::after {  background-color: #112D70;  background-image: linear-gradient(to right, #00808c, #005865); }input {  line-height: normal; }input, textarea, keygen, select, button {  text-rendering: auto;  color: initial;  letter-spacing: normal;  word-spacing: normal;  text-transform: none;  text-indent: 0px;  text-shadow: none;  display: inline-block;  text-align: start;  margin: 0em 0em 0em 0em;  font: 13.3333px Arial; }[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {  display: block;  box-sizing: border-box;  width: 100%;  height: 3.71875em;  padding: 0.7rem;  border: 1.5px solid #aaa;  border-top: none;  border-right: none;  margin: 0.25rem 0 0.75rem;  font-family: inherit;  font-size: 0.875rem;  color: #0a0a0a;  background-color: transparent;  box-shadow: none;  border-radius: 0;  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;  -webkit-appearance: none;  -moz-appearance: none; }  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {    outline: none; }  [type='text']:focus, [type='text']:hover, [type='password']:focus, [type='password']:hover, [type='date']:focus, [type='date']:hover, [type='datetime']:focus, [type='datetime']:hover, [type='datetime-local']:focus, [type='datetime-local']:hover, [type='month']:focus, [type='month']:hover, [type='week']:focus, [type='week']:hover, [type='email']:focus, [type='email']:hover, [type='number']:focus, [type='number']:hover, [type='search']:focus, [type='search']:hover, [type='tel']:focus, [type='tel']:hover, [type='time']:focus, [type='time']:hover, [type='url']:focus, [type='url']:hover, [type='color']:focus, [type='color']:hover, textarea:focus, textarea:hover {    border-color: #00aeff; }  @media (min-width: 40em) {    [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {      font-size: 1rem; } }  @media (min-width: 51.25em) {    [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {      padding: 1rem; } }select {  padding: 0.7rem;  border: 1.5px solid #aaa;  border-top: none;  border-right: none;  border-radius: 0;  margin: 0.25rem 0 0.75rem;  background-color: transparent; }  @media (min-width: 51.25em) {    select {      padding: 1rem; } }textarea {  border-radius: 0;  max-width: 100%;  height: auto;  min-height: 10em;  max-height: 10em;  border-radius: 0;  overflow: auto; }label {  display: block;  margin: 0;  font-size: 0.875rem;  font-size: 0.8125rem;  font-weight: normal;  line-height: 1.8;  color: #0a0a0a; }input[type="submit"] {  padding: 0.8em 3em;  text-transform: uppercase;  font-size: 18px;  color: #3059bd;  border: 2px solid #3059bd;  background-color: transparent;  transition: all 300ms ease-out;  display: inline-block;  text-align: center;  min-width: 150px;  border-radius: 0;  white-space: nowrap;  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  font-weight: 600;  cursor: pointer;  -webkit-appearance: none;  -moz-appearance: none; }  input[type="submit"]:hover {    background-color: #3059bd;    color: #FFFFFF;    text-decoration: none; }input[type="file"] {  width: 100%;  padding: 0.7rem;  border: 1px solid #cacaca;  margin-bottom: 2em;  border-radius: 0; }  @media (min-width: 51.25em) {    input[type="file"] {      padding: 1rem; } }.inputset {  position: relative; }.form_error_wrap {  display: none; }.form_error_specific {  color: red;  position: absolute;  top: 3px;  right: 2px; }.error {  background-color: #fcbca6;  padding: 1em;  border: 1px solid firebrick;  font-size: 0.875rem;  color: firebrick; }  @media (min-width: 40em) {    .error {      padding: 2rem 3rem; } }.errorTitle {  font-weight: 700;  margin-bottom: 5px; }.errorItem {  padding: 2px 0; }.alert {  padding: 1em;  color: #d68f15;  background-color: #fbf5db;  border: 1px solid #d68f15;  font-size: 0.875rem;  font-weight: 700; }  @media (min-width: 40em) {    .alert {      padding: 2rem 3rem; } }.success {  padding: 1em;  color: green;  background-color: MintCream;  border: 1px solid green;  font-size: 0.875rem;  font-weight: 700;  margin-bottom: 1em; }  @media (min-width: 40em) {    .success {      padding: 2rem 3rem; } }/*Blog*/.d16146 .page-wrapper {  background-color: #F9F5EA; }.blog-hero {  background-color: #F9F5EA;  position: relative;  padding: 10em 0 2em; }  .blog-hero:after {    content: "";    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));    z-index: 1;    display: block; }  .blog-hero .page-title {    color: #fff;    text-align: center;    position: relative;    z-index: 2;    padding: 4em 20px 0;    max-width: 1400px;    margin: auto;    width: 100%; }    @media (min-width: 34.375em) {      .blog-hero .page-title {        padding-top: 7em;        padding: 4em 30px 0; } }.blog-section {  background-color: #F9F5EA;  padding: 0; }.blog-page {  padding: 3em 0; }.blog-page__wrap {  padding: 0 30px;  max-width: 1400px;  margin: auto;  font-size: 0; }  .blog-page__wrap .newsItem {    font-size: initial;    padding: 1em 0.75em;    width: 100%;    display: inline-block;    vertical-align: top; }    @media (min-width: 30em) {      .blog-page__wrap .newsItem {        width: calc(100% / 2); } }    @media (min-width: 37.5em) {      .blog-page__wrap .newsItem {        padding: 1em; } }    @media (min-width: 61.25em) {      .blog-page__wrap .newsItem {        width: calc(100% / 3); } }    .blog-page__wrap .newsItem:hover .newsImage {      -webkit-transform: scale(1.2);          -ms-transform: scale(1.2);              transform: scale(1.2); }  .blog-page__wrap .newsImageWrap {    overflow: hidden; }  .blog-page__wrap .newsImage {    width: 100%;    position: relative;    -webkit-transform: scale(1);        -ms-transform: scale(1);            transform: scale(1);    -webkit-transform-origin: center center;        -ms-transform-origin: center center;            transform-origin: center center;    transition: -webkit-transform 1500ms ease-out;    transition: transform 1500ms ease-out;    transition: transform 1500ms ease-out, -webkit-transform 1500ms ease-out;    background-size: cover;    background-position: center center;    background-repeat: no-repeat; }    .blog-page__wrap .newsImage:after {      content: "";      display: block;      padding-bottom: 60%; }  .blog-page__wrap .newsItem__info {    width: 95%;    font-size: initial;    margin-top: 1em; }  .blog-page__wrap .newsItem__date {    font-weight: 500;    color: #979797;    font-size: 0.83333em; }  .blog-page__wrap .newsTitle {    font-size: 1.44em;    color: #3059bd;    margin: 0.1em 0 0.75em; }    @media (min-width: 43.75em) {      .blog-page__wrap .newsTitle {        font-size: 1.728em; } }  .blog-page__wrap .newsSummaryLink span {    position: relative;    color: #3059bd;    padding-right: 2em;    padding-bottom: 0.5em;    font-weight: 500; }    .blog-page__wrap .newsSummaryLink span:after {      content: "";      position: absolute;      bottom: 0;      left: 0;      width: 100%;      height: 2px;      background-color: #3059bd;      pointer-events: none; }    .blog-page__wrap .newsSummaryLink span:hover {      color: #00aeff; }      .blog-page__wrap .newsSummaryLink span:hover:after {        -webkit-animation: underline 500ms ease-out forwards;                animation: underline 500ms ease-out forwards;        background-color: #00aeff; }.blog-hero {  background-size: cover;  background-position: center center;  background-repeat: no-repeat; }  .blog-hero-inner {    min-height: 75vh; }    .blog-hero-inner h1 {      display: none; }    .blog-hero-inner .page-title {      position: absolute;      bottom: 3em;      text-align: left; }      @media (min-width: 46.875em) {        .blog-hero-inner .page-title {          left: 3em;          width: calc(100% - 4em); } }      .blog-hero-inner .page-title .blog-story__title {        padding-bottom: 0.5em !important; }  .blog-hero .page-title .blog-link {    margin-bottom: 1em; }    .blog-hero .page-title .blog-link a {      color: rgba(255, 255, 255, 0.8); }      .blog-hero .page-title .blog-link a:hover {        color: white; }  .blog-hero .page-title .blog-story__date {    margin-bottom: 1em; }  .blog-hero .page-title .blog-story__title {    font-weight: 500;    font-size: 2.98598em;    line-height: 1.2;    padding-bottom: 1em;    max-width: 19em; }    @media (min-width: 30em) {      .blog-hero .page-title .blog-story__title {        font-size: 3.58318em; } }    @media (min-width: 64.375em) {      .blog-hero .page-title .blog-story__title {        font-size: 4.29982em; } }.blog-story__cover {  display: none; }.blog-story__content {  padding: 3em 25px 3em;  max-width: 1400px;  max-width: 62rem;  margin: auto;  width: 92%; }  @media (min-width: 34.375em) {    .blog-story__content {      padding: 5em 30px 3.75em;      width: 85%; } }  @media (min-width: 51.25em) {    .blog-story__content.columns {      -webkit-columns: 2;              columns: 2;      -webkit-column-gap: 2em;              column-gap: 2em; } }  @media (min-width: 64.375em) {    .blog-story__content.columns {      -webkit-column-gap: 4em;              column-gap: 4em; } }  .blog-story__content.center-content {    max-width: 62rem;    margin: auto;    width: 90%; }  .blog-story__content p {    line-height: 2;    font-weight: 300; }  .blog-story__content h1, .blog-story__content h2, .blog-story__content h3, .blog-story__content h4, .blog-story__content h5, .blog-story__content h6 {    line-height: 1.2; }  @media (min-width: 26.25em) {    .blog-story__content h1, .blog-story__content h2, .blog-story__content h3, .blog-story__content h4, .blog-story__content h5, .blog-story__content h6, .blog-story__content p {      padding: 0 2rem; } }.blog-story__images {  background-color: #fff;  padding: 4em 22px; }.blog-story__images-inner {  max-width: 1400px;  max-width: 62rem;  margin: auto; }  .blog-story__images-inner div {    width: calc(50% - 9px);    margin: 4px 4px;    line-height: 0;    box-shadow: 0 0 0 0px #00aeff;    transition: box-shadow 300ms ease-out; }    @media (min-width: 23.75em) {      .blog-story__images-inner div {        width: calc(50% - 13px); } }    @media (min-width: 34.375em) {      .blog-story__images-inner div {        width: calc(33.33% - 13px); } }    @media (min-width: 68.75em) {      .blog-story__images-inner div {        width: calc(25% - 13px); } }    .blog-story__images-inner div:hover {      box-shadow: 0 0 0 3px #00aeff; }.inner-hero {  position: relative;  margin-bottom: 3px;  padding: 10em 0 9em;  background-size: cover;  background-position: center center;  background-repeat: no-repeat; }  @media (min-width: 75em) {    .inner-hero {      padding: 15em 0 8em; } }  #s3690128 .inner-hero {    background-image: url("/casacarrascal-com/_img/images/vital-info-bg.jpg"); }  #s3589917 .inner-hero {    background-image: url("/casacarrascal-com/_img/images/testimonials-bg.jpg"); }  #s3735043 .inner-hero, #s3735042 .inner-hero, #s3589914 .inner-hero {    background-image: url("/casacarrascal-com/_img/images/bookings-bg.jpg"); }  .inner-hero:after, .inner-hero:before {    content: "";    display: block;    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%; }  .inner-hero:before {    background-color: transparent;    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%); }  .inner-hero .page-title {    position: relative;    z-index: 2;    padding: 4em 20px 0;    max-width: 1400px;    margin: auto;    width: 100%;    text-align: center;    font-size: 11px; }    @media (min-width: 26.25em) {      .inner-hero .page-title {        font-size: inherit; } }    @media (min-width: 34.375em) {      .inner-hero .page-title {        padding-top: 7em;        padding: 4em 30px 0;        font-size: inherit; } }    @media (min-width: 87.5em) {      .inner-hero .page-title {        font-size: 17px; } }    .inner-hero .page-title h1, .inner-hero .page-title h2, .inner-hero .page-title h3, .inner-hero .page-title h4, .inner-hero .page-title h5, .inner-hero .page-title h6 {      margin: 0;      color: #fff;      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }    .inner-hero .page-title h3, .inner-hero .page-title h4, .inner-hero .page-title h5, .inner-hero .page-title h6 {      font-weight: 400; }  .inner-hero.no-bg {    background-color: #eaeaea; }    .inner-hero.no-bg h1, .inner-hero.no-bg h2 {      color: #434141; }    .inner-hero.no-bg h1, .inner-hero.no-bg h2, .inner-hero.no-bg h3, .inner-hero.no-bg h4, .inner-hero.no-bg h5, .inner-hero.no-bg h6 {      text-shadow: none; }    .inner-hero.no-bg h3, .inner-hero.no-bg h4, .inner-hero.no-bg h5, .inner-hero.no-bg h6 {      color: #888;      font-weight: 400; }    .inner-hero.no-bg:after, .inner-hero.no-bg:before {      background-color: transparent;      background-image: none; }.page-content ul {  list-style-type: disc;  margin-left: 1.25rem;  line-height: 1.6;  margin-bottom: 1rem; }  .page-content ul li {    list-style-type: disc; }.page-content ol {  list-style-type: decimal;  margin-left: 1.25rem;  line-height: 1.6;  margin-bottom: 1rem; }  .page-content ol li {    list-style-type: decimal;    padding: 0.5em 0; }    .page-content ol li p:not(:last-child) {      margin-bottom: 0.75em; }#s3690338 .page-content ul {  margin: 0.5rem 0 0.5rem  1.25rem;  padding: 0.5rem 0; }#s3690338 .page-content hr {  border-bottom: 1px dashed #ccc;  margin: 0.5rem 0;  width: 3.5rem; }.page-content h1, .page-content h2, .page-content h3, .page-content h4 {  line-height: 1.3; }.intro-inner {  margin-bottom: 5px; }.split-section {  padding: 0 5px; }  .split-section:before, .split-section:after {    content: "";    display: table; }  .split-section:after {    clear: both; }  .page-content .split-section {    padding: 5px; }  .split-section__image, .split-section__content, .split-section__map {    border-left: 5px white solid;    border-right: 5px white solid; }    @media (min-width: 51.25em) {      .split-section__image, .split-section__content, .split-section__map {        width: 50%;        float: left;        padding: 0 2.5%; } }    @media (min-width: 78.75em) {      .split-section__image, .split-section__content, .split-section__map {        padding: 0 5%; } }  .split-section__content {    padding: 3em 1em; }    @media (min-width: 30em) {      .split-section__content {        padding: 4em 2.5em; } }    @media (min-width: 51.25em) {      .split-section__content {        margin-top: 0;        padding: 5em 2em;        min-height: 52vh;        display: -webkit-flex;        display: -ms-flexbox;        display: flex; } }    .previewFrame .split-section__content {      min-height: 0; }    @media (min-width: 81.25em) {      .split-section__content {        padding: 7em 2.5em;        min-height: 55vh; } }    @media (min-width: 93.75em) {      .split-section__content {        min-height: 73vh; } }    .split-section__content .title-block {      font-size: 14px; }      @media (min-width: 57.5em) {        .split-section__content .title-block {          font-size: 16px; } }    .split-section__content-inner {      max-width: 43em;      margin: auto;      padding: 0 1em; }      .split-section__content-inner h1 {        color: #3059bd;        line-height: 1; }      @media (min-width: 81.25em) {        .split-section__content-inner p {          font-size: 1.2em;          letter-spacing: -0.1px; } }      @media (min-width: 81.25em) {        .page-content .split-section__content-inner p {          font-size: 1em;          letter-spacing: 0px; } }      .split-section__content-inner .button {        margin-top: 1em; }    .split-section__content.base {      background-color: #3059bd;      color: #fff; }      .split-section__content.base h1 {        color: #fff; }      .split-section__content.base .eyebrow {        color: #fff; }        .split-section__content.base .eyebrow:before {          background-color: #fff; }  .split-section__image {    padding-bottom: 70%;    background-size: cover;    background-position: 50% 50%;    background-repeat: no-repeat; }    #s3589912 .split-section__image {      background-position: center top !important; }      #s3589912 .split-section__image.p-left {        background-position: left top !important; }    @media (min-width: 51.25em) {      .split-section__image {        padding-bottom: 0; } }  .split-section__map {    padding: 0; }  @media (min-width: 51.25em) {    .split-section.reverse .split-section__image {      float: right; } }  @media (min-width: 51.25em) {    .flexbox .split-section {      display: -webkit-flex;      display: -ms-flexbox;      display: flex;      -webkit-align-items: stretch;          -ms-flex-align: stretch;              align-items: stretch; }      .flexbox .split-section.reverse {        -webkit-flex-direction: row-reverse;            -ms-flex-direction: row-reverse;                flex-direction: row-reverse; } }.eyebrow {  font-size: 0.83333em;  text-transform: uppercase;  font-weight: 700;  color: #979797;  position: relative;  padding-left: 60px;  margin-bottom: 10px; }  .eyebrow:before {    content: "";    position: absolute;    left: 0;    top: calc(50% - 1px);    width: 50px;    height: 2px;    background-color: #979797; }  .eyebrow + h1 {    margin-top: 0; }.local-info-gallery div, .accommodation-gallery div {  width: calc(50% - 9px);  margin: 4px 4px;  line-height: 0;  box-shadow: 0 0 0 0px #00aeff;  transition: box-shadow 300ms ease-out; }  @media (min-width: 23.75em) {    .local-info-gallery div, .accommodation-gallery div {      width: calc(50% - 13px); } }  @media (min-width: 34.375em) {    .local-info-gallery div, .accommodation-gallery div {      width: calc(33.33% - 13px); } }  @media (min-width: 68.75em) {    .local-info-gallery div, .accommodation-gallery div {      width: calc(25% - 13px); } }  .local-info-gallery div:hover, .accommodation-gallery div:hover {    box-shadow: 0 0 0 3px #00aeff; }#CDSWIDSSP {  width: 100% !important; }.videoWrapper {  position: relative;  padding-bottom: 56.25%;  /* 16:9 */  padding-top: 25px;  height: 0; }.videoWrapper iframe {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%; }#s3589918 .inner-hero {  margin-bottom: 0; }.contact-details {  text-align: center;  background-color: #3059bd;  color: #fff;  margin-bottom: 5px; }  .contact-details a {    color: #fff;    text-decoration: underline; }    .contact-details a:hover {      color: #00aeff; }  @media (min-width: 37.5em) {    .contact-details {      padding: 8em 2em; } }  @media (min-width: 64.375em) {    .contact-details {      padding: 8em 2em; } }  .contact-details__inner {    max-width: calc(76em + 4em);    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    margin: auto;    -webkit-flex-direction: column;        -ms-flex-direction: column;            flex-direction: column;    -webkit-align-items: center;        -ms-flex-align: center;            align-items: center; }    @media (min-width: 51.25em) {      .contact-details__inner {        -webkit-flex-direction: row;            -ms-flex-direction: row;                flex-direction: row; } }    .contact-details__inner h3 {      margin-bottom: 0; }  .contact-details__item {    padding: 1em; }    @media (min-width: 51.25em) {      .contact-details__item {        width: 33.333%;        padding: 0 1em; } }    .contact-details__item p {      font-weight: 500;      margin-bottom: 1em; }    .contact-details__item h5 {      letter-spacing: 0.5px;      margin-bottom: 0.75em; }    .contact-details__item h6 {      font-weight: 300;      margin: 0;      opacity: 0.8; }    .contact-details__item + .contact-details__item {      border-top: 1px solid rgba(255, 255, 255, 0.25); }      @media (min-width: 51.25em) {        .contact-details__item + .contact-details__item {          border-top: none;          border-left: 1px solid rgba(255, 255, 255, 0.25); } }.contact-form {  background-color: #f5f5f5;  background-color: #f9f9f9;  margin: 5px 0;  display: inline-block;  width: 100%; }  .contact-form__inner {    max-width: calc(64em + 4em);    margin: auto;    padding: 0 2em; }    .contact-form__inner h3 {      margin-bottom: 0.25em; }    .contact-form__inner h6 {      margin-top: 0; }    .contact-form__inner > .title-block {      padding-bottom: 2em; }.contact-form .defaultForm, .booking-form .defaultForm {  padding-top: 1em;  padding: 1.5em;  border: 1px solid #ccc; }  @media (min-width: 26.25em) {    .contact-form .defaultForm, .booking-form .defaultForm {      padding: 2.5em; } }.contact-form .group, .booking-form .group {  font-size: 0; }.contact-form .inputset, .booking-form .inputset {  display: inline-block;  font-size: 1rem;  width: calc(100% - 1em);  margin: 0.5em;  vertical-align: top; }  @media (min-width: 40em) {    .contact-form .inputset, .booking-form .inputset {      width: calc(50% - 1em); } }  .contact-form .inputset label, .booking-form .inputset label {    font-weight: 600;    color: #222;    letter-spacing: 0.25px; }.contact-form select, .booking-form select {  width: calc(100% - 2em);  display: block;  padding: 0.7rem;  font-size: 1rem;  height: 24px;  box-sizing: content-box; }  @media (min-width: 51.25em) {    .contact-form select, .booking-form select {      padding: 1rem; } }.contact-form label.form_header, .booking-form label.form_header {  width: 100%;  display: block;  font-size: 1.44em;  font-weight: 500;  color: #111;  line-height: 1.2; }.contact-form label.inline, .booking-form label.inline {  display: block;  padding-right: 1.5em;  padding-bottom: 0.5em;  padding-top: 0.5em;  text-transform: none;  font-weight: 400;  margin: 0;  padding-left: 1.5rem;  position: relative;  line-height: normal;  letter-spacing: 0.5px;  font-size: 1rem; }  @media (min-width: 26.25em) {    .contact-form label.inline, .booking-form label.inline {      display: inline-block;      margin: 0.15rem 1.5em 0.3rem 0;      padding-bottom: 1em;      padding-top: 1em; } }  .contact-form label.inline input, .booking-form label.inline input {    position: absolute;    left: 0;    top: 11px;    margin-bottom: 0;    opacity: 1; }    @media (min-width: 26.25em) {      .contact-form label.inline input, .booking-form label.inline input {        top: 19px; } }    .contact-form label.inline input[type="checkbox"], .booking-form label.inline input[type="checkbox"] {      -webkit-appearance: none;      -moz-appearance: none;      border-radius: 0;      height: 16px;      width: 16px;      border: 2px solid #444;      display: inline-block; }      .contact-form label.inline input[type="checkbox"]:checked, .booking-form label.inline input[type="checkbox"]:checked {        background-color: #444;        background-image: url(/casacarrascal-com/_img/images/svg/tick-white.svg);        background-size: contain;        background-position: 0 1px;        background-repeat: no-repeat; }.contact-form .form_submit input, .booking-form .form_submit input {  margin-top: 2em; }.contact-form .inputsetItem4, .contact-form .inputsetItem7, .contact-form .inputsetItem8 {  width: calc(100% - 1em); }.contact-form .inputsetItem4, .contact-form .inputsetItem5, .contact-form .inputsetItem6 {  padding: 2em;  background-color: #e9e9e9; }.contact-form .inputsetItem4 {  margin-bottom: 0;  padding-bottom: 0; }.contact-form .inputsetItem5, .contact-form .inputsetItem6 {  margin-top: 0;  width: calc(100% - 1em); }  @media (min-width: 34.375em) {    .contact-form .inputsetItem5, .contact-form .inputsetItem6 {      width: calc(50% - 0.5em); } }.contact-form .inputsetItem5 {  margin-bottom: 0;  padding-bottom: 0; }  @media (min-width: 34.375em) {    .contact-form .inputsetItem5 {      padding-bottom: 2em;      margin-bottom: 0.5em;      margin-right: 0;      padding-left: 3em; } }.contact-form .inputsetItem6 {  top: -1px; }  @media (min-width: 34.375em) {    .contact-form .inputsetItem6 {      top: 0;      margin-left: 0;      padding-right: 3em; } }@media (min-width: 51.25em) {  .map-section .title-block {    margin-left: -2em; } }.map-section #map {  width: 100%;  height: 68vh; }  @media (min-width: 51.25em) {    .map-section #map {      height: 100%; } }.contact-directions li:not(:last-child) {  margin-bottom: 1.25em;  font-size: 1em;  font-weight: 400; }/*BOOKING FORM*/#s3589914 .container {  padding: 0 1em; }  @media (min-width: 26.25em) {    #s3589914 .container {      padding: 0 2em; } }.booking-form .inputsetItem0, .booking-form .inputsetItem1, .booking-form .inputsetItem2, .booking-form .inputsetItem3, .booking-form .inputsetItem12, .booking-form .inputsetItem13, .booking-form .inputsetItem18, .booking-form .inputsetItem23, .booking-form .inputsetItem28, .booking-form .inputsetItem33, .booking-form .inputsetItem38, .booking-form .inputsetItem43, .booking-form .inputsetItem47, .booking-form .inputsetItem50, .booking-form .inputsetItem55, .booking-form .inputsetItem56, .booking-form .inputsetItem57, .booking-form .inputsetItem58, .booking-form .inputsetItem59, .booking-form .inputsetItem60, .booking-form .inputsetItem62 {  width: calc(100% - 1em); }.booking-form .inputsetItem58 {  margin-bottom: 1em; }.booking-form h4 {  color: #3059bd; }.booking-form .inputset .form_header {  font-size: 1.2em; }  .booking-form .inputset .form_header h4 {    color: #3059bd;    font-size: 2.488rem; }  .booking-form .inputset .form_header h5, .booking-form .inputset .form_header h5:first-child {    color: #222;    margin: 1.5em 0 0.75em;    padding-bottom: 0.25em;    border-bottom: 2px solid #333;    font-size: 1.728rem; }    @media (min-width: 30em) {      .booking-form .inputset .form_header h5, .booking-form .inputset .form_header h5:first-child {        margin: 2em 0 0.75em; } }  .booking-form .inputset .form_header b {    font-size: 1.2em; }.hero {  min-height: 95vh;  position: relative;  background-size: cover;  background-position: center center;  background-repeat: no-repeat; }  @media (min-width: 30em) {    .hero {      min-height: 100vh; } }  .previewFrame .hero {    min-height: 700px; }  .hero:after {    content: "";    position: absolute;    width: 100%;    height: 15em;    left: 0;    bottom: 0;    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }  .hero__content {    text-align: center;    max-width: 60em;    width: 90%;    position: absolute;    top: 50%;    left: 50%;    -webkit-transform: translate(-50%, -50%);        -ms-transform: translate(-50%, -50%);            transform: translate(-50%, -50%);    color: #fff;    font-size: 9px; }    @media (min-width: 20em) {      .hero__content {        font-size: 11px; } }    @media (min-width: 30em) {      .hero__content {        font-size: inherit;        width: 85%; } }    .hero__content h1 {      line-height: 1.15; }.scroll-down {  position: absolute;  bottom: 0;  left: 50%;  -webkit-transform: translateX(-50%);      -ms-transform: translateX(-50%);          transform: translateX(-50%);  text-align: center;  z-index: 3;  line-height: 0; }  .scroll-down span {    height: 5em;    width: 2px;    background-color: #fff;    display: inline-block;    -webkit-animation: scroll-down 2500ms ease-out infinite;            animation: scroll-down 2500ms ease-out infinite; }  .scroll-down a {    color: #fff; }  .scroll-down p {    font-weight: 700;    font-size: 1.2em;    margin-bottom: 5px; }.intro {  text-align: center;  background-color: #3059bd;  color: #fff; }  @media (min-width: 37.5em) {    .intro {      padding: 8em 2em; } }  @media (min-width: 64.375em) {    .intro {      padding: 8em 2em; } }  .intro .container {    max-width: calc(60em + 4em); }  .intro h6 {    font-weight: 300; }.image-collection {  padding: 10px; }.collection-wrap {  font-size: 0; }.collection-image {  display: inline-block;  width: calc(50% - 5px);  background-size: cover;  background-repeat: no-repeat;  background-position: 50% 50%; }  .collection-image:nth-child(odd) {    margin-right: 10px; }  .collection-image:nth-child(1), .collection-image:nth-child(2) {    margin-bottom: 10px; }  @media (min-width: 30em) {    .collection-image {      width: calc(25% - 7.5px); }      .collection-image:nth-child(1), .collection-image:nth-child(2) {        margin-bottom: 0px; }      .collection-image:not(:last-child) {        margin-right: 10px; } }  .collection-image:before {    display: block;    content: "";    width: 100%;    padding-top: 63.72549%; }.location .split-section__image, .walking .split-section__image {  background-position: center bottom; }.image-banner {  margin-top: 10px;  height: 80vh;  background-repeat: no-repeat;  background-size: cover;  background-position: 50% bottom; }  .previewFrame .image-banner {    height: 40em; }.buckets {  padding: 10px; }  .buckets-wrap {    font-size: 0; }.bucket {  font-size: 1rem;  color: #fff;  padding: 2em 1.5em;  position: relative;  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15), 0 10px 20px 0 rgba(0, 0, 0, 0.1); }  @media (min-width: 26.25em) {    .bucket {      padding: 2em; } }  .bucket:not(:last-child) {    margin-bottom: 10px; }  @media (min-width: 51.25em) {    .bucket {      width: calc(100% / 3 - (20px / 3 + 1px));      display: inline-block;      vertical-align: top; }      .bucket:not(:last-child) {        margin-bottom: 0;        margin-right: 10px; } }  @media (min-width: 30em) {    .bucket {      padding: 3em; } }  @media (min-width: 51.25em) {    .bucket {      padding: 2em; } }  @media (min-width: 81.25em) {    .bucket {      padding: 3em; } }  .bucket:hover .bucket-image__inner {    -webkit-transform: scale(1.2);        -ms-transform: scale(1.2);            transform: scale(1.2); }  .bucket-image, .bucket-image__inner {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%; }  .bucket-image {    z-index: 1;    overflow: hidden; }    .bucket-image__inner {      -webkit-transform: scale(1);          -ms-transform: scale(1);              transform: scale(1);      -webkit-transform-origin: center;          -ms-transform-origin: center;              transform-origin: center;      transition: -webkit-transform 1600ms ease-out;      transition: transform 1600ms ease-out;      transition: transform 1600ms ease-out, -webkit-transform 1600ms ease-out;      background-size: cover;      background-position: 50% 50%; }      .bucket-image__inner:after {        content: "";        position: absolute;        bottom: 0;        left: 0;        width: 100%;        height: 95%;        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent); }        @media (min-width: 61.25em) {          .bucket-image__inner:after {            height: 65%; } }  .bucket-content {    position: relative;    z-index: 3;    padding-top: 12em;    padding-right: 1em;    font-size: 13px; }    @media (min-width: 61.25em) {      .bucket-content {        padding-top: 19em;        font-size: 14px; } }    @media (min-width: 81.25em) {      .bucket-content {        font-size: 16px; } }    @media (min-width: 100em) {      .bucket-content {        font-size: 16px;        padding-top: 25em; } }    .bucket-content h1 {      margin-bottom: 10px; }  .bucket-link a {    font-size: 1.2em;    font-weight: 700;    color: #fff;    padding-right: 2em;    position: relative;    padding-bottom: 0.5em; }    .bucket-link a:after {      content: "";      position: absolute;      bottom: 0;      left: 0;      width: 100%;      height: 2px;      background-color: #fff;      pointer-events: none; }    .bucket-link a:hover {      color: #00aeff; }      .bucket-link a:hover:after {        -webkit-animation: underline 500ms ease-out forwards;                animation: underline 500ms ease-out forwards;        background-color: #00aeff; }.latest-news {  margin: 0 0 10px 0;  background-color: #3059bd;  padding: 4em 2.5em 10em;  color: #fff;  position: relative; }  @media (min-width: 30em) {    .latest-news {      padding: 4em 4em 10em; } }  @media (min-width: 51.25em) {    .latest-news {      padding: 6em 6em 12em; } }  @media (min-width: 64.375em) {    .latest-news {      padding: 6em; } }  .latest-news .container {    padding: 0;    max-width: none; }  .latest-news .eyebrow {    color: #fff; }    .latest-news .eyebrow:before {      background-color: #fff; }  .latest-news .title-block {    font-size: 14px; }    @media (min-width: 64.375em) {      .latest-news .title-block {        width: calc(33% - 4px);        display: inline-block;        vertical-align: top;        padding-right: 7.5%; } }    @media (min-width: 81.25em) {      .latest-news .title-block {        font-size: 16px; } }    .latest-news .title-block .button {      position: absolute;      bottom: 4em;      left: 2.5em; }      @media (min-width: 30em) {        .latest-news .title-block .button {          left: 4em; } }      @media (min-width: 51.25em) {        .latest-news .title-block .button {          bottom: 6em;          left: 6.5em; } }      @media (min-width: 64.375em) {        .latest-news .title-block .button {          position: relative;          bottom: auto;          left: auto;          margin-top: 1em; } }  @media (min-width: 64.375em) {    .latest-news .news-feed {      display: inline-block;      vertical-align: top;      width: calc(66% - 4px); } }  .latest-news .newsItem:not(:last-child) {    margin-bottom: 2em; }  @media (min-width: 30em) {    .latest-news .newsItem {      width: calc(50% - 13px);      display: inline-block;      vertical-align: top; }      .latest-news .newsItem:not(:last-child) {        margin-bottom: 0;        margin-right: 22px; } }  .latest-news .newsImageTop {    padding-bottom: 66%;    margin-bottom: 1em;    background-size: cover;    background-position: center center; }  .latest-news .newsTitle {    margin: 0;    font-size: 1.44em;    line-height: 1.3;    color: #fff;    padding-right: 2em; }    @media (min-width: 81.25em) {      .latest-news .newsTitle {        font-size: 1.728em; } }    .latest-news .newsTitle a {      color: #fff;      font-weight: 500; }      .latest-news .newsTitle a:hover {        color: #00aeff; }  .latest-news .newsInfoWrap, .latest-news .newsImageBottom, .latest-news .newsSummary {    display: none; }  .latest-news .newsSummaryLink {    margin-top: 2.5em; }    .latest-news .newsSummaryLink a {      position: relative;      color: #fff;      padding-right: 2em;      padding-bottom: 0.5em;      font-weight: 500; }      .latest-news .newsSummaryLink a:after {        content: "";        position: absolute;        bottom: 0;        left: 0;        width: 100%;        height: 2px;        background-color: #fff;        pointer-events: none; }      .latest-news .newsSummaryLink a:hover {        color: #00aeff; }        .latest-news .newsSummaryLink a:hover:after {          -webkit-animation: underline 500ms ease-out forwards;                  animation: underline 500ms ease-out forwards;          background-color: #00aeff; }.trip-advisor-image {  margin-bottom: 1em; }.page-title .itineraries__title {  font-size: 2.48832em;  color: #fff;  font-weight: 500;  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);  padding: 1.25em 0;  line-height: 1.2; }  @media (min-width: 23.75em) {    .page-title .itineraries__title {      font-size: 2.98598em; } }  @media (min-width: 37.5em) {    .page-title .itineraries__title {      font-size: 3.58318em; } }  @media (min-width: 78.75em) {    .page-title .itineraries__title {      font-size: 4.29982em; } }.itineraries .container {  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-flex-wrap: wrap;      -ms-flex-wrap: wrap;          flex-wrap: wrap;  padding: 2em 1.5em; }  @media (min-width: 20em) {    .itineraries .container {      padding: 3em 2em; } }.itineraries__wrap .container {  max-width: 1400px; }.itineraries__tile {  width: 98%;  margin: 1%;  display: block;  position: relative;  box-shadow: 0 6px 20px 0 transparent;  transition: box-shadow 300ms ease-out;  background-size: cover;  background-position: center center; }  @media (min-width: 37.5em) {    .itineraries__tile {      width: 47.75%; } }  .itineraries__tile:before {    content: "";    display: block;    padding-bottom: 70%;    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 60%); }  .itineraries__tile:after {    content: "";    display: block;    position: absolute;    top: 0;    left: 0;    height: 100%;    width: 100%;    background-color: rgba(0, 0, 0, 0.01);    transition: background 300ms ease-out; }  .itineraries__tile-inner {    position: absolute;    left: 0;    bottom: 0;    padding: 1em;    color: #fff;    z-index: 2; }    @media (min-width: 23.75em) {      .itineraries__tile-inner {        padding: 2em; } }    @media (min-width: 37.5em) {      .itineraries__tile-inner {        padding: 1em; } }    @media (min-width: 57.5em) {      .itineraries__tile-inner {        padding: 2em; } }    .itineraries__tile-inner a {      color: #fff;      font-weight: 500; }  .itineraries__tile-title {    font-size: 1.44em;    font-weight: 500;    line-height: 1.1;    margin-bottom: 1rem;    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }    @media (min-width: 23.75em) {      .itineraries__tile-title {        font-size: 1.728em; } }    @media (min-width: 81.25em) {      .itineraries__tile-title {        font-size: 2.0736em; } }  .itineraries__tile-button {    font-size: 0.9rem; }    @media (min-width: 57.5em) {      .itineraries__tile-button {        font-size: 1rem; } }    .itineraries__tile-button a {      display: inline-block;      padding: 0.45em 1em;      border: 1px solid #fff;      color: #fff;      transition: all 300ms ease-out; }    .itineraries__tile-button:hover a {      background-color: #fff;      color: #434141; }  .itineraries__tile:hover {    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.2); }    .itineraries__tile:hover:after {      background-color: rgba(0, 0, 0, 0.5); }.itineraries__inner {  position: relative; }  .itineraries__inner .slick-prev, .itineraries__inner .slick-next {    font-size: 0;    line-height: 0;    position: absolute;    top: 50%;    display: block;    height: 2rem;    width: 2rem;    margin-top: -1rem;    padding: 0;    cursor: pointer;    color: transparent;    border: none;    outline: none;    background: transparent;    z-index: 5;    opacity: 0.75; }    @media (min-width: 37.5em) {      .itineraries__inner .slick-prev, .itineraries__inner .slick-next {        height: 3rem;        width: 3rem; } }    @media (min-width: 51.25em) {      .itineraries__inner .slick-prev, .itineraries__inner .slick-next {        height: 4rem;        width: 4rem; } }    .itineraries__inner .slick-prev:hover, .itineraries__inner .slick-next:hover {      opacity: 1; }    .itineraries__inner .slick-prev:before, .itineraries__inner .slick-next:before {      content: "";      display: block;      height: 2rem;      width: 2rem;      background-size: contain;      background-position: center center;      background-repeat: no-repeat; }      @media (min-width: 37.5em) {        .itineraries__inner .slick-prev:before, .itineraries__inner .slick-next:before {          height: 3rem;          width: 3rem; } }      @media (min-width: 51.25em) {        .itineraries__inner .slick-prev:before, .itineraries__inner .slick-next:before {          height: 4rem;          width: 4rem; } }  .itineraries__inner .slick-prev {    left: 1rem; }    .itineraries__inner .slick-prev:before {      background-image: url("/casacarrascal-com/_img/images/svg/left-arrow.svg"); }  .itineraries__inner .slick-next {    right: 1rem; }    .itineraries__inner .slick-next:before {      background-image: url("/casacarrascal-com/_img/images/svg/right-arrow.svg"); }.itineraries__gallery {  max-width: 1100px;  margin: auto;  background-color: white;  position: relative;  margin-top: 4em;  padding: 0.5em;  margin-bottom: 1em;  margin-left: auto;  margin-right: auto;  width: 92%; }  @media (min-width: 40em) {    .itineraries__gallery {      padding: 1em;      width: 85%; } }  @media (min-width: 68.75em) {    .itineraries__gallery {      margin: 4em auto 1em; } }  .itineraries__gallery .main-gallery .slick-slide:after {    content: "";    display: block;    padding-bottom: 58%; }  .itineraries__gallery .slick-slide {    background-size: contain !important;    background-position: center top !important; }  .itineraries__gallery .gallery-nav {    margin-top: 1em;    padding: 0 2em; }    .itineraries__gallery .gallery-nav .slick-list {      padding: 0px !important;      background-color: white; }    .itineraries__gallery .gallery-nav .slick-slide {      background-color: #fff;      padding: 3px; }      .itineraries__gallery .gallery-nav .slick-slide a {        width: 100%;        display: block; }        .itineraries__gallery .gallery-nav .slick-slide a:after {          content: "";          display: block;          padding-bottom: 100%; }.itineraries__content .container, .itineraries__buttons .container {  max-width: 960px; }.itineraries__content {  padding-top: 3em; }  .itineraries__content h3 {    margin-top: 1.5em;    font-size: 2.0736em;    font-weight: 500; }    @media (min-width: 37.5em) {      .itineraries__content h3 {        font-size: 2.48832em; } }  .itineraries__content h6 {    font-weight: 500;    line-height: 1.3; }    .itineraries__content h6 a {      padding: 0.5em 0;      display: inline-block; }.itineraries__buttons {  padding: 3em 0; }  .itineraries__buttons .button {    margin-right: 0.25em;    margin-bottom: 0.5em;    font-size: 0.85em; }    @media (min-width: 37.5em) {      .itineraries__buttons .button {        font-size: 1em; } }    .itineraries__buttons .button a {      min-width: 0; }.inner-hero {  background-size: cover;  background-position: center center;  background-repeat: no-repeat; }  #s3669426 .inner-hero {    background-image: url(/casacarrascal-com/_img/images/availability-bg.jpg); }/*Gallery*/.gallery-section .galleries-wrap {  max-width: 1400px;  width: 100%;  margin: auto;  padding: 0 2em; }  .gallery-section .galleries-wrap .image-gallery-summary {    margin: auto; }    .gallery-section .galleries-wrap .image-gallery-summary:before, .gallery-section .galleries-wrap .image-gallery-summary:after {      content: "";      display: table; }    .gallery-section .galleries-wrap .image-gallery-summary:after {      clear: both; }  .gallery-section .galleries-wrap .image-gallery-item {    display: block;    position: relative;    float: left;    width: 92%;    margin: 4%;    text-align: center;    background-color: #fff;    transition: box-shadow 200ms ease-out; }    @media (min-width: 26.25em) {      .gallery-section .galleries-wrap .image-gallery-item {        width: 47%;        margin: 1%; } }    @media (min-width: 48em) {      .gallery-section .galleries-wrap .image-gallery-item {        width: 31%; } }    @media (min-width: 61.25em) {      .gallery-section .galleries-wrap .image-gallery-item {        width: 23%; } }    .gallery-section .galleries-wrap .image-gallery-item a {      display: block; }    .gallery-section .galleries-wrap .image-gallery-item:hover {      box-shadow: 0 0 0 3px #3059bd; }      .gallery-section .galleries-wrap .image-gallery-item:hover .image-gallery-summary-item-title {        color: #3059bd; }  .gallery-section .galleries-wrap .image-gallery-summary-item-image-side, .gallery-section .galleries-wrap .image-gallery-summary-item-category, .gallery-section .galleries-wrap .image-gallery-summary-item-created, .gallery-section .galleries-wrap .image-gallery-summary-item-updated, .gallery-section .galleries-wrap .image-gallery-summary-item-description, .gallery-section .galleries-wrap .image-gallery-item-title, .gallery-section .galleries-wrap .image-gallery-item-created, .gallery-section .galleries-wrap .image-gallery-item-updated, .gallery-section .galleries-wrap .image-gallery-item-description {    display: none; }  .gallery-section .galleries-wrap .image-gallery-summary-item-image-top {    padding-bottom: 100%;    background-size: cover;    background-position: 50% 50%;    background-repeat: no-repeat; }  .gallery-section .galleries-wrap .image-gallery-summary-item-title {    font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;    font-weight: 500;    font-size: 1.44em;    color: #434141;    line-height: 1.1;    padding: 0.5em;    position: relative;    text-align: left; }  .gallery-section .galleries-wrap .image-gallery-summary-item-link a {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 3;    font-size: 0; }  .gallery-section .galleries-wrap .image-gallery-item-image {    line-height: 0; }.galleries-wrap .image-gallery {  width: 100%; }  .galleries-wrap .image-gallery:before, .galleries-wrap .image-gallery:after {    content: "";    display: table; }  .galleries-wrap .image-gallery:after {    clear: both; }  .galleries-wrap .image-gallery .image-gallery-item {    display: block;    position: relative;    float: left;    width: 80%;    margin: 3% 10%;    background-color: #fff;    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);    transition: box-shadow 200ms ease-out; }    @media (min-width: 23.75em) {      .galleries-wrap .image-gallery .image-gallery-item {        margin: 5px;        width: calc(50% - 10px); } }    @media (min-width: 37.5em) {      .galleries-wrap .image-gallery .image-gallery-item {        width: calc(33% - 10px); } }    @media (min-width: 64.375em) {      .galleries-wrap .image-gallery .image-gallery-item {        width: calc(25% - 10px); } }    .galleries-wrap .image-gallery .image-gallery-item:hover {      box-shadow: 0 0 0 5px #3059bd; }.galleries-wrap .image-gallery-title {  font-size: 2.48832em;  margin-bottom: 1rem;  color: #3059bd;  font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;  margin-bottom: 0.5em;  font-weight: 500;  line-height: 1.1;  text-align: center; }  @media (min-width: 43.75em) {    .galleries-wrap .image-gallery-title {      font-size: 3.58318em; } }/* -----------------------------------------	13.0. Footer----------------------------------------- */.footer {  padding: 2.5em 2.5em 4em 2.5em;  margin-top: 10px;  background-color: #3059bd;  color: #fff; }  @media (min-width: 26.25em) {    .footer {      padding: 4em; } }  @media (min-width: 68.75em) {    .footer {      padding: 6em; } }  .footer a {    color: rgba(255, 255, 255, 0.9);    text-decoration: underline; }    .footer a:hover {      color: white; }  .footer .eyebrow {    color: #fff; }    .footer .eyebrow:before {      background-color: #fff; }  .footer-top {    padding: 0 5px 3em;    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }  .footer-newsletter {    margin: auto; }  @media (min-width: 64.375em) {    .footer .title-block {      display: inline-block;      width: calc(35% - 2px);      vertical-align: bottom;      padding-right: 3em; } }  @media (min-width: 64.375em) {    .footer-newsletter__form {      display: inline-block;      width: calc(65% - 2px);      vertical-align: bottom; } }  .footer .title-block h1 {    font-size: 2.48832em;    margin-bottom: 0;    line-height: 1.1; }  .footer-newsletter__form {    margin-top: 1.5em; }    .footer-newsletter__form:before, .footer-newsletter__form:after {      content: "";      display: table; }    .footer-newsletter__form:after {      clear: both; }    @media (min-width: 64.375em) {      .footer-newsletter__form {        margin-top: 0; } }    .footer-newsletter__form label {      display: none; }    .footer-newsletter__form .inputset {      width: calc(100% - 80px);      float: left;      height: 56px; }    .footer-newsletter__form .form_submit {      float: left;      width: 80px;      position: relative;      height: 56px; }      .footer-newsletter__form .form_submit:after {        content: "";        position: absolute;        width: 2em;        height: 1em;        top: 50%;        left: 50%;        -webkit-transform: translate(-50%, -50%);            -ms-transform: translate(-50%, -50%);                transform: translate(-50%, -50%);        display: block;        pointer-event: none;        opacity: 0.75;        transition: all 300ms ease-out;        background-size: contain;        background-repeat: no-repeat;        background-image: url("/casacarrascal-com/_img/images/svg/arrow.svg");        background-postion: 50% 50%; }      .footer-newsletter__form .form_submit:hover:after {        opacity: 1;        left: calc(100% - 1.75em); }    .footer-newsletter__form input.required {      background-color: transparent;      border: none;      border-left: 2px solid rgba(255, 255, 255, 0.5);      border-bottom: 2px solid rgba(255, 255, 255, 0.5);      box-shadow: none;      margin-top: 0;      margin-bottom: 0;      color: #fff;      transition: border-color 300ms ease-out;      height: 56px; }      .footer-newsletter__form input.required::-webkit-input-placeholder {        /* Chrome/Opera/Safari */        color: rgba(255, 255, 255, 0.75); }      .footer-newsletter__form input.required::-moz-placeholder {        /* Firefox 19+ */        color: rgba(255, 255, 255, 0.75); }      .footer-newsletter__form input.required:-ms-input-placeholder {        /* IE 10+ */        color: rgba(255, 255, 255, 0.75); }      .footer-newsletter__form input.required:-moz-placeholder {        /* Firefox 18- */        color: rgba(255, 255, 255, 0.75); }      .footer-newsletter__form input.required:hover, .footer-newsletter__form input.required:focus {        border-color: white; }    .footer-newsletter__form input[type="submit"] {      padding: 0.8em;      text-transform: uppercase;      font-size: 18px;      color: #FFFFFF;      border: 2px solid rgba(255, 255, 255, 0.75);      background-color: transparent;      min-width: 0;      border-radius: 0;      white-space: nowrap;      font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, arial, sans-serif;      font-weight: 500;      cursor: pointer;      vertical-align: bottom;      font-size: 12px;      height: 56px;      width: 100%;      z-index: 5; }      .footer-newsletter__form input[type="submit"]:hover {        border-color: white;        background-color: white;        color: #3059bd; }  .footer .mc-field-group {    margin-bottom: 1em; }    @media (min-width: 40em) {      .footer .mc-field-group {        display: inline-block;        width: calc(48% - 50px);        vertical-align: bottom;        margin-right: 2%;        margin-bottom: 0; }        .footer .mc-field-group::-webkit-input-placeholder {          /* Chrome/Opera/Safari */          color: rgba(255, 255, 255, 0.75); }        .footer .mc-field-group::-moz-placeholder {          /* Firefox 19+ */          color: rgba(255, 255, 255, 0.75); }        .footer .mc-field-group:-ms-input-placeholder {          /* IE 10+ */          color: rgba(255, 255, 255, 0.75); }        .footer .mc-field-group:-moz-placeholder {          /* Firefox 18- */          color: rgba(255, 255, 255, 0.75); } }  .footer #mce-responses {    display: none; }  @media (min-width: 40em) {    .footer .clear {      display: inline-block;      width: 90px;      vertical-align: bottom; } }  .footer-bottom {    padding: 3em 0 0; }    .footer-bottom p {      font-size: 15px; }  @media (min-width: 68.75em) {    .footer-logo {      margin-bottom: 1.25em; } }  @media (min-width: 46.875em) {    .footer-content, .footer-nav {      display: inline-block;      width: calc(50% - 4px);      vertical-align: top; } }  @media (min-width: 68.75em) {    .footer-content, .footer-nav {      width: calc(100% / 3 - 4px); } }  .footer-nav {    margin-bottom: 3em; }    @media (min-width: 46.875em) {      .footer-nav {        margin-bottom: 0em; } }    .footer-nav ul > li > ul {      display: none; }  .footer-content {    width: 100%;    margin-top: 3em;    text-align: left; }    .footer-content .footer-logo, .footer-content p {      display: inline-block;      margin-right: 10px;      vertical-align: bottom; }      @media (min-width: 68.75em) {        .footer-content .footer-logo, .footer-content p {          display: block;          margin-right: 0; } }    @media (min-width: 68.75em) {      .footer-content {        width: calc(100% / 3 - 4px);        text-align: right;        margin-top: 0em; } }    .footer-content p {      font-size: 14px;      line-height: 1.6;      margin-bottom: 5px; }  @media (min-width: 26.25em) {    .footer-address, .footer-contact {      display: inline-block;      width: calc(50% - 4px);      vertical-align: top; } }  @media (min-width: 46.875em) {    .footer-address, .footer-contact {      width: calc(25% - 4px); } }  @media (min-width: 68.75em) {    .footer-address, .footer-contact {      width: calc(100% / 12 * 2 - 4px); } }  .footer-address p, .footer-contact p {    opacity: 0.9; }  .footer-address {    margin-bottom: 3em; }    @media (min-width: 26.25em) {      .footer-address {        margin-bottom: 0; } }  @media (min-width: 26.25em) {    .footer-nav li {      display: inline-block;      width: calc(50% - 4px);      padding-right: 0.5em; } }  .footer-nav li a {    padding: 4px 0;    display: inline-block;    font-size: 15px;    text-decoration: none; }  .footer-social {    margin-top: 1em; }    .footer-social__icon {      height: 2.1em;      width: 2.1em;      margin-right: 0.15em;      display: inline-block;      vertical-align: middle;      transition: -webkit-transform 200ms ease-out;      transition: transform 200ms ease-out;      transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }      .footer-social__icon svg {        height: 2.1em;        width: 2.1em;        fill: #fff; }      .footer-social__icon:hover {        -webkit-transform: scale(1.2);            -ms-transform: scale(1.2);                transform: scale(1.2); }        .footer-social__icon:hover svg {          fill: #00aeff; }
 
