
/* GENERAL */
* {
    margin: 0;
}

/*body, html {
    height: 100%;
}*/

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
header {
    /*! background: #fff url(../img/patron32.png) repeat-x; */
    /*! min-height: 50px; */
    /*! padding: 50px 0; */
}
.navbar-header {
    background:#d60d18;
    flex: 0 20%;
    display: flex;
    align-items: center;
}
.navbar-brand {
    padding:0;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
}
#navbar {
  flex: 0 100%;
}


.bg-header {
    /*! height: 200px; */
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(23,37,67,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(23,37,67,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(23,37,67,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.bg-body {
    max-width: 1920px;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
}

#footer, .push {
    height: auto;
}

body {
    color: #333;
    font-family: latoregular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    margin-bottom: 0;
}

a:focus, a:hover {
    color: #AF9778;
    text-decoration: none;
}

.mr-t {
    margin-top: 30px;
}
/* CABECERA - LOGO */


.logo {
    position: relative;
    float:left;
}
.logo h1 {
    color: #3F4455;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: bold;
}
    .logo img {
        /*! margin: 0 auto; */
    }
/* CABECERA - inicio */
.nav > li > a:focus, .nav > li > a:hover {
    /*! background: transparent; */
}

.navbar-default {
    width: 100%;
    background-color:#000;
    display: flex;

}

.navbar {
  margin: 0;
  border: 0;
  z-index: 6;
}

.navbar-toggle .icon-bar {
    background-color: #665234;
}
.navbar-collapse .collapse {
    background:#000;
}
ul.menu {
  font-family: 'webfont';
  /*! font-size: 1.12em; */
  display: flex;
  text-transform: uppercase;
  list-style-type: none;
  align-content: center;
  align-items:center; 
  justify-content: flex-end; 
  /*! flex-wrap: wrap; */
    min-height:90px;
  width: 100%;
}

    

        ul.menu li:last-child {
            padding: 0;
            margin: 0;
        }

        ul.menu li a {
            text-decoration: none;
            margin-bottom: 0;
            margin-top: 0;
            color: #000;
            font-weight: bold;            
            transition: all 0.5s ease-out 0s;          
            font-family: 'Montserrat', sans-serif;   
            text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        }
a.glink {
    padding:0 5px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
            .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
                color:red;
}
ul.menu li a[href="/noticias"] {
    display: none;
}
    ul.menu .dropdown-menu {
        background-color: #F9EFD6;
        border-radius: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

.att {
    color: #af9778;
    float: right;
    font-weight: bold;
    line-height: 3;
}

header .ico-tel {
    background: transparent url("../img/ico-tel.png") no-repeat scroll 50% 50%;
    border-radius: 50%;
    margin-right: 5px;
}

header .ico-tel-b {
    background: transparent url("../img/ico-tel-b.png") no-repeat scroll 50% 50%;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    min-width: 19px;
}

a[href^="tel:"], a[href^="mailto:"] {
    margin-right: 0.5em;
    font-weight: normal;
    color: #172543;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    a[href^="tel:"]:hover, a[href^="mailto:"]:hover {
        color: #ffffff;
    }

.legend {
    font: 2em/1 great;
}

.bloquecesta, .bloquecestaport {
    float: right;
}

    .bloquecestaport .cesta {
        float: left;
        margin: 0;
        padding: 0;
        line-height: 3;
    }

        .bloquecestaport .cesta > a {
            color: #af9778;
        }

.articulo {
    float: right;
    line-height: 3;
}

.pdlr {
    padding-left: 0;
    padding-right: 0;
}

.bloquecestaport .articulo > a {
    background: transparent url("../img/cesta.png") no-repeat scroll 50% 50%;
    color: #af9778;
    display: block;
    padding-left: 35px;
}

#numarticulos {
    background-color: #af9778;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    padding: 10px 6px;
}

.buscar {
    font-size: 0.85em;
    height: 30px;
    border: 0;
    display: inline-flex;
    color: #4d4d4d;
    padding: 3px;
    margin: 5px;
    float: right;
}

    .buscar input {
        border: 0 none;
    }

.btnbuscar {
    background-attachment: scroll;
    background-color: #ffffff;
    background-image: url("../img/lupa.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -3000px;
    width: 20px;
}
/* CABECERA - final */
/* CUERPO - inicio */
/* CAROUSEL - inicio */
#carousel {
    display: block;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    top: -220px;
    margin-bottom: -220px; 
}

    #carousel figure {
        overflow: hidden;
        padding-top: 59.62%;
        position: relative;
    }

    #carousel img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        min-width: 100%;
    }

.caption {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*width: 80%;*/
}

    .caption h2 {
    }

        .caption h2 span {
            color: #ffffff;
            background: rgba(23,37,67,.5);
            font-size: 2em;
            padding: 10px;
            float: none;
            text-align: center;
            display: inline-block;
            width: 100%;
            text-shadow: 2px 2px 15px #000;
        }

/*.caption h2 span:last-child {
                clear: left;
            }*/
/*#carousel .carousel-inner {
    height: 630px;
}*/





.items a:hover {
    text-decoration: none;
}

ul.items a:hover figure {
    transition: all 0.4s ease-in 0s;
}

#owl-demo {
    margin: 0 0 15px;
}

    #owl-demo .item {
        height: 0;
        padding-bottom: 80%;
        position: relative;
    }

        #owl-demo .item:hover span {
            bottom: 0;
        }

        #owl-demo .item img {
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate3d(0px, -50%, 0px);
            -webkit-transform: translate3d(0px, -50%, 0px);
            transform: translate(0,-50%);
        }

.owl-carousel .owl-item {
    overflow: hidden;
}

.owl-theme .owl-controls {
    margin-top: 0 !important;
}

#owl-demo .owl-prev, #owl-demo .owl-next {
    background: none;
    color: #808080;
}

.owl-prev, .owl-next {
    background: none;
    color: #808080;
}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-prev {
    left: -30px;
    top: 50%;
}

