
.color-degradado{
    background-image: linear-gradient(-45deg, rgb(150, 25, 43), rgb(49, 17, 35));
}
.well{
    background-color: white;
}
.letra-titulo{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
   
}
.letra-subtitulo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}



/***** CARRITO *****/
.container-body{
	max-width: 1000px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.border-t{
    border-top-style: solid;
    border-top-color: #F8A74F;
}
/*ESPACIO*/
/*p {text-indent: 1cm} */
.text-blanco{
    color:white;
}


.espacio-cincuenta {
	padding-top: 50px;
}

.espacio-veinte {
	padding-top: 20px;
}

/*.ts-callout-carrito{
    border-radius: 5px ;
    border-top: 5px solid rgb( 15,18,59 );
}*/
}

.bs3-callout-smart {
    border-top-color: #7B265E;
    background-color: #fafafa;
}
.mg-b15, .m-b15, .m-b-15, .mg-b-15 {
    margin-bottom: 15px;
}
.bs3-callout {
    padding: 10px;
    margin: 0px 0;
    border-top: 1px solid rgb(221, 221, 221);
    border-top-width: 6px;
    border-radius: 4px;
    border-right: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
}
.bs3-callout2 {
    padding: 10px;
    margin: 0px 0;
    border-top: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
}
h3.main-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(86, 11, 52);
    
}

.titulo-tabla{
    font-family: 'Montserrat', sans-serif;

    font-size: 18px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(86, 11, 52);

}

h3.sub-titulo {
    
    color: rgb(86, 11, 52);
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
 

    padding: 5px;
    margin: 0px 0 5px;
 
  


}


h3.sub-titulo2 {
    
    /*background-image: linear-gradient(-45deg, #96192b, #311123);*/
    color: rgb(86, 11, 52);
   
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 5px;
    margin: 0px 0 5px;


 
  


}

.panel {

    border: 1px solid rgb(221, 221, 221);
}
#btn-guardar {
	width: 200px;
	background-color: rgb(86, 11, 52);
	color: white;
}
#btn-agregarp{
    background-color: rgb( 15,18,59 );
    color: white;
}
#btn-guardarp{
    background-color: rgb( 15,18,59 );
    color: white;
}

#btn-guardarpE{
    background-color: rgb( 15,18,59 );
    color: white;
}
#btn-cancelarp{
    background-color: rgb( 255,0,0 );
    color: white;
}

#btn-cancelarpE{
    background-color: rgb( 255,0,0 );
    color: white;
}

#header-carrito{
	font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;

	color: black;
}
#resumen{
    z-index:1001 !important;
}

.tabla-header{
    font-size: 1.9rem;
}

.tabla-contenido{
    font-size: 1.5rem;
}

#resumen-tabla  th {
                    border: 1px solid rgb(220,220,220);
                    height: 15px;
                    padding-left: 3px;
                    background-color: rgb(  234, 236, 238 );
                }
#resumen-tabla   tr > td{
                    border: 1px solid rgb(213, 219, 219);
                    height: 15px;
                    padding-left: 3px;
                }

.color-morado-cuadro  {
    background-color: rgb( 15,18,59 );
    color: white;
}

.color-morado-cuadro  {
    background-color: rgb( 15,18,59 );
    color: white;
}
.color-rosa-cuadro{
    background-color: #fd5d79;
    color: black;
}


.color-verde-cuadro{
    background-color: #57edd5;
    color: black;
}


.table-bordered > thead > tr > td, .table-bordered >  tr >td {
    color: white;
    border-bottom-width: 4px;
    border: 1px solid rgb( 15,18,59 );
    background-color: rgb( 15,18,59 );


}
/* ############## */
/* Radio - Switch */

.switch-input {
  display: none;
}
td .switch-label, td label {
    margin-bottom: 0;
}

.switch-label {
    position: relative;
    display: inline-block;
    font-weight: normal;
    min-width: 112px;
    cursor: pointer;
    /*font-weight: 500;*/
    text-align: left;
    /*margin: 16px;*/
    padding: 0 0 0 44px;
}
.sin-margen{
    min-width: auto;
}
.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 15px 15px 15px 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    top: -4px;
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #9E9E9E;
    border-radius: 8px;
}

.switch-label:after {
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084) ;
}
.switch-label .toggle--on {
    display: none;
}
.switch-label .toggle--off {
    display: inline-block;
}
.switch-input:checked + .switch-label:before {
    background-color: rgb(86, 11, 52);
    opacity: 0.7;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.switch-input:checked + .switch-label:after {
    background-color: rgb(86, 11, 52);
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
    display: none;
}





#btn-imprimir{
    background-color: rgb(86, 11, 52);
    color: white;
}




