html,body,div,section,span,iframe,h1,h2,h3,h5,h6,p,blockquote,pre,a,em,img,q,b,u,i,center,ol,ul,li,fieldset,form,label,legend,tbody,tfoot,thead,tr,th,td,footer,header,time,audio,video{margin:0;border:0;padding:0;}
html{
  width:      100%;
  height:     100%;
  font-size:  100%;
  box-sizing: border-box;
}

div{
  box-sizing:       border-box;   /* border: 1px dashed black; */
}


/* CSS copilot   */
.rain-overlay{
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0px,
    rgba(255, 255, 255, 0.1) 2px,
    transparent 2px,
    transparent 6px
  );
  animation: rainMove 0.5s linear infinite;
}

@keyframes rainMove {
  from { background-position: 0 0; }
  to { background-position: -100px 100px; }
}

/*body {
  background: url('fondo-cielo-lluvioso.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
}*/

body{
  width:        100%;
  height:       100%;
  margin:       0;
  font-family:  sans-serif;
  background:   url('./images/lloviendo3.jpg') no-repeat center center fixed;
  background-size:  cover;
  color:        #333;                 /* Texto oscuro */
  padding:      0;
  box-sizing:   border-box;
                                                                                    /* overflow:     hidden; */
                                                                                    /* box-sizing:   border-box; */
                                                                                    /* margin-bottom: 30px; */
                                                                                    /* background:   #fff; */
                                                                                    /* background-image: url("./images/despejado.jpg"); */
                                                                                    /* background-image: url("./images/tormenta.jpg"); */
                                                                                    /* background-image:   url("./images/lloviendo.png"); */
                                                                                    /* border:       1px solid gray; */
}
@media(min-width: 1550px){
  flex-direction: row;
                                                              /*.forec ast-display{
                                                                   width:         60%;
                                                                   float:         left;
                                                                   margin-right:  20px;
                                                              }
                                                              .map{
                                                                  width: calc(40% - 20px);
                                                                  float: right;
                                                              }*/
}

@media(min-width: 375px){
  html{font-size: 80%;}
}
@media(min-width: 768px){
  html{font-size: 112.5%; /* 18px */}
}
@media(min-width: 1200px){
  html{font-size: 125%; /* 20px */}
}


form label {
  display: block;
  margin: 4px 0;
}


button{
  margin-top: 10px;
  cursor:     pointer;                  /* width:    80px; */
    background:       #fff;
    padding:          10px 12px;
    color:            #0066ff;
    text-decoration:  none;
    font-size:        14px;
    border-radius:    3px;
    border:           1px solid silver;
}
    button:hover{
      color:            #fff;
      text-decoration:  none;
      background:       red
    }

.btnReg{
  background:   #5eadfc;
  color:        #fff;
  min-width:    170px;
  padding:      10px 10px;
  font-size:    1.1em;
  margin-left:  5px;
  border:       1px solid #5eadfc;
}
.btnReg:hover{
  background:   #1487fb;
  color:        #fff;
}

.btnUsar234{
  width:        50px;
  background:   #5eadfc;
  color:        #fff;
}
.btnUsar234:hover{
  background:   #1487fb;
  color:        #fff;
}
.btnGuardar234{
  padding:      3px 2px;
  width:        35px;
  background:   #f56666;
  color:        #fff;
}

.btn-check{
  padding:        3px 2px;
  font-size:      16px;
  background-color: #4CAF50;
  color:          white;
  border:         none;
  border-radius:  2px;
  cursor:         pointer;
}

.btn-check .check {
  margin-left:  4px;
  margin-right: 4px;
  /* font-weight: bold; */
}



.btnUsar{
  background:   #5eadfc;
  color:        #fff;
}
.btnUsar:hover{
  background:   #1487fb;
  color:        #fff;
}
.btnGuardar{
  width:        30px;
  font-size:    0.7rem;
  background:   #f56666;
  color:        #fff;
  padding:      3px 0px 3px 0px;
}


table {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
}
/*th, td {
  border: 1px solid #ccc;
  padding: 6px;
}*/

form > div{
  margin-top: 10px;
}
/*button{
  padding: 6px 12px;
  font-size: 14px;
}*/
#exportBtn{
  margin-left:  100px;
}

.aSinDeco{
  text-decoration:  none;
  color:            #0066CC;
}
.aSinDecoY{
  text-decoration:  none;
  color:            yellow;
}

.none{display:  none}
.block{display: block}
.container{
    background:       none;
    padding:          5px;
    border-radius:    15px;
    /*box-shadow:       0 8px 25px rgba(0, 0, 0, 0.1); /* Sombra suave */
    text-align:       center;
    width:            99.5%;
    max-width:        1800px; /*ahora 990 por la grilla de lluvias, antes: 850px; /* Un poco más ancho para la gráfica */
    margin:           0 auto;
    margin-top:       5px;
    margin-bottom:    5px;
    /*margin-left:      5px;
    margin-right:     5px;*/

    /*border:           1px solid #e0e0e0; /* Borde sutil */
    box-sizing:       border-box;
}
  .container::after{
    content:  "";
    display:  block;
    clear:    both;
  }
.red{
  color:  #006600;
}

/*#star{
  width:        20px;
  float:        left;
  padding:      8px 5px 5px 1px;
  margin-right: 5px;
  display:      none;
}*/

.dValores{                    /* float:  left; */
  float:  none;
  width:  100%;
  padding:  3px;
  border-bottom: 0.6px solid #eaeaea;
}

