@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body, html {
    font-family: 'Montserrat', sans-serif;
    font-display: optional;
}

/* Header base */
.site-header{
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff;
	transition: all 220ms ease;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

/* Espaciado/altura inicial */
.site-header .navbar{
	min-height: 96px;
	transition: min-height 220ms ease;
}

/* Logo */
.header-logo{
	display: flex;
	align-items: center;
	padding: 18px 0;
	transition: padding 220ms ease;
}
.header-logo-img{
	height: 54px;
	width: auto;
	transition: height 220ms ease, transform 220ms ease;
}

/* Menú */
.header-nav .nav-link{
	font-size: 16px;
	padding: 10px 14px;
	transition: font-size 220ms ease, padding 220ms ease;
}

/* Estado "scrolled" (se activa al hacer scroll mínimo) */
.site-header.is-scrolled{
	box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}
.site-header.is-scrolled .navbar{
	min-height: 72px;
}
.site-header.is-scrolled .header-logo{
	padding: 10px 0;
}
.site-header.is-scrolled .header-logo-img{
	height: 40px;
}
.site-header.is-scrolled .header-nav .nav-link{
	font-size: 14px;
	/* padding: 8px 12px; */
}


li.nav-item {
/*
    padding-right: 80px;
*/
    border-left: 2px solid #000;
}


li.nav-item:last-child {
    padding-right: 0px;
}

ul.navbar-nav.header-nav {
    max-width: 680px;
}

.navbar-nav .nav-link {
	transition: all 420ms ease;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
    color: #000!important;
    text-transform: uppercase;
	padding-right: 4rem!important;
}

.navbar-nav .nav-link.activated,
.navbar-nav .nav-link:hover {
    color: #3faa35 !important;
}

.site-header { z-index: 999; }

#navTractoresDropdown::after {
	position: absolute;
    right: 30px;
}
#navTractoresDropdown::after {
	display: none;
}
.dropdown-menu.dropdownBull {
	display: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
	margin-top: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.dropdownBull.show{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdownBull .dropdown-item{
	padding: 10px 16px;
	font-weight: 600;
}

.dropdownBull .dropdown-item:hover{
	background: rgba(0,0,0,.04);
}

.submenuTractCont {
    display: flex;
    justify-content: end;
    padding-right: 130px;
}

.submenuTract {
    background: #1d1d1b;
    padding: 5px 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.submenuTract.locked,
.submenuTract.isopen {
    height: 44px;
    opacity: 1;
}

a.submenuTract-item {
    color: #FFF !important;
    font-style: italic;
    display: block;
    padding: 5px 20px;
    border-right: 1px solid #FFF;
    text-decoration: none;
	text-transform: uppercase;
    transition: all .5s ease;
}

a.submenuTract-item.active,
a.submenuTract-item:hover {
	color: #3faa35!important;
}

a.submenuTract-item:last-child {
	border-right: 0;
}

.backBann {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 580px;
}

.owl-carousel.center-if-few .owl-stage {
    display: flex;
    justify-content: center;
}

.center-if-few .owl-stage {
    display: flex;
    justify-content: center;
    width: auto !important;
}

.contentHero {
    width: 100%;
    padding: 55px 0;
}

h1.titleHeadHero {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 380px;
    margin-bottom: 20px;
}

.backGreen {
    background: #3faa35;
}

a.btnHero {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000;
    padding: 11px 15px;
    font-size: 26px;
    margin-top: 15px;
    display: block;
    width: fit-content;
}

.cardBull {
    border: 2px solid #FFF;
    margin: 35px 0;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    height: calc(100% - 70px);
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0) 40%);
}

img.iconCardBull {
    display: block;
    margin: 10px auto 0;
	width: 140px;
    height: 60px;
}

hr.lineCardBull {
    background-color: #FFF;
    width: 80%;
    display: block;
    margin: 10px auto;
    height: 1px;
}

h3.titleCardBull {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
    margin-top: 10px;
    display: block;
}

p.textCardBull {
    font-size: 14px;
	font-weight: 500;
}

.backBullPic {
    background: url(../images/midBanner.jpg) no-repeat center center;
    background-size: cover;
}

img.iconBullM {
    width: 160px;
    margin: 40px 0;
    display: block;
}

.contentBull {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.contentBanner {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    padding-right: 120px;
}

.midBTitle {
    color: #FFF;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
	margin-bottom: 15px;
}

.midBTitle.bull {
    color: #1d1d1b;
}

.midBTitle span{
	color: #e30613;
	display: block;
}

h2.titleTractores {
    color: #FFF;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

a.cardTractor {
    display: block;
    text-decoration: none !important;
    color: #000;
    margin-bottom: 15px;
}

.headCardTractor {
    background: #1d1d1b;
    color: #FFF;
    padding: 10px;
    font-style: italic;
	font-size: 18px;
}

.titleHCT {
    font-weight: bold;
}

img.thumtractor {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.descCardTractor {
    background: #FFF;
    color: #000;
    padding: 10px;
    font-style: italic;
    font-size: 26px;
    border-top: 7px solid #000;
}

.backDarkGrey {
    background: #1d1d1b;
    color: #FFF;
}

.backPostVenta {
    background: url(../images/imgPosventa.jpg) no-repeat center center;
    background-size: cover;
    min-height: 300px;
}

div#map {
    margin-right: -15px;
    margin-left: -15px;
    height: 440px;
    position: relative;
}

p.txtCont {
    color: #FFF;
    font-size: 20px;
    padding-right: 110px;
    margin-bottom: 50px;
}

.bloqueInfoCont {
    display: flex;
    flex-direction: column;
}

a.linkCont {
    color: #000 !important;
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
}

a.linkCont img {
	width: 40px;
	height: 40px;
}

form#formContacto {
    background: #FFF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inputCont {
    border: 0;
    border-bottom: 2px solid #000;
    padding: 5px 0;
    font-size: 22px;
    resize: none;
    transition: all .5s ease;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	display: block; 
}

.inputLine{
  position: relative;
}

.inputLine::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;                       /* pegada abajo */
  height: 2px;                     /* grosor de línea activa */
  background: #3faa35;
  transform: scaleX(0);            /* empieza invisible */
  transform-origin: left;          /* anima desde la izquierda */
  transition: transform .5s ease; /* velocidad */
  pointer-events: none;
}

/* Activación en focus (y opcionalmente si tiene texto) */
.inputLine:focus-within::after{
  transform: scaleX(1);
}


::placeholder {
  color: #000;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

.btnFormCont {
    border: 0;
    padding: 15px;
    background: #1d1d1b;
    color: #3faa35;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none; /* importante si usás Bootstrap */
}

img.logoinst {
    width: 35px;
    height: 35px;
}

.contInfoFoot {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: end;
    height: 100%;
}

.contInfoFoot1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: end;
    height: 100%;
    align-items: flex-start;
}

img.logofooter {
    height: 60px;
}

/* Quienes somos */

.primerSecQuienes {
    border-top: 40px solid #3faa35;
}

video.videoQuienes {
    width: 100%;
    height: auto;
    object-fit: cover;
}

h3.titleSubQuienes {
    color: #3faa35;
    font-weight: 600;
	margin-bottom: 35px;
    font-size: 30px;
    max-width: 70%;
}

p.textoQuienes {
    font-size: 22px;
    margin-bottom: 25px;
}

img.thumbQuienes {
    margin-bottom: 45px;
	width: 100%;
}

.quotQuienes {
    color: #3faa35;
    font-weight: 600;
    font-size: 40px;
    margin: 55px 0;
    font-style: italic;
    display: block;
}

h3.titleSubQuienes.invertWhite {
    color: #FFF;
}

img.thumbQuienes.thqui2 {
    margin-top: -110px;
    object-fit: cover;
    height: 320px;
    width: 100%;
}

p.textoQuienes.invertWhite {
    color: #FFF;
    font-size: 16px;
}

.container-fluid.backGreen.inverted {
    background: #FFF;
}

.titleTractores.inverted {
    color: #1d1d1b;
}

p.textoQuienesB2 {
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
}


/* red de concesionarios */

.backBann.mapConte {
    position: relative;
}

.backBann.mapConte::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.1), rgba(0,0,0,0));
    pointer-events: none;
    width: 50%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.headMap {
    width: 100%;
    position: absolute !important;
    top: 0;
    z-index: 0;
    height: 580px !important;
}

