@import url(https://fonts.googleapis.com/css?family=Lato|Raleway);
@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy');
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #D438E3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #9C6FBE;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;

}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: #9C6FBE;
  border: 3px solid #9C6FBE;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #D438E3;
  color: #fff;
  text-decoration: none;
  border: 3px solid #D438E3;
}

.btn-light {
  background: #9C6FBE;
  border: 3px solid #9C6FBE;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: #D438E3;
  color: #fff;
  text-decoration: none;
  border: 3px solid #D438E3;
}

.btn-block {
  background: #9C6FBE;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #D438E3;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}
.preloader i {
  color: #9D70BF;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 46px;
  width: 46px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(255, 255, 255, 1);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
/*.navbar-default .nav-wrap {
  width: 50%;
   
  
}*/
@media (min-width: 768px){
.navbar-nav {
    float: left;
      margin: 15px -15px;
}
.social-media {
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 2000;
  
  }
.social-media i {
  font-size: 22px;
}
.social-media ul {
    list-style: none;
    padding: 0;
  }
 
  .social-media ul li a {
    display: inline-block;
    color:#fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
  }
 
  .social-media ul li a:hover {
    background: #FF3839; /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: 10px 40px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }
}
@media(max-width: 767px){
  .social-media {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  
  }
.social-media i {
  font-size: 22px;
}
.social-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .social-media ul li{
    display:inline-block;
    padding:0;
    }
  .social-media ul li a {
    display: inline-block;
    color:#fff;
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
  }
 
  .social-media ul li a:hover {
    background: #FF3839; /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: 10px 40px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }
}
.navbar-default .nav > li > a {
  font-size: 18px;
  color: #eb059c;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Luckiest Guy', cursive;
  /*text-transform: uppercase;*/
  padding: 36px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus
{
  color: #d438e3;
}
.navbar-default .nav > li > a:active {
  color: #d438e3;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #d438e3;
}

.top-nav-collapse {
  background: #fff;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}

.top-nav-collapse .nav > li > a {
  padding: 30px 15px 12px 15px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;

}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    margin-right: 60px;
    margin-left: 60px;
    padding-bottom: 20px;
    background-color: rgba(157,112,191, 0.5);
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Indie Flower', sans-serif;

}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #3335a0b8;;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

    /* ==========================================================================
about Style
========================================================================== */
#about {
  padding: 75px 0 150px 0;
  text-align: center;
  background-color: #f68eff;
  background-image: url(../img/camelot-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#about h2 {
      font-family: 'Luckiest Guy', cursive;
      color: #a900b9;
}
#about h2 span {
  font-weight: 700;
}
#about p{
  color: #fff;
  
}
#about img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Services Style
========================================================================== */
#services {
  background: #f5f5f5;
 /* background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
  padding: 75px 0 50px 0;
  text-align: center;
}
#services h2 {

  color: #000;
  font-family: 'indie flower', sans-serif;

 /* -webkit-text-shadow: 1px 1px 2px black ;
  -moz-text-shadow: 1px 1px 2px black ;
  -ms-text-shadow: 1px 1px 2px black ;
  -o-text-shadow: 1px 1px 2px black ;
  text-shadow: 1px 1px 2px black ;*/
}
#services h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  }
#services p {
  color: #000;
  /*-webkit-text-shadow: 1px 1px 2px black ;
  -moz-text-shadow: 1px 1px 2px black ;
  -ms-text-shadow: 1px 1px 2px black ;
  -o-text-shadow: 1px 1px 2px black ;
  text-shadow: 1px 1px 2px black ;*/
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
  padding: 10px;
  vertical-align: baseline;
  background-color: white;
}
#services .services-box .col-md-4 .media-left p,
#services .services-box .col-md-4 .media-right p,
#services .services-box .col-md-4 .media-body p {
  text-align: left;
 
}
#services .services-box .col-md-4 .media-left h3,
#services .services-box .col-md-4 .media-right h3,
#services .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #000;
  text-align: left;
 
}
#services .services-box .col-md-4 .media-left span,
#services .services-box .col-md-4 .media-right span,
#services .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #000;
 
}

.services-plus{ 
  background-color: #a900b9;
  padding: 75px 0 50px 0;
  text-align: center;
  width: 100%;
}
.services-plus i{
  color: #fff;
}

