/* FUENTES */
@font-face {
  font-family: 'twenty';
  src: url("../fonts/TwentytwelveSlab-Regular.ttf") format("truetype");
}
.twenty {
  font-family: 'twenty', sans-serif;
}
@font-face {
  font-family: 'twenty_light';
  src: url("../fonts/TwentytwelveSlab-Light.ttf") format("truetype");
}
.twenty_light {
  font-family: 'twenty_light', sans-serif;
}
@font-face {
  font-family: 'twenty_bold';
  src: url("../fonts/TwentytwelveSlab-Bold.ttf") format("truetype");
}
.twenty_bold {
  font-family: 'twenty_bold', sans-serif;
}
/* colores */
/* tamaños */
/* general */
.bold {
  font-weight: bold;
}
.cf:after {
  clear: both;
  display: block;
  content: '';
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.j {
  text-align: justify;
}
.m0 {
  margin: 0 auto;
}
.block {
  display: block;
}
.none {
  display: none;
}
ul {
  list-style-type: disc;
  padding-left: 18px;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
}
/* FUENTES */
.opensans {
  font-family: 'Open Sans', sans-serif;
}
.nunito {
  font-family: 'Nunito', sans-serif;
}
/* SITIO */
body {
  color: #666666;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
}
.wrapper {
  max-width: 1050px;
  margin: 0 auto;
}
.container {
  margin: 0 auto;
  max-width: 1070px;
}
header.main .container {
  position: relative;
}
header.main #idiomas {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
}
header.main #idiomas div {
  float: right;
}
header.main #idiomas div a {
  color: #48484a;
  border-right: 2px solid #be1e2d;
  float: left;
  font-weight: 300;
  padding: 0 10px;
  display: block;
}
header.main #idiomas div a:hover,
header.main #idiomas div a.activo {
  text-decoration: underline;
}
header.main #idiomas div a.last {
  border-right: none;
}
header.main #linea {
  border-top: 2px solid #be1e2d;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}