.owl-next {
    right: -30px;
    top: 50%;
}
/* CAROUSEL - final */

.box {
    padding: 20px;
    min-height: 550px;
    position: relative;
    overflow: hidden;
     -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    
}

    
    
    .box h3 {
        
        text-align: center;
        color: #fff;
        position: absolute;
        z-index: 1;
        text-shadow: 2px 2px 15px #000;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
    }

    .box p {
        font: 1em/1 latoregular;
    }
    
    .box img {
        position: absolute;
        top: 0;
        left: 0;        
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        width: 100%;
        filter: brightness(0.8);
        -webkit-filter: brightness(0.8); 
    }
       
.box:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    transform: translate(5px,-3px) scale(1.05);
    -webkit-transform: translate(5px,-3px) scale(1.05);
    opacity: 1;
    
}
.rless {
    padding-left: 0;
    padding-right: 0;
}

.white {
    margin: 15px 15px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 15px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 15px 15px rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 15px rgba(255,255,255,1);
}



    #soluciones h1 {
        text-align: left;
    }

    #soluciones blockquote {       
        border: 0;
    }

    #soluciones h2 {
            font-size: 32px;
    }

#candidatos .bg-candidatos {
    background-color: #F6EFE0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
   
}

#soluciones .bg-formulario {
    background: #ffffff url(../img/bg-formulario.jpg) no-repeat scroll 0 0;
    padding: 30px;
    overflow: hidden;
}

#soluciones a h3 {
    color: #172543;
    text-align: center;
}

#soluciones .imagen {
    margin: 15px 0;
    height: 320px;
    overflow: hidden;
    position: relative;
}

    #soluciones .imagen img {
        min-width: 100%;
    }

        #soluciones .imagen img.scale {
            transform: scale(1.3);
            -webkit-transform: scale(1.3);
        }

        #soluciones .imagen img.clip {
            min-width: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            position: absolute;
            margin-bottom: -150px;
        }

#soluciones .articulo-box {
    overflow: hidden;
    background-color: #F1F2F4;
    border: 4px solid #7A7878;
    display: block;
    vertical-align: middle;
}

    #soluciones .articulo-box img {
        display: table-cell;
        max-height: 100px;
        width: auto;
        margin: 15% auto;
    }

#soluciones img {
    vertical-align: middle;
    display: inline-block;
}

.box-year {
    display: block;
    font-size: 1.9em;
}

/* FOOTER - inicio */
#footer, .push {
    height: 339px;
}
#footer {
    padding: 10px 0 0;
    height:auto;
    color: #FFFFFF;
    text-align: center;
    background-color: #000;
}

    #footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

footer li {
    display: inline-block;
    text-align: left;
}

ul#mymenu2 {
    text-align: right;
    padding-top: 30px;
}

#mymenu2 li {
    list-style-type: none;
    font-family: latobold;
}

    #mymenu2 li a {
        color: #fff;
        padding: 0 5px;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
#mymenu2 li a[href="/noticias"] {
    display: none;
}
    #mymenu2 li li a {
        color: #999;
    }

    #mymenu2 li a:hover {
        color: #ffffff;
    }

#footer ul#mymenu2 li a img {
    display: block;
    padding: 10px 0;
}

#footer h1 img {
    padding: 0;
    margin: 0;
}

#footer p {
    text-align: left;
}

#footer * {
    color: #ccc;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    #footer *:hover {
        color: #ffffff;
    }

footer .ico-tel, footer .ico-movil, footer .ico-fax, footer .ico-mail, footer .ico-loc {
    padding: 0px 30px 0;
}

footer .ico-tel {
    background: transparent url(../img/ico-tel-f.png) no-repeat scroll 0 70%;
    width: 80%;
}
footer .ico-movil {
    background: transparent url(../img/ico-movil-f.png) no-repeat scroll 0 70%;
    width: 80%;
}
footer .ico-mail {
    background: transparent url(../img/ico-mail-f.png) no-repeat scroll 0 70%;
    width: 80%;
}

footer .ico-loc {
    background: transparent url(../img/ico-loc.png) no-repeat scroll 0 50%;
    width: 80%;
}

#footer .block {
    background-color: https: //autosdaimiel.es;
    margin: 15px 0 0;
    /*position: absolute;
    bottom: 0;*/
}

    #footer .block a {
        color: #999999;
    }

        #footer .block a:hover {
            text-decoration: underline;
        }

#footer address {
    float: left;
    margin: 0;
    color: #999999;
    line-height: 4;
}

.legal {
    float: right;
    line-height: 4;
}

    .legal ul li:nth-child(n+1)::after {
        content: "|";
        padding-left: 5px;
        color: #999999;
    }

    .legal ul li:last-child::after {
        content: "";
    }
/* ATENCION CLIENTE -inicio */
#soluciones h1 {
    color: #3F4455;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.attcliente {
    padding: 0;
    text-align: center;
    overflow: hidden;
    background-color: #1A1A1A;
    position: relative;
    /*bottom: 320px;*/
    width: 100%;
}

