
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    /*método para ver bordes que sobresalen y detectar el elemento que hace desbordar
    border: 1px solid salmon;
    */
}
/*inputs iconos loggeo*/
 /* Personaliza el estilo del input y del icono */
 /* Personaliza el estilo del input y del icono */
 .custom-row-width {
  max-width: 800px; /* Establece el ancho máximo de la fila */
  margin: 0 auto;   /* Centra la fila en el contenedor */
}

.custom-row-height {
  height: 300px; /* Establece la altura deseada de la fila */
}
.logueoMiembros{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 400px;
  height: 42px; 
  z-index: 99999999999999999999999999999999999999999999999999999!important;
  /* background: #b4da08b8!important; */
  background: #014a93b8!important;
  color: white;
  padding: 6px;
}
.errorLogueoUser{
  width: 400px;
  height: auto;
  background-color: #58001ad7;
  padding:2px;
  color:rgb(253, 108, 108);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  z-index: 99999999999999999999999999999999999999999999999999999!important;
}
.okLogueoUser{
  color:rgb(8, 239, 0);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  z-index: 99999999999999999999999999999999999999999999999999999!important;
}
.z-index-ok{
  z-index: 1;
}
.input-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px; /* Ajusta el espaciado entre los campos de entrada */
}

.input-group input::placeholder {
color: rgb(0, 124, 152);
}

.input-group i {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  left: 10px;
}

.inputFormularioLogueo {
  padding-left: 30px; /* Ajusta el espaciado a la izquierda para que el texto no se solape con el ícono */
  width: 100%!important; /* Asegura que el input ocupe todo el ancho disponible */
}

.btn-LogueoOK {
  width: 84px;
  height: 30px;
  background-color: #05013e;
  /* background-color: #edfe02; */
  padding: 0px;
  /* color:wheat; */
  color: rgb(0, 124, 152);
}

.btn-LogueoOK:hover {
   color:white;
   /* background-color: #0f0f0f; */
   background-color: #e1ff00;
   transition: 3s;
   color:rgb(0, 0, 56);
}

/* Ajusta el margen izquierdo del ícono en el botón */
.btn-LogueoOK i {
  margin-right: 110px; /* Puedes ajustar este valor según tu preferencia */
  margin-top: -14px;
}

/*Inputs iconos loggeo*/


.custom-row-width{
  max-width: 530px;
}
.custom-row-height{
  height: 56px!important;
}

.btn-Logueo{
  width: auto;
  height: 30px;
  background: #fbff00d4!important;
  color: black;
  padding:4px;
  border-radius: 4px;
  border: 0px solid transparent;
}
.inputFormularioLogueo{
  width:60px!important;
  height: 30px;
  padding:4px;
  margin-left:7px;
  margin-right: 7px;
  border-radius: 6px!important;
  background-color:#080450d4;
  color:white;
  border: 0px solid transparent;
}
/*contador inicio*/
.contenedor{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}

.caja {
  margin: 0 10px;
  text-align: center;
}

.contador{
  font-size: 48px;
  font-weight: bold;
  color: #edfe02;
}

.texto{
  font-size: 16px;
  color: #fff;
}
/*contador final*/

/*inicio sección transmisiones*/
.f-40{
  font-size: 40px!important;
}
.sizeTrans{
  width: 380px;
  height: 200px;
  /*medida por default de yotube 19:9*/
  /*width="560" height="315"*/
}
/*final sección transmisiones*/

/* efecto puntitos inicio*/
 /* Estilo para el contenedor de partículas */
 #particles-js {
  width: 100%;
  height: 90vh;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*efecto puntitos final*/




/*cartel transmision en vivo*/
#cookieTansmision {
  position: fixed;
  bottom: -20.3%;
  left: 0;
  width: 100%;
  height: 13vh;
  background-color: #a00644d4;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #000000;
  display: none; /* Ocultamos inicialmente el elemento */
  align-items: center;
  justify-content: center;
  animation: windowFadeInT 2s ease-in-out;
  z-index: 2;
}

@keyframes windowFadeInT {
  0% {
      opacity: 0;
      transform: scale(0.8);
  }
  25% {
      opacity: 0.25;
      transform: scale(0.8);
      background-color: #fa1515d4;
  }
  50% {
      opacity: 0.50;
      transform: scale(0.8);
      background-color: #6b0039d4;
  }
  75% {
      opacity: 0.75;
      transform: scale(0.8);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}

#cookieTansmision p {
  margin: 0;
}

