body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.algn_left {
    text-align: left;
}

.algn_right {
    text-align: right;
}

.algn_center {
    text-align: center;
}

.negritas {
    font-weight: bold;
}

.cursiva {
    font-style: italic;
}

.fondo_rojo {
    background-color: #ED0025;
}

.fondo_azul_fuerte {
    background-color: #151D36;
}

.fondo_azul_claro {
    background-color: #28A8C0;
}

.fondo_gris_fuerte {
    background-color: #868686;
}

.fondo_gris_claro {
    background-color: #EDEDED !important;
}

.fondo_gris_menos_claro {
    background-color: #C2C1C1 !important;
}

.fondo_blanco {
    background-color: white;
}

.font_rojo {
    color: #ED0025;
}

.font_azul_fuerte {
    color: #151D36;
}

.font_azul_claro {
    color: #28A8C0;
}

.font_gris_fuerte {
    color: #868686;
}

.font_gris_claro {
    color: #EDEDED;
}

.font_negro {
    color: black;
}

.font_blanco {
    color: white;
}

.pdd_top_6 {
    padding-top: 6% !important;
}

#triangulo_abajo {
    width: 0;
    height: 0;
    border-bottom: 100px solid #ED0025;
    border-right: 100px solid transparent;
}

#triangulo-arriba {
    width: 0;
    height: 0;
    border-top: 100px solid #ED0025;
    border-left: 100px solid transparent;

}

#triangulo_menu_abajo {
    width: 0;
    height: 0;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
}

#triangulo_menu_arriba {
    width: 0;
    height: 0;
    border-top: 50px solid white;
    border-left: 50px solid transparent;
    position: relative;
    left: 21px;

}

#triangulo-arriba_blanco {
    width: 0;
    height: 0;
    border-top: 76px solid white;
    border-left: 103px solid transparent;
    position: relative;
    left: 86%;
    top: -1px;
}

.input_blanco {
    background-color: white !important;
    height: 2rem !important;
}

.btn_blanco {
    background-color: white;
    color: #ED0025;
}

.btn_blanco:hover {
    background-color: white;
    color: #ED0025;
}

.btn_azul_fuerte {
    background-color: #151D36;
    color: white;
}

.btn_azul_fuerte:hover {
    background-color: #868686;
    color: white;
}

.btn_azul_claro {
    background-color: #28A8C0;
    color: white;
}

.btn_azul_claro:hover {
    background-color: #868686;
    color: white;
}

.btn_rojo {
    background-color: #ED0025;
    color: white;
}

.btn_rojo:hover {
    background-color: #868686;
    color: white;
}

.circulo {
    height: 25px;
    width: 25px;
    display: table-cell;
    text-align: center;
    font-size: 17px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50%;
    background: #ED0025;
    float: right;
}

.circulo_border_rojo {
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    font-size: 22px;
    color: #ED0025;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50%;
    border: 4px solid #ED0025;

}

.circulo_border_gris_oscuro {
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    font-size: 22px;
    color: #868686;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50%;
    border: 4px solid #868686;
}

.circulo_border_gris_claro {
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    font-size: 22px;
    color: #EDEDED;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50%;
    border: 4px solid #EDEDED;
}

.circulo_border_azul_fuerte {
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    font-size: 22px;
    color: #151D36;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50%;
    border: 4px solid #151D36;
}

.circulo_border_azul_claro {
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    font-size: 22px;
    color: #28A8C0;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50%;
    border: 4px solid #28A8C0;
}

.tab_1 {
    width: 21%;
    border-bottom: 3px solid white;
    height: 50px;
}

.tab_cantidad {
    width: 5%;
    border-bottom: 3px solid white;
    height: 50px;
}

.tab_descripcion {
    width: 15%;
    border-bottom: 3px solid white;
    height: 50px;
}

.menu_diagonal {
    transform: skewX(46deg);
}

.paso1, .paso2, .paso3 {
    cursor: pointer;
}

.Tmovil{
    display: none;
}

.Tweb{
    display: block;
}

@media only screen and (min-width: 1900px) {
    #triangulo-arriba_blanco {
        left: 90.5% !important;
    }

    #triangulo-arriba {
        border-top: 100px solid #ED0025;
        border-left: 145px solid transparent;
    }
}


@media only screen and (max-width: 735px) {
.Tmovil{
    display: block;
}

    .Tweb{
    display: none;
}

}

.titulos{
    font-size: 1.5rem;
}

.txt_circulo{
    font-size: 10.5px;

}

/* *****  texto input    ******** */


.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;

}

.icon {
  padding: 8px;
  background: dodgerblue;
  color: black;
  min-width: 33px;
  height: 32px;
  text-align: center;
  font-size: 11px;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


 .fondo_verde{
    background-color: #8BC660 !important;
 }


/*.container{
  width: 1024px!important;
}*/

.s_margin_bottom{
  margin-bottom: 0px;
}

.font_header{
  font-size: 25px;
  color:black;
  margin-bottom: 0px;
  margin-top: 0px;
}

.folio{
  background-color: black;
  color: white;
  padding: 5%;
  margin-top: 20%;
  margin-bottom: 8px;
}

.folio_p{
  padding: 5%;
  margin-top: 20%;
  margin-bottom: 8px;
  text-align: right;
  font-weight: bold;
}

.fecha{
  font-size:16px;
  text-align: right;
}

.letra_25{
  font-size: 25px;
}

.letra_18{
  font-size: 18px;
}


.num_pag{
  font-size: 17px;
  text-align: right;
}

/* Tabla Cotizacion */
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 14px Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 3px solid #1C487F; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 6px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1C487F), color-stop(1, #1C487F) );background:-moz-linear-gradient( center top, #1C487F 5%, #1C487F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C487F', endColorstr='#1C487F');background-color:#1C487F; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 2px solid #A0A7C8; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #00070A; border-left: 2px solid #A0A7C8;font-size: 12px;border-bottom: 2px solid #A0A7C8;font-weight: normal; }.datagrid table tbody .alt td { background: #F2F2F2; color: #000508; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }

.dataTables_wrapper .dataTables_filter input {
     border: 1px solid gray!important;
    margin-bottom: 10%;
}

