

.blog-page-index{
 max-width: 1000px;
    margin-right: auto;
    margin-left: auto; 
    margin-bottom: 150px;
  padding: 1rem 1rem 1rem 1rem;
}
:focus-visible{
  outline: 1px solid #2DBDCB;
}

/* .posts-page2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
} */


.blog-page__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid white;
}

.blog-page__image:hover img{
   border: 3px solid #2DBDCB;
}

.blog-page__image {
text-decoration: none;
}



.blog-page__image:nth-child(1){
    grid-column: span 2;
    grid-row: span 2;
}

.blog-page__image:nth-child(2){
    grid-column: span 2;
      grid-row: span 1;
  height: fit-content;
}

.blog-page__image:nth-child(2) .container-blog-page{
    height: 75%

}

.blog-page__image:nth-child(3){
    grid-column: span 2;
      grid-row: span 1;

}


.container-blog-page {
  position: relative;
  height:100%;
}

.image-page {
  display: block;
  width: 100%;
  height: auto;
}

.blog_next{
  position:absolute
}

.text_container-page{
  position:relative;
  width:100%;
  background:white;
  border: 2px solid white;
  border-radius: 0 0 3px 3px;
  padding: 0.5rem;  
}

.blog-page__image:hover .text_container-page{
   background:#2DBDCB;
   border: 2px solid #2DBDCB;
}

.blog-title-page{
 margin-top:0;
  color:#2DBDCB;
  font-size: .6rem;
  font-weight:400;
  margin-bottom:3px;

}

.blog-text-page{
  color:black;
  width: 70%;
  height: 50px;
  font-size:18px;
  margin-bottom: 0px;
}

.blog_next{
  position:absolute;
    right:calc( 1rem - 5px );
  font-family:Avenir, Arial !important;
  bottom:calc( 1rem - 15px );
  color:#2DBDCB;
  margin-bottom:0px;
 font-size:16px;
  font-weight: 600;
}

.blog-page__image:hover .blog_next,.blog-page__image:hover .blog-text-page{
  color:white;
}

.blog-page__image:hover .blog-title-page{
  color:black;
}
.dnd_area-row-2-background-color{
  background: #efefef!important;
}

#hs_cos_wrapper_widget_1664856947542 button {
    border: 0!important;
    position: absolute;
    right: 0;
    bottom: 0;
  height: 100%;
}
@media screen and (max-width:768px){
  .blog-title-page{
    font-size:.4rem
  }
  
  .blog-text-page{
    font-size:12px;
        width: 75%;
  }
  .blog_next{
    font-size:10px;
  }
}



h2.title-acc{
color:black;
  font-family: Avenir, Arial;
  font-size:32px;
}

.transition-hidden{
    opacity:0;
    transition: 3s ease;
}
#AccessoriesTitle,.gallery__text-preview{
  text-transform: lowercase;
}

#AccessoriesTitle,.gallery__text-preview::first-letter{
  text-transform: uppercase;
}

.gallery-linebent{
display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-right: 2vw;
    margin-left: 2vw;
    row-gap: 0px;

  margin-top:50px;
  max-width: 1000px;
    margin: auto;
  padding: 1rem 0;
}

.gallery__imagebent{
  position:relative;
  height:max-content;
  text-decoration:none;
}

.gallery__imagebent img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  background: white;
  max-height:20vw;
  padding:  0;
  aspect-ratio: calc( 16 / 9);
}

