

@font-face {
    font-family: 'EideticNeoOmni';
    src: url('EideticNeoOmni.eot');
    src: url('EideticNeoOmni.woff');
}

html{
    height:100%;
}

a{
    color:#c0c52d;
}

a:hover{
    color:#c0c52d;
    text-decoration:underline;
}

h1, h2, h3, h4{
    color: #000000}

body {
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#main-header {
    padding-top: 35px;
    top: 0;
    width: 100%;
    height: 111px;
    z-index:98;
    position: fixed;
    border-bottom: 1px solid #f2f2f2;
    background:#FFFFFF;
}

.margencentro{
    margin-top: 111px;
}

.logo{
    max-width: 100%;
    margin-left:30px;
    display: inline-block;
}

.fondomenu {
    background-image: none;
    background-repeat:repeat-x;
    background-color:#FFFFFF;
}

#main-menu {
    font-family:  'Roboto', sans-serif;
    font-size: 12pt;
    margin: 30px;
    margin-bottom:0px;
    padding: 0px;
}
#main-menu a {
    color:#5c5c5c;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
    border-radius: 0px;
}
#main-menu a:hover {
    color:#5c5c5c;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
    border-bottom: 3px solid #d6da3c;
}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus,
#main-menu.nav-pills>li>a:hover {
    background-color:#FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus {
    color:#5c5c5c;
}

.nav>li>a{
    padding-top:3px;
    padding-bottom:22px;
}

.nav>li>a:hover{
    padding-bottom: 19px;
}

.desplegable {
    background-color: #FFFFFF;
    border: 1px solid #999;
}
.desplegable li {
    background-color: #FFFFFF;

}
.desplegable li:hover {
    background-color: #FFFFFF;
}

#main-menu.nav .open>a,
#main-menu.nav .open>a:hover,
#main-menu.nav .open>a:focus {
    background-color:#FFFFFF;
}

#main-menu li ul.dropdown-menu li a{
    background-color:transparent;
    background-image:none;
    color: #5c5c5c;
}

#main-menu li ul.dropdown-menu li a:hover{
    color: #5c5c5c;
    text-decoration:underline;
}

.dropdown:hover .dropdown-menu {
    display:block;
}
.dropdown-menu {
    margin-top:0px;
    background-color:#FFFFFF;
}
.dropdown-menu:hover {
    display:block;
}

.titularhome {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5pt;
    color:#000000;

}

.cuadrodestacado{
    border: 0px solid #666600;
    background-color: transparent;
    font-size: 11pt;
    font-weight:normal;
    padding: 5px;
    margin-bottom:10px;
}

.enlacetitular{
    font-family: 'Open Sans', sans-serif;
    color:#000000;
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular:hover{
    text-decoration:underline;
    color:#000000;
}

.enlacetitular-pequeño{
    font-family: 'Open Sans', sans-serif;
    color:#000000;
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular-pequeño:hover{
    text-decoration:underline;
    color:#000000;
}

.fondopie{
    background-color: #f2f2f2;
    width:100%;
    padding-top:32px;
    padding-bottom: 32px;
    font-size:12pt;
    color:#1d1d1b;
    margin-top:20px;
}

.enlace-pie{
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #1d1d1b;
    text-decoration: none;
}

.enlace-pie:hover{
    color: #1d1d1b;
    text-decoration: uncerline;
}

.celdasituacion{
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #494949;
    padding: 5px;
    background-color: transparent;
    margin: 10px 0px;
}

.htmlFuente,.htmlfuente {
    font-size: 14px;
    font-weight: bold;
    color:#c5c749;
    margin-bottom: 15px;

}

.titulo-seccion{
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    font-size: 12pt;
    font-weight: bold;
    color: #c0c52d;
    text-decoration: none;
    padding: 4pt;
}

.htmlCabecera,.htmlcabecera {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #c0c52d;
    background-color: transparent;
}

.celdagaleria{
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
}

.celdagaleria img{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    height: 100%;
}

.zoom{
    width:100%;
    height:100%;
    position:absolute;
    cursor:pointer;
}

.cuadrofamilia{
    padding: 15px;
    border: 1px solid #CACACA;
    text-align:center;
    margin-bottom:10px;
}

.altominimo{
    min-height: 250px;
}

.imple-enlace-pie2 {
    text-align: center;
    vertical-align: top;
    padding: 2pt;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #1d1d1b;
    text-decoration: none;
    margin-left: 5pt;
}
.imple-enlace-pie2:hover {
    color: #1d1d1b;
    text-decoration: underline;
}

.htmlTitular {
    font-size: 50px;
    font-style: italic;
    color: #000000;
    font-family: 'EideticNeoOmni',sans-serif;
    margin-bottom:15px;
    border-right: 4px solid #c9c9c9;
    display: inline-block;
    padding-right: 20px;
}

.htmlTitular::before{
    content: '.';
}

#divBuscador{
    position:absolute;
    left:0px;
    z-index:1000;
    height: 300px;
    overflow: auto;
    margin-top:30px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:10px;
}

.divbuscar{
    list-style:none;
    margin:0px;
    padding:0px
}

.divbuscar li{
    display:block;
    clear:both;
}

#mobile-main-menu{
    background-color:#000000;
    width:100%;
    padding:5px;
    color:#5c5c5c;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    background-color:#FFFFFF;
    cursor:pointer;
}