.box-attcliente {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

    .box-attcliente h2 {
        color: #172543;
        font-family: latoregular;
        font-size: 24px !important;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        padding: 10px;
        margin: 0;
        margin-top: 0;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }



    .box-attcliente a {
        background-color: #F1F2F4;
        border-radius: 50%;
        box-shadow: 0 0 0 5px #fff, 0 0 0 8px #7A7878;
        height: 200px;
        margin: 15px;
        padding: 0;
        vertical-align: middle;
        width: 200px;
        display: inline-block;
        position: relative;
        transform: scale(1);
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .box-attcliente span, .box-attcliente .box-b {
        position: relative;
        left: 0%;
        top: 0%;
        /*transform: translate(0%, -0%);
        -webkit-transform: translate(0%, 0%);*/
        width: 100%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }


    .box-attcliente span {
        color: #999;
        font-family: latolight;
        font-weight: bold;
        text-align: center;
        padding: 40px 15px 0;
        vertical-align: middle;
        font-size: 0.865em;
    }

    .box-attcliente .box-b {
        background-color: rgba(197,215,249,0.8);
        width: 100%;
        height: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        transition: height 0s linear 0.5s,opacity 0.5s linear;
    }
    /*.attcliente:hover {
    -webkit-animation-name: boxing; 
    -webkit-animation-duration: 1s; 
    animation-name: boxing;
    animation-duration: 1s;
}*/
    .box-attcliente:hover a {
        -webkit-animation-name: boxAnimate;
        -webkit-animation-duration: 1s;
        animation-name: boxing;
        animation-duration: 1s;
        transform: scale(0.8);
    }

    .box-attcliente:hover h2 {
        -webkit-animation-name: boxMargin;
        -webkit-animation-duration: 1s;
        animation-name: boxMargin;
        animation-duration: 1s;
        margin-top: -30px;
    }

    .box-attcliente:hover .box-b {
        -webkit-animation-name: boxAnimate;
        -webkit-animation-duration: 1s;
        animation-name: boxAnimate;
        animation-duration: 1s;
        visibility: visible;
        height: 100%;
        opacity: 1;
        transition-delay: 0s;
    }

    .box-attcliente:hover span, .box-attcliente:hover .box-b {
        opacity: 1;
    }

    .box-attcliente li {
        border-radius: 50%;
        box-shadow: 0 0 0 1px #999;
        height: 100px;
        margin: 5px 0;
        padding-top: 5px;
        vertical-align: middle;
        width: 180px;
        display: inline-block;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }

.ico-entrega {
    background: transparent url("../img/ico-entrega.png") no-repeat scroll 50% 75%;
    display: block;
}

.ico-rapido {
    background: transparent url("../img/ico-rapido.png") no-repeat scroll 50% 100%;
    display: block;
}

.ico-attcliente {
    background: transparent url("../img/ico-attcliente.png") no-repeat scroll 50% 100%;
    display: block;
}

.ico-pago {
    background: transparent url("../img/ico-pago.png") no-repeat scroll 50% 80%;
    display: block;
}

.ico-cuenta {
    background: transparent url("../img/ico-cuenta.png") no-repeat scroll 0 50%;
    display: block;
    padding-left: 15px;
}

.ico-cesta {
    background: transparent url("../img/ico-cesta.png") no-repeat scroll 0 50%;
    display: block;
    padding-left: 20px;
}

.ico-home {
    background: transparent url("../img/ico-home.png") no-repeat scroll 0 70%;
    display: block;
    padding-left: 30px;
}

ul.menuleft {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: sourcenormal;
}

    ul.menuleft li {
        list-style: none;
    }

    ul.menuleft ul li {
        font-weight: normal;
    }

.nav .open > a, .nav .open > a:focus {
    background-color: #f6efe0;
    color: #120203;
    padding: 5px 40px;
    text-align: left;
    border-radius: 0;
    font-family: latoregular;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

   

.nav > li > a:target {
    background-color: #000;
}
.nav > li > a:target + .dropdown-menu {
    display: block;
}


.nav > li > a {
    background-color: #000;
    color: #fff;    
    text-align: left;
    border-radius: 0;
    font-family: latoregular;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.nav > li[data-type="ico-jamones-menu"] > a {
    background-image: url("../img/ico-jamones-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.nav > li[data-type="ico-embutidos-menu"] > a {
    background-image: url("../img/ico-embutidos-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.nav > li[data-type="ico-loncheados-menu"] > a {
    background-image: url("../img/ico-loncheados-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.nav > li[data-type="ico-lotes-menu"] > a {
    background-image: url("../img/ico-lotes-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.nav > li[data-type="ico-salazones-menu"] > a {
    background-image: url("../img/ico-salazones-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.nav > li[data-type="ico-encurtidos-menu"] > a {
    background-image: url("../img/ico-encurtidos-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.nav > li[data-type="ico-ibericos-menu"] > a {
    background-image: url("../img/ico-ibericos-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.nav > li[data-type="ico-quesos-menu"] > a {
    background-image: url("../img/ico-quesos-menu.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

    .nav > li[data-type="ico-quesos-menu"] > a:target {
        display: block;
    }

@keyframes boxing {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@-webkit-keyframes boxing {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes boxMargin {
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -30px;
    }
}

@-webkit-keyframes boxMargin {
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -30px;
    }
}

@-webkit-keyframes boxAnimate {
    0% {
        top: 100%;
    }

    100% {
        top: 0%;
    }
}

@keyframes boxAnimate {
    0% {
        top: 100%;
    }

    100% {
        top: 0%;
    }
}


.ico-trabajo {
    background: transparent url("../img/ico-trabajo.png") no-repeat scroll 50% 50%;
    display: block;
    padding-top: 100%;
}

.ico-valor {
    background: transparent url("../img/ico-valor.png") no-repeat scroll 50% 50%;
    display: block;
    padding-top: 100%;
}

.ico-objetivo {
    background: transparent url("../img/ico-objetivo.png") no-repeat scroll 50% 50%;
    display: block;
    padding-top: 100%;
}

.ico-equipo {
    background: transparent url("../img/ico-equipo.png") no-repeat scroll 50% 50%;
    display: block;
    padding-top: 100%;
}

.ico-trab {
    background: transparent url("../img/ico-trab.png") no-repeat scroll 50% 50%;
    display: block;
}

.ico-personal {
    background: transparent url("../img/ico-personal.png") no-repeat scroll 50% 5%;
    display: block;
}

.ico-flex {
    background: transparent url("../img/ico-flex.png") no-repeat scroll 50% 20%;
    display: block;
}

.ico-trab, .ico-personal, .ico-flex {
    padding-top: 50%;
}

    .ico-trab a, .ico-personal a, .ico-flex a {
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }

        .ico-trab a:hover, .ico-personal a:hover, .ico-flex a:hover {
            color: #af9778;
        }

.disc {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: latoregular;
}

    .disc li {
        display: inline-block;
        padding: 0 30px;
        margin-bottom: 30px;
    }

        .disc li a figure {
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

    .disc figure {
        border-radius: 50%;
        height: 100px;
        margin: 0 auto 15px;
        padding: 4%;
        overflow: hidden;
        width: 100px;
    }

    .disc h2 {
        font-weight: bold;
        font-size: inherit;
    }

/* ATENCIÃ“N CLIENTE -final */
/* newsletter - inicio */
.att_tel {
    float: left;
    width: 100%;
}

#suscripcion {
    color: #333333;
    font-family: bonveno;
}

    #suscripcion h4 {
        color: #AF9778;
    }

.txt-buscar {
    color: #808080;
    width: 70%;
    padding: 9px;
    border: 0;
}

input, select, textarea {
    font-family: sourcenormal;
    font-size: 1em;
}

.showhidemail {
    color: red;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1;
}

.ofer {
    background: #A18D57; /* Old browsers */
    color: #FFFFFF;
}

.box:hover .ofer {
    background: #F34F5C; /* Old browsers */
    color: #ffffff;
}

span.ofer:hover {
    color: #ffffff;
    cursor: default;
}

.cv {
    background: #F09D06;
    background: -moz-linear-gradient(top, #f09d06 0%, #e87000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f09d06 0%,#e87000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f09d06 0%,#e87000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09d06', endColorstr='#e87000',GradientType=0 ); /* IE6-9 */
    color: #fce5bb;
    text-shadow: 0 1px 1px #844205;
}

    .cv:hover {
        background: #e87000;
        background: -moz-linear-gradient(top, #e87000 0%, #f09d06 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e87000 0%,#f09d06 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e87000 0%,#f09d06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87000', endColorstr='#f09d06',GradientType=0 ); /* IE6-9 */
        color: #ffffff;
    }
#soluciones .btn-button {
    transform:none;
    -webkit-transform:none;
    position:static;
    float:left;
}
.btn-button {
    font-family: latobold;
    border: 0;
    border-radius: 36px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: block;
    text-transform: uppercase;
    bottom: 80px;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    left: 50%;
    /*width:60%;*/
}

    .btn-button:hover {
        color: #ffffff;
        background-color: #CFB49E;
    }

#suscripcion .btn-articulo {
    display: inline;
}

.avisos-legales input[type="checkbox"] {
    margin-right: 0;
}

.fb-link {
    text-decoration: underline;
}

.ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 50%;
}
.ico-movil {
    background: transparent url(../img/ico-movil.png) no-repeat scroll 0 50%;
}

.ico-fax {
    background: transparent url(../img/ico-fax.png) no-repeat scroll 0 50%;
}

.ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 50%;
}

.ico-tel, .ico-fax, .ico-mail {
    padding-left: 20px;
}
/* newsletter - final */
/* FOOTER - final */

/* BODY - inicio */
.breadcrumb {
    font-size: 0.9em !important;
    background: none;
    margin: 0;
    padding: 15px;
}

    .breadcrumb a {
        color: #897248;
    }

    .breadcrumb > li {
        color: #897248;
    }

    .breadcrumb > .active {
        color: #897248;
    }

#formacion, #content {
    padding: 0;
    overflow: hidden;
}

.nav-tabs {
    border: 0;
    font-size: 16px;
    text-align: center;
}

    .nav-tabs > .nav-item {
        display: inline-block;
        color: #999999;
        padding: 15px;
        border-bottom: 1px solid #948680;
    }

        .nav-tabs > .nav-item.active, .nav-tabs > .nav-item:hover, .nav-tabs > .nav-item:focus {
            color: #F02637;
            border-bottom: 1px solid #F02637;
        }



.tab-pane {
    display: inline;
    clear: left;
}

.bg-content {
    background-color: #7A7878;
    padding: 5px;
    margin: 0 0 30px;
    color: #ffffff;
}

#formacion {
    background-color: #FAEADE;
    background-image: url(../img/bgofertas.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center bottom;
}

#ylp {
    background: transparent url(../img/yolopido-bg.jpg) no-repeat scroll 0 0;
}

#formacion img {
    display: table-cell;
}

#formacion h2, #content h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: bonveno;
    font-size: 36px;
}

.inter h2 {
    font-family: sourcenormal;
}

.inter h1, .formac h1 {
    color: #0766CA;
}

.inter h2 {
    color: #e0ebf7;
}

#formacion h2, #tpv-client, #ylp, #version h2, .versiones h2, #content h2 {
    color: #000;
}



#blog h3 a:hover {
    color: #0766ca;
    text-decoration: underline;
}

.Hostservicios h3 {
    font-weight: normal;
    margin-top: 0;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}

.Hostservicios ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.event, .event2, .event3 {
    margin-bottom: 15px;
    padding-bottom: 86px;
    display: block;
    width: 100%;
}

.event {
    background: transparent url(../img/event.png) no-repeat scroll 50% 50%;
}

.event-demo {
    background: transparent url(../img/event-demo.png) no-repeat scroll 50% 50%;
}

.yolopido-demo {
    background: transparent url(../img/yolopido-demo.png) no-repeat scroll 50% 50%;
}

.tactil-demo {
    background: transparent url(../img/tactil-demo.png) no-repeat scroll 50% 50%;
}

.event2 {
    background: transparent url(../img/event2.png) no-repeat scroll 50% 50%;
}

.event3 {
    background: transparent url(../img/event3.png) no-repeat scroll 50% 50%;
}

.event4 {
    background: transparent url(../img/event4.png) no-repeat scroll 50% 50%;
}

.event5 {
    background: transparent url(../img/event5.png) no-repeat scroll 50% 50%;
}

.event6 {
    background: transparent url(../img/event6.png) no-repeat scroll 50% 50%;
}

.event7 {
    background: transparent url(../img/event7.png) no-repeat scroll 50% 50%;
}

.event8 {
    background: transparent url(../img/event8.png) no-repeat scroll 50% 50%;
}

.event9 {
    background: transparent url(../img/event9.png) no-repeat scroll 50% 50%;
}

.ylp-1 {
    background: transparent url(../img/yolopido-scan.png) no-repeat scroll 50% 50%;
}

.ylp-2 {
    background: transparent url(../img/yolopido-pide.png) no-repeat scroll 50% 50%;
}

.ylp-3 {
    background: transparent url(../img/yolopido-camarero.png) no-repeat scroll 50% 50%;
}

#servicios li a:hover, .Hostservicios li a:hover {
    text-decoration: underline;
}

.Hostservicios .box1 {
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
}

    .Hostservicios .box1:hover {
        background: #f6efe0;
    }
/*TIENDA -   inicio */
.outshop {
    border: 4px solid #897248;
}

.box-articulo {
    display: block;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

    .box-articulo p {
        text-align: justify;
    }

.box-sup {
    background: transparent url(../img/mask.png) no-repeat scroll 0 0;
    height: 32px;
}

.box-articulo figure {
    overflow: hidden;
    width: 100%;
    min-height: 445px;
    line-height: 445px;
}

    .box-articulo figure img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        min-width: 100%;
        margin: 0 auto;
    }
/*#hotel, #cafeteria-restaurante, #bodas
{
     margin-bottom:30px;
     max-height: 252px;
     height: auto;
}*/
#hotel h1 {
    color: #978a3f;
    font-family: cinzel;
    text-align: center;
    text-transform: uppercase;
}

#hotel h2 {
    color: #978a3f;
    text-align: center;
    font-family: cinzel;
}

#hotel .camas {
    background-color: #55A1A4;
}

