    /* ********** Custom Properties ********** */
    :root {
      --first-color: #e5e2d9;
      --second-color: #201e1a;
      --third-color: #aa363d;
      --fourth-color: #9ec74b;
      --fifth-color: #69a29d;
      --font: "Poppins", sans-serif;
      --text-color: #615757;
    }


    html,
    * {
     font-family: 'Poppins', sans-serif;
    }


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

/* .my-float{
	margin-top:13px;
} */


    .btn-whatsapp{
      position: fixed;
      /* height: 55px; */
      bottom: 30px;
      right: 25px;
      z-index: 99!important;
    }

    .btn-whatsapp img{
      position: relative;
      width: 50px;
      z-index: 2;
    }

    .btn-whatsapp::before,
    .btn-whatsapp::after{
      content: "";
      position: absolute;
      z-index: 1;
      top: 5px;
      left: 5px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      /* background-color: #00e676; */
      background-color: #28D146;
      animation: onda 1.7s infinite;
    }

    .btn-whatsapp::before{
      animation-delay: 1s;
    }

    .btn-whatsapp::after{
     animation-delay: 1.3s;
    }


    @keyframes onda{
      0%{
        transform: scale(1);
      }
      15%{
        opacity: 1;
      }
      100%{
        opacity: 0;
        transform: scale(2.5);
      }
    }

 

    .navbar-brand {
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 0;
      margin: 0;
      padding: 0;
      z-index: 3;
    }

    .top-navbar-link {
      margin-left: 15px;
      margin-right: 15px;
      padding: 20px 0px;
      color: #000 !important;
      display: inline-block;
      text-decoration: none !important;
      font-weight: 700;
    }

    .top-bar {
      /* background: #eee; */
      background-color: #69a29d;
    }
    
   .top-bar small,
    .top-bar a {
      /* color: #666666; */
      color: #fff;
      text-decoration: none;
      font-weight: 500;
    }

    .top-bar a:hover {
      color: #272727;
    }

    /* .imagen {
      transform: scale(1.5, 1.5);
      animation-name: zoomin;
      animation-duration: 40s;
    } */



    /* @-webkit-keyframes zoomin {
      from {
        transform: scale(1, 1);
      }

      to {
        transform: scale(1.5, 1.5);
      }
    }

    @keyframes zoomin {
      from {
        transform: scale(1, 1);
      }

      to {
        transform: scale(1.5, 1.5);
      }
    } */




    .section-title {
      max-width: 100%;
      margin: 40px auto;
      text-align: center;
    }

    .section-title .hr-text {
      font-family: 'Open Sans', sans-serif;
      font-size: 2.3em;
      font-weight: 700;
      position: relative;
      border: 0;
      height: 1.5em;
      opacity: 1;
      font-weight: bold !important;
      color: transparent;
      height: 100px;
    }

    .section-title .hr-text:before {
      content: '';
      background: linear-gradient(to right, transparent, #000, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 4px;

    }

    .section-title .hr-text:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      padding: 0 0.5em;
      line-height: 1.5em;
      font-weight: 500;
      color: var(--third-color);
      font-family: 'Great Vibes', cursive;
      background-color: #fff;
      font-weight: 700;
      font-size: 70px;
    }

    .section-title .clrtest:after {
      background-color: #f5f7fa;
    }

    .section-title .clrgalery:after {
      background-color: #fff;
    }
    

    .section-title .clrredes:after {
      background-color: #e0e2d5;
    }




    .flechay:after {
      content: '';
      background: linear-gradient(to right, transparent, #000, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 4px;
    }

    .btn-seguir {
	background-color: #0095f6;
	color: #fff;
	border: 1px solid transparent;
	padding: 5px 9px;
	font-weight: 600;
	cursor: pointer;
	font-size: 15px;
	border-radius: 4px;
	text-decoration: none;
}




    #contact {
      /* background: #00F260;
      background: -webkit-linear-gradient(to right, #0575E6, #00F260);
      background: linear-gradient(to right, #0575E6, #00F260); */


      background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
      /* background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%); */
      /* background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%); */
      /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
    }


     #contact button,
    #contact .form-control {
      border: 0;
      border-radius: 5px;
      box-shadow: none;
      color: rgba(20, 20, 20, 0.5);
      font-size: 14px;
      font-weight: normal;
      margin-top: 15px;
      padding-left: 8px;
    }

    #contact button,
    #contact input,
    #contact select {
      height: 55px;
    }

    .contact-img {
      display: none;
    }

    .btn-send:hover{
      background-color: var(--fifth-color);
      color: #fff !important;
      background-color: var(--fourth-color);
  transition: 0.3s;
    }

    .section-title {
      margin-bottom: 60px;
      color: #fff;
    }

    .section-title p {
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1.5;
    }

    .spt {
      padding-top: 80px;
    }

    .spb {
      padding-bottom: 80px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active {
      background: none;
      color: var(--fourth-color);
      border-radius: 0px;
      border-bottom: 3px solid var(--fourth-color);
    }


    .navbar-expand-lg .navbar-nav .nav-link:hover {
      background: none;
      color: var(--fourth-color) !important;
      border-radius: 0px;
      border-bottom: 3px solid var(--fourth-color);
    }





    footer {
      background: -webkit-linear-gradient(to right, #69a29d, #9ec74b);
      background: linear-gradient(to right, #69a29d, #9ec74b);
      position: relative;
    }





    .blockquote-custom {
      position: relative;
      font-size: 1.1rem;
    }

    .blockquote-custom-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -40px;
      left: 19px;
      background-color: var(--fourth-color);
    }






    .testimonial-card .card-up {
      height: 120px;
      overflow: hidden;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    }

    .aqua-gradient {
      background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
    }

    .testimonial-card .avatar {
      width: 120px;
      margin-top: -60px;
      overflow: hidden;
      border: 5px solid #fff;
      border-radius: 50%;
    }


    .owl-carousel .owl-stage-outer {
      padding: 25px 0;
    }


    #pagination {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
    }

    .light-theme .current {
      background: var(--fifth-color);
      border-color: var(--fifth-color);
    }

    .light-theme a,
    .light-theme span {
      font-size: 24px;

      font-size: 22px;
      line-height: 28px;
      border-radius: 50px;
    }


    .rings a {
      display: inline-block;
      position: relative;
    }

    .rings a span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      display: none;

      background-color: #050505a8;
width: 100px;
text-align: center;
border-radius: 5px;
padding: 3px;
    }

    .rings a:hover {
      background: black;
      border-radius: .25rem;
    }

    .rings a:hover span {
      display: block;
    }

    .rings a:hover img {
      opacity: 0.7;
    }



        .cf-height {
      height: 300px;
    }

    .p-fixed {
      position: fixed;
      bottom: 35px;
    }

    .font-cursive {
      font-family: 'Great Vibes', cursive;
      font-weight: 700 !important;
      font-size: 70px;
    }

    .services-info {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }

     .services-info h2,
    .services-info p {
      background-color: #ffffff8a;
    }

    .services-info h2 {
      padding: 10px 10px !important;
    }

    video {
      height: 100vh;
      width: auto;
    }


    .hero-image {
      background-image: url("../../images/banner.webp");
      background-size: cover;
      background-position: center;
      height: 50vh;
      /* Cambiado a 40% de la ventana */
      background-attachment: fixed;
      /* Nueva propiedad */
    }


    .hero-image-opacity {
      /* width: 100%; */
      min-height: 50vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-backdrop.show {
      opacity: .8 !important;
    }


    @media (min-width: 576px) {}


    @media (min-width: 768px) {
      .services-info {
        position: inherit;
      }

      .section-title {
        max-width: 55%;
      }

      .contact-img {
        display: flex;
        flex-direction: column;
      }



    }

    @media (min-width: 992px) {}


    @media (min-width: 1200px) {
      video {
        height: auto;
        width: 100%;
      }
    }


    @media (min-width: 1400px) {}