@charset "utf-8";
/*
Theme Name: iviomics theme
Theme URI: http://www.filmac.com/
Description: básico
Version: 1.0
Author: filmac
Author URI: http://www.filmac.com/

font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;

*/

@font-face {
	font-family: 'BPReplayBold';
	src: url(fonts/bpreplayextendedbold-webfont.eot);
	src: url(fonts/bpreplayextendedbold-webfont.eot?#iefix) format('embedded-opentype'),
			 url(fonts/bpreplayextendedbold-webfont.woff) format('woff'),
			 url(fonts/bpreplayextendedbold-webfont.ttf) format('truetype'),
			 url(fonts/bpreplayextendedbold-webfont.svg#BPReplayBold) format('svg');
	font-weight: normal;
	font-style : normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'BPReplayBold';
		src: url(fonts/bpreplayextendedbold-webfont.svg#BPReplayBold) format('svg');
	}
}
/*reset style
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

a img {
  border: 0px;
}
a img:hover {
    opacity: .8;
}
a {
	color: #3D596D;
	text-decoration:none;
	}
a:hover {
	color: #3D596D;
	text-decoration:underline;
	}
#footer a {
	color: #fff;
	text-decoration:none;
	}
#footer a:hover {
	color: #fff;
	text-decoration:underline;
	}
/*.current-menu-item	a {
	color: #555555 !important;
	text-decoration:none !important;
	}*/
/*.current-menu-item	a:hover {
	color: #555555 !important;
	text-decoration:none !important;
	}*/
/* =Layout
-------------------------------------------------------------- */
.max-width, .contcentered{
	width:1040px;
	margin:0 auto;
	position:relative;
}
.clear, .limpia{
	clear:both;
}
.inline-block{
	display: inline-block;
	width: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	position:relative;
	}
#page {
    min-width: 1040px;
    position: relative;
    width: 100%;
}	
#header-container {
	width:100%;
	position:fixed;
	z-index:101;
}
#header-container .meta-header{
	background: #FFFFFF;
	width: 100%;
	color: #66829c;
	border-bottom: 1px solid #BEBEBE;
}
#header-container .meta-header a{
	color: #66829c;
}
#header-container .header .header-navegacion a{
	font-size: 22px;
	font-family: "BPReplayBold";
}
.meta-header .max-width .menu-meta-header{
	display: inline-block;
}
.meta-header ul.menu{
	float: left;
	width: 120px;
}
.meta-header ul.menu, .meta-header ul.menu ul.sub-menu, 
.menu-metanav ul.menu, .menu-metanav ul.menu ul.sub-menu{
	list-style: none;
}
.meta-header ul.menu li{
	padding: 0px;
	float: unset;
	background: none;
}
.meta-header ul.menu > li.menu-item-has-children:after{
	font-size: 20px;
	content: '\25be';
}
.meta-header ul.menu ul.sub-menu{
	display: none;
}
.meta-header .menu-item-has-children:hover .sub-menu{
  	display: block;
  	position: absolute;
  	z-index: 10;
}
.meta-header ul.menu ul.sub-menu li{
	background: #FFFFFF;
	padding-left: 15px;
	padding-right: 5px;
}
.menu-metanav {
	text-align: right;
}
.menu-metanav ul.menu{
	display: inline-block;
	padding-top: 6px;
}
.menu-metanav ul.menu li{
	float: left;
}
.menu-metanav ul.menu li:last-child:before{
	font-size: 22px;
	font-family: "BPReplayBold";
	color: #007BBF;
	content: ' / ';
}
.menu-metanav ul.menu li:last-child a{
	background: url(images/ico-header-sobre.png) no-repeat left center;
	padding-left: 25px;
}
.header {
	width:100%;
	background: rgba(255,255,255,0.9);
	height: 74px;
}
.header .max-width{
	padding: 15px 0px;
} 
.header-logo {
	width: 50%;
	float: left;
}
.header-navegacion{
	width: 50%;
	float: right;
}
.header-navegacion a:hover{
	text-decoration: none;
}
#menu-metanavegacion li:last-child a:hover{
	background-color: #f4f4f4;
	color: #008adb;
}
.menu-principal{
	width: 100%;
	background: #007AC1;
}
.meta-header li {
	margin:0;
	padding: 3px 0 0 28px;
	float:left;
	position:relative;
	font-weight:400;
	background:url('images/icon_contacto.png') no-repeat left 3px;
}
.menu-header ul.menu{
	display: inline-block;
	list-style:none;
	line-height: 16px;
}
.menu-header ul.menu ul.sub-menu{
	text-align: center;
	list-style: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	z-index: 100;
	display: none;
	width: 100%;
	max-width: 237px;
	font-weight: 800;
}
.menu-header ul.menu > li {
	padding: 15px 13px;
	float:left;
}
.menu-header ul.menu > li:hover {
	background: #BBB;
	text-decoration: none;
}
.menu-header ul.menu > li > a:hover {
	text-decoration: none;
}
/*.menu-header ul.menu > li:first-child {
	padding-left: 0px;
}*/
.menu-header ul.menu > li a{
	color: #FFFFFF;
}
.menu-header ul.menu ul.sub-menu > li > a{
	color: #007AC1;
}
.menu-header ul.menu ul.sub-menu > li:first-child{
	border-top: none;
}
.menu-header ul.menu ul.sub-menu > li{
	border-top: 2px solid #FFFFFF;
}
.menu-header ul.menu ul.sub-menu > li:last-child{
	border-top: 2px solid #FFFFFF;
}
.menu-header ul.menu li.menu-item-has-children:hover > ul.sub-menu{
	display: block;
	position: absolute;
	margin-top: 15px;
	margin-left: -13px;
}
.menu-header ul.menu ul.sub-menu li{
	padding: 15px 13px;
}
.menu-header ul.menu > li.menu-item-has-children:after {
	font-size: 16px;
	color: #FFFFFF;
	content: '\25be';
}
body.home #content {
	padding-top: 25px;
	position:relative;
}
#content{
	padding-top: 135px;
	position:relative;
}
.fondwhite {
	width:100%;
	background:#fff;
	}
