.navbar { 
    padding-top: 88px;
    padding-bottom: 48px;

}
.navbar a, .sidenav a {
    color: #8D95A7;
    font-family:"owners-xwide";
    text-transform: uppercase;
    text-decoration: none;
}
a.dropdown-item{
    text-transform: initial !important;
}
.navbar-desktop .logotipo{
    margin: 0 48px;
}
.navbar-desktop .nav-link{
    margin: 0 24px;
}
.sidenav .nav-link{
    padding: 20px 0;
}
.sidenav-header{
    border-bottom: 1px solid #8D95A7;
}
.navbar-desktop .nav-item a:hover,
.navbar-desktop .nav-item a:active,
.navbar-desktop .nav-link.show{
    color: #BC0404;
}
.navbar-desktop .nav-link:focus{
    color: #8D95A7;
}
.navbar-desktop .dropdown-menu{
    background-color: #BC0404;
}
.navbar-desktop a.dropdown-item{
    color: #FFF;
}
.navbar-desktop a.dropdown-item:hover{
    background-color: #8F0404;
    color: #FFF;
    transition: 0.3s;
}
li {
    list-style-type: none;
  }
footer .navbar-nav{
    flex-direction: row;
}

header {
    background: rgba(0, 0, 0, 0.80);
    min-height: 650px;
    position: relative;
}
.hero h1{
    font-family:"owners-xwide";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #D48D29;
}
h1 .claro{
    color: #E3E2E2;
}
.hero{
    padding-top: 55px;
}
marquee{
    color: #F2F2F2;
    background-color: #BC0404;
    font-family: "owners-xwide";
    font-size: 14px;
    font-weight: 500;                 
}
.hero p{
    color: #F2F2F2;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: 132%; 
    padding: 16px 0;
}
.hero button, .home-servicios button, footer button, .navbar-mobile button, .bundles button{
    font-family: "owners-xwide";
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 10px;
}
button.rojo{
    background-color: #BC0404;
    color: #F2F2F2;  
    border: 1px solid #BC0404;   
}
button.blanco{
    background-color: transparent;
    color: #E3E2E2;
    border: 1px solid #E3E2E2;
  
}
button.blanco:hover{
    background-color: #F2F2F2;
    color: #021F59;
}
button.blanco:hover img{
    filter: brightness(0) saturate(100%) invert(11%) sepia(66%) saturate(2940%) hue-rotate(213deg) brightness(84%) contrast(105%);
}
button.rojo:hover{
    background-color: #D48D29;
    border: 1px solid #D48D29;  
}
button img{
    margin-left: 6px;
    height: 18px;
}

.cproducto{
    position: relative;
    width: 290px;
    
}
.productos{
    width: 120px;
}
.topproducto{
    background-color: #172136;
    padding: 20px 20px 1px;
    min-height: 230px;
}
.topproducto-uno{
    border-radius: 12px 12px 0px 0px;
}

.topproducto-dos{
    border-radius: 48px 12px 0px 0px;
}
.topproducto-tres{
    border-radius: 12px 12px 0px 0px;
}
.cproducto h2{
    color: #E3E2E2;
    font-family: "owners-xwide";
    font-size: 22px;
    font-weight: 500;
}
.cproducto img{
    text-align: center;
}
.cproducto p{
    color: #8D95A7;
    padding-top: 16px;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: 132%; 
}
.linkproducto{
    background-color: #BC0404;
    padding: 11px 20px 11px;
}
.cproducto:hover .linkproducto{
    background-color: #D48D29;
}
.linkproducto:hover{
    background-color: #D48D29;
}
.linkproducto-uno{
    border-radius: 0px 0px 48px 12px;
}
.linkproducto-dos{
    border-radius: 0px 0px 12px 12px;
}
.linkproducto-tres{
    border-radius: 0px 0px 12px 48px;
}
.linkproducto a{
    color: #F2F2F2;
    font-family: "owners-xwide"; 
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.hproducto{
    position: relative;
    margin-top: -100px;
}

.video-container {
    position: relative;
    overflow: hidden;
}
.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}
.servicio-v.areablanca{
    padding-bottom: 88px;
}
.areablanca .row{
    padding: 40px 0;
}
.areablanca h3, .servicios-block h3{
    color: #E3E2E2;
    font-family: "owners-xwide";
    font-size: 30px;
    font-weight: 400;
    color: #121213;
}
.areablanca button{
    color: #BC0404;
    font-family: "owners-xwide";
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration-line: underline;
    border: none;
    background-color: transparent;
}   
.areablanca p, .servicios-block p{
    color: #121213;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: 132%; 
}
.sidenav{
    width: 300px;
    background-color: #172136;
    height: 100dvh;
    transition: 0.5s;
    width: 0; 
    position: fixed;
    z-index: 1; 
    top: 0;
    left: 0;
    overflow-x: hidden; 
    padding: 0;
}

