*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto;}
@font-face{
	font-family: Anton-Regular; 
	src: url(../fonts/Anton-Regular.ttf);}
@font-face{
	font-family: bokra-regular;
	src: url(../fonts/bokra-regular.ttf);}
body{
    width: 100%;
    height: auto;
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto;}

/*--------------------------INDEX---------------------------*/
.logo-rp{
    display:none;} 
header{
    width: 100%;
    float: left;
    padding: 5% 8%;}
h1{
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;}
.columna{
    width: 30%;
    float: left;
    margin: 1.5%;}
.btn-header{
    width: 90%;
    margin: 12% 5%;
    padding: 10% 0%;
    color: white;
    background: linear-gradient(0deg, #FF9A7A, #D27255);
    font-weight: 300;
    border-radius: 20px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    float: left;}
.txt-header{
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: 26px;}
.logo-pc{
    width: 80%;
    margin: 5% 10%;
    float: left;}
.corazon{width: 15px;}


/*--------------------------FOOTER---------------------------*/
footer{
    width: 100%;
    float: left;
    padding: 5%;
    background: linear-gradient(0deg, #FF9A7A, #D27255);
    color: white;
    text-align: center;}
.logo-footer{
    width: 100%;
    float: left;
    font-family: Anton-Regular;
    font-size: 30px;
    letter-spacing: 2px;}
.eslogan-footer{
    width: 100%;
    margin: 1% 0%;
    float: left;}
.info-footer{
    width: 100%;
    margin: 1% 0%;
    float: left;}
.protienda-footer{
    width: 100%;
    margin: 1% 0%;
    float: left;}
.redes{
    width: 20%;
    margin: 0% 40%;
    float: left;}
.ico-redes2{
    width: 45%;
    margin: 2.5%;
    float: left;}
footer a{
    color: white;
    text-decoration: none;
    transition: .3s;}
footer a:hover{
    opacity: .5;}

/*---------------------------------------BOTON WHATSAPP..............*/
.whatsapp{
    position:fixed;
    width:80px;
    height:80px;
    bottom:20px;
    right:20px;
    z-index:100;}
  .img-wpp{width:100%;}

/*---------------------------------------RESPONSIVE DE INDEX*/
@media (max-width:1000px){
    .btn-header{ font-size: 20px;}
    .txt-header{ font-size: 24px;}
}
@media (max-width:830px){
    .logo-rp{
        display:block;
        float: left;
        width: 35%;
        margin: 1% 32.5%;}
    .logo-pc{
        display:none;}
    h1{
        font-size: 40px;
        line-height: 100px;}    
    header{
        padding: 5%;}
    .columna{
        width: 100%;
        margin: 0%;}
    .btn-header{
        width: 80%;
        margin: 2% 10%;
        padding: 2%;
        border-radius: 20px;
        font-size: 24px;}
    .txt-btn{
        width: 100%;
        float: left;}
    .txt-header{
        width: 100%;
        float: right;} 
}
@media (max-width:400px){
    h1{
        font-size: 30px;
        line-height: 40px;}   
    .logo-rp{
        width: 40%;
        margin: 1% 30% 2%;}
    .btn-header{
        width: 95%;
        margin: 2.5%;
        border-radius: 10px;}
    .txt-btn{
        font-size: 18px;}
    .txt-header{
        font-size: 18px;} 
    .redes{
        width: 60%;
        margin: 2% 20%;} 
    .eslogan-footer,.info-footer,.protienda-footer{
        margin: 3% 0%;}
}

/*---------------------------------NAV-----------------------------*/
nav{
    width: 100%;
    height: 70px;
    max-width: 1400px;
    float: left;
    position: fixed;
    transition: .5s;
    background: white;
    z-index: 1000;}
nav label, nav input{
    display: none;}
.logo-nav{
    float: left;
    width: auto;
    height: 50px;
    margin: 5px;}
.logo-txt{
    margin-left: 10px;
    float: left;
    font-family: Anton-Regular;
    font-size: 30px;
    line-height: 60px;
    color: black;}
#menu{
    width: 35%;
    float: right;}
#menu ul li{
    width: 23%;
    margin: 2% 1%;
    padding: 1%;
    border-radius: 5px;
    background: linear-gradient(0deg, #FF9A7A, #D27255);
    float: left;
    text-align: center;
    font-size: 14px;
    list-style: none;
    transition: .1s;
    text-transform: uppercase;}
#menu ul a{
    color: white;}
#menu ul li:hover{
    border-top: 2px solid white;
    font-weight: 600;}


/*el cambio a movil de 768 para abajo*/

@media (max-width:1150px){
    #menu{ width: 40%;}
}
@media (max-width:900px){
    #menu{ width: 45%;}
}
@media (max-width:830px){
    #menu{
        width: 50%;
        padding: 2%;
        margin-top: 60px;
        margin-right: -100%;
        background: rgba(255, 255, 255, 0.924);
        transition: 1s;}     
    #menu ul li{
        width: 100%;
        margin: 3% 0%;
        font-size: 16px;
        padding: 5% 0%;}    
    nav label{
        float: right;
        display: block;
        margin: 10px;
        width: 40px;
        height: 40px;}
    .linea1{
        width: 40px;
        height: 3px;
        margin-top: 8px;
        float: left;
        transition: .3s;
        background: rgb(19, 1, 1);}
    .linea2{
        width: 40px;
        height: 3px;
        margin-top: 8px;
        float: left;
        transition: .3s;
        background: rgb(27, 2, 2);}
    #btn-menu:checked ~ #menu{
        margin-right: -60px;}
    #btn-menu:checked ~ label .apagar{
        display: none;}
    #btn-menu:checked ~ label .linea1{
        transform: rotate(45deg);
        margin-top: 20px;
        float: left;}
    #btn-menu:checked ~ label .linea2{
        transform: rotate(-45deg);
        float: left;
        margin-top: -3px;}
}
@media (max-width:400px){
    #menu ul li{
        font-size: 14px;
        margin: 5% 0%;
        padding: 5%;} 
    #menu{
        width: 100%;
        padding: 2%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -150%;}     
    #btn-menu:checked ~ #menu{
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;}
    .logo-txt{
        margin-left: 3px;
        font-size: 20px;}
}


/*--------------------------------------------------CONTACTO*/
#contacto{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 10% 25% 10%;}

.titu-contacto{
    width: 50%;
    margin: 0% 25%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    background:#cacaca;
    border-radius: 15px;
    color: #ffffff;
    padding: 1% 2%;}
#contacto form{
    width: 90%;
    margin: 1% 5%;
    float: left;}
#contacto form input{
    width: 100%;
    font-size: 14px;
    height: 40px;
    background: #f4f4f4;
    border: 0;
    float: left;
    margin: 2% 0%;
    padding: 2%;}
#contacto form textarea{
    font-size: 14px;
    padding: 2%;
    width: 100%;
    height: 150px;
    max-width: 100%;
    background: #f4f4f4;
    border: 0;
    float: left;
    margin: 2% 0%;}
#contacto form button{
    cursor: pointer;
    letter-spacing: 3px;
    float: left;
    width: 30%;
    border-radius: 10px;
    height: 50px;
    margin: 2% 35%;
    border: 0;
    transition: .3s;
    background: linear-gradient(0deg, #D27255, #FF9A7A);
    color: white;}
#contacto form button:hover{
    color: black;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: .7;}
.mensajeneviado{
    width: 50%;
    margin: 1% 25%;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: #62BF97;
    color: white;
    font-family: Roboto;}

@media (max-width:768px){
    #contacto{
        padding: 120px 5% 10%;}
}
@media (max-width:400px){
    #contacto form button{
        width: 50%;
        margin: 2% 25%;}
    .titu-contacto{
        width: 80%;
        margin: 0% 10%;}
}


