html {
    box-sizing: border-box;
    font-size: 62.5%; /** Reset para REMS - 62.5% = 10px de 16px **/
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    background-color: #e6e9e8;
    background-image: url(../img/fondo-all-comun.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 500px) {
    body {
        background-color: #e6e9e8;
        background-image: url(../img/fondo-movil.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .especial {
        background-color: #e6e9e8;
        background-image: url(../img/movil-especial.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .logo-miramamaa img{
        height: 7rem!important;
    }
    .main, .temp-secc {
        width: 75%!important;
        display: block!important;
        margin: 0 auto!important;
    }
    .info-redes {
        margin-left: 1rem!important;
    }
    .info-redes img {
        height: 4rem!important;
    }
    .info-redes h2 {
        font-size: 1.7rem!important;
        margin-bottom: 1rem;
    }
    .info-contenedor {
        display: flex;
        align-content: center!important;
        align-items: center!important;
        justify-content: center!important;
        width: 100%!important;
        margin: 5rem auto 0 auto!important;
    }
    .logo-miramamaa img {
        height: 7rem;
    }
    .info-redes h2 {
        font-size: 1.7rem;
    }
    .insta-miramamaa img {
        height: 3rem;
    }
    .correo-miramamaa {
        margin: 0;
    }
    .correo-miramamaa img {
        margin: 0!important;
    }
    .texto-miramama {
        margin: 0 auto!important;
        font-size: 1.1rem!important;
        text-align: center!important;
    }
    .texto-miramama h1 {
        font-size: 1.3rem!important;
    }
    .texto-miramama h1 span {
        font-size: 3rem!important;
    }
    .p1 {
        margin-right: 0!important;
    }
    .botones-miramamaa {
        margin-left: 0!important;
        margin-right: 0!important;
        grid-template-columns: 13.5rem 1rem 13.5rem!important;
        grid-template-rows: 4rem 1rem 4rem 1rem 4rem!important;
        grid-template-areas:
            "a . b"
            ". . ."
            "c . d"
            ". . ."
            "e e e"!important;
        margin-top: 2rem!important;
    }
    .b1 h3 {
        font-size: 1.2rem!important;
        margin: 0.5rem 0 0 0!important;
    }
    .b1, .b2, .b3, .b4 {
        display: flex!important;
        align-content: center!important;
        justify-content: center!important;
    }
    .b2 h3, .b3 h3, .b4 h3 {
        font-size: 1.2rem!important;
        margin: 0!important;
    }
    .b5-nana h3 {
        font-size: 1.4rem!important;
        margin-top: 0!important;
    }
    .b1 p {
        font-size: 1rem!important;
        margin: 0!important;
    }
}
.main {
    padding-bottom: 5rem;
}
.info-contenedor {
    display: flex;
    margin-left: 20%;
    margin-top: 16rem;
    align-content: center;
    align-items: center;
}
.bloque-redes {
    display: flex;
}
.logo-miramamaa img{
    height: 15rem;
}
.info-redes {
    margin-left: 3rem;
}
.info-redes h2 {
    font-size: 2.7rem;
    color: #00A597;
}
.correo-miramamaa {
    margin: 0 2rem;
}
.texto-miramama {
    margin-left: 20%;
    margin-right: 30%;
    margin-top: 1rem;
    font-size: 1.8rem;
}
.texto-miramama h1 {
    font-size: 2.2rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
.texto-miramama h1 span {
    font-family: 'Amatic SC', cursive;
    font-size: 4rem;
    color: #00A597;
    font-weight: 700;
}
.p1 {
    margin-bottom: 1rem;
    margin-right: 6rem;
    margin-top: 0.5rem;
}
.p2 {
    margin-top: 0;
}
/*********************************************** BOTONES ******************************************/
.botones-miramamaa {
    margin-left: 20%;
    margin-right: 34%;
    display: grid;
    grid-template-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
    grid-template-rows: 10rem 3rem 7.5rem;
    grid-template-areas: 
      "a . b . c . d"
      ". . . . . . ."
      "e e e e e e e";
      margin-top: 3rem;
      justify-content: center;
}
.b1 {
    grid-area: a;
}   
.b2 {
    grid-area: b;
}   
.b3 {
    grid-area: c;
}   
.b4 {
    grid-area: d;
}   
.b5-nana {
    grid-area: e;
}
button {
    background-color: transparent;
    outline: none;
    border: none;
}
.b1, .b2, .b3, .b4 {
    border-radius: 10px;
    background-color: #e5087e;
    transition: ease-in-out .5s all;
}
.b1:hover, .b2:hover, .b3:hover, .b4:hover {
    background-color: #951c7f;
}
.b1 a, .b2 a, .b3 a, .b4 a, .b5-nana a {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
}
.b5-nana {
    border-radius: 10px;
    background-color: #00a597;
    color: #FFFFFF;
    font-size: 3rem;
    text-align: center;
    transition: ease-in-out .5s all;
}
.b5-nana:hover {
    background-color: #951c7f;
}
.b1 h3, .b2 h3, .b3 h3, .b4 h3 {
    font-size: 2rem;
    margin: 2.5rem 2rem;
}
.b1 h3 {
    margin-bottom: 0;
}
.b1 p {
    font-size: 1.2rem;
    margin: 0 2rem 1rem 2rem
}
.b5-nana h3 {
    margin: 2rem 0 0 0 ;
}
/*********************************************** PROCESO DE PEDIDO ******************************************/
.proceso-pedido {
    margin-left: 20%;
    margin-top: 18rem;
    align-content: center;
    align-items: center;
    margin-right: 30%;
}
.proceso-pedido h1 {
    font-size: 2.2rem;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 400;
}
.proceso-pedido h1 span {
    font-family: 'Amatic SC', cursive;
    font-size: 4rem;
    font-weight: 700;
    color: #00A597;
}
.pasos {
    display: flex;
    align-items: center;
    margin-left: 3rem;
    margin-top: 0.5em;
}
.pasos img {
    height: 6rem;
}
.pasos p {
    font-size: 1.8rem;
    margin-left: 2rem;
}
.pasos ul {
    list-style: none;
    font-size: 1.5rem;
    padding-left: 1rem;
}
.proc-pago {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    display: flex;
}
.pasos ul li {
    display: flex;
}
.pasos ul li img {
    height: 2rem;
    margin-right: 1rem;
}
.proceso1 {
    margin-top: 3rem;
}
.proceso1, .proceso2, .proceso3 {
    font-size: 1.8rem;
}
.tipos-cat {
    font-family: 'Amatic SC', cursive;
    font-size: 3.5rem;
    margin-top: 1rem;
    color: #00A597;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 500px) {
    .proceso-pedido {
        display: flex;
        align-content: center!important;
        align-items: center!important;
        justify-content: center!important;
        width: 85%!important;
        margin: 5rem auto 0 auto!important;
        flex-direction: column!important;
    }
    .proceso-pedido h1 {
        font-size: 1.2rem!important;
        margin: 0 3rem;
        text-align: center;
    }
    .proceso-pedido p {
        font-size: 1.2rem!important;
        margin-bottom: 0!important;
    }
    .pasos img {
        height: 4rem!important;
    }
    .pasos ul li img {
        height: 1rem!important;
        margin-right: 1rem!important;
    }
    .proc-pago {
        flex-direction: column;
    }
    .pasos ul {
        margin-top: 1rem;
    }
    .pasos ul li {
        font-size: 1rem!important;
    }
    .parrafos-proceso {
        text-align: center;
        margin: 0 3rem;
    }
    .tipos-cat {
        font-size: 2.5rem;
        padding: 1rem;
        border-radius: 10px;
    }
    .volver a {
        font-size: 1.8rem!important;
        padding: 2rem 1.2rem!important;
        border: solid 1px #00A597;
    }
    .volver {
        right: 6%!important;
        bottom: 8%!important;
    }
    .volver img {
        right: 5rem!important;
        top: 29px!important;
        height: 2rem!important;
    }
}
/*********************************************** LOGÍSTICA ******************************************/

.logistica {
    margin-left: 16%;
    margin-top: 18rem;
    align-content: center;
    align-items: center;
    margin-right: 30%;
}
.log-mapa {
    background-image: url(/img/mapa.png);
    background-size: contain;
    padding: 28vh;
    background-repeat: no-repeat;
    z-index: -5000;
    display: block;
}
.logistica p {
    font-size: 1.8rem;
    margin-bottom: .5rem;
    text-align: center;
    margin-right: 3rem;
}
.logistica p strong {
    color: #00A597;
    font-size: 2rem;
}
.p-p {
    margin-top: 3rem;
}
.p3, .p4 {
    margin-top: .5rem;
}
@media (max-width: 500px) {
    .logistica {
        width: 80%;
        margin: 13rem auto 0 auto;
    }
    .logistica p {
        font-size: 1.2rem;
        text-align: center;
        margin: 0 2rem;
    }
    .log-mapa {
        padding: 17vh;
    }
}
/*********************************************** PAGOS ******************************************/
.pago-mmamaa {
    margin-left: 16%;
    margin-top: 18rem;
    align-content: center;
    align-items: center;
    margin-right: 30%;
}
.pago-mmamaa h1 {
    font-size: 2.2rem;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 400;
}
.pago-mmamaa h1 span {
    font-family: 'Amatic SC', cursive;
    font-size: 5rem;
    font-weight: 700;
    color: #00A597;
}
.como-pago {
    margin-left: 18%;
    margin-right: 30%;
    margin-top: 1rem;
}
.tipo {
    display: flex;
    width: 40rem;
    margin: 1rem 0;
    align-items: center;
    font-size: 1.8rem;
}
.tipo h3 {
    font-weight: 500;
}
.tipo h3, .pago2-cont p {
    padding-left: 2rem;
}
.pago2-cont p {
    margin-top: 0;
}
.pago2-cont h3 {
    margin-bottom: 0;
}
.tipos-pago1, .tipos-pago2, .tipos-pago3 {
    display: flex;
}
.texto-pago {
    margin-left: 18%;
    margin-right: 35%;
    margin-top: 1rem;
    font-size: 1.8rem;
}
@media (max-width: 500px) {
    .pago-mmamaa {
        width: 85%;
        margin: 7rem auto 0 auto;
    }
    .pago-mmamaa h1 {
        font-size: 1.2rem;
        text-align: center;
    }
    .pago-mmamaa h1 span {
        font-size: 4rem;
    }
    .tipos-pago1, .tipos-pago2, .tipos-pago3 {
        flex-direction: column;
    }
    .tipo {
        margin: .5rem;
    }
    .tipo img {
        height: 4rem;
    }
    .tipo h3,.pago2-cont p {
        font-size: 1.2rem;
    }
    .texto-pago {
        width: 85%;
        margin: 0 auto;
    }
    .texto-pago p {
        font-size: 1.2rem;
    }
    .p5, .p6 {
        margin: 1rem 3rem;
        text-align: center;
    }
}
/*********************************************** NANA-SHOPPER ******************************************/
.nana {
    margin-left: 18%;
    margin-right: 30%;
    margin-top: 15rem;
    font-size: 1.8rem;
}
.nana-contenedor img {
    height: 30rem;
}
.nana-contenedor {
    display: flex;
}
.texto1-nana {
    margin-top: 6rem;
}
.p7 {
    margin-bottom: 0;
}
.p8 {
    margin: .5rem 0;
}
.p9 {
    margin: .5rem 0;
}
.p10 {
    margin-left: -5rem;
    text-align: center;
}
.p11 {
    margin-left: -6rem;
}
.p7 span {
    font-family: 'Amatic SC', cursive;
    font-size: 5rem;
    font-weight: 700;
    color: #00A597;
}
.form-nana {
    margin-right: 4rem;
}
.form-nana strong {
    font-size: 5rem;
    font-weight: 700;
    color: #00A597;
}
.p-p2 {
    margin-top: -2rem;
}
form {
    width: 100%;
}
.m-nana1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
}
input, textarea {
    background-color: #FFFFFF;
    border: none;
    color: #00A597;
    padding-left: 2rem;
    outline: none;
}
input::placeholder, textarea::placeholder {
    color: #00A597;
    border: none;
}
textarea::placeholder {
    padding-top: 1rem;
	margin-top: 1rem;
}
input#nombre {
    width: 68%;
    height: 4rem;
}
input#tel {
    width: 30%;
}
input#email {
    width: 68%;
    height: 4rem;
    margin-bottom: 1rem;
}
textarea {
    display: block;
    width: 100%;
}
.envio-form {
    display: flex;
}
.envio-form {
    margin-top: 1.5rem;
}
.p-envio {
    width: 70%;
}
#submit {
    width: 30%;
    margin: 0;
}
.p12 {
    margin: .5rem;
}
.p13 {
    margin: .5rem;
}
.p13 a {
    text-decoration: none;
    color: #00A597;
    font-weight: 600;
}
.btn-envio {
    padding: 0;
    background-color: #e5087e;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 600;
}

@media (max-width: 500px) {
    .nana {
        width: 85%;
        margin: 7rem auto 0 auto;
        padding-bottom: 3rem;
    }
    .nana-contenedor {
        flex-direction: column;
        align-items: center;
    }
    .nana-contenedor img {
        height: 100%;
        width: 50vw;
    }
    .texto1-nana {
        font-size: 1.2rem;
        width: 85%;
        text-align: center;
        margin-top: 1rem;
    }
    .p7 span {
        font-size: 4rem;
        display: block;
    }
    .p10, .p11 {
        margin: 1.5rem 0 0 0;
    }
    .form-nana {
        margin-right: 0;
        width: 85%;
        margin: 0 auto;
        font-size: 1.2rem;
    }
    .form-nana strong {
        font-size: 4rem;
    }
    .p-p2 {
        margin-top: 0;
    }
    .m-nana1 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 1rem;
        flex-direction: column;
        align-items: center;
    }
    input#nombre {
        width: 90%;
        height: 3rem;
    }
    input#tel {
        width: 90%;
        height: 3rem;
        margin-top: 1rem;
    }
    .email-mensaje {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    input#email {
        width: 90%;
        height: 3rem;
        margin-bottom: 1rem;
    }
    textarea {
        display: block;
        width: 90%;
        height: 80px;
    }
    .envio-form {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        font-size: 1.2rem;
        text-align: center;
    }
    .btn-envio {
        width: 90%;
    }
    #submit {
        width: 70%;
        margin: 0 auto;
        border-radius: 5px;
        padding: 0.5rem;
        font-size: 1.5rem;
    }
}
/*********************************************** BOTONES ADICIONALES ******************************************/

