@charset "UTF-8";
@font-face {
  font-family: 'Roboto-Bold';
  src: url("fonts/Roboto-Bold.eot");
  src: local("☺"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Light';
  src: url("fonts/Roboto-Light.eot");
  src: local("☺"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("fonts/Roboto-Regular.eot");
  src: local("☺"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Thin';
  src: url("fonts/Roboto-Thin.eot");
  src: local("☺"), url("fonts/Roboto-Thin.woff") format("woff"), url("fonts/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto-Light';
  color: #000; }

a {
  text-decoration: none;
  color: #115a6b;
  font-weight: bold; }

h1, h2, h3 {
  font-weight: normal; }

.boton {
  padding: 10px 40px;
  font-family: 'Roboto-Regular';
  color: #FFF;
  font-size: 26px;
  border: none;
  background-color: #115a6b;
  margin-top: 30px;
  -webkit-transition: width 1s, background 1s;
  -moz-transition: width 1s, background 1s;
  -o-transition: width 1s, background 1s;
  transition: width 1s, background 1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

a.boton:hover {
  background-color: #187f97; }

/*********************************************************************************************ESTRUCTURA GENERAL*/
ul {
  list-style-type: none; }

.cont_central {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.bloque {
  padding: 60px 0 60px 0; }

.titulo {
  padding: 40px 0;
  background-color: #e9edf0;
  font-family: 'Roboto-Thin';
  font-size: 46px; }

/*********************************************************************************************CONTENIDO INDEX*/
.bq1 h2 {
  color: #bf243f;
  font-family: 'Roboto-Thin';
  font-size: 69px;
  text-align: center; }

.bq2 {
  overflow: hidden;
  margin-top: 20px; }

.bq2 .txt {
  width: 45%;
  max-width: 520px;
  float: left;
  font-size: 22px;
  margin-bottom: 60px; }

.bq2 .txt h2 {
  font-size: 48px;
  font-family: 'Roboto-Thin';
  padding-bottom: 20px; }

.bq2 .txt p {
  margin-bottom: 30px; }

.bq2 .imagen {
  height: 430px;
  width: 50%;
  float: right;
  background-size: cover;
  background-image: url(../images/ordenador.jpg);
  background-position: center center; }

.bq3 {
  background-color: #e9edf0; }

.bq3 .caract {
  float: left;
  width: 23%;
  margin-right: 2%;
  text-align: center; }

.bq3 .caract.ultimo {
  margin-right: 0; }

.bq3 .caract h3 {
  font-family: 'Roboto-Bold';
  margin: 20px 0 10px 0;
  font-size: 28px;
  color: #338a9e; }

.bq4 img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto; }

.bq5 {
  text-align: center;
  font-size: 36px;
  font-family: 'Roboto-Light'; }

.bq5 p {
  margin-bottom: 30px; }

.bq6 {
  margin-top: 5%;
  background-color: #bf243f;
  color: #FFF; }

.bq6 .caract {
  float: left;
  width: 26%;
  margin-right: 10%;
  text-align: center; }

.bq6 .caract.ultimo {
  margin-right: 0; }

.bq6 .caract h3 {
  margin: 10px 0 10px 0;
  font-size: 28px;
  font-family: 'Roboto-Thin'; }

/*********************************************************************************************CONTENIDO CONTACTA*/
.env_formulario {
  overflow: hidden;
  padding: 40px 0 80px 0; }

.env_formulario .form {
  float: left;
  font-family: 'Roboto';
  font-size: 18px;
  width: 55%; }

.env_formulario .form p span {
  color: #bf243f; }

.env_formulario .form input,
.env_formulario .form textarea {
  border: 1px solid #c5c5c5;
  width: 100%;
  font-size: 18px;
  font-family: 'Roboto-Thin';
  margin: 5px 0 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 2%; }

.env_formulario .form .obligatorios {
  font-size: 15px;
  font-family: 'Roboto-Regular';
  float: right; }

.env_formulario .form .obligatorios span {
  color: #bf243f; }

.env_formulario .form .boton {
  margin-top: 10px; }

.env_formulario .info {
  float: right;
  width: 45%;
  overflow: hidden;
  text-align: right; }

.env_formulario .info #capa-mapa {
  width: 100%;
  height: 350px;
  float: right; }

.env_formulario .info .direccion {
  margin-top: 20px;
  font-family: 'Roboto-Light';
  font-size: 18px;
  text-align: right;
  float: right; }

.env_formulario .info .direccion span {
  color: #bf243f;
  font-family: 'Roboto-Bold';
  display: block; }

/*********************************************************************************************CONTENIDO LEGAL*/
.env_txt_legal {
  padding: 0 0 80px 0; }

.env_txt_legal h3 {
  font-family: 'Roboto-Thin';
  font-size: 30px;
  margin: 40px 0 20px 0; }

.env_txt_legal p {
  margin-bottom: 10px; }

.env_txt_legal ul {
  list-style-type: disc;
  padding: 0 0 1.5em 2em; }

/*********************************************************************************************MENU*/
.slicknav_menu {
  display: none; }

/*********************************************************************************************RESPONSIVE*/
@media screen and (max-width: 40em) {
  .js #menu {
    display: none; }

  .js .slicknav_menu {
    display: block; }

  .header a.logo {
    display: block;
    width: 80%;
    float: none;
    margin: 0 auto; }

  .header a.logo img {
    display: block;
    margin: 0 auto; }

  .bq1 h2 {
    font-size: 40px; }

  .bq2 .txt {
    font-size: 16px !important; }

  .bq2 .txt h2 {
    font-size: 30px !important; }

  .titulo {
    font-size: 30px;
    text-align: center; } }
@media screen and (max-width: 1200px) {
  .bq2 .txt {
    font-size: 18px; }

  .bq2 .txt h2 {
    font-size: 40px; }

  .bq3 .caract {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 8%; }

  .bq3 .caract.segundo {
    margin-right: 0; }

  .bq5 {
    font-size: 30px; } }
@media screen and (max-width: 800px) {
  .bq2 .txt {
    width: 100%;
    max-width: none;
    float: none;
    position: inherit;
    text-align: center; }

  .bq2 .imagen {
    height: 250px;
    text-align: center;
    position: inherit;
    width: 100%; }

  .bq6 .caract {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }

  .bq6 .caract img {
    width: 15%; }

  .bloque {
    padding: 40px 0 40px 0; }

  .bq5 {
    font-size: 24px; }

  .env_formulario .info {
    float: none;
    width: 100%;
    margin-top: 30px; }

  .env_formulario .form {
    float: none;
    width: 95%; }

  .env_txt_legal {
    font-size: 14px; }

  .env_txt_legal h3 {
    font-size: 24px; } }
@media screen and (max-width: 600px) {
  .bq3 .caract {
    width: 100%;
    margin-right: 0; }

  .bq3 .caract img {
    width: 30%; } }
/********************************** Banner Cookies **************************/
#cookie-law {
  background: #ffffff;
  opacity: 0.9;
  max-width: 320px;
  margin: 0px auto;
  padding: 15px 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  color: #074487;
  bottom: 0;
  border: 1px solid #074487; }

#cookie-law #rejectCookies {
  text-indent: -9999em;
  background: url(../images/iconoclose.png) no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px; }

.header {
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6; }
  .header a.logo {
    float: left; }
  .header h1 {
    display: none; }
  .header ul {
    float: right;
    width: 70%;
    height: 50px;
    padding-top: 30px; }
    .header ul li {
      float: right;
      margin-left: 6%; }
      .header ul li a {
        font-family: 'Roboto-Bold';
        font-size: 18px;
        color: #4d5b64;
        padding: 10px;
        -webkit-transition: width 1s, background 1s;
        -moz-transition: width 1s, background 1s;
        -o-transition: width 1s, background 1s;
        transition: width 1s, background 1s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease; }
      .header ul li a:hover {
        background: #e9edf0; }
      .header ul li a.active:hover {
        background: #FFF; }
      .header ul li a.active {
        color: #000;
        border-bottom: 3px solid #bf243f; }

.footer {
  background: #0a1c26 url(../images/footer.png) center center no-repeat;
  padding: 50px 0 100px 0;
  color: #FFF; }
  .footer .empresa {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    margin-bottom: 30px; }
  .footer ul {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .footer ul li {
      float: left;
      margin-right: 30px; }
      .footer ul li a {
        color: #FFF;
        font-family: 'Roboto-Bold';
        font-size: 15px; }
  .footer .direccion {
    font-family: 'Roboto-Thin'; }