.titLogo{
  padding:  5px;
  float:  left;
  margin-left:  20px;
}
.header{
  width:  100%;
  float:  left;
  /* padding: 10px 5px 10px 5px; */
  /* border: 2px dashed red; */
  margin-bottom:  10px;
  background: #fff;
}
.txLogo{
  font-size:    30px;
  color:        #23BAFF;
  font-weight:  bold;
  width:        150px;
  float:        left;
  padding:      10px 5px 10px 5px;
  background:   #fff;
  margin-top:   25px;                 /* margin-bottom:  10px; */
}
.logito{
  width:  150px;
  float:  right;
}

.sTit3{
  font-style: italic;
  color:      #9933CC;
}

h1{
    /* margin-bottom:  15px; */
    /* margin-left:    10px; */
    color:          #fff; /*#2070d0; azul claro*/            /*#3f51b5; Azul profundo */
    font-size:      2rem;
    text-align:     left;
    background:     none;
                                /* padding:        10px; */
                                /* width:          100%; */
                                /* box-sizing:     border-box; */
}
/* h1 { */
  /* Font size will be at least 2rem, at most 5rem,
     and ideally 8vw (8% of viewport width) when within those bounds. */
  /* font-size: clamp(2rem, 8vw, 5rem); */
/* } */

.dH1{
    margin-top:  20px;
    margin-bottom:  15px;
    /* margin-left:    10px; */
                          /*color:          #fff; /*#2070d0; azul claro*/            /*#3f51b5; Azul profundo */
    /* font-size:      2.2em; */
    /* text-align:     left; */
    background:     #72b5f7; /*#0066CC;*/
    padding:        10px;
    width:          100%;
    float:          left;
    box-sizing:     border-box;
}
.dH1Tx{
  float:      left;
  max-width:  calc(100% - 30px);  //530px;
}
  .dH1TxAgro{
    float:    left;
    color:    #fff;
    font-size: 1.3em;
    padding-top:  11px;
  }

#dH5{
    float:          left;
    width:          100%;
    margin:         10px auto;    /* margin-top:     5px; */    /* margin-bottom:  10px; */
    color:          #5f5d5d;
    font-size:      0.8rem;
    font-weight:    normal;
    /* border:         1px solid gray; */
}
  #dH5 a{
    color:  #0066CC
  }

/*NUEVO botón general "X" para cerrar*/
.xBtn{
  background-color:   #fff;
  color:              #0066ff;
  border:             0;
  padding:            2px 6px 4px 6px;
  border-radius:      0px;
  font-weight:        550;
  font-size:          1em
}
  .xBtn::before{content: '\2715';}
  .xBtn:hover{
    color:      #FFF;
    background: #ff4500
  }

.wMax{
  width:  100%;
}

/*.dIn{
  float:        left;                         /* margin-right: 20px; * /
  color:        #0066CC;
  width:        70px;
  padding-top:  5px
}*/
.dUsuario{                                    /* float:            left; */
  padding:          5px 5px 5px 20px;
  width:            100%;                     /* background: #CCFFCC; */
  margin-top:       10px;                     /* margin-top:       30px; */
  padding:          10px;                /*background-color: #ffe4c4;             /*bisque;  /*#f0f4f8; /* Fondo suave para el display de resultados */
  border-radius:    6px;
  min-height:       180px;
  text-align:       left;
  /*border:           1px solid #e0e0e0; /*#ffe4c4;*/
  box-shadow:       inset 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size:        1em;
}
  .dNombre{
    float:    left;
    width:    100%;
    padding:  10px;
    color:    #fff;
    /* border:   1px solid silver; */
  }
  .dIdNombre{
    float:      left;
    min-width:  300px;
    width:      calc(100% - 320px);
  }
  .dIdNombre input{
    border:    none;
    padding:    2px;
    width:      100%;
    background: none;
    margin-top: 20px;
    font-size:  17px;
    color:#fff;
  }
  .dContacto{
    max-width:  300px;
    float:      right;
    font-style: italic;
    color:      gray;
    margin-top: 0px;
    color:      #fff;                        /* border: 1px solid silver; */
    text-align: right;                       /* padding:    5px 5px 5px 5px; */
  }
      .dContacto>span{
        font-size:  0.7rem;
      }

    .aMailContacto{
      font-style:       italic;
      text-decoration:  none;
      /* color:            #fFF; */
      color:       #0066CC;
    }
      /*.aMailContacto:hover{
        font-style:       italic;
        text-decoration:  none;
        color:            #fFF;
        background:       #7eaff8;
      }*/

    .aContacto{
      font-style:       italic;
      text-decoration:  none;
      color:            #fFF;
      background:       #7eaff8;
    }
      .aContacto:hover{
        font-style:       italic;
        text-decoration:  none;
        color:            #fFF;
        background:       #7eaff8;
      }

    .aRegistrese{
      font-style:       italic;
      text-decoration:  none;
      color:            #0066FF;
    }

