/* @override 
	http://localhost:8888/css/fix.css */

.principal img {
	margin-top: -30px;	
}
.anchocompleto img {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-bottom: 1.5em;

}

.btn-primary { 
	background-color: #46BCA2 !important;
    border-color: #46BCA2 !important;
}
.btn-primary:hover { 
	background-color: #F8D909 !important;
  border-color: #F8D909 !important;
}
.point-name {
	margin-bottom: 0;
	padding-bottom: 0;
}
.address {
	color: #46BCA2;
	margin-bottom: 1em;
}


.next, .prev, .close-btn {
	color: #706F6F;
}

.creditos p {
	font-size: 0.8em!important;
}


/* foto Portada */

.picture {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.picture.one {
   	background-image: url("../exploration/images/foto_portada2.jpg");
}
.picture.two {
   	background-image: url("../exploration/images/foto_portada3.jpg");
}
.picture.three {
   	background-image: url("../exploration/images/foto_portada4.jpg");
}
.picture.four {
   	background-image: url("../exploration/images/foto_portada5.jpg");
}
.picture.five {
   	background-image: url("../exploration/images/foto_portada1.jpg");
}

@media (min-width: 1024px) { 
	#menu-screen .content {
	    background-position: center calc(50% + 7vw);
	    background-size: 112% auto;
	}
}
