/* 
Theme Name:      Qualita
Theme URI:       https://www.qualitaerp.com/
Description:     Qualita is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.4.8
Text Domain:     Qualita
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General
    ## Reset
    ## Selection
    ## BG Colors
    ## Text Colors
    ## iFrame
    ## Buttons
    ## Typography
    ## Right Image
    ## Elements
# Nav
# Cross / Secciones
  ## Heros
  ## Clientes
  ## Por que Qualita
  ## Beneficios
  ## Accordion
  ## CTA
  ## FAQ
# Slick
# Industrias
# Home
# Quienes Somos
# List
# Desplegable
# Modal
    ## Boton
# Form
    ## Landing
    ## Forms
# Footer

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*******
## Reset
*******/

.post,
.page {
  margin: 0 !important;
}

/*******
## Selection
*******/

::-moz-selection {
    background: rgb(9 1 38 / 90%);
    color:#fff
}

::selection {
    background: rgb(9 1 38 / 90%);
    color:#fff
}

/*******
## BG Colors
*******/

/* 
  ### Main Colors 
*/

.bg-main-blue {
  background-color:#100146;
}

.bg-main-purple {
  background-color:#830cf0;
}

/* 
  ### Secondary Colors 
*/

.bg-secondary-purple {
  background-color:#c843e6;
}

.bg-secondary-orange,
.wpcf7-submit {
  background-color:#eb8e51;
}

/*******
## Text Colors
*******/

.text-main-blue {
  color:#100146;
}

.text-main-purple,
.blm-datos h3 {
  color:#830cf0;
}

/* 
  ### Secondary Colors 
*/

.text-secondary-purple {
  color:#c843e6;
}

.text-secondary-orange {
  color:#eb8e51;
}

/*******
## iFrame
*******/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******
## Buttons
*******/

.blm-btn,
.wpcf7-submit {
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  outline: none;
  border-radius: 8px;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  letter-spacing: .025em;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.qua-btn-main,
.wpcf7-submit {
  color:#fff !important;
  border:3px solid #eb8e51;
  border-radius:50px;
  padding:5px 40px;
}

.qua-btn-secondary {
  border-bottom:3px solid #eb8e51;
  border-radius:0px;
  padding:5px 40px;
  margin-left:20px;
  color:#eb8e51 !important;
}

.qua-btn-main:hover,
.wpcf7-submit:hover {
  color:#eb8e51 !important;
  border:3px solid #eb8e51 !important;
  background-color:transparent;
  border-radius:50px;
  padding:5px 40px;
}

.bg-main-purple .qua-btn-main:hover,
.bg-main-purple .gform_button:hover {
  background-color:#fff;
}

.qua-btn-secondary:hover {
  border-bottom:3px solid #fff;
  border-radius:0px;
  padding:5px 40px;
  margin-left:20px;
  color:#fff !important;
}

.video-btn {
  -webkit-appearance: none !important; /*Safari/Chrome*/
  -moz-appearance: none !important; /*Firefox*/
  -ms-appearance: none !important; /*IE*/
  -o-appearance: none !important; /*Opera*/
  appearance: none !important;
}


/*******
## Typography
*******/

body,
button,
input,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova,sans-serif;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: 400;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size:20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 58px;
}

h2 {
  font-size:30px;
  color:#100146;
}

h3 {
  font-size:25px;
}

.blc-producto li  {
    list-style: none;
    padding:10px 0;
}

.blc-producto li::before   {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position:absolute;
}

.blc-producto li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-left:-35px;
  color:#830cf0;
}

/*******
## Right Image
*******/
.alignright {
  max-width: 260px;
  height: auto;
  display: inline;
  float: right;
}

/*******
## Elements
*******/
#removeSticky {
  position:relative;
  top:-400px;
}

.qua-h100 {
  max-height:inherit !important;
}

