/*
Theme Name: Plantiva
Author: Oclusion
Author URI: https://oclusion.net/
Description: the Plantiva web site
Tags: blog
Version: 0.0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plantiva
*/

:root{
	--primary-color : #70c297;
}

body{
	margin: 0px;
	padding: 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Sequel Sans Book Head';
	font-size: 18px;
}

header{
	width: 100%;
	height: 80px;
	background-color : var(--primary-color);
	position: sticky;
	top: 0px;
	z-index: 99;
}

header nav{
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

header nav .navbar-brand img{
	max-height: 60px;
}

.featured-image{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	background-color: #d4d1d6;
	width: 100%;
	padding-bottom: 497px;
	position: relative;
}

.featured-image:after{
	content: '';
	position: absolute;
	background-repeat: repeat-x;
	background-image: url('images/background-1-1.png?v=0.0.1');
	background-position: top;
	height: 497px;
	left: 0px;
	right: 0px;
	bottom: 130px;
	z-index: 1;
}

.featured-image:before{
	content: '';
	position: absolute;
	background-color: white;
	height: 300px;
	bottom: 0px;
	width: 100%;
}

@media all and (max-width: 768px) {
	.featured-image:after{
		bottom: 0px;
		background-position-x: 23%;
	}
}
h1,h2,h3,h4,h5{
	font-family: 'Sequel Sans Semi Bold Head';
}

h1{
	font-size: 40px;
	color : #0e947a;
}
h2{
	font-size: 32px;
	color : #017c63;
}
h3{
	color : #017c63;
}
h5{
	color: #696969;
}

p,ul li{
	color : #017c63;
	font-family: 'Sequel Sans Book Head';
}
b,strong{
	font-family: 'Sequel Sans Semi Bold Head';
}
i{
	font-family: 'Sequel Sans Book Obl Head';
}

a{
	color: #017c63;
	word-wrap: break-word;
}
.text-center{
	text-align: center;
}
.section-action,.section-gray{
	padding-top: 60px;
	padding-bottom: 60px;
}


.section-action{
	position: relative;
	background-color: rgb(45,247,222);
	
}
.section-action:before{
	content: '';
	position: absolute;
	background-repeat-y: no-repeat;
	background-image: url('images/background-2-1.png?v=0.0.1');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 497px;
	left: 0px;
	right: 0px;
	top: -480px;
	z-index: 1;
}
.section-gray{
	background-color: #d4d1d6;
}
.section-white{
	z-index: 2;
	position: relative;
	background-color: transparent;
}
.section-white:before{
	position: absolute;
	width: 100%;
	content: '';
	background-color: white;
	top: -100px;
	height: 80px;
}

.section-white-content{
	margin-top: -200px;
}
@media all and (max-width: 768px) {
	.section-white:before{
		top:0px;
		height: 130px;
		z-index: -1;
	}

	.section-white{
		padding-bottom: 300px;
	}
	.section-action:before{
		background-position-x: 70%;
	}

	.section-action-content{
		z-index: 2;
		position: relative;
		margin-top: -100px;
	}
}
.el-center{
	display: block;
	margin: 0px auto;
}
.ref{
	color:  #ababab;
	font-family: 'Sequel Sans Semi Bold Head';
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.producto-box{
	width: 100%;
	height: auto;
	position: relative;
}
.producto-box img{
	position: relative;
	z-index: 1;
}
.producto-box:after{
	position: absolute;
	width: 100%;
	height: 120px;
	content: '';
	left: 0px;
	bottom: -20px;
	background-color: #70c297;
}

footer p{
	font-size: 14px;
	color: #929292;
}

footer p a{
	color: #929292;
	text-decoration: none;
	font-family: 'Sequel Sans Semi Bold Obl Head';
}
footer p a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.text-right{
	text-align: right;
}
@media all and (max-width: 768px) {
	.text-sm-center{
		text-align: center;
	}
}
