/*NO BORRAR*/
@font-face {
 font-family:Roboto-Light;
 font-display: auto;
 src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
 font-family:Roboto-LightItalic;
 font-display: auto;
 src: url('../fonts/Roboto-LightItalic.ttf');
}
@font-face {
 font-family:Roboto-Regular;
 font-display: auto;
 src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
 font-family:Roboto-Medium;
 font-display: auto;
 src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
 font-family:OpenSans-Regular;
 font-display: auto;
 src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
 font-family:Raleway-Bold;
 font-display: auto;
 src: url('../fonts/Raleway-Bold.ttf');
}
@font-face {
 font-family:Raleway-Light;
 font-display: auto;
 src: url('../fonts/Raleway-Light.ttf');
}
@font-face {
 font-family:Raleway-SemiBold;
 font-display: auto;
 src: url('../fonts/Raleway-SemiBold.ttf');
}
@font-face {
 font-family:SoberanaTexto-Bold;
 font-display: auto;
 src: url('../fonts/SoberanaTexto-Bold.otf');
}
#frm_contacto label.error {
	margin-left: 10px;
	width: auto;
}
.error
{
	color: #B94A48 !important;
	margin:0px !important;
}

.link { 

  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font: normal 12px/12px HelveticaNeue, Arial;
  padding: 8px 11px;
  text-decoration: none;
}
.link.azul {
    background: -moz-linear-gradient(center top , #30517A, #3276B1) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:#3276B1;
    border-color: #30517A ;
    box-shadow: 0 1px 1px #30517A, 0 1px 0 #30517A inset;
    color: #FFF !important;
    text-shadow: 0 1px 0 #30517A;
}
.link.azul:hover {
    background: -moz-linear-gradient(center top , #3276B1, #30517A) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #30517A;
    box-shadow: 0 1px 1px #30517A, 0 1px 0 #30517A inset;
    color: #FFF !important;
    text-shadow: 0 1px 0 #30517A;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-center{
  text-align:center;
}
.mr_captcha{
	margin-bottom:10px;
}
/*FIN BORRAR*/
.hd_contacto{
  border-bottom: 1px solid #666;
  height: 30px;
}
.hd_contacto a{
  color: #666666;
  font-family: 'OpenSans-Regular', Arial;
  font-size: 12px;
  text-decoration: none;
  padding-top: 5px;
}
.hd_contacto a:hover{
  font-family: 'OpenSans-Regular', Arial;
  
}
.btn-agenda{
  border-left:1px solid #666666;
  border-right: 1px solid #666666;
  border-radius: 0;
}
.btn-volver{
  color:#269cff;
  background-color:#fff;
  border-color:#269cff;
  margin-top: 30px;
}

.btn-volver:hover{
  color:#fff;
  background-color:#269cff;
  border-color:#269cff;
}

.header {
  padding: 0 20px;
}
.header h2{
  color: #666666;
  font-family: 'SoberanaTexto-Bold', Arial;
  font-size: 22px;
  text-align: center;
}
.header span{
  color: #666666;
  font-family: 'Roboto-Light', Arial;
  font-size: 16px;
}
.menu{
  background-color:#269cff;
  font-family: 'Roboto-Regular', Arial;
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.39);
}
.nav-hd{
  left: 15%;
}
.nav-hd a{
  padding-left: 25px !important;
  padding-right: 25px !important;
  text-transform: uppercase;
}
.slide{
  font-family: 'Roboto-Regular', Arial;
  font-size: 16px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
}
.sl-testimonios{
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow: none;
}
.slide h4{
  color: #5f6067;
  font-family: 'Raleway-Bold', Arial;
  font-size: 32px;
  text-transform: uppercase;
}
.slide h4 > span{
  color: #088eff;
  font-family: 'Raleway-Light', Arial;
  font-size: 40px;
}
.btn-agenda{
  transition: all 500ms;
}
.btn-agenda:hover{
  color: #fff;
  background-color: #F76D00;
}
.btn-mail{
  transition: all 500ms;
}
.btn-mail:hover{
  color: #269cff;
}
.btn-slide{
  color: #fff;
  background: #088eff;
  border: 1px solid #088eff;
  border-radius: 50px;
  transition: all 300ms;
  margin: 85px 10px;
}
.btn-slide:hover{
  color: #088eff;
  background: #fff;
}
.btn-slide2{
  color: #088eff;
  background: #fff;
  border: 1px solid #088eff;
  border-radius: 50px;
  transition: all 300ms;
  margin: 85px 10px;
}
.btn-slide2:hover{
  color: #fff;
  background: #088eff;
}
.hm_contacto{
  font-family: 'Roboto-Regular', Arial;
  font-size: 14px;
  position: relative;
  bottom: 45px;
}
.hm_contacto a{
  color: #fff;
  text-decoration: none;
}
.direccion, .telefono, .celular, .horario{
  color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  min-height: 175px;
  text-align: center;
  line-height: 1.2;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
}
.direccion{
  background-color: #088eff;
}
.horario{
  background-color: #64b8ff;
}
.celular{
  background-color: #45aaff;
}
.telefono{
  background-color: #269cff;
}
.hm_bienvenido{
  color: #000;
  font-family: 'Roboto-Light', Arial;
  font-size: 15px;
  position: relative;
  margin-bottom: 30px;
}
.hm_bienvenido h1{
  color: #088eff;
  font-family: 'Raleway-Bold', Arial;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.btn-mas{
  color: #000;
  background: url('../imgusr/btn-mas.jpg') no-repeat left center;
  font-family: 'Roboto-Light', Arial;
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 30px;
  transition: all 300ms;
}
.btn-mas:hover{
  color: #088eff;
  background: url('../imgusr/btn-mas_r.jpg') no-repeat left center;
  padding-right: 15px;
}
.hm_descripcion{
  background-color: #fafafa;
  font-family: 'Roboto-Light', Arial;
  font-size: 15px;
  padding: 50px 0;
  margin-bottom: 50px;
}
.hm_descripcion h3{
  color: #088eff;
  font-family: 'Raleway-SemiBold', Arial;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.btn-masinfo{
  color: #fff;
  font-family: 'Roboto-Regular', Arial;
  font-size: 14px;
  background: #088eff;
  border-radius: 50px;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  transition: all 300ms;
  padding: 5px 0;
  text-align: center;
}
.btn-masinfo:hover{
  background: #fff;
  color: #088eff;
  border:1px solid #088eff;
}

.bg_fff{
  background:#fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  height: 540px;
  padding: 15px 20px;
  position: relative;
}

.bg_azul{
  background: #088eff;
  color: #fff;
  position: absolute;
  top: 74%;
  left: 22%;
  padding: 1px 50px;
  width: 33%
}
.bg_azul h2{
  background: #088eff;
  font-family: 'SoberanaTexto-Bold', Arial;
  font-size: 20px;
  margin-bottom: 0px;
}
.bg_azul h3{
  background: #088eff;
  font-family: 'Roboto-Regular', Arial;
  font-size: 14px;
  margin-top: 0px;
}
.bg_azul h4{
  background: #088eff;
  font-family: 'Roboto-Regular', Arial;
  font-size: 14px;
  text-transform: uppercase;
}
.hm_servicios{
  font-family: 'Roboto-Light', Arial;
  font-size: 14px;
}
.hm_servicios h1{
  color: #088eff;
  font-family: 'Raleway-Light', Arial;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}
.hm_servicios span{
  font-family: 'Raleway-Bold', Arial;
}

.hm_servicios h3{
  color: #088eff;
  font-family: 'Raleway-SemiBold', Arial;
  font-size: 18px;
  text-transform: uppercase;
}
.btn-servicios{
  color: #fff;
  font-family: 'Roboto-Regular', Arial;
  font-size: 14px;
  background: #088eff;
  border-radius: 50px;
  min-width: 30%;
  transition: all 300ms;
  margin: 30px 0;
}
.btn-servicios:hover{
  background: #fff;
  color: #088eff;
  border:1px solid #088eff;
}
.mas-tema{
  font-family: 'Roboto-Light', Arial;
  font-size: 12px;
}
.mas-tema h3{
  color: #088eff;
  font-family: 'Raleway-SemiBold', Arial;
  font-size: 16px;
  text-transform: uppercase;
}

/*-- Backgroud internas--*/
.titulo_principal{
  font-family: 'Roboto-Regular', Arial;
  font-size: 14px;
  text-transform: uppercase;
  padding: 130px 0;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.32);
  -moz-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.32);
  box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.32);
}
.titulo_principal a{
  color: #8a8383;
  text-decoration: none;
}
.titulo_principal h1{
  color: #269cff;
  font-family: 'Raleway-Bold', Arial;
  font-size: 40px;
  text-align: center;
}

