@font-face {
  font-family: 'DESIGNER';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/DESIGNER.ttf') format('truetype');
}

@font-face {
  font-family: 'BGOTHL';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/bank-gothic-light-bt.ttf') format('truetype');
}

@font-face {
  font-family: 'ContrailOne';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../fonts/ContrailOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/Montserrat-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url(../fonts/Montserrat-Bold.woff) format('woff');
}

.section {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: initial;
  align-items: initial;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  gap: 20px 20px;
  width: 100%;
  max-width: 80%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.container-subtitle h2 {
  color: #000000;
  font-family: "BGOTHL", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.box-container {
  display: flex;
}

.box-container-div {
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 20px 20px;
}

.box-container-info {
  display: flex;
  flex-direction: column;
}

.box-container-text h6 {
  padding: 0;
  margin: 0;
  font-family: 'DESIGNER', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.section-playtomic {
  background-color: #4a4c97;
}

.section-footer {
  background-color: #1E1E1E;
}

:root {
  --primary-blue: #004AAD;
  --white: #ffffff;
  --black: #000000;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  /* Fuente detectada en el HTML */
}

p {
  margin-block-start: 0;
  margin-block-end: .9rem;
}

#whatsapp-float {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 100;
}