/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-may-2019, 12:51:49
    Author     : iker
*/
/* Banner */

#banner {
    padding: 8em 0 7em 0;
    background-image: url(../../assets/images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    width: 100%;
}

#banner:before {
    content: '';
    background: rgba(75, 75, 93, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner .inner {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 10005;
    padding-top: 8em;
}

#banner h1 {
    font-size: 3.5em;
    font-weight: 400;
    color: #fff;
    line-height: 1em;
    margin: 0 0 1em 0;
    padding: 0;
}

#banner h3 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    font-size: 1.5em;
}

#banner .icon {
    color: #2C4099;
    font-size: 2em;
}

#banner p {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.75em;
}

#banner .flex {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 4em auto;
}

#banner .flex div {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0 8em;
}

#banner .flex div:last-child {
    border: none;
    padding-right: 0;
}

#banner .flex div:first-child {
    padding-left: 0;
}

#banner .flex div p {
    margin: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    #banner {
        background-attachment: scroll;
    }

}

@media screen and (max-width: 1680px) {

    #banner .flex div {
        padding: 0 6em;
    }

}

@media screen and (max-width: 1280px) {

    #banner {
        padding: 7em 0 6em 0;
    }

    #banner .inner {
        padding-top: 6em;
    }

    #banner h1 {
        font-size: 3em;
    }

    #banner h3 {
        font-size: 1.25em;
    }

    #banner .flex div {
        padding: 0 3em;
    }

}

@media screen and (max-width: 980px) {

    #banner {
        background-attachment: scroll;
        padding: 5em 0 4em 0;
    }

    #banner .inner {
        padding-top: 4em;
    }

    #banner h1 {
        font-size: 2.5em;
    }

    #banner h3 {
        font-size: 1.25em;
    }

    #banner .flex div {
        font-size: .85em;
        padding: 0 1.5em;
    }

}

