/* **************************************************************************************************************************************************** */
/* **************************************************** ELEMENTOS COMUNES ***************************************************************************** */
/* **************************************************************************************************************************************************** */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body, header, nav, main, footer, div{
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
}

header h1, nav h1, main h1, footer h1, div h1, .mensaje_confirmado{
  text-transform:uppercase;
  font-weight: 700;
  margin-top:0em;
  font-size:1.8em;
  color: #335ea2;
}

header p, nav p, main p, footer p, div p{
  font-weight:400;
  font-size:1.2em; 
}

ul{
  padding-left:0em;
}

.ancho_paginas ul {
  font-size:1.2em
}

/* ---------------------------------------------------- CLASES GENERALES */
h2.element-invisible{
	display:none;
}

.row{
  margin:0em!important;
}

.oculto{
	display:none;
}

.txt_1_2em{font-size: 1.2em;}

.padding_left_05{padding-left: 0.5em}
.padding_left_1{padding-left: 1em}
.padding_left_2{padding-left: 2em}
.padding_left_3{padding-left: 3em}

.contenido_pagina {
	margin:1em 0em;
}

.ancho_paginas, .entrada_blog, .pagina_centrada, form#comment-form {
  max-width:1300px;
  margin:0em auto;
}

.ancho_paginas, .entrada_blog {
	padding:2em 1em 0em 1em;
}

.texto_alineado_derecha{
  text-align:right;
}

.texto_alineado_centro{
  text-align:center!important;
}

.contenedor_menu_principal .col-md-2 li, .pagina_servicios li,
.footer_med li, .pagina_contacto li, ul.redes_sociales li{
  list-style:none;
}

.contenedor_menu_principal .col-md-2 li, ul.redes_sociales li{
  display: inline;
}


.servicios_index  h1, .elegir_semesur_index h1{
  color:white;
}

.fuente_negrita{
  font-weight:700;
}

.circle{
  margin:0em auto;
  background-color:white;
  color:#335ea2;
  border-radius:1em;
  width:20px;
}

.form-item.form-type-item {
  display: none;
}

figure.slider_index img, figure.slider_paginas img, .servicios_index img, 
figure.banner_index img, .blog_index img, .ambito_actuacion img, .ancho_imagen_completo,
.entrada_blog img, .pagina_ambito_actuacion img {
  width: 100%;
}

/* COLORES */
.texto_naranja{
  color:#ff7333;
}

.texto_azul{
  color:#335ea2;
}

.texto_gris_oscuro{
  color:#757575;
}

.texto_gris_claro{
  color:#e0e0e0;
}

.texto_blanco{
  color:#fff;
}

.texto_rojo{
	color:#f00;
}

.fondo_naranja{
  background-color:#ff7333;
}

.fondo_azul{
  background-color:#335ea2;
}

.fondo_gris_oscuro{
  background-color:#757575;
}

.fondo_gris_claro{
  background-color:#e0e0e0;
}

.fondo_blanco{
  background-color:#fff;
}

/* MARGIN Y PADDING */
.margin_top_05em{
	margin-top:0.5em;
}

.desaturar_imagen{
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); 
  opacity: 0.7
}

ul.listado_en_linea>li {
  list-style:none;
  display:inline-block
}

.forma_de_pago { 
  border: 1px solid #ff7333;
  margin-top: 0.3em;
  padding:0.5em;
  position:relative;
}

ul.listado_en_linea.forma_de_pago>li:first-child {
  position:absolute;
  font-size:14px;
  top:1em;
}

ul.listado_en_linea.forma_de_pago>li:nth-child(2){
  margin-left:8em;
} 

ul.listado_en_linea.forma_de_pago>li{
  margin-right: 1em;
}

ul.listado_en_linea.forma_de_pago input[type="radio"]{
  margin:0em;
}


/* ---------------------------------------------------- Inicio FORMULARIOS - BORDE NARANJA */
	.form_datos_contacto .col-md-3.col-sm-3.col-xs-12, .ser_transporte_terrestre .col-md-9.col-sm-9.col-xs-12,
	.serv_escolta_medica .col-md-9.col-sm-9.col-xs-12, .serv_air_ambulance .col-md-9.col-sm-9.col-xs-12,
	.serv_transporte_sanitario .col-md-9.col-sm-9.col-xs-12{
	  padding:0em!important;
	}

	.form_datos_contacto .col-md-9.col-sm-9.col-xs-12, .ser_transporte_terrestre .col-md-3.col-sm-3.col-xs-12,
	.serv_escolta_medica .col-md-3.col-sm-3.col-xs-12, .serv_air_ambulance .col-md-3.col-sm-3.col-xs-12,
	.serv_transporte_sanitario .col-md-3.col-sm-3.col-xs-12{
	  padding-right:0em!important;
	}

	.trabajo_con_nosotros .col-md-3.col-sm-3.col-xs-12{
	    padding-left:0em!important;
	}

	.borde_naranja textarea, .borde_naranja input, .borde_naranja select, .borde_naranja .formulario_radio{
	  margin-top:0.4em;
	}

	.borde_naranja {
	  border:0.2em solid #ff7333;
	  padding:1.5em 1.5em 0.5em 1.5em;
	  margin: 1em 0em;
	}

	.borde_naranja input[type="text"], .borde_naranja input[type="number"], .borde_naranja input[type="mail"],
	.borde_naranja input[type="date"], .borde_naranja textarea, .borde_naranja select, .borde_naranja input[type="file"]{
	  width:100%;
	}

	.borde_naranja input, .borde_naranja textarea, .borde_naranja select, .form-type-radios >label, .borde_naranja .formulario_radio{
	  padding:0.7em 0.5em;
	}

	.borde_naranja input[type="radio"]{
	  margin:0.5em 0em 1em 1em;;
	}

	.borde_naranja legend{
	  margin-top:1em;
	  border-bottom: 1px solid #335ea2;
	}

	.borde_naranja .leyenda_servicio_origen, .borde_naranja .leyenda_servicio_destino {
	  color:white;
	  padding:0.5em ;
	  margin-bottom:0em;
	  font-size:1.3em;
	  font-weight:300;
	}
	.borde_naranja .leyenda_servicio_origen {
	  background-color:#335ea2;
	}

	.borde_naranja .leyenda_servicio_destino  {
	  background-color:#ff7333;
	}

	.borde_naranja .formulario_radio {
	  background-color:#e0e0e0;
	  color:#757575;
	}

	textarea, input, select {
	  font-family: 'Source Sans Pro', sans-serif;
	  border:0.1em solid #ff7333;
	}

	.borde_azul {
	  border:0.2em solid #335ea2;
	  padding:1em 0.5em;
	  margin-bottom:2em;
	}

	.formulario_contacto .borde_naranja {
	  text-align:center;
	  max-width:450px;
	  padding:1.5em 0.5em;
	}

	.formulario_contacto h1{
	  color:#212121
	}

	.form_alertas {
	    font-weight:300;
	    font-size:0.9em;
	    color:red;
	    text-align:left;
	}

	/* CAMPO QUE NO SE PUEDE EDITAR */
	.borde_naranja input[readonly] {
		background: #e0e0e0;
	}

	/* CAMPO DE TIPO PREFIJO */
	.contenedor_campo_form input[readonly] {
		background: #ffffff;
	}

	/* CALENDARIO */
	div#ui-datepicker-div {
	  background: #FFF;
	  border: 1px solid #ff7333;
	  border-radius: 0px;
	  -webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
	  -moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
	  box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.3);
	}

	.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	  background: #ff7433;
	  color:white;
	}

	div#ui-datepicker-div table td a {
	  border: 1px solid #fdfdfd;
	}

	div#ui-datepicker-div table tr td:hover a {
	  background: rgba(255, 116, 51, 0.5);
	}

	.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	  border: 1px solid #ff7433!important;
	  background: #ff7433!important;
	  color: #ffffff!important;
	}

	/* Quitar línea del datepicker que queda visible al entrar */
	#ui-datepicker-div {
		display: none;
	}

	/* Vinculado a JS - CAMBIA EL COLOR DE LETRA DE LOS SELECT SEGUN SI ESTA SELECCIONADO EL VALOR POR DEFECTO U OTRO VALOR */
	.borde_naranja select {
		color: #a9a9a9;
	}

	.borde_naranja select option {
		color: #333 !important;
	}

	.borde_naranja select option:first-child {
		color: #a9a9a9 !important;
	}

	.etiqueta_campo_gris {
		color: #a9a9a9 !important;
	}

	.etiqueta_campo_negro {
		color: #333 !important;
	}

	.aviso_referencia {
	    margin-top:1.8em;
	    border-bottom:0.1em solid #ff7333;
	} 

	/* ESTILO EXTRAIDO DEL FORMULARIO "PIDE PRESUPUESTO" */
	.form_servicio {
		display: none;
	}    
    
    div.mapa {
        height: 139px;
        margin-top: 5px;
        border: 1px solid #ff7333;
    }

    div.mapa img {
        padding: 0 !important;
        border: 0px !important;
    }
    
/* ---------------------------------------------------- Fin FORMULARIOS - BORDE NARANJA */

/* ---------------------------------------------------- ENLACES */
.accesos_encabezado, a.dudas_frecuentes, .boton_naranja, a.boton_naranja.accesos_encabezado,
a.boton_naranja, a.boton_azul, a.boton_maco_blanco, .boton_azul,
.servicios_index a .contenedor, .servicios_index img, .newsletter label, 
a.idiomas img, button.boton_naranja, i.boton_naranja,
input#edit-submit, input#edit-preview, ul.redes_sociales .fa,
.menu_lateral_servicios li, .newsletter .form-submit, .borde_naranja input[type="submit"], .idiomas li a:hover{
  transition-propert: background-color;
  transition-duration: 0.3s;
  transition-timming-function: ease-in;
}

