html {
    font-size: 100%;	
	margin:0;
	padding:0;
	-webkit-touch-callout: none;
	-webkit-overflow-scrolling: touch;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	font-family: 'Open Sans', sans-serif;
	background-color:#fff;
	margin:0;
	padding:0;
	font-weight:400;
	overflow-x: hidden; 
	overflow-y:hidden;
}
* {
	margin:0;
	box-sizing: border-box;
}

.notrans * {
	transition:none !important;
}

.hidden {
	display:none;
}
.clearer {
	clear:both;
}

a, a:hover, a:active {
	text-decoration:none;
}

body.loading * {
	transition:none !important;
}

body.loaded {
	overflow-y:auto;
}

body.app {
	background-color:#131e28;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}	

img.responsive {
	max-width:100%;
}

#info img {
	margin-top:20px;	
}

section.bloc {
	padding:100px 0;
	background-color:#fff;
}

section.grey {
	background-color:#f4f4f4;
}

section.black {
	background-color:#192836;
	color:#fff;
}

.intro {
	background-color:#f4f4f4;
	padding:50px 30px;
	margin:0 0 90px 0;
}

.theme-btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}


.vcenter {
	display: flex;
	align-items: center;
}

h2.titol {
	font-size:28px;
	line-height:36px;
	margin:0 0 25px 0;
}

h2.titol.mini {
	font-size:24px;
	line-height:36px;
	margin:0 0 15px 0;
}

h2.sub {
	margin-bottom:40px !important;
}

h2.sub:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 50px;
	height:3px;
    background-color:#83b930;
}


.text {
	color:#556d83;
	font-size:15px;
	line-height: 1.55em;
}
.sistema_text {
	font-size:14px;
}

.r50 {
	padding-right:50px;
}


.black {
	color:#2a2f40;
}
.green {
	color:#5c881a;
}



.actores_box {
	background-color:#fff;
	border:1px solid #b0b6a1;
	margin:45px 0 0 0;
    width: 100%;
	display: flex; 
	overflow: hidden;
}

.service-style-one .inner-box h3 {
    font-size: 18px;
	margin:5px 0;
}
.service-style-one .inner-box p {
	font-size: 15px;
	line-height:22px;
    margin-bottom: 20px;
}
.service-style-one .inner-box .text {
    margin-bottom: 60px;
}

.extras_box{
	background-color:#fff;
	border:1px solid #b0b6a1;
	margin:35px 0 0px 0;
    width: 100%;
	display: flex; 
	overflow: hidden;
}


.actor img {
	height:50px;
	margin:0px 10px 15px 0;
}

a.actor_more {
	position:absolute;
	bottom:35px;
	left:35px;
}


a.btn-mini {
	color:#fff;
	font-size:14px;
	padding: 8px 30px;
}

a.green-strong {
	background-color:#557b1b;
}

a.green-strong:hover {
	background-color:#3c590f;
}

a.yellow {
	background-color:#ffb902;
}

a.yellow:hover {
	background-color:#d49c09;
}

button.yellow {
	background-color:#ffb902;
	padding: 9px 20px;
	float:right;
	margin-top:10px;
}
button.yellow i{
	margin:0 15px 0 0;
}
button.yellow:hover {
	background-color:#d49c09;
}

.text_box {
	background-image:url(../img/icons/icon-quote-1.png);
	background-position:top 35px left 40px;
	background-repeat:no-repeat;
	background-size:auto 30px;
	background-color:#fff;
	border:1px solid #b0b6a1;
    width: 100%;
	padding:85px 40px 50px 40px;
	font-size:14px;
	color:#556d83;
	font-weight:400;
}

.inner h4 {
	font-size: 18px;
    color: #83b930;
    text-transform: capitalize;
    margin-bottom: 15px;
}


.main-menu .navigation > li > ul.langs{
	width:120px;
	text-align:center;
}

.hotspot-img {
    position: relative
}

.hotspot-img img {
    opacity: .6
}