/*-- FIN Backgroud internas--*/

.hm_testimonios{
  background: #fafafa;
  color: #848484;
  position: relative;
  margin-top: 80px;
  margin-bottom: 83px;
  max-height: 455px;
}
.sl-testimonios{
  font-family: 'Roboto-LightItalic', Arial;
  font-size: 14px;
}
.hm_testimonios h2{
  color:#088eff;
  font-family:'Raleway-Bold', Arial;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.testimonios{
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
  z-index: 1;
  top: 10px;
}
.testimoniosh1{
  /*background: url('../imgusr/comillas.png') no-repeat left center;*/
  padding-bottom: 30px;
}
.testimoniosh2{
  font-family: 'Roboto-Light', Arial;
  text-align: center;
  padding-bottom: 30px;
  width: 120px;
  margin: auto;
  border-top: 2px solid #848484;
}
.ico-testimonio{
  padding-bottom: 30px;
  padding-top: 60px;
}
.ps_relative{
  position: relative;
}
.comillas{
  position: absolute;
  top: 150px;
  z-index: 2;
}
.carousel-indicators2{
  bottom: -45px;
}
.carousel-indicators2 li{
  background: #088eff;
  margin: 0 4px;
}
.carousel-indicators2 .active {
  border:1px solid #088eff;
  width: 10px;
  height: 10px;
}
.img-testimonio{
  margin-left: -80px;
  margin-top: -30px;
}
.nav-servicios{
  font-family: 'Roboto-Regular', Arial;
  font-size: 16px;
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.nav-servicios li{
  background: #269cff;
  margin-bottom: 2px;
  padding: 5px 16px;
  border-radius: 5px;
  transition: 300ms;
}
.nav-servicios a{
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.otros_servicios a{
  text-decoration: none;
}
.otros_servicios h3{
  color:#088eff;
  font-family: 'Raleway-SemiBold', Arial;
  font-size: 20px;
  text-transform: uppercase;
}

.nav-servicios > li.active, .nav-servicios > li.active:hover, .nav-servicios > li.active:focus, .nav-servicios > li:hover, .nav-servicios > li:active, .nav-servicios > li:focus {
  background: #054f8d;
}

.nav-tipos > li > a{
  color: #269cff;
  border: 1px solid #269cff;
}
.nav-tipos > li > a:hover{
  color: #fff;
  background: #269cff;
}
.nav-tipos{
  border-bottom: 1px solid #269cff;
  margin-top: 20px;
  }
.nav-tipos > li.active > a, .nav-tipos > li.active > a:hover, .nav-tipos > li.active > a:focus {
   color: #fff;
  background: #269cff;
}
.tab-content{
  margin-bottom: 30px;
}
.bg_contactofr{
  background: url('../imgusr/bg-contactofr.jpg') no-repeat center;
  background-size: cover;
  padding-top: 30px; 
  padding-bottom: 30px; 
}
.bg_gris{
  background: #37393c69;
  padding: 40px 70px;
}
.contacto{
  background: #fff;
  padding: 20px 40px 100px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  position: relative;
  top: 0px;
}
.contacto h2{
  color: #088eff;
  font-family: 'Raleway-Bold', Arial;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.datos-contacto{
  color: #fff;
  font-family: 'OpenSans-Regular', Arial;
  font-size: 14px;
  padding-top: 40px;
}
.datos-contacto a{
  color: #fff;
  text-decoration: none;
}
.btn-contacto{
  color: #088eff;
  font-family: 'Roboto-Regular', Arial;
  border: 1px solid #088eff;
  font-size: 16px;
  background: #fff;
  border-radius: 50px;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 300ms;
}
.btn-agendacita{
  margin-top: 60px;
  width: 55%;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.5);
}
.btn-contacto:hover{
  color: #fff;
  background: #088eff;
}
.footer{
  background: #054f8d;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.22);
  position: relative;
  font-family: 'Roboto-Medium', Arial;
  font-size: 13px;
  text-transform: uppercase;
}
.nav-ft{
  position: relative;
}
.nav-ft li{
  padding-right: 10px;
  background: url('../imgusr/barra-navbar.png') no-repeat center right;
}
.nav-ft > li > a:hover{
    text-decoration: underline;
}
.footer a{
  color: #fff;
}
.dominios{
  background: #088efe;
  color: #fff;
  font-family: 'Raleway-Bold', Arial;
  font-size: 13px;
  padding-top: 10px;
}
.dominios a{
  color: #fff;
  text-decoration: none;
}

.contenido{
  color: #666666;
  font-family: 'Roboto-Light', Arial;
  font-size: 16px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.contenido h2{
  color:#269cff;
  font-family: 'Raleway-Bold', Arial;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.contenido h3 {
  color:#269cff;
  font-size: 18px;
  font-family: 'Raleway-Bold', Arial;
  margin: 2px 0;
}
.btn-agendacontenido{
  color: #088eff;
  background: #fff;
  border: 1px solid #088eff;
  border-radius: 50px;
  font-family: 'Raleway-SemiBold', Arial;
  font-size: 14px;
  transition: all 300ms;
  margin-top: 85px;
  max-width: 50%;
  width: 345px;
}
.btn-agendacontenido:hover{
  color: #fff;
  background: #088eff;
}
.cont-servicios{
  border-left: 1px solid #054f8d;
  padding: 0px 30px 0px 20px;
  margin-bottom: 80px;
}
.menu-servicios{
  padding: 20px 30px 20px 0;
}
.fecha{
  position: relative;
}
.open-button {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 39px;
  height: 25px;
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.open-button button {
  border: none;
  background:transparent;
}
@media(max-width:1200px){
  .nav-hd a{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .bg_azul{
    top: 73%;
    padding: 2px 40px;
  }
  .bg_azul h2{
    font-size: 18px;
  }
  .bg_azul h3{
    font-size: 12px;
  }
  .bg_azul h4{
    font-size: 12px;
  }
  .direccion, .telefono, .celular, .horario {
    min-height: 227px;
  }
}
.margin-servicios{
  margin-bottom: 30px;
}



@media(max-width:990px){
	.align-left, .align-right{
		text-align:center;
	}
  .hd_contacto{
    height: auto;
  }
  .btn-agenda{
    border:0;
  }
  .header img{
  padding-top: 10px;
  }
  .nav-hd{
    font-size: 12px;
    left: auto;
  }
  .direccion, .telefono, .celular, .horario{
    min-height: 295px;
  }
  .bg_azul {
    left: 15%;
    top: 66%;
    padding: 0px 20px;
    width: 38%;
  }
  .centra-imagen{
    text-align: center;
  }
  .centra-imagen img{
    width: 60%;
  }
  .img-testimonio {
    margin-left: 0;
    margin-top: 50px;
  }
  .hm_testimonios{
    max-height: none;
  }
  .bg_contacto{
    margin-top: 30px;
  }
  .comillas{
    top: 70px;
    width: 10%;
  }
  .menu-servicios {
    padding: 20px 0px 20px 0;
  }
}
.testimonios .item{
  height: 300px;
}
@media(max-width:800px){
  .btn-slide{
    margin-bottom: 5px;
  }
  .btn-slide2{
    margin: 5px 10px;
  }
  .bg_azul {
    left: 18%;
    padding: 3px 30px;
    width: 65%;
    position: relative;
  }
  .hm_bienvenido img{
  width: 370px;
  }
  .bg_fff{
    height: auto;
    padding: 30px 20px;
  }
}
@media(max-width:767px){
  .nav-hd li{
    text-align: center;
  }
  .btn-slide2{
    margin-top: 80px;
  }
  .hm_contacto {
    bottom: 10px;
  }
  .nav > li{
    text-align: center;
  }
  .nav-ft li {
    background:none;
  }
  .btn-servicios{
    width: auto;
  }
  .btn-agendacontenido{
    font-size: 12px;
  }
  .titulo_principal h1{
    font-size: 32px;
  }
  .centra-imagen img{
    width: auto;
  }
  .dropdown-menu{
    font-size: 11px;
  }
  .direccion, .telefono, .celular, .horario{
    min-height: 190px;
    padding-top: 20px;
  }
  .nav-tipos > li{
    float: none;
  }
  .hm_contacto {
    font-size: 13px;
  }
}

@media(max-width:479px){
  .btn-slide{
    margin-bottom: 5px;
  }
  .btn-slide2{
    margin: 5px 10px;
  }
  .bg_azul {
    left: 0%;
    width: auto;
}
  .bg_fff{
    height: auto;
  }
  .bg_gris {
    padding: 40px 20px;
  }
  .contacto h2{
    font-size: 26px;
  }
  .contenido h2{
    font-size: 24px;
  }
  .breadcrumb{
    padding-right: 0;
    font-size: 12px;
  }
  .btn-agendacontenido {
    font-size: 10px;
  }
  .datos-contacto{
    font-size: 12px;
  }
  .titulo_principal{
    padding: 60px 0;
  }

  .direccion, .telefono, .celular, .horario{
    min-height: 225px;
  }
  .direccion, .horario{
    font-size: 12px;
  }
  .testimonios .item {
    height: 370px;
  }
}

/*Animaciones de entrada*/
  .hm_bienvenido, .hm_servicios, .hm_descripcion{
    overflow:hidden;
  }
  .cn_bienvenidos/*, .cn_diferencia*/{
    opacity:0;
    transition:all 1500ms;
  }
  .opacity1{
    opacity:1;
  }
  .desaparece1{
    display:none;
  }
  .aparece{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeIn;
  }
  .aparecedown{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInDown;
  }
  .apareceup1{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInUp;
  }
  .apareceup2{
    animation: 1300ms ease-in-out 200ms normal both 1 running fadeInUp;
  }
  .apareceup3{
    animation: 1500ms ease-in-out 200ms normal both 1 running fadeInUp;
  }
  .apareceizq1{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInLeft;
  }
  .apareceizq2{
    animation: 1200ms ease-in-out 200ms normal both 1 running fadeInLeft;
  }
  .apareceizq3{
    animation: 1300ms ease-in-out 200ms normal both 1 running fadeInLeft;
  }
  .apareceizq4{
    animation: 1400ms ease-in-out 200ms normal both 1 running fadeInLeft;
  }
  .apareceder1{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInRight;
  }
  .apareceder2{
    animation: 1300ms ease-in-out 200ms normal both 1 running fadeInRight;
  }
  .apareceder3{
    animation: 1500ms ease-in-out 200ms normal both 1 running fadeInRight;
  }
/*Animaciones de entrada*/
/*boton flotante para subir*/
  .back_top
  {
    display: none;
    position: fixed;
    bottom: 2px;
    right: 10px;
    z-index: 1000;
  }
  /** Bounce infinito**/
  .bounce_infinito {
    -webkit-animation: bounce_infinito 2s infinite;
    animation: bounce_infinito 2s infinite;
  }
  /* Scroll down indicator (bouncing) */
  @-webkit-keyframes bounce_infinito {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
    40% {
    -webkit-transform: translateY(-30px); }
    60% {
    -webkit-transform: translateY(-15px); } }
  @-moz-keyframes bounce_infinito {
    0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
    40% {
    -moz-transform: translateY(-30px); }
    60% {
    -moz-transform: translateY(-15px); } }
  @keyframes bounce_infinito {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
    60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } 
  }
/*boton flotante para subir*/

.panel-title{
  color: #269cff;
}
.panel-heading > a{
  text-decoration: none;
}
.panel-heading > a:hover, .panel-heading > a:focus, .panel-heading > a:active{
  color: #087ee1;
}
.panel-default > .panel-heading {
  color: #333;
  background-color:transparent;
  border:1px solid #269cff;
  border-radius: 4px;
}
.blur-efecto {
  -webkit-filter: blur(10px);
   -moz-filter: blur(10px);
   -o-filter: blur(10px);
   -ms-filter: blur(10px);
   filter: blur(10px);
}
.blur-efecto:hover {
  -webkit-filter: blur(0px);
   -moz-filter: blur(0px);
   -o-filter: blur(0px);
   -ms-filter: blur(0px);
   filter: blur(0px);
}