body{
    background: #FAFAFA;
}

.content{
    width: 1000px;
    height: auto;
    margin: 10px auto 120px;
    display: flow-root;
}

.content div{
    position: static;
    z-index: 0; 
    opacity: 100; 
    transition: 0s;
}

.tittle-content{
  position: relative;
}

.tittle-content button{
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 175px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -20px;
}

.tittle-content h3{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #DDD;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.logo-giitic{
    width: 90%;
}

.card-home {
    width: 31%;
    height: 250px;
    float: left;
    margin: 15px 10px;
    padding: 30px 0 0 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 6px;
    border-bottom: 6px solid #EC8029;
    text-align: center;
    cursor: pointer;
}

.card-home:hover, .card-home.is-active{
    background: #EC8028;
    border-bottom: 6px solid #2A4F87;
    color: #FFF;
}

.card-home:hover h5{
    color: #FFF;
}

.card-home h5{
    color: #212529;
}

.card-home img{
    width: 80px;
    height: 80px;
}

.card-body h5{
    font-size: 0.9em;
    margin: 10px 0 20px 0;
}

.btn-card {
    color: #EC8028;
    background-color: #FFF;
    border-color: #EC8028;
}

.btn-ing {
    width: 230px;
    height: 35px;
    padding: 5px 0 0 0;
    border: 1px solid;
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px;
}

.btn-ing-x2 {
    width: 130px;
    height: 35px;
    padding: 5px 0 0 0;
    border: 1px solid;
    display: inline-block;
    border-radius: 50px;
    margin: 0 0px;
  }

.navbar-giitic{
    background-color: #EC8028;
}

.navbar-user{
    position: absolute;
    right: 50px;
}

.navbar-user h4{
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    float: left;
    padding: 0 10px;
}

