/*
Theme Name: Void
Theme URI: https://wordpress.org/themes/void/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Void is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Void will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: void

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";
body {
	font-family: 'Roboto Slab', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	overflow-x:hidden;
}

.esqueleto {
	width: 100%; /* 1113px; */
	margin: 0 auto;
	position: relative;
}
@media (max-width: 970px) {
.esqueleto {
    width: auto;
    padding: 0;
    margin: 0;
  }
}
/*
*  CABECERA
*/

.site-header-main {
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
	background:#FFFFFF;
}

.site-branding {
	height:54px;
}
h1 {
	margin:0!important;
}

.logo {
	padding-top:10px;
}

/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0;
	background:#ffffff;
	min-height: 43px;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
	margin-top:0;
}
.container-menu {
	text-align:center;
}
.menu-item {
	width:auto;
	padding:0;
}

@media (min-width: 768px) {
	.menu-item {
		display:inline;
	}
}

.site-header-menu.toggled-on .menu-item {
	disply:inherit!important;
	width:100%;
}

.site-header-menu a, .site-header-menu a:focus, .site-header-menu a:visited{
	line-height:43px;
	color:#FFFFFF;
	font-size:17px;
	text-decoration:none;
}

.site-header-menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.navbar-nav{
	margin:0!important;
}


.main-navigation {
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
}
	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 11px;
		margin: 8px 1px 0 0px;
		padding: 0;
		height:46px;
		font-family: 'Roboto Slab', sans-serif;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 46px;
		line-height: 46px;
		position: relative;
	}

	.primary-navigation a, .primary-navigation a:focus, .primary-navigation a:visited {
		display: inline-block;
		padding: 0 20px;
		font-size:18px;
		height:46px;
		white-space: nowrap;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
	}
	
	.primary-navigation a:hover {
		text-decoration:none;
	}
	/*.primary-navigation .current-menu-item > a,
	.primary-navigation .current-menu-ancestor > a */
	.primary-navigation .current-menu-item > a, .primary-navigation .current-menu-item > a:focus, .primary-navigation .current-menu-item > a:visited {
		background-color: #000000;
		font-weight:bold;
		font-size: 16px;
		color: #FFFFFF;
	}
	.primary-navigation .current-menu-ancestor > a {
		font-weight:bold;
		background-color: #000000;
		color: #FFFFFF;
		
	}


	.primary-navigation ul ul {
		background-color: #000000;
		float: left;
		margin: 0;
		position: absolute;
		top: 40px;
		/*left: -999em;*/
		display:none;
		z-index: 99999;
		width:100%;
		padding:0 0 15px;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: 25px;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a, .primary-navigation ul ul a:focus, .primary-navigation ul ul a:visited {
		padding: 6px 12px 6px 20px;
		white-space: normal;
		width:100%;
		text-align:left;
		font-size:14px;
		line-height: 25px;
		/*width: 176px;*/
		color:#FFFFFF;
		font-weight:300;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #000000;
		color: #fff;
		font-weight:bold;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #000000;
		text-decoration:none;
	}

	.primary-navigation ul li:hover  ul,
	.primary-navigation ul li.focus  ul {
		left: auto;
		display:block;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		/*padding-right: 20px;*/
		width: 168px;
	}


/**
 * 11.1 - Header
 */


.menu-toggle {
	background-color: transparent;
	border: none;
	outline:none;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 2em;
	margin: 0;
	padding: 10px 20px;
	position:absolute;
	top:5px;
	right:5px;
	z-index:30;
}
.no-js .menu-toggle {
	display: none;
}


.menu-toggle:hover,
.menu-toggle:focus {
}

#site-navigation {
	position:relative;
	display:inline-block;
	width:100%;
}

.logo-container {
	z-index:10px;
}


/*
*  CONTENIDO
*/

#content {
	/*padding-top:54px;*/
}

.full-width {
	width:100%!important;
}

#background_home {
	display:none;
	width:100%;
	height:712px;
	position: relative; 
	overflow:hidden;
}
#background_home img {
	margin:0 auto;
	width:100%;
}


#home { 
/*
	background: url(images/somos-cloud.jpg) 50% 128px fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
	margin: 0 auto; 
	width: 100%; 
	height:712px;
	overflow:hidden;
	min-height:100%;
	position: relative; 
	/*padding:56px 0 15px 0;*/
	padding:0px;
	background: url(images/bg_home.jpg) 50% 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
}




