/* Theme Name: Idealar
Theme URI: http://idealar.com.ar
Author: Agustin Herlein
Author URI: http://wecanbe.com.ar/
Description: Este tema fue desarrollado exclusivamente para la empresa Idealar
Version: 1.0.203
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: metalmecanica
 * Theme Name: Idealar
 /* tema */
@-webkit-keyframes scroll-l {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
  }
}
@keyframes scroll-l {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
  }
}
@-webkit-keyframes scroll-r {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
  }
}
@keyframes scroll-r {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
  }
}
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--bs-white);
}
a:hover {
  text-decoration: none;
  color: var(--bs-primary);
}

.tarjetas {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template: auto/auto auto auto;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.tarjeta {
  scroll-snap-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--bs-light);
  border-radius: 10px;
  width: 220px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 250px;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.img_tjt {
  border-radius: 10px;
  width: 100%;
}

.fdo_claro_circ {
  background-image: url("img/fdo_circulos.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tit_secciones {
  text-align: left;
}

.h3_custom {
  text-align: left;
  margin-top: -8px;
}

.titulo_boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

.col_50 {
  width: 50%;
}

.cont_srv {
  text-align: left;
}

.link-primary {
  color: var(--bs-primary) !important;
}
.link-primary:focus {
  color: var(--bs-secondary) !important;
}
.link-primary:hover {
  color: var(--bs-secondary) !important;
}

.fdo_bco {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  padding: 13px;
}

.fdo_bco_2 {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  padding: 3px;
}

.align-tex-center {
  text-align: center;
}

.grid-servicios {
  display: grid;
  grid-template: auto auto auto/auto auto auto;
  gap: 5px;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-md {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.contenedor {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  scrollbar-width: none;
}
.contenedor::-webkit-scrollbar {
  width: 0;
}

.bg-gradiente1 {
  background-image: -o-linear-gradient(356deg, rgb(143, 29, 28) 0%, rgb(176, 28, 33) 100%);
  background-image: linear-gradient(94deg, rgb(143, 29, 28) 0%, rgb(176, 28, 33) 100%);
}

.bloque_inclinado-arriba {
  -webkit-clip-path: polygon(0% 3%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 3%, 100% 0%, 100% 100%, 0% 100%);
  padding-top: 150px;
  margin-top: -50px;
  padding-bottom: 50px;
}

.img_cliente {
  width: 100%;
}

.alig_clientes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clientes_grid {
  display: grid;
  grid-template: auto auto/auto auto;
  gap: 10px;
}

.link {
  color: var(--bs-dark);
  text-decoration: none;
}
.link:hover {
  color: var(--bs-primary);
  text-decoration: none;
}

.detalle_tjt {
  width: 200px;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b21c22;
  --bs-btn-border-color: #b21c22;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #da293b;
  --bs-btn-hover-border-color: #da293b;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.img_about {
  width: 100%;
}

.soc_icon {
  height: 30px;
  width: 30px;
}

.barra_final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header {
  background-image: -o-linear-gradient(356deg, rgb(143, 29, 28) 0%, rgb(176, 28, 33) 100%);
  background-image: linear-gradient(94deg, rgb(143, 29, 28) 0%, rgb(176, 28, 33) 100%);
}

.img_trabaje {
  width: 100%;
  border-radius: 8px;
}

.hero_interno {
  background-image: url("img/fdo_overlay.webp");
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10rem;
  position: absolute;
  z-index: -1;
  top: 0;
}

.img_trabajos {
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.svg_srv {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
}

.logo_ftr {
  max-width: 160px;
}

.logo_clientes {
  max-width: 180px;
  max-height: 100px;
  width: 180px;
  height: 100px;
}

.footer_inc {
  -webkit-clip-path: polygon(0% 3%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 3%, 100% 0%, 100% 100%, 0% 100%);
  padding-top: 90px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.fdo_img {
  border-radius: 10px;
  margin: 5px;
  background-image: url("img/CNC_1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  color: var(--bs-light);
}

.grad_trab {
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(bottom, rgba(134, 12, 16, 0) 0%, rgb(134, 12, 16) 76%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(134, 12, 16, 0)), color-stop(76%, rgb(134, 12, 16)));
  background: linear-gradient(0deg, rgba(134, 12, 16, 0) 0%, rgb(134, 12, 16) 76%);
  border-radius: 10px;
}

.txt_trab_sec {
  color: var(--bs-white);
}

.jumbotron {
  position: relative;
  z-index: -101;
}

#video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  position: fixed;
  height: 100%;
}

.video_block {
  height: 700px;
  display: block;
  overflow: hidden;
  top: 0;
  position: absolute;
  z-index: -10;
}

.novedades_bloque {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: -3rem;
}

.hero_blog {
  background-image: url("img/fdo_overlay.webp");
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10rem;
  z-index: -1;
}

.mr-1 {
  margin-right: 10px;
}

.wp_flotante {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.pdt-250 {
  padding-top: 250px;
  padding-bottom: 60px;
}

.cuadro_img_post_blog {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}

.slick-slide {
  margin: 0px 20px;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  width: 100%;
  display: block;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading {
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

[dir=rtl] {
}
[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading {
}
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging {
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized {
}
.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical {
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.bloque-consultar {
  -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-bloque {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10rem;
}

.slider {
  height: 85pt;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}
.slider:before {
  left: 0;
  top: 0;
  content: "";
  height: 85pt;
  position: absolute;
  width: 200px;
  z-index: 2;
  content: "";
  height: 85pt;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider:after {
  content: "";
  height: 85pt;
  position: absolute;
  width: 200px;
  z-index: 2;
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
  content: "";
  height: 85pt;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider .slide-track-1 {
  -webkit-animation: scroll-l 30s linear infinite;
          animation: scroll-l 30s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3000px;
}
.slider .slide-track-2 {
  -webkit-animation: scroll-r 30s linear infinite;
          animation: scroll-r 30s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3000px;
}
.slider .slide {
  height: 85pt;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.slider .slide img {
  width: 180px;
  padding: 1pc;
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .tarjetas {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bloque_inclinado-arriba {
    -webkit-clip-path: polygon(0% 1%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 1%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 100px;
  }
  .video_fdo {
    display: none;
  }
}
@media (max-width: 767px) {
  .grid-servicios {
    display: grid;
    grid-template: auto/auto auto auto auto auto auto;
  }
  .contenedor {
    overflow-x: scroll;
    width: 100%;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .grid-servicios {
    display: grid;
    grid-template: auto auto auto auto/auto auto;
  }
  .contenedor {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .grid-servicios {
    display: grid;
    grid-template: auto auto auto/auto auto auto;
  }
  .contenedor {
    width: 960px;
  }
  .clientes_grid {
    display: grid;
    grid-template: auto auto auto/auto auto auto;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 960px;
  }
  .container-fluid {
    width: 960px;
  }
  .container-lg {
    width: 960px;
  }
  .container-md {
    width: 960px;
  }
  .container-sm {
    width: 960px;
  }
  .container-xl {
    width: 960px;
  }
  .container-xxl {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .contenedor {
    width: 960px;
  }
}
@media (min-width: 576px) {
  .clientes_grid {
    display: grid;
    grid-template: auto auto/auto auto;
  }
  .hechopor {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1920px) {
  .video_fdo {
    width: 100%;
  }
  .video_block {
    width: 100%;
  }
}