@charset "utf-8";
/* CSS Document */

/*/////////////// 		AFECTA AL MAIN (AGREGAR)		 //////////////*/


/*/////////////// 		ESPECIALES LISTAS		 //////////////*/

.listado-fases{
	width:75%;
	margin:auto auto 40px auto;
}
.listado-fases ul{
	font-size:22px;
    list-style-type: none;
}
.listado-fases li{
	display:inline-block;
	width:100%;
	margin: 0 0 40px 0;
	vertical-align:middle;
}
.listado-fases li:last-child{
	margin: 0 0 0 0;
}
.listado-fases li img{
	width:100%;
	height:auto;
	
}
.listado-fases li h4{
	margin: 10px 0 0 0;
}
.listado-fases li p{
	width:100%;
	text-align:left;
}

.listado-elementos-2col{
	/*width:75%;*/
	margin:auto;
}
.listado-elementos-2col h4{
	margin: 10px 0 20px 0;
	text-align:left;
}
.listado-elementos-2col ul{
	font-size:22px;
	list-style-type: none;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
	width: 100%;
}
.listado-elementos-2col li{
	display:inline-block;
	width:48%;
	text-align:center;
	vertical-align:middle;
	margin:0 0 30px 0;
}
.listado-elementos-2col li:nth-child(2n) {
	margin-left:3%;
}

.listado-elementos-2col li img{
	width:80%;
	max-width:300px;
	height:auto;	
	margin:20px 0 0 0;
}
.listado-elementos-2col li p{
	width:60%;
	font-size:18px;
	margin:20px auto 20px auto;
}

.listado-elementos-3col{
	width:75%;
	margin:auto;
}
.listado-elementos-3col h4{
	margin: 10px 0 20px 0;
	text-align:left;
}
.listado-elementos-3col ul{

    list-style-type: none;
}
.listado-elementos-3col li{
	display:inline-block;
	width:31%;
	height:450px;
	background:#EFEFEF;
	text-align:center;
	vertical-align:middle;
	margin:0 0 30px 0;
}
.listado-elementos-3col li:nth-child(2n) {
	margin:-30px 2% 0 2%;
}

.listado-elementos-3col li img{
	width:80%;
	max-width:300px;
	height:auto;	
	margin:20px 0 0 0;
}
.listado-elementos-3col li p{
	width:80%;
	font-size:18px;
	margin:20px auto 20px auto;
}



.listado-bloque{
	width:75%;
	margin:auto;
}
.listado-bloque h4{
	margin: 10px 0 20px 0;
	text-align:left;
}
.listado-bloque ul{
	background:#EFEFEF;
	font-size:22px;
    list-style-type: none;
	margin:0 0 40px 0;
}
.listado-bloquebg ul{
	margin:0;
}
.listado-bloque li{
	display:table-cell;
	text-align:center;
	width:25%;
	padding:10px;
	vertical-align:middle;
}
.listado-bloque li img{
	width:100%;
	max-width:300px;
	height:auto;
		
}
.listado-bloque p{
	width:80%;
	margin:0 auto 20px auto;
	font-size:18px;
}

.listado-bloquebg{
	background:#EFEFEF;
	margin:0 0 40px 0;
}

/*/////////////// 		MEDIA QUERIES LISTAS		 //////////////*/



@media (max-width: 1200px) {
	
}

@media (max-width: 1140px) {
	.listado-fases{
	width:85%;
}
	.listado-elementos-2col{
	width:100%;
}
.listado-bloque{
	width:85%;
}
.listado-elementos-3col{
	width:85%;
}
}


@media (max-width: 1024px) {
.listado-elementos-2col li{
	width:100%;
	margin:0 0 30px 0;
}
.listado-elementos-2col li:nth-child(2n) {
	margin-left:0;
}
.listado-bloque li{
display:inline-block;
width:100%;
padding: 0;
}
}


@media (max-width: 980px) {
.listado-fases{
	width:80%;
}
.listado-elementos-2col{
	width:80%;
}
.listado-bloque{
	width:80%;
}
.listado-elementos-3col{
	width:80%;
}
.listado-elementos-3col li{
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	
}
.listado-elementos-3col li:nth-child(2n) {
	margin:0 0 30px 0;
}
}

@media (max-width: 768px) {
.listado-fases{
	width:90%;
}
.listado-elementos-2col{
	width:90%;
}	
.listado-bloque{
	width:90%;
}
.listado-elementos-3col{
	width:90%;
}
}





/*/////////////// 		ESPECIALES ALEMANIA FLIP-CARD		 //////////////*/


/* simple */

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}


/* START: Accommodating for IE */

.flip-container:hover .back,
.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front,
.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* END: Accommodating for IE */

