*{
    
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color: white;
}
button {
    border: initial;
    background: initial;
    color: initial;
    padding: initial;
    margin: initial;
    text-decoration: initial;
}
a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}
a button{
    margin: 0;
    padding: 0;
    display: inline; /* Valor por defecto de <a> */
    color: inherit; /* Usa el color de texto heredado */
    text-decoration: none; /* Quita el subrayado */
    background: none; /* Quita cualquier fondo */
    border: none; /* Elimina bordes */
}
textarea {
    resize: none;
}
a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
h1{
	font-family: "Oswald", serif;
	font-size: 36px;
	font-weight: 600;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
*:focus {
    outline: none;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.animate-on-scroll {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.whatsapp-container{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
}
.social-container{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
}
.social-container img{
    margin-bottom: 5px;
    border-radius: 8px 0px 0px 8px;
}
.whatsapp-container:hover{
    transform: scale(1.1);
}
.whatsapp-container img{
    cursor: pointer;
}
.menu{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100px;
    background-color: white;
	text-align: center;
}
.link-active{
    color: #EA3325 !important;
}
.nav-item{
    display: inline-block;
    cursor: pointer;
}
.navbar-nav a{
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}
.nav-link-wrapper{
    font-family: "Oswald", serif;
    position: relative;
    padding: 3px 10px 3 px 10px;
    background: #555555;
    color: white;
    cursor: pointer;
    border-radius: 300px;
    margin-left: 20px;
    transition-duration: 0.3s;
    overflow: hidden;
    opacity: 0;
}
.nav-link-wrapper:hover{
    background: #EA3325;
    color: white;
}
.nav-link-simple{
    font-family: "Oswald", serif;
    padding: 5px 25px 5px 25px;
    color: #4D4D4D;
    cursor: pointer;
    white-space: nowrap;
    transition-duration: 0.3s;
    opacity: 0;
    border-right: solid 2px #C6C6C6;
}
#link-1{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.2s;
}
#link-2{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.4s;
}
#link-3{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.6s;
}
#link-4{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
}
.navbar-brand{
    height: 100px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand img{
    height: 42px;
}
.masthead {
  height: 750px;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url(../img/index/header-bg.jpg);
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  background-color: #EA3325;
  border-bottom: solid 8px #ECECEC;
  position: relative;
}
.header-title{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 80px;
    color: white;
}
.quick-card-container{
    margin-top: -50px;
}
.quick-card{
    border: solid 2px #939393;
    background-color: white;
    border-radius: 15px;
    height: 100px;
    overflow: hidden;
}
.quick-element{
    padding: 0px 30px 0px 30px;
    background-color: white;
}
.quick-element img{
    height: 50px;
    margin-right: 30px;
}
#quick-element-1{
    border-right: solid 2px #939393;
}
#quick-element-2{
    border-right: solid 2px #939393;
}
.categoria-wrapper{
    background: linear-gradient(to bottom, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}
.categoria-container{
    padding: 100px 0px 80px 0px;
}
.categoria-container h1{
    margin-right: 30px;
}
.categoria-container button{
    font-family: "Oswald", serif;
    background-color: #555555;
    color: white;
    width: 160px;
    border-radius: 200px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    cursor: pointer;
    transform: scale(1.0);
}
.categoria-container button:hover{
    transform: scale(1.1);
    background-color: #FF3333;
    cursor: pointer;
}
.categoria-hr{
    background-color: #FF3333;
    height: 2px;
    margin: 30px 0px 30px 0px;
}
.categoria-card-wrapper{
    height: 220px;
    width: 220px;
    padding: 10px;
}
.categoria-card{
    background-color: #EA3325;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    color: white;
}
.categoria-card img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.marcas-row{
    margin-top: 120px;
}
.marcas-hr{
    background-color: #FF3333;
    height: 2px;
    margin: 30px 0px 30px 0px;
}
.logo-card-wrapper{
    height: 220px;
    width: 220px;
    padding: 10px;
}
.logo-card{
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: solid 2px #ececec;
    border-radius: 10px;
    color: white;
}
.logo-card img{
    width: 100%;
    height: 100%;
}
.marcas-desc{
    padding: 0px 150px 0px 150px;
    margin-top: 40px;
}
.sucursales-container{
}
#sucursal-1{
    background-image: url(../img/sucursales/sucursal-1.jpg);
    background-size: contain;
    background-position: center;
}
#sucursal-2{
    background-image: url(../img/sucursales/sucursal-2.jpg);
    background-size: contain;
    background-position: center;
}
.sucursal-card-wrapper{
    height: 380px;
    padding: 0px 30px;
}
.sucursal-card{
    border-radius: 20px;
    overflow: hidden;
    background-color: #E0E0E0;
    transform: scale(1.0);
    transition: 0.3s;
    cursor: pointer;
}
.sucursal-card:hover{
    transform: scale(1.05);
    box-shadow: 0px 7px 12px -7px rgba(0,0,0,0.6);
}
.sucursal-card h1{
    font-size: 25px;
}
.sucursal-title-row{
    background-color: #EA3325;
}
.sucursal-title{
    height: 80px;
    padding: 0px 0px 0px 20px;
    background-color: #EA3325;
    color: white;
}
.sucursal-number{
    height: 80px;
    padding: 20px 0px 0px 20px;
    background-color: #333333;
    color: white;
    border-radius: 100px 0px 0px 100px;
}
.bi-geo-alt-fill {
    font-size: 32px;
    padding: 0px;
    margin: 0px 10px 10px 0px;
}
.bi-whatsapp{
    font-size: 18px;
    padding: 0px;
    margin: 0px 10px 20px 0px;
}
.sucursal-info-row{
    padding: 0px;
}
.sucursal-info{
    padding: 20px;
}
.sucursal-pic{
    background-color: #555555;
}
.contacto-container-wrapper{
    background-image: url(../img/index/contacto-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 0px 100px 0px;
    margin-top: -150px;
}
.contacto-title{
    padding: 0px 120px 0px 120px;
    color: white;
}
.contacto-hr{
    background-color: #FF3333;
    height: 2px;
    margin: 30px 0px 30px 0px;
}
.form-container{
    background-color: white;
    padding: 40px;
    border-radius: 20px 0px 0px 20px;
}
.form-group input {
    background: none;
    border: none;
    border-bottom: solid 1px grey;
    border-radius: 0px;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    width: 100%;
}
.form-group input:hover {
   border-bottom: solid 1px red;
}
.form-group input:focus {
   border-bottom: solid 1px red;
}
.form-group textarea {
    background: none;
    border: none;
    border-bottom: solid 1px grey;
    border-radius: 0px;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    width: 100%;
    height: 120px;
}
.form-group textarea:hover {
   border-bottom: solid 1px red;
}
.form-group textarea:focus {
   border-bottom: solid 1px red;
}
.row-button{
    padding: 20px;
}
.btnContacto{
    padding: 15px 40px 15px 40px;
    border: none;
    border-radius: 100px;
    background-color: #555555;
    color: white;
    margin-left: 80px;
    font-family: "Oswald", serif;
    text-transform: uppercase;
}
.contacto-card{
    background: linear-gradient(to bottom, rgba(234,50,37,1) 0%, rgba(240,47,23,1) 0%, rgba(234,50,37,1) 41%, rgba(224,224,224,1) 41%, rgba(224,224,224,1) 100%);;
    padding-top: 60px;
    border-radius: 0px 20px 20px 0px;
}
.contacto-card img{
    height: 120px;
    margin-bottom: 40px;
}
.contacto-whatsapp{
    background-color: #25D366;
    padding: 15px 35px 15px 35px;
    border-radius: 100px;
    margin-bottom: 20px;
    font-weight: 700;
    border: solid 3px #FF3333;
}
.producto-container{
    padding: 120px 0px 80px 0px;
}
.producto-card-wrapper{
    height: 220px;
    width: 220px;
    padding: 10px;
    background-color: white;
}
.producto-card{
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px grey;
}
.producto-card p{
    font-weight: 700;
    font-size: 12px;
}
.producto-card img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.producto-container button{
    font-family: "Oswald", serif;
    background-color: #555555;
    color: white;
    padding: 15px 35px 15px 35px;
    border-radius: 200px;
    text-transform: uppercase;
    margin-top: 40px;
    transform: scale(1.0);
    transition-duration: 0.3s;
}
.producto-container button:hover{
    transform: scale(1.1);
    background-color: #FF3333;
    cursor: pointer;
}
footer{
    border-top: solid 6px #EA3325;
    padding: 30px 0px;
}
footer img{
    height: 60px;
    margin-bottom: 30px;
}
.loteria-row{
    margin: 0px;
    padding: 0px 0px;
}
.loteria-container{
    background-color: white;
    border: solid 2px #ECECEC;
    border-radius: 10px;
    padding: 0px;
    cursor: pointer;
}




@keyframes menuIn{
    0%{
        transform: translateY(-10px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes hrIn{
    0%{
        width: 0px;
    }
    100%{
        width: 600px;
    }
}
@media (min-width:320px) and (max-width:1024px) {
    .menu{
    }
    .navbar-toggler {
        display: block;
        background-color: transparent;
        border: none;
        cursor: pointer;
      }
      .navbar-toggler-icon {
        font-size: 24px;
        color: #EA3325;
      }
      .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
      }
      .navbar-nav {
        display: flex;
        flex-direction: column;
        text-align: center;
      }
       .nav-link-wrapper {
        font-family: "Oswald", serif;
        padding: 5px 60px 5px 25px;
        color: #4D4D4D;
        cursor: pointer;
        white-space: nowrap;
        transition-duration: 0.3s;
        opacity: 0;
        border-right: solid 2px #C6C6C6;
        background-color: rgba(0, 0, 0, 0);
      }
    .navbar-brand img{
        height: 32px;
    }
    h1{
        font-family: "Oswald", serif;
        font-size: 28px;
        font-weight: 600;
    }
    h2{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #333333;
    }
    p{
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }
    .masthead {
      height:500px;
      padding-top: 80px;
      box-sizing: border-box;
      overflow: hidden;
      background-image: url(../img/index/header-bg.jpg);
      background-size: cover;
      background-position: 100%;
      background-repeat: no-repeat;
      background-color: #EA3325;
      border-bottom: solid 8px #ECECEC;
      position: relative;
    }
    .header-title{
        background-color: rgba(0, 0, 0, 0.8);
        padding: 40px;
        color: white;
    }
    .quick-card-container{
        display: none;
    }
    .categoria-wrapper{
        background: linear-gradient(to bottom, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 77%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    }
    .categoria-container{
        padding: 80px 40px 20px 40px;
    }
    .categoria-container h1{
        margin-right: 30px;
    }
    .categoria-container button{
        font-family: "Oswald", serif;
        background-color: #555555;
        color: white;
        width: 160px;
        border-radius: 200px;
        text-transform: uppercase;
        transition-duration: 0.3s;
        cursor: pointer;
        transform: scale(1.0);
    }
    .categoria-container button:hover{
        transform: scale(1.1);
        background-color: #FF3333;
        cursor: pointer;
    }
    .categoria-hr{
        background-color: #FF3333;
        height: 2px;
        margin: 30px 0px 30px 0px;
    }
    .categoria-card-wrapper{
        height: 180px;
        width: 220px;
        padding: 20px;
    }
    .categoria-card{
        background-color: #EA3325;
        width: 100%;
        height: 100%;
        padding: 20px;
        border-radius: 10px;
        color: white;
    }
    .categoria-card img{
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .marcas-row{
        margin-top: 80px;
    }
    .marcas-hr{
        background-color: #FF3333;
        height: 2px;
        margin: 30px 0px 30px 0px;
    }
    .logo-card-wrapper{
        height: 180px;
        width: 220px;
        padding: 10px;
    }
    .logo-card{
        background-color: white;
        width: 100%;
        height: 100%;
        padding: 0px;
        border: solid 2px #ececec;
        border-radius: 10px;
        color: white;
    }
    .logo-card img{
        width: 40%;
        height: 100%;
    }
    .marcas-desc{
        padding: 0px 0px 0px 0px;
        margin-top: 40px;
    }
    .loteria-row{
        display: none;
    }
    .sucursales-container{
    }
    #sucursal-1{
        background-image: url(../img/sucursales/sucursal-1.jpg);
        background-size: cover;
        background-position: center;
    }
    #sucursal-2{
        background-image: url(../img/sucursales/sucursal-2.jpg);
        background-size: cover;
        background-position: center;
    }
    .sucursal-card-wrapper{
        height: 340px;
        padding: 0px 40px;
    }
    .sucursal-card{
        border-radius: 20px;
        overflow: hidden;
        background-color: #E0E0E0;
        transform: scale(1.0);
        transition: 0.3s;
        cursor: pointer;
    }
    .sucursal-card:hover{
        transform: scale(1.05);
        box-shadow: 0px 7px 12px -7px rgba(0,0,0,0.6);
    }
    .sucursal-card h1{
        font-size: 16px;
    }
    .sucursal-card p{
        font-size: 14px;
    }
    .sucursal-title-row{
        background-color: #EA3325;
    }
    .sucursal-title{
        height: 80px;
        padding: 0px 0px 0px 20px;
        background-color: #EA3325;
        color: white;
    }
    .sucursal-number{
        height: 80px;
        padding: 20px 0px 0px 20px;
        background-color: #333333;
        color: white;
        border-radius: 100px 0px 0px 100px;
    }
    .bi-geo-alt-fill {
        font-size: 32px;
        padding: 0px;
        margin: 0px 10px 10px 0px;
    }
    .bi-whatsapp{
        font-size: 18px;
        padding: 0px;
        margin: 0px 10px 20px 0px;
    }
    .sucursal-info-row{
        padding: 0px;
    }
    .sucursal-info{
        padding: 20px;
    }
    .sucursal-pic{
        background-color: #555555;
    }
    .contacto-container-wrapper{
        background-image: none;
        background-color: lightgrey;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 180px 0px 0px 0px;
        margin-top: -150px;
    }
    .contacto-title{
        padding: 0px 40px;
        color: black;
    }
    .form-container{
        background-color: white;
        padding: 40px;
        border-radius: 0px;
        margin-bottom: 0px;
    }
    .row-button{
        padding: 20px;
        overflow: hidden;
    }
    .btnContacto{
        padding: 15px 40px 15px 40px;
        border: none;
        border-radius: 100px;
        background-color: #555555;
        color: white;
        margin-left: 0px;
        margin-top: 20px;
        font-family: "Oswald", serif;
        text-transform: uppercase;
    }
    .contacto-card{
        background: linear-gradient(to bottom, rgba(234,50,37,1) 0%, rgba(240,47,23,1) 0%, rgba(234,50,37,1) 41%, rgba(224,224,224,1) 41%, rgba(224,224,224,1) 100%);;
        padding-top: 60px;
        border-radius: 0px;
    }



    .producto-container{
        padding: 120px 0px 80px 0px;
        display: none;
    }

}