body {
	background: url('../img/fondo.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#movil  {
	overflow: hidden;
	border-radius: 3em;
	border-width: 4px;
	max-width: 500px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	border-color: #fff !important;
	background-color: #fff !important;
}


#movil .navbar {
	background-color: #fff !important;
}


#movil .navbar-brand img {
	max-height: 30px;
}


.navbar-dark .navbar-nav .active > .nav-link {
	color: #3090a3;
}


#movil .card-header {
	background-color: #fff !important;
	padding: initial;
	border-color: #fff !important;
	border-width: 4px;
}


#movil .avatar {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-top: 3em;
}

/*#movil .avatar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -34px;
    overflow: visible;
    width: 100%;
    height: 60px;
    z-index: 1;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    background: #F3F3F3;
    border-top: 3px solid #b5b5b5;
}*/

#movil .avatar, #movil .avatar * {
	position: relative;
	height: 200px;
}


#movil .avatar:before {
	content: '';
	position: absolute;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	filter:blur(15px);
	opacity: 0.5;
}


#movil .avatar img {
	max-width: 200px;
	top: 3em;
	text-align: center;
	left: 50%;
	transform: translate(-50%,0);
	position: absolute;
	z-index: 2;
	padding: 1em 0;
}


#movil .card-body {
	background: #F3F3F3;
}


#movil .card-body .actions {
	min-height: 150px;
}


#movil .btn-group{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


#movil .btn-group *{
	border: none;
	border-radius: 0;
	width: 20%;
	text-transform: uppercase;
	color: white;
	/*background-color: #060608 !important;*/
}


#movil .btn-group a{
	padding-top: 3em;
}


#movil .btn-group .first {
	background: linear-gradient(40deg, #0075c2, #0075c2) !important;
}

#movil .btn-group .second {
	background: linear-gradient(40deg, #0075c2, #0075c2) !important;
}


#movil .btn-group .third {
	background: linear-gradient(40deg, #0075c2, #0075c2) !important;
}


#movil .btn-group .fourth {
	background: linear-gradient(40deg, #0075c2, #0075c2) !important;
}


#movil .btn-group .fifth {
	background: linear-gradient(40deg, #0075c2, #0075c2) !important;
}


footer a {
	color: #0075c2;
}


.modal-backdrop {
	background: #ADA996;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a {
    color: rgb(48, 144, 163);
}


a:hover {
    color: #444;
}


.form-control {
	border: 1px solid rgb(48, 144, 163);
	padding: 1.4em 0;
	border-radius: 25px;
}


.form-control:focus {
	border-color: rgb(48, 144, 163);
	box-shadow: 0 0 0 .2rem rgba(14, 15, 17, 0.37);
}


form button {
	color: #fff !important;
	background: linear-gradient(40deg, #b4ced7, #338b9f) !important;
	border: 0px !important;

	margin: .375rem;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border-radius: 25px !important;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	padding: 0.8em 2.3em !important;
	font-size: .81rem;
	font-weight: 400;
}


.facebook {
	color: #3b5998;
}


.container {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link
{
	color: rgb(48, 144, 163);
}

ul.share-buttons{
    list-style: none;
    padding: 0;
    display: block;
    margin: 4em auto;
    text-align: center;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


@media (min-width:320px)  
{
    #movil .btn-group a {
        padding-right: 0;
        padding-left: 0;
        font-size: 14px;
    }


	#movil .card-body .actions {
		min-height: 130px;
	}
}