@charset "utf-8";
:root {
  --color-verde: #265900;
  --color-verde-claro: #A8CC4E;
  --color-cafe: #916036;
  --color-whatsapp: #25d366;
  --color-whatsapp-hover: #916036;
  --color-fondo-footer: #265900;
  --color-fondo-valores: #265900;
  --color-texto-valores: #ffffff;
  --color-fondo-aliados: #E7D4BD;
  --color-fondo-aliados-2: #A8CC4E;
  --color-texto-1: #265900;
  --color-texto-2: #916036;
  --font-poppins: 'Poppins', sans-serif;
  --font-poppins-light: 'Poppins Light', sans-serif;
  --font-poppins-regular: 'Poppins Regular', sans-serif;
  --font-comfortaa: 'Comfortaa', bold;
  --border-radius: 43px;
  --border-whatsapp: none;
}
    .timer {
      font-size: 24px;
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }

    .timer.show {
      opacity: 1;
    }
.video-responsive {
 position: relative;
    padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.video-responsive video {
 position: absolute;
    top: 0;
    left: 0;
	max-width: 70%;
  max-height: 70%;
}
  .modal-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }

  .modal-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	z-index: 999999;
}


.whatsapp-button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 38px;
  height: 38px;
}

.whatsapp-button:hover {
  color: var(--color-whatsapp-hover);
  text-shadow: 1px 1px 5px #000000;
}
.whatsapp-link {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: var(--color-whatsapp);
  color: #fff;
  border-radius: 50%;
  padding: 0.7rem;
  font-size: 1.25rem;
  text-align: center;
  z-index: 9999;
  border: var(--border-whatsapp);
  width: 60px;
  height: 60px;
}

.whatsapp-link:hover {
  color: var(--color-whatsapp-hover);
  text-shadow: 1px 1px 5px #000000;
}
[role=button] {
  cursor: pointer;
}
::-moz-selection {
  color: #fff;
  background-color: #265900;
}
::selection {
  color: #fff;
  background-color: #265900;
}
.bg-primary ::-moz-selection {
  color: #265900;
  /*background-color: #fff;*/
}
.bg-primary ::selection {
  color: #265900;
  /*background-color: #fff;*/
}
/************** Icicio Colores ************/
.fondo-1 {
  background-color: white;
}
.color-verde {
  color: #265900;
}
.color-verde-claro {
  color: #A8CC4E;
}
/************** Fin Colores ************/
/************** Icicio Fondos ************/
.fondo-footer {
  width: 100%;
  background-color: var(--color-fondo-footer);
  padding: 1rem;
  margin: 0rem;
}
.fondo-valores {
  background-color: #265900;
  padding: 1rem;
  color: #ffffff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  border: 3px solid white;
/*  border-bottom: 6px solid white;
  border-left: 6px solid white;
  border-right: 6px solid white;
*/}
.fondo-aliados {
  background: #E7D4BD;
  background: rgba(231, 212, 189, 1);
  border-radius: 43px;
  -moz-border-radius: 43px;
  -webkit-border-radius: 43px;
}
.fondo-aliados-2 {
  background: #A8CC4E;
  background: rgba(168, 204, 78, 1);
  border-radius: 43px;
  -moz-border-radius: 43px;
  -webkit-border-radius: 43px;
}
.fondo-inicio {
  background: #A8CC4E;
  background: rgba(168, 204, 78, 1);
  border-radius: 0 43px 43px 0;
	-moz-border-radius: 0 43px 43px 0;
  -webkit-border-radius: 0 43px 43px 0;
}
.fondo-inicio-m {
  background: #A8CC4E;
  background: rgba(168, 204, 78, 1);
  border-radius: 43px;
  -moz-border-radius:43px;
  -webkit-border-radius:43px;
	border: hidden;
}
.fondo-tit-serv {
  background-color: #E7D4BD;
  border-top-left-radius: 25px; /* Borde redondeado superior izquierdo */
  border-top-right-radius: 25px; /* Borde redondeado superior derecho */
  border-radius: 25px;
}
.fondo-tit-serv-1 {
  background-color: #E7D4BD;
}
.fondo-body-serv {
  background-color: rgba(231, 212, 189, 0.5);
  padding-top: 0.5rem;
}
.fondo-valor {
  background-color: #A8CC4E;
}
.fondo-cafe {
  background-color: #916036;
}
/************** Fin Fondos ************/
/************** Icicio letras ************/
.letra-1 {
  font-family: 'Comfortaa', bold;
}
.letra-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.75rem;
  color: #265900;
  text-align: center;
  letter-spacing: 2.65px;
  color: rgb(38, 89, 0);
  padding-top: 0.75rem;
  padding-bottom: 1.75rem;
}
.letra-3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  color: #265900;
  text-align: center;
  font-weight: 400;
}
.letra-4 {
  font-family: 'Poppins Regular', sans-serif;
  font-size: 1.50rem;
  color: #916036;
  text-align: justify;
  /*  font-weight: 200;*/
  line-height: 1.5;
}
.letra-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: #265900;
  text-align: center;
  font-weight: 200;
  line-height: 2;
}
.letra-6 {
  font-family: 'Poppins Regular', sans-serif;
  font-size: 1.50rem;
  color: #A8CC4E;
  text-align: justify;
  /*  font-weight: 200;*/
  line-height: 1.5;
}
.letra-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  color: #265900;
  text-align: center;
  letter-spacing: 2.65px;
  color: rgb(38, 89, 0);
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.letra-footer {
  font-family: 'Poppins Light', sans-serif;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
}
.letra-footer a{
	color: white;
	text-decoration: none;
}
.letra-footer a:hover{
	color: #A8CC4E;
}

