/* Start custom CSS for html, class: .elementor-element-01e3aaf */.producto-descripcion {
    font-family: inherit;
    line-height: 1.7;
    color: #333;
}

.producto-descripcion h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #111;
}

.producto-descripcion h3 {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #111;
}

.producto-descripcion ul {
    padding-left: 20px;
}

.producto-descripcion li {
    margin-bottom: 12px;
}

.categorias-producto {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.categorias-producto span {
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.producto-descripcion strong {
    color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-011bcbe */#osmo-action5-elementor{
  max-width:1120px;
  margin:0 auto;
  padding:30px 15px;
  font-family:inherit;
  color:#1f2933;
  line-height:1.6;
}

#osmo-action5-elementor h2{
  font-size:32px;
  line-height:1.25;
  margin:0 0 18px;
  color:#0b2529;
  font-weight:700;
  text-align:center;
}

#osmo-action5-elementor h3{
  font-size:23px;
  line-height:1.3;
  margin:0 0 18px;
  color:#0b2529;
  font-weight:700;
  border-left:5px solid #ffcc00;
  padding-left:12px;
}

#osmo-action5-elementor p{
  font-size:16.5px;
  line-height:1.75;
  color:#5f6f6c;
  margin:0 0 18px;
}

.osmo-hero{
  text-align:center;
  margin-bottom:35px;
}

.osmo-hero p{
  max-width:850px;
  margin:0 auto 18px;
}

.osmo-highlight{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin:35px 0;
}

.osmo-highlight div{
  background:#f6f8f9;
  border-radius:18px;
  padding:22px 16px;
  text-align:center;
  border:1px solid #e8e8e8;
}

.osmo-highlight strong{
  display:block;
  font-size:26px;
  color:#0b2529;
  margin-bottom:6px;
}

.osmo-highlight span{
  font-size:14px;
  color:#5f6f6c;
  font-weight:600;
}

.osmo-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin:35px 0;
}

.osmo-card{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:20px;
  overflow:hidden;
}

.osmo-card-image{
  width:100%;
  height:310px;
  background:#f7f7f7;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.osmo-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.osmo-card-content{
  padding:28px;
}

.osmo-feature-table{
  width:100%;
  border-collapse:separate;
  border-spacing:18px;
  table-layout:fixed;
  margin:35px 0;
}

.osmo-feature-table td{
  width:25%;
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:20px;
  padding:26px 18px;
  text-align:center;
  vertical-align:top;
}

.osmo-feature-table strong{
  display:block;
  font-size:18px;
  color:#0b2529;
  margin-bottom:8px;
}

.osmo-feature-table span{
  display:block;
  font-size:14.5px;
  line-height:1.5;
  color:#5f6f6c;
}

.osmo-disclaimer{
  font-size:13.5px !important;
  color:#7a8583 !important;
  border-top:1px solid #e5e5e5;
  padding-top:18px;
  margin-top:30px !important;
}

@media(max-width:768px){
  #osmo-action5-elementor h2{
    font-size:26px;
  }

  .osmo-highlight{
    grid-template-columns:repeat(2,1fr);
  }

  .osmo-grid{
    grid-template-columns:1fr;
  }

  .osmo-card-image{
    height:240px;
  }

  .osmo-feature-table,
  .osmo-feature-table tbody,
  .osmo-feature-table tr,
  .osmo-feature-table td{
    display:block !important;
    width:100% !important;
  }

  .osmo-feature-table{
    border-spacing:0 !important;
  }

  .osmo-feature-table td{
    margin-bottom:18px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6473de6 */.dji-compare-section{
    font-family:Arial, sans-serif;
    padding:50px 20px;
}


.dji-compare-header{
    text-align:center;
    max-width:900px;
    margin:auto;
}


.dji-compare-header h2{
    font-size:38px;
    margin-bottom:15px;
}


.dji-compare-header p{
    font-size:18px;
    color:#666;
}


.dji-table-wrapper{
    overflow-x:auto;
    margin-top:40px;
}


.dji-compare-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}


.dji-compare-table th{
    background:#111;
    color:#fff;
    padding:25px;
    font-size:20px;
}


.dji-compare-table th span{
    display:block;
    font-size:14px;
    font-weight:normal;
    margin-top:8px;
    opacity:.8;
}


.dji-compare-table td{
    padding:18px;
    border-bottom:1px solid #ddd;
    text-align:center;
}


.dji-compare-table td:first-child{
    font-weight:bold;
    text-align:left;
}


.highlight{
    background:#222!important;
}


.check{
    color:#008b45;
    font-weight:bold;
}


.highlight-text{
    font-weight:bold;
}


.dji-compare-footer{
    margin-top:50px;
    text-align:center;
}


.choice-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:30px;
}


.choice-grid div{
    padding:30px;
    border-radius:18px;
    background:#f5f5f5;
}


.choice-grid h4{
    font-size:24px;
}



@media(max-width:768px){

.dji-compare-header h2{
    font-size:28px;
}

.choice-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */