@font-face {
    font-family: "elkwood";
    src: url("elkwood.TTF");
}

body {
    font-family: 'elkwood', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #a49c93;
    font-family: 'elkwood', sans-serif;
    font-weight: bold;
}

#main>ul {
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #991d25
}

#main>ul>li a {
    margin: 5px 5px;
    color: #991d25;
}

#main>ul>li a:hover {
    color: #ffcd00;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    border: 2px solid #c9250d;
    background-color: #fdfcfa;
    left: 0;
    height: auto;
    width: max-content;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
    border: 2px solid #c9250d;
    background-color: #fdfcfa;
}

#body_index {
    background: url('../images/backgrounds/imagen.jfif') no-repeat center center fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#main_container {
    margin-bottom: 100px;
}

#login-box {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 5px 5px 10px black;
    margin-top: 2%;
    width: 90%;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #670133 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

.ecommerce-header {
    width: 100%;
    margin-top: 10px;
}

.ecommerce-header .logo {
    height: 130px;
    width: 240px;
    padding: 25px;
}

.ecommerce-header ul {
    background-color: #fdfcfa;
    border-radius: 20px;
    border: 2px solid #c9250d;
}

.ecommerce-header li {
    display: inline-block;
    padding: 3px;
}

#menu_extintores {
    padding-top: 32px;
    margin-left: 35px;
}

.ecommerce-header .nav-links {
    margin-left: 15px;
}

.ecommerce-header a {
    color: #830707;
    transition: color 0.5s ease;
    margin: 5px -3px
}

.ecommerce-header a:hover {
    color: #0b0b0b;
    transition: color 0.5s ease;
}

.ecommerce-header input {
    margin-right: 0px;
}

@media screen and (max-width: 74.9375em) {
    .ecommerce-header input {
        width: 150px;
    }
}

.ecommerce-header.top-bar {
    padding-top: 0;
    padding-bottom: 0;
}

.ecommerce-header .button.search-button {
    width: 39px;
    height: 39px;
    background-size: 20px 20px;
    background-image: url("https://placehold.it/20x20");
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0px;
}

.ecommerce-header .menu>.main-nav-link>a {
    padding: 1.5em -0.85em 1.9em 0.85em;
}

.ecommerce-header-top .fa {
    color: #fefefe;
    font-size: 1.5rem;
}

.ecommerce-header-top-message {
    color: white;
    float: left;
    font-size: 30px;
}

.ecommerce-header-top-links {
    color: white;
}

.ecommerce-header-top-links ul li {
    display: inline;
}

.ecommerce-header-top-links a {
    color: white;
    font-size: 30px;
}

.ecommerce-header-top-links a:hover {
    color: white;
    transition: color 0.5s ease;
}

.ecommerce-header-off-canvas {
    background-color: #575757;
}

.ecommerce-header-off-canvas .menu {
    padding: 1rem 0;
}

.ecommerce-header-off-canvas .menu a {
    color: #fefefe;
}

.ecommerce-header-mobile {
    background-color: #991d25;
    display: table;
    padding: 0.625rem 1.25rem;
    align-items: center;
    justify-content: space-between;
}

.ecommerce-header-mobile-left,
.ecommerce-header-mobile-right,
.ecommerce-header-mobile-center {
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.ecommerce-header-mobile-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ecommerce-header-mobile-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ecommerce-header-mobile-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ecommerce-header-mobile-right .fa {
    color: #fefefe;
    font-size: 1.5rem;
}

.ecommerce-header-search-exandable input[type=search] {
    margin: 0 1rem;
    background: #e6e6e6 url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #cacaca;
    padding: 9px 10px 9px 26px;
    width: 35px;
    border-radius: 5000px;
    transition: all 0.5s;
}

.ecommerce-header-search-exandable input[type=search]:focus {
    width: 120px;
    background-color: #fefefe;
    border-color: #1779ba;
    box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
}

.ecommerce-header-search-exandable input:-moz-placeholder {
    color: #8a8a8a;
}

.ecommerce-header-search-exandable input::-webkit-input-placeholder {
    color: #8a8a8a;
}

.ecommerce-header-search-exandable input[type=search]:hover {
    background-color: #fefefe;
}

.social-footer {
    padding: 1rem;
    background: #ffffff;
    border: 2px solid #991d25;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
    margin-right: 0;
}

.social-footer .social-footer-icons .fa {
    font-size: 2.0rem;
    color: #fefefe;
}

.social-footer .social-footer-icons .fa:hover {
    color: #4a4a4a;
    transition: color 0.3s ease-in;
}


/* <editor-fold defaultstate="collapsed" desc="estilos Exhibicion General">*/

input[type="file"]#uploadStoreBefore {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="uploadStoreBefore"] {
    border: 3px solid black;
    border-radius: 50%;
    /* font-weight: 600; */
    background-color: white;
    color: black;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /* padding: 15px 40px !important; */
    text-transform: uppercase;
    /* width: fit-content; */
    width: 100px;
    height: 100px;
    text-align: center;
    box-shadow: 0px 0px 2px #888;
    vertical-align: middle;
    padding: 30px;
}

input[type="file"]#uploadStoreBefore2 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="uploadStoreBefore2"] {
    border: 3px solid black;
    border-radius: 50%;
    /* font-weight: 600; */
    background-color: white;
    color: black;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /* padding: 15px 40px !important; */
    text-transform: uppercase;
    /* width: fit-content; */
    width: 100px;
    height: 100px;
    text-align: center;
    box-shadow: 0px 0px 2px #888;
    vertical-align: middle;
    padding: 30px;
}

input[type="file"]#uploadStoreAfter {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="uploadStoreAfter"] {
    border: 3px solid black;
    border-radius: 50%;
    /* font-weight: 600; */
    background-color: white;
    color: black;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    /* padding: 15px 40px !important; */
    text-transform: uppercase;
    /* width: fit-content; */
    width: 100px;
    height: 100px;
    text-align: center;
    box-shadow: 0px 0px 2px #888;
    vertical-align: middle;
    padding: 30px
}


/* </editor-fold>*/


/* Small only */

@media screen and (max-width: 39.9375em) {
    .social-footer {
        padding: 1rem;
        background: #ffffff;
        display: flex;
        border-radius: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .social-footer .social-footer-icons li:last-of-type {
        margin-right: 0;
    }
    .social-footer .social-footer-icons .fa {
        font-size: 2.0rem;
        color: #fefefe;
    }
    .social-footer .social-footer-icons .fa:hover {
        color: #4a4a4a;
        transition: color 0.3s ease-in;
    }
    #login-box {
        background: rgba(255, 255, 255, 0.6);
        border: 2px solid #000000;
        border-radius: 10px;
        box-shadow: 5px 5px 10px black;
        padding: 18px;
        width: 100%;
    }
    #menu_container {
        margin-top: 10px;
    }
    #menu_acceso .expanded {
        height: auto;
    }
    #menu_acceso .expanded i {
        font-size: 10px;
        margin: 10% auto;
    }
    .banner-calculo img {
        display: none;
    }
    .banner-calculo .texto {
        font-size: 10px;
        padding: 5px;
        position: relative;
    }
    #body_index {
        background: url('../images/backgrounds/fondo1.jpg') no-repeat center center fixed;
    }
}