.input-section{
    display:          flex;
    flex-wrap:        wrap;
    justify-content:  center;
    gap:              15px;
    margin-top:       25px;
    margin-bottom:    25px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-group{
    /* display:      flex; */
    float:        left;
    /* align-items:  center; */
    /* gap:          10px; */
    border:       1px solid green;
}

.input-section label {
    font-weight: 700;
    color: #555;
    white-space: nowrap;
}

.input-section input[type="number"] {
    width: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    color: #333;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.input-section input[type="number"]::placeholder {
    color: #aaa;
}

.input-section button {
    background-color: #4CAF50; /* Verde vibrante */
    color: #fff;
    border: none;
    padding: 8px 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 100;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.input-section button:hover {
    background-color: #43a047; /* Tono más oscuro de verde */
    transform: translateY(-2px);
}

.btnMasLugares{
  font-size:  1em;
  background: #48e548;
  color:      #fff;
  margin-top: 0px;
  padding:    8px 5px;
}
  .btnMasLugares:hover{
    /* font-size:  1em; */
    /* background: green; */
    color:      #fff;
    /* margin-top: 0px */
  }
  .btnMasLugares.active{
    background-color: #9933FF;
    color:            white;
  }
  .btnMasLugares.inactive{
    background-color: red;
    color:            white;
  }

.dTblLugar{
  max-width:  400px;
  background: #fff;
  padding:    5px 0px;
  margin:     0 auto;
}
.tblLugar{
  width:            100%;
  table-layout:     fixed;
  background:       #fff;
  margin:           5px auto;
  border-collapse:  collapse;
  /* border:           1px solid black; */
  font-size:        0.8rem;
  /* border:           0px; */
}
  .tblLugar td{
    /* border:   0.6px solid #EAEAEA; */
    padding:  2px 0px;
  }
.tblLugar tr>td:nth-child(1){width:  100px; padding: 2px 0px; text-align:center}
.tblLugar tr>td:nth-child(2){width:  136px;}
.tblLugar tr>td:nth-child(3){width:  auto ;}
/* .tblLugar tr>td:nth-child(4){width:  120px;} */

input[type="number"].iLL{
  -webkit-appearance: none; /* Para Safari y Chrome */
  -moz-appearance: textfield; /* Para Firefox */
  appearance:     none;
  width:          134px !important;
  border:         none;
  //border:         1px solid #ccc; /* Un borde suave */
  //border-radius:  3px !important;            /* El truco de los bordes redondeados */
  padding:        8px 1px;       /* Espaciado interno para que no se vea apretado */
  outline:        none;           /* Quita el borde azul resaltado por defecto */
  transition:     border-color 0.3s; /* Animación suave al hacer clic */
  background:     #fff !important;
}
  /* Cambio de color al hacer clic o posicionarse */
  input[type="number"].iLL:focus{
    border-color: red;
  }


.dCaso{
  width:      100%;
  padding:    20px 10px 10px 10px;
  background: #fff;
  color:      #666633;
  margin-top: 30px;
  float:      left;
  font-size:  25px;
}


.tDecision{
  max-width:        530px;
  table-layout:     fixed;
  background:       gray;
  margin:           1px auto;
  border-collapse:  collapse;
  /* border:           1px solid black; */
  font-size:        1rem;
  /* border-width:     1px; */
}
  .tDecision thead{
    background:   #00CC00;
    text-align:   center;
    color:        #fff;
  }
    .tDecision thead th{
      padding:      5px;
      border:   1px solid #ccc;
    }

  .tDecision tbody td{
    border:   1px solid #ccc;
    padding:  5px 10px;
    background: #fff;
  }
.tDecision thead tr>th:nth-child(1){width:  120px}
.tDecision thead tr>th:nth-child(2){width:  170px;}
.tDecision thead tr>th:nth-child(3){width:  300px;}

.dMicroCuadros{
  float:      left;
  margin-top: 30px;
  text-align: center
}
  .dMicroCuadros i{
    color:      red;
    font-size:  1.5rem
  }


.tblLugar234{
  /* width:            400px; */
  table-layout:     fixed;
  background:       #fff;
  margin:           5px auto;
  border-collapse:  collapse;
  /* border:           1px solid black; */
  font-size:        0.8rem;
  /* border:           0px; */
}
  .tblLugar234 td{
   /* border:   1px solid #ccc; */
    padding:  0px;
  }
.tblLugar234 tr>td:nth-child(1){width:  30px; padding:2px 1px 5px 1px}
.tblLugar234 tr>td:nth-child(2){width:  150px;}
.tblLugar234 tr>td:nth-child(3){width:  150px;}
.tblLugar tr>td:nth-child(4){width:  auto;}

.dlLugar{
  width:    100%;
  height:   50px;
  padding:  8px 8px;
  margin:   0px auto;
  font-size: 0.8rem;
}
  .dlLugar1{
      text-align: left;
      float:  left;
      width:    100%;
      padding:  8px 8px;                     /* margin: 20px auto; */
    }
  .dlLugar2{
      float:  left;                      /* width:    100%; */
      padding:  8px 8px;                     /* margin: 20px auto; */
    }
.dIRadio{
  float:  left;
  width:  60px;
  padding:  8px 8px;
}




#getWeatherBtn{
  font-size:  1em;
  background: #48e548;
  color:      #fff;
  margin-top: 0px
}
  #getWeatherBtn:hover{
    /* font-size:  1em; */
    background: green;
    color:      #fff;
    /* margin-top: 0px */
  }

.dTitReg{
  float:  left;
  width:  300px;
  margin-top: 20px;
}
  .dTitReg label{
    margin-left:  10px;
  }


.dOMas{
  display:    flow-root;
  /* border:     1px solid gray; */
  /* box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  text-align: left;
  padding:    10px;
  background: #f9f9f1;

  /* CLAUDE: Animación suave * /
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;*/
}
/*.dOMas.abierto {
  max-height: 500px; /* un valor mayor que el contenido real */
  padding-top: 10px;
  padding-bottom: 10px;
}*/


.dOtras{
  width:      100%;
  text-align: center;
  border:     2px dashed red;
}
  .dOtras input{
    width:      100px;
    font-size:  0.8em;
    padding:    0px;
  }
  .dOtras a{
    text-decoration:  none;
    font-size:  0.9em;
    color:    #0066FF;
    padding-left:5px;
    padding-right: 25px
  }
/*.dFiltros{
  float:      left;
  background: lightyellow;
  width:      300px;
}*/


