/* Slider */
@import url("//use.fontawesome.com/bb25e8ba47.css");
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 32px;
  padding: 0px 15px;
}
.slick-slider .slick-arrow > div {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.slick-slider .slick-arrow > div i {
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  left: 30px;
}
.slick-slider .slick-arrow > div i.fa-angle-left:before {
  content: "\f053";
}
.slick-slider .slick-arrow > div i.fa-angle-right {
  left: auto;
  right: 30px;
}
.slick-slider .slick-arrow > div i.fa-angle-right:before {
  content: "\f054";
}
.slick-slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -635px;
}
.slick-slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -635px;
}
.slick-slider .slick-dots {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px;
  position: absolute;
  left: 48%;
  bottom: 10px;
}
@media (max-width: 767px) {
  .slick-slider .slick-dots {
    display: none !important;
  }
}
.slick-slider .slick-dots li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.slick-slider .slick-dots li button {
  background: none;
  border: none;
  font-size: 0px;
  margin-right: 5px;
}
.slick-slider .slick-dots li button:after {
  display: block;
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 15px;
  color: #b6b6b6;
}
.slick-slider .slick-dots li.slick-active button:after {
  content: "\f111";
  color: #b6b6b6;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
.verde {
  color: #7EC352;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes openmenu {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}
@keyframes closemenu {
  from {
    left: 0;
  }
  to {
    left: -100vw;
  }
}
@keyframes opensubmenu {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}
@keyframes closesubmenu {
  from {
    left: 0;
  }
  to {
    left: -100vw;
  }
}
@keyframes opensidebar {
  from {
    right: -100vw;
  }
  to {
    right: 0;
  }
}
@keyframes opensidebarBtn {
  from {
    right: -100vw;
  }
  to {
    right: 20px;
  }
}
@keyframes closesidebar {
  from {
    right: 0;
  }
  to {
    right: -100vw;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e8e8e8;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.btn {
  text-transform: uppercase;
  text-align: center;
  background: #92a531;
  color: #fff;
  padding: 5px;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  overflow-y: scroll;
  background: #000;
  line-height: 22px;
}
html body::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
html body::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}
html body::-webkit-scrollbar-thumb:hover {
  background: #3e3d3d;
}
html body::-webkit-scrollbar-thumb:active {
  background: #3e3d3d;
}
html body.active {
  overflow-y: hidden;
  position: fixed;
}
html body.noscroll {
  overflow: hidden !important;
}
html body.view-mobile {
  padding-top: 65px;
}
html body.view-desktop {
  padding-top: 110px;
}
html body a,
html body button {
  text-decoration: none;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  transition: 0.33s all ease;
}
html body a:active,
html body button:active,
html body a:hover,
html body button:hover,
html body a:focus,
html body button:focus {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}
html body p {
  margin-bottom: 10px;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-transform: none;
}
html body h3 {
  margin-bottom: 5px;
  border-bottom: 1px solid #79A1A7;
  padding: 5px 0px;
  font-size: 22px;
}
html body strong,
html body b {
  font-weight: 600;
}
html body main {
  overflow: hidden;
}
html body form fieldset {
  border: none;
  position: relative;
}
html body form input,
html body form textarea,
html body form select {
  width: 100%;
  height: 35px;
  border: none;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
html body form textarea {
  height: auto;
}
html body form .input-group {
  position: relative;
}
html body form .input-group-btn {
  position: absolute;
  right: 5px;
  top: 0px;
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
html body form .input-group-btn button {
  background: none;
  border: none;
}
html body form .btn-faq {
  background: #634AF4 !important;
}
html body form.searchForm {
  margin-top: 20px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html body form.searchForm input {
  width: 68%;
}
html body form.searchForm input.btn {
  cursor: pointer;
  width: 15%;
}
html body form.searchForm input.btn.btn-all {
  background: #bbb;
}
@media (max-width: 767px) {
  html body form.searchForm {
    padding: 0 10px;
  }
  html body form.searchForm input {
    width: 50%;
  }
  html body form.searchForm input.btn {
    width: 25%;
  }
}
html body.homepage {
  padding-top: 0px;
}
.hidden {
  display: none;
}
#ajaxBusy {
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #C3002F;
  z-index: 9999;
  font-size: 0;
}
#ajaxBusy:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 5px;
  background-color: #e8e8e8;
  animation: loading 2s linear infinite;
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
#loading {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
#loading i {
  color: #e8e8e8;
}
header#header.sticky {
  width: 100%;
  height: auto;
  border-bottom: none;
  background-color: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
}
header#header.sticky nav.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0px;
  background-color: #fafafa;
}
header#header.sticky nav.navbar .navbar-header span {
  top: -15px;
  left: 55px;
  font-size: 13px;
}
header#header.sticky nav.navbar .navbar-right {
  margin-top: 3px;
}
header#header.sticky nav.navbar .navbar-brand {
  height: 30px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 18px;
  color: #3e3d3d;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
