@charset "utf-8";

/* CSS Document */


#bottom .container p
{
	color: #a5b2b9;
	font-size: 13px !important
}

#bottom .container
{
	padding: 0px 5px 0px 5px
}

#bottom .container .row
{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

#footer .container
{
	padding: 0px 5px 0px 5px
}

.social-icons a
{
	color: #626c72;
}

.social-icons a:hover
{
	color: #626c72;
	text-decoration: none;
	transition: all 0.35s ease-in-out 0s;
}

.social-icons span
{
	color: #fff;
	font-family: "oswald";
	font-size: 28px;
	vertical-align: middle;
	font-weight: lighter
}

[class^="fa-"], [class*=" fa-"]
{
	vertical-align: middle;
}
*::-moz-selection {
 background: none repeat scroll 0 0 #ff755a;
 color: #ffffff;
}

.margin-40
{
	margin-bottom: 30px;
}

#bottom .col-sm-10
{
	padding-left: 0px !important;
	padding-right: 0px !important
}
 @keyframes bar-one {
0% {
 width: 0;
}
100% {
 width: 100%;
}
}
@keyframes bar-two {
0% {
 width: 0;
}
100% {
 width: 100%;
}
}
@keyframes bar-three {
0% {
 width: 0;
}
100% {
 width: 100%;
}
}
@keyframes bar-four {
0% {
 width: 0;
}
100% {
 width: 100%;
}
}
@keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}

ul.social-icons-signup
{
	list-style: outside none none;
	margin-left: 0;
}

ul.social-icons-signup li
{
	/*display: inline;*/
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

ul.social-icons-signup li a
{
	color: #dfe5e8;
	text-decoration: none;
}

ul.social-icons-signup li a:hover
{
	bottom: 12px;
	color: #626c72;
	text-decoration: none;
	transition: all 0.35s ease-in-out 0s;
}

ul.icons li
{
	list-style: outside none none;
	padding: 7px 0 5px;
}

#bottom
{
	background: none repeat scroll 0 0 #31363a;
	padding-bottom: 100px;
	padding-top: 100px;
	font-family: "Open Sans", Arial, sans-serif;
}

#bottom p a
{
	color: #a5b2b9 !important;
	display: inline !important;
	font-size: 13px !important;
	font-family: "Open Sans" !Important;
	font-weight: 100
}

#bottom p a:hover
{
	color: #ff755a;
	text-decoration: none;
}

ul.social-icons
{
	list-style: outside none none;
	overflow: hidden;
	padding-left: 0;
}

ul.social-icons li
{
	display: inline;
	line-height: 50px;
	font-size: 14px;
	margin-right: 23px;
}

ul.social-icons li a
{
	color: #ff755a;
	text-decoration: none;
}

ul.social-icons li a:hover
{
	bottom: 12px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.35s ease-in-out 0s;
}

#footer
{
	background: none repeat scroll 0 0 #26292b;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: "Open Sans", Arial, sans-serif;
	width: 100%;
}

#footer p
{
	color: #9ca2a5;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
	font-family: "Open Sans" !Important;
	font-weight: 100
}

#footer p a
{
	color: #626c72;
	font-weight: bold;
	text-decoration: none;
	font-family: "Open Sans" !Important;
	font-weight: 100
}

.circuloRojo {
	border-radius: 50%;
	background-color: red;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

@media screen and (max-width: 480px) {

.img-responsive
{
	margin: auto;
}

.lit-social-movil
{
	width: 100% !important;
	display: block !important;
	text-align: center
}
}

@media (min-width: 481px) and (max-width: 767px) {

.img-responsive
{
	margin: auto;
}

ul.social-icons li
{
	display: inline;
	line-height: 50px;
	font-size: 14px;
	margin-right: 15px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 3000px) {
}


/* ADAPTACCÓN ÑAPOSA A WEB 2018 ?¿?¿?¿ */
/* Color de fondo del pie */
#bottom {
    background: none repeat scroll 0 0 #fff;
		padding-bottom: 50px;
		border-top: 1px solid #f9f6f6;
}
/* Color de social icons */
.social-icons span {
    color: #4D4D4D;
}
ul.social-icons li a {
    color: #6c6564;
}
/* Color de opciones del pie */
#bottom p a {
    color: #a5b2b9 !important;
}

#footer {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #ded2d2;
}