.hotspot-img .hot-spot {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 5px;
    text-align: center;
    background-color: rgba(110, 159, 34, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    transition: transform .3s ease
}

.hotspot-img .hot-spot .circle {
    display: block;
    position: absolute;
    top: 47%;
    left: 47%;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    background: #99c850;
    opacity: 0;
    z-index: 0;
    -webkit-animation: pulsate 3.5s ease-out infinite;
    animation: pulsate 3.5s ease-out infinite
}

.hotspot-img .hot-spot:nth-child(2) .circle {
    animation-delay: 1s
}

.hotspot-img .hot-spot:nth-child(3) .circle {
    animation-delay: 2.5s
}

.hotspot-img .hot-spot:nth-child(4) .circle {
    animation-delay: 4.2s
}

.hotspot-img .hot-spot:nth-child(5) .circle {
    animation-delay: 5.4s
}

.hotspot-img .hot-spot:nth-child(6) .circle {
    animation-delay: 7s
}

.hotspot-img .hot-spot:nth-child(7) .circle {
    animation-delay: 8.2s
}

.hotspot-img .hot-spot:nth-child(8) .circle {
    animation-delay: 10s
}

.hotspot-img .hot-spot:nth-child(9) .circle {
    animation-delay: 12s
}

.hotspot-img .hot-spot:nth-child(10) .circle {
    animation-delay: 14s
}

.map_banner_button {
	position:absolute;
	top:50%;
	left:50%;
	width:180px;
	height:44px;
	display:inline-block;
	margin:-25px 0 0 -90px;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	font-weight:400;
	text-align:center;
	padding:0;
	line-height:42px;
	transition:all ease 0.3s;
	background-image:url(../img/map_point.png);
	background-position:center left 15px;
	background-repeat:no-repeat;
	background-size:auto 20px;
	padding-left:15px;
}

.map_banner_button:hover {
	color:#fff;	
}

img.logo_footer {
	height:34px;
	margin:0 0 0 15px;
	border-right:1px solid #eee;
	padding-right:20px;
}
img.logo_footer.last {
	padding:0;
	border:0;
}


@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0
    }
}

.sec-title-two h2 {
	color:#fff;
	margin-bottom:30px;
}

.sec-title-two h2:before {
	content: '';
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 50px;
	height:3px;
	background-color:#fff;
    border:0px;
	
}

.sec-title-two .text {
	color:#9daaa9;
	margin:0 10%;
}

footer .logo img {
	height:26px;
	margin:5px 0 10px 0;
}

footer {
	background-color:#131e28;
	color:#fff;
}

footer a {
	color:#fff !important;
}

footer .copyright {
	font-size:14px;
}

header.fixed-header .main-box{
	box-shadow:0 1px 2px 1px #999 !important;
}

header.fixed .main-box{
	background-color:#fff;
	box-shadow:0 1px 2px 1px #999 !important;
}

#mmenu {
	position:fixed;
	top:0px;
	right:-100% !important;
	width:100% !important;
	bottom:0 !important;
	z-index:200;
	padding:0 0 0 0;
	background-color:#4e4e4e;
	height:100vh;
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	overflow:auto;
	display:none;
}
#mmenu.active {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(	-100%, 0, 0);
	box-shadow:2px 0px 8px #000;
}
#wrapper_iscroll {
	position:absolute;
    top: 50px;
	width:100%;
    height: calc(100vh - 50px);
    z-index: 10;
    background-color: #fafafa;
}

/* meanmenu */
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

#wrapper_iscroll a{
	display: block;
	width:100%;
    float: left;
	padding:0 20px;
    margin: 0;
    text-align: left;
    color: #555;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    font-size:15px;
	font-weight:400;
	line-height:46px;
	padding-top:2px;
    font-family: 'Heebo', sans-serif;
    color:#666;
}

#wrapper_iscroll a:hover {
	background-color:#eee;
}

#wrapper_iscroll a.pare {
	
}
#wrapper_iscroll a.fill {
	background-color:#f1f1f1;
	border-left:3px solid #aaa;
}

#wrapper_iscroll a.reg {
	background-color: #d3ebae;
	color:#666;
}	

#wrapper_iscroll a.login {
	background-color: #b6d38a;
	color:#fff;
}	


#wrapper_iscroll a i{
	float:right;
}


.menutopbar a{
	color:#fff;
	font-weight:500;
	display:inline-block;
	line-height:50px;
	margin:0 0px 0 15px;
	text-transform:uppercase;
	border-right:1px solid #666;
	padding-right:15px;
	font-size:16px;	
}

.menutopbar a.active {
	text-decoration:underline;
}

section.main {
	padding:140px 0 100px 0;
}

.body_administraciones section.main {
	background-color:#a3cdd7;
}

.body_administraciones section.main h4 {
	font-size:18px;
	color:#11475e;
	margin:0 0 12px 0;
}
.body_administraciones section.main h1 {
	color:#fff;
	font-size:34px;
	margin:0 0 30px 0;
}
.body_administraciones section.main .text {
	color:#165260;
	font-size:15px;
}

.body_administraciones section.main img {
	margin-top:20px;
}



.body_empresas section.main {
	background-color:#f8d695;
}

.body_empresas section.main h4 {
	font-size:18px;
	color:#543d12;
	margin:0 0 12px 0;
}
.body_empresas section.main h1 {
	color:#fff;
	font-size:34px;
	margin:0 0 30px 0;
}
.body_empresas section.main .text {
	color:#543d12;
	font-size:15px;
}

.body_empresas section.main img {
	margin-top:20px;
}


.body_ciudadanos section.main {
	background-color:#c4df9b;
}

.body_ciudadanos section.main h4 {
	font-size:18px;
	color:#334b0f;
	margin:0 0 12px 0;
}
.body_ciudadanos section.main h1 {
	color:#fff;
	font-size:34px;
	margin:0 0 30px 0;
}
.body_ciudadanos section.main .text {
	color:#334b0f;
	font-size:15px;
}

.body_ciudadanos section.main img {
	margin-top:20px;
}


