.page-template-template-bkl-cranes #boxed-wrapper #wrapper
{
  padding-top: 0 !important;
}
.page-template-template-bkl-cranes #boxed-wrapper #wrapper #sliders-container
{
  display: none;
}
section.cranes-company
{
  margin-top: 2rem;
}
section.cranes-company > header
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 1.5rem 10px;
  gap: 20px;
  margin-bottom: 15px;
}
section.cranes-company > header div:first-child
{
  background-color: #fff;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cranes-company > header > div:first-child img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}
section.cranes-company > header .info-company h1
{
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  width: fit-content;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bolder;
  color: #313131;
}
section.cranes-company > header .info-company
{
  width: 67%;
}
section.cranes-company > header .info-company p
{
  color: #313131;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
section.cranes-company > header .info-company p span
{
  font-weight: 600;
}
section.cranes-company .list-cranes
{
  margin-top: 20px;
}
section.cranes-company .bkl-crane
{
  padding: 2rem 0;
    margin-block: 0px;
    border-bottom: 1px solid #313131;
}

section.cranes-company .bkl-crane:first-child
{
  border-top: 1px solid #313131;
}

section.cranes-company .bkl-crane .info-crane
{
  display: flex;
  justify-content: space-between;
}

section.cranes-company .bkl-crane .info-crane .info-change-view
{
  display: none;
}

section.cranes-company .bkl-crane h2
{
  font-weight: 700;
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-family: 'Montserrat', sans-serif;
  color: #313131;
  margin: 0;
  margin-bottom: 10px;
}
section.cranes-company .bkl-crane h2 a
{
  color: #313131;
}
section.cranes-company .bkl-crane p
{
  font-size: 13px !important;
  margin: 0;
  color: #313131;
}
section.cranes-company .bkl-crane a.url-pdf
{
  border-radius: 5px;
  background-color: #e62721;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: fit-content;
}
section.cranes-company .bkl-crane a > img
{
  width: 34px;
}
section.cranes-company .option-view-cranes
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.cranes-company .switch input {
      display: none;
}

section.cranes-company .option-view-cranes .switch {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  font-weight: 500;
  color: #313131;
}

/* Contenedor del switch */
section.cranes-company .option-view-cranes .slider {
  position: relative;
  width: 34px;
  height: 16px;
  background: #e62721;
  border-radius: 24px;
  transition: background 0.3s;
}

/* Círculo del switch */
section.cranes-company .option-view-cranes .slider::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* Cuando está activado */
section.cranes-company .option-view-cranes input:checked + .slider {
  background: #313131;
}

section.cranes-company .option-view-cranes input:checked + .slider::before {
  transform: translateX(15px);
}
/*CSS for option change view */
section.cranes-company .bkl-crane.view-change
{
  border:none;
  padding: 0;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 5px;
}
section.cranes-company .bkl-crane.view-change .info-crane
{
    background: rgba(0,0,0,0.4);
    padding: 8px 1rem;
    width: 100%;
    border-radius: 0px 5px 5px 0px;
}
section.cranes-company .bkl-crane.view-change .info-crane > div
{
  display: none;
}
section.cranes-company .bkl-crane.view-change .info-crane .info-change-view
{
  display: initial;
  color: #fff;
}
section.cranes-company .bkl-crane.view-change .info-crane .info-change-view h2 a, section.cranes-company .bkl-crane.view-change .info-crane .info-change-view p
{
  color: #fff;
} 
section.cranes-company .bkl-crane.view-change .info-crane .info-change-view h2
{
  margin-bottom: 0;
}
section.cranes-company .bkl-crane.view-change a > img
{
  width: 28px;
}
@media(min-width:900px)
{
  section.cranes-company > header
  {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 40px;
    gap: 50px;
  }
  section.cranes-company > header div:first-child
  {
    width: 161px;
    height: 161px;
  }
}