a:hover, a>div:hover, div a:hover{
  text-decoration:none;
}

a img:hover{
  opacity:  0.5;
}

a.boton_naranja, a.boton_azul, button.boton_naranja, .boton_azul, .boton_naranja,
input#edit-submit, input#edit-preview, .borde_naranja input[type="submit"]{
  color:white;
  padding:0.5em 1em;
  font-weight:300;
  font-size: 1.2em;
}

button.boton_naranja, button.boton_azul, button.boton_naranja:hover, button.boton_azul:hover {
    font-family: "Trade Gothic B";
    margin-top: 0.3em;
    padding: 0.5em;
}

input#edit-submit, input#edit-preview {
	margin:0.5em;
}

a.boton_naranja, button.boton_naranja, input#edit-submit, .borde_naranja input[type="submit"], .boton_naranja{
  background-color: #FF7433;
  border:0.15em solid #FF7433;
}

a.boton_azul, input.boton_azul, input#edit-preview{
  background-color: #335ea2;
  border:0.15em solid #335ea2;
}

a.boton_naranja:hover,  a.boton_azul:hover, button.boton_naranja:hover, input.boton_azul:hover,
input#edit-submit:hover, input#edit-preview:hover, .borde_naranja input[type="submit"]:hover, .boton_naranja:hover,
a.boton_naranja.accesos_encabezado:hover, a.enlace_activo_faq, .enlace_activo_menu {
 background-color:white;
}

input.boton_naranja, input.boton_naranja:hover, button.boton_naranja:hover{ border:0.15em solid #FF7433;}

a.boton_naranja:hover, button.boton_naranja:hover, input#edit-submit:hover, .borde_naranja input[type="submit"]:hover,  .boton_naranja:hover,
a.boton_naranja.accesos_encabezado:hover{
 border:0.15em solid #FF7433;
 color: #FF7433;
}

a.boton_naranja.accesos_encabezado:hover, a.enlace_activo_faq, a.enlace_activo_faq:hover,
.enlace_activo_menu{
 color: #FF7433!important;
}

a.boton_azul:hover, input#edit-preview:hover , input.boton_azul:hover, button.boton_azul:hover{
 border:0.15em solid #335ea2;
 color: #335ea2;
}

/* **************************************************************************************************************************************************** */
/* **************************************************** ANIMACIONES ***************************************************************************** */
/* **************************************************************************************************************************************************** */
  #servicio_index1, #servicio_index2, #servicio_index3,
  #servicio_index4, #servicio_index5, #servicio_index6, #bloque_index1,
  #descripcion_servicio1, #descripcion_servicio2, #descripcion_servicio3, 
  #descripcion_servicio4, #descripcion_servicio5, #descripcion_servicio6,
  #menu_servicio, #la_empresa1, #la_empresa2, #la_empresa3, #la_empresa4, #la_empresa5, #la_empresa6, #la_empresa7,
  #contacto1, #contacto2, #intro_slider_index  {
    opacity: 0;
  }


/* ---------------------------------------------------- SERVICIOS  */
  #servicio_index1, #menu_servicio, #la_empresa1, #contacto1 {
    animation:myfirst 1.5s;
    animation-delay:0.5s;
    animation-fill-mode: forwards;
  }

  #servicio_index2, #la_empresa2, #contacto2  {
    animation:myfirst 1.5s;
    animation-delay:1s;
    animation-fill-mode: forwards;
  }

  #servicio_index3, #la_empresa3 {
    animation:myfirst 1.5s;
    animation-delay:1.5s;
    animation-fill-mode: forwards;
  }


  #servicio_index4, #la_empresa4 {
    animation:myfirst 1.5s;
    animation-delay:2s;
    animation-fill-mode: forwards;
  }

  #servicio_index5,#la_empresa5 {
    animation:myfirst 1s;
    animation-delay:2.5s;
    animation-fill-mode: forwards;
  }

  #servicio_index6, #la_empresa6 {
    animation:myfirst 1s;
    animation-delay:3s;
    animation-fill-mode: forwards;
  }

  #la_empresa7 {
    animation:myfirst 1s;
    animation-delay:3.5s;
    animation-fill-mode: forwards;
  }

  #descripcion_servicio1 {
    animation:myfirst 1s;
    animation-delay:0.2s;
    animation-fill-mode: forwards;
  }

  #descripcion_servicio2 {
    animation:myfirst 1s;
    animation-delay:0.4s;
    animation-fill-mode: forwards;
  }


  #descripcion_servicio3 {
    animation:myfirst 1s;
    animation-delay:0.6s;
    animation-fill-mode: forwards;
  }

  #descripcion_servicio4{
    animation:myfirst 1s;
    animation-delay:0.8s;
    animation-fill-mode: forwards;
  }

  #descripcion_servicio5 {
    animation:myfirst 1s;
    animation-delay:1s;
    animation-fill-mode: forwards;
  }

  #descripcion_servicio6{
    animation:myfirst 1s;
    animation-delay:1.2s;
    animation-fill-mode: forwards;
  }

  #bloque_index1 {
    animation:myfirst 1s;
    animation-delay:3.5s;
    animation-fill-mode: forwards;
  }

  @keyframes myfirst{
    from {opacity: 0;}
    to {opacity: 1;}
  }

/* ---------------------------------------------------- SLIDER */
  #intro_slider_index{
    animation:myfirst 1s;
    animation-delay:0s;
    animation-fill-mode: forwards;
  }

  .slider_index.oculto_movil img {
    animation-duration: 1s;
    animation-name: slidein;
  }

  @keyframes slidein {
    from {
      margin-left: 10%;
      width: 50%
    }

    to {
      margin-left: 0%;
      width: 100%;
    }
  }

/* ---------------------------------------------------- FOOTER */
  .hover_footer a::before,
  .hover_footer a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
  }

  .hover_footer a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }

  .hover_footer a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .hover_footer a:hover::before,
  .hover_footer a:hover::after,
  .hover_footer a:focus::before,
  .hover_footer a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
/* **************************************************************************************************************************************************** */
/* **************************************************** BLOQUES INDEX ***************************************************************************** */
/* **************************************************************************************************************************************************** */

/* ---------------------------------------------------- ENCABEZADO */
  /* SE APLICA SÓLO EN EL INDEX*/
  .contenedor_header_index div.col-md-2.oculto_movil div {
    display: inline-block;
  }
  figure.slider_index{
    position:relative
  }

.contenedor_globar_cabecera_index {
  position:relative;
}

.encabezado.version-movil {
  height:3.9em;
}

.encabezado_principal, .encabezado.version-movil {
  width:100%;
  top:0em;
  position:fixed;
  z-index: 999;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.36);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.36);
}

div.ancho_cabecera{
  padding:1.5em 0em;
  max-width:1500px;
  margin:0em auto;
}

header div.col-md-2.oculto_movil div{
  display:inline-block;
}

header .col-md-2{
  padding:0em;
}

.caja_encabezado{
  border:0.15em solid #FF7433;
  padding:0.3em 0.7em;
}

a .caja_encabezado:hover, .accesos_encabezado_activo .caja_encabezado {
  border:0.15em solid white;
  color:white;
}

.accesos_encabezado{
  color: #FF7433;
  font-weight:700;
  font-size: 1.2em;
}  

.accesos_encabezado_activo {
    background-color: #FF7433;
    border: 0.15em solid #FF7433;
    color: white;
}

a.accesos_encabezado:hover, .accesos_encabezado_activo .texto_caja  {
  background-color: #FF7433;
  color:white;
}

.texto_caja {
  color:black;
}

a.accesos_encabezado:hover, a.accesos_encabezado:hover .texto_caja {
  color:white!important;
}

a.accesos_encabezado:hover .caja_encabezado{
  border:0.15em solid white;
}


/* BOTÓN SUBIR -- VERSIÓN MÓVIL */
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  display: none;
  z-index: 999999999;
}

.go-top .fa {
  font-size: 4em;
}

.go-top:hover {
  color: black;
}


/* ---------------------------------------------------- BLOQUE MENU PRINCIPAL*/
div.ancho_menu{
  max-width:1300px;
  margin:0em auto;
}

/* MENÚ DE NAVEGACIÓN */
.menu {
  display: block;
}

