/*
	Theme Name: Notio
	Theme URI: https://themeforest.net/item/notio-deluxe-portfolio-theme/10049784
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/fuel_themes">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 5.3.0
	Author: fuelthemes
	Author URI: http://themeforest.net/user/fuelthemes
	Tags: two-columns, four-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
	Text Domain: notio
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* PLEASE DO NOT EDIT THIS FILE!
*
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme.
* Instead use the app.css file that is located in your themes /assets/css/ folder to add your styles.
* If you just want to add small css snippets you might also  want to consider to add it to the designated
* CSS option field in your themes backend at: Appearance -> Theme Options
*/

/**
 * LANDING PAGES
 */
 body.page-template-page-landing .site-header {
  display: none;
}

body.page-template-page-landing_form .site-header {
  display: none;
}

 body.page-template-page-landing .header {
  display: none;
}

body.page-template-page-landing_form .header {
  display: none;
}

body.page-template-page-landing .site-footer {
  display: none;
}

body.page-template-page-landing_form .site-footer {
  display: none;
}

body.page-template-page-landing .footer {
  display: none;
}

body.page-template-page-landing_form .footer {
  display: none;
}

body.page-template-page-landing_post .site-header {
  display: none;
}

body.page-template-page-landing_post .site-footer {
  display: none;
}

body.page-template-page-landing_post .header {
  display: none;
}

body.page-template-page-landing_post .footer {
  display: none;
}



body.page-template-page-landing #bar-left {
  display: none;
}

body.page-template-page-landing_post #bar-left {
  display: none;
}
body.page-template-page-landing_form #bar-left {
  display: none;
}

body.page-template-page-landing #bar-right {
  display: none;
}

body.page-template-page-landing_post #bar-right {
  display: none;
}
body.page-template-page-landing_form #bar-right {
  display: none;
}

body.page-template-page-landing .subfooter {
  display: none;
}

body.page-template-page-landing_post .subfooter {
  display: none;
}
body.page-template-page-landing_form .subfooter {
  display: none;
}






body.page-template-page-landing {
  background-color: #00683E;
}

body.page-template-page-landing_form, body.page-template-page-landing_post {
  background-color: #FFD043;
}

.Main-landing {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 30px;
  background-image: url("./dist/assets/img/imagen-landing.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: -10px 10px 22px -14px #3a4c50;
          box-shadow: -10px 10px 22px -14px #3a4c50;
  --altura: 110px;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Main-landing {
    --altura: 130px ;
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Main-landing {
    --altura: 140px ;
  }
}
@media screen and (min-width: 768px) {
  .Main-landing {
    --altura: 350px ;
  }
}
@media screen and (min-width: 1024px) {
  .Main-landing {
    --altura: 420px ;
  }
}
.Main-landing:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: var(--altura);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 104, 62, 0.8)), to(rgba(248, 234, 206, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 104, 62, 0.8), rgba(248, 234, 206, 0.8));
  z-index: -1;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Main-landing:before {
    height: var(--altura);
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Main-landing:before {
    height: var(--altura);
  }
}
@media screen and (min-width: 768px) {
  .Main-landing:before {
    height: calc(1px + var(--altura));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 104, 62, 0.8)), to(#f8eace));
    background: linear-gradient(to bottom, rgba(0, 104, 62, 0.8), #f8eace);
  }
}
@media screen and (min-width: 1024px) {
  .Main-landing:before {
    height: calc(1px + var(--altura));
  }
}
.Main-landing:after {
  position: absolute;
  top: var(--altura);
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - var(--altura));
  background: #f8eace;
  z-index: -1;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Main-landing:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Main-landing:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 768px) {
  .Main-landing:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 1024px) {
  .Main-landing:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}

