/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


@font-face {
    font-family: BlackJack;
    src: url(../fonts/blackjack.otf);
}

@font-face {
  font-family: Adieu;
  src: url(../fonts/adieu.ttf);
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
 font-family: 'Raleway', sans-serif;
}
body.modal-open {
    overflow: visible;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #5c6d7f;
}
a:hover,
a:focus {
 color: #5c6d7f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.form-control {
  padding: 12px 15px;
  font-family: 'Roboto', sans-serif;
}
.form-control:focus {
  border-color: #8ca0b5;
  outline: 0;
  box-shadow: none;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-delay:2s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 25px;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-toggle i {
	color: transparent;
    background: url(../img/menu.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 33px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 400 !important;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 22px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
	  padding: 30px 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: rgba(49,59,69,.95);
    padding: 15px 0;
	border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #878a8e;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #878a8e;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
	color: rgba(255, 255, 255, 0.7)
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fff;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  background-attachment: fixed;
  text-align: center;
  color: white;
  animation-delay:.5s;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .logo {
	display:block;
	margin-bottom:25px;
	-webkit-animation-name: zoomIn;
    -webkit-animation-duration: 3.5s;
    -moz-animation-name: zoomIn;
    -moz-animation-duration: 3.5s;
    animation-name: zoomIn;
    animation-duration: 3.5s;
	animation-delay: 1.5s !important;
}
header .header-content .logo img {
	width:28%;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.section-sub-heading {
  margin-top: 15px;
  font-size: 19px;
  color: #7a7a7a;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
.service-box h3 {
  font-weight: 800;
  font-size: 23px;
  color: #5d6f81;
}
@media (min-width: 992px) {
  .service-box {
    margin: 40px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Raleway', sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #5d6f81;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: none;
  border-color:#34495e;
  color: #34495e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  border: 2px solid transparent;
  outline: none;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
  line-height: 17px;
  background: #34495e;
  padding: 13px 45px !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
  color: #34495e;
  background: none;
  border-color: #34495e;
  outline: none !important;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.fa-comment-o:before , .fa-handshake-o:before , .fa-star-o:before {
	height: 70px;
    display: block;
}
aside.cta-quote {
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:80px 0;
	color:#fff;
}
aside.cta-quote h2 {
	font-family:BlackJack;
	font-weight: normal;
    font-size: 50px;
}
aside.cta-quote p {
	margin-top: 25px;
    color: #cecece;
    font-size: 19px;
}
.item {
	margin: 0;
    padding: 0;
}
.item img {
	 width: 100%;
}
.btn-circle {
  top: calc(100vh - 120px);
  position: absolute;
  background: none;
  padding: 0 !important;
  left: 50%;
  margin-left: -10px;
  border: none;
  box-shadow: none !important;
}
.btn-circle:hover {
    top: calc(100vh - 105px);
}
.btn-circle svg polygon {
  fill: #fff;
  opacity: .5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-circle:focus svg polygon, .btn-circle:hover svg polygon {
    opacity: 1;
}
@-webkit-keyframes pulse_btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

#info {
	background-image: url(../img/bg_info.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
	color:#fff !important;
}
#info p{
	color:#fff !important;
	font-size: 17px;
}

#info h3{
  font-size: 38px;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #fff;
  font-family: Roboto, sans-serif;
}
#info i{
	border: 3px solid white;
    width: 130px;
    height: 130px;
    border-radius: 50%;
	position:relative;
	font-size: 25px;
}
#info i:before {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.dropdown-toggle {
    border-radius: 2px;
    height: 50px;
    padding: 0 25px 0px 18px;
    color: #b7bcbf;
    margin-top: 30px;
    text-transform: none;
    font-weight: normal;
	font-size: 16px;
    border: 1px solid #dae2e9;
    background-color: #f6f9fa;
	color:#c2cdd8;
}
.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle.focus, .dropdown-toggle:active, .dropdown-toggle.active, .open > .dropdown-toggle.btn-default {
    color: #a9b6c2 !important;
    border-color: #c5d0db !important;
    background-color: #f6f9fa !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 350px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7a7a7a;
    white-space: nowrap;
    font-size: 17px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #34495e;
    text-decoration: none;
    background:none !important;
}
#galeria {
	padding-bottom:0;
}
#galeria section {
	padding-top:50px;
	padding-bottom:70px;
}
#galeria section h2 {
	color: #acb0b5;
}

#tarifas .table.tarifas {
	margin-top:30px;
	font-size: 16px;
	color: #34495e;
	background:#fff;
	font-family: 'Roboto', sans-serif;
}
#tarifas .table.tarifas tr.tarifas_header {
	background: #5d6e80;
    color: #fff;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
}
#tarifas .table.tarifas th {
	font-weight: normal;
}
#tarifas .table.tarifas th span {
	font-size: 12px;
  border-radius: 4px;
  background: #34495e;
  color:#fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  margin-left: 8px;
}
#tarifas .table.tarifas tfoot {
	background: #5d6e80;
    color: #fff;
    font-size: 12px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 13px 30px;
    font-size: 15px;
}
#tarifas .table.tarifas tfoot td {
	padding: 10px 30px;
	font-size: 12px;
}
.table > thead > tr > th {
	border-bottom: none;
    font-weight: 400 !important;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 13px 30px;
}
#horarios {
	background-image: url(../img/bg_horario.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
	color:#fff !important;
}
#horarios .service-box {
  margin: 30px auto 0 !important;
  border: 1px solid rgba(255,255,255,.5);
  padding: 50px 0;
  height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#horarios p {
	color: #fff !important;
}
#horarios .service-box p{
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
}
#horarios h3{
	font-size: 19px;
    line-height: 25px;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #fff;
}
#horarios h3 span{
	font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
    text-transform: none;
    letter-spacing: .5px;
    margin-top: 5px;
    display: block;
}
#horarios .table.horarios {
	margin-top:30px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