.menu span.enlace {
	display: block;
	padding: 0.8em 1em;
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.menu  span.enlace:hover{
	cursor: pointer;
	color: #ff7333;
	background: #fff;
}


ul.menu{
  margin-bottom:0em;
}

ul.sub-menu {
	text-align:left;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a { 
  display: block;
  padding: 0.8em 1em;  
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  text-transform:uppercase;
  text-decoration: none;
}

.menu li a:hover,.menu li:hover>a {
  color: #ff7333;
  background: #fff;
}

.menu ul {
  /* visibility: hidden;  768 */
  /* opacity: 0;  768 */
  margin: 0;
  padding: 0;
  width: 250px;
  /*position: absolute;  768 */
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0,20px);
  transition: all 0.2s ease-in;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  display: block;
  color: white;
  background: #ff7333;
  font-size: 1.2em;
  font-weight:700;
  font-weight: normal;
}

.menu ul li a:hover,.menu ul li:hover>a {
  background: #fff;
  color: #ff7333;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0)
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px,20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

nav>ul.menu>li>ul.sub-menu>li>a{
  background-color: white;
  color:#ff7333;
  font-weight:700;
}

nav>ul.menu>li>ul.sub-menu>li>a:hover{
  background-color: #ff7333;
  color: white;
}

nav>ul.menu>li.version-movil>ul.sub-menu>li>a{
  background-color: #757575;
  color:white;   
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #335ea2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #fff;
  color: #335ea2;
  text-decoration: none;
}

/* CLASE PARA ENLACE ACTIVO*/
a.enlace_activo {
  color: #ff7333!important;
  background: #fff;
}

/* IDIOMAS Y REDES SOCIALES */
.contenedor_menu_principal  .col-md-2.extras{
  background-color:white;
  border:0.1em solid #FF7433;
  padding: 0.6em 0em;
  max-width:170px;
  margin:0em auto;
  text-align: center;
}

.contenedor_menu_principal .col-md-2 li .extras{
  padding: 0.2em 0.5em;
}

.contenedor_menu_principal .col-md-2.extras a .fa,
.contenedor_menu_principal .col-md-2.extras a.idiomas img{
  padding:0.2em;
  color:#FF7433;
}

.contenedor_menu_principal .col-md-2.extras a .fa{
    padding: 0.2em 0.6em;
    margin: 0.55em 0.2em 0em 0.2em;
}
.contenedor_menu_principal .col-md-2.extras a.idiomas img{
  margin-top:0.35em;
}

.contenedor_menu_principal .col-md-2.extras a .fa:hover, .ancho_footer .redes_sociales .fa:hover  {
  background-color:#ff7333;
  color:white!important;
}

.contenedor_menu_principal 	a.idiomas:hover { 
  opacity:0.8
}

.contenedor_menu_principal 	.idiomas ul{
  padding-top:0.5em;
}

.contenedor_menu_principal  .idiomas li a{
  padding:0em 0.8em;
  margin:0em 0.2em;
  background-repeat:no-repeat;
  background-position:top;
}

/* (1) ESPAÑOL - INACTIVO */
.contenedor_menu_principal 	.idiomas li:first-child a {
  background-image:url("/sites/default/files/pictures/idioma_espanol_inactivo.png");
}
/* (2) INGLÉS - INACTIVO */
.contenedor_menu_principal 	.idiomas li:nth-child(2) a {
  background-image:url("/sites/default/files/pictures/idioma_ingles_inactivo.png");
}
/* (3) ALEMÁN - INACTIVO */
.contenedor_menu_principal 	.idiomas li:nth-child(3) a {
  background-image:url("/sites/default/files/pictures/idioma_aleman_inactivo.png");
}
/* (4) FRANCÉS - INACTIVO */
.contenedor_menu_principal 	.idiomas li:nth-child(4) a {
  background-image:url("/sites/default/files/pictures/idioma_frances_inactivo.png");
}
/* (5) CHINO - INACTIVO */
.contenedor_menu_principal  .idiomas li:nth-child(5) a {
  background-image:url("/sites/default/files/pictures/idioma_chino_inactivo.png");
}
/* (6) PORTUGUÉS - INACTIVO */
.contenedor_menu_principal  .idiomas li:nth-child(6) a {
  background-image:url("/sites/default/files/pictures/idioma_portugues_inactivo.png");
}
/* (7) ITALIANO - INACTIVO */
.contenedor_menu_principal  .idiomas li:nth-child(7) a {
  background-image:url("/sites/default/files/pictures/idioma_italiano_inactivo.png");
}
/*
.contenedor_menu_principal 	.idiomas li:last-child a {
  background-image:url("/sites/default/files/pictures/idioma_chino_inactivo.png");
}
*/

/* ESPAÑOL - ACTIVO */
.contenedor_menu_principal 	.idiomas li:first-child a:hover,
.contenedor_menu_principal 	.idiomas li:first-child a.idiomas.activo {
  background-image:url("/sites/default/files/pictures/idioma_espanol_activo.png");
}
/* INGLÉS - ACTIVO */
.contenedor_menu_principal 	.idiomas li:nth-child(2) a:hover,
.contenedor_menu_principal 	.idiomas li:nth-child(2) a.idiomas.activo {
  background-image:url("/sites/default/files/pictures/idioma_ingles_activo.png");
}
/* ALEMÁN - ACTIVO */
.contenedor_menu_principal 	.idiomas li:nth-child(3) a:hover, 
.contenedor_menu_principal 	.idiomas li:nth-child(3) a.idiomas.activo{
  background-image:url("/sites/default/files/pictures/idioma_aleman_activo.png");
}
/* FRANCÉS - ACTIVO */
.contenedor_menu_principal 	.idiomas li:nth-child(4) a:hover,
.contenedor_menu_principal 	.idiomas li:nth-child(4) a.idiomas.activo{
  background-image:url("/sites/default/files/pictures/idioma_frances_activo.png");
}
/* CHINO - ACTIVO */
.contenedor_menu_principal  .idiomas li:nth-child(5) a:hover,
.contenedor_menu_principal  .idiomas li:nth-child(5) a.idiomas.activo{
  background-image:url("/sites/default/files/pictures/idioma_chino_activo.png");
}
/*
.contenedor_menu_principal 	.idiomas li:last-child a:hover,
.contenedor_menu_principal 	.idiomas li:last-child a.idiomas.activo{
  background-image:url("/sites/default/files/pictures/idioma_chino_activo.png");
}
*/
/* PORTUGUÉS - ACTIVO */
.contenedor_menu_principal  .idiomas li:nth-child(6) a:hover,
.contenedor_menu_principal  .idiomas li:nth-child(6) a.idiomas.activo{
  background-image:url("/sites/default/files/pictures/idioma_portugal_activo.png");
}
/* ITALIANO - ACTIVO */
.contenedor_menu_principal  .idiomas li:nth-child(7) a:hover,
.contenedor_menu_principal  .idiomas li:nth-child(7) a.idiomas.activo{
  background-image:url("/sites/default/files/pictures/idioma_italiano_activo.png");
}

/* IDIOMAS DESPLEGABLE */
  .dropbtn {
    background-color:#ffffff;
    color: #ff7433;
    padding: 16px;
    font-size: 16px;
    border: none;
    width:135px;
  }

  .dropdown {
    text-align: right;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    right: 0;
    width: 135px;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 0.01em solid #e4e4e4;
  }

  .dropdown-content a:hover {background-color: #ddd;}

  .dropdown:hover .dropdown-content {display: block;}

  .dropdown:hover .dropbtn {
    background-color: #f5f5f5;
  }

/* ---------------------------------------------------- BLOQUE SLIDER INDEX*/
.slider_index figure.slider_index {
  width: 100%;
  position: relative;
  margin:0em;
}

.slider_index figcaption.contenido_slider {
  position: absolute;
}

/* ---------------------------------------------------- INDEX SERVICIOS PRINCIPALES INDEX */
.servicios_index, .servicios_destacados {
  max-width:1800px;
  margin:0em auto;
  margin: 1.5em auto;
}

.servicios_index a .contenedor{
  /*max-width:300px;*/
  color:white;
  margin:0em auto;
  text-align:center;
}

.servicios_index div.box{
  margin-bottom:1em;
}

/*.servicios_index article.box{
	height: auto;
}*/

.servicios_index h1{
	font-size:1.2em;
	padding: 0.5em 0em;
	margin-bottom:0em;
}

.servicios_index .fondo_gris_claro {
    padding: 0.5em 0.3em 0.8em 0.3em;
    background-color: #e0e0e0;
}

.servicios_index a .contenedor:hover{
  background-color:#335ea2;
}

.servicios_index a .contenedor:hover img, .servicios_index a .contenedor:hover .fondo_gris_claro,
.servicios_index a .contenedor:hover h1  {
  opacity:  0.5;
}

/* ---------------------------------------------------- BLOQUE ¿POR QUÉ ELEGIRNOS? INDEX*/

/* INDEX ¿POR QUÉ ELEGIRNOS? */
.elegir_semesur_index {
  background-color: #335ea2;
  color:white;
  text-align:center;
  margin:1.5em 0em;
  padding:2em 0em 0.5em 0em;
}
.ancho_elegir_semesur_index{
  max-width:991px;
  margin:2em auto;
}

.elegir_semesur_index p{
  margin-top:0.5em;
  font-size:1.2em;
  color:white;
}

.elegir_semesur_index .circle p {
  margin-top: 0em;
  font-weight: 700;
  font-size: 2.2em;
  color: #ff7333;
}

.elegir_semesur_index .circle{
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white;
  color:#ff7333;
  padding-top:2em;
}

/* ---------------------------------------------------- BLOQUE ¿POR QUÉ ELEGIRNOS? INDEX*/
.compormiso_y_mapa_index{
  max-width:1500px;
  margin:0em auto;
}

.compormiso_y_mapa_index article h1{
  color:#335ea2;
}

.compormiso_y_mapa_index .fa{
  color:#ff7333;
  font-weight:800;
  margin-right:0.5em;
}

.compormiso_y_mapa_index article div{
  margin-top:3em;
}

/* ---------------------------------------------------- BLOQUE MAPA INDEX*/
.mapa_index{
  position:relative;
}

.mapa_index img{
  border:0.2em solid #ff7333;
  width:100%;
}

.mapa_index figcaption{
  position:absolute;
  top:0em;
  width:280px; 
  color:white;
  padding: 0.5em;
}

/* ---------------------------------------------------- BLOQUE BANNER INDEX*/
.banner_y_blog_index {
  max-width: 1500px;
  margin: 0em auto;
  padding: 3em 0em;
}

figure.banner_index{
  margin-bottom: 2em;
}

figure.banner_index h1{
  color: #ff7333;
}

figure.banner_index p{
  color: #335ea2;
  font-size:1.1em;
  font-weight:700;
}

figure.banner_index img{
  border:0.2em solid #335ea2;
}

figure.banner_index figcaption{
  position:absolute;
  top:1em;
  left:5em;
}

figure.banner_index figcaption div{
  margin-top:1em;
}

/* ---------------------------------------------------- BLOQUE BLOG INDEX*/
.imagen_blog_index img{
  width:100%!important;
  height:auto!important;
}

.entrada_blog_index{
  margin:1.5em 0em;
}

.blog_index h1{
  color: #335ea2;
  margin-bottom:0em;
}

.blog_index h1 a, .field-content.blog_index a{
  color: #212121;
  font-size:0.7em;
}

.blog_index h1 a:hover,  .field-content.blog_index a:hover{
  color: #ff7333;
}

.blog_index h2, .entrada_blog h2{
  color: #ff7333;
  font-size:1em;
  font-weight:700;
  margin:0em 0em 1em 0em;
}

.blog_index img, .field-content.blog_index a{
  margin-top:1.1em;
}

ul.blog_lista, ul.blog_lista li{
	font-size:17px;
}

.blog_lista li {
    margin-left:2em;
}
/* NEWSLETTER */
.row.newsletter{
  margin-top:2em!important;
}

.newsletter label {
  display:none
}

.newsletter .col-md-9.col-sm-9.col-xs-12 form div div{
  display:inline-block;
}

.newsletter .form-submit{
  border: 0.1em solid #ff7333;
  background-color:white;
  color: #ff7333;
  font-weight: 500;
  padding: 0.6em;    
}

.newsletter .form-submit:hover{
  background-color:#ff7333;
  color: white; 
}

.newsletter .form-email{
  max-width:12em;
}

.newsletter input[type="text"]{
  background-color: #e0e0e0;
  border:0em;
  padding:0.7em 0.6em 0.6em 0.8em;
  margin-left:-0.2em;
  margin-right: -0.2em;
  color: #757575;
}

/* ---------------------------------------------------- FOOTER */
/* FOOTER SUPERIOR */
.footer_top {
  text-align:center;
  color:white;
  padding:1em 0em;
}

.footer_top.fondo_naranja p{
  margin-top:0.5em;
}

.footer_top a{
  border: 0.05em solid white;
  padding:0.5em;
  color:white;
  margin-left:2em;
}

.footer_top a:hover{
  background-color:white;
  color:#ff7333;
}

/* FOOTER CENTRAL */
.footer_med{
  padding:3em 0em;
  color: #757575;
}

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

.corporativo p{
  max-width:300px;
  margin:1.5em 0em;
  color: #757575;
  font-weight:300;
}

.footer_med h1{
  font-size:1.2em;
  color: #757575;  
}


.footer_med li{
  margin-bottom:1em;
}

.footer_med li a{
  color: #757575;
  font-size:16px;
}

.footer_med  figcaption p{
  font-size:0.7em;
}

/* FOOTER INFERIOR */
.footer_bottom {
  color: #e0e0e0;
  padding-top:0.3em;
  font-weight: 300;
}

.footer_bottom a, .footer_bottom p{
  color:#e0e0e0;
}

.ancho_footer .redes_sociales .fa {
	color:#ff7333;
	margin-right:1em;
	padding:0.5em;
}

/* ---------------------------------------------------- CAPTCHA */
#captcha1, #captcha2 {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
}


/* **************************************************************************************************************************************************** */
/* **************************************************** PÁGINAS  ***************************************************************************** */
/* **************************************************************************************************************************************************** */

/* ---------------------------------------------------- SLIDER PÁGINAS */
.slider_paginas{
  background: url(/sites/default/files/pictures/slider_servicios_full.jpg) no-repeat;
  text-align: left;
  color: #fff;
  height: 218px;
  padding: 6em 0em 0em 0em;
}

.slider_paginas h1{
  font-size: 2.5em;
  margin-bottom: 0em;
  text-transform: inherit;
}

.slider_paginas p{
  font-size: 2em;
  font-weight: 700;    
}

/* ---------------------------------------------------- PÁGINA SERVICIOS */
.menu_lateral_servicios {
  border-right:0.2em solid #ff7433; 
  padding-right:2em;
}

.menu_lateral_servicios li{
  margin-bottom:0.5em;
  padding:0.5em;
  background-color:#ff7433;
  border:0.1em solid #ff7433;
  list-style:none;
  font-size: 1.1em;
  color: white;
  font-weight: 500;
  cursor:pointer;
}

.menu_lateral_servicios li:hover{
  background-color:#fff;
  color: #ff7433;
}

.menu_lateral_servicios a{  
  color:#ffffff;
}

.menu_lateral_servicios li.fondo_azul{
  background-color:#335ea2;
  border-color:#335ea2;
}

.menu_lateral_servicios li.fondo_azul:hover{
  background-color:white;
}

.menu_lateral_servicios a li.fondo_azul:hover{
  color:#335ea2;
}

.ampliacion_informacion_servicios h1{
  font-size:1.4em;
}

.ampliacion_informacion_servicios article {
  border:0.1em solid #ff7333;
  padding:1em;
  margin:1em 0.5em;
}

.ampliacion_informacion_servicios  article p{
  font-size:1.1em;
}

.menu_servicios_activo {
  background: #FFF !important;
  color: #FF7433 !important;
}

/* ---------------------------------------------------- BANNER DESCARGAR FOLLETO */
.descripcion_servicios .circle{
  border:0.2em solid #ff7433;
  border-radius:5em;
  width:5.5em;
  height:5.5em;
  padding: 1.2em 0em 0em 1.3em;
}

.ampliacion_informacion_servicios{
  text-align:center;
  margin-top: 3em;
}

.ampliacion_informacion_servicios article img{
  margin-bottom:1em;
}

.descarga_folleto.fondo_azul {
  color:white;
  text-align:center;
  padding:1.5em 0em 1em 0em;
  margin-top:3em;
  line-height: 2em;
}

.descarga_folleto.fondo_azul a{
  border: 0.05em solid white;
  padding: 0.5em;
  color: white;
  margin-left: 2em;
}

.descarga_folleto.fondo_azul a:hover{
  background-color:white;
  color:#335ea2;
}

/* ---------------------------------------------------- BANNER ÁMBITO DE ACTUACIÓN */
.ambito_actuacion, .pagina_ambito_actuacion{
  padding-bottom:2em;
}

.ambito_actuacion a.boton_naranja, .pagina_ambito_actuacion a.boton_naranja{
  float:left;
}

.ambito_actuacion a.boton_azul, .pagina_ambito_actuacion a.boton_azul{
  float:right;
}

/* ---------------------------------------------------- PÁGINA LA EMPRESA */
.la_empresa img{
  margin-bottom:2em;
}

.la_empresa ul{
  padding-left:2em;
}


.la_empresa article ul, .descripcion_servicio3 ul{
    font-size:1.1em;
}

.la_empresa div.en_linea figure {
    display:inline-block;
    text-align:center;
    padding-right:1em;
}

.la_empresa figcaption p{
    font-size:0.8em;
}

.la_empresa div.en_linea  figure.certificaciones img{
    margin-bottom:0.5em;
}

.la_empresa .circle{
  margin:0em auto;
  background-color:#ff7333;
  border-radius:7em;
  width:6em;
  height:6em;
  padding:1.5em;
}

.la_empresa .ancho_paginas.la_empresa div.row:last-child{
  padding-top:2em
}

.banner_empresa {
	margin: 2em 0em;
	padding:1em 0em;
	border-top:0.2em solid #335ea2;
	border-bottom:0.2em solid #335ea2;
}

#extra_info_medio_ambiente article#la_empresa2 .col-md-6.col-sm-6.col-xs-12 .row{
	padding-top:2.6em;
}
/* ---------------------------------------------------- PÁGINA CONTACTO */
/* SLIDER CONTACTO */
.slider_contacto .mapa_vista_calle{
  width: 100%;
  height: 218px;
}

.pagina_contacto .fa{
  color:#ff7333;
  padding-right:0.8em;
  padding-top:0.5em;
}

.pagina_contacto ul{
  padding-left:2em;
}

.pagina_contacto ul .tabulacion_li{
  padding-left:1.6em;
}

.pagina_contacto .mapa_cenital{
  width:100%;
  height:200px;
}

.pagina_contacto iframe.mapa_cenital{
  border:0em;
  margin:1em 0em
}
/* PAGINA CONTACTO 2 (SON LAS SEDES EN TODO EL MUNDO) - INICIO */
  .ancho_paginas.pagina_contacto2{
    margin-bottom: 1em
  }
  .ancho_paginas.pagina_contacto2 .borde_naranja {
    margin: 0em;
  }
  .ancho_paginas.pagina_contacto2 .margin_bottom_1em{
    margin-bottom:1em!important;
  }
  .pagina_contacto2 .sedes h1{
    font-weight:300;
    font-size: 2em;
    text-transform:capitalize;
    margin-left:0.1em;
  }
  .pagina_contacto2 .sedes h2{
    font-size:20px;
    font-weight:500;
    margin-top:0em;
    margin-bottom:0em;
    color:#ff7333;
  }
  .pagina_contacto2 .sedes{
    display:flex;
    flex-direction: row;
    align-items:stretch;
    flex-wrap: wrap;
  }
  .pagina_contacto2 .sedes .flexbox {
    align-self:stretch;
    margin-left:5px;
  }
  .pagina_contacto2 .sedes .flexbox>div{
    background-color:#e8e8e8;
    padding:0.5em;
    color:#757575;
  }
  .pagina_contacto2 .sedes li.localiza:before {    
    font-family: 'FontAwesome';
    content: '\f041';
    margin:0 5px 0 -15px;
    color: #ff7333;
  }
  .pagina_contacto2 .sedes li.sobre:before {    
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin:0 5px 0 -15px;
    color: #ff7333;
  }
  .pagina_contacto2 .sedes li{
    font-size: 14px;
  }
  .pagina_contacto2 .sedes ul {
    padding-left: 1em;
    list-style: none;
  }
  .pagina_contacto2 .sedes li.localiza{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .pagina_contacto2 img{
    width: 100%;
  }
  .pagina_contacto2 li.sobre img {
    width: 175px;
  }
/* PAGINA CONTACTO 2 (SON LAS SEDES EN TODO EL MUNDO) - FINAL */

/* FORMULARIO CONTACTO */
form#form_contacto .texto_alineado_derecha .boton_naranja{
  margin-top:0.05em;
  padding: 0.6em 0.5em;
}
/* ---------------------------------------------------- PÁGINA ÁMBITO DE ACTUACIÓN */
.pagina_ambito_actuacion h2{
    text-transform:uppercase;
    font-size:1.4em;
    font-weight:700;
    margin-bottom:2em;
}

.pagina_ambito_actuacion img{
    
}

.pagina_ambito_actuacion .marco_naranja{
    border:0.1em solid #ff7333;
    padding:1em;
}

.pagina_ambito_actuacion .marco_azul img{
    border:0.1em solid #335ea2;
}
/* ---------------------------------------------------- POLÍTICA DE PRIVACIDAD */
.politica_de_calidad_integrada h2{
  font-style:italic;
  font-size:1.3em;
  font-weight:700;
  color:#ff7333;
}

.politica_de_calidad_integrada h3 {
  font-style: italic;
  font-size:16px;
  color:#ff7333;
  margin-top:0em;
}
.politica_de_calidad_integrada li, .politica_cookies li{
  margin-left:2em;
}

/* ---------------------------------------------------- COOKIES */
#sliding-popup.sliding-popup-bottom{
	opacity:0.9;
	background-color:black;  
}

