﻿
@font-face {
    font-family: univers;
    src: url(/Content/fonts/Univers-lt-std-47-light-condensed.otf);
}

@font-face {
    font-family: univers45L;
    src: url(/Content/fonts/UniversLTPro-45Light.otf);
}


body {
    font-size: .85em;
    font-family: univers,"Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

#fabricas .bloquetext {
     width:  100%; background: #dbdbdb; position:  absolute;bottom: 0px; margin: 0px; padding: 10px; left: 0px; opacity: 0.9;
}

/*COOKIES BEGIN*/
#overbox3 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0;
    height: 75px;
    width: 100%;
    text-align: center;
    background-color: #eee;
    padding-top: 7px;
    border-top: solid 3px #C8102E;
    font-weight: 600;
}

@media (min-width: 761px) and (max-width: 1025px) {
    #infobox3 {
        height: 95px;
    }
}

@media (min-width: 440px) and (max-width: 760px) {
    #infobox3 {
        height: 100px;
    }
}

@media (max-width: 439px) {
    #infobox3 {
        height: 155px;
    }
}

@media only screen and (max-width: 760px) {
    .desplegablePVinculado{
        height:300px;
    }
}

    #infobox3 p {
        /* line-height:58px; */
        font-size: 13px;
        text-align: center;
    }

        #infobox3 p a {
            margin-right: 5px;
            text-decoration: underline
        }


    /*COOKIES END*/




#divContactoBIM {
    color: #333;
    background: #fff;
    position: absolute; /*El div será ubicado con relación a la pantalla*/
    border: 1px solid #ccc;
    right: 0px; /*A la izquierda deje un espacio de 0px*/
    bottom: 0px; /*Abajo deje un espacio de 0px*/
    padding: 15px;
    height: 485px; /*alto del div*/
    z-index: 900;
    position: fixed;
    bottom: -485px;
    right: 40px;
    width: 325px;
    text-align: center;
    z-index:9999;
}

    #divContactoBIM h4 {
        margin-left: 0;
        color: #c8102e;
        text-align: center;
        text-transform: uppercase;
    }

    #divContactoBIM a {
        margin-top: 8px;
        text-align: left;
        width: 100%;
    }

    #divContactoBIM #dejanumero a {
        margin-top: 8px;
        text-align: center;
    }

    #divContactoBIM #contacta a {
        margin-top: 8px;
        text-align: center;
    }

    

    #divContactoBIM #close, #divContactoBIM #open {
        width: 20px;
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
    }


.buttonOutlet {
    /* padding:10px; */
    /* padding-left:25px; */
    /* padding-right:25px; */
    background: transparent;
    border: 0 #eee solid;
    /*border-bottom: 4px solid transparent;*/
    /* width:260px; */
    float: right;
    cursor: pointer;
}

    .buttonOutlet img {
        width: 140px
    }

    .buttonOutlet:hover {
        margin-bottom: 0px;
       /* border-bottom: 4px solid #C8102E;*/
    }

.visitaoutlet {
    font-size: 18px;
    padding-top: 30px;
    float: left;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
}


.buttonOutlet:focus, .buttonOutlet:active {
    outline: 0;
}


