* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
/* --------------------------- */
/* Estilos Barra de navegación*/
/* --------------------------- */
.header-barra-nav {
    background-color: transparent;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 3;
    -webkit-transition: background-color .5s;
}
.barra-nav {
    display: table;
    display: flex;
    justify-content: space-between;
    height: 50px;
    margin: auto;
    margin-top: 15px;
    -webkit-transition: margin-left .5s;
}
.barra-nav ul {
    align-items: center;
    display: block;
    font-family: 'IBM Plex Sans', sans-serif;
    justify-content: center;
    list-style: none;
}
.barra-nav_left {
    margin-left: 50px;
}
.barra-nav_left li {
    float: left;
    margin: 10px;
    margin-right: 30px;
    padding: 2px;
}
.barra-nav_left a {
    color: #f3f3f3;
    text-transform: uppercase;
}
.barra-nav_left li ul {
    display: none;
    position: absolute;
    /*min-width: 140px;*/
}
.barra-nav_left li:hover > ul {
    display: block;
}
#espaciado-shop1 {
    margin-top: 15px;
}
.barra-nav_left-submenu1, .barra-nav_left-submenu2 {
    background-color:white;
}
.barra-nav_left-submenu1 a:hover, .barra-nav_left-submenu2 a:hover  {
    text-decoration: underline;
}
.barra-nav_left-submenu1 li {
    margin: 4px;
    margin-left: 5px;
    position: relative;
    z-index: 100;
}
.barra-nav_left-submenu1 a {
    color: black;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 15pt;
    margin-left: -5px;
}
#espaciado-shop2 {
    margin-top: 15px;
}
.barra-nav_left-submenu2 li {
    margin: 4px;
    margin-left: 140px;
    position: relative;
}
.barra-nav_left-submenu2 a {
    color: black;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 15pt;
    margin-left: -5px;
}
.barra-nav_right {
    margin-right: 50px;
}
.barra-nav_right li {
    float: left;
    margin: 10px;
    margin-right: 30px;
    padding: 2px;
}
.barra-nav_right a {
    color: #f3f3f3;
    text-transform: uppercase;
}
img#logo-romorita {
    display: block;
    float: left;
    margin-left: 32px;
    margin-right: 24px;
    margin-top: 140px;
    height: 400px;
    -webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}
.icono_carrito {
    color: #f3f3f3;
}
/* --------------------------- */
/* Boton busqueda */
/* --------------------------- */
.buscar {
    position: absolute;
    right: 160px;
    top: 22px;
}
.buscar input {
    border: 1px solid rgb(7, 7, 7);
    border-radius: 7px;
    color: rgb(15, 15, 15);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    height: 30px;
    padding: 0 10px;
    outline: none;
    transition: all 0.6s ease-in-out;
    width: 0px;
}
.btn {
    background-color: rgb(92, 92, 92);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    line-height: 32px;
    height: 33px;
    text-align: center;
    position: absolute;
    top: -1px;
    right: -5px;
    width: 33px;
}
.buscar:hover input {
    width: 240px;
}
/* ===========================================================
   -----------------------------------------------------------
    Banner / Página principal
   -----------------------------------------------------------
   =========================================================== */
/* -----------------------------------------------------------
    General
   ----------------------------------------------------------- */
