@font-face {
    font-family: Roboto-Regular;
    src: url('../../../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

body{
    font-family: Roboto-Regular;
    font-size: 1.4em;

}

h1 {
    font-size: 20px;
}

A:link, A:visited { 
    color: #ED9964;
}

A:hover { 
    color: #ed4c16;
    text-decoration: none;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v21/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Formatea los mensajes Flash::xxx() de KumbiaPHP */
.flash {
    border: 1px solid;
    margin: 1px 0;
    min-height: 32px;
    padding:3px 10px 3px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.menu1 {
    color: #C7C7C7;
}

.menu1 a:hover {
    color: #000;
    text-decoration: none;
}

.menu1 a:link, a:visited {
    color: #C7C7C7;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.valid {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
/*********************************************************************************/

.highlight {
    background: #FFFFDF;
}

.logo {
    width: 100px;
    height: 100px;
}

#myDiv {
    height:100px;
    width: 100px;
}
#myDiv img{
    max-width:100%; 
    max-height:100%;
    margin:auto;
    display:block;
}

#fotos {
    height:270px;
    width: 270px;
}
#fotos img{
    max-width:100%; 
    max-height:100%;
    margin:auto;
    display:block;
}

.gris  {
    color: #636363;
}

.naranja {
    color: #F07746;
}

.rojo {
    color: #D8000C;
}

.verde {
    color: #0CB629;
}

.tachado {
    text-decoration: line-through;
}

.btn-naranja,
.btn-naranja:hover,
.btn-naranja:active {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ECAD84;
}

.btn-naranja {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);

}

.btn-naranja:hover {
    background-position: 0 -15px;
    background-color: #F07746;
}

a.btn-naranja:link, a.btn-naranja:visited {
    color: #fff;
}

.btn-naranja-invertido,
.btn-naranja-invertido:hover,
.btn-naranja-invertido:active {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    background-color: #F07746;
}

.btn-naranja-invertido {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #fff 0%, #fff 100%);

}

.btn-naranja-invertido:hover {
    background-position: 0 -15px;
    background-color: #ECAD84;
}

a.btn-naranja-invertido:link, a.btn-naranja:visited {
    color: #fff;
}

.centrado {
    text-align: center;
}

.centrado_en_div {
    text-align: center;
}

.izquierda {
    text-align: left;
}

.derecha {
    text-align: right;
}

.contenedor_foto {
    height: 285px;
}

.telefono {
    font-weight: bold;
    font-size: 30px;
    color: #ecad84;
}

.telefono a:link{
    color: #ecad84;
    text-decoration: #9F6000
}

/*******************************/
/*** EFECTO CORTINILLA *********/
/*******************************/
.contenedor_cortinilla {
    width: 100%;
}

.cortinilla div.aparece-cortinilla a {
    color: #636363;
}

.cortinilla div.aparece-cortinilla {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
    bottom: 0em;
    padding: 1px;
    z-index: 2;
    color: inherit;
    color: #2e2e2e;
}

.cortinilla:hover div.aparece-cortinilla {
    background-color: #fff;
    opacity: 4;
    width: 100%;
    bottom: 3em;
    z-index: 2;
}

