﻿@charset "UTF-8";
/*----Colores----*/
/*Home de wordpress*/
/*Textos*/
/*Inputs*/
/*------Tipografías--------*/
/*-----Tamaños de fuente------*/
/**Variables de CSS. Usar pollyfill de var(variable, fallback)**/
:root {
  --sideMenuWidth: 58px;
  --contentWidth: calc(100vw - var(--sideMenuWidth, 58px));
  /**Web de wordpress**/
  --azul: rgba(25,44,84, 1);
  --azul-oscuro: rgba(12,30,60, 1);
  --naranja: #F18A00;
  --gris: rgba(228,228,228,1);
  --oscuro: rgba(51,51,51,1);
  --muy-oscuro: rgba(21,21,21,1);
}

/*-----Transiciones-----*/
/*----Botones------*/
.estiloBoton {
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0.2em;
  margin-top: 0.3em;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
}

.estiloBoton-xs {
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 0.3em;
  margin-right: 0.2em;
  border: 1px solid;
}

html {
  position: relative;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  height: 100%;
  color: #2A2A2A;
  text-decoration: none;
  line-height: inherit;
  padding-bottom: 3em;
  font-family: "Muli", sans-serif;
  margin: auto;
}

p, span {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  color: #2A2A2A;
  line-height: 1.5em;
}

a {
  font-size: 1.5rem;
  color: #2A2A2A;
  font-weight: bolder;
  text-decoration: none;
  -webkit-transition: all 0.1s color;
  -o-transition: all 0.1s color;
  -moz-transition: all 0.1s color;
  -ms-transition: all 0.1s color;
  transition: all 0.1s color;
}

li {
  font-size: 1.5rem;
  color: #2A2A2A;
  line-height: 1.5em;
}

.azul1 {
  color: #0071BC;
}

.gris {
  color: #aaa;
}

.naranja {
  color: #e87722;
}

.fondoNaranja {
  background-color: #FFFCF4;
}

.red {
  color: #d9534f;
}

.flechaUp {
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 99999;
}
.flechaUp a {
  color: #aaa;
  opacity: 0.7;
}
.flechaUp a:hover {
  color: #0071BC;
}

/*-----Barra lateral navegación--------*/
/*.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}*/
/*-----Cabecera---------*/
#header {
  background: #3C3A3A;
  z-index: 1001;
  width: 100%;
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e87722;
}
#header span {
  color: #fff;
}

.titleHeader {
  color: #fff;
  font-size: 2.3rem;
  margin-left: 1.5em;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
}

.navbar {
  min-height: 80px;
}

.navbar-default {
  z-index: 1000000 !important;
  border-radius: 0px;
  background-color: #3C3A3A;
  color: white !important;
  border-color: #3C3A3A;
  border-bottom: 1px solid grey;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-form {
  border-color: #3C3A3A;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-header ul {
  list-style: none;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.navbar-header ul li {
  float: left;
}

.navbar-default .navbar-toggle {
  margin-top: 20px;
}

.navbar-default .navbar-collapse {
  border-color: #aaa;
  padding-top: 5px;
}

.navbar-default .navbar-form {
  padding-top: 15px;
}

.navbar-brand {
  height: 80px;
  padding: 15px 15px 15px 15px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
/*-------Menú lateral---------*/
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #eee;
  border-right: 1px solid #bbb;
  height: 100%;
  padding-top: 100px;
  overflow-x: auto;
  overflow-y: auto;
  transition: all 0.5s ease;
  z-index: 1000;
  width: 300px;
}
#sidebar-wrapper span {
  color: #3C3A3A;
}

.panel-title {
  margin-left: 10px;
}

.panel-default {
  border-color: #eee;
}
.panel-default a {
  font-weight: bolder;
  text-decoration: none;
  -webkit-transition: all 0.1s color;
  -o-transition: all 0.1s color;
  -moz-transition: all 0.1s color;
  -ms-transition: all 0.1s color;
  transition: all 0.1s color;
}
.panel-default a:focus, .panel-default a:hover, .panel-default .fa:hover {
  color: #e87722;
  text-decoration: none;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-default > .panel-heading {
  color: #3C3A3A;
  background-color: #eee;
  border-color: #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #ddd;
  color: #3C3A3A;
}

.panel-body .levelFirst {
  width: 100%;
  float: left;
  padding: 5px 5px 5px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-body .levelFirst:hover {
  transform: translateX(10px);
}
.panel-body .levelSecond {
  width: 100%;
  float: left;
  padding: 5px 5px 5px 20px;
}
.panel-body .levelSecond a {
  color: #3C3A3A;
  font-weight: normal;
}
.panel-body .levelSecond a:hover {
  color: #e87722;
}

/*-------Index---------*/
.cardContainer {
  padding-top: 120px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
.cardContainer a {
  font-weight: normal;
}
.cardContainer a:hover {
  text-decoration: none;
}

.card {
  background-color: #eee;
  border: 1px solid #ccc;
  height: 300px;
  padding: 2em;
  border-radius: 4px;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.card hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ccc;
}
.card h2 {
  font-weight: bold;
}

.card:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
}
.card:hover h2 {
  color: #e87722;
}

/*----------Contenido central-------*/
#wrapper-central {
  padding-top: 110px;
  padding-bottom: 75px;
  width: 100%;
  background: #fff;
}
#wrapper-central .contenidoGeneral {
  padding-left: 315px;
  padding-right: 1em;
  padding-bottom: 6.5em;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  #sidebar-wrapper {
    width: 200px;
  }
  #wrapper-central .contenidoGeneral {
    padding-left: 215px;
    padding-bottom: 6.5em;
  }
}
@media (max-width: 768px) {
  #wrapper-central .contenidoGeneral {
    padding-left: 1em;
    padding-bottom: 6.5em;
  }
}
/*--------Footer---------*/
footer {
  background-color: #ededed;
  z-index: 1005;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #ccc;
}
footer p, footer a {
  color: #aaa;
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
}
footer ul {
  list-style: none;
  display: inline-block;
}
footer ul li {
  float: left;
  padding-right: 2em;
  color: grey;
  padding-top: 5px;
  font-size: 1.5rem;
}

/*-----Pantallas comunes----*/
.dataSection h1 {
  font-size: 2.5rem;
  width: 100%;
  padding: 0.5em;
  text-transform: uppercase;
  color: #e87722;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e87722;
  font-weight: bold;
}
.dataSection .anchorPoint {
  padding-top: 80px;
}
.dataSection h2 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #eee;
  color: #0071BC;
}
.dataSection p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.dataSection h3 {
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}
.dataSection h4 {
  width: 100%;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #e87722;
}
.dataSection ul {
  list-style: none;
  margin-bottom: 5px;
}
.dataSection ul li {
  font-size: 1.5rem;
  color: #2A2A2A;
  line-height: 1.5em;
  margin-top: 5px;
}

.imagesSection img {
  margin-bottom: 2em;
  margin-top: 2em;
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
}
.imagesSection a:hover img {
  opacity: 0.6;
}

.imagesSectionTable img {
  margin-bottom: 2em;
  margin-top: 2em;
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
}
.imagesSectionTable h4, .imagesSectionTable p {
  margin-top: 2.5em;
}

.imagesSectionNoShadow img {
  margin-bottom: 2em;
  margin-top: 2em;
}

.plegado {
  max-height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