.btn-whatsapp, .btn-whatsapp-hover {
    display:block;
    width: 12rem;
    height:12rem;
    position: fixed;
    right:20%;
    bottom:45%;
    line-height:80px;
    text-align:center;
    z-index:999;
}
.btn-whatsapp-hover img{
    transition: opacity .4s ease-in-out;
    cursor: pointer;
}
.btn-whatsapp img, .btn-whatsapp-hover img {
    width:12rem;
    height:12rem;
}
.btn-whatsapp-hover img:hover {
    opacity: 0;
}

@media (max-width: 580px) {
    .btn-whatsapp, .btn-whatsapp-hover   {
        width:60px;
        height:60px;
        right:6%;
        bottom:16%;
    }
    .btn-whatsapp img, .btn-whatsapp-hover img {
        width:60px;
        height:60px;
    }
}
.volver {
    right: 20%;
    display: block;
    position: fixed;
    bottom: 10%;
}
.volver a {
    font-family: 'Amatic SC', cursive;
    font-size: 2.5rem;
    color: #00A597;
    font-weight: 800;
    text-align: right;
    padding: 3rem 2rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    text-decoration: none;
}
.volver img {
    position: absolute;
    right: 7rem;
    top: 35px;
}
/*********************************************** CORRECCIONES ******************************************/

.logistica, .proceso-pedido, .metodo-pago, .especial {
    padding-bottom: 5rem;
}

/*********************************************** CATÁLOGO TEMPORADA ******************************************/

.temp-secc {
    margin-left: 20%;
    margin-right: 34%;
    margin-top: 3rem;
    font-size: 1.8rem;
    background-color: #e5087e;
    border-radius: 5px;
}
.temp-secc a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0.5rem 2rem;
    color: #FFFFFF;
    text-decoration: none;
}
.temp-secc a h3 {
    margin: 0;
}
.temp-secc a p {
    margin: 0 0 0 2rem;
}