#cookieTansmision .close {
  cursor: pointer;
  color: #fee902;
  font-size: 20px;
}

#cookieTansmision .button {
  padding: 10px 20px;
  background-color: #08923d;
  color: #fff;
  border: none;
  cursor: pointer;
}


  /* Estilos del cartel inicio*/
  #cookieConsent {
    position: fixed;
    bottom: 2.3%;
    left: 0;
    width: 100%;
    height: 13vh;
    background-color: #080450d4;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: windowFadeIn 2s ease-in-out;
    z-index: 2;
}
@keyframes windowFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  25% {
    opacity: 0.25;
    transform: scale(0.8);
    background-color: #2115fad4;
  }
  50% {
    opacity: 0.50;
    transform: scale(0.8);
    background-color: #006b10d4;
  }
  75% {
    opacity: 0.75;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#cookieConsent p {
    margin: 0;
}

#cookieConsent .close {
    cursor: pointer;
    color: #edfe02;
    font-size: 20px;
}

#cookieConsent .button {
    padding: 10px 20px;
    background-color: #1d36f3;
    color: #fff;
    border: none;
    cursor: pointer;
}
  /* Estilos del cartel fin*/
/*flecha bajar inicio*/
/*acá se mueve de manera inclinada*/
/* .arrow-container-abajo {
  position: fixed;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.arrow-abajo {
  width: 40px;
  height: 40px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  animation: arrowAnimation 1.5s infinite;
}

.arrow-abajo.hidden {
  display: none;
}

@keyframes arrowAnimation {
  0% {
    transform: rotate(45deg) translate(-50%, -50%);
  }
  50% {
    transform: rotate(45deg) translate(-50%, 50%);
  }
  100% {
    transform: rotate(45deg) translate(-50%, -50%);
  }
} */
/*acá se mueve de manera vertical*/
.arrow-container-abajo {
  position: fixed;
  bottom: 20px;
  left: 50%;
  top:77.5%!important;
  transform: translateX(-50%);
  z-index: 999;
}
.arrow-abajo {
  width: 20px;
  height: 20px;
  border: solid rgb(1, 174, 255);
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  animation: arrowAnimation 1s infinite;
  opacity: 1;
  cursor: pointer;
}
.arrow-abajo.hidden {
  display: none;
}
@keyframes arrowAnimation {
  0% {
    transform: translateX(-50%) rotate(45deg);
  }
  50% {
    transform: translateX(-50%) rotate(55deg);
  }
  100% {
    transform: translateX(-50%) rotate(45deg);
  }
}
/*flecha bajar fín*/
/* efecto flecha subir Inicio*/
.scrollToTopButton {
  position: fixed;
  bottom: 85px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #031865;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.7s, visibility 2s;
  z-index: 9999;
}

.scrollToTopButton.active {
  opacity: 1;
  visibility: visible;
}

.scrollToTopButton .arrow-up {
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
  transition: border-color 0.3s;
}

.scrollToTopButton:hover .arrow-up {
  border-color: #fff;
}
/*efecto flecha subir fín*/
/*efecto parallax inicio*/
/* Estilos del contenedor parallax */
/* .parallax-container {
  position: relative;
  overflow: hidden;
  width: 99.64vw;
  height: 50vh;
}

.parallax-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../img/jesus-camina-en-las-aguas.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.parallax-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 20px;
} */
/*efecto parallax fín*/