#hotel .btn-primary {
    text-align: center;
}

.btn-primary {
    background-color: #55A1A4;
    border-color: #55A1A4;
    font-family: inherit;
}
.btn-danger {
    font-family: inherit;
}


.mag4 {
    background: transparent url(../img/star.png) no-repeat scroll 50% 0;
    display: block;
    width: 5%;
    height: 15px;
    text-align: center;
    margin: 15px auto;
}

.box-titulo {
    height: 50px;
    position: relative;
}

#hotel h3, #cafeteria-restaurante h3, #bodas h3 {
    color: #978a3f;
    text-align: center;
    font-family: cinzel;
    font-size: 1.4em;
    width: 80%;
    margin: 0 auto;
}

    #hotel h3 a, #cafeteria-restaurante h3 a, #bodas h3 a {
        color: #978a3f;
    }

        #hotel h3 a:hover, #cafeteria-restaurante h3 a:hover, #bodas h3 a:hover, #hotel h4 a:hover, #cafeteria-restaurante h4 a:hover, #bodas h4 a:hover {
            color: #55A1A4;
        }

#hotel h4 a, #cafeteria-restaurante h4 a, #bodas h4 a {
    color: #978A3F;
}

#hotel h4, #cafeteria-restaurante h4, #bodas h4 {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #978A3F;
    position: absolute;
    bottom: 0;
}

    #hotel h4:nth-child(even), #cafeteria-restaurante h4:nth-child(even), #bodas h4:nth-child(even) {
        left: 0;
    }

    #hotel h4:nth-child(odd), #cafeteria-restaurante h4:nth-child(odd), #bodas h4:nth-child(odd) {
        right: 0;
    }

    #hotel h4:nth-child(even), #hotel h4:nth-child(odd), #cafeteria-restaurante h4:nth-child(even), #cafeteria-restaurante h4:nth-child(odd), #bodas h4:nth-child(even), #bodas h4:nth-child(odd) {
        padding-top: 15px;
    }

    #hotel h4:nth-child(even) {
        background: transparent url(../img/ico-hotel1.png) no-repeat scroll 50% 0;
    }

    #hotel h4:nth-child(odd) {
        background: transparent url(../img/ico-hotel2.png) no-repeat scroll 50% 0;
    }

    #cafeteria-restaurante h4:nth-child(even) {
        background: transparent url(../img/ico-comedor.png) no-repeat scroll 50% 0;
    }

    #cafeteria-restaurante h4:nth-child(odd) {
        background: transparent url(../img/ico-platos.png) no-repeat scroll 50% 0;
    }

    #bodas h4:nth-child(even) {
        background: transparent url(../img/ico-salon.png) no-repeat scroll 50% 0;
    }

    #bodas h4:nth-child(odd) {
        background: transparent url(../img/ico-terraza.png) no-repeat scroll 50% 0;
    }