.fondgrey {
	width:100%;
	margin:20px 0 0 0;
	padding:20px 0;
	background:url('images/fondo_grey2.png') repeat-x top left;
	}
.fondblue {
	width:100%;
	margin:20px 0 0 0;
	padding:20px 0;
	background:url('images/fondo_blue2.png') repeat-x top left;
	}
.columnapagina	 {
	width:100%;
	margin:0px 0 0 0;
	padding:0px 0;
	background:url('images/fondo_blue.png') repeat-x top left;
	}
.pagecontent{
	width: 700px;
	float: left;
	padding-left:30px;
	padding-top:40px;
	padding-right: 30px;
}
.pagecontent.full-witdh{
	width: 100%;
}
/* =fonts&contents
-------------------------------------------------------------- */
h1.titpage {
	color:#777777;
	font-size:32px;
	font-weight:400;
	}
.entry h2{
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
	background:url('images/bullet_tit.png') no-repeat 0px 10px;
	padding-left:15px;
	color:#66829c;
	font-family: 'Montserrat', sans-serif;
	}
.entry p{
	font-size:16px;
	font-weight:300;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
	}
.entry ul{
	font-size:16px;
	font-weight:300;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
	list-style:disk outside;
	margin:0px 0px 5px 18,72px;
	}
.entry .simpletab{
	font-size:16px;
	font-weight:300;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
	;
	margin-bottom:10px;
	}

.simpletab td {
	border-bottom:1px solid #ccc;
	padding: 5px 10px;
	}
.simpletab th {
	background:#DBEDF6;
	border-bottom:0px;
	color:#000;
	padding: 10px;
		-webkit-border-radius:10px 10px 0px 0px;
		-moz-border-radius:10px 10px 0px 0px;
		-o-border-radius:10px 10px 0px 0px;
		-ms-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	}

.entry strong{
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	color:#41A5D7;
	}
.entry {
	margin-bottom:40px;
	padding-top: 10px;
	color:#707172;
	}
.aligncenter {
	display: block;
	margin: 20px auto;
	text-align:center;
	}
.alignright{
	float: right !important;
}
/* =slider
-------------------------------------------------------------- */
#home_slider  {
	height:550px;
	position: relative;
	overflow: hidden;
	margin-top: 2px;
	min-width: 100%;
	}
.home_slider_item {
	position: absolute;
	top: 0;
	left:0;
	overflow: hidden;
	min-width: 100%;
	display: none;
	}
.home_slider_item .img{
	min-width: 100%;
}
.tp-leftarrow.default {
    background: url('images/icon_prev.png') no-repeat 0px 0px;
}
.tp-rightarrow.default {
    background: url('images/icon_next.png') no-repeat 0px 0px;
}
.tp-bullets.simplebullets.round .bullet {
	background: url('images/dot_gray.png') no-repeat 0px 0px;
}
.tp-bullets.simplebullets.round .bullet.selected {
	background: url('images/dot_blue.png') no-repeat 0px 0px;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: top left;
}
.tp-bullets {
	z-index: 30;
}
@media (min-width: 1280px){
	.home_slider_item img {width: 100%;}
}
.home_slider_text {
	position: absolute;
	top   : 0;
	left  : 50%;
	width : 960px;
	margin-left: -480px;
}
.home_slider_text_pos1 {
	position: absolute;
	top : 80px;
	left: 0px;
	max-width: 60%;
	white-space: nowrap;
}
.home_slider_text_pos2 {
	position: absolute;
	top : 80px;
	right: 0px;
	max-width: 60%;
	white-space: nowrap;
}
.home_slider_info1 {
	color : #FFFFFF;
	font-size : 42px;
	line-height: 105%;
	max-width: 64%;
	text-shadow: 0px 2px #177EB6;
	font-family: 'BPReplayBold';
	padding-bottom: 60px;
}
.home_slider_info2 {
	color : #177EB6;
	font-size : 42px;
	line-height: 105%;
	max-width: 64%;
	text-shadow: 0px 2px #FFFFFF;
	font-family: 'BPReplayBold';
	padding-bottom: 60px;
}
.home_slider_btns a {
	font-family: 'Roboto';
	font-weight: 700;
	border-radius: 8px;
	color: #fff;
	margin-right: 20px;
}
.home_slider_btn1 {
	padding: 15px 30px;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: .9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	text-shadow: 1px 1px #177EB6;
}
.home_slider_btn2 {
	padding: 15px 40px;
	border-bottom: 2px solid #177EB6;
	background-color: #83CFF0;
}
.home_slider_btn2:after {
	padding-left: 8px;
	content: url('images/arrow-white-small.png');
}
#home_slider_prev {
	background:url('images/icon_prev.png') no-repeat 0px 0px;
	width:12px;
	height:18px;
	}
