
/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Futura Book';
    src: local('Futura Book'), local('Futura-Book'),
        url('fonts/Futura-Book/FuturaLT-Book.woff2') format('woff2'),
        url('fonts/Futura-Book/FuturaLT-Book.woff') format('woff'),
        url('fonts/Futura-Book/FuturaLT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Oblique';
    src: local('Futura Book Oblique'), local('Futura-Book-Oblique'),
        url('fonts/Futura-Book-Oblique/FuturaLT-BookOblique.woff2') format('woff2'),
        url('fonts/Futura-Book-Oblique/FuturaLT-BookOblique.woff') format('woff'),
        url('fonts/Futura-Book-Oblique/FuturaLT-BookOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Light';
    src: local('Futura Light'), local('Futura-Light'),
        url('fonts/FuturaLT-Light/FuturaLT-Light.woff2') format('woff2'),
        url('fonts/FuturaLT-Light/FuturaLT-Light.woff') format('woff'),
        url('fonts/FuturaLT-Light/FuturaLT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bold';
    src: local('Futura Bold'), local('Futura-Bold'),
        url('fonts/FuturaLT-Bold/FuturaLT-Bold.woff2') format('woff2'),
        url('fonts/FuturaLT-Bold/FuturaLT-Bold.woff') format('woff'),
        url('fonts/FuturaLT-Bold/FuturaLT-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather Light';
    src: local('Merriweather Light'), local('Merriweather-Light'),
        url('fonts/Merriweather-Light/Merriweather-Light.woff2') format('woff2'),
        url('fonts/Merriweather-Light/Merriweather-Light.woff') format('woff'),
        url('fonts/Merriweather-Light/Merriweather-Light.ttf') format('truetype');
    font-style: normal;
}



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}
body, html {
  height: 100%;
  width: 100%;
  margin: 0 !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
input,
textarea,
select {
  margin-bottom: 0;
  font-family: 'Futura Book', Helvetica, sans-serif;
}

.btn-redondeado,
.btn-redondeado.negative:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 10px 20px !important;
  border: 1.9px solid #17116E;
  border-radius: 30px;
  color: #17116E !important;
  text-align: center; 
}
.btn-redondeado.negative,
.btn-redondeado:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  background-color: #390094; 
  border: 1.9px solid #17116E;
  border-radius: 25px;
  color: #ffffff !important;
  text-align: center;
}
.btn-cuadreadado,
.btn-cuadreadado.negative:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 10px 20px !important;
  border: 2px solid #fa3828;
  border-radius: 0;
  color: #fa3828 !important;
  text-transform: uppercase; 
}
.btn-cuadreadado.negative,
.btn-cuadreadado:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  background-color: #fa3828; 
  border: 2px solid #fa3828;
  border-radius: 0;
  color: #ffffff !important;
  text-transform: uppercase;
}
input:focus {
  outline: none;
}
section {
  display: flex;
  flex-direction: column;
}
.navbar-toggler {
  outline: none !important;
}
[type="reset"],
[type="submit"],
button, 
html [type="button"] {
  border: 0;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background-image: url('../img/bg-viadora-img.png');
  background-size: 100%;
}


/*Footer*/
footer {
  background-color: #4A3D34;
  padding: 30px 24% 33px;
}
.mobile-footer-menu{
    display:none;
}
@media(max-width:768px){
 .mobile-footer-menu{
    display:block;
}   
.desktop-footer-menu{
    display:none;
}
}
.desktop-menu-item{
    display:none;
}

footer .links {
  margin-bottom: 30px;
}

footer a {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  letter-spacing: 1px;
}

footer a:hover {
  color: #CAA977;
}

.redes {
  margin-bottom: 30px;
}

.redes .middle {
  margin: 0 70px;
}

footer p.address {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  line-height: 13px;
  letter-spacing: 1px;  
}

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


/*Title and Paragraph*/
.title-paragraph {
  margin-bottom: 65px;
}

