/*
Theme Name: MiNoDieta
Theme URI: https://www.minodieta.com/
Description: Tema para minodieta.com
Version: 1.0
*/

/*-------------- GENERAL --------------*/
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	}
img {
  	border:0;
	}
form {
	margin:0;
	padding:0;
	}
html{
    height:100%;
    width:100%;
    text-rendering: optimizelegibility;
	-webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
	}
html*{
	max-height:1000000px;
	}
body {
	width:100%;
	min-width: 320px;
	height:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	text-align:left;
	color:#666;
	word-spacing:0px;
	letter-spacing:0px;
	font-family: 'Quicksand', sans-serif;
	font-size:18px;
	line-height: 1.42857143;
	}
a {
	text-decoration: none;
	color:#00b398;
	font-weight:bold;
	-webkit-transition: .5s ease; 
	   -moz-transition: .5s ease; 
	     -o-transition: .5s ease;
	        transition: .5s ease;
	}
a:hover {
	text-decoration: none;
	color:#f2a900;
	-webkit-transition: .3s ease-in-out; 
	   -moz-transition: .3s ease-in-out; 
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	}
a:focus {
	outline:0;
	}
p{
	margin-bottom:30px;
	line-height: 1.4;
	}
.aligncenter{
	text-align:center;
	}
.bold{
	font-weight:bold;
	}
.nobold{
	font-weight:normal;
	}
.italic{
	font-style:italic;
	}
.colorImportant{
	color:#f2a900;
	font-weight:bold;
	}
strong{
	font-style: italic;
}
ul{
	padding-left: 22px;
	list-style: circle;
	list-style-image: url(images/imagotipo-small.png);
	margin-bottom:20px;
}
ul ul{
	padding-left: 18px;
	list-style: circle;
	margin-top:20px;
}
li{
	margin-bottom: 10px;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}	
ol{
	padding-left:35px;
	margin-bottom:30px;
}
ol li{
	margin-bottom:5px;
}
hr{display:none;}
input[type="checkbox"]{
	/* -webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none; */
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	margin: 3px 5px 0 0;
	background: #fff;
} 
input:focus, select:focus, textarea:focus{
	box-shadow: 1px 1px 8px 0px rgba(106, 189, 71, 0.3);
}

/*-------------- TEXT --------------*/
h1{
	font-size:36px;
	line-height:1.1;
	text-align:center;
	margin-bottom:0;
	font-weight:normal;	
	}
h2, h3, h4, h5{
	color:#00b398;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	text-align:center;	
	letter-spacing: -0.5px;
	font-size:30px;
	line-height:1;
	margin-bottom:25px;
	position: relative;
	}	
h1 small, h2 small, h3 small{
	color:#373232;
	background:#fff;
	font-style: normal;
	letter-spacing: 0px;
	font-size:14px;
	text-transform: uppercase;
	line-height:1;
	padding: 10px 15px;
	border-radius: 25px;
	position: absolute;
	top: -25px;
	left: -20px;
	}
h3, h4, h5{
	font-weight: 300;
	color:#666;
}
h3{
	font-size:26px;
	line-height:26px;
	}
h4{
	text-align:left;
	font-size:24px;
	line-height:22px;
	}
h5{
	text-align:left;
	font-size:22px;
	line-height:18px;
	}
h2 a, h3 a, h4 a, h5 a{
	color:#00b398;
	}

/*-------------- HEADER --------------*/	
header{
	width: 100%;
	height:122px;
	display: block;
	overflow: hidden;
	clear: both;
	position:fixed;
	top: 0;
	background: #fff;
	z-index: 450;
	}
header .headerContent{
	max-width:1160px;
	margin: 0 auto;
	padding: 0 20px;
	height:auto;
	display: block;
	overflow: hidden;
	clear: both;
	position: relative;
	}
header .headerLogo{
	position:relative;
	max-width:300px;
	margin:0 auto;
	}
header .headerLogo a{	
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	overflow:hidden;
	clear:both;
	
	}
