@font-face {
    font-family: 'Strasua';
    src: url(../fonts/strasua.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Strasua';
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
a {
    text-decoration: none;
    background-color: transparent;
}
.container-fluid {
    padding: 0;
}
.noPadding {
    padding: 0;
}

/*Menu*/
#menu {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1% 0;
    z-index: 20;
}
.brand {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.brand img {
    width: 125px;
    height: auto;
    margin: auto;
    display: block;
}
a.nav-link {
    color: #ffffff !important;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 1;
    margin: 0;
    text-align: center;
}
a.nav-link.active {
    border-bottom: 2px solid;
}
ul.navbar-nav {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
li.nav-item {
    width: 20%;
    margin: 0 0 0 0;
    z-index: 1;
}

/*Slider*/
.animation-img {
    animation: ImgAnimation 6s ease-out infinite;
    animation-direction: alternate;
}
@keyframes ImgAnimation {
    0% {transform: scale(1.2);}
    100% {transform: scale(1);}
}
.carousel {
    width: 100%;
}
.carousel-item {
    overflow: hidden;
    height: 1080px;
}
.overlay {
    width: 100%;
    height: 1080px;
    position: absolute;
    opacity: 1;
    z-index: 1;
    backdrop-filter: blur(10px) brightness(70%);
    -webkit-backdrop-filter: blur(10px) brightness(70%);
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
    top: 50%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption h1 {
    font-size: 3rem;
    margin-bottom: 1%;
    letter-spacing: 2px;
}
.carousel-caption p {
    font-size: 2rem;
}

/*Quienes somos*/
#who {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../img/back-who.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/*Baterias*/
#Baterias {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../img/back-who.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/*Tarimas*/
#baterias_northstar {
    padding-top: 50px;
    padding-bottom: 100px;    
}
/*Equipos*/
#equipos {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../img/back-who.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/*Tarimas*/
#tarimas {
    padding-top: 50px;
    padding-bottom: 100px;    
}

/*arrancadores_jumpers*/
#arrancadores_jumpers{
     padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../img/back-who.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/*scaners-cargadores*/
#scaners-cargadores {
    padding-top: 50px;
    padding-bottom: 100px;    
}

/*diagnostico-registro*/
#diagnostico-registro{
     padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../img/back-who.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

/*barniz-antipiedra*/
#barniz-antipiedra {
    padding-top: 50px;
    padding-bottom: 100px;    
}

/*protectores-rines*/
#protectores-rines{
     padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../img/back-who.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
/*img productos*/
.productos img {
    width: 100%;
    height: auto;
    display: block;
    
}

.main-title {
    text-align: center;
    padding-bottom: 50px;
}
.main-title h2 {
    font-size: 2rem;
    border-left: 6px solid #ffe000;
    border-right: 6px solid #ffe000;
}
.parr p {
    text-align: center;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.paddingTop {
    padding-top: 50px;
}
.imgSomos img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    box-shadow: 0px 3px 6px #000;
}
.btnTransparent {
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}
.btnTransparent:hover {
    background-color: #000;
    color: #ffe000;
    border: 2px solid #ffe000;
}
.btnTransparentBlak {
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
}
.btnMore {
    position: relative;
    text-align: center;
    top: 50%;
}

/*Servicios*/
#service {
    position: relative;
    margin-top: -50px;
    padding-bottom: 50px;
}
.Border {
    width: 100%;
    height: 10px;
}
.borderB {
    background-color: #2f98d5;
}
.borderR {
    background-color: #e40e20;
}
.borderA {
    background-color: #ffe000;
}
.product {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 20% 5%;
    box-shadow: 0px -3px 6px #000;
    -webkit-box-shadow: 0px -3px 6px #000;
    -moz-box-shadow: 0px -3px 6px #000;
}
.bigProduct {
    padding: 34% 5%;
}
.product i {
    font-size: 4rem;
    padding-bottom: 10%;
}
.product h3 {
    text-transform: uppercase;
    font-size: 25px;
}
.product h3:before {
    content: "";
    height: 3px;
    background-color: #fff;
    position: absolute;
    width: 70px;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 13%;
}
.paddingTop15 {
    padding-top: 15px;
}

/*CTA*/
#ctaGroup {
    background-color: #2f98d5;
}
.backImg {
    background-image: url(../img/backimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25% 20%;
}
.backImg img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.infoCTA {
    text-align: center;
    color: #fff;
    padding: 25% 20%;
}
.infoCTA h2 {
    font-size: 35px;
    margin-bottom: 10%;
}
.infoCTA p {
    font-size: 15px;
    margin-bottom: 10%;
}

/*Footer*/
#footer {
    background-color: #000;
    padding: 1% 0;
}
.icons i {
    color: #fff;
    font-size: 2.5rem;
    margin-right: 15px;
}
.legal p {
    color: #fff;
    text-align: right;
    font-size: 15px;
    margin: auto;
}

/*Page*/
#titles {
    background-image: url(../img/title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10% 0 5% 0;
    text-align: center;
    color: #fff;
}
.breadcrumns h1{
    font-size: 35px;
    margin-bottom: 2%;
}
.breadcrumns p {
    font-size: 15px;
}
.aBread {
    color: #fff;
}
.aBread:hover {
    color: #fff;
}
.parrafoDer p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.parrafoDer {
    margin-top: 10%;
}
#misVis {
    padding-top: 50px;
    padding-bottom: 50px;
}
.misVis p {
    font-size: 1rem;
    text-align: center;
    padding: 5%;
}

.logosImg img {
    width: 60%;
    height: auto;
    display: block;
    margin: auto;
}
.logosImg h5 {
    text-align: center;
    margin-top: 5%;
    letter-spacing: 3px;
}
.iframe {
    padding-top: 50px;
}
#Blank {
    padding-top: 50px;
    padding-bottom: 50px;
}