.letra-logo {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 6px;
  line-height: 20px;
}
.letra-logo2 {
  font-family: Righteous, Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: normal;
  color: rgb(250, 35, 92);
  font-size: 110px !important;
  margin-bottom: 20px;
}

.letra-logo3 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 4px;
  font-style: normal;
  color: rgb(122, 137, 171);
  font-size: 18px;
  line-height: 16px;
}

.navbar > .container,
.navbar > .container-fluid {
  display: contents !important;
}

#mainNav {
  padding-left: 70px;
  padding-right: 70px;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.text-fixed {
  position: fixed;
  top: 35%;
}
.services {
  background-color: #fff;
}

.contacto {
  background-color: #fff !important;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.black {
  opacity: 0.9;
  background-color: #040612;
  position: absolute;
  left: 0;
  top: 0;
  height: 103%;
}

.cita {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.referencia {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
}

#about {
  background-color: #20232c !important;
}
#project{
  background-color: #73c500 !important;
  /* padding-top: 32px !important;
  padding-bottom: 16px !important; */
}
#portfolio{
  background-color: rgb(250, 35, 92) !important;
}
.p-subtext {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 4px;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.p-text {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.h-90 {
  height: 90px !important
}

.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;
}

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