@charset "utf-8";

/*
    ESTILOS CFG Layout
    ---------------
    0. Fuentes
    1. Generales
    2. Header
    3. Footer
    4. Main
    5. Componentes
*/

/* 0. Fuentes */

@font-face {
    font-family: 'Flame';
    src: url('../font/Flame-Bold.eot');
    src: url('../font/Flame-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Flame-Bold.woff2') format('woff2'),
        url('../font/Flame-Bold.woff') format('woff'),
        url('../font/Flame-Bold.ttf') format('truetype'),
        url('../font/Flame-Bold.svg#Flame-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Flame Sans';
    src: url('../font/FlameSans-Regular.eot');
    src: url('../font/FlameSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/FlameSans-Regular.woff2') format('woff2'),
        url('../font/FlameSans-Regular.woff') format('woff'),
        url('../font/FlameSans-Regular.ttf') format('truetype'),
        url('../font/FlameSans-Regular.svg#FlameSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

/* 1. Generales */

html, body {
    height: 100%;
}

html {
    display:block;
    font-size: 62.50%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

body {
    background-color: #F5EBDC;
    color: #502314;
    font-family: 'Flame Sans', arial, sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

* {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:0;
}

a * {cursor:pointer;}
a, a:hover {text-decoration:none;color:inherit;}
a:focus {outline: none;}
img {border: 0 none;}
strong {font-family: 'Flame Sans', arial, sans-serif;font-weight: bold;}
p {font-size: 1.4rem;margin: 0 0 1rem;}
fieldset {border: 0 none;}

/* Hacemos que el footer se pegue en la parte inferior para resoluciones mas altas de 769 */

body > .main-wrapper::after {
    clear: both;
    content: "";
    display: block;
    height: 180px;
}
.main-wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
footer {
    margin-top: -180px;
    min-height: 180px;
}

@media only screen and (min-width : 991px){
    body > .main-wrapper::after {
        height: 64px;
    }
    footer {
        margin-top: -64px;
        min-height: 64px;
    }
    .footer_menu {
        padding: 2.9rem 0;
    }
}

/* Capas ocultas */

.menu-only-mobile-content {display: none;}
input, textarea {
    border: .1rem solid #B7A493;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    color: #502314;
    font-family: 'Flame Sans', arial, serif;
    font-size: 1.5rem;
    padding: 1.4rem 1rem;
    text-align: center;
    width: 100%;
}
input::placeholder {
    color: #686868;
}
input:focus, textarea:focus {
    border-color: #502314;
    outline: none;
}

/* Error */

.error_container {
    background-color: transparent;
    float: none;
    height: auto;
    left: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.error, .field_email_error li, .field_email_error_2 li, .field_email_global li, .field_date_error li, .field_name_error li, .field_surname_error li, .field_email_global p {
    background-color: transparent;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #Fe392F;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.4;
    width: 100%;
    font-family: 'Flame Sans', arial;
}

/* Icon print */

.icon-print {display: none;padding-bottom: 0;text-align: center;}
.icon-print span {
    max-width: 900px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.icon-print img {max-width: auto;}
.icon-print a {
    border-radius: 0;
    color: #011e41;
    display: block;
    font-size: 2rem;
    padding: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.icon-print a:hover {
    background-color: transparent;
    color: #FFF;
}

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

/* 2. Header */

header {
    background-color: #F5EBDC;
    min-height: 70px;
    position: relative;
}

header::after {
    background: transparent url('../images/site/logosub2.png') no-repeat scroll 0 0;
    background-size: contain;
    bottom: 0;
    display: none;
    height: 18px;
    content: '';
    left: 50%;
    margin-left: -42px;
    position: absolute;
    width: 83px;
    z-index: 1;
}

.header_wrapper {
    background-color: transparent;
    display: block;
    margin: 0;
    min-height: 70px;
    max-width: 100%;
    position: relative;
}
.header_logo_container {
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
    padding: 1.5rem 0;
    width: 94%;
}
.header_logo {
    float: left;
}
.header_logo .logo {
    bottom: 0;
    display: inline-block;
    left: 50%;
    overflow: hidden;
    margin-left: -27px;
    position: absolute;
    max-width: 55px;
    width: 100%;
}
.header_logo .logo img {
    display: block;
    height: auto;
    width: 100%;
}

.header-menu-content {display: none;text-align: right;width: auto;}
.header-menu-content li {padding-left: 0;width: auto;float: left;}
.header-menu-content li:first-child {text-align: left;padding-right: 4rem;}
.header-menu-content a {color: #502314;font-family: 'Flame', arial;text-align: right;font-size: 1.6rem;}
.header-menu-content a:hover {color: #D62300;}

@media only screen and (min-width : 768px){
    .header_logo .logo {
        max-width: 84px;
        margin-left: -42px;
    }
    header, .header_wrapper, {
        min-height: 108px;
    }

    header::after {
        display: block;
    }

}

/** Menu oculto */

.menu_bar {
    display: block;
    position: absolute;
    top: 0;
    width: 58px;
    z-index: 3;
    right: 0;
}

.menu_bar .bt-menu {
    color: #502314;
    display: block;
    overflow: hidden;
    padding: 1rem;
}

.menu_bar span {
    cursor: pointer;
    float: right;
}

.bar1, .bar2, .bar3 {
    background-color: #502314;
    height: .4rem;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 3.5rem;
}

.change .bar1 {-webkit-transform: rotate(-45deg) translate(-9px, 6px);transform: rotate(-45deg) translate(-9px, 6px);background-color: #502314;}
.change .bar2 {opacity: 0;} 
.change .bar3 {-webkit-transform: rotate(45deg) translate(-7px, -6px);transform: rotate(45deg) translate(-7px, -6px);background-color: #502314;}

header nav {
    background-color: #D62300;
    display: block;
    height: calc(100%);
    left: 100%;
    margin: 0;
    overflow: auto;
    padding-top: 3rem;
    position: fixed;
    width: 100%;
    z-index: 2;
}

header nav strong {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    overflow: hidden;
    padding: 0 2rem;
    text-transform: uppercase;
}

header nav ul {
    padding-top: 4rem;
}

header nav ul li {
    display: block;
    padding: 2rem;
    position: relative;
}

header nav ul li a {
    color: #fff;
    display: block;
    display: block;
    font-size: 1.4rem;
    position: relative;
    text-decoration: none;
}

header nav ul li a:hover {
    color: #7A8A9C;
}

header nav ul li a::after {
    background: #fff;
    bottom: -1rem;
    content: '';
    height: .2rem;
    left: 0;
    position: absolute;
    width: 6rem;
}

.header_logo_container {
    min-height: 70px;
}

@media only screen and (min-width : 768px){
    header nav, .menu_bar {display: none;}
    .header-menu-content {
        display: block;
        float: right;
        padding-top: 30px;
    }
    .header_logo_container {position: relative;min-height: 108px;}
    .header_logo .logo img {
        height: auto;
    }
}

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

/* 3. Footer */

footer {
    background-color: #502314;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10;
}

.footer_wrapper {
    background-image: none;
    color: #ffffff;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 94%;
}

.footer_menu {
    display: block;
    margin: 0 auto;
    padding: 2rem 0;
    width: 100%;
}

footer ul {
    overflow: hidden;
    width: 100%;
}

footer li {
    display: block;
    margin: 0 0 0.6rem;
}
footer li a {
    color: #FFFFFF;
    font-size: 1.4rem;
}
footer li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

@media only screen and (min-width : 991px) {
    footer ul {text-align: center;}
    footer li {
        display: inline-block;
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    footer li a {color: #FFF;}
}


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

/* 4. Main */

/* 4.1. General */

.main-wrapper {
    background-color: #F5EBDC;
}

.content_wrapper {
    min-height: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.content {
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    min-height: auto;
    padding: 2rem 0;
    width: 94%;
}
.space_op {display: none;}

.page_wrapper {}
.form_container {}

@media only screen and (min-width : 768px){
    .content {padding: 5rem 0;}
    .bono-web .content {padding-top: 5rem;}
}

/* 4.2. Titular */

.titleBlock {
    color: #502314;
    font-family: 'Flame', serif;
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.titleBlock h1 {font-size: 3rem;}

@media only screen and (min-width : 769px){
    .titleBlock, .titleBlock h1 {font-size: 3.8rem;}
}

.titleBlock strong {}
.subtitleBlock {}
.subtitleBlock p {}

/* 4.3. Geolocalizacion */

.selected-province {
    background-color: transparent;
    border-bottom: 0 none;
    display: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 2rem 0;
    position: relative;
    width: 100%;
}

.selected-province > div {
    border-bottom: 0 none;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 15px;
    text-align: left;
    width: 94%;
}
.selected-province p {
    color: #011e41;
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
}
.selected-province span {
    font-weight: bold;
}
.selected-province a {
    border: 0 none;
    color: #011e41;
    display: block;
    margin-left: 0;
    margin-top: 0.8rem;
    padding: .6rem 2rem;
}
.selected-province a:hover {color: #011e41;text-decoration: none;}

.selected-province a span {color: #011e41;}

@media only screen and (min-width : 481px){
    .selected-province p {text-align: left;}
    .selected-province a {
        display: inline-block;
        margin-left: 1rem;
        margin-top: 0;
    }
}

/* 4.4. Breadcrumb */

[id="breadcrumb"] {display: none;}

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

/* 5. Componentes */

/* 5.1. Boton */

.go {}
#submit_code {}
a#acceptBoton {}
.accept_button {}

.boton {
    background: #D62300 none no-repeat scroll 0 0;
    border: 0 none;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    color: #FFF;
    display: inline-block;
    font-family: 'Flame', arial, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 1.35;
    padding: 1.6rem;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.boton--border {
    background-color: transparent;
    border: .2rem solid #F5EBDC;
    -webkit-border-radius: 3.5rem;
    -moz-border-radius: 3.5rem;
    border-radius: 3.5rem;
    color: #F5EBDC;
    display: inline-block;
    padding: 1.6rem 3.6rem;
    width: auto;
}

.boton:hover, .boton--border:hover {
    background-color: #502314;
    border-color: #502314;
    color: #FFF;
    text-decoration: none;
}

.boton_back_content {}

.boton_volver {}
.boton_volver:hover {}

.back {}
.back:hover {}

@media only screen and (min-width : 769px){}

/* 5.2. Formulario */

.form_fields {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

/* 5.3. Select */

.container-select {}

.container-select h2 {font-weight: bold; margin-bottom: 1rem;}

select {
    background-color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    min-height: 56px;
    padding: 1.4rem;
    position: relative;
    width: 100%;
}

span.select {
    background: #fff url(../images/site/select.png) no-repeat scroll 94% center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #011e41;
    font-size: 1.4rem;
    font-style: italic;
    left: 0;
    padding: 1.8rem 2.8rem 1.8rem 1.8rem;
    position: absolute;
    width: 100%;
    z-index: 1;
}

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


@media only screen and (max-width : 1024px){}

@media only screen and (max-width : 768px){
    /* BONO */

    .header-bono .text_bono_nombre {padding-left: 25px; text-align: left}
    .convert-to-row.right-header {}
    .convert-to-row.right-header img {
        max-width: 190px;
        width: 100%!important;
    }
    .convert-to-row.right-header tr td {text-align: center!important;}
    
    .table-first {margin-top: 2rem;}
    .table-first table tr td > span,
    .table-first table tr td > span b {text-align: left!important;}

    .table-first table tr td > span b {padding-top: 0.8rem;}

    .convert-to-row.footer {padding-top: 1.6rem;}

    /* --------------------------- */
    #menu {display: none;}
}

@media only screen and (max-width : 480px){}