.fondoEfectoOla{
    min-height: 100vh!important;
    width: 100%;
    /*background: #e7008a;*/
    /* background: rgb(128, 3, 87); */
    background-image: url('../imgWebp/cieloEdit.webp');
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
svg{
    position: absolute;
    bottom:0;
     left:0;
}
nav{
  /* height: 65px;
  width: 100%; no e le puede modificar el tamaño acá*/
   background-color: #001355!important;
}
.reproductorPosicion{
  display: flex;
  flex-direction: row;
    /*float: right!important;*/
    margin-top:0.8rem!important;
    margin-right: 1.5rem!important;
}
audio{
  width: 250px;
  height: 50px;
  /* border: 1px solid white;
  border-radius: 16px;
  background-color: rgb(54, 255, 94); */
}
.enlacesBlog{
   /* color:brown; */
  color: #031865;
  border: 1px solid black;
  padding: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 1s;
  margin-left: 0.1%;
  margin-right: 0.1%;
}
.enlacesBlog:hover{
  color:#031865;
}
/**/
.enlacesBlogModoDark{
  /* color:brown; */
 color: #909090;
 border: 1px solid rgb(88, 88, 88);
 padding: 4px;
 text-decoration: none;
 font-weight: 600;
 transition: 1s;
 margin-left: 0.1%;
 margin-right: 0.1%;
}
.enlacesBlogModoDark:hover{
 color:rgb(174, 255, 0);
}
/**/
.contieneEnlaces{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100vw;
  margin: 0 auto;
}
.estadoVertical{
    vertical-align:1.3vh;
}
.text-center{
  text-align: center;
}
.circleOFF {
  background: rgb(126, 18, 1);
  border-radius: 50%;
  min-width: 30px;
  min-height: 30px;
  padding:3px;
  color:white;
  font-size: 10px;
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.circleON {
    background: rgb(14, 172, 0);
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    padding:3px;
    color:white;
    font-size: 12px;
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
  .oyentesEnVivo{
    margin-right: -1rem;
    color:white;
    font-size: 20px;
    margin-top: -0.6rem;
  }
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  .bg-transmisiones{
/*     background-image: url('../img/');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #001355;
  }
  .imgPlayStore{
    width: 180px;
    height: auto;
    border-radius: 5px;
    border: 1px solid wheat;
  }
.bg-doctrina{
  background-image: url('../imgWebp/doctrina.webp');
  background-repeat: no-repeat;
  background-size: cover;
}
.mtMenos5Paloma{
  margin-top: -15%!important;
  margin-bottom: 1%;
}
.paloma{
  width:250px;
  height: auto;
  z-index:999999999999999999999999999999999999999999999999999999999999!important;
}
.mtMenos3{
  margin-top: -3%;
}
.vivoOk{
  color:greenyellow!important;
 }
.boton1a1{
  border: 1px solid #031865;
  color: black;
  padding:10px;
  border-radius:10px;
  text-decoration: none;
}
.boton1a1:hover{
  /* background-color: darkred; */
  background-color: #031865;
  color: white;
  transition: 1s;
}
/*libro de visitas*/
  @import url('https://fonts.googleapis.com/css2?family=Bitter:wght@200&display=swap');

 

  .libro_visitas_formato{
    width: auto;
    height: auto;
    min-width: 370px;
    max-width: 385px;;
   /* background-color: #000000;*/
  }
  .estiloInputsLibroVisitas{
  width: 370px;
  height: auto;
  font-family: 'Bitter', serif;
  background-color: #031865;
  color:white;
  border-radius: 6px;
  margin-top:5px;
  margin-bottom:5px;
  box-sizing: border-box;
  padding: 4px;
  font-size: 16px;
  box-sizing: border-box;
  color:#ffffff;
}
.estiloInputsLibroVisitas:hover{
  background-color: #000000;
  color:white;
transition: 2s all;
}
.contadorCaracteres {
  font-weight: bold;
  color: green; /* Color inicial del contador */
  animation: colorCambio 1s infinite;
}
.naranja {
  color: orange;
}
.rojo {
  color: red;
}
.limiteTexto {
  color: red;
  font-weight: bold;
  animation: colorCambioRojo 1s infinite;
}
.oculto{
  display: none;
}
.color-red{
  color: #FF0000!important;
}
.font-size-comentario{
  font-size: 14px;
}
@keyframes colorCambio {
  0%, 100% {
      color: rgb(0, 82, 0);
  }
  50% {
      color: rgb(102, 255, 0);
  }
}


@keyframes colorCambioRojo {
  0%, 100% {
      color: #FF0000;
  }
  50% {
      color: #FF7777;
  }
}
/*Libro de visitas */

/*Parallax inicio*/
  .imgFija{
  height: 50vh;
  background-image: url("../imgWebp/jesus-camina-en-las-aguas.webp");
  background-position: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
} 
 
/*Parallax final*/
/*Php formulario*/
.enviadoOk{
  width: auto;
 /*width: auto;*/
  height: auto;
 /* margin-top: 2%!important;*/
 
  font-size: 18px;
  background-color: green;
  padding: 10px;
  border-radius: 5px;
  animation-name: animOK;
  animation-duration: 16s;
  animation-iteration-count: infinite;
}
.enviadoError{
  width: auto;
  height: auto;
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
  animation-name: animError;
  animation-duration: 16s;
  animation-iteration-count: infinite;
}
@keyframes animOK{
  0% {background-color: rgb(1, 102, 1);color:white;} 
 25% {background-color: rgb(0, 255, 0);color:black;} 
 50% {background-color: rgb(1, 102, 1);color:white;}
 75% {background-color: rgb(1, 255, 1);color:black;} 
100% {background-color: rgb(1, 102, 1);color:white;} 
}
@keyframes animError{
  0% {background-color: rgb(135, 4, 4);color:white;}
 25% {background-color: rgb(253, 37, 37);color:rgb(0, 0, 0);}
 50% {background-color: rgb(135, 4, 4);color:white;} 
 75% {background-color: rgb(253, 37, 37);color:rgb(0, 0, 0);} 
100% {background-color: rgb(135, 4, 4);color:white;} 
}
.anularPantalla{
  display:none;
}
/*php formulario*/

  .mapa{
    width: 100%;
    height: 22rem;
    max-width: auto;
    opacity: 0.35;/* Ajusta el valor de opacidad según tus preferencias */
    margin-bottom: -0.4rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .boton1a2{
    height: 35px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    width: auto;   
    border: 1px solid darkolivegreen;
    color: black;
    border-radius:5px;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px; 
  }
  .boton1a2:hover{
    background-color: darkolivegreen;
    color: white;
    transition: 1s;
  }
  .captcha{
    width: auto;
    height: 34px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius:5px;
    opacity:0.7;
  }
  .linkTel{
    color: white!important;
    text-decoration: none;
  }
  .linkTel:hover{
  color:#edfe02!important;
  text-decoration: none;
  }
  /*formulario*/
  .fondoContacto{
  /*   width: 100vw!important;
    height: auto; */
    /* background-color: salmon; */
    background-image: url("../imgWebp/contacto.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .estilosInputs{
    width: 100%;
    height: 22px;
    padding:16px;
    border:1px solid black; 
    border-radius:5px;
    color:white;
    background: rgba(0, 0, 0, 0.527);
  }
  .estilosInputs::placeholder{
    color:rgb(189, 255, 7);
  }
  .estilosInputs:focus{
    background-color: #178601; /* Cambia el color de fondo al enfocar el select */
  }
  /*estilos Select*/
   .estilosSelect{
    width: 100%;
    height: 34px;
    padding: 0 10px; /* Ajusta el padding según tus necesidades */
    border:1px solid black; 
    border-radius:5px;
    color: rgb(189, 255, 7);
    background: rgba(0, 0, 0, 0.527);
    margin-top:5px;
    margin-bottom: 5px;
  }
  .estilosSelect:focus{
    background-color: #031865; /* Cambia el color de fondo al enfocar el select */
  }
  /*fín estilos Select */

  /* Estilo personalizado para las opciones del menú desplegable */
select option {
  background-color: #a30a0a; /* Cambia el color de fondo de las opciones */
  color:rgb(255, 251, 3);
  
}
/* Estilo personalizado para las opciones del menú desplegable al pasar el mouse */
select option:hover {
  background-color: #6d0252!important; /* Cambia el color de fondo al pasar el mouse sobre las opciones */
}
  /**/
  .estilosArea{
    width: 100%;
    height: 250px;
    padding:16px;
    border:1px solid black; 
    border-radius:5px;
    color:white;
    background: rgba(0, 0, 0, 0.527);
    margin-top:5px;
  }
  .estilosArea::placeholder{
    color:rgb(189, 255, 7);
  }
  .estilosCaptcha{
    width: 14%;
    min-width: 26%;
    height: 22px;
    padding:16px;
    border:1px solid black; 
    border-radius:5px;
    color:white;
    background: rgba(0, 0, 0, 0.527);
    margin-left: 3px;
    margin-right: 3px;
  }
  .estilosCaptcha::placeholder{
    color:rgb(189, 255, 7);
  }
  .estilosCaptcha:focus{
    background-color:#a30a0a;
  }
  /**/
  .imgLogoTeam{
      width: 300px;
      min-width: 210px;
      height: auto;
    }

  /*fín formulario*/
/*testimonios inicio*/
/*.bg-testimonios{
  top: 0;*//*Al establecer ambas propiedades en 0, el elemento se coloca en la parte más alta y a la izquierda posible dentro del contenedor.*/
  /*left: 0;/* /*establece que el elemento estará posicionado en la esquina superior izquierda de su contenedor.*/
 /* width: auto!important;
  height: auto;
  background-image: linear-gradient(to bottom, rgba(2, 1, 78, 0.856), rgba(0, 65, 5, 0.856)), url('../img/milagrosJesus.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}*/

.bg-testimonios {
  position: relative;
  width: auto !important;
  height: auto;
  background-image: linear-gradient(to bottom,rgba(0, 65, 5, 0.856) , rgba(6, 3, 142, 0.799)), url('../imgWebp/milagrosJesus.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
 
}

.bg-testimonios::before {
  content: "";
  position: absolute;
  top: 0; /* Ajusta la posición vertical según tus necesidades */
  width: 100%;
  height: 300px; /* Ajusta la altura del efecto de onda según tus necesidades */
  background-image: url('../imgWebp/wave.svg'); /* Cambia la URL de la imagen de la ola */
  background-repeat: repeat-x;
  transform: scaleX(-1); /* Invierte la imagen horizontalmente */
  transform: scaleY(-1); /* Invierte la imagen verticalemente */
  z-index: 1;
}
.cajaTestimonios{
  width: auto;
  height: auto;
  
  border-radius: 5px;
  border: 1px solid wheat;
}
/*testimonios final*/

.comentarios1_libro_visitas{
  background-color: darkolivegreen;
  color:white;
  padding:5px
}
.comentarios2_libro_visitas{
  background-color: #031865; 
  color:rgb(200, 255, 0);
  padding:5px
}
.conectionOk{
  background-color: darkolivegreen;
  color:white;
  padding:8px;
  text-align: center;
}
.conectionError{
  background-color: rgb(107, 2, 9);
  color:white;
  padding:8px;
  text-align: center;
}
.claseResultadoFormularioEnviado{
  width: 50%;
  height: 22px;
  padding:16px;
}
.errorFormuVis{
  background-color: rgb(107, 2, 9);
  color:white;
  padding:10px;
}
.advertenciaFormuVis{
  background-color: rgb(255, 234, 1);
  color:#000000;
  padding:10px;
}
.advertenciaFormuVisDanger{
  background-color: rgb(237, 35, 20);
  color:#ffffff;
  padding:10px;
}
.okFormuLib{
  background-color: darkolivegreen;
  color:white;
  padding:10px;
}
/*iframe libro de visitas*/
.iframeLibroVisitas {
  width: 100%; /* Ancho del iframe */
  height: 300px; /* Altura del iframe */
  border: none; /* Sin borde alrededor del iframe */
  overflow-y: scroll; /* Mostrar solo la barra de desplazamiento vertical */
}

.iframeLibroVisitas::-webkit-scrollbar {
  width: 12px; /* Ancho de la barra de desplazamiento */
  background-color: #000; /* Color de fondo de la barra de desplazamiento */
}

.iframeLibroVisitas::-webkit-scrollbar-thumb {
  background-color: #fff; /* Color del pulgar de la barra de desplazamiento */
  border: 2px solid #000; /* Borde del pulgar de la barra de desplazamiento */
}

.iframeLibroVisitas::-webkit-scrollbar-button {
  display: none; /* Ocultar las flechas de desplazamiento */
}
/*clase con estlos para el modo dark de la web*/
.dark-mode-toggle {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #3498db;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.toggle-knob {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

.dark-mode .dark-mode-toggle {
  background-color: #111010;
  color:yellow;
}

.dark-mode .toggle-knob {
  transform: translateX(30px);
}

/*clase con estlos para el modo dark de la web*/
.cajagTf{
  width: 60px;
  height: auto; 
}
.floatR{
  float: right;
  margin-top: 2px;
}
.floatL{
  float: left;
  margin-top: 2px;
}
/*iframe libro de visitas*/
  footer{
    
    background-color: #031865;
    /* background-color: rgb(128, 3, 87); */
  }