* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.titulos{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;     /* para títulos H1 principales */
  line-height: 1.3;
}

.titulosmini{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 25px;     /* para títulos H1 principales */
  line-height: 1.3;
}




.texto{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;

}

.textolargo{
  font-family: 'Merriweather', serif;
  font-size: 22px;
  line-height: 1.8;
  text-align: justify;
}

.textodes{
  font-family: 'Merriweather', serif;
  font-size: 22px;
  line-height: 1.5;
}






.centro {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000
}

.encuadre{

  padding: 20px;
  margin: 20px 300px;
  border-radius: 5px;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 80px;            /*  LA ANCHURA DE LA PAGINA */
  margin-bottom: 0px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 10000;

}

.logo img {
  height: 80px; 
  width: auto;
}
.nav-links {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: flex;
  font-size: 30px;
  gap: 30px;
}
.nav-links a {
  text-decoration: none;
  color: #06256a; /* COLOR OKASOIDHAIUSDAKSUHDUYASGDOUASHGDUTFASGDUGSUID */
  font-weight: bold;
  font-family: sans-serif;
  font-size: 20px;     
  transition: color 0.2s ease;
}
.nav-links a:hover {
  color: #06256a;
}
.navbar a {
  text-decoration: none;
  color: #06256a;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 19px;   /* TAMA:O DE LETRA Links REAAAAAAAAAAAAAL*/
  transition: color 0.2s ease;
}

.navbar a:hover {
  color: #007BFF;
}

.textobar {
  text-decoration: none;
  color: rgba(23, 23, 179, 0.877);
  font-weight: bold;
  font-family: sans-serif;
  font-size: 27px; /* TAMA:O LETRAS */
}

.presentacion {
  background-color: #06256a;
  color: white;
  width: 100%;
  min-height: 80vh;   /* AQUI CAMBIAS EL VALOR DE LO AZUL */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000
}

.presentacion-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  width: 60%;
  align-items: center;
  gap: 20px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000
}

.presentacion-img {
  width: 315px;
  border-radius: 5px;
}


.presentacion-texto {
  margin-top: 70px;
  margin-left: 50px;
  margin-bottom: 0px;
  flex: 2;
}

.presentacion-texto h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.presentacion-texto p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.presentacion-texto a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.posicion{
  position: absolute;
  transform: translate(-10%, 15%);
  font-size: 25px;
}