.dCity{
  float:        left;
  padding:      10px;
  margin-top:   20px;
  /* margin-right: 10px; */
  width:        calc(100% - 105px);
  background:   #fff;
  overflow:     hidden;
  /* border:       1px solid gray; */
}
.dCity h2{
  font-size: 18px;
}
.dImg{
  float:  right;
  width:  100px;
  background:   #fff;
}
.dImgTx{
  float:  right;
  width:  250px;
  text-align:right;
  position:relative;
  top:    -25px;
  color:  #9933FF;
  display:  none;
}

.pMsj{
  color:  gray;
}


/***********************/
/*.container{
    background-color: #ffffff; /* Blanco puro * /
    padding:          10px;
    border-radius:    15px;
    box-shadow:       0 8px 25px rgba(0, 0, 0, 0.1); /* Sombra suave * /
    text-align:       center;
    max-width:        820px; /*ahora 990 por la grilla de lluvias, antes: 850px; /* Un poco más ancho para la gráfica * /
    margin:           20px auto;
    border:           3px solid #e0e0e0; /* Borde sutil * /
    box-sizing:       border-box;
}
  .container::after{
    content:  "";
    display:  block;
    clear:    both;
  }*/

#dLugares{
  max-width:  380px;
  display:    none;
  /* border:     1px solid silver; */
  padding:    1px;
  background: #fff;
  margin:     0 auto;
}

.dPie2{
  float:      left;
  border:     1px solid gray;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
  padding:    10px
}

.dPie{
  float:      left;
  width:      100%;            /* padding:  10px; */
  margin-top: 60px;
  border-top: 10px solid silver;
  display:    none;
}
  .dLogoSponsor{
    float:      left;
    max-width:  200px;
    padding:    10px;
    /* border:     1px solid silver; */
    margin-top: 40px;
    font-size:  0.9em;
  }
  .dLogoSponsorGrou{
    float:      left;
    max-width:  120px;
    padding:    10px;
    margin-top: 40px;
    margin-left:20px;
    font-size:  0.9em;
    display:    none;
  }
  .dLogoSponsorP{
    float:      left;
    max-width:  120px;
    padding:    10px;
    margin-top: 40px;
    font-size:  12px;
    display:    none;
  }
  .dLogoSponsorNA{
    float:      left;
    max-width:  120px;
    padding:    10px;     /* border:     1px solid silver; */
    margin-top: 40px;
    text-align: left;
    font-size:  12px;
    display:    none;
  }
  .dLogoSponsorSA{
    float:      left;
    max-width:  120px;
    padding:    10px;
    margin-top: 40px;
    text-align: left;
    font-size:  12px;
    display:    none;
  }
  .dLogoSponsorA{
    float:      left;
    max-width:  120px;
    padding:    10px;
    margin-top: 40px;
    font-size:  12px;
    display:    none;
  }
    .dLogoSponsor img{
      max-width:  160px;
      max-height: 180px;       /* margin: 10px; */
    }
.pLogoSponsor{
  text-align: left;
  max-width:  120px;
  /* border:     1px solid red; */
}

.dTitLluvias{
  width:        60px;
  float:        left;
  padding-left: 5px
}
.illuviaTotal{
  width:          100%;
  background:     none;
  border:         none;
  text-align:     right;
  font-size:      0.8em;
  padding-right:  5px
}

.dPorHora{
    float:  left;
    width:  100%;
    margin-top: 5px;
}

.dSubContainer{
    /* float:            left; */
    display:          flow-root;
    margin:           0 auto;
    margin-top:       10px;
    width:            100%;
    max-width:        820px;
    border-radius:    3px;
    /* border:           1px solid #e0e0e0; */
    padding:          5px;
    /* background:       lime; */
    box-sizing:       border-box;
}
  .dSubContainer::after{
    content:  "";
    display:  table;
    clear:    both;
  }
  .dSubContainer h5{
      color:          #fff; #3f51b5; /* Azul profundo */
      margin-bottom:  10px;
      font-size:      1.6em;
  }
.dSubContainer3{
    /* float:            left; */
    display:          flow-root;
    margin:           0 auto;
    margin-top:       10px;
    /* width:            100%; */
    max-width:        380px;
    border-radius:    5px;
    border:           1px solid #e0e0e0;
    padding:          2px;
    background:       #fff;
    box-sizing:       border-box;
}

.dLugaresYMapa{
    margin:           0 auto;
    width:            100%;
    border-radius:    2px;
    border:           1px solid blue; /*#e0e0e0;*/
    box-shadow:       inset 0 2px 5px rgba(0, 0, 0, 0.05);
    padding:          3px;
}


#forecast-container{  /* contenedor de los 3 bloques "flex": weather, chart y mapa*/
  display: flex; /* activa flexbox */
  flex-direction: row; /* coloca los hijos en fila */
  flex-wrap: wrap; /* permite que bajen a otra línea si no entra */
  gap: 10px; /* espacio entre divs */

  /* display:        flex; */
  /* flex-direction: column; */
  /* width:          600px; */
  background:     none;
  padding:        10px;
}

.forecast-display{
  max-width:      595px;
  min-height:     440px;
  max-height:     440px;
  float:          none;           /* Ensure it doesn't float when stacking */
  margin:         0 auto;
  background:     #fff;
  border:         1px solid #e0e0e0;
  border-radius:  2px;       /* border:           1px solid #e0e0e0; */    /* box-shadow:       inset 0 2px 5px rgba(0, 0, 0, 0.05); */
}
  .forecast-display h2{
      color: #3f51b5;
      margin-bottom: 20px;
  }