.container {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.gallery__text{
  border-bottom: 1px solid grey;
  margin-bottom: 0px;
  padding: 15px;
  color: black;
  margin-top: -2px;
}

.gallery__text-preview{
  color:black;
  padding: 13px 15px;
  margin-bottom: 0px !important;
}
.gallery__text-container{
 opacity:0; 
 background:#F7F7F7;
    opacity: 0;
  margin-bottom: 20px;
  max-height: 0px;  
}


.container:hover .gallery__text-container{
 opacity:1 !important; 
      -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
  max-height: 1000px;
}

.container:hover .gallery__text-preview{
/*   display:none; */
  background-color:#F7F7F7;
}

.gallery__paragraph{
  padding: 14px;
    min-height: 70px;
  color:black;
  margin-bottom: 0px;
    font-size: 15px;
  border-top: 1px solid black;
}

@media screen and (max-width:600px){
  .gallery-linebent {
    display: grid;
    gap: 0.5rem !important;
    grid-template-columns: repeat( auto-fit, minmax(33.33%, 1fr) );
    margin-left: 2vw;
    margin-right: 2vw;
    row-gap: 0;

  }
  .accessories-linebent{
      gap: 4rem 0.5rem !important;
}
    .gallery__text{
    font-size:20px;
  }
  .gallery__text-preview{
    background-color:#F7F7F7;
  }
  .gallery__text-container{
    opacity: 1;
  }

  
 .gallery__imagebent {
    height: 75vw !important;
}
   .gallery__imagebent img{
     max-height:35vw;
}
 .more-posts{
  padding: 0 1rem;
} 
}
.padding-imagen{
  padding: 2rem 1rem 1rem 1rem!important;
}

.pictures{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50% 50%;
    grid-gap: 1rem;
}

.gallery__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__image:nth-child(1){
    grid-column: span 1;
    grid-row: span 1;
}

.gallery__image:nth-child(2){
    grid-column: span 1;
      grid-row: span 2;

}

.gallery__image:nth-child(3){
    grid-column: span 1;
      grid-row: span 1;

}

.container {
  position: relative;
  height:100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #00b4c461;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.gallery__text-container{
  position: relative;
    width: 100%;
    height: auto !important;
    left: 0;
}

.container:hover .overlay {
  opacity: 1;
}

.gallery__text-container .text {
  color: white;
  font-size: 20px;
  position: absolute;
  text-align: left;
  padding:40px;
  width: 240px;
}

@media screen and (max-width:850px){
  
  .pictures {
        padding:unset !important;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

  @media screen and (max-width: 500px){
    .gallery__text-container .text {
        width: 100px;
    }
  }
@media screen and (max-width: 900px){
.gallery__text-container .text {
    font-size: 18px !important;
}
}

.gallery__image:nth-child(1){
    grid-column: span 1;
    grid-row: span 1;
}

.gallery__image:nth-child(2){
    grid-column: span 1;
      grid-row: span 2;

}

.gallery__image:nth-child(3){
    grid-column: span 1;
      grid-row: span 1;

}

}
}

.accessory-modal{
    
  }

.accessory .Line {
    width: 70%;
    margin-left: 4%;

}
.accessory .title {
    width: 25%;
    margin-top: 20px;
}

.accessory .hidden{
/*   display: none; */
  margin-top:0 !important;  
}

.gallery__text{
  font-size: 14px;
  display: none;
}
.gallery__text-preview{
  font-size: 16px;
}
.drop-down.options .Line,.drop-down.accessory .Line{
  display: none;
}
.arrow-block {
    cursor: no-drop;
 
}
@media screen and (max-width:600px){
  .Line {
      display: none !important;
  }
    #ModalAccessories .modal-content{
    width: 90%;
  }

  .gallery__paragraph {
    background-color: #F7F7F7;
    height: 100%;
}
.gallery__imagebent {
    height: max-content!important;
    width: 47%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: initial;
    flex-direction: column-reverse;
}
  .gallery__text-preview{
    height: 16%;
  }
  .gallery-linebent {
    display: flex;
    gap: 5% !important;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gallery-linebent a{
    width: 100% !important;
  }
  .gallery__text-container{

  max-height: unset;  
}
}

.more{
  width: 100%;
  color: black;
  text-transform: Uppercase;
  text-align: center;
  display: block;
  font-size: 32px;
  font-weight:bold;
  margin-bottom: 2rem;
}
.more:hover, .more:visited{
color: #2DBDCB;

}
.hidden{
display: none;
}