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


body{background-image:url(../img/papel.jpg);}

body p{font-family: 'Playfair Display', serif;}
body p .azul{ font-weight:700; font-style:italic;color:#00a1ac;}

h1, h2, h3{font-family: 'Pinyon Script', cursive; line-height:0.7;}
h2{font-size:4em; color:#00a1ac; margin-bottom:20px;}

.no-padding{padding:0;}

.texto{padding:0 30px;}
.texto.centrado{text-align:center; padding-top:120px;}
.texto img{ margin-top:60px;}


.back-villa-herminia img{position:fixed; top:0; right:20px; transition: all .2s ease-in-out;}
.back-villa-herminia img:hover{ transform: scale(1.1);}

#logo{width:340px; position:fixed; z-index:9999; top:0; left:8%;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#logo.min{width:150px;left:2%;}

.bodegon-home{width:100%; height:100vh; background-image:url(../img/bodegon.jpg); background-size:cover; background-position:center;}

.intro{ background:#00a1ac; color:#FFFFFF; padding:20px; line-height:1; text-align:center; font-size:0.9em;}
#logo.min .intro{ height:10px; margin:0; padding:0;}
#logo.min .intro p{ display:none;}

section{padding-top:120px;}

.separador{margin:90px 0; text-align:center;}

.icono-cata p, .icono-cata{text-align:center;}

footer{width:100%; background:#00a1ac; height:auto; display:block; text-align:center; padding:30px 0;}
footer p{font-size:0.9em;color:#65dcea !important;text-align:center;}
footer p a{color:#11565e;}
footer p a:hover{color:#65dcea;}


.gallery{margin-top:-50px;}

/* PANTALLA MEDIANA */

@media only screen and (max-width: 1024px) {
	
	#logo{width:200px;}
	.intro{ height:10px; margin:0; padding:0;}
	.intro p{ display:none;}
	
	.texto.centrado{padding-top:0px;}
	
	
	}

/* PANTALLA PEQUEÑA */	

@media only screen and (max-width: 640px) {	
	.back-villa-herminia img{ width:90px; right:5px;}
	#logo{width:120px;left:2%;}
	#logo.min{width:120px;left:2%;}
	
	}