/*
 Theme Name:     Kaki Persimon®
 Theme URI:      http://www.agrfoodmarketing.com
 Description:    Esta es una plantilla desarrollada para el proyecto Crianza de Nuestros Mares por parte de AGR Food Marketing
 Author:         AGR Food Marketing
 Author URI:     http://eramosdevelopers.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body, p, a{
	font-family: 'Gothic A1', sans-serif;
	color:#666;
}
h1, h2, h3, h4, h5, h6, .et_mobile_menu li a{
	font-family: 'DM Serif Display', serif;
}
footer.et-l.et-l--footer {
    background-color: #e2dfdf;
}
#main-content {
    background-color: #ffffff00;
}
.container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 2560px !important;
}
.container{
	width: 90% !important;
}
.hidden{ display: none !important;}

@keyframes kaki-3d{
	0% { transform: translateX(0) translateZ(0); }
	100% { transform: translateX(-100%) translateZ(0); }
}

.img3dkaki_360 {
    width: 640px !important;
    overflow: hidden;
	text-align: right;
	margin-right: 0px;
}
.3dLoading_360{
		display: none;
	}
.img3dkaki_360 img{
	animation-name: kaki-3d;
    animation-duration: 2.5s;
    animation-timing-function: steps(31);
    animation-fill-mode: both;
    animation-iteration-count: infinite;
	
	height: 360px;
    width: 19838px;
}
.img3dkaki_360 .et_pb_image_wrap {
    max-width: 19838px;
    width: 19838px;
}
.img3dkaki {
    width: 1066px !important;
    overflow: hidden;
	text-align: right;
	margin-right: 0px;
}
.img3dkaki img{
	animation-name: kaki-3d;
    animation-duration: 2.5s;
    animation-timing-function: steps(31);
    animation-fill-mode: both;
    animation-iteration-count: infinite;
	
	height: 600px;
    width: 33063px;
}
.img3dkaki .et_pb_image_wrap {
    max-width: 33063px;
    width: 33063px;
}
/*Custom Menu */
.et_fullwidth_nav #main-header .container {
    width: 98%;
	-webkit-transition: fadeInRight 1s linear,padding-top 0s;
    transition: fadeInRight 1s linear,padding-top 0s;
}
ul.et_pb_side_nav {
    top: inherit;
    left: 1%;
    padding: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    background: rgba(0,0,0,.0);
    bottom: 50px;
	z-index: 100;
}
 #main-header .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
 }
.logo_container {
	padding-left: 0px !important;
	height: 100px !important;
    top: 16px !important;
}
#main-header #et-top-navigation {
    padding: 35px 0 35px 0!important;
}
#main-header #et-top-navigation .et_toggle_fullscreen_menu{
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
    width: 50px;
}
.et_divi_100_custom_hamburger_menu__icon div {
    background: #000;
    width: 80%;
    height: 0.125rem;
    margin: 0.25rem auto;
    border-radius: 10px;
    -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transform: 0;
    transform: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {
    -webkit-transform: translateY(0.375rem) rotate(45deg) !important;
    transform: translateY(0.375rem) rotate(45deg)!important;
}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {
    -webkit-transform: translateY(-0.375rem) rotate(-45deg)!important;
    transform: translateY(-0.375rem) rotate(-45deg)!important;
}
.et_divi_100_custom_hamburger_menu__icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.25rem;
    clear: both;
}
.et_header_style_fullscreen .et_slide_in_menu_container{
    width: 35% !important;
	-webkit-transition: 0.2s ease-in-out,padding-top 0s !important;
    transition: 0.2s ease-in-out,padding-top 0s !important;
}
.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
    width: 35% !important;
	opacity: 1;
}
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
    top: 34px;
    right: 2.85%;
	height: 50px;
    width: 50px;
    padding: 0 4px;
}
/*.et_header_style_fullscreen ul#mobile_menu_slide {
    text-align: left !important;
    vertical-align: top !important;
	margin: 20% auto;
    width: 90%;
	display: block !important;
	height: auto;
}*/
.et_header_style_fullscreen ul#mobile_menu_slide {
    text-align: left !important;
    display: block !important;
    position: absolute;
    top: 30%;
    left: 30%;
    height: 50%;
    width: 90%;
    margin: -15% 0 0 -25%;
}
/*.et_header_style_fullscreen ul#mobile_menu_slide li{
	border-left: solid 1.5px #545454;
    padding-left: 5px !important;
    margin-bottom: 15px;
	line-height: 35px;
}*/
.et_header_style_fullscreen ul#mobile_menu_slide li a{
	padding: 0 0;
    border-left: solid 1.5px #545454;
    padding-left: 30px !important;
    margin: 25px 0;
    line-height: 30px;
}
#mobile_menu_slide .current-menu-item a{
	font-weight: 800;
}