@media screen and (max-width: 980px) {

    #banner {
        padding: 3.25em 0 3em 0;
    }

    #banner .inner {
        padding-top: 3em;
    }

    #banner h1 {
        font-size: 2em;
    }

    #banner h3 {
        font-size: 1.25em;
    }

    #banner .flex {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 2em auto;
    }

    #banner .flex div {
        font-size: .85em;
        padding: 0;
        border: none;
        margin-bottom: 1em;
    }

}

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

    #banner h1 {
        font-size: 1.5em;
    }

}
a {
    color: #2C4099;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

strong, b {
    color: #291635;
    font-weight: 400;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 0.8em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #291635;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.85em;
    font-weight: 300;
}

h3 {
    font-size: 1.75em;
}



.icon > .label {
    display: none;
}
@media (min-width:980px){
    img.fondo{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    div.alpha{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #AFF;
        opacity: 0.3;
        display: block;
    }
    #banner .flex div {
        padding: 0 5%;
        width: 33%;
    }
    #banner > .inner {
        border-top: 0px !important;
        padding-top: 10em;
    }
    #banner.concreta > .inner {
        border-top: 0px !important;
        padding-top: 2em;
        color: #FFF;
    }
    #banner.concreta h1{
        margin-bottom: 20px;
    }
    #header .logo strong{
        font-size: 1.4em;
    }
    .icon{
        font-size: 3em;
    }
    article > div.image > img{
        width: 100%;
    }
    article > div.image {
        display: block;
        position: initial;
        width: 100%;
    }
    article {
        border: 1.5px solid rgba(0,0,0,0.1);
        float: left;
    }
    article:hover #not-registrado h4{
        color:#291635;
    }
    article:not(.cupon):hover h4{
        color: #2C4099;
    }
    .flex.flex-3 article {
        width: 32%;
    }
    .flex.flex-2 article {
        width: 50%;
    }
    .flex.flex-5 article {
        width: 20%;
    }
    #tags-busqueda{
        width: 100%;
        margin: 0 auto;
        display: table;
    }
    #tags-busqueda > .inner > .flex > article{
        border: 0;
    }
    a.animate {
        transition: color 0.5s ease;
        color: #2C4099;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
    }
    a.animate:hover {
        color: #BBB;
    }
    .fa-arrow-up{
        -ms-transform: scaleX(1.2) scaleY(0.8); /* IE 9 */
        -webkit-transform: scaleX(1.2) scaleY(0.8); /* Safari prior 9.0 */
        transform: scaleX(1.2) scaleY(0.8); 
    }
    section.wrapper{
        padding-bottom: 0;
    }
    section.wrapper:last-child{
        padding: 6em 0;
    }
    .border-bottom{
        border-bottom: 1.5px solid rgba(0,0,0,0.1);
    }
    article > p, article > header{
        margin: 10px 20px !important;
    }
    #header{    
        position: fixed;
        background: #2C4099;
        top: 0;
        height: 90px;
        line-height: 90px;
        z-index: 100;
        left:0;
        right:0;
        padding: 0 2em;
    }
    #banner{
        z-index: 98;
    }
    #animations{
        width: 100%;
        background: #FFF;
        padding: 1em 0;
    }
    #animations > .inner{
        height: auto;
        margin: auto;
    }
    #animations  article{
        padding: 0;
    }
    .mb20{
        margin-bottom: 20px;
    }
    .flecha{
        height: 2em;
        transition: opacity 0.5s ease;
        cursor:pointer;
    }
    .flecha:hover{
        opacity: 0.5;
    }
    .left-container{
        width: calc(90% - 400px);
    }
    .right-container{
        width: 400px;
    }

    .arrow-left,.arrow-right{
        cursor:pointer;
    }
    .block-with-text {
        line-height: 1.5em;
        margin: 1em; 
        overflow: hidden;
    }
    .four-lines{     
        height: 6em;
    }
    .one-line{
        height: 1.5em; 
    }
    article > header > p{
        margin-top: -1.5em;
    }
    .google_map{
        width: 100%;
        height: 25em;
        display: block;
        margin-bottom: 2em;
    }
    searcher.generic{
        position: fixed;
        top: calc(45px - 1em - 2px);
        width: 30%;
        left: calc(35% - 2em - 4px);
        background: rgba(0,0,0,0);
    }
    footer{
        margin-top: 3em;
    }
    #animations{
        z-index: 100;
    }
    h1{
        font-size: 2em;
        font-weight: 400;
    }
    #comprar{
        border-left: 1px #BBB solid;
        padding-left: 2em;
    }
    .slider.zero{
        background-color: #fafafa;
        background-image: linear-gradient(335deg, #F2F2F2 23px, transparent 23px),
            linear-gradient(155deg, #EDEDED 23px, transparent 23px),
            linear-gradient(335deg, #F2F2F2 23px, transparent 23px),
            linear-gradient(155deg, #EDEDED 23px, transparent 23px);
        background-size: 58px 58px;
        background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
    }
    .flex-5 > article {
        max-width: 33%;
        padding-bottom: 2em;
    }
    #tags-busqueda > header{
        margin-bottom: 0;
    }
    section#negocio_template{
        padding: 1em 4em;
    }
}

@media (min-width:1500px){

    .left-container{
        width: calc(90% - 450px);
        padding-right: 5em;
    }
    .right-container{
        width: 550px;
    }
    .right-container > #comprar{
        padding-right: 5em;
    }
}
@media (max-width:980px){
    .inner{
        padding: 1em 0;
    }
    img.fondo{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    div.alpha{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #AFF;
        opacity: 0.3;
        display: block;
    }
    #banner .flex div {
        padding: 0 !important;
        width: 100%;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }
    #nav > a {
        color: #6cc091;
        font-size: 1.4em;
    }
    .fa.fa-bars{
        font-size: 23px !important;
        margin: 11px 0;
        color: #fff;
    }
    .inner > a > strong{
        font-size: 1.4em;
    }
    #banner .flex div {
        padding: 0 6em;
    }
    .icon{
        font-size: 3em;
    }
    article > div.image > img{
        width: 100%;
    }
    article > div.image {
        display: block;
        position: initial;
        width: calc(100% + 2px);
        margin: -1px;
    }
    article {
        border: 1px solid #eee;
        padding-bottom: 10px;
    }
    #three > .wrapper > .inner {
        width: 100%;
    }
    .flex.flex-3 article {
        width: 96%;
        margin-bottom: 40px;
    }
    .menu-lateral{
        width: 8em;
        margin: 0 2em;
        border-top: 1.5px solid #EEE;
        display: table;
        text-align: center;
        padding-top: 2em;
    }
    article > header, article > footer {
        width: 100%;
        padding: 10px 20px !important;
    }
    artivcle > div.image {
        margin-bottom: 5px;
    }
    article > p {
        width: 100%;
        padding: 0 20px !important;
        margin: 0 !important;
    }
    h4{
        margin: 0;
    }
    .slider-container, .comprar-container{
        width: 100%;
    }
    #animations{
        width: 100%;
    }
    .flex.flex-5 {
        max-width: 100%;
    }
    .flex.flex-5 > *{
        width: 100% !important;
        margin: 1% 0 !important;
    }
    #header{
        position: fixed;
    }
    strong > * {
        width: 100%;
    }
    #header{
        top: 0 !important;
    }
    searcher{
        margin:0;
        padding: 1em 2em;
        background: #FFF;
    }
    #tags-busqueda > .inner > .flex > article {
        border: 0;
    }
    section{
        padding: 1em 1em;
    }
    section > .inner{
        max-width: calc(100% - 2em);
    }
    .flex{
        display: table;
    }
    .flex  article{
        width: 100% !important;
    }
    article > header > p{
        margin-top: 0 !important;
    }
    #banner h1{
        font-size: 2.5em;
    }
    #animations{
        width: 100%;
        background: #FFF;
        padding: 20px 0 0 0;
    }
    #animations > .inner{
        height: 70px;
    }
    .mb20{
        margin-bottom: 20px;
    }
    .flecha{
        height: 2em;
        transition: opacity 0.5s ease;
        cursor:pointer;
    }
    .flecha:hover{
        opacity: 0.5;
    }
    .left-container{
        width: 100%;
    }
    .right-container{
        width: 100%;
    }
    .arrow-left,.arrow-right{
        cursor:pointer;
    }
    .block-with-text {
        line-height: 1.5em;
        margin: 1em; 
        overflow: hidden;
    }
    .four-lines{     
        height: 6em;
    }
    .one-line{
        height: 1.5em; 
    }
    article > header > p{
        margin-top: -1.5em;
    }
    #header{
        z-index: 10010; 
    }
    #banner.concreta {
        display: table;
    }
    iframe{
        width: 100% !important;
        height: 400px;
        margin: 1em 0;
    }
    h1{
        font-size: 2em;
        font-weight: 400;
    }
    #comprar{
        border-top: 1px #BBB solid;
        border-bottom: 1px #BBB solid;
        padding: 1em 0;
        margin-top: 1em;
    }
    .slider.zero{
        display: none;
    }
    #tags-busqueda article:last-child{
        margin-bottom: 3em !important;
    }
    #tags-busqueda > header{
        margin-bottom: -1em;
    }
    p{
        margin: 0 0 0.5em 0;
    }
    section#negocio_template{
        padding: 0;
    }
    section.wrapper{
        padding: 0 0 3em 0;
    }
}
.left-container > .slider.zero{
    display: none;
}
.flex.flex-3 article,.flex.flex-2 article{
    padding-bottom: 2em;
    margin-bottom: 2em;
}
body{
    width: 100%;
    display: block;
}
#header *{
    font-weight: 500;
}
.link-deep{
    padding: 1em;
}
.link-deep > * {
    font-weight: normal !important;
}
.link-deep-separator{
    padding: 0 0.2em;
    color: #2C4099;
}
.globo-carrito{
    background: #DDD;
    color: #2C4099;
    position: absolute;
    position: absolute;
    top: -0.6em;
    font-size: 0.55em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    display: block;
    text-align: center;
    border-radius: 50%;
    left: 2.7em;
    display: none;
}
.globo-carrito.reverse{
    color: #CCC;
    background: #2C4099;
}
.globo-carrito.granate{
    color: #CCC;
    background: #700;
}
#header .logo strong{
    color: #DDD;
}
#header .logo strong:hover{
    color: #FFF;
}
h1 > .grey-color {
    font-size: 0.8em;
}

