
.img-fullwidth{width: 100%; max-width:1200px; margin:0 auto; display:block; height: auto;}

.optica .titulo-seccion {
  text-align: left;
  line-height: 60px;
  padding-left: 0;
}


.optica .titulo-bajada {
  text-align: left;
  font-size: 30px;
  color: #000;
  display: block;
  font-weight: 300;
  padding-left: 0;
}


.optica .separador {
  padding-top: 2em;
  border-top: 1px solid #bababa;
  margin-top: 2em;
}



.optica .article-details {
  border-bottom: none;
  padding-bottom: 1rem;
}


.single-optica .caja-autor {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}






.single-optica .caja-autor strong {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  margin-right: 0.7em;
  display: block;
  
}


.single-optica .publicated-by {
    font-size: 13px;
    display: flex;
    color: #000;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #c39d63;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
}





.single-optica .caja-autor span {
  font-weight: 300;
  font-size: 13px;
  width: 100%;
  
}


.single-optica .caja-autor img {
  width: 90px;
  border-radius: 50%;
  height: 90px;
  margin-right: 1em;
  object-fit: cover;
}


.col-optica  {
 position: relative !important;
 top: 0 !important;
 margin-bottom: 2em;

}



.col-optica .card-body {
  padding: 1rem 0;
}




.card-optica {
 flex-direction: row !important; 
 overflow: hidden;
}


.col-optica:nth-of-type(odd) .card-optica {
 background-color: #fff !important;
}


.col-optica:nth-of-type(even) .card-optica {
 background-color: #edf0fc !important;
 flex-direction: row-reverse !important;
}


.col-optica:nth-of-type(even) .boton-articulos {
 background-color: #cfd7f6;
}







.card-optica a img {
  width: 100%;
  object-fit: cover; 

}



.card-optica a.box-link-img {
  height: 230px;
  width: 100%;

}


.card-optica .boton-articulos {
  width: 25%;
  margin-left: 20px;
  border-radius: 5px;
}


.card-optica .boton-articulos:hover {
  width: 25%;
}





.shared-counts-wrap {
    margin: 40px 0 20px 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #c39d63;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.shared-counts-wrap:before {
    content: "Compartir este artículo";
    display: block;
    font-size: 16px;
    font-style: italic;

}


.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
    fill: #000000;
    width: 26px;
    height: 25px;
}


.shared-counts-wrap.style-icon .shared-counts-button {
    margin: 0px 5px;
}





@media (max-width: 720px) {
  .card-optica {
    flex-direction: column !important;
  }

  .card-optica a.box-link-img {
    width: 100%;
  }


  .card-optica a img {
    width: 100%;
  }

  .card-optica .boton-articulos {
    width: 100%;
    margin-left: 0;
  }

  .col-optica:nth-of-type(even) .card-optica {
    flex-direction: column !important;
  }

  .card-optica a.box-link-img {
    overflow: hidden;
  }



}







/* fin input reset */
a {
  color: #333333
}
a.hover {
  color: #333333
}
p.p1 a{color: #B2726C;}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.d-flex {
  display:flex;
}
.f-dr {
  flex-direction: row
}
.jc-end {
  justify-content: flex-end;
}
.jc-sa {
  justify-content: space-around;
}
.fd-column {
  flex-direction: column;
}
.ac-c {
  align-content: center;
}
.ai-c {
  align-items: center;
}
.d-ib {
  display: inline-block;
}
.ta-c {
  text-align: center;
}
.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}
.pos-f {
  position: fixed;
}
.pad-l-0 {
  padding-left: 0;
}
.pad-r-0 {
  padding-right: 0;
}
.mar-l-0 {
  margin-left: 0;
}
.mar-r-0 {
  margin-right: 0;
}
.w20 {
  width: 20%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}
.wh5 {
  width:50%;
  height:50%;
}
.of-hidden {
  overflow: hidden;
}
.z-index-10 {
  z-index: 10;
}
ul, li {
  margin: 0;
  padding: 0;

}


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.nav-container-item-list {
  margin: 0;
}