.chart-container{    /* position: relative; */
    background: #fff;
    display:    flow-root;
    height:     340px; /* Altura fija para la gráfica */
    width:      100%;
    margin: 0 auto; /* Centrar la gráfica */
}

.flexChart{
  flex:       1 1 300px; /* crece, encoge, ancho mínimo */
  min-width:  300px; /* asegura que no se achiquen demasiado */
  max-width:  594px;
  height:     auto; /* Altura fija para la gráfica */
  /*border:     1px solid #ccc; /* solo para visualizar */
  /*padding:    5px;*/
  margin:     0 auto;
}

.card{
    background: white;
    border-radius: 8px;
    box-shadow:
        0 6px 20px #0000004D,   /* sombra negra con 30% opacidad */
        0 0 8px #FFF;      /* #FFFFFF0D halo blanco con 5% opacidad */
    overflow: hidden;
    transition: transform 0.3s ease;

}

.flexW-D{
  flex:       1 1 300px;      /* crece, encoge, ancho mínimo */
  min-width:  300px;          /* asegura que no se achiquen demasiado */
  max-width:  344px;
  max-height: 450px;
  //border:     1px solid #ccc; /* solo para visualizar */
  /* padding:    5px; */
  margin:     0 auto;
}
.flexMap{
  flex:       1 1 330px;      /* crece, encoge, ancho mínimo */
  min-width:  330px;          /* asegura que no se achiquen demasiado */
  max-width:  380px;          /* asegura que no se achiquen demasiado */
  max-height: 450px;
  /*border:     1px solid #ccc; /* solo para visualizar */
  /* padding:    5px; */
  margin:     0 auto;
}
.dTitMapa{
  padding:  8px 6px 6px 6px;
  font:     italic 12px verdana;
  color:    #CC0000;   /*#10202C;*/
  width:    100%;
}

.weather-display{                                                           /* width:            100%; */
    max-width:        310px;
    margin:           0 auto;                                            /* margin:           10px auto; */
    min-width:        300px;
    min-height:       300px;
    max-height:       440px;
    display:          flow-root;
    background:       #fff;
    border-radius:    2px;
    /* border:           1px solid #e0e0e0; */
    /* box-shadow:       inset 0 2px 5px rgba(0, 0, 0, 0.05); */
                                                                            /* height:           300px; */
                                                                            /* display: flex; */
                                                                            /* flex-direction: column; */
                                                                            /* justify-content: center; */
                                                                            /* align-items: center; */
                                                                            /* text-align:       center; */
}
  .weather-display::after{
    content:  "";
    display:  block;
    clear:    both;
  }

.dMap{                              
  width:        100%;   /* Occupy full width when stacking */  //max-width:    600px;
  height:       420px;  //float:        none; /* Ensure it doesn't float when stacking */
  margin-left:  0;
  margin-right: 0;
}

.weather-info {                        /* float:      left; */
  display: flow-root;
  //flex-wrap: wrap; /* If children should wrap to the next line */
  /* Add other flex properties like justify-content, align-items if needed */
  text-align: left;
  background: #fff;
  padding:    0px 10px;
  margin:     0 auto;
  min-width: 300px;
  max-width: 330px;
  max-height: 360px;
  font-size:  1rem;
  box-sizing: border-box;
}
.weather-info>div{
  margin-top:   5px;
  margin-bottom:  5px;
}
.weather-info p {
    margin: 6px 0;
    font-size: 1.1em;
    color: #555;
}

.weather-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}
.sVal{
  float:      right;
  color:      rgb(0,102,204);
  /* font-size:  1.2em; */
}
.sRain{
  /* float:      left; */
  color:      rgb(204,0,0);
  font-size:  0.85em;
}
  .sRain p{
    color:      rgb(204,0,0);
    /* font-size:  1.3em; */
  }

.fLeft{
  float:  left;
}

.error-message {
    float:left;
    color: #d32f2f; /* Rojo de error */
    /* background-color: #ffebee; */
    /* border: 1px solid #ef9a9a; */
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 700;
    border:     2px solid gray;
    display:    none;
}

/************************************************************************/
                                                            /*div#fo recast-display {
                                                              width: 100%; /* Occupy full width when stacking * /
                                                              float: none; /* Ensure it doesn't float when stacking * /
                                                              margin-right: 0; /* Remove any float-related margin * /
                                                            }*/



.d5dias{
  width:    650px;
  float:    left;
  padding:  10px;
  color:    #000;
  text-align: left;
}
  #d5diasImg{
    display:    block;
    margin-top: 10px;
    max-width:  500px;
  }
.fiTit{
  /* max-width:  350px; */
  float:  left;
  font-size:  16px;
  padding:  4px 0px
}

/* Responsivo */
@media (max-width: 680px) {
    .input-section {
        flex-direction: column;
        align-items: center;
    }
    .input-group {
        width: 100%;
        justify-content: center;
    }
    .input-section input[type="number"] {
        width: 150px;
    }
    /*.container {
        padding: 20px;
    }*/
}
strong{
  margin-right:20px;
}


.mmYY{
  width:        auto;
  float:        left;
  text-align:   left;
  font-size:    0.7em;
  color:        gray;
  padding-top:  6px
}

