@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,400&display=swap');
html{
    height: 100%;
}

body{
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 0.15px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
}

@media only screen and (max-width: 400px){
    body{
        font-size: 12px;
    }
}

/* --------------------------------- Definir el color del Placeholder ---------------------------------------*/

::-webkit-input-placeholder { /* Edge */
  color: #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}
::placeholder {
  color: #ccc;
}

/* --------------------------------- Colores para BeFit ---------------------------------------*/

.rojo{
    color: #ed333f;
}

.rojo-bg{
    background-color: #ed333f;
}

.rojo-oscuro{
    color: #ba131c;
}

.rojo-oscuro-bg{
    background-color: #ba131c;
}

.blanco{
    color: #fff;
}

.negro{
    color: #000;
}

.negro-bg{
    background-color: #000;
}

.gris-claro{
    color: #f4f4f4;
}

.gris-claro-bg{
    background-color: #f4f4f4;
}

.gris{
    color: #ddd;
}

.gris-oscuro{
    color: #999;
}

.gris-oscuro-bg{
    background-color: #999;
}

.verde{
    color: #419f6c;
}

.verde-bg{
    background-color: #419f6c;
}

/*----------------------------------Estilos para encabezados H1 --- H6 -----------------------------------*/

h1{
    font-family: "Montserrat",sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

/* --------------------------------- Estilos para imagenes ---------------------------------------*/

.img-espacio{
    margin: 15px;
}

.img-vertical-medio{
    vertical-align: middle;
}


/* --------------------------------- Estilos Para Enlaces simples ---------------------------------------*/

a{
    text-decoration: none;
}


/* --------------------------------- Estilos Para Enlaces Basicos ---------------------------------------*/

a.enlace-basico{
    color: #888;
    font-weight: 300;
    transition: all ease 0.3s;
}

a.enlace-basico:hover{
    color: #000;
}

a.enlace-basico i{
    margin: 0 10px;
    color: #ffc7ca;
}

a.enlace-basico:hover i{
    margin: 0 10px;
    color: #ed333f;
}

/* --------------------------------- Estilos Para Enlaces Boton ---------------------------------------*/

a.boton{
    display: inline-block;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #be2731;
    color: #fff;
}

a.boton:hover{
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #ff0000;
    color: #fff;
}

a.boton.margen-xs{
    margin: 10px;
}

/* --------------------------------- Estilos para contenido  ---------------------------------------*/


.titulo-contenido{
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
}


.parrafo-contenido{
    margin: 15px 0;
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

/* --------------------------------- Estilos Para Linea Corporativa ---------------------------------------*/
#info-top-escritorio{
        display: block;
    }
    #info-top-movil{
        display: none;
    }
@media only screen and (max-width: 760px){
    #info-top-escritorio{
        display: none;
    }
    #info-top-movil{
        display: block;
    }
}

.corporativa{
    position: relative;
    border-bottom: 2px solid #e00916;

    background-size: cover;
}

.corporativa:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
}

/* --------------------------------- Estilos Para La busqueda ---------------------------------------*/
.busqueda{
    position: relative;
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #b7b7b7;
}

.busqueda form{
    position: relative;
}

.busqueda form input{
    border: none;
    background-color: transparent;
    padding: 5px 10px;
    padding-right: 40px;
    width: 100%;
    font-size: 1.1rem;
    font-family: "Roboto",sans-serif;
    color: #888;
}

.busqueda form i{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 1.2rem;
    color: #ccc;
}

/* --------------------------------- Estilos para Resumen de Carrito ---------------------------------------*/

.carrito{
    width: 100%;
    display: table;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    overflow: hidden;
}

.carrito > a > i{
    display: table-cell;
    width: 10%;
    padding: 10px;
    font-size: 1.5rem;
    color: #ed333f;
}

.carrito > a:hover > i{
    background-color: #eaeaea;
}

.carrito > .contenido{
    display: table-cell;
    vertical-align: top;
}

.carrito > .cantidad{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
}
.carrito > .valor{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
}

.carrito > .contenido .titulo{
    display: block;
    padding: 5px 10px;
    text-align: right;
    color: #888;
}


