/*
 Theme Name:   SubstrateAI Divi
 Theme URI:    https://www.elegantthemes.com/
 Description:  Divi Child Theme. Customized for SubstrateAI
 Author:       Andreu Climent
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

h1 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

#result-search img {
  opacity: 0.5;
  margin-top: 5%;
}

#result-search {
  text-align: center;
  padding: 5%;
}

.section-title {
  color: #91afbd;
  border-bottom: 1px solid #91afbd;
  padding-bottom: 8px;
  margin-top: 1em;
  margin-bottom: 1.2em;
}

.title-black {
  color: #000;
  border-bottom: 1px solid #000;
}

.bg-gray {
  background-color: #d9d8d9;
}

.pad-tb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-ver-mas {
  background-color: #91afbd;
  border: 1px solid #91afbd;
  border-radius: 4px;
  padding: 12px 16px;
  font-weight: 600;
  ;
  text-transform: uppercase;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.btn-smblue {
  background-color: #C3D2D9;
  border: 1px solid #C3D2D9;
  border-radius: 8px;
  padding: 12px 8px;
  margin-top: -5px !important;
  margin-left: 5px !important;
}

.btn-smblue a {
  padding-bottom: 0 !important;
}

.btn-ver-mas:hover,
.btn-ver-mas:active,
.btn-ver-mas:focus {
  background-color: #fff;
  border: 1px solid #000;
}

.btn-ver-mas a {
  color: #000;
}

.btn-tlg-mvl {
  display: none;
}

.btn.btn-telegram {
  color: #fff;
  border-radius: 8px;
  border-color: #399dd4;
  background-color: #399dd4;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 16px;
  float: right;
  margin-top: -72px;
}

.btn.btn-telegram:hover,
.btn.btn-telegram:active,
.btn.btn-telegram:focus {
  color: #399dd4;
  background-color: #fff;
  border: 1px solid #399dd4;
}

.btn.btn-telegram img {
  vertical-align: middle;
  border-style: none;
  margin-top: -5px;
}

.btn.btn-telegram .separador {
  width: 1px;
  background-color: #fff;
  padding-right: 1px;
  margin: 0 8px 0 6px;
}

.btn.btn-telegram:hover .separador {
  background-color: #399dd4;
}

.btn.btn-telegram:hover img,
.btn.btn-telegram:active img,
.btn.btn-telegram:focus img {
  filter: invert(20%);
}

.image-square {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 200px;
}

.sm-pagination {
  margin: 30px 0;
  float: right;
  display: flex;
  flex-wrap: nowrap;
}

.sm-pagination a,
.sm-pagination span {
  background-color: #fff;
  border: 1px solid #979797;
  padding: 8px 15px;
  margin: 2px;
}

.sm-pagination a {
  color: #000;
}

.sm-pagination span.current,
.sm-pagination a:hover {
  background-color: #3c3935;
  color: #fff;
}

.sm-pagination span.current:hover {
  background-color: #fff;
  color: #000;
}

.sm-thumbnail {
  background-color: #92afbd;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-politicas-y-terminos li a {
  padding: 0;
}

#menu-politicas-y-terminos li {
  border-right: 1px solid #000;
}

#menu-politicas-y-terminos li:last-of-type {
  border-right-color: transparent;
}

@media (max-width: 980px) {
  #buscador {
    display: none;
  }

  .ocultar-mobile {
    display: none;
  }
}

@media (min-width: 980px) {
  .ocultar-escritorio {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .btn-tlg-mvl {
    display: flex;
    justify-content: center;
    margin: 1.2rem 0 2.5rem 0;
  }

  .btn-tlg {
    display: none;
  }

  .btn.btn-telegram {
    margin-top: 0;
  }

}
.videos-opciones{
  margin-top: 20px;
}

.videos-opciones h2{
  color: #91afbd;
  border-bottom: 1px solid #91afbd;
  margin-bottom: 25px;
}
