#magazine_kitchenomics {
     width: 100%;
     height: 530px;
     float: left;
     margin-top: 100px;
     display: block;
}

#magazine_kitchenomics-movil {
     display: none
}

#magazine_kitchenomics img{
     width: 100%;
     height: auto;
     float: left
} 

.desliza {
    float: left;
    width: 50%;
    text-align: left;
    margin: 0px;
    height: 30px;
    font-size: 12px;
    margin-top: 16px 
}

#recetas {
    float: left;
    height: auto;
    width: 100%;
    background: white
}


div#circle-recetas div a {
    width: 100%;
    float: left;
}

.numberFavorite {
    float: left;
    padding-right: 6px;
    margin-top: 2px;
}

.redes_fixed{
box-shadow: -4px 4px 27px;
}

#circle-recetas {
    width: 160px;
    height: 160px;
    border-radius: 130px;
    background: white;
    margin-top: -80px;
    margin-left: -80px;
    left: 50%;
    position: absolute;
    text-align: center;
    padding: 40px 0px;
    z-index: 1
}
.line-recetas {
    text-align: center;
    z-index: 1;
    color: #E9030C;
    font-size: 23px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0;
}



.item {
    padding: 10px;
    color: white;
}
.item.itemSearch {
    background: #444444;
    border-radius: 7px 7px 0 0;
}

.itemList {
    background: #ff8a00;
    border-bottom: 1px solid #ffb400;
    cursor: pointer;
}

.desplegue {
    background: #ffb400;
    color: black;
}

.desplegue li {
    color: #444;
    width: 100%;
    float: left;
    height: auto;
    padding: 15px;
    background: #ffb400;
}

.descriptionNote li {
    color: #333;
    list-style: circle !important;
}

input.viewNote:hover {
    background: #E9030C;
    color: white;
}

input.viewNote:hover {
    background: #E9030C;
    color: white;
}

a.full {
    float: left;
}
.imgOther {
    height: 160px;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.menu {
    border-radius: 7px;
    margin: 10px 0;
    height: auto;
    float: left;
    width: 100%;
}

.menu1 {
    background: #FFB400;
}

.menu.menu2 {
    background: #e9030c;
}

.headBlog {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 0;
}

.imgBlog img {
    width: 100%;
}
.imgBlog {
    float: left;
    width: 100%;
    position: relative;
}

.icon-share {
    width: 20px;
    float: right;
    position: relative;
    margin-right: 10px
}
.icon-favorite {
    float: right
}

.link{
    cursor: pointer;
}
.marginNone{
    margin: 0;
}

.descriptionBLog {
    width: 100%;
    float: left;
    padding: 0 0 36px 15px;
}

.titleBlog {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.parrafoBlog{
    position: relative;
    font-size: 21px;
    /*color: #E9030C;*/
    padding: 0px 50px 20px;
    text-align: left;
    z-index: 1;
}

input.viewNote {
    background: white;
    border: 2px solid #E9030C;
    color: red;
    padding: 6px 35px;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
        font-weight: bold;
}

.new {
    float: left;
    width: 100%;
    margin: 15px 0;
}

a, a:hover{
    color: black;
}
.dateBlog {
    text-align: right;
}


.txtSuscrip {
    color: white;
    padding: 15px;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 14px;
}

input.emailButton {
    background: none;
    border: 2px solid white;
    border-radius: 4px;
    width: 90%;
    height: 35px;
    color: white;
    margin: 10px 5%;
    padding-left: 15px;
}

input.enviar {
    width: 90%;
    margin: 10px 5%;
    background: #FFB400;
    border: none;
    border-radius: 5px;
    height: 35px;
}

input.emailButton::-webkit-input-placeholder {
   color: white;
}

input.emailButton:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

input.emailButton::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

input.emailButton:-ms-input-placeholder {  
   color: white;  
}

.titleNoteDetail {
    font-family: 'al_frescoregular' !important;
    font-size: 48px;
    width: 100%;
    text-align: center;
    color: #E9030C;
    padding-top: 24px;
    float: left;
}

input#email:focus {
    background: none;
    color: white;
}



input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background:none !important;
    -webkit-box-shadow: 0 0 0px 1000px #e9030c inset;
    -webkit-text-fill-color: none !important; 
    -webkit-text-fill-color: white;
 }
 
.footerNew {
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: auto;
    float: left
}

.arrow_toggle {
    left: 67%;
    top: -19px;
    transform: rotate(180deg);
}

.icon-favorite {
    width: 22px;
    height: 22px;
    background: url(../img/favorite-white.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    margin: 0 10px;
}
.favorite-active {
    width: 22px !important;
    height: 22px;
    background: url(../img/filtro/favorito.png) !important;
    background-size: 22px 22px !important;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0 10px;
}

.footerNew .icon-share a{
    float: left;
}

.descriptionNote {
    text-align: justify;
    margin: 50px 0 60px;
}
.dateNoteDetail {
    font-weight: bold;
    text-align: right;
    padding: 0;
}

.paddingNone {
    padding: 0;
}

section.otherProduct {
    background: #e9e9e9;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 50px 0;
    float: left;
}

.otherNote img{
    width: 100%;
}

.marginG{
    margin-top: 15px;
}

.categoria, .categoria2 {
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.categoria li:hover, .categoria2 li:hover {
    background: red;
    color: white;
}

.iconsNote {
    width: 40px;
    float: right;
        margin-right: 0px;
        cursor: pointer;
}

.dateNote {
    padding: 10px 0;
    float: left;
    font-weight: bold;}

div#btn-arrow {
    margin: 15px 0;
}
.box-scroll {
    background: rgba(0, 0, 0, 0) url("../img/arrowDown.png") repeat scroll 0 0;
    border-radius: 37px;
    height: 68px;
    padding: 10px 0;
    width: 65px;
    cursor: pointer
}
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    position: static
}