#home_slider_next {
	background:url('images/icon_next.png') no-repeat 0px 0px;
	width:12px;
	height:18px;
	}
#home_slider_down {
	position: absolute;
	bottom: -6px;
	left :  49.6%;
	width : 58px;
	height: 58px;
	margin-left: -29px;
	background:url('images/bot_go.png') no-repeat 0px 0px;
	z-index: 20;
}
#home_form .field {
	padding-bottom: 1em;
}
#home_form input.wpcf7-text, input.wpcf7-form-control.wpcf7-submit {
	width: 96%;
}
#home_form input.wpcf7-form-control.wpcf7-submit {
	padding: 10px 12px;
  	margin: .5em 0;
  	  background: #83CFF0;
	  border: 0px solid #83CFF0;
	  padding: 10px 30px;
	  text-align: center;
	  margin-top: 10px;
	  color: #fff;
	  font-size: 18px;
	  font-family: 'Roboto', sans-serif;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -o-border-radius: 5px;
	  -ms-border-radius: 5px;
	  border-radius: 5px;
	  border-bottom: 2px solid #177EB6;
	  cursor: pointer;
}
#home_form input.wpcf7-form-control.wpcf7-submit:hover {
	text-decoration: underline;
}
#home_form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	font-size: 13px;
	margin: 0;
}
#home_form .acceptance {
	font-size: 13px;
}
#home_form span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: .5em;
}

.gray {
	background:url('images/dot_gray.png') no-repeat 0px 0px;
	width:12px;
	height:12px;
	}
.blue {
	background:url('images/dot_blue.png') no-repeat 0px 0px;
	width:12px;
	height:12px;
	}
/*img[alt="Brca1/2"] {
	margin: 50px 0 60px 30px;
}*/
#home_request, #home_requestform{
	color : #fff;
	cursor : pointer;
	position : absolute;
	top : 180px;
	right : 0;
	width : 180px;
	height : 30px;
}
#home_requestform{
	right : 160px;
	top : 125px;
}
#home_request .text, #home_requestform .text{
	background-color : #1782C3;
	float : left;
	margin-left : -74px;
	padding : 10px 15px;
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-ms-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	-webkit-box-shadow: -1px -2px 5px 1px rgba(0,0,0,.4);
	box-shadow: -1px -2px 5px 1px rgba(0,0,0,.4);
	right: 45px;
	top: 152px;
  	position: fixed;
  	font-family: 'BPReplayBold';
	font-size: 18px;
	z-index: 999;
	-webkit-border-radius: 16px 16px 0 0;
	   -moz-border-radius: 16px 16px 0 0;
	        border-radius: 16px 16px 0 0;
}
#home_request.open{
	right : 167px;
}
#home_request.open .text,#home_requestform .text{
	margin-left : -180px;
	right: 300px;
}
#home_request.novisible, #home_requestform.novisible{
	display : none;
}
#home_request.visible, #home_requestform.visible{
	display : block;
}
#home_form{
	background-color : #fff;
	border : solid 5px #1782C3;
	padding : 20px 30px;
	position : fixed;
	top : 43px !important;
	right : 0;
	width : 270px !important;
	z-index: 999;
}

#home_form iframe {
	min-height: 800px !important;
}
#home_form_text {
	font-size : 18px;
	font-weight : 700;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.home_form_field {
	margin: 10px 0px 0px 0px;
}
p.home_form_field label {
	font-size: 13px;
	font-weight : 700;
}
p.home_form_field input[type="text"] {
	background-color : #ddd!important;
	border : solid 0 #fff;
	margin-top : 5px;
	padding : 5px 3px;
	width : 100%;
	font-size: 14px;
}
p.home_form_btn input[type="submit"] {
	width: 156px!important;
}
area{
	outline:none;
}
#home_form.request-mobile{
	right: -260px;
	top: 85px;
}
#home_form.request-mobile > #home_requestform > .text{
	right: 40px;
	white-space: nowrap;
	top: 85px;
}

/* loader */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.spinner {
    margin: 250px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #1782C3;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    
     
    }


@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* #fin loader */

/* =Home
-------------------------------------------------------------- */
.pads {
	padding:0 53px;
	}
.blockhome0 {
	color:#3d596d;
	font-size:16px;
	font-weight:300;
	width:460px;
	position:relative;
	font-family: 'Montserrat', open-sans;
	float:left;
	}
.blockimg0 {
	width:460px;
	float:right;
	}
