@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #080202;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background-color: #131212;
}

.swiper-button-prev::after {
    font-size: 25px;

    margin-right: 30px;
    font-weight: bold;
}

.swiper-button-next::after {
    font-size: 25px;

    margin-left: 30px;
    font-weight: bold;
}

.swiper-button-prev,
.swiper-button-next {
    color: #db241b;
}

.swiper-pagination-bullet {
    background-color: #d3d2d2;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #db241b;
}

.swiper-slide {
    margin-left: 15px;
}

.cabecera {
    display: flex;
    flex-direction: column;
    width: 1150px;
}

.menu {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
}

.nav_bar {
    display: flex;
    justify-content: space-between;
}

.menu_1 {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.menu_2 {
    margin-left: 100px;
    display: flex;
    align-items: center;
}

.logo_1 {
    width: 0;
}

.logo_2 {
    width: 380px;
    height: 70px;
}

.servicios li img {
    width: 50px;
    float: inline-start;
}

.socials {
    display: flex;
}

.social {
    margin: 0 10px;
    height: 40px;
    width: 40px;
    border: 1px solid #db241b;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}

.social:hover {
    background-color: #db241b;
}

.social img {
    margin: 8px 0 0 10px;
}

.menu .nav_bar ul li {
    position: relative;
    float: left;
}

.menu .nav_bar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #fff;
    display: block;
    transition: all 0.3s ease-in;
    border-radius: 10px;
}

.menu .nav_bar ul li a:hover {
    background-color: #db241b;
}

.menu .nav_bar ul li a.selected > i {
    color: #db241b;
    transition: all 0.3s ease-in;
}

.menu .nav_bar ul li a.selected {
    color: #db241b;
    font-weight: 600;
}

.menu .nav_bar ul li a.selected:hover {
    color: #fff;
}

.menu .nav_bar ul li a.selected:hover > i {
    color: #fff;
    transition: all 0.3s ease-in;
}

#menu {
    display: none;
}

.menu_icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header_content {
    margin-top: 200px;
    padding-bottom: 50px;
}

.slider {
    display: flex;
    align-items: center;
}

.slider_txt {
    margin-left: 20px;
    width: 50%;
}

.slider_txt h1 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.slider_txt p {
    font-size: 18px;
    color: #a7a7a7;
}

.botones {
    margin-top: 30px;
}

.marcas {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    align-items: center;
    margin-top: 2%;
    margin-left: 5%;
}

.marcas .marca {
    width: 65%;
}

.btn_1 {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #db241b;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 140px;
    margin-right: 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}

.btn_1:hover {
    background-color: #db241b;
}

.slider_img {
    width: 50%;
}

.slider_img img {
    margin-right: 225px;
    width: 550px;
    border-radius: 15px;
}

