@CHARSET "ISO-8859-1";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,100italic,100,300,700,500italic,700italic,900,900italic);
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color: #b3fbff;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
.clear {
	clear: both;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Custom CSS * --------------------------------------- */
body{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.wrapper {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.content.open {
	z-index: 105;
}


.logo {
	width: 490px;
	height: 195px;
	display: block;
	float: left;
	margin: 0;
	position: relative;
	background: url("../img/vp.png") no-repeat bottom center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}
.logo.red {
	background: url("../img/vp-red.png") no-repeat bottom center;
	float: none;
	display: block;
	margin-left: -2px;
}
h1 {
	color: #fff;
	font-size: 55px;
	display: block;
	text-align: center;
	font-weight: 300;
	line-height: 60px;
	height: 60px;
	top: 50%;
	position: absolute;
	left: 0;
	margin: -30px 0 0 0;
	width: 100%;
}
h1 span {
	font-weight: 400;
}
p.subtit {
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 20px;
	height: 40px;
	top: 50%;
	position: absolute;
	left: 0;
	margin: 40px 0 0 0;
	width: 100%;
	letter-spacing: 1px;
}
p.subtit span {
	font-weight: 400;
	display: block;
}
.foot {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 10px 0;
	letter-spacing: 1px;
}
p.msje {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	display: block;
	text-align: center;
	clear: both;
	padding: 0 0 10px 0;
}
p.by {
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 17px;
	float: left;
	width: 200px;
	margin: 0 0 0 50px;
}
p.by a {
	color: #fff;
}
p.by a:hover {
	text-decoration: underline;
}
a.fb {
	float: right;
	background: url("../img/fb.png") no-repeat center center;
	width: 17px;
	height: 17px;
	text-indent: -999999px;
	margin: 0 50px 0 0;
}
a.fb:hover {
	opacity: 0.5;
}
.bt-contacto {
	display: block;
	float: right;
	margin: 55px;
	border: solid 1px #fff;
	padding: 3px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bt-contacto:hover {
	background: #fff;
	color: #000;
}

.contacto {
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	opacity: 0.8;
	overflow: hidden;
	max-height: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contacto.open {
	opacity: 1;
	max-height: 900px;
	
}
.contacto.succes {
	background: #ee3a37;
}
.contacto.succes .frm {
	display: none;
}
.col {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 3px;
}
.col.large {
	float: none;
	width: 100%;
}
.col.nr {
	padding-right: 0;
}
.col.ni {
	padding-left: 0;
}

.contacto .datos {
	clear: both;
	width: 270px;
	float: right;
	margin: 100px 100px 0 0;
}
.contacto .datos img {
	float: left;
}
.contacto .datos p {
	color: #333;
	font-size: 13px;
	line-height: 17px;
	float: left;
	margin: 0 0 0 20px;
}
.contacto .datos p a {
	color: #ee3a37;
	font-weight: 400;
	font-family: 'Times New Roman', serif;
	font-style: italic;
}
h2 {
	color: #ee3a37;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	padding: 100px 0 30px 0;	
}
h2 span {
	font-weight: 400;
	display: block;
}

/*****/
.formu {
	display: block;
}
.formu .sucs {
	display: none;
} 

.formu.succes .inputs {
	display: none;
}

.formu.succes .sucs {
	display: block;
}
label.error {
	display: none !important;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email] {
	display: block;
	width: 100%;
	padding: 0;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	border: solid 1px #ee3a37;
	color: #000;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 15px;
	text-indent: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input.error {
	outline: 1px auto #FF2121;
	outline-offset: 1px;
	color: #ee3a37;
}
textarea {
	display: block;
	width: 100%;
	padding: 10px 5px;
	clear: both;
	background: #fff;
	border: solid 1px #ee3a37;
	color: #000;
	height: 85px;
	font-size: 10px;
	margin: 0 0 15px 0;
	resize: none;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
::-webkit-input-placeholder {
   color: #000;
   opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
   opacity: 1 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
   opacity: 1 !important;  
}

:-ms-input-placeholder {  
   color: #000;
   opacity: 1 !important;  
}

input.error::-webkit-input-placeholder {
   color: #ee3a37;
}

input.error:-moz-placeholder { /* Firefox 18- */
   color: #ee3a37;  
}

input.error::-moz-placeholder {  /* Firefox 19+ */
   color: #ee3a37;  
}

input.error:-ms-input-placeholder {  
   color: #ee3a37;  
}
.send {
	text-transform: uppercase;
	float: left;
	color: #fff;
	background: #ee3a37;
	font-size: 10px;
	padding: 0 18px;
	line-height: 25px;
	border: 1px solid #ee3a37;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.send:hover {
	background: #fff;
	color: #333;
}
.reset {
	text-transform: uppercase;
	float: left;
	color: #333;
	background: #fff;
	font-size: 10px;
	padding: 0 18px;
	line-height: 25px;
	border: 1px solid #ee3a37;
	margin:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.reset:hover {
	color: #fff;
	background: #ee3a37;
}
.obliga {
	color: #000;
	font-size: 10px;
	display: block;
	text-align: right;
}
.pic {
	display: block;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
	overflow: hidden;
	float: none;
	width: 25px;
	height: 15px;
	background: url('../img/pic-big.png') center center no-repeat;
}
.close {
	position: absolute;
	z-index: 99;
	right: 15px;
	top: 30px;
	width: 25px;
	height: 25px;
	background: url('../img/close.png') center center no-repeat;
	cursor: pointer;
}
.contacto.succes .close {
	background: url('../img/close2.png') center center no-repeat;
}
.thanks {
	width: auto;
	margin: 100px auto;
	text-align: center;
	position: relative;
	display: none;
	opacity: 0;
	z-index: -10;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.thanks.succes {
	display: block;
	opacity: 1;
	z-index: 9;
}
.thanks h3 {
	font-weight: 300;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	display: block;
	padding: 0 0 20px 0;
}
.thanks h3 span {
	display: block;
}

.thanks p {
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 0 0 20px 0;
}
.thanks img {
	display: block;
	margin: 0 auto;
}
/* SELECT */
.styled-select {
   overflow: hidden;
   background: #fff;
   border: solid 1px #ee3a37;
   line-height: 25px;
   height: 25px;
   margin:0;
   width: 100%;
}
.styled-select select {
  width: 100%;
  border: 0;
  line-height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 2px;
  text-overflow: '';
  appearance: none;
  background: transparent ;
  -webkit-user-select: none;
  outline:none;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  margin: 3px 0 0 0;
}
.styled-select {position:relative}
.styled-select:before {
    content:'';
    right:0; top:0px;
    width:20px; height:25px;
    background:transparent;
    position:absolute;
    pointer-events:none;
    display:block;
}
.styled-select select[disabled], .styled-select select[readonly] {
    cursor: not-allowed;
    opacity: 0.4;
}
.sbarrow{position:absolute; top:0; right:0; pointer-events:none; width: 25px;
	height: 25px;
	background: url('../img/select.png') center center no-repeat;
}



/* Backgrounds will cover all the section
* --------------------------------------- */
#section0,
#section1,
#section2,
#section3{
	background-size: cover;
	background-position: center center; height:100vh;
}
.slide {
	background-size: cover;
	background-position: center center;
}
/* Defining each section background and styles
* --------------------------------------- */
#section0{
	background-image: url('../img/bg1.jpg')
}
#section1{
	background-image: url('../img/bg2.jpg')
}
#section2{
	background-image: url('../img/bg3.jpg')
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 5px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 5px;
    z-index: 1;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    height: 8px;
    left: 0;
    width: 8px;
}


/****************************************
RESPONSIVE ****************************/
footer {
	display: none;
}
@media (min-width: 1400px) {		

}
@media (max-width: 1023px) {		
	.logo,
	.logo.red {
		width: 300px;
		height: 120px;
		background-size: 100%;
	}
}

@media (max-width: 767px) {	
	.content {
		position: fixed;
	}
	.logo {
	    background-size: 100% auto;
	    height: 90px;
	    width: 220px;
	}
	.logo.red {
		display: none;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		text-align: center;
		color: #000;
		padding: 50px 0 20px 0;
	}
	.foot {
		display: none;
	}
	
	.contacto .datos {
		display: none;
	}
	.col {
		width: 100%;
	}
	.col.ni, .col.nr {
		width: 50%;
	}
	input[type=text],
	input[type=url],
	input[type=tel],
	input[type=number],
	input[type=color],
	input[type=email],
	textarea,
	.styled-select {
		margin-bottom: 10px;
	}
	.bt-contacto {
		position: fixed;
		bottom: 50px;
		left: 50%;
		margin: 0 auto 0 -50px;
	}
	.pic {
		display: none;
	}
	.contacto {
		bottom: 0;
		overflow: scroll;
	}
	body.open {
		overflow: hidden !important;
	}
	footer {
		background:#ee3a37;
		padding: 30px 0;
		display: block;
		width: 100%;
		color: #fff;
		position: relative;
		overflow: hidden;
		margin: 20px 0 0 0;
		z-index: 99999;
	}
	footer img {
		display: block;
		margin: 0 auto;
	}
	footer p {
		color: #fff;
		text-align: center;
		font-size: 13px;
		line-height: 17px;
		padding: 20px 0 0 0;
	}
	footer p a {
		font-style: italic;
		font-family: 'Times New Roman', serif;
		color: #fff;
	}
	#fp-nav.right {
		right: 0;
	}
}

@media (max-width: 480px) {

}

.wasapBtn { position:fixed; left:0px; bottom:50px; font-size:44px; color:#FFF; background:#14a136; padding:4px 10px 2px 20px; border-top-right-radius:60px; border-bottom-right-radius:60px; z-index:9999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.wasapBtn:hover { padding-left:40px; background:#00bb2d;}