/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
}

footer {
  height: 46;
  padding: 10px;
  background: #232323;

  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
}


footer.info {
  font-size: 14px;
  display: inline-block;
  padding: 6px 0;
  line-height: 14px;
  vertical-align: middle;
  color: rgba(255,255,255,.6);
}

footer p a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}




div.hero {
  background-image: linear-gradient(90deg,#f4f0e9 30%,rgba(244,240,233,0) 100%),url(./assets/images/Mujer-cosiendo-scaled.jpg)!important;
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
  height: 400px;
}

h1.hero {
  font-family: 'Alice',Georgia,"Times New Roman",serif;
  /*font-size: 120px;*/
  font-size: 8vw;
  font-weight: 700;
  color: #84aece!important;
  letter-spacing: -3px;
  line-height: 1.1em;
  text-transform: uppercase;
}

h2.hero {
  font-family: 'Alice',Georgia,"Times New Roman",serif;
  line-height: 1.5em;
  color: #ffffff!important;
  background-color: #92919478;
}


/* Spacer */
.spacer {
  width: 100%;
  height: 100px;
  background-color: #84aece!important;

  display: flex;
  align-items: center;
  justify-content: center;}

.spacer h2 {
  font-family: 'Alice',Georgia,"Times New Roman",serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* Services */
.services .col-lg-4 {
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.services h1 {
  font-family: 'Alice',Georgia,"Times New Roman",serif;
  font-size: 42px;
  color: #84aece!important;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

.services h2 {
  font-weight: 400;
}


.reachus {
  width: 80%;
  /*min-height: 721px;*/

  padding-top: 48px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}


.reachus .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.reachus h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.reachus .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.reachus h2 {
    font-family: 'Alice',Georgia,"Times New Roman",serif;
    font-size: 36px;
    color: #84aece!important;
}

.reachus h4 {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,.75);
  font-weight: 600;
  padding-bottom: 10px;
}

.reachus p {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,.5);
  /*margin-bottom: 8px;*/
}


.contactus {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;

  /*min-height: 721px;*/
}

.contactus h1 {
  font-family: 'Alice',Georgia,"Times New Roman",serif;
  font-weight: normal;
  text-transform: none;
  font-size: 36px;
  color: #84aece!important;
}


.contactus input, textarea {
  border-width: 1px;
  border-color: rgba(0,0,0,0.12);
  border-style: solid;
  border-radius: 0 !important;

  font-size: 16px;
  font-family: 'Open Sans',sans-serif;

  color: #999;

  padding: 16px;
  margin-bottom: 36px;
}

.contactus input[type="submit"] {
  height: 56px;
  padding: 4px 14px;
  color: #FFFFFF!important;
  border-width: 12px!important;
  border-color: #ff9696;
  border-radius: 30px !important;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 600 !important;
  text-transform: uppercase!important;
  background-color: #ff9696;
}


.form-group {
  margin-bottom: 1rem; 
}

.wrapper {
  width: 100%;
  margin-top: 24px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/*
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
*/

/* RESPONSIVE CSS
-------------------------------------------------- */
/*
@media (min-width: 40em) {
  
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
*/