@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Roboto:wght@700&display=swap');

/* Global */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    text-rendering: optimizelegibility;
    font-family: 'Open Sans Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

.App {
    position: relative;
    overflow: hidden;
}


#root {
    width: 100%;
    height: 100%;
}

::selection {
    background: #df2d2e;
    color: #fff;
}

* {
    font-family: 'Open Sans Condensed';
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 105%;
}


input[type="submit"],
button {
    cursor: pointer;
    background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}

h1 {
    font-size: 67px;
    margin-bottom: 10px;
}

h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

h5 {
    padding: 5px 15px;
    background: #e22123;
    animation: neon 3s 1s both ease infinite;
    font-size: 13px;
    margin-bottom: 13px;
    width: fit-content;
    border-radius: 5px;
}

ul,
ol {
    list-style-type: none;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-zoom: none;
}

body {
    background-color: #000;
    position: relative;
    color: #ECEDF0;
    min-width: 375px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.77778;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;

}

p {
    color: #ECEDF0;
    font-size: 21px;
}

.textBlack {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus {
    outline: none;
}

.boton {
    padding: 10px 25px;
    background: transparent;
    border: solid #cd2527 2px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.3px;
    transition: all .6s !important;
}

.boton:hover {
    background: #cd2527;
}

.wBoton {
    border: solid #fff 2px;
}

.wBoton:hover {
    background: #fff;
    color: #cd2527;
}

.relative {
    position: relative;
}

/* Header CSS */

.navNeon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #191919;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
    border-top: 2px solid #e1151a8a;
    border-bottom: 2px solid #e1151a8a;

}

.brandNeon {
    display: flex;
}

.brandNeon img {
    width: 145px;
    animation: neon 3s both ease infinite;
}

@keyframes neon {

    0%,
    18%,
    22%,
    25%,
    53%,
    57%,
    100% {
        filter: drop-shadow(0px 0px 6px #e1151a);
    }

    20%,
    24%,
    55% {
        filter: none;
    }

}

.headerTop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.navMenu {
    display: flex;
    font-size: 15px;
    font-style: italic;
    font-feature-settings: "salt";
    align-items: center;
}

.nav-link {
    position: relative;
    padding: 0;
    margin: .5rem 1rem;
    font-size: 15px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-style: initial;
    text-transform: uppercase;
    color: #ffffffa6;
    letter-spacing: 2px;
}

.storeLink {
    background: #df2d2e;
    padding: 5px 15px;
    font-weight: 500;
}

.nav-link:before {
    width: 0%;
    height: 3px;
    position: absolute;
    background-color: #e1151a8a;
    content: '';
    top: -3px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
}

.storeLink::before {
    content: none;
}

.nav-link:hover:before {
    width: 100%;
}

.nav-link.active:before {
    width: 100%;
}


.navButton {
    height: 15px;
    width: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navButton span {
    height: 2px;
    width: 100%;
    border-radius: 50px;
    background-color: #df2d2e;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
}

.navButton span:nth-child(2) {
    width: 100%;
    margin-left: auto;
}

.navButton span:nth-child(1) {
    width: 40%;
    margin-left: auto;
}

.navButton span:nth-child(3) {
    width: 65%;
    margin-left: auto;
}

.activeHeader .navButton span:nth-child(2) {
    opacity: 0;
}

.activeHeader .navButton span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px);
    transform-origin: bottom;
    width: 100%;

}

.activeHeader .navButton span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, 0px);
    transform-origin: bottom;
    width: 100%;

}

/*  End Header */

/* Container */

