
body , html {
	
	margin: 0px 30px;
	padding: 0px;
        overflow: hidden;
}







/*************** MENU**********************/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 380px;
	overflow: hidden;
}
.cbp-af-header .cbp-af-inner {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* Transitions and class for reduced height */

.cbp-af-header.cbp-af-header-shrink {
	height: 330px;
}
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 20px;
}
.logo {
	position: fixed;
	top: 23px;
	border: 0px solid #4fff04;
	left: 5%;
	width: 173px;
	height: 105px;
	clip: rect(63px, 173px, 105px, 0px);
	-webkit-transition: all 03s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .logo {
	top: 13px;
	border: 0px solid #4fff04;
	left: 5%;
	width: 173px;
	height: 105px;
	clip: rect(63px, 173px, 67px, 0px);
}
.logo1 {
	position: fixed;
	top: 23px;
	border: 0px solid #4fff04;
	left: 5%;
	width: 173px;
	height: 105px;
	clip: rect(0px, 173px, 63px, 0px);
	-webkit-transition: all 03s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
.cbp-af-header.cbp-af-header-shrink .logo1 {
	top: 13px;
	border: 0px solid #4fff04;
	left: 3%;
}

.navigation {
	width: 90%;
	height: 140px;
	background: #ffffff;
	border-bottom: 2px solid #333333;
	-webkit-transition: all 03s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0px auto;
	-webkit-box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.5);
box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.5);
}
.nav-container {
	max-width: 600px;
	margin: 0 auto;
	height: 140px;
	border: 0px solid #009999;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .nav-container {
	max-width: 510px;
}
.cbp-af-header.cbp-af-header-shrink .navigation {
	height: 90px;
}
nav ul {
	list-style: none;
	margin: 45px 0px 5px;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink nav ul {
	list-style: none;
	margin: 10px 0px 5px;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
	margin: 0px;
	width: 220px;
	display: block;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0px solid #009999;
}
.cbp-af-header.cbp-af-header-shrink nav ul li {
	height: 25px;
	line-height: 25px;
	width: 190px;
}
.smaller {
	text-align: right;
	width: 160px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .smaller {
	width: 130px;
}
nav ul li b {
	font-weight: 500;
}
.cbp-af-header.cbp-af-header-shrink nav ul li {
	height: 25px;
	line-height: 25px;
}
nav ul li a {
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink nav ul li a {
	line-height: 25px;
	font-size: 13px;
}
nav ul li a:before {
	color: #861F41;
	content: '. '
}




nav ul li a:hover, nav ul li a:visited:hover {
	color: #861F41;
}
.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffff;
	height: 70px;
	width: 70px;
}
/***************end MENU**********************/












/*************** LANG**********************/

#lang {
	display: block;
	position: absolute;
	top: 15px;
	left: 60px;
	z-index: 200;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #777;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#lang a {
	text-decoration: none;
	color: #666;
	font-weight: 600;
}
#lang .active {
	text-decoration: none;
	color: #999;
	font-weight: 400;
}

/***************end  LANG**********************/








/************************MAIN HOME***************************/

.wrapperhome {
	width: 100%;
	height: 100vh;
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 48% 52%;
	color: #444;
}
.boxhome {
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 0px solid #ee0000;

}

.b1 {
	grid-row: 1;
	grid-column: 1;
	margin: 40px 10px 40px 0px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #efefef;
}

