/*!
Theme Name: Tema PERSIALUMIO.
Theme URI: leonard_rua@hotmail.com
Author: Leonardo
Author URI: leonard_rua@hotmail.com
Description: Theme PERSIALUMIO. v1
Version: 1.0
Tags: theme, tema, leonardo
*/
/*
body {
    background: url(../images/trama.png), linear-gradient(#130101 10%, #6c0204 15%, red 25%, #6d0400 95%);
    font-size: 14px;
    font-family: "OpenSans";
    line-height: 1.428;
}*/
.btnCotizacion {
    background: linear-gradient(#b4832c, #fedd5a, #ad7b27, #795227);
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 0.2em;
    text-align: center;
    text-shadow: 0 0 2px #000;
}
.btnCotizacion:hover {
    background: linear-gradient(#212121, #e0e0e0, #757575, #424242);
}
.colm {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 250px;
}
.contactos {
    background: #fff;
    padding-bottom: 1em;
    margin-top: 1em;
    flex-wrap: wrap;
}
.contactos article {
    padding: 0 1em;
}
.contactos article h2 {
    margin-bottom: 1em;
}
.contactos .form {
    width: 100%;
    margin-top: 10px;
}
.contactos .form .form-input {
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #000;
    display: block;
    line-height: 2.5;
    margin-bottom: 0.3em;
    padding: 0 1em;
    width: 100%;
}
.contactos .form .form-input-a {
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
    line-height: 2;
    margin-bottom: 0.3em;
    padding: 0 1em;
}
.contactos .form .form-textarea {
    border: 1px solid #ccc;
    color: #000;
    margin-bottom: 0.3em;
    padding: 0 1em;
    width: 100%;
}
.contactos .form .form-submit {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    border: 2px solid #424242;
    color: #fff;
    float: left;
    font-size: 1rem;
    font-weight: 700;
    height: 40px;
    transition: all 0.5s linear;
    width: 50%;
    margin-bottom: 10px;
}
.contactos .form .form-submit:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #000;
}
.contactos .form .btnformulario label {
    background: linear-gradient(#757575, #050505);
    border-radius: 10px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    padding: 0.3em 0.3em;
    text-align: left;
}
.contactos .form .btnformulario label span {
    margin-left: 25px;
}
.contactos .form .btnformulario input[type="radio"]:active,
.contactos .form .btnformulario input[type="radio"]:checked {
    color: blue;
}
.radio-option {
    text-align: center;
}
[type="checkbox"] {
    display: none;
}
/*
.container {
    width: 75%;
    margin: 0 auto;
}
.nav {
    margin-top: 5px;
}
.nav a {
    align-items: center;
    background: linear-gradient(#212121 0%, #eee 5%, #616161 35%, #424242 50%, #0d0d0d 100%);
    box-shadow: 0px 0px 5px #212121 inset, 0px 0px 2px #424242 inset;
    color: #fff;
    display: block;
    display: flex;
    line-height: 1.2;
    flex: 1 1 100px;
    justify-content: center;
    margin-right: 2px;
    padding: 0.4em 0.3em;
    text-align: center;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000;
    text-transform: uppercase;
    transition: all 0.2s linear;
}
.nav a:hover {
    background: linear-gradient(#d50000 0%, #ffcdd2 5%, #d50000 35%, #d50000 70%, #f44336 95%, #b71c1c 100%);
    box-shadow: 0px 0px 5px #b71c1c inset, 0px 0px 2px #ff8a80 inset;
}
.modal {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
.modal .modal-content {
    animation: modal 0.4s;
    background: #fefefe;
    border: 1px solid #888;
    margin: 1% auto;
    padding: 0;
    position: relative;
    width: 75%;
    height: 100%;
}
.modal .modal-content-init {
    animation: modal 0.4s;
    margin: 1% auto;
    padding: 0;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    max-width: 95%;
}
.modal .modal-content-init .popup-closeinit {
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 1.5em;
    height: 1.3em;
    line-height: 1.2em;
    text-align: center;
    width: 1.3em;
}
.modal .modal-content .modal-body {
    padding: 2em;
}
.modal .modal-content .modal-header {
    padding: 2px 16px;
    background: #757575;
    color: #fff;
}
.modal .modal-content .modal-header .close,
.modal .modal-content .modal-header .popup-close {
    color: #fff;
    float: right;
    font-size: 2.5em;
    font-weight: bold;
}
.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:focus,
.modal .modal-content .modal-header .popup-close:hover,
.modal .modal-content .modal-header .popup-close:focus {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.modal .modal-content .modal-header .popup-back,
.modal .modal-content .modal-header .popup-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    font-size: 3rem;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.78);
    color: red;
    transform: translateY(-50%) scaleY(3);
    transition: 0.5s all;
    padding-top: 100%;
    padding-bottom: 100%;
}
.modal .modal-content .modal-header .popup-back:hover,
.modal .modal-content .modal-header .popup-next:hover {
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.78);
}
.modal .modal-content .modal-header .popup-back {
    left: -40px;
}
.modal .modal-content .modal-header .popup-next {
    right: -40px;
}

@keyframes modal {
    from {
        top: -100px;
        opacity: 0;
    }
    top {
        top: 0;
        opacity: 1;
    }
}*/
.wc-nested-category-layout-category-title{
 background-color: #cb231a;
 color: #fff;
 font-size: 24px;
 font-weight: 400;
 padding: 5px 10px;
}
.wc-nested-category-layout-category-title a{
    color: #eee;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #e2e2e2;
    padding: 5px;
    text-align: center;
}
.productos {
    background: #fff;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 0.5em;
}
.productos div h2,
.productos div h3,
.productos div h4 {
    line-height: 1.5;
    margin-top: 0;
    padding: 0 1em;
    text-align: center;
    text-transform: uppercase;
}
.productos div h3,
.productos div h4 {
    color: #fff;
}
.productos div h3 {
    background: #da251c;
}
.productos div h4 {
    background: #cb231a;
}
.productos figure {
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 0 15px #9e9e9e;
    margin-bottom: 2em;
    margin: 1em;
    transition: all 0.5s linear;
    text-align: center;
}
.productos figure img {
    transition: all 0.5s linear;
    width: 100%;
    height: auto;
}
.productos figure figcaption {
    padding: 0.2em 0;
}
.productos figure figcaption h3 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.3em;
    padding-bottom: 0.5em;
}
.productos figure figcaption a {
    background: linear-gradient(#757575, #050505);
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.5em;
    text-align: center;
    width: 50%;
}
.productos figure figcaption a:hover {
    background: linear-gradient(#050505, #757575);
}
.productos .titulo h3 {
    background: #eee;
    color: #000;
    line-height: 2;
    margin-top: 0;
    padding: 0 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.rowm {
    display: flex;
	flex-wrap: wrap;
}
.related > h2 {
    background-color: #cb231a;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
}
.soluciones {
    background: #fff;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1.5em;
}
.soluciones h2 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0.5em 0;
    text-align: center;
}
.soluciones .solucion {
    text-align: center;
    margin: 1em 0;
}
.soluciones .solucion figcaption a {
    background: linear-gradient(#b4832c, #fedd5a, #ad7b27, #795227);
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    margin: 1em 0;
    padding: 0.8em;
    transition: all 0.5s linear;
    width: 50%;
}
.soluciones .solucion figcaption a:hover {
    background: linear-gradient(#b4832c, #fedd5a, #ad7b27, #795227);
    color: #fff;
}
.soluciones .solucion figcaption h4 {
    font-weight: bold;
    margin: 1em 0;
}
.soluciones .solucion img {
    border-radius: 50%;
    border: 5px solid #9e9e9e;
    transition: all 0.5s linear;
    width: 50%;
}
.soluciones .solucion:hover img {
    transform: rotateZ(45deg);
}
.slider {
    margin-top: 5px;
    align-items: center;
}
.slogan {
    background: #ff5252;
    color: #fff;
    font-family: "RobotoCondensedRegular";
    font-size: 1.7em;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 0px #000, 0 0 1px #000 inset;
    text-transform: uppercase;
}
.todo-list {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    width: 100%;
}
.todo-list .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    border-radius: 3px;
    justify-content: space-between;
    padding: 0.3em;
}
.todo-list button {
    background: none;
    border: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.todo-list button:focus {
    outline: none;
}
.todo-list button:hover {
    cursor: pointer;
}
.todo-list .btn {
    font-size: 11px;
    margin: 0 0.5em;
    border-radius: 2em;
    padding: 0.75em 1.1em;
    cursor: pointer;
    background: none;
    color: #2d7c58;
    border: 1px solid;
    letter-spacing: 1px;
    color: #4fc08d;
    border: #4fc08d 1px solid;
    transition: 250ms ease-out;
}
.todo-list .btn:hover,
.todo-list .btn:focus {
    color: #fff;
    background: #4fc08d;
}   @media (max-width: 479px) {
    .cox1 {width: 8.33%;}
    .cox2 {width: 16.66%;}
    .cox3 {width: 25%;}
    .cox4 {width: 33.33%;}
    .cox5 {width: 41.66%;}
    .cox6 {width: 50%;}
    .cox7 {width: 58.33%;}
    .cox8 {width: 66.66%;}
    .cox9 {width: 75%;}
    .cox10 {width: 83.33%;}
    .cox11 {width: 91.66%;}
    .cox12 {width: 100%;}
    .hidden {
        display: none;
    }
    .nav {
        flex-wrap: wrap;
    }

    .poproductos {
        flex-wrap: wrap;
    }
    .modal .modal-content-init {
    max-width: 95%;
    }

}   @media (min-width: 480px) {
    .com1 {width: 8.33%;}
    .com2 {width: 16.66%;}
    .com3 {width: 25%;}
    .com4 {width: 33.33%;}
    .com5 {width: 41.66%;}
    .com6 {width: 50%;}
    .com7 {width: 58.33%;}
    .com8 {width: 66.66%;}
    .com9 {width: 75%;}
    .com10 {width: 83.33%;}
    .com11 {width: 91.66%;}
    .com12 {width: 100%;}
    .hidden {
        display: none;
    }
    .nav {
        flex-wrap: wrap;
    }
    /*
    .productos figure {
    width: calc(75% - 2em);
    }
    .poproductos {
        flex-wrap: wrap;
    }
    .modal .modal-content-init {
    max-width: 80%;
    }
    */
}  
@media (min-width: 768px) {
    .colm1 {width: 8.33%;}
    .colm2 {width: 16.66%;}
    .colm3 {width: 25%;}
    .colm4 {width: 33.33%;}
    .colm5 {width: 41.66%;}
    .colm6 {width: 50%;}
    .colm7 {width: 58.33%;}
    .colm8 {width: 66.66%;}
    .colm9 {width: 75%;}
    .colm10 {width: 83.33%;}
    .colm11 {width: 91.66%;}
    .colm12 {width: 100%;}
    .hidden {
        display: block;
    }
    .nav {
        flex-wrap: wrap;
    }
    /*
    .productos figure {
    width: calc(50% - 2em);
    }
    .poproductos {
        flex-wrap: nowrap;
    }
    .modal .modal-content-init {
    max-width: 60%;
    }*/
}   
@media (min-width: 1024px) {
    .colm1 {width: 8.33%;}
    .colm2 {width: 16.66%;}
    .colm3 {width: 25%;}
    .colm4 {width: 33.33%;}
    .colm5 {width: 41.66%;}
    .colm6 {width: 50%;}
    .colm7 {width: 58.33%;}
    .colm8 {width: 66.66%;}
    .colm9 {width: 75%;}
    .colm10 {width: 83.33%;}
    .colm11 {width: 91.66%;}
    .colm12 {width: 100%;}
    .hidden {
        display: block;
    }
    .nav {
        flex-wrap: nowrap;
    }
    /*
    .productos figure {
    width: calc(33.33% - 2em);
    }
    .poproductos {
        flex-wrap: nowrap;
    }
    .modal .modal-content-init {
    max-width: 60%;
    }
    */
}
.mapa_persialuminio {
    width: 100%;
}   @media screen and (min-width: 816px) {
    .mapa_persialuminio {
        height: 450px;
    }
}   @media screen and (max-width: 815px) {
    .mapa_persialuminio {
        height: 900px;
    }
}
    @media screen and (min-width: 800px) {
  
}

.active-mark {
    background: #da251c;
    width: 50%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 52px;
    transition: left 0.2s ease-out;
}


