/* Estilo para el body */
body{
    overflow-y: visible ; /*COn esto escondemos en la carga el scrollbar vertical*/
}

.mostrarModal{
    display: block;
}

.background-color{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.borderRadious{
    border-radius: 15px;
}

/* The Modal (background) */
/*.modal {
    display: none ; // Hidden by default 
    position: fixed; /* Stay in place 
    z-index: 1; /* Sit on top 
    padding-top: 50px; /* Location of the box 
    left: 0;
    top: 0;
    width: 100%; /* Full width 
    height: 100%; /* Full height 
    overflow: auto; /* Enable scroll if needed 
    background-color: rgb(0,0,0); /* Fallback color 
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity 
}*/

/* Modal Content 
.modal-content {

    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.9s;
    animation-name: animatetop;
    animation-duration: 0.9s;
    width: 733px;
    border-radius: 16px;
} */

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 8px;
    background-color: #cad7d8;
    color: black;
    border-radius: 16px 16px 0px 0px;
}

.modal-body {padding: 2px 16px;}


.img-responsive{
    display: flex;
    /* max-width: 100%;
    max-height: 100%;
    height: auto; */
    margin: 0 auto;
    
}

.borderImage{
    margin: 69px;
}

.paddinImage{
    padding-top: 20px;
}

.hideElement{
    visibility: hidden;
}

.startSectionFont{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-align: justify;
}

.navbarBackgroundColor{
    background-image: linear-gradient(#276CE8, #12449f);
}

.site-header__link:not(.acceso):hover{
    background: #264aa3;
}

.image-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .site-header__bar::before{
    display:none;
} */

.site-footer {
    background: #0A2D84;
    background-image: linear-gradient(#276CE8, #12449f);
}

.site-footer::before{
    display: none;
}

.products_hoja_left{
    position: absolute;
    left: -1%;
    width: 15%;
}

.products_plato_right{
    position: absolute;
    right: -1%;
    width: 20%;
}

.logos-size {
    width: 200px;
    height: auto;
}

.container-top-textalign {
    color: white;
    text-align: center;
    font-size: 15px;
}

.container-top-textalign span {
    font-size: 17px;
}

button.red{
    background: red;
}

.kitchen__scene{
    background: whitesmoke;
}

.section-content {
    padding-top: 1px;
}

.floating_picture_control{
    top:18px;    
}   

.title-huevo {
    font-size: 36px;
    color: #fff;
}

.description-huevo {
    font-size: 20px;
    color: #fff;
}

.description-huevo span {
    font-size: 15px;
    color: #fff;
}

.title-pollo {
    font-size: 36px;
}

.description-pollo {
    font-size: 20px;
}

.description-pollo span {
    font-size: 15px;
}

.border-pollo {
    border-radius:0px 30px 30px 0px;
}

.products_hoja_right{
    position: absolute;
    right: -1%;
    width: 13%;
    transform:rotate(536deg);
    overflow: hidden;
}

.bottom_hoja_left{
    bottom: -27%;
}

.products__grid-item:hover.huevo .products__grid-item__title {
    color: #fdc424;
} 

.products__grid-item:hover.huevo .products__grid-item__description{
    color: white;
}

.products__grid-item:hover.huevo .products__grid-item__description span{
    color: white;
}

.products__grid-item:hover.huevo .button.red{
    background: #fdc424;
}

.products__grid-item:hover.pollo .products__grid-item__title {
    color: #fdc424;
} 

.products__grid-item:hover.pollo .products__grid-item__description{
    color: white;
}

.products__grid-item:hover.pollo .products__grid-item__description span{
    color: white;
}

.products__grid-item:hover.pollo .button.red{
    background: #fdc424;
}


.rapidines_background{
    background-image: url("/assets/img/home/rapidines/Rapidines_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.floating_button_control{
    top: 30px;
}

.logo-size-lineacrio {
    width: 200px;
    height: auto;
}

.products_hoja_right_historia{
    position: absolute;
    right: -1%;
    width: 13%;
    transform:rotate(536deg);
    overflow: hidden;
    top: 27%;
}

.products_hoja_left_historia{
    position: absolute;
    left: 0%;
    width: 13%;
    overflow: hidden;
    top: 71%;
}

.hojaverde{
    position: fixed;
    min-height: 120px;
    width: 252px;
    text-align: center;
    word-wrap: break-word;
    background-color: aquamarine;
}

.test{
    width: 10%;
}
/* FIX: header va después del main en el DOM */
.site-header {
    position: relative;
    z-index: 9999;
}

main {
    position: relative;
    z-index: 0;
}

/* FIX: empuja el contenido después del hero para dar espacio al bottombar */
.home .intro {
    margin-top: 86px;
}

/* Header abajo del hero SOLO en inicio */
.site-header.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Header arriba normalmente en todas las demás páginas */
.site-header.top {
    position: relative;
    z-index: 9999;
}