@media (min-width:980px){
    #carrito{
        display: table;
        margin: 3em 10%;
        width: 80%;
    }
    #carrito > .inner > h1 {
        padding: 5em 0;
    }
    .cupon {
        display: table;
        margin: 1em 0;
        padding: 1em;
        width: 100%;    
    }
    .cupon .descripcion{
        width: calc(70% - 2em);
        padding-left: 1em;
        float: left;
    }
    .cupon .total{
        padding: 1em;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .cupon .descripcion > * {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .cupon.image{
        width: 30%;
        display: block;
        margin: 1px;
        float: left;
        padding: 0;
    }
    .cupon .contador .fa{
        font-size: 1.5em;
        margin: 0.5em;
    }
    .cupon .contador .number{
        font-size: 1.5em;
        margin-top: 0.2em;
    }
    .cupon .contador .fa:hover{
        color: #2C4099;
    }
    .cupon .contador{
        position: absolute;
        bottom: calc(50% - 2em);
        right: 1em;
    }
    #comprar{
        position:relative;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }
    #comprar > form{
        width: calc(100% - 2em);
        margin: 0;
        padding: 0 0 0 2em;
        border-left: 1px #BBB solid;
    }
    #nav-container  a{
        color: #EEE;
        font-size: 1.5em;
    }
    #nav-container {
        position: absolute;
        right: 0;
    }
    #nav-container > #nav {
        float: right;
    }
    #header > .inner > a{
        position: absolute;
        font-size: 1.5em;
        height: 3.25em !important;
        line-height: 3.25em !important;
    }
    #header > .inner {
        position: absolute;
        margin: 0 auto;
        min-width: 90%;
        height:100%;
        left: 0;
        display: block;
        right: 0;
    }
    #header > a {
        height: 3.25em;
        line-height: 3.25em;
    }
}
@media (max-width:980px){
    searcher{
        width: 100%;
    }
    #carrito{
        display: table;
        margin: 3em 0;
    }
    #carrito > .inner {
        display: table;
        width: 100%;
        max-width: 100%;
    }
    .cupon {
        display: table;
        margin: 1em 0;
        width: 100%;
        display: table;
    }
    .mobile-centrado{
        width: auto !important;
        margin: 0 auto !important;
        display: table !important;
    }
    .cupon .descripcion{
        width: 100%;
        text-align: center;
        padding: 1em;
    }
    .cupon .total{
        width: 100%;
        text-align: center;
        padding: 1em;
    }
    .cupon .descripcion > * {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .cupon.image{
        width: calc(100% -2px);
        display: block;
        margin: 1px;
    }
    .cupon .contador .fa{
        font-size: 1.5em;
        margin: 0.5em;
    }
    .cupon .contador .number{
        font-size: 1.5em;
        margin-top: 0.2em;
    }
    .cupon .contador .fa:hover{
        color: #2C4099;
    }
    .cupon .contador{
        margin: 0 auto;
    }
    #comprar{
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 2em;
    }
    #nav-container > a{
        height: auto;
        margin: auto 0;
        color: #EEE;
        font-size: 1.5em;
    }
    #nav-container {
        position: absolute;
        display: inline-block;
        float: right;
        top:0;
        right:0;
        width: auto;
    }
    #header > .inner > a{
        position: absolute;
        font-size: 1.5em;
    }
    #header > .inner a{
        font-size: 1.35em;
        height: 1.25em !important;
        line-height: 1.25em !important;
        cursor: pointer;
    }
    #header a.navPanelToggle {
        text-decoration: none;
        padding-right: 0em;
        z-index: 10003;
        width: auto;
    }
    #header > a {
        height: 3.25em;
        line-height: 3.25em;
    }
    .logo > img {
        margin-top: 0.4em;
    }
    #navPanel {
        text-align: right;
        padding: 4em 0;
    }
    #navPanel a{
        padding: 0;
        width: 100%;
        color: #FFF;
    }
    #navPanel a > p,#navPanel h5{
        padding: 1em 3em 1em 1em;
        width: 100%;
        color: #FFF;
    }
    #navPanel h5{
        font-weight: bold;
    }
    #navPanel a.selected{
        background: #6679CC;
    }
}
/* Form */

