@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
Base
========================================================================== */

html, body{
	/* padding:0; */
	margin:0;
	min-width: 400px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	font-family: 'Lato', sans-serif;
	background: rgb(247, 248, 250);
}

body{background-image:url('../imagenes/cabecera/fondoweb.jpg');}

html .ie8 .ct-x {
	display: none;
}

h1{
	font-size:inherit;
}


li{
	display:inline-block;
	padding-right:15px;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
	text-decoration: none;
	color:inherit;
}

img,
a img
{
	border:0;
}

.cuerpo {
	margin-left: 40px;
	margin-right: 40px;
}

.fondo{
	width: 100%;
	height: auto;
	max-width: 550px;
	position: fixed;
	right: 0;
	z-index: -1;
}

/* ==========================================================================
Scroll personalizado
========================================================================== */

.scroll::-webkit-scrollbar {
	width: 5px;
	height: 12px;
}
.scroll::-webkit-scrollbar-track {
	background: #1a4080;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1) inset;
}
.scroll::-webkit-scrollbar-thumb {
	background: rgba(16, 43, 89, 1);
	/* border-radius: 10px; */
	/*border: 1px solid rgba(0,0,0,0.3);*/
	/* box-shadow: -3px -3px 6px rgba(66,137,224,1) inset,3px 3px 3px rgba(158,226,225,1) inset; */
}


/* ==========================================================================
Header
========================================================================== */

.ct-header{
	max-width: 1500px;
	margin:auto;
	position:relative;
	height:100%;
}

header{
	position: fixed;
	width: 100%;
	height: 155px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-left: 40px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 26px;
	top: 0;
	z-index: 80;
	padding-right: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 0 15px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.0);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.0);
	background: white;
}