.containerflex {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.centerFlex {
    align-items: center;
}

.flexRow {
    flex-direction: row;
}

.flexCol {
    flex-direction: column;
}

.flex {
    display: flex;
}

.flexWrap {
    flex-wrap: wrap;
}

.textCenter {
    text-align: center;
}

.sec {
    padding: 120px 0;
}

.minsec {
    padding: 50px 0;
}

/* Container */
* {
    text-rendering: geometricPrecision;
    scroll-behavior: smooth;
    scroll-margin-top: 50px;
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-lg {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-lg {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-lg {
        width: 1170px;
    }
}

@media (min-width: 1300px) {
    .container-lg {
        width: 1280px;
    }
}

/* End Container */


/* Hero */

.indexHero {
    background: #000 url(../src/hero.jpg) 30% 50%;
    height: 100%;
    background-size: cover;
    min-height: 700px;
    margin-top: 130px;
}

.indexHero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, black 10%, transparent 40%);
}

.indexHero>div {
    margin-top: 100px;
}

.primerSec {
    padding-top: 20px !important;
}

/* End Hero */

/* Sec 1 */

.midCol {
    width: 60%;
}

/* End Sec 1 */

/* Sec 2 */
.secBrand {
    background: #fff;
}
.secBrand h2, .secBrand h3 {
    color: #cd2527;
}
.brands-carousel {
    margin-top: 50px;
}

.brands-carousel img {
    margin: auto;
    height: 55px;
    object-fit: contain;
    width: 100% !important;
    max-width: 100px;
}

.plusText {
    color: #ffffff;
    width: fit-content;
    margin: 50px auto 0;
    padding: 10px 30px;
    font-size: 18px;
}

.secBrand h5 {
    margin: auto;
    margin-bottom: 13px;
}


/* End Sec 2 */

/* Sec 3 */
.col {
    width: 32%;
}

.servicesDiv>div {
    margin-bottom: 50px;
}

.servicesDiv img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.servicesDiv .col::before {
    content: '';
    right: 0;
    top: 0;
    background: linear-gradient( 
0deg
 , #191919, #24242440);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    opacity: 0.7;
}
.servicesDiv .col:hover::before {
    opacity: 1;
}
.servicesDiv .col {
    background: #191919;
    margin: 0 10px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    transition: all 0.5s;
}

.servicesDiv h3 {
    padding: 40px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all .5s;
}
.servicios .servicesDiv .col:hover h3 {
    transform: translatey(-290px);
}
/* End Sec 3 */

/* Frase Sec */
.fraseSec h2 {
    text-shadow: 0 0 27px #ce2527, 0 0 #ce2527;
    font-size: 40px;
    margin: 0;
}

.fraseSec {
    padding: 170px 0;
    background: url(/src/frase.jpg) center;
    background-size: cover;
}

.fraseSec .simpleParallax {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.fraseSec .simpleParallax img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fraseSec .simpleParallax::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #cd25278a, #83000273);
    z-index: 1;
    backdrop-filter: grayscale(1);
}

/* End Frase Sec */

.pilk img {
    width: 40%;
}

.pilk>div {
    justify-content: space-around;
}


/* Secciones */
.hero {
    margin-top: 80px;
    min-height: 380px;
    height: 400px;
    justify-content: center;
    position: relative;
}

.hero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    content: '';
    background: linear-gradient(0deg, black 10%, #0000006e 40%);
}

.empresa .hero {
    background: #000 url(../src/bckempresa.png) no-repeat center;
    background-size: cover;
}

.contacto .hero {
    background: #000 url(../src/bckcontacto.jpg) no-repeat center;
    background-size: cover;
}

.servicios .hero {
    background: #000 url(../src/bckservices.jpg) no-repeat center;
    background-size: cover;
}

.galeria-carousel,
.galeria-carousel .owl-stage,
.galeria-carousel .owl-stage-outer,
.galeria-carousel .owl-item img {
    min-height: 630px;
    max-height: 730px;
    object-fit: cover;
}

div#galeria {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.contactoDiv p {
    font-size: 17px;
}

.contactoDiv svg {
    margin-right: 10px;
    width: 17px;
    height: 20px;
}

.contactoDiv a {
    background: #e12123;
    padding: 1px 9px;
    border-radius: 10px;
}

.contactoDiv h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.contactoDiv a svg {
    width: 28px;
    height: 30px;
}

.noA {
    padding: 0 !important;
    border-radius: 0 !important;
    background: inherit !important;
}

.contactoDiv .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

form#javascript_form {
    display: flex;
    flex-direction: column;
    width: 70%;
}