.title-paragraph .title {
  margin-bottom: 21px;
  font-family: 'Merriweather Light', Helvetica, sans-serif;
  font-size: 40px;
  color: #4A3D34;
  line-height: 50px;
  text-align: center;
}

.title-paragraph p.text {
  margin-top: 28px;
  font-family: 'Futura Oblique', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px;
  text-align: center;  
}
/*--------------*/

/*Images MAsonry*/
.card-columns {
  column-count: 4;
}

.card-columns .card {
  border: 0;
}
/*-------------*/




/*Carrusel Apartamentos*/

.slider-apartments {
  margin-bottom: 35px;
}

.left .plequita {
  position: absolute;
  left: 4.7%;
  bottom: 40px;
}
.contenedor-slide .plequita {
    left: 12%;
}

.left .plequita span{
  text-align: left!important;
  display: block;
}

.left .plequita .category {
  font-family: 'Merriweather Light', Helvetica, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  text-transform: uppercase;
  text-align: left;
}

.left .plequita .titulo {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 60px;
  text-transform: uppercase;
  text-align: left;
}

.left .plequita .descripcion {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 33px;
  text-transform: uppercase;
  text-align: left;
}

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




/*Carrusel Mexico*/

.slider-mexico {
  margin-bottom: 35px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 1rem;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /*display: flex;*/
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 60px;
  margin: auto;
  z-index: 1;
}
.swiper-next {
  right: 2%;
}
.swiper-prev {
  left: 2%;
}
.swiper-next:hover,
.swiper-prev:hover {
  cursor: pointer;
}

.contenedor-slide {
  position: relative;
}

.center .plequita {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.center .plequita p {
  text-align: center;
}

.right .plequita {
  position: absolute;
  right: 4.7%;
  bottom: 40px;
}
.plequita .titulo {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 60px;
  text-transform: uppercase;
  text-align: right;
}

.plequita .descripcion {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 33px;
  text-transform: uppercase;
  text-align: right;
}
/*------------*/

.main-banner,
.carousel,
.carousel-inner,
.carousel-inner img {
  min-height: 100vh;
}

/*Main Banner / Carrusel*/
.main-banner {
  margin-bottom: 35px;
}

.main-banner .carousel-item.active {
  position: relative;
}

.main-banner .centered-text {
  position: absolute;
  top: 15vw;
  right: 0;
  bottom: 0;
  left: 0;
  height: 250px;
  margin: auto;
}

.main-banner .carousel-control-next,
.main-banner .carousel-control-prev {
  top: 15vw;
}

.main-banner .title {
  font-family: 'Merriweather Light', Helvetica, sans-serif;
  font-size: 3.7vw;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;  
}

.main-banner .place {
  margin-top: 26px;
  font-family: 'Futura Light', Helvetica, sans-serif;
  font-size: 1.5vw;
  color: #FFFFFF;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 600;  
} 
/*-----------------------*/


/*HEADER MENU*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

header .bottom-bar {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  background-color: rgba(255, 255, 255, 0);
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

header .bottom-bar .ui-datepicker-trigger {
  filter: brightness(0) grayscale(100%) invert(100%);
}

header.sticky .bottom-bar .ui-datepicker-trigger {
  filter: initial;
}

header.sticky .bottom-bar {
  background-color: #ffffff;
}

header .bottom-bar .dropdown button {
  background-color: transparent;
  border: 0;
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 15px; 
  text-transform: uppercase; 
}

header .bottom-bar .dropdown button:hover {
  cursor: pointer;
}

header .bottom-bar .dropdown button img {
  margin-left: 25px;
  vertical-align: top;
}

header .bottom-bar .separador {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  border-bottom: 0;
}

header .bottom-bar .separador-right {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}

header .btn-book,
.main-banner .btn-book  {
  display: flex;
  align-items: center;
  min-height: 30px;
  background-color: #CAA977;
  padding: 0 30px;
  border-radius: 0;
  font-family: 'Futura Bold', Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff; 
  margin: 5px 0;
}

header .dropdown-menu,
#ui-datepicker-div {
  background-color: rgba(255, 255, 255, 0.9);
}

#ui-datepicker-div {
  padding: 15px 20px;
}
header .bottom-bar .bottom-bar-inner {
    border-bottom: 1px solid #ffffff;
    padding-left: 160px;
    position: relative;
}

header .bottom-bar .bottom-bar-inner:before {
    content: "";
    height: 1px;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
}
.ui-datepicker-calendar {
  /*min-width: 270px;*/
}

