/*
Theme Name: Portal Proveedores
Theme URI: http://iconstruye.com/
Description: iconstruye.com
Version: 2.0
Author: Daniel Carrasco Medina
Author URI: http://iconstruye.com/
*/

/* --------------------
	Helpers
-------------------- */
.btn{
  border-radius: 2px;
}
.w100 {
  width: 100% !important;
}
.fz8{
	font-size: 0.8em;
}
.f12 {
	font-size: 12px !important;
}
.m10top {
	margin-top: 10px !important;
}
.m20top {
	margin-top: 20px !important;
}
.m25top {
	margin-top: 25px !important;
}
.m30top {
	margin-top: 30px !important;
}
.b1bottom {
	border-bottom: 1px solid #ddd !important;
}
.p10right {
	padding-right: 10px !important;
}
/* --------------------
	Form Login
-------------------- */
#bg-interior {
	background-color: #f5f5f5;
}
.index{
	background: url("../img/sigro/sigro-edificios.jpg") center center no-repeat;
	border-bottom: 1px solid #ddd;
	background-size: cover;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.inside-box {
	margin-top: 40px;
}
.index .gradient, .comprador .gradient {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,0)),color-stop(100%,rgba(0,0,0,.8)));
	background: -o-linear-gradient(bottom,rgba(30,87,153,0) 0,rgba(0,0,0,.8) 100%);
	background: -ms-linear-gradient(bottom,rgba(30,87,153,0) 0,rgba(0,0,0,.8) 100%);
	background: linear-gradient(to top,rgba(30,87,153,0) 0,rgba(0,0,0,.8) 100%);
	position: absolute;
	width: 100%;
	height: 400px;
	z-index: 9;
	top:0;
	left: 0;
}
.index h2, .comprador h2 {
	position: relative;
	z-index: 999;
	font-weight: 100;
	font-size: 3.1em;
	color:#fff;
	text-shadow: 0 0 3px #333;
}
.index p, .comprador p{
	color:#fff;
	position: relative;
	z-index: 999;
	text-shadow: 0 0 3px #333;
}
.inside-box .form h2 {
	color: #B0302C;
	margin: 10px 0 0;
	padding:20px;
	text-align: center;
	font-size: 2.2em;
	font-weight: 300;
}
.index .form, .comprador .form {
	    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
    border-radius: 3px;
    border: none;
    padding: 10px 30px 30px;
}
.index .form form, .comprador .form form{
	/*padding:20px;*/
	padding: 0 15px;
}
.lead {
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1.2em;
}
.clientes {
	padding-bottom: 60px;
}

/* --------------------
	Reset Forms
-------------------- */
.form-control{
	border-radius: 2px;
}
.form-control:focus{
	border-color: #999;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1),0 0 8px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.1),0 0 8px rgba(0,0,0,.1);
}
.form-group{
	margin-bottom: 10px;
}
.form-group-login label{
	font-size:12px;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
}
.form-group-login .form-control {
	color: #000000 !important;
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	outline: none;
	box-shadow: none !important;
	border-radius: 0;
}
.form-group-login ::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
  font-size: 12px;
}

.form-group-login :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ccc;
 font-size: 12px;
}