#banner {
    background-attachment: contain;
    background-image: url(../img/fondo-negro.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
#body1, #body2, #body3{
    width: 100%;
    position: relative;
    display:flex;
    /* justify-content: flex-start; */
    justify-content: center;
    font-family: 'IBM Plex Sans', sans-serif;
}
#body1 {
    height: 660px;
    background-color: #F2ACCD;
}
#body2 {
    height: 700px;
    background-color: #63A687;
}
#body3 {
    height: 740px;
    background-color: #D95592;
}
#separador1 {
    position: absolute; 
    background-image: url(../img/separador1.png);
    background-position-y: 0%;
    background-size: 100% 50px;
    height: 50px;
    width: 100%;
    z-index: 1;
}
#separador2 {
    position: absolute;
    background-image: url(../img/separador2.png);
    background-position-y: 0%;
    background-size: 100% 50px;
    height: 50px;
    width: 100%;
}
.mensaje_cabecera {    
    height: 110px;    
    padding: 0px 30px 0px 30px;
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    z-index: 1;
}
h4 {
    margin-top: 6px;
    color: #FF9933;
}
.descuento {
    position: absolute;
    width: 65px;
    margin-top: 10px;
    background-color: #FF9933;
    font-size: 20px;
    color: white;
    z-index: 1;
}
.tallas, .colores {
    width: 100%;
    height: 75%;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease-out;
    font-size: 23px;
    font-weight: bold;
    color: aliceblue;
    opacity: 0;
    visibility: hidden;
    /* border: 3px solid orange; */
}
.tallas {
    word-spacing: 30pt;
}
.talla_unica {
    word-spacing: 0pt;
}
.colores {
    line-height: 40pt;
}
.comprar_ver {
    width: 100%;
	height: 50px;
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;    
}
.boton_comprar_ver {
    width: 110px;
	height: 35px;
    border: 2px solid black;
    display:flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.boton_comprar_ver:hover {
    color: white;
    border: 2px solid black;
    font-weight: bold;
}
.ver_catalogo {
    width: 120px;
    height: 50px;    
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    /* transition: 300ms ease all; */
}
.ver_catalogo span {
    position: relative;
    z-index: 2;
    /* transition: 3ms ease all; */
}
.ver_catalogo::after {
    content: "";
    width: 2px;
    height: 2px;
    background: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transition: 300ms ease-in-out all;
    border-radius: 1000px;
    transform-origin: center;
}
.ver_catalogo:hover::after {
    transform: scale(100);
    transition: 800ms ease all;   
}
/* -----------------------------------------------------------
    Parte 1: Ropa
   ----------------------------------------------------------- */   

#body1 .mensaje_cabecera {    
    width: 50%;
    margin-top: 20px;
}
#body1 .mensaje_cabecera .p2 {
    text-align: end;
}
.categoria_prendas {
    position: absolute;
    display:flex;
    flex-flow: row wrap;
    margin-top: 130px;
    /* border: 2px solid black; */
}   
.cajon_prenda1 {
    /* border: 1px solid blue; */
    width:25%;
    height:455px;
    padding:10px;
}   
.cajon_prenda1 .prenda1 {
    width:310px;
    height:425px;
    background-color: white;
    box-shadow: #fa0175 0px 10px 20px;
    text-align:center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}   
.cajon_prenda1 .prenda1 img {
	width: 100%;
	height: 75%;
	object-fit: cover;
}
.prenda1:hover > img {
/* .img:hover{     */
    width: 95%;
	height: 72%;
    margin-top: 3%;
    border-radius: 5px;
    transition: all 500ms ease-out;
    filter: brightness(0.6);
}
.prenda1:hover > .tallas {
    opacity: 1;
    visibility: visible;
}
.prenda1 .boton_comprar_ver:hover {
    background: #F2ACCD;
}
#body1 .ver_catalogo:hover > span {
    color: white;
    transition: 800ms ease all;
}
.ver_catalogo a:hover {
    color: white;
    transition: 800ms ease all;
}
#body1 .ver_catalogo:hover::after {
    background: #F2ACCD;
}
#body1 #ver_catalogo {
    margin-top: 590px;
}
#body1 .ver_catalogo { 
    box-shadow: #fa0175 0px 10px 10px;
}
/* -----------------------------------------------------------
    Parte 2: Maquillaje
   ----------------------------------------------------------- */   
#body2 {
    display: block;
}
.c_body2 {
    width: 100%;
    height: 618px;
    position: relative;
    display: flex;
    /* border: 1px solid red */
}
#body2 .mensaje_cabecera {    
    width: 50%; 
    margin-top: 5%;
    margin-left: 32%;
}
#body2 .mensaje_cabecera .p1 {
    text-align: end;
}
.categoria_maquillaje1 {
    margin-top: 150px;
    width: 35%;
}
.categoria_maquillaje1 img {
    border-radius: 5px;
	margin-top: -145px;
	object-fit: cover;
}
.categoria_maquillaje1 > img {
	width: 100%;
	height: 600px;
	object-fit: none;
}
.categoria_maquillaje2 {
    width: 60%;
    margin-top: 200px;
    margin-left: 37%;
    position: absolute;
    display:flex;
    flex-flow: row wrap;
    justify-content:center;
    /* border: 1px solid orange; */
}
.cajon_maquillaje1 {
    width: 33%;
    height: 415px;
    /* border: 1px solid blue; */
    padding: 0px 10px 0px 10px;
}
.cajon_maquillaje1 .maquillaje1 {
    width:250px;
    height:400px;
    background-color: white;
    box-shadow: #185739 0px 10px 20px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}  
.cajon_maquillaje1 .maquillaje1 img {
    width: 100%;
    height: 74%;
	object-fit: cover;
}
.maquillaje1:hover > img {
    width: 95%;
	height: 72%;
    margin-top: 3%;
    border-radius: 5px;
    transition: all 500ms ease-out;
    filter: brightness(0.6);
}
.maquillaje1:hover > .colores {
    opacity: 1;
    visibility: visible;
}
.maquillaje1 .boton_comprar_ver:hover {
    background: #63A687;
}
#body2 .ver_catalogo:hover > span {
    color: white;
    transition: 800ms ease all;
}
#body2 .ver_catalogo:hover::after {
    background: #63A687;
}
.catalogo_body2 {
    display:flex;
    justify-content: center;
    /* align-items: center;  eje y*/
    text-align: center;
    width: 100%;
}
.catalogo_body2 .ver_catalogo {
    margin-top: 10px;
    box-shadow: #185739 0px 10px 10px;
}
/* -----------------------------------------------------------
    Parte 3: Accesorios 
   ----------------------------------------------------------- */   