/*------------------------------------------------IMPRIMIR*/
.contenidofinal{
    width: 80%; 
    height: auto;
    float: right;
    text-align: center;
    padding: 8% 5% 5%;}
.imprimir{
    width: 100%; 
    height: auto;
    float: left;
    text-align: center;
    padding: 6% 10% 2%;}
.agregararchivo{
    width: 100%;
    padding: 2%;
    float: left;
    border:2px solid #FF9A7A;
    border-radius: 10px;
    margin-bottom: 2%;}
.titu-archivos{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2%;}
.inputfile-box {
    width: 45%;
    padding: 1%;
    float: left;
    background: #dedede;
    border-radius: 10px;
    margin: 2.5%;
    position: relative;}
.inputfile-box2 {
    width: 98%;
    padding: 1%;
    float: left;
    background: #dedede;
    border-radius: 10px;
    margin: 2.5%;
    position: relative;}
.inputfile {
    display: none;
    background: white;}
.file-box{
    float: left;
    width: 80%;
    margin-left: 4%;
    margin: 10px;
    height: 40px;
    text-align: left;
    overflow: hidden;
    padding-top:10px;
    padding-left:5px;
    font-size: 14px;
    background: white;}
.file-button {
    float: left;
    width: 50%;
    border-radius: 10px;
    height: 41px;
    line-height: 40px;
    margin: 1% 25%;
    background: #D27255;
    transition: .3s;
    color: white;}
.file-button-eli {
    float: left;
    width: 50%;
    border-radius: 10px;
    height: 41px;
    line-height: 40px;
    margin: 1% 25%;
    background: #8f3d25;
    transition: .3s;
    color: white;}
    
.file-button-eli:hover {
    cursor: pointer;
    background: #a87768;}

.file-button:hover{
    cursor: pointer;
    background: #a87768;}

.ico-archivo{
    height: 45px;
    margin: 1% .5%;
    float: left;}

#btnagregar{
    width: 30%;
    border-radius: 10px;
    line-height: 50px;
    float: left;
    height: 50px;
    margin-left: 15%;
    text-decoration: none;
    background: black;
    color:white;
    cursor: pointer;
    margin-top:5%;
    transition: .3s;}
.btn-siguiente{
    width: 30%;
    border-radius: 10px;
    line-height: 50px;
    float: right;
    height: 50px;
    margin-right: 15%;
    background: #62BF97;
    color:white;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    margin-top:5%;
    transition: .3s;}
#btnagregar:hover{ 
    background: #008037;
    color:black;
    border:1px solid grey;}
.btn-siguiente:hover { 
    letter-spacing: 1px;
    background: #f4f4f4;
    color:black;
    border:1px solid grey;
    font-weight: 700;}
.archivoselect{
    width: 47%;
    margin: 10px;
    margin-left: 1%;
    height: 40px;
    float: left;}
.ico-eliminar{
    height: 40px;
    margin: 10px 8px 0px 0px;
    float: right;}
.ico-eliminar:hover{
    opacity: 1;}
.ico-icono{height: 40px; }
.select-form{
    width: 21%;
    height: 40px;
    margin: 0% 2% 0% 0%;
    font-size: 15px;
    float: left;
    background: #62BF97;
    color: white;
    box-shadow: 2px 2px #008037;
    border: 0;}

.select-form2{
    width: 90%;
    height: 30px;
    margin: 1% 5%;
    font-size: 13px;
    float: left;
    background: #838383;
    color: white;
    padding: 1px;
    box-shadow: 2px 2px #008037;
    border: 0;}

/* Ocultar las flechas */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    width: 30px;
    height: 30px;
    margin:1px;
    cursor: pointer;
    background-color: #008037;
}


.tres{ width: 32%;}

.conte-titu{
    width: 100%;
    margin-right: 0%;
    height: 50px;
    font-size: 24px;
    float: left;
    text-align: left;
    padding: 1%;
    margin-bottom:2%;
    border-radius: 5px;
    background: #FF9A7A;
    box-shadow: 2px 2px rgb(216, 216, 216);
    color: white;}
.item{
    width: 6px;
    height: 6px;
    margin: 15px;
    float:left;
    background:white;
    border-radius: 3px;}
.txt-titu{
    float:left;
    width: 90%;
    margin-top:2px;}
.detallepedido{
    width:100%;}
.detallepedido tr{
    width:100%;}
.detallepedido td {
    width:20%;}
.titu-tabla{
    background: #62BF97;
    color:white;
    font-size: 14px;
    padding: 10px;
    height:30px;}
.formudatospedido{
    width:100%;
    padding:2% 2% 2% 0%;
    float:left;}
.inputformu{ 
    width:45%;
    float:left;
    margin:1% 2.5%;
    height:40px;}
.inputformu2{ 
    width:95%;
    float:left;
    margin:1% 2.5%;
    height:40px;}
.aclaraciones{
    width:95%;
    float:left;
    height:100px;
    max-width:95%;
    min-width:95%;
    margin:3% 2.5%;
    padding: 1%;
    color: black;
    font-size: 16px;}
.btn-siguiente2{
    width: 30%;
    border-radius: 10px;
    line-height: 50px;
    float: right;
    height: 50px;
    margin-right: 1%;
    background: rgb(128, 127, 127);
    color:white;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    margin-top:5%;
    transition: .3s;}
.btn-siguiente2:hover { 
    letter-spacing: 1px;
    background: #f4f4f4;
    color:black;
    border:1px solid grey;
    font-weight: 700;}
.canti{
    width:15%;
    height:40px;
    float: right;
    margin: 1px;
    text-align:center;}
.titu-formu2{
    width:100%;
    float:left;
    height:40px;
    margin-bottom:2%;
    padding-top:3px;}
.titu-tabla2{
    background: #62BF97;
    color:white;
    font-size: 14px;
    padding-top: 12px;
    height:40px;
    text-transform: uppercase;
    float: left;}
.nombrearchivo{
    width:45%;}
.colorarchivo{
    width:10%;
    margin-left:2px;}
.imprearchivo{
    width:10%;
    margin-left:2px;}
.encuarchivo{
    width:15%;
    margin-left:2px;}
.cantidadarchivo{
    width:10%;
    margin-left:2px;}
.eliminar{
    width:5%;
    margin-left:2px;}
.detallearchivo td{
    text-align: center;
    border-bottom: 1px solid black;
    height: 40px;}
.detallearchivo22 td{
    text-align: center;
    border-bottom: 1px solid black;
    height: 40px;}
.detallepedidomovil, .conte-movil{
    display: none;}
.btn-agregar{
    width:30%;
    margin: 2% 35%;
    float: left;
    background: #62BF97;
    border-bottom: 1px solid black;
    color:white;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 10px;
    transition: .3s;}
.btn-agregar:hover{
    opacity: .7;
    letter-spacing: 1px;}
.direccion{
    width: 46%;
    height: 200px;
    float: left;
    text-align: center;
    margin: 2%;
    font-size:20px;}
.icn-mapa{
    width: 20%;
    float: right;
    margin:0% 40% 1%;}
.direccion p{
    width: 100%;
    float: left;
    margin-bottom: 20px;}
.direccion p b{
    width: 100%;
    float: left;
    margin-bottom: 5px;}
.mapa{
    width: 46%;
    height: 300px;
    margin: 2%;
    float: right;}
.btn-finalizar{
    width: 100%;
    float: left;}
.formadepago{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 20px;}
.formaentrega{
    width: 100%;
    font-size: 20px;
    float: left;
    margin: 10px 0px 0px;}
.ingresa{
    width: 100%;
    font-size: 14px;
    float: left;
    margin: 10px 0px;}
