/*GENERAL*/

body{
	/*padding-top: 50px;*/
	color: #5a5a5a
}

hr.in-grey{
	opacity: 1;
	border-top: solid 1px #d1d1d1;
}

.desktop-main-container{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.btn.centered{
	margin: 0 auto;
}

.btn-siguiente,
.btn-siguiente[disabled]:hover,
.btn-siguiente[disabled]:focus{
	max-width: 300px;
	text-align: center;
	color: #FFF;
	background-color: #08ada4;
	border-radius: 3px;
	background-image: url('../svg/check-desktop.svg');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 10px 10px;
	border: solid 2px #08ada4;
	width: 100%;
}

.btn-siguiente:hover,
.btn-siguiente:focus{
	background-color: #FFF;
	color: #08ada4;
	/*border: solid 2px #08ada4;*/
	background-position: 10px -48px;
}

.btn-corporative:hover,
.btn-corporative:focus{
	background-color: rgba(0, 141, 229, 0.74);
	color: #FFF;
}

.btn-main:hover,
.btn-main:focus{
	background-color: #006dce;
	color: #FFF;
}

.ng-scope{
	/*display: flex;
	flex-grow: 1;
	flex-flow: column;*/
}

/*TOOLTIPS*/
.btn-info-tooltip{
	width: 23px;
	height: 23px;
	cursor: pointer;
	color: #FFF;
}

.btn-info-tooltip:hover{
	color: #008de5;
	background-color: #e8e8e8;
	text-decoration: none;
}


/*TOP MENU*/
.top-menu{
	border-bottom: none;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}

.top-menu .btn-burger{
	width: 40px;
	margin: 12px 0 0 0;
	cursor: pointer;
}

.top-menu .navbar-brand{
	max-width: 150px;
	overflow: hidden;
}

.top-menu .navbar-brand img{
	width: 100%;
	height: 40px;
	display: block;
	margin-top: -8px;
}

.top-menu .promo-apps{
	
}

.top-menu .promo-apps li{
	margin-top: 5px;
}

.top-menu .promo-apps li:nth-child(2){
	margin-top: 5px;
}

.top-menu .promo-apps li a{
	margin: 0;
	padding: 0;
	display: inline-block;
	max-width: 120px;
}

/*SIDE MENU*/
.side-bar{
	top: 0;
	left: 0;
	z-index: 1050;
	max-width: 400px;
}

.bg-sidebar{
	z-index: 1030;
	background-color: rgba(3,27,48,.82);
}

.side-bar ul.menu-sidebar li select{
	height: 40px;
}
/*PATH*/

.container-path{
	position: relative;
	z-index: 10;
	padding-top: 45px;
	/*overflow: hidden;*/
}

.container-path .path-desktop{
	margin: 0 auto;
	width: 95%;
}

.container-path:after{
	content: '';
	clear: both;
	display: block;
}

.container-path .point,
.container-path .line{
	float: left;
	position: relative;
}

.container-path .point{
	width: 6%;
	/*height: 40px;*/
	/*background-color: red;*/
}

.container-path .point .path-title{
	position: absolute;
	top: -25px;
	/*left: -100px;*/
	left: -150%;
	margin-left: 30px;
	text-align: center;
	width: 300%;
	/*border: solid 1px;*/
}

.container-path .point .outer{
  fill: transparent;
  stroke: #FFF;
  stroke-width: 2;
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  transition: stroke-dashoffset 1s;
}

.container-path .point.current .outer {
  stroke-dashoffset: 100;
}

.container-path .point .center{
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #005bab;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: -5px;
	margin-top: -8px;
}

.container-path .point.active{
	cursor: pointer;
}

.container-path .point.active .center{
	background-color: #FFF;
}

.container-path .line{
	width: 25%;
	position: relative;
	content: '';
	background-color: #005bab;
	height: 4px;
	box-shadow: 0 0px 1px rgb(20,183,244);
	margin: 23px 0 0 0;
}

.container-path .line:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	content: '';
	background-color: #FFF;
	height: 100%;
	-webkit-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease;
}

.container-path .line.active:before{
	width: 100%;
}

/*INTRO*/

.container-intro{
	height: 100%;
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 1500;
	top: 0;
	left: 0;
	background-color: #f4f4f3;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.container-intro.hidded{
	opacity: 0;
	visibility: hidden;
}