header#header.sticky nav.navbar .navbar-brand img {
  height: 45px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  header#header.sticky nav.navbar .navbar-brand {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  body.home .centro {
    margin-top: 0px;
  }
}
header {
  position: absolute;
  top: 0px;
  left: calc(50% - 485px);
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  header {
    left: calc(50% - 175px);
  }
  header .brand {
    position: absolute;
    top: -92px;
  }
  header .brand img {
    max-width: 150px;
  }
}
header .cabecera {
  padding: 10px 0;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  header .cabecera {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .cabecera img {
    max-height: 50px;
    width: auto;
  }
}
header .cabecera .cablogo {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
header .cabecera p {
  margin-bottom: 4px;
  color: #262324;
}
header .cabecera p a {
  color: #262324;
}
header .cabecera p a:hover {
  color: #262324;
}
header .cabecera .logo-empresas img {
  max-width: 220px;
  height: auto;
}
a.hamburger {
  display: none;
}
@media (max-width: 767px) {
  a.hamburger {
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: auto;
    text-align: center;
    padding: 10px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  a.hamburger i {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
  }
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 0px;
  }
}
.general .centro {
  margin-top: 30px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.general .centro .col-izq {
  width: calc(25% - 25px);
  margin-right: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: fit-content;
}
@media (max-width: 767px) {
  .general .centro .col-izq {
    position: initial;
    top: auto;
    height: auto;
    display: none;
  }
}
.general .centro .col-der {
  width: 75%;
}
@media (max-width: 767px) {
  .general .centro .col-der {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
}
#sidebar-wrapper {
  background: #252525;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 20px 0;
  display: none;
}
@media (max-width: 767px) {
  #sidebar-wrapper {
    display: block;
  }
}
#sidebar-wrapper .close-menu {
  display: none;
}
#sidebar-wrapper ul li a {
  color: #bbb;
  font-size: 15px;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #1a1a1a;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
  padding: 5px;
  padding-left: 10px;
  display: block;
}
#sidebar-wrapper ul li a i {
  color: #bbb;
  margin-right: 5px;
}
#sidebar-wrapper ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#sidebar-wrapper ul li:first-of-type a {
  border-top: none;
}
@media (max-width: 767px) {
  #sidebar-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #252525;
    left: -100vw;
    z-index: 9999;
    margin: 0px;
  }
  #sidebar-wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
  }
  #sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #b6b6b6;
  }
  #sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background: #3e3d3d;
  }
  #sidebar-wrapper::-webkit-scrollbar-thumb:active {
    background: #3e3d3d;
  }
  #sidebar-wrapper ul li {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid black;
    padding: 15px;
  }
  #sidebar-wrapper ul li a {
    border: none;
    padding: 0px;
  }
  #sidebar-wrapper ul li .fa {
    display: none;
  }
  #sidebar-wrapper.openmenu {
    animation-name: openmenu;
    animation-duration: 500ms;
    left: 0;
  }
  #sidebar-wrapper.closemenu {
    animation-name: closemenu;
    animation-duration: 500ms;
    left: -100vw;
  }
  #sidebar-wrapper .close-menu {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #252525;
    color: #fff;
    padding: 11px;
    padding-top: 12px;
  }
  #sidebar-wrapper .close-menu .fa {
    font-size: 26px;
    color: #fff;
  }
}
.box-banner {
  max-height: 600px;
  overflow: hidden;
}
.box-banner a {
  overflow: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .box-banner a {
    height: auto;
  }
}
.box-banner a img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .box-banner a img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.box-banner a:hover {
  opacity: 1;
}
.galeria {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.galeria li {
  margin: 5px ;
}
.galeria li img {
  max-width: 215px;
}
@media (max-width: 767px) {
  .galeria {
    display: block;
  }
  .galeria li img {
    max-width: 100%;
  }
}
#pie_datos {
  background: #79A1A7;
  color: #3e3d3d;
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
}
#pie_datos .container {
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #pie_datos .container {
    display: block;
  }
}
#pie_datos .container > div {
  max-width: 40%;
}
@media (max-width: 767px) {
  #pie_datos .container > div {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#pie_datos .container > div .fa {
  font-size: 24px;
  margin-left: 5px;
}
.mfp-bg {
  opacity: 0.98 !important;
}
.menu li {
  font-size: 18px;
  border-bottom: 1px solid #79A1A7;
  margin-bottom: 15px;
  padding: 5px;
}
.contEspacios {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contPlantas {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contPlantas {
    display: block;
  }
}
.contPlantas .planta {
  text-align: center;
}
.contPlantas .planta img {
  max-width: 200px;
}
.towCols {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .towCols {
    display: block;
  }
}
.towCols > div {
  width: 50%;
}
.towCols > div:first-of-type {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .towCols > div {
    width: 100%;
  }
  .towCols > div:first-of-type {
    margin-right: 0;
  }
}
