/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,700,700i');

 body {
    overflow-x: hidden; color: #3D668E; font-family: 'EB Garamond', serif; font-size: 16px;
 }

/* Toggle Styles */

.nopadding { padding: 0 !important; margin: 0 !important; }
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   
}

#wrapper.toggled {
    padding-left: 250px;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0e173e;
    background-color: transparent;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;





/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b84ad+0,3e658d+100 */
background: #5b84ad; /* Old browsers */
background: -moz-linear-gradient(left,  #5b84ad 0%, #3e658d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #5b84ad 0%,#3e658d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #5b84ad 0%,#3e658d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b84ad', endColorstr='#3e658d',GradientType=1 ); /* IE6-9 */


}



.navbar-default {
    background-color: transparent;
    border-color: transparent;
}



.navbar-bg {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b84ad+0,3e658d+100 */
background: #5b84ad; /* Old browsers */
background: -moz-linear-gradient(left,  #5b84ad 0%, #3e658d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #5b84ad 0%,#3e658d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #5b84ad 0%,#3e658d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b84ad', endColorstr='#3e658d',GradientType=1 ); /* IE6-9 */

}








/* Sidebar Styles */

.sidebar-nav {

    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 0px;
    line-height: 40px;    width: 100%;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}


ul.sub-menu li {
    text-indent: 0px !important;
    line-height: 30px;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

ul           {
        list-style: none;
         }
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 280px; 
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
#menu-toggle {display: none}

.container {
    display: table;
    margin-top: 0px;
    padding: 0px 0 0 0;
    box-sizing: border-box;
}


.row {
    height: 100%;
    display: table-row;
}

.col-md-3 {   

}
.col-md-9 {
  
}

.row .no-float {
  display: table-cell;
  float: none;
      vertical-align: top;

}



}




.header {background: #CAC3AA; }
header .logo-wrapper {padding: 25px;}
header .logo-wrapper img { max-width: 200px !important; }

.footer {background: #CAC3AA;     padding: 20px 0 10px 0;}
.footer  p {text-align: right; color: #4F4535;    margin: 0 0 5px;}
.footer  a { margin-left: 15px;}

/*banner home*/

.banner-wrap {width: 100%; max-height: 90px}
#slideshow {

  position: relative;
    width: 100%;
    height: auto;

}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px; height: 100%
}



/* custom */

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

.sidebar-nav li a {

    line-height: 2;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(255,255,255,.2);
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ccc;
    background: transparent;
}

.h1, h1 {
    font-size: 28px;
}


.bg-top {width: 100%;  background: #E0E8EF; border-bottom: 2px solid #3D668E }

.txt-blue {color:#3D668E}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #3D668E; font-weight: bold;
    margin-top: 20px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.icon-bar {
    background-color: #fff;
}

.btn-default {
    color: #3D668E;
    background-color: transparent;
    border-color: transparent;
        display: inline-block;
        padding: 10px 15px;
    margin-bottom: 0;
    font-size: 14px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #333;
        background-color: transparent;
    border-color: transparent;
}

.contenido {padding: 15px 0;}


/*--------- media -------*/
.media:first-child {
    margin-top: 0px;    padding: 0px 0 0 0;

}
.media, .accesos .media-body {margin-left: 0px;padding: 10px 0 0 0; text-align: left;}
.media-object {max-width: 100px; margin-top: 0px;  }
.media-left {margin-left: 15px}
/*
.media, .accesos. media-body {margin-left: 15 px; padding: 10px 0 0 0;}
.media p {font-size: 16px; font-weight: 400; }
.media p:after { content: "\00a0 \00a0"; }
*/

.media p.heading {font-size: 26px; color: #c03; font-weight: 700;}
.media p, .accesos .media p,  {display: block;margin-top: -5px;}
.media a {color: #337ab7;   font-size: 16px;font-weight: 400; margin-top: -5px;}
.media a.phone {color: #fff;}
.media a, .media p {margin: 0}
.media .btn {margin-top: 30px}

/* form*/
.form-control:hover, 
.form-control:focus{
  border-color: #E0E8EF;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  width: 100%;
  background-color: #3D668E;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}


p {text-align: justify;}
/*bulletes*/
.bullets {
  padding: 25px;
}

.bullets h2 {
  font-size: 1em;
  padding-left: 15px;
  text-indent: -17px;
  line-height: 20px;
  text-align: left;
}

.bullets h2::before {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #3D668E;
  content: "";
  border-radius: 50%;
  margin-right: 5px;
}


/*menuareas*/
.menuareas {
  padding: 15px 0;
}

.menuareas h2 {
  font-size: 1em;
  padding-left: 2px;
  text-indent: -17px;
  line-height: 16px;
  text-align: left; margin-top: 10px;
}

.menuareas h2::before {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #3D668E;
  content: "";
  border-radius: 50%;
  margin-right: 5px;
}

/*efectos*/

/*SIDEPAN*/
.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 5s ease;
     -moz-transition: margin 5s ease;
       -o-transition: margin 5s ease;
      -ms-transition: margin 5s ease;
          transition: margin 5s ease;
}
 
.sidepan img:hover {
  margin-left: -200px;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
 

 
.pic {

  float: left;
  height: 300px;
  width: 100%; max-width: 840px;
  margin: 0px;
  overflow: hidden;

}







ul li.listado {
    list-style: disc;
}




.right {display: block; text-align: right !important;}

.strong {font-weight: bold}