.italic {
  font-style: italic
}



/* mobile menu*/
.mobile-menu {
  overflow-y: auto;
  position: fixed;
  color: red;
  z-index: 200;
  background: #DDDDDD;
  width: 200px;
  height: 100%;
  transform: translateX(0%);
  transition: all .1s ease;
  box-shadow: 2px 2px 46px #333333;
}
/* MOBILE MENU */
.mobile-menu--closed {
  transform: translateX(-100%);
  box-shadow: none;
}
.mobile-menu__logo {
  padding: 2rem;
  border-bottom: 1px solid #888888;
  background: #333333;
}
.mobile-menu__logo > img{
  width: 33%;
}
.mobile-menu--container {
  margin: 1rem 0 1rem 0; 
  border-bottom: solid 1px #888888;
}
.mobile-menu__list__item {
  padding: 2rem;
}

.fix-container {
  width: 100%;
}
/* fin mobile menu */
/* CORTINA */
.courtain--show {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index:30;
  transition: all .3s ease;
}
/* fin cortina */
/* HEADER */
.main-menu__first{
  background: #333333;
}

.main-menu__first-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}
.first-menu-list__item{
  color:#FEFEFE;
  padding: 10px 15px;
  border-right: 1px solid #FEFEFE;
  box-sizing: border-box;
}
.first-menu-list__item a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.list-menu li {
  text-decoration: none;
  list-style: none;
  padding-left: 2.8rem;
  display: flex;
  align-items: center;
}
.pad-menu {
  padding: 8px 0 8px 0;
}
.main-menu__second {
  background: #DDDDDD;
  padding: 1rem 0 1rem 0;
  font-size: 13px;
}
.menu-second__search {
  border-left: solid 1px #333333;
  padding-left: 1rem;
  margin-left: 2.5rem;
  cursor: pointer;
}
.menu-second-top {
  border-bottom: solid 1px #333333;
}
.search-bar {
  padding:2rem;
  background-color: #353535;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all .3s ease;
  width: 100%;

}
.search-bar--show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 5;
}
.search-bar__input {
  height: 3rem;
  border-radius: 10px;
  background: #f3f3f3;
  border:none;
}

/* fin header */

.tiny-header {
  width: 100%;
  position: fixed;
  top:-176px;
  transition: all 0.3s ease;
  z-index: 200
}
.tiny-header--show {
  top:0px;
  z-index:12;
}
.nav-search-icon, .hamburger-menu {
  cursor: pointer;
}
/*  fin tini header */


.main-title {
  font-size: 6rem;
  margin: 3.5rem;
}
.main-content {
  margin-top: 4rem;
}
.recipe_by {
  padding-bottom: 3rem;
}


.bold {
  font-weight: bold
}
.category {
  border-bottom: solid 1px #BABABA;
  padding: 10px 0;
  font-size: 14px;
  color: #8897b6;
}
.recipe-back {
  background: #EEEEEE;
  position: relative;
  top: -12rem;
}
.recipe-container {
  padding: 2.5rem 0 4rem 7rem;
}
.recipe-detail__ingredients > ul > li{
  list-style-type: disc;
  margin-left: 1.5rem;
}
.recipe-step {
  text-align: center;
  font-size: 8rem;
  color: #CD938F;
}
.recipe-details {
  padding:2rem;
}



.bottom-banner {
  margin: 3rem auto;
}




.connect_to {
  color:#F6F6F6;
  font-size: 1.6rem;
}

.connect__icon {
  margin-right: 1rem;
  cursor: pointer;
}
.fab {
  display: inline-block;
  border-radius: 50%;
  color:black;
  background-color: white;
  padding: 0.6em 0.8em;
}

.i-fab--face-width {
  padding: 0.6em 1em
}

.store-links__container {
  margin: 3rem 0 3rem 0
}
.store-links {
  flex-direction: row;
  justify-content: flex-start;
}
.store-links__item {
  margin-right: 2rem
}
.article-gallery{
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.article-gallery li {
  margin-right: 1rem;
  text-decoration: none;
  list-style: none;
}
.img-article {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
