@charset "UTF-8";
/* CSS Document */


/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 200px;
    background: url('../images/head.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.no-padding {
	padding: 0 !important;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    padding: 50px 0;
	background: #17b2ca;
	color: #FFFFFF;
	display: block;
}
footer a {
	color: #fad448;
}
.orange {
	color:#e17139 !important;
	text-align: center;
}
.blue {
	color: #212D58 !important;
}
.ligthblue {
	font-size: 48pt; 
	color: #17b2ca !important;
}
@media (min-width: 767px) {
    .col-sm-border:not(:last-child) {
        border-left: 1px solid #d7d7d7;
		padding-left: 3%;
    }
    .col-sm-border + .col-md-border {
        border-right: 1px solid #d7d7d7;
        margin-right: -1px;
    }
}
@media (max-width: 767px) {
    .col-sm-border:not(:last-child) {
        border-top: 1px solid #d7d7d7;
    }
    .col-sm-border + .col-md-border {
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: -1px;
    }
}
.extramargin {
	margin-top:12px;
	margin-bottom: 12px;
}
.extrapadding {
	padding: 3%;
}
.gafete {
	width: 341px;
	height: 398px;
	background: #0d2943;
	color: #17b2ca;
	border: dashed 1px #545454;
	position:relative;
}