﻿
.divjustter1 p {
    font-size: 12px;
}


#titleCond i {
    font-size: 20px;
}



#acerca-de {
    height: 400px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/header-ms.png);
    background-position: center;
    background-size: cover;
}

    #acerca-de .container {
        height: 100%;
    }

    #acerca-de .row {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        #acerca-de .row h1 {
            color: white;
            font-weight: 500;
            font-size: 50px;
        }

            #acerca-de .row h1 img {
                margin-bottom: 20px;
            }

#textoBlack {
    background-color: black;
    color: white;
    padding: 40px 80px;
}

    #textoBlack p {
        font-size: 18px;
        text-align: justify;
    }

.bloquesIma {
    height: 585px;
    width: 100%;
    padding: 0px;
}

    .bloquesIma #img1 {
        height: 100%;
        padding: 0px;
        margin: 0px;
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/servicio.png);
        background-position: center;
        background-size: cover;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .bloquesIma #img2 {
        height: 100%;
        padding: 0px;
        margin: 0px;
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/atencion.png);
        background-position: center;
        background-size: cover;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }


    .bloquesIma:hover #img1 {
        transition: all .3s;
        -webkit-filter: grayscale(10%);
        filter: grayscale(10%);
    }

    .bloquesIma:hover #img2 {
        transition: all .3s;
        -webkit-filter: grayscale(10%);
        filter: grayscale(10%);
    }


.container-fluid.bloquesIma .row {
    margin-left: 0px;
    margin-right: 0px;
}

.bloquesIma .row .textoB {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .bloquesIma .row .textoB p {
        font-size: 18px;
    }

.bloquesIma .row #black p {
    color: white;
}

.bloquesIma .row #black {
    background-color: black;
}

#silverB {
    background-color: #EBEBEB;
}

    #silverB img {
        width: 50%;
        margin: auto;
    }

div#silverB .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

    div#silverB .row p {
        font-size: 18px;
        padding: 30px;
    }

.container-fluid.espaciosB {
    padding: 40px 0px;
}

    .container-fluid.espaciosB a {
        color: deepskyblue;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
    }

#galeria {
    height: 400px;
    padding: 0px;
    margin: 0px;
    transition: all .3s;
    margin-bottom: 600px;
}

    #galeria .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    #galeria .imgG {
        height: 500px;
        padding: 0px;
        margin: 0px;
        background-position: center;
        background-size: cover;
        border: solid 3px white;
    }

        #galeria .imgG .cortina {
            transition: all .3s;
            height: 0%;
            width: 100%;
            padding: 0;
            margin: 0;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            background: #00000024;
            color: transparent;
        }

            #galeria .imgG .cortina h4 {
                font-weight: 600 !important;
                font-size: 20px;
            }

    #galeria #g1 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-1.png);
    }

    #galeria #g2 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-2.png);
    }

    #galeria #g3 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-3.png);
    }

    #galeria #g4 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-4.png);
    }

    #galeria #g5 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-5.png);
    }

    #galeria #g6 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-6.png);
    }

    #galeria #g7 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-7.png);
    }

    #galeria #g8 {
        background-image: url(https://www.macstoreonline.com.mx/img/lp/acerca-de/galeria-8.png);
    }


    #galeria #g1:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }

    #galeria #g2:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }


    #galeria #g3:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }

    #galeria #g4:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }

    #galeria #g5:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }

    #galeria #g6:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }

    #galeria #g7:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }

    #galeria #g8:hover .cortina {
        background: #000000c7;
        cursor: default;
        transition: all .3s;
        height: 100%;
        color: white;
    }

.aa {
    margin-top: 10px;
}

.textoB a {
    color: deepskyblue;
    font-weight: 600;
    font-size: 15px;
}

.container-fluid.espaciosB i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #767575;
}

#iconShop {
    margin-top: 380px;
}

.container-fluid.bloquesIma .row {
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
}

table tr td {
    font-size: 12px;
}

.table tr td:nth-child(1) {
    text-align: left;
}

#coll i {
    font-size: 20px;
}

.girarrr {
    transform: rotate(180deg);
}

.girarrrx {
    transform: rotate(0deg) !important;
}

.girari {
    transform: rotate(180deg);
}

div#contfl {
    margin-top: 40px;
    margin-bottom: 40px;
}

h3#titleCond {
    font-size: 32px;
    margin:0;
}

@media (max-width:991px) {

    #galeria {
        height: 300px;
    }

    #iconShop {
        margin-top: 280px;
    }

    #iconShop {
        margin-top: 280px;
        padding: 50px;
    }
}

