#site-content .inmo-content{
  position: relative;
  width: 80%;
  margin: auto;
  display:block;
}

.inmo-content-main{
  width: calc(100% - 380px);
  padding: 0 40px 80px 0;
  float: left;
}

.inmo-container-sidebar{
  float: right;
  background-color:#f3f7f8;
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
  border-radius: 20px;
  padding:25px;
}

.inmo-sidebar-general{
  width: 100%;
  padding-bottom:20px;
  border-bottom: 1px solid #7c98a7;
  flex-wrap: wrap;
  display: flex;
}

.inmo-sidebar-info{
  width: 40%;
}

.inmo-sidebar-btn{
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.inmo-sidebar-info-action{
  margin:0 0 10px;
  font-weight: 600;
  font-size: 16px;.inmo-content-main
  color: #000;
}

.inmo-sidebar-info-price{
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

.footer-nav-widgets-wrapper {
  clear:both;
  margin-top: 24px;
}

/*NEW---------------------------------------------------------------*/
.inmo-sidebar-contact-form #contact-inmo p{
   font-size: 16px;
   font-weight: 600;
   text-align: left;
   margin: 20px 0px;
   color: #000;
}

.inmo-sidebar-contact-form #contact-inmo #wpcf7-f18-p24498-o2 form .title-form-contact{
  display: none;
}

.inmo-sidebar-contact-form #contact-inmo .wpcf7-form-control{
  width: calc(100% - 10px);
  border-radius: 10px;
  border: 1px solid rgb(203, 214, 220);
}

.inmo-sidebar-contact-form #contact-inmo #contact-call{
  border: none;
}

.inmo-sidebar-contact-form #contact-inmo #contact-call .wpcf7-list-item input{
  border-radius: 4px;
  border: 1px solid rgb(203, 214, 220);
}
.inmo-sidebar-contact-form #contact-inmo form p br{
  display: none;
}
.inmo-sidebar-contact-form #contact-inmo .wpcf7-submit{
    width: 100%;
}

.inmo-sidebar-contact-form #contact-inmo #sidebar-condiciones{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}


/*---------------------------------------------------------------------*/

ul li label {
  display: inline;
}


#contact-inmo .wpcf7-form-control{
      width: 100%;
}
.inmo-sidebar-contact-form{height: auto;}

.inmo-content-breadcrumb a {
  color: #7c98a7;
  font-size: 14px;
  text-align:center;
  height:30px;
}

ul.breadcrumb{
  background-image: url(https://geydes00.dev2bit.com/wp-content/uploads/2020/12/cropped-FAVICOM_Mesa-de-trabajo-1-1-32x32.png);
  height:30px;
  list-style-type:none;
  background-repeat: no-repeat;
  margin:0;
}

ul.breadcrumb>li{
  display:inline;
  margin:0;
}

ul.breadcrumb li:first-child{
  padding-left:40px
}


ul.breadcrumb>li:after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    margin: 0 8px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(https://img10.naventcdn.com/ficha/RPFICv5.6.1-RC1/chevron-right.f84462.svg);
}

.inmo-content-breadcrumbs a:last-child{
  color: black;
}
.inmo-content-breadcrumbs a:last-child:after {
    display: none;
}

.inmo-header h2 {
      font-size: 32px;
}

ul.section-icon-features>li.icon-feature>i.icon-stotal:before {
    background-image: url(https://img10.naventcdn.com/ficha/RPFICv5.6.1-RC1/stotal.38e4f4.svg);
}

ul.section-icon-features>li.icon-feature>i:before {
    content: "";
    width: 22px;
    height: 19px;
    display: inline-block;
    background-position: 0;
    background-repeat: no-repeat;
    color: black !important;
    fill: black;
}

ul.section-icon-features {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  line-height: 22px;
  border-top: 1px solid #e7eef0;
  border-bottom: 1px solid #e7eef0;
  padding: 9px 0 9px;
}

ul.section-icon-features li.icon-feature{
  text-overflow: ellipsis;
}

.section-date {
    font-size: 14px;
    line-height: 22px;
    color: #7c98a7;
    font-weight: 600;
    margin: 0 0 0 0;
}

.section-title>h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    margin: 16px 0;
}

.section-title>h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .7px;
    color: #000000;
    margin: 8px 0;
}

