
body {
  font-family: "Montserrat";
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

.header-test{
  font-family: 'Raleway', sans-serif;
    
}

p {
  color: #363636;
}

.copy{
  color: #000;
  padding: 2%;
}

.mision{
  text-align: center;
  padding: 5% 7% 0% 7%;
}

/* Headings */

.medium-heading{
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  padding-top: 2% ;
  padding-bottom: 2% ;
}

.big-heading {
  
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  padding-top: 5% ;
  padding-bottom: 5% ;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */

.container-fluid{
  padding: 3% 15%;
}

/* Sections */

.colored-section {  
  background-color:#88a7a7 ;
  color: #000;
}

.white-section {
  background-color: #fff;
}

/* Navigation Bar */


.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 4rem;
  font-weight: bold;
}


.nav-item {
  padding: 0 1px;
}

.nav-link {
  font-size: 1.2rem;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
}

/* Buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */

#title {
  color: #fff;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 7%;
}

/* Title Image */

.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

/* Features Section */

#features {
  position: relative;
}

.feature-title {
  font-size: 1.5rem;
}

.feature-box {
  padding: 4.5%;
}

.icon {
  color: #e28222;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #e84f1c;
}

/* Testimonial Section */

#testimonials {
  background-color: #2d4866;
  color: #fff;
}

.testimonial-text {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  
}

.testimonial-image {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  margin: 30px;
}


#press {
  padding: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}
.press-logo-retasar {
  width: 15%;
  margin: 20px 20px 50px;
  background-color: rgb(60, 60, 66);
}

/* Pricing Section */

#pricing {
  padding: 100px;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

/* CTA Section */


/* Footer Section */


.social-icon {
  margin: 20px 10px;
}

@media (max-width: 1028px) {

  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}
.single-add {
  margin-bottom: 40px;
}


/*
* -------------------------------------------------------------
*    ## CONTACT
* -------------------------------------------------------------
*/
.single-add span {
  font-size: 55px;
  float: left;
  color: #000;
}
.single-add {
  margin-bottom: 40px;
}
.form-group{
  margin-bottom: 20px;
}
.form-btn a:hover,.form-btn a:focus{
  background: #000;
  border: 2px solid #000;
}
.contact-content {
  padding-top: 12px;
  padding-left: 30px;
  overflow: hidden;
}
.contact-content p {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 400;
}
.single-add h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
 text-transform: none;
}
.contact-form input, textarea{
  width: 100%;
  color: #1a1a1a;
  text-transform: none;
  font-weight: 400;
  background: #f1f1f1;
  padding: 8px 12px;
  border: none;
}
