

/* - - - - - - - - - - - - - - - Elementos Personalizados*/

a,.tp-caption a.btn:hover {
  color: #67b0d1;
}
.top-nav-collapse {
  background: #000;

}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  color: #67b0d1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
  background: #67b0d1;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  border-color: #67b0d1;
}

footer {
    background-color: #144452;
    color: #fff;
    border-top: 10px #ffffff solid;
}

.btn-skin {
  color: #fff;
  background-color: #67b0d1;
  border-color: #67b0d1;
}


.navbar-fixed-top{
    background-color: #fff;
    border-bottom: solid 4px #eee;

}













/*---------------------------------- */
.btn {
  /*padding: 8px 15px;*/
  font-size: 12px;
  line-height: 1.42857143;
  /*min-width: 160px;*/
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default {
  color: #55acee;
  border: 1px solid #cccccc;

}

.btn-primary{
  background-color: #a71932;
}

.btn-default:hover {
  color: #ffffff;
  
  border-color: #339BEB;
}

/* ---------------------------------- */

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
  background-color: #a71932;
  border-color: #55acee;
  color: #ffffff;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
  /*border: 1px solid #cacaca;*/
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}



/* Tabs
---------------------------------- */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  background-color: #a71932;
  
  color: #ffffff;
}
.nav-tabs > li > a {
  border-radius: 0;
  padding: 8px 20px;
  
  color: #7d7c7c;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}



/* Modales
---------------------------------- */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-header {
  background-color: #a71932;
  color: #ffffff;
}
.modal-header h4 {
  color: #ffffff;
}
.modal-header .close {
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
  .modal-lg {
    width: 1140px;
  }
}









/*--------------------------------------------------
  [FORM CONTROL]
----------------------------------------------------*/
/* Set displays an element as in inline0level flex container */
.form-wrap {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle; }

.form-wrap-group {
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

/* Focus stylesheet effect for 'input' */
.form-control {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  min-width: 100px;
  min-height: 50px;
  border-radius: 0;
  box-shadow: none;
  border-color: #ffffff;
  background: transparent; }
  .form-control:-moz-placeholder {
    color: #516473; }
  .form-control::-moz-placeholder {
    color: #516473; }
  .form-control:-ms-input-placeholder {
    color: #516473; }
  .form-control::-webkit-input-placeholder {
    color: #ffffff; }
  .form-control:focus {
    box-shadow: none;
    border-color: #3b4e5f; }


    .btn-brd-primary.btn-md {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3f5263;
  padding: 14px;
  font-size: 15px;
  background: transparent;
  line-height: 1.35;
  border-radius: 0;
  border: 2px solid #3f5263 !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  .btn-brd-primary.btn-md:focus, .btn-brd-primary.btn-md:active:focus, .btn-brd-primary.btn-md.active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-brd-primary.btn-md:hover, .btn-brd-primary.btn-md:focus {
    text-decoration: none;
    color: #fff;
    background: #3f5263;
    border-color: #3f5263;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }





    #fixed {
left: 20px;
/*top: 45%;*/
bottom: 10px;
position: fixed;
z-index: 200;
}
#fixed .btn-success{

background-color:  #b2d566;


}

#fixed h5, #fixed p{
  margin-bottom: 3px;
}
