@charset "utf-8";
/* CSS Document */


body {
  /* background-color: #f5f5f5;*/
  background: url(../images/Fondo_web.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: 'Libre Franklin', sans-serif;
}

.contenido {
  background: #FFF;
  margin-top: 4%;
}

.container {
  background: white;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.75);
}

.encabezado {
  margin-top: 3%;
  padding-bottom: 0.5%;
  padding-top: 0.5%;
  height: 20%;
  background: #4575a0;
  color: white;
}

.cuerpo {
  background: white;
}

.titulo {
  font-size: 26px;
  height: 100%;
  margin-right: 2em;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}

.nombre_empresa {
  font-weight: 300;
}

.contenido_base {
  margin-top: 5%;
  margin-left: 10%;
}

.contenido_principal {
  margin-top: 0%;
}


.bs-docs-sidenav {

  margin: 20px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.bs-docs-sidenav>li>a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}

.bs-docs-sidenav>li:first-child>a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav>li:last-child>a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav>.active>a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.bs-docs-sidenav>.nav-head {
  position: relative;

  padding: 9px 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #999;
}

.bs-docs-sidenav>.nav-head>a:hover {
  background-color: transparent;
  color: #999;
}

/* Chevrons */
.bs-docs-sidenav .icon-chevron-right,
.bs-docs-sidenav .icon-chevron-down {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.bs-docs-sidenav>li>a:hover {
  background-color: #f5f5f5;
}

.bs-docs-sidenav a:hover .icon-chevron-right,
.bs-docs-sidenav a:hover .icon-chevron-down {
  opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right,
.bs-docs-sidenav .active .icon-chevron-down,
.bs-docs-sidenav .active a:hover .icon-chevron-down {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}

.bs-docs-sidenav .active .icon-home,
.bs-docs-sidenav .active a:hover .icon-home {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}

.bs-docs-sidenav.affix {
  top: 40px;
}

.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


.negrita {
  font-weight: bolder;
}

.clear {
  clear: both;
}

#carne {
  padding: 1%;
  border: 1px solid;
  margin: 1%;
  border-radius: 30px;
  -webkit-box-shadow: 10px 12px 29px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 10px 12px 29px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 10px 12px 29px 8px rgba(0, 0, 0, 0.65);
}

#col1 {
  float: left;
  width: 30%;
}

#col2 {
  float: left;
  width: 68%;
}

#image {
  margin-top: 30px;
}

.thumb {
  max-height: 152px;
  max-width: 152px;
}

#datos_personales {
  padding-left: 5%;
  padding-top: 15%;
}

#firma {
  height: 100px;
  float: right;
}

#image {
  position: relative;
  width: 50%;
  opacity: 1;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

#image:hover .image {
  opacity: 0.3;
}

#image:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

#elegir_foto {
  border-radius: 22px;
}

a {
  cursor: pointer;
}

.badge1 {
  position: relative;
}

.badge1[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  bottom: 0px;
  right: 7px;
  font-size: .7em;
  background: green;
  color: white;
  width: 50px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 5px;
  box-shadow: 0 0 1px #333;
}

.badge2 {
  position: relative;
}

.badge2[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  bottom: -11px;
  right: 7px;
  font-size: .7em;
  background: green;
  color: white;
  width: 50px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 5px;
  box-shadow: 0 0 1px #333;
}

.colum-3 {
  width: 31%;
  display: inline;
  position: relative;
  float: left;
  /*border-right: 1px solid rgba(0,0,0,.3);*/
  padding: .25rem;
}

.seleccionado {
  background-color: #DDD;
}

.info-pagina {
  font-style: italic;
  font-size: 1rem;
  padding-left: 1rem;
}

.contenido {
  background: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.container {
  margin-top: 3%;
}

.encabezado {
  margin-top: 0;
}

.web-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 100px;
  font-size: 40px;
}