/**
* Template Name: FlexStart - v1.1.1
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Red Hat Display', sans-serif;
  color: #444444;
}

a {
  color: #3b6fb7;
  text-decoration: none;
}

a:hover {
  color: #009c4d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Display', sans-serif;
}

p {
  color: #929292;
  text-align: justify;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 52px;
}

.section-header h2 {
  font-family: 'Red Hat Display';
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-divider {
  display: block;
  width: 88px;
  height: 3px;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  margin: 0 auto;
  margin-top: 10px;
}

.section-divider-white {
  display: block;
  width: 88px;
  height: 4px;
  background: linear-gradient(16deg, rgb(255 255 255 / 13%) 0%, #fff 34%);
  margin: 0 auto;
  margin-top: 10px;
}

.section-divider-left {
  display: block;
  width: 88px;
  height: 3px;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  margin: 9px 0px 9px 0px;
}

.section-header p {
  margin: 8px 10px 0px 10px;
  padding: 0;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color: #929292;
  text-align: center;
  font-family: 'Red Hat Display';
}

@media (max-width: 768px) {
  .section-header p {
    line-height: 28px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  width: 34px;
  height: 34px;
  border-radius: 7px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  color: #fff;
  transform: translateY(-5px);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px;
  height: 40px;
  background-color: transparent;
}

.header.header-scrolled {
  background: #fff;
  padding: 0px;
  box-shadow: 0px 2px 20px rgb(59 111 183 / 70%)
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  z-index: 99999;
  padding: 3px;
}

.logo-img {
  visibility: hidden;
}


.logo-img.active {
  visibility: visible;
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding-top: 22px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0px 16px 0px 16px;
  background: rgb(255 255 255 / 52%);
  border-radius: 7px;
}

.navbar li {
  position: relative;
}


.menuoption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px 0px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #6e7e8e;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  transition: 0.3s;
}


.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
  color: #009c4d;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: solid;
  border-bottom-width: 2.5px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3b6fb7;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: absolute;
  top: 1px;
  right: 25px;
  color: #009c4d;
  font-size: 34px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: rgb(255 255 255 / 58%);
  padding: 15px 0px 14px 1px;
  border-radius: 7px;
}

.mobile-nav-toggle.bi-x {
  color: #3b6fb7;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 5px;
  right: 34px;
  color: #009c4d;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  padding: 40px 0px 10px 0px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: 0px 36px 40px -22px rgb(59 111 183 / 40%);
  border-radius: 0px 0px 13px 13px;
}

.navbar-mobile a {
  padding: 8px 15px 8px 25px;
  font-size: 16px;
  font-weight: 400;
  color: #6e7e8e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #6e7e8e;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: transparent;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3b6fb7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 76vh;
  overflow: hidden;
  background: url("../img/hero-bg.webp") top center;
  background-size: contain;
  position: relative;
  z-index: 99;
  transition: 0.3s;
  border-radius: 40px;
  box-shadow: 0px 6px 16px rgb(59 111 183 / 94%);
}

#hero:before {
  content: "";
  opacity: 88%;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 50px 0px 80px 0px;
}

#hero h2 {
  color: #fff;
  margin: 0px 25px 0px 25px;
  font-size: 24px;
  font-weight: 400;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0px 25px 0px 25px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
}

#hero img {
  height: 80px;
  margin-bottom: 7px;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 6%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  font-size: 48px;
  line-height: 1;
}

#hero .btn-get-started {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 20px;
  color: #308894;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: rgb(255 255 255 / 58%);
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #fff;
  border: 1px solid;
  font-weight: 500;
  text-decoration: none;
}

.logo-subpagina {
  width: 250px;
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 990px) {
  #hero p {
    width: 80%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 4%;
  }
}

@media (max-width: 900px) {
  #hero {
    -height: 58vh;
    padding: 100px 0;
  }

}

@media (max-width: 768px) {
  #hero {
    -height: 52vh;
    padding: 100px 0;
  }

  .logo-subpagina {
    width: 220px;
  }
}

@media (max-width: 580px) {
  #hero {
    -height: 78vh;
    padding: 100px 0;
  }

  #hero h2 {
    font-size: 22px;
  }


  #hero .carousel-container {
    margin: 44px 0px 76px 0px;
  }
}


/* About 
------------------------------*/
.about {
  background-color: #fff;
  padding-top: 60px;
}


.about .content {
  padding: 0px 40px;
  text-align: center;
}


.about .content h2 {
  color: #009c4d;
  font-weight: 700;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-family: 'Red Hat Display';
}