.blockhome01 {
	color:#3d596d;
	font-size:16px;
	font-weight:300;
	width:700px;
	position:relative;
	font-family: 'Roboto', sans-serif;
	float:left;
	}
.blockhome01 strong{
	color:#007BBF;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	}
.blockhome02bis {
	position:relative;
	color:#707172;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	}
.blockimg1 {
	width:160px;
	float:left;
	}
.columnahome h2{
	font-size:26px;
	font-weight:400;
	margin-bottom:60px;
	color:#444444;
	text-align: center;
	}
h2.home01 {
	font-size:26px;
	font-weight:400;
	margin-bottom:10px;
	background:url('images/lupa_iviomics.png') no-repeat 0px 10px;
	padding-left:40px;
	color:#007BBF;
	}
.columnahome h3{
	font-size:20px;
	font-weight:400;
	width:252px;
	margin-bottom:10px;
	background:url('images/bullet_tit.png') no-repeat 0px 10px;
	padding-left:15px;
	color:#007BBF;
	}
.blue{
	color:#007BBF !important;
	}
.botinfo {
	background:#83CFF0;
	padding:20px 30px;
	text-align: center;
	width:160px;
	margin: 0 auto;
	color:#fff;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
	border-radius:5px;
	}
.botblanc {
	padding:10px 30px;
	text-align: center;
	width:200px;
	margin: 0 auto;
	border:1px solid #A3A2A3;
	margin-top:20px;
	font-size:14px;
	}

.botinfo a {
	color:#fff;
	}
.blocktitsh3 {
	width:320px;
	float:left;
	position:relative;
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
	}
.blocktxtshome {
	width:610px;
	margin-top:10px;
	float:left;
	text-align:left;
	position:relative;
	color:#707172;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	}
.dottedline {
	border-top:2px dotted #A3A2A3;
	margin-top:40px;
	padding-top:40px;
	}
.probetamas{
	padding-left:80px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	background:url('images/probeta_mas.png') no-repeat 0px 10px;
	}
.probetamenos{
	padding-left:80px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	background:url('images/probeta_menos.png') no-repeat 0px 10px;
	margin-bottom:20px;
	}
.probetamasi{
	padding-left:80px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	background:url('images/probeta_mas.png') no-repeat 0px 10px;
	margin-bottom:20px;
	}
.simbolshome{
	padding-left:160px;
	background:url('images/simbol30-40.png') no-repeat 0px 10px;
	min-height: 120px;
	}
.simbolshome2{
	float: left;
    padding-right: 25px;
    margin-left: -40px;
    margin-top: -20px;
	}
.simbolshomeen{
	padding-left:160px;
	background:url('images/simbol30-40en.png') no-repeat 0px 10px;
	min-height: 120px;
	}
.columnahome {
	margin-bottom:0px;
	}
.num1{
	padding: 10px 80px;
	background:url('images/icons_one.png') no-repeat 0px 10px;
	min-height: 40px;
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
	}
.num2{
	padding: 20px 80px;
	background:url('images/icons_two.png') no-repeat 0px 10px;
	min-height: 20px;
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
	}
.num3{
	padding: 20px 80px;
	background:url('images/icons_three.png') no-repeat 0px 10px;
	min-height: 20px;
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
	}
.num4{
	padding: 20px 80px;
	background:url('images/icons_four.png') no-repeat 0px 10px;
	min-height: 20px;
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
	}
.num5{
	padding: 10px 80px;
	background:url('images/icons_five.png') no-repeat 0px 10px;
	min-height: 40px;
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
	}
.num6{
	padding: 10px 80px;
	background:url('images/icons_six.png') no-repeat 0px 10px;
	min-height: 40px;
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
	}
.dottedline10 {
    border-top: 2px dotted #CCCCCC;
    margin-top: 10px;
    padding-top: 10px;
}
.background-gray{
	background: #EEEEEE;
}
#tests-home{
	text-align: center;
}
#tests-home.background-gray{
	margin: 10px 0px 20px 0px;
}
#tests-home .contcentered{
	border-left: 5px solid #FFFFFF;
}
#tests-home h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: "Roboto Condensed";
	line-height: 1;
	color: #007BBF;
}
#tests-home .inline-block .col6{
	border-right: 5px solid #FFFFFF;
	float: left;
	width: 49%;
}
body.page .inline-block .col6{
	float: left;
	width: 49%;
}
body.page .inline-block .col7{
	float: left;
	width: 66%;
}
body.page .inline-block .col3{
	float: left;
	width: 33%;
}
body.page .inline-block .col1{
	float: left;
	width: 49%;
}
/* =sidebar
-------------------------------------------------------------- */

.titsidebar {
	padding:10px 24px;
	background:rgba(0,124,191,0.2);
	color:#333;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	margin-top:40px;
	}
h2.titsidebar {
	padding:10px 24px;
	background:rgba(0,124,191,0.2);
	color:#333;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	margin-top:40px;
	margin-top:20px; /* Al poner el destacado de Solicitar Kit CGT */
	}
