/*
Theme Name: Cropbioscience
Theme URI: Ctrl + S
Author: ctrl-s
Author URI: https://control-s.es/
Description: Theme a medida para el proyecto Cropbioscience
Version: 1.2.2
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: cropbioscience
*/
/* --------------------------------------------- */
/* Variables */
:root {
  --theme-font: "Poppins", sans-serif;
  --theme-font-two: "Nunito", sans-serif;
  --theme-font-three: "Nunito", sans-serif;
  --theme-font-four: "Nunito", sans-serif;
  --theme-gray: #6D6D6D;
  --theme-gray-rgb: 109, 109, 109;
  --theme-white: #ffffff;
  --theme-white-rgb: 255, 255, 255;
  --theme-base: #E61D84;
  --theme-base-rgb: 230, 29, 132;
  --theme-black: #141518;
  --theme-black-rgb: 20, 21, 24;
  --theme-bioestimulantes: #009D43;
  --theme-bioestimulantes-rgb: 0, 157, 67;
  --theme-biocontrol: #1E8A8A;
  --theme-biocontrol-rgb: 30, 138, 138;
  --theme-metabioticos: #762E87;
  --theme-metabioticos-rgb: 118, 46, 135;
  --theme-nutricion: #F9B225;
  --theme-nutricion-rgb: 249, 178, 37;
}
/* --------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
/* General */
html {
  scroll-padding-top: 120px;
}
body {
  font-family: var(--theme-font);
  color: var(--theme-black);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.176px;
}
main {
  margin-top: 100px;
  max-width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 1199.9px) {
  main {
    margin-top: 80px;
  }
}
main.transparent {
  margin-top: 0;
}
a {
  color: var(--theme-base);
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-two);
  color: var(--theme-black);
  margin: 0;
  text-transform: initial;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  text-transform: unset !important;
}
ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #555;
  /* color del puntito */
  border-radius: 50%;
}
.xxl {
  font-family: var(--theme-font-two);
  font-weight: 800;
  font-size: 95px;
  line-height: 63px;
  letter-spacing: 0px;
}
h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 59px;
  letter-spacing: 0%;
}
h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 43px;
  letter-spacing: 0%;
}
h3 {
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0px;
}
.crop_titulo {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
}
.crop_titulo .v2 {
  font-size: 20px;
  line-height: 30px;
}
.crop_titulo .v3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
.crop_caption {
  font-family: var(--theme-font-two);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}
.crop_caption .v2 {
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: none;
}
/* --------------------------------------------- */
/* Botones */
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--theme-base);
  color: var(--theme-black);
  font-family: var(--theme-font-two);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 50px 17px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  text-decoration: none;
}
.thm-btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background-color: var(--theme-black);
  content: "";
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}
.thm-btn:hover {
  color: var(--theme-white);
  text-decoration: none;
}
.thm-btn:hover:before {
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
/* btn Verson 2 */
.thm-btn.v2,
.thm-btn.transparente {
  background-color: var(--theme-black);
  color: var(--theme-white);
}
.thm-btn.v2:before,
.thm-btn.transparente:before {
  background-color: var(--theme-base);
}
.thm-btn.v2:hover,
.thm-btn.transparente:hover {
  color: var(--theme-black);
}
/* btn v2 y v3 */
.thm-btn.v3,
.thm-btn.small {
  padding: 8px 25px 8px;
}
/* Botón editar post y WP */
.sq_edit_post {
  position: fixed;
  z-index: 9999999;
  bottom: 210px;
  left: 30px;
  border-radius: 100%;
  background: #333;
  border: 3px #e00034 solid;
  box-shadow: 0 1px 16px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
.sq_edit_post a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sq_edit_post a svg {
  width: 25px;
  height: 20px;
}
.sq_edit_post a svg path {
  fill: #fff;
  transition: 0.3s;
}
.sq_edit_post.sq_wp_link {
  bottom: 90px;
}
.sq_edit_post.sq_info_link {
  bottom: 150px;
}
.sq_edit_post:hover {
  border: 3px #000 solid;
}
.sq_edit_post:hover a svg path {
  fill: #ebebeb;
}
figure.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
/* ajustes botones */
.simple-btn-white,
.simple-btn-black {
  font-family: var(--theme-font-two);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.simple-btn-white i,
.simple-btn-black i {
  background-color: var(--theme-base) !important;
}
.simple-btn-white a,
.simple-btn-black a,
.simple-btn-white a span,
.simple-btn-black a span {
  transition: all 0.3s ease;
}
.simple-btn-white a:hover,
.simple-btn-black a:hover {
  color: var(--theme-white) !important;
  background: var(--theme-base) !important;
  border: 1px solid var(--theme-base);
}
.simple-btn-white a:hover span,
.simple-btn-black a:hover span,
.simple-btn-white a:hover span:hover,
.simple-btn-black a:hover span:hover {
  color: var(--theme-white) !important;
}
.simple-btn-white.theme-base,
.simple-btn-black.theme-base {
  transition: all 0.3s ease;
}
.simple-btn-white.theme-base i,
.simple-btn-black.theme-base i {
  background-color: var(--theme-base) !important;
}
.simple-btn-white.theme-base a,
.simple-btn-black.theme-base a,
.simple-btn-white.theme-base a span,
.simple-btn-black.theme-base a span {
  transition: all 0.3s ease;
}
.simple-btn-white.theme-base a:hover,
.simple-btn-black.theme-base a:hover {
  color: var(--theme-white) !important;
  background: var(--theme-base) !important;
  border: 1px solid var(--theme-base);
}
.simple-btn-white.theme-base a:hover span,
.simple-btn-black.theme-base a:hover span,
.simple-btn-white.theme-base a:hover span:hover,
.simple-btn-black.theme-base a:hover span:hover {
  color: var(--theme-white) !important;
}
.simple-btn-white a,
.simple-btn-black a {
  padding: 22px 15px;
}
.simple-btn-white a > span,
.simple-btn-black a > span {
  min-width: 110px;
  text-align: center;
}
.simple-btn-white a:hover,
.simple-btn-black a:hover {
  text-decoration: none;
}
/* Back to top */
#gt-back-top:hover {
  background-color: var(--theme-base) !important;
}