.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; 
}

#BelowNavLinks-widget-area-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: auto;
    bottom: 0;
    justify-content: center;
    width: 100%;
    padding: 15px;
    text-align: center;
}

#BelowNavLinks-widget-area-wrap .widget_media_image{
 padding-bottom: 20px;
}

/* End CustomMenu */ 

/* Custom SubMenu*/

.submenu li{
    list-style-type: none;
    border-left: solid 2px #444444;
	/*font-size: 14px;*/
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*height: 18px;*/
    /*line-height: 20px;*/
	/*font-weight: bold;*/
}
.submenu li a{
    color: #666;
	line-height: 14px;
    font-weight: bold;
}
.submenu li a:hover{
	font-size: 20px !important;
	transition:font-size 1s;
     -moz-transition:font-size 1s; /* Firefox 4 */
     -webkit-transition:font-size 1s; /* Safari and Chrome */
     -o-transition:font-size 1s;
}
.submenu li.active{
	font-size: 20px !important;
}
/* End Custom Submenu */
.kaki-titular h1, .kaki-titular h2{
	font-size:60px !important;
	line-height: 60px !important;
	padding: 0px !important;
}
.fullHeight{
	height:800px;
}
.separadorTitular{
	height:100px;
}
.bloqueTexto80{
	background-color: rgba(255,255,255,0.9) !important;
}
#footer-bottom{
	display:none;
}

.ds-vertical-align {
display: flex;
flex-direction: column;
justify-content: center;
}
.ds-vertical-align-end {
display: flex;
flex-direction: column;
justify-content: flex-end;
}

/*Cómo conservar*/
.comoConservar{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	z-index: 10;
	margin-top: 200px;
}
.separador_right_01{
	margin: 0px 0px 0px -150px;
    height: 1px;
    background-color: #000000;
}
.separador_right_02{
	margin: 0px 0px 0px -300px;
    height: 1px;
    background-color: #000000;
}
.separador_left_01 {
    margin: 0px -150px 0px 0px;
    height: 1px;
    background-color: #000000;
}
.separador_left_02 {
	margin: 0px -300px 0px 0px;
    height: 1px;
    background-color: #000000;
}
.section_submenu_conservar{
	margin-top: -300px;
}
.section_comoConservarlo{
	z-index: 9;
	top: 0;
	left: 0;
	position: absolute;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	width: 100%;
}
/*END Cómo conservar*/

/*Ciclo de Cultivo*/
.ciclocultivo h2{
	font-size: 40px;
}

.cicloC h4{
	font-weight: 900;
	font-family: 'Gothic A1', sans-serif;
}
.cicloC h5{
	font-weight: 500;
	line-height:22px;
	font-family: 'Gothic A1', sans-serif;
}
.ciclo_cultivo{
	background: linear-gradient(0deg,transparent 65%,#666 65%,transparent 65.4%);
}
/*END Ciclo de Cultivo*/

.rojo_brillante{
	margin-top: -150px;
	margin-left: 50%;
	padding: 40px 50px 40px 50px;
}
.kaki_mundo .dica-item-content, .kaki_mundo .dica-image-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.kaki_mundo .dica-item-content h4{
	font-size:60px !important;
	line-height: 60px !important;
	padding: 0px 50px 0px 50px;
	z-index: 10;
}
.kaki_mundo .dica-item-content .content{
	padding: 40px 50px 40px 50px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.9) !important;	
}
#kaki_mundo .dica-item-content,#kaki_mundo .dica-image-container{
	width: 50% !important;
}
/* FAQ*/
.faq {
	margin-bottom: 0px !important;
}