/* --------------------------------- Estilos Para El Menu Principal ---------------------------------------*/

.menu{
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.menu > li{
    display:table-cell;
    width: auto;
}


.menu > li > a{
    display: block;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #000;
    padding: 15px 10px;
    transition: all ease 0.3s;
}

.menu > li > a:hover{
    background-color: #fff;
    color: #ed333f;
}


.menu > li:hover .submenu{
    display: table;
    transition: all ease 0.5s;
}

.submenu{
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #ed333f;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    box-shadow: 1px 1px 5px #eaeaea;
    z-index: 2;
}

.submenu > li{
    display:table-cell;
    width: auto;
}


.submenu > li > a{
    display: block;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #000;
    padding: 15px 10px;
    transition: all ease 0.3s;
}

.submenu > li > a:hover{
    background-color: #fff;
    color: #ed333f;
}

.submenu > li > a .titulo{
    margin-bottom: 10px;
}

.submenu > li > a .imagen{
    display: block;
    margin: 0 auto;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}
.submenu > li > a .imagen img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 760px){
    .top-menu{
        margin-top: 50px;
    }
    #menu-nav{
     display: none;
    }
    #menu-mobile{
        display: block;
    }
    .menu > li{
        display: block;
    }
    
    .menu li a img{
        display: none;
    }

    .menu > li > a{
        display: block;
        height: auto;
        line-height: normal;
        padding-left: 0;
        padding-right: 0;
        padding: 10px 0;
        background-color: #000;
        text-align: center;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: 600;
        color: #fff;
        transition-property: background-color;
        transition-duration: 0.5s;
    }

    .menu > li > a:hover{
        background-color: #fff;
        color: #7ac14e;
    }

    .menu > li > a.actualTmp{
        background-color: #fff;
        color: #7ac14e;
    }


    .submenu{
        position: relative;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #000;
        border-bottom: 1px solid #cacaca;
        z-index: 10;
    }

    .submenu > li{
        display: block;
    }
    .submenu > li img{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .submenu > li a{
        display: block;
        padding: 10px 5px;
        text-align: center;
        text-decoration: none;
        font-size: 1.2em;
        background-color: #777;
        color: #fff;
        border-bottom: 4px solid transparent;
        transition-property: border-bottom;
        transition-duration: 0.5s; 
    }

    .submenu > li a:hover{
        border-bottom: 4px solid #7ac14e;
    }
}



/* --------------------------------- Estilos Para Listado Enlaces ---------------------------------------*/

.listado-enlaces{
    width: 100%;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
}

.listado-enlaces > .titulo{
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 2px solid #ed333f;
}

.listado-enlaces > a{
    display: block;    
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #888;
    transition: all ease 0.5s;
}

.listado-enlaces > a:hover{
    color: #000;
}

/* --------------------------------- Estilos Para El Slide Principal ---------------------------------------*/
.slide{
    height: 300px;
}

/* --------------------------------- Estilos Para El Mensaje en el SLIDE ---------------------------------------*/

.mensaje-slide{
    position: absolute;
    top:25%;
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}



.mensaje-slide .primera-linea{
    position: relative;
    display: inline-block;
    padding: 10px;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
    background-color: rgba(0,0,0,0.35);
    border-radius: 15px;
}

.mensaje-slide .segunda-linea{
    position: relative;
    display: inline-block;
    padding: 10px;
    font-size: 4rem;
    font-weight: 700;
    color: #ff0010;
    text-shadow: 1px 1px 3px #000;
    background-color: rgba(0,0,0,0.35);
    border-radius: 0 0 15px 15px;
}


/* --------------------------------- Estilos Para Titulos de sección ---------------------------------------*/

.titulo-seccion{
    font-family: "Montserrat",sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

/* --------------------------------- Estilos Para los productos recomendados ---------------------------------------*/

.producto-recomendado{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.producto-recomendado .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.5s ease;
}

.producto-recomendado .bg2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.5s ease;
}

.producto-recomendado i{
    position: absolute;
    top: -30%;
    left: 40%;
    color: #fff;
    transition: all 0.5s ease;
}