.navbar-user h4:nth-child(2){
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.footer{
    background: #F6F5F5;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    box-shadow: 0px -4px 4px #bbb;
}

.footer h3{
  margin: 30px 0 10px 0;
  border-bottom: 1px solid #DDD;
  font-size: 1.3em;
  font-weight: 600;
  clear: none;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-secx1{
    margin: 15px 0;
    width: 70%;
    float: left;
}

.footer-secx1 h3{
    font-size: 1em;
    position: relative;
    left: 20px;
}

.footer-secx2{
    margin: 35px 0;
    width: 30%;
    float: left;
}

.footer-secx2 h3{
    font-size: 1em;
    position: relative;
    right: 20px;
    text-align: right;
}

.content-footer{
  width: 1000px;
  height: auto;
  margin: 10px auto;
  display: flow-root;
}

.footer-text{
  display: inline-block;
  margin: 5px 0;
}

.footer-text img{
  width: auto;
  float: left;
}

.footer-text h3{
  margin: 50px 0 20px 0;
  border-bottom: 0px solid #DDD;
  font-size: 1em;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
}

.foo-dates h3{
  margin: 10px 0;
  left: 0px;
}

.footer-secx3{
  background-color: #CC0000;
  text-align: center;
  padding: 20px;
}

.footer-secx3 h3{
  border: 0px;
  color: #FFF;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0;
  cursor: pointer;
}

.footer-secx3 a{
  color: #2A4F87;
}

.footer-secx3 a:hover{
  color: #2A4F87;
}




.tab-content {
    background: #FFF;
    border: 1px solid #EEE;
    padding: 25px;
    height: auto;
    display: inline-block;
    margin: 0 0 20px 0;
    border-radius: 3px;
    box-shadow: 0px 3px 3px #bbb;
  }

.conte-tabs{
    width: 60%;
    float: left;
}

.conte-tabs h3{
    color: #2A4F87;
    font-size: 1.1em;
    font-weight: 600;
    margin: 50px 0 0 0;
}

.conte-tabs span{
    font-size: 0.9em;
    margin: 0 0 15px 0;
    display: inline-block;
    color: #444;
}

.tab-content img{
    width: 40%;
    float: left;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #EC8028;
    border-color: #dee2e6 #dee2e6 #fff;
    width: 180px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nav-tabs .nav-link {
    color: #333;
    background-color: #DDDDDD;
    border-color: #dee2e6 #dee2e6 #fff;
    width: 180px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nav-tabs .nav-link:hover {
    background-color: #BBB;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0 60px 0;
    list-style: none;
    background-color: #FAFAFA !important;
    border-radius: .25rem;
}

.breadcrumb a {
    color: #2A4F87;
    text-decoration: none;
    background-color: transparent;
    font-size: 0.9em;
}


/*---------USER----------*/

.body-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../assests/img/login-background.png);
    background-size: cover;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.user{
  width:100%;
  margin:0 auto;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.content-user{
  width:100%;
  min-height:100vh;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  padding:15px;
}
.wrap-user{
    width: 430px;
    background: rgba(42,79,135,0.8);
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.user-log {
    width: 100%;
    height: 115px;
    margin: 0 0 50px 0;
    text-align: center;
    background: rgba(236,128,40,0.5);
    position: relative;
}
.user-log img{
  max-width:100%;
}
.user-form{
  width:100%;
}
.user-form-title{
  font-size:24px;
  color:#FFF;
  line-height:1.2;
  text-align:center;
  width:100%;
  display:block;
  margin: 10px 0 0 0;
  padding: 0 50px;
}
.user-form-text{
  font-size: 16px;
    color: #FFF;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 0 50px;
}
.user-dates{
  position:relative;
  width:100%;
  z-index:1;
  margin-bottom:10px;
  padding: 0 50px;
}
.input-user{
  font-size: 15px;
  line-height: 1.5;
  color: #FFF;
  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #BBB;
  padding: 0 15px 0 58px;
}
.focus-input-user{
  display:block;
  position:absolute;
  border-radius:25px;
  bottom:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  box-shadow:0 0;
  color:rgba(87,184,70,.8);
}
.input-user:focus+.focus-input-user{
  -webkit-animation:anim-shadow .5s ease-in-out forwards;
  animation:anim-shadow .5s ease-in-out forwards;
}
.symbol-input-user{
  font-size:15px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  position:absolute;
  border-radius:25px;
  bottom:0;
  left:45px;
  width:100%;
  height:100%;
  padding-left:25px;
  pointer-events:none;
  color:#FFF;
  -webkit-transition:all .4s;
  -o-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
}
.input-user:focus+.focus-input-user+.symbol-input-user{
  color:#EEE;
  padding-left:18px;
}
.userdad-form-btn{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  padding: 0 50px;
}
.user-form-btn{
  font-size:15px;
  line-height:1.5;
  color:#fff;
  text-transform:uppercase;
  width:100%;
  height:50px;
  border-radius: 50px;
  border: none;
  background:#EC8028;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0 25px;
  -webkit-transition:all .4s;
  -o-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
  cursor: pointer;
}
.textos-user-help{
  text-align: center;
  margin: 15px 0 0 0;
}
.record-02{
  padding: 70px 0 0 0;
}
.txt1{
  font-size:13px;
  line-height:1.5;
  color:#FFF;
}
.txt2{
  font-size:13px;
  line-height:1.5;
  color:#EC8028;
}

.txt2:hover{
    font-size:13px;
    line-height:1.5;
    color:#EC8028;
}

.logo-billpay-mob{
  display: none;
}
.logo-billpay-aval{
  display: none;
}

.icon-loginuser {
    width: 20%;
    position: absolute;
    margin: 70px 0 0 -160px;
}



.line-time-progress{
  margin: 50px 0;
  height: 35px;
}

.line-space{
  width: 10.6%;
  float: left;
  margin: 17px 0 0 0;
  border-bottom: 1px solid #BBB;
}

.item-progess{
  width: 17%;
  height: 35px;
  background: #DDD;
  border-radius:50px;
  float: left;
  text-align: center;
}

.item-progess h3{
  font-size: 0.8em;
  float: left;
  margin: 10px 0 0 10px;
  clear: none;
}

.item-progess span {
  background: #234271;
  border-radius: 100px;
  height: 23px;
  width: 23px;
  color: #FFF;
  display: inline-block;
  margin: 6px 0 0 7px;
  float: left;
}

.sec-setion{
  background: #FFF;
  width: 100%;
  height: auto;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #EEE;
  box-shadow: 3px 3px 3px #EEE;
  position: relative;
}

.sec-setion h3{
  margin: 15px 0 0 0;
  border-bottom: 1px solid #DDD;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.sec-setion-one{
  width: 100%;
  height: auto;
  display: inline-block;
}

.card-type{
  width: 200px;
  height: 150px;
  float: left;
  margin: 15px 10px;
  padding: 30px 0 0 0;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 6px;
  border-bottom: 6px solid #EC8029;
  text-align: center;
  cursor: pointer;
}

.card-type:hover, .card-type.is-active{
  background: #EC8028;
  border-bottom: 6px solid #2A4F87;
  color: #FFF;
}

.card-type:hover h5{
  color: #FFF;
}

.card-type h5{
  color: #212529;
}

.card-type img{
  width: auto;
}

.card-type-content {
  margin: 32px auto 15px;
  width: 46%;
  height: 180px;
}

.card-text-type h5 {
  font-size: 0.9em;
  margin: 20px 0 20px 0;
}

.sec-setion-two-x1 h3{
  width: 95%;
}

.sec-setion-two-x1{
  width: 40%;
  height: auto;
  float: left;
  vertical-align: top;
}

.sec-setion-two-x2{
  width: 60%;
  height: auto;
  float: left;
  vertical-align: top;
}

.gmap_canvas iframe {
  width: 100%;
  height: 432px;
  border-radius: 5px;
}

.sec-input-x1, .sec-input-x2  {
  margin: 0 0 5px 0;
}

.sec-input-x1 label{
  width: 100%;
  margin: 0 0 0 0;
}

.sec-input-x1 span{
  color: red;
}

.sec-input-x2{
  width: 48.7%;
  float: left;
  margin: 0 0 5px 0;
}

.sec-input-x2 span{
  color: red;
  font-size: 1.2em;
}

.sec-input-x1 select{
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sec-input-x1 input{
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sec-input-x2 label{
  width: 100%;
  margin: 0 0 0 0;
}

.sec-input-x2 select{
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sec-input-x2 input{
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sec-input-x1 .select-sec{
  width: 95%;
}

.sec-input-x1 button{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0;
}

.sec-input-x1 a img{
  width: 100%;
  display: inline-block;
  margin: -4px 0 0 0;
  border-radius: 100%;
  box-shadow: 3px 3px 3px #DDD;
}

.sec-input-x1 a{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0;
}

.sec-input-x1 .upload{
  width: 60%;
  float: left;
}

.sec-input-x1 textarea{
  width: 95%;
  border: 1px solid #EEE;
}

.btn-option-upload {
  width: 34% !important;
  height: auto !important;
  border-radius: 0px !important;
  border: none !important;
  display: inline-block;
  margin: 7px 0 0 5px !important;
  padding: 0 0;
}

.btn-upload {
  width: 100% !important;
  border-radius: 0px !important;
}


.sect-fomr-x3{
  width: 25% !important;
  float: left;
}

.sect-fomr-x3 label{
  display: block;
}

.sect-fomr-x3 span{
  color: red;
  font-size: 1.2em;
}

.sect-fomr-x3 select{
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sect-fomr-x3 input{
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.setion-tree-x22{
  width: 74%;
  float: left;
  margin: 0 10px 0 0;
}

.setion-tree-x23{
  width: 24.8%;
  float: left;
}

.setion-x22{
  width: 33.33%;
  float: left;
  position: relative;
}

.setion-x22 label{
  display: block;
}

.setion-x22 span{
  color: red;
  font-size: 1.2em;
}

.setion-x22 input{
  width: 96%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.setion-x22 select{
  width: 96%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.setion-x22 h3{
  width: 100%;
  float: left;
}

.setion-x22 button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0;
}

.btn-add{
  width: 100% !important;
  height: 35px !important;
  color: #FFF !important;
  background: #EC8028 !important;
  border-radius: 2px !important;
  border: none !important;
  margin: 36px 0 0 0 !important;
}

.content-resumen{
  border: 1px solid #EEE;
  border-radius: 3px;
  width: 100%;
  height: 325px;
  padding: 10px;
}

.sec-setion-tree-x1{
  height: 115px;
  margin: 0 0 25px 0;
}

.cantidad-formx3{
  width: 60% !important;
}

.cantidad-formx22{
  width: 60% !important;
}

.sect-fomr-x3 button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0;
}

.setion-x24{
  width: 70%;
  position: absolute;
  bottom: 25px;
}

.icon-delete {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  margin: 106px 0 0 5px;
  padding: 0 0;
  position: absolute;
  right: 285px;
  background: none;
}

.btn-add-more {
  width: 250px !important;
  height: 35px !important;
  color: #FFF !important;
  background: #EC8028 !important;
  border-radius: 2px !important;
  border: none !important;
  margin: 0 0 0 450px !important;
}

.icon-schedule {
  position: absolute;
  right: 15px;
  bottom: 8px;
}

.item-csm {
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
  margin: 12px 0 0 0;
}

.item-csm h3{
  font-weight: 600;
  margin: 0 0 0 0;
}

.item-csm h4 {
  font-size: 0.8em;
  float: left;
  margin: 10px 0 0 5px;
}

.item-csm span {
  font-size: 0.8em;
  float: left;
  margin: 8px 0 0 5px;
}

.icon-add-csm {
  float: left;
  width: 10%;
  margin: 7px 0 0 0;
}

.icon-close {
  position: absolute;
  top: -10px;
  right: -5px;
}



.sec-setion-four-x1 {
  width: 32%;
  height: auto;
  float: left;
  vertical-align: top;
}

.sec-input-x4 {
  margin: 0 11px 10px 0;
  height: 38px;
  padding: 11px 0 0 0;
  border-bottom: 1px solid #DDD;
}

.sec-input-x4 label {
  width: 50%;
  margin: 0 0 0 0;
  float: left;
  font-weight: 600;
  font-size: 0.9em;
}

.sec-input-x4 p {
  width: 50%;
  margin: 0 0 0 0;
  float: left;
  font-weight: 400;
  font-size: 0.9em;
}

.sec-setion-four-x2 {
  width: 68%;
  height: auto;
  float: left;
  vertical-align: top;
}

.sec-setion-four-x2 .gmap_canvas iframe {
  width: 100%;
  height: 230px !important;
  border-radius: 5px;
}

.sec-four-resumen{
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}

.sec-four-x3{
  width: 70%;
  height: auto;
  float: left;
  vertical-align: top;
  margin: 0 0 0 0;
}

.sec-setion-four-x3{
  border-top: 1px solid #DDD;
  width: 98%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}

.sec-resumen-x4{
  width: 25%;
  float: left;
  vertical-align: top;
  position: relative;
}

.sec-resumen-x4 label{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 0.9em;
    margin: 10px 0 0 0;
}

.sec-resumen-x4 input {
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sec-resumen-obs label{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 0.9em;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #DDD;
}

.sec-resumen-obs input {
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.input-type-checkbox{
  width: 25px !important;
  height: 25px !important;
  margin: 10px 0 0 0;
  border: 1px solid #DDD;
}

.label-checkbox {
  width: 70% !important;
  margin: 10px 0 0 5px !important;
  display: inline-block;
  vertical-align: top;
}


.modal{
  background: rgba(0,0,0,0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal-one{
  width: 480px;
  height: auto;
  display: block;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 15px;
  margin: 100px auto;
  padding: 25px;
}

.modal-one h3 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DDD;
  font-size: 1em;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-one img {
  margin: 30px auto;
  display: block;
  width: 15%;
}

.modal-one p {
  text-align: center;
}

.modal-one button {
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 150px;
  height: 35px;
  margin: 0 auto;
  display: block;
}

.modal-two{
  width: 480px;
  height: auto;
  display: block;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 15px;
  margin: 100px auto;
  padding: 25px;
}

.modal-two h3 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DDD;
  font-size: 1em;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-two h4 {
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #DDD;
  font-size: 1em;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-two-section{
  display: inline-block;
  margin: 0 0 15px 0;
  width: 100%;
}

.modal-two-section h4{
  margin: 10px 0 0px 0;
  border-bottom: 1px dashed #DDD;
  font-size: 1em;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  width: 50%;
  float: left;
  line-height: inherit;
}

.modal-two-section span{
  margin: 10px 0 0px 0;
  border-bottom: 1px dashed #DDD;
  font-size: 1em;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  width: 50%;
  float: left;
  text-align: right;
  line-height: inherit;
}

.modal-two img {
  margin: 15px auto;
  display: block;
  width: 40%;
}

.modal-two p {
  text-align: center;
}

.modal-two button {
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 150px;
  height: 35px;
  margin: 0 auto;
  display: block;
}

.modal-two label {
  width: 100%;
  display: block;
}

.modal-two input{
  width: 100%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
  margin: 0 0 10px 0;
}

.modal-two-metodo{
  width: 100px;
  height: 100px;
  border: 1px solid #EEE;
  float: left;
  border-radius: 5px;
  margin: 0 21px;
  cursor: pointer;
}

.modal-two-metodo:hover{
  background: #EC8028;
  color: #FFF;
}

.modal-two-metodo h4{
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: center;
  border-bottom: 0px;
}

.last-option{
  width: 65%;
  margin: 18px 0 0 18px !important;
}

.modal-two-section .cancelar{
  background: #EC8028;
  border: 1px solid #EC8028;
  border-radius: 50px;
  color: #FFF;
  width: 200px;
  height: 35px;
  margin: 0 5px;
  display: inline-block;
}

.modal-two-section .aceptar{
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 200px;
  height: 35px;
  margin: 0 5px;
  display: inline-block;
}

.last{
  margin: 20px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #EEE;
}




.nav-filters{
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto 30px;
}

.sec-filters-x4{
  width: 25%;
  float: left;
  vertical-align: top;
  position: relative;
}

.sec-filters-x4 label {
  width: 100%;
  margin: 0 0 0 0;
}

.sec-filters-x4 input {
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.check-input-x4 {
  width: 50%;
  float: left;
  margin: 20px 0 0 0;
}

.check-input-x4 input{
  width: 25px !important;
  height: 25px !important;
  margin: 10px 0 0 0;
  border: 1px solid #DDD;
}

.check-input-x4 label {
  width: 70% !important;
  margin: 10px 0 0 5px !important;
  display: inline-block;
  vertical-align: top;
}

.card-calendar {
  border-radius: 8px;
  border: 1px solid #DDD;
  border-bottom: 6px solid #EC8029;
  width: 29%;
  float: left;
  padding: 25px;
  height: 250px;
  background: #FFF;
  position: relative;
  margin: 0 20px 32px 20px;
}

.card-calendar img{
  display: block;
  margin: 20px auto;
  width: auto;
}

.card-info h5{
  text-align: center;
  color: #666;
  font-size: 1em;
  font-weight: 400;
}

.card-info-detail h5{
  text-align: center;
  color: #666;
  font-size: 1em;
  font-weight: 400;
}

.card-calendar-content a{
  width: 47%;
  float: left;
  margin: 0 3px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 5px 0;
}

.con-cupo{
  background:#2A4F87;
  color: #FFF;
}

.sin-cupo{
  background:#FFF;
  color: #333;
}

.card-calendar h6{
  background: #EC8028;
  display: block;
  position: absolute;
  margin: 0 0 0 15px;
  padding: 10px 20px;
  border-radius: 5px;
  bottom: -15px;
  color: #FFF;
}

.card-calendar-content{
  display: inline-block;
  height: auto;
  width: 100%;
  margin: 0 0 15px 0;
}

.contante-cards{
  background: #FFF;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  border: 1px solid #EEE;
  box-shadow: 0px 3px 3px #bbb;
}

.card-tar{
  display: inline-block !important;
  height: auto !important;
  margin: 0 0 15px 0 !important;
}

.card-info-detail{
  width: 70%;
  float: left;
  margin:5px 0 25px 0;
  padding: 0 0 0 14px;
}

.card-info-detail h5{
  font-size: 0.9em;
  text-align: left;
  margin: 0 0 0 0;
}

.card-info-detail span{
  font-size: 0.9em;
  text-align: left;
  margin: 0 0 0 0;
}

.card-info-detail p{
  font-size: 0.9em;
  text-align: left;
  margin: 0 0 0 0;
}

.card-tar{
  width: 40%;
  float: left;
  margin: 42px 0 0 0 !important;
}


.content-all-x3{
  width: 31.3%;
  height: 550px;
  display: block;
  float: left;
  margin: 0 10px;
  padding: 15px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  border:1px solid #EEE;
  box-shadow: 3px 3px 3px #DDD;
}

.content-all-x3 h3 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DDD;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-validar {
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 200px;
  height: 35px;
  margin: 0 14%;
  display: block;
  position: absolute;
  bottom: 20px;
}

.btn-pagos{
  background: #EC8028;
  border: 1px solid #EC8028;
  border-radius: 50px;
  color: #FFF;
  width: 200px;
  height: 35px;
  margin: 0 14%;
  display: block;
  position: absolute;
  bottom: 60px;
}

.view-history {
  color: #234271;
  width: auto;
  height: auto;
  margin: 0 20%;
  display: block;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
}

.info-pagos {
  border-bottom: 1px solid #DDD;
  display: inline-block;
  height: auto;
  width: 100%;
}

.info-pagos h4{
  font-size: 1em;
  float: left;
  width: 50%;
  margin: 0 0 0 0;
  line-height: inherit;
}

.info-pagos span{
  font-size: 1em;
  float: left;
  width: 50%;
  margin: 0 0 0 0;
  text-align: right;
}

.info-anticipos{
  border-bottom: 1px solid #DDD;
  display: inline-block;
  height: auto;
  width: 100%;
}

.info-anticipos button{
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 50%;
  height: 35px;
  margin: 3px 0 11px 0;
  display: block;
  float: left;
}

.info-anticipos span{
  text-align: right;
  float: left;
  width: 50%;
  margin: 8px 0 0 0;
  font-weight: 600;
}

.content-all-x3 img{
  width: 100%;
}

.content-all{
  display: inline-block;
  height: auto;
  width: 100%;
  margin: 0 0 80px 0;
}

.credit-info {
  width: 100%;
  height: 35px;
  display: block;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #EEE;
}

.credit-info h6{
  width: 60%;
  float: left;
  margin: 0 0 0 10px;
}

.credit-info span{
  width: 30%;
  float: left;
  text-align: right;
  margin: 0 0 0 0;
}

.item-color-one{
  background: #EC8028;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
}

.item-color-two{
  background: #C3671D;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
}

.item-color-tree{
  background: #D58A4E;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
}

.item-color-four{
  background: #FEA964;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
}




.sec-setion-five{
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 0 80px 0;
}

.sec-setion-five-x1 {
  width: 68%;
  height: auto;
  float: left;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #DDD;
  margin: 0 20px 0 0;
  padding: 15px;
}

.sec-setion-five-x1 h3{
  margin: 0 0 5px 0;
  border-bottom: 1px solid #DDD;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.sec-setion-five-x2{
  width: 30%;
  height: auto;
  float: left;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #DDD;
  padding: 15px;
  position: relative;
  margin: 7px 0 0 0;
}

.sec-setion-five-x2 h3{
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DDD;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.sec-setion-five-input-x1{
  width: 33.33%;
  float: left;
  vertical-align: top;
  position: relative;
}

.sec-setion-five-input-x1 label {
  width: 100%;
  margin: 10px 0 0 0;
}

.sec-setion-five-input-x1 input {
  width: 95%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sec-setion-five-input-x1 select {
  width: 96%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.sec-checkout {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}

.item-date-checkout{
  margin: 50px 0 0 0;
}

.item-checkout {
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
}

.item-checkout img{
  float: left;
  width: 15%;
  margin: 0 0 0 0;
}

.item-checkout h3{
  font-weight: 600;
  margin: 0 0 0 0;
}

.item-checkout h4 {
  font-size: 0.8em;
  float: left;
  margin: 5px 0 0 10px;
  width: 80%;
}

.item-checkout span {
  font-size: 0.8em;
  float: left;
  margin: 8px 0 0 5px;
}

.item-date h3{
  width: 50%;
  float: left;
  margin: 0 0 0 0;
  border-bottom: 1px solid #DDD;
  line-height: inherit;
}

.item-date p{
  width: 50%;
  float: left;
  margin: 0 0 0 0;
  text-align: right;
  border-bottom: 1px solid #DDD;
  line-height: inherit;
}

.item-date button {
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 200px;
  height: 35px;
  margin: 15px 35px 0 35px;
  display: inline-block;
}

.sec-metod-pay{
  width: 33.3%;
  float: left;
}

.sec-tar{
  width: 100px;
  height: 100px;
  border: 1px solid #EEE;
  float: left;
  border-radius: 5px;
  cursor: pointer;
}

.sec-tarpse{
  margin: 0 0 15px 0 !important;
}

.sec-tar:hover{
  background: #EC8028;
  color: #FFF;
}

.sec-tar h4{
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: center;
  border-bottom: 0px;
}

.sec-tar img {
  margin: 15px auto;
  display: block;
  width: 40%;
}

.sec-pay-x1{
  width: 57%;
  float: left;
  margin: 15px 0 0 0;
  display: inline-block;
  padding: 0 0 0 10px;
}

.sec-pay-x2{
  border-left: 1px solid #DDD;
  width: 40%;
  float: left;
  margin: 15px 0 0 0;
  display: inline-block;
  padding: 15px 0 0 10px;
}

.sec-pay-x2 img{
  width: 40%;
  margin: -10px 0 0 10px;
}

.sec-pay-x2 div{
  display: inline-block;
  margin: 0 0 0 0;
  width: auto;
  height: 40px;
  padding: 0 0 0 0;
}

.active-process{
  border: 2px solid #EC8028 !important; 
}

.active-process span{
  background: #EC8028 !important; 
  margin: 4px 0 0 7px !important;
}




.selector-pass {
  position: relative;
  text-align: right;
}

.selector-pass button {
  background: #EC8028;
  border: 1px solid #EC8028;
  border-radius: 50px;
  color: #FFF;
  width: 200px;
  height: 35px;
  margin: 15px 0 0 10px;
  display: inline-block;
  font-weight: normal;
}



/*-----------------------*/
/*-----------------------*/
/*-----------------------*/

.sec-replica{
  background: #FFF;
  width: 100%;
  height: auto;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #EEE;
  box-shadow: 3px 3px 3px #eee;
  position: relative;
}

.sec-replica-span h3{ 
  background: #F4F3F4 !important;
  color: #FF0000 !important;
  width: 100%;
  height: 80px;
}

.sec-replica-span h3{
  font-size: 1em;
  text-align: center;
  padding: 30px 0 !important;
}

.button-add-product {
  background: #234271;
  border: 1px solid #234271;
  border-radius: 50px;
  color: #FFF;
  width: 175px;
  height: 35px;
  margin: 12px 0;
}

.sec-replica-table h3{
  background: #EC8028;
  color: #FFF;
  padding: 5px 5px;
  font-size: 1em;
}

.sec-replica h3{
  background: #EC8028;
  color: #FFF;
  padding: 5px 5px;
  font-size: 1em;
}

.header-info{
  width: 100%;
  display: inline-block;
  margin: 0 0 0 0;
}

.header-info div {
  width: auto;
  float: left;
  display: grid;
  margin: 0 0 0 0;
}

.header-info div:nth-child(2) {
  width: 189px;
}

.header-info h4 {
  background: #F4F3F4;
  color: #555;
  border: 1px solid #D0D0D0;
  padding: 5px 5px;
  font-size: 0.8em;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 0 0;
}

.header-info p {
  background: #FFF;
  color: #333;
  border: 1px solid #D0D0D0;
  padding: 5px 5px;
  font-size: 0.8em;
  width: 100%;
  height: 37px;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 0 0;
}

.header-info input{
  width: 45%;
}

.result-table {
  background: #FFF;
  border: 1px solid #BBB;
  padding: 10px;
  width: 300px;
  height: auto;
  display: flow-root;
  position: absolute;
  right: 0;
}

.item-result h3 {
  font-size: 1em !important;
  font-weight: 400;
  background: none;
  color: #333;
  width: 50%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0;
}

.item-result p{
  font-size: 1em !important;
  font-weight: 400;
  background: none;
  color: #333;
  width: 50%;
  float: left;
  text-align: right;
  margin: 0 0 0 0;
}

.result-context {
  display: inline-block;
  width: 100%;
  height: 211px;
  position: relative;
}

.btn-option-upload{
  width: auto !important;
  display: inline-block;
  position: relative;
  right: 0;
  bottom: 8px;
}

.contest-table{
  width: 100%;
  display: inline-block;
  margin: 0 0 0 0;
}

.contest-table h4 {
  background: #F4F3F4;
  color: #555;
  border: 1px solid #D0D0D0;
  padding: 5px 5px;
  font-size: 0.8em;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 0 0;
}

.contest-table p {
  background: #FFF;
  color: #333;
  border: 1px solid #D0D0D0;
  padding: 5px 5px;
  font-size: 0.8em;
  width: 100%;
  height: 37px;
  align-items: center;
  display: flex;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 0 0;
}

.contest-table div {
  width: 25%;
  float: left;
  display: grid;
  margin: 0 0 0 0;
}

.btn-salir:hover {
  color: #FFFFFF;
  background-color: #BB0000 !important;
}


/*----MEDIAQUERY----*/
/*----MEDIAQUERY----*/

@media (max-width: 900px) {
    .content {
        width: 100%;
        padding: 0 30px;
    }
    .card-home {
        width: 95%;
    }
    .sec-setion {
        width: 100%;
        height: auto;
    }
    .card-type-content {
        width: 100%;
    }
    .card-type {
        width: 175px;
    }
    .item-progess {
        width: 9%;
    }
    .line-space {
        width: 21.2%;
    }
    .item-progess h3 {
        font-size: 0.7em;
        margin: 42px 0 0 -8px;
        float: none;
        text-align: center;
        width: 56px;
    }
    .line-time-progress {
        margin: 50px 0 100px;
    }
    .sec-setion-two-x1 {
        width: 100%;
    }
    .sec-input-x1 select {
        width: 100%;
    }
    .sec-input-x1 .select-sec {
        width: 90%;
    }
    .sec-setion-two-x1 h3 {
        width: 100%;
    }
    .sec-input-x2 {
        width: 50%;
    }
    .sec-input-x1 input {
        width: 100%;;
    }
    .sec-input-x1 .upload {
        width: 64%;
    }
    .sec-input-x1 textarea {
        width: 100%;
    }
    .sec-setion-two-x2 {
        width: 100%;
    }
    .sec-phone input{
        width: 100%;
    }
    .setion-tree-x23 {
        width: 100%;
    }
    .icon-add-csm {
        width: 8%;
    }
    .item-csm h4 {
        font-size: 0.9em;
        float: left;
        margin: 15px 0 0 10px;
        width: 67%;
    }
    .item-csm span {
        font-size: 0.9em;
        float: left;
        margin: 12px 0 0 5px;
    }
    .content-resumen {
        height: auto;
    }
    .sect-fomr-x3 {
        width: 100% !important;
        margin: 0 0 20px 0;
    }
    .sect-fomr-x3 select {
        width: 100%;
    }
    .cantidad-formx3 {
        width: 80% !important;
    }
    .btn-add {
        margin: 0 0 0 0 !important;
    }
    .setion-tree-x22 {
        width: 100%;
    }
    .setion-x22 {
        width: 100%;
    }
    .setion-x22 select {
        width: 100%;;
    }
    .cantidad-formx22 {
        width: 80% !important;
    }
    .setion-x22 input {
        width: 100%;
    }
    .setion-x24 {
        width: 100%;
        position: relative;
        bottom: -25px;
        margin: 0 0 0 0;
    }
    .btn-add-more {
        width: 100%!important;
        margin: 0 0 75px 0!important;
    }
    .sec-setion-four-x1 {
        width: 100%;
    }
    .sec-input-x4 input {
        width: 100%;
    }
    .sec-setion-four-x2 {
        width: 100%;
    }
    .sec-resumen-x4 {
        width: 100%;
    }
    .sec-resumen-x4 input {
        width: 100%;
    }
    .sec-filters-x4 {
        width: 100%;
    }
    .sec-filters-x4 input {
        width: 100%;
    }
    .card-calendar {
        width: 88%;
    }
    .card-calendar h6 {
        margin: 0 0 0 45px;;
    }
    .content-all-x3 {
        width: 99%;
        margin: 0 0 30px 0;
    }
    .content-all-x3 img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .btn-validar {
        margin: 0 22%;
    }
    .btn-pagos {
        margin: 0 22%;
    }
    .view-history {
        margin: 0 28%;
    }
    .sec-setion-five-x1 {
        width: 100%;
        margin: 0 0 0 0;
    }
    .sec-setion-five-input-x1 {
        width: 100%;
    }
    .sec-setion-five-input-x1 input {
        width: 100%;
    }
    .sec-setion-five-input-x1 select {
        width: 100%;
    }
    .sec-setion-five-x2 {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }
    .item-date-checkout {
        position: relative;
        bottom: -15px;
        width: 100%;
    }
    .item-date button {
        margin: 15px 25%;
    }
    .sec-pay-x1 {
        width: 100%;
    }
    .sec-pay-x2 {
        width: 100%;
        border: none;
    }
    .sec-pay-x2 div {
        float: left;
        display: block;
        width: 20%;
    }
    .sec-metod-pay {
        width: 100%;
    }
    .sec-tarpse {
        margin: 0 55px !important;
    }
    .content-footer {
        width: 100%;
        padding: 30px;
    }
    .footer h3 {
        clear: none;
        text-align: center;
    }
    .footer-secx1 {
        width: 100%;
    }
    .footer-text img {
        float: none;
    }
    .footer-text {
        text-align: center;
        width: 100%;
    }
    .footer-secx1 h3 {
        left: 0px;
    } 
    .footer-secx2 {
        width: 100%;
        margin: 0 0;
        text-align: center;
    }
    .footer-secx2 img{
        width: 50%;
    }
    .tab-content {
        display: inline-block;
        height: auto;
    }
    .conte-tabs {
        width: 100%;
    }
    .tab-content img {
        width: 100%;
    }
    .conte-tabs h3 {
        margin: 0 0 0 0;
    }
    .sec-four-x3 {
        width: 100%;
    }
}