form#javascript_form input[type="text"],
form#javascript_form textarea {
    background: #ffffff00;
    border: none;
    border-bottom: 2px solid #e02123;
    color: #fff;
    margin-bottom: 20px;
}

input#js_send {
    background: #e02123;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    padding: 6px 10px;
}
.contacto hr {
    border: 1px solid rgb(255 255 255 / 21%);
    width: 100%;
}
.servicios h2 {
    text-align: center;
}
.servicios .servicesDiv .col:hover .textCard {
    opacity: 1;
}
.textCard {
    padding: 0 30px 40px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.6s;
    color: #fff;
    width: 100%;
    z-index: 2;

}

.servicios .servicesDiv h3 {
    padding: 40px 20px 20px;
}


.fullcol {
    width: 100%;
    justify-content: center;
    margin-bottom: 80px;
}
.colService img {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: -2;
}
.colService {
    display: flex;
    flex-direction: column;
}
.colService span {
    font-size: 21px;
    background: #cd2527;
    width: fit-content;
    align-self: center;
    padding: 0 20px;
    border-radius: 6px;
}
.colService span::before {
    content: '';
    position: absolute;
    background: #cd2527;
}

.para::before {
    height: 2px;
    width: 30%;
    right: 140px;
    top: 50%;
    z-index: -1;
}
.para {
    margin-left: 50px;
}
.lun {
    margin-right: 50px;
}
.lun::before {
    height: 2px;
    width: 18%;
    left: 140px;
    top: 50%;
    z-index: -1;
}
.lateral {
    display: flex;
    align-self: center;
    margin-right: 100px;
}
.lat1 {
    margin-bottom: 40px;
    position: relative;
    margin-left: 10px;
}
.lat2 {
    margin-top: 40px;
    position: relative;
    margin-left: 10px;

}
.lat1::before {
    height: 80px;
    width: 2px;
    left: 50%;
    top: 100%;
    z-index: -1;
}
.lat2::before {
    height: 80px;
    width: 2px;
    left: 50%;
    bottom: 100%;
    z-index: -1;
}
.home .fullcol {
    margin-bottom: 0;
}
.galeriaServ, .galeriaServ .owl-stage, .galeriaServ .owl-stage-outer, .galeriaServ .owl-item img {
    min-height: 480px;
    max-height: 480px;
    object-fit: cover;
    height: 390px;
}
.galeriaServ {
    width: 60%;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0!important;
}
#galeria svg {
    padding: 3px;
    width: 30px;
    height: 40px;
    border-radius: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.servicios .galeriaServ {
    margin: 0 auto 50px!important;
}
/* End Secciones */
/* Footer */

.footer h3 {
    font-size: 20px;
}

.footer p {
    font-size: 15px;
}

.colF svg {
    width: 16px;
    height: 19px;
    margin-right: 5px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 42%);
}

.footer h3 {
    font-size: 20px;
    border-bottom: 1px solid #85151b;
    margin-bottom: 20px;
    width: fit-content;
}


.margtopF {
    margin-top: 40px;
}

.rsF svg {
    width: 22px;
    height: auto;
    margin-right: 13px;
    fill: #efefef;
}

.rsF {
    margin-left: 50px !important;
}

img.logoFooter {
    width: 200px;
    margin-left: 50px;
}

.footer>div {
    justify-content: space-between;
}

.logoFooter {
    display: flex;
    align-self: center;
}

.noPC {
    display: none;
}

.noPadBot {
    padding-bottom: 0 !important;
}

.copyR {
    padding: 100px 0 80px;
    font-size: 15px;
    text-transform: uppercase;
}

/* End Footer */


/* Animations */
.scrollani {
    opacity: 0;
    transition: opacity 500ms;
}

.fadeTopS {
    animation: fadeTop 1s ease-in-out both;
}

.scrolled.fadeTop {
    animation: fadeTop 1s ease-in-out both;
}

