﻿/* Fuentes --------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400&display=swap');


/* Generales --------------------------------------------------------------------------------------------------------- */

:root {
  --azul: #2864a7;
  --rojo1: #e10019;
  --rojo2: #ad0c21;
  --rojo3: #6c0d15;
  --texto1: #858585;
  --texto2: #4d4d4d;
  --backpleca: #484848;
  --backportada: #eeeeee;
}

html {
  font-size: 62.5%;
  }

body {
  background-color: white;
  color: var(--texto1);
  margin: 0px;
  padding: 0px;
  font-family: "Dongle", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 20px;
  letter-spacing: -1px;
}

h1 {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 30px;
  color: var(--azul);
}

h2 {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 25px;
  color: var(--rojo1);
}

h3 {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 20px;
  color: var(--rojo2);
}

h4 {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 20px;
  color: var(--azul);
}

p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.encabezado {
  max-width: 100%;
  max-height: auto;
}

.pleca {
  background-color: var(--backpleca);
}

.portada {
  background-image: url("../img/back_portada.gif");
}

.texto1 {
  color: var(--texto1);
}

.texto2 {
  color: var(--texto2);
}

.texto-rojo1 {
  color: var(--rojo1);
}

.texto-rojo2 {
  color: var(--rojo2);
}

.texto-rojo3 {
  color: var(--rojo3);
}

.texto-azul {
  color: var(--azul);
}

.normal-text {
  font-size: 100%;
  letter-spacing: 0px;
}

.bigger-text {
  font-size: 70%;
  letter-spacing: 0px;
}

.big-text {
  font-size: 130%;
  letter-spacing: 0px;
}

.shorter-text {
  font-size: 80%;
  letter-spacing: 0px;
}

.main-text {
  font-size: 110%;
  letter-spacing: 0px;
  line-height: 26px;
}

.truncate {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrollable {
  overflow-x: scroll;
  width: 300px;
  margin: 0px auto;
}

.scrollable-data {
  letter-spacing: 2;
  font-size: 26px;
  background:none;
  border-style: none;
  color: var(--azul);
}


@media (max-width: 768px) {
  .truncate {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    }
}

@media (max-width: 400px) {
  .truncate {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


.blankSpace0 {
  height: 10px;
}

.blankSpace1 {
  height: 30px;
}

.blankSpace2 {
  height: 50px;
}

.blankSpace3 {
  height: 100px;
}

.TallsImp {
  width: 920px;
  height: 400px;
}

@media (max-width: 768px) {
  .TallsImp {
    width: 720px;
    height: 400px;
  }
}

@media (max-width: 400px) {
  .TallsImp {
    width: 370px;
    height: 600px;
  }
}

.TallsPromot {
  width: 1200px;
  height: 600px;
}

@media (max-width: 768px) {
  .TallsPromot {
    width: 720px;
    height: 600px;
  }
}

@media (max-width: 400px) {
  .TallsPromot {
    width: 370px;
    height: 800px;
  }
}

.imgLogo {
  height: 86px;
}

@media (max-width: 768px) {
  .imgLogo {
    height: 43px;
  }
}

@media (max-width: 400px) {
  .imgLogo {
    height: 43px;
  }
}


/* Barra de paginación de tablas */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pagination a, .pagination span {
  margin: 0 2px;
  padding: 0px 6px;
  text-decoration: none;
  color: var(--azul);
  border: 1px solid #dee2e6;
  font-size: 70%;
  letter-spacing: 0px;
  display: inline-block;
  min-width: 36px;
  text-align: center;
}

.pagination a:hover {
  background-color: #e9ecef;
}

.pagination span {
  background-color: var(--azul);
  color: white;
  border-color: var(--azul);
}

@media (max-width: 600px) {
  .pagination a, .pagination span {
      padding: 4px 8px;
      margin: 2px;
      min-width: 28px;
  }
}

.fd_sen:after {
  content: ' \2192';
}

.fd_dob:after {
  content: ' \21A0';
}

.fi_sen:after {
  content: ' \2190';
}

.fi_dob:after {
  content: ' \219E';
}
