/* font-family: "Montserrat", sans-serif;
font-family: "Bebas Neue", sans-serif; */
 @font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('font/MYRIADPRO-REGULAR.woff') format('woff');
}
body{
    font-family: "Montserrat", sans-serif;
}
.bgbanner{
    background-image: url("../img/fondobanner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 300px;
}
#navbar-tracto{
    background-color: #333332;
    top: 30px;
    transition: top 0.3s ease;
}
#navbar-tracto.scrolled {
  top: 0;
}
.nav-link{
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
    padding-right: 10px !important;
    font-family: 'Myriad Pro Regular';
    padding-block: 0;
}
.nav-link:hover,.nav-link:focus{
  text-decoration: underline;
  color: white;  
}
.textnav{
    color: #ffd54d;
    font-size: 1.2rem;
    font-family: 'Myriad Pro Regular';
    padding-left: 40px;
     text-decoration: none;
}
.textnav:hover,.textnav:focus{
  color: #ffd54d;  
}
#imgbaer{
    display: block;
    margin-left: auto;
}
.titlebanner{
    font-family: "Bebas Neue", sans-serif;
    color: white;
    line-height: 1.1;
    text-shadow: 0px 6px 13px rgba(20, 21, 21, 0.67);
    font-size: 3.7rem;
    margin-top: 170px
}
.parrabanner{
    font-family: "Montserrat", sans-serif;
    color: white;
    line-height: 1.1;
    text-shadow: 0px 6px 13px rgba(20, 21, 21, 0.67);
    font-size: 2rem;
}
.quienesomos{
    background-color: #ffd54d;
    padding-top: 30px;
    padding-bottom: 30px;
}
.titleseccion{
    font-family: "Bebas Neue", sans-serif;
    color: #373633;
    font-size: 3rem;
    margin-bottom: 15px;
}
.parraseccion{
       font-family: "Montserrat", sans-serif;
    color: #4b4732;
    font-size: 1.4rem;
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: justify;
}

.imgfull{
    width: 100%;
}
.tcenter{
    text-align: center;
}
.misionvision{
    background-image: url("../img/caminones.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 1020px;
    padding-top: 40px;
}

.parrac1{
    color: #373633;
}
.parrac2{
    color: #ffffff;
}
.parrac3{
    color: #000000;
}
.valores{
    background-color: #ffd54d;
    padding-top: 35px;
    padding-bottom: 35px;
}
.subtitl{
    font-family: "Montserrat", sans-serif;
    color: #373633;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 19px;
    margin-top: 13px;
}
.porqueelegirnos{
    background-color: #474745;
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
}
.parrafporque{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 25px;
    line-height: 1.2;
    color: white;
}
.mbig{
    margin-bottom: 24px;
}
#titleservicios{
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.sinmargen{
    margin: 0 !important;
}
.bigfont{
    font-size: 4rem;
}
.parrafservicios{
    padding-top: 20px;
    padding-bottom: 20px;
}
.parraseccion strong{
    font-weight: 600;
}
.nsize{
    font-size: 1.5rem;
}
#listadeservicios{
    background-color: #ffd54d;
    padding-top: 40px;
    padding-bottom: 30px;
}
.minmarg{
    margin-bottom: 2px !important;
}
.sparow{
    margin-bottom: 60px;
}
.wimglis{
        width: 75%;
}
.wimglis2{
     width: 100%;
}
#bgclientes{
    background-color: #40403f;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cuadrosclientes{
    background-color: #ffde73;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cuadrocenter{
    text-align: center;
}
.cuadrorght{
    text-align: right;
}
.cuadrorleft{
    text-align: left;
}
.wcuadros{
        width: 275px;
}
.divcontact{
        padding-top: 25px;
    padding-bottom: 115px;
    overflow: hidden;
}
.nostly{
    text-decoration: none;
}
.inpt{
    margin-bottom: 17px;
    background: white;
    padding: 9px 15px;
    border-radius: 100px;
}
.inpttetx{
   background: white;
    padding: 9px 15px;
    margin-bottom: 36px;
    border-radius: 20px;
    height: 190px;
    resize: none;
}
.spacecont{
    margin-top: 20px;
}
#fondocont{
    position: absolute;
    height: 100%;
    width: 200%;
    background: #8d8c8a;
    z-index: -1;
    border-radius: 45px;
}
.captbg{
    padding: 55px 60px;
}
.mtoptextcont{
        margin-top: 50px !important;
}