header .dropdown-menu.booking a.dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

header .dropdown-menu.booking a.dropdown-item:first-child {
  padding-top: 15px;
}

header .top-bar {
  display: flex;
  align-items: center;
  width: 100%;
  /*min-height: 60px;*/
  background-color: transparent;
  border-top: 1px solid #FFFFFF;
  margin-bottom: 0px;
    padding-left: 130px;
    padding-top: 6px;
}

body header.desktop.sticky .top-section .top-bar {
  border-top: 1px solid #4A3D34;
}

header .top-bar a {
  font-family: 'Futura Book', Helvetica, sans-serif;
  /*font-size: 16px;*/
  font-size: 1rem;
  color: #ffffff;
  line-height: 20px;
  text-transform: uppercase;  
  padding: 5px 10px;
} 
header .top-bar a.nav-link.dropdown-toggle:after {
  display: none;
}

header .logo {
  padding: 10px 0;
    position: absolute;
    left: 0;
    z-index: 10;
}

header .logo img {
  /*max-width: 7.5vw;*/
  max-width:110px;
}

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


/*Mobile Menu*/
.mobilesOnly .container {
  max-width: 1050px;
  width: 100%;
  padding: 0;
  margin: auto;
}

.mobilesOnly .navbar {
  width: 100%;
}

.mobilesOnly .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
}

.mobilesOnly .navbar .menu-items {
  display: flex;
}

.mobilesOnly .navbar .nav-container li {
  list-style: none;
  position:relative;
}

.mobilesOnly .navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1rem;
  margin-left: 8px;
}

.mobilesOnly .navbar .nav-container a:hover{
    font-weight: bolder;
}

.mobilesOnly .nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.mobilesOnly .nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.mobilesOnly .nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobilesOnly .nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
}

.mobilesOnly .nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.mobilesOnly .nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.mobilesOnly .nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.mobilesOnly .navbar .menu-items {
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 50px 30px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    overflow-x: hidden;
}
.mobilesOnly .navbar .nav-container li .btn {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.mobilesOnly .logo-mobile {
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: left;
}
.mobilesOnly .logo-mobile img {
    height: 50px;
}
.mobilesOnly .navbar .nav-container li .btn {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.mobilesOnly .navbar .nav-container li .date-trigger-movil {
    padding: 0;
}

.mobilesOnly .navbar .nav-container li.dropdown-item {
    padding: 0;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 0 !important;
    white-space:break-spaces;
}

.mobilesOnly .navbar .nav-container li.dropdown-item a {
    padding: 0;
}
.mobilesOnly .navbar .menu-items ul.sub-menu {
    font-size: 0;
    padding-left: 0;
}

.mobilesOnly .navbar .menu-items ul.sub-menu li {
    position: relative;
    padding-left: 20px;
}

.mobilesOnly .navbar .menu-items ul.sub-menu li .apartment-menu-checkbox {
    position: absolute;
    left: 0;
    top: 14px;
    width: 18px;
    z-index: 1;
}

.mobilesOnly .navbar .menu-items ul.sub-menu {
    padding-left: 10px;
}

.mobilesOnly .navbar .menu-items ul#apartments-menu-movil {
    padding: 0;
}
.mobilesOnly .navbar .menu-items ul.sub-menu li {
  position: relative;
}
.mobilesOnly .navbar .menu-items ul.sub-menu li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #caa977;
  position: absolute;
  top: 14px;
  left: 0;
  display: none;
  border-radius: 3px;
}
.mobilesOnly .navbar .menu-items ul.sub-menu li.checked:before,
.mobilesOnly .navbar .menu-items ul.sub-menu li.checked:after{
  display:block;
}
.mobilesOnly .navbar .menu-items ul.sub-menu li:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 2px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  display: none;
}
.mobilesOnly .navbar .menu-items ul.sub-menu li.checked input{
  opacity:0;
}
.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

