/* ETIQUETAS */

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    justify-content: center;
    background-color: #F9F9F9;
}

label {
    padding: 0px 0px 4px 0px;
}

/* GENERAL */

.btnInsNew {
    margin: 20px 0px;
    background-color: #0074f3;
    color: #fff;
    padding: 10px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    transition: all 0.8s ease;
}

.margenAbajo20 {
    margin-bottom: 20px;
}

#subir {
    position: fixed;
    bottom: 30px;
    left: 20px;
    cursor: pointer;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: none;
    background-color: rgba(0,116,243,0.40);
    text-align: center;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
    z-index: 45;
}

/* CUERPO */

/* probar CON ELLA Y SIN ELLA A VER SI HACE FALTA

.cabeceraAlmacenamiento{
    width:100%;
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;    
    -webkit-box-orient: vertical;
    background-image: url(https://www.minipriceexpress.com/promos/almacenamiento/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
}

*/

.bannerPromociones {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    height: 377px;
    background: url(banner-promociones-mejores-ofertas.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0.67em;
    transition: all 0.8s ease;
}

#conFin {
    margin-top: 50px;
}

.contenedor1 {
    justify-content: center;
    display: flex;
    background-color: #F9F9F9;
    width: 100%;
}

.contenedor2 {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-flow: wrap;
    width: 90%;
    margin-bottom: 20px;
    background-color: #F9F9F9;
}

.contenedor3 {
    width: 100%;
    background-color: #fff;
    border-bottom: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-top: #0074F3 5px solid;
}

.contenedor3interno {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    background-color: #FFF;
}

#fecha {
    padding: 0px 20px;
    height: 50px;
}

.finalizada {
    opacity: 0.5;
}

.item-cabeceraAlmacenamientoLogo {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    padding: 20px;
    background-color: #0074f3;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.item-promocion {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
}

.itemItem-promocion {
    text-align: center;
}

    .itemItem-promocion.contenedorImagen {
        height: 160px;
        overflow: hidden;
    }

    .itemItem-cabeceraAlmacenamientoRedes {
        display: flex;
        display: flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        flex-direction: row;
        -webkit-flex-direction: row;
        -webkit-box-orient: horizontal;
        margin-top: 5px;
    }

.itemItemItem-cabeceraAlmacenamientoRedes {
    padding: 0px 5px;
}

.marginArriba10 {
    margin-top: 10px;
}

.ocultar {
    display: none;
}

.promocion, .promocionFin {
    width: 350px;
    height: 550px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

    .promocion:hover {
        background-color: #eee;
    }

#texto {
    padding: 0px 20px;
    height: 200px;
    overflow: hidden;
}

.titulo {
    display: flex;
    justify-content: center;
}

#titulo {
    padding: 0px 20px 10px 20px;
    height: 70px;
}

.tituloContenedor {
    display: flex;
    justify-content: flex-start;
}

.txtDescriptivo {
    margin: 20px 0px;
    width: 100%;
}

.visibleFlex {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
}

/* Newsletter */

#cerrarVentanaNews {
    cursor: pointer;
}

.chbxAcepto {
    margin-bottom: 20px;
}

.contenidoNewsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 85%;
}

#correoInsertado {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001001;
    border: 4px solid #12a245;
}

#correoNewsletter {
    padding: 10px;
    width: 200px;
}

.item-cabeceraAlmacenamientoNewsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    height: 100%;
    position: relative;
    margin-top: 50px;
}

.item-correoInsertado {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 400px;
    height: 200px;
    background-color: #fff;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.item-correoInsertadoCerrar {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: flex-end;
    background-color: #fff;
    padding: 10px;
}

.item-newsletterIzq {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 75%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
}

.itemItem-cabeceraAlmacenamientoNewsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.itemItem-cabeceraAlmacenamientoNewsletterIzq {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 65%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.itemItem-correoInsertado {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    padding: 20px;
}

.itemItem-newsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    width: 75%;
}

.itemItemItem-cabeceraAlmacenamientoNewsletterIzq {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    text-align: center;
    padding: 5px 0px;
}

.itemItemItem-newsletter {
    margin-bottom: 20px;
}

.newsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    background-color: #fff;
    padding: 50px;
}

#TextBox1 {
    padding: 5px;
}

/* PIE */

.pieAlmacenamiento {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #333;
    padding: 20px;
}

.floating_popUp {
    position: fixed;
    top: 5%;
    /*right: 15%;*/
    max-width: 90%;
    /* max-height: 90%;*/
    background-color: #f2f2f2;
    border: 1px solid thick;
    border-color: darkgrey;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 5px 0.5px;
}

.floating_popUp {
    z-index: 10000;
    top: 25%;
}


#mensajeInfo {
    height: 220px;
    width: 30%;
    padding: 10px;
    flex-direction: column;
    align-content: center;
    font-family: "opensansregular";
    font-size: 1.1rem;
}

    #mensajeInfo label {
        padding: 0px 0px 0px 0px;
    }

    #mensajeInfo #btnCerrar {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -13px;
        right: -13px;
        background: white;
        cursor: pointer;
        border-radius: 50%;
        box-shadow: 0px 0px 5px 0.5px;
        vertical-align: middle;
        line-height: 40px;
    }


    #mensajeInfo #inputNewsletter {
        width: 280px;
        padding: 10px;
    }


.txtGris06 {
    font-family: montserratRegular;
    font-size: 0.8rem;
    color: #999;
    transition: all ease 0.8s;
}

.itemItemItemItem-newsletter {
    margin: 5px 0px;
}

.itemItemItemItemItem-newsletter {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    align-items: center;
    -webkit-align-items: center;
}

#mensajeInfo .centrarContenido {
    display: flex;
    justify-content: center;
}


#btnPieNew2 {
    background-color: #ff6d01;
    color: #fff;
    padding: 10px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.8s ease;
}