.flip-container,
.front,
.back {
    width: 101%;
    height: 324px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #eee;
    z-index: 2;
}

.back {
    background: #f8f8f8;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.front .name {
    font-size: 22px;
    font-weight: 900;
    bottom: 60px;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.back-logo {
    position: absolute;
    top: 50px;
    width: 160px;
    height: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.back-title {
   font-weight: 900;
}

.back-text {
    margin-top: 22%;
    }


.back-text > p a {
    text-decoration: underline;
    transition-property: color;
    transition-duration: .3s;
}

.back-text > p a:hover {
    color: #23ceb6;
}

.listado-elementos-2col li .back p {
    width: 70%;
    font-size: 18px;
    margin: 5 auto 20px auto;
}

.listado-elementos-2col h4.flip {
    text-align: center;
    font-size: 30px;
}

article .medium h2.centro {
    text-align: center;
    margin-right: 0;
}



/*.bg-small-1 {
    background: url(img/currywurst-small.png) center no-repeat;
}

.bg-small-2 {
    background: url(img/tortilla-small.png) center no-repeat;
}

.bg-small-3 {
    background: url(img/codillo-small.png) center no-repeat;
}

.bg-small-4 {
    background: url(img/paella-small.png) center no-repeat;
}

.bg-small-5 {
    background: url(img/kohlrouladen-small.png) center no-repeat;
}

.bg-small-6 {
    background: url(img/gazpacho-small.png) center no-repeat;
}

.bg-small-7 {
    background: url(img/frikadelle-small.png) center no-repeat;
}

.bg-small-8 {
    background: url(img/jamon-small.png) center no-repeat;
}

.bg-small-9 {
    background: url(img/apfelstrudel-small.png) center no-repeat;
}

.bg-small-10 {
    background: url(img/churros-small.png) center no-repeat;
}

*/

.bg-1 {
    background: url(../img/dormir-si.jpg) center no-repeat;
}

.bg-2 {
    background: url(../img/dormir-no.jpg) center no-repeat;
}

.bg-3 {
    background: url(../img/comer-si.jpg) center no-repeat;
}

.bg-4 {
    background: url(../img/comer-no.jpg) center no-repeat;
}

.bg-5 {
    background: url(../img/activa-si.jpg) center no-repeat;
}

.bg-6 {
    background: url(../img/activa-no.jpg) center no-repeat;
}

.bg-7 {
    background: url(../img/deporte-si.jpg) center no-repeat;
}

.bg-8 {
    background: url(../img/deporte-no.jpg) center no-repeat;
}

.bg-9 {
    background: url(../img/humor-si.jpg) center no-repeat;
}

.bg-10 {
    background: url(../img/humor-no.jpg) center no-repeat;
}

.bg-11 {
    background: url(../img/positiva-si.jpg) center no-repeat;
}

.bg-12 {
    background: url(../img/positiva-no.jpg) center no-repeat;
}

.bg-13 {
    background: url(../img/salud-si.jpg) center no-repeat;
}

.bg-14 {
    background: url(../img/salud-no.jpg) center no-repeat;
}


 

/*/////////////// 		MEDIA QUERIES ALEMANIA FLIP CARD		 //////////////*/


@media (max-width: 768px) {
    .back {    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);          
    }
    .back {background-color:#fff}

    
}

@media (max-width: 1025px) {
.back {background-color:#fff}
}

/*/////////////// 		ESPECIAL MODA		 //////////////*/

.bloque-moda {
    text-align: center;
    max-width: 990px;
    margin: auto;
}



.bloque-moda > span {
    font-family: 'aqua_grotesqueregular', sans-serif;
    font-size: 230px;
    color: #23ceb6;
    font-weight: 100;
    padding: 5px 0 0 0;
    margin-bottom: -60px;
/*    margin-top: -30px;*/
    display: block;
}

.bloque-moda h3 {
    display: inline-block;
    font-family: 'aqua_grotesqueregular', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    padding: 8px 17px 4px 19px;
    font-weight: 900;
    position: relative;
    margin-top: -130px;    
    font-weight: normal;
}

.bloque-moda h3 span {
    position: relative;
    z-index: 1;
}

.bloque-moda h3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transform: rotate(0deg) scale(1) skew(30deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1) skew(30deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(30deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(30deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(30deg) translate(0px);
    background-color: rgba(51,51,51,0.95);
    width: 100%;
    height: 100%;
}

.bloque-moda p {
    width: 42%;
    margin: 0 auto 20px auto;
    font-size: 18px;
}

.bloque-moda img{
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #e2e2e2;
}

/*/////////////// 		MEDIA QUERIES MODA		 //////////////*/
@media (max-width: 700px) {
    .bloque-moda p {
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 18px;
}
    
}


