/*
Theme Name: Bedomax
Theme URI: http://wordpress.org/themes/bedomax
Author: Bedomax
Author URI: http://wordpress.org/
Description: Sitio de Bedomax
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, yellow

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.
*/

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding:0px;
	margin:0px;
	background-color: #1d3669;
	color:#FFFFFF;
	font-weight:300;
}

.container, .navbar , .row{
	padding:0px !important;


}
div.header{
	background-color: #1d3669;
	color: #1d3669;
	height:136px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	border-bottom:0px Solid #1d3669;
}

div.header .container{
	min-height:88px !important;
}

.header.smaller{
		height:65px !important;
}



.header.smaller div.menu-primary ul li{
	padding-top:1.2em;
}

div.menu-primary ul{
	list-style-type: none;
	margin:0px !important;
	padding:0px !important;
}





div.menu-primary ul li{
	float:left;
	padding-left:1.5em;
	padding-top:1.8em;
	-webkit-transition: padding-top 0.3s;
	-moz-transition: padding-top 0.3s;
	-ms-transition: padding-top 0.3s;
	-o-transition: padding-top 0.3s;
	transition: padding-top 0.3s;
}

div.menu-primary ul li:first-child{
	padding-left:0em;
}

div.menu-primary ul li a{
	color:#9faac1 !important;
	text-transform: uppercase;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
       -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
       transition: all 0.3s;
}

div.menu-primary ul li a.active{
	font-weight: bold;
	color:#FFFFFF !important;
	border-bottom:5px Solid #ffd458 !important;
}


div.menu-primary ul li a.escribenos{
	background-color: #ffd458;
	text-transform: uppercase;
	color:#1d3669 !important;
	font-weight: 300;
	padding:10px;
	-moz-border-radius: 6px;
	border-radius: 5px;
	font-size:0.9em;
}

div.menu-primary ul li.social_first{
	padding-left:1em;
	padding-top:1.45em;
}

div.menu-primary ul li.social{
	padding-top:1.45em;
	padding-left:0.2em;
}

