@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
  background: #081E33;
  color: white;
  width: 100%;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
}

.fijo_derecha {
  position: absolute;
  top: 20px;
  right: 20px;
}

.img_cab {
  margin: 0 auto;
  display: block;
  width: 300px;
}

.fijo_derecha2 {
  position: absolute;
  top: 40px;
  right: 20px;
}

.cabecera {
  z-index: 2;
  font-size: 13px;
  padding: 15px;
}

.cabecera * {
  font-size: 13px;
}

.cajas {
  padding: 35px;
  display: none;
  flex-direction: column;
  position: relative;
  padding-top: 0;
}

.cajas.ppal {
  display: block;
}


.cajas_b {
  background: #ffffff1a;
  padding: 35px;
  margin-bottom: 35px;
}

.cajas_tres {
  display: flex;
  justify-content: space-between;
  
  .col_v {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

strong {
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
}

.mitad_c {
  width: 50%;
  margin: 0 auto;
  display: block;
}

body .color_verde {
  color: #66FE9B;
}

.cajas_tres b {
  display: block;
  font-size: 200%;
}

.cajas_tres>div {
  padding: 17.5px;
  background: #f3f4f617;
  margin-right: 17.5px;
  width: 100%;
  
  &.imp {
    width: 150%;
    background: #72EEFC;
    
    button {
      background: white;
      color: black;
    }
    
    a,
    p,
    h2 {
      color: black;
    }
  }
  
  h2 {
    margin: 0 0 5px;
  }
}



#menu_der {
  left: 0;
  justify-content: center;
  top: 0;
  width: 100%;
  
  padding: 20px;
  display: flex;
  
  border-right: 1px solid rgba(255, 255, 255, 0.678);
  box-sizing: border-box;
}


#menu_der button {
  width: 100%;
}

* {
  font-family: "Nunito Sans", sans-serif;
  
  box-sizing: border-box;
}

h2 {
  font-size: 20px;
}

h2.nombre {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}

.titulo {
  font-size: 50px;
  font-weight: 700;
  color: white;
  margin-top: 0;
}




a,
h2,
h3,
h4,
h5 {
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

th {
  text-align: left;
}

.icono_caja {
  position: absolute;
  top: 77px;
  right: 0;
  opacity: 0.6;
  font-size: 70px;
  
  color: rgb(0 216 89);
}

.reg_abs {
  position: absolute;
  top: 0;
  width: 160px;
  height: 160px;
  right: 0;
  
  font-size: 80px;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid black;
}

.reg_abs_ven {
  position: absolute;
  top: 0;
  width: 160px;
  height: 160px;
  right: 160px;
  
  font-size: 80px;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid black;
  justify-content: center;
}

.reg_abs small,
.reg_abs_ven small {
  font-size: 13%;
  text-align: center;
}

a {
  color: #007bff;
}

a:hover {
  color: #92b6dd;
}

.color_azul_claro {
  color: black;
}

.boton_abs {
  position: absolute;
  top: 10px;
  right: 10px;
}

button,
.boton,
.botonb {
  background: #66FE9B;
  color: black;
  padding: 10px 20px;
  margin: 10px 0;
  border: 0;
  display: block;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 0;
  text-decoration: none;
  width: max-content;
  text-align: left;
  
}

a {
  text-decoration: unset !important;
}

#menu_der .boton {
  text-align: center;
  background: #ffffff;
  color: black;
  font-family: "Nunito Sans", sans-serif;
}

#menu_der button:hover,
#menu_der .boton:hover,
#menu_der .botonb:hover {
  background: #00682b;
  color: white;
}

button:hover,
.boton:hover,
.botonb:hover {
  background: #00682b;
  color: white;
}

#menu_der button.activo {
  background: #66FE9B;
  color: black;
}

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

.icono-telegram {
  margin-right: 0.4rem;
  font-size: 2rem;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border: 1px solid #e0e0e0;
  /* Color de borde gris claro */
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

thead th {
  background-color: transparent;
  /* Color de fondo gris claro para el encabezado */
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

/* Móviles */

@media (max-width: 800px) {
  #menu_der {
    position: relative;
    height: auto;
    left: inherit;
    top: inherit;
    width: 100%;
  }
  
  .page-id-701 {
    padding-left: 0px;
  }
}