@charset "UTF-8";
/* CSS Document */

/*
 * Primary #327089
 * Secondary #311627 
 * Light #a02d70
 */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	color: #474a4f;
  text-align: justify;
	font-family: "Open Sans", Sans-Serif;
}

section{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sticky{
  padding: 7px 0px;
  font-size: 13px;
  background-color: rgb(49,22, 39); /* #311627 */
  color: #FFF;
}

#sticky .bx{
  margin-top: 5px;
  font-size: 16px;
}

#sticky a{
  color: #FFF;
}

#bg-video{
  position: absolute;
  top: 38px;
  left: 0;
  width: auto;
  height: 100vh;
  z-index: -9999;
}

#header{
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(49, 22, 39, 0.8);
}

#header .logo{
  padding: 12px 0px;
}

#header .logo img{
  height: 45px;
}

#header ul.nav{
	float: left;
}

#header ul.nav li{
	padding: 23px 24px;
	color: rgba(255, 255, 255, 0.9);
}

#menu ul.nav li a,
#header ul.nav li a{
  font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	transition: all 0.5s ease;
}

#menu ul.nav li a.active,
#header ul.nav li a.active{
	color: #FFF;
}

#menu ul.nav li a:hover,
#header ul.nav li a:hover{
	color: #FFF;
	text-decoration: none;
}

#header ul.dropdown-menu{
	margin-top: 0px;
  border-radius: 0;
  border: 1px solid #DDDDDD;
	background-color: #FFF;
	width: 260px;
	padding: 20px 15px;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

#header ul.dropdown-menu li{
	padding: 5px 15px;
	width: 100%;
}
#header ul.dropdown-menu li a{
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: 500;
}

#header ul.dropdown-menu li a:hover{
	color: #000;
}

#header .dropdown .dropdown-menu {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

#header .dropdown:hover .dropdown-menu {
	display: block;
}

.navigation {
	z-index: 999999;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	max-width: 1440px;
	background-color: #000;
	text-align: center;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
}
.nav-open .navigation {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.navigation a.links{
	position: absolute;
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	left: 15px;
	top: 15px;
}

.navigation a.top-right{
	position: absolute;
	color: #FFF;
	font-size: 24px;
	right: 15px;
	top: 20px;
}

.navigation a.scroll.links{
	position: static;
	font-weight: normal;
	font-size: 16px;
}

.navigation a.links:hover{
	text-decoration: none;
}

.navigation .icons{
	position: absolute;
	right: 15px;
	top: -20px;
}

.navigation .icons i[class*="bx-"]{
	color: #FFF !important;
}

.logo-menu{
	position: relative;
	margin: 0 auto;
	padding: 0 auto;
	top: 15%;
}

.logo-menu img{
	height: 50px;
}

.mmenu {
	position: relative;
	top: 45%;
	width: 100%;
	margin: 0;
	padding: 50px 0px 50px 0;
	list-style: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.mmenu > li > a {
	display: inline-block;
	padding: 7px 0;
	color: #FFF;
	font-family: "Open Sans", Sans-Serif;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 400;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-property: color, background-color, box-shadow, transform;
}

.mmenu > li > a:hover{
	text-decoration: none;
	color: #D69A3A !important;
}

.mmenu > li > a.current:before {
	width: 100%;
}

.mmenu i[class*="bxl-"]{
	font-size: 24px !important; 
	margin-right: 5px;
}

.mmenu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmenu .sub-menu li{
	padding: 5px 10px 5px 10px !important;
	/* border-left: 2px solid #FFF !important; */
}

.mmenu .sub-menu a {
	color: #FFF;
	font-size: 16px;
	padding: 4px 0;
	font-weight: 400;
}

.mmenu .sub-menu .sub-menu a {
	font-weight: 400;
	opacity: 0.7;
}
.mmenu > li > .current + ul {
	display: block;
}

#header .icons a.links{
	float: right;
	color: #FFF;
	display: block;
	padding: 15px 0px;
	font-size: 32px;
	font-weight: bold;
}

#header #count{
	font-family: "MaisonNeue Regular", Georgia, serif;
	position: relative;
	overflow: hidden;
	top: -40px;
	right: -15px;
	background-color: #D69A3A;
	display: block;
	width: 20px;
	height: 20px;
	color: #FFF !important;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	padding: 0 !important;
	line-height: 22px;
}	