div.menu-primary ul li a.facebook{
	background: url('images/ico_facebook.png') no-repeat scroll top left;
	width: 34px;
	height: 34px;
	display:block;
	font-size:0px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

div.menu-primary ul li a.facebook:hover{
	background-position:-35px 0px;
}

div.menu-primary ul li a.twitter{
	background: url('images/ico_twitter.png') no-repeat scroll top left;
	width: 34px;
	height: 34px;
	display:block;
	font-size:0px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
div.menu-primary ul li a.twitter:hover{
	background-position:-35px 0px;
}


div.menu-primary ul li a.escribenos:hover{
	text-decoration: underline;
}

div.menu-primary ul li a.escribenos.active{
	border-bottom:0px Solid #ffd458 !important;
	text-decoration: underline;

}

	

.header .navbar a.navbar-brand{
	margin:0px !important;
	padding:0px !important;
	padding-top:23px  !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}


.header .navbar a.navbar-brand img{
	object-fit:contain;
	-moz-object-fit:contain;
	-ms-object-fit:contain;
	-o-object-fit:contain;
	-webkit-object-fit:contain;	
}

.header.smaller .navbar a.navbar-brand{
	padding-top:10px  !important;
	padding-bottom:0px !important;
}

.header.smaller div.menu-primary ul li.social_first{
	padding-left:1em;
	padding-top:0.8em;
}

.header.smaller div.menu-primary ul li.social{
	padding-top:0.8em;
}

.splash{
	background: url('images/bg-compressor.jpg') #264586;
	background-size: cover; 
	-moz-background-size: cover; 
	-ms-background-size: cover; 
	-o-background-size: cover; 
	transition: height 400ms linear 0s; 
	-moz-transition: height 400ms linear 0s; 
	-ms-transition: height 400ms linear 0s; 
	-o-transition: height 400ms linear 0s;
	margin-top:88px;

}




.splash .section-title{
	height:443px;
	display: table;
	width:100%;
}

.splash .computers{
	width:1100px;
	margin:auto;
}

.splash .computers img.dispositivos{
    object-fit:contain;
    -moz-object-fit:contain;
    -ms-object-fit:contain;
    -o-object-fit:contain;
    -webkit-object-fit:contain;
	width:793px;
	height:auto;
}

.splash .play_spotify{
	background: url('images/icono_music.png') no-repeat scroll top left;
	color:#7287b2;
	background-position:0 2px;	
	position:absolute;
	margin-left:850px;
	margin-top:-150px;
	text-align: left;
}

.splash .play_spotify .text{
	padding-left:25px;
}

.splash .play_spotify iframe{
	margin-top:5px;
}

.splash .section-content{
	color:#FFFFFF;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.splash .section-content h1{
	font-family: 'Droid Sans', sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:4em;
	padding-bottom:0px;
	margin-bottom:4px;
	margin-top:5px;
}

.splash .section-content p{
	font-size:1.2em;
	font-weight:300;
	color:#f6f8fb;
	padding-bottom:10px !important;
	display:block;
}

.splash a.text-down{
	color:#ffd458 !important;
	text-transform: uppercase;
	border:1px Solid #ffd458;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}

.splash a.text-down:hover{
	background-color: #ffd458;
	color:#1d3669 !important;
	text-decoration: none;
}	

.nosotros{
	background: url('images/cielo-compressor.jpg') #254586;

	background-size: cover; 
	-moz-background-size: cover; 
	-ms-background-size: cover; 
	-o-background-size: cover; 
	transition: height 400ms linear 0s; 
	-moz-transition: height 400ms linear 0s; 
	-ms-transition: height 400ms linear 0s; 
	-o-transition: height 400ms linear 0s;
}

.nosotros .inside{
	padding-top:2.5em !important;
}

.nosotros .inside h1{
	text-transform: uppercase;
	font-size:3em;
	font-family: 'Droid Sans', sans-serif;
	padding:0px !important;
	margin:0px !important;
	font-weight: bold;
	line-height:0.6em;
}

.nosotros .inside span.legend{
	text-transform: uppercase;
	font-size:1.45em;
	font-weight: 30;
	color:#7fbde3;
	padding:0px !important;
	margin:0px !important;
}

.nosotros .inside .text{
	margin-top:1em;
	margin-bottom:2em;
}


.nosotros .inside .subtitle{
	border-left:2px Solid #52a5d7;
	padding-left:10px;
}

.nosotros .inside h2{
	text-transform: uppercase;
	font-size:2em;
	font-family: 'Droid Sans', sans-serif;
	padding:0px !important;
	margin:0px !important;
	font-weight: bold;
	line-height:0.9em;
}

.nosotros .inside span.legend2{
	text-transform: uppercase;
	font-size:1.2em;
	font-weight: 30;
	color:#7fbde3;
	padding:0px !important;
	margin:0px !important;
}

.nosotros .inside .team .developer{
	text-align: center;
}

.nosotros .inside .team .developer img{
	border-radius: 90px;
	margin-bottom:10px;
}

.nosotros .inside .team .developer h3{
	padding:0px !important;
	margin:0px !important;
	font-size:1.2em;
}

.nosotros .inside .team .developer span.cargo{
	color:#84c0e5;
	font-size:0.9em;
}

.nosotros .inside .team .developer p{
	margin-top:10px;
	text-align: justify;
		font-size:0.9em;
}

.nosotros .inside .team{
	padding-top:20px;
	padding-bottom:20px;
}

.nosotros .tecnologias{
	margin-top:20px;
	margin-bottom:20px;
}

.nosotros .tecnologias .tecnologia{
	text-align: center;
}

.nosotros .imagen{
	display: table;
	height:110px;
	line-height:100px;
	width:100%;
}

.nosotros  .imagen .img{
	display: table-cell;
	vertical-align: middle;
	width:100%;
}

.que_hacemos{
	background-color:#ffd458;
}
.que_hacemos .panel{
	background-color:#FFFFFF;
	color:#1d3669;
	padding:0px !important;
	margin:0px !important;
}

.que_hacemos .panel a{
	color:#1d3669;
	font-weight:bold;
	text-decoration: underline;
}

	

.que_hacemos .sub_menu_que_hacemos{
	padding-top:20px !important;

}

.que_hacemos .sub_menu_que_hacemos .boton{
	padding-left:0.5px !important;
	padding-right:0.5px !important;
	margin:0px !important;
}

.que_hacemos .sub_menu_que_hacemos a{
	background-color: #efc959;
	color:#6d6e63;
	text-transform: uppercase;
	text-align: center;
	width:100%;
	height:37px;
	line-height:37px;
	display:block;
}

.que_hacemos .sub_menu_que_hacemos a.active{
	background-color:#ffffff;
	color:#1d3669;
	text-transform: uppercase;
	font-weight:bold;
}

.que_hacemos .panel .inside{
	padding-top:50px !important;
	padding-bottom:50px !important;
}

.que_hacemos .panel .inside .que_hacemos_imagen{
	text-align: center;
}

.que_hacemos .panel .inside .que_hacemos_imagen img{
	display: block;
	object-fit:contain;
	-moz-object-fit:contain;
	-ms-object-fit:contain;
	-o-object-fit:contain;
	-webkit-object-fit:contain;
}

.que_hacemos .panel .inside  .texto_que_hacemos h1{
	font-size:4em;
	font-weight:bold;
	line-height:1em;
	font-family: 'Droid Sans', sans-serif;
}

.metodologia{
	background-color: #2b91d1;

}

.metodologia .inside{
	padding-top:2.5em !important;
}


.metodologia .inside h1{
	text-transform: uppercase;
	font-size:3em;
	font-family: 'Droid Sans', sans-serif;
	padding:0px !important;
	margin:0px !important;
	font-weight: bold;
	line-height:0.6em;
}

.metodologia .inside span.legend{
	text-transform: uppercase;
	font-size:1.45em;
	font-weight: 30;
	color:#7fbde3;
	padding:0px !important;
	margin:0px !important;
}

.metodologia .inside .text{
	margin-top:1em;
	margin-bottom:2em;
}
.metodologia .inside .icono{
	text-align: center;	
	line-height:100px;
}
.metodologia .inside h3{
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-weight:normal;
	color:#FFFFFF;

}

.metodologia .inside .box{
	padding-left:40px;
	padding-right:40px;
	text-align: justify;
	margin-bottom:20px;
	font-weight:300;
	color:#e6eef3;

}


.metodologia .inside .box.not_line{

}

.clientes{
	background-color: #ffd458;
}

.clientes .inside{
	padding-top:2.5em !important;
}


.clientes .inside h1{
	text-transform: uppercase;
	font-size:3em;
	font-family: 'Droid Sans', sans-serif;
	padding:0px !important;
	margin:0px !important;
	font-weight: bold;
	line-height:0.6em;
	color:#1d3669;
}

.clientes .inside span.legend{
	text-transform: uppercase;
	font-size:1.45em;
	font-weight: 30;
	color:#a6965f;
	padding:0px !important;
	margin:0px !important;
}

.clientes .inside .text{
	margin-top:1em;
	margin-bottom:2em;
	color:#26488b;
}


.clientes .inside .subtitle{
	border-left:2px Solid #998d60;
	padding-left:10px;
}

.clientes .inside h2{
	text-transform: uppercase;
	font-size:2em;
	font-family: 'Droid Sans', sans-serif;
	padding:0px !important;
	margin:0px !important;
	font-weight: bold;
	line-height:0.9em;
	color:#1d3669;
}

.clientes .inside .logo_cliente{
	line-height:80px;
	vertical-align: middle;
	text-align: center;
}

.clientes .inside span.legend2{
	text-transform: uppercase;
	font-size:1.2em;
	font-weight: 30;
	color:#998d60;
	padding:0px !important;
	margin:0px !important;
}

.clientes .inside .proyectos{
	padding-top:0px !important;
	padding-bottom:20px !important;	
}

.clientes .inside div.titulo_clientes{
	margin-bottom:20px;
}



.clientes .inside .proyectos .window{
	background: url('images/browser.png') no-repeat scroll top left;
	width: 211px;
	height: 198px;
	margin:auto;
	margin-bottom:20px;
}


.clientes .inside .proyectos .window .inside_window{
	padding-left:4px;
	padding-top:25px;
	color:#646464 !important;
	line-height:1em !important;
}

.clientes .inside .proyectos .window a{
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color:#646464 !important;
	font-weight:700;
}

.clientes .inside .proyectos .window a:hover{
	text-decoration: underline;
}

.clientes .inside .proyectos .window .info_link{
	padding-top:5px;
}

.clientes .inside .proyectos .window .info_link span.legend{
	font-size:0.8em;
}


.contacto{
	background: url('images/bg_contacto-1-compressor.jpg') #254586;
	background-size: cover; 
	-moz-background-size: cover; 
	-ms-background-size: cover; 
	-o-background-size: cover; 
	transition: height 400ms linear 0s; 
	-moz-transition: height 400ms linear 0s; 
	-ms-transition: height 400ms linear 0s; 
	-o-transition: height 400ms linear 0s;
	min-height:700px;
}



.contacto .inside{
	padding-top:2.5em !important;
}

.contacto .inside h1{
	text-transform: uppercase;
	font-size:3em;
	font-family: 'Droid Sans', sans-serif;
	padding:0px !important;
	margin:0px !important;
	font-weight: bold;
	line-height:0.6em;
}

.contacto .inside span.legend{
	text-transform: uppercase;
	font-size:1.45em;
	font-weight: 30;
	color:#808a93;
	padding:0px !important;
	margin:0px !important;
}

.contacto .inside .text{
	margin-top:3em;
	margin-bottom:2em;
}

.contacto form.wpcf7-form input[type="text"], .contacto .wpcf7-form input[type="email"]{
	width:100%;
	background-color:#FFFFFF;
	border:0px;
	color:#050506;
	padding:5px;
	font-weight:normal;
}

.contacto form.wpcf7-form input[type="text"].error , .contacto .wpcf7-form input[type="email"].error, .contacto .wpcf7-form textarea.error{
	border:2px Solid RED;
	color:RED;
}

.contacto form.wpcf7-form label.error{
	font-size:0px;
}

.contacto form.wpcf7-form textarea{
	width:100%;
	background-color:#FFFFFF;
	border:0px;
	color:#050506;
	padding:5px;
	height:200px;
	font-weight:normal;
}

.contacto form.wpcf7-form input[type="submit"]{
	background-color: #ffd458;
	border:0.5px Solid #FFFFFF;
	color:#1d3669;
	text-align: center;
	width:100%;
	padding:5px;
	text-transform: uppercase;
	font-weight:bold;
}


.contacto .box_info{
	padding-left:60px;
	padding-bottom:20px;
}

.contacto .box_info h4{
	font-size:1em;
	font-weight:bold;
	margin:0px !important;
	padding:0px !important;
	margin-bottom:10px !important;
}

.contacto .box_info.direccion{
		background: url('images/icono_ubicacion.png') no-repeat scroll top left;
}

.contacto .box_info.telefono{
	background: url('images/icono_telefono.png') no-repeat scroll top left;
}


.contacto .box_info.email{
		background: url('images/icono_email.png') no-repeat scroll top left;
}


.wpcf7-mail-sent-ok{

	margin-top:-20px !important;
	position:absolute;
	color:#a4d9aa;
	border:0px !important;
	background: url('images/ok.png') no-repeat scroll top left;
	padding-left:40px !important;
	padding-bottom:20px !important;
	
	 
}


a.ico_contacto{
	background: url('images/ico_contacto.png') no-repeat scroll top left;
	width: 33px;
	height: 33px;
	display:block;
	right:0px;
	top:0px;
	position:absolute;
	z-index:10;
	margin-top:15px;
	display:none;
}



.clear{
	clear:both;
}

.none{
	display:none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

#stdf_f_1486{
	display:none !important;
}
embed{
	display:none !important;
}