/* ----------------------------------------------------------------
	Estilos a medida
-----------------------------------------------------------------*/
a {
    text-decoration: none !important;
    color: #21b2ff;
}
h2.slid-capt-left {
	text-align: left;
    margin-left: 0;
    top: 37%!important;
}

#header.transparent-header.floating-header .container {
	border-radius:6px;
	/*background-color: rgba(255,255,255,0.7);*/
}

.dark .slider-caption, .dark .slider-caption h2 {
	text-align:right;
    top: 40%!important;
}

.bg-title {
	background: #f1f1f1; /*#azul 0083c9*/
}
.heading-block h1 {
	color:#949494;/* ccc*/
	font-weight:400;
}
.heading-block h1 span {
	color:#0083c9;/* blanco*/
	font-weight:800;
	border-bottom: 2px solid #ccc;
}
#footer{
	padding:30px 0;
}
.copyrights-menu {
    padding-top: 40px;
}
.blanco {
	color:#fff;
}
.gris-claro {
	color: #b9b9b9;
}
.dark #copyrights {
    color: rgb(185, 185, 185);
}
.dark .copyright-links a:link, .dark .copyright-links a:visited, .dark .copyright-links a:active {
    color: rgb(185, 185, 185);
}
.dark .copyright-links a:hover {
    color: #FFF;
}
.fright {
    margin-left: 10px;
	padding-top:20px;
}
.disclaimer-wrap {
	margin:0 auto;
	position:relative;
	padding-top:10px;
}
.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.disclaimer {
	float:left;
	width:100%;
	height:30px;
	text-align:center;
}
.firma {
	float:right;
	width:25%;
	height:30px;
	text-align:right;
	font-size:10px;
    margin-top: -27px;
	/*padding-right:8%;*/
}
.firma a {
    text-decoration: none !important;
    color: #ff9500;
}

#map-canvas {
width:100%;
height:400px;
border:0;
}
.col_full {
	padding:0;
}
.button.button-border.button-large {
	line-height: 42px;
    background: #0083c9;
    border: 1px solid#cccccc;
    color: white;
}
.button.button-border:not(.button-fill):hover {
	background-color: #21b2ff;
}
.padding15 {
	padding:15px;
}
.margin15 {
	margin:15px;
}
.bg-blanco {
	background:#FFF;
	margin-bottom:20px;
}
.sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover {
    background-color: #13adff !important;
}
.button:hover {
    background-color: #337ab7;
    color: #FFF;
}
.button {
	background-color: #b1b1b1;
}
.button.button-reveal.button-large {
    padding: 0px 23px;
}
.bg-socio {
	background: rgba(216, 216, 216, 0.15);
	padding-bottom:20px;
}
.feature-box.fbox-bg.fbox-center {
    padding: 67px 10px 30px;
}
.feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img {
    border: 1px solid #0083c9;
    background-color: #f5f5f5;
    color: #0083c9;
}
.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #27a3dd;
    color: #FFF;
	font-weight:900;
}
.fbox-effect .fbox-icon i:after {
    box-shadow: 0 0 0 2px #89c2f3;
}
.icono-staff {
	content: "\e66c";
}
/*.button.button-reveal.button-large {
    padding: 0px 43px 0 13px;
}*/
#message {
    margin-top: 0px;
	margin-bottom:10px;
}
.form-control {
	font-weight:400;
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    border-bottom: 2px solid #0083c9;
}

@media (max-width: 479px) {
#header.transparent-header.floating-header {
    margin-top: 0px;
}
.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider {
    height: 480px !important;
	/*background-size: 300% 100%;*/
    background-position: 46%;
}
.swiper_wrapper .slider-caption h2 {
    font-size: 26px;
	text-align:center;
    margin-top: -130px;
}
.button.button-large {
    font-size: 13px;
    margin-left: -17px!important;
}
.padding15 img {
	max-width:none;
}
.feature-box.fbox-bg.fbox-center:first-child {
    margin: 48px 15px 70px 15px;
}

}


@media (max-width: 991px) {
.disclaimer {
    float: none;
    width: 100%;
    height: 30px;
    text-align: center;
    clear: both;
}
.firma {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-top: 13px;
    opacity: 0.8;
}

}

@media (max-width: 767px) {
.firma {
    margin-top: 33px;
}
}