 *, *:after, *:before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
@media (orientation: landscape) { /*Horizontal*/
  .demo-table, .demo-tablefull, .contenidowrapper {
    width: 70% !important;
	}
		.lanzamiento .actions {
  	display: flex !important;
  	width: inherit !important;
	}
}	

@media (orientation: portrait) { /*Vertical*/
  .demo-table, .demo-tablefull, .contenidowrapper {
    width: 90% !important;
	}
	.lanzamiento .actions {
  	display: table;
  	width: 100%;
	}
}
body {
     margin: 0;
     -webkit-font-smoothing: antialiased;
     font-weight: 200px !important;
  	 letter-spacing: 2px;
}
 input.button {
     text-transform: uppercase !important;
}
 input, textarea, .ck-editor__editable {
     text-transform: none !important;
}
/* .body--dxpr-theme-nav-desktop #navbar.dxpr-theme-header--top {
     border-bottom: 5px solid white;
}*/
 .jarallax-keep-img {
     position: relative;
     z-index: 0;
}
 .jarallax-keep-img > .jarallax-img {
     position: relative;
     display: block;
     max-width: 100%;
     height: auto;
     z-index: -100;
}
 span[data-jarallax-element] {
     display: inline-block;
}
 p ~ div {
     margin-top: 15px;
}
 .jarallax {
     min-height: 600px;
}
 .jarallaxfull {
     min-height: 1000px;
}
 .demo-table, .demo-tablefull, .contenidowrapper {
     display: table;
 		 height: auto;
 		 background-color: rgba(0,0,0,0.5);
 		 color: #fff;
 		 margin: 0 auto;
		 min-height: 600px;
	   padding: 40px 30px;
}
.demo-tablefull {
		 min-height: 1000px !important;
}
 .demo-table-cell {
     display: table-cell;
     text-align: center;
     vertical-align: middle;
}
 .centrado {
     text-align: center;
     vertical-align: middle;
}
 .view-duplicado-de-proyectos .flexslider {
     text-align: center;
     vertical-align: middle;
     max-width: 700px;
     margin: 0 auto;
}
.jarallax h1, .jarallaxfull h1 {
	color: #ffffff;
	/*text-shadow : 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #48daff, 0 0 5px #48daff, 0 0 6px #48daff, 0 0 7px #48daff, 0 0 8px #48daff;*/
	letter-spacing : 5px; 
	margin-bottom: 30px;
}
.jarallaxfull h1 {
	margin-top: 20px;
}
.botonvercompleto, .btn, button.link {
		text-align: center;
  	margin: 3em auto;
}
.vercompleto,
.btn, 
.node-preview-container .node-preview-backlink, 
.button, 
button.link {
  display: inline-block;
  margin: 4em auto;
  padding: 10px 20px;
  border: 2px solid #48daff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin: 30px auto;
  color: #333333;
  background: #fafafa;
  font-size: 26px;
}
.vercompleto:before,
.btn:before, 
.node-preview-container .node-preview-backlink:before, 
.button:before, 
button.link:before {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 52%;
  width: 30px;
  height: 10px;
  border-top: 2px solid #48daff;
  transform: rotate(-65deg);
  transition: all 0.7s ease;
}
.vercompleto:after,
.btn:after, 
.node-preview-container .node-preview-backlink:after, 
.button:after, 
button.link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -22px;
  left: 38%;
  width: 30px;
  height: 10px;
  border-top: 2px solid #48daff;
  transform: rotate(-65deg);
  transition: all 0.7s ease;
}
.vercompleto:hover:before,
.vercompleto:focus:before,
.vercompleto:active:before,
.btn:hover:before, 
.node-preview-container .node-preview-backlink:hover:before, 
.button:hover:before, 
button.link:hover:before {
  transform: rotate(-130deg);
  top: -21px;
  left: 35%;
}
.vercompleto:hover:after,
.vercompleto:focus:after,
.vercompleto:active:after,
.btn:hover:after, 
.node-preview-container .node-preview-backlink:hover:after, 
.button:hover:after, 
button.link:hover:after {
  transform: rotate(-130deg);
  left: 60%;
  bottom: -15px;
}
/*.btn:hover, .node-preview-container .node-preview-backlink:hover, .button:hover, button.link:hover {
  color: #333333;
  background-color: #fafafa;
  border-color: #48daff;
}*/
.btn-check:checked + .btn, .node-preview-container .btn-check:checked + .node-preview-backlink, .btn-check:checked + .button, .btn-check:checked + button.link, :not(.btn-check) + .btn:active, .node-preview-container :not(.btn-check) + .node-preview-backlink:active, :not(.btn-check) + .button:active, :not(.btn-check) + button.link:active, .btn:first-child:active, .node-preview-container .node-preview-backlink:first-child:active, .button:first-child:active, button.link:first-child:active, .btn.active, .media-library-view--widget .view-header a.btn.is-active, .node-preview-container .active.node-preview-backlink, .node-preview-container .media-library-view--widget .view-header a.node-preview-backlink.is-active, .media-library-view--widget .view-header .node-preview-container a.node-preview-backlink.is-active, .active.button, .media-library-view--widget .view-header a.button.is-active, button.active.link, .btn.show, .node-preview-container .show.node-preview-backlink, .show.button, button.show.link {
  color: #333333;
  background-color: #fafafa;
  border-color: #48daff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, a.bg-primary:hover, a.bg-primary:focus {
  color: #fff;
  background-color: #48daff;
  border-color: #fafafa;
}
.btn:hover, .node-preview-container .node-preview-backlink:hover, .button:hover, button.link:hover {
  color: #fff;
  background-color: #48daff;
  border-color: #fafafa;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  color: #333333;
}
.path-proyecto .page-title-container h1.page-title, .path-proyectos .page-title-container h1.page-title {
	text-align: center;
	display: none !important;
}
.path-proyecto .page-title-full-width-container {
  margin-bottom: 0px;
}
.flex-direction-nav a {
  height: 50px !important;
}
.flex-control-nav {
  bottom: -50px !important;
}
.lasfotos {
	margin: 30px 0;
}
.path-proyecto .content-bottom-container {
	margin-top: 30px;
}
.ck.ck-editor__editable_inline {
  color: black;
}
.path-blog .demo-table-cell {
  text-align: justify;
}
.path-blog .demo-table-cell h1, .path-blog .demo-table-cell .escritopor, .path-blog .demo-table-cell .botonvercompleto {
	text-align: center;
}
.wrap-messages {
	text-transform: none;
	font-family: "Bebas Neue";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1;
}
ul.menu a.is-active {
  color: #363636;
}
.view-header h1.text-align-center {
	margin: 20px;
}
.flex-control-paging li a {
  background: #dfdfdf;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
}
.flex-control-paging li a:hover {
  background: #eaeaea;
  background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}
