body {
	font-family: "Open Sans", sans-serif;
}

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

a:hover {
	color: #8f5902;
}

a.btn.btn-primary {
	background-color: #cda45e;
	color: white;
	border-color: #cda45e;
}

a.btn.btn-primary:hover {
	background-color: white;
	color: #cda45e;
}

#header-top {
	font-size: 14px;
	transition: all 0.5s;
	padding: 15px;
	color: #cda45e;
}

#header-top a {
	color: white;
	text-decoration: none;
}

#header.header-scrolled {
	top: 0;
}

#header {
	background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  padding: 15px 0;
  top: 44px;
}

#header .navbar-brand img {
  width: 10%;
  min-width: 50px;
}

#header .navbar-brand h1 {
  color: white;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0;
}

#header button.navbar-toggler {
  border-color: #cda45e;
}

#header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(205, 164, 94, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#header ul.navbar-nav a.nav-link {
  color: white;
}

#header ul.navbar-nav a.nav-link:hover {
  color: #cda45e;
}

.menu-renta2021 {
	color: #cda45e !important;
	font-weight: bold;
}

.menu-renta2021:hover {
	color: white !important;
}

@media (max-width: 395px) {
  #header .navbar-brand h1 {
    font-size: 2rem;
  }
  
  #header .navbar-brand img {
	  width: 10%;
	  min-width: 30px;
  }
  
}

.navbar-collapse.show, .navbar-collapse.collapsing {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.show ul.navbar-nav {
  display: block;
  position: absolute;
  top: 55px;
  right: 25px;
  bottom: 25px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

#header .show ul.navbar-nav a.nav-link {
  color: grey;
}

.close-navbar {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 1rem;
}


#hero {
	background: url(../img/pexels-cadeau-maestro-1170412.jpg) top center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

#hero .container {
	position: absolute;
	top: 50%;
}

#hero h2, #title h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

#hero h2 span {
	color: #cda45e;
}

#hero h3 {
	color: #eee;
	font-size: 22px;
}

#hero .botones a {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: white;
	border: 2px solid #cda45e;
	text-decoration: none;
}

#hero .botones a:hover {
	background-color: #cda45e;
}

#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

@media (max-width: 530px), (max-height: 500px) {
	#hero h2 {
	 font-size: 1.5rem;
	 line-height: 2rem;
	}
	
	#hero h3 {
	 font-size: 0.75rem;
	}
	
	#hero .botones a {
	 font-size: 0.5rem;
	}
}

#title {
  background: url(../img/pexels-cadeau-maestro-1170412.jpg) top center;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

section.fondo {
	background-color: #f7f8f9;
}


.front-section .seccion-titulo h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaaaaa;
	font-family: "Poppins", sans-serif;
}


.front-section .seccion-titulo h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #cda45e;
    margin: 4px 10px;
}

.front-section .seccion-titulo p {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #37423b;
}

/*
#servicios .servicio i {
	font-size: 10rem;
}
*/

.servicio-box {
	background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.servicio-box .servicio-icon {
	color: #cda45e;
}

.servicio-box .servicio-title {
	font-weight: 700;
	font-size: 1.2rem;
}

.servicio-box .servicio-description {
	font-size: 0.95rem;
	line-height: 28px;
}

#parallax {
	height: 20rem;
	background: rgba(12, 11, 9, 0.6);
	color: white;
}

#parallax p {
	font-size: 1.25rem;
}

#opiniones .carousel-item p.opinion-texto {
  font-style: italic;
  font-size: 1.5rem;
}

#footer {
	background: black;
	color: white;
}

#footer .title-footer {
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
}

#footer h3 {
	font-weight: 600;
}

#footer a {
	text-decoration: none;
	color: white;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#footer a:hover {
	color: #cda45e;
}

#footer .footer-bottom {
	font-weight: 300;
  border-top: 1px solid rgba(255,255,255,.5);
}

#footer .redes-sociales a {
	font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .redes-sociales a:hover {
  background: #cda45e;
  color: #fff;
  text-decoration: none;
}