@keyframes fadeTop {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* End Animations */


/* Media Mobile */
@media (min-width: 850px) {
    .navButton {
        display: none;
    }
}

@media (max-width:1200px) {
    .para::before {
        right: 96px;
    }
    .lun::before {
        left: 80px;
    }
}

@media (max-width:850px) {
    h1 {
        font-size: 53px;
    }

    h2 {
        font-size: 34px;
    }

    p {
        font-size: 18px;
    }

    .headerTop {
        flex-direction: row;
        padding-bottom: 0;
    }

    .activeHeader .navButton {
        position: absolute;
        z-index: 1;
        right: 15px;
        transform: translate(-3px, -3px);
        transition: all .5s;
    }

    .sec {
        padding: 60px 0;
    }

    .minsec {
        padding: 30px 0;
    }

    .indexHero {
        margin-top: 70px;
        background: #000 url(../src/hero.jpg) 41% 100% no-repeat;
        background-size: 230%;
        min-height: 690px;
        height: 710px;
    }

    .navActive {
        opacity: 1;
        visibility: visible;
    }

    .navTromarco.navActive {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .navActive .navMenu {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .navMenu {
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-transform: uppercase;
        font-style: normal;
        letter-spacing: 4px;
        color: #df2d2e !important;
        justify-content: center;
        background: #19191cc7;
        min-height: 700px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
        -o-transition: all .4s;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .navActive {
        opacity: 1;
        visibility: visible;
    }

    .midCol {
        width: 100%;
    }

    .plusText {
        font-size: 14px;
        padding: 8px 10px;
    }

    .brands-carousel img {
        height: 44px;
    }

    .servicesDiv>div {
        display: block;
    }

    .servicesDiv .col {
        width: 100%;
        margin: 0 0 30px 0;
        height: 275px;
    }

    .fraseSec h2 {
        font-size: 30px;
    }

    .footer>div {
        justify-content: space-between;
        display: block;
    }

    .footer>div>div {
        margin: 0 !important;
    }

    .noPC {
        display: block;
    }

    .rsF h3 {
        margin-top: 40px !important;
    }

    .logoFooter {
        margin-top: 20px;
        justify-content: center;
        margin-left: 0!important;
    }

    .copyR {
        padding: 0px 0 30px;
        margin-top: 30px;
    }

    .pilk>div {
        display: block;
    }

    .pilk img {
        width: 80%;
    }

    .pilk br {
        display: none;
        content: ' ';
    }

    .hero {
        margin-top: 40px;
    }

    .contactoDiv {
        flex-direction: column !important;
    }

    .contactoDiv .col {
        width: 100%;
    }

    .contactoDiv .col:first-child {
        margin-bottom: 40px;
    }
    .servicios .servicesDiv .col:hover h3 {
        transform: translatey(-198px);
    }
    .colService {
        width: 20%;
    }
    .imgServ {
        width: 60%;
    }
    .para {
        margin-left: -20px;
    }
    .lun {
        margin-right: 0px;
    }
    .colService span {
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .lat1::before, .lat2::before {
        height: 56px; 
    }
    .lat1:first-child::before {
        left: 80%;
    }
    .lat1:last-child::before {
        left: 0;
    }
    .lat2:first-child::before {
        left: 80%;
    }
    .lat2:last-child::before {
        left: 0;
    }
    .para::before {
        width: 14%;
    }
    .lun::before {
        width: 12%;
        left: 70px;
    }
    .lat1, .lat2 {
        margin-left: 0;
    }
    .galeriaServ {
        width: 100%;
    }
    .galeria-carousel,
    .galeria-carousel .owl-stage,
    .galeria-carousel .owl-stage-outer,
    .galeria-carousel .owl-item img {
        min-height: 330px;
        max-height: 430px;
        object-fit: cover;
    }
    .galeriaServ, .galeriaServ .owl-stage, .galeriaServ .owl-stage-outer, .galeriaServ .owl-item img {
        min-height: 204px;
        max-height: 278px;
        object-fit: cover;
        height: 219px;
    }
    .lateral {
        margin-right: 0;
        width: 100vw;
        justify-content: center;
    }

}


/* end Media Mobile */