/*
Theme Name: Mirameh
Theme URI: http://example.com/twentytwentyfive
Description: Twenty Twenty-Four Child Theme
Author: Your Name
Author URI: http://msbarrons.com
Template: twentytwentyfive
Version: 1.0.0
*/
/* Add your custom styles here */

 *:focus{
    outline-width: 0;
    outline-style: none;
}
section {
    padding-block: 4rem !important;
}
footer, .entry-content {
    margin-top: 0px !important;
}
.wp-site-blocks, main {
    padding: 0px !important;
    margin: 0px !important;
}
.btnBase a.wp-element-button {
    background: none;
    color: #000;
    font-weight: bold;
    text-align: left !important;
    padding: 0px !important;
    margin-block: 2rem;
    text-transform: uppercase;
    transition: .5s;
}
.btnBase a.wp-element-button:hover {
    opacity: .6;
}
.btnBase a.wp-element-button:after {
    display: inline-block;
    content: '';
    width: .4em;
    height: .4em;
    margin-left: .4em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-bottom: .1rem;
    transition: .5s;
}
.btnBase a.wp-element-button:hover:after {
    transform: translateX(8px) rotate(45deg);
}
.roundBox {
    border-radius: 1.5rem !important;
    padding: 2rem !important;
}
.whiteBg {
    background: #fff !important;
}
.overTop {
    position: relative;
    top: -5rem;
    float: left;
}
.noPaddingTop {
    padding-top: 0px !important;
}
/*********marqueee*****/

