/*
Template: Manejo
Author: Andréia Ramos - Confraria da Comunicação
 */

/* General */
.container {
  width: 960px;
  display: block;
  margin: 0 auto;
}

h1, h2, h3, h5, h6, p, a, span {
  font-family: 'Didact Gothic', sans-serif;
}

a {
  text-decoration: none;
}




/* Whatsapp Btn Float */
.btn-whatsapp-float {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 99;
  transition-duration: 400ms;
}

.btn-whatsapp-float:hover {
  bottom: 4.5rem;
}

.btn-whatsapp-float a {
  font-size: 3rem;
  background-color: #000;
  border-radius: 50%;
  box-sizing: border-box;
  padding: .4rem 1rem;
  box-shadow: 1px 1px 6px #0000004a;
  color: #fff;
}

@media only screen and (min-width: 900px) {
  .btn-whatsapp-float {
    right: 4rem;
    bottom: 4rem;
  }
}

/* Up arrow */
.up-arrow {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 1.5em;
}

.up-arrow i {
  font-size: 3em;
  opacity: 0.5;
  color: #d4d4d4;
}

/* Background */
.bg-top {
  background-image: url(../img/horses-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 10px -7px 212px 133px #171717 inset;
}

/* Header */
header {
  padding: 3em 0;
  width: 100%;
}

.logo {
  width: 25%;
  display: inline-block;
}

.logo a img {
  width: 100%;
  height: auto;
}

.desktop-menu {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding: 1.5em 0 0 1.5em;
}

.desktop-menu ul li {
  display: inline-block;
  display: inline-block;
  margin-left: 2.2em;
}

.desktop-menu ul li:first-child {
  margin-left: 0;
}

.desktop-menu ul li a {
  color: #fcfcfc;
  font-weight: 600;
  font-size: .9rem;
}


.desktop-menu ul li a:hover hr {
  width: 100%;
}

.nav-decoration {
  border: 0.05em solid #fcfcfc;
  width: 0.5em;
  margin-left: 0;
  transition: 400ms;
}

.social-icons {
  width: 5%;
  display: inline-block;
  vertical-align: top;
  padding: 1.5em 0 0 0;
}

.social-icons a {
  color: #fcfcfc;
  transition: 200ms;
}

.social-icons a:hover {
  font-weight: bold;
}

.mobile-menu-icon {
  display: none;
  width: 20%;
  text-align: right;
  vertical-align: top;
  margin-top: 1em;
}

.mobile-menu-icon a {
  font-size: 2em;
  cursor: pointer;
  color: #fcfcfc;
}

.mobile-menu {
  background: #f2f2f2;
  padding: 2em;
  margin: 0 auto;
  position: absolute;
  right: 0;
  box-shadow: -3px 3px 12px #5f5f5f;
  display: none;
}

.mobile-menu a {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #000;
}

@media screen and (max-width: 960px) {
  .bg-top {
    box-shadow: none;
  }
  header {
    display: inline-block;
    padding: 1.2em;
    box-sizing: border-box;
  }
  .desktop-menu {
    display: none;
  }
  .social-icons {
    display: none;
  }
  .logo {
    width: 80%;
    box-sizing: border-box;
  }
  .mobile-menu-icon {
    display: inline-block;
  }
}

/* Main */
/* Featured Section */
.featured-box {
  min-height: 600px;
  width: 100%;
}

.featured-content {
  width: 35%;
  padding-top: 3em;
}

.featured-content h2 {
  font-weight: 700;
  color: #fcfcfc;
  font-size: 3.3em;
  line-height: 1.2em;
}

.featured-content hr {
  border: 0.1em solid #fcfcfc;
  margin: 1.5em 0;
  width: 20%;
}

.featured-content p {
  color: #fcfcfc;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 2em 0;
}

.featured-content a {
  text-transform: uppercase;
  color: #000;
  background: #fcfcfc;
  padding: 1em 1em;
  box-sizing: border-box;
  border-radius: 0.5em;
}

/* About Section */
.about-box {
  margin-top: 3em;
}

.about-box h2 {
  font-weight: 700;
  color: #070a0b;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

.about-box hr {
  border: 0.1em solid #000;
  width: 5%;
  margin: 2em auto;
}

.about-content {
  background: #040708;
  color: #fcfcfc;
}

.about-left {
  box-sizing: border-box;
  display: inline-block;
  background-image: url(../img/horse-about.jpg);
  padding: 4em;
  width: 50%;
  text-align: right;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
  min-height: 550px;
  background-position: right;
}

.about-right {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  min-height: 550px;
}

.about-right-content {
  box-sizing: border-box;
  padding: 4em;
}

.about-right-content h3 {
  font-size: 2em;
  line-height: 2em;
}

.about-right-content p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* Media Screen */

@media screen and (max-width: 960px) {
  .container {
    width: auto;
  }
  .about-left {
    width: 100%;
    padding: 0;
    min-height: 200px;
    text-align: center;
    padding-top: 3em;
  }
  .about-right {
    width: auto;
  }
  .about-right-content {
    width: auto;
    padding: 2em;
  }
  .about-right-content h3 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 1em;
  }
  .about-right-content p {
    font-size: 1em;
  }
  .featured-box {
    background-attachment: scroll;
    background-position: top;
    min-height: auto;
  }
  .featured-content {
    width: 100%;
    padding: 3em 1em;
    box-sizing: border-box;
  }
}

























//
