.ui-widget.ui-widget-content
{
    z-index: 2000;
}

@font-face
{
    font-family: "myriad pro bold";
    src: url("../../fonts/MyriadPro-Bold.otf");
}

@font-face
{
    font-family: "myriad pro light";
    src: url("../../fonts/MyriadPro-Light.otf");
}

@font-face
{
    font-family: "myriad pro regular";
    src: url("../../fonts/MyriadPro-Regular.otf");
}

.loader
{
    width: 60px;
    height: 60px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3c8dbc;
    border-bottom: 16px solid #3c8dbc;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;

}

@-webkit-keyframes spin
{
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin
{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.swal-footer
{
    text-align: center;
}

.swal-overlay
{
    background-color: rgba(0,0,0,0.75);
}

/*.swal-button, 
.swal-button:active, 
.swal-button:focus, 
.swal-button--confirm, 
.swal-button--confirm:active, 
.swal-button--confirm:focus
{
    border-radius: 0px !important;
    background-color: gray;
    outline: none !important;
}*/

.fondo
{
    background: #124734;
    color: #fff;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    text-shadow: 0px -1px black, 0px 1px rgba(255, 255, 255, 0.25);
    line-height: 18px;
}

html, body
{
    height: 100%;
    min-height: 100%;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
}

.footer, .push
{
    text-align: center;
    min-height: 120px;
    height: auto;
    overflow:hidden;
    clear: both;
    padding-bottom: 15px;
}

a
{
    color: #006633;
    text-decoration: none !important;
}

a:hover
{ 
    color: #006633;
}

.td_right
{
    float:right;
}

.td
{
    overflow:hidden;
    float:left;
}

.tr
{
    overflow:hidden;
    clear: both;
    width:auto;
}

input:required:valid
{
    border-color: #124734 !important;
}

/* Estilos de Modal Diag */
.ui-widget-header
{
    font-weight: normal !important;
}

.ui-draggable .ui-dialog-titlebar
{
    padding: 10px 15px !important;
    background: #3c8dbc;
    color: #fff;
}

.ui-widget.ui-widget-content
{
    border: 1px solid #3c8dbc !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.ui-dialog
{
    padding: 0 !important;
}

.ui-widget-header 
{
    border: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-radius: 0px !important;
}

.ui-dialog .ui-dialog-content
{
    /*margin-top: 15px !important;*/
}

.drop-container{
    text-align: center;
    margin: 0 auto;
}

.menu23 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;

    width: 82.2%;
    height:29px;
    position:relative;
}
.menu23 ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
}
.menu23 ul ul {
    margin-top: 0;
    display: none;
    position:absolute;
    z-index: -1;
}
.menu23 ul ul ul {
    position:absolute;
    left:150px;
    top:0;
}
.menu23 ul li {
    float:left;
    position:relative;
    z-index:8;
}

.menu23 ul > li > ul > li > a.fly{
    padding: 5px 0;
    width: 150px;
    margin-left: 10px;
}

.menu23 ul > li > ul > li > ul{
    display: none;
}

.menu23 ul > li > ul > li > ul > li{
    height: 30px;
    text-align: center;
}

.menu23 ul > li > ul > li > ul > li > a{
    padding: 5px 0;
}


.ul2 {
    background-color: #FFFFFF
}

.ul2 li:first-child{
    padding-top: 5px;
}

.ul2:last-child{
    padding-bottom: 5px;
}

.ul2 li a.p1{

}

.ul2 li{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu23 ul ul.ul2{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    border-top: none;
}

.menu23 ul li button{
    margin-right: 5px;
}

.menu23 ul li button:hover{
    background-color: #E1E3E9;
}

.menu23 ul li button:focus{
    outline: 0;
}

.menu23 ul li a {
    display:block;
    width:139px;
    background-color:#FFFFFF;
    color: #434343;
    text-decoration:none;

}

.menu23 ul li a.fly {
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.menu23 ul li a.fly2 {
    width: 220px;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.menu23 ul li:hover > ul {
    display: block;
}

.menu23 ul li:hover > a {
    background-color: #E6E6E6;
}

.menu23 ul li:hover > a.fly {
    background-color: #E6E6E6;
}
.menu23 ul ul li {
    margin-top:-30px;
}
.menu23 ul ul li.p1 {
    margin-top:0;
}

.menu23 ul li:hover > ul > li{
    margin-top:0;
}
.menu23 ul li ul li:hover > ul{
    /*display: block;*/
    /*width: 140px;*/
    margin-top: 32px;
    margin-left: -120px;
}

.btn-group2:hover .dropdown-menu {
    margin-left: 25px;
    display: block;
    margin-top: 0;
}

.btn-size{
    width: 250px;
}

.item-list{
    width: 200px;

}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.mod-header{
    margin-bottom: 25px;
    border-bottom: 1px solid #D2D6DE;
    padding-bottom: 10px;
}

.mod-body{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 25px;
}

.mod-footer{
    text-align: right;
    border-top: 1px solid #D2D6DE;
    padding-top: 10px;
}

#tcTable > tbody > tr > td{
    padding: 5px 0;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.producto-contenedor{
    width: 80%;
    /*border: 1px solid black;*/
    margin: 0 auto;
}

.producto{
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(155,179,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(155,179,189,1);
    box-shadow: 0px 0px 5px 0px rgba(155,179,189,1);
    padding:10px;
}

/* css para contenedores modal prototipo */
.containerProductos {
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 250px; 
    /*border: 1px solid black;*/
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
}

.containerProductos-md {
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 250px; 
    /*border: 1px solid black;*/
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
}

.inner {
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    white-space:nowrap; 
}

.floatLeft {
    width: 400px;
    height: 98.5%; 
    margin: 2px 5px; 
    display: inline-block;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    -moz-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    /*background-color: gray;*/
}

.floatLeftEmbarque {
    width: 400px;
    height: 50%; 
    margin: 2px 5px; 
    display: inline-block;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    -moz-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    /*background-color: gray;*/
}

/* inicia estilo contenedor modal */
.containerModal2 {
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 320px; 
    /*border: 1px solid black;*/
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
}

.innerModal {
    overflow-x: scroll;
    /*overflow-y: hidden;*/
    height: 400px;
    white-space:nowrap; 
}

.floatLeftModal {
    padding: 20px;
    width: 420px;
    height: 98.5%; 
    margin: 2px 5px; 
    display: inline-block;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    -moz-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    /*background-color: gray;*/
}
/* termina estilo contenedor modal */


.shadow-box{
    height: 250px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    -moz-box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
    box-shadow: 2px 2px 5px 1px rgba(209,209,209,1);
}

.leftArrow{
    width: 1%;
    top: 50%;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-left: 1px solid black;
}

.rightArrow{
    width: 1%;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    right: 1.1%;
}

.bntEditarProducto{
    margin-left: 330px;
    margin-top: 43px;
}

.floatMod{
    position:fixed;
    bottom:5%;
    right:8%;
    text-align:center;
}

.my-floatMod{
    margin-top:22px;
}

/*estilos de doodlenerd.com/html-control/css-checkbox-generatos para checkbox*/
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 1%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #3C8DBC;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647;
}
.control input:disabled ~ .control_indicator {
    background: #0E6647;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    opacity: 1;
    border-color: white;
}

/*termina estilos de doodlenerd.com/html-control/css-checkbox-generatos para checkbox*/

.sweetalert-center-text{
    text-align: center;
}

.sweetalert-lg{
    width: 800px;
}

.sweetalert-md{
    width: 600px;
}

.sweetalert-md-container{
    width: 100%;
    overflow-y: auto;
    height: 250px;    
}

.ulLista{
    text-align: left;
    list-style-type: none;
}

.ulLista li {
    padding: 5px;
}

/* inicia pipeline css */

.pip-table-line{
    margin: 0;
    padding: 0;
    width: 700px;
}

.btn-pipeline{
    position: absolute;
    right: 0;
    top: 0;
}

.center-text{
    text-align: center;
    margin: 0 auto;
}

.center-text-one{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-left: 20px;
}

.funnel{
    width: 500px;
    height: 600px;
    /*position:absolute;*/ 
    margin: 0 auto;
    -webkit-transition: all 1s ease-in-out;
}

ul.one {
    width: 200px;
    margin: 0 auto; 
    padding: 20px 0; 
    list-style: none; 
    text-align: center;
    margin-top: 20px;
}

.one .funnel-top {
    position: absolute;
    top: -8px;
    left: -150px;
    z-index: 20;
    width: 600px;
    height: 14px;
    /*background: blue;*/
    /*background: #E85964;*/
    background: rgba(255, 34, 8, 1);
    border-radius: 100%;
}

.one .funnel-bottom {
    position: absolute;
    bottom: -10px;
    left: -120px;
    z-index: 20;
    width: 200%;
    height: 15px;
    /*background: #005f98;*/
    background: #fff;
    border-radius: 100%;
}

.one li {
    font-size:16px;
    line-height:80px;
    height:80px;
    position:relative;
    background:#ccc;
    color: #064383;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.one li span {
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.05);
    padding: 0;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 16pt;
}

.one li:before { 
    content: "";
    position: absolute;
    z-index: 10;
    left: 0%;
    margin-left: -30px;
    width:30px;
    border-top: 80px solid #148ad3;
    border-left: 15px solid transparent;
}
.one li:after { 
    content: "";
    position: absolute;
    z-index: 10;
    right: 0%;
    margin-left: 30px;
    width:30px;
    border-top: 80px solid #148ad3;
    border-right: 15px solid transparent;
}

.one li:hover span{background: rgba(0, 0, 0, 0.1);}

/*.one li:nth-child(1) { background:#E85964; width: 100%;}1*/
/*.one li:nth-child(1) { background: #FF2208; width: 100%;}2*/
.one li:nth-child(1) { background: rgba(255, 34, 8, 1); width: 300px; height: 80px;right: 30px;}
/*.one li:nth-child(1):before,.one li:nth-child(1):after { border-top-color:#E85964; }1*/
/*.one li:nth-child(1):before,.one li:nth-child(1):after { border-top-color:#FF2208; }2*/
.one li:nth-child(1):before,.one li:nth-child(1):after { border-top-color:rgba(255, 34, 8, 1); }
.one li:nth-child(1):before { width:50%; margin-left: -50%; }
.one li:nth-child(1):after  { width:50%; margin-right: -50%; }
/*.one li:nth-child(1):hover div{background-color: rgba(211, 93, 101, 0.7);}*/
.one li:nth-child(1):hover{background-color: rgba(211, 93, 101, 0.7);}
.one li:nth-child(1):hover:before{border-top: 80px solid rgba(211, 93, 101, 0.7);border-left: 15px solid transparent;}
.one li:nth-child(1):hover:after{border-top: 80px solid rgba(211, 93, 101, 0.7);border-right: 15px solid transparent;}

/*.one li:nth-child(2) { background:#FB9153; width: 100%;}1*/
/*.one li:nth-child(2) { background:#FE5200; width: 100%;}2*/
.one li:nth-child(2) { background:rgba(254, 82, 0, 1); width: 285px;right: 22.5px;}
/*.one li:nth-child(2):before,.one li:nth-child(2):after { border-top-color:#FB9153;}1*/
/*.one li:nth-child(2):before,.one li:nth-child(2):after { border-top-color:#FE5200;}2*/
.one li:nth-child(2):before,.one li:nth-child(2):after { border-top-color:rgba(254, 82, 0, 1);}
.one li:nth-child(2):before { width: 50%; margin-left: -50%;}
.one li:nth-child(2):after  { width: 50%; margin-right: -50%; }

.one li:nth-child(2):hover div{background-color: rgba(252, 144, 78, 0.7);}
.one li:nth-child(2):hover{background-color: rgba(252, 144, 78, 0.7);}
.one li:nth-child(2):hover:before{border-top: 80px solid rgba(252, 144, 78, 0.7);border-left: 15px solid transparent;}
.one li:nth-child(2):hover:after{border-top: 80px solid rgba(252, 144, 78, 0.7);border-right: 15px solid transparent;}

/*.one li:nth-child(3) { background:#FDC42A; width: 100%;}1*/
/*.one li:nth-child(3) { background:#FF9A00; width: 100%;}2*/
.one li:nth-child(3) { background:rgba(255, 154, 0, 0.9); width: 270px;right: 15px;}
/*.one li:nth-child(3):before,.one li:nth-child(3):after { border-top-color:#FDC42A; }1*/
/*.one li:nth-child(3):before,.one li:nth-child(3):after { border-top-color:#FF9A00; }2*/
.one li:nth-child(3):before,.one li:nth-child(3):after { border-top-color:rgba(255, 154, 0, 0.9); }
.one li:nth-child(3):before { width: 50%; margin-left: -50%; }
.one li:nth-child(3):after  { width: 50%; margin-right: -50%; }
.one li:nth-child(3):hover div{background-color: rgba(252, 184, 43, 0.7);}
.one li:nth-child(3):hover{background-color: rgba(252, 184, 43, 0.7);}
.one li:nth-child(3):hover:before{border-top: 80px solid rgba(252, 184, 43, 0.7);border-left: 15px solid transparent;}
.one li:nth-child(3):hover:after{border-top: 80px solid rgba(252, 184, 43, 0.7);border-right: 15px solid transparent;}

/*.one li:nth-child(4) { background:#8DDC64; width: 100%;}1*/
/*.one li:nth-child(4) { background:#C6EA00; width: 100%;}2*/
.one li:nth-child(4) { background:rgba(198, 234, 0,0.8); width: 255px;right: 7.5px;}
/*.one li:nth-child(4):before,.one li:nth-child(4):after { border-top-color:#8DDC64; }1*/
/*.one li:nth-child(4):before,.one li:nth-child(4):after { border-top-color:#C6EA00; }2*/
.one li:nth-child(4):before,.one li:nth-child(4):after { border-top-color:rgba(198, 234, 0,0.8); }
.one li:nth-child(4):before { width: 50%; margin-left: -50%; }
.one li:nth-child(4):after  { width: 50%; margin-right: -50%; }
.one li:nth-child(4):hover div{background-color: rgba(144, 222, 102, 0.7);}
.one li:nth-child(4):hover{background-color: rgba(144, 222, 102, 0.7);}
.one li:nth-child(4):hover:before{border-top: 80px solid rgba(144, 222, 102, 0.7);border-left: 15px solid transparent;}
.one li:nth-child(4):hover:after{border-top: 80px solid rgba(144, 222, 102, 0.7);border-right: 15px solid transparent;}

/*.one li:nth-child(5) { background:#439D88; width: 100%;left: 0}1*/
/*.one li:nth-child(5) { background:#1BB219; width: 100%;left: 0}2*/
.one li:nth-child(5) { background:rgba(27, 178, 25,0.8); width: 240px;}
/*.one li:nth-child(5):before,.one li:nth-child(5):after { border-top-color:#439D88; }1*/
/*.one li:nth-child(5):before,.one li:nth-child(5):after { border-top-color:#1BB219; }2*/
.one li:nth-child(5):before,.one li:nth-child(5):after { border-top-color:rgba(27, 178, 25,0.8); }
.one li:nth-child(5):before { width: 50%; margin-left: -50%; }
.one li:nth-child(5):after  { width: 50%; margin-right: -50%; }
/*.one li:nth-child(5):hover div{background-color: #60B8EE;}*/
.one li:nth-child(5):hover{background-color: rgba(59, 146, 126, 0.7);}
.one li:nth-child(5):hover:before{border-top: 80px solid rgba(59, 146, 126, 0.7);border-left: 15px solid transparent;}
.one li:nth-child(5):hover:after{border-top: 80px solid rgba(59, 146, 126, 0.7);border-right: 15px solid transparent;}

.one li:nth-child(6) { background:#005f98; }
.one li:nth-child(6):before,
.one li:nth-child(6):after { border-top-color:#005f98; }
.one li:nth-child(6):before { width:50px; margin-left: -50px; }
.one li:nth-child(6):after  { width:50px; margin-right:-50px; }

/* diseño para el pipeline a la izquierda */
ul.two {
    width: 200px;
    margin: 0 auto; 
    padding: 20px 0; 
    list-style: none; 
    text-align: center;
}

.two .funnel-top {
    position: absolute;
    top: -7px;
    left: -30px;
    z-index: 20;
    width: 380px;
    height: 14px;
    /*background: blue;*/
    /*background: #E85964;*/
    background: rgba(255, 34, 8, 1);
    border-radius: 100%;
}

.two .funnel-bottom {
    position: absolute;
    bottom: -14.5px;
    left: -25px;
    z-index: 20;
    width: 320px;
    height: 15px;
    /*background: #005f98;*/
    background: #fff;
    border-radius: 100%;
}

.two li {
    font-size:16px;
    line-height:40px;
    height:40px;
    position:relative;
    background:#ccc;
    color: #064383;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.two li span {
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.03);
    padding: 0;
    border-radius: 4px;
    margin-left: 5px;
}

.two li:before { 
    content: "";
    position: absolute;
    z-index: 10;
    left: 0%;
    margin-left: -30px;
    width:30px;
    border-top: 40px solid #148ad3;
    border-left: 30px solid transparent;
}
.two li:after { 
    content: "";
    position: absolute;
    z-index: 10;
    right: 0%;
    margin-left: 30px;
    width:30px;
    border-top: 40px solid #148ad3;
    border-right: 30px solid transparent;
}

.two li:hover span{background: rgba(0, 0, 0, 0.1);}

/*.two li:nth-child(1) { background:#E85964; width: 100%;}1*/
/*.two li:nth-child(1) { background: #FF2208; width: 100%;}2*/
.two li:nth-child(1) { background: rgba(255, 34, 8, 1); width: 320px;right: 60px;transition: all 0.7s;}
/*.two li:nth-child(1):before,.two li:nth-child(1):after { border-top-color:#E85964; }1*/
/*.two li:nth-child(1):before,.two li:nth-child(1):after { border-top-color:#FF2208; }2*/
.two li:nth-child(1):before,.two li:nth-child(1):after { border-top-color:rgba(255, 34, 8, 1); }
.two li:nth-child(1):before { width: 30px; margin-left: -30px; }
.two li:nth-child(1):after  { width: 30px; margin-right: -30px; }
/*.two li:nth-child(1):hover div{background-color: rgba(211, 93, 101, 0.7);}*/
.two li:nth-child(1):hover{background-color: rgba(211, 93, 101, 0.7);transition: all 0s ease 0s;}
.two li:nth-child(1):hover:before{border-top: 40px solid rgba(211, 93, 101, 0.7);border-left: 30px solid transparent;}
.two li:nth-child(1):hover:after{border-top: 40px solid rgba(211, 93, 101, 0.7);border-right: 30px solid transparent;}

/*.two li:nth-child(2) { background:#FB9153; width: 100%;}1*/
/*.two li:nth-child(2) { background:#FE5200; width: 100%;}2*/
.two li:nth-child(2) { background:rgba(254, 82, 0, 1); width: 260px;right: 30px;transition: all 0.7s;}
/*.two li:nth-child(2):before,.two li:nth-child(2):after { border-top-color:#FB9153;}1*/
/*.two li:nth-child(2):before,.two li:nth-child(2):after { border-top-color:#FE5200;}2*/
.two li:nth-child(2):before,.two li:nth-child(2):after { border-top-color:rgba(254, 82, 0, 1);}
.two li:nth-child(2):before { width: 30px; margin-left: -30px;}
.two li:nth-child(2):after  { width: 30px; margin-right: -30px; }

.two li:nth-child(2):hover div{background-color: rgba(252, 144, 78, 0.7);}
.two li:nth-child(2):hover{background-color: rgba(252, 144, 78, 0.7);transition: all 0s ease 0s;}
.two li:nth-child(2):hover:before{border-top: 40px solid rgba(252, 144, 78, 0.7);border-left: 30px solid transparent;}
.two li:nth-child(2):hover:after{border-top: 40px solid rgba(252, 144, 78, 0.7);border-right: 30px solid transparent;}

/*.two li:nth-child(3) { background:#FDC42A; width: 100%;}1*/
/*.two li:nth-child(3) { background:#FF9A00; width: 100%;}2*/
.two li:nth-child(3) span:nth-child(1){margin-left: 0;}
.two li:nth-child(3) { background:rgba(255, 154, 0, 0.9); width: 200px; left: 0;transition: all 0.7s;}
/*.two li:nth-child(3):before,.two li:nth-child(3):after { border-top-color:#FDC42A; }1*/
/*.two li:nth-child(3):before,.two li:nth-child(3):after { border-top-color:#FF9A00; }2*/
.two li:nth-child(3):before,.two li:nth-child(3):after { border-top-color:rgba(255, 154, 0, 0.9); }
.two li:nth-child(3):before { width: 30px; margin-left: -30px; }
.two li:nth-child(3):after  { width: 30px; margin-right: -30px; }
.two li:nth-child(3):hover div{background-color: rgba(252, 184, 43, 0.7);}
.two li:nth-child(3):hover{background-color: rgba(252, 184, 43, 0.7);transition: all 0s ease 0s;}
.two li:nth-child(3):hover:before{border-top: 40px solid rgba(252, 184, 43, 0.7);border-left: 30px solid transparent;}
.two li:nth-child(3):hover:after{border-top: 40px solid rgba(252, 184, 43, 0.7);border-right: 30px solid transparent;}

/*.two li:nth-child(4) { background:#8DDC64; width: 100%;}1*/
/*.two li:nth-child(4) { background:#C6EA00; width: 100%;}2*/
.two li:nth-child(4) span:nth-child(1){margin-left: 0;}
.two li:nth-child(4) { background:rgba(198, 234, 0,0.8); width: 140px;left: 30px;transition: all 0.7s;}
/*.two li:nth-child(4):before,.two li:nth-child(4):after { border-top-color:#8DDC64; }1*/
/*.two li:nth-child(4):before,.two li:nth-child(4):after { border-top-color:#C6EA00; }2*/
.two li:nth-child(4):before,.two li:nth-child(4):after { border-top-color:rgba(198, 234, 0,0.8); }
.two li:nth-child(4):before { width: 30px; margin-left: -30px; }
.two li:nth-child(4):after  { width: 30px; margin-right: -30px; }
.two li:nth-child(4):hover div{background-color: rgba(144, 222, 102, 1);}
.two li:nth-child(4):hover{background-color: rgba(144, 222, 102, 0.7); transition: none !important;}
.two li:nth-child(4):hover:before{border-top: 40px solid rgba(144, 222, 102, 0.7);border-left: 30px solid transparent;transition: none !important;}
.two li:nth-child(4):hover:after{border-top: 40px solid rgba(144, 222, 102, 0.7);border-right: 30px solid transparent;transition: none !important;}

/*.two li:nth-child(5) { background:#439D88; width: 100%;left: 0}1*/
/*.two li:nth-child(5) { background:#1BB219; width: 100%;left: 0}2*/
.two li:nth-child(5) { background:rgba(27, 178, 25,0.8); width: 70px; height: 60px; left: 65px;transition: ease-in 0.7s;}

.two li:nth-child(5) span:nth-child(1){position: absolute;left: 0;top: 0;width: 40px;}
.two li:nth-child(5) span:nth-child(2){position: absolute;left: 10px;top: 20px;background: transparent;}

.two li:nth-child(5):before{ border-top: 60px solid rgba(59, 146, 126, 0.7);border-left: 30px solid transparent;}
.two li:nth-child(5):after{border-top: 60px solid rgba(59, 146, 126, 0.7);border-right: 30px solid transparent;}
/*.two li:nth-child(5):before,.two li:nth-child(5):after { border-top-color:#439D88; }1*/
/*.two li:nth-child(5):before,.two li:nth-child(5):after { border-top-color:#1BB219; }2*/
.two li:nth-child(5):before,.two li:nth-child(5):after { border-top-color:rgba(27, 178, 25,0.8); transition: none !important;}
.two li:nth-child(5):before { width: 30px; margin-left: -30px; transition: none !important;}
.two li:nth-child(5):after  { width: 30px; margin-right: -30px; transition: none !important;}
/*.two li:nth-child(5):hover div{background-color: #60B8EE;}*/
.two li:nth-child(5):hover{background-color: rgba(59, 146, 126, 0.7);transition: none !important;}
.two li:nth-child(5):hover:before{border-top: 60px solid rgba(59, 146, 126, 0.7);border-left: 30px solid transparent;transition: none !important;}
.two li:nth-child(5):hover:after{border-top: 60px solid rgba(59, 146, 126, 0.7);border-right: 30px solid transparent;transition: none !important;}

.two li:nth-child(6) { background:#005f98; }
.two li:nth-child(6):before,
.two li:nth-child(6):after { border-top-color:#005f98; }
.two li:nth-child(6):before { width:50px; margin-left: -50px; }
.two li:nth-child(6):after  { width:50px; margin-right:-50px; }

/*.anim{
    -webkit-transform:translate(-550px,100px);
}*/

.contPipeline{
    position: absolute;
    top: 80px;
    right: 80px;
    width: 60%;
    height: 800px;
    text-align: center;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.body-pipeline{
    height: 800px;
    width: 100%;
}

.tablaPipelinePospectos{
    width: 100%;
}

@media (max-width: 1281px) {
    /* Laptop */
    .anim{
        -webkit-transform:translate(-400px,100px);
    }
    
    .tablaPipelinePospectos{
        width: 650px;
    }
    .body-pipeline{
        width: 70%;
        /*margin: 0 auto;*/
        /*padding: 0;*/
        position: absolute;
        right: 30px;
        /*top: 0;*/
    }
    
/*    .contPipeline{
        width: 1000px;
    }*/
}

/* final pipeline css */

.cont-spiner{
    display: none;
    position: absolute;
    top: 250px;
    right: 500px;
    width: 200px;
    height: 200px;
}

/* estilos para loader*/
.sk-fading-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
}

/* inicio estilos para nivel educativo */
.container-ne-info{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*border: 0.1px solid rgba(0,0,0 ,0.25);*/
}

.ne-group-info strong{
    font-size: 12pt;
}

.ne-group-info span{
    font-size: 12pt;
}
/* final estilos para nivel educativo */

/* termina css para contenedores modal prototipo */
@media (max-width: 500px) {
    #footer_logos
    {
        width: 224px !important;
    }

    #footerA
    {
        margin-left: 40px !important;
    }

    #footerB
    {
        margin-top: 5px !important;
        margin-left: 0px !important;
    }

    .wrapper
    {

        margin: 0 auto -180px;
    }

    .footer, .push
    {
        min-height: 180px;
    }

    .leftArrow{
        display: box;
    }

    .rightArrow{
        border: none;
        left: 93%;
        display: box;
    }

    .container{
        border: 1px solid black;
    }

    .bntEditarProducto{
        margin-left: 285px;
    }
    .shadow-box{
        height: 350px;
    }
}