.services-plus h2 {

  color: #fff!important;
  font-family: 'indie flower', sans-serif;

 /* -webkit-text-shadow: 1px 1px 2px black ;
  -moz-text-shadow: 1px 1px 2px black ;
  -ms-text-shadow: 1px 1px 2px black ;
  -o-text-shadow: 1px 1px 2px black ;
  text-shadow: 1px 1px 2px black ;*/
}
.services-plus h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  }
.services-plus ul {
  color: #fff;
  /*-webkit-text-shadow: 1px 1px 2px black ;
  -moz-text-shadow: 1px 1px 2px black ;
  -ms-text-shadow: 1px 1px 2px black ;
  -o-text-shadow: 1px 1px 2px black ;
  text-shadow: 1px 1px 2px black ;*/
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 75px 0 50px 0;
  text-align: center;
}
#portfolio h2 {
   font-family: 'Luckiest Guy', cursive;
      color: #a900b9;
}
#portfolio p {
  margin-bottom: 40px;
}
/*#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}*/
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
artesano Style
========================================================================== */
#artesano {
  padding: 75px 0 50px 0;
  text-align: center;
}
#artesano h2 {
   font-family: 'Luckiest Guy', cursive;
      color: #a900b9;
}
#artesano p {
  margin-bottom: 40px;
}
/*#artesano .container-fluid {
  padding-left: 0;
  padding-right: 0;
}*/
#artesano .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#artesano .artesano-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#artesano .artesano-box .artesano-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#artesano .artesano-box .artesano-box-caption .artesano-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#artesano .artesano-box .artesano-box-caption .artesano-box-caption-content .project-category,
#artesano .artesano-box .artesano-box-caption .artesano-box-caption-content .project-name {
  padding: 0 15px;
}
#artesano .artesano-box .artesano-box-caption .artesano-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#artesano .artesano-box .artesano-box-caption .artesano-box-caption-content .project-name {
  font-size: 18px;
}
#artesano .artesano-box:hover .artesano-box-caption {
  opacity: 1;
}


    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 75px 0 50px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  font-family: 'indie flower', sans-serif;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 75px 0 50px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}



    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background-image: url("../img/testimonials/Testimonials.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 75px 0 50px 0;
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  /*margin-top: 80px;*/
  text-align: center;
  background-color: #F68EFF;
  background-image: url(../img/contact-bg-camelot.png);

        background-position: bottom;
        background-repeat: no-repeat;
    
}
#contact h2 {
   font-family: 'Luckiest Guy', cursive;
      color: #a900b9;
  color: #fff;
}
#contact  ul{
  color: #fff;

}
#contact li{
  font-size: 19px;
}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

    /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #24242a;
  padding: 10px 0 10px 0;
  text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  font-size: 14px;
  color: #fff;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #fff;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
 
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}
.line{
  height: 1px;
  background-color: #bbbbbb;
  max-width: 460px;
  display: block;
  margin: 60px auto 60px auto;
  }
  .fa-ul li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}
.parallax { 
        /* The image used */
        background-image: url("../img/parallax-camelot.png");

        /* Set a specific height */
        height: 400px; 

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px;
    }
.parallax h2{
  font-family: 'Luckiest Guy', cursive;
  font-size: 45px!important;
  -webkit-text-shadow: 1px 1px 2px black ;
  -moz-text-shadow: 1px 1px 2px black ;
  -ms-text-shadow: 1px 1px 2px black ;
  -o-text-shadow: 1px 1px 2px black ;
  text-shadow: 1px 1px 2px black ;
}

.parallax2 { 
  /* The image used */
  background-image: url("../img/parallax-artesanos.jpg");

  /* Set a specific height */
  height: 400px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}
.parallax2 h2{
font-family: 'Luckiest Guy', cursive;
font-size: 45px!important;
-webkit-text-shadow: 1px 1px 2px black ;
-moz-text-shadow: 1px 1px 2px black ;
-ms-text-shadow: 1px 1px 2px black ;
-o-text-shadow: 1px 1px 2px black ;
text-shadow: 1px 1px 2px black ;
}

@media(max-width: 980px){
  .parallax{
    padding: 0;
  }
  .parallax2{
    padding: 0;
  }
  #owl-hero .item .caption {
 
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Indie Flower', sans-serif;
  font-size: 20px;

}
}
.parallax h2{
  text-transform: uppercase;
  font-size: 35px;
  color: white;
}
.parallax span{
  color: #91DC5A;
}
.parallax-text{
  padding: 100px;
}
@media (max-width: 980px) {
  .parallax-text{
  padding: 10px;
}  
}
@media(min-width: 758px){

.mobile{
  display: none;
}
}
@media(max-width: 490px){
#about {
background-image: none;
}
#contact {
background-image: none;
  }
.icons-about{
  padding:15px 10px;
  
}
}
  
.icons-about{
  padding:15px 50px;
  
}
.icons-about img{
  max-width: 80px;
  margin: auto;
  display: block;

}
.icons-about h1{
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Raleway', sans-serif!important;
}
.icons-about h2{
  text-align: center;
  color: #fff!important;
  font-size: 18px;
  font-family: 'Raleway', sans-serif!important;
}
.leguWsapp{
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 999;
 
}
.leguWsapp img{
  max-width: 60px;
}
.home-legu{
   /* The image used */
        background-image: url("../home-legu-bg.jpg");

        /* Set a specific height */
        height: 750px; 

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px;
}

.home-legu .caption{
 position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    margin-right: 60px;
    margin-left: 60px;
    padding-bottom: 20px;
    
}
.home-legu .caption h1{
  margin-top: 40px;
  color: #D936EC;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Luckiest Guy', cursive;
      text-shadow: 0px 0px 3px #000000;
}
.home-legu .caption img{
  max-width: 250px;
}

.rowGallery {
  margin-bottom: 15px;
}
   /* ==========================================================================
about Style
========================================================================== */
#covid {
  padding: 75px 0 75px 0;
  text-align: center;
  background-color: #fff;
}
#covid h2 {
      font-family: 'Luckiest Guy', cursive;
      color: #a900b9;
}
#covid h2 span {
  font-weight: 700;
}
#covid h3{
  color: #424242;
  
}
#covid h4{
  color: #424242;
}
#covid img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.icons-covid{
  padding:15px 10px;
  
}
}
  
.icons-covid{
  padding:15px;
  
}
.icons-covid img{
  max-width: 70px;
  margin: auto;
  display: block;

}
.icons-covid h1{
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Raleway', sans-serif!important;
}
.icons-covid h4{
  text-align: center;
  color: #424242!important;
  font-size: 18px;
  font-family: 'Raleway', sans-serif!important;
}