.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:16px;
}
.whatsapp1 {
  position:fixed;
  width:60px;
  height:60px;
  bottom:110px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon1 {
  margin-top:16px;
}

.tooltip {
  /*position: relative;*/
  /*display: inline-block;*/
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  /*visibility: hidden;*/
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.slider{
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.slider ul{
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 400%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.slider h1 {
	color: black;
	/*background-color: rgb(255, 255, 255,0.3);*/
    text-shadow: 5px 5px 5px white;
	position: absolute;
	padding: 10px;
	left: 35%;
	top: 50%;
	transform:  translate(-30%, -50%);
}

.slider h3 {
	color: black;
	background-color: rgb(255, 255, 255,0.6);
	position: absolute;
	padding: 10px;
	left: 50%;
	top: 55%;
	transform:  translate(-50%, 50%);
}
.slider li{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style: none;
}
.slider img{
    width: 100%;
    height: 100%;
}

@keyframes cambio{
    0%{margin-left: 0;}
    20%{margin-left: 0;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;}
    
    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
@media only screen and (min-width:320px) and (max-width:768px){
    .slider, .slider ul, .slider img{
        height: 60vh;
    	}
    #home ul li h3{
    	font-size: 14px;
    	margin: 0;
    	width: 90%;
    	text-align: center;
    }
    #home ul li h1{
    	font-size: 16px;
    	margin: 0;
    	width: 90%;
        text-align: center;
    }
}
/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
    #home ul li h3 h1{
        font-size: 12px;
        margin: 0;
        width: 90%;
        text-align: center;
    }
    #home ul li h1{
        font-size: 27px;
        margin: 0;
        width: 90%;
    }
}
/* start 768 media quires */
@media only screen and (min-width:769px) and (max-width:950px){
    #home ul li h3{
        font-size: 30px;
        margin: 0;
        width: 90%;
        text-align: center;
    }
    #home ul li h1{
        font-size: 40px;
        margin: 0;
        width: 90%;
        text-align: center;
    }
}
