@charset "UTF-8";
/*
------------------------------------------------------|
                _____ _                               |    
  ___          |  ___(_)_ __   __ _ _ __   ___ ___    |     
 / _ \  _____  | |_  | | '_ \ / _` | '_ \ / __/ _ \   |
|  __/ |_____| |  _| | | | | | (_| | | | | (_|  __/   |
 \___|         |_|   |_|_| |_|\__,_|_| |_|\___\___|   |     
                                                Click |
                                                      |
Autores: Rekuen & Juan Carlos                         |
Email: contacto@efinanceclick.net                     |
Web: http://efinanceclick.es                          |
©2016 e-Finance-Click                                 |
------------------------------------------------------|
*/
/*================= INDICE=================
    1-VARIABLES
    2-CLASES DE AYUDA
    3-GENERAL
    4-CABECERA
    5-BOTONES
    6-CAROUSEL / SLIDER
    7-LEMA Y TEXTO PRINCIPAL
    8-SERVICIOS
    9-LOCALIZACION / MAPA
    10-FORMULARIO
    11-FOOTER
    12-MODALS
    13-RESPONSIVE
================== INDICE=================*/
/* ================= VARIABLES ================================================================================== */
/* Colores Principales */
/** Fuente **/
/* =============================================================================================================== */
/* ================= CLASES DE AYUDA ================== */
.centrar {
  margin: 0 auto; }

/* ================= GENERAL ================== */
html {
  background: #E8DDCB; }

body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #E8DDCB; }

p + p {
  margin-top: 0.5em; }

a {
  color: #A59A6A; }
  a:hover {
    color: #897f53;
    text-decoration: none; }

.color {
  color: #A59A6A; }

#maincontent {
  background: #fff; }

.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px; }

.container {
  background: #fff;
  color: #434343;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

/* ================= CABECERA ================== */
.texto-header {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 500; }

.toggler {
  width: 100%;
  height: auto;
  border-bottom: 8px solid #A59A6A;
  background: #fff;
  color: #E8DDCB; }

.header {
  border-top: 8px solid #A59A6A;
  padding-top: 15px; }
  .header h3 {
    margin-bottom: 0;
    line-height: 20px; }

.cabecera {
  margin-bottom: 50px; }

.thead {
  line-height: 1; }
  .thead a {
    color: #E8DDCB; }
    .thead a:hover {
      color: #A59A6A; }
  .thead i {
    color: #A59A6A; }
  .thead.small {
    font-size: 22px; }

.nav li a {
  background-color: #A59A6A;
  margin-left: 5px;
  color: #fff; }
  .nav li a:hover {
    background-color: #897f53;
    color: #fff; }

.btnmob {
  border-radius: 0px;
  margin-right: 5px; }

/* ================= BOTONES ================== */
.btn-default {
  color: #fff;
  background-color: #A59A6A;
  border-color: #A59A6A;
  border-radius: none; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #897f53;
    border-color: #83794f; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #A59A6A;
    border-color: #A59A6A; }
  .btn-default .badge {
    color: #A59A6A;
    background-color: #fff; }

.btn-success {
  color: #434343;
  background-color: #E8DDCB;
  border-color: #E8DDCB; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #434343;
    background-color: #d8c6a8;
    border-color: #d5c1a1; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #E8DDCB;
    border-color: #E8DDCB; }
  .btn-success .badge {
    color: #E8DDCB;
    background-color: #434343; }

/* ================= CAROUSEL / SLIDER ================== */
.carousel-caption {
  margin: 0 auto;
  width: 940px;
  background-color: #A59A6A;
  /* The Fallback */
  background-color: rgba(165, 154, 106, 0.8); }
  .carousel-caption h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
    letter-spacing: -2px;
    font-size: 25px; }
  .carousel-caption p {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -8px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    font-size: 14px; }

/* ================= LEMA Y TEXTO PRINCIPAL ================== */
.lema {
  margin-bottom: 30px; }
  .lema h1, .lema h2, .lema h3 {
    color: #A59A6A;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300; }
  .lema small {
    color: #A59A6A; }

.texto-lema {
  text-align: justify;
  font-size: 1.7rem;
  line-height: 1.6em;
  font-style: normal;
  font-weight: 300; }

.marketing {
  margin: 40px 0; }
  .marketing p + h4 {
    margin-top: 28px; }

/* ================= SERVICIOS ================== */
.miniaturas {
  margin-bottom: 30px;
  margin-top: 20px; }

.miniatura-desc {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #fff;
  min-height: 80px;
  background: #A59A6A;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); }

.img-thumbnail {
  padding: 0 0 0;
  border: none !important;
  border-radius: 0px !important; }

.thumbnail {
  position: relative;
  overflow: hidden;
  padding: 0 0 0;
  background-color: transparent;
  margin-bottom: 0px;
  border-radius: 0px !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); }

.caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2; }

/* ================= LOCALIZACIÓN / MAPA ================== */
.mapcontainer {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #cfcfcf; }

.map {
  width: 100%;
  height: 250px; }

#direc {
  padding-top: 20px; }

/* ================= FORMULARIO ================== */
.well {
  border: 2px solid #fcfcfc;
  border-radius: 6px;
  margin-top: 30px;
  background: #fcfcfc;
  margin-bottom: 80px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); }

legend {
  border-color: #434343; }

textarea {
  width: 100%; }

.maila {
  color: #434343; }
  .maila:hover {
    color: #A59A6A; }

.tel, .tel:visited {
  display: block;
  color: #fff;
  background-color: #A59A6A;
  padding: 1em;
  text-decoration: none; }
  .tel:hover, .tel:focus, .tel:visited:hover, .tel:visited:focus {
    color: #434343;
    cursor: pointer; }

@media screen and (min-width: 28.5em) {
  .tel, .tel:visited {
    background: none;
    cursor: default;
    color: #434343; }

  .tel, .tel:focus {
    color: #434343;
    padding: 0px; } }
/* ================= FOOTER ================== */
.bottom-footer {
  background-color: #A59A6A;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  .bottom-footer a {
    color: #fff; }
    .bottom-footer a:hover {
      text-decoration: underline; }

/* ================= MODALS ================== */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  text-align: justify; }
  .modal-content h5 {
    color: #434343;
    font-size: 35px;
    background: #E8DDCB; }
  .modal-content strong {
    color: #15244B; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #E8DDCB;
  min-height: 16.428571429px;
  background-color: #E8DDCB; }

.modal-title {
  margin: 0;
  line-height: 1.428571429;
  font-size: 20px;
  color: #434343; }

.modal-body {
  position: relative;
  padding: 20px; }

.margen {
  margin-top: 20px; }

/* ================= RESPONSIVE ================== */
@media (min-width: 768px) {
  .container {
    max-width: 1024px; } }
@media (min-width: 480px) and (max-width: 980px) {
  .texto-lema {
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.9rem;
    line-height: 1em; } }
@media (max-width: 768px) {
  .carousel-caption {
    position: relative;
    padding-top: 10px; }

  .container {
    max-width: 100%; } }
@media screen and (min-width: 768px) {
  .header, .marketing, .footer {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 479px) {
  .texto-lema {
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.7rem;
    line-height: 1em; }

  .container {
    padding: 15px;
    padding-bottom: 130px; } }
@media screen and (max-width: 400px) {
  .thead.small {
    font-size: 17px; } }

/*# sourceMappingURL=custom.css.map */