.columnahome h2.titsidebar {
	padding:10px 24px;
	background:rgba(0,124,191,0.2);
	color:#333;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	}
#sidebar{
	float: right;
	width: 260px;
	margin-bottom: 50px;
}
#sidebarhome {
    position: absolute;
    right: 0px !important;
    top: 0px !important;
    width: 240px;
}
.sidebar_contact_tab      { display: inline-block; width: 120px; height: 77px; background-image: url('/wp-content/themes/iviomics/images/sprite-sbar-contact.png'); }
.sidebar_contact_telf     { background-position:    0px   0px; }
.sidebar_contact_mail     { background-position: -120px   0px; }
.sidebar_contact_telf.sel { background-position:    0px -77px; }
.sidebar_contact_mail.sel { background-position: -120px -77px; }

.sidebar_contact_content {
	padding:24px 20px 0;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#333;
	}
#sidebar_docus ul {
	list-style:none;
	padding-top:20px;
	}
#second_docus {
	padding-top:0px!important;
}
#sidebar_docus li {
	background: url("images/icon_pdf.png") no-repeat scroll 20px 0 rgba(0, 0, 0, 0);
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-height: 30px;
    padding: 5px 0 0 50px;
	}
/* =Formularios
--------------------------------------------------------------- */
.contacform p {
	margin-top: 10px;
	}
input.wpcf7-text	{
	padding:5px 5px;
	width:190px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	background:#F0F0F0;
	border:1px solid #F0F0F0;
	border-bottom:1px solid #C4E1F0;
	}
textarea.wpcf7-textarea	{
	padding:5px 5px;
	width:400px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	background:#F0F0F0;
	border:1px solid #F0F0F0;
	border-bottom:1px solid #C4E1F0;
	}
.contacformpage input.wpcf7-text	{
	padding:5px 5px;
	width:250px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	background:#F0F0F0;
	border:1px solid #F0F0F0;
	border-bottom:1px solid #C4E1F0;
	}
.textoform {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	padding-top:10px;
	}
input#sender	{
	background:#83CFF0;
	border:0px solid #83CFF0;
	padding:10px 30px;
	text-align: center;
	width:200px;
	margin-top: 10px;
	color:#fff;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		border-radius:5px;
}
.textoareap {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	padding-top:10px;
	display:inline-block;
	width:60px;
	vertical-align: top;
	}
.textoformp {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	padding-top:10px;
	display:inline-block;
	width:60px;
	}
p.legalform {
	font-size:10px;
	font-family: 'Roboto', sans-serif;
	padding-top:10px;
	padding-left: 60px;
	}
/* =Footer
--------------------------------------------------------------- */
#footer {
    background: none repeat scroll 0 0 #A3A2A3;
    color: #FFFFFF;
    padding: 30px 0;
    width: 100%;
}
.footer {
    margin: 0 auto;
    position: relative;
    width: 1040px;
}
.bottop {
    left: 0;
    position: absolute;
    top: -43px;
}
.blockleft {
    left: 74px;
    position: relative;
    top: 0;
    width: 596px;
    width: 700px;
}
.footoplogo {
    margin-bottom: 30px;
    position: relative;
}
.footnav1,
.footnav2,
.footnav3 {
    float: left;
    width: 254px;
    width: 225px;
}
ul#menu-foot1, ul#menu-foot1en,
ul#menu-foot2, ul#menu-foot2en,
ul#menu-foot3, ul#menu-foot3en {
    font-size: 14px;
    font-weight: 300;
    list-style: disc outside url("images/bullet_footer.png");
}
ul#menu-foot1 li, ul#menu-foot1en li,
ul#menu-foot2 li, ul#menu-foot2en li,
ul#menu-foot3 li, ul#menu-foot3en li {
    margin-bottom: 5px;
}
.centerfoot {
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 1040px;
}
.minilogo {
    background: url("images/igenomix-mini.png") no-repeat;
    display: inline-block;
    height: 19px;
    margin-bottom: -5px;
    width: 72px;
}

.blockright {
    border-left: 1px solid #FFFFFF;
    bottom: 0;
    padding-left: 30px;
    position: absolute;
    right: 50px;
    width: 222px;
}

#askito {
	display: block;
	position: relative;
	margin : 40px 0px 0px 0px;
	padding: 30px 10px;
	color : #FFFFFF;
	font-size: 22px;
	text-decoration: none;
	background: #83CFF0;
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
		  -ms-border-radius: 10px;
		   -o-border-radius: 10px;
	        border-radius: 10px;
}
#askito:hover {
	text-decoration: none;
}
#askito_txt {
	display: block;
	text-align: center;
}
#askito_twg {
	position: absolute;
	bottom: 10px;
	right : 10px;
	width : 14px;
	height: 21px;
	background: url('images/ico_arrow_right.png');
}
#faqu {
	display: block;
	margin-top: 20px;
}

#costekit {
	position: relative;
	height: 90px;
}
#costekit_label {
	display: inline-block;
	position: relative;
	height: 40px;
	margin : 20px 0px;
	padding: 0px 65px 0px 20px;
	color : #FFFFFF;
	line-height: 40px;
	background: #A9AAAE;
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
		  -ms-border-radius: 10px;
		   -o-border-radius: 10px;
	        border-radius: 10px;
}
#costekit_price {
	display: inline-block;
	position: absolute;
	top  : -25px;
	right: -45px;
	width : 90px;
	height: 90px;
	font-size  : 32px;
	line-height: 90px;
	text-align : center;
	background: #83CFF0;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
		  -ms-border-radius: 50%;
		   -o-border-radius: 50%;
	        border-radius: 50%;
}

