html{
    background-color: #205809;
    width: 100%;
    height: 100%;
}
body{
    /* background: linear-gradient(90deg, rgba(144,92,180,1) 0%, rgba(255,90,152,1) 50%, rgba(255,201,124,1) 100%); */

    height: 100%;
    margin: 0;
}


/* texto loader */

.gifloading {
    position: absolute;
    margin-top: -118%;
}
h1:before {
	animation: text-loading 5s linear;
	border-bottom: 16px solid #205809;
	color: #205809;
	content: attr(data-text);
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}

h1 {
	border-bottom: 16px solid #222222;
	color: #222222;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	position: relative;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	h1 {
		font-size: 16px;
	}
}

@keyframes text-loading {
	to {
		width: 100%;
	}
}

/* fin texto loader */



.control-panel{
    font-family: system-ui, -apple-system, 'HelveticaNeue', BlinkMacSystemFont, "Roboto", "Segoe UI";

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.control-panel fieldset:hover{
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.25);
}
.control-panel fieldset{
    color: #fff;
    margin: 30px;
    border-color: #FFF;
    border-style: dotted;

    opacity: .5;
}
.control-panel fieldset:hover{ 
    opacity: 1;
}

.control-panel textarea{
    color: #fff;
    background: transparent;
    min-width: 300px;
    border: transparent;
}
.control-panel button{
    background: transparent;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;

    padding: 5px 10px;
}
.control-panel button:hover{
    background-color: rgba(255, 255, 255, 0.5);
}

.control-panel hr{
    border: 2px dotted #fff;
    border-bottom: none;
}

 /* Plus */
 
 .swal2-popup.swal2-modal.swal2-icon-info.swal2-show {
    background: #000000cf;
    color: white;
}
button.swal2-confirm.swal2-styled {
    background: #205809;
}
	.preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white; /* Color de fondo del preloader */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999; /* Asegúrate de que esté por encima de otros elementos */
    }




    .spinner {
  width: 10em;
  height: 10em;
  border-top: 1em solid #205809;
  border-right: 1em solid transparent;
  border-radius: 50%;
  margin: auto;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  100% { transform: rotate(360deg) }
}

img#gifgolf {
    width: 250px;
}
.gif {
    position: absolute;
    margin-top: 433px;
}



    /* Estilos para el contenido de la PWA */
    .content {
      display: none; /* Oculta el contenido mientras se carga */
    }
	.icon-whatsapp {
  font-size: 12px; /* Tamaño inicial del ícono */
  display: inline-block;
  vertical-align: middle; /* Alineación vertical */
  transform: scale(2); /* Escalado del ícono */
}
		#orientationOverlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://ruletagolf.appcrea.com/img/error-pantalla.jpg'); /* Ruta de la imagen a mostrar */
      background-size: cover;
      background-position: center;
      display: none;
      z-index: 9999; /* Para que la imagen aparezca sobre otros elementos */
    }
		
	    .progressier-widget-icon {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    bottom: 17px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 9px 0 rgba(82, 79, 79, 0.15);
    -webkit-box-shadow: 0 2px 9px 0 rgba(82, 79, 79, 0.15);
    overflow: hidden;
}
.progressier-widget {
    position: fixed;
    z-index: 8888;
}
.progressier-widget.progressier-right .progressier-widget-icon {
    right: 20px;
    left: unset;
    margin: 10px -16px 84px 50px;
}
.progressier-widget-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px !important;
}

 p.instala {
    margin: 19px -24px 67px 82%;
    border-radius: 10px 10px 0px 0px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 55px;
    color: white;
}

/* Estilos para el header fijo y responsive */
    
     header {
      background-color: transparent;
      color: white;
      padding: 20px 0;
      position: fixed; /* Hace que el header sea fijo */
      width: 100%;
      top: 0;
      z-index: 1000; /* Para asegurar que esté por encima de otros elementos */
    }

    .containerheader {
      width: 90%;
      margin: 0 auto;
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
        visibility: hidden;
      width: 60%; /* Ajustar el tamaño de la imagen */
      height: auto;
      margin-right: 10px;
    }

    .logo p {
      margin: 0;
      font-size: 18px;
    }

    .other-image img {
      width: 131px; /* Ajustar el tamaño de la imagen */
      height: auto;
    }
    
    
