
/* Dropdown */
.dropdown[data-v-44e6dbac] {
  display: inline-block;
  position: relative;
}
.dd-button[data-v-44e6dbac] {
  display: inline-block;
  border: none;
  /*border: 1px solid gray;*/
  border-radius: 0;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}
.dd-button[data-v-44e6dbac]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #727272;
}
.dd-button[data-v-44e6dbac]:hover {
  background-color: #eeeeee;
}
.dd-menu[data-v-44e6dbac] {
  position: absolute;
  top: 100%;
  /*border: 1px solid #ccc;*/
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  min-width: 100%;
}
.dd-menu li[data-v-44e6dbac] {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.dd-menu li[data-v-44e6dbac]:hover {
  background-color: #f6f6f6;
}
.dd-menu li a[data-v-44e6dbac] {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.dd-menu li.divider[data-v-44e6dbac]{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
html[data-v-44e6dbac] {
  overflow: auto!important;
}
[data-v-44e6dbac] {
  font-family: 'Product Sans Regular';
}
.input_forms[data-v-44e6dbac] {
  font-size: 1.1rem;
}
.input_forms[data-v-44e6dbac]:focus {
  border-bottom: 2px solid #38b5aa;
  /*border-bottom: 2px solid #00baf6;*/
}
.btn-dark[data-v-44e6dbac] {
  color: #fff;
  /*background-color: #052453;*/
  /*border-color: #052453;*/
  /*VERDE*/
  /*background-color: #38b5aa;*/
  /*border-color: #38b5aa;*/
  /*AZUL*/
  background-color: #052453;
  border-color: #052453;
  /*OLD*/
  /*border-color: #052453;*/
  /*background-color: #00baf6;*/
  /*border-color: #00baf6;*/
}
.btn-dark[data-v-44e6dbac]:hover {
  color: #fff;
  background-color: #38b5aa;
  border-color: #38b5aa;
}
.cover_bee[data-v-44e6dbac]::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.1);
}
.context[data-v-44e6dbac] {
  width: 100%;
  position: absolute;
  top:50vh;
}
.context h1[data-v-44e6dbac]{
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.area[data-v-44e6dbac]{
  background: #00baf6;
  background: -webkit-linear-gradient(to left, #00baf6, #00baf6);
  width: 100%;
  height:100vh;
}
.circles[data-v-44e6dbac]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li[data-v-44e6dbac]{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate-44e6dbac 25s linear infinite;
  bottom: -150px;
}
.circles li[data-v-44e6dbac]:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li[data-v-44e6dbac]:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li[data-v-44e6dbac]:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li[data-v-44e6dbac]:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li[data-v-44e6dbac]:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li[data-v-44e6dbac]:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li[data-v-44e6dbac]:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li[data-v-44e6dbac]:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li[data-v-44e6dbac]:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li[data-v-44e6dbac]:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate-44e6dbac {
0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
}
100%{
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
}
}
