/* Page Recetas */
.page-recetas {
    padding: 0 0 3rem;
}

.viewall {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    color: #6A6868;
    margin: 1rem 0 0;
    display: block;
    bottom: 0;
    text-align: right;
}

.page-recetas .viewall i {
    background-color: hsla(0, 0%, 0%, 0.30);
    color: white;
    font-size: .8em;
    padding: 5px;
}

.page-recetas section {
    padding: 3rem 0 5rem;
}

.page-recetas .section--receta {
    background-color: #F7F3EA;
}

.page-recetas .section--receta {}

.page-recetas .section--receta ul {
    list-style: none;
}

.page-recetas .section--receta ul li {
    margin-bottom: 3rem;
}

.page-recetas .section--receta ul li a {
    color: #707070;
    font-size: 26px;
    line-height: 1;
	cursor:pointer
}

.page-recetas .section--receta ul li a.active, .page-recetas .section--receta ul li a:hover{
    color: #AF8C36;
}

.page-recetas .section--receta ul li a>span {
    display: block;
    margin-bottom: 1rem;
    font-size: 14px;
}

.page-recetas .section--receta ul li a span .number {
    display: inline-block;
    padding-right: 2.5rem;
    position: relative;
}

.page-recetas .section--receta ul li a span .number:before {
    content: '';
    position: absolute;
    border-bottom: solid 1px #707070;
    width: 2rem;
    top: 50%;
    right: 5px;
}

.page-recetas .section--receta ul li a.active span .number:before {
    border-bottom: solid 1px #AF8C36;
}

.page-recetas .section--receta figure {
    position: relative;
}

.page-recetas .section--receta figure .figure-caption {
    background-color: #F7F3EA;
    padding: 2rem;
    bottom: 0;
    max-width: 90%;
    right: 0;
    transform: translate(0, 50%);
    position: absolute;
}

@media only screen and (max-width: 480px) {
	.page-recetas .section--receta ul li a{
	  font-size:20px;
	}
	.page-recetas .section--receta ul li {
		margin-bottom: 1.5rem;
	}
	.page-recetas .section--receta ul {
		padding: 0;
	}
}



/*  */

.page-recetas .section--destacadas {}

.page-recetas .section--destacadas .section__title {
    color: #AF8C36;
    margin-bottom: 5rem;
}

.page-recetas section .card {}

.page-recetas section .card .card-body {
    padding: 1rem 0;
}

.page-recetas section .card .card-title {
    font-size: 20px;
    color: #000;
    margin: 1rem 0;
    font-weight: 400;
}
.page-recetas section .card a.card-title{
    width:100%;
	float: left;
}
.page-recetas section .card a.card-title:hover{
    text-decoration:underline; 
}

/*  */
.page-recetas .section--maridaje {
    background-color: rgba(195, 4, 4, 0.05);
}

.page-recetas .section--maridaje .section__title {
    color: #C30404;
    margin-bottom: 5rem;
}

.page-recetas .section--maridaje .row>div .entry {
    background-color: #F9E5E5;
    padding: 0 2rem;
}

.page-recetas .section--maridaje .row div .entry {}

.page-recetas .section--maridaje .row div .entry_image {
    margin-top: 0;
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .page-recetas .section--maridaje .row div .entry_image {
        margin-top: -2rem;
    }
}

.page-recetas .section--maridaje .row div .entry_image img {}

.page-recetas .section--maridaje .row div .entry_content {
    padding: 1rem 0
}

.page-recetas .section--maridaje .row div .entry_content h2, .page-recetas .section--maridaje .row div .entry_content a{
    color: #262424;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
}
.page-recetas .section--maridaje .row div .entry_content a:hover{
    text-decoration: underline;
}

.page-recetas .section--maridaje .row div .entry_content p {}

.page-recetas .section--maridaje .row>div .entry {
    padding: 0 1rem;
}

@media only screen and (min-width: 992px) {
    .page-recetas .section--maridaje .row>div .entry {
        padding: 0 2rem;
    }
}

.page-recetas .section--maridaje .row>div:nth-child(2) .entry {
    background-color: #F3CCCC;
    margin-top: 2rem;
}

/*  */

.page-recetas .section--noticias {
	padding: 3rem 0 0;
}

.page-recetas .section--noticias .section__title {
    color: #AF8C36;
    margin-bottom: 5rem;
}

.page-recetas .section--noticias aside .aside__entry {
    padding: 2rem 1rem 0;
    background: #F7F3EA;
    position: relative;
}

.page-recetas .section--noticias aside aside .aside__title {
    font-size: 22px;
    line-height: 1;
    color: #262424;
    margin: 0;
}

.page-recetas .section--noticias aside .aside__entry div {
    border-bottom: solid 1px rgba(112, 112, 112, 0.4);
    padding: 1rem 0;
}

.page-recetas .section--noticias aside .aside__entry div h4, .page-recetas .section--noticias aside .aside__entry div a {
    margin: 0 0 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.page-recetas .section--noticias aside .aside__entry div a:hover{
	text-decoration:underline;
}


.post-recetas {
    padding: 1rem 0 6rem;
}

.post-recetas .section--receta .text-center {
    text-align: center;
}

.post-recetas .section--receta .container .row>div {
    padding: 1rem 0;
}

.post-recetas .section--receta {}

.post-recetas .section--receta h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #AF8C36;
}

.section--destacadas--interior a.card-title{
   color: #707070;
    font-weight: bold;
    font-size: 14px;
	width:100%;
	display:block;
	margin: 1rem 0;
}
.section--destacadas--interior a.card-title:hover{
   text-decoration:underline;
}

@media only screen and (min-width: 992px) {
    .post-recetas .section--receta h2 {
        font-size: 45px;
        line-height: 1.2;
        padding: 0 5rem;
    }
}

@media only screen and (max-width: 640px) {
	.post-recetas .section--receta .container .row>div {
		padding: 1rem 25px;
	}
}

.post-recetas .section--receta ul {
    padding-left: 10px;
}

.post-recetas .section--receta ul li {
    list-style: none;
    position: relative;
    line-height: 1.5;
}

.post-recetas .section--receta ul li::before {
    color: #AF8C36;
    content: "\2022";
    font-weight: bold;
    font-size: 1.5rem;
    width: 10px;
    left: -15px;
    position: absolute;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.post-recetas .section--receta ol {
    max-width: 100%;
    counter-reset: section;
    list-style: none;
    padding-left: 40px;
}

.post-recetas .section--receta ol li {
    margin: 0 0 1.5rem 0;
    counter-increment: section;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}

.post-recetas .section--receta ol li::before {
    content: counter(section);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #AF8C36;
    border-radius: 50%;
    text-align: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Fin recetas */