.letra-pago {
  font-family: 'Poppins Light', sans-serif;
  font-size: 1.75rem;
  color: #A8CC4E;
  text-align: center;
  font-weight: 300;
}
.letra-catalogo-tit {
  font-family: 'Poppins', sans-serif;
  font-size: 1.62rem;
  line-height: 2.5rem;
  letter-spacing: 0.040rem;
  color: #916036;
  font-weight: bold;
}
.letra-catalogo-dentro {
  font-family: 'Poppins Light', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.62px;
  color: #916036;
  font-weight: 300;
}
.letra-bold {
  font-weight: bold;
}
.letra-precio {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.reconocimiento{
  font-family : Poppins;
  font-weight : bold;
  font-size : 15px;
  line-height : 24px;
  letter-spacing : 1.5px;
  color : #A7CB4E;
  color : rgb(167, 203, 78);
}

.texto-serv {
  color: #916036;
  text-align: start;
  font-family: 'Comfortaa', bold;
  margin: 0px 2rem;
  font-size: 1.55rem;
}
.texto-calcula {
  font-family: 'Poppins Light', sans-serif;
  font-size: 1.75rem;
  color: #A8CC4E;
  text-align: center;
  font-weight: 300;
  padding-bottom: 1rem;
}
.texto-tit-valor {
  font-family: 'Comfortaa', bold;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding-top: 1rem;
}
.texto-valor {
  font-family: 'Poppins', bold;
  font-size: 1.75rem;
  color: #ffffff;
  text-align: center;
  font-weight: 100;
  padding-bottom: 0.5rem;
}

.texto-inicio-1{
  font-family : "Poppins";
  font-weight : bold;
  font-size : 2rem;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}
.texto-inicio-2{
  font-family : "Poppins";
  font-weight : bold;
  font-size : 3rem;
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}
.titulo-mapa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  color: #916036;
  font-weight: 300;
  text-shadow: 2px 2px 2px white;
}

.titulo-mapa a {
  text-decoration: none;
  color: inherit;
}
.titulo-mapa a:hover {
  color: #265900;
}