.faq .et_pb_toggle_title{
	padding: 0 0 0 50px !important;	
}
.faq .et_pb_toggle_content {
	padding-left:50px;
}
.et_pb_toggle_title:before {
    right: auto !important;
    left: 0 !important;
}
.et_pb_toggle_title:before {
    content: "\4b";
	transition:all 0.4s ease-in-out 0s;
	font-size: 22px;
	
}
.et_pb_toggle_open .et_pb_toggle_title:before {
    transform: rotate(90deg);
	transition:all 0.4s ease-in-out 0s;
	content: "\4b";
	
}
/*END FAQ*/
.Submenu_cert ul li{
	list-style: none;
	padding-left:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
}

.Submenu_cert ul li:before {
    width: 25px;
    height: 1px;
    content: " ";
    position: relative;
    display: block;
    left: -30px;
    top: 9px;
    overflow: visible;
    font-size: 23px;
    background: #000000;
}
.Submenu_cert ul li:after {
    background: #000000;
    width: 7px;
    height: 7px;
    overflow: visible;
    display: block;
    top: -13px;
    position: relative;
    left: -11px;
    border-radius: 15px;
}
.Submenu_cert ul li:hover{
	list-style: none;
	padding-left:45px;
	transition:padding-left 1s;
     -moz-transition:padding-left 1s; /* Firefox 4 */
     -webkit-transition:padding-left 1s; /* Safari and Chrome */
     -o-transition:padding-left 1s;
	
}
.Submenu_cert ul li:hover:before {
    width: 55px;
    content: " ";
    left: -60px;
}
.Submenu_cert ul li:hover:after {
    content: " ";
	font-size:1px;
}

/* FORM*/
.kaki_formrow{
	display: flex;
	justify-content: flex-end;
}
.formColumn_2_5 {
	width: 36.7%;
}
.formColumn_3_5 {
	width: 57.8%;
}

.wpcf7-form .docDOP .wpcf7-list-item{
	display: block;
	position: relative;
	margin: 30px 0 30px 40px;
}

.wpcf7-form .docDOP .wpcf7-list-item input[type=checkbox] {
	position: relative;
	visibility: hidden;
	display: none;
}
.wpcf7-form .docDOP .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
    display: inline-block;
    position: relative;
    content: '';
    height: 15px;
    width: 15px;
    top: 4px;
    left: 0px;
    background: #ffffff00;
    border: 1px solid #000000;
    border-radius: 0px;
    margin-right: 15px;
}

.wpcf7-form .docDOP .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: '\2713';
  border-radius: 0;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  visibility: hidden;
  font-size: 15px;
}

.wpcf7-form .docDOP .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    background: #ffffff;
/*     border-color: red; */
}
.wpcf7-form .docDOP .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
/*    background: #222; */
   visibility: visible;
}
.DOPSubmit{
	text-align: center;
}
.SendDOC {
    border: none;
    background-color: #000;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 14px;
    text-align: center;
}
.kaki_formtittle{
	padding: 40px 50px 0 50px;
}
.kaki_formcontent{
	padding: 40px 50px;
	width: 100%;
}
.kaki_formtittle h2{
	font-size: 60px !important;
	line-height: 60px !important;
	padding: 0px !important;
}
.Formdatos h4{
	padding: 20px 40px;
    font-size: 32px;
    line-height: 32px;
}
.Formseleccion h4{
	font-size: 32px;
    line-height: 32px;
}
.KakiField{
	width: 80%;
	margin: 10px 70px !important;
	padding: 10px 20px !important;
	background-color: #ffffff00!important;
	color: #666 !important;
	font-size: 16px;
}
.KakiField::-webkit-input-placeholder{
	color: #666 !important;
	opacity:1 !important;
}
.KakiField:-moz-placeholder{
	color: #666 !important;
	opacity:1 !important;
}
.KakiField::-moz-placeholder{
	color: #666 !important;
	opacity:1 !important;
}
.KakiField:-ms-input-placeholder{
	color: #666 !important;
	opacity:1 !important;
}
/*END FORM*/