.formadepago input{
    width: 50%;
    height: 50px;
    font-style: 16px;
    margin: 1% 50% 1% 0%;
    float: left;}
.formadepago textarea{
    width: 50%;
    height: 100px;
    max-width: 50%;
    min-width: 50%;
    max-height: 100px;
    min-height: 100px;
    font-style: 16px;
    margin: 1% 50% 4% 0%;
    float: left; }
.selecciona, #nada{
    width: 99%;
    margin-left: 1%;
    font-size: 18px;
    text-align: left;
    float: left;
    margin-bottom: 10px;}
.inputdatosenvio{
    display: none;}
#envioss:checked ~ .inputdatosenvio{
    display: block;}
.aclaraciones2{
    width:95%;
    float:left;
    height:100px;
    width:95%;
    width:95%;
    margin:1% 2.5%;}
#aclaracion{
    width: 100%;
    margin-top: -10px;
    margin-left: 5px;
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    float: left;}
#labelsuelto, #labeltodojunto, #labelseparado{
    width: 30%;
    float: left;
    text-align: left;
    padding: 2%;
    margin: 1% 1.5%;
    background: white;
    background: linear-gradient(0deg, #ebebeb, white);
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    border:2px solid #3e7a60;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;}

#labelretiro, #labelenvio, #labelextra1, #labelextra2{
    width: 45%;
    float: left;
    text-align: left;
    padding: 2%;
    margin: 1% 2.5%;
    background: linear-gradient(0deg, #ebebeb, white);
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    border:2px solid #3e7a60;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;}


#labelsuelto:hover, #labeltodojunto:hover, #labelseparado:hover, #labelretiro:hover, #labelenvio:hover{
    opacity: .5;
    border:2px solid #6e6e6e;}

#copiastodojunto,#copiasseparado, #archivostodojunto, #archivosseparado, #retiro, #encusuelto, #encuseparado, #encutodojunto, #envioss{
    display: none;}





#labelsuelto:checked ~ #labelsuelto{
    background: #e2e2e2;
    border:2px solid #6e6e6e;}
#labeltodojunto:checked ~ #labeltodojunto{
    background: #e2e2e2;
    border:2px solid #6e6e6e;}
#labelseparado:checked ~ #labelseparado{
    background: #e2e2e2;
    border:2px solid #6e6e6e;}




#retiro:checked ~ #labelretiro{
    background: #62BF97;
    border:2px solid #6e6e6e;}
#envioss:checked ~ #labelenvio{
    background: #62BF97;
    border:2px solid #6e6e6e;}
#encusuelto:checked ~ #labelsuelto{
        background: #62BF97;
        border:2px solid #6e6e6e;}
#encuseparado:checked ~ #labelseparado{
    background: #62BF97;
    border:2px solid #6e6e6e;}
#encutodojunto:checked ~ #labeltodojunto{
    background: #62BF97;
    border:2px solid #6e6e6e;}

.montototal{    
    width: 70%;
    color:rgb(54, 54, 54);
    text-align: center;
    margin: 1% 15%;
    padding: 1%;
    border-radius: 10px;
    float: left;
    border: 2px solid #D27255;
    background: #d2725534;
    font-family: Roboto;}
.txt-montototal{
    font-size: 20px;}
.precio{
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;}
.envioincluido{
    margin-top: -25px;}
.selectformadepago{ 
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin-bottom: 2%;
    float: left;
    background: #62BF97;
    text-transform: uppercase;
    color: white;
    box-shadow: 2px 2px #008037;
    border: 0;}
.formformadepago{ 
    width: 100%;
    height: auto;
    font-size: 17px;
    padding: 2% 0%;
    float: left;
    text-transform: uppercase;
    color: white;
    border: 0;}
.medpago{
    background: #e7eae9;
    float: left;
    text-align: left;
    margin: .5% 15%;
    width: 70%;}
.inputpago{
    width: 15px;
    height: 15px;
    margin: 10px;}
.labelpago{
    color: black;
    width: 95%;}
.btn-finalizar3{
    width: 20%;
    margin:5% 40%;
    border-radius: 10px;
    line-height: 50px;
    float: right;
    height: 50px;
    background: rgb(128, 127, 127);
    color:white;
    cursor: pointer;
    border: 0px;
    text-decoration:none;
    font-size: 16px;
    transition: .3s;}
.btn-finalizar3:hover { 
    letter-spacing: 1px;
    background: #f4f4f4;
    color:black;
    border:1px solid grey;
    font-weight: 700;}
.forma{
    width: 70%;
    color:rgb(54, 54, 54);
    margin: 1% 15%;
    padding: 1%;
    border-radius: 10px;
    float: left;
    border: 2px solid #62BF97;
    text-align: center;
    font-family: Roboto;}
.logogracias{
    width: 20%;
    margin: 1% 40%;
    float: left;}
#sinforma{
    font-size: 12px;
    font-style:italic;}
.txt-gracias{
	font-family: bokra-regular;
    font-size: 30px;
    line-height: 70px;
    text-transform: uppercase;}
.txt-confirmacion{
    font-size: 16px;
    line-height: 30px;}
.datosentrega{
    width: 100%;
    height: auto;
    padding: 2%;
    float: left;
    border:2px solid #62BF97;
    background:#f3f3f391;
    margin-top: 2%;
    border-radius: 20px;}
.tituresponsive, .ico-eliminar2{
    display: none;}
.btn-editar3{
    width: 50%;
    border-radius: 10px;
    line-height: 50px;
    float: right;
    height: 50px;
    margin: 5% 25%;
    background: rgb(128, 127, 127);
    color:white;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    transition: .3s;}
.btn-editar3:hover{
    background: black;
    cursor: pointer;}
#btnagregar:hover{ 
    background: #f4f4f4;
    color:black;
    border:1px solid grey;}
.prender2{ display: none;}


