/*.wrapper {
	min-height: calc(100% - 4rem);
  }
*/
.footer_container {
    background-color: rgba(22, 30, 44, 0.03);
	border-radius: 3px;
	min-width: 99.8%;
	height: inherit;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;;
	bottom: 0;
	box-shadow: rgba(24, 23, 23, 0.7) 0.75px 0.75px 0.5px; /* Distancia, abajo, izquierda*/
}
.footer_back1,
.footer_back2,
/*.footer_back3 {
	background-color: rgb(17, 66, 66,0.7);
	background-image: url(../img/color.jpg);
	opacity: 90%;
}*/
.footer_itms {
	background-color: rgba(222, 222, 243, 0.1);
	color: #f6f2f7;
	text-decoration: none;
	font-size: 1.1em;
	padding: 10px 10px 10px 10px;
	list-style: none;
	
}

.card1,
.card2,
.card3 {
	background-color: rgb(17, 66, 66,0.7);
	/*background-image: url(../img/color.jpg);*/
	height: inherit;
	min-width: 80%;
	padding: 10px 10px 10px 10%;
	list-style: none;
	box-shadow: rgb(41, 41, 52, 0.3) 5px 3px;

}/*
.card1 {
	background-image: url(../img/squiador.gif);
	background-size: cover;
	}
.card2 {
	/*background-image: url(../img/squiador2.gif);
	background-size: cover;
	}
.card3 {
	/*background-image: url(../img/squiador3.gif);
	background-size: cover;
}*/

.card3 ul li a {
	display: inline-block;
	color: white;
	background-color: black;
	border-radius: 3px;
	padding: 1px 1px;
	width: 35px;
	margin: 1px 0px;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
   }

.card3 ul li a:hover {
  background-color: #050818;
  width: 37px;
}

/* - - - - - - - - - derechos  - - - - - - - - - - - - - - - - - - */
.object_rights {
	color: #25252b;
}
.footer_rights{
	color:#382c76;
}
.footer_rights a{
	color: #168f32;
	text-decoration: none;
}

.card3 ul li .icon-facebook {background: rgba(1, 59, 146, 0.7); padding: 0 5px;/*#3b5998; */}
.card3 ul li .icon-google-with-circle {background: rgba(228, 42, 18, 0.7);/*#d95232;*/}
.card3 ul li .icon-twitter {background: rgba(71, 141, 247, 0.7); padding: 0 5px; /*#00abf0;*/}
.card3 ul li .icon-youtube {background: rgba(218, 50, 39, 0.7); padding: 0 5px; /*#c42a2a;*/}
.card3 ul li .icon-mail {background: rgba(82, 85, 90, 0.7); padding: 0 5px; /*#050818;*/}


.footer_sociales> .icon-facebook:hover { background-color: #F5F7F6; color: #1A03F4;}
.footer_sociales> .icon-twitter:hover {	background-color: #F5F7F6; color: #17DCFF;}
.footer_sociales> .icon-youtube:hover {	background-color: #F5F7F6; color: red;}


@media(min-width:900px){   /* Para elementos de pantalla grande o mayor a 768 */

	
}

