/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/templates/small-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  color: white;
}

hr {
	height:5px;
	border-width:0;
	background-color:red;
	width:25%
}

h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  letter-spacing: 0.25px;
  color: red;
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  letter-spacing: 0.25px;
  color: black;
}

h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  letter-spacing: 0.25px;
  color: white;
  text-align: center;
}

p{
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
}

.btnredondo button{
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  font-size: 1.5em;
  border-radius: 50%;
}

.float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color:#fff;
}

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

.atf {
  height: 120vh;
  border: 0px solid red;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font: 24px Source Sans Pro;
  color: whitesmoke;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: justify;
}
.atg {
  height: 120vh;
  border: 0px solid red;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font: 24px Source Sans Pro;
  color: whitesmoke;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.video_background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 100px;
  min-width: 100%;
  min-height: 100%;
  width: 1000px;
  height: 600px;
  z-index: -1000;
  overflow: hidden;
}