.card {
  width: 325px;
  height: 190px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.card .front,
.card .back {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.8s;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px; /* para evitar que el texto toque los bordes */
  box-sizing: border-box;
}

.card .front {
  background: linear-gradient(135deg, #0f13ebbb, #6e86e9);
  z-index: 2;
}

.card .back {
  background: linear-gradient(135deg, #3494e6, #ec6ead);
  transform: rotateY(180deg);
}

.card:hover .front {
  transform: rotateY(180deg);
}

.card:hover .back {
  transform: rotateY(360deg);
}

/* Contenedor para posicionar front y back */
.card {
  position: relative;
  transform-style: preserve-3d;
}


.presentacionplantillas {
  background-color: #dddddd8d;
  color: rgb(0, 0, 0);
  width: 100%;
  min-height: 105vh;
  padding: 0 20px;  /* SIN tanto padding vertical */
  position: relative;
  display: block; /* NO usar flex aquí si no es necesario */
}

.titulo2{
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 40px;
}



.presentacionplantillas-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}


.container {
  width: 250px;
  height: 550px;
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: gallary 40s linear infinite; /* TIEMPO DE GIRO*/
  cursor: pointer;
}


img {
  width: 200px;
  height: 350px;
  object-fit: cover;
}


.carrusel-wrapper {
  margin-top: 150px;
  min-height: 76vh;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 70px 0; /* opcional para que no quede pegado al borde */
}

.tituloplantillas {
  font-family: 'Times New Roman', Times, serif;; /* Cambia por la fuente que desees */
  font-size: 30px; /* Puedes ajustar el tamaño si quieres */
}

.textoplantillas{
  font-family: 'Times New Roman', Times, serif; /* Cambia por la fuente que desees */
  text-align: justify; /* Justifica el texto */
  text-align-last: left; /* Alinea la última línea a la izquierda */
  margin: 8px 0;
  font-size: 16px;
}


.container span{
  position: absolute;
  min-height: 70vh;
  top: 0;
  left: 0;
  transform: rotateY(calc(var(--i) * 72deg)) translateZ(300px);
}

@keyframes gallary {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}


/* 

HASTA AQUI ESTA NAV Y PLANTILLAS DEL INDEX

*/
.testimonioscontainer {
  background-color: #06256a;
  padding: 60px 20px;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.testimonioscontainer-container {
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: center;
  z-index: 1000;
}

/* 
Testimonios
*/
.carousel-container {
  background-color: #dff1fa;
  width: 85%;
  max-width: 850px;      /* más ancho pero moderado */
  height: 500px;          /* más alto pero no gigante */
  padding: 40px 25px;     /* espacio interior moderado */
  border-radius: 12px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.carousel-container h3 {
  color: #004b87;
  margin-bottom: 20px;
  font-size: 28px;       /* un poco más grande */
}

.carousel-wrapperarara {
  position: relative;
  height: 100%;
}


.icon {
  font-size: 48px;      /* levemente más grande */
  margin: 20px 0;
}

.textito {
  font-size: 19px;      /* antes tenías 20px, ahora solo un poco más */
  margin: 20px auto;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 90%;
  line-height: 1.6;
}




.carousel-wrapperarara {
  position: relative;
  height: auto;
  /*min-height: 300vh;  elimina esto o ajústalo */
  min-height: 30vh; /* o quítalo para que crezca solo con el contenido */
}
.carrusel-link {
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.carrusel-link p {
  margin: 8px 0;
}


.carrusel-link img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.carrusel-link:hover img {
  transform: scale(1.03);
}

.carrusel-link:hover p {
  color: #004b87;
}


.carousel-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: fadeSlide 12s infinite;
}

.carousel-slide:nth-child(1) {
  animation-delay: 0s;
}

.carousel-slide:nth-child(2) {
  animation-delay: 4s;
}

.carousel-slide:nth-child(3) {
  animation-delay: 8s;
}

@keyframes fadeSlide {
  0%, 20% {
    opacity: 1;
    z-index: 1;
  }
  25%, 100% {
    opacity: 0;
    z-index: 0;
  }
}

nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #004b87;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 50%;
  user-select: none;
  z-index: 2;
}

.nav-arrow.left {
  left: 10px;
}

.nav-arrow.right {
  right: 10px;
}

.dots {
  margin-top: 20px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #999;
  border-radius: 50%;
}





.contacto {
  padding-top: 0;          /* asegura que no haya espacio arriba */
  padding-bottom: 0;
  background-color: #f9f9f9;
  color: rgb(0, 0, 0);
  font-family: 'Segoe UI', sans-serif;
}

.contact-container {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 10px; /* ← Esto incluye el espacio abajo correctamente */
  max-width: 600px;
  text-align: center;
}

h3 {
  margin-bottom: 10px;
  font-size: 2.5em;
  color: black;
}
.color{
  color: black;
}
.pcontacto {
  margin-bottom: 30px;
  font-size: 1.1em;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.contact-form label {
  font-weight: bold;
}

.contact-form span {
  font-weight: normal;
  font-size: 0.9em;
  color: #030303;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid black;  /* Borde negro */
  background-color: white;
  color: #000;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  outline: none;
  transition: border-color 0.2s;
}

.contact-form button {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1.1em;
  background-color: #7fc0f0;
  color: #5f6062;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #5aadd9;
}

.contact-info {
  margin-top: 20px;
  text-align: center;
}




.algo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 0;
  margin: 0;
  min-height: 1vh;
  background: #06256a; /* antes era #252432 */
}

.menu {
  position: relative;
  width: 280px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .toggle {
  position: relative;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: 0.5s;
  overflow: hidden;
}

.menu .toggle img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

#toggle:checked + .toggle {
  transform: rotate(360deg);
  box-shadow:
    0 6px 8px rgba(0, 0, 0, 0.15),
    0 0 0 2px #333,
    0 0 0 8px #fff;
}

.menu ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu li {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  transform: rotate(calc(360deg / 8 * var(--i)));
  transform-origin: 140px;
  scale: 0;
  transition: 0.5s;
  transition-delay: calc(0.05s * var(--i));
}

#toggle:checked ~ ul li {
  scale: 1;
}


.menu li a {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  overflow: hidden;
}

.menu li a img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  transform: rotate(calc(-360deg / 8 * var(--i))); /* Esto mantiene la imagen en vertical */
}

.menu li:hover a {
  transform: scale(1.2);
  box-shadow:
    0 0 0 2px var(--clr),
    0 0 0 6px #fff;
}

/* 
.contact-info {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: center;
}
*/

/* 

SOBRE NOSOTROS
SOBRE NOSOTROS
SOBRE NOSOTROS
SOBRE NOSOTROS






*/
.nosotros {
  background-color: #001f66;
  color: white;
  min-height: 100vh; /* Cambiado de height: 80vh */
  text-align: center;
  padding: 50px 20px;
}


.nosotrosin {
  background-color: #001f66;
  color: white;
  min-height: 80vh; /* Cambiado de height: 80vh */
  text-align: center;
  padding: 50px 20px;
}


.nosotrosin h1 {
  font-size: 3em;
  margin-top: 50px;
  margin-bottom: 10px;
}

.nosotrosin hr {
  width: 60%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px auto;
}




.nosotros h1 {
  font-size: 3em;
  margin-top: 50px;
  margin-bottom: 10px;
}

.nosotros hr {
  width: 60%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px auto;
}

.nosotros h2 {
  font-size: 1.5em;
  margin-bottom: 40px;
}

.nosotros-contenido {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.img-flotante {
  float: left;
  width: 430px;
  height: auto;
  border-radius: 8px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.textonosotros {
  font-family: Arial, sans-serif;
  line-height: 1.8;
  font-size: 1.1em;
}

.textonosotros p {
  margin-bottom: 20px; /* Espacio entre párrafos */
}

/* Responsive */
@media (max-width: 768px) {
  .img-flotante {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}

/* 


PLANTILLAS
PLANTILLAS
PLANTILLAS






*/
.nosotros2 {
  background-color: #001f66;
  color: white;
  min-height: 80vh;
  text-align: center;
  padding: 50px 20px;
}

.nosotros2 h1 {
  font-size: 3em;
  margin-top: 50px;
  margin-bottom: 10px;
}

.nosotros2 hr {
  width: 60%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px auto;
}

.nosotros2 h2 {
  font-size: 1.5em;
  margin-bottom: 40px;
}

/* Contenedor que evita scroll horizontal */
.tarjetas-excelblue-wrapper {
  overflow-x: hidden;
  width: 100%;
}

.tarjetas-excelblue {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 0;
  background-color: #001f66;
  margin-top: 70px;
}

/* Tarjetas con efecto de solapamiento */
.tarjetas-excelblue .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 320px;
  background-color: #b9ccdfaa;
  border-radius: 16px;
  box-shadow: 0 6px 10px #00000066;
  transition: transform 0.3s ease-out;
  position: relative;
  z-index: 1;
}

/* Superponer tarjetas ligeramente */
.tarjetas-excelblue .card:not(:first-child) {
  margin-left: -60px;
}

/* Hover en la tarjeta activa */
.tarjetas-excelblue .card:hover {
  transform: translate(-30px, -40px);
  z-index: 2;
}

/* Tarjetas siguientes se achican al pasar el hover en una */
.tarjetas-excelblue .card:hover ~ .card {
  transform: translate(50px, 50px) scale(0.8);
  transition: 0.4s ease-out;
}

.tarjetas-excelblue .title {
  color: white;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}

.tarjetas-excelblue .hover-img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  transition: bottom 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.tarjetas-excelblue .card:hover .hover-img {
  bottom: 20px;
  opacity: 1;
}

.tarjetas-excelblue .hover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-link .card {
  cursor: pointer;
}
@media (max-width: 768px) {
  .tarjetas-excelblue {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tarjetas-excelblue .card {
    width: 90%;
    height: auto;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }

  .tarjetas-excelblue .card:hover {
    transform: none;
  }

  .tarjetas-excelblue .card:hover ~ .card {
    transform: none;
  }
}
/*

Plantillas

*/
.video-section {
  background-color: #001f66;
  padding: 120px 20px 50px 20px; /* Deja espacio arriba para que el nav no lo tape */
}
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.video-card {
  background-color: #003399;
  color: white;
  width: 380px;
  height: 580px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video-cardinamos {
  background-color: #297ec4;
  color: white;
  width: 380px;
  height: 580px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.video-card h3 {
  margin: 0;
  font-size: 1.2em;
  color:gainsboro;
}

.link{
  color: #add8ff;
  text-decoration: underline;
}


.linkyutu {
  color: #ffffff;
  font-size: 1.1em;
}

.video-card iframe {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}

/* 

Para el resto
Para el resto

*/
.cards-container-contabilidad {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 0;
}

.contabilidad-card {
  position: relative;
  width: 400px;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.contabilidad-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #007bff; /* azul claro */
  color: white;
  font-weight: bold;
  width: 200px;
  height: 100px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.3rem;
  text-align: center;
}

.card-label1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #007bff; /* azul claro */
  color: white;
  font-weight: bold;
  width: 200px;
  height: 140px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.3rem;
  text-align: center;
}

/* 


COntacto
CONTACTO
CONTACTO




*/
.contacto-nuevo-seccion {
  background-color: #f5f5f5;
  color: #001f66;
  padding: 120px 20px 60px 20px; /* top más grande para dejar espacio al nav */
  text-align: center;
}

.contacto-nuevo-h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.contacto-nuevo-h2 {
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 1.2em;
  color: #001f66;
  margin-top: 30px;
}

.contacto-nuevo-contenido {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 35px;
  margin-left: 350px; /* MUEVO TODO*/
}

.contacto-nuevo-info {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.info-item {
  margin-top: 60px;
  margin-bottom: 30px;
}

.info-icono {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.contacto-nuevo-info h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
}

.contacto-nuevo-info p {
  font-size: 1em;
  margin: 4px 0;
  color: #333;
}

.contacto-nuevo-formulario {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.contacto-nuevo-formulario h3 {
  margin-bottom: 10px;
  font-size: 2em;
  color: #001f66;
  text-align: center;
}

.contacto-nuevo-texto {
  margin-bottom: 25px;
  font-size: 1em;
  text-align: center;
  color: #444;
}

.contacto-nuevo-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacto-nuevo-form label {
  font-weight: bold;
  color: #001f66;
}



.contacto-nuevo-form span {
  font-weight: normal;
  font-size: 0.9em;
  color: #555;
}

.contacto-nuevo-form input,
.contacto-nuevo-form textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 1em;
  background-color: white;
  color: #000;
}

.contacto-nuevo-form button {
  margin-top: 10px;
  padding: 12px;
  font-size: 1.1em;
  background-color: #001f66;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contacto-nuevo-form button:hover {
  background-color: #0033a0;
}

.footer-seccion {
  background-color: #e6f0f8; /* Azul claro que combina con el azul oscuro de contacto y el verde anterior */
  padding: 60px 20px;
  color: #003366; /* Azul oscuro para buena legibilidad */
  font-family: Arial, sans-serif;
}

.footer-contenido {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-columna {
  flex: 1;
  min-width: 220px;
}

.footer-columna h4 {
  color: #000000; /* Verde que armoniza con tu tema */
  font-size: 1.3em;
  margin-bottom: 15px;
}

.footer-columna p,
.footer-columna li {
  font-size: 1em;
  color: #333;
  line-height: 1.5;
}

.footer-columna ul {
  list-style: none;
  padding: 0;
}

.footer-columna strong {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #001f66;
}