@media (max-width:1300px){
    .paginas{
        margin:1px 4%;}
    .imprimir{
        padding: 10% 5%;}
}
@media (max-width:1010px){
    .titu-formu2{
        display: none;}
    .ico-archivo{display: block;}
    .tituresponsive{
        display: block;
        width: 90%;
        margin: 2% 5%;
        float: left;
        height: 30px;
        border-bottom: 1px solid black;
        color: black;
        text-transform: uppercase;
        line-height: 20px;}
    .file-box{
        width: 80%;
        font-size: 12px;
        background: white;
        height: 40px;}
    .file-button {
        width: 70%;
        height: 43px;
        margin-top: 0px;
        margin: 0% 15%;}
    
    .archivoselect{
        width: 100%;
        height: auto;
        margin: 0px;
        float: left;}
    .paginas, .select-form, .canti, .tres{
        width: 98%;
        margin: 10px 0%;
        float: left;
        background: white;
        color: black;}
    
    .inputfile-box {
            width: 95%;
            float: left;
            background: #dedede;
            border-radius: 10px;
            margin: 2.5%;
            position: relative;}
    .tituresponsive a{
        color: white;
        text-decoration: none;}
    .titu-archivos{
        font-size: 20px;}
    .ico-eliminar{ margin: 10px 15px 0px 0px;}
    .detallearchivo{ font-size: 12px; }
    .detallearchivo22{ font-size: 12px; }
}
.nom-arc-movil, .prender-movil{
    display: none;
}
@media (max-width:800px){
    .detallearchivo tr, .detallearchivo td, .titu-tabla{ display: none; }
    .detallepedidomovil{
        display: block;
        width: 100%;}
    .imprimir{
        padding: 100px 5%;}
    #btnagregar{
        width: 45%;
        margin-left: 2.5%;}
    .btn-siguiente{
        width: 45%;
        margin-right: 2.5%;}
    .titu-tabla{font-size: 11px;}
    .ico-icono{
        width: 20px;
        height: 20px;
        margin:5px;}
    .conte-titu{
        font-size: 18px;}
    .txt-titu{margin-top:7px;}
    .btn-agregar{
        width:50%;
        margin: 2% 25%;}
    .montototal, .forma{    
        width: 80%;
        margin: 1% 10% 4%;}
    .selectformadepago{    
        width: 100%;
        margin: 1% 0% 4%;}
    .medpago{ 
        width: 100%;
        margin: 1% 0%;
        font-size: 12px;
        padding: 2% 0%;}
    
    .apagar2{display: none; }
    .prender2{ display: block;}
    .txt-titu{width: 50%;}
    .logogracias{
        width: 40%;
        margin: 1% 30%;}
    .txt-gracias{
        font-size: 20px;
        line-height: 40px;}
    .txt-confirmacion, .txt-confiar{
        width: 90%;
        margin: 1% 5%;
        font-size: 14px;
        line-height: 20px;}
    .datosentrega{ margin-bottom: 4%; }
    .direccion{
        width: 96%;
        height: auto;
        margin: 2%;}
    .mapa{
        width: 100%;
        margin: 2% 0%;}
    .formformadepago{ 
        font-size: 12px;
        padding: 2% 0%;}

    #entrega{
        margin-top: -20%;}
    .contenido-extra{
        width: 100%;
        float: left;
        font-size: 12px;
        padding: 1%;}
    .titu-extra{
        width: 70%;
        text-align: left;
        float: left;}
    .conte-extra{
        width: 30%;
        text-align: right;
        float: left;}
    .nom-arc-movil{
        width: 100%;
        background: #62BF97;
        padding: 2%;
        font-family: bokra-regular;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        display: block;
        float:left;}
    .total-extra{
        width: 100%;
        float:left;
        padding:2%;
        border-top:3px solid black;}
    #nada{display: none;    }
    .conte-movil{
        width: 100%;
        padding: 2% 0%;
        float:left;
        display: block;
        text-align: center;
        margin-bottom: 5%;
        border-bottom: 1px solid black;}
    .tabla-mov{
        width: 19%;
        float:left;
        height: 60px;
        border-right: 2px solid black;}
    .tabla-mov-eli{
        width: 5%;
        float:left;}
    .titu-movil{
        width: 100%;
        padding: 2% 1%;
        margin-bottom: 5%;
        float:left;
        font-size: 12px;}
    .ico-marg{
        margin-top: 8px;}
}
@media (max-width:570px){
    .imprimir{
        padding: 100px 2%;}
    #btnagregar{
        font-size: 12px;}
    .btn-siguiente{
        font-size: 12px;}
    .titu-tabla{
        font-size: 10px;
        padding: 2px;}
    .btn-agregar{
        width:70%;
        margin: 2% 15%;}
    .btn-finalizar3{
        width: 50%;
        margin: 5% 25%;}
    .titu-movil{
        font-size: 10px;}
    .tabla-mov{
        font-size: 12px;}
    .nom-arc-movil{
        font-size: 12px;
    }
    .select-form2{
        font-size: 11px;}
}
@media (max-width:400px){
    .btn-agregar{
        width:90%;
        margin: 2% 5%;}
    .selectformadepago{
        font-size: 12px;}
    .tabla-mov{
        border-right: 1px solid black;}
    .file-box{
        width: 70%;
    }

}
/*--------------------------------------------------------------ESQUEMAS--------*/
#sec-esquemas{
    width: 100%; 
    max-width: 1500px;
    min-width: 320px;
    height: auto;
    float: left;
    text-align: center;
    padding: 10% 10% 5%;}
#sec-esquemas2{
    width: 100%; 
    max-width: 1500px;
    min-width: 320px;
    height: auto;
    float: left;
    text-align: center;}
.esquemas{
    width: 80%; 
    height: auto;
    float: right;
    text-align: center;
    padding: 10% 0% 5%;}