.somos-funeravet p {
  margin-top: 0;
  text-align: justify;
}
/************** Fin letras ************/
/************** Icicio Margfenes ************/
.espacio-20 {
  height: 1.25rem;
}
.espacio-50 {
  height: 3.125rem;
}
.ali-derecha {
  text-align: right;
}
.ali-center {
  text-align: center;
}
.index-1 {
  z-index: -1;
}
.margenes-0 {
  margin: 0px;
  padding: 0px;
}
.margen-1 {
  margin: 3rem 5rem;
}
.margen-2 {
  margin-left: 5%;
  margin-right: 5%;
}
.margen-3 {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.margen-20{
      margin-left: 20px;
      margin-right: 20px;
}
.margen-central {
  position: relative;
  margin-top: -5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 1;
}
.margen-aliados {
  position: relative;
  margin: 5%;
}
.reco-pad{
	padding: 0 1rem;
}
.somos-funeravet {
  width: 600px;
  margin: 0 auto;
}
/************** Fin Margenes ************/
/************** Icicio  Otros ************/
.borde-1 {
  border: 3px solid white;
  background-color: #A8CC4E;
/*  border-top: 6px solid white;
  border-left: 6px solid white;
  border-right: 6px solid white;*/
}
.borde-inicio-ima {
  background-color: transparent!important;
	border-radius: 43px 0 0 43px;

}
.linea-text-1 {
  content: "";
  display: block;
  border-bottom: 5px solid white;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 100%;
}
.linea-text li::after {
  content: "";
  display: block;
  border-bottom: 1px solid white;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 100%;
}
/************** Fin Otros ************/
/************** Icicio Imagenes ************/
.logo {
  height: 50px; /* ajusta la altura según sea necesario */
  margin: 0 5px; /* ajusta el margen según sea necesario */
  align-content: space-between;
}
.img-catalogo {
  border-radius: 10%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  margin: 2px;
  overflow: hidden;
}
.img-unidad-duelo {
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  margin: 2px;
  overflow: hidden;
}
.img-inicio {
  border-radius: 43px 0 0 43px ;
  overflow: hidden;
  height: 100%;
}
.img-ancho-completo {
    width: 100%;
}
.mapa-redondo {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.mapa-redondo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.somos-funeravet img {
  float: left;
  margin-right: 20px;
  border: 1px solid black;
  shape-outside: circle(50%);
}
/************** Fin Imagenes ************/
/************** Icicio Carousel ************/
.carousel-control-prev, .carousel-control-next {
  background-color: transparent;
  border: none;
  color: green;
}
.absoluto{
  position: absolute;
}
.estatico{
  position: static;
}
.carousel-control-prev-icon::before, .carousel-control-next-icon::before {
  display: none;
}
.carousel-indicators .active {
  background-color: #265900;
  ;
}
/*.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li {
  background-color: #fff;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
*/
.carousel-indicators li.active {
  background-color: #007bff;
}
.arriba{ 
  position: relative;
  top: 37.5rem;
}
.carousel-indicators [data-bs-target] {
  position: relative;
  top: -37rem;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
	  background-color: rgba(38,89,0,0.7);
  cursor: pointer;
  transition: background-color 0.5s ease;
	color: #265900;
}
.carousel-indicators [data-bs-target] span {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #265900;
  border-radius: inherit;
}
.carousel-indicators2 [data-bs-target] {
  position: relative;
  top: -16rem;
  width: 25px;
  height: 25px;
}
.carousel-indicators3 [data-bs-target] {
  position: relative;
  top: -1rem;
  width: 25px;
  height: 25px;
}
.carousel-indicators-2 [data-bs-target] {
  position: relative;
  top: -47rem;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
	  background-color: rgba(38,89,0,0.7);
  cursor: pointer;
  transition: background-color 0.5s ease;
	color: #265900;
}
.carousel-indicators-2 [data-bs-target] span {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #265900;
  border-radius: inherit;
}
/*.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #265900;	
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(38,89,0,0.7);
  cursor: pointer;
  transition: background-color 0.5s ease;
	color: #265900;
}*/
.carousel-indicators li.active {
  background-color: #A8CC4E;
}
/************** Fin Carousel ************/
/************** Icicio Botones ************/
.boton-verde {
  display: inline-block;
  background-color: #A8CC4E;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Poppins light', sans-serif;
}

.boton-verde:hover {
  background-color: #8BA344;
	color:#A8CC4E;
}
.boton-cafe{
  display: inline-block;
  background : #916036;
  background : rgba(145, 96, 54, 1);
  color: white; 
  font-family: 'Comfortaa', bold;
  padding: 1rem 2rem;
  border-radius : 50px;
  -moz-border-radius : 50px;
  -webkit-border-radius : 50px;
	text-decoration: none;

}

.boton-cafe:hover {
  background-color: #B67944;
	color: white;
}
.boton-comprar {
  background: #A8CC4E;
  background: rgba(168, 204, 78, 1);
  width: 60%;
  height: 2rem;
  border-radius: 31px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  text-decoration: none;
}
.boton-comprar:hover {
  background: rgba(168, 204, 78, 0.5);
  color: #265900;
  cursor: pointer;
}
.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #6E9B2E;
}
.count-text {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}
.count-number-1 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.color-count-1{
	color: #6E9B2E;
	font-family: 'Montserrat Alternates',Righteous, sans-serif;
}
.color-count-2{
	color: #A1AA1F ;
	font-family: 'Montserrat Alternates',Righteous, sans-serif;
}
.color-count-3{
	color: #946238 ;
	font-family: 'Montserrat Alternates',Righteous, sans-serif;
}
/************** Fin Botones ************/
/************** Icicio Formularios ************/
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  border-radius: 25px;
}
label {
  font-weight: bold;
  margin-right: 1rem;
  padding-top: 0.7rem;
  color: #916036;
}
.blanco {
  color: white;
}
.form-input, input {
  display: flex;
  font-family: 'Comfortaa', bold;
}
input[type="select"], input[type="date"], input[type="tel"], input[type="number"], input[type="text"], input[type="email"], select, textarea {
  flex: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  margin-bottom: 0.3rem;
}
#ventana_usuario input::placeholder {
  font-family: 'Comfortaa', bold;
  color: #916036;
}
#tipo::placeholder {
  font-family: 'Comfortaa', bold;
  color: #916036;
}
#ventana_usuario input[type="date"]::placeholder {
  font-family: 'Comfortaa', bold;
  color: #916036;
}
/* Formularios 2 */
#ventana_usuario input[type="text"] {
  padding: 0.5rem;
  border: 1px solid #CDC99B;
  border-radius: 15px;
  outline: none;
}
#ventana_usuario input[type="email"] {
  padding: 0.5rem;
  border: 1px solid #CDC99B;
  border-radius: 15px;
  outline: none;
}
#ventana_usuario input[type="date"] {
  padding: 0.5rem;
  border: 1px solid #CDC99B;
  border-radius: 15px;
  outline: none;
}
#ventana_usuario input[type="tel"] {
  padding: 0.5rem;
  border: 1px solid #CDC99B;
  border-radius: 15px;
  outline: none;
}
#ventana_usuario select {
  padding: 0.5rem;
  border: 1px solid #CDC99B;
  border-radius: 15px;
  outline: none;
}
#ventana_usuario input[type="password"] {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #CDC99B;
  border-radius: 5px;
  outline: none;
}
#ventana_usuario input[type="number"] {
  padding: 0.5rem;
  border: 1px solid #CDC99B;
  border-radius: 15px;
  outline: none;
}
#ventana_usuario .text_wrw {
  padding: 10px;
  padding-left: 15px;
  border: 1px solid #CDC99B;
  color: #916036;
  text-decoration-color: #916036;
  text-emphasis-color: aqua;
}
#ventana_usuario .num_wrw {
  padding: 10px;
  border: 1px solid #CDC99B;
  /*    border-radius: 5px;*/
  outline: none;
}
#ventana_usuario .num_part {
  padding: 10px;
  border: 2px solid rgba(156, 43, 44, 1.00);
  border-radius: 5px;
  outline: none;
  text-align: center;
  color: rgba(156, 43, 44, 1.00);
  font-size: 20px;
}
#ventana_usuario .date_wrw {
  padding: 10px;
  border: 1px solid #CDC99B;
  border-radius: 5px;
  outline: none;
}
#ventana_usuario form input[type="submit"] {
  display: block;
  padding: 10px 20px;
  margin-top: 15px;
  color: #FFF;
  border: 0;
  border-radius: 5px;
  background-color: rgba(156, 43, 44, 1.00);
  outline: none;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/************** Fin Botones ************/
  table {
    font-family: 'Comfortaa', bold;
	border-collapse: collapse;
    width: 100%;
    background-color: #265900;
  }

  th, td {
    border: 2px solid white;
    padding: 4px;
    text-align: center;
    color: white;
  }

  th {
    background-color: #916036;
  }