.producto-recomendado img{
    width: 100%;
    height: auto;
    transition: all ease 0.3s;
}

.producto-recomendado .cuadro-titulo{
    position: absolute;
    padding: 5px;
    width: 100%;
    bottom: 0;
    left:0;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    color: #eaeaea;
    transition: all 0.5s ease;
}

.producto-recomendado .cuadro-titulo h1{
    font-size: 1.2em;
}

.producto-recomendado .cuadro-titulo h2{
    font-size: 1em;
    color: #fff212;
}

.producto-recomendado:hover{
    cursor: pointer;
}

producto-recomendado:hover img{
    transform: scale(1.2,1.2);
}

.producto-recomendado:hover .bg{
    background-color: #fff212;
    background-color: rgba(237, 51, 63,0.8);
}

.producto-recomendado:hover i{
    top:40%;
}

.producto-agotado{
    font-size: 1em;
    font-weight: bold;
    display: block;
    position: relative;
    background-color: #d9b51e;
    border-radius: 5px;
    width: 75%;
    padding: 5px;
    margin: 0 auto;
    color: #fff;/*#b40000;*/
    text-align: center;
}

/* --------------------------------- Estilos Para el Footer ---------------------------------------*/

.footer{
    background-color: #000;
    color: #999;
}

.footer .info-foot{
    display: table;
    margin: 15px 0;
}

.footer .info-foot i{
    display: table-cell;
    width: 30px;
    font-size: 1.2rem;
}

.footer .descripcion{
    margin: 15px;
}

.footer .descripcion > h1{
    margin: 15px 0;
    font-size : 1.3rem;
    font-family: "Montserrat",sans-serif;
    color: #fff;
}

.footer .descripcion > .info-foot > a{
    color: #aaa;
}

.footer .decripcion > .info-foot > a:hover{
    color: #fff;
}



/* --------------------------------- Estilos Para Las Políticas ---------------------------------------*/

.politicas a{
    color: #be2731;
}

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

/* --------------------------------- Estilos para los mensajes con iconos  ---------------------------------------*/


