@import "footer.css";

body,html {
  font: 16px/26px 'Trebuchet MS', arial, sans-serif;
  box-sizing: border-box;
  width: 100%; color: rgb(74,74,74);
  text-align: center;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #444;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}

div, span{box-sizing: border-box; position: relative;}



/* ===================
    COLS
====================== */
[class^="col-"] {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 0;
  white-space:inherit;
}

[class^="col-"] > div{
  padding:0;
  margin:0;
  border:0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.col-6.notas > div {
  width:calc(100% / 2);
  display: inline-block;
}

@media only screen and (min-width: 480px) and (max-width:767px) {
  .col-4 > div,
  .col-5 > div,
  .col-6 > div { width:calc(100% / 2);
  display: inline-block;
  }
}


@media only screen and (min-width: 768px) {
  [class^="col-"] > div {
    width: calc(99% / 2);
    display: inline-block;
    box-sizing: border-box;
  }
  .col-6.notas > div { width:calc(100% / 4);}
}



@media only screen and (min-width: 1140px) {


   .col-3 > div { width:calc(100% / 3);}
   .col-4 > div { width:calc(100% / 4);}
   .col-5 > div { width:calc(100% / 5);}
   .col-6.notas > div { width:calc(100% / 6);}

}


/* ===================
    HEADER
====================== */
header {
  width: 100%;
  z-index: 9999;
  text-align: center;
  background-color: #000;
  position: relative;
  height: auto;
  padding-top: 15px;
}

/* ===================
    NAV
====================== */
body > nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:rgba(0,0,0,9) no-repeat center 5vh;
  background-size: auto 18vh;
  z-index: 9999;
}

body > nav a {
  display: block;
  font-size: 3vh;
  line-height: 10vh;
  width: 90%;
  max-width: 480px;
  padding: 0 5%;
  margin: 0 auto;
  color: #ccc;
  border-top: dotted 1px #444;
  text-transform: uppercase;
  text-align: center;
}

body nav h3,
body nav .cont {
  text-transform: uppercase;
  color: #00b8ff;
  margin-top: 24vh;
  margin-bottom: 7vh;
}

.wf-active body nav h3,
  .wf-active body nav .cont {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.no-touch body > nav a:hover {
  color: #fff;
  cursor: pointer!important;
}

body > nav img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 20%;
  width: auto;
}
header > a {
  display: block;
  width:280px;
  z-index: 9999;
  margin-left: 5%;
  padding-bottom: 15px;
  position: relative;
}

header > a svg {
  display: block;
  width: auto;
}

header > a svg:first-of-type {
  height: 70px;
  width: 160px;
}
header > a svg:last-of-type {
  width: 160px;
  height: auto;
  display: block;
}

header nav {
  display: none;
  position: relative;
  z-index: 1;
}

header nav a {
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 49%;
  height: 160px;
}

header nav a.btActive {
  font-weight: 700;
}

.no-touch header nav:hover a:not(:hover) {
  opacity: .7!important;
    transition: opacity .4s ease-in-out;
}


header nav a:nth-of-type(1), .europa {background-image: url(../img/europa.svg);}
header nav a:nth-of-type(2), .america {background-image: url(../img/america.svg);}
header nav a:nth-of-type(3), .africa {background-image: url(../img/africa.svg);}
header nav a:nth-of-type(4), .asia {background-image: url(../img/asia.svg);}


@media only screen and (max-width: 1139px) {
header nav {
  border-top: #666 solid 1px;
}

header nav::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top:0;
    left:calc(50% - 1px);
    background-color: #666;
}

header nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left:0;
    top:calc(50%);
    background-color: #666;
}

  header nav a {
    text-align: center;
    background-position: center 30px;
    padding: 100px 0 0;
    background-size: auto 60px;
  }
}