header.mobilesOnly input {
  font-size: 16px;
}

#collapseApartment .dropdown-item {
  color: #CAA977;
}

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


/*Header Interno*/

.desktop.interno.sticky > .row:first-child {
  background-color: #ffffff;
}
.desktop.interno > .row:first-child {
  background-color: transparent;
}

header .logo-contrast {
  display: none;
}
header .logo-transparent {
  display: initial;
}

header.sticky .logo-contrast {
  display: initial;
}
header.sticky .logo-transparent {
  display: none;
}

header.interno .top-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

header.interno.sticky .top-bar {
  border-top: 1px solid #4A3D34;
}

header.desktop.interno.sticky .top-bar a {
  color: #4A3D34;
}  

header.interno .top-bar a {
  color: #ffffff;
}

.main-banner {
  position: relative;
}

.main-banner img.main-img {
  min-height: 100vh;
}

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

/*Detail Accordion*/

.detail-accordion #accordion .card {
  border: 0;
  background-color: transparent;
}

.detail-accordion #accordion .card-header {
  background-color: transparent;
  border-bottom: 4px solid #4A3D34;
  text-align: center;
}

.detail-accordion #accordion .btn.btn-link {
  position: relative;
  width: 100%;
  margin-top: 45px;
  font-family: 'Futura Bold', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px;
  text-decoration: none !important; 
  text-align: center;
}

.collapse-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.detail-accordion #accordion .btn.btn-link .minus {
  display: initial;
}

.detail-accordion #accordion .btn.btn-link .plus {
  display: none;
}

.detail-accordion #accordion .btn.btn-link.collapsed .plus {
  display: initial;
}

.detail-accordion #accordion .btn.btn-link.collapsed .minus {
  display: none;
}

.detail-accordion #accordion .card-body p {
  width: 100%;
  padding: 10px 0;
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px;
  text-align: center;   
}

.detail-accordion #accordion {
  margin-bottom: 60px;
}

.blueprint {
  padding-top: 60px;
  text-align: center;
}

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


/*Back Button*/

.back-button {
  margin-top: 40px;
  margin-bottom: 90px;
}

.back-button p {
  padding-left: 45px;
  font-family: 'Futura Oblique', Helvetica, sans-serif;
  font-size: 16px;
  color: #4A3D34;
  line-height: 20px;
  text-align: center;
  font-weight: 800;
}
/*---------------*/


/*Section cuando no hay banner principal*/

.title-paragraph.without-banner {
  padding-top: 185px;
}

.title-paragraph.without-banner .title {
  font-weight: 800;
}
/*-----------------*/


/*Contact Form*/

.contact-form input,
.contact-form textarea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 369px;
  max-width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 14px;
  color: #4A3D34;
  line-height: 15px;
  text-align: center;  
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-form .form-group {
  max-width: 100%;
}

.contact-form .form-control::placeholder {
  color: #4A3D34 !important;
  opacity: 1 !important;
}

.contact-form textarea {
  padding-top: 25px;
  margin-bottom: 32px;
}

.btn-send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  min-height: 54px;
  background-color: #CAA977;
  padding:  2px 0 0 0;
  border-radius: 0;
  margin-bottom: 55px;
  font-family: 'Futura Bold', Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 19px;  
}

.mobilesOnly.dark .nav-container .hamburger-lines .line {
  background: #4A3D34;
}
/*----------------*/

/*New Grid*/