#content-home {
	
	display:inline-block;
	width:100%;
	height:100%;
	/*min-height:712px;*/
	padding-bottom:0px;
	position:absolute;
	bottom:0;
}





#content-home h2 {
	display:none;
	font-size:48px;
	line-height:60px;
	text-align:center;
	margin:70px 0;
}

p.texto-home{
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 105px;
	color: #000000;
	line-height: 90px;
	margin-top:0px;
	text-align:center;
}

#content-home a.arrow-scroll {
	width:62px;
	height:62px;
	margin:0px auto 0;
	display:block;
	position:relative;
	top:620px;
}


@media screen and (max-width: 360px) {
	#content-home .esqueleto div {
		padding:0;
	}
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}




/* PRODUCTOS */

.dmasmarty {
	position:absolute!important;
	height:100%;
	padding:0;
	background-image: linear-gradient(-180deg, #E1E1E1 0%, #FEFEFE 24%, #FFFFFF 76%, #EEEEEE 100%);
}
#franja-opacidad {
	position:absolute;
	top:271px;
	height:118px;
	background: rgba(255,255,255,0.90);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	z-index:10;
}
#bloque-img-franja-opacidad {
	position:absolute;
	top:271px;
	right:0;
	left:0;
	margin:0 auto;
	height:118px;
	text-align:center;
	z-index:22;
}

#franja-opacidad img{
	position:relative;
	right:50px;
}

#carousel-dma .item {
	text-align:center;
}
#carousel-dma img {
	margin:0 auto;
}

.init-pos-slide {
	right:-1000px;
}






.no-padding-left {
	padding-left:0!important;
}




.site-footer {
	color:#000000;
	font-family: 'Roboto Slab', sans-serif;
	font-weight:600;
	font-size: 12px;
	color: #000000;
	line-height: 30px;
	position:relative;
	z-index:2;
	padding:25px 0 0;
	border-top: 2px solid #EEEEEE;
}
.politicas {
	margin-bottom:0;
	display:inline-block;
	text-align:center;
}
.politicas a {
	padding:0 10px;
	text-decoration:none;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	display:inline-block;
	float:left;
}
.politicas a:hover {
	color: #000000;
	text-decoration:none;
}
.politicas .politica-cookies {
	border-right: 1px solid #dfdfdf;
}
.politicas .politica-privacidad {
	border-left: 1px solid #737373;
}
.lang-select {
	text-align:center;
}
.qtranxs-lang-menu {
	display:inline-block;
}
.lang-select p{
	float:left;
	padding:0 5px;
}
.lang-select .select-value{
	float:left;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	font-weight:300;
	padding:0 5px;
}
.lang-select .select-value a{
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	font-weight:300;
}
.lang-select .select-value a:hover{
	text-decoration:none;
}
.lang-select .select-value.selected a{
	font-weight:600;
}

.site-footer .logo_footer{
	margin:0 auto;
	position:relative;
	display:block;
}





@media screen and (min-width: 768px) {
	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
}

@media screen and (max-width: 979px) {
	
	
	#bloque-img-franja-opacidad {
		top:300px;
	}
	#franja-opacidad {
		top:300px;
	}
	
}



@media screen and (max-width: 767px) {
	
	.site-title {
		padding-top:5px;
		padding-bottom:5px;
		width:100px;
	}
	.site-branding {
		height:70px;
	}
	
	
	#content-home a.arrow-scroll {
		width:50px;
		height:50px;
	}
	
	
	#bloque-img-franja-opacidad {
		top:300px;
	}
	#franja-opacidad {
		top:300px;
	}
	
	p.texto-home {
		font-size: 40px;
		margin-top: 90px;
	}
}

@media screen and (max-width: 479px) {
	
	#content-home a.arrow-scroll {
		width:30px;
		height:30px;
	}
	
}


.no-padding{
	padding:0!important;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


.wpcf7-display-none.alert{
	box-shadow:none;
}

.wpcf7-response-output {
	display: block;
	float: left;
	margin-top: 30px;
	width: 100%;
}
.help-block .alert-warning {
	font-size: 12px;
	margin-top: 10px;
	padding: 10px;
}



.wpcf7-display-none {
    display: none;
}