/************** Icicio Móviles ************/
@media only screen and (max-width: 997px) /*@media (max-width: 900px) */ {
  .whatsapp-link i {
    font-size: 1.5rem; /* tamaño de fuente por defecto para el icono en dispositivos móviles */
  }
  /************** Icicio Fondos ************/
  .fondo-footer {
    padding: 0.7rem;
  }
  .fondo-valores {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 300;
  }
  .fondo-body-serv {
    padding-top: 1rem;
  }
.boton-cafe{
  padding: 0.5rem 1.7rem;
font-size: 1rem;
}	
  /************** Fin Fondos ************/
  /************** Icicio letras ************/
  .letra-2 {
    font-size: 2rem;
    letter-spacing: 1.4px;
    padding-top: 0.7rem;
    padding-bottom: 1.25rem;
  }
  .letra-3 {
    font-size: 0.75rem;
    font-weight: 100;
  }
  .letra-4 {
    font-size: 0.7rem;
    line-height: 1.1;
  }
  .letra-5 {
    font-size: 0.7rem;
    font-weight: 100;
    line-height: 1.1;
  }
  .letra-6 {
    font-size: 0.7rem;
    line-height: 1.1;
  }
  .letra-7 {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .letra-footer {
    font-size: 0.55rem;
  }
  .letra-pago {
    font-size: 1rem;
    font-weight: 100;
  }
  .letra-catalogo-tit {
    font-size: 1.62rem;
    line-height: 2.5rem;
    letter-spacing: 0.040rem;
  }
  .letra-catalogo-dentro {
    font-size: 0.75rem;
    letter-spacing: 0.31px;
    font-weight: 100;
  }
  .letra-precio {
    font-size: 0.75rem;
  }

.texto-inicio-1{
  padding: 0.4rem;
  font-size : 1.4rem;
}
.texto-inicio-2{
  font-size : 1.75rem;
}
  .texto-serv {
    margin: 0px 0.75rem;
    font-size: 0.85rem;

  }
  .texto-calcula {
    font-size: 0.75rem;
    font-weight: 100;
    padding-bottom: 0.5rem;
  }
  .texto-tit-valor {
    font-size: 0.7rem;
    font-weight: 100;
    padding-top: 0.3rem;
  }
  .texto-valor {
    font-size: 0.85rem;
    font-weight: 100;
    padding-bottom: 0.1rem;
  }
  .titulo-mapa {
    font-size: 0.9rem;
    font-weight: 100;
  }
  /************** Fin letras ************/
  /************** Icicio Margenes ************/
  .espacio-20 {
    height: 0.75rem;
  }
  .espacio-50 {
    height: 1.125rem;
  }
  .margen-1 {
    margin: 1.25rem 2.75rem;
  }
  .margen-2 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .margen-3 {
    margin-top: 0.75rem;
    margin-bottom: 2.75rem;
  }
  .margen-central {
    margin-top: -1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .margen-aliados {
    position: relative;
    margin: 2%;
  }
  .somos-funeravet {
    width: 600px;
    margin: 0 auto;
  }
  /************** Fin Margenes ************/
  /************** Icicio  Otros ************/
  .borde-1 {

/*    border-top: 0.125rem solid white;
    border-left: 0.125rem solid white;
    border-right: 0.125rem solid white;*/
  }
  .linea-text li::after {
    border-bottom: 1px solid white;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  /************** Fin Otros ************/
  /************** Icicio Imagenes ************/
  .logo {
    height: 30px;
    margin: 0 1px;
    align-content: space-between;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  .img-catalogo {
    border-radius: 8%;
    margin: 1px;
  }
  .mapa-redondo {
    width: 110px;
    height: 110px;
    padding: 5px;
  }
  .mapa-redondo iframe {
    width: 90%;
    height: 90%;
  }
  .somos-funeravet img {
    float: left;
    margin-right: 20px;
    border: 1px solid black;
    shape-outside: circle(50%);
  }
  .img-fluid-1 {
    max-width: 85%;
    height: auto;
  }
  /************** Fin Imagenes ************/
  /************** Icicio Carousel ************/
.carousel-control-prev, .carousel-control-next {
  background-color: transparent;
  border: none;
}
.carousel-control-prev-icon::before, .carousel-control-next-icon::before {
  display: none;
}

.carousel-indicators [data-bs-target] {
  position: relative;
  top: -11.5rem;
  width: 14px;
  height: 14px;
}
.carousel-indicators2 [data-bs-target] {
  position: relative;
  top: -7rem;
  width: 14px;
  height: 14px;
}
	
.carousel-indicators3 [data-bs-target] {
  position: relative;
  top: 0rem;
  width: 14px;
  height: 14px;
}
.carousel-indicators li.active {
  background-color: #A8CC4E;
}
/************** Fin Carousel ************/	
/************** Icicio Botones ************/
  .boton-verde {
    padding: 7px 14px;
    font-size: 0.75rem;
  }
  .boton-comprar {
    height: 1.125rem;
    margin-top: 0.5rem;
  }
  /************** Fin Botones ************/
  /************** Icicio Formularios ************/
  .form-group {
    margin-bottom: 0.2rem;
    border-radius: 25px;
  }
  label {
    margin-right: 0.2rem;
    padding-top: 0.3rem;
    font-size: 0.75rem;
  }
  input[type="select"], input[type="date"], input[type="tel"], input[type="number"], input[type="text"], input[type="email"], select, textarea {
    flex: 1;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.75rem;
  }
  /* Formularios 2 */
  #ventana_usuario input[type="text"] {
    padding: 0.2rem;
  }
  #ventana_usuario input[type="email"] {
    padding: 0.2rem;
  }
  #ventana_usuario input[type="date"] {
    padding: 0.2rem;
  }
  #ventana_usuario input[type="tel"] {
    padding: 0.2rem;
  }
  #ventana_usuario select {
    padding: 0.2rem;
  }
  #ventana_usuario input[type="password"] {
    padding: 0.2px;
  }
  #ventana_usuario input[type="number"] {
    padding: 0.2rem;
  }
  #ventana_usuario .text_wrw {
    padding: 5px;
    padding-left: 10px;
  }
  #ventana_usuario .num_wrw {
    padding: 10px;
  }
  #ventana_usuario .num_part {
    padding: 10px;
    font-size: 0.75rem;
  }
  #ventana_usuario .date_wrw {
    padding: 5px;
  }
  #ventana_usuario form input[type="submit"] {
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 5px;
  }
  /* fin Formularios */