.running-line-wrapper {
    max-width: 100%;
    margin: auto;
    width: 100%;
    overflow: hidden;
    padding-block: .5rem;
    background: #000;
    color: #fff;
}
.running-line {
   font-size: .7rem;
   font-family: sans-serif;
   font-weight: 700;
   text-transform: uppercase;
   white-space: nowrap;
}
.running-line {
   animation: run 40s linear infinite;
}
.running-line span {
    margin: 0 1rem;
}
@keyframes run {
   from {
      transform: translateX(0%);
   }
   /* Magic is here. This is the width of the elem with text after rendering the page */
   to {
      transform: translateX(-1683.35px);
   }
}
/*********manifiesto*******/
.manifest_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.manifest_slider {
  display: flex;
  gap: 1rem;
  transition: transform 0.3s ease-in-out;
  padding: 0 0 1rem 0;
  margin: 0;
  list-style: none;
}
.manifest_slider > li {
    flex: 0 0 49%;
    box-sizing: border-box;
    padding: 2rem;
    background: #ffffff;
    text-align: left;
    transition: opacity 0.5s ease;
    opacity: 0.5;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    min-height: 220px;  
    box-shadow: 0.5em 0.5em 0.5em 0px rgb(0 0 0 / 8%);
}
.manifest_slider li:nth-child(2n) {
    background: #c0c6cb;
}
.manifest_slider li:nth-child(2n) .slide-number {
    background: #fff;
    color: #000;
}
.slide-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgb(0 0 0);
    color: white;
    padding: 4px 11px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1rem;
    pointer-events: none;
    user-select: none;
}
button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0.5rem 1rem;
}
button.prev { left: 0.5rem; }
button.next { right: 0.5rem; }
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/***********SLIDER***********/
.swiper-wrapper {
    gap: 1rem;
}
.swiper-slide {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    position: relative;
}
.swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
}
.swiper-slide h3 {
    position: relative;
    color: #fff;
    z-index: 2;
}
.swiper-slide a:after {
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.56) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    z-index: 1;
}
.swiper-slide img {
    height: 100%;
    width: auto;
    position: absolute;
    transition: .5s;
}
.swiper-slide:hover img {
    opacity: .7;
    /* filter: blur(2px); */
    transform: scale(1.1);
}
/***********Flor*********/
.fotoFlor {
    border-radius: 50%;
    overflow: hidden;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1rem;
    max-width: 900px;
    margin: 3rem auto;
}
.gallery .gallery-item{
    margin:0px !important;
}
.gallery .gallery-icon.landscape {
    height: 100%;
    width: 100%;
}
.gallery-icon.portrait {
    height: 100%;
    width: 100%;
}
.gallery .gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .gallery-item:nth-child(1){
    grid-column: span 4;
    grid-row: span 2;
}
.gallery .gallery-item:nth-child(2) {
    grid-row: span 2;
}
.gallery .gallery-item:nth-child(2),
.gallery .gallery-item:nth-child(3){
    grid-column: span 2;
}
.gallery .gallery-item:nth-child(4),
.gallery .gallery-item:nth-child(5){
    grid-column: span 2;
}
.gallery .gallery-item:nth-child(6), .gallery .gallery-item:nth-child(7) {
    grid-column: span 3;
}
.faqsFlores summary, .descripcion {
    max-width: 1300px;
    margin: 0 auto;
    cursor: pointer;
}
.faqsFlores summary {
    font-weight: bold;
    text-transform: uppercase;
}
.faqsFlores details {
    border-top: 1px solid #000;
    background: #f0f0f0;
    margin-top: 0px !important;
    box-sizing: border-box;
    padding: 1rem 2rem;
/*    display: flex;
    flex-direction: row;
    gap: 2rem;*/
}
.faqsFlores details[open] {
    background: #fff !important;
}
/************EVENTOS************/
.eventosQuery li {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0.3em 0.3em 0.85em #0a0a0a47;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.eventosQuery li a {
    text-decoration: none;
}
.eventosQuery li img {
    max-width: 100%;
}
.eventosQuery li h2 {
    font-size: 1rem;
    margin: .25rem
}
.eventosQuery li .taxonomy-lugar_evento {
    font-weight: lighter;
    text-transform: uppercase;
}
img.grayScale {
    filter: grayscale(1);
}
.eventosQuery li h2 {
    font-size: 1rem;
    margin: .25rem;
    border-top: 1px solid;
    padding-top: 1rem;
    width: 100%;
}
div#infoEvento {
    border-left: 1px solid #000;
    padding-left: 1rem;
}
.infoEvent {
    font-style: italic;
}
.infoEvent {
    font-style: italic;
}
.infoEvent img {
    max-width: 100%;
    margin-bottom: .5rem;
}
.single-evento .taxonomyBarEvento {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
}
/************LOOPpost************/
/*.loopPost .search-layout {
    float: right;
}*/
.loopPost .form-inner {
    gap: .5em;
}
.loopPost .fa-times::before {
    color: #000;
    font-size: .8rem;
    line-height: 2rem;
}
.loopPost .search-form__input {
    background: #f0f0f1;
    border-radius: 2rem !important;
    border: 0px !important;
}
.loopPost .container-posts {
    padding-top: 2rem;
    border-top: 1px solid #000;
}
.loopPost .posts-found {
    display: none;
}
.loopPost .ymc-smart-filter-container .filter-link {
    background: #fff !important;
    border-radius: .7rem !important;
    border: solid 1px #000 !important;
    color: #000 !important;
}
.loopPost .ymc-smart-filter-container .filter-link.active {
    box-shadow: inset 0 0 0px 3px #000000;
}
.loopPost .container-posts img{
    height: 100% !important;
}
.loopPost .container-posts figure.media {
    aspect-ratio: 1 / 1;
    margin-bottom: .5rem !important;
}
.loopPost .container-posts .cat-inner {
    border-radius: 3rem;
    margin-bottom: .5em !important;
}
.loopPost .container-posts .category{
    margin-bottom: .5em !important;
}
.loopPost .container-posts article {
    border: 0px !important;
    padding: 0px !important;
}
.loopPost .title {
    font-size: 1.4rem !important;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: .5rem;
}
.loopPost .excerpt {
    font-size: 1rem;
}
hr {
    border-color: #000 !important;
    margin-bottom: 2.2rem !important;
}
/************CONTACTO************/
#columnaBotones .wp-block-cover {
    background: #433931;
}
#columnaBotones .wp-block-cover__inner-container {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.56) 100%);
}
#columnaBotones .wp-block-cover__inner-container p{
    height: 100%;
}
#columnaBotones .wp-block-cover__inner-container p a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 4rem;
    box-sizing: border-box;
    text-decoration: none;
}
#columnaBotones .wp-block-cover img {
    transition: .5s;
}
#columnaBotones .wp-block-cover:hover img {
    opacity: .7;
    /* filter: blur(2px); */
    transform: scale(1.1);
}
/*********contacto**********/
.wpforms-container{
    max-width: 80%;
}
button[type=submit] {
    background: #000 !important;
    border-radius: 2rem !important;
    padding: .5rem 2rem !important;
}
.wpforms-container .wpforms-submit-container {
    text-align: right;
}
.wpforms-container input[type=text], .wpforms-container input[type=email] {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}