@media only screen and (min-width: 1140px) {
  header {height: auto!important;}
  header > a {
    display: block;
    position: absolute;
    left:calc(50% - 500px);
    top: 30px;
    height: 120px;
    padding: 0;
    margin: 0;
  }


  header > a svg:first-of-type {
    height: 80px;
  }

  header > a svg:last-of-type {
    height: 24px;
    position: absolute;
    left: 180px;
    bottom: calc(50% + 8px);
    border-left: solid 1px #444
  }

  header nav {
    text-align: right;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
  header nav a {
    display: inline-block;
    height: 106px;
    width: 140px;
    padding-top: 70px;
    background-size: auto 50px;
    background-position:center 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color:#ccc;
  }

}


@media only screen and (min-width: 1280px) {
  body > nav a {font-size: 24px}
}

/* ===================
    NAV + mobile
====================== */

.hamburger{
  position: fixed;
  right:0;
  top:0;
  z-index: 9999;
  width:74px;
  height:74px;
  padding:25px 21px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.85);
  z-index: 9999!important;
}
.no-touch .hamburger:hover { cursor: pointer;}

.hamburger > span {
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #00b8ff;
}

@media only screen and (min-width: 1140px) {
.hamburger{display: none !important;}
header nav {display: block!important;}
}

/* ==========================================================================
    webfonts y textos
   ========================================================================== */
header ::-moz-selection,
footer ::-moz-selection{background:transparent;text-shadow:none}
header ::selection,
footer ::selection{background:transparent;text-shadow:none}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active em {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 120%;
  padding-bottom: 5px;
}

.wf-active p,
.wf-active nav,
.wf-active div {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
}

body h1,
body h4  {
  font-size: 14px;
  color: #666;
  border-bottom: solid 1px rgba(0,0,0,.1);
  margin-bottom: 8px;
  padding-bottom: 15px;
}

body p + h1:last-of-type {
  margin-top: 30px;
}

body h2 {
  font-size: 36px;
    color: #00AEEF;
}

body h4 {
  margin-top: 30px;
}

p a {
    color: #FF0064;
}

body h3 {
  font-size: 24px;
    color: #00AEEF;
    font-weight: 400;
    margin-top: 15px;
}

.destacado {
 font-size: 14px;
 font-style: italic;
 background-color: #e6f8ff;
 margin-top: 30px;
 margin-bottom: 30px;
}

.destacado img {
  display: block;
  margin: 0 auto;
  width: 90%;
  border: solid 10px #fff;
  box-sizing: border-box;
  box-shadow: -4px 4px 12px rgba(0,0,0,.1)
}

.destacado div{
  padding: 30px 15px;
  vertical-align: top;
  box-sizing: border-box;
}

@media only screen and (max-width: 1139px) {
  .destacado div:last-child {padding: 30px;}
}

.destacado div strong {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(0,0,0,.2);
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
}

.destacado div a {
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
   font-style: normal;
   color: #00AEEF;
   text-transform: uppercase;
}