.rating {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating2 {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating2:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating2:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
}

.rating2:not(:checked) > label:before {
    content: '★ ';
}

.rating2 > input:checked ~ label {
    color: #f70;
}


.rating2 > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.registrolanding{
    width:20%;float:right;
    padding:2.5%;
    background-color:#EFEFEF;
}

.registrolanding label{
    font-size:12pt;
    font-weight:bold;
    display:block;
    padding: 10px 0px 0px 0px;
}


.talla{
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    background-color:
        font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    font-size: 10pt;
    float:left;
    font-weight: normal;
    padding-top:5px;
    margin-right:10px;
    margin-bottom: 10px;
    cursor:pointer;
    border: 0px solid #666600;
}

.boton{
    display: inline-block;
    padding: 15px 10px;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid #000000;
}

.boton:hover{
    background: #000000;
    text-decoration: none;
    color:#FFFFFF;
}

.elegida{
    border: 3px solid #000000;
}

.numero-encuesta{
    padding:5px;
    color:#FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color:#a2a2a2;
    margin:5px;
    margin-top:10px;
    text-align: center;
    display:inline-block;
}


.botmenu{
    display: none;
}


#menu:not(.mm-menu) {
    display: none;
}

.cookies{
    background-color: rgba(0,0,0,0.7);
    padding-top:10px;
    color:#FFFFFF;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    z-index: 10000;
    bottom:0px;
    font-size: 12px;
}

.cookies a{
    color:#FFFFFF;
    text-decoration: underline;
}

.mapaweb{
    list-style: none;
    margin:0px;
    padding:0px;
}


.mapaweb li{
    border-bottom: 1px dotted #CCCCCC;
    padding:3px;
}

.mapaweb ul{
    margin:0px;
    padding:0px;
    padding-left:10px;
    list-style: none;
}

.mapaweb ul li{
    border-bottom: none;
}

.mapaweb ul li:before{
    content: '-';
}

.formcontacto div.input-group{
    margin-bottom:30px;
}

