/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #938875;
}

a:hover {
  color: #D4C6AD;
  text-decoration: none;
}

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

h1 {
  text-shadow: 3px 3px 7px #ffffff;
}

hr {
    width: 60%;
}


/*--------------------------------------------------------------
# text indent
--------------------------------------------------------------*/
.primeralinea {
    text-indent: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 30px 30px;
  z-index: 10;
  position: relative;
}


#header .logo img {
  padding: 20;
  margin: 20;
  max-height: 80px;
  background-color: rgba(250, 250, 250, 0.5);
}

@media (max-width: 768px) {
  #header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(34, 34, 34, 0.6);
  transition: 0.4s;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #e7decb;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ffffff;
  text-decoration: none;
}

.nav-menu .drop-down > a:after {
  content: "\e9ac";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.nav-menu .active.drop-down > a:after {
  content: "\e9ac";
}

.nav-menu .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: rgba(34, 34, 34, 0.5);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}

.nav-toggle i {
  color: #fff;
  font-size: 18px;
}

.nav-toggle-active {
  right: 275px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#hero .hero-container {
  position: relative;
  bottom: 0;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  background-color: rgba(250, 250, 250, 0.5);
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #222;
}

#hero h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Padre Quiles
--------------------------------------------------------------*/
#hero-pquiles {
  width: 100%;
  height: 40vh;
  background: url("../img/hero-quiles.jpg");
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#hero-pquiles .hero-container-pquiles {
  position: relative;
  bottom: 0;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  background-color: rgba(250, 250, 250, 0.5);
}

#hero-pquiles h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #222;
}

#hero-pquiles h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}


@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  #hero-pquiles {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-pquiles h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #hero-pquiles h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Hero Terren
--------------------------------------------------------------*/
#hero-terren {
  width: 100%;
  height: 40vh;
  background: url("../img/hero-Terren.jpg");
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#hero-terren .hero-container-terren {
  position: relative;
  bottom: 0;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  background-color: rgba(250, 250, 250, 0.5);
}

#hero-terren h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #222;
}

#hero-terren h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}


@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  #hero-terren {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-terren h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #hero-terren h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Hero agenda
--------------------------------------------------------------*/
#hero-agenda {
  width: 100%;
  height: 40vh;
  background: url("../img/hero-agenda.jpg");
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

.hero-agenda-barra {
    background-color: rgba(250, 250, 250, 0.5);
    padding-top: 10px;
}

#hero-agenda .hero-container-agenda {
  position: relative;
  bottom: 0;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  background-color: rgba(250, 250, 250, 0.5);
}

#hero-agenda h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #222;
}

#hero-agenda h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}


@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  #hero-agenda {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-agenda h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #hero-agenda h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Hero Biografia
--------------------------------------------------------------*/
#hero-bio {
  width: 100%;
  height: 40vh;
  background: url("../img/hero-biogra.jpg");
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#hero-bio .hero-container-bio {
  position: relative;
  bottom: 0;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  background-color: rgba(250, 250, 250, 0.5);
}

#hero-bio h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #222;
}

#hero-bio h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}


@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  #hero-bio {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-bio h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #hero-bio h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Obras Publicadas
--------------------------------------------------------------*/
.opublic {
    background-color: #ffffff;
}

.colmarg {
padding-left: 20px;
    padding-top: 10px;
}

/*--------------------------------------------------------------
# Hero Ponencias
--------------------------------------------------------------*/
#hero-ponencia {
  width: 100%;
  height: 40vh;
  background: url("../img/hero-ponencia.jpg");
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#hero-ponencia .hero-container-ponencia {
  position: relative;
  bottom: 0;
  top: 70px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 15px;
  background-color: rgba(250, 250, 250, 0.5);
}

#hero-ponencia h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #222;
}

#hero-ponencia h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 24px;
}


@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  #hero-ponencia {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-ponencia h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #hero-ponencia h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

.section-bg {
  background-color: #e7d5b6;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #d4c6ad;
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 300;
  font-size: 26px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #d4c6ad;
}

.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 30px;
}

.why-us .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.why-us .card-icon {
  text-align: center;
  margin-top: -32px;
}

.why-us .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #938875;
  border-radius: 50%;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.why-us .card-body {
  padding-top: 12px;
}

.why-us .card-title {
  font-weight: 700;
  text-align: center;
}

.why-us .card-title a {
  color: #938875;
}

.why-us .card-title a:hover {
  color: #938875;
}

.why-us .card-text {
  color: #5e5e5e;
}

.why-us .card:hover .card-icon i {
  background: #fff;
  color: #938875;
}

@media (max-width: 1024px) {
  .why-us {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 60px;
}

.faq .faq-list {
  padding: 20px;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #938875;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #938875;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #938875;
  float: left;
}

.contact .info p {
  padding: 0 0 10px 10px;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .social-links a {
  font-size: 22px;
  display: inline-block;
  background: #665e50;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.contact .social-links a:hover {
  background: #665e50;
  color: #fff;
}

@media (max-width: 768px) {
  .contact .social-links {
    text-align: center;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #665E50;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

/*--------------------------------------------------------------
# image quiles
--------------------------------------------------------------*/

.image-quiles {
    padding-right: 20px;
    text-align: center;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.services .icon-box h4 a {
  color: #665E50;
  transition: 0.3s;
}
.services .icon-box:hover h4 a {
  color: #D4C6AD;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
}

.bg-beige {
  background-color: #E7DECB !important;
}

.text-center {
    text-align: center;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

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

  /* Set a specific height */
  min-height: 500px; 

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

@media (max-width: 768px) {
  .parallax {
      image-resolution: from-image;
    text-align: center;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
