/*10px*/
/*12px*/
/*14px*/
/*16px*/
/*18px*/
/*20px*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
.home h2, .home .h2, .home .busc-banner .nav > li > a, .home figure.effect-hover figcaption p {
  letter-spacing: 1px; }

.home h2 a.btn, .home .h2 a.btn {
  letter-spacing: 0; }

.home .container-fluid {
  max-width: 1400px; }
.home .btn {
  border-radius: 0; }
.home .btn-group-lg > .btn, .home .btn-lg {
  border-radius: 0;
  border: 0; }
.home .input-group-addon {
  background-color: #fff; }
.home .input-group-addon.pointer {
  border-left: 0;
  cursor: pointer; }
.home .navbar-collapse {
  height: 1px; }
.home .navbar-toggle {
  padding-right: 0; }
.home .carousel-control.right, .home .carousel-control.left {
  background-image: none;
  text-shadow: none; }
.home .carousel-indicators li {
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70); }
.home .carousel-indicators {
  bottom: 0; }
  .home .carousel-indicators .active {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    filter: alpha(opacity=100); }
.home .carousel-inner > item.active {
  z-index: 10; }
.home .modal-header {
  border: 0;
  padding: 0; }
.home .modal-content {
  background-color: #f5f5f5;
  border-radius: 0; }
.home .form-control {
  border-radius: 0;
  box-shadow: none; }

.home .ui-widget-header {
  background-image: none;
  border: 0; }
.home .ui-widget-content {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
  color: #777; }
.home .ui-corner-all, .home .ui-corner-top, .home .ui-corner-right, .home .ui-corner-tr, .home .ui-corner-left, .home .ui-corner-tl {
  border-radius: 0; }
.home .ui-state-default, .home .ui-widget-content .ui-state-default, .home .ui-widget-header .ui-state-default {
  background-color: #ddd;
  border-color: #ddd;
  background-image: none; }
.home .ui-datepicker select.ui-datepicker-month, .home .ui-datepicker select.ui-datepicker-year {
  border: 0; }
.home .ui-datepicker .ui-datepicker-header {
  height: 28px;
  padding: .2em 0;
  border: 0;
  border-radius: 0; }
.home .ui-datepicker .ui-datepicker-title {
  font-size: 12px;
  font-weight: normal; }

/*.home{
	.ui-widget-header{
		background-image: none;
		border:0;
	}

	.ui-widget-content{
		border: 1px solid #ddd;
//		background-color: green;
		color: #fff;
		font-weight: normal;
	}
	.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-left, .ui-corner-tl{
		border-radius: 0	
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
		background-color: #ddd;
		border-color: #ddd;
		background-image: none;
	}
	.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
		border: 0;
	}
	.ui-datepicker .ui-datepicker-header{
		height: 28px;
	}
}*/
.home .vue-dropzone .dz-preview .dz-image {
  height: auto !important; }

.home {
  background-color: whitesmoke; }

.home h2, .home .h2 {
  background-color: #fff;
  font-size: 160%;
  font-weight: 100;
  padding: 15px 20px;
  margin-top: 0;
  display: inline-block;
  width: 100%; }
  .home h2 i, .home .h2 i {
    margin-right: 7px;
    font-size: 22px; }
  .home h2 a.btn, .home .h2 a.btn {
    float: right;
    padding: 3px 12px;
    font-size: 12px; }
.home h3, .home .h3 {
  font-size: 112%;
  text-transform: uppercase; }
