/*
Name: Centro Vinculos
Author: Camila Goldenberg
Author URI: http://camilagoldenberg.com/
Description: estilos creados para sitio web de centro vinculos.
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300&subset=latin,latin-ext);
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #feaa34;
    border-color: #feaa34;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #FE9834;
}

.navbar-default .navbar-toggle {
    border-color: #EC900F;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #EC900F;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.patron {
    background: url('../img/patron.jpg');
    background-repeat: repeat;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
h2{
    padding-bottom: 20px;
}

h3.verde, h2.verde {
    color:#12c322;
    padding-bottom: 10px;
    border-bottom: 1px solid #12c322;
    font-weight: 400;
}

.table-hover>tbody>tr:hover {
    background-color: rgba(20, 43, 2, 0.49);
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-success {
    color: #fff;
    background-color: #12c322;
    border-color: #4cae4c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-success:hover {
    color: #fff;
    background-color: #0DA51B;
    border-color: #0DA51B;
    border-radius: 25px;
}

.form-control {
    border-radius: 0;
}

label {
    font-weight: 400;
}

.embed-responsive-4by3 {
    padding-bottom: 100%;
}

.inverso {
    color:#fff;
}
.affix {
    position: fixed;
    width: 100%;
    top: 0;
}

.panel.panel-success.panel-reserva {
    margin-top: 24px;
    height: 400px;
    overflow: scroll;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
       -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
            box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
}

.panel.panel-success.panel-reserva::-webkit-scrollbar{
    width: 5px;
    background: #fff;
}
 
.panel.panel-success.panel-reserva::-webkit-scrollbar-thumb {
    background: #ccc;
    cursor: pointer;
    border-radius: 2px;
}
 
.panel.panel-success.panel-reserva::-webkit-scrollbar-thumb:hover {
    background: rgba(150,150,150,0.8);
    cursor: pointer;
}

#quienes-somos, #servicios, #horarios, #convenios, #contacto {
    padding: 40px 15px 40px 15px;
}

.footer hr {
    margin-top: 20px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #252323;
    margin-left: 25px;
    margin-right: 25px;
}

.footer {
    font-size: 16px;
}

.footer h3 {
    font-size: 16px;
}

.footer p {
    font-size: 14px;
    margin:0;
}

.bg-header {
	background-image: url('../img/bg-front-header.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 450px;
}

.bg-call-to-action {
    background-image: url('../img/call-to-action-toma-hora.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    width: 100%;
    background-position: center center;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}


.horario {
    background-image: url('../img/bg-horarios.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
}

.grey {
        background-color: #f5f5f5;
}

.bloqueServicios {
    display: block;
    float: left;
    box-sizing:border-box;
    padding: 10px;
    height: 500px;
}

.modal-body {
    padding: 15px 30px 30px 30px;
}