#header a {
  color: white;
  text-decoration: none;
}

.homeSliderTitle .title{
  font-family: Roboto;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 60px !important;
  line-height: 68px !important;
  color: #FFFFFF !important;
}

.homeSliderTitle .title strong {
  font-weight: bold !important;
}
.homeSliderTitle .subtitle {
  font-family: Roboto;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 21px !important;
  line-height: 30px !important;
  color: #FFFFFF !important;
}

#home .carousel-landing .carousel-cell .bg-over { opacity: 0.7; }

#preparate-para-crecer{
  margin: 50px 0 100px 0;
}

#preparate-para-crecer .wrapper{
  max-width: 1300px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 30px;
}

#preparate-para-crecer header > h1{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #2D3136;
}

#preparate-para-crecer .content > p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #818992;
  max-width: 1038px;
}

#caracteristicas .wrapper{
  width: calc(100% - 60px);
  max-width: 1200px;
  margin-bottom: 100px;
  padding: 0 30px;
}

#caracteristicas .grid{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
}

@media all and (max-width: 914px) {

}

#caracteristicas .grid .caracteristica{
  width: 316px;
  min-width: 200px;
  padding: 15px 0;
}

#caracteristicas .caracteristica{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#caracteristicas .caracteristica > .icon-bg{
  background: rgba(0, 0, 0, 0.02);
  border-radius: 50%;
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#caracteristicas .caracteristica > img{
  width: 36px;
  height: 36px; 
}

#caracteristicas .caracteristica > .title{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #2C2E30;
  margin-bottom: 0;
}
#caracteristicas .caracteristica > .title > span  {color: #FF3301; }

#caracteristicas .caracteristica > .description{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #54565A;
}

@media all and (max-width: 914px) {

}

#solucion-completa .wrapper{
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
  padding: 0 30px;
}

#solucion-completa header > h1{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #2D3136;
  max-width: 1100px;
}

#roja{
  background: #F03C27;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 4rem;
  overflow-x: hidden;
}

#un-dos-tres {
  width: 100%;
  background-color: black;
  margin-bottom: 4rem;
}

#un-dos-tres .wrapper {
  background-color: black;
  padding: 0 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 100px 0;
  max-width: 80%;  
}

#un-dos-tres ul { 
  margin: 0;
  padding: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

#un-dos-tres ul > li{
  display: grid;
  grid-template-rows: 60px 100px;
  max-width: 800px;
  margin-bottom: 30px;
  flex-flow: column;
  gap: 2rem;
}

#un-dos-tres ul > li h5{
  min-height: 70px;
}


#un-dos-tres ul > li > .number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid white;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-right: 36px;
}

#un-dos-tres ul > li > .number > h2{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;  
  margin: 0px;
  padding: 0px;
}

#un-dos-tres ul > li .description h5{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}
#un-dos-tres ul > li .description p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
}

/* @media (max-width: 930px) {
  #un-dos-tres ul { 
    width: 1fr;
  }
  #un-dos-tres img{
    width: 100%;
    max-width: 100px;
  }
  #un-dos-tres .wrapper > * {
    width: 100%;
  }
  #un-dos-tres .wrapper {
    padding: 60px 0;
  }
} */

#la-experiencia { z-index: 1;}

#la-experiencia .wrapper { 
  max-width: 1344px;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: auto auto;
  align-items: center;
  padding: 0 30px;
}


@media (max-width: 930px) {
  #la-experiencia .wrapper{
    grid-template-columns: auto;
  }
}

#la-experiencia .description {
  max-width: 569px;
}

#la-experiencia .description h3{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
}

#la-experiencia .description p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.8;
}

#la-experiencia img{
  width: 100%;
  max-height: 500px;
}

#soluciones {
  margin: 6rem 0;
  position: relative;
}

#soluciones .wrapper{
  width: 80%;
  padding: 0 30px;
}
#soluciones .wrapper > header > h1{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 80px;
}


.carousel-soluciones{
  max-width: 1600px;
  margin: 0px auto;
}

.carousel-soluciones .carousel-cell{
  background: #FFFFFF;
  border-radius: 5px;
  padding: 24px;
  width: calc(270px - 48px);
  height: 320px;
  /* height: calc(340px - 48px); */
  margin: 0 19px;
  display: flex;
  flex-flow: column;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.carousel-soluciones .hada-shadow{
  box-shadow: 0px 12px 24px rgba(160, 208, 99, 0.25);
}

.carousel-soluciones .gns-mas-shadow,
.carousel-soluciones .fe-shadow{
box-shadow: 0px 12px 24px rgba(112, 177, 255, 0.2);
}

.carousel-soluciones .gns-personal-shadow,
.carousel-soluciones .recibos-web-digitales-shadow{
  box-shadow: 0px 12px 24px rgba(255, 75, 54, 0.15);
}

.carousel-soluciones .carousel-cell:hover{
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.carousel-soluciones .flickity-viewport{
  padding-bottom: 100px !important;
  padding-top: 20px !important;
}

.carousel-soluciones .carousel-cell > img{
  margin-bottom: 30px;
  padding-top: 40px;
}
.carousel-soluciones .carousel-cell > p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  /* font-size: 16px;
  line-height: 30px; */
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #7C7D8D;
}

.carousel-soluciones .flickity-page-dots {
  bottom: 25px !important;
}

@media (min-width: 930px) and (max-width: 1388px) {
  .flickity-page-dots {
      display: block !important;
  }
}

#tipo-partner { 
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#tipo-partner .wrapper { padding: 0 30px; } 

#tipo-partner .wrapper > header > h1{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  color: #2D3136;
  margin: 100px auto 50px auto;
}

#tipo-partner .wrapper > header > h1 > span { color: #FF4B36; }

#tipo-partner .faq{ margin-bottom: 100px;}

#tipo-partner .faq > header > h4{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #2D3136;
  margin: 1.5rem auto;
}

#tipo-partner .faq > header > h4 > span{ color: #FF4B36; }

#tipo-partner p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #7C7D8D;
  max-width: 955px;
}

#distribuidores-autorizados > header > h1{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 56px;
  text-align: center;
  color: #2D3136;
}

#distribuidores-autorizados .red{
  height: 173px;
  width: 100%;
  background: #FF0000;
}

#ser-distribuidor .wrapper{padding: 0 30px; }
#ser-distribuidor .wrapper > header > h1{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #2D3136;
  margin: 4rem auto;
  max-width: 540px;
}
#ser-distribuidor .wrapper > header > h1 > span { color: #FF4B36; }

#form-distribuidor{
  background: #FFFFFF;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  /* width: 100%; */
  height: 100%;
  max-width: 644px;
  max-height: 923px;
  margin: 0 auto;
  padding: 3rem;
  margin-bottom: 200px;
}

#form-distribuidor > header > h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FF5440;
}

#form-distribuidor > form {
  display: flex;
  flex-flow: column;
}

#form-distribuidor > form input {
  border: none;
  border-bottom: 1px solid #AEB7C1;
  padding: 12px;
  width: 100%;
}

#form-distribuidor > form > .wrapper {
  padding: 70px 0;
  display: flex;
  flex-flow: column;
}
#form-distribuidor > form button {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #FF3301;
  padding: 16px 40px;
  max-width: 212px;
  border-radius: 60px;
}

#form-distribuidor > form button:hover {
  background: var(--color-tint);
}
