.navbar, .navbar-nav {
  font-family: "Montserrat", sans-serif;
  font-size: 0.975rem;
  font-weight: 600;
}

.navbar, .navbar-collapse {
  text-align: center;
}

.navbar-nav li {
  margin: 0 5px 0 5px;
}

.navbar-nav:hover {
  color: #332A28;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
}

h5 {
  font-family: "Cormorant Garamond", serif;
}

p {
  font-family: "Montserrat", sans-serif;
}

.lightbox-opener, .form-btn {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #F9F5EE;
  background-color: #62524F;
  border: none;
  padding: 10px 16px;
}

.lightbox-opener:hover {
  color: #F9F5EE;
  cursor: pointer;
}

.main-heading {
  font-size: 5.875rem;
}

.nosotros {
  background-color: #62524F;
  color: #F9F5EE;
}

.nosotros-titulo {
  padding-top: 120px;
}

.quienes {
  font-size: 4.875rem;
}

.bajada-nosotros {
  font-size: 1.25rem;
  font-weight: 500;
}

.flecha {
  margin-top: 60px;
  margin-bottom: 70px;
  font-size: 0.875rem;
  text-align: center;
}

.flecha:hover {
  cursor: pointer;
}

.productos {
  color: #332A28;
}

.presupuesto {
  color: #332A28;
  padding-top: 150px;
  text-align: center;
}

.input-row {
  float: left;
  display: block;
}

label {
  font-family: "Montserrat", sans-serif;
  color: #332A28;
}

.footer {
  background-color: #62524F;;
  height: auto;
  margin-top: 10rem;
}

.slogan {
  width: 300px;
  color: #F9F5EE;
  font-size: 0.8rem;
}

.links-footer {
  color: #F9F5EE;
  font-size: 0.975rem;
  font-weight: 400;
  text-decoration: none;
}

.links-footer:hover {
  color: #F9F5EE;
}

.social-icons li {
  list-style: none;
}

.social-icons li a {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #FFFFFF;
  z-index: 1;
}

.social-icons li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.social-icons li a:hover .icon {
  color: #FFFFFF;
  transform: rotateY(360deg);
}

.social-icons li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F00000;
  transition: .5s;
  z-index: 2;
}

.social-icons li a:hover:before {
  top: 0;
}

.social-icons li:nth-child(1) a:before{
  background: #55ACEE;
}

.social-icons li:nth-child(2) a:before {
  background: #3B5999;
}

.social-icons li:nth-child(3) a:before {
  background: #8A3AB9;
}

.btn-wpp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 30px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
  font-size: 30px;
	box-shadow: 2px 2px 3px #262626;
  z-index: 100;
}

.wpp-icono {
	margin-top: 16px;
}

.wpp-icono:hover, .btn-wpp:hover{
  color: #FFFFFF;
}

.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100vh;
  color: #F9F5EE;
}

.parallax-confeccionadas {
  background-image: url("../imgs/confeccionadas/confeccionadas_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax-roller {
  background-image: url("../imgs/roller/roller_1.jpeg");
  height: 600px;
  background-attachment: fixed;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.parallax-panel {
  background-image: url("../imgs/panel-oriental/panel_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 701px 526px;
}

.parallax-romana {
  background-image: url("../imgs/romanas/romana_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax-veneciana {
  background-image: url("../imgs/venecianas/veneciana_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax-vertical {
  background-image: url("../imgs/verticales/vertical_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax-celular {
  background-image: url("../imgs/celulares/celular_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-motorizada {
  background-image: url("../imgs/motorizadas/motorizada_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50%;
}

.parallax-hotelera {
  background-image: url("../imgs/hotelera/hotelera_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax-toldos {
  background-image: url("../imgs/toldos/toldo_1.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
