/* - - - - - - - - - - - - - - -
CSS principal
Desarrollado por: Upgrade Diseño Interactivo
Para:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

/* ====== F O N T S ====== */

@font-face {
    font-family: 'Poppins-Extra-Bold';
    src: url('../../_fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../../_fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../../_fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../_fonts/Poppins-Bold.woff2') format('woff2'),
        url('../../_fonts/Poppins-Bold.woff') format('woff'),
        url('../../_fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Semi-Bold';
    src: url('../../_fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../../_fonts/Poppins-SemiBold.woff') format('woff'),
        url('../../_fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../_fonts/Poppins-Medium.woff2') format('woff2'),
        url('../../_fonts/Poppins-Medium.woff') format('woff'),
        url('../../_fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../_fonts/Poppins-Regular.woff2') format('woff2'),
        url('../../_fonts/Poppins-Regular.woff') format('woff'),
        url('../../_fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas-Neue-Bold';
    src: url('../../_fonts/BebasNeueBold.woff2') format('woff2'),
        url('../../_fonts/BebasNeueBold.woff') format('woff'),
        url('../../_fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Optima-Bold';
    src: url('../../_fonts/optim.woff2') format('woff2'),
        url('../../_fonts/optim.woff') format('woff'),
        url('../../_fonts/optim.ttf') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'Optima-Extra-Black';
    src: url('../../_fonts/OPTIMAB.woff2') format('woff2'),
        url('../../_fonts/OPTIMAB.woff') format('woff'),
        url('../../_fonts/OPTIMAB.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Regular';
    src: url('../../_fonts/Ultima.woff2') format('woff2'),
        url('../../_fonts/Ultima.woff') format('woff'),
        url('../../_fonts/Ultima.ttf') format('truetype');
    font-style: normal;
}

/* ====== F O N T S (end) ====== */

/*Eliminamos márgenes del "body" */
html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

/**{
    font-family: 'Poppins-Regular';
}*/
#big-container {
    /* Div que va a manterner el "footer" siempre al fondo */
    min-height: 100% !important;
    height: 100%;
}

/************************************************************************/
/*********************            Header           **********************/
/************************************************************************/

header {
    position: absolute;
    width: 100%;
}

header div#menu_header {
    display: flex;
    width: 90%;
    margin: 3% 5%;
    justify-content: space-between;
}

header div#menu_header div.div-l {
    width: 10%;
}

header div#menu_header div.div-l a img {
    width: 100%;
}

header.header2 {
    width: 100%;
    background-color: black;
    display: flex;
    position: revert;
}

header.header2 div#menu_header {
    display: flex;
    width: 90%;
    margin: 0 5%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

header.header2 div#menu_header div.div-l a img {
    height: 100px;
    width: auto;
}

header div#menu_header div.div-l {}

header div#menu_header div.div-l a {}

header div#menu_header div.div-l a img {}

header div#menu_header div.div-r {
    display: flex;
    width: 60%;
    height: fit-content;
    align-items: center;
    justify-content: space-between;
}

header div#menu_header div.div-r a,
span.span.show {
    color: white;
    font-family: 'Optima-Bold';
    font-size: 1.5vw;
    text-decoration: none;
    display: flex;
}

header div#menu_header div.div-r hr {
    display: flex;
    border-style: solid;
    color: white;
    height: 2em;
    margin: .5em 3em;
}

header div#menu_header div.div-r a section.main_user {}

header div#menu_header div.div-r a section.main_user a {}

/************************************************************************/
/*********************            Footer           **********************/
/************************************************************************/
#footer_cut {
    border-bottom: solid 25px #640000;
}

#footer_cut section {
    display: flex;
    width: 90%;
    margin: 1vw auto;
    justify-content: space-between;
}

#footer_cut section div {
    display: flex;
    align-items: center;
}

#footer_cut section div a {
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    margin: 0 1vw;
}

#footer_cut section div span {
    background-size: cover;
    background-repeat: no-repeat;
    width: 76px;
    height: 50px;
    display: flex;
    margin: 0 .5vw;
}

