@charset "utf-8";
/*
Theme Name: Infrasol Theme
Version: 1.0
Author: Idea180

*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Poppins:wght@300;400;700;900&display=swap');

header,nav,main,section,article,aside,footer,figure{
	display:block;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #213e92;
	text-decoration: none;
}
a:hover {
	color: #acaaaa;
	text-decoration: none;
}
body {
/*	font size by default 16*/
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
	color: #5c5c5c;
}
h1, h2, h3, h4, h5{
	font-family: 'Oswald', sans-serif;
}
.allinone {
    display: grid;
    grid-template-rows: 127px 1fr auto;
	min-height:100vh;
}
.wrapper {
	margin: auto;
	max-width: 1250px;
	box-sizing: border-box;
	position: relative;
}
header {
	background-color: #FFFFFF;
}
.logo{
	display: inline-table;
}
.logo a{
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 94px;
	width: 241px;
	overflow: hidden;
	background-image: url(images/logotipo.png);
	transition: all 0.2s;
}
.logo a:hover {
	opacity:0.5;
}
.slogan {
	display: none;
}
.menuheader {
	padding: 0px;
	display: inline-table;
	margin-top: 40px;
	float: right;
}
.menuheader ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline-table;
	width: 100%;
}
.menuheader ul li{
	list-style-type: none;
	margin-left:15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline-table;
	position: relative;
	text-align: left;
}
.menuheader ul li a {
	color: #3f3a3a;
	text-decoration: none;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 16px;
	line-height: 18px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 45px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	margin: 0px;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}