.letra-footer a{
	color: white;
	text-decoration: none;
}
.letra-footer a:hover{
	color: #A8CC4E;
}

  th, td {
    border: 2px solid white;
    padding: 4px;
    text-align: center;
    color: white;
	font-size: 0.55rem;  
  }

  th {
    background-color: #916036;
  }
}

@media (min-width: 1000px) {
	.espaci0-10{
		top: 6rem;
	}
}
/* Estilos para el círculo de visualizaciones */

.circulo {
    display: inline-block;
    background-color: #A8CC4E;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
 .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 20px;
            max-width: 400px;
        }

        /* Estilos para el fondo oscuro detrás del popup */
        .popup-background {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 9998;
        }

.modal_horario {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
	  color: #A8CC4E;
      transform: translate(-50%, -50%);
      padding: 20px;
      background-color: #fff;
      border: 1px solid #ccc;
      z-index: 1000;
    }
.fa-mobile {
      font-size: 1.5em; /* Tamaño inicial del ícono */
      color: #ffffff; /* Color del ícono (ajusta según tus necesidades) */
      transition: transform 0.3s ease; /* Transición de tamaño */
    }

    /* Estilo para cambiar el tamaño al hacer hover */
    .fa-mobile:hover {
      transform: scale(1.5); /* Tamaño al hacer hover */
    }

