/* INICIO VARIOS*/
.top-buffer { margin-top:15px; }
.top-buffer-little { margin-top:10px; }
body{
  min-height: 100%;
}

#backgroundWeb{
    background: url("/images/background.jpg") no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1200px){
    #backgroundWeb>.container{
        width: 1050px;
    }
}

/* FIN VARIOS */

/* NAVBAR */

.navbar-menu {
    width: 100%;
    display: table;
}

.navbar-menu li {
    width: auto;
    display: table-cell;
    text-align: center;
    padding-top: 20px;
}    

.navbar-menu li a {
    display: block;
    line-height: 40px;
}

.navbar-menu li a:hover {
    text-decoration: none;
}

.navbar-default{
    background-color: transparent;
    min-height: 100px;
    border: 0;
}

.navbar-default .container{
    padding-top: 15px;
}

.navbar-menu>li>a{
    font-size:18px;
    color: rgb(26,31,73);
}

.navbar-menu>li a:last-child {
    border-right: 2px solid rgb(223, 224, 226);
}

.navbar-menu>li a{
    border-left: 2px solid rgb(223, 224, 226);
}

.navbar-menu li .caret{
    display:none;
    z-index:200;
}

.navbar-menu>.active>a, .navbar-menu>.active>a:focus, .navbar-menu>.active>a:hover, .navbar-menu>.open>a{
    color: rgb(26,31,73);
    background-color: transparent;
    border-bottom: 4px solid rgb(0,125,192);
}

.navbar-menu>.active>.caret, .navbar-menu>.open>.caret{
    display: inline-block;
    border-top: 8px dashed rgb(0,125,192);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: -15px;
}

.navbar-menu>.open>a, .navbar-menu>.open>a:focus, .navbar-menu>.open>a:hover{
    background-color: transparent;
}

.dropdown-menu>li{
    padding-top: 0px;
}

.dropdown-menu>li>a{
    color: rgb(26,31,73);
    padding: 5px 5px;
    font-weight: 600;
    text-align:center;
    border: 0px;
}

.dropdown-menu>li>a:last-child{
    border: 0px;
}

.navbar-menu>li>.dropdown-menu {
    margin-top: -20px;
}

.navbar-menu>li>.dropdown-menu{
    z-index: 100;
    width: 100%;
    border: 0;
    background-color: rgba(244, 244, 244, 0.55);
    box-shadow: none;
    padding: 0px;
}
.navbar-menu>li>.dropdown-menu>li{
    display: block;
}

/* FIN NAVBAR */
/* CONTENEDOR  HOME*/
#containerGolf{
    margin-top:50px;
    min-height: 450px;
    padding: 10px;
}
#containerGolf .col-xs-6:first-child {
    padding-right:0;
}
#containerGolf .col-xs-6:last-child {
    padding-left:0;
}
#containerGolf .col-xs-6:last-child>img {
    height: 335px;
}
#containerGolf .col-xs-2, #containerGolf .col-xs-4, #containerGolf .col-xs-6{
    padding-left:0;
    padding-right:0;
}
.menuVertical{
    padding-top: 35px;
    line-height: 4;
    white-space: nowrap;
    width: 100%;
}

.rellenoMenu{
    display: block;
    background-color: rgb(28,36,73);
    color: white;
    font-weight:bold;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
     border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align:center;
    white-space:nowrap;
    width: 100%;
    height: 65px;
    line-height: 65px;
    cursor:pointer;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
    margin-left: 50%;
    border: 0px;
}

.rellenoMenu:hover{
   margin-left: 0px;
}

.rellenoMenu:focus{
   outline: 0px;
}

.rellenoMenu.active{
   margin-left: 0px; 
   background-color: rgb(38,105,173); 
}

.homeInfo{
    height: 335px;
    padding:30px;
    background-color: rgb(240,240,240);
}
.homeInfo div{
    margin: 0px 30px 0px 30px;
}
.homeInfo h3{
    margin:0px;
    font-weight:bold;
    font-size: 18px;
    color: #11184b;
}
.homeInfo p{ 
    margin-top: 15px;
    color: #11184b;
}
/* FIN CONTENEDOR HOME*/
/* INICIO CONTENEDOR SERVICIOS*/
.containerCirugia{
    background-color: rgb(241,239,240);
    padding-left:0;
    max-width: 1070px;
    color: #1A1F49;
}
.margin-top-15{
    margin-top:15%;
}

/* FIN CONTENEDOR SERVICIOS*/
/**/
#contenedorInfoUtil{
    max-height: 665px;
    overflow-y:auto;
}
/**/
/* FOOTER */
.footer {
  bottom: 0;
  height: 270px;
  background-color: #f5f5f5;
  background-image:url("/images/fondo-footer.png");
  background-repeat: no-repeat;
  webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0.9;
}

