@charset "UTF-8";
/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}


.bgimg-1, .bgimg-2, .bgimg-2b,.bgimg-2c,.bgimg-2d, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../img/Logoini.jpg");
  min-height: 100%;
  background-color: grey;
}
@media only screen and (max-device-width: 1024px) {
  .bgimg-1{
  background-image: url("../img/Logoini_mob.jpg");
    min-height: 100%;
  }
}

.bgimg-2 {
  background-image: url("../img/packs01.jpg");
  min-height: 100%;
  background-color: grey;
}
@media only screen and (max-device-width: 1024px) {
  .bgimg-2{
  background-image: url("../img/packs01_mob.jpg");
    min-height: 100%;
  }
}
.bgimg-2b {
  background-image: url("../img/packs02.jpg");
  min-height: 100%;
  background-color: grey;
}
@media only screen and (max-device-width: 1024px) {
  .bgimg-2b{
  background-image: url("../img/packs02_mob.jpg");
    min-height: 100%;
  }
}
.bgimg-2c {
  background-image: url("../img/packs03.jpg");
  min-height: 100%;
  background-color: grey;
}
@media only screen and (max-device-width: 1024px) {
  .bgimg-2c{
  background-image: url("../img/packs03_mob.jpg");
    min-height: 100%;
  }
}
.bgimg-2d {
  background-image: url("../img/packs04.jpg");
  min-height: 100%;
  background-color: grey;
}
@media only screen and (max-device-width: 1024px) {
  .bgimg-2d{
  background-image: url("../img/packs04_mob.jpg");
    min-height: 100%;
  }
}

.bgimg-3 {
  background-attachment: scroll;
  background-image: url("../img/clientes.jpg");
  min-height: 585px;
}
@media only screen and (max-device-width: 1024px) {
  .bgimg-3{
  background-image: url("../img/clientes_mob.jpg");
    min-height: 100%;
  }
}

.caption {
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  text-align: center;
  color: #000;
	font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-device-width: 1024px) {
  .caption{
  top: 85%;

  }
}

.caption span.border {
  background-color: ;
  color: #fff;
  padding: 18px;
  font-size: 15px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-2b,.bgimg-2c,.bgimg-2d, .bgimg-3 {
    background-attachment: scroll;
  }
}
#myVideo {
  position: auto;
  width: 100%;
  height: 100%;
  z-index: -100;
}

* {
  box-sizing: border-box;
}
/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 20px;
}
.column2 {
  float: left;
  width: 75%;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column  {
    width: 100%;
  }
}

.tv{
  position: Fixed;
  float: left;
  left: 0px;
  top:20px;
  transition: 0.3s;
  padding: 10px;
  width: 200 px;
  height: 50 px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 25px 25px 0;
  z-index: 100;
  background-color: mistyrose;
}

.temp{
	position: fixed;
	top: 10px;
	left: -170px;
	width: 230px;
	height: 50px;
	background-color: slateblue;
	z-index: 100;
	border-radius: 0 25px 25px 0;
	transition: 0.3s;
}
.temp2{
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 50px;
	background-color: slateblue;
	z-index: 110;
	float: left;
	padding: 15px 5px 0px 10px;
	color: white
}
.temp3{
	position: relative;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	background-image: url("../img/tv.gif");
	background-size: 50px;
	z-index: 110;
	float: left;
}
.temp:hover{
	left: 0px;
	cursor:pointer;
}


#mySidenav a{
  position: Fixed;
  left: 0px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 25px 25px 0;
  z-index: 100;
}

#mySidenav a:hover {
  left: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  margin: auto;
  padding: 0px;
  border: none;
  width: 80%;
  height: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}