@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
  outline: none;
}

ul,
li {
  list-style: circle;
}

ul ul,
ul ul li {
  list-style: disc;
}

header ul,
header li {
  list-style: none;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  color: #555;
}

.mr-2 {
  margin-right: .5rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.zindex-9 {
  z-index: 9;
  position: relative;
}

body .site-main {
  padding: 0;
}

.fa.h-20 {
  font-size: 20px;
}

/* general */
.btn-primary {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 55px;
  background-color: #80b486;
  border-radius: 30px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #555;
}

btn-primary.disabled,
.btn-primary:disabled {
  background-color: #80b486;
  border-color: #80b486;
  opacity: 0.5;
}

.btn-secondary {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background-color: rgb(97, 206, 112);
  border-radius: 32px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  text-align: center;
}

.btn-terciary {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #000;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding: 15px 45px;
}

body .wplp_container.default .wpcu-front-box.top .title,
.h2 {
  color: white;
  font-family: "Montserrat Alternates", Sans-serif;
  font-size: 24px;
  font-weight: 600;
}

body h2{
  color: #555;
}

body h1, .h1 {
  font-family: "Montserrat Alternates", Sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-transform: none;
  line-height: 1em;
  color: #555;
}

.h7 {
  color: #80b486;
  font-family: "Roboto", Sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1em;
}

.h3 {
  color: #80b486;
  font-family: "Roboto", Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

.h4 {
  color: #80b486;
  font-family: "Roboto", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1em;
}

.h5 {
  font-family: "Roboto", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: white;
}

.bold {
  font-weight: bold;
}

.white{
  color: white;
}

.vitexana{
  color: #80b486;
}

/* Header */
.position-sticky {
  z-index: 99999;
}

header,
.cabecera {
  background: white;
  border-bottom: 1px solid #e0e0e0;
}

footer,
.site-info {
  border-top: 1px solid #e0e0e0
}


.navbar-light .navbar-nav .show > .nav-link {
  color: #555;
}

.navbar-light .navbar-nav .nav-link.active{
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: #555;
  font-weight: bold;
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  transition: height .3s;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  background-color: #80b486;
  border-color: #80b486;
  color: white;
}

.navbar-light .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .3s;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  background-color: #d1e3d3;
  border-color: #d1e3d3;
  color: #555;
}

.navbar-light .navbar-nav .nav-link:hover:before {
  height: 115%;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  align-items: stretch;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav {
  height: 100%;
  align-items: center;
}

.nav-item {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Front Page */
.front-page {
  background: url("../../../../../uploads/2023/05/Portada-web.jpg");
  height: 50vh;
  background-size: cover;
  background-position: center;
}

.combinamos {
  background-attachment: fixed;
  background-image: url("../../../../../uploads/2022/08/Naturaleza-y-ciencia.jpg");
  background-position: center center;
  background-size: cover;
  padding: 5%;
}

.consultoria {
  background-attachment: fixed;
  background-image: url("../../../../../uploads/2022/08/portada-vitexana-2.jpg");
  background-position: center center;
  background-size: cover;
  padding: 5%;
}

.consultoria:after,
.combinamos:after,
.front-page:after,
.soportelegal:after,
.creacionmarca:after,
.contenidocientifico:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #444745;
  opacity: .6;
}

.consultoria h2,
.combinamos h2 {
  color: #fff;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: .8em;
  letter-spacing: 1.3px;
}

.soportelegal {
  background-image: url("../../../../../uploads/2022/08/vitexana-servicios-sm.jpg");
  background-position: center center;
  background-size: cover;
}

.creacionmarca {
  background-image: url("../../../../../uploads/2023/05/complementos-alimenticios-2.jpg");
  background-position: center center;
  background-size: cover;
}

.contenidocientifico {
  background-image: url("../../../../../uploads/2023/05/Cosmetica-natural.jpg");
  background-position: center center;
  background-size: cover;
}

.servicio p {
  color: white;
}

body .wplp_container.default .wpcu-front-box.top .title {
  color: #80b486;
}

body .wplp_container.default .wpcu-front-box.top .title:hover {
  color: #32903d;
}

.wplp_container .date {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.wplp_container .text span:last-child {
  display: none;
}

body .wplp_container.default .text {
  font-size: 1rem;
}

.wplp_container .text span {
  max-height: initial !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body #wplp_widget_3839.wplp_container .read-more {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #222;
  color: #222;
  font-size: .8em;
  float: left;
  margin-top: 10px;
}

body #wplp_widget_3839.wplp_container .read-more:hover {
  border: 2px solid transparent;
  color: #fff;
  background: #222;
  text-decoration: none;
}

body .wplp_container .read-more:hover {
  color: white !important;
}

body .wplp_container .read-more {
  border-bottom: 3px solid #222;
}

/*Servicios*/
.bg-soporte-legal {
  background-image: url("../../../../../uploads/2023/05/Soporte-legal.jpg");
  box-shadow: inset 0 0 99999px #80b486;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-crea-marca-complementos {
  background-image: url("../../../../../uploads/2023/05/complementos-alimenticios-2.jpg");
  box-shadow: inset 0 0 99999px #80b486;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-crea-marca-cosmetica {
  background-image: url("../../../../../uploads/2023/05/Cosmetica-natural1.jpg");
  box-shadow: inset 0 0 99999px #80b486;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contenido-cientifico {
  background-image: url("../../../../../uploads/2023/05/Documentacion-tecnica-y-cientifica.jpg");
  box-shadow: inset 0 0 99999px #80b486;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*sobre mi*/
.bg-vitexana {
  background-image: url("../../../../../uploads/2023/05/sobre-vitexana.jpg");
  box-shadow: inset 0 0 99999px #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*blog*/
body .wplp_container.default .title {
  font-family: "Roboto", Sans-serif;
}

body .page-numbers {
  margin: 0 15px;
}

body .page-numbers.current,
.page-links>.page-number {
  background: #80b486;
}

.wpsp-load-more {
  text-align: center;
  margin-bottom: 2rem;
}

.postimg {
  height: 40vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Contacto */
.contacto-bg {
  background-image: url("../../../../../uploads/2023/05/Foto-contacto.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-template-fullwidth .entry-header {
  margin-bottom: 0px;
}

input,
textarea,
select {
  padding: 1em;
  font-size: 13px;
  color: inherit;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  box-shadow: none;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  height: 1em;
  position: relative;
  background-color: transparent;
  border: 2px solid currentColor;
  width: 1em;
  border-radius: 3px;
  outline: none;
  font-size: 15px;
  vertical-align: text-bottom;
  margin-right: .6em;
  padding: 0;
}

/* Footer */
.kit {
  max-width: 350px;
}

.contacto {
  background-color: transparent;
  background-image: linear-gradient(150deg, #d1e3d3 58%, #80b486 100%);
  padding: 5rem 0;
}

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

.lgreen{
	color: #80b486;
}
.fbold{font-weight:bold;font-size: 16px;}
.subtamaño{
	color: #80b486;
	  font-family: "Roboto", Sans-serif;
	  font-size: 30px;
	  font-weight: 600;
	  line-height: 1em;
}
.espacioSubtitle {
	padding: 11px;text-align: justify;
}

.tituloVitexana {
	font-family: "Montserrat Alternates", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #80b486;
}
.espacioSubtitle p {
	margin-bottom: 8px;
}

.espacioSubtitle.text-left.col-12.col-md-9 {
	margin: 0 auto;
}

.espacioSubtitle.text-left.col-12.col-md-9 p {
	color: #6c6c6c;
	font-size: 19px;
}