.section-location>h4{
    font-size: 12px;
    color: #68808c;
    margin: 5px 0;
}

.article-container-map{
  padding: 27px 27px 0 27px;
  border: 1px solid rgb(203, 214, 220);
  margin: 24px 0;
  border-radius: 12px;
}

.article-map{
  height:700px;
}

.article-map:after {
    content: " ";
    display: block;
    width: 100%;
    height: 27px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
}

.AccordionItem {
    background-color: rgb(255, 255, 255);
    transition: background-color 0.3s ease 0s;
    border: 1px solid rgb(203, 214, 220);
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 16px 16px;
}

.close {
    background-color: rgb(243, 247, 248);
    border: 1px solid rgb(243, 247, 248);
    border-radius: 48px;
}

.AccordionTitle {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0px;
    width: 90%;
}

.AccordionIcon {
    position: absolute;
    transition: all 0.1s ease 0s;
    right: 16px;
    top: 18px;
}

.AccordionContent {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0) 0s;
    height: auto;
    max-height: 9999px;
    margin-top: 10px;
}

.AccordionContent>ul {
    list-style: none;
    columns: 2;
    line-height: 24px;
    margin: 0px;
    column-fill: revert;
}

.AccordionContent>ul>li {
    font-size: 14px;
}

.AccordionIcon{
  top: 12px;
}

.close .AccordionContent{
  display:none;
}

#carrusel {
    float:left;
    width:600px;
    overflow:hidden;
    height:203px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

.carrusel {
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0;
}

.carrusel>div {
    float: left;
    height: 203px;
    margin-right: 5px;
    width: 195px;
    text-align:center;
}

.carrusel img {
    cursor:pointer;
}

.product {
    border:#CCCCCC 1px solid;
}

.inmo-header img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    background: black;
}

.display-components {
    width: 100%;
    position:relative;
    flex-shrink: 0;
}

.display-current {
    width: 100%;
    display:flex;
    flex-wrap:nowrap;
    position:relative;
}

/*
.display-content.open .display-components {
    width: 100%;
    border-right: 0;
}
*/

.display-components .display-img {
    width: 100%;
    flex-shrink: 0;
}

.arrow{
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
    min-width: 60px;
    z-index:9;
    cursor:pointer;
}

.arrow-right{
    right: 0;
/*
    background: linear-gradient(90deg, rgba(0,0,0,0) 50%, #222) 0%/ 200%;
*/
/*
    transition: 0.4s;
*/
}

/*
.arrow-right:hover{
    background: linear-gradient(90deg, rgba(0,0,0,0) 50%, #222) 100%/ 200%;
}
*/