#body3 .mensaje_cabecera {    
    width: 35%;  
    margin-top: 4%;
    display: inline;
    margin-left: -60%;
}
.mensaje_cabecera img {
    width: 170px;
    position: absolute;
    margin: -120px 0px 0px 400px;
    transform: rotate(20deg);
}
.categoria_accesorios{
    position: absolute;
    display:flex;
    flex-flow: row wrap;
    margin-top: 130px;
}   
.cajon_accesorio1 {
    /* border: 1px solid blue; */
    width:24.5%;
    height:450px;
    padding:30px;
    margin-top: 50px;
}   
.cajon_accesorio1 .accesorio1 {
    width:310px;
    height:425px;
    background-color: white;
    box-shadow: #6e0538 0px 10px 20px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}   
.cajon_accesorio1 .accesorio1 img {
	width: 100%;
	height: 75%;
	object-fit: cover;
}
.accesorio1:hover > img {
    width: 95%;
	height: 72%;
    margin-top: 3%;
    border-radius: 5px;
    transition: all 500ms ease-out;
    filter: brightness(0.6);
}
.accesorio1:hover > .colores {
    opacity: 1;
    visibility: visible;
}
.accesorio1 .boton_comprar_ver:hover {
    background: #6e0538;
}
#body3 .ver_catalogo:hover > span {
    color: white;
    transition: 800ms ease all;
}
#body3 .ver_catalogo:hover::after {
    background: #D95592;
}
#body3 .ver_catalogo {
    margin-top: 660px;
    box-shadow: #6e0538 0px 10px 10px;
}
/* --------------------------- */
/* Estilos Footer General*/
/* --------------------------- */
footer {
    align-items: center;
    height: 260px;
    position: relative;
    width: 100%;
}
.footer-ppal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-leftpart {
    display: flex;
    flex-direction: column;
    margin: 50px 0px 0px 35px;
}
.redes-sociales {
    margin-bottom: 10px;
}
.redes-sociales img {
    margin-right: 3.5px;
}
#social-ntwk {
    height: 30px;
    width: 30px;
}
.mensaje-suscripcion {
    margin-bottom: 5px;
}
.mensaje-suscripcion h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.mensaje-suscripcion span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.txt-btn-enviarsuscripcion {
    margin-top: 5px;
}
#textbox-suscripcion {
    border: 1px solid lightgray;
    border-radius: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    width: 260px; 
}
#textbox-suscripcion:focus {
    outline: none;
}
.boton_efcircle {
    align-items: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    margin-left: -20px;
    overflow: hidden;
    position: relative;
    transition: .3x ease all;
    width: 110px;
}
.boton_efcircle span {
    position: relative;
    transform: .3s ease all;
    z-index: 2;
}
.boton_efcircle::after {
    background: none;
    border-radius: 100px;
    content: "";
    height: 1px;
    transition: .3s ease-in-out all;
    transform-origin: center;
    width: 1px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.boton_efcircle:hover::after {
    background-color: #63A687;
    cursor: pointer;
    transform: scale(300);
}
.boton_efcircle:hover {
    color: white;
}
.footer-rightpart {
    display: flex;
    flex-direction: row;
    margin: 65px 50px 0px 0px;
}
.footer-rightpart-items1 {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}
.footer-rightpart-items1 span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    margin: 10px;
    text-transform: uppercase;
}
.footer-rightpart-items2 {
    display: flex;
    flex-direction: column;
}
.footer-rightpart-items2 span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    margin: 10px;
    text-transform: uppercase;
}
#logo-romorita-footer {
    height: 95px;
    width: 95px;
    position: absolute;
    left: 630px;
    top: 90px;
}