@charset "UTF-8";
/*------------------------------------*\
    $STYLE
\*------------------------------------*/
/**
 * Aquí incluímos todos los módulos (archivos .scss) que se van
 * a compilar en el CSS definitivo: /css/style.css.
 * Si no usas algún módulo, es recomendable que elimines
 * o comentes su inclusión para no tener estilos innecesarios en tu CSS final
 * y optimizar lo máximo posible.
 */
/*------------------------------------*\
    $CONTENIDO
\*------------------------------------*/
/**
 * Contenido..................... Esto que lees

 * Variables..................... Configuramos todas las variables del framework

 * Mixins........................ Mixins de SCSS

 * Helpers....................... Clases de ayuda

 * Reset......................... Reinicio de valores CSS

 * Fuentes....................... Fuentes que vamos a importar

 * Links......................... Formas y estilos de los links

 * Tablas........................ Estilos de las tablas

 * Botones....................... Estilos de Botones, skins y variantes

 * Elementos..................... Elementos varios como Imagen, HR, etc...

 * Tipografía.................... Encabezados, small, párrafos, listas, etc...

 * Navegación.................... Una navegación, por si quieres usar esta y no la tuya propia

 * Formularios................... Estilos de todos los elementos de formularios y sus variantes

 * Sitio......................... Aquí escribes tus estilos para la web se vea como tu quieres ;)

 * Paginación.................... Estilos básicos para las paginaciones

 * Texturas...................... Badges, cajas y wells

 * Breakpoints................... Importamos breakpoints basados en las variables @bp$

 * Patron........................ Estilos para la guía de patrones
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 *
 * Definimos y configuramos las variables CSS que vamos a utilizar
 *
 */
/*------------------------------------*\
    $BREAKPOINTS
\*------------------------------------*/
/**
 * "Start with the small screen first, then expand until it looks like shit. Time to insert a breakpoint!"
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Quieres todos los elementos tener un box-sizing:border-box?
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $CONTENEDORES
\*------------------------------------*/
/*------------------------------------*\
    $no-mediaquery-class
\*------------------------------------*/
/**
 * Si decides incluir lt-ie9 para dar soporte a navegadores sin estilos
 * esta es la clase que se añadirá a todos los elementos.
 */
/*------------------------------------*\
    $IMAGE-DIR
\*------------------------------------*/
/**
 * Con agregar esta variable a las imágenes declaradas en CSS apañamos:
 */
/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * Definimos elementos constantes del layout
 */
/*------------------------------------*\
    $FONT-FACE
\*------------------------------------*/
/**
 * Definimos las fuentes a utilizar:
 * $basefont para todos los textos inline
 * $altfont para textos alternativos, como citas, intro, etc...
 * $codefont para código
 */
/*------------------------------------*\
    $TAMAÑOS
\*------------------------------------*/
/**
 * Definimos las fuentes a utilizar:
 * $basefont para todos los textos inline
 * $altfont para textos alternativos, como citas, intro, etc...
 * $codefont para código
 */
/*------------------------------------*\
    $COLORS
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * Escala de grises
 * A veces no queremos que el negro sea "negro" o el blanco "blanco", puedes cambiarlos.
 */
/*------------------------------------*\
    $TEXTURAS
\*------------------------------------*/
/**
 * Definimos Colores y elementos de popups, mensajes de alerta, etc...
 */
