@import "fonts.css";
html{
	background: #FFFFFF;
}
body {
    background-color: #f3f3f4;
    background-image: url(../img/wheel.png);
    background-repeat: no-repeat;
    background-position: right 48px;
}
h1{
	font-size: 28px;
	color: #000000;
	letter-spacing: 0.3px;
	line-height: 34px;
	margin-top: 6px;
}
h3{
	font-size: 16px;
}
a{
	color:#323232;
	text-decoration: underline;
}
a:hover{
	color:#323232;
	text-decoration: none;
}
a.small-link{
	font-size: 14px;
    font-weight: 400;
}
a.btn{
	color: #FFFFFF !important;
}
.btn{
	background-color: #4bdbc5;
    color: #FFFFFF;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    text-transform: capitalize;
    padding: 10px 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 25px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px -14px rgba(0,0,0,0.75);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	line-height: 1.4;
}
.btn:hover{
	padding-right: 10px;
	color: #FFFFFF;
}
.btn-container a:visited {
    color:#FFFFFF;
}
.btn-container a:active {
    color:#FFFFFF;
}
.btn-container a:hover {
	color:#FFFFFF;
}

.btn .arrow {
    position: absolute;
    opacity: 0;
    top: 49%;
    right: 36%;
    margin-top: -7px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.icon2-angle-right:before {
    content: "\e607";
}
.btn:hover .arrow {
  opacity: 1;
  color: #FFFFFF;
}
.btn:visited {
    color:#FFFFFF;
}
.btn:active {
    color:#FFFFFF;
}
ul {
	list-style: none;
	color: #323232;
	font-size: 16px;
	padding-left: 15px;
}
ul li{
	margin-bottom: 7px;
}
ul li:before{
	content: "\2713";
	color: #4bdbc5;
	margin-right: 5px;
}

.light{
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.bold{
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
    font-weight: 600;
}
.extraBold{
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.grey{
	color: #323232;
}
.rosa{
	color: #e887b2;
}
.turq{
	color: #4bdbc5;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.row{
	margin: 0;
}
.no-margin-top{
	margin-top: 0px;
}
/*HEADER*/
nav {
	overflow: auto;
    height: 92px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 25px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 25px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 25px -17px rgba(0,0,0,0.75);
}
nav .container{
    height: 92px;
}
.lang{
	float: right;
    margin-top: 60px;
    padding-right: 15px;
}
.lang a{
	font-size: 14px;
    font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #303030;
}
.lang a.current{
	font-weight: 700;
}
.header-row{
	margin-top: 40px;
	margin-bottom: 55px;
}
.header-row h1{
	max-width: 517px;
}
/*CONTENT*/
.content-container{
	background: #FFFFFF;
    height: 460px;
    position: relative;
    -webkit-box-shadow: 0px 0px 25px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px -14px rgba(0,0,0,0.75);
}
.content-col{
	background-color: #FFFFFF;
}
.content-col h2{
	font-size: 20px;
    color: #323232;
    font-weight: 700;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 22px;
    padding-left: 20px;
}
.row-prices{
	padding: 0 10px;
	background-color: #FFFFFF;
}
.col-price{
	
}
.col-price .div-content{
	background-color: #f3f3f3;
	padding: 27px;
    text-align: center;
}
.price{
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size: 28px;
	color: #555555;
}
.days{
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: -2px;
	color: #4f60d2;
}
.days-info{
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #919191;
	font-weight: 300;
}
.sidebar{
	background-color: #FFFFFF;
}
.row-charge{
	padding: 25px 15px 10px 15px;
    background: #FFFFFF;
}
.info-charge-title{
	color: #4f60d2;
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.row-payments{
	padding: 0px 15px;
    background: #FFFFFF;
}
.payment-method{
	color: #323232;
	font-size: 16px;
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
	font-weight: 500;
	padding-left: 26px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.multibanco{
	background-image: url('../img/mb-icon.png');
}
.hb{
	background-image: url('../img/hb-icon.png');
}
.store{
	background-image: url('../img/store-icon.png');
}
.payshop{
	background-image: url('../img/payshop-icon.png');
}
.cc{
	background-image: url('../img/cc-icon.png');
	background-position: 0px 5px;
}
.info-p{
	color: #919191;
	font-size: 14px;
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.info-p p{
	line-height: 20px;
}
.row-info-tarif h3{
    margin: 22px 0;
}
.sidebar-col h3{
	font-family: AzoSansWeb, Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #4bdbc5;
	margin-bottom: 20px;
    margin-top: 60px;
}
.btn-container{
	position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
}
footer{
	background: #FFFFFF;
    padding: 15px 0;
}
@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
	.btn .arrow{
		right: 37%;	
	}
	
}
@media (min-width: 992px){
	.container {
	    width: 99%;
	}
}
@media (min-width: 1076px){
	.header-row {
    	margin-top: 0px;
    	margin-bottom: 10px;
	}
	body{
		background-position: right -3px;
		background-position: right -57px;
	}
	.content-col h2{
		padding-bottom: 14px;
    	margin-top: 16px;
    }
    .col-price .div-content{
    	padding: 19px;
    }
    .content-container {
    	height: 420px;
	}
	.header-row h1 {
    	max-width: 100%;
	}
}
/*TABLET*/
@media (max-width: 1075px){
	.col-md-9 {
    	width: 100%;
	}
	.col-md-3 {
    	width: 100%;
	}
	.col-left {
    	margin-bottom: 40px;
	}
	.btn-container {
    	position: relative;
    	bottom: 30px;
    	float: left;
    	margin-top: 60px;
    	width: 255px;
	}
	.content-container {
    	height: auto;
    	overflow: auto;
    }
    .col-left .content-container{
		padding-bottom: 30px;
	}
	ul li{
  	    float: left;
    	margin-right: 50px;
    }
    .sidebar-col h3{
    	margin-top: 45px;
    }
    ul{
    	margin-bottom: 60px;
    }
}
@media (max-width: 992px){
	
	
	body{
		background-position: 143% 48px;
	}
	.msisdn{
  		font-weight: 400;
  	} 
  	.row-payments .col-md-7{
  		float: left;
  		width: 60%;
  	}
  	.row-payments .col-md-5{
  		float: left;
  		width: 40%;
  	}

	
}

@media (max-width: 767px) {
  	.lang{
		margin-top: 10px;
	}

	.div-content{
		margin-bottom: 20px;
	}
	body{
	    background-image: url(../img/wheel_mobile.png);
    	background-position: right 67px;
    }
    .info-p{
    	line-height: 23px;
    }
    .hb{
		margin-top: 28px;
	}
    .msisdn{
  		display: block;
  		font-weight: 400;
  	}    
  	.row-payments .col-md-7{
  		width: 100%;
  		float: none;
  	}
  	.row-payments .col-md-5{
  		width: 100%;
  		float: none;
  	}
  	.row-payments .col-md-5 div{
  		margin-bottom: 15px;
  	}
  	ul li{
  	    float: none;
    	margin-right: 50px;
    }
    .header-row h1 {
    	max-width: 517px;
    	margin-right: 25px;
    	font-size: 22px;
    	line-height: 27px;
	}
	.header-row {
    	margin-bottom: 13px;
	}


}
@media (max-width: 600px) {
	.btn-container{
		width: 100%;
	}
	.content-col h2{
		padding-right: 20px;
	}
	.btn .arrow{
    	display: none;
    }
}
@media (max-width: 400px) {
  	
  	.container {
    	padding-right: 10px;
    	padding-left: 10px;
	}
	ul li {
    	margin-right: 0px;
	}
	
}
@media (min-width: 768px){
	.container {
	    width: 99%;
	}
}