.solkit_row {
	margin : 12px 0px;
	line-height: 175%;
}
.solkit_row label {
	font-weight: bold;
}
.solkit_colL {
	display: inline-block;
	width : 300px;
	margin : 0px 10px 0px 0px;
}
.solkit_colR {
	display: inline-block;
	width : 300px;
	margin : 0px 0px 0px 0px;
}
.solkit_ind {
	padding: 0px 0px 0px 10px;
}
.solkit_row input[type=text] {
	width: 250px;
	padding: 5px 5px;
	font-family: 'Roboto', sans-serif;
	font-size  : 14px;
	background: #F0F0F0;
	border:        1px solid #F0F0F0;
	border-bottom: 1px solid #C4E1F0;
}

.sebuton {
	display: inline-block;
	background: #83CFF0;
	border: 0px solid #83CFF0;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

ol {
	font-family: 'Roboto', sans-serif;
	font-size  : 16px;
	font-weight: 300;
	margin-left: 20px;
	margin-bottom: 20px;
}
.banner{
	margin : 25px 0px;
}
.banner img{
	max-width : 240px;
}

/* Capa cookies */
.cookies
{
    position:fixed!important;
    z-index:99999998 !important;
    bottom:-11px;
    left:0;
	width: 350px;
    color:#fff;
	line-height: 1.2;
    background-color:#555;
	font-size:10pt;
}
.cookies .txt
{
	padding : 20px;
}
.cookies .txt p{
	padding : 0;
}
.cookies  strong
{
	font-size : 14pt;
}
.cookies a
{
    color:#5BB3F9;
}
#btnclose
{
	color:#5BB3F9;
    float:right;
    cursor:pointer;
    position:relative;
    padding-right:15px;
    padding-top:15px;
	font-size : 18px;
	font-weight : 700;
	line-height : 14pt;
	color : #ccc;
}
#btnclose .iconclose
{
    position:absolute;
    right:0px;
    top:0px;
}
.cookies .centeredPage
{
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
.cookies .fleft
{
	float:left;
}

.on-mobile {
	display: none;
}
.of-mobile {
	display: block;
}
/* DATA TABLE STYLES
---------------------------------------------------*/
table.excel p{
	margin-bottom: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 8px 0;
}
table.excel thead tr{
/*	background: #A3A2A3;*/
	background: #8fc5e0;
/*	background:#83CFF0;*/
	color: #FFFFFF;
}
table.excel thead tr th:first-child{
	background: #007AC1 url(images/ico-gen.png) no-repeat 10px center;
	padding: 15px 10px 15px 38px;	
}
table.excel thead tr th:nth-child(2){
	width: 32% !important;
}
table.excel thead tr th:nth-child(3){
	width: 12% !important;
}
table.excel thead tr th{
	border-right: 2px solid #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}
table.excel thead tr th:last-child{
	border-right: none;
}
table.excel tbody tr.even{
	background: #DDEEF7;
}
table.excel tbody tr td:first-child{
	color: #007AC1;
}
table.excel tbody tr td{
	vertical-align: top;
	border-right: 2px solid #FFFFFF;
}
table.excel tbody tr td:last-child{
	border-right: none;
}
table.dataTable thead th{
	border-bottom: none !important;
}
table.dataTable.no-footer{
	border-bottom: 2px solid #A3A2A3 !important;
}
.dataTables_info{
	display: none
}
.dataTables_length{
	display: none;
}
.dataTables_paginate{
	padding-top: 20px !important;
	float: left !important;
	text-align: left !important;
}
.entry.lang-es .dataTables_paginate:before{
	content: 'Páginas: '
}
.entry .dataTables_paginate:before{
	content: 'Pages: '
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 2px solid #83CFF0 !important;
    background: #DDEEF7 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #83CFF0 !important;
    background: #83CFF0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	display: none;
    background: transparent none repeat scroll 0% 0% !important;
    border: none !important;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 8px 18px!important;
}
#list-enfer_filter{
	color: #007AC1;
	text-transform: uppercase;
	font-weight: 100;
	position: absolute;
	right: 0;
	top: -65px;
	margin-left: 0;
}
#list-enfer_filter input[type="search"] {padding: 2px 4px;}
#list-enfer-version{
	float: right;
	width: auto;
	margin-top: 23px;
}
#list-enfer-version p{
	margin-bottom: 0px;
}
#products-filter{
	float: left;
}
table.excel div.collapsed{
	float: left;
	width: auto;
}
table.excel a.link-collapsed, table.excel a.link-expanded{
	float: right;
	margin-top: 10px;
}
table.excel div.expanded{
	float: left;
	width: auto;
	max-width: 388px;
}
.disease-desc{
	color: #007AC1;
}
.loading-section{
	width: 100%;
	text-align: center;
	background: #ffffff;
	z-index: 1;
}
.tp-caption { 
	margin-top:inherit; 
}
#products-filter select { 
	padding: 10px;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #DDDDDD !important;
    cursor: pointer;
}
.form-radios{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px;
    display: inline-block;
    width: 100%;
}
#product-filter > span{
	font-weight: 100;
	color: #007AC1;
}
.form-radios .form-item {
    margin: 0px 5px 0 0;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 14px;
}
label.option:hover {
    text-decoration: underline;
}
label.option.checked:hover {
    text-decoration: none;
}
.form-radios input[type=radio]{
    display: none;
}
.form-radios label{
    display: block;
    float: left;
    padding: 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
}
.form-radios label[for=cgt-600]{
	background: #007AC1;
	border: 1px solid #007AC1;
}
.form-radios label[for=cgt-250], .form-radios label[for=cgt-600]{
	background: #81CFF4;
	border: 1px solid #81CFF4;
}
.form-radios label.checked{
    background: transparent;
    border: 1px solid #007AC1;
    color: #007AC1;
    cursor: default;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	div.entry{
		width: 97%;
	}
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr{ 
		border: 1px solid #ccc; 
	}
	td{ 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 20%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	td > p{
		/* Top/left values mimic padding */
		float: none;
		width: 70%;
		margin-left: 22%;
		padding-right: 10px; 
		white-space: nowrap;
	}
	table.excel p.collapsed{
    	float: none;
    	display: inline-block;
	}
	table.excel div.responsive-expanded-p{
		float: none;
		width: auto;
		max-width: 70%;
		margin-left: 22%;
		padding-right: 10px; 
		display: inline-block;
	}
	table.excel a.link-expanded, table.excel a.link-collapsed {
	    float: none;
	    vertical-align: top;
	}
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "GEN"; }
	td:nth-of-type(2):before { content: "ENFERMEDAD"; }
	td:nth-of-type(3):before { content: "TRANSCRITO"; }
	td:nth-of-type(4):before { content: "MUTACIONES"; }
	/*td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Porn Name"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
	.simpletab tr {border: none}
	.simpletab td:before { display: none }
}

	.blockimg1 {
    margin-top: -50px;
	}
	.blockhome01 {
	    width: 680px;
	    margin-left: 80px;
	}
	.columnahome { overflow-x: hidden}

/*
	Media queries
*/
@media screen and (max-width: 1040px) { /* menu 1040 */

	.on-mobile {
		display: block;
	}
	.of-mobile {
		display: none;
	}
	#page {
		min-width: 320px;
	}
	#header-container {
		display: none;
	}
	#home_slider {
		height: 140px;
		margin-top: 0;
	} 
	#home_slider_down {	
		display: none;
	}
	.home_slider_text {
		-ms-transform: scale(.34);
    	-webkit-transform:scale(.34);
	 	 transform: scale(.34);
/*	  display: none;*/
	}
	p.home_slider_btns {
/*		-ms-transform: scale(1.4);
    	-webkit-transform:scale(1.4);
	 	 transform: scale(1.4);*/
	 	 display: none;
	}
	#home_slider_next {
		right: 4px!important;
	}
	#home_slider_prev {
		left: 4px!important;
	}
	.home_slider_item img {
		width: 100%;
		height: auto;
	}
	.home_slider_text_pos1 {
	  top: 65px;
	  left: 72px;
	}
	#content {
		padding: 0;
	}
	.contcentered {
		width: inherit;
	}
	.pads {
	  padding: 0 20px;
	}
	.fondwhite {
		margin: 0;
	}
	.blockhome0, .blocktxtshome {
		width: inherit;
		padding-bottom: 20px;
	}
	.blockhome01 {
		width: 80%;
		padding-bottom: 20px;
	}
	.blockimg1 {
		width: 20%;
		opacity: .8;
	}
	.blockimg0 {
		position: relative;
  		left: 0;
		width: inherit;
	}
	.blocktitsh3 {
		width: inherit;
	}
	.blocktitsh3 h3 {
		width: 92%!important;
	}
	.blockhome04 div.aligncenter {
		padding-top: 0px!important;
	}
	.simbolshome,.simbolshomeen {
	  padding-left: 120px;
	}
	div#home_video iframe {
	  width: 320px;
	  height: 180px;
	}
	.pagecontent {
		float: left;
		width: 92%;
		padding: 20px 10px;
	}
	.pagecontent p img {
		width: 100%;
		height: auto;
	}
	.pagecontent img.aligncenter {
		width: 100%;
		height: auto;
	}
	.pagecontent p img.alignright {
		width: inherit;
		display: block;
  		padding: 10px;
	}
	p iframe {
		width: 100%;
  		height: auto;
	}
	textarea.wpcf7-textarea {
		width: 92%;
	}
	p.legalform {
		padding-left: 10px;
		width: 92%;
	}
	img.wpcf7-form-control {
	  width: inherit!important;
	  float: left;
	  top: 16px;
	  position: relative;
	}
	#sidebar_callusat_form input#sender {
		margin-bottom: 50px;
	}
	#sidebar {
		float: left;
		position: relative;
		left: 10px;
		width: 92%;
		top: -80px !important;
		padding-bottom: 20px;
	}
	.cookies {
		width: 90%;
	}
	/* footer */
	#footer {
		padding: 0;
	}
	.footer {
/*		display: none;*/
		width: inherit;
	}
	.footnav1, .footnav2, .footnav3 {
		float: inherit;
		width: 100%;
	}
	.blockleft {
	  left: 74px;
	  position: relative;
	  top: 20px;
	  width: 222px;
	}
	.blockright {
	   border-left: 0px solid #FFFFFF; 
	   bottom: inherit; 
	   position: relative; 
	   right: inherit;
	   left: 74px;
	   width: 222px; 
	   padding: 20px 0;
	}
	.centerfoot {
		width: 100%;
    	float: left;
	}
	span.metanav-footer {
	  display: block;
	  margin: 0 auto;
	}
	.bottop {
		top: -30px;
	}
	#idiomas {
	  float: left;
	  width: 92%;
	  margin: 20px 0 30px;
	  display: block;
	}
	#lang_sel {
		float: left;
		margin-left: 40%;
	}
	#home_form, #home_requestform, #home_request .text, #home_requestform .text {
		top: 62px;
	}
	.tp-rightarrow.default, .tp-leftarrow.default {
		margin-top: 0px!important;
	}
	body.home #content {
		padding-top: 0;
	}
	.tp-caption { margin-top:-105px!important; }

	/*
		Mobile Menu
	*/
	.mn-icon-wrap [class*="icono-"] {
		color: #1e73be !important;
	}
	.mn-navigation-wrap {
		background: #fff !important;
		min-height: 60px!important;
		border-bottom: 1px solid #1e73be;
	}
	.mn-icon-wrap {
		background-color: rgba(255,255,255,.8) !important;
		margin-top: 5px;
		margin-right: 5px;
		padding: 5px !important;
	}
	html.mn-open .mn-menu-wrap {
		/*background: #1e73be !important;*/
		background: #fff !important;
	}
	.mn-navigation-wrap .mn-menu-wrap li a {
		background: #1e73be !important;
		padding: 15px 20px !important;
	}
	li.menu-item {
		border-bottom: 1px dotted #ddd;
	}
	.mn-navigation-wrap .mn-logo-image {
		height: 	 56px !important;
		padding-top: 15px !important;
	}
	#menu-menu-mobile .current-menu-item a {
		color: #00FFFF !important;
	}
	#menu-menu-mobile ul.sub-menu a{
		background-color: #0089d8!important;
	}
}

