@import url("fonts.css");
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------
    
    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */
body {
  background-image: url(../img/back.jpg);
  background-position: center top;
  width: 100%;
}
body {
  overflow-x: hidden;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
#preloader #loader {
  position: absolute;
  width: 240px;
  height: 150px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -120px;
  text-align: center;
}
.center {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
}
.header .center {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  overflow: hidden;
}
.header .center .texto {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/logo_nav.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 20px 0px 20px 76px;
  width: 370px;
  float: left;
  vertical-align: top;
}
.header .center .texto ul {
  margin: 0;
  padding: 0;
}
.header .center .texto ul li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Conv_ufonts.com_square721-bt-bold';
  font-size: 20px;
  color: #fff;
}
.header .center .menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 66px;
  right: -702px;
  width: 776px;
  float: right;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .center .menu .despliegamenu {
  width: 41px;
  height: 57px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  opacity: 1;
}
.header .center .menu .despliegamenu.aparece {
  opacity: 1;
}
.header .center .menu .todomenu {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.3);
  width: 650px;
  display: inline-block;
  vertical-align: top;
  height: 68px;
  padding-left: 20px;
}
.header .center .menu .todomenu a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  height: 57px;
  line-height: 54px;
}
.header .center .menu .todomenu a.activo {
  color: #093f59;
}
.header .center .menu .todomenu a:hover {
  color: #093f59;
}
.header .center .menu .despa {
  background-color: rgba(0, 0, 0, 0.5);
}
.header .center .menu.togle2 {
  right: -107px;
}
.portada {
  background-image: url(../img/s1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  height: 701px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portada .center .row {
  text-align: center;
  margin-top: 135px;
}
.portada .center .row h1 {
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  color: #fff;
  text-align: center;
}
.portada .center .row p {
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.portada .center .row .columne {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 330px;
  width: 100%;
  margin: 0 30px;
  display: inline-block;
  vertical-align: top;
  padding: 19px 30px;
}
.portada .center .row .columne .icon {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #093f59;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 125px;
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.portada .center .row .columne .arq {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/compas.png);
}
.portada .center .row .columne .ing {
  background-image: url(../img/servidores.png);
}
.portada .center .row .columne .telec {
  background-image: url(../img/telec.png);
}
.portada .center .row .columne p {
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 15px;
  color: #4f4f4f;
  text-align: center;
}
.portada .center .row .columne p.span {
  font-family: 'Conv_ufonts.com_square721-bt-bold';
  font-size: 16px;
  color: #093f59;
  margin-bottom: 30px;
}
.portada .center .row .columne a {
  text-decoration: none;
}
.portada .center .row .columne a .iconomas {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/plus_verde.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.portada .center .row .columne a .tuki {
  margin-top: 129px;
}
.portada .center .row .columne a .token {
  margin-top: 102px;
}
.portada .center .row .columne a .taken {
  margin-top: 15px;
}
.portada .center .row .columne a p {
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 15px;
  color: #093f59;
}
.portada .center .row .columne a:hover .iconomas {
  background-image: url(../img/plus.png);
}
.portada .center .row .columne a:hover p {
  color: #4f4f4f;
}
.portada .center .row .columne:hover .icon {
  background-color: #093f59;
  border: 0;
}
.portada .center .row .columne:hover .arq {
  background-image: url(../img/compas_hover.png);
}
.portada .center .row .columne:hover .ing {
  background-image: url(../img/servidores_hover.png);
}
.portada .center .row .columne:hover .telec {
  background-image: url(../img/telec_hover.png);
}
.listado {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 62px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #fff;
}
.listado .center .parrado {
  width: 100%;
  text-align: center;
}
.listado .center .parrado p.span {
  font-family: 'Conv_ufonts.com_square721-bt-bold';
  font-size: 20px;
  color: #4f4f4f;
  margin-bottom: 3em;
}
.listado .center .lista {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.listado .center .lista .texto {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/plus_verde.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
  max-width: 545px;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 45px;
  text-align: left;
}
.listado .center .lista .texto p {
  color: #4f4f4f;
  margin: 0;
}
.listado .center .lista .texto p.span {
  font-family: 'Conv_ufonts.com_square721-bt-bold';
  font-size: 19px;
  margin-bottom: 1em;
}
.listado .center .lista .texto p.info {
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 13px;
  margin-top: 1em;
}
.listado .center .lista .texto ul {
  margin: 0;
  padding: 0;
}
.listado .center .lista .texto ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 11px;
}
.listado .center .lista .texto ul li:last-child {
  margin-right: 0;
}
.portadaC {
  background-image: url(../img/c1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  height: 715px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portadaC .center .row {
  margin-top: 119px;
  text-align: center;
}
.portadaC .center .row .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 525px;
  width: 100%;
  padding: 67px 0px 40px;
  padding-right: 43px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.portadaC .center .row .column p {
  color: #fff;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 15px;
  margin: 0;
  padding-left: 36px;
}
.portadaC .center .row .column p.span {
  font-family: 'Conv_ufonts.com_square721-bt-bold';
  font-size: 20px;
}
.portadaC .center .row .column .form {
  margin-top: 35px;
}
.portadaC .center .row .column .form form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* para firefox */
  /* para internet explorer */
}
.portadaC .center .row .column .form form input::-webkit-input-placeholder,
.portadaC .center .row .column .form form textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #4f4f4f;
  font-size: 13px;
}
.portadaC .center .row .column .form form input:-moz-placeholder,
.portadaC .center .row .column .form form textarea:-moz-placeholder {
  font-style: normal;
  color: #4f4f4f;
  font-size: 13px;
}
.portadaC .center .row .column .form form input:-ms-input-placeholder,
.portadaC .center .row .column .form form textarea:-ms-input-placeholder {
  font-style: normal;
  color: #4f4f4f;
  font-size: 13px;
}
.portadaC .center .row .column .form form .campo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 36px;
  margin-bottom: 6px;
}
.portadaC .center .row .column .form form .campo .inps {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  height: 23px;
  padding-left: 10px;
  color: #555;
  padding-top: 4px;
}
.portadaC .center .row .column .form form .campo .inps-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  height: 170px;
  padding-left: 10px;
  color: #555;
  resize: none;
}
.portadaC .center .row .column .form form .campo .inps-sub {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-weight: lighter;
  font-size: 15px;
  color: #5e5e5e;
  background-color: #efeff1;
  border: 0;
  padding: 6px 10px;
}
.portadaC .center .row .column .form form .campo .inps-sub:hover {
  background-color: #5e5e5e;
  color: #efeff1;
}
.portadaC .center .row .column .form form .name {
  background-image: url(../img/name.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portadaC .center .row .column .form form .name.hover {
  background-image: url(../img/name_hover.png);
}
.portadaC .center .row .column .form form .name:hover {
  background-image: url(../img/name_hover.png);
}
.portadaC .center .row .column .form form .mail {
  background-image: url(../img/mail.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portadaC .center .row .column .form form .mail.hover {
  background-image: url(../img/mail_hover.png);
}
.portadaC .center .row .column .form form .mail:hover {
  background-image: url(../img/mail_hover.png);
}
.portadaC .center .row .column .form form .tel {
  background-image: url(../img/teles.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portadaC .center .row .column .form form .tel.hover {
  background-image: url(../img/teles_hover.png);
}
.portadaC .center .row .column .form form .tel:hover {
  background-image: url(../img/teles_hover.png);
}
.portadaC .center .row .column .form form .coment {
  background-image: url(../img/coment.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-position: left top;
}
.portadaC .center .row .column .form form .coment.hover {
  background-image: url(../img/coment_hover.png);
}
.portadaC .center .row .column .form form .coment:hover {
  background-image: url(../img/coment_hover.png);
}
.portadaC .center .row .column .form form .submit {
  text-align: right;
}
.portadaC .center .row .column .genes {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 430px;
  width: 100%;
  padding: 106px 15px 110px;
  padding-right: 43px;
  display: inline-block;
  vertical-align: top;
}
.portadaC .center .row .column .genes a {
  text-decoration: none;
}
.portadaC .center .row .column .genes a .mapa {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/marker.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.portadaC .center .row .column .genes a .telefonos {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.portadaC .center .row .column .genes a .mailto {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/mailto.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding-left: 30px;
}
.portadaC .center .row .column .genes a:hover .mapa {
  background-image: url(../img/marker_hover.png);
}
.portadaC .center .row .column .genes a:hover .mailto {
  background-image: url(../img/mailto_hover.png);
}
.mapas {
  width: 100%;
  background-color: #fff;
  background: url(../img/mapa.jpg) center no-repeat fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 343px;
}
.mapas .info {
  vertical-align: top;
  position: relative;
  width: 33%;
  float: right;
  background-color: #fff;
}
.mapas .info .eltext {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 245px;
  width: 100%;
  float: left;
  text-align: center;
}
.mapas .info .eltext a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mapas .info .eltext a .crus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/plus.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 15px;
  color: #000;
  padding: 12px 0px 0px 40px;
  width: 163px;
  margin: 144px auto;
  text-align: left;
}
.mapas .info .eltext a:hover .crus {
  background-image: url(../img/plus_hover.png);
  color: #274158;
}
.footerC {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0px;
  background-color: #093f59;
}
.footerC .center .frase {
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.footerC .center .frase p {
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 19px;
  color: #fff;
}
.footerC .center .redes {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  padding: 25px 20px;
  padding-right: 43px;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
}
.footerC .center .redes a {
  text-decoration: none;
}
.footerC .center .redes a .face {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  width: 51px;
  height: 51px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 3px 9px;
}
.footerC .center .redes a .face i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 50px;
  color: #093f59;
}
.footerC .center .redes a .pinte {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  width: 51px;
  height: 51px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 7px 8px;
}
.footerC .center .redes a .pinte i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 50px;
  color: #093f59;
}
.footerC .center .redes a .insta {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  width: 51px;
  height: 51px;
  background-image: url(../img/insta2.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 7px 8px;
}
.footerC .center .redes a:hover .face {
  background-color: transparent;
}
.footerC .center .redes a:hover .face i {
  color: #fff;
}
.footerC .center .redes a:hover .pinte {
  background-color: transparent;
}
.footerC .center .redes a:hover .pinte i {
  color: #fff;
}
.footerC .center .redes a:hover .insta {
  background-color: transparent;
  background-image: url(../img/insta2_hover.png);
}
.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0px;
  background-color: #093f59;
}
.footer .center .form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 460px;
  width: 100%;
  padding: 67px 0px 40px;
  padding-right: 43px;
  display: inline-block;
  vertical-align: top;
}
.footer .center .form form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* para firefox */
  /* para internet explorer */
}
.footer .center .form form input::-webkit-input-placeholder,
.footer .center .form form textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #fff;
  font-size: 11px;
}
.footer .center .form form input:-moz-placeholder,
.footer .center .form form textarea:-moz-placeholder {
  font-style: normal;
  color: #fff;
  font-size: 11px;
}
.footer .center .form form input:-ms-input-placeholder,
.footer .center .form form textarea:-ms-input-placeholder {
  font-style: normal;
  color: #fff;
  font-size: 11px;
}
.footer .center .form form .campo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 36px;
  margin-bottom: 4px;
}
.footer .center .form form .campo .inps {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  height: 20px;
  padding-left: 10px;
  color: #555;
  padding-top: 4px;
}
.footer .center .form form .campo .inps-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  height: 59px;
  padding-left: 10px;
  color: #555;
  resize: none;
}
.footer .center .form form .campo .inps-sub {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-weight: lighter;
  font-size: 10px;
  color: #5e5e5e;
  background-color: #efeff1;
  border: 0;
  padding: 4px 6px;
}
.footer .center .form form .campo .inps-sub:hover {
  background-color: #5e5e5e;
  color: #efeff1;
}
.footer .center .form form .name {
  background-image: url(../img/name.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer .center .form form .name.hover {
  background-image: url(../img/name_hover.png);
}
.footer .center .form form .name:hover {
  background-image: url(../img/name_hover.png);
}
.footer .center .form form .mail {
  background-image: url(../img/mail.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer .center .form form .mail.hover {
  background-image: url(../img/mail_hover.png);
}
.footer .center .form form .mail:hover {
  background-image: url(../img/mail_hover.png);
}
.footer .center .form form .tel {
  background-image: url(../img/teles.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer .center .form form .tel.hover {
  background-image: url(../img/teles_hover.png);
}
.footer .center .form form .tel:hover {
  background-image: url(../img/teles_hover.png);
}
.footer .center .form form .coment {
  background-image: url(../img/coment.png);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-position: left top;
}
.footer .center .form form .coment.hover {
  background-image: url(../img/coment_hover.png);
}
.footer .center .form form .coment:hover {
  background-image: url(../img/coment_hover.png);
}
.footer .center .form form .submit {
  text-align: right;
}
.footer .center .genes {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 430px;
  width: 100%;
  padding: 67px 20px 110px;
  padding-right: 43px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .center .genes:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.footer .center .genes a {
  text-decoration: none;
}
.footer .center .genes a .mapa {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/marker.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.footer .center .genes a .telefonos {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.footer .center .genes a .mailto {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/mailto.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  padding-left: 30px;
}
.footer .center .genes a:hover .mapa {
  background-image: url(../img/marker_hover.png);
  color: #093f59;
}
.footer .center .genes a:hover .mailto {
  background-image: url(../img/mailto_hover.png);
  color: #093f59;
}
.footer .center .redes {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  padding: 67px 20px;
  padding-right: 43px;
  display: inline-block;
  vertical-align: top;
}
.footer .center .redes a {
  text-decoration: none;
}
.footer .center .redes a .face {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  width: 51px;
  height: 51px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 3px 9px;
}
.footer .center .redes a .face i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 50px;
  color: #093f59;
}
.footer .center .redes a .pinte {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  width: 51px;
  height: 51px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 7px 8px;
}
.footer .center .redes a .pinte i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 50px;
  color: #093f59;
}
.footer .center .redes a .insta {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  width: 51px;
  height: 51px;
  background-image: url(../img/insta2.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 7px 8px;
}
.footer .center .redes a:hover .face {
  background-color: transparent;
}
.footer .center .redes a:hover .face i {
  color: #fff;
}
.footer .center .redes a:hover .pinte {
  background-color: transparent;
}
.footer .center .redes a:hover .pinte i {
  color: #fff;
}
.footer .center .redes a:hover .insta {
  background-color: transparent;
  background-image: url(../img/insta2_hover.png);
}
.inmovement {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0px;
  background-color: #ababab;
}
.inmovement .center p {
  margin: 0;
  text-align: right;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 12px;
  color: #fff;
}
.inmovement .center p a {
  color: #fff;
  text-decoration: none;
  font-family: 'Conv_ufonts.com_square721-bt-roman';
  font-size: 12px;
}
/* RESPONSIVE HOME */
@media all and (max-width: 1249px) and (min-width: 1024px) {
  .header .center {
    max-width: 1020px;
    margin-left: -510px;
  }
  .header .center .texto {
    margin-left: 10px;
  }
  .header .center .menu {
    width: 630px;
    right: -560px;
  }
  .header .center .menu .todomenu {
    width: 530px;
  }
  .header .center .menu.togle2 {
    right: -80px;
  }
  .portada .center {
    max-width: 1024px;
  }
  .portada .center .row .columne {
    margin: 0 2px;
  }
  .portadaC {
    height: auto;
    background-size: cover;
    padding: 10px 0;
  }
  .portadaC .center .row .column {
    margin: 0 auto;
    display: block;
    padding: 67px 0;
  }
  .portadaC .center .row .column .form form .campo .inps {
    height: 35px;
  }
  .portadaC .center .row .column .form form .campo .inps-sub {
    font-size: 18px;
    padding: 8px 25px;
  }
  .portadaC .center .row .column .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .portadaC .center .row .column .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .form {
    display: block;
    margin: 0 auto;
  }
  .footer .center .form form .campo {
    margin-bottom: 10px;
  }
  .footer .center .form form .campo .inps {
    height: 35px;
  }
  .footer .center .form form .campo .inps-text {
    height: 135px;
  }
  .footer .center .form form .campo .inps-sub {
    font-size: 15px;
    padding: 6px 28px;
  }
  .footer .center .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .footer .center .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .redes {
    display: block;
    margin: 0 auto;
  }
  .inmovement .center {
    text-align: center;
  }
  .inmovement .center p {
    text-align: center;
  }
}
@media all and (max-width: 1023px) and (min-width: 640px) {
  .header {
    position: fixed;
  }
  .header .center {
    max-width: 640px;
    margin-left: -320px;
  }
  .header .center .texto {
    margin-left: 10px;
    width: 305px;
  }
  .header .center .texto ul li {
    font-size: 16px;
  }
  .header .center .texto ul li:last-child {
    margin-right: 0;
  }
  .header .center .menu {
    width: 320px;
    right: -260px;
    height: auto;
    position: fixed;
  }
  .header .center .menu .todomenu {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    width: 165px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-left: 20px;
  }
  .header .center .menu .todomenu a {
    display: block;
    max-width: 115px;
    width: 100%;
  }
  .header .center .menu .todomenu a.noenmovil {
    display: none;
  }
  .header .center .menu.togle2 {
    right: -80px;
  }
  .portada {
    height: auto;
    background-size: cover;
  }
  .portada .center {
    max-width: 640px;
  }
  .portada .center .row .columne {
    margin: 10px 0px;
  }
  .lsitado .center .lista .texto {
    margin-right: 0;
  }
  .portadaC {
    height: auto;
    background-size: cover;
    padding: 10px 0;
  }
  .portadaC .center .row .column {
    margin: 0 auto;
    display: block;
    padding: 67px 0;
  }
  .portadaC .center .row .column .form form .campo .inps {
    height: 35px;
  }
  .portadaC .center .row .column .form form .campo .inps-sub {
    font-size: 18px;
    padding: 8px 25px;
  }
  .portadaC .center .row .column .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .portadaC .center .row .column .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .mapas .info {
    float: none;
    width: 100%;
    padding: 25px 0;
    margin-top: 260px;
  }
  .mapas .info .eltext {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .mapas .info .eltext a .crus {
    width: 200px;
    margin: 0 auto;
  }
  .footer .center .form {
    display: block;
    margin: 0 auto;
  }
  .footer .center .form form .campo {
    margin-bottom: 10px;
  }
  .footer .center .form form .campo .inps {
    height: 35px;
  }
  .footer .center .form form .campo .inps-text {
    height: 135px;
  }
  .footer .center .form form .campo .inps-sub {
    font-size: 15px;
    padding: 6px 28px;
  }
  .footer .center .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .footer .center .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .redes {
    display: block;
    margin: 0 auto;
  }
  .inmovement .center {
    text-align: center;
  }
  .inmovement .center p {
    text-align: center;
  }
}
@media all and (max-width: 639px) and (min-width: 480px) {
  .header {
    position: fixed;
  }
  .header .center {
    max-width: 480px;
    margin-left: -240px;
  }
  .header .center .texto {
    margin-left: 10px;
    width: 305px;
    background-image: none;
    padding: 20px 0px 20px 0px;
  }
  .header .center .texto ul li {
    font-size: 16px;
  }
  .header .center .texto ul li:last-child {
    margin-right: 0;
  }
  .header .center .menu {
    width: 320px;
    right: -260px;
    height: auto;
    position: fixed;
  }
  .header .center .menu .todomenu {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    width: 165px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-left: 20px;
  }
  .header .center .menu .todomenu a {
    display: block;
    max-width: 115px;
    width: 100%;
  }
  .header .center .menu .todomenu a.noenmovil {
    display: none;
  }
  .header .center .menu.togle2 {
    right: -80px;
  }
  .portada {
    height: auto;
    background-size: cover;
  }
  .portada .center {
    max-width: 640px;
  }
  .portada .center .row .columne {
    margin: 10px 0px;
  }
  .listado .center .lista {
    padding: 0px 15px;
  }
  .listado .center .lista .texto {
    margin-right: 0;
  }
  .portadaC {
    height: auto;
    background-size: cover;
    padding: 10px 0;
  }
  .portadaC .center .row {
    padding: 0 20px;
  }
  .portadaC .center .row .column {
    margin: 0 auto;
    display: block;
    padding: 67px 0;
  }
  .portadaC .center .row .column .form form .campo .inps {
    height: 35px;
  }
  .portadaC .center .row .column .form form .campo .inps-sub {
    font-size: 18px;
    padding: 8px 25px;
  }
  .portadaC .center .row .column .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .portadaC .center .row .column .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .mapas .info {
    float: none;
    width: 100%;
    padding: 25px 0;
    margin-top: 260px;
  }
  .mapas .info .eltext {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .mapas .info .eltext a .crus {
    width: 200px;
    margin: 0 auto;
  }
  .footer .center .form {
    display: block;
    margin: 0 auto;
    padding: 60px 10px;
  }
  .footer .center .form form .campo {
    margin-bottom: 10px;
  }
  .footer .center .form form .campo .inps {
    height: 35px;
  }
  .footer .center .form form .campo .inps-text {
    height: 135px;
  }
  .footer .center .form form .campo .inps-sub {
    font-size: 15px;
    padding: 6px 28px;
  }
  .footer .center .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .footer .center .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .redes {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .inmovement .center p {
    text-align: center;
  }
}
@media all and (max-width: 479px) and (min-width: 320px) {
  .header {
    position: fixed;
  }
  .header .center {
    max-width: 320px;
    margin-left: -160px;
  }
  .header .center .texto {
    margin-left: 10px;
    width: 305px;
    background-image: none;
    padding: 20px 0px 20px 0px;
  }
  .header .center .texto ul li {
    font-size: 16px;
  }
  .header .center .texto ul li:first-child {
    display: none;
  }
  .header .center .texto ul li:last-child {
    margin-right: 0;
  }
  .header .center .menu {
    width: 320px;
    right: -260px;
    height: auto;
    position: fixed;
  }
  .header .center .menu .todomenu {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    width: 165px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-left: 20px;
  }
  .header .center .menu .todomenu a {
    display: block;
    max-width: 115px;
    width: 100%;
  }
  .header .center .menu .todomenu a.noenmovil {
    display: none;
  }
  .header .center .menu.togle2 {
    right: -80px;
  }
  .portada {
    height: auto;
    background-size: cover;
  }
  .portada .center {
    max-width: 640px;
  }
  .portada .center .row .columne {
    margin: 10px 0px;
    max-width: 295px;
  }
  .listado .center .lista {
    padding: 0px 15px;
  }
  .listado .center .lista .texto {
    margin-right: 0;
  }
  .portadaC {
    height: auto;
    background-size: cover;
    padding: 10px 0;
  }
  .portadaC .center .row {
    padding: 0 10px;
  }
  .portadaC .center .row .column {
    margin: 0 auto;
    display: block;
    padding: 67px 0;
  }
  .portadaC .center .row .column .form form .campo .inps {
    height: 35px;
  }
  .portadaC .center .row .column .form form .campo .inps-sub {
    font-size: 18px;
    padding: 8px 25px;
  }
  .portadaC .center .row .column .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .portadaC .center .row .column .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .portadaC .center .row .column .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .mapas .info {
    float: none;
    width: 100%;
    padding: 25px 0;
    margin-top: 260px;
  }
  .mapas .info .eltext {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .mapas .info .eltext a .crus {
    width: 200px;
    margin: 0 auto;
  }
  .footer .center .form {
    display: block;
    margin: 0 auto;
    padding: 60px 10px;
  }
  .footer .center .form form .campo {
    margin-bottom: 10px;
  }
  .footer .center .form form .campo .inps {
    height: 35px;
  }
  .footer .center .form form .campo .inps-text {
    height: 135px;
  }
  .footer .center .form form .campo .inps-sub {
    font-size: 15px;
    padding: 6px 28px;
  }
  .footer .center .genes {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .footer .center .genes a .mapa {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .telefonos {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .genes a .mailto {
    max-width: 430px;
    margin: 15px auto;
    background-position: center top;
    padding-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  .footer .center .redes {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .inmovement .center p {
    text-align: center;
  }
}
