@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Varela+Round:400,700';

body{
    font-family: 'Montserrat';
    font-weight: 400;
    color: #a3a3a3;
}
.font-light{
	font-weight: 300;
}
.logo{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 115px;
}
.logo img{
	max-height: 70px;
}
.navbar-default{
	border-radius: 0 !important;
	border: none;
	background: rgba(100, 100, 100, 0.6);
	/*height: 80px;*/
	/*-webkit-box-shadow: 0px 7px 20px 0px rgba(75, 80, 81, 0.5);*/
	/*-moz-box-shadow:    0px 7px 20px 0px rgba(75, 80, 81, 0.5);*/
	/*box-shadow:         0px 7px 20px 0px rgba(75, 80, 81, 0.5);*/
	margin-bottom: 0px;
}
.navbar-nav > li > a{
	color: #FFF !important;
	text-transform: uppercase;
	font-size: 13px;
	/*margin-top: 25px;*/
	height: 60px;
	padding: 35px 15px;
}
.navbar-nav > li.active > a{
	/*font-weight: 400px;*/
	background: #006fb5 !important;
	color: #FFF !important;
}
.banner{
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
	margin-top: -100px;
	color: #FFF;
	min-height: 200px;
	padding-top: 100px;
	margin-bottom: 40px;
}
.banner-home{
	padding-bottom: 100px;
	padding-top: 200px;
	min-height: 500px;
}
.no-padding{
	padding: 0;
}
.padding-top-bottom{
	padding-top: 60px;
	padding-bottom: 60px;
}
.gray-bg{
	background: #a3a2a0;
	color: #FFF;
}
.banner .btn{
	width: 100%;
}
.logos .col-sm-2{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.logos i{
	font-size: 40px;
}
h1{
	font-size: 50px;
}
.steps{
	margin-bottom: 30px;
	margin-top: 30px;
}
.steps i.fa.fa-arrow-right{
	font-size: 55px;
    position: absolute;
    bottom: 10px;
    right: -25px;
    z-index: 1;
    color: #3fa9f5;
}
.steps i.fa.fa-arrow-down{
	font-size: 55px;
    position: absolute;
    bottom: -28px;
    right: 30px;
    z-index: 1;
	color: #3fa9f5;
}
.step{
	min-height: 300px;
	background: #FFF;
	padding: 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
   	position: relative;
	overflow: hidden;
}
.step h1{
	font-weight: bold;
	font-size: 50px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	color: #3fa9f5;
}
.step p{
	padding-left: 35px;
	position: relative;
	z-index: 1;
}
.step h3{
	margin-top: 30px;
}
.step i{
    color: #f7931e;
    z-index: 0;
    font-size: 140px;
    display: block;
    position: absolute;
    right: -20px;
    bottom: 10px;
}
.administrator img{
	padding: 0 20px;
}
.administrator h4{
	margin-top: 0;
}
.item-cotizador{
	position: relative;
	margin-bottom: 15px;
}
.item-cotizador a{
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.logo-thumb{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}
.tab-content{
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.arrow-right{
	font-size: 40px;
	position: absolute;
	top: 200px;
	right: 5px;
}
.arrow-left{
	font-size: 40px;
	position: absolute;
	top: 200px;
	left: 5px;
}
#modal-empresa .modal-body{
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.input-number{
	width: 60px;
	display: inline-block;
}
.mb-15{
	margin-bottom: 15px;
}
.mt-15{
	margin-top: 15px;
}
.padding-10{
	padding: 10px;
}
.course{
	text-align: justify;
	border-right: thin solid #CCC;
	/*border-bottom: thin solid #CCC;*/
	margin-bottom: 30px;
}
.font-alt{
	font-family: 'Varela Round';
}
.footer{
	background: #616161;
    color: #FFF;
    padding: 30px 0;
    margin-top: 40px;
    -webkit-box-shadow: inset 0px 13px 30px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 13px 30px 0px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 13px 30px 0px rgba(50, 50, 50, 0.75);
}
.price-card > div{
	text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
   	padding: 15px;
}
.price-card{
	margin-bottom: 15px;
}
.price-card > div > i{
	font-size: 70px;
	color: cornflowerblue;
}
.whatsapp-button{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}