a,a:hover, a:focus{
    color: #00ACD6;
}

.required .control-label:after {
    content: ' * (requerido)';
    opacity: .75;
    color: #900;
    font-weight: normal;
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-pilar {
    color: #ffffff;
    background-color: #00AED8;
    border-color: rgb(70, 184, 218);
}

.btn-gris {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    /*line-height: 30px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    background-color: #8c9b9c;
    background-image: -moz-linear-gradient(top,#95a5a6,#7f8c8d);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#95a5a6),to(#7f8c8d));
    background-image: -webkit-linear-gradient(top,#95a5a6,#7f8c8d);
    background-image: -o-linear-gradient(top,#95a5a6,#7f8c8d);
    background-image: linear-gradient(to bottom,#95a5a6,#7f8c8d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95a5a6', endColorstr='#ff7f8c8d', GradientType=0);
    border-color: #7f8c8d #7f8c8d #5a6465;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #95a5a6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: none;
    background-image: none;
}

.btn-gris:hover,
.btn-gris:focus {
    color: #fff;
    background-color: #7f8c8d;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}

.btn-gris-azul{
    background-color:#95A5A6;
    border:none;
}

.btn-turnos {
    color: #ffffff !important;
    background-color: #00ACD4;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    padding: 10px;
}

.btn-turnos:hover,
.btn-turnos:focus,
.btn-turnos:active {
    color: #ffffff;
    background-color: #A2D678 !important;
    border: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-admin {
    color: #ffffff !important;
    background-color: #38424B;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    padding: 10px;
}

.btn-admin:hover,
.btn-admin:focus,
.btn-admin:active {
    color: #ffffff;
    background-color: #A2D678 !important;
    border: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-clinica {
    color: #ffffff;
    background-color: #00ACD4;
    border-color: #00ACD4;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-clinica:hover,
.btn-clinica:focus,
.btn-clinica:active {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-menu-sup{
    display:inline-block;
    float:left;
    background:#95A5A6;
    color:#FFFFFF;
    padding:10px 15px;
    border-radius: 0 0 5px 5px;
    margin:0 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-menu-sup:hover{
    background:#00AED8;
    color:#FFFFFF;
    text-decoration:none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-menu-sup-dos{
    background:#969A9E;
}
.btn-menu-sup-dos:hover{
    background:#A2D678;
}

.nav-login-link {
    display: none !important;
}

.menu-principal{
    background:#FFFFFF;
}

.menu-inf ul{
    margin:28px 0 0;
    list-style:none;
}

.menu-inf ul li{
    display:inline-block;
    float:left;
}

.menu-inf ul li a{
    display:inline-block;
    color:#878787;
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    font-size:14px;
    margin:0 15px;
    padding:0 0 10px;
    border-bottom:2px solid #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-inf ul li a:hover{
    color:#00AED8;
    text-decoration:none;
    border-bottom:2px solid #00AED8;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



.loader{
    display: none;
}


.pre-footer{
    background: #f2f2f2;
    padding: 25px 0;
}

.pie{
    background:#2D2D2D;
    padding:25px 0;
    color:#FFFFFF;
    font-size:10px;
}

.pre-footer .margin-top{
    margin-top: 10px;
}
.logo-pie{
    display: block;
    width: 100%;
}

.copyright{
    padding-top:10px;
}


.map{
    height:500px;
}

#carousel{
    height: 300px;
}
#carousel .carousel-control{
    background: none;
}

.principal{
    background:url(../img/sitio/bg-reservar-turno.jpg) no-repeat top center;
    padding:40px 0;
}

.reserva-turno-container{
    background:#FFF;
    padding:20px 15px 20px;
    margin:25px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.reserva-turno-container .header{
    display:block;
    padding-bottom:5px;
    margin-bottom:15px;
    border-bottom:1px dotted #38424B;
}

.reserva-turno-container .header img{
    display:block;
    width: 180px;
    margin: 0 auto 20px;
}

.reserva-turno-container .header .title{
    display:block;

}

.reserva-turno-container .header .title h1{
    color:#00ADD8;
    font-size:34px;
    margin:0;
}

.reserva-turno-container .header .title p{
    font-size:14px;
    color:#00ADD8;
    margin:0;
}


/*********************************
        RESERVA TURNOS AGENDA
******************************/


.repuesta-agenda{
    padding:10px;
    background:#FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}


/*********************************
        Especialidades
******************************/

.bloc{
    padding:25px 0;
}

.bloc-gris{
    background:#f3f3f3;
    padding:50px 0;
    color:#868686;
}

.bloc-gris h2{
    font-size:56px;
}

.bg-turnos{
    background:url(../img/sitio/3.jpg) no-repeat top center;
    background-size:cover;
    margin:0;
}

.bloc-gris-marron{
    background: rgba(83,83,83,.00);
    padding:50px 0 0;
    color:#FFFFFF;
    position:relative;
    overflow:visible;
    color:#363636;
}



.bloc-azulado{
    background:#ECF0F1;
    color:#525252;
    padding:50px 0;
}

.bloc-blanco{
    background:#FFFFFF;
    padding:50px 0;
}

.margin-top{
    margin:2em 0 0;
}

.margin-top-dos{
    margin:1.5em 0 auto;
}

.iphone{
    display:block;
    position:absolute;
    bottom:-100px;
    vertical-align:bottom;
}

.azul{
    color:#09AAD2;
}


.img-focus{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: solid 6px #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
    -moz-box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
    -o-box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
    box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
}

rounded {
    -webkit-border-radius: 2500px;
    -moz-border-radius: 2500px;
    -o-border-radius: 2500px;
    border-radius: 2500px;
}

.servicio{
    margin-top:50px;
}

.servicio span{
    display:block;
    width:130px;
    height:130px;
    color:#394048;
    text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top:30px;
    margin:0 auto;
}

.servicio h3{
    text-align:center;
    margin:10px 0 0;
    color:#394048;
    text-transform: uppercase;
    font-size: 18px;
}

.section-title h1{
    color:#222;
    margin:0 0 20px;
    font-size: 33px;
}

.section-title div span {
    display: inline-block;
    color: #7C7C7C;
    text-transform: uppercase;
}

.line {
    width: 270px;
    background: #dedede;
    height: 1px;
    margin: 5px 15px;
}


.neonat{
    height:70px;
    width:70px;
}

.lema{
    color:#4EABD5;
    line-height:1.2em;
    margin:50px 0;
    font-size:26px;
}

.barra-titulo {
    background: #00ACD6;
    -webkit-box-shadow: inset 0 5px 8px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 5px 8px rgba(0,0,0,.1);
    box-shadow: inset 0 5px 8px rgba(0,0,0,.1);
    border-bottom:1px solid #FFFFFF;
}
.barra-titulo h1{
    color: #FFF;
    margin: 15px 0;
}


.servicios-list {
    margin:0;
    list-style:none;
    padding:0;
}

.servicios-list li{
    display:block;
    margin:0 0 10px;
    /*background:#4EABD5;*/
    color:#666;
    font-size:20px;
    text-transform:capitalize !important;
    font-weight:normal;
}


.servicios-list li span{
    color:#4EABD5;
    margin-right:10px;
}


.turnos-cabecera-section span {
    display: inline-block;
    color: #7C7C7C;
    text-transform: uppercase;
}

.pasos{
    margin:50px auto 0;
    background:#FFF;
    padding:20px;
    border-radius:200px;
    display:block;
    width:200px;
    height:200px;
    position:relative;
}

.pasos p{
    display:inline-block;
    margin:50px auto 0;
    font-size:18px;
    color:#7C7C7C;
}

.pasos .round{
    position:absolute;
    top:-30px;
    left:35%;
    border-radius:200px;
    width:60px;
    height:60px;
    background:rgb(0, 172, 214);
    display:block;
    padding-top:12px;
    color:#FFF;
    text-align:center;
    font-size:24px;
    margin:20px auto 70px;
}

.pasos .round-dos{
    background:#1fb5ad;
}

.pasos .round-tres{
    background:#f3c022;
}

.pasos .round-cuatro{
    background:#5cb85c;
}


.contact-details {
    list-style:none;
    margin:20px 0;
    padding:0;
    display:block;
}
.contact-details > li {
    list-style:none;
    margin:0 0 10px;
}
.contact-details > li .icon {
    border: 1px solid #DEDFDD;
    float: left;
    padding: 5px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.contact-details > li .info {
    margin-left: 60px;
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
    color: #959595;
    font-size: 12px;
    line-height: 11px;
    color: #8F8E8E;
}





.container-blanco{
    display: block;
    background:#FFFFFF;
    padding-top:50px;
    padding-bottom:50px;
}

.container-blanco p,
.container-blanco ul li{
    color:#858585;
    font-family: 'Lato', sans-serif;
    text-height:1.5em;
    font-size:14px;
}

.cabecera-internas{
    float:left;
    background:rgba(56, 66, 75, 0.75);
    color:#FFFFFF;
    padding:20px 40px;
    font-size:36px;
    margin:25px 0 0;
}

.bg-clinica{
    background:url(../img/sitio/bg-clinica.jpg) no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
    padding-bottom: 50px;

}

.bg-habitaciones{
    background:url(../img/sitio/bg-habitaciones.jpg) no-repeat top center;
    background-size:cover;
    background-attachment: fixed;
    padding-bottom: 50px;
}

.bg-servicios{
    background:url(../img/sitio/bg-servicios.jpg) no-repeat top center;
}

.tabs{
    /*position:relative;*/
    display:inline-block;
    margin-top:75px;
}

.tabs ul{
    list-style:none;
    margin:0;
    padding:0;
    background:#969A9E;
}

.tabs ul li{
    float:left;
    display:inline-block;
}

.tabs ul li a{
    padding:10px;
    background:#969A9E;
    color:#fff;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.tabs ul li a:hover,
.tabs ul li a.active{
    background:#fff;
    color:#09AAD2;
    text-decoration:none;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.tabs ul li a.active{
    padding-top:15px;
}

.fancybox{
    display:block;
    width:auto;
    height:auto;
}

.fancybox .overlay {
    background-color: #00B3DF;
    background-color: rgba(0,179,223,.6);
    background-image: url(../img/sitio/lupa.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.fancybox:hover .overlay{
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}


.contactBox{
    background:#f7f7f7;
    padding:25px;
    display:block;
}

.mapa{
    position:relative;
    height:500px
}

.contacBoxInicio{
    position: absolute;
    top:10px;
    right:50px;
    display: block;
}


.calendario{
    display: block;
    background: #fff;
    padding: 20px 0;
    width: 287px;
    margin: 0 auto;
}

.calendario .header-calendario{
    display: block;
    padding: 10px ;
    background: #f2f2f2;
    text-align: center;
}

.calendario .header-calendario h4{
    margin: 0 auto;
    display: inline;
    text-align: center;
}

.calendario .dia_cabecera,
.calendario .dia{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    margin: 0 1px 1px 0;
}

.calendario .dia{
    border: none;
    position: relative;
}

.calendario .dia_dispo{
    background: #00ACD6;
    color: #fff;
}

.calendario .dia_dispo:hover{
    background: #A2D678;
    color: #fff;
    cursor: pointer;
}

.calendario .dia_nodispo{
    background: #c0c0c0;
    color: #323232;
}

.calendario .dia_passer{
    background: #f2f2f2;
    color: #969A9E;
}

.calendario .dia_nodispo:hover{
    background: #f2f2f2;
    color: #323232;
}

.calendario .dia_empty{
    background: #fff;
}

.calendario .dia_active{
    background: #A2D678;
}

.today{
    font-weight: bold;
}

.leyenda{
    display: block;
    font-size: 12px;
    font-style: italic;
}

.leyenda .bloky{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
    background: #00ACD6;
}

.leyenda .bloky-grey{
    background: #c0c0c0;
}

.turno-cell{
    display: inline-block;
    width: 70px;
    height: 40px;
    text-align: center;
    padding: 5px;
    margin: 5px;
    border: none;
    background: #00ACD6;
    color: #fff;
}

.turno-cell:hover{
    background: #A2D678;
    color: #fff;
}

.turno-cell-active{
    background: #A2D678;
    color: #fff;
}



/*//////// TIME LINE PROFESIONAL*/

.turnos{
    padding:50px 0;
}

#turnos{
    margin-top:20px;
}

.timeline-container{
    display: block;
    background: #f2f2f2;
}
.timeline,
.timeline-active {
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
}


.timeline:before {
    content: "";
    width: 6px;
    margin-left: -4px;
    position: absolute;
    display:block;
    left: 50%;
    top: 0;
    bottom: 30px;
    background-color: #ddd;
    z-index: 0 !important;
}



.cabecera-turnos{
    display: block;
    width: 100%;
    height:auto;
    background:#FFFFFF;
    vertical-align: top;
    margin:0  auto;
    margin-bottom:25px;
    padding:20px 10px;
    text-align:center;
    z-index: 10;
}

.btn-fecha{
    margin-bottom:10px;
}


.timeline-item{
    text-align:left;
    color: rgb(113, 113, 113);
    display: table-row;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.active {
    display: table-caption;
    text-align: center;
    z-index:200 !important;
}

.timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto;
    z-index:201 !important;
}

.timeline-item.active .panel {
    border-radius:5px;
    z-index:202 !important;
}

.timeline-item.alt {
    text-align: right;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel-timeline {
    margin-right: 25px;
    margin-left: 0;
}

.timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-caption .panel-timeline {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    text-align: left;
}

.panel-timeline {
    border-radius: 2px;
    border-color: #ebeff6;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    cursor:pointer;
}

.panel-timeline:hover span.time-icon {
    background-color: #594f8d;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    color:#FFFFFF;
    cursor:pointer;

}




.preparacion{
    display: block;
    max-width: 500px;
    border: 5px solid #000;
    text-align: center;
    margin:0 auto;
}

.header-preparacion img{
    width: 200px;
    margin: 0 auto;
}

.header-preparacion p{
    font-weight: bold;
    font-size: 16px;
    border: 1px dotted #000;
    padding: 15px;
}

.body-preparacion{

}

.body-preparacion h1{
    display: inline-block;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    background: #000;
    padding: 15px;
    color: #FFF;
    border-radius: 15px;
    padding: 15px 30px;
}

.pie-preparacion h1{
    font-size: 18px;
    margin: 25px 0 10px;
    font-weight: bold;
}

.presentarse-preparacion{
    background: gray;
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0;
}

.address-preparacion{
    padding: 10px 0;
    text-align: left !important;
}

.required .control-label:after {
    content: ' * (requerido)';
    opacity: .75;
    color: #900;
    font-weight: normal;
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.qr{
    display: block;
    text-align: center;
}
    
.qr img{
    display: block;
    max-width: 140px;
    margin: 0 auto;
}

@media print { 
    
    .qr img{
        max-width: 100px !important;
    }
    
    .address-preparacion{
        text-align: center !important;
    }
  @page {
    size: 210mm 297mm; /* landscape */
    margin: 25mm;
    margin-right: 45mm; /* for compatibility with both A4 and Letter */
    -webkit-transform: rotate(-90deg) scale(.68,.68); 
    -moz-transform:rotate(-90deg) scale(.58,.58);
    zoom: 25%;
  }
}

/* LOADER */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #124175;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.display-none{
    display: none;
}

.img-logo{
    max-width: 200px;
    margin: 0 auto;
}

.list-acciones{
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.list-acciones:after { /* to clearfix your ul list */
  content: "";
  display: table;
  clear: both;
}

.list-acciones li{
    display: block; /* inline-block have an extra 4px margin wich makes it harder to use in this situation */
    width: 33.3333333%; /* You get it (100/3) but use exact number */
    padding: 0 5px;
    float: left; /* if you use block elements you have to float them */
    text-align: center;
}


.list-acciones li button{
    display: block;
    background: none;
    border: 1px solid #6c757d;
    border-radius: 10px;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    color: #6c757d;
    font-weight: 700;
}

.list-acciones li button .fa-2x{
    display: block;
    margin: 0 auto 10px;
    color: #124175;    
}

.list-acciones li button:hover{
    background: #00ACD4;
    color: #FFF;
    border-color: #00ACD4;
}
.list-acciones li button:hover .fa-2x{
    color: #FFF;
}

.swal2-popup {
  font-size: 1.6rem !important;
}