/*
Theme Name: Food
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Oclusion
Author URI: https://oclusion.net/
Description: the food 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: food
*/

:root{
	--hero-gap: 60px;
	--accent-color : #1d3796;
}
body{
	margin: 0px;
	padding: 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,h2,h3,h4,h5{
	font-weight: 700;
	color : #0f4f89;
}

h2{
	font-size: 26px;
}
p{
	color: #64777f;
}
.wrapper{
	width: 100%;
	min-height: calc(100vh - 160px);
}

ul.social{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0px;
	padding: 0px;
}
ul.social li, ul.social li a{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	text-decoration: none;
}
ul.social li{
	margin-left: 5px;
	margin-right: 5px;
}
ul.social li:first-child{
	margin-left: 0px;
}
ul.social li:last-child{
	margin-right: 0px;
}
ul.social li a:hover{
	cursor: pointer;
}
ul.social li a.facebook{
	background-color: #3c5b9b;
}
ul.social li a.twitter{
	background-color: #5fa9dd;
}
ul.social li a.youtube{
	background-color: #d22528;
}
ul.social li a i{
	color: white;
	text-decoration: none;
}

.featured-image{
	width: 100%;
	height: 260px;
	background-color: gray;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
 
.featured-image-content{
	width: 100%;
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.featured-image-content h1,.featured-image-content h2{
	font-size: 44px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
.featured-image-content h1{
	font-weight: 500;
}
.featured-image-content h2{
	font-weight: 700;
}
.text-center{
	text-align: center;
}

ul.navigation_category{
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

ul.navigation_category.filter{
	margin: 0px;
}
ul.navigation_category.filter li{
	margin-bottom: 0px;
}

ul.navigation_category li{
	padding-left: 15px;
	padding-right: 15px;
	border-right: 2px solid #0f4f89;
	margin-bottom: 15px;
}

ul.navigation_category li:first-child{
	padding-left: 0px;

}
ul.navigation_category li:last-child{
	padding-right: 0px;
	border-right: 0px;
}

ul.navigation_category li a{
	text-decoration: none;
	color: #0f4f89;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}

ul.navigation_category li.active a{
	font-weight: bold;
	border-bottom: 1px solid #0f4f89;
}
ul.navigation_category li:hover a{
	border-bottom: 1px solid #0f4f89;
}

ul.sub_navigation_category{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}
ul.sub_navigation_category li{
	margin-left: 5px;
	margin-right: 5px;
}
ul.sub_navigation_category li:first-child{
	margin-left: 0px;
}
ul.sub_navigation_category li:last-child{
	margin-right: 0px;
}
ul.sub_navigation_category li a{
	min-width: 100px;
	width: fit-content;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	display: flex;
	border-radius: 30px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color : #009ee0;
	text-transform: uppercase;
}

ul.sub_navigation_category li.active a{
	border: 1px solid  #009ee0;
	text-decoration: none;
}
.page_cuidat{
	background-color: #6e3da6;
}

.page_cuidat p,.page_cuidat ul.sub_navigation_category li a , .page_cuidat ul.navigation_category li a {
	color: white;
}
.page_cuidat ul.navigation_category li{
	border-color: white;
}
.page_cuidat ul.navigation_category li.active a, .page_cuidat ul.navigation_category li:hover a{
	border-bottom: 1px solid white;
}

.page_cuidat .sub_navigation_category_title{
	color: white !important;
}
.page_cuidat ul.sub_navigation_category li a {
	border-color: white;
}
.el-center{
	margin: 0px auto;
}
.banner_home{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-image: url('images/banner_home.jpg');
}

@media all and (max-width: 768px) {
	.banner_home{
		height: 300px;
	}
}
.text-right{
	text-align: right;
}

.contact h3{
	color : #64777f;
	font-size: 18px;
	text-transform: uppercase;
}
.contact p{
	font-size: 16px;
	font-weight: 500;
}

.contact b, .contact strong{
	color: #0f4f89;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-form{
	padding: 15px;
	background-color: #bed6e0;
	border-radius: 10px;
}

.contact-form input, .contact-form select,.contact-form textarea{
	background-color: white;
	border: 0px;
	border-radius: 5px;
	width: 100%;
	resize: none;
	min-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: futura-pt, sans-serif;
}
.contact-form input[type=submit]{
	text-transform: uppercase;
	width: 100px !important;
}

.aviso h1{
	color: #64777f;
	text-transform: uppercase;
}

.aviso p{
	color: #64777f;
	font-weight: 500;
}

.card_image_featured{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 340px;
	border-radius: 20px;
}

/*modal*/

body.open_single{
	overflow: hidden;
}
.modal-single{
	display: none;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: white;
	z-index: 99999;
}

body.open_single .modal-single{
	display: block;
}

.modal-single-content{
	overflow-y: scroll;
	padding-top: 15px;
	padding-bottom: 15px;
	height: calc(100vh - 30px);
}
#modal-single-close{
	border: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}
#modal-single-close i {
	color : #0f4f89;
}

.single-novedad h1{
	color: #64777f;
	text-align: center;
	font-size: 22px;
}
.single-novedad video{
	margin: 0px auto;
}

.single-novedad .divider{
	width: 100%;
	border-top: 1px solid #64777f;
	margin-top: 15px;
	margin-bottom: 15px;
}

.card_small{
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.card_small .card_small_image{
	width: 200px;
	min-width: 200px;
	height: 200px;
	border-radius: 10px;
	margin-right: 15px;
	-o-background-size:110% auto;
	-webkit-background-size:110% auto;
	-moz-background-size:110% auto;
	background-size:110% auto;
}

.card_small .card_small_content h3{
	color: #64777f;
	font-weight: 22px;
	margin-top: 0px;
	padding-top: 0px;

}
.card_small .card_small_content a{
	color : #72838a;
	text-decoration: none;
	font-style: italic;
}
.card_small .card_small_content p{
	font-size: 20px;
	color: #72838a;
}

h2.title{
	position: relative;
	color: #0f4f89;
	text-transform: uppercase;
	font-size: 60px;
}

h2.title:after{
	position: absolute;
	width: 180px;
	height: 5px;
	background-color: #009ee0;
	content: '';
	left: 0px;
	bottom: -3px;
}
h3.subtitle{
	max-width: 350px;
	color: #64777f;
	font-size:22px;
	text-transform: uppercase;
}

ul.timeline{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.timeline li{
	display: flex;
	flex-direction: row;
}
ul.timeline li span{
	margin-right: 10px;
	font-weight: 700;
	color : #64777f;
	font-size: 20px;
}
ul.timeline li p{
	font-weight: 500;
	margin-top: 0px;
}


.timeline-image{
	width: auto;
	max-width: 100%;
}
.mt-8{
	margin-top: 180px;
}

.timeline-list{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: sticky;
	top: 120px;
}

.timeline-list a{
	position: relative;
	color: #0f4f89;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.timeline-list a.active{
	font-weight: 700;
}
.timeline-list a.active:after{
	top: 50%;
	content: '';
	width: 40px;
	left: -50px;
	background-color: #009ee0;
	height: 2px;
	position: absolute;
}

.margin-top-about{
	margin-top: 180px;
}
@media all and (max-width: 768px) {
	.timeline-list{
		position: fixed;
		left: 5px;
		padding: 10px;
		border-radius: 5px;
		top: 50%;
		z-index: 1;
		background-color: white;
	}
	.margin-top-about{
		margin-top: 15px;
	}
	.card_small .card_small_image{
		width: 100px;
		height: 100px;
		min-width: 100px;
	}
	.card_small p{
		font-size: 16px !important;
	}

	ul.navigation_category li a{
		font-size: 14px;
	}
	ul.sub_navigation_category li a{
		font-size: 14px;
	}
	.featured-image-content h1 , .featured-image-content h2{
		font-size: 28px;
	}

	.featured-image-content,.featured-image{
		height: 180px;
	}
	.mt-8{
		margin-top: 15px;
	}

	.timeline-image{
		width: auto;
		max-width: 80%;
		margin: 0px auto;
		display: block;
	}

	ul.navigation_category li{
		 
		border-right: 0px;
	}
	ul.sub_navigation_category li{
		margin-left: 2px;
		margin-right: 2px;
	}
	ul.sub_navigation_category li a{
		height: 25px;
		min-width: 50px;
	}
	ul.navigation_category li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.card_image_featured{
		height: 180px;
	}

	.navigation_category li{
		margin-bottom: 0px !important;
		margin-left: 10px;
		margin-right: 10px;
	}

}

.wp-video{
	width: 80% !important;
	margin:  0px auto;
}
video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
}
.mejs-container {
    padding-top: 56.25%;
}
video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.slick-arrow{
	background-color: white !important;
	z-index: 3;
}
.slick-arrow i{
	color: #0f4f89;
	font-size: 16px;
}
.slick-arrow:after,.slick-arrow:before{
	display: none;
}
.page_cuidat .slick-arrow i{
	color: white;
}
.page_cuidat  .slick-arrow{
	background-color: #6e3da6 !important;
}
.slick-prev{
	left: 0px;
}
.slick-next{
	right: 0px;
}

.archive-control-area-inside p{
	color: white !important;
}
.page_cuidat #end h4{
	color: white !important;
}