.icoseccion {
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 50%;
    height: 22px;
    padding-left: 30px;
}

.ico-hotel-w {
    background: transparent url("../img/ico-hotel-w.png") no-repeat scroll 0 center;
}

.ico-habitaciones-w {
    background: transparent url("../img/ico-hotel-w.png") no-repeat scroll 0 center;
}

.ico-comedor-w {
    background: url("../img/ico-comedor-w.png") no-repeat scroll 0 center;
}

.ico-restaurante-w {
    background: url("../img/ico-restaurante-w.png") no-repeat scroll 0 center;
}

.ico-habitaciones-w {
    background: transparent url(../img/ico-habitaciones-w.png) no-repeat scroll 0 center;
}

.ico-recepcion-w {
    background: transparent url(../img/ico-recepcion-w.png) no-repeat scroll 0 0;
}

.ico-platos-w,
.ico-platos-de-boda-w {
    background: transparent url(../img/ico-platos-w.png) no-repeat scroll 0 center;
}

.ico-terrazas-w {
    background: transparent url(../img/ico-terrazas-w.png) no-repeat scroll 0 0;
}

.ico-salones-w {
    background: transparent url(../img/ico-salones-w.png) no-repeat scroll 0 center;
}

.ico-ceremonias-civiles-w {
    background: transparent url(../img/ico-cere-w.png) no-repeat scroll 0 center;
}

