/*
Theme Name: Duraznos california
Theme URI: https://duraznosnectarinasyciruelasdecalifornia.com/
Author: Jesus Lopez Velazque / Daniela
Description: Plantilla basada en Boostrap 5 para Duraznos,Nectarinas y Ciruelas + recetas California.
Version: 1.0
Requires PHP: 7.0
*/

body {
    font-family: "Sanchez", serif;
    font-weight: 400;
    font-style: normal;

}

strong{
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: normal;
}

h1.title {
    font-size: 30px;
}

h3{
    font-size: 24px;
}


h5{
    font-size: 16px;
}
.none{
    display: none;
}

.col-md-1 {
    /*border: solid red 1px;*/
}

.navbar {
    border-bottom: solid #d63637 1px;
    background-color: #fff !important;
    color: 4C2249;
}

.nav-link {
    color: #4C2249;
    font-size: 16px;
    margin-right: 1rem;
}
.bg-body-tertiary {
    background-color: #fff;
}

.navbar-brand img {
    height: 35px;
}


.dropdown-menu {
    border: none;
}

i.far.fa-heart.fa-lg {
    color: red;
}

.dropdown-item:hover {
    background-color: #4C2249;
    color: #fff;
}

.nav-link.dropdown-toggle::after {
    display: none; /* Oculta el pseudo-elemento ::after predeterminado */
}

.nav-link.dropdown-toggle i.fas.fa-chevron-down {
    margin-left: 5px; /* Ajusta el espacio entre el texto y el icono si es necesario */
    font-size: 0.75em; /* Ajusta el tamaño del icono si es necesario */
    color: #DE004A;
}

/**** CATEGORIES IMAGES ***/

.category-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-image-item{
    width: 130px;
    text-align: center;
    align-self: center;
    margin-bottom: 17px;
}

.category-image-item img{
    width: 70%;
}

.category-image-item p{
    font-size: 20px;
}

.categorie-img-header{
    background-image: url(images/AW_Campo_Duraznos.jpg);
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-primary {
    background-color: #3C1B38;
    border: none;
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #561852;
}

.banner {
    height: 100vh;
    width: 100%;
    background-image: url('images/AW_CFFA_Website_Mockup_betaRGB-03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sloogan {
    font-size: .9rem;
}

h3.title {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #d63637;
}

.title .fa-chevron-right {
    font-size: 1.06rem;
}

.heroe {
    background-color: #F5F5F5;
}

.heroe-text-bienestar {
    padding: 8rem 5rem 4rem;
}

.heroe-text-bienestar h3 {
    color: #3A223B;
}
.heroe-recetas{
    font-size: 18px;
    padding-bottom: 1.8rem;

}


.heroe-recetas-title {
    padding: 20px 20px 10px;
}

.heroe-recetas-author {
    padding: 0 20px;
    min-height: 50px;
}

.heroe-recetas-author a  {
    font-size: .9rem;
    color: #C9243D;
    text-decoration: none;
}

.heroe-recetas-time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}

.heroe-recetas-time p {
    font-size: .9rem;
    color: #4E4F4F;
}

.hero-main {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;

}

.heroe-text {
    align-self: end;
    margin-bottom: 30px;
    margin-left: 30px;
    width: 60%;
    padding: 20px;
    background-color: rgb(255, 255, 255, .5);
}

.chef-heroe {
    font-size: .9rem;
    color: #C9243D;
}

/*** RECETAS HOME *****/

.recetas-img img{
    width: 100%;
    height: auto;
}

.recetas {
    margin: 100px 0;

}

.recetas p{
    font-size: 20px;
}

.recetas-loop {
    background-color: #F0EDE9;
    padding: 0;
    margin: 0 25px;
    margin-bottom: 27px;
}

.recetas-title .recetas-loop h3{
    font-size: 24px ;
}

.recetas-title {
    padding: 20px 20px 10px;
    min-height: 130px;
}

.recetas-title p{
    font-size: 20px;
}

.recetas-author {
    padding: 0 20px;
}

.recetas-author p {
    font-size: .9rem;
    color: #C9243D;
}

.recetas-time {
    padding: 0 20px;
}

/***** CHEFS ****/


.chefs {
    margin-top: 190px;
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
    background-color: #d63637;
}

.chefs-text {
    padding: 10px 30px;
}

.duraznos-chefs {
    width: 300px;
    position: absolute;
    top: -140px;
    left: 25%;
}

.duraznos-chefs img {
    width: 100%;
}

.chefs h3 {
    color: #fff;
}

.chefs h4 {
    color: #3C1B38;
    font-size: 1.1rem;
    font-weight: 900;
}


.chefs p {
    color: #fff;
}

.chefs-bio {
    display: flex;
    flex-wrap: wrap;
}


.bio-chef {
    width: 100%;
    padding: 10px;
}

.bio-chef img{
    width: 100%;
}

.photo-chef {
    /*border-radius: 50%;*/
}

.social-chef {
    color: #3C1B38;
}

/*** BLOG ***/
.img-post img{
    width: 100%;
    height: auto;
}


/*** OPCIONES ****/

.opciones {
    margin-top: 160px;
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: #F0EDE9;
    position: relative;
}

.opciones h4 {
    font-size: 1.3rem;
}

.duraznos-opciones {
    width: 300px;
    position: absolute;
    left: 40%;
    top: -110px;
}

.duraznos-opciones img {
    padding: 10px;
    width: 100%;
}

.option-cat {
    margin: 25px;
}


/** CATEGORIES ROW ***/

.recetas-categories{
    background-color: #f3f1ee;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align:center;
}

.recetas-categories img{
    width: 60%;
    margin: 10px 10px;
}

.recetas-categories p{
    font-size: 16px;
}

.recetas-categories-movil{
    background-color: #f3f1ee;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.recetas-categories-movil a{
    width: 60px;
}

.recetas-categories-movil img{
    width: 90%;
}

/*** FOOTER ***/

footer {
    position: relative;
    background-color: #4C2249;
    padding: 30px 0;

}

footer a {
    color: #fff;
    text-decoration: none;
}

footer p {
    color: #fff;
}

.social-links {
    font-size: 1.5rem;
    margin-left: 1.5rem;
}

.menu-footer {
    margin-top: 3rem;
}

.menu-footer ul {
    list-style-type: none;
}


.duraznos-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: auto;

}

