* {
  font-family: Arial, Helvetica, sans-serif  !important;
}

.nav-contrato {

  background-color: #1b62b8;
  right: 0;
  left: 0;
  top: 0;
  padding: 10px 0;
}

.logo-spot {

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b62b8;
  width: 25%;
  margin: 10px auto;
}

#logo-intera-contrato {

  padding-bottom: 20px;
  
}

section {
  padding: 60px 0;
  min-height: 100vh;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}.bg-gray {
  background-color: white;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: #ffaf5a;
}

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
text-transform: capitalize;
z-index: 1;
}

.site-heading h4::before {
background: #ffaf5a none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}

.site-heading h2 span {
color: #ffaf5a;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}

.pricing-area .site-heading {
margin-bottom: 100px;
}

.pricing-item {
background: #ffffff none repeat scroll 0 0;
-moz-box-shadow: 0 0 10px #1b62b8;
-webkit-box-shadow: 0 0 10px #1b62b8;
-o-box-shadow: 0 0 10px #1b62b8;
box-shadow: 0 0 10px #1b62b8;
border: 3px solid #1b62b8;
border-radius: 30px;
margin-bottom: 80px;

position: relative;
z-index: 9;
padding-bottom: auto;
}

.pricing-item .icon {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: white;
border-radius: 50%;
border: 3px solid #e96a3d;
font-size: 50px;
height: 100px;
left: 50%;
line-height: 100px;
margin-left: -50px;
margin-top: -50px;
position: absolute;
text-align: center;
top: 0;
width: 100px;
}

.pricing-header h4 {
font-weight: 600;
text-transform: uppercase;
color: white;
margin-top: 20px;
}

.pricing-header-container {

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b62b8;
  height: 100px;
  margin: 20px 30px 40px 30px;
  border-radius: 20px;
  border-right: 7px ridge #e96a3d;
  border-bottom: 7px ridge #e96a3d;
  
}

.pricing-header {
border-bottom: 1px;
margin-bottom: 20px !important;
padding: 50px 30px 30px !important;
}

