body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  padding:0;
}

.itgaimg-1, .itgaimg-2, .itgaimg-3, .itgaimg-4, .itgaimg-5, .itgaimg-6 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.itgaimg-1 {
  background-image: url("../../complementos/w3images/itgaimg-13.JPG");
  min-height: 100%;
}

.itgaimg-2 {
  background-image: url("../../complementos/w3images/itgaimg-22.jpg");
  min-height: 400px;
}

.itgaimg-3 {
  background-image: url("../../complementos/w3images/itgaimg-3.jpg");
  min-height: 400px;
}
.itgaimg-4 {
  background-image: url("../../complementos/w3images/itgaimg-4.jpg");
  min-height: 70%;
}
.itgaimg-5 {
  background-image: url("../../complementos/w3images/itgaimg-5.jpg");
  min-height: 70%;
}
.itgaimg-6 {
  background-image: url("../../complementos/w3images/itgaimg-6.jpg");
  min-height: 70%;
}
.titulo {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #000;
}

.titulo .border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}


h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
/*
@media only screen and (max-device-width: 1024px) {
  .itgaimg-1, .itgaimg-2, .itgaimg-3, .itgaimg-4, .itgaimg-5, .itgaimg-6{
    background-attachment: scroll;
  }
}
*/

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 0 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 60%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-itga {
  position: relative;
  display: inline-block;
  border-bottom: 0 dotted black;
}
.tooltip-itga .tooltiptext-itga {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-itga .tooltiptext-itga::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.tooltip-itga:hover .tooltiptext-itga {
  visibility: visible;
}

.tooltip-itga-d {
  position: relative;
  display: inline-block;
  border-bottom: 0 dotted black;
}
.tooltip-itga-d .tooltiptext-itga-d {
  visibility: hidden;
  width: auto;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 0 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 60%;
  margin-right: -60px;
}
.tooltip-itga-d .tooltiptext-itga-d::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 60%;
  margin-right: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.tooltip-itga-d:hover .tooltiptext-itga-d {
  visibility: visible;
}


.btn-whatsapp {
        display:block;
        width:50px;
        height:50px;
        color:#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:60px;
        text-align:center;
        z-index:999;
}
.btn-whatsapp:hover {
	 background-color: white;
}
.btn-subir {
        /*display:block;*/
		display:none;
		width:50px;
		height:50px;
		color:#fff;
		position: fixed;
		left:20px;
		bottom:20px;
		border-radius:50%;
		line-height:50px;
		text-align:center;
		z-index:999;
}
.btn-subir:hover {
	 background-color: white;
}
.itga-padding-0 li{
	padding-top: 0;
	padding-bottom: 0;
}
.itga-iconos{
   width: 100px;
   padding-right: 20px;
   padding-left: 20px;
}