.ico-entrada-w {
    background: transparent url(../img/ico-entrada-w.png) no-repeat scroll 0 center;
}

.ico-volver {
    background: transparent url(../img/ico-volver.png) no-repeat scroll 0 50%;
    padding-right: 30px;
}

.box-articulo h3 {
    color: #3a2e39;
    font-family: latolight;
    font-weight: 900;
    font-size: 1em;
    font-size: calc( 16px + (24 - 16)* (100vw - 320px)/(1920 - 320));
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

    .box-articulo h3 span {
        display: block;
        font-style: italic;
        color: #000;
    }

.box-articulo h3 a {
    color: #981819;
}

.box-articulo .precio {
    color: #9e7703;
    font-family: latoregular;
    font-size: 2em;
    text-align: center;
    width: 100%;
}

.carousel video {
    width: 100%;
    height: auto;
}

.box-articulo .precio span {
    color: #492412;
    float: left;
    font-size: 0.6em;
    width: 100%;
}

.box-articulo .utienda {
    padding: 7px 0;
    text-align: center;
    width: 35px;
}

.box-articulo .btn-button {
    position: static;
    bottom: 0;
    width: 60%;
    transform: none;
    margin: 15px auto;
}
/*TIENDA -   final */

.subtitle span {
    padding: 0 10%;
}

.fancy-w span:before, .fancy-w span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    height: 10px;
    top: 0;
    width: 100%;
}

.fancy-b span:before, .fancy-b span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #8AAED6;
    border-top: 1px solid #8AAED6;
    height: 10px;
    top: 0;
    width: 100%;
}

.fancy-n span:before, .fancy-n span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #E19877;
    border-top: 1px solid #E19877;
    height: 10px;
    top: 0;
    width: 100%;
}

.fancy-w span:before, .fancy-b span:before, .fancy-n span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy-w span:after, .fancy-b span:after, .fancy-n span:after {
    left: 100%;
    margin-left: 15px;
}


#program {
    margin-bottom: 30px;
}

    #program h1 {
        color: #013495;
        text-align: left;
        font-family: bonveno;
        text-transform: uppercase;
        font-size: 42px;
        padding: 30px 0;
    }

    #program p {
        line-height: 2;
    }

#servicios h2, #blog h2, #formacion h2 {
    overflow: hidden;
    text-align: center;
    padding: 0 15%;
}

#blog h2, #formacion h2 {
    padding: 0 5%;
}


    #formacion h2:before, #formacion h2:after {
        content: "";
        display: inline-block;
        height: 10px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

#servicios h2:before, #servicios h2:after {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}


.clientes h2::before, #servicios h2:before, #blog h2:before, #formacion h2:before {
    right: 0.5em;
    margin-left: -50%;
}

.clientes h2::after, #servicios h2:after, #blog h2:after, #formacion h2:after {
    left: 0.5em;
    margin-right: -50%;
}

.contacta li {
    color: #05488E;
}


#dominios p {
    text-align: center;
}

.Hostservicios ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.Hostservicios li {
    display: inline-block;
    text-align: center;
}

    .Hostservicios li a {
        color: #013495;
        float: left;
        font-weight: 800;
    }

        #formacion li a:hover, .Hostservicios li a:hover, #dominios li a:hover {
            text-decoration: none;
        }


.cesta {
    background: #F02637 url(../img/ico-cesta-white.png) no-repeat scroll 5% 50%;
    padding-left: 40px;
    color: #ffffff;
}


.bgborder-b {
    border-bottom: 10px solid #5b5a50;
}

.group > input {
    width: 100%;
}

.group input[type="password"] {
    width: 80%;
}

.btn-cuenta {
    float: right;
    height: 42px;
    padding: 0;
    width: 10%;
    height: 34px;
}

