
.logo {
    display: inline-flex;
    align-items: center;

}
.header {
  height: 100vh;
  display: inline-flex;
  align-items: center;
  color: #1A5276;
    background-size: cover;
    object-fit: cover;

}
.content {
  max-width: 49rem; 
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
  background-size: cover;
  object-fit: cover;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  object-fit: cover;
}

.header-video video {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  object-fit: cover;

}

.header-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: grey;
  z-index: 0;
  opacity: .60;
  overflow: hidden;
}

.header-content {
  z-index: 2;
    position: fixed;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 25px;
    height: 100%;
    width: 100%;
    padding-top: 180px;
    
}

.header-content h1 {
  display: flex;
  font-size: 70px;
  margin-bottom: 0;
  font-family: "Julius Sans One", sans-serif;
}

.header-content p {
  font-family: "Julius Sans One", sans-serif;
  object-position: center;
  font-size: 27px;
  display: block;
  padding-bottom: 2rem;
}
.btn {
  background: #16AEC9;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
}


.redes {
    display: flex;
    position: fixed;
    list-style: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: 1px;
    height: 90vh;
    width: 100vw;
    padding-top: 5px;
    font-family: "Poppins", sans-serif;
    justify-content: center;
    z-index: 5;
  }
  
  .redes .icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .redes .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .redes .tooltip:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .redes .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .redes .icon:hover a,
  .redes .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .redes .facebook:hover,
  .redes .facebook:hover .tooltip,
  .redes .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #fff;
  }
  
  .redes .twitter:hover,
  .redes .twitter:hover .tooltip,
  .redes .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #fff;
  }
  
  .redes .instagram:hover,
  .redes .instagram:hover .tooltip,
  .redes .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #fff;
  }
  .redes .icon-googlemaps:hover,
  .redes .icon-googlemaps:hover .tooltip,
  .redes .icon-googlemaps:hover .tooltip::before {
    background: #05ba3f;
    color: #fff;
  }

  .redes .pinterest:hover,
  .redes .pinterest:hover .tooltip,
  .redes .pinterest:hover .tooltip::before {
    background: #bd0230;
    color: #fff;
  }

  .redes .telegram:hover,
  .redes .telegram:hover .tooltip,
  .redes .telegram:hover .tooltip::before {
    background: #46c2f3;
    color: #fff;
  }

::-webkit-scrollbar {
    display: none;
}

html,body{
  overflow-x: hidden;
  color:black;
  font-family:'Opens Sans',helvetica;  
  height:100%;
  width:101%;
  margin: 0px;
  padding: 0px;
}

a {
  color: #46c2f3;
}

.icon-googlemaps {
  top: 50;
}
@media only screen and (max-width: 640px) {
.logo {
    position: absolute;
    top: 25%;
    left: 1%;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
.logo {
    position: absolute;
    top: 20%;
    left: 28%;
    width: 45%;
  }
}
