@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

.cabecera {
  position: absolute;
  top: 0;
  left: 240px;
  border-bottom: 1px solid black;
  width: calc(100% - 560px);
  height: 160px;
  z-index: 2;
  font-size: 13px;
  padding: 15px;
}

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

.cajas {
  padding-top: 50px;
}

#menu_der {
  position: fixed;
  left: 0;
  height: 100vh;
  top: 0;
  width: 240px;
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(147, 147, 147, 0.678);
  box-sizing: border-box;
}

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

h2 {
  font-size: 20px;
}

.titulo {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  color: black;
}

body {
  background: white;
  color: black;
  padding-left: 240px;
  width: 100%;
  box-sizing: border-box;
}

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

a,
p,
h2,
h3,
h4,
h5 {
  color: black;
  font-family: "Lato", sans-serif;
}

th {
  text-align: left;
}

.cajas {
  flex-direction: column;
  
  position: relative;
  
  display: none;
}

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

.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: #2498f9;
}

a:hover {
  color: #92b6dd;
}

.color_azul_claro {
  color: black;
}

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

button,
.boton,
.botonb {
  background: #2498f9;
  width: fit-content;
  color: white;
  padding: 10px 20px;
  margin: 10px 0;
  border: 0;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 5px;
  text-decoration: none;
  
  text-align: left;
}

#menu_der button,
#menu_der .boton {
  width: 100%;
}

button:hover,
.boton:hover,
.botonb:hover {
  background: #bb3bde;
}

button.activo {
  background: #bb3bde;
  color: white;
}

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

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