@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Thin.ttf');
  font-weight: 200;
}
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Didot';
  src: url('../font/Didot-Regular.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'Didot';
  src: url('../font/Didot-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Didot';
  src: url('../font/Didot-HTF-B06-Bold.ttf');
  font-weight: bold;
}

*{
  margin:0;
  padding:0;
  box-sizing: border-box !important;
  scrollbar-width: thin;
  scrollbar-color: #fad645 transparent;

}

html,body{

  font-family : 'Poppins' !important;
  color: #151522 !important;
  margin:0;
  padding:0;
  width: 100%;
  height: auto;
  font-weight: 300;
  color:rgb(75, 74, 74);

  /* Handle */
}


a,a:link,a:hover,a:focus {

  text-decoration:none;
  color:rgb(75, 74, 74);
}

.link-oblique {

  font-style: oblique;
  text-decoration: underline !important;
  font-family: 'Didot';
  font-size: 1.2rem;
  color:rgb(75, 74, 74);
  
}

ul:not(.list-ingredients), ol:not(.list-preparations) { margin-left:20px;}

  p { text-align: left; padding: 10px 0; font-size: 14px !important;}





  h1,h2,h3,h4 {
    margin:10px 0;
    font-style: 'Diddot' !important;
  }

  .h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Didot', serif !important; letter-spacing: 1.2px !important; 
  }




  .h1-without-img { margin:150px auto!important;}
  .bold{ font-weight:  bold !important;} 
  .semi-bold { font-weight: 600 !important; }


p{
  font-family : 'Poppins' !important;
}

