/* color */
/* fonts */
body.page-proyecto-en-venta .header .headerOpenClick {
  background-color: #008ac9;
}
body.page-proyecto-en-venta .headerClose {
  background-color: #008ac9;
}
body.page-proyecto-en-venta .b13 {
  background-color: #008ac9;
}
.footerCenterBottom {
  opacity: 0.6;
}
@media screen and (min-width: 1025px) {
  .footerBottom {
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .footerBottomBook,
  .footerBottomLink,
  .footerBottomSocial {
    margin: 0 3%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .footerCenterItem.footerCenterItemBlock figure img {
    max-width: 80px;
    min-width: 80px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .footerCenterItem.footerRightItemBlock figure img {
    max-width: 80px;
  }
}
/* BANNER HOME SLIDER VIDEO MP4, YOUTUBE */
.b1home {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b1home {
    height: 550px;
  }
}
.b1home .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b1home .slick-dots {
  max-width: 1200px;
  width: 94%;
  font-size: 0;
  text-align: center;
  right: 0;
  bottom: 58px;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b1home .slick-dots {
    width: 90%;
    bottom: 50px;
  }
}
.b1home .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.b1home .slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 50%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .b1home .slick-dots li button {
    border: 1px solid #484848;
    box-sizing: border-box;
    transition: all 0.25s ease;
  }
}
.b1home .slick-dots li button:before {
  display: none;
}
.b1home .slick-dots li.slick-active button {
  background-color: #fff;
}
.b1home_slider {
  position: relative;
}
.b1home_item {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1home_item {
    height: 550px;
  }
}
.b1home_item.youtube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: negro;
  opacity: 0.3;
  z-index: 3;
}
.b1home_item video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100.1%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.b1home_item.animation .b1home_content {
  opacity: 1;
  transform: translateY(0px);
}
.b1home_block {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1home_block {
    height: 550px;
  }
}
.b1home_wrap_iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_wrap_iframe {
    display: none;
  }
}
.b1home_wrap_iframe iframe {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.b1home_banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.b1home_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000 2.09%, rgba(0,0,0,0) 98.16%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_banner:before {
    width: 90%;
    background: linear-gradient(90deg, #00263e 40%, rgba(0,38,62,0) 100%);
  }
}
@media screen and (max-width: 767px) {
  .b1home_banner:before {
    width: 150%;
    background: linear-gradient(90deg, #00263e 0%, rgba(0,38,62,0) 100%);
  }
}
.b1home_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 100px 90px 0 90px;
}
@media screen and (max-width: 1024px) {
  .b1home_info {
    padding: 60px 0 0 0;
  }
}
.b1home_content {
  max-width: 1200px;
  width: 94%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b1home_content {
    width: 90%;
  }
}
.b1home_logo {
  max-width: 305px;
  width: 100%;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .b1home_logo {
    max-width: 240px;
  }
}
.b1home_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'gothammedium', sans-serif;
  font-size: 62px;
  margin: 0 0 9px 0;
}
@media screen and (max-width: 1024px) {
  .b1home_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_title {
    font-size: 30px;
  }
}
.b1home_subtitle {
  line-height: 1.1;
  color: #fff;
  font-family: 'gothambook', sans-serif;
  font-size: 28px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_subtitle {
    font-size: 20px;
  }
}
.b1home_button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .b1home_controls {
    display: none;
  }
}
.b1home_arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #008ac9;
  font-size: 17px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .b1home_arrow {
    transition: all 0.25s ease;
  }
  .b1home_arrow:hover {
    background-color: #008ac9;
    color: #fff;
  }
}
.b1home_prev {
  left: 30px;
}
.b1home_next {
  right: 30px;
}
/* libro de reclamaciones  */
.claim-file-message p {
  display: block;
  color: #52626f;
  font-family: 'gothamlight', sans-serif;
  font-size: 14px;
  margin: 0;
}
.claim-term-text {
  font-family: 'gothamlight', sans-serif;
  color: #1e1a1c;
  font-size: 14px;
}
.claim-term-text a {
  color: #008ac9;
  text-decoration: underline;
}
.claims2_project {
  margin-bottom: 37px;
}
.claims2_project_content {
  background-color: rgba(0,138,201,0.08);
  padding: 48px 15px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .claims2_project_content {
    padding: 30px 15px;
  }
}
.claims2_project_content.show {
  display: block;
}
.claims2_project_content.hide {
  display: none;
}
.claims2_project_info {
  display: block;
  max-width: 588px;
  width: 100%;
  line-height: 1.5;
  color: #52626f;
  font-family: 'gothamlight', sans-serif;
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .claims2_project_info {
    font-size: 15px;
  }
}
.claims2_project_info p {
  margin: 0;
}
.claims2_project_info p strong {
  font-family: 'gothambook', sans-serif;
  font-size: 16px;
}
.b1book .b37 {
  padding: 90px 0;
}
.b1book .b37Title .titleStandard {
  color: #1a171b;
}
.b1book .b37Wrapper .b37SubTitleParagraph {
  margin-bottom: 52px;
}
.b1book .b37Wrapper .b37SubTitleParagraph p {
  font-family: 'gothambook', sans-serif;
  font-weight: inherit;
}
.b1book .b37Wrapper .b37SubTitleParagraph strong {
  font-family: 'gothambold', sans-serif;
  font-size: 16px;
}
.b1book .b37Wrapper p {
  line-height: 1.5;
  color: #333;
  font-family: 'gothambook', sans-serif;
}
.b1book .b37Wrapper .g4WrapColDate span {
  color: #333;
  font-family: 'gothambook', sans-serif;
}
.b1book .b37Wrapper .g4WrapColDate span {
  font-family: 'gothambook', sans-serif;
}
.b1book .b37Wrapper .g4WrapColDate span:nth-child(1) {
  color: #333;
  font-size: 14px;
}
.b1book .b37Wrapper .g4WrapColDate span:nth-child(2) {
  padding-left: 8px;
}
.b1book .b37Wrapper .g4WrapColDate {
  border-radius: 12px;
}
.b1book .b37Wrapper .g4WrapColCorrelative {
  border-radius: 12px;
}
.b1book .b37Wrapper .g4WrapColCorrelative span {
  color: #4f4f4f;
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
}
.b1book .g1Text {
  padding-top: 44px;
}
.b1book .g1Text.paddong-top-0 {
  padding-top: 0;
}
.b1book .b37Wrapper .g1Text {
  line-height: 20px;
  color: #333;
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
}
.b1book .b37Wrapper .g1Text p {
  font-size: 14px;
}
.b1book .b37Wrapper .g1Text2 {
  color: #333;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 36px;
}
.b1book .b37Wrapper .g1Title {
  font-family: 'gothambold', sans-serif;
  font-size: 16px;
  padding-bottom: 24px;
}
.b1book .claims2_project .g4Select {
  margin-bottom: 0;
}
.b1book .g4Input input,
.b1book .g4Input textarea,
.b1book .g4Input select,
.b1book .g4Textarea input,
.b1book .g4Textarea textarea,
.b1book .g4Textarea select,
.b1book .g4Select input,
.b1book .g4Select textarea,
.b1book .g4Select select {
  color: #4f4f4f;
  font-family: 'gothambook', sans-serif;
  font-size: 13px;
  border-color: #c4c4c4;
  border-radius: 12px;
}
.b1book .g4Input label,
.b1book .g4Input .form-label,
.b1book .g4Textarea label,
.b1book .g4Textarea .form-label,
.b1book .g4Select label,
.b1book .g4Select .form-label {
  color: #4f4f4f;
  font-family: 'gothambook', sans-serif;
  font-size: 13px;
  top: 18px;
}
.b1book .g4Input,
.b1book .g4Textarea,
.b1book .g4Select {
  margin-bottom: 20px;
}
.b1book .g4Select i {
  color: #000;
}
.b1book .g4Radio label:before,
.b1book .g4Radio .wpcf7-list-item-label:before {
  border-color: #d2d2d2;
}
.b1book .g4Radio input:checked~label:before,
.b1book .g4Radio input:checked~span:before {
  border-color: #1bbbe9;
}
.b1book .g4Terminos {
  padding: 8px 0 0 0;
}
.b1book .g4Terminos .wpcf7-list-item-label {
  color: #4f4f4f;
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
}
.b1book .b37Wrapper .g4Terminos .wpcf7-list-item-label:before {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
.b1book .g4WrapInputEdad_ {
  padding: 8px 0 0 0;
}
.b1book .g4WrapInputEdad_ p {
  line-height: 1;
  color: #828282;
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.b1book .g4WrapInputEdad_ p strong {
  color: #333;
  font-family: 'gothambold', sans-serif;
  font-size: 15px;
}
.b1book .b37Wrapper .g4InputDouble .g4Select select {
  border-radius: 12px 0 0 12px;
}
.b1book .b37Wrapper .g_lineal {
  border-color: #1bbbe9;
  margin-top: 36px;
  margin-bottom: 36px;
}
.b1book .g4Radio {
  padding-bottom: 20px;
}
.b1book .g4Radio label,
.b1book .g4Radio .wpcf7-list-item-label {
  color: #484848;
  font-family: 'gothambook', sans-serif;
}
.b1book .g4Radio .wpcf7-list-item {
  margin-left: 40px;
}
.b1book .g4Radio .wpcf7-list-item:first-child {
  margin-left: 0;
}
.b1book .g4Textarea.b1book-margin-bottom-24 {
  margin-bottom: 24px;
}
.b1book .b1book-group-firm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b1book .b1book-group-left {
  width: calc(100% - 194px);
}
.b1book .b1book-group-right {
  width: 170px;
}
.b1book .g4File {
  height: 96px;
  border-color: #1bbbe9;
  margin-bottom: 20px;
}
.b1book .g4FileBox i:before {
  content: "\e928";
}
.b1book .b37Wrapper .g4FileText {
  font-family: 'gothambook', sans-serif;
  font-weight: normal;
}
.b1book .b37Wrapper .g4FileTextFormat {
  color: #24272a;
  font-family: 'gothambook', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.b1book .claim-file-message p {
  line-height: 1.1;
  color: #52626f;
  font-size: 12px;
}
.b1book .b1book-firm-text {
  display: block;
  line-height: 1;
  color: #484848;
  font-family: 'gothambook', sans-serif;
  font-size: 15px;
  margin: 0 0 15px 0;
}
.b1book .b1book-firm-input {
  width: 100%;
  margin: 0;
}
.b1book .b1book-firm-image {
  width: 100%;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  box-sizing: border-box;
}
.b1book .b1book-text-proveedor {
  margin-bottom: 24px;
}
.b1book .b1book-text-proveedor p {
  line-height: 20px;
  color: #676767;
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  margin: 0 0 20px 0;
}
.b1book .b1book-text-proveedor p:last-child {
  margin-bottom: 0;
}
.b1book .g4Terminos.b1book-policy {
  margin-bottom: 44px;
}
.b1book .g4Terminos.b1book-policy .wpcf7-list-item-label {
  color: #1a171b;
  font-size: 14px;
}
.b1book .b1book-text-foot {
  line-height: 20px;
  color: #676767;
  font-family: 'gothambook', sans-serif;
  font-size: 14px;
  margin-top: 44px;
}
.b1book .b1book-text-foot ul {
  margin-left: 15px;
}
.b1book .b1book-text-foot li {
  list-style-type: disc;
}
.b1book-modal {
  max-width: 650px !important;
  width: 94%;
  border: 1px solid #c4c4c4;
  border-radius: 12px !important;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 auto;
}
.b1book-modal-title {
  line-height: 1;
  color: #4f4f4f;
  font-family: 'gothambold', sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
  padding: 20px;
}
.b1book-modal-signature {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.b1book-modal-canvas {
  width: 100%;
  height: 200px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  touch-action: none;
  user-select: none;
}
.b1book-modal-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #c4c4c4;
  padding: 20px;
}
.b1book-modal-btn {
  cursor: pointer;
  margin-right: 10px;
}
.b1book-modal-btn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .b1book .g4WrapInput>div {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 960px) {
  .b1book .b1book-group-firm {
    flex-direction: column;
  }
  .b1book .b1book-group-left {
    width: 100%;
  }
  .b1book .b1book-group-right {
    width: 100%;
    margin-top: 30px;
  }
  .b1book .b1book-firm-image {
    height: 100px;
  }
}
