 /* Fonts */
@font-face {
  font-family: "agency";
  src: url("../fonts/agency.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Global Colors */
:root {
  --background-color: #000000;
  --default-color: #444444;
  --mute-color: #e2e2e2;
  --heading-color: #000000;
  --accent-color: #d70b1b;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --contrast-accent-color: #151515;
  --default-font::  "agency", sans-serif!important;
  --font-secondary:  "Montserrat";
   scroll-behavior: smooth;
   --ring-red: #e32420;
}
 .aviso{
  color: var(--accent-color);
 }
 .aviso a{
  z-index: 1000;
 }
.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #404356;
  --contrast-color: #ffffff;
}

.danger-gradient-background {
  background: #ff1c19;
  background: radial-gradient(
    circle,
    rgba(255, 28, 25, 1) 0%,
    rgba(146, 1, 1, 1) 100%
  );
}
 
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
html,
body {
  height: 100%;
  width: 100%;
  background-color: #000000;
  cursor: default;

}

body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: "agency", sans-serif;
  box-sizing: content-box;
  overflow-x: hidden!important;
  overflow-y: auto!important;

}
/* @media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
} */
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

p, ul{
  font-family: var(--font-secondary);
  font-weight: 400;
}
/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.scrolled .header {
  --background-color: rgba(42, 44, 57, 0.9);
}
#mainHeader nav{
  opacity: 0;
  transition: opacity 0.5s ease;
}
#mainHeader.visible nav{
  opacity: 1!important;
}
/* #mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}


#mainHeader.visible {
  opacity: 1;
  visibility: visible!important;
  pointer-events: auto;
  transform: translateY(0);
} */
/* nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
} */

/* .text-md-end */
.title-section {
  font-size: 3.25rem;
  color: #000000;
}
.title-section-dark {
  font-size: 3.25rem;
  color: #fff;
}
@media (max-width: 767px) {
  .cursor {
    background-image: url(../img/mobil-scroll.png);
    width: 90px;
    height: 90px;
  }
  .title-section,
  .title-section-dark {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar-dark {
  background-color: #000000 !important;
}
.navbar-toggler {
  border: 0 !important;
  font-size: 2rem !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
  border: 0 !important;
  color: #fff;
  transition: all 0.15s ease-in-out;
  box-shadow: none;
}
.offcanvas.offcanvas-end {
  background-color: #000000 !important;
}

@media (max-width: 767px) {
  .offcanvas.offcanvas-end {
    width: 300px;
  }
  .navbar .container-fluid {
  justify-content: end!important;
}
}
 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(../img/hero-back.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
} 

.footer-desk{
    z-index: 1000;
}
@media (max-width: 767px) {
  .footer-desk {
    display: none;
  } 
  .footer_left {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../img/footer_left.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5rem;
  }
  .footer_right {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../img/footer_right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5rem;
  }
}
 
#loader{
  z-index: 1031;
}
#spinnerOverlay {
  position: fixed;
  inset: 0; /* top, right, bottom, left */
  background-color: var(--background-color);
  z-index: 1035; /* por encima del loader */
  pointer-events: none;
}
.spinner-border {
  width: 3rem;
  height: 3rem;
}


video.object-fit-cover {
  object-fit: cover;
}
.container-btn-start {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-btn-start {
  width: 180px;
  height: 60px;
  position: absolute;
}
.btn-start {
  width: 180px;
  height: 60px;
  cursor: pointer;
  /* background: transparent; */
  background: #54baec84;
  border: 1px solid #440000;
  outline: none;
  transition: 1s ease-in-out;
}

.btn-start svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #ffffff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.btn-start:hover {
  transition: 1s ease-in-out;
  background: #d70b1c84;
}

.btn-start:hover svg {
  stroke-dashoffset: -480;
}