div,p,h1,h2,h3,h4,section,header,footer {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

div,p,h1,h2,h3,h4 {
  padding:0;
  margin:0;
  font-weight:normal;
}

p {padding-bottom: 15px;}

strong { font-weight: 700}

/* breadcrumber */
body > div:nth-of-type(2) {
  text-align: left;
  background-color: rgba(220, 215, 212,1);
}

body > div:nth-of-type(2) > div {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 14px;
  padding: 3px 10px;
}
body > div:nth-of-type(2) > div a,
body > div:nth-of-type(2) > div span{
  display: inline-block;
  text-transform:  capitalize;
  color: #222;
}
body > div:nth-of-type(2) > div span{
  color: #666;
}

/*
328px
613px
*/

div.caja {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

div.caja > div:first-of-type {
  background-origin: border-box;
  background-repeat: no-repeat;
  background-position:center center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 80px 5%;
  position: relative;
}

div.caja h2 {
  margin-bottom: 8px;
}


/* FLAG */
div.caja > div:first-of-type > div img{
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 1139px) {
  div.caja > div:last-of-type {
    padding: 35px 5%;
  }
  /* FLAG */
  div.caja > div:first-of-type > div {
    position: absolute;
    bottom: -24px;
    left: 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
    padding: 0 0 5PX;
    background-color: #222;
  }
  div.caja > div:first-of-type > div br {
      display: none;
  }

  div.caja > div:first-of-type > div img{
    height: 20px;
  }

  /* DESTINO no muestra logo porque es una foto */
  .destino div.caja > div:first-of-type {
    background-image:none!important;
    padding: 5px 5%;
    text-align: left
  }
  /* expertise no muestra la primera columna */
  .expertise div.caja > div:first-of-type {
    display: none;
  }

}

@media only screen and (min-width: 1140px) {
  /* breadcrumber */
  body > div:nth-of-type(2) {
      margin-bottom: 15px;
  }

  div.caja {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  div.caja > div:first-of-type {
    position: absolute;
    top:0;
    left: 5%;
    width: 266px;
    height: 100%;
    background-color: transparent;
    color: #444;
    background-position: top center;
    padding: 340px 0 0 0;
    text-align: left;
  }

  div.caja > div:last-of-type {
    width: 613px;
    margin-left:328px;
    padding-bottom: 35px;
  }

  /* FLAG */
  div.caja > div:first-of-type > div{
    line-height: 1;
    padding: 12px 0 0 60px;
    font-size: 14px;
  }

  div.caja > div:first-of-type > div img{
    position: absolute;
    top:0;
    left:0;
  }

} /* END MQ 1140 */

/* ==================
    LISTADOS FINE RESORTS ETC
   ================= */

.listado {
  text-align: left;
}

.listado > div {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #dcdcdc;
  padding: 30px 0;
  font-size: 12px;
  line-height: 24px;
    position: relative;
}

.listado > div:last-of-type {
  margin-bottom: 30px;
}
.listado > div > img:nth-of-type(1){
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
}

body div.listado > div > h4 {
  font-weight: 400;
  position: absolute;
  display: block;
  font-size: 24px;
  top:30px;
  left: 15px;
  background-color: #00AEEF;
  color: #fff;
  padding: 8px;
}

/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .listado {
    margin: 0 auto;
    text-align: center;
  }
  .listado > div {
    max-width: 360px;
    width: 50%;
    display: inline-block;
    height: 460px;
    padding: 15px;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
  }
  .listado > div p{
    display: none;
  }

  .listado.comentarios > div{
    height: 550px;
  }

  .listado.comentarios > div p{
    display: block;
    font-size: 14px;
  }
  .listado.comentarios > div h2{
    font-size: 20px;
  }
}
/* END IPAD */

@media only screen and (min-width: 1140px) {
  .listado > div > img:nth-of-type(1){
    float: left;
    margin:0 30px 0 15px;
    width: auto;
  }
}

.listado > div > img:nth-of-type(2){
  display: inline-block;
  height: 24px;
  width: auto;
  margin: 0;
  margin-right: 8px;
}

body div.listado > div > h2 {
  font-weight: 400;
  line-height: 100%!important;
  margin-bottom: 15px;
  padding-top: 4px;
  text-transform: uppercase;
}

body div.listado > div > p {
  line-height: 130%;
  padding-right: 30px;
  padding-bottom: 60px;
  font-size: 16px;
}

div.listado > div > span{
  display: inline-block;

  text-align: center;
  color: #999;
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  font-weight:700;
  font-family: 'Roboto Condensed', sans-serif;
  padding:8px 15px;
  border: solid 1px #ccc
}

/*
.touch div.listado > div > span{
  color: #fff;
  background-color:#444;
}
*/


.no-touch div.listado > div > span:hover{
  color:  #fff;
    border-color: #FF0064;
    background-color: #FF0064;
}



/* ===================
    VARIOS
====================== */
.no-touch *[data-link]:hover{
  cursor: pointer;
}

/* ===================
    WELLNEWS
====================== */
body.wellnews > div:nth-of-type(3) {
  max-width: 900px;
  margin: 0 auto 60px;
}
body.wellnews > div:nth-of-type(3) span{
  display: none;
  margin:8px 15px;
  padding: 8px 15px;
  border: solid 1px #fff;
  font-size: 12px;
  color: #999;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  width: calc(100% / 5);
}


body.wellnews > div:nth-of-type(3) img {
  display: block;
  margin: 0 auto 30px;
  width: 40%;
  height: auto;
  padding-top: 60px;
  opacity: .6

}
body.wellnews > div:nth-of-type(3) span.btActive{
  color: #FF0064;
  border-color: #FF0064;
}

.no-touch body.wellnews > div:nth-of-type(3) span:not(.btActive):hover {
  color: #222;
  border-color: #ccc;
  cursor: pointer;
}

@media only screen and (min-width: 1140px) {
  body.wellnews > div:nth-of-type(3) span {
    display: inline-block;
  }

}

#wellnews {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;

}

div#wellnews a {
  display: block;
  width: 100%;
  max-width: 290px;
  text-align: left;
  box-sizing: border-box;
}