.carritoesque{
    width: 20%; 
    height: 100%;
    float: left;
    text-align: center;
    position: fixed;
    padding: 8% 0%;
    background: #62BF97;}
.titu-carri{
    width: 90%;
    float: left;
    text-align: center;
	font-family: Anton-Regular;
    font-size: 30px;
    margin: 0% 5%;
    border-bottom: 2px solid white;
    color:white;}
.nadacarrito{
    width: 90%;
    float: left;
    text-align: center;
    margin: 5% 5%;
    color: white;
    font-style: italic;
    font-size: 14px;}
.contecarritoesque{
    width: 95%;
    float: left;
    text-align: center;
    margin: 2.5%;
    color: white;
    font-size: 14px;
    padding: 5% 0%;
    border-bottom: 1px solid #a87768;}
.txtcontecarri{
    width: 80%;
    float: left;}
.borrarcontecarri{
    width: 15%;
    float: left;}
.ico-borrar{
    width: 90%;
    margin:5%;
    float: left;}
.total-carri{
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 5% 0%;}
.btn-carri{ 
    width: 80%;
    float: left;
    text-align: center;
    margin: 5% 10%;
    background: white;
    color: #D27255;
    padding: 2% 0%;
    border-radius: 20px;
    text-decoration: none;
    transition: .3s;
    font-family: bokra-regular;}
.btn-carri:hover{
    background: black;}
.esque{
    width: 28%;
    margin: 3% 2.5% 0%;
    float: left;
    text-align: center;
    color:rgb(19, 1, 1);
    padding: 1% 4%;
    transition: .3s;}
.esque:hover{
    opacity: .5;}
.img-esque{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 3%;}
.titu-esque{
	font-family: bokra-regular;
    font-size: 16px;
    text-align: center;
    height: 50px;
    margin-top: 10px;
    width: 100%; 
    float: left;}
.titu-esquemas{
    width:100%;
    padding: 1%;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
	font-family: bokra-regular;
    font-size: 30px;}
.selectfiltro{
    width:90%;
    margin: 0% 5%;
    float: left;
    height: 40px;
    font-size: 21px;
    background: #62BF97;
    color: white;
    box-shadow: 2px 2px #008037;
    border: 0;}
.conte-esquemas{
    width:100%;
    float: left;
    margin: 2% 0%;
    padding: 1% 4%;}

.linkesquema{color:black;}
.esquema{
    width: 23%;
    height: auto;
    margin: 2% 1%;
    padding: 1% 0%;
    background: #cacaca;
    box-shadow: 2px 2px #6e6e6e;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;}
.esquema:hover{
    background: #FF9A7A;
    box-shadow: 2px 2px #FF9A7A;
    cursor: pointer;}
.titu-esquema{
    width:100%;
	font-family: Anton-Regular;
    font-size: 16px;
    margin: 15px 0px;
    padding: 0% .5%;
    height: 50px;}
.subtitu-esquemas{
    font-size: 16px;
    margin-top: 20px;
    float: left;
    font-style: italic;
    width:100%;}
.anadir{background: #62BF97;}
.contenidoesquema{
    max-width: 1400px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 200000000000;
    text-align: center;
    float: left;}
#cerraresquema{
    width: 100%;
    height: 8%;
    height: auto;
    padding: 1.5% 0% 0%;
    float: right;
    cursor: pointer;}
.ico-cerrar{
    width: 50px;
    margin: 2px 5%;
    background: white;
    border-radius: 25px;
    border:2px solid #D27255;
    float: right;}
#conte{
    width: 90%;
    margin: 1% 5%;
    padding: 1.5% 0%;
    float: left;
    height: auto;
    background: #e2e2e2;
    border:2px solid #D27255;
    text-align: left;
    border-radius: 20px;}
.img-es{
    width: 25%;
    margin:2.5%;
    float:left;}
.nombre-es{
    width: 70%;
    float: left;
    font-size: 30px;
	font-family: Anton-Regular;}
.cantidad-es{
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 65%;}
.precio-es{
    font-size: 20px;
    line-height:50px;
    float: left;
    width: 65%;}
.temas-es{
    float: left;
    width: 67.5%;
    max-height: 230px;
    overflow-y: scroll;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;}
.btn-agregaresque{
    margin:2.5%;
    width: 45%;
    float: right;
    background: #FF9A7A;
    text-align: center;
    color:white;
    height: 40px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 40px;
    transition: .3s;}
.btn-seguiresque{
    margin: 2.5% 2.5% .5%;
    width: 45%;
    float: left;
    background: #6e6e6e;
    text-align: center;
    color:white;
    height: 40px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 40px;
    transition: .3s;}
.btn-seguiresque:hover{
    letter-spacing: 2px;
    background: black;}
.btn-agregaresque:hover{
    letter-spacing: 2px;
    background:#D27255;}
.btn-esquemas{
    width: 100%;
    float: left;}
.sumaresta{
    width: 100%;
    height: 40px;
    float: left;
    background: white;
    cursor: pointer;
    border: .5px solid #c6c6c6;
    transition: .3s;}
.sumaresta:hover{
    background: grey;
    color: white;}
.cantidadresta{
    width: 25%;
    float: left;
    height: 40px;
    text-align: center;}
.cantidadcarrito{
    width: 50%;
    float: left;
    height: 40px;
    border: .5px solid #c6c6c6;
    line-height: 40px;
    text-align: center;}
.cantidadsuma{
    width: 25%;
    float: right;
    height: 40px;
    text-align: center;}
.preciototal{
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;}
.detallepedido2{
    width:100%;}

.titu-tabla23{
    background: #62BF97;
    color:white;
    font-size: 14px;
    padding: 10px;
    height:30px;}

.contecarritofinal{
    width: 100%;
    float: left;
    color: white;
    font-size: 16px;
    padding: 6% 0%;}
.total-final{
    width: 100%;
    float: left;
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 4% 0%;}

@media (max-width:1200px){
    .esquemas{padding: 10% 0%;}
}
@media(max-width:1050px){
    .temas-es{
        font-size: 12px;
        line-height: 16px;}
    .esquema{
        width: 30%;
        margin: 1.5%;}
    .esque{
        padding: 0%;
    }
}
@media(max-width:900px){
    .preciototal{
        font-size: 12px; }
    .contecarritoesque{
        width: 95%;
        font-size: 14px;
        padding: 5% 2%;
        border-bottom: 1px solid #a87768;}
    .txtcontecarri{
        width: 95%;}
    .borrarcontecarri{
        width: 30%;
        margin: 0% 35%;}
    .ico-borrar{
        width: 70%;
        margin: 15% 15% 0%;}
    .anilladostodojunto, .entrega{
        font-size: 12px;
    }
}
@media(max-width:800px){
    .esquemas{
        width: 75%; 
        padding: 10% 0% 5%;}
    .carritoesque{
        width: 25%; 
        padding: 100px 0%;}
    .contenidofinal{
        width: 75%; 
        height: auto;
        float: right;
        text-align: center;
        padding: 8% 2% 5%;}
    .subtitu-esquemas{
        font-size: 16px;
        width:90%;
        margin:1% 5%;}
    .esquema{
        width: 45%;
        margin: 1% 2.5%;}
    .esque{
        width: 45%;}
    #sec-esquemas{
        padding: 10% 0% 5%;}
    
}
@media(max-width:700px){
    .img-es{
        width: 20%;
        margin: 2.5%;}
    .nombre-es{
        width: 75%;
        text-align: center;
        font-size: 24px;}
    .cantidad-es{
        text-align: center;
        width: 75%;}
    .precio-es{
        text-align: center;
        width: 75%;}
    .temas-es{
        width: 95%;
        margin: 2.5%;}
    .btn-agregaresque, .btn-seguiresque{
        margin:1% 5%;
        width: 90%;}    
    .titu-esquemas{
        padding: 50px 0% 1%;
        font-size: 24px;}
    .selectfiltro{
        font-size: 16px;}
    .esquema{
        width: 90%;
        margin: 1% 5%;}
    .titu-esquema{
        height: auto;}
    .titu-carri{
        width: 100%;
        font-size: 24px;
        margin: 0%;}
}

@media(max-width:600px){
    .contenidofinal{
        width: 100%; 
        padding: 80px 5% 5%;}
    .contecarritoesque{
        width: 100%;
        font-size: 14px;
        padding: 2% 1%;
        border-bottom: 1px solid #a87768;}
    .esquemas{
        width: 100%; 
        padding: 10% 0% 5%;}
    .carritoesque{
        position: relative;
        width: 100%; 
        padding: 2% 0%;}
    
    .contecarritofinal{
        font-size: 16px;
        padding: 2% 0%;}
    .total-final{
        font-size: 16px;
        padding: 2% 0%;}
}

@media(max-width:500px){
    .img-esque{
        width: 150px;
        height: 150px;}
    .txtcontecarri{
        width: 85%;
        padding: 0%;
        text-align: left;
        float: left;}
    .borrarcontecarri{
        width: 15%;
        margin: 0%;
        float: right;}

}
@media(max-width:450px){
    .apagarcolu{
        display: none;}
}
@media(max-width:400px){
    .esque{
        width: 80%;
        margin:3% 10%;}
    .img-es{
        display: none;}
    .nombre-es{
        width: 95%;
        margin: .5% 2.5%;}
    .cantidad-es{
        width: 95%;
        margin: .5% 2.5%;}
    .precio-es{
        width: 95%;
        line-height: 30px;
        margin: .5% 2.5%;}
    .temas-es{
        font-size:11px;
        text-align: center;}
    .titu-esquemas{
        font-size: 20px;}
}


/*------------------------------------------SISTEMA INTERNO*/
#iniciarsesion{
    width: 100%;
    float: left;
    height: auto;
    padding: 0% 5%;}
#iniciarsesion form{
    width: 50%;
    margin: 5% 25%;
    float: left;
    border-radius: 40px;}
#iniciarsesion form input, #iniciarsesion form select{
    width: 90%;
    float: left;
    height: 50px;
    margin: 1% 5%;}
#iniciarsesion form button{
    width: 40%;
    float: left;
    height: 30px;
    border-radius: 20px;
    background: black;
    color: white;
    margin: 1% 30% 4%;
    border: 0px;
    transition: .3s;}
#iniciarsesion form button:hover{
    letter-spacing: 2px;
    cursor: pointer;}
.logo-ingresar{
    width: 50%;
    margin: 5% 25% 1%;
    float: left;}
.titu-ingresar{
    text-align: center;
    font-size: 20px;}
#sistema{
    width: 100%;
    padding: 5% 10%;
    float: left;
    text-align: center;}
.titu-sistema{
    width: 80%;
    padding: 1% 0%;
    margin: 1% 10%;
    padding: 1%;
    margin-bottom: 2%;
    border-bottom: 2px solid black;
    letter-spacing: 1px;
    float: left;
	font-family: bokra-regular;
    font-size: 26px;}
.btn-sistema{
    width: 70%;
    padding: 1% 0%;
    margin: 1% 15%;
    border-radius: 20px;
    float: left;
    background: linear-gradient(0deg, #3e7a60, #62BF97);
    text-align: center;
    font-size: 20px;
    color: white;
    text-decoration: none;
    transition: .3s;}
.btn-sistema:hover{
    color: white;
    letter-spacing: 2px;
    background: black;}

#clientes{
    width: 80%;
    margin: 10%;
    font-size: 12px;
    float: left;}