.about .content p {
  color: #929292;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin: 8px 4px;
  text-align: center;
  font-family: 'Red Hat Display';
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  margin-top: 20px;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .about-box {
  padding: 50px 40px;
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  border-radius: 25px;
  transition: all 0.3s ease-out 0s;
  text-align: center;
}

.about .about-box i {
  padding: 40px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  color: #009c4d;
}

.about .about-box h3 {
  color: #009c4d;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about .about-box p {
  margin-bottom: 0;
  color: #929292;
  font-weight: 400;
  text-align: center;
}

.about .about-icons .icon {
  padding: 27px 32px 27px 20px;
  display: flex;
}

.about .about-icons .icon h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #009c4d;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Red Hat Display';
}

.about .about-icons .icon i {
  font-size: 34px;
  line-height: 37px;
  color: rgb(59 111 183 / 88%);
  background: repeating-linear-gradient(to right, rgb(0 156 77 / 100%) 100%, rgb(59 111 183 / 90%) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 9px;
}

.about .about-icons .icon i::before {
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  border-radius: 7px;
}

.about .about-icons .icon p {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  color: #929292;
  margin-top: 0px;
  margin-bottom: 0px;
}

.about .about-box:hover i {
  color: #3b6fb7;
}

.about .about-boxes .col-md-6:nth-child(2) .about-box,
.about .about-boxes .col-md-6:nth-child(4) .about-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .about .about-boxes .col-md-6:nth-child(2) .about-box,
  .about .about-boxes .col-md-6:nth-child(4) .about-box {
    margin-top: 0;
  }
}





/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values {
  padding: 60px 0px 60px 0px;
}

.values .value-box {
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  border-radius: 13px;
  margin-right: -1px;
  background: #fff;
  text-align: center;
}

.values .box {
  padding: 30px 18px;
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border-radius: 34px;
}

