@media (prefers-reduced-motion) {
  .hidden-right {
    transition: none;
  }

  .hidden-left {
    transition: none;
  }
}

h1 {
  display: block;
}

.hidden-right {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.show-right {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.hidden-left {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(20px);
  transition: all 1s;
}

.show-left {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

#section-1 {
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 40vh;
}
#section-1 > #video-background {
  object-fit: cover;
  z-index: 0;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

#section-1 > span {
  color: white;
  z-index: 1;
  /*text-shadow: 2px 2px black;*/
  font-size: 1.3rem;
  margin-right: 20px;
  margin-left: 20px;
}

body {
  margin: 0;
  font-family: "Poppins", "Source Sans Pro", sans-serif;
  overflow-x: hidden;
}

#logo {
  height: 10vh;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 7px;
}

header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#div-navbar {
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

.button-to-contact {
  color:white;
  background-color: #32de84;
  border-radius: 30px;
  padding: 10px;

}

.contact-button {
  background-color: #32de84;
  border-radius: 50px;
  padding: 15px;
  text-decoration: none;
  color: #fff;
}

#navbar {
  list-style-type: none;
  display: flex;
  text-align: center;
  position: relative;
  padding-inline-start: 0px;
  z-index: 10;
}
#navbar li {
  display: block;
  float: left;
  padding: 10px;
  margin: 10px;
  z-index: 10;
}

.normal {
  color: black;
  text-decoration: none;
}

#navbar li a:hover {
  color: #c3251d;
  text-decoration: underline;
}

.active {
  color: #c3251d;
  text-decoration: underline;
}

.item {
  z-index: 10;
}
.container {
  display: flex;
  justify-content: space-around;
}

.container > .image > img {
  width: 30vw;
  border-radius: 30px;
}
.container > .text {
  width: 50vw;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px;
}

#section-video {
  background-color: #333f4b;
  margin: 0;
  padding: 20px;
}

#section-video > h2 {
  color: white;
  text-align: center;
  margin: 0;
  /*padding: 20px;*/
}

.ul-app {
  text-align: center;
  margin: 0;
  margin-top: 60px;
}

.ul-app > ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

.ul-app > ul > li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 15px;
}

#section-video > .videowrapper > iframe {
  width: 100%;
  height: 100%;
}


.section-video-bullet-points {
  background-color: #333f4b;
  text-align: center;
  color: white;
  margin: 0 auto;
  width: 90vw;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-video-bullet-points > h2 {
  padding-top: 20px;
}

.section-video-bullet-points > ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  padding-bottom: 20px;
}

.section-video-bullet-points > ul > li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 15px;
}


@media only screen and (max-width: 299px) {
  header {
    background-color: white;
    z-index: 9;
    flex-wrap: wrap;
  }
  #menu {
    display: flex;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
  }
  .menu-line {
    width: 20px;
    height: 3px;
    background-color: black;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

    transition: all 0.3s ease;
  }

  .menu-open .menu-line:nth-child(1) {
    transform: translateY(6px) rotate(-26deg);
  }

  .menu-open .menu-line:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-line:nth-child(3) {
    transform: translateY(-6px) rotate(26deg);
  }

  #logo {
    height: 5vh;
  }

  #navbar {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-inline-start: 0px;
    z-index: 10;
  }

  #navbar li {
    float: none;
  }

  .undisplayed {
    display: none;
  }
  .responsivediv {
    width: 100%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }

  .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  #section-video > .videowrapper {
    width: 280px;
    height: 157px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .container > .image > img {
    width: 60vw;
    border-radius: 30px;
  }

  .container > .text {
    width: 50vw;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container > .image {
    width: 100%;
    text-align: center;
    order: 1;
  }

  h1 {
    font-size: 1.1rem;
  }

  #div-navbar {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
  h1 {
    font-size: 1.4rem;
  }

  header {
    background-color: white;
    z-index: 9;
    flex-wrap: wrap;
  }
  #menu {
    display: flex;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
    z-index: 10;
  }
  .menu-line {
    width: 30px;
    height: 3px;
    background-color: black;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

    transition: all 0.3s ease;
  }

  .menu-open .menu-line:nth-child(1) {
    transform: translateY(6px) rotate(-26deg);
  }

  .menu-open .menu-line:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-line:nth-child(3) {
    transform: translateY(-6px) rotate(26deg);
  }

  #logo {
    height: 8vh;
  }

  #navbar {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-inline-start: 0px;
    z-index: 10;
  }

  #navbar li {
    float: none;
  }

  .undisplayed {
    display: none;
  }
  .responsivediv {
    width: 85%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }

  .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .container > .text {
    width: 50vw;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container > .image {
    width: 100%;
    text-align: center;
    order: 1;
  }
  #section-video > .videowrapper {
    width: 280px;
    height: 157px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .container > .image > img {
    width: 60vw;
    border-radius: 30px;
  }

  #div-navbar {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
}

