@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
img {
  width: 100%;
}

@font-face {
  font-family: Arial-Black, Helvetica, sans-serif;
  src: url(../fonts/arial-black.ttf);
}

body {
  font-family: 'Roboto', sans-serif;
}

.site-header {
  position: relative;
  height: 600px;
}

.site-header nav {
  height: 150px;
  background-color: rgba(0, 0, 0, 0.6);
}

.site-header nav .navbar-brand {
  margin-bottom: -100px;
}

.site-header nav .navbar-brand img {
  width: 350px;
}

.site-header nav .navbar-toggler I {
  color: #fff;
}

.site-header nav .navbar-collapse {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

.site-header nav .navbar-collapse .navbar-nav {
  margin-bottom: 10px;
}

.site-header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  font-weight: bold;
}

.site-header nav .navbar-collapse .navbar-nav .nav-item.active {
  background-color: #25d3ef;
  border-radius: 20px;
}

.site-header nav .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #000;
}

.site-header .content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -15%);
}

.site-header .content h3 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 3px 11px #000;
}

.site-header .cta {
  font-family: Arial-Black, Helvetica, sans-serif;
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  background-color: #fd0d1b;
  padding: 10px 30px;
  border-radius: 15px;
  transform: translate(-50%, 0%);
}

.site-header .cta p {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.site-header .cta p a {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 992px) {
  .site-header .cta {
    width: 291px;
  }
  .site-header .cta p {
    font-size: 15px;
    display: block;
  }
}

.site-main .welcome {
  background: url(../img/bg-1.jpg) no-repeat center center/cover;
}

.site-main .welcome h2 {
  font-size: 50px;
  font-family: Arial-Black, Helvetica, sans-serif;
  font-weight: bold;
  color: #fd0d1b;
}

.site-main .welcome h3 {
  font-size: 20px;
  font-family: Arial-Black, Helvetica, sans-serif;
  font-weight: bold;
}

.site-main .welcome h4 {
  font-weight: bold;
  margin-top: 20px;
}

.site-main .services {
  background: url(../img/bg-2.jpg) no-repeat center center/cover;
  padding: 70px 0px;
}

.site-main .services h3 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.site-main .services p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.site-main .space {
  margin: 50px 0px;
}

.site-main .space h3 {
  font-family: Arial-Black, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
}

.site-main .alergia {
  background: url(../img/parallax-2.jpg) no-repeat center center/cover;
  padding: 40px 0px;
}

.site-main .alergia h3 {
  font-family: Arial-Black, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
}

.site-main .alergia h3 span {
  font-style: italic;
  font-size: 60px;
}

.site-main .alergia h3 span span {
  color: #fd0d1b;
}

.site-main .list {
  margin: 50px 0px;
}

.site-main .list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.site-main .list ul li {
  font-size: 23px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .site-main .list ul {
    display: block;
  }
}

.site-main .parallax3 {
  background: url(../img/bg-3.jpg) no-repeat center center/cover;
  padding: 100px 0px;
  margin-top: 100px;
  position: relative;
}

.site-main .parallax3 h3 {
  font-family: Arial-Black, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.site-main .parallax3 h4 {
  font-family: Arial-Black, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.site-main .parallax3 .images {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.site-main .parallax3 .images img {
  width: 500px;
}

.site-main .parallax3 .cinta {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.site-main .parallax3 .cinta img {
  width: 150px;
}

@media (max-width: 884px) {
  .site-main .parallax3 {
    padding: 70px 0px;
  }
  .site-main .parallax3 h3 {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
  }
  .site-main .parallax3 h4 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
  }
  .site-main .parallax3 .images {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .site-main .parallax3 .images img {
    width: 300px;
  }
}

.site-main .cta-bg {
  background: url(../img/bg-4.jpg) no-repeat center center/cover;
  height: 800px;
  padding-top: 200px;
  font-family: Arial-Black, Helvetica, sans-serif;
}

.site-main .cta-bg h5 {
  color: #25d3ef;
  font-size: 25px;
}

.site-main .cta-bg h3 a {
  font-size: 45px;
  color: #000;
  
}

.site-main .gallery {
  background: url(../img/bg-1.jpg) no-repeat center center/cover;
}

.site-main .gallery h3 {
  font-family: Arial-Black, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.site-main .gallery .d-grid .two {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}

.site-main .gallery .d-grid .two-spand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.site-main .gallery .d-grid .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.site-main .gallery .d-grid .four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.site-main .contact {
  background: url(../img/bubble.png) no-repeat center center/cover;
}

.site-main .contact h3 {
  font-family: Arial-Black, Helvetica, sans-serif;
  font-size: 40px;
}

.site-main .contact .icon {
  display: flex;
  align-items: center;
}

.site-main .contact .icon img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.site-main .contact .icon a.tel {
  font-family: Arial-Black, Helvetica, sans-serif;
  font-size: 40px;
  color: #000;
}

.site-main .contact .icon a {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.site-main .contact .icon p {
  font-size: 20px;
  font-weight: bold;
}

.site-main .contact form label {
  font-weight: bold;
}

.site-main .contact form input {
  background-color: #25d3ef;
}

.site-main .contact form input[type="submit"] {
  background-color: #fd0d1b;
  color: #fff;
}

.site-main .contact form textarea {
  background-color: #25d3ef;
}

.site-main .bg-5 {
  background: url(../img/bg-5.png) no-repeat center center/cover;
  height: 600px;
  margin-top: 130px;
  position: relative;
}

.site-main .bg-5 .cinta {
  position: absolute;
  top: -50px;
  left: 20%;
}

.site-main .bg-5 .cinta img {
  width: 250px;
}

.site-footer {
  background-color: #3b3b3b;
  padding: 20px;
  position: relative;
}

.site-footer .top-footer {
  display: flex;
  justify-content: center;
  height: 300px;
}

.site-footer .top-footer .logo {
  position: relative;
  top: -150px;
  left: 0;
  right: 0;
}

.site-footer .top-footer p {
  color: #fff;
  font-size: 20px;
}


.clase {
    display: block;
    width: 70px;
    height: 70px;
    /* color: #fff; */
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 70%;
    line-height: 80px;
    text-align: center;
    z-index: 999;

    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
animation: float 3.5s ease-in-out infinite;
    
}

@keyframes float {
0% {
box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
}
50% {
box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
transform: translatey(-50px);
}
100% {


box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
transform: translatey(0px);
}
}


.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: -2px !important;
bottom: 20px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

@media (max-width: 992px) {
  .site-footer .top-footer {
    flex-direction: column;
    height: auto;
  }
  .site-footer .top-footer .logo {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}

.site-footer .cta {
  text-align: center;
}

.site-footer .cta a {
  font-family: Arial-Black, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
}

.site-footer .cta .address {
  color: #fff;
  font-size: 20px;
}

.site-footer hr {
  background-color: #7e7b7bc2;
  width: 80%;
  margin: 0 auto;
  height: 1px;
}

.site-footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.site-footer .social img {
  width: 45px;
  margin-right: 10px;
}

.site-footer .social img:last-of-type {
  width: 30px;
  height: 20px;
}

.site-footer .social a {
  color: #fff;
}

.black {
  background-color: #000;
  padding: 20px 0px;
}
/*# sourceMappingURL=styles.css.map */