html {
    scroll-behavior: smooth;
}

.bg-negro{
    background-color: black;
}
.vertical-center-50 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.centro-hv{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}


/*HEADER*/
#header {
  padding: 10px;
}
header img{
    max-height: 60px;
    padding-right: 30px;
}
header{
    background-color: white;
}
.head-transparente{
    background-color: transparent !important;
}

#menu {
  background: white;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a {
  color: black;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color:  black;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
 
}

.toggle-menu:focus{
    outline: none;

}

.toggle-menu span {
  background-color:  black;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color:  black;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

/*TRANSPARENTE*/

.toggle-men {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
 
}

.toggle-men:focus{
    outline: none;

}

.toggle-men span {
  background-color:  #F6CAA4;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-men span:before, .toggle-men span:after {
  background-color:  #F6CAA4;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-men span:before {
  top: 7px;
}
.toggle-men span:after {
  top: -7px;
}
.toggle-men.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-men.active span:before, .toggle-men.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-men.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-men.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}



/*TRANSPARENTE*/

/*HEADER*/





/*Fondos*/

.home{
    background-image: url(../img/Home/bg-hotel-roma_191.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news{
    background-image: url(../img/Home/news_bg-roma_191.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.descarga{
    background-image: url(../img/Home/bg-roma_191.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index{
    background-color: #202020;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.contacto{
    background-image: url(../img/contacto/mexican-bn.jpg);
    min-height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    
}

.bg-services{
    background-image: url(../img/servicios/services.jpg);
    min-height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    
}

.van-gogh{
    background-image: url(../img/van-gogh/bg-roma191-van-gogh.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rodin{
    background-image: url(../img/rodin/bg_rodin_roma_191.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gauguin{
    background-image: url(../img/gauguin/bg_gauguin_roma_191.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.caravaggio{
    background-image: url(../img/caravaggio/bg-roma191-caravaggio.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.goya{
    background-image: url(../img/goya/bg-roma191-goya.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.botticelli{
    background-image: url(../img/boticelli/bg-roma191-botticelli.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.room-service{
    background-image: url(../img/desayunos/bg-room-service-roma_191.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.spa{
    background-image: url(../img/Home/bg-hotel-roma_191-spa.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*Fondos*/






/*Generales*/
.bg-10{
    min-height: 10vh;
}
.bg-20{
    min-height: 20vh;
}
.bg-30{
    min-height: 30vh;
}
.bg-40{
    min-height: 40vh;
}
.bg-50{
    min-height: 50vh;
}
.bg-60{
    min-height: 60vh;
}
.bg-70{
    min-height: 70vh;
}
.bg-80{
    min-height: 80vh;
}
.bg-90{
    min-height: 90vh;
}
.bg-100{
    min-height: 100vh;
}

.separador{
    border-width: thin solid;
    border-color:  #F6CAA4;
    opacity: .6;
}

button:focus { 
    outline: none; 
    
} 

*:focus { 
    outline: none; 
} 

.vertical-center {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}




.ul-amenidad{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .5px;
    list-style-image: none;
    list-style: "—";

}

.light{
    font-weight: 100;
}

.dorado{
    color: #F6CAA4;
}
.blanco{
    color: white;
}

.negro{
    color: black;
}

.logo-travel{
    max-width: 100px;
}

.bg-azul{
    background-color: #202020;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-negro{
    background-image: url(../img/bg-negro.jpg);
    background-position: center;
}


.bg-tour{
    background-image: url(../img/Home/bg-tour.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.footer-img{
    max-height: 20px;
}

.a-dorado{
    color:  #F6CAA4;
    font-size: 14px;
    font-weight: 100;
}
.a-dorado:hover{
    color:  #F6CAA4;
    font-size: 14px;
    font-weight: 100;
}

.a-contacto{
    color: black;
}
.a-contacto:hover{
    color: black;
    text-decoration: underline;
}

.btn-1{
    
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all ease 1s;
    
}

.btn-1:hover{
    
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all ease 1s;
    
}

.btn-2{
    
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all ease 1s;
    color:  #F6CAA4;
    
}

.btn-2:hover{
    
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all ease 1s;
    color:  #F6CAA4;
    
}

.btn-3{
    
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 7px;
    transition: all ease 1s;
    text-transform: uppercase;
    color: rgba(246, 202, 164, 0.7);
    
}

.btn-3:hover{
    
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 7px;
    transition: all ease 1s;
    text-transform: uppercase;
    color: #F6CAA4;
    
}

.btn-4{
    
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all ease 1s;
    color:  white;
    
}

.btn-4:hover{
    
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    font-weight: 300;
    letter-spacing: 3px;
    transition: all ease 1s;
    color:  white;
    
}

.btn-5{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    transition: all ease 1s;
    background: none;
    border: none;
    
}

.btn-5:hover{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    transition: all ease 1s;
    background: none;
    border: none;
    color: black;
    text-decoration: underline;
    
}

.btn-descarga{
    
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    transition: all ease 1s;
    color:  black;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    
}

.btn-descarga:hover{
    
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    transition: all ease 1s;
    color:  white;
    background-color: black;
    
}

.sans{
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    
}

.categoria{
    color: #8d8d8d;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    
}

.ul-aviso{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}


.precio{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
        
}

p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.h1-home{
    
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 65px;
    
}

.h1-suite{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 100;
    line-height: 60px;
    
}

h1{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 50px;
    
}

h2{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 53px;
}

h3{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 100;
}

h4{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 100;
    line-height: 38px;
    
}

h5{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 100;
    
}

h6{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 31px;
    
}

/*Generales*/













/*MEDIA DISPOSITIVOS MOVILES*/ 
@media (max-width: 575.98px) {
    
    header img{
    max-height: 50px;
    
    }
    
    .logo-travel{
    max-width: 90px;
    }
    
    .precio{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 12px;
        font-weight: 300;
        line-height: 28px;
        
    }
    
    
    .vertical-center {
      margin: 0;
      position: absolute;
      top: 35%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .centro-hv{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 200px;
      padding-bottom: 100px;
    }

    
    .centro{
        text-align: center !important;
    }
    
    .izq{
        text-align: left!important;
    }
    
    /*Generales*/
    
    .ul-amenidad{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .5px;
    list-style-image: none;
    list-style: "—";

    }
    
    .roma-letter{
    max-height: 150px;
    }
    
    
    .dorado{
        color:  #F6CAA4;
    }

    .bg-azul{
        background-color: #202020;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-negro{
        background-image: url(../img/bg-negro.jpg);
        background-position: center;
    }

    .footer-img{
        max-height: 25px;
    }
    

    .btn-1{

        font-family: 'Source Sans Pro', sans-serif;
        text-decoration: underline;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 2px;
        transition: all ease 1s;

    }

    .btn-1:hover{

        font-family: 'Source Sans Pro', sans-serif;
        text-decoration: underline;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 3px;
        transition: all ease 1s;

    }
    
    .btn-2{
    
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all ease 1s;
    color:  #F6CAA4;
    
    }

    .btn-2:hover{

        font-family: 'Source Sans Pro', sans-serif;
        text-decoration: underline;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 3px;
        transition: all ease 1s;
        color:  #F6CAA4;

    }
    

    .sans{
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: 1px;

    }
    
    .categoria{
        color: #8d8d8d;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;

    }
    
    .ul-aviso{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    }

    p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
    }
    
    .h1-home{
    
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 55px;
    
    }
    
    
    .h1-suite{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 43px;
    
    }

    h1{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 100;
        line-height: 43px;
    }

    h2{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 100;
        line-height: 41px;
    }

    h3{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 26px;
        font-weight: 100;
    }

    h4{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 22px;
        font-weight: 100;
        line-height: 32px;

    }

    h5{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 18px;
        font-weight: 100;

    }

    h6{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 16px;
        font-weight: 100;
        line-height: 27px;


    }

/*Generales*/
    
    
    
    /*Fondos*/

    .home{
        background-image: url(../img/Home/bg3-roma_191_m.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .news{
    background-image: url(../img/Home/news_bg-roma_191_m.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
    
    .descarga{
        background-image: url(../img/Home/bg3-roma_191_m.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    .index{
    background-color: #202020;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    }

    .contacto{
        background-image: url(../img/contacto/mexican-bn.jpg);
        min-height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;

    }

    
    .bg-services{
        background-image: url(../img/servicios/services.jpg);
        min-height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: scroll;

    }
    
    .bg-azul{
    background-color: #202020;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    }

    .van-gogh{
        background-image: url(../img/van-gogh/bg-roma191-m-van-gogh.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .rodin{
        background-image: url(../img/rodin/bg_rodin_roma_191_m.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .gauguin{
        background-image: url(../img/gauguin/bg_gauguin_roma_191_m.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .caravaggio{
        background-image: url(../img/caravaggio/bg-roma191-m-caravaggio.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .goya{
        background-image: url(../img/goya/bg-roma191-m-goya.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .botticelli{
        background-image: url(../img/boticelli/bg-roma191-m-botticelli.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .room-service{
        background-image: url(../img/desayunos/bg-room-service-roma_191-m.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .spa{
        background-image: url(../img/Home/bg3-hotel-roma_191_spa-m.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*Fondos*/  
    
    /*MENU*/
        #menu .main-nav a {
      color: black;
      display: block;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 16px;
      font-weight: 600;
      padding: 1rem 1rem;
      text-decoration: none;
      text-transform: uppercase;
    }

    #menu .menu-footer a {
      color:  black;
      font-size: 17px;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 600;
    }


}

/*MEDIA DISPOSITIVOS MOVILES*/ 




/*FORM SUSCRIPCION*/


@font-face {
        font-display: block;
        font-family: 'Source Sans Pro', sans-serif;
      }

      @font-face {
        font-display: fallback;
        font-family: 'Source Sans Pro', sans-serif;
      }

      @font-face {
        font-display: fallback;
        font-family: 'Source Sans Pro', sans-serif;
      }

      #sib-container input:-ms-input-placeholder {
        text-align: left;
        font-family: 'Source Sans Pro', sans-serif;
        color: #c0ccda;
      }

      #sib-container input::placeholder {
        text-align: left;
        font-family: 'Source Sans Pro', sans-serif;
        color: #c0ccda;
      }

      #sib-container textarea::placeholder {
        text-align: left;
        font-family: 'Source Sans Pro', sans-serif;
        color: #c0ccda;
      }
/*FORM SUSCRIPCION*/




/*MASIONARY*/



.gridywrap div[class*="gridy"] {
  background: #eee;
  box-shadow: inset 0 0 0 1px #ddd;
  padding: 15px;
  float: left;
  position: relative;
}
.gridywrap .gridy-1,
.gridywrap .gridy-2,
.gridywrap .gridy-3 {
  width: 320px;
  overflow: hidden;
}

.gridywrap .gridy-1 {
  width: 100%;
}
.gridywrap .gridy-2 {
  width: 100%;
}
.gridywrap .gridy-3 {
  width: 100%;
}

.gridywrap .gridyhe-1 {
  height: 320px;
}
.gridywrap .gridyhe-2 {
  height: 320px;
}

@media screen and (min-width: 640px) {
  .gridywrap .gridyhe-2 {
    height: 320px;
  }
  .gridywrap {
    width: 100%;
  }
  .gridywrap .gridy-1 {
    width: 50%;
  }
  .gridywrap .gridy-2 {
    width: 50%;
  }
  .gridywrap .gridy-3 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .gridywrap .gridy-1 {
    width: 33.3%;
  }
  .gridywrap .gridy-2 {
    width: 66.6%;
  }
  .gridywrap .gridy-3 {
    width: 100%;
  }
  .gridywrap .gridyhe-2 {
    height: 640px;
  }
}

/*styling*/
.gridywrap .gridimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.gridywrap .gridimg img {
  width: 100%;
}
.gridywrap .gridinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: all 0.8s;
}
.gridywrap .gridinfo h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  margin: 130px 0 20px;
  position: relative;
 
}
.gridywrap .gridinfo h3:after {
  content: "";
  width: 25px;
  border-top: 4px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.gridywrap .gridinfo .gridmeta {
  transition-delay: 0.25s;
}
.gridywrap .gridinfo .gridmeta p {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
}
.gridywrap .gridinfo .gridmeta p i {
  margin-right: 5px;
}
.gridywrap .gridinfo .gridmeta p.gridwho {
  margin-left: 25px;
}
.gridywrap .gridinfo p.gridexerpt {
  width: 60%;
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 25px;
  color: #fff;
  transition-delay: 0.5s;
}

.gridywrap .gridinfo * {
  opacity: 0;
  transition: all 0.8s;
}
.gridywrap .gridinfo h3 {
  opacity: 1;
}
.gridywrap .gridinfo .grid-btn {
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 15px;
  border: 1px solid #fff;
  display: block;
  overflow: hidden;
}
.gridywrap .gridinfo .grid-btn:hover {
  width: 75px;
  background: rgba(0, 0, 0, 0.3);
}
.gridywrap .gridinfo .grid-btn span {
  opacity: 0;
  display: none;
  transition: opacity 0.8s;
}
.gridywrap .gridinfo .grid-btn:hover span {
  opacity: 1;
  display: inline;
}
.gridywrap .gridinfo .grid-btn:hover i {
  opacity: 0;
  display: none;
}

.gridywrap .gridinfo:hover * {
  opacity: 0.7;
}
.gridywrap .gridinfo:hover p {
  opacity: 1;
}
.gridywrap .gridinfo:hover {
  background: rgba(0, 0, 0, 0.3);
}
.gridywrap .gridinfo:hover h3 {
  margin-top: 70px;
  opacity: 1;
}

.intro {
  text-align: center;
  padding: 25px;
  background: #111;
  color: white;
}
.intro p {
  opacity: 0.5;
  font-size: 12px;
}
.intro p a {
  color: white;
}
/*MASIONARY*/


/*MEDIA DISPOSITIVOS TABLET*/ 
@media (min-width: 768px) and (max-width: 991.98px) { 
    
    .home{
        background-image: url(../img/Home/bg3-roma_191_m.jpg);
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    .centro{
        text-align: center !important;
    }
    
    .ul-aviso{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    }
    
    
    p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 26px;
    }
    
    .h1-home{
    
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 100;
    line-height: 50px;
    
    }
    
    .h1-suite{
    font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 43px;
    
    }

    h1{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 100;
        line-height: 43px;
    }

    h2{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 28px;
        font-weight: 100;
        line-height: 41px;
    }

    h3{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 26px;
        font-weight: 100;
    }

    h4{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 22px;
        font-weight: 100;
        line-height: 32px;

    }

    h5{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 18px;
        font-weight: 100;

    }

    h6{
        font-family: 'Bovino-Light', 'Bovino-Light-ios', 'Playfair Display', serif;
        font-size: 16px;
        font-weight: 100;
        line-height: 27px;


    }



}






/*COOKIES*/

#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.5%;
    text-align: center;
    z-index: 99;
}

.btn-cookies{
    color: black;
    background-color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px;
    
}

.p-cookies{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    
}

.p-cookies:hover{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: white;
    
}


/*COOKIES*/



/*CARRUSEL DESAYUNOS*/
@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    display: block;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}
/*CARRUSEL DESAYUNOS*/



/*BG video*/ 
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
/*BG video*/


/*  WHATSAPP*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.whatsapp:hover {

  color:#FFF;
 
}

.logo {
    max-height: 40px;
}

/*  WHATSAPP*/



/*  HEADER*/
header{
    background-color: white;
}

/*ESTILOS NAV*/


.dropdown-toggle::after {
  display: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width {
  width: 2rem;
}
.verticalLine {
    border-left: thin solid rgba(0, 0, 0, 0.15);
    border-bottom-width: thin;
}
.a-menu{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: black;
}
.nav-link{
    color: rgba(0, 0, 0, 0.6) !important;
    
}

.bg-light{
    background-color: white!important;
}
/*ESTILOS NAV*/


/*NAVBAR*/

.nav-link {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.nav-link:hover {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.navbar-light .navbar-toggler {
    border: none;
}

header {
    background: white;
}

.verticalLine {
    border-left: thin solid #2D342C;
    border-bottom-width: thin;
}

.separador {
    border-width: thin;
    border-color: black;
    border-width: 1px;
}

ul {
    list-style: none;
}

nav li ul {
    background-color: white;
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0;
}

nav li:hover>ul {
    display: block;
    padding: 10px;
    background-color: white;
}

.dropdown-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


/*NAVBAR*/

.logo{
    max-height: 45px;
        
}
   

/*  HEADER*/