.btn-skew {
  position: relative; 
  border: none; 
  z-index: 2;
  background: transparent;
  color: white;
  font-weight: 900;
  padding: 0; /* quitamos padding aquí para manejarlo en el wrapper */
  border-radius: 3px;
  display: inline-block;
  margin-left: 10px;
}

.btn-skew .btn-inner {
  display: block;
    padding: 9px 45px;
    background: #000000;
    transform: skewX(21deg);
    border-radius: 4px;
}

.btn-skew .btn-inner span {
  display: inline-block;
  transform: skewX(-21deg); /* contrarresta la inclinación para el texto */
}

footer{
    background-color: #000000;
    border-top: 17px solid #ffd54d;
    color: white;
    padding-bottom: 45px;
}
footer h3{
        text-align: center;
    margin-top: 40px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.1;
    font-size: 3rem;
        margin-bottom: 0;
}
footer h4{
    text-align: center;
    line-height: 1.1;
    font-size: 2.5rem;
    font-weight: 600;
}
#imgfooter{
        margin-top: -140px;
}
.sepfooter{
    
    margin-top: 45px;
}
.listfooter{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 20px;
}
.listfooter li{
    margin-bottom: 20px;
}
.listfooter a{
        font-size: 1.3em;
    color: white;
    text-decoration: none;
}
#logofooter{
       margin-right: 20px;
    width: 190px;
}
#res{
        font-size: 1.1rem;
    line-height: 1.1;
    color: white;
    margin-top: 7px;
    text-align: center;
}

.scroll-offtop {
  scroll-margin-top: 50px; 
}
.rowesp {
  --bs-gutter-x: 6rem; /* espacio horizontal entre columnas */
}

/* HTML: <div class="loader"></div> */
.loader {
    margin: auto;
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}


@media (max-width: 1450px) {
    .nav-link {
        font-size: 1.1rem;
    }
    #navbar-tracto {
        top: 25px;
        padding: 3px;
    }
    #imgbaer {
        width: 240px;
    }
    .bgbanner {
        padding-top: 140px;
        padding-bottom: 125px;
    }
    .titlebanner {
        font-size: 3.5rem;
        margin-top: 135px;
        margin-bottom: 1px;
    }
    .parrabanner {
        font-size: 1.9rem;
    }
    .titleseccion {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    .quienesomos {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .parraseccion {
        font-size: 1.3rem;
    }
    .misionvision {
        padding-bottom: 635px;
        padding-top: 35px;
    }
    .valores {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .subtitl {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .porqueelegirnos {
        padding-top: 35px;
    }
    .parrafporque {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .bigfont {
        font-size: 3.2rem;
    }
    .nsize {
        font-size: 1.4rem;
    }
    .parrafservicios {
        padding-top: 19px;
        padding-bottom: 12px;
    }
    #listadeservicios {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .minmarg {
        margin-bottom: 5px !important;
    }
    .sparow {
        margin-bottom: 30px;
    }
    .wcuadros {
        width: 250px;
    }
    .inpttetx {
        margin-bottom: 33px;
        height: 162px;
    }
    .captbg {
        padding: 45px 57px;
    }
    .inpt {
        padding: 7px 15px;
    }
    #imgfooter {
        margin-top: -122px;
        width: 251px;
    }
    footer h3 {
        margin-top: 36px;
        font-size: 2.5rem;
    }
    footer h4 {
        font-size: 2.1rem;
    }
    .listfooter a {
        font-size: 1.2em;
    }
    .listfooter li {
        margin-bottom: 15px;
    }
    #logofooter {
        width: 184px;
    }
    .sepfooter {
        margin-top: 36px;
    }
    .scroll-offtop {
        scroll-margin-top: 40px; 
    }
}

@media (max-width: 1210px) {
    .nav-link {
        font-size: 0.9rem;
        padding-right: 8px !important;
    }
    .textnav {
        font-size: 1rem;
        padding-left: 8px;
    }
    #imgbaer {
        width: 180px;
    }
    .bgbanner {
        padding-top: 110px;
        padding-bottom: 75px;
    }
    .titlebanner {
        font-size: 3rem;
        margin-top: 100px;
        margin-bottom: 1px;
    }
    .parrabanner {
        font-size: 1.6rem;
    }
    .titleseccion {
        font-size: 2.5rem;
    }
    .parraseccion {
        font-size: 1.1rem;
    }
    .misionvision {
        padding-bottom: 567px;
    }
    .subtitl {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .parrafporque {
        font-size: 1.3rem;
        margin-bottom: 17px;
    }
    .bigfont {
        font-size: 2.9rem;
    }
    .nsize {
        font-size: 1.3rem;
    }
    .wcuadros {
        width: 220px;
    }
    #res {
        font-size: 1rem;
    }
    footer h3{
        margin-top: 30px;
        font-size: 2rem;
    }
    footer h4{
        font-size: 1.7rem;
    }
    #logofooter{
        width: 135px;
    }
    .listfooter a {
        font-size: 1.1em;
    }
    .rowesp {
        --bs-gutter-x: 4rem;
    }
}