.duraznos-footer img {
    width: 100%;
}


/*** SINGLE RECETA ****/

.single-receta {
    margin-top: 80px;
    margin-bottom: 80px;
}

.single-social {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    height: 180px;
    align-items: flex-end;
    justify-content: space-between;

}

p.chef-img-single a {
    color: red;
    text-decoration: none;
}

.single-social i {
    font-size: 30px;
}


.single-social a {
    color: #d63637;
}

.single-data {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.single-data p {
    margin-top: 10px;
}

.entrada {
    display: flex;
    flex-direction: row;
    align-items: center;

}


.entrada-int {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.entrada-int img {
    width: 100%;
}

.porciones {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.porciones-int {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.porciones-int img {
    width: 100%;
}

.tiempo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tiempo-int {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.tiempo-int img {
    width: 100%;
}

.tiempo-int i.far.fa-clock {
    font-size: 40px;
}

.single-list-wish i.far.fa-heart {
    font-size: 40px;
}

i.wishlist-toggle {
        color: red;
        font-size: 1.5rem;
    }

.single-list-wish a {
    color: #d63637;
}

/**** SINGLE CONTENT ****/

.single-content ul{
    list-style-type: disc;
}

.single-content ul li{
}

.callaction-single{
    margin-top: 140px;
    padding-top: 110px;
    padding-bottom: 80px;
    background-color: #eeebe7;
    position: relative;
}

.duraznos-opciones-single {
    width: 300px;
    position: absolute;
    left: 60%;
    top: -110px;
}


.duraznos-opciones-single img {
    padding: 10px;
    width: 100%;
}

.callaction-text{
    padding: 10px 20px;
    min-height: 200px;
    text-align: center;
     display: flex;
  align-items: center;
  justify-content: center;
}

.callaction-text p{
    font-size: 20px;
}


.callaction-boton{
    display: flex;
  align-items: center;
  justify-content: center;
}


/***** BUSCADOR ****/
/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(197,65,67);
  background-color: rgba(197,65,67, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #3C1B38;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}


.overlay i.fa.fa-search {
    color: #fff;
}

/*** WISH LIST ****/

.recetas-container{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.receta-item{
    width: 300px;
    margin: 10px;
    background-color: #F0EDE9;
}

.bienestar-section{
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgb(57,19,50);
background: linear-gradient(189deg, rgba(57,19,50,1) 0%, rgba(57,19,50,1) 57%, rgba(95,34,58,1) 89%, rgba(131,49,66,1) 100%);
    
}


.bienestar-section h1, .bienestar-section p, .bienestar-section li{
    color: #fff;
}

.bienestar-section h2{
    color: #FBE39B;
}
.bienestar-image{
    border-bottom: solid white 3px;
    text-align: center;
}

.bienestar-image img{
    width: 80%;
}


/** MEDIA QUERYS***/

@media (max-width: 640px) {

    .banner {

        background-image: url('images/banner-movil.jpg');

    }
    .sloogan {
        font-size: .7rem;
    }

    .navbar-brand img {
        height: 27px;
    }

    .heroe-text {
        min-height: 300px;
        margin-top: 50px;
    }

    .hero-main {
        margin-top: 20px;
    }

    .duraznos-chefs {
        width: 200px;
        position: absolute;
        top: -100px;
        left: 25%;
    }

    .bio-chef {
        
        padding: 20px;
    }

    .duraznos-footer {

        width: 200px;
        height: auto;

    }

    .duraznos-opciones {
        width: 180px;
        position: absolute;
        left: 30%;
        top: -80px;
    }

    .single-receta {
        margin-top: 10px;
        margin-bottom: 80px;
    }

    .single-data {
        display: flex;
        flex-direction: column;
    }

    .entrada-int {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .porciones-int {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .tiempo-int {
        margin-right: 0;
    }

    .tiempo-int i.far.fa-clock {
        font-size: 35px;
    }

    .single-list-wish i.far.fa-heart {
        font-size: 35px;
    }
    .single-social{
        position: relative;
        height: 40px;
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .duraznos-opciones-single {
        width: 180px;
        position: absolute;
        left: 30%;
        top: -80px;
    }

}

.invisible{
    display: none;
}