
body{
	background:url(../imagenes/witewall_3.jpg);
}

/*MENU*/

.nav-link:hover{
	background:#646464;
}

.sr-only{
	background:#646464 !important;
}

.servicios {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f9f9f9;
  border-left: 5px solid #333;       /* Línea decorativa izquierda */
  border-radius: 6px;
  margin-top: 20px;
}


/* Estilo general para el contenedor del navbar */
.navbar-nav {
  display: flex;                /* Coloca los elementos en una fila */
  justify-content: space-around; /* Espacia uniformemente los elementos */
  align-items: center;          /* Centra verticalmente los elementos */
  list-style: none;             /* Elimina los bullets de la lista */
  margin: 0;
  padding: 0;
}

/* Estilo para los enlaces del navbar */
.link-enlace {
  display: block;
  padding: 12px 20px;           /* Espaciado interno para mejor clicabilidad */
  font-size: 16px;              /* Tamaño de fuente legible */
  font-weight: 500;             /* Peso de fuente medio */
  color: #333333;               /* Color de texto */
  text-decoration: none;        /* Elimina subrayado */
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Efecto al pasar el mouse por encima */
.link-enlace:hover,
.link-enlace:focus {
  /*color: #007bff;               /* Azul Bootstrap por defecto */
  background-color:#333333;    /* Fondo suave al hacer hover */
  border-radius: 5px;
}

/* Estilo para el enlace activo */
.nav-item.active .link-enlace {
  color: #ffffff;
  /*background-color: #007bff;    /* Color de fondo activo */
  border-radius: 5px;
  font-weight: 600;
}



/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
/* Icon 1 */

.logo{
	background:#808080;
}


/*FIN MENU*/


/*PRIMERA SECCION*/

.servicesContainer {
  max-width: 900px;
  margin: 0 auto;              /* Centrado horizontal */
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;         /* Centra el contenido internamente */
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

/* Asegúrate de que los hijos también estén centrados correctamente */
.servicesContainer .encabezado,
.servicesContainer .text-container {
  width: 100%;
}



/* Encabezados de sección */
.encabezado {
  background-color: #f0f0f0;         /* Fondo suave */
  padding: 20px 30px;                /* Espaciado interno */
  text-align: center;                /* Centra el texto */
  border-left: 5px solid #333;       /* Línea decorativa izquierda */
  border-radius: 6px;
  margin: 20px auto;                 /* Margen vertical + centrado horizontal */
  max-width: 800px;                  /* Ancho máximo para buena legibilidad */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Estilo del h3 dentro del encabezado */
.encabezado h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #222;
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 📦 Contenedor del icono (el <a>) */
.iconoImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/* 🖼️ Imagen del icono */
.icono {
  max-width: 100px;        /* Tamaño máximo del icono */
  width: 100%;
  height: 100px;
  transition: transform 0.3s ease;
}

/* ✨ Efecto al pasar el cursor */
.icono:hover {
  transform: scale(1.05);
}

.text-container {
  max-width: 900px;
  margin: 0 auto;              /* Centra horizontalmente */
  padding: 20px 30px;          /* Espaciado interno */
  background-color: #f9f9f9;   /* Fondo suave */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
  box-sizing: border-box;
}

/* Texto dentro del contenedor */
.text-container p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* Responsive: pantallas pequeñas */
@media (max-width: 768px) {
  .text-container {
    padding: 15px 20px;
  }

  .text-container p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .text-container {
    padding: 10px 15px;
  }

  .text-container p {
     font-size: 0.95rem;
  }
}

/* Responsive para pantallas pequeñas */
@media (max-width: 600px) {
  .encabezado {
    padding: 15px 20px;
  }

  .encabezado h3 {
    font-size: 1.2rem;
  }
}



/* 📝 Centrado del texto */
.text-center {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  padding: 0 10px;
  color: #1a1a1a;
  font-family: 'Georgia', serif;
}

/* 📱 Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .icono {
    max-width: 80px;
  }

  .text-center {
    font-size: 0.95rem;
    padding: 0 5px;
  }
}


/*FIN PRIMERA SECCION*/

/*SEGUNDA SECCION*/

/* Contenedor principal de la cita */
.quote-card {
  background-color: #f9f9f9;
  border-left: 6px solid #6c757d;
  padding: 20px 30px;
  margin: 20px 0;
  font-family: Georgia, serif;
  position: relative;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Frase principal con comillas tipográficas */
.phrase {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  /*position: relative;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.phrase::before {
  content: '‘'; /* Comilla de apertura */
  font-size: 2rem;
  vertical-align: top;
  margin-right: 4px;
  color: #555;
}

.phrase::after {
  content: '’'; /* Comilla de cierre */
  font-size: 2rem;
  vertical-align: bottom;
  margin-left: 4px;
  color: #555;
}

/* Autor o fuente */
.quote {
  display: block;
  margin-top: 15px;
  font-style: italic;
  color: #777;
  font-size: 1rem;
  text-align: right;
}

/* 🔻 Media query para tablets (≤ 768px) */
@media (max-width: 768px) {
  .quote-card {
    padding: 20px;
  }

  .phrase {
    font-size: 1.1rem;
  }

  .phrase::before,
  .phrase::after {
    font-size: 1.5rem;
  }

  .quote {
    font-size: 0.95rem;
  }
}

/* 🔻 Media query para móviles pequeños (≤ 480px) */
@media (max-width: 480px) {
  .quote-card {
    padding: 15px;
    margin: 10px;
  }

  .phrase {
    font-size: 1rem;
  }

  .phrase::before,
  .phrase::after {
    font-size: 1.2rem;
  }

  .quote {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 10px;
  }
}

/*FIN SEGUNDA SECCION*/

/*TERCERA SECCION*/

.section {
  margin-bottom: 30px;
}

.foto {
  max-width: 350px;
  margin: 0 auto 20px auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foto img.rounded {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

.text-center {
  text-align: center;
  line-height: 1.6;
  color: #1a1a1a;
  font-family: 'Georgia', serif;
}

/* Responsive */
@media (max-width: 480px) {
  .foto {
    max-width: 100%;
    padding: 10px;
  }
}

/*CUARTA SECCION*/

/*QUINTA SECCION*/


.descripcion_video {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #f9f9f9;
  border-left: 4px solid #007bff;
  padding: 15px 20px;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .descripcion_video {
    font-size: 18px;             /* Reduce tamaño en pantallas pequeñas */
    line-height: 1.5;
  }
}

/*.descripcion_video {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
  max-width: 700px;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(38, 71, 224, 0.3);
  transition: transform 0.3s ease;
  cursor: default;
  color: #1e1e1e;
}*/

.descripcion_video h2{
  color:#222;
}


.descripcion_video:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(38, 71, 224, 0.6);
}


.contenedor-responsive {
	  position: relative;
	  margin-top:10px;
	  padding-bottom: 56.25%;
	  padding-top: 30px;
	  height: 0;
	  overflow: hidden;
	}

	.contenedor-responsive iframe,
	.contenedor-responsive object,
	.contenedor-responsive embed {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}


/*FIN QUINTA SECCION*/

 .flex-container{
  margin-bottom: 80px;
}

.footerContainer {
  background-color: #1e1e1e; /* color de fondo oscuro */
  color: #fff;            /* texto en blanco */
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

/* Contenedor de iconos sociales */
.socialContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #1e1e1e;
}

/* Estilos para los íconos */
.socialContainer .list-inline {
  padding-left: 0;
  margin-bottom: 0;
}

.socialContainer .list-inline-item {
  margin: 0 10px;
}

.socialContainer .btn-floating {
  display: inline-block;
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.socialContainer .btn-floating:hover {
  background-color: #4caf50; /* Verde o cualquier color que elijas */
  color: #fff;
}

/* Copyright */
.copyrightContainer {
  background-color: #121212;
  color: #ccc;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}

.copyrightContainer a {
  color: #4caf50;
  text-decoration: none;
}

.copyrightContainer a:hover {
  text-decoration: underline;
}



.fa-facebook-f:hover{
    background: #41579A;
    color: #fff;
}

.fa-twitter:hover{
    background:#479DEE;
    color: #fff;
}


.fa-instagram:hover{
	background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
    color: #fff;
}


/*BANNER*/

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 1000;
  flex-wrap: wrap;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a {
  color: #4caf50;
  text-decoration: underline;
}

.cookie-banner button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cookie-banner button:hover {
  background-color: #45a049;
}