#footer_cut section div p {
    font-size: 2em;
    font-family: 'Poppins-Bold';
    margin: 0 3em;
}

#footer_cut footer {
    background-color: black;
    display: flex;
    justify-content: center;
}

#footer_cut footer a {
    color: white;
    text-decoration: none;
    font-family: 'Poppins-Medium';
    margin: 2em;
    font-size: 1.5em;
}

/************************************************************************/
/*********************          Index.php          **********************/
/************************************************************************/
section.sec-1 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.sec-1 h1 {
    font-family: 'Bebas-Neue-Bold';
    color: white;
    display: flex;
    font-size: 8em;
    width: fit-content;
    position: absolute;
    margin: 0;
    bottom: 5%;
    right: 5%;
}

section.sec-1 div.opacot {
    height: 50%;
    background: linear-gradient(180deg, #00000060, transparent);
    width: 100%;
}

section.sec-1 div.opacob {
    height: 50%;
    background: linear-gradient(360deg, #000000a8, transparent);
    width: 100%;
}

section.sec-2,
section.sec-5 {
    display: flex;
    flex-direction: column;
    padding: 4vw 0;
}

section.sec-2 h2,
section.sec-5 h2 {
    width: 80%;
    margin: 0 auto 4vw;
    text-align: center;
    font-size: 3em;
    color: #404040;
    font-family: 'Poppins-Semi-Bold';
    border-bottom: solid 1px #979797;
    padding-bottom: 1vw;
}

section.sec-2 div.cont,
section.sec-5 div.cont {
    display: flex;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

section.sec-2 div.cont a {
    width: 28%;
    margin: 2%;
    text-decoration: none;
}

section.sec-2 div.cont a div,
section.sec-5 div.cont a div {
    max-height: 450px;
    display: flex;
    justify-content: center;
}

section.sec-2 div.cont a div img,
section.sec-5 div.cont a div img {
    width: 100%;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 50%);
}

section.sec-2 div.cont a p,
section.sec-5 div.cont a p {
    color: #404040;
    font-family: 'Poppins-Medium';
    font-size: 2em;
    text-align: center;
}

section.sec-3 {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 4vw;
}

section.sec-3 h3 {
    font-family: 'Poppins-Semi-Bold';
    font-size: 3em;
    margin-top: 0;
}

section.sec-3 div.cont {
    display: flex;
    justify-content: space-between;
}

section.sec-3 div.cont a {
    width: 23%;
    text-decoration: none;
}

section.sec-3 div.cont a div {}

section.sec-3 div.cont a div img {
    width: 100%;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 50%);
}

section.sec-3 div.cont a p {
    font-family: 'Optima-Bold';
    color: #6D7278;
    font-size: 2em;
    margin: .5vw 0;
}

section.sec-3 div.cont a span {
    color: #CECECE;
    font-size: 1.8em;
    font-family: 'Optima-Bold';
}

/***************************************************************************/
/*********************          category.php          **********************/
/***************************************************************************/

section.sec-4 {
    display: flex;
    flex-direction: column;
    padding: 4vw 0;
}

section.sec-4 h2 {
    width: 80%;
    margin: 0 auto 1vw;
    text-align: center;
    font-size: 3em;
    color: #404040;
    font-family: 'Poppins-Semi-Bold';
    border-bottom: solid 1px #979797;
    padding-bottom: 1vw;
}

section.sec-4 p {
    font-family: 'Poppins-Medium';
    font-size: 1.5em;
    color: #404040;
    width: 90%;
    margin: auto;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
}

section.sec-4 p strong {
    font-family: 'Poppins-Bold';
}

section.sec-4 div.cont {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 3%;
}

section.sec-4 div.cont a {
    height: fit-content;
    margin: 3% 5%;
    width: 15%;
}

section.sec-4 div.cont a img {
    width: 75%;
}

/***************************************************************************/
/*********************          prodlist.php          **********************/
/***************************************************************************/
section.sec-5 h2 {
    width: 70%;
}

section.sec-5 div.cont {
    width: 85%;
    flex-wrap: wrap;
}

section.sec-5 div.cont a {
    width: 21%;
    margin: 2%;
    text-decoration: none;
}

section.sec-5 div.cont a span {
    color: #BEBEBE;
    font-family: 'Optima-Bold';
    font-size: 2em;
    display: flex;
    justify-content: center;
}

section.sec-5 div.cont a p {
    font-family: 'Optima-Extra-Black';
    margin-bottom: .5em;
}

/***************************************************************************/
/*********************           product.php          **********************/
/***************************************************************************/

section.info-prod {
    margin-bottom: 4vw;
}

section.info-prod h3 {
    width: 90%;
    margin: 1.5vw auto;
    padding: 1vw;
    background-color: #CECECE;
    color: white;
    font-family: 'Poppins-Medium';
    font-size: 1.5em;
}

section.info-prod div.cont {
    display: flex;
    width: 90%;
    margin: auto;
}

section.info-prod div.cont div.info-part1,
section.info-prod div.cont div.info-part2 {
    width: 50%;
}

section.info-prod div.cont div.info-part1 p {
    font-family: 'Poppins-Medium';
    font-size: 1.4em;
    padding-right: 2em;
}

section.info-prod div.cont div.info-part1 h5,
section.info-prod div.cont div.info-part2 h5 {
    font-family: 'Poppins-Bold';
    font-size: 1.5em;
    margin: .5em 0;
}

section.info-prod div.cont div.info-part1 ul {
    padding: 0;
    list-style: none;
}

section.info-prod div.cont div.info-part1 ul li {
    font-family: 'Poppins-Medium';
    font-size: 1.5em;
    padding-right: 3em;
}

section.info-prod div.cont div.info-part2 div {
    display: flex;
    font-family: 'Poppins-Medium';
    font-size: 1.5em;
}

section.info-prod div.cont div.info-part2 div p {
    margin: .1em;
    width: 30%;
    padding-right: 1em;
}

section.info-prod div.cont div.info-part2 div span {
    color: #CDCDCD;
}

.minnav {
    display: flex;
    align-items: baseline;
    width: 85%;
    margin: 1vw auto 2vw;
}

.minnav a {
    font-family: 'Optima-Regular';
    font-size: 1.4em;
    color: black;
    text-decoration: none;
}

.minnav span {
    margin: 0 1em;
    font-size: 1.4em;
}

.minnav a:last-child {
    color: #0C0A92;
}

.section-product div.cont-form {
    width: 40%;
    display: flex;
}

.section-product div.cont-form div.div-1 {
    width: 15%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section-product div.cont-form div.div-1 span {
    background-color: black;
    font-size: 2em;
    height: 80px;
    width: 80px;
    display: flex;
    cursor: pointer;
}

.section-product div.cont-form div.div-1 span img {
    margin: auto;
    display: flex;
}

.section-product div.cont-form div.div-2 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-product div.cont-form div.div-2 p {
    font-family: 'Poppins-Medium';
    font-size: 1.3em;
    margin: .5em 0;
}

.section-product div.cont-form div.div-2 h1.nam-prod {
    font-family: 'Optima-Bold';
    color: #CDCDCD;
    font-size: 2em;
    margin: .5em 0;
}

.section-product div.cont-form div.div-2 span.cost-prod {
    font-family: 'Poppins-Extra-Bold';
    font-size: 2.5em;
}

.section-product div.cont-form div.div-2 span.disp-prod {
    font-family: 'Poppins-Semi-Bold';
    color: #CDCDCD;
    font-size: 1.2em;
}

.section-product div.cont-form div.div-2 form#prod_form {}

.section-product div.cont-form div.div-2 form#prod_form div.select {}

.section-product div.cont-form div.div-2 form#prod_form span.cost-send {
    display: flex;
    font-family: 'Poppins-Bold';
    font-size: 2em;
    margin-top: .5em;
}