@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaRegular.otf");
  font-weight: 400; }
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBold.otf");
  font-weight: 600; }
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaHeavy.otf");
  font-weight: 900; }
@font-face {
  font-family: "Saphira";
  src: url("../fonts/Saphira.otf");
  font-weight: 400; }
:root {
  --main-color: #f15a24;
  --secondary-color: #eed9be;
  --soft-orange: #f79f1d;
  --gray-form: #333; }

html
{
  
  background-color: #000; }

  }
  

body,
body * {
  font-family: "Nexa";
    }
  
h1 {
color: var(--main-color);
font-size: 25erm;

}
.centrado 
{
align-content: center;
}

.centrado:hover 
{
color: #000;
}



.en
{ 
color: #eed9be !important;
}


.glide__slides,
.glide__slide {
  width: 100% !important; }

.small-border:after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 0.3rem;
  background: var(--secondary-color);
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%); }

.benefits li {
  position: relative;
  padding-left: 2rem; }
  .benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 0.6rem;
    height: 0.6rem;
    background: var(--main-color);
    border-radius: 50%; }

@media (min-width: 1024px) {
  #advantage {
    background: url("../images/banner-2.jpg");
    background-size: cover;
    background-position: center;
    background-position-x: 4%; } }

.bullet {
  position: relative; }
  .bullet:after {
    content: "";
    position: absolute;
    left: -3rem;
    top: 0rem;
    width: 1.6rem;
    height: 1.6rem;
    background: var(--secondary-color);
    border-radius: 50%; }
  .bullet:before {
    content: "";
    position: absolute;
    left: -2.4rem;
    top: -2rem;
    width: 0.4rem;
    height: 110%;
    border-radius: 20rem;
    background: var(--main-color); }

.collapsible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--secondary-color);
  color: #000;
  cursor: pointer;
  padding: 0.7rem 1.5rem;
  width: 100%;
  border: none;
  font-size: 1.5rem;
  text-align: left;
  font-family: "Saphira";
  text-transform: uppercase; }
  .collapsible img {
    transition: transform 0.3s ease-in-out;
    user-select: none; }
  .collapsible.active {
    background-color: var(--main-color);
    color: var(--secondary-color); }
    .collapsible.active img {
      transform: rotate(-45deg); }

.collapsible-collapsible:hover {
  background-color: #aaa; }

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: var(--secondary-color);
  font-size: 1.2rem; }

header nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

html.show-menu,
html.show-menu body {
  overflow-y: hidden; }
html.show-menu header nav {
  opacity: 1;
  pointer-events: all; }
html.show-menu #close-menu {
  display: block; }

/*# sourceMappingURL=styles.css.map */

.button-container {
  display: flex;
  justify-content: space-between;
}

.left-button {
 background-image: url(flag.png);
  border-radius: 50%;
  width: 10%;
  height: 10%;
}

.right-button {
  /* styles for right button */
}

.flags 
{
    border-radius: 10%;
    margin: 18px 10px 0px 10px;
}

.footer
{
  margin-top: 30px;
}
.w-20 { 
width: 5rem;
}

.w-33
{ 
width: 7rem;
}

.w-40 { 
width: 12rem;
margin-top: 40px;
}