.text-justify { text-align: justify; text-justify: inter-word; }
.text-poppins { font-family: "Poppins" !important;}
.text-didot   { font-family: "Didot" !important;}
.text-underline{ text-decoration: #383838 underline;}
.text-underline-yellow{ transition:0.5s; text-decoration: underline transparent 4px}
.text-underline-yellow:hover{ text-decoration: underline #fad645 4px; cursor: pointer;}
.letter-spacing-small{
  font-kerning: 1px;
  letter-spacing: 2px !important;
}
.letter-spacing-medium {
  font-kerning: 1px;
  letter-spacing: 3px !important;
}
.letter-spacing-big {
  font-kerning: 2px;
  letter-spacing: 5px !important;
}
.text-wrap{
  word-wrap: break-word;
}

.list-style-none {
  list-style: none;
}

.bg-opacity-0 {  background:none;}
.bg-opacity-1 {  background:rgba(0,0,0,0.1);}
.bg-opacity-2 {  background:rgba(0,0,0,0.2);}
.bg-opacity-3 {  background:rgba(0,0,0,0.3);}
.bg-opacity-4 {  background:rgba(0,0,0,0.4);}
.bg-opacity-5 {  background:rgba(0,0,0,0.5);}
.bg-opacity-6 {  background:rgba(0,0,0,0.6);}
.bg-opacity-7 {  background:rgba(0,0,0,0.7);}
.bg-opacity-8 {  background:rgba(0,0,0,0.8);}
.bg-opacity-9 {  background:rgba(0,0,0,0.9);}
.bg-opacity-10  {  background:rgba(0,0,0,1);}

.bg-cookie { background: #c6b4a6; }
.cookies-details{ display: none;}

/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fad645;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f1c619; 
}

.opacity-01 {  opacity: 0.1; }
.opacity-02 {  opacity: 0.2; }
.opacity-03 {  opacity: 0.3; }
.opacity-04 {  opacity: 0.4; }
.opacity-05 {  opacity: 0.5; }
.opacity-06 {  opacity: 0.6; }
.opacity-07 {  opacity: 0.7; }
.opacity-08 {  opacity: 0.8; }
.opacity-09 {  opacity: 0.9; }
.opacity-1  {  opacity: 1; }


.sizing-border {  box-sizing: border-box !important;}

.alertSideRight { box-shadow: 0 0 15px #dedddd;}
.alertBgError { background : #f36a6a; }
.alertBgAlert { background : #f5c382; }
.alertBgDefault { background : #82c1f5; }


#header {

  height: 75vh;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  cursor: pointer;
}


#header > img{
  width: 100%;
  object-fit: cover;;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

#header:hover > img{
  opacity:1 !important;
}



.icon-social, .icon-social img, .icon-social a {
    width: 25px;
    height: 25px;
    transition:top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    cursor: pointer;
    top:0em;
    list-style: none;
    position: relative;
}

.icon-social:hover img { top:-100% !important; }
.icon-social:hover img:nth-child(1n+2) { opacity:0.3}
.pin { cursor: pointer; transition: 0.8s; opacity:0;}
.img-pin:hover ~ .pin, .pin:hover{ opacity: 1; }


.img-logo {

  width: 50%;

}

.tag {
  letter-spacing: 2px !important;
  cursor: pointer;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}

.tag:hover{

  color:white;
  background: #535353;

}

.imgCover{
  object-fit: cover;
}


.imgEffect {

  transition-duration: 0.5s;
}
.imgEffect:hover {

  transform: scale(1.2,1.2);

}

.listIngredientes {

  list-style: none;
  margin-left: 15px;
  
}

.listIngredientes li::before {

  content:"- ";

}

.listPreparation {
  list-style-type: decimal;
}

.listPreparation li {
  margin:20px;
  text-align: justify;
}



.container-loader {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: #00000038;
}


.loader {
  border: 14px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #474d4e;
  border-bottom: 14px solid #474d4e;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}





.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;

}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index:10;
  transition-duration: 0.3s;
  border-radius: .25rem;
}

.overSelect:active, .overSelect:hover {

  display: block;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  
}

.overSelect:focus {

  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);

}


.checkboxes {
  display: none;
  position: absolute;
  top:0;
  right:0;
  left:0;
  padding:50px 0px 10px 0px;
  background: linear-gradient(transparent 0,transparent 38px, #fafafa 38px,#fafafa);
  border: 1px #dadada solid;
}

.overSelect:active .checkboxes, .checkboxes:hover {

  display:block;

}
.overSelect:active option{
  display:none;
}



 /* Customize the label (the container) */
 .container-check {
  display: flex;
  align-items: center;
  position: relative;
  padding:5px 5px 5px 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9rem;
  transition-duration: 0.3s;


}

.container-check:hover {

  background-color: #dbdada;

}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 15px;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

} 





/* The container */
.container-check-cookies {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check-cookies input {
  position: absolute;
  opacity: 0; 
  z-index: 100;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left:0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
} 

/* On mouse-over, add a grey background color */
.container-check-cookies:hover input ~ .checkmark {
  background-color: rgb(235, 235, 235);
}

/* When the checkbox is checked, add a blue background */
.container-check-cookies input:checked ~ .checkmark {
  background-color: #000000;
}



.border-dashed-grey-1 { border:1px dashed #ccc; }
.border-dashed-grey-2 { border:2px dashed #ccc; }
.border-dashed-grey-3 { border:3px dashed #ccc; }
.border-grey-1 {  border:1px solid #151522; }
.border-grey-2 {  border:2px solid #151522; }
.border-grey-3 {  border:3px solid #151522; }
.border-dashed-1 {  border:1px dashed #151522; }
.border-dashed-2 {  border:2px dashed #151522; }
.border-dashed-3 {  border:3px dashed #151522; }
.border-1 {  border:1px solid #151522; }
.border-2 {  border:2px solid #151522; }
.border-3 {  border:3px solid #151522; }
.btn-black { transition-duration: 0.5s; cursor: pointer;}
.btn-black:hover { color:#fff; background:  #151522;}
.btn-black-selected { transition-duration: 0.5s; cursor: pointer; background:  #151522; color:#FFFFFF;}
.btn-black-selected:hover { background:#fff; color:  #151522;}
.btn-yellow { transition-duration: 0.5s; cursor: pointer; }
.btn-yellow:hover { background:#fad645; ;color:#000000; }
.btn-yellow-selected { transition-duration: 0.5s; cursor: pointer;color:#000000;  background:#fad645 !important;}
.btn-yellow-selected:hover { background:#f1c619;}
.btn-setup{
  position: absolute;
  left:-3.5rem;
  top:200px; 
  z-index:-1;
  background:#fad645;
  padding:2.5rem 1rem 1.5rem 1rem;
  letter-spacing: 0.5rem !important;
  writing-mode: vertical-rl;
  text-orientation: upright;
  cursor: pointer;
}


.top{ top:0;}
.right{ right:0;}
.bottom{ bottom:0;}
.left{ left:0;}


.border-mandatory{ border:2px solid rgb(223, 58, 58) !important;}

.color-grey {
  color:#ccc;
}

.color-grey-letter {
  color:#151522;
}

.color-yellow { color: #fad645 !important;}
.bg-yellow { background: #fad645; }
.bg-yellow-dark { background: rgb(240, 194, 12); }
.bg-black-trans { background: #000000ad; }
.bg-new { background: #f3faf1; }
.border-yellow {  border:2px solid #fad645; }


.list > div { transition-duration: 0.5s;}
.list:hover > div { background-color: #eaeaea !important; }

.rating {
  transition-duration: 0.1s;
  line-height: 2.8rem;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 1.5rem;
 }

 .rating > span .rating-mark{
   content: "\2605";
   position: absolute;
}

.block-img .img-camera {

  position: static !important;

}
.img-camera {

  transition: 0.5s;
  height: 100%;

}
.img-camera:hover, .img-camera-sub:hover ~ .img-camera  {

  transform: scale(0.8) rotate(180deg);

}

.filter-header { position: relative; }

.filter-title {  margin-bottom:1.5rem }

.filter-title::before{
  content:'';
  display: inline-block;
  width: 0; 
  height: 0; 
  margin-right: 5px;    
  border-left: 15px solid #151522;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent; 
  transition-duration: 0.3s;
  z-index: -1;
}

.filter-title-input {
  position:absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left:0;
  top:0;
  background: red;
  cursor: pointer;
  z-index: 1;
}

.filter-title-input:checked ~ .filter-title::before{
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg); /* Standard syntax */
}




.filter-group { padding:0 15px; display:none}

.filter-select {
  position: relative;
  margin:0.6rem 0;
  display: flex;
  align-items: center;
}

.filter-input{
  cursor: pointer;
  width: 100%;;
  position:absolute;
  opacity:0;
}

.filter-check {
  position:relative;
  width: 15px;
  height: 15px;
  border: 1px solid #151522;
  border-radius:25px;
  margin-right: 15px;
  z-index: -1;
}


.filter-input:checked ~ .filter-check::before{
  content:'';
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  min-width: 7px;
  min-height: 7px;
  background: #151522;
  border-radius: 25px;
}


.list-ingredients {
  position: relative;
  list-style-type: none;
}

[contentEditable=true]:empty::after{
  content:attr(placeholder);
}


.delete-block-ingredients{
  cursor:pointer;
  position:absolute;
  top:-35px;
  padding:10px;
  line-height: 50%;
  color:#151522;
  right: -1px;

}

.delete-ingredient{
  cursor:pointer;
  position:absolute;
  right:8px;
}

.delete-step-preparation{
  cursor:pointer;
  position:absolute;
  right:25px;
  top:0;
}

.close-recipe-big{
  font-size: 2.5rem;
  transition-duration: 0.5s;
}

.close-recipe-big:hover {
  color:#e47272;
  font-weight: bold;
}

.close-recipe{
  font-size: 1.5rem;
  transition-duration: 0.5s;
}

.close-recipe:hover {
  color:#e47272;
}

.alias {cursor: alias !important;}
.all-scroll {cursor: all-scroll !important;}
.auto {cursor: auto !important;}
.cell {cursor: cell !important;}
.context-menu {cursor: context-menu !important;}
.col-resize {cursor: col-resize !important;}
.copy {cursor: copy !important;}
.crosshair {cursor: crosshair !important;}
.default {cursor: default !important;}
.e-resize {cursor: e-resize !important;}
.ew-resize {cursor: ew-resize !important;}
.grab {cursor: grab !important;}
.grabbing {cursor: grabbing !important;}
.help {cursor: help !important;}
.move {cursor: move !important;}
.n-resize {cursor: n-resize !important;}
.ne-resize {cursor: ne-resize !important;}
.nesw-resize {cursor: nesw-resize !important;}
.ns-resize {cursor: ns-resize !important;}
.nw-resize {cursor: nw-resize !important;}
.nwse-resize {cursor: nwse-resize !important;}
.no-drop {cursor: no-drop !important;}
.none {cursor: none !important;}
.not-allowed {cursor: not-allowed !important;}
.pointer {cursor: pointer !important;}
.progress {cursor: progress !important;}
.row-resize {cursor: row-resize !important;}
.s-resize {cursor: s-resize !important;}
.se-resize {cursor: se-resize !important;}
.sw-resize {cursor: sw-resize !important;}
.text {cursor: text !important;}
.url {cursor: url(myBall.cur),auto !important;}
.w-resize {cursor: w-resize !important;}
.wait {cursor: wait !important;}
.zoom-in {cursor: zoom-in !important;}
.zoom-out {cursor: zoom-out !important;}
.move {cursor: move !important;}


.fa, .fas,.far {

  min-width: 25px !important;

}

.slidecontainer {
  width: 80%;
  margin:0 auto;
}

.input-color {
  padding:0;
  margin:0;
  border:none;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  margin:0 auto;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 24px;
  border: 0;
  background: #ccc;
  border:2px solid #151522;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 5px;
  height: 24px;
  border: 0;
  background: #151522;
  border:2px solid #151522;
  border-radius: 0;
  cursor: pointer;
} 

.color-select {
  width: 25px !important;
  height:25px !important;
  box-shadow: 2px 2px 3px #ccc;
}

.undraggable {

    /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
    /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
    -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none; /* From IE10 only */
    user-select: none; /* Not valid CSS yet, as of July 2012 */

    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
   

}

.modal-search-bg{
  display: none;
  position: fixed;
  background:rgba(255, 255, 255, 0.949);
  opacity:0;
  overflow: auto;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index: 1000;
}

.modal-search{
  display: none;
  position: fixed;
  top:0;
  bottom:0;
  right:0;
  left:0;
  overflow: hidden;
  min-height: 100%;
  height: auto;
  padding: 50px 10px;
  color:#151522;
  z-index: 1001;
}

.modal-container-search-closed {
  position: relative;
  top:800px !important;
  opacity: 0;
  transition: 0.5s;
}

.modal-container-search {
  max-width: 700px;
  z-index: 1001;
  top:0px;
  transition: 0.5s;
}

.modal-search-input {
  width: 100%;
  border:0;
  padding: 15px 10px;
  border-bottom:1px solid #1515227c;
  background: transparent;
  outline:0;
}


.modal-search-get-content {
  z-index: 1001;
}

.comment-view {
  display: none;

}
.comment-view:hover {
  background: #f0f0f0;
}


/*
###############################
##   ANIMATIONS
###############################
*/

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


 @-webkit-keyframes animatetop {
  0% {top:-100%; opacity:0} 
  70%{top:40%; opacity:1; }
  100% {top:0 ;position: initial;}
}
      
@keyframes animatetop {
  0% {top:-100%; opacity:0} 
  70%{top:40%; opacity:1; }
  100% {top:0 ;position: initial;}
}


@-webkit-keyframes animatetop-2 {
  0% {top:-100%; opacity:0} 
  100% {top:0 ;opacity:1}
}
      
@keyframes animatetop-2 {
  0% {top:-100%; opacity:0} 
  100% {top:0 ;opacity:1}
}

@-webkit-keyframes animatebottom {
  0% {bottom:-100%; opacity:0} 
  70%{bottom:40%; opacity:1; }
  100% {bottom:0 ;position: initial;}
}
  
@keyframes animatebottom {
  0% {bottom:-100%; opacity:0} 
  70%{bottom:40%; opacity:1; }
  100% {bottom:0 ;position: initial;}
}

@-webkit-keyframes animatebottom-2 {
  0% {bottom:-100%; opacity:0} 
  100% {bottom:0 ; opacity:1}
}
  
@keyframes animatebottom-2 {
  0% {bottom:-100%; opacity:0} 
  100% {bottom:0 ; opacity:01}
}


@-webkit-keyframes animateleft {
  0% {left:-100%; opacity:0} 
  70%{left:40%;  }
  100% {left:0 ;position: initial; opacity:1;}
}
  
@keyframes animateleft {
  0% {left:-100%; opacity:0} 
  70%{left:40%;  }
  100% {left:0 ;position: initial; opacity:1;}
}

@-webkit-keyframes animateright {
  0% {right:-100%; opacity:0} 
  70%{right:40%;  }
  100% {right:0 ;position: initial; opacity:1;}
}
  
@keyframes animateright {
  0% {right:-100%; opacity:0} 
  70%{right:40%;  }
  100% {right:0 ;position: initial; opacity:1;}
}


@-webkit-keyframes animateshow {
  0% {transform:  scale(0); opacity:0} 
  100% {transform:  scale(1); opacity:1;}
}
  
@keyframes animateshow {
  0% { transform:  scale(0); opacity:0} 
  100% {transform:  scale(1);opacity:1;}
}




@media (min-width:0px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

/*
####################################################################################################################################################################################################################################################
############              MEDIA < 0            
####################################################################################################################################################################################################################################################
*/
/* Prevent the text contents of draggable elements from being selectable. */
  [draggable] {
    -moz-user-select: none;
    -khtml-user-select: none/;*
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
  }


  html,body {
    font-size: 14px;
  }
    


  h1,.h1-didot {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }      

  h2,.h2-didot {      
    font-size: 2.8rem;
    line-height: 3.8rem;
  
  }      
  h3,.h3-didot {      
    font-size: 2.5rem;
    line-height: 3.5rem;
  
  }      
  h4,.h4-didot {      
    font-size: 2.3rem;
    line-height: 3.4rem;

  
  }      
  h5,.h5-didot {      
    font-size: 2.1em;
    line-height: 3.3rem;
  
  }      
  h6,.h6-didot {      
    font-size: 1.8rem;
    line-height: 3.2rem;
  }      

  .h7-didot { font-size: 1.7rem; }
  .h8-didot { font-size: 1.6rem;}
  .h9-didot { font-size: 1.4rem;}
  .p-didot { font-size: 1.3rem;}

  /* This used to work for the parent element of button divs */
  /* But it does not work with newer browsers, the below doesn't hide the play button parent div */

  *::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }

  /* Old shadow dom for play button */

  *::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }

  /* New shadow dom for play button */

  /* This one works! */

  *::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }

  h1,.h1-poppins{
    font-size: 2.7rem;
    line-height: 4.5rem;
    letter-spacing: 3px !important;
  }      

  @media (min-width:576px) {
    h1,.h1-didot {
      font-size: 3.8rem;
      line-height: 6rem;
      letter-spacing: 3px !important;
    }    

  }

  h2,.h2-poppins{      
    font-size: 2.5rem;
    line-height: 4.2rem;
  
  }      
  h3,.h3-poppins{      
    font-size: 2.3rem;
    line-height: 4.1rem;
  
  }      
  h4,.h4-poppins{      
    font-size: 2rem;
    line-height: 3.7rem;

  
  }      
  h5,.h5-poppins{      
    font-size: 1.8rem;
    line-height: 3.4rem;
  
  }      
  h6,.h6-poppins{      
    font-size: 1.6rem;
    line-height: 3rem;
      }      

  .h7-poppins{ font-size: 1.5rem; }
  .h8-poppins{ font-size: 1.4rem;}
  .h9-poppins{ font-size: 1.3rem;}
  p,.p-poppins{ font-size: 1.2rem; letter-spacing: 0.1rem !important;}
  .small{ font-size: 0.7rem;}


.u-link { position: relative;  }
.u-link-oculto {  word-wrap: break-word; display:inline; position: relative;  top:-10px; left:5px;}
.u-link-oculto::after { content: "This will help the sprouts to grow evenly to the top."; width: 100%; position: absolute; left:0;  border-bottom:10px solid #fad645; }

.underline {
  text-decoration: underline !important;
}

.underline-yellow {
  position: relative;
}

.underline-yellow::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 20%;
  left:8px;
  bottom:15%;
  background:#fad645;
  z-index:-1;
}

.underline-yellow-poppins {
  position: relative;
  z-index: 2;
}

.underline-yellow-poppins::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 30%;
  left:8px;
  bottom:10%;
  background:#fad645;
  z-index:-1;
}



.underline-yellow-link-block-text{
  background-image : linear-gradient(transparent 60%, #fad645 0) !important; 
}

.underline-yellow-menu-link:hover  .underline-yellow-menu{
  border-bottom:10px solid #fad645;
}

.feed-instagram-link { position: cursor; overflow: hidden; }
.feed-instagram-img { transition: 0.5s; } 
.feed-instagram-link:hover .feed-instagram-img{ transform:scale(1.2); }

.underline-yellow-menu {
  position: relative;
  top:-1.4rem; 
  left:3px;
  display: inline;
  word-wrap: break-word;
  border-bottom:10px solid transparent;
  transition-duration: 0.5s;
  color:transparent;
  z-index: -1;
  transition-duration: 0.5s;
}


.underline-yellow-menu-normal {
  position: absolute;
  word-wrap: break-word;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: cacl(100% - 25px);
}

.underline-yellow-2 {
  position: relative;
  top:-1.45rem; 
  left:1rem;
  color:transparent;
  display: inline;
  word-wrap: break-word;
  border-bottom:0rem solid transparent;
  z-index: -1;
  transition-duration: 0.2s;
}

.underline-yellow-2-block-text {
  position: relative;
  color:transparent;
  display: inline;
  word-wrap: break-word;
  z-index: -1;
  transition-duration: 0.2s;
}

.underline-yellow-2-normal-block-text  {
  position: absolute;
  word-wrap: break-word;
  left:0;
  height: auto;
  margin:0 !important;
}

.underline-yellow-2-link {
  position: relative;
}

.underline-yellow-2-link:hover  .underline-yellow-2{
  border-bottom:1rem solid #fad645;
}

.underline-yellow-2-normal {
  position: absolute;
  word-wrap: break-word;
  left:0;
  right:0;
  top:0;
  height: auto;
  margin:0 !important;
  width: cacl(100% - 25px);

}

/*
###############################
##   menu
###############################
*/
.menu-movil {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 25px;
}

.menu-movil-btn  {
  width: 20px;
  position: absolute;
  left:0;
  top:25%;
  bottom:0;
  text-align: center;
  }

.menu-movil-btn span {
  width: 31px;
  height: 3px;
  border-radius: 4px;
  display: block;
  position: absolute;
  background: #151522;
  transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
  transform-origin : 0px 100%;
}

.menu-movil-btn span:nth-child(2){
  top:25%
}

.menu-movil-btn span:nth-child(3){
  top: 50%;
}


.visible_menu span:nth-child(1){
  transform: rotate(45deg) translate(-2px,1px); 
}

.visible_menu span:nth-child(2){
  opacity: 0;
}

.visible_menu span:nth-child(3){
  transform: rotate(-45deg) translate(-3px,3px); 
}


/*
###############################
##   CAROUSEL
###############################
*/
.box-carousel {
  width: auto;
  position: relative;
}

.box-carousel ul  {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}

.box-carousel li {
  position: relative;
  list-style: none;
  z-index: 0;

}
.box-carousel-content {
  position: absolute;
  width: 100vw;
  height: auto;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);

}


.box-carousel-category {
  margin-bottom: 50px;

}


.box-carousel-header {
  margin-bottom: 25px;
  font-size: 2.5rem;
  line-height: 4rem;
}


.box-carousel-text {
  line-height: 2rem;
}



.box-carousel img {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
}

.box-carousel-control {
  display: flex;
  height: 50px;
  margin-top: 50px;
  justify-content: center;
}


.box-carousel-control-btn {
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer !important;
  transition-duration: 0.5s;
}

.box-carousel-control-btn:hover {  background: #FFF !important; }
.box-carousel-control-btn-select {  background: #FFF !important; }




/*
###############################
##   MENU
###############################
*/
nav ul {

  align-items: center;
  justify-content: center;
  list-style: none;
  color:#151522;
}

nav li {
  padding:10px 0;
  color:#151522;
  letter-spacing: 4px !important;
}

.dropbtn {
  background-color: white;
  font-size: 16px;
  border: none;
  color:#151522;

  width: 100%;
}

.dropdown {
  position: relative;
  display: block;
  z-index: 100;
}

.dropdown-content, .dropdown-content-admin {
  display: none;
  min-width: 100%;
  padding:20px 0;
  background-color: #fff;
  z-index: 100;
  transition: 0.1s;
}

.dropdown-content-admin a {
  font-size:0.8rem !important;
  padding:5px 10px !important;
  transition-duration: 0.5s !important;
}

.dropdown-content-admin a:hover { 

  background: #e7e7e7 !important;

}

.dropdown-content a {
  position: relative;
  color: #151522;
  padding: 12px 25px;
  text-decoration: none;
  display: block;
  transition: 0.2s;
  font-size: 16px;
  border: none;
  color:#151522;
  letter-spacing: 4px !important;
}

.dropdown-content a span { position: relative;  }
.dropdown-content a:hover span::before {
  content: '';
  width: 100%;
  word-wrap: break-word;
  right:0;
  position: absolute;
  height: 10px;
  left:8px;
  bottom: 2px;
  background:#fad645;
  z-index:-1;
}

.dropdown-content:hover ~ button{ opacity: 1 !important; }
.dropdown-content a:hover { opacity: 1 !important;  }
.dropdown:hover { overflow: visible; }
.dropdown:hover .dropdown-content {display: block; opacity: 1; top:100%;}
.dropbtn:hover {  color: #151522 !important; }


/*
.dropbtn {
  background-color: white;
  color: #151522;
  font-size: 1rem;
  border: none;
  letter-spacing: 4px;  
}

.dropdown {
  position: relative;
  z-index: 100;
  display: block;

}

.dropdown-content {
  opacity: 0;
  height: 0;
  top: 100px;
  background-color: #fff;
  left:-20;
  right:-20;
  transition: height 0.1s;
  transition: opacity 0.5s;
}

.dropdown-content a {
  color: rgb(136, 135, 135);
  padding: 5px 20px;
  text-decoration: none;
  display: block;
  transition: 0.5s;
  letter-spacing: 1.2px;
}

.dropdown-content a:hover {
  color:#151522;
}

.dropdown:hover {

  overflow: visible;

}
.dropdown:hover .dropdown-content {display: block; opacity: 1; top:100%; height: auto;}

.dropbtn:hover {

  color: #151522 !important;
  opacity:1 !important;
}

*/



/*
###############################
##   BOX POST
###############################
*/
.box-info-post {
  width: 100%;   /* Ration 4:5 */
  min-height: 468px;  /* Ration 4:5 */
  margin:0 auto;
  overflow: hidden;
  position: relative;

}

.box-info-post-title {
  font-size: 2.7rem;
  margin:0 10px;
  line-height: 3rem;
  padding:15px;

}

.box-info-post-date {
  font-size: 1rem;
}


.box-info-post > a{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  justify-content: center;
  align-items: center;
}

.box-info-post img.three-last{
  object-fit: none !important;
  position: static !important;

} 

.box-info-post img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
}

.box-info-post :not(img) {
  z-index:10;
}

.box-info-post-container-text {
  background: rgba(0, 0, 0, 0.089);
  transition-duration: 0.5s;
  cursor: pointer;
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 100%;

  
}

.box-info-post-container-text:hover {  background: none; }
.box-info-post-container-text ~ img {  transition-duration: 0.5s; }
.box-info-post-container-text:hover ~ img {  transform: scale(1.2);}




/*
###############################
##   BOX HEADER HIDDEN MSG
###############################
*/

.box-grey {

  background-color:#fafafa;
  border:2px solid #dfdeda;
  padding:20px 35px;

}


.box-grey-nopadding {

  background-color:#fafafa;
  border:2px solid #dfdeda;
  border-radius: 30px;
  width: auto;

}

.box-question {

  display: none;

}

.box-msg {

  position: fixed;
  width: 100%;
  top:0;
  z-index:115; 
  display:none;
  text-align: center;
  color:white;
  
}
/*
###########################################################################################################
##    BLOCKS
###########################################################################################################
*/
.margin-block-1 { margin:5vh auto}
.margin-block-top-1{ margin-top:5vh }
.margin-block-bottom-1{ margin-bottom:5vh }
.margin-block-2 { margin:10vh auto}
.margin-block-top-2{ margin-top:10vh }
.margin-block-bottom-2{ margin-bottom:10vh;}


/*
###############################
##   BLOCK DRAG 
###############################
*/

.block-drag {
  position: relative;
  height: auto;
  min-height: 100px;
  margin: 0 auto;   

}

.block-drag::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);

  }

.block-drag.over {
  background: transparent;
  border: 5px dashed #ccc;
  opacity: 0.6;
}

.block-drag.drag-select {
  border:2px dashed #bbb;
}

.block-drag header {
  color: #fff;
  text-shadow: #000 0 1px;
  box-shadow: 5px;
  padding: 5px;
  background: -moz-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  background: -webkit-gradient(linear, left top, right top,
                               color-stop(0, rgb(0,0,0)),
                               color-stop(0.50, rgb(79,79,79)),
                               color-stop(1, rgb(21,21,21)));
  background: -webkit-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  background: -ms-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
}

.block-drag > .block-img-content, .block-drag > .block-text-content {
  transition-duration: 0.8s;
}
.block-drag:hover > .block-img-content, .block-drag:hover > .block-text-content {
  border: 1px solid #88C0F7 ;
}



/*
###############################
##   ROW TITLE
###############################
*/
.row-title {
  position: relative;
  box-shadow: 3px 7px 15px #dfdede;
  padding:15px 0;
}

.row-title .title-builder {
  font-family: 'Poppins' !important;
  font-size: 1.1rem;
  position: absolute;
  top:-18px;
  left:15px;
  background:#fff;
  padding:10px 25px;
  width: auto;
  border:1px solid #151522;
  box-shadow: 3px 7px 15px #dfdede;
  background:#151522;
  color:white;
}


.row-title-text {
  font-family: 'Poppins' !important;
  font-size: 1.1rem;
  border:1px solid #ffffff;
  background:#151522;
  color:white;
}

/*
###############################
##    BLOCK HEADER 
###############################
*/
.block-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative; 
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}

.block-header-layer {
  position: absolute;
  top:0; 
  left:0;
  min-height:100%; 
  min-width:100%; 
  z-index:2; 
  transition: 0.5s;
}

.block-header-layer:hover{
  background: rgba(0,0,0,0);
}

.block-header-img {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width: 100%;
  height: 100% !important;
  object-fit: cover; 
  z-index:1;
}

.block-header-text {
  overflow: hidden;
  font-weight: bolder;
  text-align: center;
  background: transparent;
  z-index: 3;
}



.block-header-text-edit {

  border:2px dashed #FFF;

}

/*
###############################
##    BLOCK TEXT 
###############################
*/

.block-type-text { width: 98%; }
.block-type-text-big {  width: 98% !important; }
.block-type-text-small {  width: 98% !important; }

.block-type-text iframe, 
.block-type-text-big iframe, 
.block-type-text-small iframe{ max-width: 100% !important; }

.block-text-content {
  min-height: 150px;
  border: 1px dashed #ddd;
  background:white;
  word-wrap: break-word;
  
}


.block-control-text {
  display: flex;
  justify-content: flex-end;
}


.note-editor {
  border: 1px dashed #bbb !important;
}

span { letter-spacing: inherit !important;}

.panel-heading {
  background:rgb(245, 244, 244) !important;
}


.block-mini-panel-drag{
  text-align: center;
  width: 100%;
  position: relative;
  color:#34495e;
}


/*
###############################
##   BLOCK IMAGES 
###############################
*/

img{border:0;}

.img-none {
  display: flex;
  justify-content: center;
  align-items: center;
  color:#aaa;
}

.block-type-img {
  width: 100%;
} 

.note-editable {
  padding:1.5rem !important;
}

.block-img-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  min-height: 150px;
  border: 1px dashed #ddd;
}


.block-img-movil-wrap {
  flex-wrap	:wrap !important;
}

.img-last-post {
  width: 500px;
  height: 625px;
}

.img-block {  min-width: 100%;  box-sizing: border-box;}
.img-fit-cover { object-fit: unset;}
.img-block-base { width: 200px;}

/* Config 1 */
.img-config-1-img-1 { width: 100%; height: auto;   }
.img-config-1-img-2 { width: 100%; height: auto;   }

/* Config 2 */
.img-config-2-img-1 { width: 100%; height: auto;   }

/* Config 3*/
.img-config-3-img-1 { width: 100%; height: auto;   }

/* Config 4*/
.img-config-4-img-1 { width: 100%; height: auto;   }
.img-config-4-img-2 { width: 100%; height: auto;   }

/* Config 5*/
.img-config-5-img-1 { width: 100%; height: auto;  }

/* Config 6*/
.img-config-6-img-1 { width: 100%; height: auto;    }

/* Config 7*/
.img-config-7-img-1 { width: 100%; height: auto; }


  

.img-none { display: none;} 
.img-arrows-control { box-shadow: 0 0 15px rgb(250, 250, 250); background:#fad645; }

.padding-0 { border:0 solid #fafafa !important; }
.padding-1 { border:5px solid #fafafa  !important; }
.padding-2 { border:10px solid #fafafa  !important; }
.padding-3 { border:15px solid #fafafa  !important; }
.padding-4 { border:20px solid #fafafa  !important; }
.padding-5 { border:25px solid #fafafa  !important; }

.padding-pro-0 { border:0 solid #ffffff !important; }
.padding-pro-1 { border:5px solid #ffffff  !important; }
.padding-pro-2 { border:10px solid #ffffff  !important; }
.padding-pro-3 { border:15px solid #ffffff  !important; }
.padding-pro-4 { border:20px solid #ffffff  !important; }
.padding-pro-5 { border:25px solid #ffffff  !important; }

.block-img:hover > .img-control-position { opacity: 1;}
.img-control-position:focus{ opacity: 1;}
.img-control-position { 
  opacity:0; 
  transition-duration: 0.5s; 
}

/*
###############################
##   BLOCK CREATE
###############################
*/

.block-create {
  display: flex;
  justify-content: center;
  align-items: center;
  color:rgb(128, 128, 128);
  height: 100px;
  width: 100%;
  padding:5px;
  margin: 20px auto 150px auto;
  text-align: center;
  cursor: pointer;
}


.block-create-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin:5px;
  border: 2px dashed #66666665;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;

}


.block-create-box:hover{ background-color: rgb(240, 236, 236); }


/*
###############################
##   ARTICLE LAST POST
###############################
*/
.article-last-post {
  position: relative;
}
.article-last-post:nth-child(even) {
  -webkit-animation-name: animateshow ;
  -webkit-animation-duration:1s;
  -webkit-animation-timing-function: ease;
  transition-timing-function: ease;
  animation-name: animateshow ;
  animation-duration: 1s;

}

.article-last-post:nth-child(odd) {
  -webkit-animation-name: animateshow ;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  transition-timing-function: ease;
  animation-name: animateshow ;
  animation-duration: 1s;

}




/*
###############################
##   PANEL
###############################
*/
.panel-main-left { width:auto; border-right:1px solid #ccc; }
.panel-setup-right { width:250px !important; position: fixed; right:-250px; bottom: 0; top:0; border-left:1px solid #ccc; background: #fafafa; z-index: 100;}
.panel-setup-title { text-align:center; border-bottom: 1px solid #bbb; padding:10px}
.panel-setup-attr { display: flex; flex-wrap: wrap; justify-content: space-between;}
.panel-setup-img {margin-top: 50px;}
.panel-setup-text {margin-top: 50px;}
.panel-setup-title-second {text-align: center; font-size: 1rem; margin-top: 25px;}
.panel-setup-item { 
  width: 30px; margin:3px; 
  transition-duration: 0.3s; 
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  display:block; border:2px solid transparent;
}
.panel-setup-item:hover { border:2px solid #ccc; cursor: pointer;}
.panel-setup-item-block {
  width:100%; 
  margin:15px 6px 15px 6px; 
  transition-duration: 0.3s; 
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  display:block; 
  border:2px solid transparent; 
}
.panel-setup-item-block:hover { border:2px solid #ccc; cursor: pointer;}
.panel-setup-item-select { border: 1px solid #88C0F7 ;}


        
.btn-size-text {
  margin:0 auto;
  padding:0px 20px;
  border:2px solid #151522;
  width: 75%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  cursor:pointer;
}

.btn-size-text:hover {
  background:  #151522;
  color:#FFF;
}

.btn-size-text-select {
  background:  #151522 !important;
  color:#FFF !important;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.btn-size-text-select:hover {
  background:  #fccc2e !important;
  color:#221f15 !important;
}

  .btn-drag{
    text-align: center;
    font-size: 1.5rem;
  }

  .btn-close{
    position:absolute;
    right:8px;
    top:0px;
    font-size: 1.5rem;
    cursor: pointer;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
  }

  .btn-close:hover{
    color:red;
  }
 
 
  .btn-pointer { cursor: pointer;}  


  .btn-edit-post{
    position: fixed;
    right:0;
    top:200px; 
    z-index:10;
    background:#fad645;
    padding:2.5rem 1rem 1.5rem 1rem;
    letter-spacing: 0.5rem !important;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
  } 

  .btn-edit {
    border:1px  dashed #eee;
    transition-duration: 0.8s;
    cursor: pointer;
    padding:3px 20px;
    margin-left: 5px;
    min-width:100px;
    text-align:center;
  }

  .btn-edit:hover { background-color: #919EAB; color: white;}

  .btn-accept {
    border:1px  dashed #eee;

    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    cursor: pointer;
    padding:3px 20px;
    margin-left: 5px;
    min-width:80px;
    text-align:center;
  }

  .btn-accept:hover { background-color: #88C0F7; color:white;   }

  .btn-disabled{ color: #ddd !important; }
  .btn-disabled:hover{ background: none; color: #ddd !important; }


  
  
  }
  
  

/*
####################################################################################################################################################################################################################################################
############              MEDIA < 400            
####################################################################################################################################################################################################################################################
*/
  
  @media (min-width:576px)  { /* smartphones, Android phones, landscape iPhone */ 
  
    
    html,body {
      font-size: 12.5px;
    }


    .box-info-post {
      width: 540px;
      height: 665px;  
      padding:0;
    }

    .box-info-post img.three-last{
      object-fit: cover !important;
      position: absolute !important;
    
    } 
  
  }
  
  
/*
####################################################################################################################################################################################################################################################
############              MEDIA < 600            
####################################################################################################################################################################################################################################################
*/
  @media (min-width:768px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
  
    
    html,body {
      font-size: 13px;
    }

    .block-type-text {
  
      width: 80%;
    
    }
    
    
    .block-type-text-big {
      
      width: 98% !important;;
    
    }
    
    .block-type-text-small {
      
      width: 50% !important;
    
    }




    
    .box-carousel-category {
      font-size: 1.2rem;

    }

    
    .box-carousel-header {
      font-size: 3rem;
      margin-bottom: 25px;
    }


    .box-carousel-text {
      font-size: 1.5rem;
      line-height: 2rem;
    }


    .underline-yellow-2:hover::before{
      top:0.8rem;
      text-decoration:line-through solid 15px #fad645 !important;
    } 


    .box-info-post {
      width: 330px;   /* Ration 4:5 */
      height: 450px;  /* Ration 4:5 */
      margin:10px;
      overflow: hidden;
      position: relative;
    
    }

  }
  
  
  
/*
####################################################################################################################################################################################################################################################
############              MEDIA < 801            
####################################################################################################################################################################################################################################################
*/
@media (min-width:992px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

  p,.p-poppins{ font-size: 0.9rem; letter-spacing: 0.07rem !important; line-height: 1.6rem; overflow-wrap: break-word;}

  .column {
    flex: 50%;
    max-width: 50%;
  }
  .underline-yellow-menu-normal {    left:25px;  } 

  html,body {
    font-size: 14px;
  }

  /*
  ###############################
  ##   BOX RECIPE
  ###############################
  */
  .box-info-post {
    width: 292px;   /* Ration 4:5 */
    height: 460px;  /* Ration 4:5 */
    padding:10px;
    margin:initial;
  
  }

 
  .box-info-post-title {
    font-size: 2rem;
  }

  .underline-yellow::after {
    height: 10px;
  }

  nav ul {

    justify-content: space-between;
  }
  
  nav li {
    color:#151522;
    letter-spacing: 4px !important;
  }



  .margin-block-1 { margin:10vh auto}
  .margin-block-top-1{ margin-top:10vh }
  .margin-block-bottom-1{ margin-bottom:10vh }
  .margin-block-2 { margin:20vh auto}
  .margin-block-top-2{ margin-top:20vh }
  .margin-block-bottom-2{ margin-bottom:20vh }


 

  /* Config 1 */
  .img-block {  width: 100%; min-height: 100%;  box-sizing: border-box;}
  .img-fit-cover { object-fit: cover;}
  .img-config-1-img-1 { width: 50%; height: 300px;  }
  .img-config-1-img-2 { width: 50%; height: 450px;  }

  /* Config 2 */
  .img-config-2-img-1 { width: 50%; min-height: 50px; }

  /* Config 3*/
  .img-config-3-img-1 { width: 33.3%;   height: 450px;  }

  /* Config 4*/
  .img-config-4-img-1 { width: 100%;   height: 400px;  }
  .img-config-4-img-2 { width: 100%;   height: 300px;  }

  /* Config 5*/
  .img-config-5-img-1 { width: 100%;   height: auto;  }

  /* Config 6*/
  .img-config-6-img-1 { width: 100%;   height: 760px ;  }

  /* Config 7*/
  .img-config-7-img-1 { width: 50%;   height: auto; }

  .block-img-movil-wrap {   flex-wrap: unset !important;  }


  

  .filter-group { display:block; }
  .filter-title::before { display:none !important; }



  /*
  ###############################
  ##   MENU
  ###############################
  */
      
  .dropbtn {
    background-color: white;
    font-size: 16px;
    border: none;
    color:#151522; 
    width: 100%;
    letter-spacing: 4px !important;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;

  
  }
  
  .dropdown-content {
    opacity: 0;
    position: absolute;
    top: 30px;
    left:-25px;
    right:-25px;
    min-width: 250px;
    padding:20px 0;
    background-color: #fff;
    z-index: 100;
    transition: 0.1s;
  }
  
  .dropdown-content a {
    position: relative;
    color: #151522;
    padding: 12px 25px;
    text-decoration: none;
    display: block;
    transition: 0.2s;
    font-size: 16px;
    border: none;
    color:#151522;
    letter-spacing: 4px !important;
   
  }

  .dropdown-content a span { position: relative;  }
  .dropdown-content a:hover span::before {
    content: '';
    width: 100%;
    word-wrap: break-word;
    right:0;
    position: absolute;
    height: 10px;
    left:8px;
    bottom: 2px;
    background:#fad645;
    z-index:-1;
}
  
  .dropdown-content:hover ~ button{ opacity: 1 !important; }
  .dropdown-content a:hover { opacity: 1 !important;  }
  .dropdown:hover { overflow: visible; }
  .dropdown:hover .dropdown-content {display: block; opacity: 1; top:100%;}
  .dropbtn:hover {  color: #151522 !important; }
  

  /*
  ###############################
  ##   CAROUSEL
  ###############################
  */


  .box-carousel-category {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }

  
  .box-carousel-header {
    letter-spacing: 2.8px !important;
    margin-bottom: 25px;
  }


  .box-carousel-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }


  .box-carousel img {
    height: auto !important;
  }



  .box-carousel-control-btn {
    width: 1rem;
    height: 1rem;
  }

  
  
}
  
/*
####################################################################################################################################################################################################################################################
############              MEDIA < 1025            
####################################################################################################################################################################################################################################################
*/
  @media (min-width:1240px) { /* big landscape tablets, laptops, and desktops */ 

    
    html,body {
      font-size: 14px;
    }

    nav ul {
      align-items: center;
      justify-content: space-between;
      list-style: none;
      color:#151522;
      transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
    }

    nav ul li {
      transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
    }

    nav li:hover:not(:hover),nav ul:hover li:not(:hover){
      opacity: 0.5;
      z-index: 100;
    }
  

    nav li {
      position: relative;
      color:#151522;
    }


    .box-carousel-category {
      font-size: 1.3rem;
      margin-bottom: 10px;
  
    }
  
    
    .box-carousel-header {
      font-size: 3.5rem;
      letter-spacing: 3px !important;
      margin-bottom: 30px;
    }
  
  
    .box-carousel-text {
      line-height: 2.1rem;
    }
  


   /*
    ###############################
    ##   BOX RECIPE
    ###############################
    */
    .box-info-post {
      width: 368px;   /* Ration 4:5 */
      height: 460px;  /* Ration 4:5 */
      padding:20px;
    }


    .img-config-1-img-1 { width: 50%; height: 450px;  }
    .img-config-1-img-2 { width: 50%; height: 650px;  }
  
    /* Config 2 */
    .img-config-2-img-1 { width: 50%; min-height: 50px; }
  
    /* Config 3*/
    .img-config-3-img-1 { width: 33.3%;   height: 450px;  }
  
    /* Config 4*/
    .img-config-4-img-1 { width: 100%;   height: 370px;  }
    .img-config-4-img-2 { width: 100%;   height: 793px;  }
  
    /* Config 5*/
    .img-config-5-img-1 { width: 100%;   height: auto;  }
  
    /* Config 6*/
    .img-config-6-img-1 { width: 100%;   height: 760px ;  }
  
    /* Config 7*/
    .img-config-7-img-1 { width: 50%;   height: unset !important; }

 
  }


/*
####################################################################################################################################################################################################################################################
############              MEDIA < 1400            
####################################################################################################################################################################################################################################################
*/
@media (min-width:1400px) { /* big landscape tablets, laptops, and desktops */ 


  
  html,body {
    font-size: 16px;
  }

  .block-type-text {
  
    width: 85%;
  
  }
  
  
  .block-type-text-big {
    
    width: 98% !important;
  
  }
  
  .block-type-text-small {
    
    width: 65% !important;
  
  }
  
  .block-type-img {
    width: 98%;
  } 

  .box-carousel-category {
    font-size: 1.3rem;

  }

  
  .box-carousel-header {
    letter-spacing: 3.8px !important;
    margin-bottom: 50px;
  }


  .box-carousel-text {
    line-height: 3rem;
  }

  
}
  
/*
####################################################################################################################################################################################################################################################
############              MEDIA < 1800            
####################################################################################################################################################################################################################################################
*/
@media (min-width:1800px) { /* big landscape tablets, laptops, and desktops */ 
    
    

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

  /* Create four equal columns that sits next to each other */
  .column {
    flex: 50%;
    max-width: 50%;

  }

  .column img {
    vertical-align: middle;
  }

}