.contentTitMap {
    z-index: 20;
    display: block;
    position: relative;
}

.consSubt {
    color: #3faa35;
    font-weight: 500;
    font-size: 20px;
}

h4.consNombre {
    font-size: 30px;
    font-weight: bold;
    color: #1d1d1b;
}

p.consDesc {
    font-weight: 500;
    color: #000;
}

a.linkConses {
    color: #1d1d1b;
    text-decoration: none;
	font-weight: bold;
}

.sepconses {
    margin-bottom: 35px;
    padding-bottom: 35px !important;
    position: relative;
}

.sepconses::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid;
    width: calc(100% - 30px);
}

img.consImg {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

button.btnMostrarMas {
    background: #3faa35;
    display: block;
    width: 100%;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    padding: 15px 15px;
    margin-top: 25px;
    cursor: pointer;
}

.btnMostrarMas.is-disabled{
  opacity: .5;
  cursor: not-allowed;
}

/* Secc prod */


.titleHeadProd {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    max-width: 380px;
    margin-bottom: 60px;
	font-style: italic;
}

.titleHeadProd b {
    font-weight: bold;
}

a.btnProdB {
    display: block;
    width: 80%;
	color: #1d1d1b;
	font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 15px;
    
}

img.thumbProd {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 15px;
}

.potThumbProd {
    color: #3faa35;
    font-weight: 500;
}

.titThumbProd {
    border-top: 1px solid #1d1d1b;
    padding-top: 10px;
}


/* FICJHAS */

.owl-carousel .item{
    overflow: hidden;
	padding: 0 15px;
	border-left: 1px solid #000!important;
}

.owl-carousel .owl-item:first-child .item {
	border-left: 0!important;
}

.carousellFotos.owl-carousel .owl-item .item {
	border-left: 0!important;
	padding: 0!important;
}

.carousellFotos.owl-carousel .owl-stage {
	padding: 0!important;
}

.carousellFotos.owl-carousel .owl-stage {
    display: flex;
}

.carousellFotos.owl-carousel .owl-item {
    display: flex;
}

.carousellFotos.owl-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.carousellFotos.owl-carousel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.owlWrap{
	position: relative;
	padding-left: 48px;
	padding-right: 48px;
}

.owlWrap .owl-carousel{
	width: 100%;
}

.owlWrap .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(calc(-50% - 95px));
	pointer-events: none;
}

