/* INICIO IMPORTANTE PARA Cel*/
@import url(normalize.css);
@font-face {
  font-family: "Galada";
  src: url(../font/Galada.ttf);}

/* Formatos */
* {box-sizing: border-box;}
 
.ancho_maximo {
  margin:auto;}

html {overflow-y: scroll;}

body {margin: 0; 
  padding: 0; 
  font-family: Arial, Helvetica, sans-serif;}

header {
  display: flex;
  flex-direction:row-reverse;} 

main {
  background-color:deeppink;}

aside, form {
  background-color: #eee;}

footer {
  background-color: #fff;}

/* Imagen */
img {
  border: none; 
  max-width: 100%;}

#logo {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 220px;}

#data {
  width: 280px;
  margin-left: 20%;
  margin-right: 20%;}

#icono {
  width: 42px;
  margin-bottom: -10px;
  padding-right: 10px;}


/* Font */
h1 {
  font-family: "Galada";
  letter-spacing: 0.05em;
  font-size: 2em;
  color: hotpink;}

p {
  font-family: 'Trebuchet MS';}
  
.hola {
  font-family: 'Trebuchet MS';
  color: #555;
  text-align: center;}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #ddd;
  margin: 8px;}

.texto {
  margin-left: 30px;
  margin-right: 30px;}

#infoA {
  color: #555;
  margin-left: 12px;
  margin-right: 12px;}  

#infoP {
  color: hotpink;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
  font-size: 12px;}


 /* Menu Rosa*/
.menu {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 3px;
  padding-right: 3px;}

.menu a {
  line-height: 25px;}

.menu a:hover {
  color: #fff;}

.menuNO {
  line-height: 15px;
  margin: 8px;
  color: #fff;}


 /* Destacado*/
.imprimibles {
  margin: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;}

.imprimibles h1 {
  margin-left: 15px;}

.caja img{
  padding-right: 15px;
  transition: box-shadow 0.3s ease;}

.caja img:hover{
  box-shadow: 0px 5px 15px rgba(0,0,0,0.3);}

#precio {
  color: deeppink;
  font-weight: bold;
  margin-bottom: 50px;}


/* Descripcion Unica */
.descripcion {
  margin: 40px;
  font-size: 1em;}

.unica {
  display: flex;
  flex-direction: column;
  justify-content: center;}

.incluye {
  border: 2px solid deeppink;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;}

  

/* Recomendaciones */
.combo { 
  width: 100%;}

.recomendaciones {
  padding-right: 5px;
  display: flex;
  flex-direction: row;
  transition: box-shadow 0.3s ease;}


/* Personaje */
.personaje {
  width: 250px;}
.personaje:hover {
  border-style: solid;
  border-color:darkcyan;
  border-width: 1px;}

.personajeico {
  width: 60px;}

.personajecombo {
  justify-content: center;
  flex-wrap: wrap;
  flex-basis: 20%;}
.personajecombo a {
  text-align: center;}

.titulos {
  margin-top: 60px;
  width: 55%;
  margin-left: 25%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;}

.titulos h1 {
  margin-right: 5px;}

.titulos img {
  margin-right: 5px;
  margin-left: 5px;}


/* Texto LEGAL */
.infolegal {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;}

.infolegal img {
  height: 30px;
  margin-top: 12px;
  margin-right: 10px;}

.encabezadoL {
  background-color: #777;
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
  display: flex;
  flex-direction: row;}

.encabezadoL h1 {
  margin-left: 15px;}

.encabezadoL p {
  color: #e4d657;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 1.1em;}

.textoL {
  background-color: #777;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;}

.textoL p{
  color: #ddd;
  line-height: 1.3em;}

.atencion {
  border: 1px solid rgb(221, 18, 123);
  background: rgb(255, 239, 250);
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;}

.atencion p {
  color: #555;
  line-height: 1.3em;}


/* Form */
.pedidos {
  display: flex;
  flex-direction: column; 
  margin-left: 50px;
  margin-right: 50px;}

.pedidos h1 {
  color: rgb(14, 101, 139);}

.textoForm { 
  justify-content: center;}

.input_field {
  width: 380px;
  height: 25px;
  padding: 2px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid rgb(14, 101, 139);
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;}

.input_fieldG {
  width: 380px;  
  padding: 2px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid rgb(14, 101, 139);
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;}

.submit_btn {
  width: 80px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid rgb(221, 18, 123);
  font-size: 14px;
  text-align: center;}

.submit_btn:hover {
  background-color: #f5bfe3;}

.float_l {
  float: left;
  margin-top: 10px; 
  margin-bottom: 20px;}

.float_r {
  float: right;
  margin-top: 10px; 
  margin-bottom: 20px;}

.SeparadorForm {
  clear: both; 
  width:100%; 
  height: 20px;}

.Respuesta {
  height: 350px;}


 /* Footer */
.FAQ {
  margin:auto;
  padding-top: 40px;}

.FAQ h1 {
  text-shadow: none;
  transition: text-hadow 0.3s ease;}

.FAQ h1:hover {
  text-shadow: 2px 2px 4px rgba(44, 32, 39, 0.25);}

.FAQch {
  margin:auto;
  text-align: center;
  width: 220px;
  height: 300px;}

.FAQch img {
  margin-right: -20px;}

.info {
  width: 350px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;}

.info a {
  color: #555;}

.info a:hover {
  color: #2083ad;}

.atencionclientes {
  margin:auto;}

.legal {
  text-align: center;}









/* FIN IMPORTANTE PARA PC */
@media all and (min-width: 790px) {
.ancho_maximo {
  max-width: 1200px;
  margin: auto;}

.texto {
  margin-left: 50px;
  margin-right: 50px;}

.imprimibles, .pedidos {
  justify-content: center;
  align-items: center;}

.descripcion {
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
  margin-bottom: 40px;}
.descripcion h1 {
  font-size: 2.4em;
  text-align: center;}

#infoP {
  font-size: 15px;}

.unicaU {
  display: flex;
  flex-wrap: row;
  align-content: space-between;}

.unica img {
  max-width: 450px;}

.unica p {
  margin-left: 25px;}

.unica h1 {
  margin-left: 30px;}

.unicaP {
  display: flex;
  flex-wrap: wrap;}

.unicaP img {
  flex-basis: calc(100% / 3);
  width: 350px;
  padding: 20px;}  

.unicaP img:hover {
  border-style: solid;
  border-color:darkcyan;
  border-width: 1px;}

.valor img{
  padding-left: 25%;}

.personajecombo {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;}

.personajecombo img:hover{
  box-shadow:none;}

.incluye {
  padding-left: 30px;}

.infolegal img {
  height: 30px;}

.atencion {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;}

.textoForm h1 {
  text-align: center;}

.textoForm p {
  margin-left: 50px;
  margin-right: 50px;}

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

.combo img:hover{
  box-shadow:none;}

.caja {
  width: 270px;}

.caja:hover {
  border-style: solid;
  border-color:darkcyan;
  border-width: 1px;}

#precio {
  margin-bottom: 25px;}

.FAQ {
  display: flex;
  flex-direction: row;}

.atencionclientes {
  display: flex;
  justify-content: center;
  flex-direction: row;}


}
  