/*
* FONTS
*/

@font-face {
  font-family: 'SignPainter';
  src: url('/assets/fonts/SignPainter.ttc') format('truetype');
}

@font-face {
  font-family: 'Fixture-Black';
  src: url('/assets/fonts/Fixture-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('/assets/fonts/MyriadPro-Regular.otf') format('opentype');
}

/*
* STYLE
*/

body {
  font-family: 'MyriadPro-Regular', sans-serif;
}

:root {
  --red: #c1121e;
  --blue: #0090d4;
  --dark-blue: #333faf;
  --green: #529f45;
  --yellow: #f8e91d;
  --black: #000;
  --white: #fff;
}

h1 {
  font-family: 'Fixture-Black', serif;
}

h1.title {
  color: var(--yellow);
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 0;
}

.date {
  font-family: 'SignPainter', serif;
  color: var(--yellow);
  font-size: 32px;
  margin-bottom: 0;
}

.rotate {
  transform: rotate(-15deg);
}

/* h1,
h2,
h3,
h4 {
  font-family: 'Lemonada', cursive;
  color: var(--white);
} */

h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 20px;
}

label {
  font-size: 16px;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-size: 100% 100%;
  background-color: var(--dark-blue);
  background-image: url(../img/background2025.jpg);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

@media screen and (max-width: 768px) {
  html,
  body {
    margin: 0;
    padding: 0;
    background-size: 100% auto;

    /* background-repeat: repeat-y; */
    /* background-color: #fb7500; */
    /* background-image: url(../img/backgroundAndroid.jpg); */
  }
}

/*
* IMAGEN LOGO
*/

.imgLogo {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 500px;
  height: auto;
}

.imgName {
  margin-top: -40px;
  padding-top: 0px;
  padding-bottom: 30px;
  width: 500px;
  height: auto;
}

.frase {
  color: var(--yellow);
}

.imgGuacherna {
  margin-top: -57px;
  width: 100%;
  height: auto;
  rotate: 13deg;
  max-width: 380px;
  margin-bottom: 20px;
}

.text-content {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .text-content {
    margin-bottom: 20px;
  }
}

.fotosDisfraces {
  font-family: 'Lemonada', cursive;
  color: #ffffff;
  font-size: 120%;
  text-align: center !important;
  margin-bottom: 30px;
}

.control-label {
  margin-bottom: 5px;
}

.textObligatorio {
  color: #ffffff;
  font-size: 110%;
  text-align: center !important;
  margin-bottom: 35px;
}

.textDonacion {
  color: #000000;
  font-size: 110%;
  text-align: center !important;
  margin-bottom: 30px;
}

.form-control {
  margin-bottom: 2px;
}

.spanError {
  color: var(--yellow);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

label {
  color: var(--white);
}

/* .box {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0px 8px 14px var(--red);
  width: auto;
  height: auto;
  -webki-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
} */

/* .titleForm {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
} */

.btn-jocosidad {
  /* font-family: Operetta8-Bold; */
  font-family: 'Fixture-Black', serif;
  font-size: 20px;
  background-color: var(--red);
  /* background: linear-gradient(
    90deg,
    rgba(66, 153, 215, 1) 0%,
    rgba(82, 159, 69, 1) 100%,
    rgba(248, 233, 29, 1) 100%
  ); */

  color: var(--yellow);

  border: 5px solid var(--white);
  /* border-top-color: var(--blue);
  border-left-color: var(--blue);
  border-right-color: var(--green);
  border-bottom-color: var(--green); */
  border-radius: 10px;

  margin-top: 40px;
  text-align: center;
  padding: 10px 20px;

  transition: transform 0.3s ease;
}

.btn-jocosidad:hover {
  font-size: 20px;

  background-color: var(--blue);
  /* background: linear-gradient(
    90deg,
    rgba(82, 159, 69, 1) 0%,
    rgba(66, 153, 215, 1) 100%
  ); */

  border-radius: 10px;
  color: var(--yellow);

  transform: scale(1.1);

  border-top-color: var(--white);
  border-left-color: var(--white);
  border-right-color: var(--white);
  border-bottom-color: var(--white);
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: var(--white);
  font-weight: bold;
}

.linkAddMore {
  font-size: 20px;
  text-decoration: none;
  text-align: center !important;
}

.socialIcons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 80px 0;
}

.icon {
  transition: transform 0.3s ease;
  /* margin-left: 5px; */
  /* margin-right: 5px; */
}

.icon:hover {
  transform: scale(1.1);
}

.icon svg path {
  color: #fff;
  fill: #fff;
}

@media (min-width: 430px) {
  .socialIcons {
    display: flex;
    justify-content: center;
    /* font-size: 20px;
    text-decoration: none;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center !important; */
  }
}
