footer {
	height: 460px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.7);
    background-image: url('../img/footer.png');
    background-size: 100%;
    background-repeat: no-repeat;
} 

.container-footer {
    display: flex;
    justify-content: center;
}

.footer {
	width: 100%;
	height: 100px;

	/*background-color: #D72415;*/
}

.footer img {
	filter: drop-shadow(10px 10px 5px #000);
	height: 100%;
	margin-left: 10px;
	margin-top: 10px;
}

svg {
	padding: 0px;
	margin: -1px;
}

.svg {
	padding: 0px;
	background-image: linear-gradient(to #D72415, #A51918);
}

.datos-footer {
	display: flex;
	justify-content: center;
	margin-top: 10%;
	margin-bottom: 10px;
}

.datos-footer span {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: rgba(249, 229, 5, 0.886);
	letter-spacing: 2px;
}
.redes {

}

/*redes sociales*/
div.social-btn {
    display: block;
    width: 430px;
    margin: 0 auto;
    text-align: center;

}
div.social-btn a {
    text-decoration: none;
}
div.social-btn div {
    width: 100px;
    display: inline-block;
    float: left;
    height: 100px;
    line-height: 100px;
    color: #fff;
    margin-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    text-shadow:0px 0px 5px #000;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 50px;

}
div.social-btn a:last-child div {
    margin-right: 0;
}
div.social-btn div:hover, div.social-btn div:active {
    height: 135px;
    padding-top: 15px;

}
i {
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
div.face span, div.twi span, div.in span, div.pin span, div.git span{
    position: absolute;
    left: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 80px;
    padding: 0px 5px;
    opacity: 0;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    line-height: 110px;
    font-size: 16px;
}
div.social-btn div:hover i  {
    opacity: 0;
}
div.social-btn div:hover span {
    opacity: 1;
}
div.face {
    background: #3A5795;
    -moz-box-shadow: 0px 4px 0px #1e469d;
    -webkit-box-shadow: 0px 4px 0px #1e469d;
    box-shadow: 0px 4px 0px #3e6d8d;
    position: relative;
}

div.twi {
    background: #5EA9DD;
    -moz-box-shadow: 0px 4px 0px #186ba4;
    -webkit-box-shadow: 0px 4px 0px #186ba4;
    box-shadow: 0px 4px 0px #2b95df;
    position: relative;
}
div.in {
      background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4,#C13584,#E1306C, #FD1D1D);
   /* -moz-box-shadow: 0px 4px 0px #035e8e;
    -webkit-box-shadow: 0px 4px 0px #035e8e;
    box-shadow: 0px 4px 0px #035e8e;*/
    position: relative;
}
div.pin {
    background: #38DE05;
    -webkit-box-shadow: 0px 4px 0px #38DE05;
    -moz-box-shadow: 0px 4px 0px #38DE05;
    box-shadow: 0px 4px 0px #38DE05;
    position: relative;
}
div.git {
    background: #BBBBBB;
    -webkit-box-shadow: 0px 4px 0px #b51c19;
    -moz-box-shadow: 0px 4px 0px #b51c19;
    box-shadow: 0px 4px 0px #9a9a9a;
    position: relative;
}
div.git i {
    text-shadow: none;
}
/*
.instagram {
  display: inline-block;
  width: 250px;
  height: 250px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 220px;
  line-height: 250px;
  vertical-align: middle;
  background: #d6249f;
  background: linear-gradient(right to #fdf497, #fdf497, #fd5949,#d6249f,#285AEB);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
*/
/*redes sociales*/
.copy_right {
    bottom:  0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.copy_right a {
    text-decoration: none;
    color: #fdf497;
}

.copy_right a:hover {
    transform: scaleY(2);
    transition: 2s;
    color: #FCE601;
}



@media only screen and (max-width: 1000px) {
.footer {
	width: 100%;
	height: 70px;
	/*background-color: #D72415;*/
}	
.footer img {
	filter: drop-shadow(10px 10px 5px #000);
	height: 50%;
	margin-left: 10px;
	margin-top: 10px;
}
.datos-footer {
	margin-top: 3%;

}
.datos-footer span {
	font-size: 15px;
}
.copy_right {
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;   
}
.copy_right div {
    margin-top: 10px ;
}


}

 @media only screen and (max-width: 600px) {
footer {
    height: 320px;
}

div.social-btn div {
    width: 90px;

}

.container-footer {
    margin-left: 1.8%;
}

 } 