/**
Theme Name: KONECTAME Basic Theme
Author: Ivan Jiménez 
Author URI: http://wpastra.com/about/
Description: A starter theme to start a project based on Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-theme
Template: astra
*/

.site-header {
    z-index: 1000;
}
.main-header-bar {
    z-index: 1000;
}
a:focus {
    outline: inherit!important;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
	padding: 0;
}
.ast-mobile-popup-drawer.active .menu-toggle-close:focus{
	border:none!important;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
    outline: none;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus{
	border:none!important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: transparent;
    background: transparent;
}
/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-suplidor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-suplidor.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* BODY */
button{
   scroll-behavior: auto;
}
.txt-hero p{
	margin-bottom: 0px;
}
.elementor-widget-container p:last-of-type {
    margin-bottom: 0px;
}
.icon-cards .elementor-icon-wrapper {
    height: 62px;
}
.link-img a img[src$=".svg"] {
    width: inherit;
}
.faq-konectame .e-n-accordion-item {
    border-bottom: 1px solid #D9DBE9;
}
.faq-konectame .e-n-accordion-item:last-of-type {
    border-bottom: none;
}
.general-text-wrap p {
    font-size: 16px;
    line-height: 180%;
}
.general-text-wrap a:hover{
	text-decoration: underline;
}
.general-text-wrap h2, .general-text-wrap h3, .general-text-wrap h4 {
    color: #372669;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.general-text-wrap h2 {
    font-size: 24px;
	margin: 24px 0 16px;
}
.general-text-wrap h3 {
    font-size: 20px;
	margin: 24px 0 16px;
}
.general-text-wrap h4 {
    font-size: 18px;
	margin: 24px 0 16px;
}
.general-text-wrap ul {
    margin: 0 0 0 24px;
}
.general-text-wrap ul li {
    font-size: 16px;
    margin-bottom: 8px;
}
.all-content{
  display: none;
}
#cliente{
  display: block;
}
/* Interactive BTN */
.buttons-konectame {
  display: flex;
  justify-content: center;
}
.btn-cliente,
.btn-suplidor {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 32px;
  padding: 40px 80px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
}
/* Clients Interactive BTN */
.client-side-btn .btn-cliente {
  background-color: #FAFAFF;
  color: #5441F9;
  border-radius: 20px 0 0 0;
}
.client-side-btn .btn-cliente:hover {
	color: #2E2489;
}
.client-side-btn .btn-suplidor {
    background-color: #F1F0FD;
    color: #A6A3C1;
    border-radius: 0 20px 0 0;
    box-shadow: inset 0px 0 5px 2px rgb(24 0 82 / 9%);
}
.label-client.active {
    color: #2E2489;
}
.label-suplier.active {
    color: red;
}
.client-side-btn .btn-suplidor:hover {
	color: #7D7B90;
}
/* Suplier Interactive BTN */
.suplier-side-btn .btn-cliente {
  background-color: #FDF7F0;
  color: #A6A3C1;
  border-radius: 20px 0 0 0;
  box-shadow: inset 0px 0 5px 2px rgb(24 0 82 / 9%);
}
.suplier-side-btn .btn-cliente:hover {
	color: #7D7B90;
}
.suplier-side-btn .btn-suplidor {
    background-color: #FFFCF9;
    color: #F7931D;
    border-radius: 0 20px 0 0;
}
.suplier-side-btn .btn-suplidor:hover {
	color: #E1861A;
}

/* Responsive Buttons for Mobile */
@media (max-width: 767px) {
  .buttons-konectame {
    align-items: center; /* Centrar los botones */
  }  
  .btn-cliente,
  .btn-suplidor {
    font-size: 18px;
    padding: 20px 20px;
    width: 90%;
    text-align: center;
	line-height: 120%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .btn-cliente,
  .btn-suplidor {
    font-size: 24px;
	padding: 28px 56px;
    width: 90%;
	text-align: center;
	line-height: 120%;
  }
}

/* CONTACT FORM */

.form-wrap p, .submit-btn p{
	margin: 0px;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0px;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.form-group .form-field {
  flex: 1;
  margin-right: 32px;
}
.form-group .form-field:last-child {
  margin-right: 0;
}
label {
  font-size: 18px;
  font-weight: 500;
  color: #37266C;
  margin-bottom: 0px;
  display: block;
}
input, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d6d8e0;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 10px;
}
textarea {
  resize: none;
  height: 120px;
}
.submit-btn {
  background-color: #03AD41;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 16px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    width: 172px;
    padding: 16px 24px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    margin: 0;
    background-color: #5540f9;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover{
	background-color: #4836d2;
}
.submit-btn:hover {
  background-color: #4836d2;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {
    border-style: solid!important;
    border-color: #dae0eb8f!important;
}
.swal2-loader {
	display: none;
}
.pr-recaptcha{
	margin: 20px 0;
}
@media (max-width: 768px) {
  .form-group {
    flex-direction: column;
  }

  .form-group .form-field {
    margin-right: 0;
    margin-bottom: 24px;
  }
}