@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Karla:400,700);
@import url(http://fonts.googleapis.com/css?family=Scheherazade);
.proximamente{
	 text-align: center;
	  position: relative;
	  top: 40%;
	  -ms-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  font-size:1.5em;
	}
::-moz-selection  {
background: #87AE27;
color: white;
}
::selection   {
background: #87AE27;
color: white;
}

body,html{
	height:100%;
	}
body{
	width:100%;
	margin:0;
	padding:0;
	font-family:'Karla', sans-serif;
	font-size:14px;
	color:#595958;
	position:relative;
	}
.main{
	padding:20px 50px;
	}
header{
	top:0;
	left:50px;
	right:50px;
	width: calc(100% - 100px);
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	position:fixed;
	z-index:9999;
	}
.logo{
	width:200px;
	height:auto;
	float:left;
	}
.logo img{
	width:60%;
	height:auto;
	}
nav{
	width:60%;
	float:right;
	font-weight:lighter;
	}
nav ul{
	margin:0;
	padding:0;
	text-align:right;
	position:relative;
	}
nav ul:first-child{
	margin:10px 0;
	}
nav li{
	padding-right:1%;
	display:inline;
	list-style-type:none;
	}
nav li:last-child{
	padding-right:0;
	}
nav img{
	width:30px;
	height:auto;
	}
nav a:visited, nav a:link{
	color:#595958;
	text-decoration:none;
	}
nav a.attivo{
	color:#87AE27;
	border-top:2px solid #87AE27;
	}
nav a:hover{
	color:#87AE27;
	border-top:2px solid #87AE27;
	}
nav .green a:link, nav .green a:visited{
	color:#87AE27 !important;
	}
nav .green a:hover{
	color:#CDCCCC !important;
	border-top:none !important;
	}
.tel{
	font-size:1.8em;
	}
.telefono a:link, .telefono a:visited{
	font-size:1.5em;
	color:#87AE27 !important;
	}
/*galleria*/
 #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
	#slides {
      display: none
    }
	.entorno{
width:80%;}
    .container {
	  
	  margin:100px auto 0 auto;
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
    
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
     
    }

    /* For larger displays */
    @media (min-width: 1200px) {
   
    }
/*end galleria*/
.container h1{
	width:90%;
	padding:50px 0 0 4%;
	margin:0;
    position: absolute;
	z-index:999;
	font-weight:normal;
	}
.container h1 span,.container h1 span:after {
    color: #ffffff;
    position: relative;
    padding: .2em 0 .25em 0;
}

.container h1 span {
    font-size: 1.8em;
    z-index: 100;
    text-shadow: .04em .04em 0 #9cb8b3;
}

.container h1 span:after {
    color: rgba(0,0,0,.35);
    text-shadow: none;
    left: .0875em;
    top: .0875em;
    z-index: -1;
    -webkit-mask-image: url(http://f.cl.ly/items/1t1C0W3y040g1J172r3h/mask.png);
}
.gallery{
	background-color:#CCC;
	margin-top:100px;
	width:100%;
	height:500px;
	}
.map{
	margin-top:100px;
	width:100%;
	height:500px;
	}
.contactos, .tarifas{
	padding:5% 10%;
	background-color:#CCC;
	margin-top:90px;
	width:80%;
	}
.row{
	width:100%;
	position:relative;
	padding-top:10px;
	font-family: 'Scheherazade', serif;
	}
.block{
	background-color:#CCC;
	position:relative;
	float:left;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	}
.block a:link, .block a:visited{
	text-decoration:none;
	}
.mask{
	width:100%;
	height:400px;
	position:absolute;
	top:0;
	}
.mask:hover{
	background-color:rgba(0, 0, 0, 0.4);
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
	}
.titleBlock{
	position: relative;
	  top: 50%;
	  transform: translateY(-50%);
	}
.block h4{
	font-size:2.5em;
	text-transform:uppercase;
	font-weight:normal;
    color:#fff;
	margin:0;
	padding:0 0 5px 0;
	}
.block .line{
	width:50px;
	height:2px;
	margin:auto;
	background-color:#fff;
	}

#uno{
	width: calc(34% - 10px);
	background-image:url('img/foto1-new.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	margin-right:10px;
	height:400px;
	}
#due{
	width:66%;
	height:400px;
	background-image:url('img/foto2.jpg');
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center 99%;
	}
#tre{
	width: calc(66% - 10px);
	background-image:url('img/foto3.jpg');
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	background-size:cover;
	margin-right:10px;
	height:400px;
	}
