/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
/*@font-face {
    font-family: 'Hatten';
    src: url("HATTEN.TTF");
}*/
.abril-fatface-regular {
    font-family: "Abril Fatface";
    font-weight: 400;
    font-style: normal;
  }
/*Cabecera Fija*/
#page1 {
    margin: 0px auto;
    width: 100%;
} 
#header1 {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #860303;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}    
/*Fin Cabecera Fija*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

body {   
    background-image: url("img/fondocarta.png");
}
.container {
    max-width: 1500px;
    margin: 0;
}

.swiper-button-next::after{
    font-size: 25px;    
}

.swiper-button-prev::after{
    font-size: 25px;    
}

.swiper-button-next {
    color: #DB241B;
}

.swiper-button-prev {
    color: #DB241B;
}

.swiper-pagination-bullet {
    background-color: #d3d2d3;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #DB241B;
}

.menu {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;  
    text-align: center;  
}

.navbar {
    display: flex;
    top: 35px;
}

.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: #0f0101;    
}
/* Tamaño del Logo*/
.logo-2 {
    margin-top: 30px;
    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: 16px;
    padding: 20px;
    /*color: #FFFFFF;*/
    color: #141313;
    
}

.menu .navbar ul li a:hover {
    color: #DB241B;
}

#menu {
    display: none;
    top: 35px;
}

.menu-icono {
    width: 25px;
    top: 35px;   
}

.menu label {
    cursor: pointer;
    display: none;  
}

.header-content {
    margin-top: 200px;
    padding-bottom: 50px;
    
}

.slider {
    display: flex;
    align-items: center;
}

.slider-txt {
    margin-left: 85px;
    width: 50%;
}

.slider-txt h1 {
    font-size: 60px;
    /*color: #FFFFFF;*/
    color: #0f0101;
    text-transform: uppercase;
    font-weight: 800;
}

.slider-txt p {
    font-size: 20px;
    /*color: #A7A7A7;*/
    color: #0f0101;
    letter-spacing: 2px;
}

.botones {
    margin-top: 50px;
}

.btn-1 {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #DB241B;
    color: #1a1616;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 30px;
    border-radius: 50px;
}

.btn-1:hover {
    background-color: #DB241B;
}

.slider-img {
    width: 70%;
}

.slider-img img {
    width: 550px;    
    align-items: stretch;
}

.products {
    background-color: #0d0d0d;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px;
}

.tabs label {
    width: 15%;
    order: 1;
    display: block;
    padding: 25px 0;
    text-align: center;
    cursor: pointer;
    color: #ad3f3f;
    font-weight: 800;
    font-size: 20px;
    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;
}

.tabs input[type="radio"]:checked + label {
    border-bottom: 2px solid #DB241B;
    color: #FFFFFF;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.product {
    display: flex;
    align-items: center;
    padding: 25px;
    margin: 0 10px ;
}

.product-img {
    width: 100%;
    text-align: left;       
}

.product-img h4 {
    display: inline-block;
    padding: 7px 9px;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    border: 2px solid #555555;
    border-radius: 10px;
    margin-bottom: 50px;
}

.product-img img{
    width: 100%;
}

.product-txt {
    width: 50%;
    margin-left: 10px;
    text-align: left;
}

.product-txt h4{
    color: #FFFFFF;
    font-size: 25px;
    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;
}

.info {
    padding: 50px 0px;
    display: flex;
    align-items: center;
}

.info-img {
    width: 50%;
}

.info-img img {
    width: 650px;
    height: 400px;
}

.info-txt {
    width: 50%;
}

.info-txt h2 {
    font-size: 75px;
    color: #0f0101;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;    
}

.info-txt p {
    font-size: 20px;
    color: #3a2a2a;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.btn-2 {
    display: inline-block;
    padding: 15px 35px;
    background-color: #DB241B;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
}

.btn-2:hover {
    background-color: #AB1C15;
}

.horario {
    padding: 100px 0px;
    background-color: #0d0d0d;
}

.horario-info h2 {
    font-size: 75px;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase; 
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.horario-txt {
    display: flex;
    justify-content: space-between;
    letter-spacing: 2px;
}

.txt {
    color: #FFFFFF;
}

.txt h4 {
    font-size: 26px;
    color: #A7A7A7;
    margin-bottom: 30px;
}

.txt p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
}

.footer {
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
}

.links h4 {
    color: #0f0101;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.links ul li a {
    color: #0f0101;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

/*Inicio de Responsive*/

@media(max-width: 700px){
    .container {        
        color: #0f0101;
    }
    .menu {
        padding: 20px;
        justify-content: flex-end;
    }
    .menu-2 {
        display: none;
    }
    .logo-1 {
        width: 150px;        
    }
    .logo-2 {
        width: 0;
    }    
    .menu label {
        display: initial;
    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #8b5252;
        display: none;
    }
    .menu .navbar ul li a {
        width: 100%;
        color: #cec3c3;
        display: block;
    }
    #menu:checked ~ .navbar {
        display: initial;
    }

    .header-content {
        padding: 20px;
        margin-top: 50px;
    }
   
    .slider {
        flex-direction: column;
    }

    .slider-txt {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        color: #0f0101;
    }
    .slider-txt h1 {
        width: 100%;
        font-size: 35px;
        color: #0f0101;
        letter-spacing: 0.5px;
    }
    .slider-txt p {
        font-size: 20px;
        color: #0f0101;
        
    }
    .btn-1 {
        padding: 10px 25px;
        font-size: 14px;        
    }
    .slider-img {
        width: 100%;
        text-align: center;
        color: #0f0101;
    }
    .slider-img img {
        margin-right: 0px;
        width: 350px;
        color: #0f0101;

    }

    .swiper-horizontal > .swiper-pagination-bullets, 
    .swiper-pagination-bullets,.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -5px;
    }

    .tabs {
        padding: 50px 30px;
    }
    .tabs label {
        width: 45%;        
    }
    .info {
        padding: 30px;
        flex-direction: column;
        color: #0f0101;
    }
    .info-img {
        width: 100%;
        text-align: center;
    }
    .info-img img {
        width: 325px;
        height: 200px;
        margin-bottom: 25px;
    }
    .info-txt {
        width: 100%;
        text-align: center;
        color: #0f0101;
    }
    .info-txt h2 {
        font-size: 40px;
    }
    .info-txt p {
        font-size: 20px;
        color: #0f0101;
    }
    .btn-1 {
        font-size: 16px;
    }
    .horario {
        padding: 30px;
        text-align: center;
    }
    .horario-info h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .horario-txt {
        flex-direction: column;
    }
    .socials {
        justify-content: center;
    }
    .social img {
        margin: 8px 0 0 0;
    }
    .footer {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        color: #0f0101;        
    }
    .links h4 {
        margin: 25px 0px 10px 0px;
        color: #0f0101;
    }


}

/* Inicio Configuracion de Whatsapp*/
#whatsapp {
    position: fixed;
    bottom: 20px;
    right:10px;
}
svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
 }

circle {
    fill: #25d366;
 }
path {
    fill: #fff;
 }

/* Fin Configuracion de Whatsapp*/
