/* --------- To Whatsapp --------- */

.scroll-whatsapp {
	position: fixed;
    left: 16px;
    bottom: 14px;
    z-index: 99999;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #00b201;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 32px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    line-height: 45px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}

.scroll-whatsapp:hover {
	background-color: #dd3f19;
   }

.scroll-whatsapp i {
	color: #fff;
  }
  
/* --------- //To Whatsapp --------- */

.h3, h3 {
    font-size: 1.75rem;
}

/* --------- //To Whatsapp --------- */

/* --------- To instagram --------- */

.scroll-instagram {
	position: fixed;
    left: 72px;
    bottom: 14px;
    z-index: 99999;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 12px;
    background-color:#4267b2;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 32px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    line-height: 45px;
	padding-top:0px;
	    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}

.scroll-instagram:hover {
	background-color:#039;
   }

.scroll-instagram i {
	color: #fff;
  }
  
/* --------- //To instagram --------- */


/* --------- To facebook --------- */

.scroll-facebook {
	position: fixed;
    left: 129px;
    bottom: 14px;
    z-index: 99999;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 12px;
    background-color:#79797c;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 32px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    line-height: 44px;
	padding-top:0px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}

.scroll-facebook:hover {
	background-color:#bd289e;
   }

.scroll-facebook i {
	color: #fff;
  }
  
/* --------- //To facebook --------- */

/* --------- To youtube --------- */

.scroll-youtube {
	position: fixed;
    left: 129px;
    bottom: 14px;
    z-index: 99999;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 12px;
    background-color:#ff0000;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 32px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    line-height: 44px;
	padding-top:0px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}

.scroll-youtube:hover {
	background-color:#000000;
   }

.scroll-youtube i {
	color: #fff;
  }
  
/* --------- //To youtube --------- */

/* --------- Botton Whatsapp --------- */

.boton-whatsapp {
	position:relative;
	
    left: 2px;
    bottom: 1px;
    z-index: 99999;
	
	color:#FFF;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 6px;
	padding-bottom: 6px;
	
    width: 340px;
    height: 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #00b201;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    line-height: 45px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	}

.boton-whatsapp:hover {
	background-color: #dd3f19;
    color: yellow;
	
   }

.boton-whatsapp i {
	color:#FFF;
  }

.boton-whatsapp i:hover {
	color:#FF0;
  }
  
/* --------- //Botton Whatsapp --------- */

.btn-outline.outline-light,
.icon.outline-light{
	/*color: #1a2127;
    background: #7FFFD4;*/
	color:#FFF;
	border: 2px solid #60dbb2;
	background-color:#000;
	font-weight:600;
	opacity:0.4;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover{
    color: #2c3e50;
    background: #ffffff;
}

/*.btn-block {
    display: block;
    width: 100%;
}*/

/*.videodiv__content {
    max-width: 650px;
    width: 100%;
    z-index: 3;
}*/
