#top-bar{
	background: #fff;
}
#top-bar.animated-header {
	background: #fff;	
}
.section-heading h3{
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 20px;
  color: #272727;
  text-transform: uppercase;
  position: relative;  
  margin: 0 0 20px;
}

.section-heading h3:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-heading h3:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.company-description {
	padding: 80px 0;
}
.company-description .block h3 {
  margin-top: 0;
}
.company-description .block p {
  color: #727272;
}
#contact-section, #registro-section{
  background: #FCFCFC;
  padding: 80px 0;
}
.block .address p,
.block .email p,
.block .phone p{
  padding-right: 10px;
  padding-left: 10px;
}
#call-to-action .container .section-heading h3{
  color:white;
}
#registro-section .contact-form {
  margin-top: 42px;
}
#mAcceso .contact-form .btn-send,
#registro-section .contact-form .btn-send {
  /*margin-top: 35px;*/
  color: #fff;
  outline: none;
  background: #02bdd5;
}
#mAcceso .contact-form .btn:send:hover,
#registro-section .contact-form .btn-send:hover {
  border: 1px solid #02bdd5;
}
#mAcceso input,
#registro-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}
#registro-section input[type="checkbox"]{
  display: inline-block;
}
#registro-section{
  display: none;
}
.company-description .section-heading p {
  line-height: 26px;
  font-size: 15px;
}

#registro-section .section-heading h3{
  margin-top: 20px;
}

#btnidbuscarruc{
  margin-top: 0px! important;
}

.input-group{
  margin-bottom: 15px;
}

.input-group-addon{
  cursor: pointer;
  background: #02bdd5;
  color: white;
}

#registro-section #submit input{
  display: inline-block;
}

#frmgrpidverterm a{
  cursor: pointer;
}
#pidolvidoclave{
  font-size:13px;
}
#mTerminos p{
  font-size:12px;
  text-align: justify;
}
#mTerminos .modal-body{
  height: 400px;
  overflow-y:auto;
}

#frmgrpidclave .input-group-addon{
  cursor: inherit;
  background-color: white;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color:black;
}

/*spin icon*/
.spin::before{
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
  }
}

@-webkit-keyframes "spin" {
  from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
  }
}

@-ms-keyframes "spin" {
  from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
  }
}

@-o-keyframes "spin" {
  from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
  }
  to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
  }
}
/*spin icon*/