#sliding-popup.sliding-popup-bottom a{
	font-weight:700;
	color:white;
}

#sliding-popup .popup-content #popup-text{
	font-weight:300;
	font-size:1.1em;
}

#sliding-popup .popup-content #popup-buttons button {
	cursor: pointer;
	display: inline;
	margin-right: 5px;
	margin-top: 1em;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#ffffff;
	border:1px solid #ffffff;
	border-radius:0px;
	color:#000;
	text-shadow:0px 0px 0px #ffffff;
}

#sliding-popup .popup-content #popup-buttons button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #335ea2), color-stop(1, #335ea2) );
	background:-moz-linear-gradient( center top, #335ea2 5%, #335ea2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#335ea2', endColorstr='#335ea2');
	background-color:#335ea2;
	color:white;
	font-weight:700;
	border-color:#335ea2;
	box-shadow: inset 0px 0px 0px 0px #335ea2;
}


#sliding-popup .popup-content #popup-buttons button:hover{
	background-color:#335ea2
}

/* ---------------------------------------------------- BLOQUES DIVIDIDOS */
.bloque_dividido{
    max-width:1300px;
    margin:0em auto;
    padding:2em 0em;
}

/* ---------------------------------------------------- BLOG */
li.activo a, li.activo {
    color:#ff7333
}