/*.recomendacion-buttons {
    margin-right: 20px;
}
*/
/* Contenedor del checkbox */
.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Oculta el checkbox original */
.checkbox-container input[type="checkbox"] {
    display: none;
}

/* Estilo para el nuevo checkbox */
.checkbox-custom {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f2f2f2;
    border-radius: 4px;
    border: 2px solid #ccc;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

/* Estilo cuando el checkbox está marcado */
.checkbox-container input[type="checkbox"]:checked + .checkbox-custom {
    background-color: #007bff;
    border-color: #007bff;
}

/* Icono de verificación */
.checkbox-custom::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
}

/* Mostrar el icono de verificación cuando el checkbox está marcado */
.checkbox-container input[type="checkbox"]:checked + .checkbox-custom::after {
    opacity: 1;
}

.checkbox-label {
    cursor: pointer;
    margin-left: 5px;
}
 	
/* Para tamaños grandes (escritorio) */
#videoPlayer {
  display: block; /* Hace que el video se comporte como un bloque */
  margin-left: auto; /* Margen izquierdo automático para centrar */
  margin-right: auto; /* Margen derecho automático para centrar */
  width: 65%; /* Ocupa el 80% del ancho disponible */
  height: auto; /* Mantiene la proporción del video */
}

/* Para tamaños medianos (tablets) */
@media (max-width: 768px) {
  #videoPlayer {
    width: 80%; /* El video ocupará todo el ancho de la pantalla en dispositivos más pequeños */
  }
}

/* Banner dentro del modal */
.modal-banner-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  border: 3px solid #ffc107;
  box-shadow: 0 0 0 4px rgba(255,193,7,0.15);
}

.modal-banner-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