div#wellnews a h3 {
  max-width: 260px;
  padding: 0 15px 30px;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  color: #32ACE0;
}

div#wellnews a span {
    font-size: 14px;
    padding: 0 0 0 15px;
    color: #808283;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
}


.no-touch div#wellnews a:hover h3 {
  color: #222;
}


div#wellnews img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 290px;
  margin:0 auto 15px;
}

/*
.no-touch div#wellnews:hover a:not(:hover) img {
  opacity: .5
}
*/

/* NOTAS body wn */
.wn div.nota {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.wn div.nota > div {padding: 30px 0;}
.wn div.nota > div > img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 768px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.wn div.nota > div:first-of-type p a {
  display: inline-block;
  color: #FF0064;
}
.wn div.nota > div div[class*='col-'] img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  border: 5px solid #fff;
}

.wn div.nota > div:first-of-type a[data-sponsor] {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 0;
}

/* NOTA ANTERIOR */
.wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase){
  display: none;
  max-width: 300px;
  margin: 0 auto 30px;
  padding: 15px;
  border: solid 1px #f2f1f3;
}

.no-touch .wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase):hover {
  background-color: #f2f1f3;/
}

.wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase) img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.no-touch .wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase) img { -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .8;
    transition: opacity .4s ease-in-out;
}

.no-touch .wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase):hover img {
  -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}



.wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase) span {
  font-size: 10px;
  padding: 15px 0 0;
  display: block;
  line-height: 1;
}
.wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase) h3 {
  font-size: 24px;
  line-height: 1;
  padding:8px 0;
  display: block;
  margin-bottom: 30px;
  margin: 0 0 15px;
}


div.testimonio {
  padding:60px 30% 60px 15px;
  margin-bottom:30px;
  border-bottom:1px solid #ccc;
  border-top:1px solid #ccc;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30% auto;
  font-family: 'Georgia', serif!important;
  font-style: italic;
  font-size: 24px;
  line-height: 130%;
  color:#666;
}

div.testimonio span {
  font-size: 14px;
  line-height: 1.3;
  display: block;
}

/* SPONSORS */
.wn div.nota div.sponsors {
  text-align: center;
font-size: 0;
white-space: inherit;
margin-bottom: 30px;
}

.wn div.nota div.sponsors > a,
.wn div.nota div.sponsors > img {
  display: inline-block;
  box-sizing: border-box;
  width: 30%;
  max-width: 290px;
  vertical-align: top;
}

.wn div.nota div.sponsors > a img { width: 100%; height: auto; display: block;}

.no-touch .wn div.nota div.sponsors > a:hover {
  background-color: #00AEEF;
}

.wn span.suscribase {
  background:#FF0064 url(../img/piquito.svg) center 101% no-repeat;
  background-size: 100% auto;
  padding:30px 30px 60px 30px;
  margin: 0 auto;
  max-width: 290px;
  display: block;
  border: none;
}

.wn span.suscribase h2{
  color: #fff;
  font-size: 28px;
  font-weight: 400
}

.wn span.suscribase h2::after {
  content: '®';
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 0 0 0 3px;
}


.wn a.related {
  background:#FF0064 url(../img/piquito.svg) bottom left no-repeat;
  background-size: 100% auto;
  padding:30px 30px 60px 30px;
  margin: 0 auto;
  max-width: 290px;
  display: block;
}

form {
 display: block;
 width: 100%;
 margin: 0 auto;
 max-width: 290px;
 box-sizing: border-box;
 background-color: #fff;

}

form input {
  border-bottom: 1px solid #ccc;
  padding:15px 8px;
  display: block;
   width: 100%;
   box-sizing: border-box;
   font-size: 14px;
}

form input[type="submit"] {
  display: block;
  border: none;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  color: #FF0064;
  margin-top: 30px;
}

.wf-active form input[type="submit"] {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  #wellnews {
    width: 90%;
  }
  #wellnews a {
      margin:0;
  }
}