@media (max-width: 991px) {
    .titlebanner {
        font-size: 2.6rem;
    }
    .parrabanner {
        font-size: 1.4rem;
    }
    .wcuadros {
        width: 180px;
    }
    footer h3 {
        font-size: 1.5rem;
    }
    footer h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    #navbarNavAltMarkup{
            position: absolute;
        background: rgb(51, 51, 50);
        top: 44px;
    }
    .nav-link {
        font-size: 1rem;
        padding: 4px 13px !important;
        margin-bottom: 2px;
    }
    .textnav {
        font-size: 0.92rem;
        padding-left: 0px;
        margin: 0;
    }
    .num{
        font-size: 0.8rem;
    }
    .ord1{
        order: 1;
    }
    .ord2{
        order: 2;
    }
    #imgbaer {
        width: 150px;
        margin: auto;
    }
    .bgbanner {
        padding-top: 98px;
        padding-bottom: 45px;
    }
    .titlebanner {
        font-size: 2.2rem;
        margin-bottom: 2px;
        margin-top: 24px;
    }
    .parrabanner {
        font-size: 1.2rem;
    }
    .rowesp {
        --bs-gutter-x: 0;
    }
    .titleseccion {
        font-size: 2rem;
    }
    .parraseccion {
        font-size: 1rem;
    }
    .misionvision {
        padding-bottom: 620px;
        padding-top: 18px;
        background-position: 25%;
    }
    .subtitl {
        font-size: 1.2rem;
        margin-bottom: 7px;
    }
    .parrafporque {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    .wimglis {
        width: 40px;
        display: block;
        margin: auto;
    }
    #listadeservicios{
        text-align: center;
    }
    .wimglis2 {
        width: 25%;
        margin-bottom: 4px;
    }
    .cuadrosclientes {
        padding-top: 16px;
        padding-bottom: 25px;
        text-align: center;
    }
    .cuadrorght {
        text-align: center;
    }
    .spacecont {
        margin-top: 0;
    }
    .mtoptextcont {
        margin-top: 0px !important;
        text-align: center;
    }
    .cmovil{
        text-align: center;
    }
    #fondocont {
        width: 150%;
    }
    .captbg {
        padding: 30px 35px;
        text-align: center;
    }
    .inpttetx {
        margin-bottom: 22px;
        height: 135px;
    }
    .inpt {
        padding: 6px 15px;
    }
    #imgfooter {
        width: 220px;
        margin: auto;
        display: block;
        margin-top: -110px;
    }
    .divcontact {
        padding-bottom: 130px;
    }
    footer h3 {
        font-size: 1.3rem;
    }
    footer h4 {
        font-size: 1.1rem;
    }
    .sepfooter {
        margin-top: 21px;
    }
    #logofooter {
        width: 125px;
        margin: auto;
    }
    .listfooter {
        margin-left: 0;
        text-align: center;
        margin-top: 23px;
    }
    .listfooter li {
        margin-bottom: 4px;
    }
    .listfooter a {
        font-size: 1em;
    }
    .nav-link {
        margin-bottom: 4px;
        margin-top: 3px;
    }
}