#secRegDiario{
  box-sizing:     border-box;
  width:          100%;                   /* max-width:      fit-content; */
  height:         100%;
  float:          left;
  padding:        0px 0px 0px 2px;
  display:        none;                          /* border:         1px solid silver; */
}

  .dRegDiarioTit{
    float:      left;
    width:      100%;
    /* margin-top: 50px; */
    //display:    none; /*PARAMETRIZACIÓN*/
  }

    #inPluviometro{
      width:      30px;
      text-align: right
    }

  #inLluviasAnio{
    width:      50px;
    font-size:  1rem;
  }
  /* dentro de secRegDiario */
  #divDashX{
    width:      30px;
    float:      right;
    background: #fff;
    text-align: center;
    padding:    3px 3px 0px 3px;
    display:    none;
  }


  #divDash0{
    float:      left;
    /*width:      100%;                /* max-width:  987px; */
    background: #fff;
    padding:    10px 3px 10px 3px;
    /* border:     1px solid gray; */
  }

    #divDash0 input{      /* width:      50px; */
      font-size:  1.1em;
      text-align: center
    }
    #divDash0 .divDash03{
      float:        left;
      width:        220px;
      /* border:       1px solid #eaeaea; */
      padding-top:  18px;
      margin-left:  20px;
      margin-right: 50px
    }
       #divDash0 .divDash03 span{font-size: 0.7em}


  .divDash01{
    float:        left;
    width:        160px;
    text-align:   left;
    padding-left: 10px;
    padding-top:  5px;
  }
    .btnBorraGrilla{
        color:      #fff;
        background: red;
      }
      .btnBorraGrilla:hover{
        color:      red;
        background: #fff;
      }

  #divLluviaxDia{
    float:          left;
    /* width:          100%; */
    /* max-width:      987px; */
    /* padding-bottom: 10px; */
    /* background:     #fff */
  }

    .divDash02{
      float:        right;
      width:        90px;
      margin-right: 30px;
      font-size:    1.4em;
      padding:      0px
    }

    .divDash04{
      background: #fff;
      width:      100%;
      /* max-width:  987px; */
      padding:    10px;
      color:      gray;
      /* float:      left; */
      text-align: left;
      font-size:  0.8em;
      box-sizing: border-box;
    }
      .divDash031{
        float:        right;
        padding:      1px;
        font-style:   italic;
        padding-top:  20px;
        padding-right:  20px;
        /* display:  none */
      }
      .divDash04>button{
        font-size:  15px
      }
      .divDash04 .divNotaGLL{
        margin-right: 10px;
        width:        auto;
        float:        left;
        padding-top:  6px
      }


  #dNota{
    box-sizing: border-box;
    padding:    10px;
    width:      100%;
    background: #fff;
    font-size:  1em;
    text-align: left;
    float:      left;
  }
    #dNota a{
      text-decoration:  none;
      color:            #0066FF; /**/
    }
  #dVGratuita{
    width:      100%;
    display:    none;
    color:      #707070;
    border:     1px solid gray;
    padding:    10px;
    float:      left;
  }



.tblLluviasDia{
  background-color: #FFF;
  border-collapse:  collapse;
  border-spacing:   0px;
  font-size:        0.8em;
  width:            790px
}
  .tblLluviasDia tr:nth-child(1){
    text-align: center;
    background: #f0f0f0
  }
  .tblLluviasDia tr:nth-child(14){
    color:        blue
  }

  .tblLluviasDia td:hover{
    background-color:  #FFFF99;
  }
  .tblLluviasDia tr td{
                        width:      22px;
                        height:     25px;
                        padding-left: 2px;
                        text-align: right;
                        border:     1px solid gray;
                        font-size:   0.9em;
  }
  .tblLluviasDia tr>td:nth-child(1){
    width:      30px;
    text-align: left;
    font-style: italic;
    background: #eaeaea;
  }
  .tblLluviasDia tr>td:nth-child(33){
    width:          40px;
    padding-right:  3px;
    text-align:     right;
    background:     #eaeaea;
  }

    .divTitLluvias{
      float:      left;
      width:      210px;
      margin:     0;
      background: #fff;
      display:    none
    }

    #divLluviaxDia{
    float:          left;
  }

  .dGrafBarras{
    width:      100%;
    float:      left;
    margin-top: 30px;
  }
    #divLluviaBar{
      margin:       20px auto;
      background:   #fff;
      width:        460px;
      height:       270px;
      border:       1px solid #eaeaea;
      display:      none;
    }
    .btnLAXD{
      float:          right;
      width:          140px;
      margin-top:     3px;
      margin-right:   3px;
      cursor:         pointer;
      padding:        0px 1px 0px 1px;
      background:     #fff;
      color:          #00ccff;
      border-radius:  3px;
      border:         none
    }
    .btnLAXD:hover{
      background: red;
      color:      #fff
    }
    #canLluviasDia{
      display:    block;
      background: #FFF;
      width:      100%;
      height:     270px;
    }

.aSHBeneficios{
  font-size:    0.7em;
  color:        gray;
}
.dCopywrite{
  width:      100%;
  float:      left;
  text-align: left;
  padding-top:10px;
  padding-bottom:20px;
}

.dUsos{
  border:     1px solid #99CCFF;
  background: #fff;
  width:      100%;
  float:      left;
  text-align: left;
  padding:    3px;
  margin-top: 0px;
  box-sizing: border-box;
}