.arrow .inmo-slider-btn {
    top: calc(50% - 20px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display:none;
}

.arrow:hover .inmo-slider-btn {
    display:block !important;
}

.arrow .inmo-slider-btn.inmo-slider-btn-right {
    right: -15px;
}

.arrow .inmo-slider-btn.inmo-slider-btn-left {
    left: -15px;
}

.arrow-left{
    left: 0;
/*
    background: linear-gradient(270deg, rgba(0,0,0,0) 50%, #222) 100%/ 200%;
*/
/*
    transition: 0.4s;
*/
}

/*
.arrow-left:hover{
    background: linear-gradient(270deg, rgba(0,0,0,0) 50%, #222) 0%/ 200%;
}
*/

.inmo-header .display-current > div:first-child {
  margin-left:-100%;
}
.inmo-header .display-current img {
    width: 100%;
    margin: auto;
    height:calc(100vh - 60px);
    object-position: 50% 80%;
}

.inmo-header .display-content.container .display-current img {
  height:600px;
}

.display-content.container {
    width: 80%;
    overflow: hidden;
    margin: auto;
    border: 1px solid rgb(203, 214, 220);
    margin-top: 40px;
}

.display-others {
    width: 30%;
    flex-wrap: wrap;
    overflow-y: scroll;
    background-color: black;
    max-height:600px;
    display: flex;
    flex-shrink: 0;
    z-index:9;
}

.display-btn.display-gallery {
    position: absolute;
    background: white;
    padding: 8px 16px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border: 2px solid var(--second-color);
    border-left: 0;
    color: var(--second-color);
    font-weight: 600;
    bottom: 16px;
    left: 0;
    cursor: pointer;
    z-index: 7777;
}

.display-others img {
    width: 33.3%;
    border:1px solid;
    cursor: pointer;
    height: 20%;
}

.display-others img.selected {
    border-color: var(--second-color);
    border-width: 4px;
}

.display-content {
    display: flex;
    flex-wrap: nowrap;
    border-bottom:1px solid black;
    position: relative;
    background: black;
}

span.type-price-pvp.outlet {
    font-size: 16px;
    display: block;
    color: #666;
    text-decoration: line-through !important;
    height: 14px;
}



/* Hide scrollbar for Chrome, Safari and Opera */
.display-others::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.display-others {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.display-others .over {
    background: rgba(50,50,50,.6);
    position: absolute;
    width: inherit;
    display:none;
}

.sidebar-mobile-btn {
        display: none;
}

.mobile {
  display: none;
}

.inmo-header h1 {
    font-size: 24px;
    margin-top:0px;
}

@media (min-width:1440px){
  .display-others img {
      height: 16.666666666%;
  }
}
@media (min-width:1270px){
  #site-content .inmo-content {
      display: inline-block;
      padding: 40px;
      margin: 0 10% !important;
  }

  article > .inmo-header {
    margin-top: 100px;
  }

  .inmo-container-sidebar{
    position: sticky;
    top: 110px;
  }
}
@media (max-width:1270px){
    .mobile {
      display: initial;
    }

    html {
        margin-top: 0 !important;
    }

  .display-content.container {
    width: 100%;
    overflow: hidden;
    margin: auto;
    border: 0;
    margin-top:0;
  }

    .sidebar-mobile-btn {
        font-size: 14px;
        font-weight: 600;
        display: block;
        position: fixed;
        bottom: 16px;
        left: 24px;
        background: var(--second-color);
        padding: 8px 16px;
        border-radius: 20px;
        color: rgb(255, 255, 255);
    }
    .sidebar-mobile-btn a {
      color: white;
    }

    .inmo-container-sidebar {
      display:none;
    }

    .display-components {
        width: 100%;
    }

    .display-others {
        width: 100%;
        flex-wrap: nowrap;
        padding: 4px;
        display:none;
    }

    .display-others .over {
        display: none !important;
    }

    .display-others img {
        width: 28%;
        margin: 0 4px;
    }


    .inmo-content-main {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
    }
    .inmo-container-sidebar,
    .inmo-content-sidebar {
      width: 100%;
      float: none;
      margin: auto;
    }

    .inmo-sidebar-info.mobile {
      position: absolute;
      top: 20px;
      right: 20px;
      text-align: right;
    }
  .display-content {
    display:block;
  }
  .inmo-header .display-current img {
    height:auto;
  }

  .inmo-header .display-content.container .display-current img {
    height:auto;
  }


}

@media (max-width:800px){

  .inmo-header h1 {
    font-size: 18px;
  }
  .inmo-sidebar-info-action {
    font-size: 12px;
  }
  .inmo-sidebar-info-price {
    font-size: 14px;
  }
  .display-others img {
      width: 40%;
      margin: 0 4px;
  }

}

@media (max-width:500px){
  .display-others img {
      width: 55%;
      margin: 0 4px;
  }

  .article-container-map {
      padding: 0;
      border: 0;
      margin: 24px 0;
  }
}
@media (max-width:1250px){
  .inmo-header .display-content.container .display-current img {
    max-height:275px;
  }
}
