/*
Theme Name: Samatex Child
Template: samatex
Author: (studio10) Jonathan Hidalgo
Description: Es un tema hijo de Samatex
Version: 1.0.0.
Updated: 2025-11-28
*/

/* Aquí el te todos los títulos en las páginas */
h3.et-heading .text-wrapper span.text {
  letter-spacing: -2px;
}

.project-layout.project-with-overlay .overlay-read-more,
.project-layout.project-with-overlay .project-category {
  color: #d2ffda !important;
}
#project-filter {
  visibility: hidden;
}
.navigation-wraper {
  display: none;
}
.project-description-title,
.project-meta-title {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600 !important;
}
.project-layout .project .post-body .post-title a, .et-image-box.classic .post-body .post-title{
	font-weight: 600 !important;
}
/* Esconder la textura cuadrículada */
rs-dotted.twoxtwodark {
  display: none !important;
}
/* Esconder la textura cuadrículada */
rs-dotted.twoxtwowhite {
  background: none !important;
}
/* Min-width: 1366px and max-width 1439px
---------------*/

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  /* Texture
		---------------*/

  .twoxtwodark,
  .threexthreedark,
  .grid-overlay-active[data-grid-overlay="black"] .grid-overlay {
    background-image: none !important;
  }

  .twoxtwowhite,
  .threexthreewhite,
  .grid-overlay-active[data-grid-overlay="white"] .grid-overlay {
    background-image: none !important;
  }
}

/* Min-width: 1440px and max-width 1599px
---------------*/

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  /* Texture
		---------------*/

  .twoxtwodark,
  .threexthreedark,
  .grid-overlay-active[data-grid-overlay="black"] .grid-overlay {
    background-image: none !important;
  }

  .twoxtwowhite,
  .threexthreewhite,
  .grid-overlay-active[data-grid-overlay="white"] .grid-overlay {
    background-image: none !important;
  }
}

/* Min-width: 1600px
---------------*/

@media only screen and (min-width: 1600px) {
  .hide1600 {
    display: none !important;
  }
  .disable1600.etp-parallax[data-parallax="true"] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  /* Texture
		---------------*/

  .twoxtwodark,
  .threexthreedark,
  .grid-overlay-active[data-grid-overlay="black"] .grid-overlay {
    background-image: url(images/overlay_dark_1600.png) !important;
  }

  .twoxtwowhite,
  .threexthreewhite,
  .grid-overlay-active[data-grid-overlay="white"] .grid-overlay {
    /* background-image: url(images/overlay_light_1600.png) !important; */
  }
}
/* Min-width: 1600px and max-width 1680px
---------------*/

@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  /* Texture
		---------------*/

  .twoxtwodark,
  .threexthreedark,
  .grid-overlay-active[data-grid-overlay="black"] .grid-overlay {
    background-image: none !important;
  }

  .twoxtwowhite,
  .threexthreewhite,
  .grid-overlay-active[data-grid-overlay="white"] .grid-overlay {
    background-image: none !important;
  }
}

/* Min-width: 1920px
---------------*/

@media only screen and (min-width: 1920px) {
  /* Texture
		---------------*/

  .twoxtwodark,
  .threexthreedark,
  .grid-overlay-active[data-grid-overlay="black"] .grid-overlay {
    background-image: none !important;
  }

  .twoxtwowhite,
  .threexthreewhite,
  .grid-overlay-active[data-grid-overlay="white"] .grid-overlay {
    background-image: none !important;
  }
}