.slider-container{
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.slide-elemento{
    height: 800px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
}

.slide-texto{
    background: rgba(255,255,255,0.9);
    text-align: center;
    padding: 20px;
    display: inline-block;
    color:#000000;
    font-size: 14pt;
    margin-top: 585px;
}

.slide-texto h2{
    color:#FFFFFF;
    font-size: 78pt;
    font-weight: bold;
    margin:0px;
    padding:0px;
    text-transform: uppercase;
}

.slide-texto a{
    margin-top:12px;
    display: inline-block;
    padding: 7px 40px;
    text-transform: uppercase;
    border: 3px solid #FFFFFF;
    color:#FFFFFF !important;
    font-size: 13pt;
}

.bx-wrapper .bx-pager{
    height: 100%;
    width: 20px;
    right: 10px;
    top: 180px;
    position: absolute;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    margin:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #000000;
    border: 2px solid #FFFFFF;
}

.bx-controls-direction{
    display: none;
}

.redes{
    position: fixed;
    left: 0;
    top: 30%;
    width: 55px;
}

.redes a{
    color: #000 !important;
    border: 1px solid #b5b5b5;
    font-size: 18px;
    text-align: center;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}

.nopadding{
    margin-left:0px;
    margin-right: 0px;
}

.nopadding div[class^='col-md-']{
    padding-left:0px;
    padding-right:0px;
}

.entorno{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.entorno h2{
    font-size: 50px;
    font-style: italic;
    text-align: center;
    margin-top:0px;
    margin-bottom: 30px;
    font-family: 'EideticNeoOmni',sans-serif;
    border-right: 4px solid #c9c9c9;
}

.bordetitulo{
    border-right: 4px solid #c9c9c9;
}

.entorno h2::before{
    content: '.';
}

.textoentorno{
    padding: 20px;
}

.imagenentorno, .imagengaleria{
    height: 370px;
    display: block;
    overflow: hidden;
    position: relative;
}

.imagenproducto{
    display: block;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.entorno img, .imagengaleria img, .imagenproducto img, .imagenoticia img{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.imagengaleria img, .imagenoticia img{
    height:auto;
    width: 100%;
}


img.imagen2{
    display: none;
    height: auto;
    width: 100%;
}

.imagenproducto:hover img.imagen1{
    display:none;
}

.imagenproducto:hover img.imagen2{
    display:block;
}


.containerproductos{
    background: url(/images_web/bg_productos.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}

.producto{
    background: #FFFFFF;
    margin-bottom:30px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

.producto h2{
    padding: 25px;
    font-family: 'Montserrat', sans-serif;
    margin:0px;
    color:#c0c52d;
    text-align: center;
    font-size: 20px;
    height: 94px;
    overflow: hidden;
}

.producto div.textoproducto{
    display: none;
    position: relative;
    background: rgba(255,255,255,0.7);
    padding:10px;
    height:150px;
    margin-top: -150px;
}

.producto:hover div.textoproducto{
    display: block;
}

.producto:hover h2{
    background: #aeb936;
    color: #FFFFFF;
}

.botonproducto{
    background: #f4f4f4;
    padding: 15px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 12px;
}

.botonproducto svg{
    color: #aeb936;
}

.producto:hover a.botonproducto{
    background: #aeb936;
    color: #000000 !important;
    text-decoration: none !important;
}

.producto:hover .botonproducto svg{
    color: #000000 !important;
}

.historia{
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(/images_web/bg_historia.jpg) no-repeat center;
    background-size: cover;
    height: 720px;
}

.historia div.container{
    text-align: right;
    background: url(/images_web/bg_textohistoria.jpg) no-repeat left top 20px;
}

.historia h2{
    margin-top:0px;
    text-align: right;
}

.textohistoria{
    padding-top: 100px;
    margin-bottom: 50px;
}

.containernoticias{
    background: url(/images_web/bg_noticias.jpg) no-repeat center top 30px;
}


.imagenoticia{
    display: block;
    position: relative;
    overflow: hidden;
    height:195px;
}

.cuadronoticia{
    margin-top: 30px;
}

.cuadronoticia h3{
    height:39px;
    overflow: hidden;
}

.texto-noticia{
    height:60px;
    margin-bottom: 20px;
    overflow: hidden;
}

.infocontacto p{
    display: flex;
    align-items: flex-start;
}

.infocontacto p i{
    color: #cdd532;
    margin-right: 10px;
}

.fondopie ul{
    list-style: none;
    margin:0px;
    padding:0px;
    font-weight: bold;
}

.fondopie ul li{
    float:left;
    width: 50%;
    margin-bottom: 15px;
}


.altocabecera{
    height: 208px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.centro{
    background: url(/images_web/bg_centro.jpg) no-repeat bottom center;
    padding-bottom: 250px;
}

.imagenficha{
    padding-bottom: 200px;
    background: url(/images_web/bg_ficha.jpg) no-repeat center bottom;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
    color:#8a8a8a;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    border-radius: 0px;
    background: #FFFFFF;
    text-transform: uppercase;
    font-family: "Cuprum",sans-serif;
    border:1px solid #000000;
    border-bottom: none;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color:#000000;
    background: #FFFFFF;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #FFFFFF;
    color:#000000;
    text-transform: uppercase;
    font-family: "Cuprum",sans-serif;
    border:none
}

.adjuntos{
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px;
    font-size: 18px;
}

.adjuntos svg{
    margin-right: 5px;
    font-size: 20px;
}

.idiomas{
    float:right;
    width:30px;
    margin-left: 5px;
}

.modal-dialog{
    width: 1024px;
}

@media (max-width: 1600px) {
    #main-header {
        height: 161px;
    }

    .pull-left{
        width: 100%;
        text-align: center;
    }

    .pull-right{
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    #main-header {
        height: 111px;
    }

    .producto h2{
        height: auto;
    }

    .ekko-lightbox div.modal-dialog{
        width: 90%;
    }

    .botmenu{
        position:absolute;
        top:2px;
        left:5px;
        display:block;
        font-size: 23pt;
        color:#000000;
    }

    .botmenu:hover,.botmenu:focus{
        color:#000000;
    }


    .nopadding{
        margin-left:15px;
        margin-right:15px;
    }

    .nopadding div[class^='col-md-']{
        padding-left:15px;
        padding-right:15px;
    }

    .imagenentorno, .imagengaleria{
        height: auto;
    }

    .imagenproducto{
        height: auto;
    }

    .producto{
        height:auto;
    }

    .producto div.textoproducto{
        display: block;
        height:auto;
        position: relative;
        margin-top:5px;
    }

    .botonproducto{
        margin-bottom:15px;
    }

    .historia div.container{
        background:none;
    }

    .cuadronoticia{
        height:auto;
    }

    .imagenoticia, .celdagaleria{
        height:auto;
    }



    .entorno img, .imagengaleria img, .imagenproducto img, .imagenoticia img,.celdagaleria img{
        position: relative;
        height: auto;
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        width: 100%;
    }

    .imagengaleria img, .imagenoticia img{
        height:auto;
        width: 100%;
    }

    .fondopie ul li{
        float:none;
        width: 100%;
    }

    .redes{
        display: none;
    }

}

@media (max-width: 768px) {

    .fondo-cabecera{

    }

    #main-header {
        height: auto;
    }

    .margencentro{
        margin-top: 151px;
    }

    .logo{
        margin-left: 0;
    }


}