header.sticky {
	padding-top:10px;
	height: 60px; 
	background: #f8f9fb;
	border-bottom:none;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	color:white;
	box-shadow: 0 0 25px rgba(0,0,0,0.15); 
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15); 
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.img-logo{
	height: 90px;
	position:relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.desaparece{
	visibility: hidden;
	height: 0px;   
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	transition: all 0.2s ease;
	opacity: 0;
}

.img-logo-sticky{
	height: 149%;
	position: absolute;
	opacity: 0;
	left: 0px;
	top: -10px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.img-logo-sticky1 {
	height: 60px;
	position: absolute;
	opacity: 1;
	visibility: visible;
	left: 0px;
	top: -10px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.ct-info-header {
	top: 0;
	right: 30px;
	position: absolute;
	width: 158px;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}

.ct-info-header-sticky {
	width: 270px;
}

.ct-idiomas {
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.ct-idiomas-sticky {
	right: 40px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible;
}

.boto-menu {
	position: absolute;
	right: 20px;
	top: 0px;
	display: none;
}

.RRSS2 {
	font-size: 35px;
	color: white;
	position: relative;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.logo-rrss-menu {
	cursor: pointer;
	opacity:1;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;	
}

.logo-rrss-menu:hover {
	opacity: 0.7;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
}

.logo-rrss-sticky{
	display: none;
}

.logo-rrss-sticky-1{
	display: inline-block;
	opacity: 1;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	cursor: pointer;
}

.logo-rrss-sticky-1:hover {
	opacity: 0.50;
}

.logo-rrss{
	display: inline-block;
	opacity: 1;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	cursor: pointer;
	color: #1a4080;
}

.logo-rrss:hover {
	opacity: 0.50;
}

.logo-rrss-1{
	display: none;
}

.aparece{
	display:inline-block;
}

.animateList{
    cursor: pointer;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
    color: #1a4080;
	
}

.animateList:hover{
	color:rgba(26, 64, 128, 0.65)
}

.animateList1{
    cursor: pointer;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	color: rgba(255, 255, 255);
}

.animateList1:hover{
    padding-bottom: 5px;
	color: rgba(255, 255, 255, 0.50);
}

.idiom {
	display: inline-block;
	opacity: 1;
	cursor: pointer;
}

.idiom:hover {
	opacity: 0.5;
}

.ct-nav{
	display:inline-block;
}

.menu-principal{
	position: absolute;
	top: 8px;
	display: none;
}

.menu-principal-sticky{
	top: -10px;
}

.ct-menu-secciones {
	background: #d6deeb;
	margin: auto;
	margin-top: 155px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	max-width: 1500px;
}

.ct-menu-secciones-sticky {
	margin-top: 60px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ct-menu {
	margin-top: 200px;
	background: rgb(0, 155, 119);
}

.menu {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: white;
	max-width: 1120px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}

.menu-secciones{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	max-width: 1500px;
	margin: auto;
	padding-left: 40px !important;
	padding-right: 40px;
	text-transform: uppercase;
	position: relative;
}

.ct-rrss{
	display: inline-block;
	position: absolute;
	right: 0px;
	font-size: 30px;
	top: 130px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ct-rrss-sticky {
	top: 5px;
	right: 0px;
}

.rrss-not {
	float: right;
}



/* ==========================================================================
Cuerpo
========================================================================== */

.ct-cuerpo{
	position:relative;
	margin: auto;
}

.top-cuerpo {
	margin-top: 10px;
}

h2.tit-sec {
    margin-top: 0;
    margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
    max-width: 1500px;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 35px;
    color: #2d427d;
    padding-right: 40px;
    padding-left: 40px;
}

.ct-tit-sec {
    width: 100%;
    background: #d6dce9;
    max-width: 1500px;
    margin: auto;
}

.section-home {
	max-width: 1500px;
	margin: auto;
	overflow: hidden;
}

article.ct-sigueme-home {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;  
    background: white;
    float: left;
}

.sigueme-h2 {
    background: rgb(45, 66, 125);
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/* ==========================================================================
Caja Cookies
========================================================================== */

.ct-caja-cookies {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 15px;
	padding-bottom: 20px;
	box-sizing: border-box;
	z-index: 100;
	opacity: 1;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}


.desact-cookies {
	opacity: 0 !important;
	z-index: -3;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.caja-cookies {
    margin: auto;
    max-width: 1200px;
    bottom: 0;
    font-size: 15px;
    text-align: center;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-style: Italic;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #5A5A5A;
}

.ct-buttons-cookies {
    text-align: center;
    padding-top: 15px;
}

button.button-cookies,
div.button-cookies {
	padding: 8px;
	background: rgb(45, 66, 125);
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: Italic;
	font-size: 15px;
	color: white;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	border-radius: 4px;
	border: solid 1px rgb(45, 66, 125);
	padding-left: 20px;
	padding-right: 20px;
	width: 150px;
	margin: auto;
}

button.button-cookies:hover,
div.button-cookies:hover {
	-webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
    background: rgba(42, 142, 205,0.1);
	color: rgb(42, 142, 205); 
}


/* ==========================================================================
Footer
========================================================================== */

footer{
	background: #2d427d;
}

.ct-footer{
	max-width: 1500px;
	width: 100%;
	margin: auto;
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

.ct-logos-foot {
	margin-bottom: 20px;
	position: relative;
}

.ct-info-foot {
	width: 100%;
	background: #203156;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	margin-top: 30px;
	font-size: 12px;
}

ul.foot-versis, ul.foot-servicios, ul.foot-actualidad, ul.foot-area, ul.foot-contacto {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    padding-left: 20px;
    margin-bottom: 0;
}

li.tit-menu-foot {
    display: block;
    font-family: 'Lato', sans-serif;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}

li.li-menu-foot {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 5px;
}

.ct-logo-footer {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.ct-menu-footer {
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, 0.25);
    padding-left: 10px;
}

.logo-footer{
	width: 160px;
	margin: auto;
}

.txt-foot {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	display: block;
	color: rgba(255, 255, 255, 0.35);
	padding-left: 15px;
	padding-right: 15px;
}

.fan-box {
	padding: 15px;
	text-align: center;
	max-width: inherit;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    max-width: 320px;
}

.ct-logo-khaos {
	-webkit-font-smoothing: antialiased;
	text-align: right;
	margin-top: 10px;
	color: white;
	display: inline-block;
	right: 20px;
	margin-bottom: 10px;
	bottom: 7px;
	position: absolute;
	opacity: 0.5;
}

.by-khaos {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #FFFFFF;
}

span.icon-khaos {
    font-size: 26px;
}


/* ==========================================================================
Estilos Noticias Home
========================================================================== */

article.noticias-home, .ct-cont, div.noticias-home, div.noticias_home {
    width: 66.666%;
    display: inline-block;
    float: left;
}

.ct-int-cont {
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ct-int-cont img {
	padding: 15px;
}

.ct-int-cont h2{
    color: rgb(3, 64, 132);
    font-weight: 400;
    margin-top: 0;
}

.ct-int-cont h3{
    color: rgba(3, 64, 132, 0.65);
    font-weight: 400;
    margin-top: 0;
    font-size: 18px;
    font-style: italic;
}

.ct-int-cont ul {
	padding-left: 1em;
} 

.ct-int-cont ul li {
	display: list-item;
	padding-bottom: 5px;
	color: #696969;
	position: relative;
	left: 2em;
	padding-right: 1em;
}

.ct-int-cont img {
	max-width: 100%;
	height: auto;
}

article.ct-cont p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	color: #696969;
	margin-top: 0;
}

span.slogan {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 20px;
	color: rgb(5, 66, 133);
}

.ct-slogan h3 {
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
    color: rgba(1, 64, 135, 0.65);
}

.img-not-port-home {
    width: 50%;
    height: 285px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

.titular-not-port-home {
	margin-top: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #1a4080;
	font-size: 20px;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 0;
	/* margin-bottom: 10px; */
}

.ct-cont-not-home {
	height: 216px;
	overflow: hidden;
}

.leer-mas {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 15px;
    color: rgba(45, 66, 125, 0.7);
}

.leer-mas p {
	margin-bottom: 0;
}

.ct-cuerpo-not-home {
	overflow: hidden;
}

.cuerpo-not-port-home {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #869cc5;
	font-size: 15px;
	text-align: left;
	margin-top: 0;
	padding-top: 20px;
	line-height: 1.2;
}

.ct-textos-not-home {
	width: 49%;
	display: inline-block;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ct-not-port-home {
	background: #f7f8fa;
	border-bottom: solid 1px rgba(45, 66, 125, 0.2);
}

/* ==========================================================================
Contenido equipo
========================================================================== */

.ct-int-cont-equipo {
    display: table;
    width: 100%;
}

.miem {
	cursor: pointer;
	position: relative;
}

.miem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ct-fot-miem {
	overflow: hidden;
}

.fot-miem {
    height: 230px;
    background-position: center center;
    background-size: cover;
	filter: url(filter.svg#gris);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	opacity: 0.8;
    -ms-transform: scale(1);   
    -webkit-transform: scale(1);   
    transform: scale(1);
}

.miem:hover .fot-miem {
	filter: url(filter.svg#gris);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	opacity: 1;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ct-miem {
    background-color: #f7f8fa;
    display: table-cell;
    width: 50%;
}

.ct-miem-secund {
    background-color: #f7f8fa;
    float: left;
    width: 25%;
    min-height: 300px;
}

.ct-miem-row {
    display: table-row;
}

h2.nombre-miem {
    margin-top: 0;
    font-size: 23px;   
    font-weight: 400;
    color: #2d427d;
    margin-bottom: 0;
}

.ct-dat-miem {
    padding: 20px;
}

h3.cargo-miem {
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    color: rgba(45, 66, 125, 0.69);
    margin-top: 0px;
    margin-bottom: 4px;
}

span.mail-miem {
    display: block;
    font-style: italic;
    color: #595956;
}

.ct-miem-secund .nombre-miem {
    font-size: 16px;
}

.ct-miem-secund .cargo-miem {
    font-size: 13px;
}

.ct-miem-secund .mail-miem {
    display: none;
}

.ct-miem-secund .fot-miem {
    height: 190px;
}

.ct-fot-int-con {
    height: 375px;
    overflow: hidden;
    width: 100%;
}

.fot-int-con {
    background-size: cover;
    height: 100%;
    background-position: top center;
}

.ct-txt-int-con {
    padding: 40px;
}

.ct-txt-int-con h2 {
    margin-top: 0;
    color: #1a4080;
    margin-bottom: 0;
}

.ct-txt-int-con h3 {
    font-style: italic;
    font-weight: 400;
    color: rgba(45, 66, 125, 0.69);
    margin-top: 0px;
    margin-bottom: 4px;
}

.ct-txt-int-con ul {
    padding-left: 20px;
}

.ct-txt-int-con li {
    display: block;
    color: #696969;
    margin-top: 0px;
    margin-bottom: 4px;
    position: relative;
}

.ct-txt-int-con li:before {
    content:"-";
    left: -8px;
    position: absolute;
}


.ct-txt-int-con span {
    display: block;
    font-style: italic;
    color: #595956;
}


/* ==========================================================================
Contenido Dónde
========================================================================== */

.ct-int-cont-donde {
    padding: 40px;
}

.ct-int-cont-donde h2 {
    color: rgb(3, 64, 132);
    font-weight: 400;
}

.ct-int-cont-donde li {
    display: block;
    color: #696969;
    margin-top: 0px;
    margin-bottom: 4px;
    position: relative;
}

.ct-int-cont-donde ul {
    margin-top: 0;
    padding-left: 0;
}

.ct-para-bus {
	margin-top: 15px;
}

span.para-bus {
    background-color: red;
    font-weight: bold;
    min-width: 60px;
    min-height: 60px;
    padding: 7px;
    border-radius: 30px;
    color: white;
    font-size: 20px;
}

span.para-bus1 {
    padding: 7px 13px;
    background-color: red;
    font-weight: 700;
    min-width: 60px;
    min-height: 60px;
    border-radius: 30px;
    color: white;
    font-size: 20px;
}

span.para-metro {
    font-size: 22px;
    color: white;
    background-color: #da2433;
    padding: 4px 11px;
    border-radius: 5px;
}

.para-metro.color1 {
	background: #fcc52e;
}

.para-metro.color2 {
	background: #e43396;
}

.para-metro.color3 {
	background: #138e71;
}

.para-metro.color4 {
	background: #b78053;
}

.img-bus {
	width: 100px;
}

.tbla-donde, .tbla-compromiso {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.tbla-compromiso {
	margin-bottom: 40px;
}

.tbla-compromiso img {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.row-donde {
    display: table-row;
}

.cell-compromiso {
    display: table-cell;
    width: 33.333%;
}

.cell-donde {
    display: table-cell;
    width: 50%;
}

.cell-donde h3 {
	font-family: 'Lato', sans-serif;   color: #696969;
	font-size: 17px;
}

img.img-metro {
    width: 215px;
    padding-bottom: 10px;
}

#mi_mapa {
	width: 100%;
	height: 335px;
	margin-top: 10px;
	margin-bottom: -3px;
}

.ct-int-cont.contrata p:first-letter {
	font-size: 38px;
	font-weight: bold;
	line-height: 1em;
	float: left;
	margin-right: .2em;
	color: #2d427d;
}

.ct-int-cont.contrata p.firstp:first-letter {
	font-size: inherit;
	font-weight: 400;
	line-height: 0;
	float: none;
	margin-right: 0;
	color: inherit;
}

/* ==========================================================================
Grid Animación
========================================================================== */


.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1500px;
	list-style: none;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: auto;
	background-color: rgb(29, 43, 82);
}

/* Common style */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 360px;
	width: 33.333%;
	background: #203156;
	text-align: center;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	height: 181px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.7s ease;   
	-moz-transition: all 0.7s ease;   
	transition: all 0.7s ease;
}

.img-lily {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.4;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 79;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 16px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily .img-lily {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.3;
	-webkit-transition: opacity 0.35s, 
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, 
	-webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	font-family: 'Lato', sans-serif;
}

figure.effect-lily:hover img {
	opacity: 0.6;
}

figure.effect-lily:hover p {
	opacity: 0.95;
}

figure.effect-lily:hover .img-lily,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.ct-cerrar-menu-pri.icon-cerrar {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 35px;
    color: white;
}


/* ==========================================================================
Formulario Home
========================================================================== */

div#formulario_contacto {
    position: relative;
}

.contenedorNombre, .contenedorEmail, .contenedorTelefono {
    width: 49%;
    display: block;
}

.contenedorNombre span, .contenedorEmail span, .contenedorTelefono span, .contenedorMensaje span {
    font-size: 15px;
    color: dimgrey;
    font-weight: 700;
    display: block;
    margin-bottom: -10px;
    margin-top: 10px;
}

.contenedorNombre span {
    margin-top: 0;
}

.contenedorNombre input, .contenedorEmail input, .contenedorTelefono input, .contenedorMensaje textarea {
    width: 100%;
    background: transparent;
    border: solid 1px #A8A8A9;
    padding: 5px;
}

.contenedorMensaje {
    position: absolute;
    top: -10px;
    right: 0;
    width: 49%;
}

.contenedorMensaje textarea {
    min-height: 149px;
}

.ct_form_cont {
    margin-bottom: 15px;
}

.contenedoru800-17 {
    margin-top: 10px;
}

.contenedoru800-17 input {
    width: 49%;
    padding: 6px;
    font-size: 18px;
    border: solid 1px #1B4181;
    background: #1B4181;
    color: white;
}


/* ==========================================================================
Grid Lateral
========================================================================== */

.grid1 {
	position: relative;
	margin: 0 auto;
	max-width: 1500px;
	list-style: none;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	min-height: 750px;
}

/* Common style */
.grid1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	/* min-width: 320px; */
	max-height: 360px;
	width: 100%;
	background: #203156;
	text-align: center;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	height: 125px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	z-index: 10;
}

.img-lily {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.4;
}

.grid1 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid1 figure figcaption {
	padding: 2%;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box;
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid1 figure figcaption > a {
	z-index: 100;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid1 figure h2 {
	word-spacing: -0.15em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
}

.grid1 figure h2 span {
	font-weight: 800;
}

.grid1 figure h2,
.grid1 figure p {
	margin: 0;
}

.grid1 figure p {
	letter-spacing: 1px;
	font-size: 16px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily .img-lily {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.3;
	-webkit-transition: opacity 0.35s, 
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7%;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,55px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, 
	-webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	font-family: 'Lato', sans-serif;
}

figure.effect-lily:hover img {
	opacity: 0.6;
}

figure.effect-lily:hover p {
	opacity: 0.95;
}

figure.effect-lily:hover .img-lily,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media screen and (max-width:1200px){

.ct-cuerpo{
	width:100%;
}

}

@media screen and (max-width:1170px){

.ct-menu-footer {
    display: block;
    margin: auto;
    padding-left: 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.25);
    border-left: 0;
    padding-left: 10px;
}

}

@media screen and (max-width:1055px) {

.ct-miem-secund {
    background-color: #f7f8fa;
    float: left;
    width: 33.333%;
}

}

@media screen and (max-width:945px){

.ct-info-foot {
	padding-bottom: 50px;
}

.ct-logo-khaos {
    bottom: 0;
}

.menu-principal{
	display: none;
}

.boto-menu {
	display: block;
	cursor: pointer;
}

.boto-menu-sticky {
	top: 4px;
}

.ct-rrss-sticky {
	right: -6px !important;
}

.menu {
	display: none;
}

.menu-secciones{
	display: none;
}

.ct-menu-secciones {
}

.ct-rrss {
	display: none;
}

.ct-idiomas {
	opacity: 1;
	visibility: visible;
}

.top-cuerpo {
  margin-top: 0px;
}

}

@media screen and (max-width:915px){

.ct-central {
	max-width: 100%;
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

.cnt-datos {
	width: 49.5%;
	display: inline-block;
}

}

@media screen and (max-width:875px) {

.ct-miem-secund {
    background-color: #f7f8fa;
    float: left;
    width: 50%;
}
	
}

@media screen and (max-width:740px){
	
.fan-box {
    width: 100%;
    -webkit-box-sizing: border-box;   
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}

.ct-idiomas-sticky {
	right: 0;
}

.grid figure {
	width: 50%;
	-webkit-transition: all 0.7s ease;   
	-moz-transition: all 0.7s ease;   
	transition: all 0.7s ease;
}

article.noticias-home, .ct-cont {
    width: 100%;
}

article.ct-sigueme-home {
    width: 100%;
    margin-left: 0;
}

.ct-idiomas {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible;
}

.ct-logo-khaos {
    bottom: 0;
}

article.noticias-home, .ct-cont, div.noticias-home, div.noticias_home {
    width: 100%;
    display: block;
    float: none;
}

.contenedorNombre, .contenedorEmail, .contenedorTelefono {
    width: 100%;
    display: block;
}

.contenedorMensaje {
    position: relative;
    top: 0px;
    right: 0;
    width: 100%;
}

	
}


@media screen and (max-width:590px){
	
.logo-khaos {
	float: none;
	position: absolute;
	display: block;
	right: 0;
	bottom: -200px;
	width: 100px;
}

.logo-footer {
	display: block;
	margin: auto;
}

.ct-logo-khaos {
	position: absolute;
	top: 75px;
}

}


@media screen and (max-width:570px){

.ct-list-serv {
	width: 100%;
	display: block;
}

.logo-khaos {
	float: none;
	position: absolute;
	display: block;
	right: 0;
	bottom: -165px;
	width: 100px;
}

.logo-footer {
	width: 160px;
	display: block;
	margin: auto;
}


.img-logo-sticky1 {
	left: -40px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.grid figure {
	width: 100%;
	-webkit-transition: all 0.7s ease;   
	-moz-transition: all 0.7s ease;   
	transition: all 0.7s ease;
}

.cell-donde {
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

.cell-compromiso {
    display: block;
    width: 100%;
    text-align: center
}

.tbla-compromiso img {
	width: 80%;
	padding: 15px;
	box-sizing: border-box;
}

	
}


@media screen and (max-width:470px){

.header-not{
	font-size: 1.85em;
}

.img-not-port-home {
    width: 100%; 
}

.ct-textos-not-home {
	width: 100%;
}

.txt-foot {
	font-size: 12px;
}

.ct-miem {
    display: block;
    width: 100%;
}


}

