section.dispositivos{background-color:var(--advantages_backColor)}section.dispositivos h2{font-size:1.875rem;font-weight:400;line-height:1em;text-align:center}section.dispositivos h2 span{color:var(--maincolor);display:block}section.dispositivos .boxes{display:flex;flex-direction:row;gap:2rem;justify-content:center;margin-bottom:2rem;padding-top:1rem}@media (max-width:1067px){section.dispositivos .boxes{align-items:center;flex-direction:column;margin:0 0 3rem}}section.dispositivos .boxes .box{background-color:var(--bundles_box_backColor);border:0;box-shadow:var(--bundles_box_shadow);flex-basis:33%;flex-grow:1;flex-shrink:1;justify-content:space-between;margin:0;max-width:revert;overflow:hidden;padding:0}@media (max-width:1067px){section.dispositivos .boxes .box{flex-grow:1;flex-shrink:0;max-width:540px;width:100%}}section.dispositivos .smartphoneBrand{background:var(--bundles_gradient);color:var(--blanco);font-family:var(--mainfont);font-size:2rem;padding:1rem;text-align:center}section.dispositivos .smartphoneDescription{align-items:center;display:grid;flex-direction:row;flex-grow:1;gap:1rem;grid-template-columns:1fr 2fr;padding:1rem}section.dispositivos .smartphoneImage{max-width:200px}section.dispositivos .smartphoneImage img{width:100%}@media (max-width:1067px){section.dispositivos .smartphoneImage img{max-height:150px;max-width:150px;width:auto}}section.dispositivos .smartphoneInfo{display:flex;flex-basis:60%;flex-direction:column;height:100%;justify-content:space-between}section.dispositivos .smartphoneInfo .smartphoneInfo_price{font-family:var(--mainfont);font-size:1.5rem;font-weight:400;margin:0}section.dispositivos .smartphoneInfo button{font-family:var(--mainfont);margin:0 auto}