﻿/* ESTILOS GENERALES */
.tit-page {
    border-bottom: 1px solid #cc5353;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;


}

.tit1 {
    color: #9d0a03;
}

.fabtntit {
    padding: 4px;
    background: #ce5854;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
}

.fabtn {
    /*padding: 4px;
        background: #ffffff;*/
    margin-right: 5px;
    /*border-radius: 50%;*/
}

.btnDefaultP {
    border: 3px solid #4ea7bf;
    border-radius: 8px;
    padding: 10px;
    font-size: 130%;
    color: #636667;
}

    .btnDefaultP:hover {
        background-color: #bad2e4 !important;
        border-color: #1e6375 !important;
    }


/* PAGINA DEFAULT */
.containerMain {
    margin: auto;
    padding: 20px;
}

.ml10 {
    margin-left: 10px;
}


/* PAGINA SOCIOS */
.rwBloque {
    margin-left: 0px;
    margin-right: 0px;
    text-align:left;
}

.bloque {
    /*border-top: 3px solid #a94442;*/
    margin-bottom: 15px;
    margin:20px;
}

.pl_pr {
    padding-right: 1px;
    padding-left: 1px;
}


.aspLabel {
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-top: none;
    border-right: none;
}

.txtLabel {
    border-top: none;
    border-right: none;
}

/*.txtEditable {
    background-color: #f5e5b7;
}*/




.container .h1 {
    font-family: 'Francois One', sans-serif;
}

.h1 {
    font-size: xx-large;
}


.w3-radio {
    outline: 0 !important;
}



@media (max-width:768px) {
    .responsive-h1 {
        font-size: xx-large;
    }
}

.titFacturacion {
    text-align: left;
    color: #a94442 !important;
}

.linTit {
    margin: 5px;
    border: 0;
    height: 3px;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(253, 155, 83,1), rgba(0, 0, 0, 0));*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(169, 68, 66), rgba(0, 0, 0, 0));
}

/*Panel*/
/**/


.panel.panel-pink {
    text-align: center;
    font-size: x-large;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #888;
    border-color: #EF5160;
}

    .panel.panel-pink .panel-heading {
        border-radius: 0px;
        color: #FFF;
        /*color: #a94442;*/
        /*background-color: #EF5160;*/
        background-color: #900;
        
    }

    .panel.panel-pink .panel-body {
        /*background-color: #F2F2F2;
  color: #4D4D4D;*/
        /*color: #555;
        font-size: large;*/
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    }

/*.panel.panel-blue {
    text-align:center;
    font-size: x-large;
  border-radius: 0px;
  box-shadow: 0px 0px 10px #888;
  border-color: #266590;
}
.panel.panel-blue .panel-heading {
  border-radius: 0px;
  color: #a94442;
  background-color: #266590;
}
.panel.panel-blue .panel-body {
  background-color: #F2F2F2;
  color: #555;
  font-size: large;
}*/

.panel.panel-yellow {
    text-align: center;
    font-size: x-large;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #888;
    border-color: #EFA13D;
}

    .panel.panel-yellow .panel-heading {
        border-radius: 0px;
        /*color: #FFF;*/
        color: #a94442;
        /*background-color: #EFA13D;*/
    }

    .panel.panel-yellow .panel-body {
        /*background-color: #F2F2F2;*/
        font-size: large;
        /*color: #4D4D4D;*/
        color: #555;
    }

.panel-title{
    font-size:x-large;
}

.titFacturacion {
    text-align: left;
    margin-top: 30px;
}

.fatit {
    margin-right: 10px;
}

.rwPanel {
    margin: auto;
}

.pl20 {
    padding-left: 20px;
}
/*.panel.panel-pink {
    border-radius: 8px;
    border-color: rgb(125,189, 226);
}*/
.panel.panel-pink {
    text-align: center;
    font-size: x-large;
    border-radius: 8px;
    /* box-shadow: 0px 0px 10px #888; */
    border-color: rgb(202, 206, 208);
    -webkit-box-shadow: 15px 20px 5px 0px rgb(228, 225, 228);
    -moz-box-shadow: 15px 15px 5px 0px rgba(133,131,133,1);
    box-shadow: 5px 10px 5px 0px rgb(228, 225, 228);
}

    .panel.panel-pink .panel-heading {
        border-radius: 0px;
         color: #FFF; 
        /*color: #a94442;
        background-color: #efeced;*/
        background-color: #900;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.faCirculoSuccess {
    padding: 2px;
    background-color: #fff;
    border-radius: 50%;
    color: #5cb85c;
}
.table > thead:first-child > tr:first-child > th {
   
    background-color: #a7abaf;
}

table.dataTable th:first-child {
    border-top-left-radius: 0px!important;
}
table.dataTable th:last-child {
    border-top-right-radius: 0px!important;
}
.pricing {
    border: 1px solid rgb(125, 189, 226);
    border-radius: 8px;
}

.pricing-head h3 {    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.divTit {
    border-bottom: 1px solid #cc5353;  margin-left: 0px;    margin-right: 0px;
}
 .table > thead:first-child > tr:first-child > th {
            border-top: 0;
            /*background-color: #e2e2e2;*/
            padding: 6px 6px 6px 10px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 0.9em;
            /*color: #FFF;*/
            color: #111;
            background-color: #337ab7;
            /*background-color:#9e9e9e;*/
        }