.boxSearch {
    background-color: green;
    height: 54px;
    padding: 12px 12px
}
.scrollReverse {
    background: rgba(0, 0, 0, 0) url("../img/arrowUp.png") repeat scroll 0 0;
    border-radius: 37px;
    height: 68px;
    padding: 10px 0;
    width: 69px;
    cursor: pointer
}


.cmn-t-pulse {
    color: #fff;
    animation: pulse 1s ease infinite
}
.cmn-t-pulse:hover {
    color: #fff
}
.cmn-t-pulse {
    color: #fff;
    animation: pulse 1s ease infinite
}
.cmn-t-pulse:hover {
    color: #fff
}
@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.tipCompartir:hover:after {
}
.modal-redes {
    left: 0;
}

a:-webkit-any-link {
    text-decoration: none !important;
}


.txtRegistrateSus{
    font-family: 'al_frescoregular' !important;
    color: rgb(240,0,0);
    font-size: 57px;
}

.txtSiempreSus{
    font-family: 'al_frescoregular' !important;
    font-size: 57px;
    color: rgb(0,130,0);
}

div#formularioSuscripcion {
    height: 510px !important;
    width: 585px !important;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -225px;
}

.modal-body.contentShare.suscripcionForm {
    width: 585px !important;
 }

.rowFormSus {
        width: 75% !important;
    height: auto;
    float: left;
    margin: 5% 12% auto !important;
}

.separadorSus{
    margin-bottom: 5px;
}

.imgFormSus {
    text-align: center;
}

.txtRecibeSus{
    font-size: 19px;
    text-align: center;
}

.txtRecibeForm{
    text-align: center;
    margin-top: -30px;
}

.align{
    font-size: 15px !important;
}

.close {
    opacity: 1;
}
.close:hover {
    opacity: 1;
}

.submitSuscrip {
    border-radius: 5px;
}

@media only screen and (max-width: 900px) {
    #magazine_kitchenomics {
        margin-top: 100px
    }

}
#circle-recetasmovil {
    display: none
}



@media only screen and (max-width: 768px) {
.movilHidden{
    display: none;
}
    .title_menu_week,
    #circle-subir p.circle-title-subir,
    #circle-recetas p.circle-title-recetas {
        font-size: 26px
    }
    input[name="name"],
    input[name="last_name"],
    input[name="e-mail"] {
        height: 40px
    }
    #magazine_kitchenomics {
        margin-top: 50px
    }
    #circle-recetas {
        display: none
    }
    #circle-recetasmovil {
        display: block
    }
    #circle-recetasmovil a {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        margin: 16px 0px
    }
    .titleNoteDetail {
        line-height: 43px;
    }



}
@media only screen and (max-width: 640px) {
    hr {
        display: none
    }
    .parrafo_recetas {
        padding: 67px 0px 7px;
        text-align: justify
    }

    .parrafoBlog{
        padding: 10px 0px 7px;
        font-size: 15px;
        text-align: justify;
    }

    a.full {
        float: left;
        width: 90%;
        margin-left: 5%;
    }

    div#formularioSuscripcion {
        width: 100% !important;
        margin-left: -50%;
    }

    .formTextoCentrado{
        text-align: center;
    }

    .modal-body.contentShare.suscripcionForm {
        width: 100% !important;
    }

    .txtRegistrateSus {
        font-family: 'al_frescoregular' !important;
        color: rgb(240,0,0);
        font-size: 31px;
    }

    .txtSiempreSus {
        font-family: 'al_frescoregular' !important;
        font-size: 31px;
        color: rgb(0,130,0);
    }

    .txtRecibeSus {
        font-size: 14px;
        text-align: center;
    }

    .txtRecibeForm {
        text-align: center;
        margin-top: -19px;
    }

    .rowFormSus {
        width: 100% !important;
        height: auto;
        float: left;
        margin: 5% 0% auto !important;
    }

    div#consultaBlog2 {
    float: left;
}



}
@media only screen and (max-width: 500px) {
    #magazine_kitchenomics {
        display: none
    }
    #magazine_kitchenomics-movil {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 66px;
        max-height: 536px;
        display: block;
        margin-top: 64px;
        background-size: cover;
        height: 400px;    
    }
    #magazine_kitchenomics-movil img {
        width: 100%;
        height: auto;
        float: left
    }

    
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    div.col-lg-4.col-md-4.col-sm-4.col-xs-12.block_receta {
        width: 50% !important
    }

    .parrafoBlog{
        font-size: 15px;
        text-align: justify;
    }
}
