/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


/* importacion */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
/* --- */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* fuentes */
.ffNunito {
  font-family: 'Nunito Sans', sans-serif !important;
}

.ffPoppins {
  font-family: 'Poppins', sans-serif !important;
}

.ffLato {
  font-family: "Lato", sans-serif !important;
}

.ffGreat {
  font-family: "Great Vibes", cursive;
}

/* fuente grosor */
.fwNormal {
  font-weight: 400;
}

.fwBold {
  font-weight: 700;
}

.fwSemiBold {
  font-weight: 600;
}

.fwExtraBold {
  font-weight: 800;
}

/* tamaño de fuente */
.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs35 {
  font-size: 35px;
}


/* interlineado */
.l-s018 {
  letter-spacing: -0.18px;
}

.l-s024 {
  letter-spacing: -0.24px;
}

.ls0 {
  letter-spacing: 0px;
}

.ls05 {
  letter-spacing: 0.5px;
}

.ls07 {
  letter-spacing: 0.7px;
}

.ls044 {
  letter-spacing: 0.44px;
}


/* interlineado de oracion (espacio debajo de la oracion) */
.lh22 {
  line-height: 22px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh29 {
  line-height: 29px;
}

.lh30 {
  line-height: 30px;
}

.lh40 {
  line-height: 40px;
}

.lh52 {
  line-height: 52px;
}

.lh79 {
  line-height: 79px;
}


/* colores */
.blanco {
  color: #FFFFFF;
}

.verdeAgua {
  color: #1DB2AC;
}

.bordo {
  color: #8B1A1E;
}

.rojo {
  color: #C1272D;
}

.casiNegro {
  color: #090909;
}

.negro {
  color: #000000;
}


/* padding de abajo */
.pb15 {
  padding-bottom: 35px;
}

/* margin de abajo */
.mb0 {
  margin-bottom: 0px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

/* tipografia */
.mayuscula {
  text-transform: uppercase;
}

.minuscula {
  text-transform: lowercase;
}

.tipoNormal {
  text-transform: initial;
}

@media only screen and (max-width: 375px) {
  .lh26 {
    line-height: 25px;
  }

  .fs35 {
    font-size: 25px;
  }
}



html {
    scroll-behavior: smooth;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

p,
h1,
h2,
h3 {
    margin: 0;
}

.wpb_single_image .vc_single_image-wrapper {
    margin: 0;
}

#lqd-contents-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.ocultar {
    display: none !important;
}

.ancla {
    visibility: hidden;
}

/* --------------------------------------------------------------------------------
-------------------------------------SNIPETS-------------------------------------
-------------------------------------------------------------------------------- */

/* BOTONES */

.btn-w {
    background: white;
    padding-inline: 28px;
    padding-block: 16px;
    border-radius: 10px;
    font: normal normal 600 21px/25px Lato;
    letter-spacing: 0px;
    color: #163B34;
}

.btn-w:hover {
    color: #163B34;
}

.btn-g {
    background: #163B34;
    padding-inline: 50px;
    padding-block: 16px;
    border-radius: 10px;
    font: normal normal 600 21px/25px Lato;
    letter-spacing: 0px;
    color: white;
}

.btn-g:hover {
    color: white;
}


@media only screen and (max-width: 900px) {
    
.btn-g {
    padding-inline: 38px;
    /* padding-block: 18px; */
    font: normal normal 600 18px/18px Lato;
}


}


/* TEXTOS */

.jardinHead {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    font-family: "Lato", sans-serif;
     color: #5E6C5C;
}


.lineHead {
    width: 100px;
    border: 2px solid #5E6C5C;
    opacity: 0.4;
    display: block;
    margin-top: 5px;
}

.jardinTitulo {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    font-family: "Lato", sans-serif;
     color: #163B34;
}

.jardinSubT {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
     color: #4F4F4F;
}

.jardinTxt22 {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    font-family: "Lato", sans-serif;
}

.jardinTxt18 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
}

/* COLORES */

.verdeOscuro {
    color: #163B34;
}

.verdeClarito {
    color: #5E6C5C;
}

.grisTXT {
    color: #4F4F4F;
}

@media only screen and (max-width: 900px) {
    
.jardinHead {
    font-size: 14px;
    line-height: 21px;
}

.jardinTitulo {
    font-size: 26px;
    line-height: 32px;
}

.jardinSubT {
    font-size: 16px;
    line-height: 21px;
}

}