ul.menu.nav.navbar-nav {
    background-image: linear-gradient(bottom, rgb(0,0,0) 8%, rgb(0,0,0) 77%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(0,0,0) 77%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(0,0,0) 77%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(0,0,0) 77%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(0,0,0) 77%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.08, rgb(0,0,0)),color-stop(0.77, rgb(0,0,0)));
    border: 1px solid #222222;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 #4D4D4D inset;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.menu.nav.navbar-nav li {
    float: left;
    list-style: none outside none;
}

ul.menu.nav.navbar-nav li a {
    border-left: 1px solid #4D4D4D;
    border-right: 1px solid #111111;
    color: #FFFFFF;
    display: block;
    /*font-family: Arial,Helvetica;*/
    font-size: 13px;
    padding: 0 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
}

ul.menu.nav.navbar-nav li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
.dxpr-theme-header--top #dxpr-theme-main-menu .nav > li > a, .dxpr-theme-header--top #dxpr-theme-main-menu .nav > li > span, .dxpr-theme-header--side #dxpr-theme-main-menu .nav a, .dxpr-theme-header--side #dxpr-theme-main-menu .nav span, .body--dxpr-theme-nav-desktop .dxpr-theme-header--top .nav .dropdown-menu li > a, .body--dxpr-theme-nav-desktop .dxpr-theme-header--top .nav .dropdown-menu li > span {
  font-size: 20px;
}
.body--dxpr-theme-nav-desktop .dxpr-theme-header--top .nav {
  float: none;
}
.dxpr-theme-header .dropdown-menu {
  top: 99%;
}
#navbar.dxpr-theme-header--hover-opacity .menu .active > a, #navbar.dxpr-theme-header--hover-opacity .menu a:hover, #navbar.dxpr-theme-header--hover-opacity .menu a:focus, #navbar.dxpr-theme-header--hover-opacity .menu a.is-active {
  opacity: 0.5;
}
.sk-cube-grid .sk-cube {
  background-color: #48daff;
}
article.pagina.full.clearfix.node h2 {
	display: none;
}
article.pagina.full.clearfix.node div.content div.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2 {
	display: block;
  text-align: center;
  margin-bottom: 30px;
}
h1.page-title {
	text-align: center;
}
.path-us  div.wrap-containers div.main-container {
	letter-spacing: 4px;
	font-size: 24px;
	line-height: 2;
}
.video_vimeo {
	text-align: center;
}
.imagenpartner {
	margin-bottom: 15px;
}
.page-node-81 .imagenpartner img {
	height: 200px;
}
.page-node-82 .imagenpartner img {
	height: 100px;
}