/* Colores sociales -> son los colores corporativos, pero cambiadlos
 * si hace falta. (también podéis añadir más)  ///////////////////////
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
.centrotabla, .inicio-contacto h3, .inicio-contacto .contacto-links, .contacto-formulario {
  display: table;
  margin: 0 auto; }

/*------------------------------------*\
    $PLACEHOLDERS
\*------------------------------------*/
/**
* Centrar y dar un ancho máximo igual a $pagemaxwidth.
*/
/**
* The ghost, nudged to maintain perfect centering
*/
/**
* Escondemos el texto solo VISUALMENTE
*/
/**
* Escondemos el texto de VISUALMENTE y SCREENREADERS
*/
/**
* Escondemos pero mantenemos layout.
*/
/**
* Visualmente escondido, pero se puede detectar con teclado (focus).
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible; }

/**
* Clear floats.
* http://bit.ly/1e3YaBH
*/
/**
* Gradientes los convertimos en placeholders porque imprime 10 millones de
* líneas inútiles en el CSS
*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/**
* Ningún padding jodiendo la marrana.
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------*\
    $FUENTES
\*------------------------------------*/
@font-face {
  font-family: 'AvenirLTStd85Heavy';
  src: url("../fonts/avenirltstd-heavy.eot");
  src: url("../fonts/avenirltstd-heavy.eot") format("embedded-opentype"), url("../fonts/avenirltstd-heavy.woff2") format("woff2"), url("../fonts/avenirltstd-heavy.woff") format("woff"), url("../fonts/avenirltstd-heavy.ttf") format("truetype"), url("../fonts/avenirltstd-heavy.svg#AvenirLTStd85Heavy") format("svg"); }
@font-face {
  font-family: 'AvenirLTStd35Light';
  src: url("../fonts/avenirltstd-light.eot");
  src: url("../fonts/avenirltstd-light.eot") format("embedded-opentype"), url("../fonts/avenirltstd-light.woff2") format("woff2"), url("../fonts/avenirltstd-light.woff") format("woff"), url("../fonts/avenirltstd-light.ttf") format("truetype"), url("../fonts/avenirltstd-light.svg#AvenirLTStd35Light") format("svg"); }
/*
 * Por defecto incluyo una fuente de icomoon (http://icomoon.io/)
 * con 5 iconos que se encuentra en la carpeta /../fonts.
 * Ve y adàptalos a tu web.
 */
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/*------------------------------------*\
    $TIPOGRAFÍA
\*------------------------------------*/
h1 {
  margin: 0;
  font-family: "AvenirLTStd85Heavy";
  color: white;
  text-rendering: optimizelegibility; }

h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Serif", serif;
  font-style: italic;
  text-rendering: optimizelegibility; }

h1 small,
h2 small,
h3 small {
  font-weight: normal;
  display: block;
  color: gray; }

h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2; }

h2,
.h2 {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2; }

h3,
.h3 {
  margin-bottom: 0.375em;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3; }

h4,
.h4 {
  margin-bottom: 0.25em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25; }

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.25em; }

h6,
.h6 {
  margin-bottom: 0.25em;
  font-size: 14px;
  font-size: 0.875rem; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  line-height: 1.5em; }

.intro {
  font-weight: bold; }

small {
  font-size: 12px;
  font-size: 0.75rem;
  color: gray; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px; }

li ul,
li ol {
  margin: 0; }

blockquote {
  margin: 0 0 1.5em 0;
  padding-left: 24px;
  border-left: 2px solid white;
  font-family: Arial;
  font-style: normal; }
  blockquote p {
    font-size: 18px;
    font-size: 1.125rem;
    color: gray;
    font-style: italic; }

q {
  quotes: none;
  font-style: italic; }

blockquote p::before,
blockquote p::after,
q:before,
q:after {
  content: ""; }

cite {
  font-style: normal; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right; }
.dl-horizontal dd {
  margin-left: 22.78%; }

