@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;}
.contenido{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}
.logo {
    float: left;
    padding: 18px 0;
    }
.logo > a > img{
    max-width: 190px;
}
.setenta {
    float: right;}
.setenta ul {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;}
.setenta ul li {
    display: inline-block;
    }
.setenta ul li a {
    display: block;
    padding: 40px 0;
    margin: 0 10px;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.5s;
    }
header {
    position: absolute;
    width: 100%;
    /* border-bottom: 2px solid #ff6600; */
    z-index: 10;}
.center_pie {
    float: left;
    width:  100%;
    text-align: center;
    margin: 20px 0;}
ul.footer_ul {
    list-style: none;
    display: inline-block;
    float: left;
    width:  100%;}
ul.footer_ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 12px;}
ul.footer_ul li a {
    text-decoration: none;
    color: #1c355e;
    font-weight: 700;}
.derechos {
    float: left;
    width:  100%;
    padding: 5px;
    text-align: center;
    margin: 10px 0 0;
    background: #ff6600;
    color: #fff;}
footer {
    position: absolute;
    width: 100%;
    bottom: -30%;
    background: #fff;}
    i.fas.fa-shopping-basket {
        color: #fff;
        transition: color 0.5s;
        font-size: 20px;
    }
.setenta ul li a:hover {
    color: #ff6600;}
i.fas.fa-shopping-basket:hover {
    color: #ff6600;}
.cotizador {
    position: fixed;
    height: 100%;
    width: 30%;
    right: -100%;
    background: rgba(20, 20, 20, 1);
    z-index: 6;
    padding: 1% 0;
    box-shadow: -4px 0px 2px #000000;
    overflow-y: auto;
    }
.cerrando {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    cursor: pointer;
    }
.fas.fa-shopping-basket{
    cursor: pointer;}
li.relativeLi {
    position: relative;
    cursor: pointer;
    border: 1px solid #ff6600;
    border-radius: 50%;
    padding: 6px;
    margin: 0 0px 0;
    }
    span.sobreContador {
        position: absolute;
        background: red;
        right: -5px;
        bottom: -2px;
        font-size: 14px;
        padding: 0 5px;
        border-radius: 10px;
        background: #ff6600;
        color: #fff;
    }
.producto {
    float: left;
    width: 100%;
    padding: 10px;}
.imagen {
    float: left;
    width: 30%;}
.imagen img {
    max-width: 100%;
    float: left;}
.datos {
    float: left;
    width: 70%;
    color: #fff;
    padding: 0 10px;}
.producto {
    float: left;
    width: 100%;
    padding: 0px;}
.imagen {
    float: left;
    width: 30%;}
.imagen img {
    max-width: 100%;
    float: left;
    background-color: white;
    border-radius: 7px;
    vertical-align: middle;
}
.datos {
    float: left;
    width: 100%;
    color: #fff;
    padding: 0 10px;}
    .cotizador .datos p {
        font-size: 13px;
        font-weight: 300;
        margin: 0 0 4px 0;
    }
    .cotizador .datos p strong{
        font-weight: 500;
    }
    .cotizador .datos p.dinCotizador {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }
    .cotizador .datos p.dinCotizador strong { color: #ff6600;}
i.fas.fa-trash-alt {
    float: right;
    cursor: pointer;}
i.fas.fa-trash-alt {
    float: right;
    cursor: pointer;
    transition: color 0.4s;}
i.fas.fa-trash-alt:hover {
    color: #ff6600;}
    i.fas.fa-trash-alt {
        float: right;
        cursor: pointer;
        transition: color 0.4s;
        margin: 7px 10px 0px;
    }
    .title_cart {
        font-size: 36px;
        color: #ff6600;
        font-weight: 900;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        margin: 10px 0 10px 0;
    }
    .date_cart{
        width: 100%;
        text-align: center;
        color: white;
        margin: 0 0 20px 0;
        font-weight: 200;
    }
.mainProducto {
    float: left;
    width:  100%;
    position: relative;
    /* max-height: 70%; */
    overflow: hidden;
    margin: 0% 0 20px;
    /* height: 70%; */
    }
i.fas.fa-trash-alt:hover {
    color: #ff6600;}
.mainProductos > a {
    float: left;}
/* a.btn_cotizar {
    padding: 10px;
    float: right;
    margin-right: 5%;
    margin-top: 5%;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;} */
    a.btn_cotizar {
        padding: 10px;
        background: none;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        transition: color 0.4s;
        margin: 4% auto;
        width: 230px;
        display: block;
        text-align: center;
    }
a.btn_cotizar:before {
    content: '';
    background: #ff6600;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: bottom 0.4s;}
a.btn_cotizar span {
    position: relative;
    z-index: 10;}
a.btn_cotizar:hover:before {
    bottom: 0;}
.desplazate {
    float: left;
    width:  100%;
    color: #fff;
    text-align: center;}
.desplazate i {
    cursor: pointer;
    display: none;
    transition: color 0.3s;
    display: inline-block;
    width: auto;}
input.cantidad {
    float: left;
    width: auto;
    max-width: 70px;
    margin: -3px 10px;
    padding: 2px;
    text-align: center;}
.mainProducto .datos label span {
    float: left;}
    .mainProducto input.cantidad {
        float: left;
        max-width: 85px;
        margin: 0 10px;
        border: 2px solid white;
        background: transparent;
        color: white;
        text-align: left;
        padding: 5px 0 5px 10px;
    }
.mainProducto .datos label span {
    float: left;
    margin: 3px 0 0;
    font-size: 14px;
    }
.mainProducto .datos label {
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    font-size: 14px;
    }
    .datos label{
        width: initial !important;
    }
p.sinCarrito {
    float: left;
    width: 80%;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 60% 10% 0;
    font-weight: 100;}
input#cantidad {
    padding: 10px 10px;
    width: 90px;
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid;
    }
input#agregar {
    padding: 12px 26px;
    border: 1px solid #000;
    cursor: pointer;
    background: #fff;
    color: #ff6600;
    transition: background 0.3s;
    }
.desplazates {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px;
}
.setenta ul li.border a {
    padding: 5px 10px;
    border: 1px solid #ff6600;
    border-radius: 20px;}



.position-relative{
    position: relative;
}

.logo{
    width: 15%;
}

.tienda-responsive{
    display: none;
    float: left;
    width: 33%;
    height: 100px;
    margin: auto;
}
.responsive-btn-cont{
    display: none;
    float: left;
    width: 33%;
    height: 100px;
    margin: auto;
}

.m-auto{
    margin: auto;
}

.responsive-menu{
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border: none;
    cursor: pointer;
   
}

.active-menu{
    display: block!important;
    height: 360px!important;
    left: 0!important;
}

.showRes{
    display: none;
}

.d-flex{
    display:flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-column{
    flex-direction: column;
}

.menu-show ul .active-list a{
    color: #ff6600;
}

.btn-contacto{
    padding: 5px 10px;
    background-color: #ff6600;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: auto;
}

.btn-contacto:hover{
    background-color: white;
}

.btn-contacto.active-list{
    border: 1px solid #ff6600;
    color: #ff6600;
    background-color: white;
   
    text-align: center;
    margin: auto;
}

.btn-contacto a{
    padding: 0!important;
    display: block;
    text-align: center;
    margin: auto;
}

.seguir_cot{
    max-width: 230px;
    width: 100%;
    border: 1px solid #ff6600;
    color: #ff6600;
    background-color: transparent;
    padding: 10px 20px;
    cursor: pointer;
    display: table;
    text-align: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.seguir_cot:before {
    content: '';
    background: white;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: bottom 0.4s;
}

.seguir_cot:hover:before {
    bottom: 0;
}
.seguir_cot span{
    z-index: 10;
    position: relative;
}
.formAccess, .formpopView {
    position: fixed;
    max-width: 720px;
    width: 100%;
    max-height: 80%;
    background: #fff;
    z-index: 11;
    left: 25%;
    margin: 30px auto;
    display: none;
    border-radius: 5px;
    background: #18355e;
    top:0;
}
.cerrarAccess {
    top:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display:none;}
.pop_mdcont {
    float: left;
    width: 100%;
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}   
.vd_panel_op{
    width: 100%;
    float: left;
    color: #ff6600;
    border-bottom: 2px solid #ff6600;
}
.tit_mac {
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    margin: 0 0 12px 0px;
    text-align: center;
}
#inicio_sesion {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0 10px 0;
}
.col-pop{
    padding: 0px 2%;
    float: left;
    width: 50%;
    margin: 0 0 25px 0;
}
.control-pop-m, .col-pop select {
    width: 100%;
    height: 35px;
    background: transparent;
    color: black;
    border: none;
    background: #f7f7f7;
    padding: 5px 5px 5px 5px;
    border: 1px solid rgb(202 202 202);
}
.col-pop label {
    font-size: 16px;
    text-align: center;
    float: left;
    margin: 0 0 8px 0;
}
.control-pop-m:focus, .control-pop-m:hover{
    border: 1px solid #ff6600;
}
.control-pop-m::placeholder {
    color: #18355e;
    font-size: 15px;
}
.colrp {
    float: right;
    margin: 0;
}
input.id_reg {
    background: #ff6600;
    width: 100%;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ff6600;
    text-transform: uppercase;
    cursor: pointer;
}
input.id_reg:hover {
    background: #fff;
    color: #ff6600;
    transition: 1s;
}
p.olvide {
    cursor: pointer;
    margin: 12px 0 0 0;
    text-align: center;
}
.restoredv{
   /*  margin: 25px 0 0 0; */
}
.stick_ac {
    position: absolute;
    right: 0;
    background-color: white;
    width: 280px;
    font-size: 14px;
    padding: 0;
}
.stick_ac ul{
    width: auto;
    list-style: none;
    display: inline-block;
    width: 250px;
    padding: 2px 4px 2px 8px;
}
.stick_ac ul li{
    display: inline-block;
    color: #000;
}
.stick_ac ul li a {
    padding: 0px 0;
    text-decoration: underline;
    font-size: 14px;
    transition: 1s;
    color: #000;
}
.dvcss {
    float: right;
    width: 25px;
    background-color: #e72121;
    text-align: center;
}
.dvcss a {
    color: white;
    width: 100%;
    display: block;
    padding: 2px 0 2px 0;
    margin: 0;
}
.miacnt{
    float: right;
}
@media (max-width:996px){
 

    header .setenta ul li a {
        padding: 10px;
    }
    .setenta ul li{
        display: unset;
    }
    
    .hideRes{
        display: none!important;
    }

    .showRes{
        display: block!important;
    }

    .setenta ul{
        opacity: 0;
        z-index: -5;
        position: fixed;
        left: -1500px;
    }
    .setenta.active-menu ul{
        opacity: 1;
        transition: .5s all ease-in-out;
        z-index: 1;
        left: 0;
        position: relative;
    }

    .responsive-btn-cont, .tienda-responsive{
        display: flex;
    }
    .menu-show{
        background: rgba(0,0, 0, .9);
        position: fixed;
        max-width: 100%;
        width: 100%;
        height: 0;
        margin: auto;
        top: 100px;
        text-align: center;
        right: 0;
        transition: .5s all ease-in-out;
        left: -1500px;
    }

    .logo{
        width:33%;
        height: 100px;
        display: flex;
    }

    .logo a{
        margin: auto;
    }

    .logo img {
        width: 100%;
        padding: 5px 50px;
    }
    i.fas.fa-shopping-basket{
        border: 1px solid #ff6600;
        padding: 5px;
        border-radius: 100%;
    }

    .menu-show.active-menu li:hover a{
        color: white;
        background-color: #ff6600;
    }
    .btn-contacto {
        display: block!important;
        text-align: center;
        margin: auto;
        max-width: 200px;
        width: 100%;
    }
    .btn-contacto.active-list{
        width: 200px;
    }
    body{
        overflow: inherit!important;
    }
    footer{
        position: relative!important;
    }

    .cotizador{
        width: 70%;
    }

    /* Clientes Modal */

    .formAccess, .formpopView{
        left: 0;
        width: 90%;
        margin: 30px 5%;
    }

    .col-pop{
        width: 100%;
    }
}

@media (max-width:500px){

    .logo img {
        width: 100%;
        padding: 5px 30px;
    }

}