article.entrada_blog .col-md-6.col-sm-6.col-xs-12{
	padding-left:0em;
}

article.entrada_blog h1 {
 padding-top:0.2em;
 }

article.entrada_blog h1 a{
    font-size:0.8em;
    color:black
}
article.entrada_blog h1 a:hover{
	color:#335ea2
}

.fecha_entrada_blog {
	color:#ff7333;
	font-weight:800;
	border-bottom:0.1em solid #e0e0e0;
	padding:0.5em 0em;
	margin-bottom: 0.5em;
}

/* REDES SOCIALES */
ul.redes_sociales .fa{
	padding: 0.2em;
	color: #FF7433;  
	margin:0em 0.5em;
}

ul.redes_sociales .fa:hover {
  background-color:#ff7333;
  color:white;
}

.pagina_redes_sociales {
  margin-bottom:2em
}

.col-md-6.col-sm-6.col-xs-12.pagina_facebook {
  text-align:right;
  padding-right:2em;
}

.fb-page.fb_iframe_widget, iframe#twitter-widget-0  {
  border:0.1em solid #ff7333!important;
}

/* ---------------------------------------------------- Inicio COMENTARIOS */
.entrada_blog article.comment {
	margin-bottom:1em;
}

.entrada_blog h2.comment__form-title, 
.entrada_blog h2.comment__section-title {
	font-size:1.2em;
	text-transform:uppercase;
}

.entrada_blog .comment__section p{
	text-align:left;
}

.entrada_blog .comment__section p.submitted,
.entrada_blog h2.comment__form-title,
.entrada_blog h2.comment__section-title  {
	font-weight:700;
}

.entrada_blog .comment__section p.submitted,
.entrada_blog .comment__section .field-items p{
	font-size:1.1em;
} 
.entrada_blog .comment__section .field-items p {
	color:#757575;
}
.entrada_blog .borde_naranja h2{
	margin:0em;
}

.entrada_blog .borde_naranja .form-actions.form-wrapper{
	text-align:right;
}

.entrada_blog .borde_naranja .form-item.form-type-textfield.form-item-name,
.entrada_blog .borde_naranja .field-type-email {
	float:left;
}

.entrada_blog div.row{
	padding-top:1.5em;
}

.entrada_blog .comentarios_blog label{
	display:none;
}

/* VISIONADO COMENTARIOS */
form#comment-form #edit-author .form-item{
	padding:0.5em 0em;
}

form#comment-form #edit-author .form-item div{
	padding:0.5em 0em;
	display:inline-block;
}

form#comment-form #edit-author .form-item input, form#comment-form #edit-author form-item textarea{
	background-color:#e0e0e0;
	border:0.1em solid #e0e0e0;
}

form#comment-form #edit-author  .form-type-radios >label {
	padding: 0em;
}


form#comment-form #edit-author .form-item.form-type-textarea.form-item-comment-body-und-0-value div{
	display:inherit;
}
select{
	background-color:white!important;
}

.messages__icon {
    float: left;
}

.messages.messages--warning, .messages__icon svg, p.submitted  {
	opacity:0.5;
      
}

.messages.messages--warning h2{
	font-size: 1.3em; 
	padding-left:1.3em;
	text-transform:uppercase
}

/* ---------------------------------------------------- Final COMENTARIOS */

/* PÁGINA FILTRADA */
.contenido_pagina .term-listing-heading  {
    max-width:1300px;
    margin:0em auto;
}

.taxonomy-term-description{
	margin-top:1em;
	padding:0.8em 1em 0.1em 1em;
	background-color:#e0e0e0;
	color:#757575;
}

.taxonomy-term-description p{
	 font-size:1em;
	 font-weight:700;
}

/* ---------------------------------------------------- REGIÓN IZQUIERDA BLOG */
.filtrado_blog .caja_gris{
    text-align:left;
    background-color: #e0e0e0;
    padding:1em 0.5em 0.5em 1.5em;
    max-width:250px;
}

.filtrado_blog .caja_gris span.field-content{
    margin:1em 0em;
}

.filtrado_blog .caja_gris span.field-content.fa.fa-circle a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size:2.2em;  
}

.filtrado_blog h1{
    font-size:1.5em;
    font-weight:800
}

.filtrado_blog a{
    color:#757575;
    font-size:1.2em;
    font-weight:600;
}

.filtrado_blog li{
	list-style:none;
	padding:0.5em 0em;
}

.filtrado_blog .fa.fa-circle{
    color:#ff7333;
    font-size:0.5em;
}

.filtrado_blog hr{
    border:0.1em solid #ff7333;
    max-width: 2.5em;
    margin-left: 0em;
}


/* ---------------------------------------------------- MIGAS DE PAN */
.easy-breadcrumb {
  background-color: #ffffff!important;
  border-top: 0.1em solid #ff7333;
  border-bottom: 0.1em solid #ff7333;
  padding: 0.5em 0em;
}

.easy-breadcrumb a{
  font-weight:700;
  color:#ff7333;
}

a.easy-breadcrumb_segment.easy-breadcrumb_segment-front:first-child {
  color: rgba(0, 0, 0, 0);
  background-image: url(/sites/default/files/pictures/ico-home.png);
  background-repeat: no-repeat;
  background-position: center;
}


/* ---------------------------------------------------- FORMULARIOS. PREFIJO TELEFONO */
.contenedor_campo_form {
    position: relative;
}

.contenedor_campo_form > input[type=text] {
    padding: 0.7em 0.5em;
    padding-left: 3em;
    width: 100%;
    border: 0.1em solid #ff7333;
    outline: none;
}

