body {
    background-color: #fff;
    width: 100%;
    font-family: Lato;
}

h2 {
    background-color: #00559e;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 20pt;
    border-radius: 3px;
    margin: 40px 0;
}
a {
    text-decoration: none;
}
.relative {
    position: relative;
}
.content-right-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.content-center-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
.carousel .logo-bottom-right {
    max-height: 50px;
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.logo-row {
    position: absolute;
    height: 100%;
    width: 100%;
}
.carousel .logo img {
    max-height: 120px;
}
.carousel-indicators {
    z-index: 100;
}
.carousel-indicators li {
    width: 21px;
    height: 3px;
    background-color: #fff;
    background-clip: inherit !important;
    border-radius: 50%;
}
.carousel .container-fluid.absolute {
    position: absolute;
    z-index: 99;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.4);
}
.carousel .carousel-inner img {
    object-fit: cover;
    min-height: 500px;
    max-height: 500px;
}
.col-logo-utility {
    max-height: 80%;
}
.sidebar-content {
    width: 210px;
    height: 330px;
    padding: 20px;
    background-color: #fff;
    font-size: 10pt;
}
.sidebar-content h1 {
    font-size: 18pt;
}
.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-menu li {
    margin-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(51, 51, 51, 0.5);
    padding-bottom: 7px;
}
.sidebar-content .sidebar-menu li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar-mobile {
    display: none;
}
.sidebar-mobile .sidebar-menu li:last-child {
    margin-bottom: 30px;
}
.sidebar-mobile .sidebar-menu li:first-child {
    padding-top: 15px;
}
.sidebar-mobile-content {
    background-color: #fff;
}
.sidebar-mobile-content i {
    margin: 0 5px;
}
.sidebar-menu li a {
    color: #000;
    font-weight: 400;
}
.sidebar-row {
    height: 100%;
}
.sidebar-row .utilities {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebar-row .utilities li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16pt;
    font-weight: 500;
    color:#fff;
    margin: 0 10px;
}
.sidebar-row .utilities li span {
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}
.sidebar-row .utilities li .cortar {
    border: 1px solid #c5322d;
    background-color: #c5322d;
}
.sidebar-row .utilities li .grabar-tallar {
    border: 1px solid #00a0af;
    background-color: #00a0af;
}
.sidebar-row .utilities li .lijar {
    border: 1px solid #58277c;
    background-color: #58277c;
}
.sidebar-row .utilities li .limpiar-pulir {
    border: 1px solid #ecbd00;
    background-color: #ecbd00;
}
.sidebar-row .utilities li .esmerilar-afilar {
    border: 1px solid #379957;
    background-color: #379957;
}
.sidebar-row .utilities li .diversos {
    border: 1px solid #877c72;
    background-color: #877c72;
}
.sidebar-mobile {
    background-color: #8a8a8a;
    color: #fff;
    font-size: 20px;
}
.sidebar-mobile p {
    margin: 0;
    padding: 8px;
}
.left-social-fixed {
    z-index: 999;
    width: 60px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.left-social-fixed a {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.left-social-fixed img {
    width: 100%;
}
.section-reasons {
    padding: 0 0 70px;
    position: relative;
}
.section-reasons h2 {
    margin: 70px 0 50px;
}
.section-reasons .card {
    border-radius: 15px;
    border: none;
}
.section-reasons .card-header {
    padding: 0.25rem 1.25rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18pt;
    text-align: center;
    font-weight: 700;
}
.bg-paralax {
    background-image: url('/static/contenido/LandingDremel/img/table-paralax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.capa {
    background-color: rgba(40, 40, 40, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
}
.crear {
    background-color: #49bdc4;
    color: #fff;
}
.reparar {
    background-color: #727272;
    color: #fff;
}
.reason-img {
    max-height: 265px;
}
.bullet-points {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 18pt;
    font-weight: 400;
}
.col-crear .fa-check {
    color: #49bdc4;
}
.col-reparar .fa-check {
    color: #727272;
}
h3 {
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    font-size: 18pt;
    padding: 10px 40px;
    font-weight: 400;
    border-radius: 3px;
}
.section-utility {
    padding: 30px 20px 0;
}
.section-utility h2 {
    margin: 0px 0px 40px 0px;
}

.section-utility .tools{  
    margin: 0px 0px 40px 0px;
}

.utilities-col {
    margin: 2rem 0;
}
.section-comparacion {
    padding: 0 0 50px;
}
.section-comparacion .col-comp-mult {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.section-comparacion .row-multiproposito .col-comp-mult {
    min-height: 880px;
}
.section-comparacion .row-mult-herramientas .col-comp-mult {
    min-height: 710px;
}
.comparacion-bg {
    background-color: #00559e !important;
    color: #fff !important;
}
.comparacion-bg .herramienta-title p {
    color: #fff !important;
}
.comparacion-title {
    min-height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mult-title {
    min-height: 230px;
}
.acabados-title h2{
    padding: 10px !important;
}
.herramientas-title-comparacion h2,
.row-mult-herramientas .mult-title h2 {
    width: 100%;
}

.section-comparacion .rpms {
    font-weight: 800;
    font-size: 16px;
}
.section-comparacion .rpms span {
    font-size: 24px;
}
.section-comparacion p.crear,
.section-comparacion p.reparar {
    font-size: 16px;
    padding: 2px 8px;
    border-radius: 5px;
    min-width: 88px;
    line-height: 20px;
    margin-bottom: 3px;
}
.section-comparacion .herramienta-title {
    padding: 10px 20px 20px;
}
.section-comparacion .herramienta-title p {
    margin-bottom: 0;
    font-size: 23px;
    color: #00559e;
}
.section-comparacion .type-acabados {
    font-size: 24px;
    font-weight: 800;
}
.section-comparacion .herramientas-comparacion {
    font-size: 18pt;
    color: #fff;
    font-weight: 700;
    position: absolute;
}
.section-comparacion .span-potencia {
    width: 100%;
    height: auto;
    color: #159ed6;
    font-size: 18pt;
}
.section-comparacion .herramientas-comparacion .herramientas-potencia {
    position: absolute;
    width: 75%;
    top: 320px;
    left: 25%;
    max-height: 90px;
    z-index: 9;
}
.section-comparacion .herramientas-comparacion .herramientas-span-potencia {
    position: absolute;
    width: 75%;
    top: 347px;
    left: 25%;
    z-index: 9;
}
.section-comparacion .herramientas-comparacion .multimax-potencia {
    position: absolute;
    z-index: 9;
    width: 14.6666666667%;
    right: 3.5%;
    top: 300px;
    max-height: 90px;
}
.section-comparacion .herramientas-comparacion .multimax-span-potencia {
    position: absolute;
    z-index: 9;
    width: 14.6666666667%;
    right: 4%;
    top: 324px;
    font-size: 15pt;
    line-height: 36px;
}
.absolute-table {
    position: absolute;
    z-index: 11;
    color: #000;
}
.herramientas-table {
    top: 430px;
    width: 100%;
    left: 0;
}
.mult-table {
    top: 630px;
    width: 100%;
    left: 0;
}
.span-x {
    font-weight: 900;
    font-size: 26pt;
}
.span-si {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    font-size: 26pt;
    font-weight: 900;
    color: #fff;
}
.span-title {
    color: #fff;
    font-size: 17pt;
}
.tr-cortar .span-si,
.tr-cortar .span-title {
    background-color: #c5322d;
}
.tr-grabar .span-si,
.tr-grabar .span-title {
    background-color: #00a0af;
}
.tr-lijar .span-si,
.tr-lijar .span-title {
    background-color: #58277c;
}
.tr-fresar .span-si,
.tr-fresar .span-title {
    background-color: #ed7d31;
}
.tr-pulir .span-si,
.tr-pulir .span-title {
    background-color: #ecbd00;
}
.tr-afilar .span-si,
.tr-afilar .span-title {
    background-color: #379957;
}
.tr-diversos .span-si,
.tr-diversos .span-title {
    background-color: #877c72;
}
.tr-codigo .span-title {
    background-color: #000;
}
.tr-codigo .span-cod span {
    line-height: 50px;
    font-size: 20px;
}
.tr-button .span-title {
    background-color: #000;
}
.tr-button .col-tr-button {
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0px;
}
.tr-button .col-tr-button:hover {
    background-color: #de0021;
    color: #fff;
}
.tr-button a {
    color: #fff;
}
.section-comparacion .col-herramientas-comparacion {
    display: none;
}
.bg-2 {
    background: #e3e3e3;
}
.section-search-ideal {
    padding: 40px 0 0;
}
.section-search-ideal .accesorios,
.section-search-ideal .accesorios_mototool,
.section-search-ideal .accesorios_mult,
.section-search-ideal .accesorios_sierra,
.section-search-ideal .acoples,
.section-search-ideal .herramientas,
.section-search-ideal .kit_aplicacion,
.section-search-ideal .kit_multiuso {
    display: none;
}
.section-search-ideal .card {
    width: auto;
    max-width: 420px;
    background-color: #fff;
    color: #000;
    margin: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
}
.section-search-ideal h4 {
    margin: 15px auto 5px;
    font-weight: 400;
    text-align: center;
    font-size: 21px;
    justify-content: center;
    align-items: center;
}
.col-count-results {
    background-color: #f8ac00;
}
.p-count-results {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #00559e;
}
.close-search {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #00559e;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
}
.product-name-col p{
    margin-top: 1rem;
}
.section-search-ideal .product-ideal .card-product-ideal{
    padding: 0 30px 8px;
}
.ideal-form-row {
    margin-top: 12px;
}
.content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
form label,
form option {
    font-size: 15pt;
    color: #000;
    font-weight: 400;
}
form select {
    text-align-last: center;
    cursor: pointer;
    color: #000 !important;
}
.multiselect-container > li > a > label {
    cursor: default !important;
}
.multiselect-container {
    width: 100%;
}
.multiselect-native-select .btn-group {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}
.ideal-form-row label {
    margin: 5px 0.7rem;
    font-size: 18pt;
}
.ideal-form-row label:hover {
    cursor: pointer;
}
.label-height {
    text-align: center;
}
.form-search-ideal {
    padding: 0 70px;
}
.btn-search {
    width: 35%;
    font-size: 18pt;
    margin: 2rem 0 0.5rem;
}
.section-search-ideal .card-body {
    padding: 1.5rem;
}
.section-search-ideal .ideal-product-col {
    padding: 40px 25px;
}
.section-search-ideal .product-ideal {
    display: none;
    background-color: #00559e;
    color: #fff;
    font-weight: 500;
}
.section-search-ideal .box-shadow-product {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
}
.section-search-ideal .product-ideal a {
    background: red;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 1rem;
}
.section-videos h2 {
    margin: 75px 0 45px;
}
.section-videos {
    padding-bottom: 70px;
}
.menor_576 {
    display: none;
}
footer {
    background-color: #00559e;
}
footer .img-footer {
    padding: 22px 10px;
}
footer .img-footer img {
    max-height: 65px;
}
.footer-social {
    display: none;
    justify-content: flex-end;
}
.footer-social a {
    width: 45px;
    margin: 5px;
}

.row-mult-herramientas h2{
    padding: 29px 10px;
    width: 100%;
}
.row-mult-herramientas {
    margin-top: 59px;
}
.titles-md-768 {
    display: none;
}
.img-md-768 {
    display: none;
}

@media (min-width: 768px) {
    /* edited 2021 */
    .section-utility .tools{  
        margin: 0px 0px 40px 0px;
    }
    
    .herramientas-para .content-center h2{
        padding: 10px 35px 0px 35px;
    }
    /* edited 2021 */

    .herramientas-title-comparacion {
        margin-left: 26%;
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%;
    }
    .col-comp-flex-mult {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%;
    }
    .flex-titles {
        flex: 0 0 23.5%;
        max-width: 23.5%;
        -ms-flex: 0 0 23.5%;
    }
    .flex-titles-space {
        flex: 0 0 3%;
        max-width: 3%;
        -ms-flex: 0 0 3%;
    }
    .flex-title-acabado {
        flex: 0 0 37.6%;
        max-width: 37.6%;
        -ms-flex: 0 0 37.6%;
    }
    .table-flex-mult {
        width: 20%;
        border-top: 1px solid #818181;
        border-bottom: 1px solid #818181;
    }
    .mult-td-flex {
        width: 18.7%;
        border-top: 1px solid #818181;
        border-bottom: 1px solid #818181;
        max-width: 18.8%;
    }
    .mult-td-flex-space {
        width: 3%;
        max-width: 3%;
    }
}
@media (max-width: 1199px) {
    .row-mult-herramientas h2 {
        padding: 25.5px 10px;
        font-size: 26px;
    }
    .long-title {
        font-size: 21px;
    }
    .tr-button .col-tr-button {
        font-size: 14px;
    }
    .section-comparacion .row-multiproposito .col-comp-mult {
        min-height: 820px;
    }
    .solo-reason-1199 {
        margin-bottom: 27px;
    }
    .span-si {
        height: 46px;
        width: 46px;
        font-size: 23pt;
    }
    .tr-codigo .span-cod span {
        line-height: 46px;
        font-size: 20px;
    }
    .herramientas-table {
        top: 385px;
    }

    .section-comparacion .herramientas-comparacion .herramientas-potencia {
        top: 280px
    }

    .section-comparacion .herramientas-comparacion .herramientas-span-potencia {
        top: 307px;
    }
    .section-comparacion .herramientas-comparacion .multimax-span-potencia {
        font-size: 13pt;
        top: 318px;
    }
}
@media (max-width: 991px) {
    /* edited 2021 */
    .section-utility .tools{  
        margin: 0px 0px 40px 0px;
    }
    
    .herramientas-para .content-center h2{
        padding: 10px 35px 0px 35px;
    }
    /* edited 2021 */
    .section-comparacion .herramienta-title .long-title {
        font-size: 14px;
        line-height: 30px;
    }
    .section-comparacion h2 {
        font-size: 13pt;
    }
    .row-mult-herramientas h2 {
        padding: 20px 10px;
    }
    .mult-title,
    .comparacion-title {
        min-height: 150px;
    }
    .bullet-points {
        font-size: 15pt;
    }
    .solo-reason-991 {
        margin-bottom: 26px;
    }
    .tr-codigo .span-cod span {
        font-size: 15px;
    }
    .tr-button .col-tr-button {
        padding: 10px 0;
    }
    .mult-table {
        top: 520px;
    }
    .section-comparacion .row-mult-herramientas .col-comp-mult {
        min-height: 670px;
    }
    .span-title {
        font-size: 12pt;
    }
    .section-comparacion .herramientas-comparacion .herramientas-potencia {
        top: 276px;
    }
    .section-comparacion .herramientas-comparacion .herramientas-span-potencia {
        font-size: 15pt;
        top: 306px;
    }
    .sidebar-row .utilities {
        margin-bottom: 1rem;
    }
    .logo-bottom-right {
        max-height: 45px !important;
    }
    .section-videos .reparar {
        margin-top: 50px;
    }
}
@media (max-width: 829px) {
    .left-social-fixed {
        display: none;
    }
    .footer-social {
        display: flex;
    }
}
@media (max-width: 1065px) and (min-width: 992px) {
    /* edited 2021 */
      .section-utility .tools{  
        margin: 0px 0px 40px 0px;
    }
    
    .herramientas-para .content-center h2{
        padding: 10px 35px 29px 35px;
    }
    /* edited 2021 */

    .left-social-fixed {
        display: none;
    }
    .footer-social {
        display: flex;
    }
}
@media (max-width: 767px) {
        /* edited 2021 */
        .section-utility .tools{  
            margin: 0px 0px 40px 0px;
        }
        
        .herramientas-para .content-center h2{
            padding: 10px 35px 29px 35px;
        }
        /* edited 2021 */
    .row-mult-herramientas {
        margin-top: auto;
    }
    .titles-lg-768 {
        display: none;
    }
    .titles-md-768 {
        margin-top: 59px;
        display: block;
    }
    .img-lg-768 {
        display: none;
    }
    .img-md-768 {
        display: block;
    }
    .bullet-points {
        font-size: 18pt;
    }
    .col-reparar {
        margin-top: 50px;
    }

    .section-comparacion .rpms,
    .section-comparacion .rpms span {
        font-size: 18pt;
    }
    .btn-search {
        width: 100%;
    }
    .section-reasons h2 {
        margin: 110px 0;
    }
    .section-comparacion .herramienta-title .long-title {
        font-size: 30px;
        line-height: 51px;
    }
    .section-comparacion h2 {
        font-size: 24pt;
        min-width: 85%;
    }
    .col-comp-mult p {
        font-size: 23px;
    }
    .section-comparacion .herramienta-title p {
        font-size: 34px;
    }
    .section-comparacion p.crear,
    .section-comparacion p.reparar {
        font-size: 28px;
        line-height: 39px;
        margin: 0 3px;
    }
    .section-comparacion .col-herramientas-comparacion {
        display: block;
        margin: 14px 0 1px;
    }
    .section-comparacion .col-herramientas-comparacion p,
    .section-comparacion .col-herramientas-comparacion a {
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
    }
    .section-comparacion .col-herramientas-comparacion a:hover {
        text-decoration: none;
    }
    .section-comparacion .col-cortar {
        background-color: #c5322d;
    }
    .section-comparacion .col-grabar {
        background-color: #00a0af;
    }
    .section-comparacion .col-lijar {
        background-color: #58277c;
    }
    .section-comparacion .col-fresar {
        background-color: #ed7d31;
    }
    .section-comparacion .col-pulir {
        background-color: #ecbd00;
    }
    .section-comparacion .col-afilar {
        background-color: #379957;
    }
    .section-comparacion .col-diversos {
        background-color: #877c72;
    }
    .section-comparacion .col-button {
        background-color: #000000;
    }
    .section-comparacion .col-comp-mult {
        margin: 10px 10px 25px;
        padding-bottom: 23px;
    }
    .section-comparacion .herramientas-comparacion {
        display: none;
    }
    .sidebar-computer {
        display: none;
    }
    .sidebar-mobile {
        display: block;
    }
}
@media (max-width: 710px) {
    .logo-bottom-right {
        bottom: 33px !important;
        right: 10px !important;
    }
}
@media (max-width: 575px) {
    .maior_576 {
        display: none;
    }
    .menor_576 {
        display: block;
    }
}

@media (max-width: 320px) {
    .section-utility .tools{  
        margin: 0px 0px 40px 0px;
    }
    
    .herramientas-para .content-center h2{
        padding: 0px 35px 29px 35px;
    }
}
