@charset "utf-8";
/* CSS Document */

/*** Estilos BERGNER - Estructura **/

/* Colores 
Naranja: #ff9000
Morado titular: 5f0062
Negro 152a35
*/

/** 0. Fuentes */
/** 1. Base */
/** 2. Layout: l-; 2.1. General; 2.2. Header; 2.3. Menu; 2.4. Page; 2.5. Menu */
/** 3. Componentes: c- */
/** 4. Paginas: p- */
/** 5. Otros: body-fixed */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 0. Fuentes */

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2') format('woff2'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 1. Base */

html, body {
    font-size: 62.5%;
    height: 100%;
}

body {
    background: #000000 none no-repeat scroll 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #FFF;
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.25;
    position: relative;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
  background: #bd032a;
  color: #FFF;
  text-shadow: none; }

*::selection {
  background: #bd032a;
  color: #FFF;
  text-shadow: none; }

a {
    color: #FFFFFF;
    -webkit-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
a:hover {
    color: #bd032a;
    text-decoration: underline;
}
a:focus {}

b, strong {font-weight: bold;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #FFF;
    margin: 0 0 0.625rem;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', arial, serif;font-weight: 600;}
h3 {font-size: 2.5rem;}
h4 {font-size: 1.8rem;}

ul, li {
    font-size: 1.5rem;
    padding: 0;
    list-style: outside none none;
}

li:last-child {
    margin-bottom: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.hide-text {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}

input {font-size: 0.9375rem; font-weight: normal;}

/* input[disabled],input[readonly] {}*/


input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background-color: #f6f6f6;
    border: .1rem solid #f6f6f6;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    color: #333;
    font-size: 1.3rem;
    padding: 1rem;
    width: 100%;
}

input[type="file"] {
    border: .1rem solid #FFF;
    display: block;
    padding: 0;
    width: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: .1rem solid #bd032a;
    outline: 0;
}

input[type="text"].readonly,
input[type="password"].readonly,
input[type="email"].readonly {
    background-color: #000;
    color: #666;
}

input:focus, input:active, a:focus, a:active {outline: 0;}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder {
    color: #777;
}

#selectProducto {
    text-transform: uppercase;
}

img {
    font-style: italic;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.3rem;
}

p {
    color: #000;
    font-size: 1.5rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 2. Layout */

/* 2.1. General */

.l-container {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* --------------- */

/* 2.2. Header */

.l-header {
    min-height: 62px;
    position: relative;
    width: 100%;
}

.l-header .l-page__container {}

.l-header__logo {
    display: inline-block;
    float: left;
    padding: 1.2rem .6rem 2.2rem 0;
    width: 15rem;
}

.l-header__logo img {
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    .l-header {
        min-height: 74px;
    }
    .l-header__logo {
        float: none;
        width: 20rem;
        padding: 2.4rem 1.2rem;
    }
}

/* --------------- */

/* 2.3. Menu */

/* --------------- */

/* 2.4. Page */

.l-page {
    overflow: hidden;
    /*padding-bottom: 2rem;*/
    width: 100%;
}
.l-page__container {
    margin: 0 auto;
    max-width: 1200px;
    width: 92%;
}

.l-page__titular .l-page__button {
    margin-bottom: 2rem;
}

.l-page__content {
    padding-bottom: 2rem;
}

.l-page__general {}

.l-page__box {
    overflow: hidden;
    padding: 1.25rem 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .l-page__general {
        padding: 3.125rem 0;
    }

    .l-page__box {
        /*padding: 2rem 0;*/
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 992px) {}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 3. Componentes */

/* 3.1 Botones */

.c-btn {
    background-color: #bd032a;
    border: 0 none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    padding: 1.2rem 3rem;
    text-align: center;
}
.c-btn:hover {
    background-color: #303030;
    color: #FFF;
    text-decoration: none;
}

.c-btn:focus {
    outline: 0 none;
}

/* --------------- */

/* 3.2 Listas */

.c-list {
    margin-bottom: 5rem;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.c-list li {
    color: #bd032a;
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 1rem;
    position: relative;
    text-transform: uppercase;
}

.c-list li::before {
    background-color: #bd032a;
    content: '';
    height: 2.4rem;
    margin-top: -1.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    width: .1rem;
}

.c-list li:last-child::before {
    display: none;
}

@media (min-width: 768px) {
    .c-list li {
        font-size: 2rem;
        padding: 0 2rem;
    }
}

/* --------------- */

/* 3.4 Enlaces */

.c-link--mailto {
    color: #bd032a;
    font-weight: bold;
}
.c-link--mailto:hover {
    color: #333;
    text-decoration: underline;
}

/* --------------- */

/* 3.6 Imagen */

.c-img {}
.c-img--left {float: left;margin-right: 1rem;}
.c-img--right {float: right;margin-left: 1rem;}

/* --------------- */

/* 3.7 Select */

.c-select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #fff;
    background-image: url("../images/img_bg_select.png");
    background-origin: padding-box, padding-box;
    background-position: right top, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.c-select:focus{
    box-shadow: none !important;
    border-color: #2e98b8 !important;
}

.c-select__multiple {
    margin-bottom: 1.25rem;
    overflow: hidden;
    width: 100%;
}

.c-select__multiple select {
    padding: 0.75rem;
}

.c-select::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent url("../images/img_bg_select.png") no-repeat scroll right top;
    background-size: auto 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0 5px 5px 0;
}

.c-select select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-appearance: caret;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    background: #FFF none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 1.4rem;
    height: auto;
    line-height: 1.1;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
}

.c-select select::-ms-expand {
    display: none;
}

/***********************************HEADER********************************************/


/*****************************************COOKIES */
#cookie-law {
    background: #bd032a;
    border: 0 none;
    bottom: 0;
    color: #FFF;
    font-family: 'Open Sans', arial , sans-serif;
    font-size: 1.5;
    left: 0;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 50;
}

#cookie-law p {color: #FFF;}

#cookie-law #rejectCookies {
    text-indent: -9999em;
    background: url(../images/iconoclose.png) no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#cookies{
    display:none;
    background-color: #222222;
    color: #cccccc;
    padding: 10px;
    position: absolute;
    bottom: 0;
    max-width:900px;
    margin: auto; 
    display: block;
    left: 0;
    right: 0;
}

#cookie-law a {color: #FFF;font-weight: bold;text-decoration: underline;}