.btn-start span {
  color: rgb(253, 254, 255);
  font-size: 22px;
  font-weight: 100;
}
/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/
.projects .project-item {
  background-color: var(--surface-color);
  box-sizing: content-box;
  margin: 0 30px;
  position: relative;
  height: 100%;
}

.projects .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.projects .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.projects .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
} 
.anim{
  max-width: 100%;
  cursor: pointer; 
}
.anim-col{
  display: flex;
  justify-content: center;
  align-items: center;
}
.anim-col-start{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .container-services{
    /* margin-top: 2rem; */
    /* height: 70%; */
    width: 100%;
    /* height: 80%; */
    margin-top: 3rem;
   /* position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -45%); */
  }
  .anim{
    min-width: 390px;
  max-width: 90%;
}
  .anim-col{
  display: flex;
  justify-content: end;
  align-items: center;
}
.anim-col-start{
  display: flex;
  justify-content: start;
  align-items: center;
}
}
 

/*--------------------------------------------------------------
# Nuevos Services
--------------------------------------------------------------*/
.nuevoServicios{
  /* min-height: 100vh;  */
  min-height: 60vh;
  position: relative; 
}
.nuevoServicios{  
  background-image: url(../img/services/Recurso3-100.jpg);
  /* background-image: url(../img/services/Recurso2.png);  */

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
.nuevoServicios{  
  /* background-image: url(../img/services/Recurso2.png);  */
  margin-top: 4rem;
}
}

.logo_gi{
  width: 250px; 
  margin: 2rem auto;
  z-index: 1000;
}
 
@media screen and (min-width: 768px) {
.logo_gi{
  /* display: none; */
  /* width: 100%; */
  /* min-width: 180px; */
  /* margin: 0; */
  width: 80%;
  max-width: 270px;
  min-width: 200px;
  /* max-width: 200px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
}

@media screen and (min-width: 1280px) {
.logo_gi{
  margin: 2.3rem auto;

  max-width: 300px;

}

}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#menuServices {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#menuServices.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
/* #services cursor + x */
#services {
  cursor: none;
  position: relative;
  overflow: visible;
} 
@media screen and (max-width: 768px) {
  #menuServices {
    top: 56px;
  }
}

.services {
  position: relative;
  min-height: 100vh;
  overflow: auto;
  /* overflow: hidden; */
}
.services-btn-title {
  width: 160px;
}
.services hr {
  color: var(--surface-color) !important;
  z-index: 100;
}

.services-item {
  box-sizing: content-box;
  margin: 2rem 1rem;
  position: relative;
  height: 100%;
  color: var(--surface-color);
} 

.services .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(
    in srgb,
    var(--contrast-accent-color),
    transparent 85%
  );
  opacity: 1;
}

.services .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--surface-color);
}

.services .swiper-pagination,
.swiper-pagination {
  --swiper-pagination-bottom: -6px;
} 
@media (max-width: 912px) {
  .services-lg {
    display: none !important;
  } 
}

/*--------------------------------------------------------------
# Customers - Awards
--------------------------------------------------------------*/
.pow-awards{
  /* top: 5%; */
  top: -10%;
  right: 10%;
  width: 100px;
}
.pow-awards-center{
  width: 100px;
}
/* .pow-awards-center{
  left: 32.5%;
  transform: translateX(-50%);
  top: 55%;
} */
#customers,
#awards {
  background-image: url(../img/waves-lines0.svg);
  /* background-size: 8 10 ; */
  background-size: 20;
  /* background-position: center; */
  background-position: 70% 0%;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}

#awards { 
  background-position: 90% 0%;
}
.customers-swiper {
  display: none;
}
@media (max-width: 912px) {
  #customers {
    background-position: center 80%;
  }
  #awards {
    background-position: 40% 90%;
  }
  .customers-lg {
    display: none;
  }
  .customers-swiper {
    display: block;
  }
  .pow-awards{
    display: none;
  }
} 
.mix {
  transition: opacity 0.4s ease;
}
.mix[style*="display: none"] {
  opacity: 0;
}
.slide-awards.swiper {
  width: 100%;
  /* flex: 1; */
}