.new-grid .container {
  background: #FF678C;
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  height: 80vh;
  text-align: center;
  text-transform: uppercase;
  width: 100vw;
}

.new-grid .card {
  align-items: center;
  background: white;
  background-size: cover;
  background-position: center;
  border: 5px solid white;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-grow: 0;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  height: 50%;
  justify-content: center;
  outline: 5px solid white;
  text-shadow: 0 0 5px black;
}
  /*La primera*/
  .new-grid .card:nth-child(6n - 5) {
    height: 100%;
  }
  
  /*La segunda*/
  .new-grid .card:nth-child(6n-4) {
    height: 50%;
  }
  
  .new-grid .card:nth-child(6n-3) {
    height: 50%;
  }
  
  .new-grid .card:nth-child(6n-2) {
    height: 50%;
  }
  
  .new-grid .card:nth-child(6n-1) {
    height: 100%;
  }
  
  .new-grid .card:nth-child(6n) {
    height: 50%;
  }

  .new-grid .card:nth-child(7n) {
    height: 50%;
  }  


.new-grid .background {
  align-items: center;
  background: #FF678C;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}


.new-grid img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.new-grid .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-grid .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.new-grid .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows:300px;
  grid-auto-flow: dense;
}

.new-grid .grid-wrapper .wide {
  grid-column: span 2;
}

.new-grid .grid-wrapper .tall {
  grid-row: span 2;
}

.new-grid .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
/*-----------*/


/*Steps*/
.steps .step-title {
  margin-top: 25px;
  font-family: 'Futura Bold', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px; 
}

.steps .step-title:first-child {
  margin-top: 0;
}

.steps p {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px;  
}

.steps p.bullet {
  line-height: 1;  
}
/*-------------*/


/*Section Tour Info*/
.tour-info {
  margin-top: 70px;
}

.horarios-datos {
  margin-bottom: 30px;
}

.tour-info .info {
  margin: 10px 0;
}

.tour-info p {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px; 
}

.tour-info p span {
  font-family: 'Futura Bold', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px; 
}

.tour-info .icon-info {
  margin-right: 15px;
}

.btn.btn-send.btn-plan {
  margin: 25px 0 20px; 
  /*modificado 19*/
}

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


/*Apartments Gallery*/

.apartments-gallery .contenedor-slide .plequita .titulo {
  font-size: 40px;
  line-height: 53px;
}

.apartments-gallery .contenedor-slide .plequita .category {
  font-size: 15px;
}

.apartments-gallery .contenedor-slide .plequita .descripcion {
  font-size: 20px;
}

.apartments-gallery .contenedor-slide .plequita {
  bottom: 27px;
}


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


/*Accordion Rseñas*/

.detail-accordion #accordion .title-paragraph p.text {
  margin-top: 28px;
  font-family: 'Futura Oblique', Helvetica, sans-serif;
  font-size: 18px;
  color: #4A3D34;
  line-height: 25px;
  text-align: center;
}

.usuario-testimonio {
  font-weight: 800;
}


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




/*Slider con texto a un lado*/

.slider-life .swiper-prev,
.slider-life .swiper-next {
  position: relative;
}

.slider-side-text {
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #CAA977;
  line-height: 40px;  
}

.slider-life .plequita {
  bottom: 20px;
}

.slider-life .plequita p {
  color: #ffffff;
  text-align: left;
}

.slider-life .plequita p.text-uppercase {
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.slider-life {
  margin-bottom: 30px;
}
/*-----------------------------*/


/*Section Rooms*/

section.rooms {
  margin-bottom: 65px;
}



/*Our Mexico*/
.turn-left {
  margin-bottom: 80px;
}

.turn-anchor {
  position: relative;
}

.turned-text {
  font-family: 'Futura', Helvetica, sans-serif;
  font-size: 52px;
  color: #4A3D34;
  transform: rotate(-90deg); 
  white-space: nowrap;
}

.turn-left .plequita {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.turn-left .plequita .titulo {
  font-size: 2vw;
}

.turn-left .plequita p {
  text-align: center;
}
/*--------------*/








/*Submenu Hoveresco*/

.nav-item.dropdown {
  list-style: none;
}

.dropdown-toggle::after {
  margin-left: .555em !important;
}

.nav-item .dropdown-menu { display: none; }
.nav-item:hover .nav-link {   }
.nav-item:hover .dropdown-menu { display: none; }
.nav-item .dropdown-menu { margin-top:0; }


.dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  border: 0;
  border-radius: 0;
}

.dropdown-menu li a,
.interno .dropdown-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4A3D34;
}