/*Recetas*/
#load-more{
	margin: 0 2px;
	padding: 10px 15px 10px 15px;
	background-color:#00000000;
	color:#666;
	border: solid 1px #666;
}
#load-more:hover{
	margin: 0 2px;
	padding: 10px 15px 10px 15px;
	background-color:#000000;
	color:#ffffff;
	border: solid 1px #666;
}
.tipo_recipe h3{
	font-family: 'Gothic A1', sans-serif !important;
	font-weight: 500;
    letter-spacing: 2px;
    font-size: 26px !important;
}
.ingredient .et_pb_text_inner:before{
	content:"-";
	margin-right: 10px;
	margin-left: -20px;
}
.ingredient .et_pb_text_inner{
	margin-left: 40px;
}
.How_To_Step .et_pb_text_inner:before{
	content:"-";
	margin-right: 10px;
	margin-left: -20px;
}
.How_To_Step .et_pb_text_inner{
	margin-left: 40px;
}
#tipo_recipe {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.recipe_tagFilter {
    margin: 20px 0px;
    padding: 20px 0px;
}
#tipo_recipe li a{
	margin: 0 2px;
	padding: 10px 15px 10px 15px;
	background-color:#00000000;
	color:#666;
	border: solid 1px #666;
}
#tipo_recipe li .active{
	background-color:#000000;
	color:#ffffff;
	border: solid 1px #000000;
}
.recipeSection00 {
	background-color: #ffffff00;
}
.recipeSection01,.recipeSection02 {
	width: 80%;
}
.recipe_titular{
	padding: 40px 50px 0 50px;
}
.recipe_text{
	padding: 40px 50px;
	background-color: rgba(255,255,255,0.9);
}
.cpt-item {
    width: 33.333333%;
	padding: 0 5px;
}
.recipe_image img{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: solid 10px #e2dfdf;
}
.recipe_image{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
}
.recipe_category p{
	font-family: 'DM Serif Display', serif !important;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	margin-bottom:20px;
	color:#000000;
}
.recipe_tittle{
	font-size: 16px;
	line-height: 16px;
	font-family: 'Gothic A1', sans-serif;
	text-align: center;
	
}
/*END Recetas*/
/* ACTUALIDAD */
.kaki_post{
	display: flex;
	justify-content: center;
}
.kaki_postImage{
	width: 30%;
	height: auto;
	margin:0;
	padding:0;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px;
}
.kaki_postImage img{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: solid 10px #e2dfdf;
}
.kaki_postImage a{
	margin: 0 !important
}
.kaki_postContainer{
	width: 70%;
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px;
}
.kaki_postMeta{
	font-family: 'Gothic A1', sans-serif;
	color:#666;
	font-weight: 600;
	margin: 10px 0;
}
.kaki_postTittle a{
	font-family: 'DM Serif Display', serif !important;
}
.kaki_postContent{
	padding-top: 10px;
}
.kaki_postLink{
	color: #ffc06e !important;
}
/*END ACTUALIDAD*/

/*RRSS*/
#section_RRSS{
	position: fixed;
	bottom:0;
	right:0;
	width: 50px;
}
#kaki_RRSS li a.icon {
    line-height: 32px !important;
    height: 32px !important;
    width: 32px !important;
	margin-right: 0px !important;
}
#kaki_RRSS li a.icon:before {
    font-size: 20px !important;
    line-height: 32px !important;
    height: 32px !important;
    width: 32px !important;
}
/*END RRSS*/