#cover{
	height: 750px;
  padding-top: 40px;
  background-color: rgba(49, 22, 39, 0.8);
  color: #FFF;
}

#cover h1{
  font-family: "Lato";
  color: #FFF;
  font-size: 4rem;
  font-weight: 700;
  margin-top: 160px;
}

#servicios,
#nosotros{
  padding: 60px 0px;
}

.breadcrumb{
  background-color: transparent;
  margin-top: 10px;
}

#servicios .servicio{
  background-color: rgba(50, 112, 137, 0.1);
  padding: 30px;
  transition: all 0.5s ease;
  min-height: 325px;
    position: relative;
}

#servicios .servicio::before{
  content: '';
  height: 3px;
  width: 20px;
  position: absolute;
  left: 0px;
  bottom: 0;
  background-color: #195269;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#servicios .servicio:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-15px);
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(50, 112, 137, 1);
  color: #FFF;
}

#servicios .servicio:hover::before {
  width: 100%;
  height: 4px;
}

#servicios .servicio:hover h4,
#servicios .servicio:hover a{
  color: #FFF;
}

#servicios .servicio .bx{
  font-size: 16px;
  position: relative;
  top: 3px;
}

#servicios .servicio .bx.bx-lg{
  font-size: 32px;
  position: relative;
  top: 12px;
}

#header .container-fluid,
#footer .container-fluid,
#sticky .container-fluid,
#cover .container-fluid,
#servicios .container-fluid{
  max-width: 1420px;
}

#servicios,
#nosotros{
  background-color: #FFF;
}

.servicio-especial{
  height: 500px;
}

.accordion .card .card-header{
  background-color: #FFF;
}

.accordion .card{
  background-color: #FFF;
  border-radius: 0;
  border: 0px;
  border-top: 1px solid #DDDDDD;
}

.accordion .card-header h6 a{
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-icon[aria-expanded="true"] .bx-chevron-down {
  transform: rotate(180deg);
  transition: 0.5s;
}

.accordion-icon[aria-expanded="false"] .bx-chevron-down {
  transform: rotate(0deg);
}

.accordion-icon .bx-chevron-down {
  font-size: 20px;
}

#contacto iframe{
  width: 100%;
  height: 700px;
  border: 0;
}

#nosotros{
  margin-bottom: 30px;
}

#nosotros #img1{
  width: 70%;
  height: auto;
}

#nosotros #img2{
  position: absolute;
  width: 65%;
  height: auto;
  top: 280px;
  left: 180px;
}

#footer{
  padding: 90px 20px 60px 20px;
  background-color: #2e2f31;
  color: #FFF;
  background-image: url("img/bg-footer.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 540px;
  
}

#footer .list-unstyled{
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 12px;
  margin-bottom: 30px;
}

#footer .list-unstyled li{
  margin-bottom: 7px;
}

#copyright{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #2e2f31;
  color: #FFF;
  font-size: 13px;
  padding: 15px 0px;
}

#footer a{
  color: #FFF;
}

#footer .footer-logo{
  height: 50px;
}

.form-control{
  padding: 15px 20px !important;
  height: auto;
  border-radius: 0;
}

#lamparas-menu{
  background-color: #FFF !important;
	z-index: 999;
	padding: 30px;
	position: absolute;
	top: 166px;
	display: none;
}

#lamparas-menu img{
  max-width: 100%;
}

.sticky{
  position: sticky !important;
  top: 0;
}