@media (max-width:768px) {

    #galeria {
        height: 250px;
    }

    #iconShop {
        margin-top: 250px;
    }

    #textoBlack p {
        font-size: 16px;
    }

    .bloquesIma .row .textoB p {
        font-size: 16px;
    }

    div#silverB .row p {
        font-size: 16px;
    }

    #silverB img {
        width: 65%;
    }

    #acerca-de .row h1 {
        font-size: 35px;
    }

    .container-fluid.espaciosB h3 {
        font-size: 20px;
    }
}

@media (max-width:600px) {
    div#contfl .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    #textoBlack {
        background-color: black;
        color: white;
        padding: 40px 30px;
    }

    .bloquesIma {
        height: 400px;
    }

    div#silverB .row {
        display: block;
        align-items: center;
        justify-content: center;
    }

    .container-fluid.espaciosB i {
        font-size: 40px;
    }

    #iconShop {
        margin-top: 720px;
    }
}

@media (max-width:375px) {
    #acerca-de .row h1 {
        font-size: 25px;
    }
}




#PrincipalBanner,
#mosaicos .interior {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1
}

#PrincipalBanner,
#color_portada,
#mosaicos .interior {
    background-color: #f1f1f1
}

div#master small {
    color: #ed6800
}

div#master h2 {
    margin-top: 0
}

#PrincipalBanner #contenedorBanner {
    display: flex;
    align-items: center;
    justify-content: center
}

#PrincipalBanner h1 {
    font-weight: 600;
    color: #000
}

    #PrincipalBanner h1 sup small {
        color: #ff4500;
        font-size: 15px
    }

#PrincipalBanner img {
    width: 80%;
    margin: auto
}

#mosaicos .interior {
    transition: .3s;
    border-radius: 10px
}

    #mosaicos .interior:hover {
        box-shadow: 5px 8px 6px #d3d1d1
    }

#mosaicos {
    margin-top: 30px;
    padding: 0
}

.interior.col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

#master img {
    margin: auto
}

#master h2 {
    font-size: 17px;
    font-weight: 600
}

    #master h2 sup small {
        color: #ff4500
    }

#master a {
    text-decoration: none;
    color: #000
}

#contenedorBanner {
    padding: 25px
}

#masterTodo .row {
    margin-left: 0;
    margin-right: 0
}

#tamano_portada_mac {
    margin: -85px
}

.logo_imagen_portada {
    width: 40px
}

p.logo_portada_apple.text-center {
    font-size: 45px;
    font-weight: 500
}

.imagen_baner {
    width: 350px;
    margin: auto
}

.text-tamano {
    padding-top: 30px
}

.expo_nuevo {
    color: #e26715
}

.terminos_watch_portada {
    font-weight: 200;
    font-size: 10px;
    padding-top: 30px
}

@media screen and (max-width:1024px) {
    #master h2 {
        font-size: 14px;
        font-weight: 600;
    }
}

@media screen and (max-width:768px) {
    #master h2 {
        font-size: 14px
    }

    .interior.col-lg-12 {
        display: block
    }

        .interior.col-lg-12 img {
            width: 60%;
            margin: auto
        }

    #PrincipalBanner h1 {
        font-size: 25px
    }

    #mosaicos .interior {
        min-height: 220px
    }

    div#gridOfertas {
        margin-top: 20px;
        padding: 0
    }
}

@media screen and (max-width:428px) {
    .interior.col-lg-12 {
        margin-bottom: 30px;
        display: block
    }

    #PrincipalBanner #contenedorBanner {
        flex-direction: column;
        display: block
    }

    #master h2 {
        font-size: 12px
    }

    #mosaicos {
        margin-top: 5px
    }

    .interior.col-lg-12 img {
        width: 100% !important;
        margin: auto
    }

    #PrincipalBanner h1 {
        margin-top: 50px;
        font-size: 30px
    }

    #PrincipalBanner img {
        width: 100%;
        margin-bottom: 10px
    }

    #mosaicos .interior {
        min-height: 200px;
        padding: 0
    }

    div#master small {
        color: #ed6800;
        font-size: 9px;
    }
}

@media screen and (max-width:428px) {
    #mosaicos .interior {
        min-height: 120px;
        padding: 6px;
    }

        #mosaicos .interior h2 {
            font-size: 10px;
            margin-top: 10px;
        }
}

@media screen and (max-width:375px) {
    #master .tamano_especial {
        width: 150px
    }

    div#master h2 {
        margin-top: 0;
        font-size: 10px
    }

    #mosaicos .interior {
        min-height: 160px;
        padding: 0
    }

    div#master small {
        color: #ed6800;
        font-size: 7px;
    }

    #mosaicos .interior {
        min-height: 180px;
        padding: 0;
    }
}