.dUsos2{
  /* border:     1px solid lime; */
  background: #fff;
  width:      100%;
  float:      left;
  text-align: left;
  padding:    5px 5px 5px 5px;
  margin-top: 0px;
  box-sizing: border-box;
  display:    none;
}
  .dUsos h1{
    font-size:    1.4em;
    font-weight:  normal;
    margin-left:  10px;
  }
  .dH2{ /*.dUsos ...*/
    float:        left;
    font-size:    1.1rem;
    font-weight:  normal;
    /* font-style:   italic; */
    color:        #0066CC;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top:   5px;
    margin-bottom:5px;
    width:        350px;
  }
    .dHh2{
      float:        right;
      font-size:    0.7rem;
      font-weight:  normal;
      font-style:   italic;
      color:        #006600;
      padding:      1px 10px 1px 5px;
      margin-top:   5px;
      max-width:    300px;
      margin-bottom:2px;
    }

  .dUsos .hh3{
    padding:  2px 5px 2px 5px;
    margin-left:  20px;
    margin-right: 20px;
  }
  h3{
    color:        #3f72a4;
    font-weight:  normal;
  }

  #dRegDiario{
    float:      left;
    max-width:  987px;
    /* border:     2px dotted red; */
    background: #fff;
    display:    none;
  }
    /* .dRegDiario>div{ */
      /* border: 1px solid black; */
      /* margin: 4px; */
    /* } */

  .ayuda{
    float:          left;
    padding:        12px 12px 12px 25px;
    /* background:     #eef9ff; */
    /* border:         1px solid #33bcd9; */
    text-align:     left;
    margin-top:     -20px;
    margin-bottom:  30px;
  }
    .ayuda h3{
      margin-top:   20px;
      margin-left: -20px;
    }

#dComoUsar{
    float:          left;
    width:          100%;
    margin-top:     10px;
    background:     none;
    border-radius:    6px;
    border:           1px solid #e0e0e0;
    text-align:     left;
    margin-bottom:  10px;
    padding:        10px;
    border-radius:    6px;
}
#dGuia{
    display:  none;
    float:          left;
    width:          100%;
    padding:        10px;
    background:     #fff;
    border:         1px solid silver;
    text-align:     left;
    margin-bottom:  10px;
}
.dGuiaTit{
  float:        left;
  padding-top:  22px;
  width:        250px;
}
.dGuiaTitTx{
  float:    left;
  padding:  5px;
  color:yellow;
  /* border:   1px solid gray; */
}

#dPRV{
  float:        right;
  padding-top:  22px;
  width:        100%;
  display:      none;
  background:   #fff;
}
.dPRVTit{
  float:        right;
  padding-top:  22px;
  width:        210px;
  display:      none;
}
.dGuiaPRVTx{
  float:    right;
  padding:  5px;
  color:    yellow;
  width:    150px;
  /* border:   1px solid gray; */
}


#fechaHoy{
  float:    right;
  padding:  6px 4px 2px 10px;
  font-size:  0.8em;
  color:      #fff;
  /* border:   1px solid blue; */
}

#rainTable{
  display:  none;
}

.dRainForm{
  padding:  20px;
  border:   1px solid gray;
  display:  none;
}
#rainForm{
  border:         1px solid black;
  padding:        20px;
}

.form-grid{
  display:                grid;
  grid-template-columns:  110px 1fr;
  gap:            5px 12px;
  align-items:    center;
  margin-bottom:  6px;
  /* border:         1px solid red; */
}
.form-grid input,
.form-grid select,
.form-grid textarea{
  max-width: 200px;
  width: 100%;
  box-sizing: border-box;
}

.form-grid textarea{
  resize: vertical;
  min-height: 40px;
}
.form-buttons{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}



#dFiltros{
  width:  100%;
  float:  left;
  display:  none;
}
#btnGrafico{
  display:  none;
}

/*flechas up down*/
.usr{
  float:        left;         /* margin-left:  2px; */
  color:        red;
  font-weight:  normal;
  font-size:    1em;
  padding:      0px 10px 6px 20px;
  cursor:       pointer;
}
.arSeminario{
  float:        right;         /* margin-left:  2px; */
  color:        #fff;
  font-weight:  normal;
  font-size:    1em;
  padding:      0px 10px 6px 20px;
  cursor:       pointer;
}


  /*flecha para todas las categorías en pastoreos.com*/
.aDownBig{
  float:          right;
  border-left:    8px solid transparent;
  border-right:   8px solid transparent;
  border-top:     10px solid #3d87f6;
  border-bottom:  8px solid transparent;
}
  .aUpBig{
    float:          right;
    border-left:   8px solid transparent;
    border-right:  8px solid transparent;
    border-bottom: 11px solid red;
    display:       none
  }
  .aUpGray{
    float:          right;
    border-left:   8px solid transparent;
    border-right:  8px solid transparent;
    border-bottom: 8px solid #a0a0a0;
    margin-bottom: 9px;
    cursor:        pointer;
    /* display:       none */
  }
  .aDownGray{
    float:          right;
    border-left:    7px solid transparent;
    border-right:   7px solid transparent;
    border-top:     7px solid #a0a0a0;
    border-bottom:  7px solid transparent;
    margin-top:     7px;
    margin-right:   2px;
    cursor:         pointer
  }


/**** flechas  ****/
/*arrows seminario*/
.arUpWhite{
  float:         right;
  width:         0;
  height:        0;
  border-left:   12px solid transparent;
  border-right:  12px solid transparent;
  border-bottom: 12px solid #fff;
  margin-top:    8px;
  margin-left:   4px;
}
.arDownWhite{
  float:        right;
  width:        0;
  height:       0;
  border-left:  12px solid transparent;
  border-right: 12px solid transparent;
  border-top:   12px solid #fff;
  margin-top:   8px;
  margin-left:  6px;
  margin-bottom: 4px;
}

/*partes del seminario*/
.arrow-upW{
  float:         right;
  width:         0;
  height:        0;
  border-left:   12px solid transparent;
  border-right:  12px solid transparent;
  border-bottom: 12px solid #1b67d4; /* #fff; #3366CC;*/
  margin-top:    8px;
  margin-left:   4px;
  display:      none;
}
.arrow-downW{
  float:        right;
  width:        0;
  height:       0;
  border-left:  12px solid transparent;
  border-right: 12px solid transparent;
  border-top:   12px solid #3366CC; /*#fff;*/
  margin-top:   8px;
  margin-left:  6px;
  margin-bottom: 4px;
}

