/*!
*Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
*Code licensed under the Apache License v2.0.
*For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

body, html {
    width: 100%;
    height: 100%;
    /* background: #3298ff; */
}

body {
    overflow-x: hidden;
    background-image: url("../img/fondos/7NEW.png");
    background-size: cover;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Alexandria","Poppins","Roboto","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 550;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 300px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
    html {
        font-size: 9px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    html {
        font-size: 7px;
    }
}
@media (max-width: 550px) {
    html {
      font-size: 5px;
    }
}

p.copyright {
    margin: 15px 0 0;
}

a.email-address {
    color: #01005a;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

a.email-address:hover {
    color: #000000;
}

/*Para la barra de menú*/
.navbar {
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    min-height: 1px;
    z-index: 2;
    top: 0px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.logoPeq{
    position: sticky;
    right: 85%;
    max-width: 100px;
    height: auto;
    margin-top: -33px;
    margin-bottom: -25px;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 2px;
}
.navbar li {
    float: right;
}
.navbar li a {
    display: block;
    color: rgb(85, 85, 85);
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
}
.navbar li a:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.logoPrincip{
    z-index: 1;
    position: relative;
    top: 12rem;
    left: 25%;
    width: 30%;
}

/* Carrusel fotos tiendas */
.slider{
    overflow: hidden;
    max-width: 42%;
    position: absolute;
    top: 2%;
    left: 56%;
    float: right;
}
.slider-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.8s ease-in;
    align-items: center;
}
.slogan {
    z-index: 1;
    position: relative;
    color: #000000;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    padding-left: 5%;
    padding-bottom: 20px;
    margin-top: 22rem;
    text-align: center;
}
.slogan h2 {
    font-size: 3.4rem;
    max-width: 50%;
    word-wrap: break-word;
}

section#conocenoSec {
    padding-top: 8rem;
    padding-bottom: 1px;
}
.logo2 {
    float: right;
    margin-right: 10rem;
    width: 25%;
}
.conocenosContainer {
    display: flex;
    background-color: #f00068;
    border-radius: 50px / 50px;
    padding: 2px;
    width: 66rem;
    margin-left: 2rem;
}
.conocenosContainer h1 {
    color: #ffffff;
    margin-bottom: 0.35em;
    margin-left: 3.4rem;
    font-size: 8rem;
    text-shadow: -0.1em 0.1em 0.2em rgba(0,0,0,0.6);
}
#description {
    text-align: left;
    color: rgb(0, 0, 0);
    max-width: 60%;
    word-wrap: break-word;
    padding-left: 3.6em;
    font-size: 2.5rem;
    padding-top: 20px;
}

section#sucursales {
    clear: both;
    padding-top: 20px;
    padding-bottom: 1px;
}
.sucursalesContainer {
    background-color: #f00068;
    border-radius: 50px / 50px;
    padding: 2px;/*espacio alrededor del contenido*/
    width: 58rem;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}
.sucursalesContainer h1 {
    color: #ffffff;
    margin-bottom: 0.35em;
    font-size: 8rem;
    text-shadow: -0.1em 0.1em 0.2em rgba(0,0,0,0.6);
}
.estados {
    background-color: #f00068;
    border-radius: 50px / 50px;
    padding: 2px;
    width: 26rem;
    height: 6em;
    text-align: center;
    margin-bottom: 1rem;
}
.edosyMapCont {
    display: flex;
}
.estados a {
    color: #ffffff;
    font-size: 3.2rem;
    text-shadow: -0.1em 0.1em 0.2em rgba(0,0,0,0.6);
}
#mapContainer{
    width: 100%;
    height: 360px;
}

/* NUEVO FOOTER */
footer {
    background: linear-gradient(135deg, #1a2a6c, #2a3a7c);
    color: #fff;
    padding: 50px 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    
}

/* Estilos para el código QR */
.qr-code {
    display: block;
    max-width: 120px;
    height: auto;
    margin: 15px auto;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 5px;
    background-color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qr-code:hover {
    transform: scale(1.05);
    border-color: #00c6ff;
    box-shadow: 0 6px 12px rgba(0, 198, 255, 0.2);
}

.footer-logo {
    flex: 0 0 25%;
    margin-bottom: 30px;
}

.footer-logo img{
    max-width: 200px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

.footer-links {
    display: flex;
    flex: 0 0 70%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 0 0 30%;
    margin-bottom: 0px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #00c6ff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.footer-column ul li a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-column ul li a:hover {
    color: #00c6ff;
    padding-left: 5px;
}

.footer-column ul li i {
    margin-right: 10px;
    color: #00c6ff;
    width: 20px;
    text-align: center;
}

.logosRedes {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
}

.logosRedes h1 {
    display: inline-block;
    margin: 0 10px;
}

.logosRedes a {
    color: #fff;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.logosRedes a:hover {
    background: #00c6ff;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 198, 255, 0.3);
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #aaa;
    margin-left: 5%;
}

/* Efecto de olas opcional */
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('https://www.transparenttextures.com/patterns/asfalt-light.png');
    opacity: 0.1;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }
    
    .footer-logo, .footer-links {
        flex: 0 0 100%;
    }
    
    .footer-column {
        flex: 0 0 100%;
        margin-bottom: 25px;
    }
    
    .logosRedes {
        margin-top: 30px;
    }
}
.logosRedes {
    display: flex;
    align-items: center;
    width: 34%;
    position: relative;
    top: 1.5rem;
    margin-left: 25%;
    margin-bottom: 1%;
}
.logosRedes a{
    margin-left: 8rem;
    font-size: 4rem;
    text-decoration: none;
}
.logosRedes a:hover{
    color: #000000;
}
.deReservYAviso p {
    display: inline-block;
    font-size: 1.65rem;
}
.deReserv {
    text-align: left;
    width: 72%;
    margin-left: 3%;
}
.avisoPriv {
    text-align: right;
    width: 20%;
    margin-right: 5%;
}