.owlWrap .owl-nav button{
	position: absolute;
	pointer-events: auto;
	width: 40px;
	height: 190px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.15);
}

.owlWrap .owl-nav .owl-prev{
    left: -45px;
    font-size: 126px !important;
    color: #FFF !important;
}

.owlWrap .owl-nav .owl-next{
	right: -45px;
    font-size: 126px !important;
    color: #FFF !important;
}

/* Si querés que cuando estén deshabilitadas no se vean */
.owlWrap .owl-nav .disabled{
  opacity: 0.25;
  cursor: default;
}

a.btnTipoTRact img {
    width: 80%!important;
    display: block!important;
	margin: 0 auto 15px;
	max-width: 90px;
}

a.btnTipoTRact {
    border-radius: 20px;
    padding: 15px;
    display: block;
    text-align: center;
    color: #1d1d1b;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none !important;
	border: 2px solid transparent;
	transition: all .6s ease;
	overflow: hidden;
	position: relative;
}

a.btnTipoTRact::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
    border-radius: 20px;
    width: 100%;
	bottom: 0;
	transition: all .6s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0) 50%);
    opacity: 0;
    z-index: -1;
}

a.btnTipoTRact.active,
a.btnTipoTRact:hover {
    border-color: #FFF;
}

a.btnTipoTRact.active::after,
a.btnTipoTRact:hover::after {
	opacity: 1; 
}

.owl-nav button:focus {
	outline: none;
}

.carousellFotos .owl-nav {
    text-align: center;
    font-size: 70px;
    line-height: 1;
    color: #3faa35;
    gap: 30px;
    display: flex;
    justify-content: center;
}

.videoInterna {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.nombreProducto {
    font-weight: bold;
    font-style: italic;
    color: #1d1d1b;
    font-size: 46px;
}

.bajadaProducto {
    color: #3faa35;
    font-size: 28px;
    font-weight: 500;
    width: 70%;
}

.descProducto {
    color: #000;
    font-size: 16px;
}

a.btnFichaTecnica {
    text-decoration: none;
    background: #1d1d1b;
    color: #3faa35;
    font-weight: bold;
    display: inline-block;
    padding: 6px 15px;
}

.carousellProd.owl-carousel .item {
    overflow: hidden;
    padding: 0;
	border-left: 0 !important;
}

.carousellProd.owl-carousel .item img.thumbProd {
	margin-bottom: 0;
}

.descCardProd {
    background: #1d1d1b;
    color: #FFF;
    font-size: 26px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-style: italic;
}

.descCardProd span {
	padding: 0 10px;
}

.descCardProd span:last-child {
    font-weight: 500;
}

.carousellProd .owl-nav {
    position: absolute;
    top: calc(50% - 80px);
    left: -40px;
    right: -40px;
    width: calc(100% + 80px);
    display: flex;
    justify-content: space-between;
    font-size: 80px;
    color: #FFF;
    pointer-events: none;
	z-index: 10;
}


.carousellProd .owl-nav button{
	pointer-events: auto;
	font-size: 80px;
	color: #fff;
	background: transparent;
	border: 0;
	padding: 0;
	line-height: 1;
}


a.btnWspSite {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
    display: block;
    width: 50px;
}

a.btnWspSite img {
    width: 100%;
    display: block;
}

.grecaptcha-badge {
    right: auto;
    left: 0;
    width: 70px !important;
    overflow: hidden;
}

.grecaptcha-badge {
    display: none!important;
}
