/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #042342;
	background: #f9f9f9;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover, a:active {
	color: #03a9f4;
}

/* Header Style */
.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-icon-archive:before {
	content: "\e002";
}

.codrops-icon-next:before {
	content: "\e000";
}

.codrops-icon-about:before {
	content: "\e003";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b3b9bf;
	color: #b3b9bf;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #2c3f52;
	color: #2c3f52;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}

#numero{
	color:#fff;
}

.features-1 {
    text-align: center;
}

.section, .section-image {
    background-position: 50%;
    background-size: cover;
}

.section-dark, .section-image {	
    background-color: #343434;
    background-size: 200% 240%;
    background: #232323;
    background: radial-gradient(ellipse at center,#585858 0,#232323 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 550% 450%;
}


.section-dark, .title{
	color:#fff;

}

 .image-container {
    max-width: 1040px;
    margin-top: -87px;
    position: relative;
    height: 660px;
}

 .img {
    max-width: 1040px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.card-pricing::after {
    background-color: 
    rgba(0,0,0,.7) !important;
}
.card-pricing {
    text-align: center;
}
.card-plain {
    background: 
    transparent;
    box-shadow: none;
}


.card {
    border: 0;
    margin-bottom: 30px;   
    border-radius: 6px;
    color: 
    rgba(0,0,0,.87);   
    width: 100%;

}
.card-pricing ul li {
    color: #999;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid
    hsla(0,0%,60%,.3);
}
.text-success {
    color: 
    #4caf50 !important;
}


.card-pricing ul li i {
    top: 6px;
    position: relative;
}

.card-body ul li {
    text-align: left;
}
.card-pricing ul {
    list-style: none;
}

.card {
    font-size: .875rem;
}

.card-body {
   
    padding: 0rem;
}

.card .card-body {
    height: 0%;
    padding: 0px;
}

.titulin{
	color: #3C4858;
}

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}
.title2{
	color:#03a9f4;
}

.tituloAzul{
	color: #03a9f4;
}

.form-signin {
    margin: 0 auto;
    max-width: 430px;
    padding: 15px;
}

.paloma{
	color:#03a9f4;
	font-size: 32px;
}