.qua-img {
  border-radius:20px;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2); 
  box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.qua-navbar {
  padding:19px 0;
  z-index:999;
  position:relative;
  background-color:#fff;
}

.qua-navbar .navbar-brand {
  padding:0;
}

#menu ul li {
  padding:0px 10px;
}

#menu ul li a {
  color:#000;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin:0 !important;
}

#menu ul li:not(:last-child) a:hover {
  color:#830cf0 !important;
  border-bottom: 3px solid #830cf0 !important;
}

#bs4navbar > ul > li:last-child a {
  border-radius:50px; 
  background-color:#830cf0;
  color:#fff !important;
  border-top: 3px solid #830cf0;
  border: 3px solid #830cf0;
}

#bs4navbar > ul > li:last-child a:hover  {
  color:#830cf0 !important;
  background-color:#fff;
  border: 3px solid #830cf0 !important;
}

.admin-bar .ini-navbar.fixed-top {
  top:32px;
}

/*--------------------------------------------------------------
# Shapes
--------------------------------------------------------------*/

.shape-blue-top {
    background-image:url("img/shape-blue-top.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height:78px;
}

.shape-white-bottom {
    background-image:url("img/shape-white-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height:78px;
}

.shape-arrow-sides {
    background-image:url("img/shape-arrow-sides.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height:78px;
}

.shape-blue-top-diag {
    background-image:url("img/shape-blue-top-diag.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top -1px center ;
}

.shape-cta {
    background-image:url("img/shape-cta.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 1px center;
    min-height:606px;
}

.shape-grey-diagonal {
    background-image:url("img/shape-grey-diagonal.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 700px;
}

.shape-grey-top {
    background-image:url("img/shape-grey-top.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: left top;
    min-height: 170px;
}

.shape-quienes {
    background-image:url("img/shape-quienes.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.shape-contacto {
    background-image:url("img/shape-contacto.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left -1px;
    min-height: 900px;
}

/*--------------------------------------------------------------
# Cross / Secciones
--------------------------------------------------------------*/

/*
   ## Heros
*/
.hero-img {
  height:calc(100vh - 90px);
  max-height:675px;
}

/*
  ## Clientes
*/

.qua-clientes img {
  max-width: 100px;
  width:100%;
}

/*
  ## Por que Qualita
*/

.qua-xq img {
  width:33px;
  height:33px;
}

/*
  ## Beneficios
*/

.qua-beneficios.bg-main-blue h2 {
  color:#fff;
}

.beneficios-container {
  min-height:370px;
  padding: 20px 30px;
  border-radius:10px;
}

.beneficios-container img {
  width:56px;
}

/*
  ## Funcionalidades
*/

.qua-funcionaliades-cross i {
  font-size:27px;
  padding-top:6px;
  color:#C843E6;
}

.funcionalidades-container {
  min-height:370px;
  padding: 20px 30px;
  border-radius:10px;
}

.funcionalidades-container img {
  width:56px;
}

.funcionalidades-container > div .qua-btn-secondary {
  border-bottom:3px solid #eb8e51;
  border-radius:0px;
  padding:5px 0px;
  margin:0;
  color:#fff !important;
}

/*
  ## Accordion
*/

.qua-accordion {
    border: 2px solid #c843e6;
    border-radius:10px;
}

.qua-accordion a,
.qua-accordion a:hover {
    color:#fff !important;
}

/* Reset style */
.qua-accordion a,
.qua-accordion a:active,
.qua-accordion a:focus {
    width:100%;
    text-align:left;
    outline:none !important;
    border:none;
    box-shadow: none;
    font-size:25px;
}

.qua-accordion .heading .btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight:bold;
    white-space: normal;
    text-align:left;
}

.qua-accordion a.btn.p-0.collapsed i {
    margin-top:5px;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transform-origin:center center;
    position:relative;
    height:5px;
}

.qua-accordion .heading .btn:not(.collapsed) i {
    margin-top:5px;
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transform-origin:bottom center;
    -webkit-transition: all 0.25s 0s ease-in-out;
    -moz-transition: all 0.25s 0s ease-in-out;
    -o-transition: all 0.25s 0s ease-in-out;
    transition: all 0.25s 0s ease-in-out;
    position:relative;
    height:5px;
}

/*
  ## CTA
*/

.qua-cta .row {
  border-radius:50px;
}

.qua-cta h2 {
  font-size:40px;
}

.qua-cta .image-cta {
  background-position: left center;
  background-repeat:no-repeat;
  background-size: cover;
  min-height: 100px;
  border-radius:0 50px 50px 0;
}

/*
  ## FAQ
*/

.qua-paginacion {
  margin:30px 0;
}

.qua-paginacion span.current {
  font-weight: bold;
  margin: 0 2px;
  padding: 9px;
  background-color:#eb8e51;
  color:#fff;
  border-bottom: 2px solid #eb8e51 !important;
}

.qua-paginacion .page-numbers:hover  {
  color:#eb8e51 !important;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------
# Industrias
--------------------------------------------------------------*/

.single-industrias {
  overflow-x:hidden;
}

.hero-industrias {
  height:calc(100vh - 90px);
  max-height:675px;
}

.img-industria {
  position:absolute;
  width:720px !important;
  height:auto;
  right:-300px;
  bottom:-55%;
  max-width:initial;
  z-index:0;
}

.cards-industrias-container {
  border-radius:20px;
}

.cards-industrias-container p {
  margin:0
}

.cards-industrias-container img {
  position:absolute;
  top:-40px;
  left:50%;
  transform:translateX(-50%);
  width:85px;
  text-align:center;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

/*
  ## Industrias 
*/

.industrias-btn {
  border-radius:50px;
  border: 3px solid #fff;
  padding:10px;
  color:#fff !important;
  display: block;
  margin:10px;
  font-weight:bold;
}

.industrias-btn:hover {
  border: 3px solid #fff;
  color:#100146 !important;
  background-color:#fff;
}

/*
  ## Ads
*/
.page-template-ads .industrias-btn,
.page-template-ads .industrias-btn:hover {
  border-radius:50px;
  border: 3px solid transparent;
  padding:10px;
  color:#fff !important;
  display: block;
  margin:10px;
  font-weight:400;
  background-color:transparent;
  text-align:left;
}

.page-template-ads .industrias-btn::before   {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position:absolute;
}

.page-template-ads .industrias-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-left:-35px;
  color:#fff;
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/

.page-template-contacto {
  color:#fff;
}

.page-template-contacto h1 {
  font-size:40px;
}

/*--------------------------------------------------------------
# Quienes somos
--------------------------------------------------------------*/

.hero-quienes {
  height:calc(100vh - 120px);
}

.somos-expertos {
  padding-top:150px !important;
}

.page-template-quienes-somos .blm-card h2 {
  color:#fff;
}

.page-template-quienes-somos .blm-card {
  min-height: 380px !important;
  background-color:#c843e6 !important;
  color:#fff;
  padding-top:40px !important;
  text-align:left;
} 

.page-template-quienes-somos .blm-card img {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-30px;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/


/* Step 2: Reference Individual Icons */
.blm li::before {
  content: "\f111";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FF9300; /* Change the color */
  font-size:15px;
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Desplegable
--------------------------------------------------------------*/

.blm-accordion {
  background-color: #fff;
  border: none;
  border-bottom:4px solid #FF9300;
  margin-bottom:20px !important;
}

.blm-accordion a,
.blm-accordion a:hover {
  color:#0c2a46 !important;
  font-size:22px;
}

/*--------------------------------------------------------------
# Logos
--------------------------------------------------------------*/

.blm-logos img {
  max-width:140px;
  max-height:55px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.blm-logos img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);

}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

#cf-basic br {
  display:none;
}

.modal-dialog {
  max-width: 500px;
}

.modal-header h3 {
  margin-bottom:0 !important;
}

.modal-header button {
  line-height:1em !important;
}

.modal-body h3,
.modal-body p {
  font-size:20px !important;
}

.modal-body img {
  max-width:300px;
  margin-top:25px;
}

/* Aparicion */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
 @-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translafteX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer ul {
  list-style:none;
  padding:0;
  margin:0;
}

.site-footer ul li {
  list-style:none;
  padding:5px 0;
  margin:0;
}

.site-footer h3 {
  margin-bottom:20px;
}

.site-footer .qua-btn-secondary {
  border-bottom:3px solid #eb8e51;
  border-radius:0px;
  padding:5px 10px;
  margin-left:0px;
  color:#eb8e51 !important;
}

.site-info img {
    filter: brightness(0) invert(1);
    padding-bottom: 20px;
    max-width: 200px;
}

/*--------------------------------------------------------------
# Comp - Flybox
--------------------------------------------------------------*/
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  padding: 16px 20px !important;
  border: none;
  border-radius:10px 0 0 10px;
  cursor: pointer;
  position: fixed;
  bottom: 50%;
  right: -100px;
  width: 120px;
  color:#fff;
  z-index:999;
  outline:none;
  font-size:18px;
}

.open-button:focus  {
  outline:none;
}

/* The popup form - hidden by default */
.form-popup {
  padding: 16px 20px;
  border: none;
  border-radius:10px 0 0 10px;
  position: fixed;
  bottom: 50%;
  transform:translateY(50%);
  color:#fff;
  z-index: 99999999;
  width:100%;
  max-width:600px;
}

.form-popup > div:last-child {
  border-left:1px solid #fff;
}

.modal.show .dialog-flybox {
  -webkit-transform: inherit;
  transform: inherit;
}

.modal.fade .dialog-flybox {
  transition: inherit;
  transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

/*
## Forms
*/

.form-group input,
textarea.text-wrapper {
  outline:none;
}

.form-group {
  margin-bottom:10px;
}

input[type="text"].text-wrapper,
input[type="email"].text-wrapper,
input[type="tel"].text-wrapper,
input[type="number"].text-wrapper,
textarea.text-wrapper,
.wpcf7-form-control-wrap select   {
  padding: 9px;
  font-size: 14px !important; 
  background: transparent; 
  z-index: 2; 
  position: relative;
  width:100%;
}

.wpcf7-form-control-wrap select {
  border:none;
}

input[type="text"].text-wrapper,
input[type="email"].text-wrapper,
input[type="tel"].text-wrapper,
input[type="number"].text-wrapper   {
  border:1px solid #c1c1c1;
}


.active input[type="text"].text-wrapper,
.active input[type="email"].text-wrapper,
.active input[type="tel"].text-wrapper,
.active input[type="number"].text-wrapper,
.active textarea.text-wrapper   {
  padding: 14px 15px 4px 15px;
  font-size: 14px !important; 
  background: transparent; 
  z-index: 2; 
  position: relative;
  width:100%;
  border:1px solid #c1c1c1;
}

input[type="text"].text-wrapper:focus,
input[type="email"].text-wrapper:focus,
input[type="tel"].text-wrapper:focus,
textarea.text-wrapper:focus   {
  border:2px solid #00d07e !important;
  padding: 14px 15px 2px 15px;
}


.wpcf7-form-control-wrap {
    background: #fff;
    height: 100%;
    display: block;
    border-radius:10px;
}

.form-group {
  position:relative;
}

label {
    top:9px;
    z-index: 1;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    position: absolute;
    margin-left: 20px;
    margin-bottom:0 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color:#transparent !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 3px;
}

.form-group.active > label {
    top:3px;
    margin-left:10px;
    color: #808080;
    font-size: 9px;
    padding: 0 5px;
    z-index:9;
}

.wpcf7 h3 {
  font-size:18px;
}