header.main #logo {
  margin-bottom: 15px;
  padding: 17px 0;
  text-align: center;
}
header.main nav {
  padding-bottom: 50px;
  font-size: 12px;
  text-align: center;
}
header.main nav a {
  color: #48484a;
  font-weight: 300;
  padding: 0 20px;
}
header.main nav a.activo {
  font-weight: 400;
}
header.main #opener_mobile {
  clear: both;
  cursor: pointer;
  display: block;
  display: none;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 20px;
  width: 35px;
}
header.main #opener_mobile span:before {
  display: block;
  content: "";
  cursor: pointer;
  border-top: 12px double #48484A;
  border-bottom: 4px solid #48484A;
  height: 5px;
  margin: 0 auto;
}
#home {
  background: url(../img/home_fondo.jpg) no-repeat center;
  background-size: cover;
}
#home .tabla {
  display: table;
  width: 100%;
}
#home .tabla .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#home .tabla .cell .logo {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
#home .tabla .cell .logo img {
  max-width: 100%;
  height: auto;
}
section.main {
  display: table;
  width: 100%;
}
section.main .lateral,
section.main .central {
  display: table-cell;
}
section.main .lateral {
  width: 34%;
}
section.main .central {
  padding: 0 20px;
  width: 66%;
}
section.main .central .contenido {
  max-width: 80%;
  padding-top: 30px;
  /* 80px */

  padding-bottom: 150px;
}
section.main .central .contenido h1 {
  border-bottom: 2px solid #be1e2d;
  max-width: 520px;
  padding-bottom: 5px;
  font-family: 'twenty_bold', sans-serif;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 15px;
}
section.main .central .contenido p {
  margin-bottom: 1em;
}
#equipo #slide {
  overflow: hidden;
}
#equipo #slide .movimiento {
  width: 200%;
}
#equipo .item {
  display: table-cell;
  vertical-align: top;
}
#equipo .item .tabla .central .flecha {
  float: right;
  margin-top: 180px;
  width: 20%;
  display: block;
  text-align: center;
}
#equipo .item .tabla .central .flecha:hover {
  opacity: 0.7;
}
#equipo .item .tabla .central .contenido h1 {
  line-height: 30px;
}
#equipo .item .tabla .central .contenido h1 a {
  color: #666666;
  font-size: 20px;
  display: block;
}
#equipo .item .tabla .central .contenido h1 a img {
  vertical-align: middle;
}
#equipo .item .tabla .lateral {
  text-align: right;
}
#equipo .item .tabla .lateral img {
  display: none;
  margin-top: 130px;
}
#equipo .item.impar .central {
  text-align: right;
}
#equipo .item.impar .central .flecha {
  float: left;
}
#equipo .item.impar .central .contenido {
  float: right;
}
#equipo .item.impar .lateral {
  text-align: left;
}
#equipo .item .tabla {
  display: table;
}
#areas_practica .item {
  color: #48484A;
  margin-bottom: 10px;
}
#areas_practica .item h2 {
  margin: 0;
}
#areas_practica .item h2 a {
  background: url(../img/areas_item.png) no-repeat 15px center;
  border: 1px solid rgba(107, 106, 106, 0.6);
  color: #48484A;
  line-height: 18px;
  padding: 15px 55px 13px 55px;
  text-decoration: none;
  display: block;
  font-family: 'twenty_bold', sans-serif;
  font-size: 16px;
}
#areas_practica .item ul {
  margin-top: 10px;
}
#areas_practica .item ul li {
  margin-bottom: 10px;
}
#areas_practica .item.activo h2 a {
  background: url(../img/areas_item_activo.png) no-repeat 15px center #6b6a6a;
  color: #ffffff;
  text-decoration: none;
}
#areas_practica .item.activo ul {
  display: block;
}
#areas_practica .item ul {
  display: none;
}
#contacto .contenido {
  width: 90%;
}
#contacto .contenido a {
  color: #666666;
}
#contacto .contenido iframe {
  width: 100%;
}
#contacto .contenido .imagen {
  float: right;
  height: 273px;
  width: 35%;
}
#barra {
  background: #be1e2d;
  height: 45px;
  margin-top: -100px;
  width: 100%;
}
@media (max-width: 1000px) {
  section.main .central .contenido {
    max-width: 80%;
  }
}
@media (max-width: 550px) {
  section.main {
    display: block;
  }
  section.main .central,
  section.main .lateral {
    display: block;
    width: 100%!important;
  }
  section.main .lateral {
    height: 200px;
  }
  section.main .central .contenido {
    max-width: 100%;
  }
  header.main #linea {
    display: none;
  }
  header.main #idiomas {
    padding: 0 20px;
    position: static;
  }
  header.main #idiomas div {
    float: none;
  }
  header.main #idiomas div a {
    border: none;
    background: #777777;
    color: #ffffff;
    padding: 10px 15px;
  }
  header.main #idiomas div a.activo {
    display: none;
  }
  header.main nav {
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    width: 170px;
  }
  header.main nav a {
    background: #48484A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: block;
    padding: 20px 0;
  }
  header.main nav a.last {
    border-bottom: none;
  }
  header.main nav img {
    display: none;
  }
  header.main #logo {
    margin-bottom: 0;
  }
  header.main #opener_mobile {
    display: block;
  }
  #equipo .item .tabla {
    display: block;
  }
  #equipo .item .tabla .lateral {
    background-position: center top!important;
    height: 350px;
    max-width: 400px;
    margin: 0 auto;
  }
  #equipo .item .tabla .lateral img {
    display: inline;
  }
  #equipo .item .tabla .central .flecha {
    display: none;
  }
  #equipo .item .tabla .central .contenido {
    float: none;
    text-align: left;
    max-width: 100%;
  }
  #home .logo {
    display: none;
  }
  #contacto .contenido {
    width: 100%;
  }
  #contacto .contenido iframe,
  #contacto .contenido .imagen {
    float: none;
    width: 100%;
  }
}