.clientestabla{
    width: 100%;
    float: left;}
.clientestabla td{
    height: 30px;
    border-bottom: 1px solid rgb(102, 102, 102);}
.titu-td{
    background: #62BF97;
    margin-bottom: 5px;
    color:white;
    font-size: 20px;
    text-align: center;}

.volversistema a{
    width: 30%;
    margin: 3% 35% 0%;
    padding: .5% 0%;
    text-align: center;
    background: #838383;
    text-decoration: none;
    color: white;
    float: left;
    border-radius: 20px;
    font-size: 16px;
    transition:.3s;}
.volversistema a:hover{
    opacity: .7;
    letter-spacing: 2px;
    cursor: pointer;}

.formcate label{
    width:100%;
    text-align: center;
    font-size: 18px;
    float:left;}
@media(max-width:768px){
    #iniciarsesion{
        padding: 5%;}
    #iniciarsesion form{
        width: 70%;
        margin: 5% 15%;}
    #sistema{
        padding: 15% 5%;}
    .titu-sistema{
        width: 95%;
        margin: 5% 2.5%;}
    .btn-sistema{
        width: 90%;
        margin: 2% 5%;}
}
@media(max-width:450px){
    #iniciarsesion{
        padding: 10%;}
    #iniciarsesion form{
        width: 90%;
        margin: 5%;}
}


#sistema3{
    width: 100%;
    padding: 7% 2% 15%;
    font-size: 12px;
    margin-bottom: -10%;
    float: left;
    background-image: url(../img/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
#sistema3 table{
    background: white;
    text-align: center;}

.btn-editar{
    width: 20px;
    margin-top: 7px;
    float: left;}
.btn-editar:hover, .btn-td:hover{
    background: black;
    cursor: pointer;}
.btn-td{
    width: 30px;
    margin: 0 auto;}
#envioabierto, #detalleabierto, #estadopagoabierto, #estadoenvioabierto{
    width: 100%;
    height: 100%;
    max-width: 1400px;
    background: rgba(0,0,0,0.8);
    padding: 5% 15%;
    position: fixed;
    z-index: 200000000000;
    text-align: center;
    float: left;}
#detalleabierto{
    width: 100%;
    height: 100%;
    max-width: 1400px;
    background: rgba(0,0,0,0.8);
    padding: 5%;
    font-size: 14px;
    position: fixed;
    z-index: 200000000000;
    text-align: center;
    float: left;}
#cerrar{
    width: 50px;
    height: 50px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer;
    background: #62BF97;
    color:white;
    margin-left: 30%;
    margin-top: -20px;
    transition: .3s;}
#cerrar:hover{  background: #000000;}
#datosenvio{
    width: 100%;
    height: 500px;
	overflow-y: scroll;
    background: white;
    text-align: left;
    padding: 2%;
    line-height: 40px;}
.btn-enviardatos{
    border:0;
    background: rgba(0,0,0,0.0);}
    
.btn-editar2{
    width: 20px;
    margin-top: 7px;
    float: left;}
.btn-editar2:hover, .btn-td:hover{
    background: black;
    cursor: pointer;}
.dos{
    padding: 10px;
    color:white;
    font-size: 12px;}

.modi-select{
    width: 75%;
    height: 50px;
    color:white;
    font-size: 20px;
    background: #62BF97;
    margin: 2% 12.5% 1%;}
.modi-btn{
    width: 50%;
    height: 40px;
    transition: .3s;
    border-radius: 20px;
    margin: 1% 25% 5%;}
.modi-btn:hover{
    background: black;
    color:white;
    cursor: pointer;}
.modi-titu{
    width: 80%;
    margin: 2% 10% 0%;
    padding: 1%;
    border-bottom: 2px solid black;
    letter-spacing: 1px;
    float: left;
	font-family: bokra-regular;
    font-size: 26px;}
.modi-titu2{
    width: 100%;
    margin: 2% 0% 0%;
    padding: 1%;
    border-bottom: 2px solid black;
    letter-spacing: 1px;
    float: left;
    text-align: center;
	font-family: bokra-regular;
    font-size: 26px;}
.modi-info{
    width: 100%;
    padding:0% 2%;}
.modi-table{
    text-align: center;
    width: 100%;}
.modi-table td{
    border-bottom:1px solid black;}
#agregaresquema{
    width: 100%;
    padding: 10%;
    float: left;
    text-align: center;}
.select-grupo{
    width: 80%;
    height: 50px;
    color:white;
    background: #b5b5b5;
    font-size: 20px;
    margin: 1% 10%;}
.input-grupo{
    width: 80%;
    height: 50px;
    background: white;
    font-size: 20px;
    margin: 1% 10%;}
.btn-td2{
    width: 20px;
    margin: 10px 5px 0px;}
.txt-grupo{
    width: 80%;
    height: 50px;
    background: white;
    font-size: 20px;
    margin: 1% 10%;
    max-width: 80%;
    min-width: 80%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;}
.btn-esq{
    width:50%;
    margin:2% 25% 0%;
    background: #62BF97;
    color:white;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    border:0px;
    transition: .3s;}
.btn-esq:hover{ 
    letter-spacing: 2px; 
    cursor: pointer;
    background: black;}
.titu-sistema2{
    width: 100%;
    margin-bottom: 2%;
    padding: 1%;
    text-align: center;
    border-bottom: 2px solid black;
    letter-spacing: 1px;
    float: left;
	font-family: bokra-regular;
    font-size: 22px;}
.valores{
    width: 70%;
    margin: 0% 15%;
    float: left;
    text-transform: uppercase;}
.titulabel{
    width: 80%;
    padding: 1%;
    text-align: center;
    letter-spacing: 1px;
    float: left;
	font-family: bokra-regular;
    margin: 2% 10%;
    background: #62BF97;
    color: white;
    box-shadow: 2px 2px #008037;
    font-weight: bold;
    font-size: 20px;}
.titulabelcbu{
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    float: left;
	font-family: bokra-regular;}
.input-grupo2{
    width: 60%;
    height: 50px;
    text-align: center;
    background: white;
    font-size: 20px;
    margin: 1% 20%;}
.recargo{
    margin: 2% 10% 0%;
    width: 80%;
    float: left;
    font-size: 12px;
    font-style: italic;}


.custom-input-file {
    float: left;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 80%;
    height: auto;
    margin: 1% 10% 5%;
    background: #b5b5b5;
    padding-top: 12px; }

#cargando{
    width:100%;
    height: 100%;
    padding-top: 200px;
    background: rgba(255, 255, 255, 0.438);
    text-align: center;
    position: fixed;}
.conteimagen{
    background: white;
    width:100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    background-image: url(../img/loader.gif);
    background-position: center;
    background-size: cover;}
#cargando p{
    background: white;
    border-radius: 10px;
    line-height: 20px;
    font-weight: bolder;
}
.ventasentregadas{
    width:20%;
    margin:2.5%;
    float:left;
    background: #D27255;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    color:white;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: .3s;
}
.ventasentregadas:hover{opacity: .4;}