.form-group-login ::-ms-input-placeholder { /* Microsoft Edge */
 color: #ccc;
 font-size: 12px;
}
/* --------------------
	Header
-------------------- */
.navbar-default{
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

/* --------------------
	Home
-------------------- */
.brand-background{
	position: relative;
}
.announce{
	position: absolute;
	top: 0px;
	z-index: 99;
	right: 0%;
	left: 0%;
}
.wrap-lead{
	position: absolute;
	top: 354px;
}
.wrap-lead p{
	font-size: 2.3em;
}

/* --------------------
	Home Background
-------------------- */
/*.cover {
	height: 480px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.gradient {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,0)),color-stop(100%,rgba(0,0,0,.4)));
	background: -o-linear-gradient(top,rgba(30,87,153,0) 0,rgba(0,0,0,.6) 100%);
	background: -ms-linear-gradient(top,rgba(30,87,153,0) 0,rgba(0,0,0,.6) 100%);
	background: linear-gradient(to bottom,rgba(30,87,153,0) 0,rgba(0,0,0,.6) 100%);
	position: absolute;
	width: 100%;
	height: 380px;
	z-index: 8;
	bottom: 0;
}
.brand-background h2{
	font-size: 4em;
	text-shadow:0 0 3px #333;
	color: #fff;
}
.brand-background p{
	text-shadow:0 0 3px #333;
	color: #fff;
}*/

/* --------------------
	Login
-------------------- */
/*#FormLoginPortal{
	position: relative;
	right: 0;
	top: 40px;
}
#FormLoginPortal .well{
	position: relative;
	z-index: 9;
	border-radius: 0 0 4px 4px;
}
.brand{
	background: #fff;
	padding: 20px 0;
	height: 110px;
	position: relative;
	z-index: 1;
	bottom: -5px;
	border:1px solid #ccc;
	border-radius: 5px;
}
.brand img{
	max-width: 200px;
	display: block;
	margin: 0 auto;
}*/

/*Row inner tabs*/
.feature h2{
  margin-top: 30px;
}
.feature .nav-tabs{
	border:none;
}
.feature .nav-tabs li.active a{
	margin-top: 0;
}
.feature .nav-tabs>li{
	margin: 0;
}
.feature .nav-tabs{
  margin-top: 10px;
}
.feature .nav-tabs li a{
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 5px solid #ddd;
  background: none; 
  position: relative;
  top: 4px;
  font-size: 1.3em;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  text-align: center;
}
.feature .nav-tabs li a:hover,
.feature .nav-tabs li.active a:hover{
  background: none;
  border-bottom: 5px solid #0079C1;
}
.feature .nav-tabs li.active a{
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 5px solid #0079C1;
}
.feature .tab-pane{
  padding-top: 40px;
  min-height: 300px;
}
.feature .col-md-4,
.feature .col-md-3,
.feature .col-md-6{
  padding: 0;
}

/*Título "Portal Proveedores" en header*/
/*#TitlePortal{
	float: left;
	padding: 16px 0 13px 0;
}
#TitlePortal h2{
	color: #C94702;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
#TitlePortal h2 a{
	color: #C94702;
}
#TitlePortal h2 a:hover{
	color: #fff;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
}
*/

/* --------------------
	Perfil
-------------------- */
.perfil{
	margin-top: 0 !important;
	padding-top: 30px;
}
.perfil .contact{
	padding: 0;
	margin-bottom: 30px;
}
.perfil .contact li{
	list-style-type: none;
}

/*User Picture*/
.user-picture{
	background: #fff;
	padding: 5px;
}
/*Transversales*/
.really-big{
	font-size: 5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
.full{
	background: #f3f3f3;
	margin-top: 30px;
	border-top: 1px solid #eee;
}
.info-pago{
	margin-top: -1px !important;
}

#footer{
	padding: 30px 0;
	text-align: center;
	color:#555;
}
.barra, .barra-center {
	padding: 0px 15px 7px
}
.barra:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    bottom: 0;
    content: "";
    height: 0;
    left: 15%;
    margin-left: -21px;
    position: absolute;
    top: 107px;
    width: 0;
    z-index: 10;
    }
.barra-center:after {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -21px;
	position: absolute;
	top: 107px;
	width: 0;
	z-index: 10;
  }
.line-sep {
	float: none;
	margin: -35px auto 0;
	background-color: #ffffff;
	padding: 5px 10px;
	display: block;
	text-align: center;
	width: 30px;
	height: 20px;
	color: #cccccc;
}
.register {
    display: block !important;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
    background: #ddd;
}
/* --------------------
	Footer
-------------------- */
.footer {
  position: fixed;
 	right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}
/* --------------------
	Media queries
-------------------- */
@media (max-width: 480px) {
	body {
		overflow-x: hidden;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
	}
	.datos {
		display: none !important;
	}
	.barra:after {
		left: 50% !important;
	}
	.index {
		min-height: 750px !important;
		background: url(../img/bg-ic.jpg) center top no-repeat !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.index .form {
		padding-bottom: 20px;
	}
	.index .form, .comprador .form {
		z-index: 0 !important;
	}
	.index .gradient {
		max-height: 300px;
	}
	.lead {
		margin-bottom: 40px !important;
		font-weight: 200 !important;
		font-size: 14px !important;
	}
	#myVideo {display: none;}
	.index h2, .comprador h2 {font-size:2em;}
}

/*NUEVOS*/

iframe.loginiframe {border: none;}
.index .form h4 {margin: -10px -30px 0;
    padding: 20px 30px;
    background-color: #ff6b00;
    color: #ffffff;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;}

