/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 * background-color:#25d366
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
  /*background-color:#7d0c01; Este sitio es donde cambia el color del fondo blanco*/
}
.float{ /*Icono de whatsapp*/
	position:fixed;
	width:60px;
	height:60px;
	bottom:200px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.floattext{
	position:fixed;
	width:60px;
	height:60px;
	bottom:140px;
	right:15px;
	color:#000;
	text-align:center;
  font-size:15px;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