.Main-landing.form {
  background-image: url("./dist/assets/img/imagen-landing-form.jpg");
}
.Main-landing.form:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: var(--altura);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 208, 67, 0.8)), to(rgba(248, 234, 206, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 208, 67, 0.8), rgba(248, 234, 206, 0.8));
  z-index: -1;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Main-landing.form:before {
    height: var(--altura);
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Main-landing.form:before {
    height: var(--altura);
  }
}
@media screen and (min-width: 768px) {
  .Main-landing.form:before {
    height: var(--altura);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 208, 67, 0.8)), to(#f8eace));
    background: linear-gradient(to bottom, rgba(255, 208, 67, 0.8), #f8eace);
  }
}
@media screen and (min-width: 1024px) {
  .Main-landing.form:before {
    height: var(--altura);
  }
}
.Main-landing.form:after {
  position: absolute;
  top: var(--altura);
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - var(--altura));
  background: #f8eace;
  z-index: -1;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Main-landing.form:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Main-landing.form:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 768px) {
  .Main-landing.form:after {
    top: calc(1px + var(--altura));
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 1024px) {
  .Main-landing.form:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}

.Main-landing.postulante {
  background-image: url("./dist/assets/img/landing-post.jpg");
}
.Main-landing.postulante:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: var(--altura);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 208, 67, 0.8)), to(rgba(248, 234, 206, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 208, 67, 0.8), rgba(248, 234, 206, 0.8));
  z-index: -1;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Main-landing.postulante:before {
    height: var(--altura);
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Main-landing.postulante:before {
    height: var(--altura);
  }
}
@media screen and (min-width: 768px) {
  .Main-landing.postulante:before {
    height: var(--altura);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 208, 67, 0.8)), to(#f8eace));
    background: linear-gradient(to bottom, rgba(255, 208, 67, 0.8), #f8eace);
  }
}
@media screen and (min-width: 1024px) {
  .Main-landing.postulante:before {
    height: var(--altura);
  }
}
.Main-landing.postulante:after {
  position: absolute;
  top: var(--altura);
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - var(--altura));
  background: #f8eace;
  z-index: -1;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Main-landing.postulante:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Main-landing.postulante:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 768px) {
  .Main-landing.postulante:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}
@media screen and (min-width: 1024px) {
  .Main-landing.postulante:after {
    top: var(--altura);
    height: calc(100% - var(--altura));
  }
}

.contenedor-landing {
  width: 85%;
  max-width: 1200px;
  margin: 0 5% 0 10%;
}
@media screen and (min-width: 768px) {
  .contenedor-landing {
    margin-top: 50px;
  }
}