abbr[title] {
  border-bottom: 1px dotted white;
  cursor: help; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

ins {
  background-color: white;
  color: #262626;
  text-decoration: none; }

mark {
  background-color: yellow;
  color: #262626; }

pre,
code,
kbd,
samp {
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: 1.5em; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/*------------------------------------*\
	$MENSAJES 
\*------------------------------------*/
.mensaje {
  font-family: "AvenirLTStd35Light";
  position: relative;
  display: table;
  padding: 1.5em 2em 1.5em 0.5em;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 2em 2em;
  border: 1px solid white; }
  @media only screen and (min-width: 37.5em) {
    .mensaje {
      margin: 0 auto 3em auto; } }
  .mensaje p {
    margin-left: 2em;
    margin-bottom: 0; }
  .mensaje img {
    width: 20px;
    height: 20px;
    float: left; }

.mensaje--ok {
  color: #1f2c41;
  background-color: #ff944d; }

.mensaje--error {
  color: white;
  background-color: red; }

.cierre {
  cursor: pointer;
  background-image: url(../images/cierre.png);
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px; }

/*------------------------------------*\
    $SITIO
\*------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: white;
  font-family: "Droid Serif", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #1f2c41; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

h1 {
  text-transform: uppercase;
  letter-spacing: 5px; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: underline; }

ul {
  padding: 0; }
  ul li {
    text-decoration: none;
    list-style: none; }

.contenedor1 {
  max-width: 1200px;
  margin: 0 auto; }

.contenedor2 {
  max-width: 960px;
  margin: 0 auto; }

.titularseccion h3 {
  margin-bottom: 1.5em; }

.titular-caja {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.titular {
  font-family: "AvenirLTStd85Heavy";
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-align: center; }

.active a {
  border-bottom: 3px solid #bdaa75; }

.activa {
  border-bottom: 3px solid #bdaa75; }

.btn {
  font-family: "Droid Serif", serif;
  background: grey;
  border: 1px solid grey;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
  padding: 0.5em 1em;
  display: table; }
  .btn:hover {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer; }

/*------------------------------------*\
	$FOOTER
\*------------------------------------*/
footer {
  background-color: #bdaa75;
  font-weight: lighter;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 2em 0; }
  footer img {
    max-width: 250px;
    display: table;
    margin: 0 auto;
    padding-bottom: 1em; }
    footer img:hover {
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5; }
  footer .legales {
    padding: 0 0.5em; }

.cabecera {
  background-image: url(../images/fondoweb2.jpg); }

.logotutela {
  display: block;
  padding: 1em 0;
  max-width: 275px;
  margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .logotutela {
      max-width: 430px;
      padding: 4em 1em; } }
  .logotutela:hover {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5; }
  .logotutela img {
    margin-top: 1em; }

/*------------------------------------*\
	$CABECERA
\*------------------------------------*/
.cajamenu {
  background: #5072a9;
  display: none; }
  @media only screen and (min-width: 48em) {
    .cajamenu {
      border-top: 1px dotted white;
      border-bottom: 1px dotted white;
      display: block;
      background-color: #1f2c41; } }

#pull {
  text-decoration: none;
  color: white;
  background-color: #304F76;
  padding: 0.5em 0;
  border-bottom: 1px solid #1f2c41;
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.5px;
  font-family: "AvenirLTStd85Heavy"; }
  @media only screen and (min-width: 48em) {
    #pull {
      display: none; } }

.menuprincipal {
  color: white;
  margin: 0 auto; }
  .menuprincipal a {
    text-decoration: none;
    text-align: center;
    padding-left: 5px; }
  .menuprincipal p {
    display: inline-block;
    margin-bottom: 0; }
  .menuprincipal .servicios:hover li:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 48em) {
    .menuprincipal {
      width: 90%;
      max-width: 800px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .menuprincipal > li {
        width: 20%;
        position: relative; }
      .menuprincipal .servicios ul {
        display: none; }
      .menuprincipal .servicios p {
        margin: 0;
        padding: 0;
        display: inline-block; }
      .menuprincipal .servicios:hover ul {
        display: block;
        background-color: white;
        z-index: 999;
        position: absolute;
        width: 100%; }
        .menuprincipal .servicios:hover ul li {
          margin: 1em 10px; } }
  .menuprincipal li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    text-transform: uppercase;
    font-family: "AvenirLTStd85Heavy";
    letter-spacing: 3px;
    border-bottom: 1px dotted rgba(255, 251, 251, 0.63);
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (min-width: 48em) {
      .menuprincipal li {
        border-bottom: none; } }
    .menuprincipal li:hover {
      background: white;
      color: #1f2c41; }
  .menuprincipal li:last-of-type {
    border-bottom: none; }
  .menuprincipal > li {
    padding: 1em 0; }
  .menuprincipal ul > li {
    padding: 5px 0;
    font-size: 12px;
    font-size: 0.75rem;
    border-bottom: none;
    font-family: "AvenirLTStd35Light"; }
  .menuprincipal ul li:first-of-type {
    padding-top: 10px; }

.inicio-iniciofoto {
  background: url("../images/foto-inicio-pq.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  @media only screen and (min-width: 37.5em) {
    .inicio-iniciofoto {
      background: url("../images/foto-inicio-med.jpg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; } }
  @media only screen and (min-width: 48em) {
    .inicio-iniciofoto {
      height: 400px;
      background: url("../images/foto-inicio.jpg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; } }

.fotoinicio {
  background-color: #1f2c41;
  padding: 1em 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fotoinicio .textos {
    padding: 2em; }
  .fotoinicio h1 {
    display: table;
    margin: 0 auto;
    border-bottom: 3px solid white;
    font-size: 29px;
    font-size: 1.8125rem; }
  .fotoinicio h2 {
    color: white;
    letter-spacing: 1px;
    font-weight: 200;
    margin-top: 10px;
    font-weight: lighter;
    margin-bottom: 0; }

.textointro {
  background: #e6e6e6;
  color: #1f2c41;
  padding: 2em 2em; }
  .textointro h3 {
    text-align: center;
    font-weight: lighter;
    max-width: 564px;
    display: table;
    margin: 0 auto;
    font-variant: normal; }

.bloque-intro {
  margin-bottom: 4em; }

.textointro--blanco {
  background-color: white;
  margin: 2em 0; }

.secciones {
  margin-bottom: 4em; }
  .secciones a {
    display: table;
    margin: 2em auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .secciones a:hover {
      text-decoration: none;
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5; }
  .secciones .seccion-imagen {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border: 1px solid #bdaa75;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 1em; }
    .secciones .seccion-imagen img {
      height: 100%; }
  .secciones .seccion-texto {
    width: 50%; }
    .secciones .seccion-texto h5 {
      border-bottom: 1px solid #bdaa75;
      padding-top: 5px;
      font-weight: lighter;
      font-style: italic; }
    .secciones .seccion-texto p {
      font-size: 14px;
      font-size: 0.875rem; }
  @media only screen and (min-width: 48em) {
    .secciones {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .secciones article {
        width: 50%; } }

.servicios-portada {
  background-color: #eaeef5;
  padding: 2em 0;
  margin-bottom: 3em; }
  @media only screen and (min-width: 48em) {
    .servicios-portada article {
      width: 33.3333%; } }
  @media only screen and (min-width: 48em) {
    .servicios-portada .interior {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.serv-foto {
  background-repeat: no-repeat;
  background-position: center;
  height: 200px; }

.serv-foto-peri {
  background-image: url(../images/portada-pericial.png); }

.serv-foto-sod {
  background-image: url(../images/portada-sod.png); }

.serv-foto-clinica {
  background-image: url(../images/portada-clinica.png); }

.serv-textos {
  text-align: center; }
  .serv-textos h5 {
    padding: 1em 3em; }
  .serv-textos p {
    padding: 0 3em;
    font-size: 14px;
    font-size: 0.875rem; }

.noticias-section {
  padding: 4em 0; }
  @media only screen and (min-width: 48em) {
    .noticias-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.noticiapq {
  padding: 0 2em; }
  @media only screen and (min-width: 30em) {
    .noticiapq {
      padding: 0; } }
  @media only screen and (min-width: 48em) {
    .noticiapq {
      width: 50%;
      margin-bottom: 2em; } }

.noticiapq a {
  margin: 0 auto;
  max-width: 450px;
  padding: 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .noticiapq a .imagen {
    width: 100%;
    margin-right: 1em;
    overflow: hidden;
    margin-top: 11px; }
    @media only screen and (min-width: 30em) {
      .noticiapq a .imagen {
        width: 45%; } }
    .noticiapq a .imagen img {
      width: 100%;
      margin-right: 0.5em; }
  .noticiapq a .texto-notipq {
    width: 100%; }
    @media only screen and (min-width: 30em) {
      .noticiapq a .texto-notipq {
        width: 50%; } }
    .noticiapq a .texto-notipq h5 {
      border-bottom: 1px solid #bdaa75;
      padding-top: 12px;
      font-weight: lighter;
      font-style: italic; }
    .noticiapq a .texto-notipq p {
      font-size: 14px;
      font-size: 0.875rem; }
  .noticiapq a:hover {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none; }

/*------------------------------------*\
	$CONTACTO
\*------------------------------------*/
.inicio-contacto {
  color: white; }
  .inicio-contacto .contacto-contenido {
    padding: 5em 1em; }
  .inicio-contacto h3 {
    text-align: center;
    max-width: 600px;
    padding-bottom: 3em;
    font-weight: lighter; }
  .inicio-contacto .contacto-links {
    text-align: center;
    padding-bottom: 4em; }
  .inicio-contacto a {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1.5px;
    font-family: "AvenirLTStd85Heavy";
    text-align: center; }
  .inicio-contacto h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    font-family: "AvenirLTStd85Heavy";
    margin-bottom: 1.5em;
    text-align: center;
    color: grey; }

.contacto-formulario {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 465px;
  padding: 2em; }
  .contacto-formulario input, .contacto-formulario textarea {
    border: none;
    font-family: "AvenirLTStd85Heavy";
    border-bottom: 1px solid grey;
    letter-spacing: 1px;
    color: grey;
    padding: 1em 0;
    margin-bottom: 1.5em; }
    .contacto-formulario input::-webkit-input-placeholder, .contacto-formulario textarea::-webkit-input-placeholder {
      color: grey; }
    .contacto-formulario input:-moz-placeholder, .contacto-formulario textarea:-moz-placeholder {
      /* Firefox 18- */
      color: grey; }
    .contacto-formulario input::-moz-placeholder, .contacto-formulario textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: grey; }
    .contacto-formulario input:-ms-input-placeholder, .contacto-formulario textarea:-ms-input-placeholder {
      color: grey; }
  .contacto-formulario .zona-captcha {
    background-color: white;
    width: 100%; }
    .contacto-formulario .zona-captcha img {
      max-width: 100%; }
    .contacto-formulario .zona-captcha input {
      width: 100%;
      border-bottom: 1px solid grey; }

button {
  max-width: 130px;
  display: table; }

/*------------------------------------*\
	$CLIENTES
\*------------------------------------*/
.inicio-clientes {
  background-image: none;
  background-color: #1f2c41;
  height: 100vh; }
  @media only screen and (min-width: 48em) {
    .inicio-clientes {
      background-image: url(../images/foto-clientes.jpg);
      -webkit-background-size: cover;
      background-size: cover; } }

.conte-clientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 7em; }

.clientes-entrar {
  width: 90%;
  max-width: 540px;
  background-color: white;
  padding: 2em; }
  .clientes-entrar h1 {
    color: black;
    margin-bottom: 1.5em;
    letter-spacing: 1.5px; }
  .clientes-entrar input {
    margin-bottom: 1.5em; }

.registro {
  font-family: "AvenirLTStd85Heavy";
  background-color: #e6e6e6;
  color: red;
  display: table;
  width: 100%;
  padding: 1em;
  border: 1px solid black; }
  .registro::-webkit-input-placeholder {
    color: #000000; }
  .registro::-moz-placeholder {
    color: #000000; }
  .registro:-ms-input-placeholder {
    color: #000000; }
  .registroinput:-moz-placeholder {
    color: #000000; }

/*------------------------------------*\
	pericial, sod, medicina clínica
\*------------------------------------*/
.ancla {
  padding: 1em; }

.inicio-pericial {
  background-image: none;
  background-color: #1f2c41; }
  @media only screen and (min-width: 48em) {
    .inicio-pericial {
      background-image: url(../images/foto-pericial.jpg);
      height: 200px;
      -webkit-background-size: cover;
      background-size: cover; } }

.inicio-clinica {
  background-image: none;
  background-color: #1f2c41; }
  @media only screen and (min-width: 48em) {
    .inicio-clinica {
      background-image: url(../images/foto-med-clinica.jpg);
      height: 200px;
      -webkit-background-size: cover;
      background-size: cover; } }

.inicio-sod {
  background-image: none;
  background-color: #1f2c41; }
  @media only screen and (min-width: 48em) {
    .inicio-sod {
      background-image: url(../images/foto-segunda.jpg);
      height: 200px;
      -webkit-background-size: cover;
      background-size: cover; } }

.inicio-nosotros {
  background-image: none;
  background-color: #1f2c41; }
  @media only screen and (min-width: 48em) {
    .inicio-nosotros {
      background-image: url(../images/foto-nosotros.jpg);
      height: 200px;
      -webkit-background-size: cover;
      background-size: cover; } }

.inicio-contacto {
  background-image: none;
  background-color: #1f2c41; }
  @media only screen and (min-width: 48em) {
    .inicio-contacto {
      background-image: url(../images/foto-contacto.jpg);
      -webkit-background-size: cover;
      background-size: cover; } }

.servicios-contenido .titulo-menu {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  font-family: "AvenirLTStd85Heavy";
  padding: 1em 0;
  text-align: center;
  margin-bottom: 0;
  text-decoration: underline; }
  @media only screen and (min-width: 48em) {
    .servicios-contenido .titulo-menu {
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 1.5px;
      font-family: "AvenirLTStd85Heavy";
      padding: 0em 0 2em 0; } }

.servicios-menu {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-family: "AvenirLTStd35Light";
  padding: 0 4em 2em;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 0; }
  @media only screen and (min-width: 48em) {
    .servicios-menu {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 1.5px;
      font-family: "AvenirLTStd35Light"; } }
  @media only screen and (min-width: 48em) {
    .servicios-menu {
      padding: 0 4em 8em; } }
  .servicios-menu li {
    padding: 0.5em 0; }
    .servicios-menu li:hover {
      background: #bfbfbf;
      font-family: "AvenirLTStd85Heavy"; }
    .servicios-menu li a {
      text-decoration: none;
      display: block; }

.servicios-selec {
  background: #e6e6e6;
  font-family: "AvenirLTStd85Heavy"; }

.servicios-seleccionado {
  padding: 0 2em 15em 2em;
  background-color: #e6e6e6;
  position: relative;
  background-image: url(../images/fondoblanco.png);
  background-repeat: repeat-x; }

.titular-selecionado {
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 2px solid black;
  font-family: "AvenirLTStd85Heavy";
  background-color: white;
  display: table;
  margin: 0 auto;
  padding: 0.5em 2em;
  padding-top: 0.8em;
  text-align: center;
  max-width: 600px; }

.titular-selec-grande {
  top: -28px; }

.contenedor-texto {
  max-width: 685px;
  display: table;
  margin: 0 auto;
  padding: 1em 1em;
  padding-bottom: 0;
  padding-bottom: 5em; }
  @media only screen and (min-width: 48em) {
    .contenedor-texto {
      text-align: justify; } }
  .contenedor-texto .btn {
    margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .contenedor-texto p:first-child:first-letter {
      float: left;
      font-size: 5em;
      line-height: 0.5em;
      padding-bottom: 0.05em;
      padding-top: 0.2em;
      margin-right: 5px;
      color: grey; } }
  .contenedor-texto p + p {
    text-indent: 1.5em; }
  .contenedor-texto ul li {
    margin-left: 1em;
    position: relative;
    margin-bottom: 0.5em; }
    .contenedor-texto ul li:before {
      content: url("../images/arrow/arrow-right1.svg");
      position: absolute;
      left: -18px;
      top: 2px;
      width: 12px; }
  .contenedor-texto ul > ul {
    margin: 1em 0 1.5em 1em; }
    .contenedor-texto ul > ul li:before {
      content: url("../images/arrow/arrow-right2.svg");
      position: absolute;
      left: -1.3em;
      top: 2px;
      width: 12px; }
  .contenedor-texto h4 {
    margin-bottom: 1em; }

.contenido-segunda .contenedor-texto {
  padding-top: 2em; }

.servicios-menu-medclinica {
  padding-top: 5em; }
