/*
Theme Name: Nekomodels
Theme URI: https://oceanwp.org/
Author URI: https://inpublici.com
Template: oceanwp
Version: 0.0.3.
Updated: 2024-10-29 16:03:59
*/


/* diseño titulos filtros y categorias */
h4.widget-title {
    display: block;
    font-size: 1.41575em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 0 5px;
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 1;
    font-size: 1.3em !important;
    font-weight: 400;
    color: #e6e6e6;
    margin: 0 0 20px;
    color:#ffffff;
    text-align:center;
    border-radius: 8px 8px 0px 0px;
    background-image: url(https://nekomodels-maquetas.com/wp-content/uploads/2020/12/background-oscuro2.jpg);
    background-position: center;
    background-size: cover;
    line-height: 2.618;

}
.widget-title {
    font-size: 1.41575em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 300;
    display: block;
    padding:14px 0 30px 0;
    color: #e6e6e6;
    color:#ffffff;
    text-align:center;
    border-radius: 8px 8px 0px 0px;
    background-image: url(https://nekomodels-maquetas.com/wp-content/uploads/2020/12/background-oscuro2.jpg);
    background-position: center;
    background-size: cover;
    line-height: 1.618;

}

/* slider home */

.rc_slider_home {
  background: url(https://nekomodels-maquetas.com/wp-content/uploads/2020/11/imagen-avion-slider_home.jpg) center/cover;
  height: 80vh;
  position:relative;
}

.rc_slider_home::before {
  content:"";
  background: url(https://nekomodels-maquetas.com/wp-content/uploads/2020/11/home-header-splash.png) center/cover;
  background-repeat: no-repeat;
  background-size:50%;
  position:absolute;
  width: 100%;
  height:100%;
  opacity: 0.7;
}
.rc_slider_home_texto_tm {
  font-size:1.8em;
  font-weight:600;
}
.rc_slider_home_body {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:100%;

}
.home h1 {
    font-size: 2.7em;
    line-height: 1.214;
    letter-spacing: -1px;
    color:white;
    font-weight:200;
}
.home h1 .rc_frase_home {
 font-weight:600;
}

.page-id-4076133 h1 {
    font-size: 2.7em;
    line-height: 1.214;
    letter-spacing: -1px;
    color:white !important;
    font-weight:200;
}

.rc_slider_home_body h2{
  color:white;
}
/* end*/