.Header-landing {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .Header-landing {
    padding: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .Header-landing {
    margin-top: 60px;
  }
}
.Header-landing::before {
  position: absolute;
  left: 0px;
  top: 130px;
  content: "";
  height: 91%;
  width: 100%;
  -webkit-box-shadow: 10px 0px 5px -2px #eed4a5 inset;
          box-shadow: 10px 0px 5px -2px #eed4a5 inset;
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Header-landing::before {
    top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .Header-landing::before {
    top: 270px;
  }
}
.Header-landing-img {
  width: 50%;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .Header-landing-img {
    max-width: 110px;
  }
}
@media screen and (min-width: 1240px) {
  .Header-landing-img {
    max-width: 175px;
  }
}
.Header-landing-titulo {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px !important;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  max-width: 400px;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Header-landing-titulo {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 411px) and (orientation: portrait) {
  .Header-landing-titulo {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .Header-landing-titulo {
    font-size: 45px !important;
  }
}
@media screen and (min-width: 1240px) {
  .Header-landing-titulo {
    font-size: 60px !important;
    max-width: 530px;
  }
}
.Header-landing-text-subtitulo {
  color: #00683E;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 600px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 21px !important;
}
@media screen and (min-width: 768px) {
  .Header-landing-text-subtitulo {
    font-size: 22px !important;
  }
}
.Header-landing-text-parrafo {
  color: #351A1C;
  font-weight: 500;
  max-width: 600px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
}
@media screen and (min-width: 768px) {
  .Header-landing-text-parrafo {
    font-weight: 700;
  }
}
.Header-landing-iconos-titulo {
  color: #FB943E;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 600px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 21px !important;
}
@media screen and (min-width: 768px) {
  .Header-landing-iconos-titulo {
    font-size: 22px !important;
  }
}
.Header-landing-iconos-titulo.cafe {
  color: #351A1C;
}

.landing-iconos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .landing-iconos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.landing-iconos-item .landing-icono {
  display: block;
  width: 60px;
  margin: 0 auto;
}
.landing-iconos-item .landing-icono-text {
  font-size: 9px !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 80px;
  margin: auto;
  text-align: center;
}
.landing-iconos-item .landing-icono-text.verde {
  color: #00683E;
}
.landing-iconos-item .landing-icono-text.naranjo {
  color: #FB943E;
}
.landing-iconos-item .landing-icono-text.gris {
  color: #605f5f;
}
.landing-iconos-item .landing-icono-text.cafe {
  color: #351A1C;
}

.Body-landing {
  background-color: #00683E;
  display: block;
  padding: 20px 10px 80px 10px;
  border-radius: 0 15px 15px 0;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Body-landing {
    padding: 20px 15px 80px 15px;
  }
}
@media screen and (min-width: 768px) {
  .Body-landing {
    padding: 20px 20px 80px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .Body-landing {
    padding: 20px 20px 140px 20px;
  }
}
.Body-landing-titulo {
  text-transform: uppercase;
  color: #FFD043;
  font-family: "Montserrat", sans-serif !important;
  font-size: 27px !important;
}
@media screen and (min-width: 768px) {
  .Body-landing-titulo {
    font-size: 27px !important;
  }
}
.Body-landing-parrafo {
  color: #ffffff;
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 768px) {
  .Body-landing-parrafo {
    font-weight: 700;
  }
}
.Body-landing-form {
  margin: auto;
  width: 80%;
  max-width: 1200px;
}

.Body-landing.blanco {
  background-color: #ffffff;
  -webkit-box-shadow: 10px 0px 5px -2px #eed4a5 inset;
          box-shadow: 10px 0px 5px -2px #eed4a5 inset;
}

.Aside-landing {
  margin: -50px auto 0;
  max-width: 600px;
  position: relative;
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  .Aside-landing {
    margin: -110px auto 0;
  }
}
.Aside-landing-numeros {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Aside-landing-numeros {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.Aside-landing-numeros-item > h2 {
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  font-size: 30px !important;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .Aside-landing-numeros-item > h2 {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .Aside-landing-numeros-item > h2 {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 100px !important;
  }
}
.Aside-landing-numeros-item > h2.bg-naranjo {
  background-color: #FB943E;
}
.Aside-landing-numeros-item > h2.bg-cafe {
  background-color: #351A1C;
}
.Aside-landing-numeros-item > h2.bg-amarillo {
  background-color: #FFD043;
}
.Aside-landing-numeros-item > h4 {
  max-width: 200px;
  margin: 10px auto;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
}
.Aside-landing-numeros-item > h4.naranjo {
  color: #FB943E;
}
.Aside-landing-numeros-item > h4.cafe {
  color: #351A1C;
}
.Aside-landing-numeros-item > h4.amarillo {
  color: #FFD043;
}
.Aside-landing-boton {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .Aside-landing-boton {
    margin-top: 60px;
  }
}
.Aside-landing-boton > a {
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  color: #ffffff;
  background-color: #00683E;
  border: none;
  border-radius: 10px;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Aside-landing-boton > a {
    font-size: 22px;
    padding: 20px;
  }
}
.Aside-landing-boton > a:hover {
  background-color: rgba(43,75,79,0.8);
}
.Aside-landing-boton > a:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.Footer-landing {
  margin-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  .Footer-landing {
    margin: 40px auto 0;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .Footer-landing {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .Footer-landing {
    margin-top: 50px;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
.Footer-landing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .Footer-landing-item {
    padding: 10px;
  }
}
@media screen and (min-width: 1240px) {
  .Footer-landing-item {
    padding: 10px 20px;
  }
}
.Footer-landing-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 10px;
  border-radius: 50%;
  height: 85%;
  -webkit-box-shadow: 5px 0px 5px 0px #CDB897;
          box-shadow: 5px 0px 5px 0px #CDB897;
  z-index: -1;
}
.Footer-landing-item > img {
  width: 60%;
  max-width: 200px;
}
.Footer-landing-item:last-of-type {
  display: block;
}
.Footer-landing-item:last-of-type:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 10px;
  border-radius: 50%;
  height: 100%;
  -webkit-box-shadow: 5px 0px 5px 0px transparent;
          box-shadow: 5px 0px 5px 0px transparent;
  z-index: -1;
}
.Footer-landing-item:last-of-type p {
  font-size: 9px !important;
  color: #351A1C;
  font-weight: 700;
  margin: 5px auto;
  font-family: "Montserrat", sans-serif !important;
}
@media screen and (min-width: 360px) and (orientation: portrait) {
  .Footer-landing-item:last-of-type p {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1240px) {
  .Footer-landing-item:last-of-type p {
    font-size: 13px !important;
  }
}