header a:hover img{
	-webkit-filter: brightness(120%);
	   -moz-filter: brightness(120%);
	    -ms-filter: brightness(120%);
	     -o-filter: brightness(120%);
			filter: brightness(120%);
	-webkit-transition: .3s ease; 
	   -moz-transition: .3s ease; 
	     -o-transition: .3s ease;
	        transition: .3s ease;
	}
header a img{
	-webkit-filter: brightness(100%);
	   -moz-filter: brightness(100%);
	    -ms-filter: brightness(100%);
	     -o-filter: brightness(100%);
			filter: brightness(100%);
	-webkit-transition: .5s ease; 
	   -moz-transition: .5s ease; 
	     -o-transition: .5s ease;
	        transition: .5s ease;
	}

@media(max-width: 900px){
	header{
		height:102px;
	}
	header .headerContent{
		padding: 0 10px;
		}
	header .headerLogo a{
		padding-top:10px;
		padding-bottom:10px;
		}
}
@media(max-width: 420px){
	header{
		height:75px;
	}
	header .headerLogo a{
		width:200px;
		}
}

/*-------------- MENÃš --------------*/		
span#navmobile{
	width:34px;
	height: 34px;
	display:table;
	overflow: hidden;
	clear: both;
	float: right;
	z-index: 600;
	position: relative;
	}
span#navmobile img{
	cursor: pointer;
	}
span#navmobile img:hover{
	-webkit-filter: brightness(120%);
	   -moz-filter: brightness(120%);
	    -ms-filter: brightness(120%);
	     -o-filter: brightness(120%);
			filter: brightness(120%);
	}
.generalmenu{
	position:absolute;
	top: 50px;
	right: 10px;
	z-index:10;
	}
#navMenu{
	display:none;
	}
nav{
	width:100%;
	height:100%;
	background: #fff;
	display: table;
	vertical-align: middle;
	overflow: hidden;
	clear: both;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 500;
	}
nav ul{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	clear: both;
	padding:0;
	}	
nav ul li{
	max-width: 300px;
	display:block;
	margin: 5px auto;
	text-align: center;
	}
nav ul li:first-child{
	padding-top: 100px;
	background: url(images/imagotipo.png) no-repeat top center;
	background-size: 100px 88px;
	}
nav ul li a{
	line-height: 1.4;
	color:#666;
	font-size: 28px;
	font-weight: normal;
	display: inline-block;
	}
nav ul li:last-child a{
	font-size: 14px;
	}
nav ul li:nth-child(4) a{
	margin-top: 10px;
	font-size: 14px;
	}
nav ul li.current_page_item a{
	color:#00b398;
	}
nav ul li.current_page_item a:hover{
	color:#00b398;
	background: none;
	cursor: default;
	}

@media(max-width: 900px){
	.generalmenu{
		top: 40px;
	}
}
@media(max-width: 420px){
	.generalmenu{
		top: 30px;
	}
	span#navmobile{
		width:25px;
		height: 25px;
	}
}

/*-------------- CONTENIDO INDEX --------------*/
body.page .contentBasic:first-child{
	padding-top:150px;
	}
body.home .contentBasic:first-child{
	padding-top:50px;
	}
.contentBasic{
	max-width:1160px;
	margin:0 auto;
	display:block;
	padding:50px 20px 20px;
	}

@media(max-width: 900px){
	.contentBasic{
		padding:20px 10px;
		}
	body.page .contentBasic:first-child{
		padding-top:130px;
		}
}
@media(max-width: 420px){
	body.page .contentBasic:first-child{
		padding-top:90px;
		}
}

/*--- UL GENERAL ---*/
ul.generalUl{
	width:100%;
	height:auto;
	display: block;
	clear: both;
	text-align:left;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0;
	}
ul.twoUl li{
	display:block;
	vertical-align: top;
	float: left;
	width:49%;
	margin:1%;
	}
ul.threeUl li{
	display:block;
	vertical-align: top;
	float: left;
	width:32%;
	margin:1%;
	}
ul.fourUl li{
	display:block;
	vertical-align: top;
	float: left;
	width:22.5%;
	margin:1.66667%;
	}
ul.fiveUl li{
	display:block;
	vertical-align: top;
	float: left;
	width:18%;
	margin:1.25%;
	width: 19.5%;
	margin: 0.25%;
	}