@media (min-width:980px){
    form {
        margin: 0 0 2em 0;
    }

    form .field {
        margin-bottom: 1.5em;
    }

    form .field.half {
        float: left;
        width: 48%;
        margin: 0 1% 2em 1%;
    }

    form .field.cuarto {
        float: left;
        width: 23%;
        margin: 0 1% 2em 1%;
    }

    form > button{
        width: 98% !important;
        margin: 2em 1% !important;
    }
    #not-registrado{
        width: 100%;
    }
}

@media screen and (max-width: 980px) {

    #dialogContainerModal > div, #dialogContainer > div{
        width: 98%;
        margin: 100px 1%;
        max-height: calc(100% - 200px);
        overflow-y: auto;
        background: #FFF;
        border: 1px solid #CCC;
        padding: 0.5em;
    }
    form .field {
        display: block;
        width: 100%;
    }
    #not-registrado{
        width: 100%;
        margin: 0;
    }
    #navPanel a > p, #navPanel h5 {
        padding: 0.3em 3em 0.3em 1em;
        width: 100%;
        color: #FFF;
    }
    #navPanel a:not(.close) {
        padding: 0;
    }
    #header a.navPanelToggle{
        font-size: 1.35em;
        height: 2.25em !important;
        line-height: 2.25em !important;
        cursor: pointer;
    }
    #header a{
        line-height: 3.25em !important;
    }
    .fa.fa-shopping-bag{
        font-size: 1.45em !important;
        line-height: 2.15em !important;
    }
    .logo > font{
        font-size: 1.25em !important;
        line-height: 2.15em !important;
    }
}
.color-verde{
    color: #20bf23 !important;
}
.color-negro{
    color: #291635 !important;
}
.cupon.ref{
    position: absolute;
    top: 1em;
    right: 1em;
}
.center{
    width: auto;
    margin: 0 auto;
}
.container-center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.btn-google  img {
    margin: 3px 0;
    height: 2.35em;
    float: left;
}
.btn-google > div {
    width: 20em;
    margin: 0 auto;
}
.btn-google{
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #ea4335;
    color: #ea4335 !important;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: .75em;
    font-weight: 400;
    height: 2.75em;
    line-height: 2.75em;
    letter-spacing: 2px;
    padding: 0 4em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
#myDesplegable ul li {
    width: 100%;
    min-width: 100%;
    list-style-type: none;
}
#myDesplegable ul {
    width: 100%;
    min-width: 100%;
    list-style-type: none;
    background: #FFF;
    border-radius: 10px;
    padding-left: 0;
    text-align: left;
}
#myDesplegable  li {
    padding: 0.2em 1em;
}
li:nth-child(even):not(.no-margin) {
    background-color: rgba(144, 144, 144, 0.15);
}
li:nth-child(odd):not(.no-margin) {
    background-color: rgba(144, 144, 144, 0.05);
}
li:last-child:not(.no-margin){
    border-bottom-radius: 10px;
}
#myDesplegable > ul {
    margin: 0;
    overflow: auto;
    display: block;
}
.inner.generic{
    width: 100%;
    padding: 1em 0;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
}
.info-generic{
    padding: 0 1em;
}