*{
    
}
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/catalogo/header-bg.jpg);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  background-color: #EA3325;
  border-bottom: solid 8px #ECECEC;
  position: relative;
}
.header-hr{
    background-color: #FF3333;
    height: 2px;
    width: 80px;
}
.header-title{
    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;
}
.sucursales-container{
    padding: 120px 0px;
}
#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;
    margin-top: 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: 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;
}
.sucursales-hr{
    background-color: #FF3333;
    height: 2px;
    width: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.sucursal-footer{
    padding: 0px 180px 0px 180px;
    margin: 40px 0px;
}
.marcas-logo-row{
    margin-top: 40px;
    margin-bottom: 40px;
}
.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%;
}
.catalogo-container{
    padding: 120px 20px 0px 20px;
}
.catalogo-table th{
    background-color: #555555;
    color: white;
    padding: 20px 40px;
}
.catalogo-table td{
    padding: 20px;
    white-space: normal; /* Permite saltos de línea */
    word-wrap: break-word; /* Rompe palabras largas si es necesario */
    overflow-wrap: break-word; /* Alternativa para compatibilidad */
}
.table-img{
    width: 10%;
}
.table-title{
    width: 30%;
}
.table-desc{
    width: 50%;
}
.table-cta{
    width: 10%;
    text-align: center;
}
.table-row .bi-whatsapp{
    font-size: 20px;
    background-color: #CCCACA;
    padding: 6px 10px 11px 10px;
    border-radius: 100px;
}
.table-row{
    cursor: pointer;
    transition-duration: 0.3s;
    color: black;
}
.table-row td {
    vertical-align: middle;
}

.table-row:hover{
    background-color: #EA3325;
    color: white;
}
.table-row:hover .bi-whatsapp{
    background-color: #555555;
    font-size: 24px;
}
.table-prev{
    font-size: 30px;
    margin-right: 20px;
    cursor: pointer;
    color: #CCCACA;
    transition-duration: 0.3s;
}
.table-prev:hover{
    color: #EA3325;
}
.table-next{
    font-size: 30px;
    margin-left: 20px;
    cursor: pointer;
    color: #CCCACA;
    transition-duration: 0.3s;
}
.table-next:hover{
    color: #EA3325;
}
.row-pages{
    margin: 40px 0px 40px 0px;
}
.pagination-button{
    color: #CCCACA;
    margin: 0px 10px;
    transition-duration: 0.3s;
}
.pagination-button:hover{
    color: #EA3325;
}
.active{
    font-weight: 700;
    color: #EA3325;
}
.search-container{
    padding: 40px;
}
.search-container input{
    border-radius: 100px;
    padding: 25px;
}
.search-container input:focus{
    border: 2px solid red;
}
footer{
    border-top: solid 6px #EA3325;
    padding: 30px 0px;
}
footer img{
    height: 60px;
    margin-bottom: 30px;
}




@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;
      background-position: 10% 90px;
    }
    .quick-card-container{
        display: none;
    }
    .sucursales-container{
        padding: 120px 20px;
    }
    .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 h1{
        font-size: 16px;
    }
    .sucursal-card p{
        font-size: 14px;
    }
    #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;
    }
    .marcas-logo-row{
        display: none;
    }
    .table-img {
        width: 20%; /* Aumenta el tamaño de la imagen en pantallas pequeñas */
      }
    .table-title, .table-desc, .table-cta {
        width: auto; /* Ajusta dinámicamente el ancho */
        display: block; /* Cambia a diseño de bloque para mejor visibilidad */
    }
    .table-cta {
        margin-top: 10px;
    }
    thead{
        display: none;
    }
    .table-row .bi-whatsapp{
        font-size: 20px;
        background-color: #CCCACA;
        padding: 6px 30px 11px 30px;
        border-radius: 10px;
    }
}