/* CSS Document */
@media (min-width: 1200px) {
  .vertical-align {
    display: flex;
    align-items: center;
}
}
body {
	background-color:#57BAE7;
}

.imgres {
	width:100%;
	height:auto;
}
.carousel-control {
    background-image:none !important;
    filter:none !important;
}
.navbar {
	margin-bottom:0;
	background-color:transparent;
	border:0;
}
.producto-menu {
	padding:0;
}
.menu-rojo {
	font-size:25px;
	font-weight:700;
}
.menu-rojo a {
	color:#FFF;
	text-decoration:none;
}
.menu-rojo a:hover {
	color:#FF0;
}
.redes i {
	margin-right:10px;
}
.redes a {
	color:#FFF;
}
.redes a:hover {
	color:#FF0;
}


.ficha {
	margin-top:7em;
	background-position:top;
	background-repeat:no-repeat;
	background-size:contain;
	padding-bottom:3em;
}

.paquete {
	margin-top:13em;
}
@media (max-width: 480px) {
  .paquete {
	margin-top:0;
}
} 
.paquete h1 {
	font-size:25px;
	color:#FFF;
}
.paquete img {
	width:100%;
	height:auto;
}
.blanco {
	color:#FFF;
}
.tabla-producto td {
	/*padding:6px;*/
	/*border:1px solid #000;*/
}
.tabla-producto {
	margin-bottom:10px;
}
.footer {
	color:#FFF;
}
.btn-transparente{
	background-color:#FFF;
	border-color:#FFF;
	border-radius:20px;
	color:#FFAA01;
}
.btn-transparente:hover, .btn-transparente:active, .btn-transparente:focus {
	background-color:#E8262D;
	border-color:#FFF;
}
.form-control {
	border:1px solid #FFF;
	border-radius:20px;
	color:#FFF;
	background-color:transparent;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #FFFFFF;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #FFFFFF;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #FFFFFF;
 }











/*/*FULLSCREEN CAROUSEL
html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}*/









/*SIDENAV*/
 /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #E8262D; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  color:#FFF;
}

/* The navigation menu links */
/*.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #FFF;
  display: block;
  transition: 0.3s;*/
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  /*color:#FF0;*/
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 30px;
  color:#FFF;
  text-decoration:none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  /*.sidenav {padding-top: 15px;}*/
}



/*ZOOM IMAGE ON HOVER*/
.zoom {
  /*padding: 50px;*/
  /*background-color: green;*/
  transition: transform .2s; /* Animation */
  /*width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.zoom:hover {
  transform: scale(1.1);
  z-index:99999; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


dt img {
	width:100%;
	height:auto;
}
#gallery-1 a img {
	border:0;
}
dt {
	margin:0 0.5em 0.5em 0;
}



.btn-transparente-blanco{
	background-color:transparent;
	border-color:#000;
	border-radius:20px;
	color:#FFF;
}
.btn-transparente-blanco:hover, .btn-transparente-blanco:active, .btn-transparente-blanco:focus {
	background-color:transparent;
	border-color:#FFF;
	border-radius:20px;
	color:#FFF;
}