/* ******************* */
/* * Estilos genéricos */
/* ******************* */

p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
small,
button,
label {
  color: #666;
}
p{
  text-align: justify;
  text-align-last: left;
  margin: 10px 0;
}

hr{
  margin: 10px 0;
}

a {
  text-decoration: none;
}

p.center{
  text-align: center !important;
  text-align-last: center !important;
  margin: 16px 0;
}
h1, h2, h3, h4, h5, h6, label {
  font-family: amaranth-bold;
}

.w3-hover-text-shadow{
  text-shadow: 0px 0px 0px rgb(255, 255, 255);
  transition: text-shadow .2s;
}

.w3-hover-text-shadow:hover{
  text-shadow: 1px 1px 3px rgb(117, 117, 117);
  transition: text-shadow .2s;
}

.w3-hover-shadow{
  box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
  transition: box-shadow .2s;
}

.w3-hover-shadow:hover{
  box-shadow: 0px 7px 17px -4px rgb(117,117,117);
  transition: box-shadow .2s;
}

.w3-hover-shadow:active{
  background-color: white !important;
  color: red !important;
}

.upper {
  text-transform: uppercase;
}

.shadow {
  box-shadow: 0px 10px 20px 0px #eaeaea;
}

/* *********************** */
/* * Fin estilos genéricos */
/* *********************** */

/* ******************************* */
/* * estilos para Nuestra historia */
/* ******************************* */

.w3-container.historia {
  max-width: 900px;
  margin: auto;
}

.w3-section.historia {
  margin-top: 32px;
  margin-bottom: 32px;
}

.testimonial {
  background-color: #f9f9f9;
  border-left: 4px solid purple;
  padding: 16px;
  margin: 16px 0;
}

.image-full {
  width: 100%;
  height: auto;
  margin: 16px 0;
}

.image-half {
  width: 100%;
  height: auto;
}

/* ************************************* */
/* * fin estilos para Nuestra historia * */
/* ************************************* */

/* ********************************* */
/* * estilos para página de inicio * */
/* ********************************* */

.header-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

/* **************************************** */
/* * fin de estilos para página de inicio * */
/* **************************************** */

/* ************************** */
/* * estilos sección admin  * */
/* ************************** */

#text {
  display: none;
  color: red
}

.frame {
  width: 35%;
  margin: auto;
}

/* ******************************** */
/* * Final estilos sección admin  * */
/* ******************************** */

/* *********************** */
/* * Menú movil FrontEnd * */
/* *********************** */

.capaOculta {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(96, 125, 139, 0.9);
  /* background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9); */
  overflow-x: hidden;
  transition: 0.5s;
}

.capaOculta .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.capaOculta-content {
  position: relative;
  top: 15%;
  width: 100%;
  padding-left: 20px;
  margin-top: 30px;
}

.capaOculta a,
.capaOculta button {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: orange;
  display: block;
  /* transition: 0.3s; */
}

.capaOculta a:hover,
.capaOculta button:hover    {
  color: #f1f1f1;
}

/* *************************** */
/* * Fin menú movil Font End * */
/* *************************** */

/* ***************** */
/* * Barra de menú * */
/* ***************** */

.menu-item {
  border: none;
  color: white;
  float: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  white-space: normal;
  font-size: 1rem;
  outline: 0;
  border-radius: 5px;
  padding: 16px;
  transition: 1s;
}

.active,
.menu-item:hover {
  color: purple;
  background-color: orange;
  border-color: lightgrey;
  border-radius: 5px;
}

/* ************************** */
/* * Fin barra de menú menú * */
/* ************************** */

/* ************ */
/* * Cabecera * */
/* ************ */

/* #barraMenu {
  font-size: 1.2rem;
  transition: 0.3s;
} */

#titulo{
  font-size: 48px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

#cabecera {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/cabecera-2.webp');
}

.contenedor {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.cuarto-centrado {
  width: 25%;
  text-align: center;
}

.mitad-centrado {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#logo {
  font-size: 1rem;
}

/* **************** */
/* * fin cabecera * */
/* **************** */

/* *************** */
/* * separadores * */
/* *************** */

/* * separador de estrella */
/* * Código a insertat *** */
/* <div class="astrodivider"><div class="astrodividermask"></div><span><i>&#10038;</i></span></div> */

.astrodivider {
  margin: 64px auto;
  width: 400px;
  max-width: 100%;
  position: relative;
}

.astrodividermask {
  overflow: hidden;
  height: 20px;
}

.astrodividermask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #9f89a5;
}

.astrodivider span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px white;
  background: #fff;
}

.astrodivider i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #9923aa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #9c27b0;
}

/* ******************* */
/* * fin separadores * */
/* ******************* */


#big-menu {
  position: sticky;
  top: 0;
  overflow: hidden;
}

#legal p {
  text-align: justify;
}


.invalido {
  border: red 2px solid !important;
}

.error {
  color: red;
}

#shop-img {
  left: 0;
  top: -50px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 90px;
  z-index: 1;
}

#login {
  min-height: 100%;
}

#login-panel {
  margin: 0 auto;
  width: 350px;
}

.back,
.front {
  backface-visibility: hidden;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  transform-style: preserve-3d;
  transition: .6s;
  width: 100%;
}

.flip-container {
  height: 420px;
  margin-top: 80px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

textarea.contacto {
  max-width: 568px;
  min-width: 320px;
  max-height: 180px;
  min-height: 180px;
}

/* **************** */
/* * Media Screen * */
/* **************** */

@media (max-width: 600px) {

  #titulo{
    font-size: 36px;
  }

  #cabecera {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/cabecera-2-mobile.webp');
  }

  #logo {
    font-size: 1rem;
  }

  #user_profile{
    width: 100% !important;
    margin: auto !important;
  }

  .frame {
    width: 90%;
    margin: auto;
  }

  textarea {
    max-width: 307px;
    min-width: 307px;
  }

  p {
    font-size: 18px;
  }
}

@media (min-width: 993px) {
  .w3-modal-content {
    width: 600px;
  }
}

@media (max-width: 1080px) {}

/* ******************** */
/* * Fin media Screen * */
/* ******************** */