:root {
  --font-1: 60px;
  --font-2: 36px;
  --font-3: 32px;
  --font-4: 28px;
  --font-5: 20px;
  --font-6: 14px;
}
@media screen and (max-width: 992px) {
  :root {
    --font-1: 46px;
    --font-2: 34px;
    --font-3: 30px;
    --font-4: 24px;
    --font-5: 18px;
    --font-6: 14px;
  }
}
section.hero {
  padding: 166px 0 112px !important;
  overflow: hidden;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
section.hero2 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 166px 0 112px !important;
}
section.hero h1 {
  color: #fff;
  /* margin-bottom: 80px; */
  opacity: 1;
  font-size: var(--font-1);
  font-weight: 700;
}
section.hero .gallery {
  display: flex;
  justify-content:center;
}
section.hero .gallery  img {
  height: auto !important;
  width: 100%;
  max-height: 480px;
  width: auto;
  max-width: 100%;
}
section.hero h2 {
  color: #fff;
  opacity: 1;
  font-size: var(--font-2);
  font-weight: 400;
  margin: 0 auto 40px;
  max-width: 880px;
}
section.tabs {
  padding: 50px 0;
}
section.tabs h2 {
  font-size: var(--font-3);
  font-weight: 400;
  margin-bottom: 45px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
section.tabs .nav-pills {
  margin: 40px auto;
  width: fit-content;
  border-radius: 24px;
  background-color: #f8f9fa;
}
section.tabs .nav-pills li button {
  border-radius: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  section.tabs .nav-pills li button {
    width: 165px;
    border-radius: 24px;
  }
}
section.tabs .tab-pane {
  margin: 50px auto;
}
section.tabs .tab-pane img {
  max-width: 100%;
}
section.tabs .text h3 {
  font-size: var(--font-2);
  margin-bottom: 24px;
  font-weight: 700;
  color: #833ef2;
}
section.tabs .text p {
  font-size: var(--font-5);
  margin-bottom: 40px;
  color: #4a4a4a;
}
section.features {
  padding: 50px 0;
}
section.features .row {
  justify-content: space-between;
  gap: 50px;
}
section.features .text h4 {
  font-size: var(--font-5);
  margin-bottom: 20px;
  font-weight: 700;
}
section.features .text h3 {
  font-size: var(--font-1);
  line-height: 1;
  margin-bottom: 32px;
  font-weight: 700;
}
section.features .text p {
  font-size: var(--font-5);
  margin-bottom: 40px;
}
section.features img {
  max-width: 100%;
}
section.module {
  padding: 100px 0 50px;
  margin: auto;
}
section.module .row {
  border-radius: 40px;
  justify-content: space-between;
}
section.module .text {
  padding: 64px;
  position: relative;
  z-index: 2;
}
section.module .text h4 {
  margin-bottom: 8px;
  font-size: var(--font-5);
  font-weight: 700;
}
section.module .text h3 {
  margin-bottom: 24px;
  font-size: var(--font-2);
}
section.module .text a {
  text-decoration: none;
  color: inherit;
  margin-bottom: 8px;
  font-weight: 700;
}
section.module .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
section.module .bg img {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  border-radius: 0 40px 40px 0;
}
section.module .img {
  position: relative;
  padding: 0;
}
section.module .img img {
  width: 50%;
  display: block;
  margin-left: auto;
  border-bottom-right-radius: 40px;
  max-height: calc(100% + 100px);
}
@media screen and (min-width: 992px) {
  section.module .img img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
section.supporting {
  padding: 50px 0;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
section.supporting h4 {
  font-size: var(--font-5);
  font-weight: 700;
  margin-bottom: 20px;
}
section.supporting h2 {
  font-size: var(--font-1);
  line-height: 1;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
}
section.supporting p {
  margin: 0 auto 30px;
  font-size: var(--font-5);
  max-width: 500px;
}
.buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .buttons {
    justify-content: center;
  }
}
section.supporting .buttons .join {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
section.contact {
  padding: 50px 0;
}
section.contact h2 {
  font-size: var(--font-1);
  line-height: 1;
  font-weight: 700;
  color: #000;
}
.form h3 {
  color: #4a4a4a;
  font-size: var(--font-4);
  margin-bottom: 32px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .form .field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.form .field {
  border-radius: 63px;
  background-color: #f1f3f4;
  display: flex;
  align-items: center;
  padding: 0 32px;
  height: 70px;
  margin-bottom: 32px;
}
.form .field i {
  font-size: var(--font-4);
  margin-right: 8px;
  color: #a4a4a4;
}
.form .field input,
.form .field select {
  width: 100%;
  background-color: inherit;
  border: none;
  padding: 0.5rem 0.75rem;
}
.form .field input::placeholder {
  color: #000;
}
.form .field input:focus,
.form .field select:focus {
  outline: none;
  outline: 1px solid #2563eb;
}
.form .checkbox {
  display: flex;
  margin-bottom: 32px;
}
.form .checkbox .field {
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 8px;
  width: fit-content;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .checkbox .field input {
  width: auto;
  background-color: inherit;
  padding: 0.5rem;
  width: 16px;
  height: 16px;
}
.form .checkbox .optin {
  font-size: var(--font-1-6);
  color: #4a4a4a;
}
main.contact {
  padding-top: 50px;
}
section.register {
  padding: 50px 0;
}
.web section.supporting,
.mobile section.supporting,
.desktop section.supporting {
  margin-top: 50px;
}
section.maps {
  padding: 50px 0;
}
section.maps .mapouter {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.owl-carousel img {
  border-radius: 24px;
}
section.reussite {
  padding: 50px 0;
}
section.products {
  padding: 0 0 50px;
  text-align: center;
}
section.products .row {
  gap: 50px;
}
section.products .col-lg-3,
section.products .col-lg-4 {
  border: 1px solid #dadce0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.products .col-lg-3:hover,
section.products .col-lg-4:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
@media screen and (min-width: 768px) {
  section.products .col-lg-3 {
    width: calc(50% - (75px / 3));
  }
}
@media screen and (min-width: 1200px) {
  section.products .col-lg-3 {
    width: calc(25% - (113px / 3));
  }
}
/* @media screen and (min-width: 768px) {
  section.products .col-lg-4 {
    width: calc(50% - (75px / 2));
  }
} */
@media screen and (min-width: 1200px) {
  section.products .col-lg-4 {
    width: calc((100% / 3) - (75px / 2));
  }
}
section.products .image {
  background-color: #f8f9fa;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
}

section.products img {
  height: 55%;
}
section.products .text {
  padding: 24px;
  padding-bottom: 0;
}
section.products a {
  margin-bottom: 10px;
  text-decoration: none;
}
section.products p {
  height: 45%;
  color: #5f6368;
}
section.video {
  padding: 100px 0 150px;
}
section.domain {
  padding: 50px 0;
}
section.domain .field {
  position: relative;
}
section.domain .butn {
  position: absolute;
  right: 15px;
  margin-left: auto;
}
section.domain .field input {
  width: auto;
}
section.domain .row > div {
  margin: 50px 0;
}
@media screen and (max-width: 768px){
  section.domain .chercher {
    position: absolute;
    top: 120%;
    left: 50%;
    width: fit-content;
    right: inherit;
    transform: translateX(-50%);
  }
}
section.services-prices {
  padding: 50px 0;
}
section.services-prices .price-card {
  margin-top: 50px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 0 50px;
  position: relative;
  max-width: 400px;
}
@media screen and (max-width: 992px){
  section.services-prices .price-card {
    margin: 50px auto;
  }
}
section.services-prices .price-card:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  transform: scale(1.02);
}
section.services-prices .price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--clr);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
section.services-prices .price-card a {
  text-decoration: none;
  color: inherit;
}
section.services-prices .price-card .price {
  position: relative;
  right: 0;
  width: 90%;
  background-color: var(--clr);
  color: #fff;
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin: 20px 0 30px;
  margin-left: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-5);
  font-weight: 600;
}
section.services-prices .price-card .price::after {
  content: "EUR/AÑO";
  font-size: var(--font-6);
  align-self: flex-start;
  padding: 10px 5px;
}
section.services-prices .price-card ul {
  /* list-style: none; */
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  width: 60%;
  margin: auto;
}
section.web-products {
  padding: 100px 0;
}
section.all-products {
  padding: 50px 0;
}
section.all-products .product {
  padding: 20px 40px;
}
section.all-products .product a {
  color: inherit;
  text-decoration: none;
}
section.all-products .product a > div:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
section.all-products .product a > div {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
section.all-products .product img {
  width: 100%;
}
section.all-products .product p {
  margin: 0;
}
.title {
  text-align: center;
  margin: 20px auto 50px;
  max-width: 60%;
}
@media only screen and (max-width:768px){
  .title {
    text-align: center;
    max-width: 100%;
  }
}
.title h1{
  font-size: calc(var(--font-1) + 30px);
  font-weight: bold;
}
@media only screen and (max-width:768px){
  .title h1{
    font-size: calc(var(--font-1) );
    font-weight: bold;
  }
}
.title h4 {
  margin-bottom: 8px;
  font-size: var(--font-5);
  font-weight: 700;
}
.title h3 {
  margin-bottom: 24px;
  font-size: var(--font-2);
}

.row-reverse {
  flex-direction: row-reverse;
}