.products {
    padding: 100px 0;
    background-color: #0d0d0d;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}

.tabs label {
    width: 15%;
    order: 1;
    display: block;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
    color: #a7a7a7;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;

    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding-top: 25px;

    background-color: #343435;
}

.tabs input[type='radio'] {
    display: none;
}

.tabs input[type='radio']:checked + label {
    border-bottom: 2px solid #db241b;
    color: #fff;
}

.tabs input[type='radio']:checked + label + .tab {
    display: block;
}

.product {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0 10px;
}

.product_img {
    width: 50%;
    text-align: left;
}

.product_img h4 {
    display: inline-block;
    padding: 5px 7px;
    line-height: 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    border: 2px solid #555555;
    border-radius: 10px;
    margin-bottom: 50px;
}

.product_img img {
    width: 150px;
    height: 120px;
}

.product_txt {
    width: 50px;
    margin-left: 10px;
    text-align: left;
}

.product_txt h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

.product_txt p {
    color: #a7a7a7;
    font-size: 16px;
    margin-bottom: 15px;
}

.product_txt span {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.info {
    display: flex;
    align-items: center;
    margin: 3% auto;
}

.info_img {
    width: 50%;
}

.info_img img {
    width: 500px;
    height: 350px;
    border-radius: 15px;
}

.info_txt {
    width: 50%;
}

.info_txt h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.info_txt p {
    font-size: 18px;
    color: #a7a7a7;
    margin-bottom: 50px;
}

.info-servi {
    padding: 90px 20px;
    margin-top: 10%;
    margin-bottom: 0;
}

.btn_2 {
    display: inline-block;
    padding: 15px 35px;
    background-color: #db241b;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
}

.btn_2:hover {
    background-color: #ab1c15;
}

.horario {
    padding: 100px 0;
    background-color: #1f1e1e;
}

.horario_info h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.horario_txt {
    display: flex;
    justify-content: space-between;
}

.txt {
    color: #fff;
    margin: 0 10px;
}

.txt h4 {
    font-size: 18px;
    color: #a7a7a7;
    margin-bottom: 30px;
}

.txt p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.txt p a {
    color: #fff;
}

.links h4 a {
    color: #fff;
}

.mapa {
    margin-top: 5%;
    border-radius: 15px;
}

.mapa-container {
    display: flex;
    justify-content: center;
}

.footer {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.links h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.links ul li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

.whatsapp-button {
    position: fixed;
    bottom: 5%;
    right: 3%;
    width: 80px;
    height: 80px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.whatsapp-button.show {
    opacity: 1;
    transform: translateY(0);
}

.whatsapp-button:hover {
    transform: scale(1.2);
}

.whatsapp-button img {
    width: 100%;
    height: auto;
}

@media (max-width: 1030px) {
    body {
        margin-left: 8%;
    }

    header {
        width: 95%;
    }

    .menu {
        margin: 0 30%;
    }

    .menu .nav_bar {
        width: 900px;
    }

    .menu_1 {
        display: flex;
        align-items: center;
        margin-right: 0;
    }

    .menu_2 {
        margin-left: 0;
        display: flex;
        align-items: center;
    }

    .products {
        padding-bottom: 0;
        background-color: #080202;
    }

    .tabs {
        margin-left: 0;
        width: 95%;
    }

    .tabs label {
        width: 20%;
    }

    .slider_txt {
        margin: 30px 0 30px 30px;
        width: 350px;
    }

    .slider_txt p {
        width: 350px;
    }

    .slider_img img {
        margin-top: 20px;
        width: 100%;
    }

    .swiper-slide {
        margin-left: 3px;
    }

    .btn_1 {
        margin-left: 80px;
    }

    .info {
        margin-top: 8%;
    }

    .info_txt p {
        font-size: 15px;
    }

    .info_img {
        margin-right: 40px;
    }

    .info_img img {
        width: 100%;
        border-radius: 15px;
    }

    .horario {
        padding-bottom: 20px;
        width: 95%;
    }

    .horario_info h2 {
        margin-left: 25px;
    }

    .horario {
        padding: 50px 0;
        background-color: #1f1e1e;
    }

    .txt p {
        font-size: 14px;
    }

    .mapa {
        width: 650px;
        height: 350px;
        margin: 0 15%;
        margin-top: 5%;
        border-radius: 15px;
    }

    .whatsapp-button {
        position: fixed;
        bottom: 5%;
        right: 3%;
        width: 70px;
        height: 70px;
        z-index: 1000;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
}

@media (max-width: 991px) {
    header {
        margin-top: 20%;
        margin-right: 15%;
    }

    .menu {
        margin-left: 10%;
    }

    .menu_2 {
        display: none;
    }

    .menu label {
        display: initial;
    }

    .menu .nav_bar {
        position: absolute;
        width: 60%;
        top: 100%;
        left: 0;
        right: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #4b4a4a;
        display: none;
    }

    .menu .nav_bar ul li {
        width: 100%;
    }

    #menu:checked ~ .nav_bar {
        display: initial;
    }

    .header_content {
        padding: 30px;
        margin-top: 100px;
    }

    .products {
        padding: 0;
    }

    .slider {
        flex-direction: column;
    }

    .slider_txt {
        width: 100%;
        text-align: center;
    }

    .slider_txt h1 {
        width: 60%;
        margin-left: 15%;
        font-size: 25px;
    }

    .slider_txt p {
        font-size: 16px;
        width: 85%;
        margin-left: 5%;
    }

    .botones {
        margin-top: 30px;
    }

    .btn_1 {
        margin-left: 0;
        padding: 10px 20px;
        font-size: 14px;
    }

    .marcas {
        margin-left: 15%;
    }

    .marcas .marca {
        width: 50%;
    }

    .slider_img {
        width: 50%;
        margin-right: 18%;
    }

    .slider_img img {
        width: 130%;
    }

    .swiper-button-prev::after {
        font-size: 35px;
        margin-right: 30px;
        font-weight: bold;
    }

    .servicios {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        column-gap: 50px;
    }

    .servicios li img {
        width: 40px;
        height: 30px;
    }

    .tabs {
        padding: 0 20px 30px 20px;
    }

    .tabs label {
        width: 33%;
    }

    .info {
        padding: 30px;
        flex-direction: column;
        margin-top: 15%;
    }

    .info_img {
        width: 100%;
        text-align: center;
    }

    .info_img img {
        width: 80%;
        margin-bottom: 25px;
        margin-left: 60px;
    }

    .info_txt {
        width: 100%;
        text-align: center;
    }

    .info_txt h2 {
        font-size: 25px;
    }

    .info_txt p {
        font-size: 16px;
    }

    .btn_1 {
        font-size: 16px;
    }

    .btn_2 {
        margin-right: 9%;
    }

    .horario {
        padding: 30px;
        text-align: center;
        margin-right: 35px;
    }

    .horario_info {
        width: 85%;
        margin-right: 8%;
    }

    .horario_info h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .horario_txt {
        flex-direction: column;
    }

    .horario_txt h4 {
        margin-bottom: 0;
    }

    .horario_txt .txt {
        margin-bottom: 20px;
    }

    .socials {
        justify-content: center;
    }

    .social img {
        margin: 8px 0 0 0;
    }

    .footer {
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }

    .links h4 {
        margin: 25px 0 10px 0;
    }

    .mapa {
        width: 450px;
        height: 300px;
        margin: 0 15%;
        margin-top: 5%;
        border-radius: 15px;
    }
}

@media screen and (max-width: 435px) {
    header {
        width: 95%;
    }

    .logo_2 {
        width: 225px;
        height: 50px;
    }

    .menu {
        padding-left: 5%;
    }

    .menu_2 {
        display: none;
    }

    .menu label {
        display: initial;
    }

    .menu .nav_bar {
        position: absolute;
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #4b4a4a;
        display: none;
    }

    .menu .nav_bar ul li {
        width: 100%;
    }

    #menu:checked ~ .nav_bar {
        display: initial;
    }

    .swiper-slide {
        margin: 0;
        margin-left: 0;
    }

    .slider {
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }
    .slider_txt {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .slider_txt h1 {
        width: 100%;
        font-size: 20px;
        margin-left: 20px;
    }

    .slider_txt p {
        font-size: 14px;
        width: 100%;
        margin-left: 10px;
    }

    .botones {
        margin-top: 30px;
    }

    .btn_1 {
        width: 50%;
        padding: 10px 25px;
        font-weight: 600;
        margin-left: 6%;
        border-radius: 50px;
    }

    .marcas {
        margin-left: 15%;
    }

    .marcas .marca {
        width: 85%;
    }

    .slider_img {
        margin-right: 80px;
    }

    .slider_img img {
        width: 155%;
    }

    .swiper-button-prev::after {
        font-size: 35px;
        margin-right: 30px;
        font-weight: bold;
    }

    .servicios {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
    }

    .servicios li img {
        width: 40px;
        height: 30px;
    }

    .tabs {
        padding: 50px 30px;
    }

    .tabs label {
        width: 40%;
        font-size: 15px;
        margin-left: 7%;
    }

    .info {
        margin-top: auto;
        padding: 30px;
        flex-direction: column;
    }

    .info_img {
        width: 100%;
        text-align: center;
        margin-top: 10%;
    }

    .info_img img {
        width: 95%;
        height: 50%;
        margin: 0 10% 25px 10%;
    }

    .info_txt {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .info_txt h2 {
        font-size: 20px;
    }

    .info_txt p {
        font-size: 16px;
    }

    .btn_1 {
        font-size: 16px;
    }

    .horario {
        width: 95%;
    }

    .horario_info h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .horario_txt {
        flex-direction: column;
    }

    .horario_txt h4 {
        margin-bottom: 0;
    }

    .horario_txt .txt {
        margin-bottom: 20px;
    }

    .socials {
        justify-content: center;
    }

    .social img {
        margin: 8px 0 0 0;
    }

    .footer {
        padding: 30px 20px 30px 0;
        flex-direction: column;
        text-align: center;
    }

    .links h4 {
        margin: 25px 0 10px 0;
    }

    .mapa {
        width: 300px;
        height: 150px;
        margin-top: 5%;
        margin-left: 15%;
        border-radius: 15px;
    }

    .whatsapp-button {
        bottom: 3%;
        right: 3%;
        width: 60px;
        height: 60px;
    }
}
