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


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

# General
  ## Typography
  ## Buttons
# Cross / Secciones
  ## Hero
  ## CTA
# Industrias
# Footer

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

@media only screen and (max-width: 620px) {

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

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

h1 {
  font-size: 40px;
}

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

.qua-btn-secondary {
  margin-top:10px;
  margin-left:0px;
}

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

.hero-img {
  background-position:center !important;
  height:50vh;
  margin-top:40px;
}

/*
  ## CTA
*/

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

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

/*
  ## Beneficios
*/

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

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

.hero-industrias {
  padding-top:80px;
  height:calc(100vh - 90px);
  min-height:100vh;
  max-height:initial;
}

.img-industria {
  position:initial;
  width:inherit !important;
  height:auto;
  right:inherit;
  bottom:initial;
  max-width:initial;
  z-index:0;
  margin-top:40px
}

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

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

}