/* Large screens (1441px upwards) */
@media only screen and ( min-width: 1441px ) { 
	.fullHeight{
		height: 1080px;
	}
	.separadorTitular{
		height:100px;
	}
	.comoConservar{
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		z-index: 10;
		width: 80%;
		margin: 0 auto 0 auto;
	}
	.section_submenu_conservar{
		z-index: 12;
	}
	.img3dkaki_360{
		display: none;
	}
	.3dLoading_360{
		display: none;
	}
}
/* Laptops and desktops (1100-1440px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1440px) { 
	.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
		width: 45% !important;
		opacity: 1;
	}
	.fullHeight{
		height: 600px;
	}
	.separadorTitular{
		height:80px;
	}
	.kaki-titular h1, .kaki-titular h2{
		font-size: 40px !important;
		line-height: 40px !important;
		padding: 0px !important;
	}
	.kaki_formtittle h2{
		font-size: 40px !important;
		line-height: 40px !important;
		padding: 0px !important;
	}
	.comoConservar{
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		z-index: 10;
		width: 100%;
		margin: 190px auto 0 auto;
	}
	.ciclo_cultivo{
		background: linear-gradient(0deg,transparent 70%,#666 70%,transparent 70.4%);
	}
	.kaki_mundo .dica-item-content h4{
		font-size:40px !important;
		line-height: 40px !important;
		padding: 0px 50px 0px 50px;
	}
	.section_submenu_conservar{
		margin-top: 100px;
		z-index:12;
	}
	/* ACTUALIDAD */
	.kaki_post{
		display: flex;
		justify-content: center;
	}
	.kaki_postImage{
		width: 40%;
		height: auto;
		margin:0;
		padding:0;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 10px;
	}
	.kaki_postImage img{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		border: solid 10px #e2dfdf;
	}
	.kaki_postImage a{
		margin: 0 !important;
	}
	.kaki_postContainer{
		width: 60%;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 10px;
	}
	.kaki_postMeta{
		font-family: 'Gothic A1', sans-serif;
		color:#666;
		font-weight: 600;
		margin: 10px 0;
	}
	.kaki_postTittle a{
		font-family: 'DM Serif Display', serif !important;
	}
	.kaki_postContent{
		padding-top: 10px;
	}
	.kaki_postLink{
		color: #ffc06e !important;
	}
	/*END ACTUALIDAD*/
	
	.img3dkaki_360{
		display: none;
	}
	.3dLoading_360{
		display: none;
	}
}
/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	.logo_container {
		padding-left: 0px !important;
		height: 100% !important;
		top: 0 !important;
	}
	#logo{
		max-height: 100% !important;
	}
	#main-header{
		top: 10px !important;	
	}
	#main-header #et-top-navigation .et_toggle_fullscreen_menu{
		height: 50px;
		top: 20px;
		right: 5%;
		padding-bottom: 0px;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 14px;
		right: 0;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
		width: 50% !important;
		opacity: 1;
	}
	.fullHeight{
		height: 700px;
	}
	.separadorTitular{
		height:80px;
	}
	.kaki-titular h1, .kaki-titular h2{
		font-size: 40px !important;
		line-height: 40px !important;
		padding: 0px !important;
	}
	.kaki_formtittle h2{
		font-size: 40px !important;
		line-height: 40px !important;
		padding: 0px !important;
	}
	.comoConservar{
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		z-index: 8;
		width: 100%;
		margin: 190px auto 0 auto;
	}
	.hide_981_1100{
		display: none !important;
	}
	.column_50_tablet{
		width: 50% !important;
	}
	.comoConservar_separador{
		margin-right: 0px !important;
		margin-left: 0px !important;
		
	}
	.ciclo_cultivo{
		background: linear-gradient(0deg,transparent 78%,#666 78%,transparent 78.4%);
	}
	.rojo_brillante{
		margin-top: -150px;
		margin-left: 46%;
		padding-right: 20px !important;
	}
	.kaki_mundo .dica-item-content h4{
		font-size:40px !important;
		line-height: 40px !important;
		padding: 0px 50px 0px 50px;
	}
	.cpt-item {
		width: 49%;
		padding: 0 5px;
	}
	.section_submenu_conservar{
		margin-top: 0px;
	}
	.separador_right_01{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_right_02{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_01 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_02 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	#tipo_recipe li a {
		padding: 10px 8px 10px 8px;
	}
	/* ACTUALIDAD */
	.kaki_post{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.kaki_postImage{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 10px;
	}
	.kaki_postImage img{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		border: solid 10px #e2dfdf;
	}
	.kaki_postImage a{
		margin: 0 !important;
	}
	.kaki_postContainer{
		width: 100%;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 10px;
	}
	.kaki_postMeta{
		font-family: 'Gothic A1', sans-serif;
		color:#666;
		font-weight: 600;
		margin: 10px 0;
	}
	.kaki_postTittle a{
		font-family: 'DM Serif Display', serif !important;
	}
	.kaki_postContent{
		padding-top: 10px;
	}
	.kaki_postLink{
		color: #ffc06e !important;
	}
	/*END ACTUALIDAD*/
	/*RRSS*/
	#section_RRSS {
		position: fixed;
		bottom: inherit;
		right: 10%;
		margin-right:8px;
		width: auto;
		top: -84px;
	}
	#kaki_RRSS li{
		margin: 0px 4px 0px 4px;
	}
	#kaki_RRSS li a.icon {
		line-height: 32px;
		height: 32px;
		width: 32px;
		margin-right: 0px;
	}
	#kaki_RRSS li a.icon:before {
		font-size: 20px;
		line-height: 32px;
		height: 32px;
		width: 32px;
	}
	/*END RRSS*/
	#home_leftColumn{
		width: 36% !important;
		margin-right: 0px !important;
	}
	.img3dkaki{
		display: none;
	}
	.3dLoading{
		display: none;
	}
}
/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	.logo_container {
		padding-left: 0px !important;
		height: 100% !important;
		top: 0 !important;
	}
	#logo{
		max-height: 100% !important;
	}
	#main-header{
		top: 10px !important;	
	}
	#main-header #et-top-navigation .et_toggle_fullscreen_menu{
		height: 50px;
		top: 20px;
		right: 5%;
		padding-bottom: 0px;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 14px;
		right: 0;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
		width: 60% !important;
		opacity: 1;
	}
	.fullHeight{
		height: 512px;
	}
	.kaki-titular
	{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.kaki-titular h1, .kaki-titular h2{
		font-size: 60px !important;
		line-height: 60px !important;
		padding-top: 50px !important;
	}
	.kaki_formtittle{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.kaki_formtittle h2{
		font-size: 60px !important;
		line-height: 60px !important;
		padding: 0px !important;
	}
	.submenu
	{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.ciclo_cultivo{
		background: linear-gradient(0deg,transparent 73%,#666 73%,transparent 73.4%);
	}
	.rojo_brillante{
		margin-top: 0;
		margin-left: 0;
	}
	.kaki_mundo .dica-item{
		flex-direction: column-reverse !important;
	}
	.kaki_mundo .dica-item-content h4{
		font-size:60px !important;
		line-height: 60px !important;
		padding: 0px 50px 0px 50px;
	}
	#kaki_mundo .dica-item-content,#kaki_mundo .dica-image-container{
		width: 100% !important;
	}
	.formColumn_2_5 {
		width: 100%;
	}
	.formColumn_3_5 {
		width: 100%;
	}
	.kaki_formrow {
		display: block;
	}
	.Formdatos h4{
		padding: 20px 40px;
		font-size: 32px;
		line-height: 32px;
	}
	.Formseleccion h4{
		padding: 20px 40px;
		font-size: 32px;
		line-height: 32px;
	}
	.cpt-item {
		width: 49%;
		padding: 0 5px;
	}
	.img3dkaki{
		display: none;
	}
	.3dLoading{
		display: none;
	}
	.img3dkaki_360{
		display: none;
	}
	.3dLoading_360{
		display: none;
	}	
	.img3dkaki_movil{
		 background: url("https://sandbox.persimon.eu/wp-content/uploads/2019/10/FAQ-kaki.png") no-repeat center center;
		 background-size: contain;
		 margin-top: 50px;
		 margin-bottom: 0px;
	}
	.movil_column_reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	.section_submenu_conservar{
		margin-top: 0px;
	}
	.section_submenu_conservar{
		margin-top: 0px;
		z-index:9 !important;
	}
	.section_comoConservarlo{
		z-index: 9;
		position: relative;
		min-height: auto;
	}
	.separador_right_01{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_right_02{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_01 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_02 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	/* ACTUALIDAD */
	.kaki_post{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.kaki_postImage{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0px;
	}
	.kaki_postImage img{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		border: solid 10px #e2dfdf;
	}
	.kaki_postImage a{
		margin: 0 !important;
	}
	.kaki_postContainer{
		width: 100%;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0px;
	}
	.kaki_postMeta{
		font-family: 'Gothic A1', sans-serif;
		color:#666;
		font-weight: 600;
		margin: 10px 0;
	}
	.kaki_postTittle a{
		font-family: 'DM Serif Display', serif !important;
	}
	.kaki_postContent{
		padding-top: 10px;
	}
	.kaki_postLink{
		color: #ffc06e !important;
	}
	/*END ACTUALIDAD*/
	/*RRSS*/
	#section_RRSS {
		position: fixed;
		bottom: inherit;
		right: 12%;
		margin-right: 8px;
		width: auto;
		top: 0;
		padding: 0px !important;
	}
	#kaki_RRSS li{
		margin: 0px 4px 0px 4px;
	}
	#kaki_RRSS li a.icon {
		line-height: 32px;
		height: 32px;
		width: 32px;
		margin-right: 0px;
	}
	#kaki_RRSS li a.icon:before {
		font-size: 20px;
		line-height: 32px;
		height: 32px;
		width: 32px;
	}
	/*END RRSS*/
}
/* Smartphones in landscape mode (480-767px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	#main-header #et-top-navigation .et_toggle_fullscreen_menu{
		height: 50px;
		top: 10px;
		right: 10px;
		padding-bottom: 0px;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 14px;
		right: 0;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
		width: 100% !important;
		opacity: 1;
	}
	.kaki-titular h1, .kaki-titular h2{
		font-size: 35px !important;
		line-height: 35px !important;
		padding-top: 50px !important;
	}
	.kaki_formtittle{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.kaki_formtittle h2{
		font-size: 35px !important;
		line-height: 35px !important;
		padding: 0px !important;
	}
	.kaki-titular
	{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.submenu
	{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.rojo_brillante{
		margin-top: 0;
		margin-left: 0;
	}
	.kaki_mundo .dica-item{
		flex-direction: column-reverse !important;
	}
	.kaki_mundo .dica-item-content h4{
		font-size:35px !important;
		line-height: 35px !important;
		padding: 0px 50px 0px 50px;
	}
	#kaki_mundo .dica-item-content,#kaki_mundo .dica-image-container{
		width: 100% !important;
	}
	.formColumn_2_5 {
		width: 100%;
	}
	.formColumn_3_5 {
		width: 100%;
	}
	.kaki_formrow {
		display: block;
	}
	.Formdatos h4{
		padding: 20px 40px;
		font-size: 32px;
		line-height: 32px;
	}
	.Formseleccion h4{
		padding: 20px 40px;
		font-size: 32px;
		line-height: 32px;
	}
	.cpt-item {
		width: 100%;
		padding: 0 5px;
	}
	.img3dkaki{
		display: none;
	}
	.img3dkaki_360{
		display: none;
	}
	.3dLoading_360{
		display: none;
	}
	.3dLoading{
		display: none;
	}
	.img3dkaki_movil{
		 background: url("https://sandbox.persimon.eu/wp-content/uploads/2019/10/FAQ-kaki.png") no-repeat center center;
		 background-size: contain;
		 margin-top: 50px;
		 margin-bottom: 0px;
	}
	.movil_column_reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	.section_submenu_conservar{
		margin-top: 0px;
		z-index:9 !important;
	}
	.section_comoConservarlo{
		z-index: 9;
		position: relative;
		min-height: auto;
	}
	.separador_right_01{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_right_02{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_01 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_02 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	/* ACTUALIDAD */
	.kaki_post{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.kaki_postImage{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0px;
	}
	.kaki_postImage img{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		border: solid 10px #e2dfdf;
	}
	.kaki_postImage a{
		margin: 0 !important;
	}
	.kaki_postContainer{
		width: 100%;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0px;
	}
	.kaki_postMeta{
		font-family: 'Gothic A1', sans-serif;
		color:#666;
		font-weight: 600;
		margin: 10px 0;
	}
	.kaki_postTittle a{
		font-family: 'DM Serif Display', serif !important;
	}
	.kaki_postContent{
		padding-top: 10px;
	}
	.kaki_postLink{
		color: #ffc06e !important;
	}
	/*END ACTUALIDAD*/
	/*RRSS*/
	#section_RRSS {
		position: fixed;
		bottom: inherit;
		right: 11%;
		margin-right: 0px;
		width: auto;
		top: 0;
		padding: 0px !important;
	}
	#section_RRSS .et_pb_row{
		padding:20px !important
	}
	#kaki_RRSS li{
		margin: 0px 4px 0px 4px;
	}
	#kaki_RRSS li a.icon {
		line-height: 32px;
		height: 32px;
		width: 32px;
		margin-right: 0px;
	}
	#kaki_RRSS li a.icon:before {
		font-size: 20px;
		line-height: 32px;
		height: 32px;
		width: 32px;
	}
	/*END RRSS*/
}
/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.container {
		width: 100% !important;
	}
	
	#main-header #et-top-navigation .et_toggle_fullscreen_menu{
		height: 50px;
		top: 10px;
		right: 10px;
		padding-bottom: 0px;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 14px;
		right: 0;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
		width: 100% !important;
		opacity: 1;
	}
	.et_header_style_fullscreen ul#mobile_menu_slide {
		top: 20%;
	}
	.kaki-titular h1, .kaki-titular h2{
		font-size: 32px !important;
		line-height: 36px !important;
		padding-top: 40px !important;
	}
	.kaki_formtittle{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.kaki_formtittle h2{
		font-size: 35px !important;
		line-height: 35px !important;
		padding: 0px 50px 0px 50px;
	}
	.kaki-titular
	{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.submenu
	{
		background-color: rgba(255,255,255,0.9) !important;
	}
	.submenu li.active {
		font-size: 20px !important;
		height: 40px;
		line-height: 24px;
	}
	.logo_container {
		padding-left: 0px !important;
		height: 80px !important;
		top: 0 !important;
	}
	#logo {
		max-height: 100% !important;
	}
	.separadorTitular {
		height: 40px;
	}
	.rojo_brillante{
		margin-top: 0;
		margin-left: 0;
	}
	.kaki_mundo .dica-item{
		flex-direction: column-reverse !important;
	}
	.kaki_mundo .dica-item-content h4{
		font-size:35px !important;
		line-height: 35px !important;
		padding: 0px 50px 0px 50px;
	}
	#kaki_mundo .dica-item-content,#kaki_mundo .dica-image-container{
		width: 100% !important;
	}
	.kaki_mundo .dica-item-content, .kaki_mundo .dica-image-container{
		display: flex;
		flex-direction: column;
		justify-content: start;
	}
	.formColumn_2_5 {
		width: 100%;
	}
	.formColumn_3_5 {
		width: 100%;
	}
	.kaki_formrow {
		display: block;
	}
	.Formdatos h4{
		padding: 20px 40px;
		font-size: 32px;
		line-height: 32px;
	}
	.Formseleccion h4{
		padding: 20px 40px;
		font-size: 32px;
		line-height: 32px;
	}
	.cpt-item {
		width: 100%;
		padding: 0 5px;
	}
	.img3dkaki{
		display: none !important;
	}
	.img3dkaki_360{
		display: none !important;
	}
	.3dLoading_360{
		display: none !important;
	}
	.3dLoading{
		display: none !important;
	}
	.img3dkaki_movil{
		 background: url("https://sandbox.persimon.eu/wp-content/uploads/2019/10/FAQ-kaki.png") no-repeat center center;
		 background-size: contain;
		 margin-top: 100px;
		 margin-bottom: 0px;
	}
	.movil_column_reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	.section_submenu_conservar{
		margin-top: 0px;
		z-index:9 !important;
	}
	.section_comoConservarlo{
		z-index: 9;
		position: relative;
		min-height: auto;
	}
	.separador_right_01{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_right_02{
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_01 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	.separador_left_02 {
		margin: 0px 0px 0px 0px;
		height: 1px;
		background-color: #000000;
	}
	#tipo_recipe {
		display: block;
		text-align: center;
	}
	#tipo_recipe li{
		margin: 20px 0;
		min-width: 150px;
		display: flex;
	}
	#tipo_recipe li a{
		width: 100%;
	}
	/* ACTUALIDAD */
	.kaki_post{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.kaki_postImage{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0px;
	}
	.kaki_postImage img{
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		border: solid 10px #e2dfdf;
	}
	.kaki_postImage a{
		margin: 0 !important;
	}
	.kaki_postContainer{
		width: 100%;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0px;
	}
	.kaki_postMeta{
		font-family: 'Gothic A1', sans-serif;
		color:#666;
		font-weight: 600;
		margin: 10px 0;
	}
	.kaki_postTittle a{
		font-family: 'DM Serif Display', serif !important;
	}
	.kaki_postContent{
		padding-top: 10px;
	}
	.kaki_postLink{
		color: #ffc06e !important;
	}
	/*END ACTUALIDAD*/
	/*RRSS*/
	#section_RRSS {
		position: fixed;
		bottom: inherit;
		right: 16%;
		margin-right: 0px;
		width: auto;
		top: 0;
		padding: 0px !important;
	}
	#section_RRSS .et_pb_row{
		padding:20px !important
	}
	#kaki_RRSS li{
		margin: 0px 4px 0px 4px;
	}
	#kaki_RRSS li a.icon {
		line-height: 32px;
		height: 32px;
		width: 32px;
		margin-right: 0px;
	}
	#kaki_RRSS li a.icon:before {
		font-size: 20px;
		line-height: 32px;
		height: 32px;
		width: 32px;
	}
	/*END RRSS*/
}