@media (min-width: 901px) {
  #logo {
    height: 10vh;
    z-index: 1001;
  }
  #div-navbar {
    display: block;
  }
  #menu {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .responsivediv {
    width: 85%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }

  #section-video > .videowrapper > iframe {
    width: 560px;
    height: 315px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  #section-video > .videowrapper {
    width: 560px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    margin-top: 20px;
  }
}

.toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.toggle-label {
  font-weight: bold;
}
.toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
}
.toggle-switch input {
  display: none;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.4s;
}
.slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #32de84;
}
input:checked + .slider::before {
  transform: translateX(26px);
}
.pricing-container {
  max-width: 400px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.pricing-header {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.price {
  font-size: 32px;
  color: #32de84;
  font-weight: bold;
  margin: 10px 0;
}

#save-money {
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #32de84;
}

.contact-to-contact {
  display: inline-block;
  background: #32de84;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 10px;
}


.contact-to-contact:hover {
  background: #707070;
}

#section-table {
  margin: 0;
  padding: 20px;
}

.flex-container-table {
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.flex-container-top-of-table{
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.flex-container-bottom-of-table{
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.item-one-column {
  width: 100%;
  padding: 20px;
}

.item-four-columns {
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.darker-h2{
  color: #707070;
  text-align: center;
}

.darker-h3{
  color: black;
}


li{
  padding-top: 20px;
  list-style-type: none;
  text-align: center;
  margin-bottom: 15px;
}



.including-container{
  max-width: 400px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  border-color:#32de84;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: auto;
  margin-top: 10px;
}

.contact-button-inside-plan{
  display: flex;
  justify-content: center;
  align-items: center;

}

/* .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box1 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.box2 {
  grid-column: 1/4;
}

.w-layout-grid{
  grid-auto-columns: 1fr;
  display: grid;
}

.comparisongrid{
  border-bottom: 1px solid var(--contrast-white);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;

}

.comaprisoncell{
  border-right: 1px solid var(--contrast-white);
    justify-content: center;
    align-items: center;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
} */

/* .title-of-grid {
  display: grid;

}


.table-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 900px;
  margin: auto;
}

.row-full {
  grid-column: span 4;
}
.row-multi {
  display: contents;
}
.table-item {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-item strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
} */


/* ESTA DE AQUI ABAJO YA ESTA CASI

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  width: 70vw;
  margin: 0 auto;
  border-top: 2px solid black;
  border-left: 2px solid black; 
  
}

.container2 {
  display: grid;
  grid-template-columns: 1fr; 
  width: 70vw;
  margin: 0 auto;
  
}

.title-feature {
  width: 100%;
  border-top: 2px solid black;
  border-left: 2px solid black; 
  border-right: 2px solid black; 
  text-align:center;
  box-sizing: border-box;
}

.section-table {
  margin-top: 20px;
}

.item {
  text-align: center;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  box-sizing: content-box;
  /* border: 2px solid black; 
}*/

/**ESTA DE AQUI ARRIBA YA ESTÁ CASI

/* .item:nth-child(5n) {
  grid-column: span 4; 
  background-color: #e2a7de;
} */

.check {
  color: green;
  font-weight: bold;
}

.cross {
  color: red;
  font-weight: bold;
}