@media(min-width: 900px){
	ul.fiveUl li:nth-child(5n+0), ul.fourUl li:nth-child(4n+0), ul.threeUl li:nth-child(3n+0){margin-right:0% !important;}
	ul.fiveUl li:nth-child(6n+0), ul.fourUl li:nth-child(5n+0), ul.threeUl li:nth-child(4n+0){margin-left:0% !important;}
	ul.twoUl li:first-child, ul.threeUl li:first-child, ul.fourUl li:first-child, ul.fiveUl li:first-child{margin-left:0% !important;}
	ul.twoUl li:last-child, ul.threeUl li:last-child, ul.fourUl li:last-child, ul.fiveUl li:last-child{margin-right:0% !important;}

	ul.threeUl li.doubleLi{width:66%;}
}

@media(max-width: 900px){
	ul.twoUl li{
		margin-bottom: 30px;
		}
	ul.threeUl li, ul.fourUl li, ul.fiveUl li, ul.threeUl li.doubleLi{
		width:48%;
		margin:2%;
		margin-bottom: 30px;
		}
	ul.threeUl li h4, ul.threeUl li a, ul.threeUl li p, ul.fourUl li h4, ul.fourUl li a, ul.fourUl li p, ul.fiveUl li h4, ul.fiveUl li a, ul.fiveUl li p{
		text-align: center !important;
		}
	ul.threeUl li:nth-child(even), ul.fourUl li:nth-child(even), ul.fiveUl li:nth-child(even){margin-right:0% !important;}
	ul.threeUl li:nth-child(odd), ul.fourUl li:nth-child(odd), ul.fiveUl li:nth-child(odd){margin-left:0% !important;}
}
@media(max-width: 620px){
	ul.twoUl li, ul.threeUl li, ul.fourUl li, ul.fiveUl li, ul.threeUl li.doubleLi{
		display:block;
		width:100%;
		margin:0;
		margin-bottom: 20px;
		float: none;
		}
}

/*--- SLIDER HOME ---*/
.slider{
	width:100%;
	max-width: 1920px;
	height: 100%;
	height: 88vh;
	height: 100vh;
	margin:0 auto;
	background-color: #fff;
	/*background-image:url(images/slider.jpg);*/
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
	position:relative;
	z-index:9;
	display: block;
	overflow: hidden;
	}
