body {
  font-family: 'Ubuntu', sans-serif;
}

/* Slider */
.carousel-indicators {
  justify-content: center;
  top: 90%;
}

.carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
}

.carousel-indicators .active {
  background-color: #E56A5F;
}

.carousel .slide,
.carousel-iner,
.carousel-item {
  height: 540px;
}

.carousel-caption {
  top: 75%;
  padding: 0;
  left: 53%;
}


@media (max-width: 780px){
  .heading-style,
  .heading-style2 {
    font-size: 1rem!important;
  }
  .subheading-style,
  .subheading-style2 {
    font-size: 1rem!important;
  }
  .carousel-item img{
    height: 540px;
    object-fit: cover;
  }
  /* .carousel-caption{
    display: none;
  } */
}

.heading-style2 {
  font-size: 50px;
  line-height: 0px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px!important;
  left: 50%;
  width: 1170px;
  margin-left: -635px;
  text-align: center;
}

.subheading-style2 {
  font-size: 25px;/* 
  line-height: 50px; */
  font-weight: 500;
  color: #fff;
  margin: 0 2rem;
  left: 50%;
  width: 1170px;
  margin-left: -635px;
  text-align: center;
}
/* Variables */

.bg_primary {
  background-color: #281F2B;
}

.bg_secondary {
  background-color: #E56A5F;
}

.btn-primary {
  background-color: #E56A5F;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  line-height: 48px;
  padding: 0 27px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  transition: 0.5s;
}

.btn-secondary,
.btn-primary:hover {
  background-color: white;
  color: #281F2B;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  line-height: 48px;
  padding: 0 27px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none !important;
  transition: 0.5s;
}
.btn-primary:focus,
.btn-primary:active{
  box-shadow: 0 0 0 0.2rem #E56A5F;
  background-color: white !important;
  color: #281F2B !important;
}

.btn-secondary:hover {
  background-color: #281F2B;
  color: white;
}

/* Cards */
.margin_left {
  margin-top: -80px;
}

.card {
  padding: 20px;
  border: none;
  background-color: #281F2B;
  color: white;
  border-radius: 0;
}

.card-body {
  padding: 0;
}

.card-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #362e39;
  padding: 0 0 11px;
  margin-bottom: 15px;
}

.card-subtitle {
  padding-bottom: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.card-text {
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #928e92;
}

.card-img-top {
  padding-bottom: 23px;
}
.card-img-top2 {
  padding-bottom: 23px;
  height: 200px;
  object-fit: cover;
}

/* Parallax1 */
.parallax1 {
  background-image: url('../img/paralax1.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 108px;
  padding-bottom: 108px;
  
}
.parallax2_1 {
  background-image: url('https://mas-mexico.com.mx/wp-content/uploads/2017/08/zacatlan-de-las-manzanas-entre-naturaleza-arquitectura-y-su-tradicional-feria.jpg');
  
  background-size: cover;
  background-position: center;
  padding-top: 108px;
  padding-bottom: 108px;
  
}

.heading-style {
  font-size: 210px;
  line-height: 174px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -6px;
  margin: 0;
  margin: 0 2rem;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
}

.subheading-style {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  margin: 0 2rem;
  left: 50%;
  width: 1170px;
  margin-left: -585px;
}

@media (max-width: 780px){
  .heading-style,
  .subheading-style,
  .carousel-indicators{
    display: none;
  }
}

/* Icons and text */
.heading-style4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 37px;
}

.icon_primary {
  margin-right: 39px;
  margin-bottom: 39px;
  background: #e7695b;
  border: 1px solid #e7695b;
  color: white;
  font-size: 36px;
  line-height: 103px;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  text-align: center;
  float: left;
}

.item-title {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 9px;
}

.item-text {
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #928e92;
}

/* Parallax2 */
.parallax2 {
  background-image: url('../img/paralax2.jpg');
  background-attachment: fixed;
  padding-top: 108px;
  padding-bottom: 108px;
  
  background-size: cover;
  background-position: center;
}

/* Gallery */
.gallery {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}

.img_gallery {
  width: 100%;
  margin-top: 1.5rem;
  height: 20vh;
  object-fit: cover;
}

.heading-style3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 37px;
}

/* Testimonials */
.client-img {
  margin-right: 40px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 0 30px 9px 0;
  max-width: 50%;
}

.item-box2 {
  overflow: hidden;
  padding-top: 13px;
}

.item-text2 {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: white;
}

.card2 {

  border: none;
  background-color: #281F2B;
  color: white;
  border-radius: 0;
}

.card-subtitle2 {

  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.card-date {
  border-bottom: 1px solid #362e39;
  display: block;
  font-style: italic;
  margin-bottom: 14px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #928e92;
}

/* Parallax3 */
.parallax3 {
  background-image: url('../img/paralax3.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 108px;
  padding-bottom: 108px;
  position: relative;
  z-index: 1;
}

.parallax3:after{
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
} 

@media (max-width: 780px){
  .parallax1,
  .parallax2,
  .parallax3{
    background-attachment: local;
  }
}


.numbers-text {
  color: white;
  font-weight: 300;
  text-align: center;
}

.numbers-text__number {
  background: transparent;
  border: none;
  color: white;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0 0 16px;
  position: relative;
}

.numbers-text__number::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: '';
  width: 100%;
  max-width: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.numbers-text__text {
  color: white;
  font-size: 18px;
  line-height: 1.2307;
}
.footer-text__text {
  color: white;
  font-size: 14px;
  line-height: 1.2307;
}

/* Footer */
footer {
  padding-top: 61px;
  padding-bottom: 1rem;
}

.social_media_ico {
  color: white;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social_media_ico:hover {
  color: #E56A5F;
  background-color: white;

}

/* Back to top */

.back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
}

.back-top a {
  display: block;
  font-size: 42px;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mural{
  background-image: url('../img/mural.png');
  background-position: center;
  background-size: cover;
  height: 30vh;
}
.mod{
  display: inline-block;
  margin: 0;
  
}