.footer h3 { 
    color: white;
}
.sprites{
    width:45px;
    height:45px;
    background-image: url('/images/sprites.png');
    background-repeat:no-repeat;
    display: inline-block;
}
.sprites-contacto{
    background-position: 15% 55%;
}
.sprites-info{
    background-position: 40% 55%;
}
.sprites-arrow{
    background-position: 65% 60%;
}
.sprites-arrow-form{
    background-position: 100% 70%;
    width: 110px;
    margin-left: 70px;
}
.infoContacto{
    padding-left: 25px; 
} 
.infoEscribanos{
    padding-left: 15px; 
}
.infoPaciente{
    padding-left: 60px; 
}
.infoContacto p, .infoPaciente p, .infoEscribanos p {
    font-size:12px;
    line-height:1;
    color: white;
}
.justifyText{
    text-align : justify;
    line-height:1.5 !important;
}
.infoContacto p.title, .infoPaciente p.title, .infoEscribanos p.title {
    font-size:15px;
    font-weight:bold;
    line-height:1;
    color: rgb(162, 219, 248)
}

.infoContacto.page p, .infoContacto.page p.title {
    color: #0b1949;
}

.infoEscribanos button{
    background-color: rgb(202,202,202);
    color: rgb(170,170,170);
    color:transparent !important;
    text-shadow:none !important;
    border:none !important;
    box-shadow:none !important;
}

.infoEscribanos input, .infoEscribanos textarea{
    background-color: #006094;
    color: rgb(170,170,170);
    border:0;
}
.infoEscribanos ::-webkit-input-placeholder { color: rgb(170,170,170); }
.infoEscribanos :-moz-placeholder { color: rgb(170,170,170); }
.infoEscribanos ::-moz-placeholder { color: rgb(170,170,170); }
.infoEscribanos :-ms-input-placeholder { color: rgb(170,170,170); }

.btn-group-xs>.btn, .btn-xs {
    padding: 0px 0px;
}

.infoPaciente span, .infoEscribanos p{
    margin-top:13px;
    position:absolute;
    font-size:14px;
    color: rgb(7,69,74);
    font-weight:bold;
    cursor:pointer;
}
.infoEscribanos p{
    margin-left: 20px;
    color: rgb(119,119,119);
    font-weight: bold;
    
}
.infoEscribanos .col-xs-4, .formContacto h3{ margin-left: 15px;}
.infoEscribanos .hidden-success{ display:none;}

.btn-grey { 
    width: 140px;
    border-radius: 5px;
    background-color: rgb(200,201,205);
    height: 40px;
    
}
.formContacto .btn-grey{
    margin-left:0;
}

.copyright, .designed{
    font-size: 10px;
    padding-left: 25px;
    padding-right: 25px;
    color: rgb(117,187, 212);
    padding-top: 10px;
}
@media (min-width: 1200px){
    .footer .container {
        width: 1050px;
    }
}


/* FIN FOOTER */

/* INSTALACIONES */

.instalaciones {
    width:90%;
    margin-left:10%;
    z-index:10;
    position:relative;
    float:left;
}

.instalaciones-controls {
    width:100%;
    height:500px;
    position:relative;
    z-index:10;
    float:left;
    margin-top:-400px;
    margin-bottom:50px;
}
  
.instalaciones-controls .description {
    background:rgba(107, 107, 107, 0.75);
    float:left;
    margin-right:15px;  
}

.instalaciones-controls .description .title{
    height:50px;
    background:#006ab1;
    margin-left:-10px;
}

.instalaciones-controls .description .title h3{
    line-height:50px;
    height:50px;
    width:100%;
    padding:0px;
    margin:0px;
    text-align: center;
    color: #f1f1f1;
}

.instalaciones-controls .description .text{
    color: #f1f1f1;
    font-size:15px;
    font-weight: bold;
}

.instalaciones-controls .thumb {
    float:left;
    background:rgba(107, 107, 107, 0.75);
    margin-right:20px;
}

.instalaciones-controls .thumb img:hover {
    cursor: pointer;
}

@media (min-width: 768px) { 
    .instalaciones-controls .description {
        width: 250px;
        height: 350px;
        margin-top: 100px;
    }
    
    .instalaciones-controls .description .title{
        width:270px;
    }
    
    .instalaciones-controls .description .text{
        font-size:12px;
        padding:15px;
    }

    .instalaciones-controls .thumb {
        width: 125px;
        height: 125px;
        margin-top: 325px;
    }
}

@media (min-width: 992px) {
    .instalaciones-controls .description {
        width:300px;
        height:400px;
        margin-top:50px;
    }
    
    .instalaciones-controls .description .title{
        width:320px;
    }
    
    .instalaciones-controls .description .text{
        font-size:14px;
        padding:20px;
    }
    
    .instalaciones-controls .thumb {
        width:175px;
        height:175px;
        margin-top:275px;
    }
}

@media (min-width: 1200px) {
    .instalaciones-controls .description {
        width: 375px;
        height: 360px;
        margin-top: 70px;
    }
    
    .instalaciones-controls .description .title{
        width:395px;
    }
    
    .instalaciones-controls .description .text{
        font-size:15px;
        padding:35px;
    }
    
    .instalaciones-controls .thumb {
        width:180px;
        height:180px;
        margin-top: 250px;
    }
}

/* FIN INSTALACIONES */

@media(max-width:767px){
    #normalView {
        display: none;
    }
    
    #mobileView {
        display: block;
    }
}

@media (min-width: 768px) { 
    #normalView {
        display: none;
    }
    
    #mobileView {
        display: block;
    }
}

@media (min-width: 992px) { 
    #normalView {
        display: block;
    }
    
    #mobileView {
        display: none;
    }
}

@media (min-width: 1200px) { 
    #normalView {
        display: block;
    }
    
    #mobileView {
        display: none;
    }
}