#horarios .table > tbody > tr > td , #horarios .table > tbody > tr > th{
    border-bottom: 1px solid #798898;
    border-top: none;
    padding: 22px 0;
}
#horarios .table > tbody > tr > th {
	font-weight: 600;
}
#colaboradores {
	background-color: #e9eaeb;
    padding: 80px 0;
}
#colaboradores img {
	width:190px;
	margin: auto;
	margin-top: 50px;
}

#contactForm input, #contactForm textarea {
  border-radius: 25px;
  padding-left: 22px;
}

#contactForm input::placeholder, #contactForm textarea::placeholder {
  color: #9ca3a9 !important;
}
#contact h4 {
	padding:0 15px;
	margin-bottom:20px;
	font-weight: 800;
    color: #5d6e80;
}
#contact i {
 	border-radius: 50%;
    height: 65px;
    width: 65px;
    background: #34495e;
    color: #fff;
	position:absolute;
	left:0;
	margin-right:15px;
}
#contact a {
  text-decoration: underline;
}
#contact .direccion, #contact .email,  #contact .tlf {
	position: relative;
  padding-left: 80px;
  height: 65px;
  margin-bottom: 25px;
  display: flex;
  align-items:center;
}
#contact span {
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #5c6d7f;
}
#contact i:before {
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
 }
