
/*-- social link --*/
a#fb-link2:link, a#fb-link2:visited {
	color: #3b5998;
    text-decoration: none;
}

a#fb-link2:hover, a#fb-link2:active {
    color: #333;
}

a#trip-link2:link, a#trip-link2:visited {
    color: #589442;
    text-decoration: none;
}

a#trip-link2:hover, a#trip-link2:active {
    color: #333;
}

a#youtube-link2:link, a#youtube-link2:visited {
    color: #cc181e;
    text-decoration: none;
}

a#youtube-link2:hover, a#youtube-link2:active {
    color: #333;
}

a#insta-link2:link, a#insta-link2:visited {
    color: #bf2fa2;
    text-decoration: none;
}

a#insta-link2:hover, a#insta-link2:active {
    color: #333;
}

a#twitter-link2:link, a#twitter-link2:visited {
    color: #1da1f2;
    text-decoration: none;
}

a#twitter-link2:hover, a#twitter-link2:active {
    color: #333;
}
/*-- social end --*/

.features1 {
	background-color: #fff;
	color: #333;
	text-align: left;
	text-shadow: 0 -1px 1px #f9f9f9;
	border-radius:  8px;
 	-webkit-box-shadow: 0 0 30px 0 rgba(17,17,17,0.25);
	box-shadow: 0 0 30px 0 rgba(17,17,17,0.25);
	border: solid 1px #ccc
}
    
/*index img*/
.parent2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 0%;
	border-radius: 8px 8px 0 0;
}
.child2 {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.child2 > p {
	display: none
}
.child2:hover > p {
	display: block;
}
.parent2:hover .child2, .parent2:focus .child2 {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.parent2:hover .child2:before, .parent2:focus .child2:before {
	display: block;
	opacity: 0.75;
}
.parent2:hover a, .parent2:focus a {
	display: block;
}
.child2:before {
	content: "";
	display: block;
	opacity: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.15);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
	#menucontacto{background: #ffc900;background: -moz-linear-gradient(left,  #ffc900 0%, #eca108 100%);background: -webkit-linear-gradient(left,  #ffc900 0%,#eca108 100%);background: linear-gradient(to right,  #ffc900 0%,#eca108 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc900', endColorstr='#eca108',GradientType=1 ); border-radius: 20px; box-sizing: border-box; padding:9px 16px; margin: 15px 0; text-shadow: none; color: white}
	#menucontacto:hover{background: rgb(17,17,17);
background: -moz-linear-gradient(left, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 100%);
background: -webkit-linear-gradient(left, rgba(17,17,17,1) 0%,rgba(51,51,51,1) 100%);
background: linear-gradient(to right, rgba(17,17,17,1) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#333333',GradientType=1 );-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.75);
box-shadow: 0 0 40px 0 rgba(0,0,0,0.75);}
/*end index img*/
    #login{width: 50%;}
    #promo{width: 50%; text-align: right}
    
    @media (max-width: 600px) {
    #promo{width: 50%; text-align: right; display: none} 
    }