.dropdown-menu li:first-child a {
  padding-top: 20px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffffff;
}
.menu-desktop-apartments-menu-container {
    position: absolute;
    top: 32px;
}
body header .bottom-bar .dropdown .dropdown-menu > ul {
    padding: 10px 10px;
    list-style: none;
}

body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu {
    padding-left: 19px;
}

body header .bottom-bar .dropdown .dropdown-menu > ul > li >  a {
    padding: 5px 10px;
}

body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li a {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-left: 8px;
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.dchecked {position: relative;}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.dchecked input{position: absolute; left: 0;
  top: 4px;
  z-index: 5;
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.dchecked a {
    margin-left: 0;
     padding-left: 25px; 
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li a input.desktop-menu-checkbox {
    position: relative;
    margin-right: 6px;
    z-index: 10;
}

body header .bottom-bar .dropdown .dropdown-menu ul {
    list-style: none;
}
header .bottom-bar .dropdown button:focus{
    outline: none;
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.desktop-checkbox-item a {
  position: relative;
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.desktop-checkbox-item a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #caa977;
  position: absolute;
  top: 4px;
  left: 0;
  display: none;
  border-radius: 3px;
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.desktop-checkbox-item.dchecked a:before,
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.desktop-checkbox-item.dchecked a:after{
  display:block;
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.desktop-checkbox-item a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  display: none;
}
body header .bottom-bar .dropdown .dropdown-menu ul ul.sub-menu li.desktop-checkbox-item.dchecked input{
  opacity:0;
}

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









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.mobilesOnly {
  display: none;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}


/* line 14, ../sass/viadora.scss */
body header nav .navbar .nav-container li span {
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}
/* line 25, ../sass/viadora.scss */
body header .top-section img.dark {
  display: none;
}
/* line 32, ../sass/viadora.scss */
body header .bottom-bar span.date-trigger,
body header .bottom-bar .btn.btn-special {
  background-color: transparent;
  border: 0;
  font-family: 'Futura Book', Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 15px;
  text-transform: uppercase;
}
body header.sticky .bottom-bar .dropdown button,
body header.sticky .bottom-bar span.date-trigger {
  color: #4A3D34;
}
/* line 45, ../sass/viadora.scss */
body header .bottom-bar .dropdown-menu input[type="date"] {
  border: 0 !important;
  background-color: transparent !important;
}
/* line 54, ../sass/viadora.scss */
body header.desktop {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  /*transition: top 2s;*/
}
/* line 61, ../sass/viadora.scss */
body header.desktop.scrolled {
  top: -200px;
}
/* line 66, ../sass/viadora.scss */
body header.desktop.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
}
/* line 71, ../sass/viadora.scss */
body header.desktop.sticky .top-section {
  background-color: #ffffff;
}
/* line 75, ../sass/viadora.scss */
body header.desktop.sticky .top-section img.light {
  display: none;
}
/* line 79, ../sass/viadora.scss */
body header.desktop.sticky .top-section img.dark {
  display: inherit;
}
/* line 84, ../sass/viadora.scss */
/*body header.desktop.sticky .top-section .logo {
  display: none;
}*/
/* line 88, ../sass/viadora.scss */
/*body header.desktop.sticky .top-section .top-bar {
  border-top: 0px solid #4A3D34;
}*/
/* line 92, ../sass/viadora.scss */
body header.desktop.sticky .top-section .top-bar a {
  color: #4A3D34;
}


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


/*Galeria Masonry*/

.galeria-masonry .container {
  height: 415px;
}

.galeria-masonry .container .col-12 {
  padding: 0;
}

.galeria-masonry .container img.full-h {
  height: 100%;
}

.galeria-masonry .container .half-h-top {
  padding-bottom: .375rem;
}

.galeria-masonry .container .half-h-bottom {
  padding-top: .375rem;
}

.galeria-masonry .container .two-thirds-h {
  height: 60%;
  padding-bottom: .375rem;
}

.galeria-masonry .container .two-thirds-h > div {
  height: 100%;
}

.galeria-masonry .container .one-third-h {
  height: 40%;
  padding-top: .375rem;
}

.galeria-masonry .container .one-third-h > div {
  height: 100%;
}

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

  .galeria-masonry .container {
    max-width: 1610px;
    height: 565px;
  }
          
}

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

  .galeria-masonry .container {
    max-width: 1800px!important;
    height: 645px!important;
  }

  .slider-life .plequita p.text-uppercase {
    font-size: 35px;
    line-height: 40px;
  }

  .slider-side-text {
      font-size: 25px;
      line-height: 30px;
  }

  .main-banner .centered-text {
    top: 5vw;
  }
          
}

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



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*Break Point Pantalla HD*/
@media only screen and (min-width: 1800px) {

      footer .links a,
      footer p {
        font-size: 0.8vw;
      }

      footer p.address {
        font-size: 0.7vw;
        line-height: 1vw;
      }      
}

@media only screen and (min-width: 769px) and (max-width: 1090px) {  }

@media only screen and (max-width: 1199px) {
  .galeria-masonry .container .col-md-auto {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body .image-masonry.alterna .container {
    height: 330px !important;
  }
  .galeria-masonry .container .col-md-auto a img {
    width: 100%;
    object-fit: cover;
  }  
}
/*Break Point Bootstrap Menu*/
@media only screen and (max-width: 991px) {

      /*Our Mexico*/
        .turn-left .plequita .titulo {
          font-size: 4vmax;
        }
      /*--------*/  

      .mobilesOnly {
        display: initial;
      }
      .desktop {
        display: none !important;
      }

      footer {
        padding: 30px 10% 33px;
      }

      footer .links a {
        display: inline-block;
        margin-bottom: 20px;
      }

      .main-banner .title {
        font-size: 60px;
      }

      .plequita {
        width: 50%;
        /*left: 10% !important;*/
        margin: auto;
      }

      .plequita p {
        text-align: center !important;
      }
      .slider-life .plequita p,.left .plequita p{
          text-align: left !important;
      }

      section {
        /*margin-bottom: 100px !important;*/
      }

      .main-banner .title {
        font-size: 4vmax;
      }

      .main-banner .place {
        font-size: 3vmax;
      }

      .carousel-control-next img,
      .carousel-control-prev img,
      .swiper-prev img,
      .swiper-next img {
        max-height: 30px;
      }

      .tour-info .info {
        margin: 20px 0;
      }

      .slider-side-text {
        margin: 20px auto;
        font-size: 28px;
        text-align: center;
      }

      .slider-life {
        margin-bottom: 0 !important;
      }                  
      .right .plequita{
        right:auto;
    }
    body section.vc-custom.main-banner .carousel-item,.main-banner, .carousel, .carousel-inner, .carousel-inner img {
        min-height: unset !important;
    }
    
    .main-banner video {
        height: 100vh;
        object-fit: cover;
    }
    .main-banner .centered-text {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 60px;
        top: 0;
    }
    .main-banner .carousel-inner .centered-text {
        position:static;
        min-height: 80vh;
    }
    .vc-experiences-slider,.vc-experiences-slider-alt{
        margin-bottom:30px !important;
    }
    .vc-experiences-slider .col-md-1,.vc-experiences-slider .col-md-2,.vc-experiences-slider .col-md-3 ,.vc-experiences-slider-alt .col-md-1{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .vc-experiences-slider .order-md-4 ,.vc-experiences-slider-alt  .order-md-4{
        order: 1;
    }
    
    .vc-experiences-slider .order-md-1 ,.vc-experiences-slider-alt .order-md-1{
        order: 2;
    }
    .title-paragraph {
        margin-bottom: 35px;
    }
    .galeria-masonry .container .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .galeria-masonry .container .col-12 a {
        width: 100%;
        display: block;
    }
    
    .galeria-masonry .container .col-12 a img {
        width: 100%;
        margin-bottom: 20px;
    }
    .page-template-contact-us .mobilesOnly .logo-mobile {
        background: #4A3D34;
        padding-left: 10px;
    }
    .page-template-contact-us .mobilesOnly .nav-container .hamburger-lines {
        right: 18px;
        top: 20px;
    }
                     
}

/*Break Point Ipad*/
@media only screen and (max-width: 991px) { 
    
}

/*Break Point Bootstrap MD*/
@media only screen and (max-width: 767px) { 

    /*Our Mexico*/      
      .turned-text {
        font-size: 42px;
      }
    /*--------*/
    
    .left .plequita .titulo {
        font-size: 32px;
        line-height: 38px;
        margin: 10px 0;
    }
    .left .plequita .descripcion {
        font-size: 18px;
    } 
    .left .plequita .category {
        font-size: 18px;
    }
    .title-paragraph .img-fluid {
        width: 210px;
        margin-bottom: 17px;
    }
    .slider-life .plequita {
        bottom: 20px;
        left: 20px !important;
    }
    .title-paragraph.without-banner {
        padding-top: 120px;
        margin-bottom: 30px;
    }
    .title-paragraph .title {
        font-size: 25px;
    }
    .detail-accordion {
        padding: 0 20px !important;
    }
    .detail-accordion #accordion .title-paragraph p.text {
        padding: 0 !important;
    }
    .detail-accordion .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    section.slider-tour {
        padding-top: 0 !important;
    }
    
    section.mapa {
        margin-bottom: 0 !important;
        margin-top: 15px;
    }
    .center .plequita p {
        text-shadow: 1px 1px 8px #000;
    }
    
}
@media(max-width:576px){
    .main-banner .carousel-inner .centered-text {
        min-height: 57vh;
    }
    .main-banner .title {
    font-size: 3vmax;
    }
    
    .main-banner .place {
        font-size: 2.7vmax;
        line-height: 30px;
        margin-top: 15px;
    }
    .mobilesOnly .logo-mobile img {
    height: 35px;
    }
    
    .mobilesOnly .nav-container .hamburger-lines {
        height: 14px;
        width: 22px;
        top: 17px;
    }
    
    .mobilesOnly .nav-container .hamburger-lines .line {
        height: 2px;
    }
    .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg) translate(-2px, -2px);
    }
}
@media(max-width:480px){
    .main-banner .carousel-inner .centered-text {
        min-height: 50vh;
    }
    .main-banner .place {
        font-size: 2vmax;
        line-height: 20px;
        margin-top: 10px;
    }
    .main-banner .title {
        font-size: 2.5vmax;
    }
}
@media(max-width:420px){
    .mobilesOnly .navbar .menu-items {
        width: 250px;
        padding: 20px 20px;
    }
    .mobilesOnly .navbar .nav-container a {
    font-size: 1rem;
    }
    
    .mobilesOnly .navbar .nav-container li {
        margin-bottom: 0.3rem;
    }
    form#contact-form {
        padding: 0 20px;
    }
    .main-banner .carousel-inner .centered-text {
        min-height: 35vh;
    }
}
/*Break Point Bootstrap SM*/
@media only screen and (max-width: 575px) { }

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



@media (max-width:991px){
    .menu-languages-mobile .menu-languages{left:25px; right:unset;}
    
}