#contact .row > div.contact_container {
	margin-top:40px;
}
#contactForm button , .modal-body button {
	padding: 16px 35px;
  margin-top:10px;
}
section#contact ::-webkit-input-placeholder {
	color:#C2CDD5;
    font-size: 15px;
	font-weight:normal;
}
#map {
	background-image: url(../img/bg_map.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
	color:#fff !important;
	height: 450px;
}
footer {
	background: #252d35;
    padding: 20px 0;
    color: #fff;
}
footer p {
	margin-bottom: 0;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 300;
}
.modal-body {
}
.modal-body strong {
	font-weight:600;
}
.modal-body p{
	line-height: 30px;
}
.modal-body h3 {
	font-weight:800;
}
textarea {
    height: 85px !important;
}
.alert {
	position: fixed;
    top: 50%;
    right: 0;
    left: 50%;
    margin-left: -27%;
    margin-top: -115px;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    width: 55%;
    border-radius: 0 !important;
    height: auto;
    padding: 50px;
    font-size: 20px;
}
.closebtn {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    top: 50%;
    right: 35px;
    cursor: pointer;
    margin-top: -30px;
}
.closebtn .lr {
    height: 60px;
    width: 1px;
    margin-left: 35px;
    background-color: #a3a8ae;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.closebtn .lr .rl {
    height: 60px;
    width: 1px;
    background-color: #a3a8ae;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  header , aside.cta-quote, #info, #horarios {
    background-attachment:inherit;
    padding: 30px 0;
  }
  header {
    padding: 55px 0 20px;
  }
  header .header-content {
    padding: 0 15px 0;
  }
  header .header-content .logo img {
    width: 40%;
  }
  .navbar-default .navbar-header .navbar-toggle {
    margin:0 15px;
    padding: 5px 0;
  }
  #info h3 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .service-box h3 {
    margin-top:5px;
    margin-bottom:10px;
	font-size: 21px;
  }
  #info i {
    width: 110px;
    height: 110px;
  }
  section {
    padding: 50px 0 !important;
  }
  section h2.section-heading {
    font-size: 30px;
	margin-bottom: 8px;
  }
  .section-sub-heading {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
  }
  aside.cta-quote h2 {
    font-size: 34px;
    line-height: 36px;
  }
  aside.cta-quote p {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
  }
  .navbar-default {
    display: block !important;
    background:none !important;
  }
  .navbar-collapse {
     background: rgba(42, 56, 69, .99);
  }
  .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	padding: 13px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  .navbar-nav {
		margin: 0 -15px !important
  }
  #map {
    background-image: url(../img/bg_map.jpg);
    background-attachment:inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 0;
    height: 120px;
  }
  #colaboradores img {
    width: 160px;
    margin-top: 25px;
  }
  .navbar-header {
    background: rgba(41, 56, 69, .9);
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border: none;
  }
  #profesores .portfolio-item {
	animation:none !important;
  }
  .btn {
	width: 100% !important;
    height: 48px;
    font-weight: 600 !important;
    font-size: 17px !important;
  }
  .btn-circle {
    display: none !important;
  }
  .service-box {
    margin:20px auto 0;
  }
  #info .service-box {
    margin:30px auto 0;
  }
  #horarios .service-box {
	  border:1px solid rgba(255,255,255,.85);
  }
  #horarios .service-box p {
	 font-size: 18px !important;
  }
  #profesores .portfolio-item .portfolio-caption h4 {
	 font-size: 18px;
  }
  #profesores .portfolio-item .portfolio-caption p {
    font-size: 17px;
    margin-top: 3px;
  }
  #tarifas .table.tarifas {
     margin-top: 0;
  }
  #horarios h3 {
	font-size: 20px;
  }
  #horarios h3 span {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
  }
  #contact span {
     font-size: 17px;
  }
  #contact h4 {
	font-size: 20px;
  }
  .form-control {
	-webkit-appearance: none !important;
  }
  .portfolio-modal .close-modal {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
    z-index: 999;
  }
  .portfolio-modal .close-modal .lr {
	margin-left: 30px;
  }
  .portfolio-modal .close-modal .lr, .portfolio-modal .close-modal .lr .rl {
	height: 60px;
  }
  .modal-body {
    padding: 15px 0;
  }
  .portfolio-modal .modal-content h2 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .portfolio-modal .modal-content p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
  }
	.table > tbody > tr > td {
		background: #fff;
	}
}
