* {
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.contenedor-letras p b {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

body {
    background-image: url(../imagenes/FondoF.jpg);
    background-color: rgb(44, 44, 116);
    background-size: cover;
    margin: 0;
    padding: 0;
}

.contenedor-linea {
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0;
    background: rgb(255, 241, 0)
}

.contenedor-villa {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
}

.con-color {
    width: 380px;
    height: 45px;
    display: flex;
    background: rgb(255, 241, 0);
    padding: 0px 20px 0px 20px;
    padding-bottom: 0px;
    align-items: center;
}


.pasito {
    width: inherit;
    height: auto;
  }

.pasito img {
    width: 99%;
    height: auto;
}



.contenedor-villa2 {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: flex-end;
}

.logo-con {
    margin-right: 10px;
    margin-top: -20px;
}

.logo-con img {
    opacity: 1;
    width: 180px;
    height: 90px;
}

.contenedor-letras {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -46px;
}

.contenedor-letras img {
    width: 500px;
}

.contenedor-ciudades {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.primario {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.center-c {
    display: flex;
}

.ciudad {
    width: 160px;
    height: 160px;
    margin: 5px;
}

.Monterrey {
    background: url(../imagenes/monterrey_blanco.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.Monterrey:hover {
    transition: .2s;
    background-image: url(../imagenes/monterrey_amarillo.png);
}

.Chihuahua {
    background: url(../imagenes/chihuahua_blanco.png);
    background-size: 100% 100%;
}

.Chihuahua:hover {
    transition: .2s;
    background-image: url(../imagenes/chihuahua_amarillo.png);
}

.juarez {
    background: url(../imagenes/juarez_blanco.png);
    background-size: 100% 100%;
}

.juarez:hover {
    transition: .2s;
    background-image: url(../imagenes/juarez_amarillo.png);
}

.leon {
    background: url(../imagenes/LeónF.png);
    background-size: 100% 100%;
}

.leon:hover {
    transition: .2s;
    background-image: url(../imagenes/León-hover.png);
}

.saltillo {
    background: url(../imagenes/SaltilloF.png);
    background-size: 100% 100%;
}

.saltillo:hover {
    transition: .2s;
    background-image: url(../imagenes/Saltillo-hover.png);
}

.Hermosillo {
    background: url(../imagenes/HermosilloF.png);
    background-size: 100% 100%;
}

.Hermosillo:hover {
    transition: .2s;
    background-image: url(../imagenes/Hermosillo-hover.png);
}

.culiacan {
    background: url(../imagenes/CuliacánF.png);
    background-size: 100% 100%;
}

.culiacan:hover {
    transition: .2s;
    background-image: url(../imagenes/Culiacán-hover.png);
}

.tijuana {
    background: url(../imagenes/tijuana_blanco.png);
    background-size: 100% 100%;
}

.tijuana:hover {
    transition: .2s;
    background-image: url(../imagenes/tijuana_amarillo.png);
}

.mexicali {
    background: url(../imagenes/MexicaliF.png);
    background-size: 100% 100%;
}

.mexicali:hover {
    transition: .2s;
    background-image: url(../imagenes/Mexicali-hover.png);
}

.mazatlan {
    background: url(../imagenes/mazatlan_blanco.png);
    background-size: 100% 100%;
}

.mazatlan:hover {
    transition: .2s;
    background-image: url(../imagenes/mazatlan_amarillo.png);
}

.ensenada {
    background: url(../imagenes/ensenada_blanco.png);
    background-size: 100% 100%;
}

.ensenada:hover {
    transition: .2s;
    background-image: url(../imagenes/ensenada_amarillo.png);
}

.slogan {
    width: 70%;
    padding: 50px;
    margin: auto;
}

p {
    padding: 10px;
    color: #dfdfdf;
    font-size: 23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    text-align: center;
}

b {
    font-size: 24px;
    color: white;
}

footer {
    width: 100%;
    padding: 20px;
    display: flex;
    background: rgb(8, 33, 99);
    justify-content: center;
    align-items: center;
    opacity: .6;
}

.link-secundario {
    display: flex;
    padding: 10px;
    background: red;
}

.link-principal {
    padding: 10px;
    display: flex;
    background: orange;
}

.con-f {
    width: 100%;
    background: black;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.con-links img {
    width: 160px;
}

.con-links {
    width: 70%;
    padding: 0px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.con-links .sb {
    border-left: none;
    margin-left: 25px;
}

.con-links a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    margin-left: 17px;
    border-left: solid white 2px;
    opacity: 1;
    padding-left: 17px;
}

.con-links a:hover {
    opacity: 1;
}

.nvm {
    opacity: 1;
}

@media (max-width:400px) {
    .contenedor-letras img {
        width: 200px;
    }
}

@media (max-width:500px) {
    .logo-v {}
    .con-color {
        width: 300px;
        height: 45px;
        display: flex;
        background: rgb(255, 241, 0);
        padding: 0px 20px 0px 20px;
        padding-bottom: 0px;
    }
}

@media (max-width:750px) {
    .nvm {
        display: none;
    }
    .link-secundario {
        padding-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 5px;
    }
    .link-secundario .av {
        margin: 0;
        padding: 5px;
    }
    .link-principal {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
    }
    .link-principal a {
        margin: 5px;
        padding: 0px;
        text-align: center;
    }
    .link-principal a.i {
        margin-left: 0px;
    }
    body {
        background-size: cover;
    }
    .imagen-v {
        background: url(../imagenes/v.png);
        background-size: 100% 100%;
        width: 160px;
        height: 31px;
    }
    .imagen-villareal {
        width: 100%;
        margin-left: -20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer {
        width: 100%;
        height: 150px;
    }
    .contenedor-letras img {
        width: 330px;
    }
    .logo-con {
        display: none;
    }
    .ciudad {
        width: 150px;
        height: 150px;
    }
    .con-links {
        width: 100%;
        
    }
    .con-links a {
        font-size: 14px;
        border: none;
    }
    .link-principal a {
        font-size: 16px;
    }
    .slogan {
        width: 100%;
        
        padding: 10px;
    }
    .slogan p {
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
    }
    b {
        font-size: 19px;
    }
    .contenedor-ciudades {
        width: 95%;
    }
}
