/* Directory Styling */
.recetas-list{
    text-align: center;
}
.receta-link{
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 0 1%;
    text-align: center;
    
}
.receta-link a{
    display: block;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.receta-link a:hover{
    box-shadow: 0px 3px 5px #333;
}


/*==============================================================
link
==============================================================*/
.banner-egt{
    height: 400px;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    background-size: 110% auto;
    background-position: left center;




    /*transform: scale(1.1);*/
    /**/
    /*animation-name: shrink;
    animation-duration: 2s;   */
    animation: mymove 30s infinite;
}
@keyframes shrink {
  to{ 
     background-position: center center;
  }/**/
}/**/
.animate-bck{
	animation: mymove 30s infinite;
}
@-webkit-keyframes bg-slide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes mymove {
  50% {background-position: center;}
}


.banner-egt-fondo{
    width: 30%;
/*    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;*/
    /*mix-blend-mode: multiply;*/
    position: absolute;
    right: 0;
    height: 100%;
}
.banner-egt-fondo-color{
    display: block;
    width: 30%;
    justify-content: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    height: 500px;
    transform: translateY(-10%);
    mix-blend-mode: multiply;
    position: relative;   
    z-index: 10;
}
.banner-egt-fondo-titulo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    color: #fff;   
    font-size: 40px;
    text-align: center;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    left: 0;
    right: 0;
    line-height: 105%;
}
.banner-right {
    float: right;
    border-radius: 50% 0 0 50%;
    animation-name: rightAnimate;
    animation-duration: 1s;    
}
.banner-right > span{
    right: 0;
    animation-name: rightAnimate;
    animation-duration: 1.5s;   
    text-align: center;
}

.banner-left{
    border-radius: 0 50% 50% 0;
    top: 0;
    left: 0;
    animation-name: leftAnimate;
    animation-duration: 1s;
}
.banner-left > span{
    animation-name: leftAnimate;
    animation-duration: 1.5s;   
}
.link-hidden{
    display: none;
}
/*==============================================================
entradas
==============================================================*/

.entradas-list .mask, .boton-diagonal .mask{
	display: block;
    min-height: 400px;
    max-width: 500px;
    margin:  0 auto;
    
}
.entradas-list .mask{
	vertical-align: top;
	display: inline-block;
    width: 30%;	
}
.mask{
    color: #fff;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease; 
}
.mask:hover{
    color: #fff;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mask-image{
    /*mix-blend-mode: multiply;*/
}
.mask-image > div{
    height: 185px;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    border-radius: 0 0 500px 500px;
}
.mask-circle {
    border-radius: 0 0 2000px 2000px;
    border: 2px solid #fff;
    padding: 10px 20px 15px 10px;
    width: 110%;
    top: -44px;
    position: relative;
    left: -5%;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.entradas-list-cont{
    padding: 0 20px 0px;
    min-height: 150px;
    position: relative;
}
.entradas-list-cont h3, .boton-diagonal h3{
    font-size: 39px;
    line-height: 100%;
    font-weight: 900;
    margin: 0;
}
.entradas-list-cont .link, .boton-diagonal .link{
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #fff;
    font-style: italic;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}

@media (min-width: 768px){
    .mask:hover .mask-circle {
        top: -20px;
    }
    .mask:hover h3{
        top: 20px;
    }
    .mask:hover .link{
        bottom: 20px;
    }
}


/*
================================================================
================================================================
================================================================
================================================================
RESPONSIVE
================================================================
================================================================
================================================================
================================================================
*/
@media (max-width: 767px){
    .banner-egt {
        height: 265px;
    }
    .banner-egt-fondo-color {
        height: 430px;
        width: 45%;
    }
    .banner-egt-fondo {
        width: 41%;
    }
    .banner-egt-fondo-titulo{
        font-size: 30px;
    }
    .mask {
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .entradas-list .mask, .boton-diagonal .mask{
        min-height: 145px;
        position: relative;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        width: 90%;
        overflow: hidden;
    }
    .mask-circle {
        border-radius: 193px 0 0 0;
        width: 191px;
        top: -3px;
        position: absolute;
        left: auto;
        right: -2px;
        height: 151px;
        padding: 0;
    }
    .entradas-list-cont {
        min-height: 60px;
        position: relative;
        padding: 49px 0 0 10px;
    }
    .entradas-list-cont .link, .boton-diagonal .link {
        position: relative;
    }
    .entradas-list-cont h3, .boton-diagonal h3 {
        font-size: 25px;
    }
    .mask-image > div {
        height: 150px;
        background-size: cover;
        background-position: center;
        mix-blend-mode: multiply;
        border-radius: 297px 0 39px 0;
        width: 290px;
        top: 3px;
        position: relative;
        left: 10px;
        background-repeat: no-repeat;
    }
    .boton-diagonal{
        margin-bottom: 10px;
        overflow: hidden;
    }



}
@media (max-width: 600px){
    .banner-egt {
        height: 200px;
    }
    .banner-egt-fondo-titulo {
        font-size: 23px;
    }
    .banner-egt-fondo-color {
        width: 50%;
        min-width: 300px;
    }
    .banner-egt-fondo {
        min-width: 300px;
    }

}



