@import url("https://fonts.googleapis.com/css?family=Muli:800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300&display=swap");
@media (min-width: 300px) {
  /*Header*/
  .content-page {
    padding-top: 22%;
  }
  .navbar-nav > li:hover ul.sub-menu {
    display: none;
  }
  header a {
    color: #0055b8;
  }
  header .navbar-nav li {
    padding: 0px 9px 0px 25px;
    margin: 7px 9px 7px 9px;
  }
  header .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .contactmovil a {
    color: #FF8D39;
  }
  /*End Header*/
  /*Footer Styles*/
  .bg-suscribe {
    background: #c8c8c8;
    height: 250px;
  }
  .sub-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sub-align-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bg-subfooter {
    padding: 12px 0 0 0;
    line-height: 10px;
  }
  /*End Footer Styles*/
  /*Single Post Styles*/
  .margint {
    margin-top: -6%;
  }
  .img-slider {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .content-description {
    height: 120px;
  }
  /*End Single Post Styles*/
  /*Single product Styles*/
  .bg-single-product {
    height: 500px;
  }
  .position-stars {
    position: relative;
    top: 180px;
    margin-right: 3%;
  }
  .stars {
    font-size: 16px !important;
    color: #000;
  }
  .half-star {
    font-size: 13px !important;
    color: #000;
    margin-top: 2px;
  }
  .position-users {
    position: relative;
    top: 205px;
  }
  .users {
    font-size: 16px !important;
  }
  .price-line {
    font-size: 16px;
    margin-top: -7%;
  }
  .content-product {
    position: relative;
    top: 110px;
  }
  .marginsection {
    margin-top: 30%;
  }
  .comments textarea {
    width: 92%;
  }
  /*End Single Product Styles*/
  /*Category Page*/
  .btn-cat {
    margin-top: 5px;
  }
  .align-tag-cat {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .desc-cat-product {
    height: 190px;
    overflow: hidden;
  }
  .margin-btn {
    margin-top: 0px;
  }
  .price_cat {
    font-size: 18px;
    position: relative;
    top: 3px;
  }
  .tag_cat_child {
    position: relative;
    top: 1px;
  }
  /*End Category Page*/
  /*Sidebar Search*/
  .search-field {
    width: 80%;
  }
  /*End Sidebar*/
  /*Post relacionados*/
  .slick-slide .content-title {
    left: 15px;
    right: 15px;
  }
  .content-title {
    height: 91px;
    overflow: hidden;
  }
  /*End post relacionados*/
  /*Page margin-top*/
  .entry-header {
    margin-top: -56px;
  }
  .ml-entradas {
    margin-left: 0px;
  }
  /*page margin-top*/
  /*404*/
  .btn-404 {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #ff8d39;
    border-color: #ff8d39;
    color: #fff;
    padding: 20px 50px 20px 50px;
    border-radius: inherit;
    font-family: 'muli';
    font-weight: bold;
    font-size: 22px;
  }
  .title-notfound {
    padding: 2%;
  }
  .not-found {
    padding-top: 36%;
    padding-bottom: 10%;
  }
  /*End 404*/
  /*Search page*/
  .margin-article {
    margin-top: 32%;
  }
  /*end search Page*/
  /*Contact form message*/
  div.wpcf7 .screen-reader-response[role=alert] {
    height: 101px;
  }
  /*End Contact form message*/
  .imgsize {
    width: 100%;
    margin: auto;
  }
  .bg-gr {
    margin: 0 0 17px 0;
  }
  .tag-tit {
    padding: 3% 5% 1% 0;
  }
}

@media (min-width: 768px) {
  /*Header*/
  .content-page {
    padding-top: 17%;
  }
  /*End Header*/
  /*Footer Styles*/
  .bg-suscribe {
    background: #c8c8c8;
    height: 240px;
  }
  .sub-align-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    line-height: 24px;
  }
  .sub-align-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  /*End Footer Styles*/
  /*Single Post Styles*/
  .margint {
    margin-top: -2%;
  }
  .img-slider {
    height: 200px;
  }
  .content-decription {
    height: 113px;
  }
  /*End Single Post Styles*/
  /*Single product Styles*/
  .bg-single-product {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .position-stars {
    position: relative;
    top: 360px;
    margin-right: 3%;
  }
  .stars {
    font-size: 30px !important;
  }
  .position-users {
    position: relative;
    top: 410px;
    margin-left: 3%;
  }
  .users {
    font-size: 30px !important;
  }
  .price-line {
    font-size: 25px;
    margin-top: -7%;
  }
  .content-product {
    position: relative;
    top: 185px;
  }
  /*End Single Product Styles*/
  /*Post relacionados*/
  .slick-slide .content-title {
    left: 15px;
    right: 15px;
  }
  .content-title {
    height: 106px;
    overflow: hidden;
  }
  /*End post relacionados*/
}

@media (min-width: 992px) {
  /*Header*/
  .content-page {
    padding-top: 16%;
  }
  .navbar-nav > li:hover ul.sub-menu {
    display: block;
  }
  header a {
    color: #5A5C4F;
  }
  header .navbar {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  header .navbar-nav li {
    padding: 0px 9px 0px 8px;
    margin: 0px 0px 0px 0px;
  }
  header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*End Header*/
  /*Footer Styles*/
  .bg-suscribe {
    background: #c8c8c8;
    height: 220px;
  }
  .sub-align-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sub-align-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 32px;
  }
  .bg-subfooter {
    background: #495057;
    color: #fff;
    line-height: 20px;
  }
  /*End Footer Styles*/
  /*Single Post Styles*/
  .margint {
    margin-top: -3%;
  }
  .img-slider {
    height: 200px;
  }
  .content-decription {
    height: 113px;
  }
  .comments textarea {
    width: 145%;
  }
  /*End Single Post Styles*/
  /*Single product Styles*/
  .bg-single-product {
    height: 700px;
  }
  .position-stars {
    position: relative;
    top: 360px;
    margin-right: 3%;
  }
  .stars {
    font-size: 30px !important;
    color: #000;
  }
  .half-star {
    font-size: 27px !important;
    color: #000;
  }
  .position-users {
    position: relative;
    top: 410px;
    margin-left: 3%;
  }
  .users {
    font-size: 30px !important;
  }
  .price-line {
    font-size: 25px;
    margin-top: -7%;
  }
  .content-product {
    position: relative;
    top: 220px;
  }
  .marginsection {
    margin-top: 4%;
  }
  /*End Single Product Styles*/
  /*Category page*/
  .align-tag-cat {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .desc-cat-product {
    height: 190px;
    overflow: hidden;
  }
  .margin-btn {
    margin-top: -5px;
  }
  .price_cat {
    font-size: 28px;
    position: relative;
    top: 7px;
  }
  .tag_cat_child {
    position: relative;
    top: 4px;
  }
  /*End Category Page*/
  /*Sidebar*/
  .search-field {
    width: 70%;
  }
  /*End sidebar*/
  /*Post relacionados*/
  .content-title {
    height: 108px;
    overflow: hidden;
  }
  /*End post relacionados*/
  /*Page margin*/
  .entry-header {
    margin-top: 0px;
  }
  .ml-entradas {
    margin-left: -24px;
  }
  /*404*/
  .error-404 {
    padding-top: 12%;
    padding-bottom: 10%;
  }
  /*end 404*/
  /*Search page*/
  .margin-article {
    margin-top: inherit;
  }
  /*end search Page*/
  /*Contact form message*/
  div.wpcf7 .screen-reader-response[role=alert] {
    height: 101px;
  }
  /*End Contact form message*/
}

@media (min-width: 1200px) {
  /*Header*/
  .content-page {
    padding-top: 9%;
  }
  /*End Header*/
  /*Footer Styles*/
  .bg-suscribe {
    background: #c8c8c8;
    height: 220px;
  }
  /*End Footer Styles*/
  /*Single Post Styles*/
  .margint {
    margin-top: -3%;
  }
  .img-slider {
    height: 330px;
  }
  .content-decription {
    height: 113px;
  }
  /*End Single Post Styles*/
  /*Single product Styles*/
  .bg-single-product {
    height: 700px;
  }
  /*End Single Product Styles*/
  /*Contact form message*/
  div.wpcf7 .screen-reader-response[role=alert] {
    height: 75px;
  }
  /*End Contact form message*/
  .imgsize {
    width: 61%;
    margin: auto;
  }
  .tag-tit {
    padding: 0% 5% 1% 0;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Muli', sans-serif;
}

/*Header Styles*/
.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
  top: 0;
}

.topbar {
  background: gray;
  color: #000000;
}

.topbar a {
  color: #000000;
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 5px;
  list-style: none;
  margin-top: 5px;
}

.nav > li {
  position: relative;
  display: block;
}

.navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar {
  background: #f5f5f5;
  border-bottom: 2px solid #c8c8c8;
}

.nav-link {
  display: block;
  padding: .5rem 1rem !important;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

.socialr {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.socialr ul > li {
  padding: 0 0 0 15px;
}

ul > li > ul {
  list-style: none;
  display: none;
  background: gray;
}

ul > li > ul li {
  margin-left: -62px;
}

.sub-menu {
  position: absolute;
  top: 62%;
  z-index: 1000;
  padding: 0;
  display: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2) !important;
  background: #fff;
  min-width: 15rem;
  margin-top: 0;
  padding: 0px 0px 0px 30px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 16px;
  z-index: 99999;
}

.sub-menu li a {
  padding: 8px 16px;
  color: #fff;
  display: block;
  font-size: 0.948em;
}

.sub-menu li a:hover {
  background: #000;
  color: #fff !important;
}

.navbar-nav > li:hover ul.sub-menu {
  display: block;
}

.site-content {
  padding-top: 9%;
}

.btn-chat {
  color: #c9c9c9;
  border-radius: 8px !important;
}

.logo-mobile {
  margin-top: 3%;
  margin-bottom: 3%;
  max-height: 38px;
  max-width: 270px;
}

.navbar-nav li {
  padding: 0px 0px 0px 30px;
}

.navbar-nav a {
  text-decoration: none;
}

.menu-top-bar-container li {
  padding: 0px 0px 0px 45px;
}

/*End Header Styles*/
/*Footer Styles*/
.mt-suscribe {
  margin-top: 6%;
}

.btn-subscribe {
  color: #fff;
  border-radius: 0px;
  padding: 5px 40px;
  border: 2px solid #fff;
}

.bg-footer {
  background: #f5f5f5;
}

.form-control {
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

ul {
  padding: 0px 0px 8px 21px;
}

.padd-footer {
  padding: 50px 0 50px 0;
}

/*Enf Footer Styles*/
/*Single Products Styles*/
.description-product {
  width: 50%;
}

.description-product #description {
  height: 60px;
  overflow: hidden;
  margin-bottom: 5%;
}

.section-mt {
  margin-top: 2%;
}

.bg-single-product {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-product {
  width: 230px;
  height: 45px;
  background: #c8c8c8;
}

.title-product {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}

.bg-user {
  color: #fff;
}

.bg-users {
  background: rgba(114, 114, 114, 0.34);
}

/*End Single Products Styles*/
/*Page Styles*/
.title-page {
  text-transform: uppercase !important;
}

/*End Page Styles*/
/*Single Post Styles*/
.position-title-post {
  position: relative;
  top: 200px;
}

.bg-single {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-description {
  overflow: hidden;
  padding: 0px 10px 0px 10px;
}

.related a {
  color: #000;
  text-decoration: none;
}

.author {
  text-transform: capitalize;
}

/*End Single Post*/
/*Category page*/
.title-cat {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 0px;
  text-align: center;
}

.btn-cat {
  border: 2px solid #c8c8c8;
  width: 100%;
  border-radius: 6px;
}

.tag-btn {
  color: #c8c8c8;
  line-height: 2.5;
}

.bg-pleca {
  background: #c8c8c8;
}

.fa-clock, .fa-map-marker, .fa-id-card {
  margin-right: 10px;
  font-size: 16px;
}

.category-cv a {
  color: #000;
}

.category-cv a:hover {
  text-decoration: none;
  color: #000;
}

/*End Category page*/
/*Single Location*/
.bg-sidebar-product {
  background: #f5f5f5;
}

.title-location {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 89px;
  text-align: center;
}

.title-product-slider {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.item-location {
  height: 98px;
  overflow: hidden;
}

.bg-big-pleca {
  background: #C8C8C8;
  height: 160px;
}

.slide_location {
  /* .div-img.hidden {
          overflow: hidden;
      } */
}

.slide_location .text {
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0px;
}

.slide_location .img-sliderl {
  height: 400px;
}

.slide_location .div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slide_location .div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  background: #fff;
}

.slide_location .div-img:hover .img {
  transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  -moz-transform: translate(0px, -100px);
  -webkit-transform: translate(0px, -80px);
  -o-transform: translate(0px, -100px);
}

.slide_location .btn-slider-book {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  height: 50px;
  background: #c8c8c8;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.slide_location .masterp {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}

.slide_location .regularp {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}

/*End Single Location*/
/*Shortocode structure*/
.slide_shortcode .text {
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 10px;
}

.slide_shortcode .div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slide_shortcode .div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  background: #fff;
}

.slide_shortcode .div-img:hover .img {
  transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  -moz-transform: translate(0px, -100px);
  -webkit-transform: translate(0px, -80px);
  -o-transform: translate(0px, -100px);
}

.slide_shortcode .btn-slider-book {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  height: 50px;
  background: #c8c8c8;
}

/*End Shortcode Structure*/
/*Sidebar Style*/
.bg-sidebar {
  background: #F0F0F0;
  border-radius: 12px;
}

/*End Sidebar Style*/
/*Owl Carousel*/
.owl-dot {
  background: transparent;
  border: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #faaf3a !important;
}

/*End Owl Carousel*/

/*# sourceMappingURL=seosphera_style.css.map */