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

h2 {
  background-color: #00559e;
  color: #FFF;
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 24pt;
  border-radius: 3px;
  margin: 40px 0;
}

.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: 2px;
  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: 200px;
  padding: 11px 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: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.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: 0px 5px;
}

.sidebar-menu li a {
  text-decoration: none;
  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 #c5322d;
  background-color: #c5322d;
  border-radius: 50%;
}

.sidebar-row .utilities li .cortar {
  border: 1px solid #c5322d;
  background-color: #c5322d;
}

.sidebar-row .utilities li .gravar-esculpir {
  border: 1px solid #00a0af;
  background-color: #00a0af;
}

.sidebar-row .utilities li .lixar {
  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: bold;
}

.bg-paralax {
  background-image: url('/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;
}

.solo-reason {
  margin-bottom: 27px;
}

.reason-img {
  max-height: 265px;
}

.bullet-points {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 18pt;
  font-weight: normal;
}

.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: normal;
  border-radius: 3px;
}

.section-utility {
  padding: 30px 20px 0;
}

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

.utilities-col {
  margin: 2rem 0;
}

.section-comparacion {
  padding: 0px 0px 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: 800px;
}

.section-comparacion .row-acabados .col-comp-mult {
  min-height: 675px;
}

.section-comparacion .col-comp-rastro {
  height: 826px;
}

.comparacion-shadow {
  box-shadow: -8px 0px 30px 0px rgba(57, 57, 57, 0.5);
}

.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;
}

.sierra-title {
  width: 100%;
  padding: 29px 0;
}

.herramientas-title-comparacion 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: bold;
  position: absolute;
}

.section-comparacion .sierras-comparacion {
  font-size: 18pt;
  color: #FFF;
  font-weight: bold;
  position: relative;
}

.section-comparacion .span-potencia {
  width: 100%;
  height: auto;
  color: #159ed6;
  font-size: 18pt;
}

.section-comparacion .herramientas-comparacion .herramientas-potencia {
  position: absolute;
  width: 50%;
  top: 280px;
  left: 25%;
  max-height: 90px;
  z-index: 9;
}

.section-comparacion .herramientas-comparacion .herramientas-span-potencia {
  position: absolute;
  width: 50%;
  top: 308px;
  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;
  left: 0;
  color: #000;
}

.herramientas-table {
  top: 390px;
  width: 100%;
}

.sierras-table,.acabados-table {
  width: 100%;
  top: 700px;
}

.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;
}

.row-sierras .span-title {
  font-size: 15pt;
}

.tr-cortar .span-si,.tr-cortar .span-title {
  background-color: #c5322d;
}

.tr-grabar .span-si,.tr-grabar .span-title {
  background-color: #00a0af;
}

.tr-lixar .span-si,.tr-lixar .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-button .span-title {
  background-color: #000;
}

.tr-button .col-tr-button {
  cursor: pointer;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}

.tr-button .col-tr-button:hover {
  background-color: #de0021;
  color: #FFF;
}

.tr-button a {
  text-decoration: none;
  color: #FFF;
}

.section-comparacion .sierras-comparacion .sierras-potencia {
  position: absolute;
  top: 613px;
  width: 31%;
  left: 17%;
  z-index: 9;
  max-height: 90px;
}

.section-comparacion .sierras-comparacion .sierras-span-potencia {
  position: absolute;
  z-index: 9;
  top: 625px;
  width: 31%;
  left: 17%;
}

.section-comparacion .col-herramientas-comparacion {
  display: none;
}

.bg-2 {
  background: #e3e3e3;
}

.section-padding {
  padding: 40px 0;
}

.section-search-ideal {
  padding: 40px 0 0;
}

.section-search-ideal .ferramentas,.section-search-ideal .acessorios,.section-search-ideal .acessorios_sierra,.section-search-ideal .acessorios_mult,.section-search-ideal .acoplamentos,.section-search-ideal .kit {
  display: none;
}

.section-search-ideal .card {
  width: auto;
  max-width: 420px;
  background-color: #fff;
  color: #000;
  margin: 0px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}

.section-search-ideal .card-col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.section-search-ideal h4 {
  margin: 15px auto 5px;
  font-weight: 400;
  text-align: center;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}

.ideal-form-row {
  margin-top: 12px;
}

.col-count-results {
  background-color: #f8ac00;
}

.p-count-results {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #00559e;
}

.product-name-p {
  margin-top: 1rem;
}

.product-image-col {
  background-color: #FFF;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-search {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #00559e;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
}

.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

form label,form option {
  font-size: 15pt;
  color: #000;
  font-weight: normal;
}

form select {
  text-align-last: center;
  cursor: pointer;
  color: #000 !important;
}

.multiselect-container>li>a>label {
  cursor: default !important;
}

.multiselect-container {
  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: white;
  font-weight: 500;
}

.section-search-ideal .box-shadow-product {
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}

.section-search-ideal .product-ideal .card-product-ideal {
  padding: 0 30px 8px;
}

.section-search-ideal .product-ideal a {
  background: red;
  border: none;
  color: white;
  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;
}

.table-flex-rastro {
  width: 2%;
}

/* MIN-WIDTH */