.cuenta {
    text-align: right;
    background-color: #3F4455;
}

    .cuenta ul {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .cuenta li {
        display: inline-block;
        padding-right: 15px;
        vertical-align: middle;
    }

        .cuenta li a {
            display: inline-block;
            color: #ffffff;
        }




.inter .contacto .form-group > input[type="checkbox"] {
    margin-left: 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.form-control {
    border: 2px solid #5599F3;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 15px;
    min-height: 42px;
    font-family: inherit;
    font-size: 1em;
}

.input-group {
    margin: 8px 0;
}

.inter .form-group input[type="submit"] {
    margin-left: 0px;
}

.inter .panel-body input[type="text"], .inter .panel-body input[type="password"] {
    width: 100%;
}

.menublue li a:hover {
    color: #ffffff !important;
}

.datepicker table {
    width: 100%;
}

.Hostservicios li a.enlaceevento:hover {
    color: #807003;
}

.logos {
    float: left;
    min-width: 80%;
}

ul.lista {
    padding: 0;
}

.lista li {
    list-style-type: none;
    display: inline;
    padding: 15px;
}

.min li {
    font-size: 0.85em;
}

.btn-link {
    float: right;
}

.logo-att {
    background: transparent url(../img/bagbol-g.png) no-repeat scroll 0 0;
    height: auto;
    min-height: 200px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    display: block;
    position: relative;
    top: -20px;
}

.tel-att {
    font-size: 2em;
    position: relative;
    z-index: 2;
}

/* tienda */


section.tienda h1 {
    color: #3F4455;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.boxdetproducto h1 {
    color: #3a2e39;
    font-family: latolight;
    font-weight: 900;
    font-size: 2em;
    line-height: 1;
}

    .boxdetproducto h1 span {
        display: block;
        font-style: italic;
        color: #61210F;
    }

.boxdetproducto ul {
    text-align: left;
    color: #F02637;
    clear: left;
    overflow: visible;
    margin-bottom: 30px;
}

.boxdetproducto li {
    display: block;
    text-align: left;
    line-height: 2;
}

    .boxdetproducto li div {
        display: inline-block;
        color: #000000;
    }

.boxdetproducto .box-attcliente li {
    display: inline-block;
    color: #999999;
    line-height: 1.5;
    display: inline-block;
    color: #999999;
    line-height: 1.5;
    height: 110px;
    margin: 30px 0;
    padding-top: 5px;
    vertical-align: middle;
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

    .boxdetproducto .box-attcliente li span {
        padding: 40px 0px 0;
        color: #999999;
    }

        .boxdetproducto .box-attcliente li span span {
            font-size: 1.6em;
            font-weight: 800;
            padding: 0;
        }

.boxdetproducto .precio {
    color: #9e7703;
    font-family: latoregular;
    font-size: 2em;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

    .boxdetproducto .precio span {
        color: #808080;
        font-size: 0.565em;
    }

.boxdetproducto .utienda {
    padding: 7px 0;
    text-align: center;
    width: 35px;
    height: 43px;
    float: left;
    margin-right: 15px;
}

.boxdetproducto .btn-button {
    position: static;
    transform: none;
    float: left;
    width: 40%;
}

section.tienda h2 {
    color: #808080;
    font-family: bonveno;
    font-size: 1.4em;
}

.boxdetproducto h2 {
    color: #c35449;
    font-family: bonveno;
    font-size: 1.4em;
    font-style: normal;
    line-height: 1;
    margin-top: 12px;
    text-align: center;
}

.contacta {
    background-color: #f6efe0;
    padding: 20px;
    color: #77631E;
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #F7F4F1;
}

    .contacta li {
        color: #77631E;
        list-style-type: none;
        text-align: left;
        padding-left: 30px;
        word-wrap: break-word;
        background-position: 0 70%;
    }

.boxdetproducto p {
    font-family: bonveno;
    font-size: 1.1em;
    text-align: left;
}
/*.preciodet
{
    display: table;
    text-align: center;
}*/
.preciodet span:first-child {
    background-color: #BA9B50;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    line-height: 1;
    font-size: 1.4em;
}

.preciodet em {
    display: inline-block;
    font-size: 0.65em;
    font-style: normal;
    color: #666;
    text-shadow: none;
}

.group::after {
    clear: both;
    content: " ";
    display: table;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.group {
    display: inline-block;
}

.col {
    display: table-cell;
    vertical-align: middle;
}

.utienda {
    padding: 7px 0;
    text-align: center; /*width: 20%;*/
}

.btnproductotienda {
    background-color: #897248;
    border: 1px solid #897248;
    color: #ffffff;
    font-family: bonveno;
    font-size: 1em;
    padding: 6.5px;
    text-align: center;
    width: 100%;
}

#example5 {
    background-color: #897248;
    float: left;
    margin: 0;
    padding: 5px;
    position: relative;
    width: 100%;
}

.fbook {
    float: left;
}

.twitt {
    float: left;
    margin-left: 3px;
    margin-top: 3px;
}



.titulocesta {
    color: #342118;
    font-family: latoregular;
    font-size: 1.45em;
    margin: 20px auto;
    padding: 35px 0;
    text-align: center;
    width: 60%;
    background: transparent url(../img/ico-otros.png) no-repeat scroll 50% 0;
}

.tab-content {
    height: auto;
    margin-bottom: 30px;
    padding: 15px 0;
}
.citas + .noticias {
    text-align: center;
}
.noticias:not(.noticias:has(img))  {
    display: none;
}
.noticias h1, .noticias h2, .noticias h2 a {
    color: #000;
}

    .noticias h2 a {
        text-align: left;
    }

.noticias time {
    color: #A18D57;
}


.noticias p, .noticia p {
    margin: 15px 0;
}

.hrborder {
    border-bottom: 1px dotted #897248;
}

.gris {
    color: #fff;
    display: block;
    text-align: right;
}
/*tablas*/
/* 
	Generic Styling, for Desktops/Laptops 
	*/
table.tblOfertas {
    width: 100%;
    border-collapse: collapse;
}
    /* Zebra striping */
    table.tblOfertas tr:nth-of-type(odd) {
        background: #eee;
    }

    table.tblOfertas th {
        background: #7A7878;
        color: white;
        font-weight: bold;
    }

    table.tblOfertas td, table.tblOfertas th {
        padding: 6px;
        border: 1px solid #ccc;
        text-align: center;
    }

        table.tblOfertas td:nth-child(2) {
            text-align: justify;
            width: 50%;
        }

            table.tblOfertas td:nth-child(2) * {
                margin: 0;
            }
/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 760px) {
    /* Force table to not be like tables anymore */
    tabletable.tblOfertas, table.tblOfertas thead, table.tblOfertas tbody, table.tblOfertas th, table.tblOfertas td, table.tblOfertas tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        table.tblOfertas thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    table.tblOfertas tr {
        border: 1px solid #ccc;
    }

    table.tblOfertas td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        table.tblOfertas td:nth-of-type(2) {
            text-align: left;
        }

        table.tblOfertas td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
		Label the data
		*/
        table.tblOfertas td:nth-of-type(odd):before, table.tblOfertas td:nth-of-type(even):before {
            padding: 8px 0;
            text-align: left;
        }

        table.tblOfertas td:nth-of-type(1):before {
            content: "FECHA";
        }

        table.tblOfertas td:nth-of-type(2):before {
            content: "TITULO";
        }

        table.tblOfertas td:nth-of-type(3):before {
            content: "LOCALIDAD";
        }

        table.tblOfertas td:nth-of-type(4):before {
            content: "VACANTES";
        }

        table.tblOfertas td:nth-of-type(5):before {
            content: "ESTADO";
        }

        table.tblOfertas td:nth-of-type(6):before {
            content: "OFERTA";
        }
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    table.tblOfertas body {
        width: 100%;
    }
}
/*fin tablas*/
.form-inline {
    float: right;
    margin: 8px 0;
}

.arrow-wrap {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 100px;
    margin-left: -5em;
    background: rgba(0,0,0,0.8);
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.3em;
    display: block;
    opacity: 0.5;
    color: #ffffff;
}

    .arrow-wrap span {
        font-size: 16px;
        text-align: center;
        display: block;
    }

.glyphicon.glyphicon-chevron-left {
    color: #fff;
}

.gris {
    color: #808080;
    line-height: 3;
}

.box-articulo a:target ~ h2 {
    background: #f09d06;
    background: linear-gradient(to bottom, #f09d06 0%, #e87000 100%);
    background: -moz-linear-gradient(to bottom, #f09d06 0%, #e87000 100%);
    background: -webkit-linear-gradient(to bottom, #f09d06 0%, #e87000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09d06', endColorstr='#e87000',GradientType=0 );
    color: #ffffff;
    text-shadow: 0 1px 1px #844205;
}

    .box-articulo a:target ~ h2::before {
        content: "\2217 ";
    }


.boxover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    text-align: center;
    transition: opacity .2s ease-in-out;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.ico-jamones {
    background: transparent url(../img/ico-jamones.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-paletas {
    background: transparent url(../img/ico-paletas.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-embutidos {
    background: transparent url(../img/ico-embutidos.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-loncheados {
    background: transparent url(../img/ico-loncheados.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-salazones {
    background: transparent url(../img/ico-salazones.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-encurtidos {
    background: transparent url(../img/ico-encurtidos.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-lotes {
    background: transparent url(../img/ico-lotes.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-ibericos {
    background: transparent url(../img/ico-ibericos.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-quesos {
    background: transparent url(../img/ico-quesos.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.ico-especialidades {
    background: transparent url(../img/ico-especialidades.png) no-repeat scroll 50% 0%;
    padding-top: 80px;
}

.posrel {
    padding: 8px 0 5px;
}

.toggle-nav2 {
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 66;
    background-color: #f2f2f1;
    color: #000;
    padding: 10px 5px;
    border-radius: 0;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
}

    .toggle-nav2:hover {
        color: #fff;
        background-color: #808080;
    }

.toggle-nav2 {
    font-family: lato-r;
    font-size: 0.765em;
}

    .toggle-nav2 .glyphicon {
        vertical-align: middle;
        padding-left: 5px;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}



#site-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    background-color: #edae49;
    padding: 15px;
    z-index: 8888;
}

#site-canvas {
    /*-webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);*/
    /*transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);*/
}

.show-nav #site-canvas {
    /*-webkit-transform: translateZ(0) translateX(300px);
    transform: translateZ(0) translateX(300px);*/
    /*transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,300,0,0,1);*/
    left: 300px;
}

.myuser {
    color: #fff;
    font-size: 12px;
}

/* 
**  CATALOGO
*/
#site-menu {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 0;
}
.filtrosselected {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.filtrosselected li {
    display: inline-block;
    list-style-position: inside;
    margin-left: 10px;
    font-size: 0.865em;
}

.filtrosselected li a {
    display: block;
    padding: 5px 10px;
    background-color: #f9fafc;
    color: #808080;
}

.filtrosselected li a::before {
    content: "x";
    padding-right: 10px;
}

.breadcrumb {
    font-size: 0.9em !important;
    background: none;
    margin: 0;
    padding: 15px;
}
aside#filtros h2 {
    color: #80827F;
    font-family: Arial,helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
    text-align: left;
    text-transform: inherit;
    margin: 0;
}
aside#filtros ul {
    margin: 0 0 15px;
    padding-left: 0;
    list-style-type: disc;
    list-style-position: inside;
    /*overflow: hidden;*/
}

aside#filtros ul:last-child {
    padding: 0;
}

aside#filtros li {
    padding: 5px;
    font-size: 0.865em;
    /*! display: inline; */
    list-style-type: none;
}

.imgprod {
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transform: scale(1,1);
}
.articulo-box {
    
    height: auto;
    display: block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}
.articulo-box::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.articulo-box img {
        display: inline-block;
        vertical-align: middle;
        width: 700px;
        height:325px;        
        object-fit:cover;       
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
.catprod, .catprod a {
    font-family: 'montserrat',sans-serif;
    /*! text-align: center; */
    color: #808080;
    /*! height: 50px; */
}
.catprod h3 {
    padding: 4% 0 0;
    margin: 0;
    max-height: 50px;
    height: auto;
    /*! overflow: hidden; */
    font-size: 1em;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.precioprod {
    text-align: center;
    font-weight: 700;
}
.precioprod span:last-child {
    padding-left: 10px;
    font-weight: normal;
}
.precioprod span {
    color: #000000;
}
.citas {
    text-align: center;
    overflow: hidden;
    background-color: #eee;
    padding: 45px;
    margin-bottom: 60px;
}
    .citas .btn-button {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
        transform: none;
        -webkit-transform: none;
        /*! width: 70%; */
    }
.dlproductos {
    margin-top: 0;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
}
.col {
    display: flex;
    width: ;
}
.Hostservicios h2 {
    margin: 30px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: calc( 16px + (36 - 16)* (100vw - 320px)/(1920 - 320));
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
ul.caracteristicas {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.caracteristicas li {
    padding: 10px;
    
}

    .caracteristicas li:nth-child(odd) {
        background-color: #F9F9F9;
        border-bottom: 1px dotted #ccc;
    }
    .caracteristicas h2 {
    font-size: 22px !important;
    width: 50%;
    display: inline-block;
    margin:0;
}

.caracteristicas span {
    width: 50%;
    display: inline-block;
    text-align: right;
    margin:0;
    font-size: 22px;
}
.ajax__slider_h_rail {
    width: 100% !important;
}
.curved {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    width: 100%;
    height: auto;
}
ul.box-prt {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.box-prt li {
    margin: 10px 0;
}

    .box-prt li:first-child {
        flex: 1 0 26%;
    }

    .box-prt li:last-child {
        border-left: 1px solid #000;
    }

.box-prt a {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.box-prt li img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
}

.box-prt li a img:hover {
    transform: scale(1);
    opacity: 1;
}