.b1 .pic {
	height: 100%;
	width: 100%;
	background-image: url(img/cames.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.b2 {
	grid-row: 1;
	grid-column: 2;
	
	margin: 40px 0px 40px 10px;
	border: 0px solid #ee0000;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: flex-end; /* Safari 7.0+ */
	display: flex;
	align-items: flex-end;
}

.alignerintro {
	width: 100%;
}

.wrapperintro {
	width: 100%;
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 100%;
	color: #444;
}
.boxintro{
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 0px solid #ee00ee;

}


.logointro {
	width: 190px;
}
.c1 {
	width: 100%;
	grid-row: 1;
	grid-column: 1;
	border-bottom: 2px solid #999;
	padding-bottom: 10px;
	animation-delay: 0.5s;
}


.c3 {
	grid-row: 2;
	grid-column: 1;
		font-family: 'unna', serif;
	color: #861F41;
	font-size: 45px;
	letter-spacing: 0px;
	font-weight: 400;
	padding: 40px 0px 10px 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	animation-delay: 0.7s;
}

.c2 {
	width: 100%;
	grid-row: 3;
	grid-column: 1;
	border-bottom: 2px solid #999;
	padding: 5px 0px 15px 0px;
	animation-delay: 0.9s;
}


.c2 p {
	color: #444444;
	font-size: 14px;
	letter-spacing: 1px;
	text-indent: 0px;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	border: 0px solid #555555;
	padding: 0px;
	margin: 12px 0px 0px 0px;
}


.c2 p i {
	color: #444444;
line-height: 32px;
}

.c2 p:first-child:first-letter {
	float: left;
	font-size: 32px;
	font-weight: 200;
	margin: -6px 3px 0px 0px;
	color: #444444;
	padding-bottom: 3px;
}
.c4 {
	grid-row: 4;
	grid-column: 1;
	animation-delay: 1.1s;

}

.tableintro {
	padding: 40px 0px 0px 0px;

}

.tableintro a {
		line-height: 23px;
	color: #222222;
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.tableintro a:hover {
	color: #861F41;
}


.tableintro a:before {
	color: #861F41;
	font-size: 18px;
		line-height: 23px;
	content: '• '
}


/************************MAIN HOME***************************/



/****************************************************************************************************************/
@media only screen and (max-width: 898px) {
.nav-mobile {
	display: block;
	background: #ffffff;
	height: 60px;
	width: 60px;
	position: fixed;
	right: 5%;
}
	
	#blank {display: none}
	
	
nav {
	width: 100%;
	padding: 0px 0 15px;
	margin: 62px 0px 0px;
	-webkit-transition: all 03s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
nav ul {
	display: none;
	
}
nav ul li {
	float: none;
}
nav ul li a {
	padding: 0px;
	line-height: 20px;
}
nav ul li ul li a {
	padding-left: 0px;
}
	
	
	
	
	
.nav-dropdown {
	position: static;
}
	
.logo {
	position: fixed;
	top: -7px;
	border: 0px solid #4fff04;
	left: 24%;
	width: 120px;
	clip: rect(44px, 173px, 65px, 0px);
	-webkit-transition: all 03s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .logo {
	opacity: 0;
	position: fixed;
	top: -7px;
	border: 0px solid #4fff04;
	left: 24%;
	width: 120px;
	clip: rect(44px, 173px, 65px, 0px);
}
.logo1 {
	position: fixed;
	top: 10px;
	border: 0px solid #4fff04;
	left: -2%;
	width: 115px;
	clip: rect(0px, 173px, 43px, 0px);
	-webkit-transition: all 03s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
.cbp-af-header.cbp-af-header-shrink .logo1 {
	top: 10px;
	border: 0px solid #4fff04;
	left: -2%;
}	
	
	
.navigation {
	width: 90%;
	height: 62px;
	background: #ffffff;
	border-bottom: 2px solid #333333;
	-webkit-transition: all 03s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0px auto;

}
.nav-container {
	max-width: 100%;
	margin: 0 auto;
	height: 60px;
	border: 0px solid #009999;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .nav-container {
	max-width: 100%;
}
.cbp-af-header.cbp-af-header-shrink .navigation {
	height: 62px;
}
nav ul {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink nav ul {
	list-style: none;
	margin: 10px 0px 5px;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
	margin: 0px;
	width: 100%;
	display: block;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #cccccc;
	background:rgba(245,245,245,0.89);
}
	
	
.idioma {
	float: left;
	position: relative;
	margin: 0px;
	width: 100%;
	display: block;
	padding: 0px 0px 0px 0px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px dotted #bbbbbb;
	background:rgba(245,245,245,0.99);
	font-size: 14px;
		font-family:  'Source Sans Pro', sans-serif;
	
	color: #777777;
	font-weight: 400;
	
}	
	
	
	.idioma a {
	font-size: 14px;
	font-weight: 600;
		line-height: 30px;
	color: #333333;
	text-decoration: none;

		font-family:  'Source Sans Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color: #861F41;
		
		
		
		
		
		
}
	.idioma a:before {
	color: #861F41;
	content: ''
}
	
	
.cbp-af-header.cbp-af-header-shrink nav ul li {
	height: 30px;
	line-height: 30px;
	width: 100%;
}
.smaller {
	text-align: left;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .smaller {
	width: 100%;
}
nav ul li b {
	font-weight: 500;
}

nav ul li a {
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink nav ul li a {
	line-height: 30px;
	font-size: 15px;
}	
	
	
	
	
}



/****************************************************************************************************************/


@media screen and (min-width: 899px) {
	
	.cbp-af-header {
	 display: none;
		
	}
	
	
	
	.nav-list {
	display: block !important;
	width: 100%;
}
	
}
#nav-toggle {
	position: absolute;
	right: 0px;
	top: 20px;
	cursor: pointer;
	padding: 17px 25px 16px 0px;

	background: #ffffff;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 25px;
	background: #777777;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
article {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
}



@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
	

/************************MAIN HOME***************************/
	
	body , html {
	
	margin: 0px;
	padding: 0px;
		
        overflow: visible;
}
	
	
	/*************** LANG**********************/

#lang {
 display: none;
}



/***************end  LANG**********************/
	
	
	
	
	
	
/************************MAIN HOME***************************/

.wrapperhome {
	width: 90%;
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 100%;
	color: #444;
	margin: 70px auto 0px;
	height: auto;
}
.boxhome {
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 0px solid #ee0000;

}

.b1 {
	grid-row: 1;
	grid-column: 1;
	border: 0px solid #999;
	padding: 5px;
	background: #eeeeee;
	height: 260px;
	margin: 0px;
}

.b1 .pic {
	height: 100%;
	width: 100%;
	background-image: url(img/cames.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.b2 {
	grid-row: 2;
	grid-column: 1;
	display: block;
	padding: 0px;
	margin: 20px 0px 0px;
	border: 0px solid #ee0000;
}

.alignerintro {
	width: 100%;
}

.wrapperintro {
	width: 100%;
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 100%;
	color: #444;
}
.boxintro{
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: 0px solid #ee00ee;

}


.logointro {
	width: 180px;
}
.c1 {
display: none;
	height: 1px;
	width: 100%;
	grid-row: 1;
	grid-column: 1;
	border-bottom: 0px solid #999;
	padding-bottom: 10px;
	animation-delay: 0.5s;
}


.c3 {
	grid-row: 2;
	grid-column: 1;
		font-family: 'unna', serif;
	color: #861F41;
	font-size: 2.1em;
	letter-spacing: 0px;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
	text-shadow: 1px 1px 1px rgba(51,51,51,0.1);
	animation-delay: 0.7s;
}

.c2 {
	width: 100%;
	grid-row: 3;
	grid-column: 1;
	border-bottom: 0px solid #999;
	padding: 5px 0px 15px 0px;
	animation-delay: 0.9s;
}


.c2 p {
	color: #222222;
	font-size: 1em;
	letter-spacing: 0px;
	text-indent: 0px;
	font-weight: 300;
	line-height: 1.4em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border: 0px solid #555555;
	padding: 0px;
	margin: 12px 0px 0px 0px;
}


.c2 p i {
	color: #222222;
	line-height: 1.4em;
}

.c2 p:first-child:first-letter {
	float: left;
	font-size: 32px;
	font-weight: 200;
	margin: -5px 2px 0px 0px;
	color: #444444;
	padding-bottom: 3px;
}
.c4 {
	display: none;
	height: 20px;
	grid-row: 4;
	grid-column: 1;
	animation-delay: 1.1s;

}


/************************MAIN HOME***************************/

	
	
	
	
	
	.footermob {
	display: block;
	height: 60px;
	width: 90%;
	background-color: #fff;
	background-size: cover;
	margin: 60px auto 0px;
	padding: 10px 0px 0px;
	border-top: 1px #999 solid;
	text-align: right;
}
	
	.footermob .city {
	width: 10;
color: #777777;
	text-decoration: none;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	border-left: 0px solid #888888;
	text-align: left;
	padding-left: 0px;
}
	

.footermob .lwgfooter {
 height: 20px;
 padding: 0px;

}
	
	

	
.footermob .langs a {
	text-decoration: none;
	color: #666;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
}
.footermob .langs  .active {
	text-decoration: none;
	color: #999;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
}
	
	
	
	


.footer {
	display: none;
	height: 1px;
	width: 90%;
	background-color: #fff;
	background-size: cover;
	margin: 60px auto 0px;
	padding: 20px 0px 0px;
	border-top: 1px #999 solid;
	text-align: right;
}


.footer table , .footer1 table , .footermob table {
	width: 100%;
	
}

.footer td, .footer1 td, .footermob td {
	border: 0px solid #4455ff;
	margin: 0px;
	
}


.footer a , .footer1 a, .footermob a {
color: #777777;
	text-decoration: none;
	font-weight: 600;
	font-size: 11px;
}

.lwgfooter {
	height: 16px;
	padding-right: 15px;
}

.emailfooter {
	height: 12px;
}


.footer .city , .footer1 .city {
	width: 90%;
color: #777777;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	border-left: 1px solid #888888;
	text-align: left;
	padding-left: 15px;
}	
	
	
	
}