@media (min-width: 768px) {
  .herramientas-title-comparacion {
    margin-left: 20%;
    flex: 0 0 80%;
    max-width: 80%;
    -ms-flex: 0 0 80%;
  }

  .acabados-title {
    flex: 0 0 94%;
    max-width: 94%;
    -ms-flex: 0 0 94%;
  }

  .col-comp-flex-mult {
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 20%;
  }

  .flex-sierras-col {
    flex: 0 0 19.4%;
    max-width: 19.4%;
    -ms-flex: 0 0 19.4%;
  }

  .flex-sierras-rastro {
    flex: 0 0 3%;
    max-width: 3%;
    -ms-flex: 0 0 3%;
  }

  .flex-sierras-title {
    flex: 0 0 58.2%;
    max-width: 58.2%;
    -ms-flex: 0 0 58.2%;
  }

  .table-flex-mult {
    width: 20%;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
  }

  .table-flex-sierras {
    width: 12%;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
  }
}

/* MAX-WIDTH */

@media (max-width: 1239px) {
  .section-comparacion .col-comp-rastro {
    height: 826px;
  }
}

@media (max-width: 1199px) {
  .table-flex-rastro {
    width: 2.4%;
  }

  .row-sierras .span-title {
    font-size: 12pt;
  }

  .row-sierras .herramienta-title .long-title {
    font-size: 19px;
  }

  .tr-button .col-tr-button {
    font-size: 14px;
  }

  .section-comparacion .row-multiproposito .col-comp-mult {
    min-height: 792px;
  }

  .solo-reason-1199 {
    margin-bottom: 27px;
  }

  .span-si {
    height: 46px;
    width: 46px;
    font-size: 23pt;
  }

  .herramientas-table {
    top: 370px;
  }

  .sierras-table,  .acabados-table {
    top: 680px;
  }

  .section-comparacion .herramientas-comparacion .herramientas-span-potencia {
    top: 304px;
  }

  .section-comparacion .herramientas-comparacion .multimax-span-potencia {
    font-size: 13pt;
    top: 318px;
  }

  .section-comparacion .sierras-comparacion .sierras-potencia {
    top: 603px;
  }

  .section-comparacion .sierras-comparacion .sierras-span-potencia {
    top: 613px;
    font-size: 21px;
  }

  .sierra-acabados-table {
    top: 675px;
  }

  .section-comparacion .row-acabados .col-comp-mult {
    min-height: 630px;
  }
}

@media (max-width: 991px) {
  .sierra-title {
    padding: 25px 0;
  }

  .table-flex-rastro {
    width: 3.2%;
  }

  .row-sierras .span-title {
    font-size: 10pt;
  }

  .row-sierras .tr-button .col-tr-button {
    font-size: 11px;
  }

  .section-comparacion .herramienta-title .long-title {
    font-size: 17px;
    line-height: 30px;
  }

  .row-sierras .herramienta-title .long-title {
    font-size: 13px;
  }

  .section-comparacion h2 {
    font-size: 19pt;
  }

  .bullet-points {
    font-size: 15pt;
  }

  .sierras-table,  .acabados-table {
    top: 660px;
  }

  .solo-reason-991 {
    margin-bottom: 24px;
  }

  .tr-button .col-tr-button {
    padding: 10px 0;
  }

  .section-comparacion .row-multiproposito .col-comp-mult {
    min-height: 750px;
  }

  .section-comparacion .row-acabados .col-comp-mult {
    min-height: 605px;
  }

  .span-title {
    font-size: 12pt;
  }

  .section-comparacion .herramientas-comparacion .herramientas-potencia {
    top: 290px;
  }

  .section-comparacion .herramientas-comparacion .herramientas-span-potencia {
    font-size: 15pt;
    top: 306px;
  }

  .section-comparacion .sierras-comparacion .sierras-potencia {
    top: 580px;
  }

  .section-comparacion .sierras-comparacion .sierras-span-potencia {
    top: 589px;
    font-size: 11pt;
  }

  .sierra-acabados-table {
    top: 650px;
  }

  .section-search-ideal .product-row {
    padding: 15px 0;
  }

  .section-search-ideal .product-row .product-img {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .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) {
  .left-social-fixed {
    display: none;
  }

  .footer-social {
    display: flex;
  }
}

@media (max-width: 767px) {
  .sierra-title {
    padding: 10px 40px;
  }

  .table-flex-rastro {
    width: 0;
  }

  .pd-0-menor-768 {
    padding: 0;
  }

  .mr-0-menor-768 {
    margin-right: 0;
  }

  .ml-0-menor-768 {
    margin-left: 0;
  }

  .bullet-points {
    font-size: 18pt;
  }

  .col-reparar {
    margin-top: 50px;
  }

  .section-comparacion .col-comp-rastro {
    height: 80px;
  }

  .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;
    color: #FFF;
    margin: 14px 0 1px;
  }

  .section-comparacion .col-herramientas-comparacion p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
  }

  .section-comparacion .col-cortar {
    background-color: #c5322d;
  }

  .section-comparacion .col-grabar {
    background-color: #00a0af;
  }

  .section-comparacion .col-lixar {
    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-comp-mult {
    margin: 10px 10px 25px;
    padding-bottom: 23px;
  }

  .col-comp-rastro span {
    display: none;
  }

  .section-comparacion .herramientas-comparacion,  .section-comparacion .sierras-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;
  }
}