/*
Author URI: http://webthemez.com/
Note: 
Licence under Creative Commons Attribution 3.0 
Do not remove the back-link in this web template 
-------------------------------------------------------*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/* Reset
---------------------------------*/

ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/* Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
	text-align:justify;
}

h1 {
	font-size: 40px;
    color:#11193d;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 10px 0 25px 0;
	font-weight:bold;
	font-weight:bolder 1px;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center; 
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    background: #fff;
    padding: 10px 0px;
	border-bottom:3px solid #11193d;
}

.header_box {
    position: relative;
}

.logo {
	margin-top:20px;
    float: left;
	position: relative;
	z-index: 2;
}

.logoCND {
    float: left;
	position: relative;
	z-index: 2;
    display: none;
}
	
.TituloPag h2 {
	color: #008C23;	
	margin-top:20px;
	margin-bottom: 20px;
}



/* Footer
---------------------------------*/

html, body {
	height: 100%;
	}

.page{
	position:relative;	
	min-height:100%;
	padding-bottom:30px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.pricing-table {
    max-width: 368px;
    margin: 0 auto;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 15px;
	color:#333;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}

.btn-price:hover {
    background: #008C23 !important;
    color: #fff !important;
    -webkit-transition:  all .3s ease;
	border:1px solid #fff;
}

.btn-price {
    background: #fff !important;
    color: #008C23 !important;
    -webkit-transition:  all .3s ease;
	border:1px solid #008C23;
}

.panel-heading-landing {
    background: #f7f7f7 !important; 
    padding: 20px !important; 
    border-top-left-radius: 10px !important;  
    border-top-right-radius: 10px !important; 
    border: solid 2px #008C23 !important; 
    border-bottom: none !important;
}
.panel-heading-landing-box {
    background: #008C23 !important; 
    color: #fff !important; 
    font-size: 16px !important; 
    padding: 3px !important; 
    border: solid 2px #008C23 !important; 
    border-top: none !important;
}
.panel-title-landing {
    color: #008C23 !important;
    font-size: 25px;
    font-weight: bold;
}
.panel-body-landing {
    border: solid 2px #ccc !important; 
    border-top: none !important; 
    border-bottom: none !important;
}
.panel-footer-landing {
    border: solid 2px #ccc !important; 
    border-bottom-left-radius: 10px !important; 
    border-bottom-right-radius: 10px !important; 
    border-top: none !important;
}