/* Label */
.contenedor_campo_form > label {
    transform: scale(0.6,0.6);
    pointer-events: none;

    position: absolute;
    left: 8px;
    top: 5px;

    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Estilos desplegables multiples con checks */
.contenedor_campo_form > ul {
    border: 1px solid #F1F1F1;
    background: #FFF;
    list-style-type: none;
    padding: 0;
    margin: 0;
    /*width: 100%;*/

    position: absolute;
    z-index: -999;
    opacity: 0;
    height: 1em;
    overflow-y: scroll;

    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
}

.contenedor_campo_form > ul > li {
    padding: 0 0.5em;
    cursor: pointer;
}

.contenedor_campo_form > ul > li:first-child { /* Para el primer LI que resetea el campo */
    padding: 0.2em 0.5em;
    text-align: center;
}

.contenedor_campo_form ul li:hover {
    background: #F0F0F0;
}

.contenedor_campo_form ul li:active {
    background: #E1E1E1;
}

.contenedor_campo_form ul li img {
    transform: scale(0.6,0.6);
}

.contenedor_campo_form ul li label {
    margin-left: 0em;
    font-weight: normal;
    font-size: 0.8em;
    position: relative;
    top: 0.2em;
}

.check_multiselect_visible {
    z-index: 999 !important;
    opacity: 1 !important;
    height: 15em !important;
}

.label_pais {
    display: inline-block;
    width: 60%;
}

.label_prefijo {
    display: inline-block;
    width: 20%;
    color: #999;
    text-align: right;
}

.txt_centrado {
    text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .contenedor_campo_form > ul {
        width: 300%;
    }
}

@media screen and (min-width: 1024px) {
    .contenedor_campo_form > ul {
        width: 200%;
    }
}
/* ------------------------------------------------ / fin FORMULARIOS. PREFIJO TELEFONO */

/* **************************************************************************************************************************************************** */
/* **************************************************** RESPONSIVE ***************************************************************************** */
/* **************************************************************************************************************************************************** */
@media screen and (min-width:1600px) { 
  /* SLIDER */
	figcaption.contenido_slider.slider_no_es{
		left: 25%!important;
	}
	/* ÁMBITO DE ACTUACIÓN PÁGINAS */
	.ambito_actuacion .row.fondo_gris_claro h1, .pagina_ambito_actuacion h1{
		padding-top:0em;
	}

	.ambito_actuacion  .col-md-4.col-sm-12.col-xs-12.texto_gris_oscuro, 
	.pagina_ambito_actuacion .col-md-4.col-sm-12.col-xs-12.texto_gris_oscuro{
		padding:3em;
	}
}


@media screen and (max-width:1520px) { 
    /* SERVICIOS DEL INDEX */
    .fondo_gris_claro.texto_gris_oscuro {
        height:13em;
    }
}


@media screen and (max-width:1410px) {
	/* SERVICIOS DEL INDEX */ 
    .fondo_gris_claro.texto_gris_oscuro {
        height:15em;
    }
}

@media screen and (max-width:1410px) {
	/* SERVICIOS DEL INDEX */	
	.menu li a.menu_de, .menu span.enlace.menu_de {
	    font-size: 1.1em;
	}
}

@media screen and (min-width:1099px) { 
	/* SEPARACIÓN PARA EL SLIDER */
	.slider_paginas, .slider_contacto {
		margin-top: 10em;
	}
	/* ENLACES ENCABEZADO */
	.accesos_encabezado{
  		padding:0.8em 0.3em;
  	}
  /* DESPLEGABLE IDIOMAS */
  .bloque_idiomas{
    padding-top: 0.1em!important;
  }
}

@media (max-width: 1098px) and (min-width: 768px)  { 
   /* SEPARACIÓN PARA EL SLIDER */
   	.slider_paginas, .slider_contacto {
        margin-top: 9em;
    }
    .slider_paginas{
   		padding: 3em 0em 0em 0em;
	}
  /* Redes sociales */
  .col-md-2.col-sm-2.extras>ul{padding: 0.3em;}
}

@media (min-width: 991px) and (max-width: 1300px)  { 
    /* INDEX SERVICIOS */ 
    .fondo_gris_claro.texto_gris_oscuro {
        height: 18em;
    }

    .servicios_index h1 {
        font-size: 1em;
    }
}

@media screen and (max-width:991px) { 
  /* IDIOMAS */
  .contenedor_menu_principal 	.idiomas li:first-child a, 
	.contenedor_menu_principal 	.idiomas li:nth-child(2) a,
	.contenedor_menu_principal 	.idiomas li:nth-child(3) a,
	.contenedor_menu_principal 	.idiomas li:last-child a{
	    margin: 0em;
	}

	.contenedor_menu_principal 	.idiomas li:first-child a:hover, 
	.contenedor_menu_principal 	.idiomas li:nth-child(2) a:hover,
	.contenedor_menu_principal 	.idiomas li:nth-child(3) a:hover,
	.contenedor_menu_principal 	.idiomas li:last-child a:hover{
		margin: 0em;
	}

	.contenedor_menu_principal .idiomas ul {
    	padding-top: 0.7em;
	}

    /* MENU */
    .menu li a.menu_de, .menu span.enlace.menu_de {
	    font-size: 0.9em;
	}

	/* SLIDER INDEX */
	figcaption.contenido_slider.slider_no_es h1{
	  font-size:2em;
	}
	figcaption.contenido_slider.slider_no_es p{
	  font-size:1.8em;
	}

	/* SERVICIOS INDEX */	
    .fondo_gris_claro.texto_gris_oscuro {
        height:10em;
    }
}

@media (min-width: 991px) and (max-width: 1099px) { 
  /* ÁMBITO DE ACTUACIÓN PÁGINAS */
  .ambito_actuacion p, .pagina_ambito_actuacion p{
    font-size:1em;
  }
  .ambito_actuacion a.boton_naranja, .ambito_actuacion a.boton_azul, .pagina_ambito_actuacion a.boton_naranja, .pagina_ambito_actuacion a.boton_azul{
    padding:0.2em 0.2em;
  }
}

@media screen and (min-width:768px) {  
	/* ESTILOS GENERALES */
	.pagina_centrada {
		padding-left:2em;
	}

	li.version-movil, .version-movil {
		display:none;
	}

	/* ENCABEZADO */
	.encabezado_imantado {
		height:8em;
	}

	/* MENÚ */
	.contenedor_menu_principal {
		background-color: #FF7433;
	}

	.menu ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
	}

	.menu ul {
		visibility: hidden;
		opacity: 0;
	}

	/* BOTÓN SUBIR -- VERSIÓN MÓVIL */
	.go-top {
		display: none !important;
	}

	/* SLIDER INDEX */
		/* Si recuperamos el slider de la docuta mirando a cámara hay que mostrar este estilo y ocular el que está activo ahora
		figcaption.contenido_slider {
			top: 65%;
			left: 30%;
		}
		*/
	figcaption.contenido_slider {
		top: 33%;
		left: 7%;
	}
	figcaption.contenido_slider.slider_no_es{
		top: 55%;
		left: 5%;
	}
	figcaption.contenido_slider h1{
		font-size:3em;
		margin-bottom:0em;
		text-transform: inherit;
	}

	figcaption.contenido_slider p{
		font-size:2.5em;
		font-weight:700;
	}

	/* SERVICIOS */
	.ampliacion_informacion_servicios img{
		width:100%
	}

	/* CONTACTO */
	.pagina_contacto>div.row>div.col-md-6.col-sm-6.col-xs-12:first-child{
		padding-right:5em;
	} 

	/* ÁMBITO DE ACTUACIÓN */
	.ambito_actuacion .row.fondo_gris_claro h1, .pagina_ambito_actuacion h1{
		padding-top:1em;
	}

	/* COMENTARIOS */
	.entrada_blog .borde_naranja .field-type-email{
		margin-left:1em;
	}

	#rc-imageselect, .g-recaptcha {
		display: inline; 
	}

	.g-recaptcha>div>div{
		width: 100% !important;
		height: 78px;
		transform:scale(0.77); 
		webkit-transform:scale(0.77);
		text-align: center;
		position: relative;
	}

	/* BLOG */
	li.oculto_pc{
		display:none!important;
	}

}