.cloud_block {
	text-align:center;
}

.cloud_block h2 {
	font-size:26px;
	color:#333;
	margin:0 0 15px 0;
}
.cloud_block .text {
	margin:0 0 60px 0;
}

.service-style-two img {
	height:40px;
}


.infobloc {

}
.infobloc h2 {
	color:#557b1b;
	font-size:24px;
	line-height:32px;
	margin:0 0 22px 0;
	padding:0 0 13px 0;
}

.infobloc h2:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:45px;
	height:3px;
	background-color:#ffb902;
}
.infobloc .text {
	font-size:14px;
}

.infobloc.left img {
	float:right;
	width:70%;
	margin:0 0 -20px 0;
}

.infobloc.right img {
	float:left;
	width:70%;
	margin:0 0 -20px 0;
}


section.contact {
	background-color:#192836;
	text-align:center;
}
section.contact h3 {
	color:#fff;
	font-size:30px;
	margin:0 0 20px 0;
}
section.contact .text {
	color:#d7ecfe;
	margin:0 0 50px 0;
}
.extras_box .inner-box {
    padding: 50px 35px 35px 35px;
}

section.contact.grey {
	background-color:#f4f4f4;
}
section.contact.grey h3 {
	color:#333;
}
section.contact.grey .text {
	color:#556d83;
}

.rutasbloc {
	text-align:center;
}

.rutasbloc h2 {
	color:#444;
	font-size:22px;
	padding-bottom:15px;
	margin:0 0 30px 0;
}
.rutasbloc h2:after {
    content: "";
    position: absolute;
    left: 50%;
	margin-left:-22px;
    bottom: 0;
    width: 45px;
    height: 3px;
    background-color: #ffb902;
}
.rutasbloc .text {
	font-size:14px;
	line-height:22px;
	margin:0 0 80px 0;
}
.rutasbloc img {
	width:100%;
}


.body_casos section.main {
	background:url(../img/background/banner-shape_rev.png) top center no-repeat;
	background-size:100% auto;
	text-align:center;
	padding: 120px 0 100px 0;
}
.body_casos section.main h1 {
	color:#5c881a;
	font-size:32px;
	margin:0 0 35px 0;
}
.body_casos section.main .text {
	color:#466077;
	font-size:15px;
	margin:0 0 10px 0;
}



.casbloc {
	min-height:450px;
	width:100%;
	background-size:cover;
	background-position:top left 50%;
	position:relative;
	padding:100px 0;
}
.casbloc::after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	background-size:cover;
	background-position:center center;
}
.casbloc:nth-child(even)::after {
	left:50%;
	right:0;
}
.casbloc:nth-child(odd)::after {
	left:0;
	right:50%;
}

.casbloc:nth-child(even) .contingut {
	padding-right:70px;
}
.casbloc:nth-child(odd) .contingut {
	padding-left:70px;
}

.casbloc h2 {
	color:#557b1b;
	font-size:26px;
	margin:0 0 30px 0;
	position:relative;
	padding-bottom:13px;
	line-height:34px;
}
.casbloc h2:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:45px;
	height:3px;
	background-color:#ffb902;
}
.casbloc .text {
	color:#466077;
	font-size:15px;
}

.casbloc_1::after {
	background-image:url(../img/background/casos_1.jpg);
}
.casbloc_2::after {
	background-image:url(../img/background/casos_2.jpg);
}
.casbloc_3::after {
	background-image:url(../img/background/casos_3.jpg);
}
.casbloc_4::after {
	background-image:url(../img/background/casos_4.jpg);
}
.casbloc_5::after {
	background-image:url(../img/background/casos_5.jpg);
}
.casbloc_6::after {
	background-image:url(../img/background/casos_6.jpg);
}
.casbloc_7::after {
	background-image:url(../img/background/casos_7.jpg);
}


.comptador {
	border-right:1px solid #ccc;
	min-height:200px;
	margin:60px 0 0 0;
	color:#3a580c;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comptador:last-of-type {
	border:0;
}

.comptador img {
	height:46px;
	margin:0 0 22px 0;
}
.comptador p {
	font-weight:700;
	font-size:38px;
	margin:0 0 8px 0;
	line-height:40px;
}

.comptador p span {
	display:inline-block;
	font-size:24px;
	line-height:32px;
	margin:0 0 0 5px;
}

.comptador span {
	font-weight:600;
	font-size:22px;
	display:block;
	margin:0 0 10px 0;
}

.comptador span.mini {
	font-size:20px;
}

.body_register section.main {
    background-color: #d3ebae;	
	padding: 70px 0 0 0;
}


