@charset "UTF-8";
/* CSS Document */
	
li {	
	list-style:none;
}
.fondo_contrata,
.fondo_contrata:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -17px;
    left: 0px;
    z-index: -10;
	background-image: url(mas_fondo_2.jpg);
	color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
	}

.fondo_contrata:after {
    content: '';
    background: transparent url(pattern.png) repeat top left;
	opacity:0.3;
}
.fondo_contrata li span {
   	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -10;
	}
	
#contenido{
	width:100%;
	text-align:center;


	}
	
.gara {
	    font-family: 'Gabarito', sans-serif;
}
#wrap {
	margin:0 auto; 
	width:100%;
}
	
.contenido_sonido {
	width:400px;
	padding:20px;
	text-align:center;
	height:200px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	margin:auto;
	}
	
	.contenido_logo {
	width:400px;
	padding:20px;
	height:260px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	margin:auto;
	margin-top:20px;
	}
	
	/* sociales*/
	
.social {
	z-index:2000;
	font-size:30px;
	width:100%;
 margin-top:-70px;}

.social a {
	color:#FFFFFF;
	background:#000000;
	padding:20px 20px;
	text-decoration:none;
	margin-left:-10px;
	
	}
	
.social .icon-facebook2 {
	background:#3b5998;
	border-bottom-left-radius:10px;}

.social .icon-twitter {
	background:#00abf0;}

.social .icon-instagram {
	background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #fff;}

.social .icon-mail3 {
	background:#666666;}

.social .icon-youtube3 {
	background:#C60003;
	border-bottom-right-radius:10px;}

.social a:hover{
	background: #444444;
}



.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}