.slide-awards .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 380px;
  height: 380px;
}

.slide-awards .swiper-slide img {
  display: block;
  width: 100%;
}

.slide-awards .swiper-pagination,
.slide-custom .swiper-pagination {
  --swiper-pagination-bottom: -6px;
}
.slide-awards .swiper-pagination-bullet,
.slide-custom .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #a3a2a2;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem;
}
.slide-awards .swiper-pagination-bullet-active,
.slide-custom .swiper-pagination-bullet-active {
  background-color: #fff;
}
.slide-awards .swiper-button-prev,
.slide-awards .swiper-button-next {
  --swiper-navigation-size: 2.5rem;
}

@media (max-width: 912px) {
 
  .slide-awards .swiper-slide {
    width: 300px;
    height: 300px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.social-links a {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: var(--contrast-color)!important;
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 3rem;
  height: 3rem;
  transition: 0.3s;
  z-index: 99;
}

.social-links a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  text-decoration: none;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.backsElements {
  position: absolute;
  z-index: 1;
}

ul li {
  padding-left: 0.25rem !important;
}
ul li::marker {
  content: "- ";
}
ul.navbar-nav li::marker {
  content: "";
}
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(
    in srgb,
    var(--background-color),
    transparent 50%
  );
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 77px;
  /* overflow: clip; */
  /* min-height: 100vh; */
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
 
.offcanvas,
.offcanvas-header,
.offcanvas-body {
  z-index: 1055!important;
}
.offcanvas {
  z-index: 1050!important;
}

.navbar {
  z-index: 1030 !important;
  position: fixed;
}
#contact{
  position: relative;
  background-color: #fff;
}
.ticketDB{
  position: absolute;
  /* width: 320px; */
  width: 180px;

  right: 6%;
  top: 0;
  /* top: 50%; */
  margin-top: -15%;
}
.nasaDP{
  position: absolute;
  width: 180px;
  left: 10%;
  /* bottom: 5%; */
  top: 40%;
}

.ticket {
  right: 5%;
}
.nasa {
  left: 5%;
}
@keyframes bounceA {
  0%,
  100% {
    transform: rotate();
    left: 15%;
  }
  50% {
    transform: rotate(45deg);
    left: 18%;
  }
}
@media (max-width: 992px) {
  .nasaDP{
 display: none;
}
}
@media (max-width: 768px) {
  .navbar-brand {
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* z-index: 1040; */
  }
  .pelota {
    width: 80px;
    /* left: 7%;
    top: 80%; */
  }
  .hand-topDP {
    position: absolute;
    width: 140px;
    left: 0;
    top: 0; 
  }
  .hand-bottomDP {
    position: absolute;
    width: 120px;
    right: 0;
    bottom: 0; 

  }
.ticketDB{
  position: absolute;
  width: 100px;
  right: 0%;
  /* top: 0; */
  top: -6%; 
  /* top: 8%; */
}
.nasaDP{
  position: absolute;
  width: 80px;
  left: 10%;
  bottom: 5%;
}
.nasaCenter{
  margin-top: 0.5rem;
  width: 120px;
}
} 
.hero-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-bg {
  position: fixed; /* simula parallax */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  pointer-events: none;
}
/* @media screen and (max-width:768px) {
  .video-bg {
  z-index: -1;
}
} */

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative; 
  color: white;
  text-align: center;
  top: 90%;
  transform: translateY(-10%);
}
.scroll-sticker{
  position: fixed;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.scroll-down{
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  pointer-events: none;
}

/* V3 */
#footer-fog{
    width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}
 
 
 .hero-back {
  background-image: url(../img/hero-back.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.hero-back-line {
  background-image: url(../img/hero-lines.svg);
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: contain;
}
 
 
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item + .info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  /* border-radius: 0; */
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--mute-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type="submit"] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}