.header-social-icons ul {
    padding:0;
    list-style: none;
    margin: 0;
}
.header-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
    background: #48daff;
}
.header-social-icons .social-icon {
    color: #fff;
}
.header-social-icons ul.social-icons {
    margin-top: 0px;
}
.header-social-icons .social-icons li {
    vertical-align: middle;
    display: inline;
    height: 100px;
}
.header-social-icons .social-icons a {
    color: #fff;
    text-decoration: none;
}
.header-social-icons .fa-facebook-f {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #48daff;
}
.header-social-icons .fa-facebook-f:hover {
    background-color: #4267B2;
}
.header-social-icons .fa-x-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #48daff;
}
.header-social-icons .fa-x-twitter:hover {
    background-color: #000000;
}
.header-social-icons .fa-tiktok {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #48daff;
}
.header-social-icons .fa-tiktok:hover {
    background-color: #ff0050;
}
.header-social-icons .fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #48daff;
}
.header-social-icons .fa-instagram:hover {
    background-color: #833AB4;
}
.header-social-icons .fa-linkedin-in {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #48daff;
}
.header-social-icons .fa-linkedin-in:hover {
    background-color: #0077B5;
}
.header-social-icons .fa-vimeo-v {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #48daff;
}
.header-social-icons .fa-vimeo-v:hover {
    background-color: #86c9ef;
}
#secondary-header {
  padding-top: 0;
  padding-bottom: 0;
}
.dxpr-theme-main-menu.dxpr-theme-menu--has-children.menu--open, .dxpr-theme-main-menu.dxpr-theme-menu--has-children.menu--open .region-navigation-collapsible ul {
background-color: #000000;
}
nav#dxpr-theme-main-menu.dxpr-theme-main-menu.dxpr-theme-menu--has-children.menu--open nav.menu__breadcrumbs a {
background-color: #48daff;
}
.form-control {
  color: lightgray;
  font-size: 1.5rem;
}
.path-inventario .page-title-full-width-container {
  margin-bottom: 0px !important;
}
.espacio {
  margin: 5px;
}
div.verde {
color: green !important;
}
div.rojo {
color: #48daff !important;
}
.form-control:focus {
  color: lightgray !important;
}
.form-select {
  --bs-form-select-bg-img: none !important;
  font-family: "Bebas Neue";
  font-weight: 400;
  font-style: normal;
  background-color: #333333;
  color: #ffffff;
}
/* Spinner de carga */
.video-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  font-size: 18px;
}

.spinner {
  border: 3px solid rgba(255,255,255,0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Botón de play personalizado */
.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 30px;
  cursor: pointer;
  z-index: 100003;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.custom-play-btn:hover {
  background: white;
  transform: translate(-50%, -50%) scale(1.1);
}

.image-style-clientes {
    filter: 
        drop-shadow(0 0 5px rgba(72, 218, 255, 0.8))
        drop-shadow(0 0 15px rgba(72, 218, 255, 0.6))
        drop-shadow(0 0 25px rgba(72, 218, 255, 0.4));
}
.invisible {
    margin-bottom: 200px !important;
}