
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Ajusta el valor según lo necesites */
  }
  
body{
    background-color:#8097a9;
    color:#252525;
    font-family: "Montserrat", serif;
    /*font-size: 20pt;*/
    margin:0;
}

h1{
    font-family: "Chicle", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70pt;
    margin: 0;
    text-align: center;
}
h3{
    font-family: "Delius", cursive;
    font-weight: 400;
    font-size: 30pt;
    font-style: normal;
    margin: 0;
    text-align: center;
}

h2{
    font-family: "Delius", cursive;
    font-weight: 400;
    font-size: 50pt;
    font-style: normal;
    margin: 0;
    text-align: center;
}

/*//////BANNER SUPERIOR/////*/
#bannersuperior img{
    width:100%;
    height: 200px;
}

/*//////SECCION DE LA DEFINICION/////*/
#BannerPrincipal{
    display:block;
    clear:both;
    float:left;
    width:100%;
    background-color:#8097a9;
    border-bottom: solid black 5pt;
}

#BannerPrincipal h1{
    display:block;
    clear:none;
    float:left;
    font-size: 45pt;
    width:15%;
    color:#061006;
    padding:15% 0% 0% 5%;
    min-width: 0;
    margin:0% 0;
    text-align: center;
}

#defestadistica{
    display:block;
    clear:none;
    float:right;
    width:67%;
    color:rgb(41,58,73);
    line-height: 26pt;
    border-left: 5px solid black;
    padding: 0 2% 0 3%;
    min-width: 0;
    margin:2% 0;
    text-align: justify;
}

/*//////////CARACTERISTICAS DE LOS LINKS/////////*/

a:visited{
    color:white;
}

a:hover{
    background-color:#8097a9;
}

a:active{
    background-color:#8097a9;
}

#oculto{
  color:#8097a9;
}

.contenedor-columnas {
      display: flex;
      gap: 20px;
      margin-top: 30px;
    }

    .columna {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
    }

    .cuadro {
      background-color: white;
      border: 8px solid black;
      border-radius: 15pt;
      color: black;
      display: flex;
      font-weight: bold;
      font-size: 20pt;
      margin-left: 20%;
      margin-bottom: 5%;
      font-family: "Chicle", serif;
      justify-content: center;  
      align-items: center;      
      height: 100px;   
      width: 450px;
      text-align: center;
    }

    .cuadroa {
      background-color: white;
      border: 8px solid black;
      border-radius: 15pt;
      color: black;
      display: flex;
      font-weight: bold;
      font-size: 20pt;
      margin-bottom: 5%;
      font-family: "Chicle", serif;
      justify-content: center;  
      align-items: center;      
      height: 100px;   
      width: 450px;
      text-align: center;
    }

    /* Columna 1: cuadros verticales */
    .cuadro1 {
      background-color: black;
      border: 8px solid #ccc;
      border-radius: 15pt;
      color: white;
      display: flex;
      font-weight: bold;
      font-size: 40pt;
      margin-left: 20%;
      margin-bottom: 5%;
      font-family: "Delius", cursive;
      justify-content: center;  
      align-items: center;     
      height: 300px;   
      width: 450px;
      text-align: center;
    }

.fila {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
    }

    /* Fila con un solo cuadro centrado */
    .fila-centrada {
      justify-content: center;
    }

    /* Fila normal con 3 cuadros */
    .fila-multiple {
      justify-content: flex-start;
      flex-wrap: wrap;
    }

    .cuadro2 {
      padding: 20px;
      text-align: center;
      min-width: 80px;
      flex: 1;
      max-width: calc(33.333% - 10px); 
      box-sizing: border-box;
      background-color: black;
      border: 8px solid #ccc;
      border-radius: 8pt;
      color: white;
      display: flex;
      font-weight: bold;
      font-size: 40pt;
      margin-left: 10%;
      font-family: "Delius", cursive;
      justify-content: center;  
      align-items: center;     
      height: 200px;   
      width: 300px;
      text-align: center;
      margin: 2%;
    }

    /* Si hay solo un cuadro, ajustamos su ancho */





    .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.modal-contenido {
  background: #fff;
  width: 320px;
  margin: 15% auto;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
}

.modal-contenido h2 {
  margin-bottom: 10px;
}

.precio {
  font-size: 24px;
  font-weight: bold;
  color: #2c7be5;
}

.modal-contenido button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background: #2c7be5;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
