.cotizador_pasos{
	margin-top: 15px;
	margin-bottom: 15px;
}


.progress-bar,
.nav-pills > li.active, .nav-pills>li.active a{
	/*background-color: #00d8ff;*/
} 
.step-body{
	min-height: 300px;
}
.contenedor-inputs{
	max-width: 200px !important;
	min-width: 50px;
} 
.process-glass-size{
	margin: 5px;
	background-color: #ccc;
	
}
.step-body .selected{
	/*
		border-radius: 5px;
		border: 3px solid #cdf6ff;
	*/
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}


.tab-pane .step-title{
	min-height: 10px;
	background-color: #0fa2af;
}
.tab-pane .step-body{
	min-height: 10px;
	background-color: #0081a8;
} 
.tab-pane .step-footer{
	min-height: 10px;
	background-color: #bff0ff
}

div.inactive, ul#progress li.inactive{
	display: none;
}
div.active, ul#progress li.active{
	display: block;
}




.contenedor-medidas{
	width: 100%;
	position: relative;
	float: none;
	display: block;
}
.mc-caja-medidas{
	/*	background-color: #ccc; */
	background-color: #d9edf7;
	margin: .5em;
	width: 100%
	position: relative;
	float: left;
	display: block;
}
.mc-caja-medida-label{
	width: 2em;
	min-height: 3em;
	height: 100%;
	position: relative;
	float: left;
	display: inline-block;
	background-color: pink;
	padding: 5px;
	vertical-align: center;
}
.mc-caja-medidas-agrupadas{
	float: left;
	position: relative;
	
}


.mc-caja-medidas-agrupadas select{
	
	padding: .5em;
	
}

.mc-caja-medidas-enteros, .mc-caja-medidas-francciones{
	width: 6em;
	position: relative;
	float: left;
}
.medida-label{
	float: left;
	position: relative;
	width: auto;
	display: inline-block;
}



.mc-process{
	margin: 5px;
}

.container-box-responsive{
	width: 100%;
	max-width: 250px;
	display: inline-block;
}





















/*Estilos wizard*/

	.nav-pills.nav-wizard > li {
	position: relative;
	overflow: visible;
	/* border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	*/
	 border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	margin-bottom: 5px;
	}



	.nav-pills.nav-wizard > li + li {
	margin-left: 0;
	}
	.nav-pills.nav-wizard > li:first-child {
	border-left: 0;
	}
	.nav-pills.nav-wizard > li:first-child a {
	border-radius: 5px 0 0 5px;
	}
	.nav-pills.nav-wizard > li:last-child {
	border-right: 0;
	}
	.nav-pills.nav-wizard > li:last-child a {
	border-radius: 0 5px 5px 0;
	}
	.nav-pills.nav-wizard > li a {
	border-radius: 0;
	background-color: #eee;
	}
	.nav-pills.nav-wizard > li:not(:last-child) a:after {
	position: absolute;
	/* content: ""; */
	top: 0px;
	right: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #eee;
	z-index: 150;
	}
	.nav-pills.nav-wizard > li:not(:first-child) a:before {
	position: absolute;
	/* content: ""; */
	top: 0px;
	left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: #eee #eee #eee transparent;
	z-index: 150;
	}
	.nav-pills.nav-wizard > li:hover:not(:last-child) a:after {
	border-color: transparent transparent transparent #aaa;
	}
	.nav-pills.nav-wizard > li:hover:not(:first-child) a:before {
	border-color: #aaa #aaa #aaa transparent;
	}
	.nav-pills.nav-wizard > li:hover a {
	background-color: #aaa;
	color: #fff;
	}
	.nav-pills.nav-wizard > li.active:not(:last-child) a:after {
	/* border-color: transparent transparent transparent #428bca; */
	}
	.nav-pills.nav-wizard > li.active:not(:first-child) a:before {
	border-color: #428bca #428bca #428bca transparent;
	}
	.nav-pills.nav-wizard > li.active a {
	/* background-color: #428bca; */
	
	    color: #F58723;
		text-align: center;
    /* height: 100px;
    margin-top: -7px;
    padding-top: 7px;
    border-left: 6px solid #5CB85C !important;
    border-right: 6px solid #5CB85C !important;
    border-top: 3px solid #5CB85C !important;
    border-bottom: 3px solid #5CB85C !important; */
  
   color: #F58723;
    cursor: pointer;
	 background-color: #fff;
  
  
}

.txt {
	border: 0px;
	content: auto;
	top: 0px;
	background:  #428bca;;
	color: #f2f2f2;
	padding: 10px;
	font-size: 18px;
	border-radius: 12px;
	position: relative;
}

.mc-tab-progress .next{
	display: inline-block !important;
	clear: both;
}
/* FIN CSS */

.btn-radio {
	width: 100%;
}
.img-radio {
	opacity: 0.5;
	margin-bottom: 5px;
}

.space-20 {
	margin-top: 20px;
}








/*Section Why Coral*/

.clear-list{
	display: block;
	clear: both;
	height: 25px;
}

.contenedor-texto-1{
	width: 100%;
	height: inherit;
	margin: 25% auto auto auto;	
}


.contenedor-texto-1 .texto-why-1{
	position: relative;
	line-height: 100%;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 36px;
	color: #097195;
}


.contenedor-texto-2{
	width: 100%;
	min-height: 30%;
	max-width: 100%;
	margin: 5% auto auto auto;

	position: inherit;
	top:0;
	bottom:0;
	
}

.contenedor-texto-2 .texto-why-2{
	position: relative;
	line-height: 100%;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color: #097195;
}

.contenedor-texto-2 .texto-why-2-justify{
	position: relative;
	line-height: 120%;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	vertical-align: middle;
	font-size: 18px;
	color: #097195;
}


#contenedor-lista-porque .lista-porque{
	/*box-shadow: 0px 1px 5px #ccf6fc;*/
	box-shadow: 0px 2px 2px #d1f9ff;
	margin-bottom: 5px;
}