@media (min-width: 768px) and (max-width: 1099px) { 
	/* ENCABEZADO */
	header{
		text-align:center;
	}

	.contenedor_menu_principal .col-md-8.col-sm-6{
		margin:0em;
		padding:0em;
	}

	header .accesos_encabezado{
		font-size:1em;
	}

	header .col-md-2.col-sm-2.oculto_movil{
		padding:0em;
	}

	header .col-md-2.oculto_movil {
		margin-bottom:1em;
		margin-left: -0.1em;
	}

	img.logo_semesur {
		width:100px;
		margin-left:1em;
	}

	.caja_encabezado {
		padding: 0em 0.3em;
	}

	.accesos_encabezado {
		color: #ff7433;
		font-weight: 700;
		padding:0.6em 0.1em;
	}

	.contenedor_menu_principal .col-md-2.extras a .fa {
	    padding: 0.2em 0.3em;
	    margin: 0.55em 0em 0em 0em;
	}

	/* SERVICIOS INDEX */
	.servicios_index .col-md-2.col-sm-4.col-xs-6 {
	padding:0em 0.2em;  
	}

  	/* MENU PRINCIPAL */
	.menu li a, nav>ul.menu>li>ul.sub-menu>li>a, .menu span.enlace {
	    font-size: 1em;
	}

	.contenedor_menu_principal .col-md-2.extras {
	   padding: 0.2em 0em; 
	}

	.ancho_menu .col-md-8.col-sm-8{
	    padding:0em;
	}

	.menu span.enlace {
	    padding: 0.8em 0.4em;
	}

    /* SERVICIOS */
    .ampliacion_informacion_servicios h1 {
    	font-size: 1.2em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {  
  /* CLASES GENERALES */
  body{
    font-size: 1.3em;
  }

  h1, .elegir_semesur_index h1{
    font-size:1.6em
  }
 
  header p, nav p, main p, footer p, div p{
    font-size:1.1em;
  }

  .elegir_semesur_index p{
    margin-top:0.5em;
  }

  /* ENLANCES */
  header a.boton_naranja {
    padding: 0.3em 0.3em;
  }

  /* MENÚ PRINCIPAL */
  .contenedor_menu_principal {
    margin-top: 0em;
  }

  .contenedor_menu_principal .col-md-2.extras a .fa {
    margin-top:0.65em;
  }
  
  .contenedor_menu_principal nav {
    padding-top: 0em;
  }

  ul.menu{
    margin-bottom:0em;
    top: 37px;
  }
  
  a.homer {
    background: #fff;
    color: #335ea2;
  }

  /* HEADER IDIOMAS */
  .col-md-2.col-sm-3.extras.idiomas {
    padding-top:0.6em;
  }

  /* SLIDER  INDEX*/
  .slider_index.oculto_movil{
    margin-top:2em;
  }

  .slider_index figcaption.contenido_slider {
    top: 55%;
    left: 10%;
  }

  .slider_index figcaption.contenido_slider h1, figcaption.contenido_slider p{
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); 
    text-transform: inherit;
  }

  /* COMPROMISO DE CALIDAD INDEX */
  .compormiso_y_mapa_index article div{
    margin-top:0em;
    text-align: right;
  }

  /* MAPA INDEX */
  .mapa_index{
    margin-top:2em;
  }

  /* BANNER INDEX */
  figure.banner_index h1{
    font-size: 2em;
  }

  figure.banner_index p{
    font-size:1.4em;
  }

  /* BLOG INDEX */
  .blog_index {
    margin-bottom:1em;
  }

  /* ÁMBITO DE ACTUACIÓN PÁGINAS */
  .ambito_actuacion .row div:first-child {
    margin:2em 0em;
  }

  .ambito_actuacion .col-md-4.col-sm-12.col-xs-12.texto_gris_oscuro p{
    display:inline-block
  }

  /* FORMULARIO CONTACTO */
  .formulario_contacto {
    margin-bottom:2em;
  }

  textarea.texto_gris_oscuro {
    width: 23em;
  }

  /* CONTACTO */
  .pagina_contacto .capcha {
    float: none;
    margin-top: 0em;
  }

  /* CAPTCHA */
  .ancho_paginas.pagina_contacto #captcha2{
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;

  }
}  

/* **************************************************************************************************************************************************** */
/* **************************************************** MÓVIL ***************************************************************************** */
/* **************************************************************************************************************************************************** */
@media screen and (min-width: 597px) {
  /* PAGINA CONTACTO2 CON SEDES - INICIO */
  .pagina_contacto2 .sedes .flexbox {
    max-width:245px;
  }
  .pagina_contacto2 .sedes .flexbox>div{
    height:11em;
  }
  .pagina_contacto2 .sedes .flexbox>div.sin_titulo{
    margin-top: 2.85em;
  }
  /* PAGINA CONTACTO2 CON SEDES - FINAL */
}

@media screen and (max-width: 596px) {
  /* PAGINA CONTACTO2 CON SEDES - INICIO */
  .pagina_contacto2 .sedes .flexbox {
    width:100%;
  }
  .pagina_contacto2 .sedes .flexbox>div{
    height:9em;
  }
  .pagina_contacto2 .sedes .flexbox>div.sin_titulo{
    margin-top: 1em;
  }
  .pagina_contacto2 .sedes h1{ 
    margin-top:0.5em;
  }
  /* PAGINA CONTACTO2 CON SEDES - FINAL */
}

@media screen and (max-width: 845px) {
  /* PAGINA CONTACTO2 CON SEDES - INICIO */
  .formulario_contacto {
      margin-top:1em;
  }
  /* PAGINA CONTACTO2 CON SEDES - FINAL */
}

@media (max-width: 767px) {
	/* CLASES GENERALES */
	body{
		font-size: 1.3em;
	}

	h1, .elegir_semesur_index h1{
		font-size:1.6em
	}

	header p, nav p, main p, footer p, div p{
		font-size:1.1em;
	}

	.oculto_movil{
		display:none;
	}

	/* ENLANCES */
	a.boton_naranja {
		padding: 0.3em 0.3em;
		font-size:1.3em;
	}

	/* ENCABEZADO */
	.encabezado.version-movil {
		/*position:relative;*/
		z-index:999;
	}

	.accesos_encabezado{
		padding:0em;
	}

  /* MENÚ*/
	.responsive-menu {
		display: block;
	}

	.menu {
		display: none;
	}

	.contenedor_menu_principal {
		margin-top: 0em;
	}

	.version-movil .col-xs-2{
		padding:0em;
	}

	.version-movil .col-xs-8{
		text-align:center;
		padding-top:0.5em;
	}

	.version-movil .col-xs-8 img{
		max-width:130px;
	}

	.responsive-menu {
		padding: 0.3em 0.5em 0.25em 0.5em;
		font-weight: 700;
		font-size: 2em;
		width: 55px;
	}

	.col-xs-2.fondo_naranja.llama_ahora {
		padding:0em;
		text-align:center;
		color:white;
		font-weight:700;
		font-size:1.2em;
	}

	.col-xs-2.fondo_naranja.llama_ahora .fa.fa-phone.texto_blanco{
		font-size:1.5em;
		padding-top:0.2em;
	}

	.contenedor_menu_principal nav {
		margin: 0;
		background: none;
	}

	.menu li {
		display: block;
		margin: 0;
	}

	.menu li a, nav>ul.menu>li>ul.sub-menu>li>a{
		font-size:1em;
	}

	.menu ul {
		/* visibility: hidden;  768 */
		/* opacity: 0;  768 */
		top: 0;
		left: 0;
		width: 100%;
		transform: initial;
	}

	.menu li:hover>ul {
		visibility: visible;
		opacity: 1;
		position: relative;
		transform: initial;
	}

	.menu ul ul {
		left: 0;
		transform: initial;
	}

	.menu li>ul ul:hover {
		transform: initial;
	}

	nav>ul.menu>li>ul.sub-menu>li>a, .menu span.enlace{
		background-color: #e0e0e0;
		color:#757575;
	}

	nav>ul.menu>li>ul.sub-menu>li>a:hover, .menu span.enlace{
		background-color: #757575;
		color: white;
	}

	ul.menu {
	 width:250px;
    height: 28em;
    overflow-y: scroll;
       box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.36);
    background-color:white;
	}


	.menu span.enlace, .menu li a {
	    color: #fff;
	    background-color:#5075af;
	    font-size: 1.1em;
	}

	.menu span.enlace:hover, .menu li a:hover {
	    color: #e0e0e0;
	    background-color:#757575;
	}

	.menu ul:after {
	  border-bottom-color: transparent;
	}

	nav>ul.menu>li.version-movil>ul.sub-menu>li>a {
	    background-color: #e0e0e0;
	    color: #757575;
	}

	.menu li a:hover,.menu li:hover>a {
		background: #fff;
		color: #335ea2;
	}

	li.enlaces_especiales>span.enlace{
	    background-color:white;
	    color:#ff7333;
	}

	/* SUBMENÚ OCULTO HASTA QUE NO SE PULSE */
	ul.sub-menu{
		display:none;
	}

	/* HEADER LLAMA AHORA */
	.col-xs-2.llama_ahora {
		padding: 0em;
		text-align: center;
		font-weight: 700;
		font-size: 1.2em;
		text-align:center;      
	}

	.col-xs-2.llama_ahora div{
		color:white;
		width:55px;
		float:right;
		/*padding:0.3em 0em 0.25em 0em;*/
	}

  /* IDIOMAS */
	.contenedor_menu_principal 	.idiomas li:first-child a, 
	.contenedor_menu_principal 	.idiomas li:nth-child(2) a,
	.contenedor_menu_principal 	.idiomas li:nth-child(3) a,
	.contenedor_menu_principal 	.idiomas li:last-child a{
    margin: 0em;
	}

	.contenedor_menu_principal .idiomas ul {
    padding-top: 0.7em;
	}

  /* SE MOSTRARÁ LA BANDERA DEL IDIOMA EN EL QUE ESTEMOS */
  .idioma_es_movil, .idioma_en_movil, .idioma_de_movil, .idioma_fr_movil,
  .idioma_pt_movil, .idioma_it_movil, .idioma_zh_movil{
    width:1.1em;
    height:1.1em;   
    background-repeat:no-repeat;
    background-position:top;
    float:right; 
  }

  /* WEB EN ESPAÑOL */
  .idioma_es_movil {
    background-image:url("/sites/default/files/pictures/idioma_espanol_activo.png");
  }

  /* WEB EN INGLÉS */
  .idioma_en_movil {
    background-image:url("/sites/default/files/pictures/idioma_ingles_activo.png");
  }

  /* WEB EN ALEMÁN */
  .idioma_de_movil {
    background-image:url("/sites/default/files/pictures/idioma_aleman_activo.png");
  }

  /* WEB EN FRANCÉS */
  .idioma_fr_movil {
    background-image:url("/sites/default/files/pictures/idioma_frances_activo.png");
  }

  /* WEB EN PORTUGUÉS */
  .idioma_pt_movil {
    background-image:url("/sites/default/files/pictures/idioma_portugal_activo.png");
  }

  /* WEB EN ITALIANO */
  .idioma_it_movil {
    background-image:url("/sites/default/files/pictures/idioma_italiano_activo.png");
  }

  /* WEB EN CHINO */
  .idioma_zh_movil {
    background-image:url("/sites/default/files/pictures/idioma_chino_activo.png");
  }


	/* SLIDER INDEX */
	.slider_index figcaption.contenido_slider {
		top: 25%;
		left: 10%;
	}

	.slider_index figcaption.contenido_slider h1, figcaption.contenido_slider p{
		font-weight:800;
		text-transform: inherit;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	}

	.slider_index figcaption.contenido_slider h1{
		font-size:1.5em;
		margin-bottom:0em;
	}

	.slider_index figcaption.contenido_slider p{
		font-size:1.5em;
	}

	/* INDEX SERVICIOS */
	.servicios_index {
		margin: 2em auto;
	}

	/* INDEX POR QUÉ ELEGIRNOS */
	.elegir_semesur_index .circle p {
		font-size: 2em;
		margin-top:0em;
	}

	.elegir_semesur_index .circle {
		width: 75px;
		height: 75px;
		padding-top: 1.5em; 
	}

	/* INDEX COMPROMISO DE CALIDAD */
	.compormiso_y_mapa_index article div {
		margin-top: 0em;
		margin-bottom: 4em;
		text-align: right;
	}

	/* INDEX MAPA */
	figure.mapa_index {
		margin-top:1.5em;
	}

	/* FOOTER CENTRAL */
	.footer_med h1{
		margin-top:2em;
	}

	.ancho_footer{
		max-width:300px;
		margin:0em auto;
	}

	/* SLIDER PÁGINAS */
	.slider_paginas{
		padding: 3em 0em 0em 5em;
		margin-top: 2em;
	}

	.slider_paginas h1{
		font-size: 2em;
	}

	.slider_paginas p{
		font-size: 1.5em;
	}

	/* ÁMBITO DE ACTUACIÓN PÁGINAS */
	.ambito_actuacion .row div:first-child, .pagina_ambito_actuacion .row div:first-child{
		margin:2em 0em;
	}

	.ambito_actuacion .col-md-4.col-sm-12.col-xs-12.texto_gris_oscuro p{
		display:inline-block
	}

	.pagina_ambito_actuacion .marco_azul img{
		border:0.1em solid #ff7333;
	}

	.pagina_ambito_actuacion .marco_naranja {
		border:0em solid #ff7333;
		padding:0em;
	}

	/* PAGINAS SERVICIOS */
	.pagina_servicios{
		text-align:center;
	}
	.descripcion_servicios .circle {
		padding: 1.4em 0em 0em 0em;
	}

	/* COMENTARIOS BLOG */
	.entrada_blog .borde_naranja input{
		width:100%
	}

	/* FORMULARIO CONTACTO */
	textarea.texto_gris_oscuro {
		width: 25em;
	}

	/* FORMULARIO TRABAJA CON NOSOTROS */ 
	.trabajo_con_nosotros .col-md-3.col-sm-3.col-xs-12, .trabajo_con_nosotros .col-md-9.col-sm-9.col-xs-12,
	.pide_presupuesto .form_datos_contacto .col-md-9.col-sm-9.col-xs-12, .pide_presupuesto .form_datos_contacto .col-md-3.col-sm-3.col-xs-12{
		padding:0em!important;
	}

	.trabajo_con_nosotros span.fuente_negrita {
		line-height:3em;
	}

	.ancho_paginas.trabajo_con_nosotros h1:nth-child(2){
	    background-color:#ff7333;
	    color:white;
	    padding:1em;
	}
	/* PIDE PRESUPUESTO */
	.pide_presupuesto .form_datos_contacto .col-md-9.col-sm-9.col-xs-12, .pide_presupuesto .form_datos_contacto .col-md-3.col-sm-3.col-xs-12,
	.serv_transporte_sanitario .col-md-3.col-sm-3.col-xs-12, .serv_escolta_medica .col-md-3.col-sm-3.col-xs-12,
	.serv_air_ambulance .col-md-3.col-sm-3.col-xs-12{
		padding:0em!important;
	}

	.serv_transporte_sanitario .row:nth-child(5) .col-md-3.col-sm-3.col-xs-12{
		padding:0em 1em!important;	
	}
	.serv_transporte_sanitario .row:nth-child(5) .col-md-9.col-sm-9.col-xs-9 {
		padding-right:0em;
	}

	.serv_transporte_sanitario .row:nth-child(5) .col-md-9.col-sm-9.col-xs-9 textarea{
		width:auto;
	}

	/* REDES SOCIALES */
	.col-md-6.col-sm-6.col-xs-12.pagina_facebook, .col-md-6.col-sm-6.col-xs-12.pagina_twitter{
		text-align:center;
		padding-right: 0em;
	}

	.col-md-6.col-sm-6.col-xs-12.pagina_facebook{
		margin-bottom: 2em;
	}

	span.fa.fa-whatsapp {
		font-weight:700;
	}

	figure.certificaciones {
		display:inline-block
	}
}