.sliderInfo{
	max-width: 300px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: 25vh;
	top: 35vh;
	text-align: center;
}
.sliderInfo h2{
	font-size: 22px;
}
.sliderInfo a{
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.sliderImageUno{
	width: 24vw;
	height: 100vh;
	background: #00B398;
	background-image:url(images/sliderImageUno.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.sliderImageDos{
	width: 24vw;
	height: 100vh;
	background: #F2A900;
	background-image:url(images/sliderImageDos.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top:0;
	left: 25vw;
}
.sliderImageTres{
	width: 49.1vw;
	height: 49vh;
	background: #00B398;
	background-image:url(images/sliderImageTres.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top:0;
	left: 50vw;
}
.sliderImageCuatro{
	width: 23.75vw;
	height: 49vh;
	background: #F2A900;
	background-image:url(images/sliderImageCuatro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top:51vh;
	left: 50vw;
}
.sliderImageCinco{
	width: 24.4vw;
	height: 49vh;
	background: #00B398;
	background-image:url(images/sliderImageCinco.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top:51vh;
	left: 74.75vw;
}
.sliderImageUno, .sliderImageDos, .sliderImageTres, .sliderImageCuatro, .sliderImageCinco{
	-webkit-transition: .5s ease; 
	   -moz-transition: .5s ease; 
	     -o-transition: .5s ease;
	        transition: .5s ease;
}
.sliderImageUno:hover, .sliderImageDos:hover, .sliderImageTres:hover, .sliderImageCuatro:hover, .sliderImageCinco:hover{
	-webkit-filter: brightness(115%);
	   -moz-filter: brightness(115%);
	    -ms-filter: brightness(115%);
	     -o-filter: brightness(115%);
			filter: brightness(115%);
	-webkit-transition: .3s ease; 
	   -moz-transition: .3s ease; 
	     -o-transition: .3s ease;
	        transition: .3s ease;
}

@media(max-width: 720px){
	.sliderImageUno, .sliderImageCinco{
		display: none;
	}
	.sliderImageDos{
		width: 49vw;
		height: 100vh;
		left: 0vw;
	}
	.sliderImageTres{
		width: 49vw;
		height: 50vh;
		left: 50vw;
	}
	.sliderImageCuatro{
		width: 49vw;
		height: 49vh;
		top:51vh;
		left: 50vw;
	}
}

/*--- ULÂ´s ESPECIFICAS: ICONOS ---*/
ul.importanIcons{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;  
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}
ul.importanIcons li{
	background: #fff;
	padding: 10px;
	border-radius: 3px;
	position: relative;
}
ul.importanIcons li .importanIconsIcon{
	width: 74px;
	height: 74px;
	background-size: 0 0, auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom:10px;
	overflow: hidden;
}
ul.importanIcons li img{
	margin: 0 auto;
}
ul.importanIcons li h3, ul.importanIcons li h4{
	font-size: 18px;
	margin-bottom: 10px;
	}	
ul.importanIcons li p{
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
	}
ul.importanIcons input[type="button"], ul.importanIcons input[type="submit"]{
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	color:#fff;
	background: #00B398;
	border: 2px solid #00B398;
	font-weight: bold;
	}
ul.importanIcons input[type="button"].lineButton, ul.importanIcons input[type="submit"].lineButton{
	color:#00B398;
	background-color: transparent;
	border: 2px solid #00B398;
	}
ul.importanIcons input[type="button"]:hover, ul.importanIcons input[type="submit"]:hover{
	color:#fff;
	background: #F2A900;
	border-color: #F2A900;
	}
.specialText{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 30px auto;
	line-height: 1;
}
.specialText > span{
	font-size: 36px;
	display: block;
	clear: both;
}
.specialText small{
	height: 15px;
	display: block;
	clear: both;
	color:#F2A900;
}
.specialText small span{
	text-decoration: line-through;
}
.offerIcon{
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -10px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	background:#F2A900;
}
.smallLetter{
	font-size: 12px;
	line-height: 1;
	vertical-align: inherit;
}

/*-------------- BOTON GENERAL --------------*/
.generalButton{
	text-align:center;
	margin: 5px auto 30px;
	padding:10px 15px;
	border: none;
	border-radius: 1px;
	display: table;
	width: auto;
	text-align: center;
	background: #f2a900;
	color: #fff;
	cursor: pointer;
	}
.generalButton:hover{
	background: #00b398;
	color: #fff;
	}

/*--- MORE INFO FOOTER ---*/
.moreInfo{
	width:100%;
	display: table;
	}
.moreInfoLogo{
	width: 350px;
	display: table-cell;
	}
.moreInfoText{
	display: table-cell;
	vertical-align: middle;
	}
.textBig{
	text-align: right;
	font-size: 32px;
	color: #fff;
	margin-bottom: 0;
	}
.textBig a{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	padding:10px 15px;
	border: none;
	border-radius: 2px;
	background: #f2a900;
	color: #fff;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	}
.textBig a:hover{
	background: #000;
	color: #fff;
	}

@media(max-width: 1000px){
	.moreInfoLogo{
		width: 250px;
	}
	.textBig{
		font-size: 24px;
		color: #fff;
	}
	.textBig a{
		font-size: 18px;
		padding:10px 10px;
	}
}
@media(max-width: 720px){
	.moreInfo{
		display: block;
	}
	.moreInfoLogo{
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}	
	.moreInfoLogo img{
		margin: 0 auto;
	}
	.moreInfoText{
		display: block;
	}	
	.textBig{
		text-align: center;
	}
}

/*-------------- DOWNLOAD --------------*/
.titleDeco{
	width: 100%;
	height: auto;
	background:#00b398;
	background-image:url(images/bg-green.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.titleDecoContent{
	max-width:1160px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	padding:180px 20px 30px;
}
.titleDecoContent h2, .titleDecoContent h2 a{
	color: #fff;
}

@media(max-width: 900px){
	.titleDecoContent{
		padding:130px 10px 10px;
	}
}
@media(max-width: 420px){
	.titleDecoContent{
		padding:110px 10px 10px;
	}
}

/*-------------- DOWNLOAD --------------*/
.downloadContent, .downloadContentIndex{
	width: 100%;
	height: auto;
	background:#00b398;
	padding: 40px 0;
	background-image:url(images/bg-green.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.downloadContent{
	padding: 80px 0;
}
.downloadContent .contentBasic{
	/*padding-right: 300px;*/
	/*background: url(images/movil-deco.png) no-repeat bottom right;*/
}
.downloadContent .imageDownload{
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	margin-left: 20px;
}
.downloadContent .infoDownload{
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 300px);
}
.downloadContent h2, .downloadContentIndex h2{
	color: #fff;
	margin-bottom: 40px;
}
.downloadContent h2{
	text-align: left;
}
.downloadContent p, .downloadContentIndex p{
	color: #fff;
	margin-bottom: 40px;
}
/*.downloadContent a:nth-child(1){
	width: 150px;
	height: 50px;
	background: url(images/download-android.jpg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-size: cover;
	border-radius: 3px;
}
.downloadContent a:nth-child(2){
	width: 150px;
	height: 50px;
	background: url(images/download-ios.jpg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-size: cover;
	border-radius: 3px;
}
.downloadContent a:nth-child(3){
	width: 150px;
	height: 50px;
	background: url(images/download-webapp.jpg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-size: cover;
	border-radius: 3px;
}*/
.downloadContent a:hover{
	opacity: .5;
}

@media(max-width: 720px){
	.downloadContent{
		padding: 30px;
	}
	.downloadContent .imageDownload{
		display: none;
	}
	.downloadContent .infoDownload{
		display: block;
		width:100%;
	}
	.downloadContent a{
		margin: 0 auto 5px !important;
		display: table !important;
		clear: both;
	}
}

/*-------------- LANDING --------------*/
.appLinks a.android{
	width: 150px;
	height: 50px;
	background: url(images/download-android.jpg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-size: cover;
	border-radius: 3px;
}
.appLinks a.ios{
	width: 150px;
	height: 50px;
	background: url(images/download-ios.jpg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-size: cover;
	border-radius: 3px;
}
.appLinks a.web{
	width: 150px;
	height: 50px;
	background: url(images/download-webapp.jpg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-size: cover;
	border-radius: 3px;
}
.landingContentDark ul.importanIcons li h3, .landingContent ul.importanIcons li h4{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 3px dotted #bebdbd;
	}
.landingContentDark ul.importanIcons a{
	color:#F2A900;
	}
.landingContentDark ul.importanIcons a:hover{
	color:#00b398;
	}
.landingContentDark ul.importanIcons input[type="button"], .landingContentDark ul.importanIcons input[type="submit"]{
	color:#fff;
	background: #F2A900;
	border: 2px solid #F2A900;
	margin-top: 10px;
	}
.landingContentDark ul.importanIcons input[type="button"].lineButton, .landingContentDark ul.importanIcons input[type="submit"].lineButton{
	color:#F2A900;
	border: 2px solid #F2A900;
	background: transparent;
	}
.landingContentDark ul.importanIcons input[type="button"]:hover, .landingContentDark ul.importanIcons input[type="submit"]:hover{
	background: red;
	border-color: red;
	color:#fff;
	}
.landingContent, .landingContentIndex{
	width: 100%;
	height: auto;
	padding: 40px 0;
	background:#00b398;
	background: -moz-linear-gradient(-45deg,  #f2a900 15%, #00b398 85%);
	background: -webkit-linear-gradient(-45deg,  #f2a900 15%,#00b398 85%);
	background: linear-gradient(135deg,  #f2a900 15%,#00b398 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a900', endColorstr='#00b398',GradientType=1 );
}
.landingContentDark h2{
	color: #F2A900;
}
@media(max-width: 720px){
	.landingContent h2{
		text-align: center !important;
	}
}
.landingContentDark{
	width: 100%;
	height: auto;
	background:#373232;
	padding: 60px 0 40px;
	position: relative;
}
@media(max-width: 720px){
	#card > li{
		margin: 10px 30px !important;
	}
}
.landingContentDark .contentBasic{
	padding-top:20px !important;
}
.textWhite{
	color: #fff;
}
.landingContent{
	padding: 60px 0;
	position: relative;
}
.landingContent .generalButton{
	margin-left: 0;
	padding:10px 25px;
	border-radius: 25px;
	background: #f2a900;
	border: 1px solid #fff;
	border-top-color: #ffcc57;
	border-right-color: #cf7f00;
	border-left-color: #ffcc57;
	border-bottom-color: #cf7f00;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2)
	}
.landingContent .generalButton:hover{
	color: #fff;
	background: #4db48e;
	border: 1px solid #fff;
	border-top-color: #418c70;
	border-right-color: #4cd6a3;
	border-left-color: #418c70;
	border-bottom-color: #4cd6a3;
	opacity: 1;
	}
.bgDeco{
	fill:#fff;
	fill-rule:evenodd;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	margin:0 auto;
	width:100%;
	z-index:1;
}
.bgDecoDos{
	fill:#fff;
	fill-rule:evenodd;
	position:absolute;
	left:0;
	right:0;
	top:-1px;
	margin:0 auto;
	width:100%;
	z-index:1;
}
.imageDownload{
	text-align: center;
}
.landingContent{
}
.landingUl{
	font-weight:700;
}
.landingUl li{
	padding: 2px 4px;
}
.landingUl li:nth-child(even){
	background: #f5f5f5;
}
.landingContent .imageDownload{
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	margin-left: 20px;
}
.landingContent .infoDownload{
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 300px);
}
.landingContent h2, .downloadContentIndex h2{
	padding: 15px 20px;
	border: solid 3px #fff;
	border-radius: 5px;
	display: inline-block;
}
.landingContent h2, .downloadContentIndex h2{
	color: #fff;
	margin-bottom: 40px;
}
.landingContent h2{
	text-align: left;
}
.landingContent p, .downloadContentIndex p{
	color: #fff;
	margin-bottom: 40px;
}
.landingContent a:hover{
	opacity: .5;
}
.landingListContent{
	width: 100%; display: table;vertical-align:middle;table-layout: fixed;overflow-wrap: break-word;white-space: normal;
	font-size: 14px;
}
.landingListContent > div{
	width: 100%; display: table-cell;vertical-align:middle;
}
.landingListContent > div:first-child{
	padding-right: 20px;
}
.landingListContent > div:last-child{
	padding-left: 20px;
}
.landingListContent img{
	margin: 0 auto;
}
.landingList picture{
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
}
.landingList picture image{
	margin: 0 auto;
}
@media(max-width: 720px){
	.landingListContent{
		display: block;
	}
	.landingListContent > div{
		display: block;
	}
	.landingListContent > div:first-child{
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.landingListContent > div:last-child{
		padding-left: 0px;
		margin-bottom: 20px;
	}
	.landingList picture{
		max-width: 80%;
		margin: 0 auto;
	}
}
.moreInfoContent{
	width: 100%; display: table;vertical-align:middle;
}
.moreInfoContent > div:first-child{
	width: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.moreInfoContent > div{
	display: table-cell;vertical-align:middle;
}

@media(max-width: 720px){
	.landingContent{
		padding: 30px;
	}
	.landingContent .imageDownload{
		display: none;
	}
	.landingContent .infoDownload{
		display: block;
		width:100%;
	}
	.landingContent a{
		margin: 0 auto 30px !important;
		display: table !important;
		clear: both;
	}
	.appLinks{ text-align: center;}
	.appLinks a{ margin: 0 auto 5px !important;}
	
	.moreInfoContent{
		display: block;
		padding: 0 20px;
	}
	.moreInfoContent > div:first-child{
		width: 80px;
		padding-right: 0px;
		padding-bottom: 0px;
		text-align: center;
		margin: 0 auto 10px;
	}
	.moreInfoContent > div{
		display: block;
	}
	
}

.appLinksSlogan{
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
	display: block;
	}


/*-------------- CHANGUE LOG --------------*/
.changueLog p{
	margin-bottom: 10px;
}

/*-------------- FOOTER --------------*/
footer{
	width: 100%;
	background:#00b398;
	padding:10px 20px;
	display:block;
	overflow:hidden;
	color:#fff;
	position: relative;
	background-image:url(images/bg-green.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	}
.contentFooter{
	max-width:1160px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	padding:30px 20px;
	}

@media(max-width: 900px){
	.contentFooter{
		padding:20px 10px;
		}
}
footer p{
	margin:0px;
	display:block;
	overflow:hidden;
	font-size:12px;
	text-align: center;
	}
footer a{
	color: #fff;
	font-weight: bold;
	}

@media(max-width: 900px){
	footer{
		padding:20px 10px;
	}
}

/*slideDown*/
.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility: visible !important;						
}
@keyframes slideDown {
	0% {transform: translateY(-200%);}
	25% {transform: translateY(-200%);}
	100% {transform: translateY(0%);}		
}
@-webkit-keyframes slideDown {
	0% {-webkit-transform: translateY(-100%);}
	25% {-webkit-transform: translateY(-100%);}
	100% {-webkit-transform: translateY(0%);}	
}

/*slideUp*/
.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	visibility: visible !important;			
}
@keyframes slideUp {
	0% {transform: translateY(100%);}
	25% {transform: translateY(100%);}
	100% {transform: translateY(0%);}	
}
@-webkit-keyframes slideUp {
	0% {-webkit-transform: translateY(100%);}
	25% {-webkit-transform: translateY(100%);}
	100% {-webkit-transform: translateY(0%);}	
}

/*slideRight*/
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes slideRight {
	0% {transform: translateX(-150%);}
	25% {transform: translateX(-150%);}
	100% {transform: translateX(0%);}	
}
@-webkit-keyframes slideRight {
	0% {-webkit-transform: translateX(-150%);}
	25% {-webkit-transform: translateX(-150%);}
	100% {-webkit-transform: translateX(0%);}
}

/*slideLeft*/
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;	
	visibility: visible !important;	
}
@keyframes slideLeft {
	0% {transform: translateX(150%);}
	25% {transform: translateX(150%);}
	100% {transform: translateX(0%);}	
}
@-webkit-keyframes slideLeft {
	0% {-webkit-transform: translateX(150%);}
	25% {-webkit-transform: translateX(150%);}
	100% {-webkit-transform: translateX(0%);}
}

/*expandUp*/
.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	
	visibility: visible !important;	
}
@keyframes expandOpen {
	0% {transform: scale(0);}	
	100% {transform: scale(1);}			
}
@-webkit-keyframes expandOpen {
	0% {-webkit-transform: scale(0);}	
	100% {-webkit-transform: scale(1);}					
}

#footerCookies {
	width: 100%;
	border-top: 1px solid #aaaaaa;
	background: #f6f6f6;
	position: fixed;
	left: 0;
	bottom: 0px;
	text-align: center;
	padding: 10px 0;
	z-index: 20;
	clear: both;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
  }
  #footerCookies .button {
	white-space: nowrap;
	background-color: #ddd;
	border: 1px solid #777;
	padding: 4px 10px;
	margin: 0 10px;
	text-decoration: none;
	color: #333;
	display: inline-block;
	margin-top: 5px;
  }
  #footerCookies .button:hover {
	background-color: #eee;
  }
  #footerCookies .button:active {
	position: relative;
	top: 1px;
  }
  #footerCookies .button:focus {
	outline: 0;
	background: #fafafa;
  }
  .contentFooter .footerLink {
	  display: inline-block;
	  margin: 0 10px;
	  margin-top: 10px;
  }
  /*-------------- RESPUESTA PAGO --------------*/
  .messageContent{
    width: 100%;
    height: 100%;
    display: block;
    background:#373232;
    color:#fff;
  }
  .messageContent h2{
    color:#fff;
    margin-bottom: 10px;
  }
  .pbig{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .messageContent img{
    margin: 0 auto 20px;
  }
  .messageOk{
    background: #00b398;
  }
  .messageError{
    background: #b6384b;
  }
  .message{
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
  }