.sidenav .nav-item a:hover,
.sidenav .nav-item a:active,
.sidenav .nav-link.show{
    color: #E3E2E2;
}
.sidenav .nav-link:focus{
    color: #E3E2E2;
}
.sidenav .dropdown-menu{
    background-color: none;
}
.sidenav a.dropdown-item{
    color: #172136;
}
.sidenav .nav-link:hover{
    color: #E3E2E2;
}
.sidenav a.dropdown-item:hover{
    background-color: #8F0404;
    color: #FFF;
}
.sidenav a{
    font-size: 12px;
    font-weight: 400;
}
.areanegra{
    background: url(img/background-mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.botonicono:hover{
    color: #021F59;
}
.botonicono:hover img{
    filter: brightness(0) saturate(100%) invert(10%) sepia(61%) saturate(2807%) hue-rotate(212deg) brightness(94%) contrast(107%);
}

.areanegra .simpleboton{
    color: #8D95A7;
    font-family: "owners-xwide";
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
}
.areanegra h2, .areanegra .paso h2{
    font-family: "owners-xwide";
    font-size: 22px;
    font-weight: 500;
    color: #D48D29;
    line-height: 120%; 
    padding-top: 16px;
}
.areanegra .sub{
    color: #F2F2F2;
    font-family: Outfit;
    font-size: 12px;
    font-weight: 300;
}
.producto img{
    margin: 0 auto;
}
.producto-slider{
    height: 64px;
}
.producto button img{
    margin-left: 6px;
}
.producto:hover button{
    color: #E3E2E2;
}
.producto:hover img{
    filter: brightness(0) saturate(100%) invert(97%) sepia(2%) saturate(234%) hue-rotate(175deg) brightness(120%) contrast(78%);
}
.bundles{
    padding: 88px 0;
}
.bundles h2{
    color: #D48D29;
    font-family: "owners-xwide";
    font-size: 30px;
    font-weight: 400;
    line-height: 120%; 
    text-align: left;
    padding-bottom: 10px;
}
.bundles h2 span{
    color: #F2F2F2
}
.bundles-items{
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
      
}
.bundles-items > div{
    background-color: #172136;
    border-radius: 12px;
}
.bundles-items h3{
    color: #D48D29;
    font-family: "owners-xwide";
    font-size: 14px;
    font-weight: 500;
}
.bundles-items description{
    color: #8D95A7;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px 20px;
    line-height: 132%; 
}
.bundle-container{
    padding: 16px 16px 0 16px
}
.bundles p,  .contacto p{
    color: #8D95A7;
    font-family: Outfit;
    font-size: 12px;
    font-weight: 300;
    line-height: 132%;  
}
.bundles .precio{
    color: #E3E2E2;
    font-family: "owners-xwide";
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; 
}
.bundles .descuento{
    color: #E3E2E2;
    font-family: Outfit;
    font-size: 10px;
    font-weight: 300;
    line-height: 120%;  
    padding: 2px 8px;
    background-color: rgba(188, 4, 4, 0.60);
}
.bundles img{
    border-radius: 8px 8px 0px 0px;
}
footer{
    padding: 80px 0 0 0;
}

footer .logofooter{
    height: 73px;
}
.alt{
    color:#BC0404 !important;
}
.contacto-info{
    color: #E3E2E2;
    font-family: Outfit;
    font-size: 12px;
    font-weight: 300;
}
footer .icon{
    height: 24px;
    margin-right: 3px;
    margin-top: -5px;
}
footer .navbar-desktop .nav-link{
    margin: 0 10px 0 0;
    font-size: 13px;
}
footer .navbar{
    padding: 0;
}
footer .socialicon{
    height: 32px;
}
footer .socialicon:hover{
    filter: brightness(0) saturate(100%) invert(68%) sepia(9%) saturate(3762%) hue-rotate(348deg) brightness(89%) contrast(86%);
}
footer button.blanco{
    display: none;
}
.navbar-mobile{
    padding: 24px 0px;
}
.navbar-mobile .logotipo{
    height: 44px;
}

.navbar-desktop {
    display: none;
}
footer .navbar-desktop{
    display: block;
}

.navbar-mobile span{
    color: #F2F2F2;
    font-size: 40px;
    margin-top: -8px;
    margin-left: 16px;
    cursor: pointer;
}
marquee.alt2{
    width: 278px;
}
.servicios-block{
    margin-top: -80px;
    background: #E3E2E2;
    border-radius: 12px;
    padding: 88px 40px;
    position: relative
}
.areanegra .outlinered{
    font-family: "owners-xwide";
    padding: 6px 8px;
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase;
    background-color: transparent;
    color: #BC0404;
    border: 1px solid #BC0404;
    margin-right: 6px;
    margin-bottom: 10px;
}
.areanegra .outlinered:hover{
    color: #8D95A7;
    border: 1px solid #8D95A7;
}
.areanegra .outlinered:hover img{
    filter: brightness(0) saturate(100%) invert(90%) sepia(2%) saturate(3734%) hue-rotate(190deg) brightness(65%) contrast(106%);
}
.paso{
    border: 1px solid #E3E2E2;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.paso .rounded-circle{
    background-color: #8F0404;
    color: #BC0404;
    width: 16px;
    height: 16px;
    font-family: "owners-xwide";
    font-size: 17px;
    font-weight: 700;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicios-block {
    padding: 20px;
}
.accordion .accordion-header button{
    color: #021F59;
    font-family: "owners-xwide";
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.accordion, .accordion-button:not(.collapsed),.accordion-item,.accordion-button{
    background-color: transparent;
}
.accordion-button{
    border-radius: 4px;
    border: 1px solid  #8D95A7;
}
.accordion-body {
    color: #121213;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 300;
    line-height: 132%; 
}
.confondo{
    background-image: url(img/hero-card-image-desktop.jpg);
}
.form-label{
    color: #E3E2E2;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 300;
    line-height: 132%; 
}
.form-control{
    font-family: Outfit;
    font-size: 16px;
}
.linea{
    border-bottom: 1px solid #8D95A7;
    margin-bottom: 10px;
}
.hero h3{
    color: #E3E2E2;
    font-family: "owners-xwide";
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.areanegra .tituloform{
    font-size: 30px;
}



@media (min-width: 768px) {
    .hero h1{
        font-size: 64px;
    }
    marquee{
        font-size: 20px;
    }
    .hero p{
        font-size: 22px;
    }
    .cproducto{
        width: 290px;
    }
    .cproducto h2{
        font-size: 27px;
    }
    header {
        min-height: 800px;
    }
    .bundles-items{
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr); 
    }
    button img{
        margin-left: 6px;
        height: 24px;
    }
    .cproducto p{
        font-size: 22px;
    }
    .areablanca .row{
        padding: 88px 0px;
    }
    .linkproducto a{
        font-size: 17px;
    }
    .topproducto{
        min-height: 250px;
    }
    .areablanca button{
        font-size: 17px;;
    }
    .areanegra{
        background: url(img/background-mobile.jpg);
        padding: 88px 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .areablanca p, .servicios-block p{
        font-size: 22px;
    }
    .areanegra h2, .areanegra .paso h2{
        font-size: 27px;
    }
    .areanegra .contacto .tituloform{
        font-size: 42px;
    }
    .areanegra .sub{
        font-size: 16px;
    }
    .areanegra .simpleboton{
        font-size: 15px;
    }
    .bundles{
        padding: 160px 0;
    }
    .bundles h2{
        font-size: 30px;
        text-align: right;
    }
    .producto-slider{
        height: 98px;
    }
    .bundles-items h3{
        font-size: 20px;
    }
    .bundles p, .contacto p{
        font-size: 16px;
    }
    .bundles .precio{
        font-size: 15px;
    }
    .bundles .descuento {
        font-size: 13px;
    }
    footer .logofooter{
        height: 99px;
    }
    .contacto-info {
        font-size: 16px;
    }
    footer .navbar-desktop .nav-link{
        font-size: 15px;
    }
    footer .socialicon{
        height: 39px;
    }
    .servicios-block{
        border-radius: 40px;
        padding: 88px 40px;
    }
    footer{
        padding: 160px 0 0 0;
    }
    .hero h3{
        font-size: 42px;
    }
    .accordion-body {
        font-size: 16px;
    }
}



@media (min-width: 992px) {
    #mySidenav {
        display: none !important;
    }
    .navbar-desktop {
        display: block;
    }
    .navbar-mobile{
        display: none;
    }
    .hero button, .home-servicios button, footer button, .navbar-mobile button, .bundles button{
        font-size: 17px;
        padding: 10px 20px;
    }
    .hero h1{
        font-size: 50px;
        text-align: right;
    }
    header {
        min-height: 820px;
    }
    .enter-mobile{
        display: none;
    }
    footer button.blanco{
        display: flex;
    }
    .bundles h2{
        font-size: 42px;
    }
    .accordion .accordion-header button{
        font-size: 20px;
    }
    .form-label{
        font-size: 18px;
    }

}
@media (min-width: 1400px) { 
    .hero h1{
        font-size: 64px;
    }
    .hero .heroinfo{
        padding: 0 160px;
    }
    .areablanca h3, .servicios-block h3{
        font-size: 42px;
    }
 }