.menuheader ul li.callfinal{
	margin-top:-10px;
	float: right;
}
.menuheader ul li.callfinal a {
	color: #FFFFFF;
	background-color: #213e92;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 25px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 25px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 25px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.menuheader ul li.callfinal a:hover{
	color: #FFFFFF;
	background-color: #102563;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.menuheader ul li a:before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	left: -100%;
	bottom: 0px;
	position: absolute;
	transition: all 0.2s;
}
.menuheader ul li a:hover:before{
	background-color: #bdbdbd;
	left: 0px;
}
.menuheader ul li a:hover     {
	color: #c4c2c2;
	text-decoration: none;
}
.menuheader ul li ul{
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	background-color: #FFFFFF;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	z-index: 5000;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	left: 0px;
	padding: 0px;
}
.menuheader ul li.submenu01 ul{
	width: 250px;
}
.menuheader ul li.submenu02 ul{
	width: 270px;
}
.menuheader ul li.submenu03 ul{
	width: 240px;
}
.menuheader ul li.submenu04 ul{
	width: 135px;
}
.menuheader ul li.submenu05 ul{
	width: 150px;
}
.menuheader ul li:hover > ul{
	margin-top:0px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	visibility: visible;
}
.menuheader ul li ul li {
	display: inline-table;
	width: 100%;
	margin: 0px;
}
.menuheader ul li ul li a {
	font-size: 90%;
	color: #3f3a3a;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 9px;
	background-image: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	margin-top: 0px;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #bdbdbd;
	border-bottom-width: 1px;
}
.menuheader ul li ul li a:hover     {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #213e92;
}
.menuheader ul li ul li ul {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0px;
}
.menuheader ul li.submenu04 ul li ul{
	width: 140px;
}
.menuheader ul li ul li ul li {
	display: inline-table;
	width: 100%;
}
.menuheader ul li ul li ul li a {
	color: #FFF;
	background-color: #213e92;
}
.menuheader ul li.current_page_item > a,
.menuheader ul li.current-menu-ancestor > a,
.menuheader ul li.current-menu-item > a,
.menuheader ul li.current-menu-parent > a  {
	color: #c4c2c2;
	text-decoration: none;
}
.menuheader ul li ul li.current_page_item > a,
.menuheader ul li ul li.current-menu-ancestor > a,
.menuheader ul li ul li.current-menu-item > a,
.menuheader ul li ul li.current-menu-parent > a  {
	color: #c4c2c2;
	text-decoration: none;
}
footer {
	background-color: #213e92;
	color: #FFFFFF;
	display: block;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 0px;
	background-image: url(images/f-footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.estructurafooter{
	display: grid;
	grid-template-columns: 231px 1fr 185px;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
    align-items: center;
	justify-items: center;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
.callfooter{
	color: #213e92;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-border-radius: 25px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 25px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 25px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	float: right;
	line-height: 16px;
	transition: all 0.2s;
}
.callfooter:hover{
	background-color: #acaaaa;
	color: #ffffff;
	-webkit-border-radius: 1px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.contapiedatos{
	display: inline-table;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
}
.contapiedatos li{
	margin: 0px;
	padding: 8px;
}
.contapiedatos li a{
	color: #ffffff;
	position: relative;
	transition: all 0.2s;
}
.contapiedatos li a:hover{
	color: #acaaaa;
	text-decoration: underline;
}
.contapiedatos li a:before{
	content: "";
	position: absolute;
	left: -30px;
	top: -2px;
	display: block;
	width: 28px;
	height: 26px;
	background-position: center center;
}
.contapiedatos li a.emailpie:before{
	background-image: url(images/email.png);
}
.contapiedatos li a.telpie:before{
	background-image: url(images/phone.png);
}
.contapiedatos li a.mapie{
	line-height: 40px;
}
.contapiedatos li a.mapie:before{
	background-image: url(images/map.png);
}
.sociales{
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.sociales .widget{
	display: inline-table;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.introtext{
	font-family: 'Oswald', sans-serif !important;
	font-size: 45px !important;
	line-height: 48px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.homebloque02{
	background-color: #FFFFFF;
	background-image: url(images/f-section-01-A.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.homebloque02b{
	background-image: url(images/f-section-01-B.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	box-sizing: border-box;
	height: 1010px;
}
.gridhome01{
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-column-gap: 65px;
	grid-row-gap: 40px;
    align-items: center;
	justify-items: center;
}
.gridhome01 img{
	width: 100%;
	height: auto;
	margin-top:70px;
	margin-bottom: 70px;
}
.grislinea{
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
}
.grislinea:before{
	content: "";
	width: 60px;
	height: 3px;
	display: block;
	background-color: #bdbdbd;
	margin-bottom: 10px;
}
.homebloque01 h2, .homebloque02 h2, .conte3 h2, .testitulo, .biowrap h1, .allpages h1, .fullpagewrap h1{
	font-weight: 400;
	font-size: 45px;
	line-height: 48px;
	color: #213e92;
}
.itemservicetotal{
	width: 340px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	border-style: solid;
	border-width: 2px;
	border-color: #213e92;
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomright: 35px;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	background-color: #ffffff;
	margin-bottom: 15px;
	margin-top: 15px;
	position: absolute;
}
.itemservicetotal small{
	color: #6d91ab;
}

.itemservicetotal h3, .itemservicetotal h4{
	text-transform: uppercase;
	color: #213e92;
	font-size: 25px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 28px;
}
.itemservicetotal h4 a{
	color: #213e92;
}
.itemservicetotal h4 a:hover{
	text-decoration: underline;
}
.itemservicetotal ul{
	color: #282828;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 14px;
	margin-bottom: 0px;
}
.itemservicetotal ul li{
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
}

.itemservicetotal img{
	position: absolute;
	z-index: 10;
}
.itemservice01{
	color: #ffffff;
	background: rgb(55,94,206);
	background: -moz-linear-gradient(180deg, rgba(55,94,206,1) 0%, rgba(33,62,147,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(55,94,206,1) 0%, rgba(33,62,147,1) 100%);
	background: linear-gradient(180deg, rgba(55,94,206,1) 0%, rgba(33,62,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#375ece",endColorstr="#213e93",GradientType=1);
	border-style: none;
	top: 250px;
	left:50%;
	margin-left: -170px;
	padding-bottom: 70px;
}
.itemservice02{
	width:367px;
}
.itemservice02:before{
	content: "";
	border-bottom: solid 2px #213e92;
	display: block;
	width: 90px;
	position:absolute;
	bottom: -2px;
	right: -90px;
	z-index: 2;
}
.itemservice03{
	width:340px;
	top: -60px;
	left:50%;
	margin-left: -170px;
}
.itemservice03:before{
	content: "";
	border-left: solid 2px #213e92;
	border-bottom: solid 2px #213e92;
	display: block;
	width: 80px;
	height: 45px;
	position:absolute;
	bottom: -45px;
	left: -2px;
	z-index: 2;
}
.itemservice03:after{
	content: "";
	border-left: solid 2px #213e92;
	display: block;
	width: 80px;
	height: 29px;
	position:absolute;
	bottom: -74px;
	left: 78px;
	z-index: 2;
}
.itemservice04{
	top: -10px;
	right:0px;
}
.itemservice04:before{
	content: "";
	border-right: solid 2px #213e92;
	border-bottom: solid 2px #213e92;
	display: block;
	width: 230px;
	height: 45px;
	position:absolute;
	bottom: -45px;
	left: -230px;
	z-index: 2;
}
.itemservice04:after{
	content: "";
	border-right: solid 2px #213e92;
	display: block;
	width: 80px;
	height: 51px;
	position:absolute;
	bottom: -95px;
	left: -310px;
	z-index: 2;
}
.itemservice05{
	top: 200px;
	right:0px;
}
.itemservice05:before{
	content: "";
	border-bottom: solid 2px #213e92;
	display: block;
	width: 119px;
	height: 10px;
	position:absolute;
	bottom: -2px;
	left: -119px;
	z-index: 2;
}
.itemservice06{
	top: 390px;
	right:0px;
}
.itemservice06:before{
	content: "";
	border-left: solid 2px #213e92;
	border-bottom: solid 2px #213e92;
	display: block;
	width: 75px;
	height: 90px;
	position:absolute;
	bottom: -2px;
	left: -75px;
	z-index: 2;
}
.itemservice06:after{
	content: "";
	border-bottom: solid 2px #213e92;
	display: block;
	width: 44px;
	height: 10px;
	position:absolute;
	bottom: 90px;
	left: -117px;
	z-index: 2;
}
.itemservice07{
	bottom: 0px;
	left: 62%;
}
.itemservice07:before{
	content: "";
	border-right: solid 2px #213e92;
	border-top: solid 2px #213e92;
	display: block;
	width: 55px;
	height: 51px;
	position:absolute;
	top: -51px;
	left: -57px;
	z-index: 2;
}
.itemservice07:after{
	content: "";
	border-left: solid 2px #213e92;
	display: block;
	width: 10px;
	height: 41px;
	position:absolute;
	top: -90px;
	left: -57px;
	z-index: 2;
}
.itemservice08{
	bottom: 15px;
	left: 380px;
	width: 300px;
}
.itemservice08:before{
	content: "";
	border-right: solid 2px #213e92;
	display: block;
	width: 10px;
	height: 90px;
	position:absolute;
	top: -90px;
	right: -2px;
	z-index: 2;
}
.itemservice09{
	top: 450px;
	left:35px;
	width:280px;
	-webkit-border-radius: 35px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 35px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 35px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.itemservice09:before{
	content: "";
	border-right: solid 2px #213e92;
	border-bottom: solid 2px #213e92;
	display: block;
	width: 48px;
	height: 145px;
	position:absolute;
	bottom: -2px;
	right: -48px;
	z-index: 2;
}
.itemservice09:after{
	content: "";
	border-bottom: solid 2px #213e92;
	display: block;
	width: 110px;
	height: 10px;
	position:absolute;
	top: 14px;
	right: -157px;
	z-index: 2;
}
.itemservice01 h3, .itemservice01 a{
	color: #ffffff;
}
.itemservice01 img{
	right: 20px;
	bottom: 20px;
}
.itemservice02 img{
	right: -36px;
	bottom: -36px;
}
.itemservice03 img{
	left: -36px;
	bottom: -36px;
}
.itemservice04 img{
	left: -36px;
	bottom: -36px;
}
.itemservice05 img{
	left: -36px;
	bottom: -36px;
}
.itemservice06 img{
	left: -36px;
	bottom: -36px;
}
.itemservice07 img{
	left: -36px;
	top: -36px;
}
.itemservice08 img{
	right: -36px;
	top: -36px;
}
.itemservice09 img{
	right: -36px;
	bottom: -36px;
}
.gridhome2{
	display: grid;
	grid-template-columns: 790px 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-bottom: 80px;
}
.imgrid2{
	position: relative;
}
.imgrid2 img{
	width: 992px;
	height: auto;
	float: left;
}
.conte3{
	padding-left: 50px;
	padding-right: 25px;
	font-size: 90%;
}
.conte3 h2{
	color: #282828;
}
.bloqueazul{
	position: absolute;
	width: 520px;
	background: rgb(55,94,206);
	background: -moz-linear-gradient(180deg, rgba(55,94,206,1) 0%, rgba(33,62,147,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(55,94,206,1) 0%, rgba(33,62,147,1) 100%);
	background: linear-gradient(180deg, rgba(55,94,206,1) 0%, rgba(33,62,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#375ece",endColorstr="#213e93",GradientType=1);
	color: #FFFFFF;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 35px;
	padding-bottom: 35px;
	box-sizing: border-box;
	right: 30px;
	bottom: -150px;
	-webkit-border-top-left-radius: 34px;
	-webkit-border-bottom-right-radius: 34px;
	-moz-border-radius-topleft: 34px;
	-moz-border-radius-bottomright: 34px;
	border-top-left-radius: 34px;
	border-bottom-right-radius: 34px;
	z-index: 10;
}
.bloqueazul p{
	margin: 0px;
}
.testitulo{
	color: #444444;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-top: -25px
}
.wraptesti{
	-webkit-border-top-left-radius: 34px;
	-webkit-border-bottom-right-radius: 34px;
	-moz-border-radius-topleft: 34px;
	-moz-border-radius-bottomright: 34px;
	border-top-left-radius: 34px;
	border-bottom-right-radius: 34px;
	border: solid 1px #bdbdbd;
	padding: 40px 20px 40px 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
	background-color: #ffffff;
}
.biowrap{
	box-sizing: border-box;
	padding: 50px 70px 50px 550px;
	font-size: 14px;
	background-position: top left;
	background-size: cover;
}
.sa_owl_theme .owl-nav .owl-next{
	right: 0px !important;
}
.sa_owl_theme .owl-nav .owl-prev{
	left: 0px !important;
}
.biowrap h1{
	margin-bottom: 5px;
}
.cargobio{
	font-size: 14px;
	line-height: 17px;
	padding: 10px 15px 10px 15px;
	display: inline-table;
	background-color: rgba(255,255,255,0.8)
}
.allpages{
	font-size: 14px;
	font-weight: 300;
	color: #5c5c5c;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100vh;
	background-attachment: fixed;
	display: block;
	margin: 0px;
	transition: all;
}
.conteallpages{
	width: 60%;
	height: 100%;
	background-color: rgba(247,247,247,0.85);
	display: inline-table;
}
.gristrasparente{
	background-image: url(images/f-semitransparente.png);
	background-repeat: repeat-y;
	background-position: right top;
	display: inline-table;
	padding: 20px 70px 65px 0px;
	min-height: 100%;
	box-sizing: border-box;
}
.conteallpages ul{
	margin-left: 0px;
	padding-left: 30px;
	list-style: none;
}
.conteallpages ul li{
	position: relative;
	margin-bottom: 10px;
}
.conteallpages ul li ul{
	margin-top: 10px;
	margin-left: -30px;
}
.conteallpages ul li:before{
	content: "";
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: -27px;
	top:0px;
}
.conteallpages ul li ul li:before{
	background-image: url(images/check-2.png);
}
.gristrasparente h2, .fullpagewrap h2{
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	color: #213e92;
}
.gristrasparente h3, .fullpagewrap h3{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #5269ab;
}
.listapartners{
	margin: 80px 0px 80px 0px;
	padding: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	font-size: 14px;
}
.listapartners li{
	padding: 0px 30px 30px 30px ;
	margin-left: 0px;
	margin-bottom: 15px;
	list-style: none;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomright: 16px;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.listapartners li:before{
	display: none;
}
.testilogo{
	margin-top:30px;
}



/* ESTILOS PARA IMAGENES*/

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.wp-caption {
}
.wp-caption-text {
}
.wp-caption p{
}
.gristrasparente .size-medium_large{
	width: calc(100% + 80px);
	height: auto;
	margin-left: -40px;
	margin-top:-40px;
	display:none;
}
.biosmall{
	display: none;
}
.itemproject{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 35px 20px 35px;
	display: block;
	margin: 15px 0px 15px 0px;
	float: left;
	border-radius: 0px 15px 0px 15px;
	display: grid;
	grid-template-columns: 350px 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
}
.itemproject em{
	font-size: 13px;
	color:#959494;
}
.itemproject h3{
	margin-bottom: 0px;
}
.itemproject:last-child{
	margin-bottom: 0px;
}
.itemproject img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.formufield{
	box-sizing: border-box;
	width: 100%;
	padding: 8px 12px;
	border: solid 1px #959494;
}
.sendbutton, .bdashboard{
	cursor: pointer;
	border: none;
	background-color: #213e92;
	color: #ffffff;
	box-sizing: border-box;
	padding: 12px 30px;
	border-radius: 4px;
	float: left;
	margin-top: 20px;
	transition: all 0.2s;
	margin-right: 20px;
}
.sendbutton:hover, .bdashboard:hover{
	background-color: #242424;
}
.formuwrap{
	display: block;
	clear: both;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 18px 30px 45px 30px;
}
.formuwrap label{
	margin-top: 12px;
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	color: #aaaaaa;
}
.insidewrapper{
	height: 100%;
}

@media (max-width: 1350px) {
	.wrapper {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	}
	.wrapper.insidewrapper, .wrapper.wrapbio{
	padding-right: 0px;
	padding-left: 0px;
	}
	.estructurafooter{
	padding-right: 25px;
	padding-left: 25px;	
	box-sizing: border-box;
	}
	.gristrasparente{
	padding-left: 25px;
	padding-right: 25px;
	}
	.gridhome2{
		grid-template-columns: 1fr 1fr;
		margin-top: 50px;
	}
	.imgrid2 img{
		width: 100%;
		height: auto;
	}
	.bloqueazul{
		position: relative;
		width: 100%;
		right: auto;
		bottom: auto;
	}
	.conte3 .grislinea{
		margin-top: 0px;
	}
	.wraptesti{
		width:1200px;
		box-sizing: border-box;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.itemservicetotal{
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		margin: 0px !important;
		display: inline-table;
		width: auto !important;
		-webkit-border-radius: 0px !important;
    	-webkit-border-top-left-radius: 35px !important;
    	-webkit-border-bottom-right-radius: 35px !important;
    	-moz-border-radius: 0px !important;
    	-moz-border-radius-topleft: 35px !important;
    	-moz-border-radius-bottomright: 35px !important;
	}
	.homebloque02b{
		height: auto;
	}
	.itemservicetotal:before, .itemservicetotal:after{
		display: none;
	}
	.itemservice01{	
		padding-bottom: 55px;
	}
	.gridmobil{
		display: grid;
		grid-template-columns: 300px 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 40px;
    	align-items: start;
	}
	.gridmobilnivel2{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
    	align-items: stretch;
	}
	.itemservicetotal img{
		right: 0px !important;
    	top: auto !important;
		left: auto !important;
		bottom: 0px !important;
	}
	.itemservicetotal.itemservice01 img{
		right: 10px !important;
    	top: auto !important;
		left: auto !important;
		bottom: 10px !important;
	}
	.gridmobilnivel2 .itemservicetotal{
		padding-right: 70px;
	}
}
@media (max-width: 1250px) {
	.menuheader ul li{
		margin-left: 10px;
		margin-right: 10px;
	}
	.wraptesti{
		width:1120px;
	}
}
@media (max-width: 1170px) {
	.logo{
		margin-top:20px;
	}
	.logo a{
		width: 170px;
		height: 66px;
		background-size: contain;
	}
	.allinone {
		grid-template-rows: 100px 1fr auto;
	}
	.testitulo{
		margin-left: auto;
		margin-right: auto;
		width: 220px;
		margin-bottom: 15px;
	}
	.wraptesti{
		width:770px;
	}
}
@media (max-width: 950px) {
	.gridmobilnivel2{
	grid-template-columns: 1fr;
	}
	.biowrap{
		padding: 50px 40px 50px 40px;
		background-image: none !important;
		text-align: center;
	}
	.biosmall{
		display: block;
		margin: 0px auto 0px auto;
	}
	.wrapbio .grislinea{
		text-align: center;
		width: auto;
		display: inline-table;
		margin: 0px auto 0px auto;
	}
	.cargobio{
		margin-top: 15px;
		border: solid 1px #ccd2dc;
	}
	.biowrap p{
		text-align: left;
	}
	.itemproject{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 820px) {
	.estructurafooter{
	grid-template-columns: 1fr;
	}
	.listapartners{
	grid-template-columns: 1fr 1fr;
	}
	.wraptesti{
		width:600px;
	}
}
@media (max-width: 650px) {
	.conteallpages{
		width: 100%;
		background-color: transparent;
	}
	.gristrasparente{
		padding: 40px;
		margin-top:0px;
		background-color: #f7f7f7;
	}
	.wrapper{
		padding-left: 40px;
		padding-right: 40px;
	}
	.allpages{
		background-image: none;
	}
	.gristrasparente .size-medium_large{
		display: block;
	}
	.homebloque01 h2, .homebloque02 h2, .conte3 h2, .testitulo, .biowrap h1, .allpages h1, .fullpagewrap h1{
		font-size: 38px;
		line-height: 42px;
	}
	.gridhome01, .gridhome2{
		grid-template-columns: 1fr;
		margin-bottom: 80px;
	}
	.gridhome01{
		grid-row-gap: 0px;
	}
	.gridhome2{
		margin-top:70px;
	}
	.conte3{
		padding-left: 0px;
		padding-right: 0px;
	}
	.conte3 .grislinea{
		margin-top: 40px;
	}
	.gridhome01 img{
		margin-bottom:0px;
	}
	.wraptesti{
		width:480px;
	}
	.wraptesti .alignleft{
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-right: 0px;
	}
	.gridmobil{
		grid-template-columns: 1fr;
	}
	.introtext{
		font-size: 30px !important;
		line-height: 35px !important;
	}
	.itemproject{
		grid-template-columns: 1fr;
	}
	.itemproject img{
		margin-bottom: 0px;
	}
}
@media (max-width: 522px) {
	.contapiedatos{
		width: 195px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
	}
	.listapartners{
		grid-template-columns: 1fr;
	}
	.wraptesti{
		width:250px;
	}
	body{
		font-size: 14px;
	}
	footer{
		background-image: none;
	}
}