.respaldos{
      background: #000;
padding-top: 25px;
	text-align: center;
}
.logoinicial{
  width: 86px;
}
.callicon{
  display: none;
}
.text-credix{
  color: #006699;
}
.btn-credix{
  color: #fff;
  background: #006699;
}
.colorbacknav{
  background-color: transparent;
}
.v-ba{
  margin-top: -25px;
  font-weight: 900;
  color: #fff !important;
}
.imgserv{
  width: auto;
}
.gridi p{
  font-size: 1.1rem;
}

.border-bb{
  border-bottom: 0px solid;
  border-color: transparent;
}
.btnllam{
  margin-top: 0px;
}
.cred-icon{
	text-align: center!important;
	
}
.contenedor{
	margin-bottom: 30px;
	margin-top: 72px;
}
@media (max-width: 768px){
  .respaldos{
    margin-top: 0px;
    padding-top: 8px;
    background-color: #000;
  }
	.contenedor{
	margin-bottom: 0px;
	margin-top: 0px;
}
	.cred-icon{
	text-align: center !important;
	padding-left: 0px;
}
  .logoinicial{
    width: 55px;
  }
  .callicon{
    display: block;
  }
  .colorbacknav{
  background-color: #fff;
  }
  .imgserv{
    width: 61px;
  }
  .gridi p{
    font-size: 13.5px;
  }
  .border-bb{
    border-bottom: 1px solid;
    border-color: #ff0d0d;
  }
  .btnllam{
  margin-top: 20px;
}
}


.nav-link{
  cursor: pointer;
}

.box-50{
    border-radius: 23%;
    background-color: #f8f8f8;
    display: inline-block;
    height: auto;
    line-height: 114px;
    margin-right: 0;
    text-align: center;
    
}
.lineas{
  margin-top: -15px;
  color: #fff !important;
}
.cred-icon img:hover{
	cursor: pointer;
}

.modal-preventiva{
  position: fixed;
    bottom: 20px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.modal-preventiva .info-modal{
  min-height: 180px;
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
    overflow: hidden;
    background: #eee;
    box-sizing: border-box;
    padding: 20px 30px 20px 60px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.7);
    position: relative;
}
.modal-preventiva .info-modal .btnClose{
  color: #006699;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 10;
    font-size: 28px;
}
.modal-preventiva .info-modal h5{
  color: #c03;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}
.modal-preventiva .contentText, .modal-preventiva .contentBtn{
  display: inline-block;
    vertical-align: middle;
}
.modal-preventiva .contentText{
      width: 70%;
}
.modal-preventiva .contentBtn{
  width: 28%;
    text-align: center;
}
.modal-preventiva .contentText, .modal-preventiva .contentBtn{
      display: inline-block;
    vertical-align: middle;
}
.modal-preventiva .info-modal .btnMoreText{
      display: block;
    margin: 0 auto;
    text-align: center;
    color: #989898;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.modal-preventiva .info-modal p{
  font-size: 14px;
    line-height: 17px;
    color: #37474f;

}
.modal-preventiva .info-modal .btnMoreText:after{
  content: '\f077';
    font-family: fontawesome;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: rotate(-180deg) translateX(50%);
    -ms-transform: rotate(-180deg) translateX(50%);
    transform: rotate(-180deg) translateX(50%);
    margin-top: -5px;
    transition: .6s all ease;
}