.container-intro .intro-part{
	height: 100%;
	width: 50%;
}

.container-intro .intro-part.left-part{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: url('../jpg/intro-part-left-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	align-content: flex-end;
}

.container-intro .intro-part.left-part .intro-part-content{
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:0 20px 0 20px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.container-intro .intro-part.left-part .footer-part-content{
	width: 100%;
	border-top: solid 1px #d1d1d1;
	color: #808080;
	padding: 50px 0 50px 0;
}

.container-intro .intro-part.left-part .footer-part-content .logo-topcable{
	width: 100px;
	height: 50px;
	margin-left: 10px; 
}

.container-intro .intro-part.left-part .logo-topmatic{
	width: 180px;
	height: 110px;
}

.container-intro .intro-part.left-part h1{
	font-size: 1.8em;
	margin: 10px 0 30px 0;
}

.container-intro .intro-part.left-part select{
	max-width: 400px;
	margin: 0 auto 30px auto;
}

.container-intro .intro-part.left-part .btn-main{
	max-width: 200px;
	margin: 0 auto 30px auto;
	background-color: #008de5;
	border: solid 1px #008de5;
	width: 100%;
}

.container-intro .intro-part.left-part .btn-main:hover,
.container-intro .intro-part.left-part .btn-main:focus{
	background-color: #FFF;
	color: #008de5;
}

.container-intro .intro-part.right-part{
	background-image: url('../png/hand_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 50%;
}

.container-intro .intro-part.right-part .intro-part-content{
	max-width: 500px;
	margin: 0 auto;
	padding:20% 20px 0 20px;
}

/*VIEWS*/
.container-views{
	flex-grow: 1;
	/*display: flex;*/
	flex-direction: column;
}

.container-title-view{
	padding: 25px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.19);
	position: relative;
	z-index: 10;
}

/*PASO 1*/
.paso-1{
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	width: 100%;
	margin-top: -60px;
}

.paso-1:after{
	content: '';
	clear: both;
	display: block;
}

.paso-1 .btn-calc-by{
	width: 50%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	position: relative;
	min-height: 300px;
	cursor: pointer;
}

.paso-1 .btn-calc-by.by-intensidad{
	background-image: url('../png/intensidad.png');
}

.paso-1 .btn-calc-by.by-potencia{
	background-image: url('../png/potencia.png');
}

.paso-1 .btn-calc-by .title-calc-by{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: 140px;
	left: 0;
	color: #7d7d7d;
	font-size: 1.5em;
}

.paso-1 .sep-btns-calc{
	position: absolute;
	left: 50%;
	height: 100%;
	width: 50px;
	margin-left: -25px;
	background-image: url('../png/sep-btns-calc.png');
	background-repeat: no-repeat;
	background-position: center center;
}


/*PASO 2*/

.paso-2{
	padding-top: 40px;
	padding-bottom: 40px;
}

.paso-2 .row-button-next{
	margin-bottom: 40px;
}

/*PASO 3*/
.paso-3{
	padding-top: 40px;
	padding-bottom: 40px;
	height: 100%;
	flex-grow: 1;
	/*position: relative;*/
}

.paso-3:before{
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #FFF;
	z-index: -1;
}

.paso-3 .col-schema .schema-img{
	width: 50%;
	/*max-width: 80%;*/
	/*margin: 0 auto 0 auto;*/
}

.paso-3 h4{
	padding: 20px 0;
}

.paso-3 .btn-siguiente{
	margin-top: 30px;
}

/*PASO 4*/
.paso-4{
	position: relative;
	padding-bottom: 40px;
}

.paso-4:before{
	position: absolute;
	content: '';
	background-color: #eaeaea;
	width: 100%;
	height: 80px;
	z-index: -1;
}

.paso-4 h2{
	padding: 30px 0 30px 0;
	position: relative;
	margin-bottom: 20px;
	font-size: 1.3em;
}

.paso-4 h2:before{
	position: absolute;
	content: '';
	width: 70px;
	height: 70px;
	background-image: url('../png/desktop_title_resum_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	top: -35px;
	margin-left: -35px;
	left: 50%;
	z-index: 100;
}

.paso-4 h2.title-result:before{
	background-image: url('../png/desktop_title_result_icon.png');
}

.paso-4 .list-summary li{
	display: block;
	padding: 15px 15px;
	background-color: #FFF;
	position: relative;
	box-shadow: 0 -2px 2px rgba(0,0,0,.1) inset;
}

.paso-4 .list-summary li .refval{
	font-size: .8em;
	opacity: .5;
}

.paso-4 .list-summary li:nth-child(even){
	background-color: #fbfbfa;
}

.paso-4 .list-summary li:after{
	clear: both;
	content: '';
	display: block;
}

.paso-4 .section-result{
	padding: 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.paso-4 .section-result:after{
	clear: both;
	content: '';
	display: block;
}

.paso-4 .section-result span:nth-child(1){
	margin-top: 5px;
}

.paso-4 .section-result span:nth-child(2){
	font-family: 'oxygenbold';
	font-size: 1.3em;
}

.paso-4 h3{
	font-size: 1.2em;
	padding: 20px 0;
	font-family: 'oxygenbold';
}

.paso-4 .cont-cables-recomendados{
	margin-bottom: 20px;
}

.paso-4 .cont-cables-recomendados .list-recomended-cables li{
	width: auto;
	max-width: none;
}

.paso-4 ul.list-recomended-cables li.recomended-cable .cont-name{
	padding-top: 27px;
}

.paso-4 .btn-corporative{
	width: 48%;
	clear: none;
}

.paso-4 .btn-corporative.btn-recommended-cables{
	background-color: #005bab;
}

.paso-4 .btn-corporative.btn-recommended-cables:before{
	background-color: #008de5;
}

.paso-4 .btn-corporative.btn-send-email{
	background-color: #02aa9d;
}

.paso-4 .btn-corporative.btn-send-email:before{
	background-color: #006d65;
}

.paso-4 .btn-corporative.btn-print-page{
	/*width: 100%;*/
	clear: both;
	/*background-image: url('imgs/printing-tool.svg');*/
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px;
}

.paso-4 .btn-corporative.btn-save-result.already-saved{
	opacity: .2;
}

.paso-4 .block-information{
	padding-top: 20px;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.paso-4 .block-information:before,
.paso-4 .block-information:after{
	clear: both;
	content: '';
	display: block;
}

.paso-4 h4{
	background-color: #eaeaea;
	padding: 20px;
	font-family: 'oxygenbold';
}

.paso-4 .list-more-info li{
	border-bottom: solid 1px #eaeaea;
	padding: 15px 15px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
}


.paso-4 .list-more-info li.sobre{
	background-image: url('../svg/sobre.svg');
}

.paso-4 .list-more-info li.pdf{
	background-image: url('../svg/pdf-file.svg');
}

.paso-4 .banner-cpr-cont{
	background-image: url('../jpg/bg_info_cpr.jpg');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #ececec;
	padding: 50px 10px 50px 30px;
	margin-bottom: 10px;
	color: #0c5da9;
	position: relative;
	overflow: hidden;
}

.paso-4 .banner-cpr-cont p{
	/*max-width: 50%;*/
	float: left;
	width: 70%;
}

.paso-4 .banner-cpr-cont .cont-logo-cpr{
	/*position: absolute;*/
	/*top: 10%;*/
	/*right: 5%;*/
	/*max-width: 40%;*/
	float: left;
	width: 30%;
}

.paso-4 .banner-cpr-cont .more-info-btn{
	display: block;
	margin-top: 10px;
	padding: 10px;
	background-color: #008de5;
	color: #FFF;
	text-decoration: none;
	max-width: 120px;
	text-align: center;
}

.history{

}
.history table{
	margin-top: 15px;
	border: solid 1px #ccc;
}

.history table thead tr td{
	font-family: 'oxygenbold';
	background-color: #005bab;
	color: #FFF;
	padding: 15px 0;
}

.history table tbody tr td{
	vertical-align: middle;
}

.history table tr td:nth-child(4),
.history table tr td:nth-child(5){
	width: 100px;
	/*max-width: 40px;*/
}

.history table .btn-action-table{
	display: block;
	background-color: #008de5;
	color: #FFF;
	line-height: 0px;
	padding: 15px 0 15px 0;
	width: 50px;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 5px;
	border-bottom: solid 1px #fff;
}

.history table .btn-action-table.action-remove{
	background-color: #c70000;
}

.calc-no-avaible{
	padding-top: 50px;
}

.calc-no-avaible button{
	background-color: #008de5;
	border-color: #008de5;
	background-image: none;
}

.calc-no-avaible button:hover{
	color: #008de5;
}

.calc-no-avaible button.centered{
	margin-top: 50px;
}

/*FORMS*/
.form-group select{
	background-size: 16px;
}

/*FOOTER*/

.container-footer{
	background-color: #ededed;
	border-top: solid 1px #bfbfbf;
	width: 100%;
	padding: 20px 0;
	position: relative;
}


/*ANIMATIONS & TRANSITIONS*/
[ui-view]{
	will-change: opacity;
}

[ui-view].ng-enter,
[ui-view].ng-leave {
  position: static;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

[ui-view].ng-enter {
  opacity: 0;
  /*-webkit-transform:scale3d(0.5, 0.5, 0.5);
  -moz-transform:scale3d(0.5, 0.5, 0.5);
  transform:scale3d(0.5, 0.5, 0.5);*/
  -webkit-transition:all .3s ease-in-out .2s;
  -moz-transition:all .3s ease-in-out .2s;
  -o-transition:all .3s ease-in-out .2s;
  transition:all .3s ease-in-out .2s;
}

[ui-view].ng-enter-active {
  opacity: 1;
  /*-webkit-transform:scale3d(1, 1, 1);
  -moz-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);*/
}

[ui-view].ng-leave {
  opacity: 1; 
  position: absolute;
  left: 0;
  top: 155px;
  /*-webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);*/
}

[ui-view].ng-leave-active {
  opacity: 0;
  /*-webkit-transform:translate3d(100px, 0, 0);
  -moz-transform:translate3d(100px, 0, 0);
  transform:translate3d(100px, 0, 0);*/
}

body.from-pasoUno [ui-view].ng-leave{
	/*position: relative !important;*/
	height: 75%;
	/*display: none;*/
}


/*MEDIA QUERIES*/

@media only screen and (max-width : 1170px) {

}

@media only screen and (max-width : 991px) {
	.container-intro{
		/*display: flex;
		flex-direction: column;
		height: 100%;*/
		display: block;
		overflow-y: scroll;
	}
	.container-intro .intro-part{
		width: 100%;
		height: auto;
		flex-grow: .5;
	}
	.container-intro .intro-part.left-part{
		display: block;
	}
	.container-intro .intro-part.left-part .footer-part-content{
		padding: 10px 0;
	}
	.container-path{
		padding-top: 5px;
	}
	.container-path .point .path-title{
		display: none;
	}
	.container-intro .intro-part.right-part{
		background-image: none;
		padding-bottom: 40px;
	}

	.container-path .point{
		width: 10%;
	}

	.container-path .line{
		width: 20%;
	}
	[ui-view].ng-leave {
	  top: 110px;
	}
	.paso-3:before{
		display: none;
	}
	body.pasoCuatro .container-title-view{
		padding-bottom: 45px;
	}
	.paso-4 .title-result{
		margin-top: 80px;
		padding-top: 30px;
		background-color: #eaeaea;
	}
}

@media only screen and (max-width : 800px) {
	.paso-1{
		position: relative;
		top: 0;
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.paso-1 .sep-btns-calc{
		display: none;
	}
	.paso-1 .btn-calc-by{
		width: 100%;
		background-position: center center;
		min-height: 200px;
		max-width: 500px;
		margin: 0 auto
	}
	.paso-1 .btn-calc-by .title-calc-by{
		/*position: relative;*/
		text-align: center;
		display: block;
		margin-top: 0;
		top: auto;
		bottom: 0;
	}
}

@media only screen and (max-width : 750px) {
	.top-menu .promo-apps li {
		display: inline-block;
		width: 100px;
	}
	.top-menu .promo-apps li a{
		display: block;
	}
	.container-title-view h2{
		font-size: 1.2em;
	}
	.paso-4 .btn-corporative{
		width: 100%;
	}
}

@media only screen and (max-width : 550px) {
	.top-menu .promo-apps{
		display: none;
	}
	.desktop-main-container{
		display: block;
	}
}
