/**
* Template Name: Green - v4.1.0
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #bf8deb;
  background-color: #f2f2f2;
}



}





footer {
  background-color: #333333; /* Dark gray color */
  color: #ffffff; /* White color */
  padding: 20px 0;
}

footer p {
  margin: 0;
}

.intro-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(to bottom, #2980b9, #6ab5e3);
  margin: 0;
  padding: 0;
  width: 100%;
}

.intro-text {
  max-width: 600px;
  color: #ffffff;
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-text h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Agregar sombra al texto */
}

.intro-text p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Agregar sombra al texto */
}

.navbar {
background-color: #ffcccc; /* Dark gray color */
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #ffffff; /* White color */
  background-image: linear-gradient(to bottom, #ab10d1, #a33a80); /* Red to pink gradient */
}


.navbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #401065, #401065);
  opacity: 0.8;
}

.navbar-links li a:hover {
  color: #401065; /* Pink color */
  background-color: #ffffff; /* White color */
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.navbar-brand {
  color: #ffffff; /* White color */
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.navbar-brand:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #401065; /* Pink color */
}

.navbar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.navbar-links li {
  margin-left: 20px;
  position: relative;
}

.navbar-links li:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff; /* White color */
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navbar-links li:hover:before {
  transform: scaleX(1);
}

.navbar-links li a {
  color: #ffffff; /* White color */
  text-decoration: none;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.navbar-toggle {
  display: none;
  color: #ffffff; /* White color */
  font-size: 24px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.navbar-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #ffffff; /* White color */
}

.navbar-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #ffffff; /* White color */
}

.navbar-collapse {
  display: none;
}

.navbar-fixed {
  background-color: #333333; /* Dark gray color */
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-fixed .navbar-brand {
  font-size: 20px;
}

.navbar-fixed .navbar-links {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .navbar-links {
    display: none;
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #401065; /* Pink color */
    padding: 10px;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #ffffff; /* White color */
  }

  .navbar-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #ffffff; /* White color */
  }

  .navbar-collapse {
    display: block;
    margin-top: 20px;
  }

  .navbar-collapse ul {
    list-style: none;
    padding: 0;
  }

  .navbar-collapse ul li {
    margin-bottom: 10px;
  }

  .navbar-collapse ul li a {
    color: #ffffff; /* White color */
    font-size: 18px;
    text-decoration: none;
  }
}
.service-container {
  background-color: #401065;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.service-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #bf8deb;
}

.service-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

.service-description {
  font-size: 16px;
  color: #777777;
}
h2 {
  text-align: center;
  margin-bottom: 30px;
  color:#401065; /* Dark gray color */
}
.testimonials-section {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.testimonial-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.testimonial-slide {
  width: 300px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.testimonial-quote {
  font-size: 18px;
  margin-bottom: 20px;
  color: #555;
}

.testimonial-info {
  margin-top: 20px;
}

.testimonial-name {
  font-size: 16px;
  margin: 0;
}

.testimonial-position {
  font-size: 14px;
  color: #777;
}
.rss-section {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.rss-feed {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.rss-item {
  width: 300px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.rss-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rss-item h4 {
  font-size: 18px;
  margin: 0;
  color: #555;
}
header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #401065;
    position: relative;
}
.logo-img {
  width: 40px; /* Adjust the width to your desired size */
  height: auto; /* Maintain the aspect ratio */
}
.logo img {
  max-width: 150px;
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.nav-links li {
  margin: 0 10px;
}

.nav-links a {
  text-decoration: none;
  color: #bf8deb; /* Dark gray color */
}

.carousel {
  margin-top: 20px;
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
}

.hero-section {
  background-color: #ffffff; /* White color */
  padding: 40px;
  text-align: center;
}

.hero-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #333333; /* Dark gray color */
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #bf8deb; /* Dark gray color */
}

.btn {
  display: inline-block;
  background-color: #401065; /* Orange color */
  color: #ffffff; /* White color */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #ff9000; /* Lighter orange color */
}

.subscribe-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.subscribe-section .container {
  text-align: center;
}

.subscribe-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #bf8deb; /* Dark gray color */
}

.subscribe-content {
  margin-bottom: 30px;
}

.subscribe-content p {
  font-size: 16px;
  color: #666666; /* Gray color */
}

.subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.subscribe-form input[type='email'] {
  width: 300px;
  padding: 10px;
  border: 1px solid #dddddd; /* Light gray color */
  border-radius: 5px;
}

.subscribe-form button {
  background-color: #401065; /* Orange color */
  color: #ffffff; /* White color */
  border: none;
  padding: 10px 20px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #ff9000; /* Lighter orange color */
}

.feature-section {
  padding: 60px 0;
}

.feature-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #bf8deb; /* Dark gray color */
}

.feature-content {
  display: flex;
  justify-content: space-between;
}

.feature-box {
  flex-basis: 30%;
  padding: 20px;
  background-color: #ffffff; /* White color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.feature-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 10px;
  color: #401065; /* Orange color */
}

.feature-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333; /* Dark gray color */
}

.feature-description {
  font-size: 14px;
  color: #666666; /* Gray color */
}

.contact-section {
  padding: 60px 0;
}

.contact-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #bf8deb; /* Dark gray color */
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #dddddd; /* Light gray color */
  border-radius: 5px;
}

.contact-form textarea {
  height: 150px;
}

.contact-form button {
  background-color: #401065; /* Orange color */
  color: #ffffff; /* White color */
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #ff9000; /* Lighter orange color */
}

.map-container {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.map {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.map-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.map-overlay p {
  color: #ffffff; /* White color */
  font-size: 18px;
  text-align: center;
}

.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer-links li {
  margin: 0 10px;
}

.footer-links a {
  text-decoration: none;
  color: #401065; /* White color */
}

.social-links {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-links li {
  margin: 0 10px;
}

.social-links a {
  text-decoration: none;
  color: #ffffff; /* White color */
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #401065; /* Orange color */
}

/* Additional Decorations */


.about-content {
  display: flex;
  align-items: center;
}

.image-container {
  width: 500px; /* Adjust the width of the image container as desired */
  margin-right: 30px; /* Adjust spacing as needed */
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.text-container {
  flex: 1;
}
.section-heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #401065; /* Customize the color */
  border-radius: 2px;
}

.section-title-decoration h2::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #401065; /* Customize the color */
  margin-top: 10px;
  border-radius: 2px;
}

.section-title-decoration h2::before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #00ff00; /* Customize the color */
  margin-bottom: 10px;
  border-radius: 2px;
}
.faq-section {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.faq-item {
  margin-bottom: 30px;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.question {
  padding: 20px;
  background-color: #401065;
  color: #fff;
  border-radius: 50px;
}

.question h4 {
  margin: 0;
}

.answer {
  padding: 20px;
  background-color: #fff;
  color: #555;
  border-top: 1px solid #ddd;
  border-radius: 50px; /* Agregado para hacer el contenedor de respuestas más ovalado */
}

.faq-item:hover .question {
  background-color: #401065;
}

.faq-item:hover .answer {
  border-top-color: #401065;
}
