@charset "UTF-8";
body {
  min-height: 100vh;
  font-size: 18px; }

main {
  padding-bottom: 80px; }

/*MENU*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100; }

.imagen_miel img {
  border: 3px solid #624221;
  border-radius: 30px; }

.info_miel {
  background: rgba(255, 255, 255, 0.96);
  margin-top: -1rem; }

/* Estilos menú productos */
.nav-secon {
  background-color: #624221;
  color: #5abfc6; }

.nav-link {
  color: #fcfcfc;
  transition: background-color .5s ease-in-out; }

.nav-link:hover {
  background-color: #624221;
  color: #fcfcfc; }

.text_cita {
  font-size: 1.2rem;
  position: relative;
  top: 70%;
  color: white;
  text-align: right;
  margin-right: 40px;
  text-shadow: 1px 1px 1px #5abfc6; }

.bg-primary {
  background-color: #f99e21 !important; }

.btn-primary {
  background-color: #624221 !important;
  border-color: #160f07 !important; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #3c2814 !important; }

.btn-primary:active {
  background-color: #30848a !important;
  border-color: #236064 !important; }

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 191, 198, 0.5) !important; }

.columnaProd {
  border-style: solid; }

.conten {
  border-style: solid;
  border-color: #624221; }

.fas {
  color: green; }

.textoV {
  transform: rotate(180deg);
  margin: 0; }

.pContac {
  margin-left: 20px;
  text-align: center; }

.imgprod {
  width: 40%;
  margin: auto; }

.columnaProd {
  align-items: center;
  justify-content: center; }

.btnDescarga {
  width: 50%;
  padding: 5px;
  display: block;
  margin-top: 15px; }

.ficTec {
  border-style: solid;
  border-radius: 15px;
  border-color: #f99e21;
  text-align: center; }

.ficTec p {
  padding: 5px; }

.contenProd {
  width: 100%; }

/* Descargar archivo */
.fa-file-download {
  font-size: 4rem; }

.img_btndwl {
  width: auto;
  height: 4rem; }

/* ICON REDES */
.social-bar {
  position: fixed;
  right: 0;
  top: 20%;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
  padding-right: 30px; }

.icon_fbk {
  color: #624221 !important; }

.icon_twt {
  color: #624221 !important; }

.icon_int {
  color: #624221 !important; }

.icon_you {
  color: #624221 !important; }

.icon_red:hover {
  border-radius: 3rem;
  box-shadow: 0 0 0.5rem rgba(22, 130, 130, 0.5); }

/*   - - - - - - - - - - - - - - - - - - -*/
footer {
  font-size: .8rem;
  right: 0;
  left: 0px;
  bottom: 0px;
  width: 100% !important;
  height: auto;
  padding: 2px;
  background: #0973a3; }

.pruebaDIV {
  width: 100% !important;
  align-items: center;
  /*background: yellow;  */ }

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

.logProna {
  width: 70px;
  height: auto; }

.log_iki {
  height: 20px; }

.log_min {
  height: 70px;
  width: auto;
  /* 
      width: auto;
  height: 110px;
  */ }

@media screen and (min-width: 480px) and (max-width: 780px) {
  .textoV {
    writing-mode: horizontal-tb;
    margin: 0; } }

/*# sourceMappingURL=estprod_madera.css.map */
