.has-text-gris-titulo {
  color: #5e5d61 !important; }

.has-text-oscuro {
  color: #2f2f2f !important; }

.has-text-dark {
  color: #1e120d !important; }

.has-text-white {
  color: #fff; }
  .has-text-white .title {
    color: #fff; }

html, body {
  color: #69696d;
  font-family: 'Encode Sans', sans-serif; }

.brand {
  flex-grow: 1; }

@media all and (max-width: 767px) {
  .brand {
    margin-bottom: 1rem; } }

.has-text-primary {
  color: #4c72af !important; }

.has-text-secondary {
  color: #68bbad !important; }

.title {
  color: #5e5d61;
  font-weight: 500;
  margin-bottom: 1rem; }

h3, h4, h5, h6 {
  font-weight: 500; }

h1, h1.title, h2, h2.title {
  font-weight: 300; }

h1, .title.is-1, .is-size-1 {
  font-size: 3.000rem; }

h2, .title.is-2, .is-size-2 {
  font-size: 2.750rem; }

.title.is-2b, .is-size-2b {
  font-size: 2rem; }

h3, .title.is-3, .is-size-3 {
  font-size: 1.625rem; }

h4, .title.is-4, .is-size-4 {
  font-size: 1.313rem; }

h5, .title.is-5, .is-size-5 {
  font-size: 1.125rem; }

h6, .title.is-6, .is-size-6 {
  font-size: 1rem; }

@media all and (max-width: 767px) {
  h1, .title.is-1, .is-size-1 {
    font-size: 2.125rem; }
  h2, .title.is-2, .is-size-2 {
    font-size: 1.625rem; }
  .title.is-2b, .is-size-2b {
    font-size: 2rem; }
  h3, .title.is-3, .is-size-3 {
    font-size: 1.313rem; }
  h4, .title.is-4, .is-size-4 {
    font-size: 1.125rem; }
  h5, .title.is-5, .is-size-5 {
    font-size: 1.1rem; }
  h6, .title.is-6, .is-size-6 {
    font-size: 1rem; } }

h1, h2, h3, h4, h5, h6,
.title {
  line-height: 1.2; }

.fs-sm, .is-size-8 {
  font-size: 0.750rem; }

.fs-nm, .is-size-7 {
  font-size: 0.875rem; }

@media (min-width: 1200px) {
  .container-wide {
    max-width: 1350px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; } }

@media all and (min-width: 1024px) {
  .large-gutters > [class^="col"] {
    padding-left: 30px;
    padding-right: 30px; }
  .large-gutters.row {
    margin-left: -30px;
    margin-right: -30px; } }

.bg-gris {
  background-color: #fafafa; }

.spacer-1 {
  height: 1rem; }

.spacer-2 {
  height: 2rem; }

.spacer-3 {
  height: 3rem; }

.spacer-4 {
  height: 4rem; }

.dash {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  height: 1px;
  background-color: #000;
  width: 30px; }

.cover {
  background-size: cover;
  background-position: center; }

.section {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.section.lg {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.img-left-right {
  position: relative;
  padding: 0px; }

.img-left-right .img--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0px;
  background-size: cover;
  background-position: center; }

.img-left-right .img--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0px;
  background-size: cover;
  background-position: center; }

.img-left-right .content {
  padding-top: 7rem;
  padding-bottom: 7rem; }

@media all and (min-width: 768px) {
  .img-left-right .content.left {
    padding-right: 4rem; }
  .img-left-right .content.right {
    padding-left: 4rem; } }

@media all and (max-width: 767px) {
  .img-left-right .content-inner {
    padding: 2rem;
    background-color: #F7F8F8; }
  .img-left-right .img--right,
  .img-left-right .img--left {
    width: 75%; }
  .footer .container-wide {
    max-width: 400px; } }

.img-circle {
  overflow: hidden;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto; }

.img-rounded {
  overflow: hidden;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto; }

.img-100x100 {
  width: 100px;
  height: 100px; }

.img-square img {
  width: 100%; }

.testimonios .col {
  border-right: 1px solid #000; }

.testimonios .col:last-of-type {
  border-right: 0px; }

.counter {
  padding-top: 6rem;
  padding-bottom: 5rem;
  color: #fff;
  text-align: center; }

.counter .number {
  font-size: 3.625rem;
  line-height: 1em;
  font-weight: bold; }

.counter .dash {
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto; }

.counter .text {
  text-transform: uppercase; }

.counter.blue {
  background-color: #4c72af; }

.counter.blue-soft {
  background-color: #557eb4; }

.counter.green {
  background-color: #68bbad; }

.counter.green-soft {
  background-color: #82a9aa; }

.home-slider .slick-slide {
  height: 500px;
  position: relative; }
  .home-slider .slick-slide .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }

.team .title {
  margin-top: 1rem; }

.valoraciones {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 1rem; }

.valoraciones .porcentaje {
  height: 24px;
  background-color: #4c72af; }

.valoraciones .stars {
  width: 125px;
  background-color: #a8a7ac;
  display: inline-block; }

.valoraciones .valor {
  font-size: 12px;
  display: inline-block;
  line-height: 24px;
  vertical-align: top; }

.stars:before {
  content: "";
  background-image: url(../assets/estrella.svg);
  background-repeat: repeat-x;
  height: 24px;
  width: 125px;
  display: block;
  position: absolute;
  background-size: 25px; }

.icon {
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  display: inline-block; }

.btn.is-addon {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.custom-list {
  list-style-type: none;
  padding: 0px; }
  .custom-list li:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #a8a7ac;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0; }
  .custom-list li {
    position: relative;
    padding-left: 10px; }
    .custom-list li a {
      color: #a8a7ac;
      text-decoration: none; }

.footer {
  color: #a8a7ac;
  font-size: 14px;
  background-color: #2f2f2f; }

.copy {
  background-color: #242323;
  color: #a8a7ac;
  padding: 1em 0;
  font-size: 13px; }
  .copy .icon {
    width: 21px;
    padding-left: 0px;
    text-align: left; }
  .copy-year {
    line-height: 38px; }
  @media all and (max-width: 991px) {
    .copy .icon {
      line-height: 30px;
      height: 30px; }
    .copy-year {
      line-height: 30px; } }

.list-inline .has-icon-left {
  margin-right: 20px; }
  .list-inline .has-icon-left .icon {
    width: 30px;
    height: 30px; }
  .list-inline .has-icon-left img {
    max-width: 26px; }

.icon-box img {
  max-width: 80px; }

.logo-header,
.logo-footer {
  max-width: 276px;
  display: block; }

.btn-primary {
  color: #fff;
  background-color: #4c72af;
  border-color: #4c72af; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3d5b8b;
    border-color: #253856; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3d5b8b;
    border-color: #395684; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3d5b8b;
    border-color: #395684; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #324b73;
      border-color: #253856; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #4c72af;
    border-color: #4c72af; }
  .btn-primary .badge {
    color: #4c72af;
    background-color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #68bbad;
  border-color: #68bbad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #4ba596;
    border-color: #337166; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #4ba596;
    border-color: #479e90; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4ba596;
    border-color: #479e90; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #3f8d80;
      border-color: #337166; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #68bbad;
    border-color: #68bbad; }
  .btn-secondary .badge {
    color: #68bbad;
    background-color: #fff; }

.btn-login {
  color: #4c72af;
  background-color: #fff;
  border-color: #acabb0; }
  .btn-login:focus, .btn-login.focus {
    color: #4c72af;
    background-color: #e6e6e6;
    border-color: #6c6a71; }
  .btn-login:hover {
    color: #4c72af;
    background-color: #e6e6e6;
    border-color: #8d8b92; }
  .btn-login:active, .btn-login.active,
  .open > .btn-login.dropdown-toggle {
    color: #4c72af;
    background-color: #e6e6e6;
    border-color: #8d8b92; }
    .btn-login:active:hover, .btn-login:active:focus, .btn-login:active.focus, .btn-login.active:hover, .btn-login.active:focus, .btn-login.active.focus,
    .open > .btn-login.dropdown-toggle:hover,
    .open > .btn-login.dropdown-toggle:focus,
    .open > .btn-login.dropdown-toggle.focus {
      color: #4c72af;
      background-color: #d4d4d4;
      border-color: #6c6a71; }
  .btn-login:active, .btn-login.active,
  .open > .btn-login.dropdown-toggle {
    background-image: none; }
  .btn-login.disabled:hover, .btn-login.disabled:focus, .btn-login.disabled.focus, .btn-login[disabled]:hover, .btn-login[disabled]:focus, .btn-login[disabled].focus,
  fieldset[disabled] .btn-login:hover,
  fieldset[disabled] .btn-login:focus,
  fieldset[disabled] .btn-login.focus {
    background-color: #fff;
    border-color: #acabb0; }
  .btn-login .badge {
    color: #fff;
    background-color: #4c72af; }

.simple-menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }
  .simple-menu li {
    display: inline-block; }
    .simple-menu li:after {
      content: "";
      display: inline-block;
      width: 1px;
      background-color: #5e5d61;
      margin: 0 10px;
      height: 14px;
      vertical-align: middle; }
    .simple-menu li:last-of-type:after {
      display: none; }

.list-social {
  display: flex;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 0px; }

.list-social a {
  background-color: #a8a7ac;
  border-radius: 100%;
  color: #2f2f2f;
  font-size: 1.2rem; }

.bgc-gris-x3 {
  background-color: #1a1919; }

.pt-6 {
  padding-top: 4rem; }

.pb-6 {
  padding-bottom: 4rem; }

.powered img {
  max-width: 140px; }

.input-suscribe {
  background-color: #242323;
  border: 0px; }

/*p:last-child,
ul:last-child{
    margin-bottom:0px;
}*/
.mlr-auto {
  margin-left: auto;
  margin-right: auto; }

.menu-toggler {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  cursor: pointer; }
  .menu-toggler span {
    height: 2px;
    width: 80%;
    background-color: #4c72af;
    position: absolute;
    top: 50%; }
    .menu-toggler span:first-child {
      margin-top: -8px; }
    .menu-toggler span:last-child {
      margin-top: 8px; }

@media all and (max-width: 767px) {
  .footer .container-wide {
    max-width: 400px; }
  .list-social {
    margin-left: 0px;
    margin-top: 2rem; } }

@media all and (min-width: 992px) {
  .menu-toggle {
    display: block !important; } }

@media all and (max-width: 991px) {
  .menu-toggle {
    display: none; } }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  padding: 1rem;
  text-align: center; }
  @media all and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      top: auto;
      bottom: 0; } }

.slick-prev {
  left: 0rem; }

.slick-next {
  right: 0rem; }

.navbar {
  padding-left: 0px;
  padding-right: 0px; }

/* resultados */
.busquedas-relacionadas {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 0px; }
  .busquedas-relacionadas li {
    display: inline-block;
    margin-right: 5px; }
    .busquedas-relacionadas li:first-child {
      padding-left: 0px;
      margin-right: 0px; }
      .busquedas-relacionadas li:first-child:before {
        display: none; }
    .busquedas-relacionadas li:nth-of-type(2):before {
      display: none; }

.sidebar {
  color: #9b9b9b; }
  .sidebar a {
    color: #9b9b9b; }
  .sidebar ul {
    padding: 0px;
    list-style-type: none; }

@media all and (max-width: 767px) {
  .sidebar-filters {
    display: none; } }

@media all and (min-width: 768px) {
  .sidebar-filters {
    display: block !important; } }

.resultados {
  background-color: #fff;
  padding: 2.6rem; }
  @media all and (max-width: 991px) {
    .resultados {
      padding: 1rem; } }

.resultado {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #5e5d61; }
  .resultado .media img {
    max-width: 150px; }
  @media all and (max-width: 991px) {
    .resultado .media img {
      max-width: 75px; } }
  .resultado .valoraciones {
    line-height: 14px;
    padding-top: 5px; }
  .resultado .valoraciones .porcentaje {
    height: 14px; }
  .resultado .valoraciones .stars {
    width: 75px;
    position: relative; }
  .resultado .stars {
    display: inline-block; }
  .resultado .stars:before {
    height: 15px;
    width: 75px;
    background-size: 15px;
    top: -1px; }
  .resultado .valor {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    margin-left: .5rem; }

.detalle {
  background-color: #fff;
  padding: 2.6rem;
  margin-bottom: 4rem; }
  .detalle hr {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  @media all and (max-width: 991px) {
    .detalle {
      padding: 1rem; } }
  .detalle .media img {
    max-width: 40%; }
  @media all and (max-width: 1199px) {
    .detalle .media img {
      max-width: 20%; } }
  .detalle .valoraciones {
    line-height: 14px;
    padding-top: 5px; }
  .detalle .valoraciones .porcentaje {
    height: 14px; }
  .detalle .valoraciones .stars {
    width: 75px;
    position: relative; }
  .detalle .stars {
    display: inline-block; }
  .detalle .stars:before {
    height: 15px;
    width: 75px;
    background-size: 15px;
    top: -1px; }
  .detalle .valor {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    margin-left: .5rem; }
  .detalle .number {
    font-size: 3.625rem;
    line-height: 1em;
    font-weight: bold; }
  .detalle .opinion {
    margin-bottom: 2rem; }

.hr-vertical {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: #1e120d; }

hr {
  border-color: #1e120d; }

.pagination {
  text-align: center;
  justify-content: center;
  margin-bottom: 0px; }
  .pagination .prev a, .pagination .next a {
    background-color: #e9eaed;
    font-size: 16px; }
  .pagination a {
    color: #1e120d; }
  .pagination .page-link {
    border: 0px;
    padding: .75rem 1.25rem;
    margin: 2px; }

.ultimas-preguntas {
  padding: 0px;
  margin-bottom: 0;
  list-style-type: none; }
  .ultimas-preguntas li {
    margin-bottom: 3rem; }

.grow {
  flex-grow: 1; }

.not-grow {
  flex-grow: 0; }