.mensaje-icono{
    display: table;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.mensaje-icono > .icono{
    display: table-cell;
    width: 30px;
}

.mensaje-icono > .mensaje{
    display: table-cell;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}


/* --------------------------------- Estilos para los mensajes de Alerta  ---------------------------------------*/

.alerta{
    display: block;
    padding: 5px;
    font-size: 0.9rem;
    border-radius: 3px;
}

.alerta.alerta-peligro{
    color: #aa2929;
    background-color: #efcccc;
    border: 1px solid #aa2929;
}

.alerta.alerta-exito{
    color: #2e9039;
    background-color: #c4e8c8;
    border: 1px solid #2e9039;
}


/* --------------------------------- Estilos Para Productos ---------------------------------------*/


.producto{
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    padding: 10px;
    border: 2px dashed transparent;
    transition: all ease 0.5s;
}

.producto:hover{
    border: 2px dashed #ccc;
}

.producto > a > .imagen{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.producto > a > .imagen img{
    max-height: 200px;
    width: auto;
}

.producto > .nombre{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    height: 60px;
}

.producto > .valores{
    display: table;
    padding: 3px 0;
    min-height: 20px;
}

.producto > .valores > .titulo{
    display: table-cell;
    width: 50%;
}

.producto > .valores > .precio{
    display: table-cell;
    width: 50%;
    font-weight: 600;
    color: #ed333f;
}

.producto > .valores > .precio.normal{
    text-decoration: line-through;
    color: #888;
}

.producto > .valores > .precio.internet{
    color: #ed333f;
}

.producto > a.boton{
    display: inline-block;
    margin: 0 auto;
}

/* --------------------------------- Estilos Para Detalle de Productos ---------------------------------------*/

.detalle-imagen{
    display: block;
}

.detalle-imagen > .imagen{
    width: 100%;
}

.detalle-imagen > .imagen > img{
    max-width: 300px;
    max-height: 500px;
    
}

.detalle-producto{
    display: block;
}

.detalle-producto > .nombre{
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}

.detalle-producto > .marca{
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
}

.detalle-producto > .precio{
    margin: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.detalle-producto > .precio > .titulo{
    font-size:0.9rem;
    font-weight: 600;
    color: #888;
}

.detalle-producto > .precio > .valor{
    font-size:1.4rem;
    font-weight: 600;
}

.detalle-producto > .descripcion{
    margin: 20px 0;
    font-size:1rem;
}

.detalle-producto > .video{
    margin: 15px 0;
    text-align: center;
}

.detalle-producto > .caracteristica{
    display: table;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px dashed #ed333f;
}

.detalle-producto > .caracteristica:hover{
    background-color: #eaeaea;
    border-bottom: 1px solid #ed333f;
}

.detalle-producto > .caracteristica > .titulo{
    display: table-cell;
    width: 25%;
    font-weight: 600;
}

.detalle-producto > .caracteristica > .detalle{
    display: table-cell;
    width: 75%;
}

/* --------------------------------- Estilos para Panel Carro de Compras ---------------------------------------*/

.ver-carrito{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    box-shadow: -2px 0 10px #999;
    border-left: 2px solid #aaa;
    z-index: 10;
}

.ver-carrito.cerrado{
    right: -300px;
}

.ver-carrito > .titulo{
    padding: 10px 5px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: 1px solid #ed333f;
}

.ver-carrito > .resumen > .producto{
    display: table;
    width: 100%;
}

.ver-carrito > .resumen > .producto > .imagen{
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 35%;
}
.ver-carrito > .resumen > .producto > .imagen img{
    width: 100%;
    height: auto;
}
.ver-carrito > .resumen > .producto > .datos{
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 65%;
}
.ver-carrito > .resumen > .producto > .datos > .cantidad{
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.ver-carrito > .resumen > .producto > .datos > .valor{
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ed333f;
}

.ver-carrito > .resumen > .total{
    display: table;
    width: 100%;
}

.ver-carrito > .resumen > .total > .titulo{
    display: table-cell;
    padding: 5px 10px;
    font-weight: 600;
    width: 35%;
}

.ver-carrito > .resumen > .total > .valor{
    display: table-cell;
    padding: 5px 10px;
    width: 65%;
    text-align: right;
    font-weight: 600;
    font-size: 1.1rem;
    color: #ed333f;
}


/* --------------------------------- Estilos para La Compra Final ---------------------------------------*/

.carrito-detalle > .producto-item{
    display: table;
    width: 100%;
    padding: 20px;
    border: 1px solid #cacaca;
}

.carrito-detalle > .producto-item .producto-imagen{
    display: table-cell;
    width: 20%;
    vertical-align: top;
}

.carrito-detalle > .producto-item .producto-imagen img{
    width: 100%;
    max-width: 200px;
    vertical-align: top;
}

.carrito-detalle > .producto-item.producto-datos{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    font-size: 1em;
}

.carrito-detalle > .producto-item .producto-cantidad{
    display: table-cell;
    width: 15%;
    vertical-align: top;
    font-size: 1em;
}

.carrito-detalle > .producto-item .producto-valor{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    font-size: 1.5em;
}

.carrito-detalle > .producto-item .producto-elimina{
    display: table-cell;
    width: 10%;
    vertical-align: top;
    font-size: 1.5em;
}

.carrito-detalle > .producto-item .producto-elimina a{
    color: #7ac14e;
}

.compra-resumen{
    display: block;
    background-color: #eaeaea;
    border-radius: 5px;
    overflow: hidden;
}

.compra-resumen > .cuadro-titulo{
    padding: 10px;
    color: #fff;
    background-color: #999;
}

.compra-resumen > .cuadro-datos{
    color: #000;
    font-size: 0.8em;
}

.compra-resumen > .cuadro-datos > .linea{
    display: table;
    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 0.8em;
}

.compra-resumen > .cuadro-datos > .linea > .titulo{
    display: table-cell;
    width:40%;
    padding: 5px;
    color: #000;
    font-size: 0.9rem;
}

.compra-resumen > .cuadro-datos > .linea > .valor{
    display: table-cell;
    width: 60%;
    padding: 5px;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}


.proceso-compra{
    margin: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.proceso-compra .parrafo{
    font-size: 1.1em;
    text-align: center;
}


/* --------------------------------- Estilos para los formularios  ---------------------------------------*/

.formulario{
    position: relative;
    width: 90%;
    font-size: 1.2em;
}

.formulario .grupo-form{
    margin: 20px 0;
}
.grupo-form label{
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size:0.9em;
    font-weight:500;
    color: #434343;
}


.grupo-form label.error{
    color: #e55555;
}

.grupo-form input,.grupo-form textarea,.grupo-form select{
    width: 100%;
    padding: 10px;
    background-color: #f5f6f7;
    border: none;
    border: 1px solid #d6b9ba;
    font-size: 1em;
    color: #848484;
}

.grupo-form input:focus,.grupo-form textarea:focus,.grupo-form select:focus{
    box-shadow: 0 0 5px #fd9aa0;
}

.grupo-form input[type="submit"]{
    display: inline-block;
    width: auto;
    padding: 10px;
    min-width: 100px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    background-color: #be2731;
    color: #fff;
    border: none;
}

.grupo-form input[type="submit"]:hover,.grupo-form input[type="submit"]:focus{
    background-color: #ff0000;
    color: #fff;
    cursor: pointer;
}

.grupo-form input[type="checkbox"],.grupo-form input[type="radio"]{
    display: inline-block;
    width: 30px;
    font-size: 1.3em;
    margin: 10px auto;
}

/* --------------------------------- Estilos para las cantidades que tengan + / -  ---------------------------------------*/

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
    border: 1px solid #ed333f;
    display: inline-flex;
    border-radius: 5px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 1.5px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 3rem;
  padding: .2rem;
  border: solid #f5821f;
  border-width: 0 2px;
  font-size: 1rem;
  height: 1.5rem;
  font-weight: bold;
  text-align: center;
}

/* --------------------------------- Estilos para las Direcciones en Compra  ---------------------------------------*/

.direccion-compra{
    display: table;
    width: 100%;
    padding: 5px 3px;
}

.direccion-compra:hover{
    background-color: #eaeaea;
}

.direccion-compra > .direccion{
    display: table-cell;
    width: 90%;
    font-size: 0.9rem;
}

.direccion-compra > .seleccion{
    display: table-cell;
    width: 10%;
}


/*********** Estilos para políticas ************************/
.politicas{
    padding: 10px 0;
    background-color: #3c3c3c;
    text-align: center;
}

.politicas a{
    color: #be2731;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.politicas a:hover{
    border: 1px solid #cacaca;
    color: #eaeaea;
}

.titulo-politicas{
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 0;
}

.parrafo-politicas{
    text-align: justify;
}

.lista-politicas{
    list-style-type:disc;
}

.lista-politicas li{
    margin: 5px 0;
}


/****************** Estilos Menú del Cliente **********************/

.menu-cliente{
    margin: 10px 0;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.menu-cliente li a{
    display: block;
    padding: 10px;
    color: #848484;
    font-size: 1rem;
    border-bottom: 1px solid #eaeaea;
    transition: all 1s ease;
}

.menu-cliente li a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}

.menu-cliente li a i{
    margin: 0 10px 0 0;
    color: #ffc7ca;
    font-size: 1.1rem;
    transition: all 1s ease;
}

.menu-cliente li a:hover i{
    color: #ed333f;
}

/*********** Estilos Tablas para vista de elementos *************************/

.tabla-lista{
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

.tabla-lista th{
    font-size: 1em;
    font-weight: bold;
    border-bottom: 2px solid #e2ffbd;
    padding: 5px;
}

.tabla-lista td{
    padding: 15px 5px;
    font-size: 1em;
    border-bottom: 1px solid #eaeaea;
    color: #848484;
}

.tabla-lista td i{
    color: #00c100;
}

.tabla-lista tr{
    background-color: transparent;
    transition: all 0.5s ease;
    padding: 5px 0;
    border-left: 1px solid transparent;
}

.tabla-lista tr:hover{
    background-color: #eaeaea;
    font-weight: 700;
    border-left: 1px solid #848484;
}