/*flechas chicas up/down*/
.dArrows{
  float:        left;         /* margin-left:  2px; */
  color:        red;
  font-weight:  normal;
  font-size:    1em;
  padding:      0px 5px 6px 5px;
  cursor:       pointer;
}
.aUp{
  float:         right;
  width:         0;
  height:        0;
  border-left:   6px solid transparent;
  border-right:  6px solid transparent;
  border-bottom: 6px solid #3366CC; /* #fff;*/
  margin-top:    6px;
  margin-left:   4px;
}
.aDwn{
  float:        right;
  width:        0;
  height:       0;
  border-left:  6px solid transparent;
  border-right: 6px solid transparent;
  border-top:   6px solid #3366CC; /*#fff;*/
  margin-top:   6px;
  margin-left:  6px;
  margin-bottom: 4px;
}
.aDwnF{
  float:        right;
  width:        0;
  height:       0;
  border-left:  10px solid transparent;
  border-right: 10px solid transparent;
  border-top:   10px solid #3366CC; /*#fff;*/
  margin-top:   10px;
  margin-left:  10px;
  margin-bottom: 4px;
}
.aUpF{
  float:         right;
  width:         0;
  height:        0;
  border-left:   10px solid transparent;
  border-right:  10px solid transparent;
  border-bottom: 10px solid #3366CC;
  margin-top:    10px;
  margin-left:   4px;
  display:       none;
}


.btnAge{
  text-align:       center;
  text-decoration:  none;
  color:            #fff;
  padding:          2px 5px 2px 5px
}
  .btnAge:hover{
    background: red;
    color:      #fff
  }

#dIfrSeminario{
  float:        left;
  width:        100%;
  display:      none;
  /*sigue .seminarioTit*/
  margin-top:   0px;
  color:        #0066FF;
  border:       1px solid #e0e0e0;
  padding-top:  20px;
  background:   #f9f9f1;
  display:      none;
}
#ifSeminario{
  width:  100%;
  height: 600px;
}

.dSerProfTit{
  /* float:      left; */
  display:    flow-root;
  width:      100%;
  /* margin-top: 50px; */
  /*display:    none; /*PARAMETRIZACIÓN*/
}
  .dH11{
    margin-top:  20px;
    /* margin-bottom:  15px; */
    background:     #72b5f7;
    padding:        10px 10px 10px 10px;
    width:          100%;
    float:          left;
    box-sizing:     border-box;
  }


.dSeminarioTit{
  float:      left;
  width:      100%;
  /* margin-top: 50px; */
  display:    none; /*PARAMETRIZACIÓN*/
}
.seminarioTit{
  margin-top: 0px;
  /* font-size:  1.7em; */
  color:      #0066FF;
  border:     1px solid #e0e0e0;
  padding-top:20px;
  background: #f9f9f1;
}
  .seminarioTit span{
    font-size:  0.7em;
    color:      gray;
  }
  .dRegDiario{
    float:      left;
    width:      100%;
  }

/*idiomas banderas*/
.dFlag{
  float: right;
  width:      175px;
  margin-top: 10px;
  margin-left: 10px;
}

.enFlag{
  float:      right;
  width:      40px;
  height:     30px;
  background: url('./images/enFlag.png')no-repeat;
  padding:    10px;
  cursor:     pointer;
  margin:     5px;
  /* display:    none */
}
.esFlag{
  float:      right;
  width:      40px;
  height:     30px;
  background: url('./images/esFlag.png')no-repeat;
  /* padding:    10px; */
  cursor:     pointer;
  margin:     5px;
}
.brFlag{
  float:      right;
  width:      40px;
  height:     30px;
  background: url('./images/brFlag.png')no-repeat;
  padding:    10px;
  cursor:     pointer;
  margin:     5px;
  /* display:    none */
}

.ovXHora{
  position:   fixed;
  top:        0;
  left:       0;
  width:      300px;
  height:     300px;
  background: silver;
  color:      #fff;
  padding:    20px;
  overflowY:  auto;
  zIndex:     9999;
}
.aX{
  padding:          4px 5px 0 5px;
  font-family:      "Helvetica Neue","sans serif","verdana";
  text-decoration:  none;  /* height:30px */
  color:            #fff
}
  .aX:hover{
    background: #FF4500;
  }

.dSA{
  width:          100%;
  /* margin:         0 auto; */
  margin-top:     50px;
  margin-bottom:  30px;
  float:          left;
  border-top:     10px solid silver;
  background:     #fff;
  /* background: #72B5F7; */
  font:           14px arial;
  color:          #000;
  text-align:     left;
  padding:        20px 10px 60px 10px;
}

    /* Estilos para el tooltip */
    #version-tooltip {
      position: fixed;
      bottom: 10px;
      right: 10px;
      background: rgba(0,0,0,0.7);
      color: #fff;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 12px;
      font-family: sans-serif;
      cursor: pointer;
      z-index: 9999;
    }
    #version-tooltip:hover::after {
      content: attr(data-full-version);
      position: absolute;
      bottom: 120%;
      right: 0;
      background: #333;
      color: #fff;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 11px;
      white-space: nowrap;
    }

.btnPagar{
  width:    100%;
  float:    left;
  border:   1 px solid #fff;
  margin-top: 20px;
  background: #fff;
  padding-top:10px;
  padding-bottom: 10px;
  display: none; /*HACER BOTÓN NUEVO Y SACAR!!!*/
}