.values .box i {
  font-size: 58px;
  margin: 25px;
  transition: 0.5s;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 8px;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.values .box p {
  color: #929292;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.values .box .text-right {
  text-align: right;
}

.values .box .text-left {
  text-align: left;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin: 7px;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
  color: #3b6fb7;
  line-height: 32px;
  font-family: 'Red Hat Display';
}

.pricing .price {
  font-size: 48px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Red Hat Display";
  margin-top: 16px;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing .price-letras {
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Red Hat Display";
  margin-top: 16px;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #929292;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: 'Red Hat Display';
}

.pricing ul .important-text {
  font-size: 19px;
  font-weight: 600;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul li i {
  font-size: 22px;
  font-weight: 700;
  margin-right: 5px;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #3b6fb7;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #3b6fb7;
}

.pricing .btn-buy:hover {
  background: #3b6fb7;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 1px 0 3px 0;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
  color: #929292;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  text-align: left;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq .accordion-button p {
  font-size: 20px;
  font-weight: 500;
  margin: 13px 22px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  border-bottom: 0;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}



/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.features {
  background: url(../img/features-bg.webp) center center;
  background-size: contain;
  position: relative;
  padding: 40px 0px 0px 0px;
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
}

.features::before {
  content: "";
  opacity: 94%;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.features .content {
  padding: 10px;
  text-align: center;
}

.features h3 {
  font-family: 'Red Hat Display';
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.features h2 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.features p {
  margin: 15px 0 20px 0;
  line-height: 20px;
  font-size: 22px;
  color: #bcc0c4;
}

.features .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #3b6fb7;
}

.features .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.features .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.features .btn-read-more:hover i {
  transform: translateX(5px);
}


.features .feature-icons {
  margin-top: 30px;
}

.features .feature-icons h3 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #fff;
  text-align: justify;
}

.features .feature-icons .content .icon-box i {
  font-size: 58px;
  line-height: 44px;
  color: #fff;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 18px;
  color: #fff;
  margin-top: 0px;
  font-weight: 300;
}

.features .feature-icons img {
  height: 70vh;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  box-shadow: 0px -27px 25px -25px rgb(59 111 183 / 58%);
}

.contact .info-box {
  color: #444444;
  padding: 30px;
  text-align: center;
}

.contact .info-box i {
  font-size: 38px;
  color: #009c4d;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact .info-box h3 {
  font-size: 25px;
  color: #3b6fb7;
  font-weight: 700;
  margin: 0px 0 10px 0;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact .confirmacion h3 {
  font-size: 28px;
  letter-spacing: 0.1px;
  color: #3b6fb7;
  font-weight: 700;
  padding: 30px 0px 0px 0px;
  margin: 20px 0 10px 0;
  text-align: center;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact .info-box a {
  color: #929292;
  font-size: 15px;
  font-weight: 500;
}

.contact .info-box a:hover {
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

.contact .enviar-correo h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #3b6fb7;
  margin-top: 30px;
  text-align: center;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact .email-form {
  border-radius: 40px;
  box-shadow: 0px 0 30px rgb(59 111 183 / 34%);
}

.contact .php-contact-form {
  height: 100%;
}

.contact .php-contact-form .validate {
  display: none;
  color: #ed3c0d;
  text-align: justify;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-contact-form .error-message {
  display: none;
  font-size: 18px;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 10px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 7px;
}

.contact .php-contact-form .sent-message {
  display: none;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #009c4d;
  padding: 10px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 7px;
}

.contact .php-contact-form .sent-message strong {
  font-size: 22px;
}

/*Confirmacion */
.contact .php-contact-form .error-confirmacion {
  display: none;
  font-size: 18px;
  text-align: justify;
  color: #fff;
  background: #ed3c0d;
  padding: 40px 40px 10px 40px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 140px;
}

.contact .php-contact-form .sent-confirmacion {
  display: none;
  font-family: 'Red Hat Display';
  font-size: 18px;
  text-align: center;
  color: #13a54f;
  background: #fff;
  padding: 40px 40px 10px 40px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 140px;
}

.contact .php-contact-form .sent-confirmacion strong {
  font-size: 22px;
}

.contact .php-contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #4cb848;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-contact-form input,
.contact .php-contact-form textarea,
.contact .php-contact-form select {
  border-radius: 4px;
  box-shadow: none;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  border: solid;
  border-color: #fff;
  color: #3b6fb7;
  border-bottom: solid;
  border-bottom-width: 1.3px;
}

.contact .php-contact-form input:focus,
.contact .php-contact-form textarea:focus,
.contact .php-contact-form select:focus {
  border-color: #3b6fb7;
}

.contact .php-contact-form input {
  text-align: justify;
  padding: 10px 15px;
}

.contact .php-contact-form .radios {
  text-align: center;
}

.contact .php-contact-form .radios [type="radio"] {
  height: 1rem;
  width: 1rem;
}

.contact .php-contact-form .form-group input [type="radio"] {
  text-align: justify;
}

.contact .php-contact-form .checkAceptacion [type="checkbox"] {
  height: 1.3rem;
  width: 1.3rem;
}

.contact .php-contact-form textarea {
  padding: 12px 15px;
}

.contact .php-contact-form select {
  padding: 10px 15px;
}

.contact .php-contact-form select option {
  padding: 10px 15px;
  color: #3b6fb7;
}


.contact .php-contact-form button[type="submit"] {
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-contact-form button[type="submit"]:hover {
  background: #009c4d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.foliocompra-title {
  font-size: 32px;
  color: #3b6fb7;
  font-weight: 700;
  text-align: center;
}

.foliocompra-number {
  font-family: 'Red Hat Display';
  font-size: 58px;
  color: #009c4d;
  font-weight: 600;
  text-align: center;
  padding: 0px 20px 40px 20px;
}

.div-sombreado {
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  border-radius: 13px;
  margin: 10px;
}

/*--------------------------------------------------------------
# terms
--------------------------------------------------------------*/
.terms {
  padding: 70px 0 20px 0;
}

.terms .entry {
  padding: 88px 60px 88px 60px;
  box-shadow: 7px 14px 42px 3px rgb(59 111 183 / 40%);
  border-radius: 40px;
}

.terms .entry .entry-title {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 60px 0;
  text-align: justify;
}

.terms .entry .entry-title a {
  font-family: 'Red Hat Display';
  font-size: 18px;
  color: #929292;
  font-weight: 700;
  transition: 0.3s;
}

.terms .entry .entry-title a:hover {
  color: #3b6fb7;
}

.terms .entry .entry-content p {
  font-family: 'Red Hat Display';
  text-align: justify;
  list-style: none;
  line-height: 24px;
  color: #929292;
}

.terms .entry .entry-content li {
  font-family: 'Red Hat Display';
  text-align: justify;
  list-style: none;
  line-height: 24px;
  color: #929292;
}

.terms .entry .entry-content h3 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
  color: #3b6fb7;
  background: repeating-linear-gradient(to right, rgb(59 111 183 / 94%) 0%, rgb(0 156 77 / 94%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.2px;
}

.terms .entry-single {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .terms .entry {
    padding: 60px 30px 60px 30px;
  }

  .terms .entry .entry-title a {
    font-size: 18px;
  }

  .terms .entry .entry-content h3 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #fff;
  padding: 0 0 12px 0;
  font-size: 16px;
  box-shadow: 0 30px rgb(59 111 183 / 40%)
}

.footer .copyright {
  text-align: center;
  padding-top: 58px;
  color: #929292;
  font-size: 16px;
  font-weight: 400;
}

.footer .copyright a {
  font-size: 16px;
  font-weight: 600;
  color: #3b6fb7;
}

.footer .copyright img {
  width: 97px;
  margin-bottom: 4px;
}

.footer .copyright a:hover {
  color: #009c4d;
}

.footer .avisoprivacidad {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

.footer .avisoprivacidad a {
  font-size: 16px;
  font-weight: 600;
  color: #009c4d;
}

.footer .avisoprivacidad a:hover {
  color: #3b6fb7;
}