.home a h3 {
  color: #666666; }
.home section {
  margin-bottom: 30px; }
.home label {
  font-weight: 400; }
.home a {
  text-decoration: none; }
.home a:focus, .home a:hover {
  cursor: pointer; }
.home .btn {
  color: #fff; }

/**
 * Basic typography style for copy text
 */
body {
  color: #666666;
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }

footer {
  background-color: #fff;
  padding: 15px 20px; }

.home .busc-banner .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 45px;
  overflow: hidden; }
  .home .busc-banner .nav-tabs li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #fff; }
  .home .busc-banner .nav-tabs i, .home .busc-banner .nav-tabs [class^="icon-"], .home .busc-banner .nav-tabs [class*=" icon-"] {
    color: #fff;
    margin: 0px 0 11px 0;
    display: block;
    padding: 3px 2px;
    font-size: 20px; }
  .home .busc-banner .nav-tabs a:hover i, .home .busc-banner .nav-tabs a:hover [class^="icon-"], .home .busc-banner .nav-tabs a:hover [class*=" icon-"] {
    color: #fff !important;
    opacity: 0.6;
    filter: opacity(60); }
  .home .busc-banner .nav-tabs li:last-child {
    border: 0; }
  .home .busc-banner .nav-tabs .pest__two-icon i {
    display: inline-block;
    margin-right: 0; }
  .home .busc-banner .nav-tabs li.active i {
    color: #fff; }
.home .busc-banner .nav > li > a {
  border-radius: 0;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 30px 0 2px 0; }
.home .busc-banner .form-bottom {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid transparent; }
.home .busc-banner .busc-banner__pest .panel {
  background-color: #fff; }
.home .busc-banner .busc-banner__pest li.active a {
  background-color: #fff; }
.home .busc-banner .busc-banner__pest span + select {
  border-radius: 0 3px 0 3px; }
.home .busc-banner .busc-banner__pest form {
  margin-bottom: 0; }
.home .busc-banner .hab-group, .home .busc-banner .hab-cana {
  padding-top: 10px;
  padding-bottom: 5px; }
.home .busc-banner .person-child input {
  width: 36px;
  margin-right: 5px; }
.home .busc-banner form label, .home .busc-banner form .form-group {
  margin-bottom: 5px; }
.home .busc-banner form .hab-person span.input-group-addon {
  border: 0; }
.home .busc-banner div.row.hab-person {
  margin-right: 0px;
  margin-left: 0px; }
.home .busc-banner__carr .carousel {
  border: 0;
  margin-top: 0; }
  .home .busc-banner__carr .carousel .slide {
    margin-top: 0; }

@media screen and (max-width: 460px) {
  .home .hab-person .col-xs-6 {
    width: 100%; }
  .home .hab-person div.col-xs-6:first-child label:after {
    content: "/"; }
  .home .busc-banner .busca-check div, .home .busc-banner .busca-check label {
    width: 100%; } }
@media screen and (min-width: 461px) {
  .home .busc-banner .hab-cana {
    padding-top: 20px;
    padding-bottom: 5px; } }
@media (max-width: 768px) {
  .home .busc-banner .nav-tabs li {
    width: 17%; }
  .home .busc-banner .nav-tabs i, .home .busc-banner .nav-tabs [class^="icon-"], .home .busc-banner .nav-tabs [class*=" icon-"] {
    font-size: 17px; } }
@media (min-width: 768px) {
  .home .busc-banner > .row {
    padding-bottom: 30px; }
  .home .busc-banner .nav-tabs {
    height: 55px;
    background-color: #fff;
    border: 0; }
    .home .busc-banner .nav-tabs li {
      text-transform: uppercase;
      font-size: 80%;
      padding-bottom: 12px;
      border-color: #f5f5f5; }
      .home .busc-banner .nav-tabs li a {
        border-bottom: 1px solid #f5f5f5; }
    .home .busc-banner .nav-tabs li.active a, .home .busc-banner .nav-tabs li:hover a {
      color: #fff; }
      .home .busc-banner .nav-tabs li.active a i, .home .busc-banner .nav-tabs li:hover a i {
        color: #fff; }
    .home .busc-banner .nav-tabs i, .home .busc-banner .nav-tabs [class^="icon-"], .home .busc-banner .nav-tabs [class*=" icon-"] {
      margin: 15px 2px 5px 2px;
      padding: 0; }
  .home .busc-banner .nav > li > a {
    padding: 2px 0; }
  .home .busc-banner .carousel, .home .busc-banner .carousel-inner, .home .busc-banner .carousel-inner > .item, .home .busc-banner .carousel-inner > .item img {
    overflow: hidden; }
  .home .busc-banner .carousel img {
    max-width: none; }
  .home .busc-banner form .panel-body {
    padding: 5% 13%;
    max-height: 500px; }
  .home .busc-banner .busc-banner__pest .nav-tabs > li > a {
    background-color: #fff; }
  .home .busc-banner .busc-banner__pest .nav-tabs > li > a:hover {
    color: #fff !important; }
  .home .busc-banner__carr {
    padding-left: 0; }
  .home .busc-banner__pest {
    padding-left: 3px; }
  .home .busc-banner__pest .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0; } }
@media screen and (max-width: 991px) {
  .home .busc-banner .carousel, .home .busc-banner .carousel-inner, .home .busc-banner .carousel-inner > .item, .home .busc-banner .carousel-inner > .item img {
    width: 100%;
    height: auto; } }
@media (min-width: 992px) {
  .home .busc-banner {
    max-height: 480px;
    overflow: hidden; }
    .home .busc-banner > .row {
      display: flex; }
    .home .busc-banner .hab-group {
      padding-top: 25px;
      padding-bottom: 25px; }
    .home .busc-banner form .panel-body {
      height: 100%; }
  .home .busc-banner__pest {
    order: 2;
    -webkit-order: 2; }
  .home .vert__cruc .info .logo {
    display: none; }
  .home .busc-banner__carr {
    padding-right: 3px; }
  .home .busc-banner__carr .carousel-inner > .item.active img, .home .busc-banner__carr .carousel-inner > .item img {
    position: relative;
    left: 50%;
    margin: 0 0 0 -340px;
    height: auto; } }
.home .dest {
  margin-bottom: 30px; }
  .home .dest h3 {
    margin-top: 0; }
  .home .dest .info {
    background-color: #fff;
    padding-top: 20px; }
    .home .dest .info .logo {
      margin-bottom: 0; }
  .home .dest .img,
  .home .dest .img-effect,
  .home .dest .imgs-superpuestas {
    max-height: 195px;
    height: 195px;
    overflow: hidden; }
  .home .dest .img-effect i {
    color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    font-size: 25px; }
  .home .dest .img-effect:hover {
    background-color: transparent; }
  .home .dest .info__precio {
    font-size: 128%;
    font-weight: 600;
    position: relative;
    top: -3px; }
    .home .dest .info__precio span {
      font-size: 12px; }
.home .dest__horz .datos__dest {
  display: inline; }
  .home .dest__horz .datos__dest p {
    line-height: 12px; }
.home .dest__horz h3 + p {
  min-height: 22px; }
.home .dest__horz .info p {
  padding-bottom: 0;
  margin-bottom: 0; }
  .home .dest__horz .info p + p {
    margin-right: 4px; }
.home .dest__horz .info__precio {
  display: block;
  clear: both; }
.home .vert__item, .home .horz__item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .home .vert__item .info, .home .horz__item .info {
    color: #666666; }
  .home .vert__item .info-precios, .home .horz__item .info-precios {
    font-weight: 600; }
.home .vert__item:hover img, .home .horz__item:hover img {
  opacity: 0.2;
  filter: opacity(20); }
.home .datos__icon {
  float: left;
  line-height: 15px;
  position: relative;
  top: -3px; }
.home .item__datos p, .home .item__datos p.info__date {
  float: left;
  border-right: 1px solid whitesmoke;
  padding: 0 4px; }
.home .item__datos p:last-child {
  border: 0;
  padding-left: 0; }
.home a.item__ver {
  text-decoration: underline; }
.home .vert__item .item__datos p {
  border: 0; }
.home .horz__item.__agen figcaption p {
  margin-top: 15px; }
.home .horz__item.__agen .img-effect p, .home .vert__item.__agen .img-effect p {
  color: #c2c2c2;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.home .vert__item.__agen .datos__dest p:first-child {
  padding-left: 0;
  margin-right: 4px; }
.home figure {
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #fff; }
.home figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.95;
  margin: 0 auto; }
.home figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.home figure figcaption::before,
.home figure figcaption::after {
  pointer-events: none; }
.home figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff; }
.home figure.effect-hover figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0; }
.home figure.effect-hover figcaption::before,
.home figure.effect-hover figcaption p,
.home figure.effect-hover figcaption a.item__ver,
.home figure.effect-hover .img-effect i {
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
.home figure.effect-hover figcaption p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  padding: 2em;
  font-size: 0.95em;
  line-height: 17px;
  font-weight: 300; }
.home figure.effect-hover figcaption a.item__ver {
  position: absolute;
  top: 135px;
  left: 0;
  padding: 2em 2em 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  color: #fff !important;
  line-height: 20px; }
.home figure.effect-hover .img-effect i {
  position: absolute;
  opacity: 1;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  line-height: 20px;
  color: #7DBE23;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  font-size: 20px;
  right: 0;
  top: -10px;
  padding: 8px 11px; }
.home figure.effect-hover:hover figcaption::before,
.home figure.effect-hover:hover figcaption p,
.home figure.effect-hover:hover figcaption a.item__ver {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.home figure.effect-hover:hover .img-effect i {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.home .vert__item img {
  opacity: 1;
  filter: opacity(100);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
.home .vert__item:hover img {
  opacity: 0.5;
  filter: opacity(50); }
.home i.item__delete {
  right: 43px;
  color: #333 !important;
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  padding: 7px 11px; }
.home i.item__delete:hover {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.8); }

@media (max-width: 520px) {
  .home .img,
  .home .img-effect,
  .home .imgs-superpuestas {
    height: 195px; } }
@media (min-width: 368px) {
  .home figure.effect-hover figcaption p {
    padding: 2em;
    line-height: 20px;
    font-size: 1em; } }
@media (min-width: 380px) {
  .home .vert__item .info > h3, .home .vert__item .info > p, .home .horz__item .info > h3, .home .horz__item .info > p {
    white-space: nowrap;
    width: 99%;
    overflow: hidden;
    text-overflow: ellipsis; } }
@media (max-width: 520px) {
  .home .dest .info__precio {
    font-size: 14px;
    position: relative; }
  .home .dest__horz .datos__dest, .home .dest__vert .datos__dest {
    height: 43px; }
  .home .col-xs-6.horz__item, .home .col-xs-6.vert__item {
    padding: 0;
    width: 100%; }
  .home .img,
  .home .img-effect,
  .home .imgs-superpuestas {
    height: 195px; } }
@media screen and (min-width: 520px) and (max-width: 768px) {
  .home figure.effect-hover figcaption p {
    padding: 1em 2em;
    line-height: 18px; }
  .home figure.effect-hover figcaption a.item__ver {
    top: 100px; }
  .home .horz__item i {
    margin-bottom: 0; }
  .home .dest__vert .datos__dest {
    float: left;
    padding-left: 10px; }
  .home .dest .img,
  .home .dest .img-effect,
  .home .imgs-superpuestas {
    max-height: 150px;
    height: 150px; }
  .home .dest .info__precio {
    font-size: 14px; } }
@media (min-width: 520px) {
  .home .dest .vert__item .info {
    max-height: 85px;
    height: 85px; } }
@media screen and (max-width: 767px) {
  .home .dest .info {
    margin-left: 0;
    margin-right: 0; }
  .home .dest .img {
    padding: 0; }
  .home .horz__item, .home .vert__item {
    padding-left: 2px;
    padding-right: 2px; }
  .home .item__datos {
    background-color: #fff;
    padding-top: 5px; } }
@media (min-width: 768px) {
  .home .dest__horz {
    margin-left: 0;
    margin-right: 0; }
    .home .dest__horz > div {
      padding-left: 0;
      padding-right: 0; }
    .home .dest__horz .item__datos {
      background-color: #f5f5f5;
      width: 100%; }
    .home .dest__horz .img {
      height: 195px; }
    .home .dest__horz .info {
      width: 100%; }
  .home .info {
    padding-top: 20px !important; }
  .home .horz__item div[class^='col-md'], .home .vert__item div[class^='col-md'] {
    padding: 0; }
  .home .horz__item {
    padding-left: 2px;
    padding-right: 2px; }
  .home .vert__item h3 {
    margin-bottom: 10px; }
  .home .datos__icon {
    font-size: 15px; }
  .home .item__datos p, .home .item__datos p.info__date {
    border-color: #cccccc; }
  .home h3 {
    font-size: 112%;
    text-transform: uppercase; }
  .home .dest .info {
    background-color: whitesmoke;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .home .img-effect i {
    display: none; }
  .home .img-effect i.item__delete {
    display: block; }
  .home a.item__ver {
    display: none; }
  .home i.item__delete {
    right: 0; } }
@media (min-width: 992px) {
  .vert__item, .horz__item {
    margin-bottom: 60px; }

  .dest .dest__horz .info {
    max-height: calc(104px - 43px);
    height: calc(104px - 43px); }

  .vert__item .item__datos {
    padding-top: 20px !important; }
    .vert__item .item__datos .info__precio span:first-child {
      border-left: 1px solid #ccc !important;
      padding-left: 5px; }

  .horz__item .item__datos {
    padding-top: 10px !important; }

  .home .dest .dest__vert .datos__dest {
    float: right; } }
@media (max-width: 992px) {
  .item__datos {
    display: inline-block;
    width: 100%; } }
@media screen and (min-width: 992px) and (max-width: 1124px) {
  .home figure.effect-hover figcaption p {
    padding: 1em 1.2em;
    font-size: 0.95em;
    line-height: 17px; }
  .home .dest .img,
  .home .dest .img-effect,
  .home .dest .imgs-superpuestas {
    max-height: 150px;
    height: 150px; } }
@media screen and (min-width: 1125px) and (max-width: 1260px) {
  .home .dest .img,
  .home .dest .img-effect, .home .dest .imgs-superpuestas {
    max-height: 173px;
    height: 173px; } }
@media screen and (min-width: 1261px) {
  .home .dest .img,
  .home .dest .img-effect, .home .dest .imgs-superpuestas {
    height: 195px; } }
.img-effect, .img, .imgs-superpuestas {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: opacity(100);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.vert__item .figure.effect-hover:hover .img-effect, .horz__item .figure.effect-hover:hover .img-effect {
  opacity: 0.3;
  filter: opacity(30); }

.vert__item a:hover .img, .vert__item a:hover .imgs-superpuestas {
  opacity: 0.5;
  filter: opacity(50); }

.imagen-back {
  opacity: 1;
  filter: opacity(100);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.figure.effect-hover:hover .imagen-back:hover {
  opacity: 0.3;
  filter: opacity(30); }

.home .modal h3 {
  text-transform: none; }
.home .modal span.modal__agencia {
  font-size: 15px;
  text-transform: uppercase; }
.home .modal .form-control {
  font-size: 12px; }
.home .modal input.form-control {
  height: 30px; }
.home .modal .modal__info {
  border: 1px solid transparent;
  background-color: #fff;
  display: block;
  padding: 10px;
  font-size: 12px; }
.home .modal .col-md-6 .modal__info {
  margin-top: 21px; }
.home .modal .close {
  position: absolute;
  right: 10px;
  top: 4px;
  width: 40px;
  height: 40px; }
  .home .modal .close span {
    opacity: 0;
    filter: opacity(0); }
.home .modal i.item__delete {
  top: 10px; }
.home .modal i {
  margin-bottom: 0; }
.home .modal-body {
  margin: 20px 0; }
  .home .modal-body p {
    font-size: 14px; }
.home .modal-body, .home .modal-body > div.container-fluid {
  min-height: 65px; }
.home .modal-ofer__avi p {
  text-align: center; }
.home .modal-ofer__avi i.error {
  color: #ff0000;
  margin-bottom: 0; }
.home .modal-ofer__avi.error-mod h3 {
  background-color: rgba(255, 0, 0, 0.2);
  color: #fff; }
.home .modal-ofer__avi.ok-mod h3 {
  background-color: rgba(0, 176, 0, 0.4);
  color: #fff; }
.home .modal-ofer__avi.ok-mod i {
  color: #00b000; }
.home .modal-ofer__act {
  width: 100%;
  text-align: right; }
.home .sect__modal {
  margin-bottom: 0; }
  .home .sect__modal .error-validate input,
  .home .sect__modal .error-validate textarea,
  .home .sect__modal .error-validate select {
    border: 1px solid red !important; }
  .home .sect__modal .msg-error-validate {
    display: none;
    color: red;
    margin-top: 5px; }
  .home .sect__modal .msg-error-validate::before {
    content: "*"; }
  .home .sect__modal .error-validate .msg-error-validate {
    width: 100%;
    display: inline-block; }
  .home .sect__modal .info {
    width: 100%;
    display: inline-block;
    font-size: 9px; }
  .home .sect__modal .formNuevaOferta input, .home .sect__modal .formNuevaOferta select, .home .sect__modal .formNuevaOferta textarea {
    background-color: #fff; }
  .home .sect__modal .formNuevaOferta input:hover, .home .sect__modal .formNuevaOferta select:hover, .home .sect__modal .formNuevaOferta textarea:hover,
  .home .sect__modal .formNuevaOferta input:focus, .home .sect__modal .formNuevaOferta select:focus, .home .sect__modal .formNuevaOferta textarea:focus {
    background-color: #F6F6F6; }
  .home .sect__modal .formNuevaOferta input, .home .sect__modal .formNuevaOferta select, .home .sect__modal .formNuevaOferta textarea {
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    transition: background-color 1s linear; }

.home .logo-esq {
  position: absolute;
  background-color: white;
  width: 140px;
  height: 140px;
  transform: rotate(45deg);
  top: -41%;
  left: -75px;
  overflow: hidden;
  z-index: 1; }
.home .vert__cruc .vert__item img.logo-esq__img {
  z-index: 2;
  position: absolute;
  height: 14px;
  top: 37%;
  left: 59%;
  transform: rotate(-45deg); }
.home .vert__cruc .vert__item .logo img {
  height: 15px;
  margin-bottom: 5px; }
.home .vert__cruc .vert__item .logo .info, .home .vert__cruc .vert__item .info__date {
  display: inline; }

@media screen and (min-width: 992px) and (max-width: 1124px) {
  .home .vert__cruc .vert__item img.logo-esq__img {
    top: 44%;
    left: 62%; }
  .home .vert__cruc .vert__item .logo-esq {
    top: -60%;
    left: -71px; } }
.home .horz__tit {
  padding-left: 0;
  padding-right: 0; }
.home .horz__hotl {
  margin-bottom: 30px; }
.home .dest__vert .imgs-superpuestas, .home .dest__vert .img {
  overflow: hidden;
  background-color: #fff; }
.home .dest__vert .datos__dest {
  display: inline-block;
  background-color: #fff;
  height: 43px; }
.home .dest__vert .item.info {
  overflow: hidden; }
.home .vert__item .img {
  height: 195px;
  max-width: none; }
.home .vert__item img.img-responsive {
  max-width: initial; }
.home .vert__item .info p {
  margin-bottom: 0;
  padding-bottom: 3px; }
.home .vert__one-img .img img {
  max-width: none; }
.home .vert__cruc .vert__item .img {
  background-color: #c5e6ff;
  background-size: auto; }
.home .vert__cruc .vert__item img {
  height: 100%;
  margin: 0 auto; }
.home .vert__item.__agen figcaption p {
  margin-top: 20px; }
.home .vert__paq img {
  width: 100%; }
.home .dest__horz .datos__dest, .home .dest__vert .datos__dest {
  height: auto;
  width: 100%;
  text-align: right;
  padding: 0;
  position: relative; }
  .home .dest__horz .datos__dest p:nth-child(2), .home .dest__vert .datos__dest p:nth-child(2) {
    border: 0; }
.home .vert__cruc .vert__item {
  z-index: 10;
  position: relative; }

@media screen and (max-width: 767px) {
  .home .vert__paq h2 {
    margin-top: 30px; } }
@media (min-width: 768px) {
  .home section {
    margin-bottom: 60px; }
  .home h2 {
    margin-bottom: 4px; }
  .home .vert__item {
    background-color: transparent;
    border-bottom: 4px solid #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px; }
  .home .dest__vert .datos__dest {
    background-color: transparent;
    width: auto; }
  .home .dest__vert .img, .home .dest__vert .imgs-superpuestas .img_responsive {
    max-width: none; }
  .home .dest__vert .imgs-superpuestas .img_responsive {
    width: 50%; }
  .home .vert__two-img .info__precio {
    top: 0; }
  .home .horz__tit {
    text-align: center;
    height: 195px;
    display: table;
    padding-right: 2px; }
    .home .horz__tit h2 {
      vertical-align: middle;
      display: table-cell; }
  .home .item__info__agencia .item__datos {
    /*vertical*/
    background-color: whitesmoke; } }
@media (min-width: 992px) {
  .home .vert__two-img .info .logo {
    display: none; }
  .home .item__info__agencia {
    display: flex; } }