.titulabel2{
    width: 80%;
    padding-bottom: 20px;
    margin: 2% 10%;
    text-align: center;
    letter-spacing: 1px;
    float: left;
	font-family: bokra-regular;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #D27255;}
.txtacti{
    width:80%;
    margin: 0% 10%;
    height: 150px;
    max-width: 80%;
    min-width: 80%;
    max-height: 150px;
    min-height: 150px;}
.acti1{
    width: 30%;
    margin: 1% 0% 1% 17%;
    padding: 1%;
    float: left;
    border-radius: 20px;
    background: #D27255;
    transition: .3s;}
.acti2{
    width: 30%;
    margin: 1% 17% 1% 0%;
    padding: 1%;
    float: right;
    border-radius: 20px;
    background: #D27255;
    transition: .3s;}
.acti1:hover{
    font-weight: bold;
    cursor: pointer;}
.acti2:hover:hover{
    font-weight: bold;
    cursor: pointer;}

.acti4{
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;}

.logo-desactivado{
    width: 20%;
    float: left;
    margin: 5% 40%;
}
.txt-desactivado{
    font-family: bokra-regular;
    width: 50%;
    margin: 0% 25%;
    float: left;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
}
#basura{
    width:100%;
    padding:10% 20%;
    float: left;}
.btn-basura{
    width:40%;
    margin:5%;
    float: left;
    text-align: center;
    height: 200px;
    background: linear-gradient(0deg, #3e7a60, #62BF97);
    color: white;
    font-size: 20px;
    line-height: 200px;
    border-radius: 20px;
    text-decoration: none;
    transition: .3s;}
.btn-basura:hover{
    opacity: .5;}

.txt-basura{
    width: 80%;
    margin: 5% 10%;
    float: left;
}

.titu-esqueycombo{
	font-family: bokra-regular;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    height: auto;
    width: 100%; 
    margin-top:140px;
    float: left;}
.esqueycombo{
    width: 300px;
    height: 300px;
    margin: 40px 25px;
    border-radius: 150px;
    font-size: 50px;
    color: white;
    font-weight: bolder;
    float: left;
    transition: .3s;
    background-image: url(../img/circulo.svg);
    background-size: cover;}
.esqueycombo:hover{
    opacity: .6;
    letter-spacing: 4px;}
.dospalabras{
    margin-top:110px;
    line-height: 40px;}


.titu-libros{
	font-family: bokra-regular;
    font-size: 30px;
    text-align: center;
    height: auto;
    line-height: 40px;
    width: 100%; 
    float: left;}
.esque-libros{
    width:300px;
    height: 300px;
    margin:40px 25px;
    border-radius: 150px;
    padding-top:110px;
    color: white;
    font-weight: bolder;
    float: left;
    transition: .3s;
    background-image: url(../img/circulo.svg);
    background-size: cover;}
.esque-libros:hover{
    opacity: .6;
    letter-spacing: 1px;}

.titu-combos{
	font-family: bokra-regular;
    font-size: 24px;
    text-align: center;
    height: auto;
    line-height: 40px;
    width: 70%;
    margin:0% 15%; 
    float: left;}

.contelibro{
    width: 20%;
    height: auto;
    margin: 2%;
    float: left;
    padding: 1%;
    text-transform: uppercase;
    transition: .5s;}
.contelibro:hover{
    background: #FF9A7A;
    box-shadow: 2px 2px #FF9A7A;
    cursor: pointer;}

.img-libro{
    width: 70%;
    margin: 1% 15% 2%;
    float: left;}

.titu-libro{
	font-family: bokra-regular;
    font-size: 13px;
    text-align: center;
    height: 60px;
    margin: 2% 0% 1%;
    width: 100%; 
    float: left;}
.precio-libro{
    width: 100%;
    font-size: 14px;
    margin: 2% 0%;
    float: left; }

.img-li{
    width: 15%;
    margin:2.5% 5%;
    float:left;}
.temas-li{
    float: left;
    width: 75%;
    text-align: justify;
    font-size: 18px;
    margin-top: 1%;
    line-height: 25px;}

.info-contacto{
    width: 100%;
    float: left;
    padding: 2%;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
}
#mapa{
    width: 100%;
    float: left;
    height: 200px;
    margin: 2% 0% 5%;

}
.tablaventas{
    width:100%;
}

.tablaventas tr, .tablaventas td{
    border-bottom: 1px solid rgb(61, 61, 61);
}
.rosa{
    background: linear-gradient(0deg, #FF9A7A, #D27255);
}
.chicorosa{
    width:45%;
    margin: 0% 2.5%;
    background: linear-gradient(0deg, #FF9A7A, #D27255);
}
/*----------------------------------LIBRERIA*/
#libreria{
    width: 100%;
    transition: .3s;
    float: left;}
.bannerlibreria{
    width: 100%;
    float: left;}
.bannerlibreriamovil{
   display: none;}
#tienda{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    text-align: left;
    transition: .3s;
	font-family: Anton-Regular;}
h11{
    width: 100%;
    float: left;
    letter-spacing: 1px;
    font-size: 30px;
    color:white;
    font-family: Anton-Regular;
    margin: 10% 0% 2%;}
#categorias{
    width: 20%;
    text-align: center;
    padding: 0% 2% 3%;
    height: auto;
    float: left;
	font-family: bokra-regular;
    background: linear-gradient(0deg, #FF9A7A, #D27255);}
#categorias ul{
    list-style: none;}
#categorias ul li a{
    width: 100%;
    padding: 2%;
    margin: 5% 0%;
    border-radius: 10px;
    float: left;
    transition: .3s;
    cursor: pointer;
    background: white;
    text-decoration: none;
    color: black;}
#categorias ul li a:hover{
    border-radius: 0px;
    color: white;
    background-color: rgb(0, 0, 0);}
.contenidocategoria{
    width:80%;
    float: left;
    padding: 2%;}
.nombrecategoria{
    width: 50%;
    font-family: Anton-Regular;
    font-size: 30px;
    padding: 0%;
    float: left;}
.filtro-tienda{
    width: 50%;
    float: right;}
.filtro-tienda select{
    width: 100%;
    float: left;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    font-size: 14px;
    line-height: 20px;}

.tienda-productos{
    width: 100%;
    margin-top: 5%;
    height: auto;
    float: left;}
.tienda-productos a{
    color:black;
    text-decoration: none;}
.producto{
    width: 30%;
    height: 500px;
    margin: 1.5%;
    float: left;
    text-align: center;
    transition: .3s;}
.img-produ{
    width: 100%;}
.image-produ{
    height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;}
.titu-produ{
    width: 100%;
    float: left;
    font-weight: 400;
    height: 50px;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 2%;
    transition: .3s;
    color: #2c2c2c;}
.precio-produ{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 25px;
    color: #4d4d4d;
    font-size: 14px;}
.btnprodu{
    width: 100%;
    float: left;}
.btnproducto{
    width: 80%;
    text-align: center;
    float: left;
    padding: 5%;
    background: #3e7a60;
    color: white;
    border-radius: 20px;
    margin: 0% 10%;}
.table a{
    color: white;}

.btnproducto:hover{
    transition: .3s;
    text-decoration: none;
    color:white;
    background: #000000;}
.buscaprodu2{ 
    width: 100%;
    float: left;}

.trproducto{
    width: 31%; 
    margin: 1%; 
    float:left; 
    padding: 1%;}

@media (max-width:950px){
    .image-produ{
        height: 250px;}
    .btnproducto{
        padding: 10% 0%;}
}
@media (max-width:900px){
    h11{
        width: 100%;
        margin: 2%;
        font-size: 0px;
        height: auto;}
    #categorias{
        width: 100%;
        padding: 0% 1% 2%;}
    .contenidocategoria{
        width: 100%;
        float: left;
        padding: 2%;}
    #categorias ul li a{
        width: 30%;
        padding: 1%;
        font-size: 12px;
        margin: .5% 1.5%;}
    .img-produ{  
        height: 280px;}
}