@media screen and (max-width: 768px) { 
	div#metatelefono-mobile span {
		margin-right: 1em;
	}
	div#metatelefono-mobile a {
		color: #FFF;
	}
	div#metatelefono-mobile	buttom {
		background-color: #84CFEF;
		padding: 5px 10px;
		border-radius: 6px;
		cursor: pointer;
	}
	.nace-contact {
		position: fixed;
		bottom: 0;
		background: rgba(23, 126, 182,1);
		width: 100%;
		z-index: 9999999;
		max-height: 100%;
	}
	.nace-contact.bbar {
		color: #fff;
	}
	#home_requestphone {
		right: inherit;
		top: inherit;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
}


@media screen and (max-width: 630px) {
	#list-enfer_filter{
		right: initial;
		top: -35px;
		margin-left: 4px;
	}	
}
@media screen and (max-width: 480px) { 	
	#tests-home .inline-block .col6 {
		width: 100%;
		border-right: 0px solid #FFFFFF;
	}
	#tests-home .inline-block .col6 h2 {
		margin: 15px 0;
	}
	#tests-home .inline-block .col6 img {
		width: 42%;
	}
	#tests-home .contcentered {
     border-left: 0px solid #FFFFFF; 
	}
	.tp-caption {
		/*display: none;*/
		margin-top: 0px!important;
		margin-left: 20px!important;;
		-ms-transform: scale(1.2,1.2)!important; /* IE 9 */
    	-webkit-transform: scale(1.2,1.2)!important; /* Safari */
    	transform: scale(1.2,1.2)!important;
	}
	.tp-caption.cgt-blue, .cgt-blue {
		border: none!important;
		color: #fff!important;
		text-shadow: 0 1px #177EB6!important;
		text-shadow: 0 1px 12px #000!important;
	}
	.tp-caption.cgt-white, .cgt-white {
		border: none!important;
		text-shadow: 0 1px #177EB6!important;
	}
	body.page .inline-block .col7{
	float: left;
	width: 100%;
}
	body.page .inline-block .col3{
		float: left;
		width: 100%;
	} 
	body.page .inline-block .col3 img {
		width: initial!important;
	}
	#home_form.request-mobile > #home_requestform > .text, #home_form.request-mobile {
		top: 62px;
	}
	table#list-enfer p {
    	font-size: 12px!important;
	}
		table#list-enfer tr {
    	font-size: 10px!important;
	}
	table#list-enfer td:before {
		top: 8px;
	}
	
	.blockhome01 {
	    width: 100%;
	    margin-left: initial;
	}
}