:root{
    --white: #fff;
    --black: #000;
    --green: #63c4b0;
    --purple: #82227b;
    --blue: #428bca;
}

/* General */
.offcanvas-end{
  width: 200px;
}
.btn-blue{
    background: var(--blue);
    transition: .5s ease-in-out;
    color: #fff;
    border: 1px solid var(--blue);
}
.btn-blue:hover{
    background: transparent;
    color: #fff;
    transition: .5s ease-in-out;
}
.btn-blue.btnHeader:hover{
  background: transparent;
  color: var(--blue);
  transition: .5s ease-in-out;
}
.smallTitle{
    font-size: 18px;
    font-family: var(--bs-font-monospace);
    margin-bottom: 10px;
    font-weight: 700;
    line-height: normal;
    color: var(--blue);
}
.titleSection{
    font-size: 45px;
    color: var(--purple);
}

/* Heeader */
.main-menu li a.nav-link:hover{
    color: var(--blue);
}
.main-menu li a.nav-link:hover, .action-btns a.btn-link:hover, .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover, .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover{
    color: var(--blue);
}
.main-menu li a.nav-link{
    font-size: 16px;
}

/* Slide */
.sectionSlide{
  height: 100vh;
  max-height: 100vh;
}
@media screen and (min-width: 2300px) {
  .sectionSlide{
    height: auto;
  }  
}
.sectionSlide .titleSlide{
  white-space: pre-line;
}
@media screen and (max-width: 640px) {
  .sectionSlide .titleSlide{
    white-space: normal;
  }
}
.shape-service .color-shape-3{
  bottom: 50px;
}

/* Soluciones */
/* #soluciones .feature-icon{
    background: var(--green);
} */
#soluciones .feature-icon img{
    width: 65px;
    height: 65px;
    padding: 0;
}
#soluciones .titleStepSolutions{
    color: var(--purple);
}

/* Como tenerlo */
#como-tenerlo{
  background-color: #dadada!important;
}
#como-tenerlo .titleSection{
    color: var(--purple);
}
#como-tenerlo .process-tag{
    background: var(--green);
    color: #fff;
    font-size: 15px;
}
#como-tenerlo .descriptionStep{
    color: #575757;
    font-size: 25px;
}
#como-tenerlo li.setup-process-item:not(:last-child):before{
    background: var(--blue);
    opacity: .5;
}

/* Precios */
#precios .bg-circle{
    background: var(--green);
}
#precios .smallTitle{
    color: var(--green);
}
#precios .titleSection{
    color: #fff;
}
#precios .pricing-feature-list li{
  color: #fff;
  display: flex;
}
#precios .pricing-feature-list li i{
    color: #fff;
}
#precios .pricing-tab-list li button{
  font-size: 18px;
}
#precios .pricing-tab-list li button.active{
    background: var(--purple);
}
#precios .pricing-feature-info{
  background: var(--green);
}
#precios .titlePrice{
  font-size: 30px;
  color: #000;
  line-height: 25px;
}
#precios .titlePrice .description{
  font-size: 14px;
  color: #000;
}

/*  Faq*/
#faq{
    position: relative;
}
#faq .section-heading .text a{
  color: var(--purple);
  /* text-decoration: none; */
}
#faq .acod-head .question{
    font-size: 17px;
    border-radius: 10px;
}
#faq .acod-head .question.open{
    background: var(--black);
    color: var(--white);
}
#faq .acod-content{
  padding: 15px;
}
#faq .acod-body .answer{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}
#faq .acod-body .answer a{
    color: var(--black);
}
#faq .acod-body .answer:last-child{
    margin-bottom: 0;
}
/* Faq Accordion */
.wt-accordion .wt-panel {
    background-color:transparent;
    margin-bottom:10px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none; 
}
  
  .acod-head {
    position:relative;
  }
  .acod-title {
    margin-top:0;
    margin-bottom:0;
  }
  .acod-title a{
    position:relative;
    z-index:1;
    overflow:hidden;
  }
  .acod-head .fa {
    margin-right:5px;
  }
  
  .acod-head a {
    display:block;
    padding:15px 40px 15px 15px;
  }
  .acod-head a,
  .acod-head a:hover,
  .acod-head a:active,
  .acod-head a:focus {
    color: var(--blue);
    text-decoration: none;
  }
  
  .acod-body {
    color:#575757;
  }
  
  /*Accodian open close indicator css*/
  .acod-head .indicator {
    padding:15px;
    color:#ababab;
    position:absolute;
    right:0;
    top:0;
  }
  .acod-head .indicator .fa, 
  .acod-head.acc-actives .indicator .fa {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .acod-head.acc-actives .indicator .fa,
  .acod-head [aria-expanded="true"] .indicator .fa {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /* Accordion bg gray */
  .acc-bg-gray a {
    background-color:#F5F5F5;
  }
  .acc-bg-gray .acod-head .indicator {
    color:var(--rojo);
  }
  .acc-bg-gray.acc-has-bg .acod-body{
    color:#fff;
  }

/* Nosotros */
#nosotros .logoCN{
  width: 230px;
  height: auto;
}
#nosotros .link{
  color: var(--purple);
  transition: .5s ease-in-out;
  text-decoration: none;
}
#nosotros .link:hover{
  color: var(--purple);
}

/* Contacto */
#contacto .titleSection{
  color: var(--purple);
}
#contacto .circle-shape-1{
  background: var(--green);
}
#contacto .icon-box.rounded-circle{
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  transition: .5s ease-in-out;
}
#contacto .icon-box.rounded-circle:hover{
  background: transparent;
  color: #575757;
  transition: .5s ease-in-out;
}
#contacto .icon-box.rounded-circle a{
  color: #fff;
}
#contacto .icon-box.rounded-circle:hover a{
  color: #575757;
}
#contacto .contact-info h5{
  color: var(--purple);
}
#contacto .contact-info a{
  color: #575757;
}
#contacto .btn-blue.btn-form:hover{
  color: var(--blue);
  border: 1px solid var(--blue);
}

#footer .titleCols{
  color: var(--purple);
}
#footer .footer-social li{
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  transition: .5s ease-in-out;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#footer .footer-social li a{
  color: #fff;
}
#footer .footer-social li:hover{
  background: transparent;
  transition: .5s ease-in-out;
}
#footer .footer-social li:hover a{
  color: var(--green);
  transition: .5s ease-in-out;
}
.footer-nav-list li a{
  color: #575757;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
}
.footer-nav-list li a:hover{
  color: var(--blue);
}
.footer-bottom{
  background: var(--purple) !important;
}
@media screen and (max-width: 640px) {
  .footer-bottom .copyright-text{
    text-align: center;
  }
}
.footer-bottom .flexDocuments{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 640px){
  .footer-bottom .flexDocuments{
    justify-content: center;
  }
}
.footer-bottom .copyright-text p{
  color: #fff;
}
.footer-bottom .flexDocuments .separator{
  margin: 0 10px;
}
.footer-bottom .flexDocuments p{
  margin-bottom: 0;
}
.footer-bottom .flexDocuments p a{
  text-decoration: none;
  color: #fff;
}