.body_register section.main .container {
	background-image:url(../img/register.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding:95px 15px 90px 15px;
}

.body_register  section.main h1 {
	color:#5c881a;
	font-size:30px;
	line-height:40px;
	margin:0px 0 10px 0;
}
.body_register  section.main .text {
	color:#444444;
	font-size:18px;
	margin:0;
}

.reg_box {
	border:1px solid #ddd;
	padding:40px 40px;
	box-shadow:0 0 2px 2px #eee;
}

.body_recover section.main {
    background-color: #d3ebae;	
	padding: 70px 0 0 0;
}
.body_recover section.main .container {
	text-align:center;
	padding:75px 15px 75px 15px;
}

.body_recover  section.main h1 {
	color:#5c881a;
	font-size:30px;
	line-height:40px;
	margin:0px 0 10px 0;
}
.body_recover  section.main .text {
	color:#444444;
	font-size:18px;
	margin:0;
}

section.recover_bloc {
	min-height:calc(100vh - 401px);
	padding: 70px 0;
}



/** Form styles  **/
.form-control:focus {
    border-color: #aaa;
}

input.form-control, textarea.form-control {
	border: 1px solid #dfdfdf;
	color: #333;
	border-radius: 3px;
	box-shadow: none;
	padding: 0 12px 0 52px;
	height:42px;
	line-height:40px;
	font-size:13px;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	-webkit-appearance: none;
}

form span {
	line-height:38px;
}


textarea.form-control {
	padding: 12px;
}

select.form-control  {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	box-shadow: none;
	padding: 0px 12px 0px 55px;
	height:42px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

button.btn-register {
	background-color:#ffb902;
	border:0px;
	width:100%;
	padding:10px 15px;
	position:relative;
	font-size:16px;
	margin:5px 0 0 0;
	outline:none !important;
}
button.btn-register i {
	position:absolute;
	left:15px;
	top:7px;
	font-size:18px;
}
button.btn-register i.ti-reload {
	position:relative;
	top:auto;
	left:auto;
	line-height:10px;
}


button.btn-register:hover,
button.btn-register:focus,
button.btn-register:active,
button.btn-register:active:focus {
	background-color:#d49c09;
}


select.form-control:focus  {
	border: 1px solid #000;
	box-shadow:0 0 0;
}

.form-group i {
	position:absolute;
	top:1px;
	left:16px;
	display:block;
	padding:7px 0px;
	background-color:#f1f1f1;	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size:17px;
	line-height:26px;
	color:#aaa;
	width:40px;
	text-align:center;
}


.has-error .form-control {
    border-color: #d6080a;
}
.has-success .form-control {
    border-color: #5c881a;
}



.error {
	border:1px solid #d6080a;
	background-color:#ed6d6e;
	margin:-20px 0px 40px 0px;
	padding:10px 12px;
	border-radius:4px;
	color:#fff;
	text-align:center;
	font-size:14px;
	position:relative;
}
.error i{
	position:absolute;
	top:10px;
	left:15px;
	font-size:20px;
}

.error span{
	font-weight:bold;
}


.error.done {
	border:1px solid #9dbe2b;
	background-color:#accb61;
}

span.enricmas {
	display:inline-block;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #555;	
}

span.enricmas a{
	font-weight:700;
	margin-left:5px;
}


.review-tabs {
	margin-top:80px;
	margin-bottom:-15px;
}


.review-tabs .buttons-box {
    margin-bottom: 50px;
}

.tab  {
	text-align:left;
}
.review-tabs .tab-buttons .tab-btn {
    text-transform: none;
}

.review-tabs .tabs-content .tab .text-column .icon{
	margin:0px 0 20px 0;
}
.review-tabs .tabs-content .tab .text-column h3 {
    margin-bottom: 20px;
}

.tab  .icon img {
	height:50px;
}

.tab .tab_left {
	height:420px;
	text-align:center;
}
.tab .tab_left img{
	width:auto;
	height:420px;
	max-width:initial;
}

.tab .tab_right {
	padding-right:50px;
	padding-left:20px;
	height:420px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.review-tabs .tabs-content .tab .text-column .text {
    font-size: 15px;
    color: #556d83;
    font-weight: 300;
    margin-bottom: 20px;
	line-height: 1.55em;
}
.review-tabs .tabs-content .tab .text-column .text.mini {
	font-size: 14px;
}

span.circle {
	display:inline-block;
	line-height:20px;
	width:20px;
	border-radius:20px;
	color:#fff;
	background-color:#6f8ba4;
	text-align:center;
	margin-right:5px;
	font-size:12px;
}

.active-btn span.circle {
	background-color:#5c881a;
}

.main-menu .navigation > li.login {
    margin: 0 0 0 20px;
}
.main-menu .navigation > li > a.boto_login {
   background:transparent;
   color:#71a325;
   border:2px solid #83b930;
   padding:6px 32px;
}
.main-menu .navigation > li > a.boto_login:hover {
	color:#557b1b;
	border:2px solid #557b1b;
	background:transparent;
}

.visible_md {
	display:none;
}
.hidden_md {
	display:inline-block;
}

.contact_button,
.contact_button:hover {
	margin:0 15px;
	background-repeat:no-repeat;
	background-position:center left 15px;
	background-size:auto 20px;
	padding: 12px 30px 12px 55px;
	text-transform:none;
}
.contact_button.tel {
	background-image:url(../img/contact_phone.png);
	background-size:auto 26px;
}
.contact_button.mail {
	background-image:url(../img/contact_mail.png);
}

/* PC PETIT */
@media (max-width: 1400px) {
	
}


/* TABLET HORIT */
@media (max-width: 1100px) {
	section.bloc {
		padding:90px 0;
	}

	h2.titol {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 20px 0;
	}	
	h2.titol.mini {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 15px 0;
	}
	.text {
		font-size: 14px;
		line-height: 1.55em;
	}
	.sistema_text {
		font-size:13px;
		line-height: 1.5em;
	}
	.service-style-one .inner-box .text {
		font-size: 13px;
		margin-bottom: 25px;
		line-height: 1.6em;
		margin-bottom: 50px;
	}
	.text_box {
		background-size: auto 25px;
		padding: 80px 40px 50px 40px;
		font-size: 13px;
		line-height: 1.55em;
	}
	.inner h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.sec-title-two h2 {
		margin-bottom: 26px;
		font-size: 26px;
		padding-bottom: 20px;
	}
	footer {
		padding:0 20px;
	}

	.body_empresas section.main h1,
	.body_administraciones section.main h1 {
		font-size: 32px;
		margin: 0 0 30px 0;
		line-height:40px;
	}

	.cloud_block h2 {
		font-size: 24px;
		margin: 0 0 15px 0;
	}

	.service-style-two .inner-box h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.extras_box .inner-box {
		padding: 50px 35px 35px 35px;
	}
	footer .text-right {
		text-align:right;
		padding-right:65px;
	}
	
	.body_casos section.main h1 {
		font-size:30px;
		margin: 0 0 30px 0;
	}
	.casbloc {
		min-height:400px;
		padding:100px 0;
	}
	.casbloc h2 {
		font-size:24px;
		margin:0 0 25px 0;
		padding-bottom:12px;
		line-height:34px;
	}
	.casbloc .text {
		color:#466077;
		font-size:14px;
	}
	.casbloc:nth-child(even) .contingut {
		padding-right:60px;
	}
	.casbloc:nth-child(odd) .contingut {
		padding-left:60px;
	}
	.body_casos section.main {
		padding: 130px 0 70px 0;
	}
	
	
	.body_register section.main .container {
		background-size:auto 120px;
		background-position:center right 50px;
		padding:75px 15px 75px 15px;
	}
	.body_register  section.main h1 {
		font-size:30px;
		line-height:40px;
		margin:0px 0 5px 0;
	}
	.body_register  section.main .text {
		font-size:16px;
	}

	.reg_box {
		padding:40px 40px;
	}
	
	
	.body_recover section.main .container {
		text-align: center;
		padding: 55px 15px 55px 15px;
	}
	section.recover_bloc {
		min-height: calc(100vh - 361px);
		padding: 70px 0;
	}
	.review-tabs {
		margin-top: 70px;
	}
	.tab .tab_left {
		height:400px;
	}
	.tab .tab_left img{
		height:400px;
	}

	.tab .tab_right {
		height:400px;
		
	}
	.visible_md {
		display:inline-block;
		text-transform:uppercase;
	}
	.hidden_md {
		display:none;
	}
	.main-menu .navigation > li > ul.langs  {
		width: 90px;
		text-transform:uppercase;
	}
	
}


/* TABLET VERTICAL */
@media (max-width: 991px) {	
	.main-box {

	}
	.main-header .main-box {
		padding: 0px 15px;
	}
	.main-header .main-box .logo-box {
		height: 50px;
	}
	.main-header .main-box .logo-box img {
		height: 18px;
		margin: 19px 0 0 0;
	}

	.vcenter {
		display: block;
		align-items: center;
	}	
	.actores_box {
		display: block;
	}
	.extras_box {
		display: block;
	}

	.banner-three .image-layer {
		display:block;
		width: 50%;
		left: 50%;
	}
	section.bloc {
		padding:70px 0;
	}
	
	.pull-right {
		float:none !important;
	}
	
	img.responsive {
		width:90%;
		margin:80px 5% 0 5%;
	}
	#info img {
		margin:80px 5% 0 5%;
	}
	.intro img {
		margin:0 !important;
	}
	
	.service-style-one {
		border:0px;
		border-bottom: 1px solid #b0b6a1;
		margin-bottom: 0;
	}
	
	.service-style-one:last-of-type {
		border:0px;
	}
	.service-style-one .inner-box {
		border: 0 !important;
	}
	.service-style-one .inner-box {
		padding: 40px 25px;
	}
	.service-style-one .inner-box .text {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 1.6em;
		margin-bottom:0px;
	}
	a.actor_more {
		position:relative;
		left:auto;
	}
	
	.service-style-one {
		text-align:center;
	}
	
	.service-style-one a {
		margin-top:20px;
	}
	.r50 {
		padding-right: 0;
	}
	.sec-title-two h2 {
		margin-bottom: 20px;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.sec-title-two.centered {
		margin-bottom: 20px;
	}
	
	.get-app-section .links-outer .get-app-links .link-box {
		padding: 15px 15px 15px 85px;
		min-height: 100px;
		min-width: 250px;
		line-height: 1.4em;
		min-height:80px;
	}
	.get-app-section .links-outer .get-app-links .link-box .icon-box {
		left: 15px;
		top: 15px;
		width: 50px;
		height: 50px;
	}
	.get-app-section .links-outer .get-app-links .link-box .title {
		padding:0;
	}
	.icon-box span.text {
		line-height:1em;
	}
	.footer-style-three .footer-bottom {
		padding: 25px 0px;
		text-align:center;
	}
	
	.get-app-section .links-outer .get-app-links li {
		margin: 30px 20px 0px;
	}
	
	footer .copyright {
		margin:0 0 20px 0;
		font-size:13px;
	}
	

	img.logo_footer {
		height: 30px;
		margin: 0 0 0 12px;
		border-right: 1px solid #eee;
		padding-right: 17px;
	}
	
	.hotspot-img {
		margin-top:40px;
	}
	
	.hotspot-img img.responsive {
		margin:0;
	}
	
	
	.mobile_menu {
		position: fixed;
		top: 5px;
		right: 8px;
		height: 36px;
		opacity:1;
		width: 36px;
		cursor: pointer;
		z-index: 20002;	
	}
		
	.mobile_menu:hover {
	  opacity: 1;
	}
	.mobile_menu.active .top {
	  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
			  transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.mobile_menu.active .middle {
	  opacity: 0;

	}
	.mobile_menu.active .bottom {
	  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
			  transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	.mobile_menu span {
	  background: #555;
	  border-radius:0px;
	  border: none;
	  height: 2px;
	  width: 22px;
	  position: absolute;
	  top: 11px;
	  left: 9px;
	  -webkit-transition: transform .35s ease;
			  transition: transform .35s ease;
	  cursor: pointer;
	}
	.mobile_menu.active span {
		background-color:#fff;
	}

	.mobile_menu span:nth-of-type(2) {
	  top: 18px;
	}
	.mobile_menu span:nth-of-type(3) {
	  top: 25px;
	}
	
	#mmenu {
		display:block !important;
	}
	
	
	#wrapper_iscroll a{
		padding:0 25px;
		font-size:16px;
		line-height:60px;
	}
	
	.body_administraciones section.main,
	.body_empresas section.main {
		text-align:center;
		padding: 120px 0 70px 0;
	}
	.body_administraciones section.main img,
	.body_empresas section.main img {
		margin:50px auto 0 auto;
		width:50%;
	}
	
	.body_casos section.main {
		padding: 100px 0 60px 0;
	}
	
	.infobloc {
		text-align:center;
	}
	
	.infobloc.left img {
		margin:50px 0 0 0;
		width:40%;
		float:none;
	}
	.infobloc h2:after {
		left: 50%;
		margin-left:-22px;
	}
	.infobloc.right img {
		margin:0px 0 50px 0;
		width:40%;
		float:none;
	}
	.footer-style-three .footer-bottom .copyright {
		margin:0;
		text-align:left;
	}

	.rutasbloc .text {
		font-size:13px;
		line-height:20px;
		margin:0 0 60px 0;
	}
	.casbloc h2 {
		font-size: 22px;
		margin: 0 0 22px 0;
		line-height: 30px;
	}
	.casbloc:nth-child(even) .contingut {
		padding-right:40px;
		padding-left:20px;
	}
	.casbloc:nth-child(odd) .contingut {
		padding-left:40px;
		padding-right:20px;
	}
	
	.body_casos section.main {
		background-position:top 50px center;
		padding: 110px 0 60px 0;
	}
	
	.comptador p {
		font-size:38px;
	}
	.comptador span {
		font-weight:600;
		font-size:20px;
	}
	
	
	.body_register section.main .container {
		background-size:auto 100px;
		background-position:bottom 40px right 30px;
		padding:35px 15px 60px 15px;
	}
	.body_register  section.main h1 {
		font-size:30px;
		line-height:40px;
		margin:0px 0 5px 0;
	}
	.body_register  section.main .text {
		font-size:16px;
	}
	.reg_box {
		padding:30px;
		margin-top:60px;
	}
	
	
	.body_recover section.main .container {
		text-align: center;
		padding: 55px 15px 55px 15px;
	}
	section.recover_bloc {
		min-height: calc(100vh - 337px);
		padding: 70px 0;
	}
	span.enricmas {
		display:none;
	}
	
	.review-tabs .tab-buttons .tab-btn {
		padding: 0 20px 10px;
	}
	.review-tabs {
		margin-top: 60px;
	}
	.review-tabs .buttons-box {
		margin-bottom: 40px;
	}
	.tab  .icon img {
		height:40px;
	}

	.tab .tab_left {
		height:380px;
	}
	.tab .tab_left img{
		height:380px;
	}

	.tab .tab_right {
		padding-right:30px;
		padding-left:20px;
		height:380px;
		
	}
	.review-tabs .tabs-content .tab .text-column .text {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.visible_md {
		display:none;
		text-transform:none;
	}
	.hidden_md {
		display:inline-block;
	}
}


/* MOBIL */
@media (max-width: 767px) {
	.banner-three .image-layer {
		display:block;
		width: 80%;
		left: 20%;
		opacity:0.5;
	}


	.banner-three .text-column p {
		font-size: 15px;
		margin-bottom: 50px;
	}
	.banner-three {
		height: 100vh;
		padding-top: 0px;
		padding:60px 15px 0 15px;
	}
	section.bloc {
		padding:50px 0;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-banner .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	h2.titol {
		font-size: 19px;
		line-height: 26px;
		margin: 0 0 15px 0;		
		font-weight: 500;
	}	
	h2.titol.mini {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 12px 0;
	}
	.text {
		font-size: 14px;
		line-height: 1.55em;
	}
	
	img.responsive {
		width:100%;
		margin:50px 0 0 0;
	}
	#info img {
		margin:40px 0 0 0;
	}
	
	.service-style-one .inner-box .text {
		font-size: 14px;
		line-height: 1.5em;
	}
	a.actor_more {
		margin-top:30px;
		width:auto;
	}
	.service-style-one .inner-box {
		padding: 30px 10px;
	}
	h2.sub {
		margin-bottom: 30px !important;
	}
	
	.text_box {
		background-position: top 30px left 30px;
		padding: 70px 30px 45px 30px;
		font-size: 14px;
		line-height: 1.55em;
	}
	.service-style-one .inner-box h3 {
		font-size: 18px;
		margin:5px 0;
	}
	.service-style-one .inner-box p {
		font-size: 16px;
	}
	.actores_box {
		margin: 35px 0 0 0;
	}
	.extras_box {
		margin: 35px 0 0px 0;
	}
	#wrapper_iscroll a{
		padding:0 20px;
		font-size:15px;
		line-height:46px;
		    padding-top: 2px;
	}
	
	p {
		line-height: 1.4em;
	}
	.scroll-to-top {
		bottom: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 38px;
		border-radius: 3px;
	}
	
	.body_ciudadanos  section.main,
	.body_administraciones section.main,
	.body_empresas section.main {
		text-align:center;
		padding: 100px 0 70px 0;
	}
	.body_ciudadanos section.main img,
	.body_administraciones section.main img,
	.body_empresas section.main img {
		margin:50px auto 0 auto;
		width:100%;
	}
	.body_ciudadanos section.main h1,
	.body_administraciones section.main h1,
	.body_empresas section.main h1 {
		font-size: 30px;
		margin: 0 0 20px 0;
		line-height:38px;
	}
	.body_ciudadanos section.main .text,
	.body_administraciones section.main .text,
	.body_empresas section.main .text {
		font-size: 13px;
	}
	.cloud_block h2 {
		font-size: 22px;
		margin: 0 0 12px 0;
	}	
	.service-style-two {
		margin-bottom: 30px;
	}
	.service-style-two .inner-box h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.service-style-two .inner-box .text {
		font-size: 14px;
	}	
	.service-style-two .inner-box {
		border-top:1px solid #ccc;
		padding-top:30px;
	}	
	.infobloc h2 {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 25px 0;
		padding: 0 0 13px 0;
	}
	.infobloc.left img {
		margin:50px 0 0 0;
		width:80%;
	}
	.infobloc.right img {
		margin:0px 0 50px 0;
		width:80%;
	}
	section.contact h3 {
		font-size: 26px;
		margin: 0 0 20px 0;
	}
	.footer-style-three .footer-bottom .copyright {
		margin:0 0 15px 0;
		text-align:center;
	}
	footer .text-right {
		text-align:center;
		padding:0;
	}
	.service-style-two .inner-box .icon {
		position: relative;
		margin-bottom: 15px;
	}
	.cloud_block .text {
		margin: 0 0 40px 0;
	}
	.rutasbloc h2 {
		color:#444;
		font-size:20px;
		padding-bottom:15px;
		margin:0 0 20px 0;
	}
	.rutasbloc .text {
		font-size:13px;
		line-height:20px;
		margin:0 0 50px 0;
	}
	.rutasbloc img {
		width:100%;
	}
	

	.body_casos section.main h1 {
		font-size: 28px;
		margin: 0 0 20px 0;
		line-height:38px;
	}
	.body_casos section.main .text {
		font-size: 14px;
		margin:0;
	}
	.casbloc {
		min-height: 0px;
		padding: 50px 0 50px 0;
		margin:0 0 3px 0;
	}
	.casbloc * {
		z-index:3;
		position:relative;
	}
	.casbloc:nth-child(even) .contingut {
		padding:0 15px;
	}
	.casbloc:nth-child(odd) .contingut {
		padding:0 15px;
	}
	.casbloc h2 {
		color:#fff;
	}	
	.casbloc .text {
		color:#eee;
	}	
	.casbloc::after {
		left:0 !important;
		right:0 !important;
		top:0;
		bottom:0;
		z-index:1;
	}
	.casbloc::before {
		content:"";
		position:absolute;
		left:0 !important;
		right:0 !important;
		top:0;
		bottom:0;
		background:rgba(0, 0, 0, 0.7);
		z-index:2;
	}
	.body_casos section.main {
		background-position:top center;
		background-size: 500% auto;
		padding: 100px 0 60px 0;
	}
	
	
	
	.comptador {
		border:0px;
		border-bottom:1px solid #ccc;
		min-height:auto;
		margin:0 0 0 0;
		padding:40px 0;
		display: block;
	}
	
	.comptador:first-of-type {
		margin-top:10px;
	}
	.comptador:last-of-type {
		padding-bottom:10px;
	}

	.comptador img {
		height:40px;
		margin:0 0 15px 0;
	}
	.comptador p {
		font-size:32px;
		margin:0 0 4px 0;
		line-height:36px;
	}

	.comptador p span {
		font-size:22px;
		line-height:32px;
	}

	.comptador span {
		font-size:22px;
		margin:0 0 5px 0;
	}

	.comptador span.mini {
		font-size:20px;
	}
	
	
	.body_register section.main .container {
		background-image:none;
		padding:25px 15px 50px 15px;
		text-align:center;
	}
	.body_register  section.main h1 {
		font-size:26px;
		line-height:40px;
		margin:0px 0 10px 0;
	}
	.body_register  section.main .text {
		font-size:15px;
		line-height:22px;
	}
	.reg_box {
		padding:0px;
		margin-top:40px;
		border:0;
		box-shadow:none;
		border-top:1px solid #ccc;
		padding-top:40px;
	}
	.btn-style-five,
	.btn-style-one {
		padding: 10px;
		width:70%;
	}
	.error {
		padding:10px 12px 12px 50px;
		line-height:18px;
		text-align:left;
	}
	.reg_box.direct {
		border:0;
		margin:-10px 0 -10px 0;
		padding:0;
	}
	.body_register section.main.app {
		padding: 30px 0 10px 0;
	}
	
	.intro {
		padding:35px 10px;
		margin:0 0 70px 0;
	}
	.intro img {
		margin:0 0 30px 0 !important;
		width:40%;
	}
	
	.body_recover section.main {
		padding: 50px 0 0 0;
	}
	
	.body_recover section.main .container {
		text-align: center;
		padding: 40px 15px 40px 15px;
	}
	section.recover_bloc {
		min-height:calc(100vh - 353px);
		padding: 50px 0;
	}
	.body_recover section.main h1 {
		font-size: 24px;
	}
	.body_recover section.main .text {
		font-size: 16px;
	}
	span.enricmas {
		display:block;
		margin:-5px 0 20px 0;
		padding:0;
		border:0;	
	}

	
	.review-tabs .tab-buttons {
		width:100%;
	}
	.review-tabs .tab-buttons .tab-btn {
		float: left;
		padding: 10px 0 13px 0;
		width: 25%;
		display:inline-block;
		text-align:center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.review-tabs .tab-buttons .tab-btn span {
		display:none;
	}
	.review-tabs .tab-buttons .tab-btn span.circle {
		display:block;
		margin:0;
		background-color:transparent;
		color:#556d83;
		font-size:16px;
	}
	.review-tabs .tab-buttons .tab-btn.active-btn span.circle {
		color:#fff;
	}
	
	.review-tabs .tab-buttons .active-btn {
		color: #fff;
		background: #5c881a;
		border-color: #5c881a;
	}
	.review-tabs {
		margin-top: 40px;
		margin-bottom:0;
	}
	
	.tab .tab_left {
		height:300px;
		margin:20px 0 0 0;
		float:right;
	}
	.tab .tab_left img{
		height:300px;
	}

	.tab .tab_right {
		padding-right:15px;
		padding-left:15px;
		height:auto;
		float:left;
		margin:0 0 10px 0 !important;
		
	}
	.review-tabs .buttons-box {
		margin-bottom: 20px;
	}
	.review-tabs .tabs-content .tab .text-column .text,
	.review-tabs .tabs-content .tab .text-column .text.mini {
		font-size: 14px;
	}
	.review-tabs .tabs-content .tab .text-column .icon {
		margin: 0px 0 12px 0;
	}
	
	.tabs-content {
		border:1px solid #eee;
		border-top:1px solid #ddd;
		padding:30px 20px;
		   
	}
	.review-tabs .tabs-content {
		 margin-top: -26px;
	}
	.review-tabs .buttons-box {
		margin-bottom: 0px;
	}
	.review-tabs .tab-buttons .tab-btn {
		border:0px;
	}


		
	.contact_button,
	.contact_button:hover {
		margin:0 0 15px 0;
		padding: 12px 20px 12px 50px;
	}
	.contact_button:last-of-type {
		margin:0;
	}

}


/* Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
	
}