@media only screen and (max-width: 1139px) {
    #wellnews a {
      margin: 0 auto;
      padding: 15px 0 0 0;
      display: inline-block;
      vertical-align: top;
    }
}


@media only screen and (min-width: 1140px) {
  #wellnews {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    white-space: inherit;
    max-width: calc(290px * 4);
  }
  #wellnews a {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 1px);
    padding: 15px;
  }
  div#wellnews a h3 {
    font-size: 24px;
  }

  /* NOTA */
  .wn div.nota  {
    font-size: 0;
    white-space: inherit;
  }
  .wn div.nota > div  {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
  }

  .wn div.nota > div p  {
    line-height: 1.5;
      font-size: 16px;
  }
  .wn div.nota > div:first-of-type  {
    width: 620px;
    padding-right: 30px;
  }

  .wn div.nota > div:last-of-type  {
    width: calc(100% - 620px);
  }

  .wn div.nota div.sponsors > a,
  .wn div.nota div.sponsors > img {
  padding: 10px;
  background-color: #D7EEF9;
  width: 100%;
  margin-bottom: 15px;
  }

  /* NOTA ANTERIOR */
  .wn div.nota > div:nth-of-type(2) a[href*='wellnews/']:not(.suscribase){
    display: block;
  }

}

@media only screen and (min-width: 1600px) {
  #wellnews {
    width: calc(306px * 4);
  }

  div#wellnews a h3 {
    font-size: 32px;
  }
}


@media only screen and (min-width: 1900px) {
  #wellnews {
    width: calc(306px * 5);
  }
}


/* ==========================================================================
   Visitor Book
   ========================================================================== */

.visitorBook {
  padding:30px 5%;
}

.visitorBook p {
  border-bottom: #ccc solid 1px;
  margin-bottom: 30px;
}


/* ==========================================================================
   Expertise Book
   ========================================================================== */

.expertise .destacado {
  padding:60px;
  font-style: normal;
}

.expertise .destacado::after {
  content: '';
  background: url(../img/firma.svg) no-repeat left center;
  width: 240px;
  height: 30px;
  display: block;
  filter:invert(100%);
  margin-top: 40px;
  opacity: .6
}

.expertise p > a {
  font-weight: 700;
  display: inline-block;
  border-bottom: solid 1px #ccc
}



/* ==========================================================================
   PRENSA NOTAS
   ========================================================================== */
.prensa > div.caja,
.prensa > div.notas {
  width: 90%;
  max-width: 1000px;
  padding-top: 30px;

}
.prensa > div.notas {
  max-width: 1000px;
  margin: 0 auto 15px !important;
  border-left: solid 1px #f1f3f2;
  border-top: solid 1px #f1f3f2;
  padding-top:0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  justify-content: center;
}

.prensa > div.notas > * {
  padding: 8px;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  font-weight: 700!important;
  padding: 15px;
  border-bottom: solid 1px #f1f3f2;
  border-right: solid 1px #f1f3f2;
  width: 50%;

}

.prensa > div.notas > * > img {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
}

.no-touch .notas > *:hover {
  color: #00AEEF!important;
}

@media only screen and (min-width: 960px) {
    .prensa > div.notas > * {
      width: calc(100% / 4);
    }
}

@media only screen and (min-width: 1280px) {
    .prensa > div.notas > * {
      width: 20%;
    }
}
/* ==========================================================================
   The Specials
   ========================================================================== */
.the-specials {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 760px;
  font-size: 18px;
  padding: 60px;
  color: #999;
  display: block;
  font-style: italic;
  line-height: 1.3;
  position: relative;
}

/*
.the-specials::after{
  position: absolute;
  content: 0;
  width: 280px;
  border-bottom: 1px solid #f4f4f4;
  height: 1px;
  content: "";
  display: block;
  padding-top: 60px;
  position: absolute;
  left: 50%;
  margin-left: -140px;
}
*/

.the-specials img {
  display: block;
  margin: 0 auto 30px;
  width: 80%;
  max-width: 240px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1140px) {}


nav.america div.cont + a + a::after {
content: " AND VILLAS"
}

.fotoCol {
  display: block;
  margin: 15px auto;
  width: 100%;
}