.container {
    font-family: Haettenschweiler;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


body {
    background-color: #080202;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0;
}

.swiper-button-next::after{
    font-size: 25px;    
}

.swiper-button-prev::after{
    font-size: 25px;    
}

.swiiper-button-next {
    color: #DB241B;
}

.swiiper-button-prev {
    color: #DB241B;
}

.swiper-pagination-bullet {
    background-color: #d3d2d3;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #DB241B;
}

.menu {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;    
}

.navbar {
    display: flex;
}

.menu-1 {
    margin-left: 150px;
    display: flex;
    align-items: center;
}

.menu-2 {
    margin-left: 150px;
    display: flex;
    align-items: center;
}

.logo-1 {
    width: 0;
    color: #f3ebeb;
}
/* Tamaño del Logo*/
.logo-2 {
    width: 200px;
}

.socials {
    display: flex;
}

.social {
    margin: 0 10px;
    height:  40px;
    width: 40px;
    border: 1px solid #db241b;
    border-radius: 50%;
}

.social:hover {
    background-color: #DB241B;
}

.social img {
    margin: 8px 0 0 10px;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}
.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFFFF;
    display: block;
}
.menu .navbar ul li a:hover {
    color: #DB241B;
}
#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}
.menu label {
    cursor: pointer;
    display: none;  
}

.header-content {
    margin-top: 250px;
    padding-bottom: 50px;
}

.slider {
    display: flex;
    
}

.slider-txt {
    margin-left: 300px;
    width: 700px;   
    text-align: center;
    
}
.slider-img {
    width: 100%;
    text-align: center;

}

.slider-txt h1 {
    font-size: 70px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

.slider-txt p {
    font-size: 18px;
    color: #A7A7A7;
}

.carta {
    padding: 30px 0px;
    background-color: #0d0d0d;
}

.carta-info h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    
}

.carta-txt {
    display: flex;
    justify-content: space-between;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px;
}


.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;
}

.tabs input[type="radio"]{
    display:none;
}

.tabs2 input[type="radio"]{
    display:none;
}

.tabs input[type="radio"]:checked + label {
    border-bottom: 2px solid #DB241B;
    color: #FFFFFF;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.products {
    background-color: #0f0606;
}

.product {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 0 10px ;
}

.product-img {
    width: 100%;
    text-align: left;    
}

.product-img h4 {
    display: inline-block;
    padding: 5px 7px;
    line-height: 15px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    border: 2px solid #555555;
    border-radius: 10px;
    margin-bottom: 50px;
}

.product-img img{
    width: 50%;
}

.product-txt {
    width: 50%;
    margin-left: 10px;
    text-align: left;
}

.product-txt h4{
    color: #FFFFFF;
    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: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
}

.txt {
    color: #FFFFFF;
}

.txt h4 {
    font-size: 18px;
    color: #A7A7A7;
    margin-bottom: 30px;
}

.txt p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer {
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
}

.links h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.links ul li a {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}



/*Inicio de Pagina Adaptable*/
@media(max-width: 991px){
    .menu {
        padding: 20px;
        justify-content: space-between;
    }
    .menu-2 {
        display: none;
    }
    .logo-1 {
        width: 100px;
    }
    .logo-2 {
        width: 0;
    }
    .menu label {
        display: initial;
    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #181818;
        display: none;
    }
    .menu .navbar ul li {
        width: 100%;
    }
    #menu:checked ~ .navbar {
        display: initial;
    }

    .header-content {
        padding: 30px;
        margin-top: 100px;
    }

    .slider {
        flex-direction: column;
    }

    .slider-txt {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .slider-txt h1 {
        font-size: 50px;
    }
    .slider-txt p {
        font-size: 16px;
    }
    .btn-1 {
        padding: 10px 25px;
        font-size: 14px;        
    }
    .slider-img {
        width: 100%;
        text-align: center;
    }
    .slider-img img {
        margin-right: 0px;
        width: 300px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, 
    .swiper-pagination-bullets,.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -7px;
    }

    .tabs {
        padding: 50px 30px;
    }
    .tabs label {
        width: 33%;        
    }
    .info {
        padding: 30px;
        flex-direction: column;
    }
    .info-img {
        width: 100%;
        text-align: center;
    }
    .info-img img {
        width: 400px;
        height: 200px;
        margin-bottom: 25px;
    }
    .info-txt {
        width: 100%;
        text-align: center;
    }
    .info-txt h2 {
        font-size: 50px;
    }
    .info-txt p {
        font-size: 16px;
    }
    .btn-1 {
        font-size: 16px;
    }
    .carta {
        padding: 30px;
        text-align: center;
    }
    .carta-info h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .carta-txt {
        flex-direction: column;
    }
    .socials {
        justify-content: center;
    }
    .social img {
        margin: 8px 0 0 0;
    }
    .footer {
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }
    .links h4 {
        margin: 25px 0px 10px 0px;
    }


}

/* Inicio Configuracion de Whatsapp*/
#whatsapp {
    position: fixed;
    bottom: 20px;
    right:20px;
}
svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
 }

circle {
    fill: #25d366;
 }
path {
    fill: #fff;
 }

/* Fin Configuracion de Whatsapp*/