#quattro{
	width:34%;
	height:400px;
	background-image:url('img/foto4.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	}
#cinque{
	width:25%;
	height:400px;
	background-image:url('img/foto9.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
#sei{
	width: calc(50% - 20px);
	background-image:url('img/foto7.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin:0 10px;
	height:400px;
	}
#sette{
	width:25%;
	height:400px;
	background-image:url('img/foto8.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
#otto{
	width:100%;
	height:400px;
	background-image:url('img/foto5.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
#nove{
	width:calc(25% - 10px);
	margin-right:10px;
	height:400px;
	background-image:url('img/foto10.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
#dieci{
	width:calc(25% - 10px);
	margin-right:10px;
	height:400px;
	background-image:url('img/foto11-new.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
#undici{
	width:calc(25% - 10px);
	margin-right:10px;
	height:400px;
	background-image:url('img/foto12-new.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
#dodici{
	width:25%;
	height:400px;
	background-image:url('img/foto13-new.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}
.titulo{
	margin-top:50px;
	width:70%;
	float:right;
	}
.titulo1{
	margin-top:50px;
	width:58%;
	float:right;
	}
.titulo1 h1{
	font-weight:normal;
	text-transform:uppercase;
	line-height:1em;
	}
.titulo h1{
	font-weight:normal;
	text-transform:uppercase;
	line-height:1em;
	}
.side h2{
	font-weight:normal;
	margin:0;
	text-transform:uppercase;
	}
.side{
	width:26%;
	float:left;
	text-align:right;
	font-size: 1.3em;
    line-height: 1.2em;
	}
.green{
	color:#87AE27;
	}
.texto{
	position: relative;
	width:30%;
	float:left;
	text-align:justify;
	margin-bottom:100px;
	font-size: 1.4em;
    line-height: 1.2em;
	}
.itinerario{
	width:40%;
	float:left;
	text-align:right;
    background-image:url('img/mapa.jpg');
	background-size:cover;
	 padding-top: 40%;
	 margin-top:30px;
	}
.localization{
	width:70%;
	font-size:1.5em;
	line-height: 1.2em;
	}
.texto p{
	margin:0;
	}
.texto h1{
	font-weight:normal;
	font-size:1.5em;
	}
.texto ul{
	list-style-type: circle;
	}
.container1 ul{
	list-style-type: none !important;
	}
.charDx, .charSx{
	width:48%;
	float:left;
	}
.charDx{
	margin-left:2%;
	}
.char{
	font-size:2em;
	margin-bottom:20px !important;
	}
.margin{
	margin:0 4%;
	}
.contactos{
	font-family: 'Scheherazade', serif;
	background-image:url('img/contactos-new.jpg');
	background-size:cover;
	background-attachment:fixed;
	}
.tarifas{
	font-family: 'Scheherazade', serif;
	background-image:url('img/tarifas.jpg');
	background-size:cover;
	background-attachment:fixed;
	}
.contactos h1, .tarifas h1{
	margin:0;
	font-size:2.2em;
	font-weight:normal;
	text-transform:uppercase;
	}
.contactos p{
	margin:0;
	width:46%;
	float:left;
	font-size:1.3em;
	line-height:1em;
	}
.tarifas p{
	margin:0;
	width:100%;
	font-size:1.3em;
	line-height:1em;
	}
.contactos p a:link, .contactos p a:visited, .tarifas p a:link, .tarifas p a:visited {
	text-decoration:none;
	color:#595958;
	}
.contactos p a:hover, .tarifas p a:hover{
	color:#87AE27;
	}
/*.contactos p:nth-child(even), .tarifas p:nth-child(even){
	margin-left:4%;
    }*/
.box{
	padding:30px;
	width:45%;
	background-color:rgba(255,255,255,1);
	}
.box h2{
	font-size:1.6em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	}
.marginTop{
	margin:50px 0;
	}
/* Form CSS*/
form{
	width: 66%;
	float:left;
	align-items: stretch;
	}
.ccfield-prepend{
	margin-bottom:10px;
	width: 96.5%;
}

.ccform-addon{
	color:#f8ae45; 
	float:left;
	padding:8px;
	width:8%;
	background:#FFFFFF;
	text-align:center;	
}

.ccformfield {
	color:#000000; 
	background:#ccc;
	border:none;
	padding:15.5px;
	width:100%;
	display:block;
	font-family: 'Lato',Arial,sans-serif;
	font-size:14px;
}
:-moz-ui-invalid:not(output) {
    box-shadow: 0 0 1.5px 1px #1B8EBE !important;
}
.ccformfield {
	font-family: 'Lato',Arial,sans-serif;
}
.ccbtn{
	display:block;
	border:none;
	background:#87AE27;
	float:right;
	color:#FFFFFF;
	padding:10px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}
.ccbtn:hover{
	opacity:0.7;

}
.cnt{
	background-image:url('img/escribir.png');
	background-size:cover;
	width: calc(34% - 10px);
	margin-right:10px;
	height:400px;
	}
.foto{
	position:relative;
	}
.foto img{
	width:49%;
	
	}
footer{
	color:#fff;
	width:100%;
	margin-top:10px;
	padding:30px 0;
	background-image:url('img/footer.jpg');
	background-size:cover;
	background-position: 20% center;
	}
footer h1{
	font-size:1.2em;
	font-weight:normal;
	}
footer .contenidor{
	width:50%;
	float:right;
	}
footer .col{
	width:48%;
	padding-right:1%;
	float:left;
	}
footer .col a:link, footer .col a:visited{
	color:#fff;
	text-decoration:none;
	}
footer .col a:hover, footer .col a.attivo{
	color:#87AE27;
	}
footer .right{
	text-align:right;
	}
footer ul{
	margin:0;
	padding:0;
	}
footer li{
	font-size:1em;
	list-style-type:none;
	}
.copy{
	width:97%;
    margin:20px auto 0 auto;
	padding-top:10px;
	border-top:1px solid #fff;
	font-size:0.8em;
	text-align:right;
	}
.copy a:link, .copy a:visited{
	color:#CCC;
	text-decoration:none;
	} 
.copy a:hover{
	color:#87AE27;
	}
.gallery1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.gallery1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	text-align: center;
	font-size: 0;
	position: relative;
	display: inline-block;
}

.gallery1 li {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #fff;
}

.gallery1 li img {
	display: block;
	height: 200px;
	width: auto;
	transition: all 0.4s;
}

.gallery1 li:hover img {
	transform: scale(1.5);
	z-index: 1;
}
.ferma{
	clear:both;
	}

