/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-04-2017, 17:59:14
    Author     : LDELABAR
*/

@import url('https://fonts.googleapis.com/css?family=Raleway|Open+Sans|Noticia+Text');

:root {
    --preciosfondo: #ffff00;
    --preciosborde: #fc0000 solid 6px;
    --preciostitulo: #f70000;
}

body {
    background-image: url('/images/huevos-fondo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Open Sans", sans-serif;
    padding-top: 60px;
}

a {
    color: inherit;
    text-decoration: none;
}

.titulomarca {
    font-family: 'Chelsea Market', cursive;
    color: #444;
    font-size: 4rem;
    margin-bottom: 2px;
    margin-top: 30px;
}

.subtitulomarca {
    font-family: 'Raleway', sans-serif;
    color: #222;
    text-decoration: underline;
    font-weight: bold;
    font-size: 24px;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videoframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.introducion {
    font-family: "Open Sans", sans-serif ;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

.noticia {
    font-family: "Noticia Text", sans-serif ;
    text-align: center;
    color: #555;
    line-height: 1.3;
}

.muygrande {
    font-size: 4rem;
}

.grande {
    font-size: 3rem;
}

.medio {
    font-size: 2rem ;
}

a.hidelink {
    text-decoration: none;
    color: inherit;
}

.fonowp {
    position: relative;
    top: -20px;
}

.logocontainer {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 3px auto;
}

.imgcontainer {
    display: block;
    width: 100%;
    /* max-width: 300px; */
}

.centrado {
    text-align: center;
}

.bold {
    font-weight: bold ;
}

.separado {
    margin-bottom: 10px;
}

.preciosdestacado {
  font-size: 3rem;
  font-weight: bold;
  color: var(--preciostitulo);
  line-height: 1.1;
}

.subrayado {
    text-decoration: underline;
}

.tituloprecio {
    color: var(--preciostitulo); 
    text-align: center;
    font-size: 4rem;
    text-decoration: underline;
    font-weight: bolder;
    text-shadow: 
      -1px -1px 0px #fff,
       0px -1px 0px #fff,
       1px -1px 0px #fff,
      -1px  0px 0px #fff,
       1px  0px 0px #fff,
      -1px  1px 0px #fff,
       0px  1px 0px #fff,
       1px  1px 0px #fff;
}

#share-buttons {
    margin: 5px auto;
    text-align: center;
}

.compartir {
    vertical-align: top;
    margin-top: 10px;
    font-weight: bold;
    font-size: 2rem;
    padding: 6px;
}

#share-buttons img {
    width: 40px;
    padding: 2px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.precioscontainer {
    border: var(--preciosborde);
    border-radius: 60px;
    min-width: 320px;
    min-height: 480px;
    max-width: 500px;
    margin: 5px auto;
    background-color: var(--preciosfondo);
    /*background-image: url('/images/fondohuevos2.png') ;*/
    background-size: cover ;
}

.precioscontainerfull {
    border: black 1px solid;
    border-radius: 24px;
    min-width: 320px;
    min-height: 480px;
    max-width: 95%;
    margin: 5px auto;
    background-color: cyan;
    background-image: url('/images/fondohuevos2.png') ;
    background-size: cover ;
}


#listaprecios {
    margin: 5px auto;
}

#listaprecios th, #listaprecios td {
    padding: 4px 12px;
}

.notaprecios {
    font-style: italic;
    margin: 6px;
}

.izquierda {
    text-align: left;
}

.destacado {
  font-size: 1.3rem;
  font-weight: bold;
}

.cyancircle {
    border-radius: 50%;
    display: inline-block;
    padding: 10px 10px;
    width: 3rem;
    height: 3rem;
    background-color: var(--preciostitulo);
    color: white;
    text-align: center;
    margin-bottom: 6px;
    margin-right: 1rem;
    vertical-align: top;
}

.pink {
    color: #E83556;
}

.justificado {
    text-align: justify;
}

.fondoblanco {
    background-color: white;
}

.receta li {
    font-size: 1.5rem;
    font-weight: bold;
}

.recetaT, .beneficioT {
    background-color: rgba(232,53,86,0.5);
    border-radius: 1em;
    padding: 0.5em 0.5em;
    display: inline-block;
}

.jaulalogo {
    max-width: 250px;
    text-align: center;
}

.jaulalogo img {
    width: 100%;
    display: block;
    object-fit: contain;
    margin: 1rem auto;
}

.jaulaimg {
    /*display: inline-block;*/
/*    max-width: 100% ;*/
    width: 100%;
    text-align: center;
}

.jaulaimg img {
    width: 100%;
    display: block;
    object-fit: contain;
    margin: 1rem auto;
}

input[type="button"], input[type="submit"], input[type="reset"]  {
  color: #FFF;
  background-color: darkorange;
  border-color: darkorange
}

.icontacto {
    display: inline-block;
    width: 8em;
    text-align: left;
}

.btnllamar {
    display: inline-block;
    margin: 2px 2px 8px 2px;
    background-color: darkorange;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 1px 2px;
    width: 5em;
    text-align: center;
    color: white;
}

.btnllamar:hover {
    box-shadow: -1px -2px;
    color: black;
}

.respuesta {
    font-weight: bold;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.localesdir {
    font-size: 2.5rem;
    font-weight: bold;
}

.localcontainer {
    background-color: var(--preciosfondo);
    border: var(--preciosborde);
    border-radius: 12px;
    margin-bottom: 2em;
    padding: 2em;
}

footer {
    width: 80%;
    border-radius: 20px;
    background-color: var(--preciosfondo);
    border: var(--preciosborde);
    color: var(--preciostitulo);
    text-align: center;
    margin: 10px auto;
    padding: 10px;
}

.qrfooter {
    width: 150px;
    margin-left: 6px;
    margin-top: 10px;
}

@media print {
    .noprint {
        display: none;
    }
}