/* **************************************************************************************************************************************************** */
/* **************************************************** VERSIÓN CHINO ***************************************************************************** */
/* **************************************************************************************************************************************************** */
.ancho_paginas.pagina_servicios.zh .descripcion_servicios .col-sm-12 .circle{
    margin-bottom:2.5em;
}

@media (min-width: 592px) and (max-width: 791px) {
	/* INDEX SERVICIOS */
	.servicios_index .col-md-2.col-sm-4.col-xs-6 article.box{
		height:180px;
	}

	/* CONTACTO */
	.pagina_contacto>div.row>div.col-md-6.col-sm-6.col-xs-12:first-child{
		padding-right:5em;
	} 

  /* TRABAJA CON NOSOTROS */
  .footer_top.fondo_naranja {
    line-height:2em;
  }
}

@media (max-width: 592px) {
	/* SEPARACIÓN PARA EL SLIDER */
	.slider_paginas, .slider_contacto {
		margin-top: 2em;
	}  

	.pagina_centrada{
		padding-left:1em;
	}

	div h1 {
		font-size: 1.6em;
	}

	/* INDEX SLIDER */
	.slider_index figcaption.contenido_slider.slider_no_es {
		top: 50%;
	}
	.slider_index figcaption.contenido_slider.slider_no_es h1,
	.slider_index figcaption.contenido_slider.slider_no_es p {
		font-size: 1.3em;
	}  

	/* INDEX SERVICIOS */
	.servicios_index{
		margin:0.5em;
	}

	.servicios_index div.contenedor{
		overflow: hidden;
	}

	.servicios_index .col-xs-6{
		padding:0em 0.2em;
	}

	.elegir_semesur_index {
		margin:0.5em;
	}

	.elegir_semesur_index p {
		font-size: 1em;  
		height:70px;   
	}

	/* INDEX MAPA */
	.mapa_index figcaption {
		position: relative;
	}

	figure.mapa_index {
		margin-top:1.5em;
	}

	figure.mapa_index figcaption.fondo_naranja {
		opacity: 1;
		width: 100%;
	}

	/* INDEX BANNER */
	figure.banner_index figcaption {
		position: absolute;
		top: 0em;
		left: 2em;
	}

	figure.banner_index figcaption h1 {
		margin-bottom:0em;
	}

	/* INDEX BLOG */
	.blog_index {
		margin-top:3em;
	}

  /* INDEX NEWSLETTER */
  .row.newsletter .col-md-9.col-sm-9.col-xs-12{
    padding:0em;
    margin-bottom:1em;
  }

  .newsletter .form-email {
    max-width: 10em;
  }

	/* FOOTER */
	.footer_top p{
		line-height:2em;
	}

	.footer_top a{
		margin-left:0em;
	}

	/* FORMAS DE PAGO */
	.formas_de_pago.hover_footer p a{
		padding-left:0em;
		margin-left:-0.3em
	}

	.formas_de_pago.hover_footer p a::before{
		margin-right:0em;
	}

	/* SLIDER PAGINAS */
	.slider_paginas {
		padding: 4em 0em 0em 0em;
	}

	/* ÁMBITO DE ACTUACIÓN PÁGINAS */
	.ambito_actuacion a.boton_naranja, .ambito_actuacion a.boton_azul, .pagina_ambito_actuacion a.boton_naranja, .pagina_ambito_actuacion a.boton_azul{
		padding:0.2em 0.2em;
	}

	.ambito_actuacion a.boton_naranja, .pagina_ambito_actuacion a.boton_naranja{
		margin-bottom:1em;
	}

	/* FORMULARIO DE CONTACTO*/
	.col-md-6.col-sm-6.col-xs-12.formulario_contacto {
		margin-bottom:2em;
	}

	/* PÁGINA SERVICIOS */
	.ampliacion_informacion_servicios article img{
		max-width:100%;
	}
  
	/* CAPTCHA */
	#captcha1, #captcha2{
		width: 0% !important;
		transform:scale(0.55); 
		webkit-transform:scale(0.55);
	}
}

@media screen and (max-width:470px) { 
	/* SLIDER INDEX */
  figure.slider_index.version-movil {
    margin-top: 3em;
  }

  .slider_index figcaption.contenido_slider.slider_no_es {
    top: 45%;
    left: 0%;
  }

  .fondo_gris_claro.texto_gris_oscuro {
		height:13em;
	}

	.servicios_index h1 {
		font-size: 1em;
	}
}

@media screen and (max-width:379px) { 
	.fondo_gris_claro.texto_gris_oscuro {
		height:17em;
	}

	.servicios_index article.box {
		height:18em;
	}

	/* ÁMBITO DE ACTUACIÓN */
	.pagina_ambito_actuacion h2 {
		margin-bottom: 0em;
	}

	.pagina_ambito_actuacion .row div:first-child {
		margin: 0em;
	}

	.pagina_ambito_actuacion a.boton_azul {
		margin-bottom:1em;
	}
}