@media only screen and (min-width: 992px) {
    #btn-cortinilla {
        color: white;
        margin-top: 10px;
        visibility: hidden;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-animation: fadeout 1s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadeout 1s;
        /* Firefox < 16 */
        -ms-animation: fadeout 1s;
        /* Internet Explorer */
        -o-animation: fadeout 1s;
        /* Opera < 12.1 */
        animation: fadeout 1s;
    }
    .cortinilla:hover #btn-cortinilla {
        color: white;
        text-align: center;
        visibility: visible;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-animation: fadein 1s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s;
        /* Firefox < 16 */
        -ms-animation: fadein 1s;
        /* Internet Explorer */
        -o-animation: fadein 1s;
        /* Opera < 12.1 */
        animation: fadein 1s;
    }
    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Internet Explorer */
    @-ms-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    /* Firefox < 16 */
    @-moz-keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    /* Internet Explorer */
    @-ms-keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    /* Opera < 12.1 */
    @-o-keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }

    /*******************************/
    /*** FIN EFECTO CORTINILLA *****/
    /*******************************/
    
    footer {
        padding: 15px 15px 15px 15px ;
        background-color: #232323;
        color: #fff;
    }
    .pie_movil {
        padding: 15px 15px 15px 15px ;
        background-color: #232323;
        color: #fff;
    }
    
    .pie {
        padding: 15px 15px 15px 15px ;
        background-color: #232323;
        color: #fff;
    }

    span.texto-pie a:visited , span.texto-pie a:link {
        color: #F07746;
    }

    span.texto-pie a:hover {
        color: #EDB9A8;
    }
    
    .breadcrumb {
        background-color: #ECAD84;
        overflow: hidden;
        padding: 14px 0 13px;
    }

    .breadcrumb a {
        color: #000;
        text-decoration: none;
    } 

    .breadcrumb a:link{
        color: #000;
    }  

    .breadcrumb a:hover{
        color: #fff;
    }  

    hr {
        color: #C7C7C7;
        border: 1px solid;
    }

    .contacto {
        font-size: 18px;
    }

    .ajustado {
        max-height: 100px;
        vertical-align:middle;
    }
    
    .ajustado_movil {
        max-height: 100px;
        text-align: center;
        vertical-align:middle;
        margin-left: auto;
        margin-right: auto;
    }

    .centrado-vertical{
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .caja_thumb {
        max-height: 390px;
        min-height: 410px;
    }
    
    .img_thumb_movil {
        max-width: 100%;
    }

    .centra {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .caja_img_thumb {
        max-height: 250px;
        min-height: 250px;
    }

    .caja_img_foto {
        max-height: 600px;
        min-height: 600px;
    }

    .img_foto {
        max-height: 600px;
    }

    .img_thumb {
        max-height: 250px;
    }
    
    .caja-nombre {
        height: 38px;
    }
    
    .thumb_producto {
        max-height: 75px;
    }

    .nombre_producto_thumb {
        min-height: 55px;
        max-height: 75px;
        font-size: large;
        color: #000;
    }

    .boton_thumb {
        min-height: 85px;
        max-height: 85px;
        position: relative;
        bottom:-18px;
    }

    .nombre_producto_thumb a:visited {
        color: #000;
    }

    .nombre_producto_thumb a:hover {
        color: #F07746;
    }

    .caja-abajo {
        margin-bottom: 10px;
        padding-bottom:  10px;
        padding-top: 20px;
        border-bottom: 1px solid;
    }   

    #categorias ul {
        list-style-type: none;
        text-align: center;
    }

    #categorias li{
        text-transform: uppercase;
        display: inline;
        text-align: center;
        margin: 0 10px 0 0;
    } 

    #categorias li a {
        color: #000;
        text-decoration: none;
    } 

    #categorias li a:hover{
        color: #F07746;
    }  

    .etiqueta-oferta {
        position:absolute;
        top:0px;
        left:15px;
        border:none;
        z-index: 4;
    }
    
    .caja-login {
        border-top: 2px solid #F07746;
        border-bottom: 1px solid #C7C7C7;
        border-left: 1px solid #C7C7C7;
        border-right: 1px solid #C7C7C7;
        padding: 15px 15px 15px 15px
    }

    .caja-alta {
        background-color: #F5F5F5;
        border-top: 2px solid #F07746;
        border-bottom: 1px solid #C7C7C7;
        border-left: 1px solid #C7C7C7;
        border-right: 1px solid #C7C7C7;
        padding: 15px 25px 15px 25px
    }

    .margen-centro {
        margin-left: auto;
        margin-right: auto;
    }

    .fondo-gris {
        padding: 5px 10px 5px 10px;
        background-color: #CECECE; 
    }

    .fondo-gris1 {
        padding: 10px 10px 10px 10px;
        background-color: #f5f5f5; 
    }

    .precio {
        color: #F07746;
        font-size: 3em;
        font-weight: bold;
    }

    .padding-arriba {
        padding-top: 10px;
    }

    .input-nano {
        max-width: 32px;
    }

    .ancho-total  {
        width: 100%;
    }

    .ancho150 {
        width: 150px;
    }

    .flex-parent{
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
    }

    .flex-child{
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .caja_categorias {
        display: inline-block;
        padding: 0 10px 0 10px;
        border: 1px;
    }

    .subcategoria {
        margin-left: 20px;
    }

    .ventana_scroll {
        background : #fff;
        color : #ffffff;
        padding : 4px;
        height :300px;
        overflow : auto;
    }

    .enlace a:visited{
        color: #000;
    }

    .enlace a:hover{
        color: #ECAD84;
    }

    enlace2 {
       color: #fff; 
    }
    
    enlace2 a:visited{
        color: #fff;
    }

    .enlace2 a:hover{
        color: #ECAD84;
    }
    
    .texto-encima {
        position: absolute;
        max-width: 50%;
        top: 30px;
        left: 50px;
    }

    .texto-slider {
        font-weight: bold;
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 0.3px black;
        text-shadow: -0.3px -0.3px 0.3px #000, 0.3px 0.3px 0.3px #000, -0.3px 0.3px 0.3px #000, 0.3px -0.3px 0.3px #000;
    }

    .con_link a:link {
        color: #000;
    }

    .con_link a:visited {
        color: #000;
    }

    .con_link a:hover{
        color: #ECAD84;
    }

    #link-negro{
        color: black;
        font-size: 4em;
    }
    
    .zoom img{
        height: 100%;
        width: 100%;

        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }
    .zoom img:hover {
        height: 125%;
        width: 125%;
        margin-left: -50px;
    }
    
    div.cuadradicos {
        max-width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    div.cuadradicos img {
        display: block;
        max-width: none !important;
    }
    
    .alineado-vertical {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }      
    
    .texto-movil {
        font-size: 20px;
    }
    
    .margen-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
}