@media (max-width:700px){
    .bannerlibreria{
        display: none;}
    .bannerlibreriamovil{
        float: left;
        display: block;
        width: 100%;}
    .trproducto{
        width: 45%; 
        margin: 2.5%;}
    .img-produ{
        width: 100%;
        height: auto;}
    .image-produ{
        width: 100%;
        height: 250px;
        overflow: hidden;
        text-align: center;}
}
@media (max-width:500px){
    .nombrecategoria{
        width: 75%;
        margin: 0%;}
    .filtro-tienda{
        width: 25%;
        margin: 0%;}
    #categorias ul li a{
        width: 45%;
        font-size: 12px;
        margin: 1% 2.5%;}
    .trproducto{
        width: 90%;
        height: auto;
        margin: 1% 5%;}
    .image-produ{
        width: 50%;
        height: 200px;
        margin: 0% 25%;}
    .btnproducto{
        padding: 5%;}
}


/*----------------------------PRODUCTO*/
#producto{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    transition: .3s;}
#foto-producto{
    float: left;
    width: 45%;
    height: auto;
    margin: 2.5%;}
#foto-producto input{
    display: none;}
.fotogrande{
    float: left;
    padding: 50%;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 1s;
    position: relative;}
.fotogrande:hover{
    background-position: center;
    background-size: 200%;}
.img-muestra{
    width: 22%;
    float: left;
    margin: 1.5%;
    position: relative;
    margin-top: 105%;}


#info-producto{
    float: left;
    width: 50%;
    height: auto;
    padding: 2%;}
.url{
    margin-top: 20px; 
    margin-bottom: 20px;
    width: 100%;
    float: left;
    color: #D27255;
    text-decoration: underline;}
.url a{
    color: #D27255;
    text-decoration: underline;}

.produ-nombre{
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: 300;
    font-family: Bokra-regular;}
.conte-produ{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 20px; 
    color: #383838;}
.produ-descrip{
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 24px;}
.produ-precio{
    width: 100%;
    float: left;
    color: #D27255;
    font-size: 20px;
    font-family: Bokra-regular;
    margin: 5% 0%;
    font-weight: 500;}
.produ-dispo{
    width: 100%;
    float: left;}
.btn-consu{

    width: 50%;
    background: #3e7a60;
    color: white;
    padding: 2%;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    float: right;
    margin: 5% 50% 0% 0%;}
.btn-consu:hover{
    background: black;}


#relacionados{
    width: 100%;
    float: left;
    text-decoration: none;
    padding: 5%;}
.titu-desta{
    color: black;
    margin-bottom: 5%;}
#relacionados a{
    text-decoration: none;
    color: white;} 
.relacipc{
    width: 30%;
    margin: 1.5%;
    float: left;
    text-align: center;
    padding: 2%;}
.relacimov{
    width: 47%;
    margin: 1.5%;
    float: left;
    text-align: center;
    padding: 2%;}
.relapc{
    display: block;}
.relamovil{
    display: none;}
.titu-rela{
    width: 100%;
    float: left;
    font-size: 30px;
	font-weight: bold;}
.img-movil{
    display: none;}
@media (max-width:1100px){
    .produ-nombre{
        font-size: 30px;}
}

@media (max-width:900px){ 
    #foto-producto{
       display: none;}
    .img-movil{
        width:50%;
        float: left;
        margin: 5% 25%;
        display: block;}
    #info-producto{
        text-align: center;
        width: 100%;
        padding: 2%;}
    .btn-consu{
        width: 70%;
        margin: 5% 15% 0% 15%;}
    .produ-descrip{
        width: 80%;
        margin: 2% 10%;
        text-align: center;
        line-height: 24px;}
    .produ-precio{
        font-size: 30px;
        margin: 2% 0%;}

    #relacionados{
        padding: 5%;}
    .titu-rela{
        text-align: center;
        font-weight: 400;
        border-top: 2px solid grey;
        width: 90%;
        margin: 0% 5%;
        line-height: 80px;
        text-transform: uppercase;
        letter-spacing: 1px;}    
    .rela{
        padding: 1%;}
    .relapc{
        display: none;}
    .relamovil{
        display: block;}
    .titu-rela{
        line-height: 30px;
        padding: 5% 0%;
        font-size: 20px;}
}

.botoneslibreria{
    width: 100%;
    margin: 1% 0%;
    float: left;}
.lupabuscador{
    width:3%;
    margin: 1%;
    float: left;}
.inputbuscador{
    width:90%;
    float: right;}
.buscaprodu{
    width: 80%;
    float: left;
    margin: 1% 10%;}

.buscaprodu2 input{
    width:100%;
    background: #62bf9751;
    color:black;
    height: 40px;
    float: right;}

/*--------------------------------------BUSCADOR*/
.labellupa{
    width: 100%;
    float: left;}
.lupa{
    width: 90%;
    margin: 5%;
    float: left;}
.cerrar{
    width: 50px;
    margin: 2px;
    float: left;}
#buscadorabierto{
    width: 100%;
    height: 200%;
    background: rgba(0,0,0,0.8);
    padding: 5%;
    position:absolute;
    z-index: 200000000000;
    text-align: center;
    float: left;}
#cerrarbuscador{
    width: 5%;
    height: auto;
    margin: 1.5% 0%;
    float: right;
    cursor: pointer;}
#icobuscador{
    width: 5%;
    height: auto;
    margin: 1.5% 0%;
    float: left;}
.lupa2{
    width: 50px;
    margin: 2px;
    float: left;}

#input-search{
    width: 88%;
    margin: 2% 1%;
    float: left;
    height: 40px;
    font-size: 20px;
    text-indent: 10px;}
.content-search{
    width: 88%;
    margin: 0% 6%;
    float: right;
    height: auto;
    position: relative;
    display: none;}
.content-table{
    width: 100%;
    height: auto;
    overflow-y: visible;
    overflow-x: hidden;}
.content-table table{
    width: 100%;}
tbody tr td a{
    display: block;
    border-bottom: 1px solid white;
    padding: 10px;
    color: white;
    text-decoration: none;}
tbody tr td a:hover{
    background: rgba(0,0,0,0.3);}
#table_length, #table_filter, #table_info, #table_paginate{
    display: none;}
.img-produ-buscador{
    width: 50px;
}


@media (max-width:768px){
    #icobuscador{
        width: 10%;
        margin: 10% 0% 2%;
        float:left;}
    #cerrarbuscador{
        width: 10%;
        margin: 10% 0% 2%;
        float:right;}
    .lupa2, .cerrar{
        width: 100%;}
    #input-search{
        width: 100%;
        height: 80px;
        margin: 2% 0%;}
    .content-search{
        width: 100%;
        margin: 0%;}
}

.opcionesanillado{
    width: 45%;
    float: left;
    margin: 2.5%;
  }
  
  .radio-block {
    position: relative;
    display: flex;
    min-width: 280px;
    border: dashed #3e7a60 1px;
    border-radius: 40px;
    background-color: #F7F5F3;
    margin-top: 10px;
  }
   
  .radio-block .selected {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(50% - 1px);
    height: calc(100% - 2px);
    border-radius: 40px;
    transition: transform 0.2s;
    background-color: #FF9A7A;
  }
   
  .radio-block label {
    position: relative;
    z-index: 100;
    width: 50%;
    padding: 18px !important;
    transition: color 0.2s;
    text-align: center;
    cursor: pointer;
  }
   
  .radio-block input[type=radio]:checked + label {
    color: #FFF;
  }
   
  .radio-block input[type=radio]:checked + .off-label + .selected {
    transform: translateX(100%);
  }
  
  .radio-block  input[type=radio] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }
  fieldset{
      border:0;
  }

  
@media (max-width:800px){
    .opcionesanillado{
        width: 95%;
        margin: 2.5%;
        font-size: 14px;
      }
}
@media (max-width:400px){
    .opcionesanillado{
        width: 95%;
        margin: 2.5%;
        font-size: 11px;
      }
}