.btn-primary{
  color: #FFF;
  background-color: #a02d70;
  border: 2.5px solid #a02d70;
  border-color: #a02d70;
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
}

.btn-primary:hover{
  background-color: #86255e;
  border: 2.5px solid #86255e;
  border-color: #86255e;
}

.text-primary{
  color: #a02d70 !important;
}

.bg-secondary.bg-waves{
  background-image: url("img/bg-waves-white.svg");
  background-size: cover;
}

.bg-waves{
  background-image: url("img/bg-waves.svg");
  background-size: cover;
}

.thumb{
  margin-bottom: 10px;
}

.info{
  padding: 0px 15px 10px 15px;
}

.bg-secondary{
  background-color: #311627 !important;
}

.bg-light{
  background-color: rgba(49,22, 39, 0.2) !important;
}

.btn-outline-dark{
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
  font-weight: bold;
}

#form{
  padding: 30px;
}

#form label{
  font-weight: 600;
  margin-bottom: 0;
}

#form input[type="text"],
#form textarea{
  font-size: 14px;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(71, 74, 79, 0.3);
}

#form input[type="text"]:focus,
#form textarea:focus{
  border-bottom: 1px solid rgba(160, 45, 112, 1);
  box-shadow: none;
}

label.error{
  font-size: 13px;
  font-style: italic;
  color: red;
}

.contactForm .form-alert,
.contactForm .form-error,
.contactForm .ajax-loader {
  display: none;
}
.contactForm .ajax-loader {
  margin-left: 10px;
  vertical-align: middle;
}

a{
  color: #000;
  transition: all 0.5s ease;
}

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

h2{
  font-family: "Lato", Sans-Serif;
  font-weight: 600;
  color: #2e2f31;
}

h2 span{
  font-weight: 300;
}

h3{
  font-family: "Lato", Sans-Serif;
  font-size: 32px;
  font-weight: 600;
  color: #2e2f31;
}

h4{
  font-family: "Lato";
  color: #2e2f31;  
  font-weight: 500;
  font-size: 20px;
  transition: all 0.5s ease;
}

h6{
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase; 
  font-size: 13px;
  letter-spacing: 2px;
}

.espacio h5,
.categoria h5,
.producto h5{
  font-family: "Open Sans", Sans-Serif;
  color: #000;
}

.mt-50{
  margin-top: 50px;
}

.mt-150{
  margin-top: 140px;
}

.mt-180{
  margin-top: 200px;
}

.mt-280{
  margin-top: 340px;
}

.mt-300{
  margin-top: 345px;
}

body{
  overflow-x: hidden;
}

@media screen and (max-width: 1200) {
  #form{
    padding: 10px;
  }
}


@media screen and (max-width: 767px) {
  
  #sticky{
    font-size: 12px; 
  }
  
  #cover{
    height: 320px;
  }
  
  #cover h1{
    margin-top: 0px;
    font-size: 40px;
  }
  
  .servicio-especial{
    height: 300px;
  }
  
  #bg-video{
    position: absolute;
    width: auto;
    height: 43vh;
    top: 38px;
    z-index: -9999;
  }
  
  #header ul.nav li{
    padding: 20px 10px;
    color: rgba(40,40,40,0.9);
  }
  
  #form{
    padding: 15px;
  }
  
  #header{
    max-width: 100%;
    margin: 0px 0px;
  }
  
  .mt-150{
    margin-top: 20px;
  }

  .mt-280{
    margin-top: 20px;
  }

  .mt-300{
    margin-top: 0px;
  }
  
  #nosotros #img1{
    width: 70%;
    height: auto;
  }

  #nosotros #img2{
    position: absolute;
    width: 65%;
    height: auto;
    top: 180px;
    left: 130px;
  }
  
  #contacto iframe{
    width: 100%;
    height: 350px;
    border: 0;
  }
  
  html,
  body
  {
    overflow-x: hidden;
  }
}
