html,body{
	overflow-x: hidden;
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 5%;
  bottom: -30%;  
  -webkit-transform: rotate(30deg);
  transform: rotate(10deg);
  max-width: 500px;
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -5%;
  right: auto;
  bottom: 0;
  left: 3%; 
  transform: rotate(5deg);	
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2
}

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: rgba(0, 46, 102, .8);
    
}

.masthead .masthead-content h1 {
    font-size: 2.5rem
}

.masthead .masthead-content p {
    font-size: 1.2rem
}

.masthead .masthead-content p strong {
    font-weight: 700
}

.masthead .masthead-content .input-group-newsletter input {
    height: auto;
    font-size: 1rem;
    padding: 1rem
}

.masthead .masthead-content .input-group-newsletter button {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem
}

.mapa{
	 position: absolute; 
	 z-index: 0;
}

.parallax {
  background-image:url(../img/hotelwindsor.jpg);
  height: 600px;
  /* parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (min-width:768px) {
    .masthead {
        height: 100%;
        min-height: 0;
        width: 40.5rem;
        padding-bottom: 0
    }
    .masthead .masthead-bg {
        max-height: 0;
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg);
        -webkit-transform-origin: top right;
        transform-origin: top right
			
    }
    .masthead .masthead-content {
        padding-left: 3rem;
        padding-right: 10rem
    }
    .masthead .masthead-content h1 {
        font-size: 3.5rem
    }
    .masthead .masthead-content p {
        font-size: 1.3rem
    }	
}

@media(max-width:600px){
	.mapa{
		position: relative;
	}
	 .masthead {   
        width: 100%;       
    }
	
	.parallax{
	  
	  background-attachment:inherit;
		background-position:center;
	  background-repeat: no-repeat;
	  background-size:cover;	
	  padding: 50px;
	  
	  
	}
	.h4mobile{
		font-size: 1.3rem;
	}
	
}

.gradientegris{
	background: rgba(246,246,246,1);
	background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 50%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=1 );
}

.absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.social-icons {
  position: absolute;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 2;
}

.social-icons ul {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.social-icons ul > li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.social-icons ul > li > a {
  display: block;
  color: white;
  background-color: rgba(0, 46, 102, 0.8);
  border-radius: 100%;
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}



@media (min-width: 768px) {
  .social-icons {
    margin: 0;
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
    width: auto;
  }
  .social-icons ul {
    margin-top: 0;
    width: auto;
  }
  .social-icons ul > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .social-icons ul > li:last-child {
    margin-bottom: 0;
  }
  .social-icons ul > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
  }
  .social-icons ul > li > a:hover {
    background-color: #002E66;
  }

		
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 170px;
    height: 133px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/../img/isologo_negro_chico.png);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: contain;
    margin: -100px 0 0 -85px;
}


