@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Open+Sans:300,400,600,700,800';

*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*:focus
{
	outline:none;
}
a
{
	text-decoration:none;
}
li
{
	list-style:none;
}
body
{
	background-color:#fff;	
	font-family: 'Raleway', sans-serif;
	font-size:17px;
	line-height:23px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#333;
}
h1
{
	background:#fff;
	width:220px;
	position:relative;
	margin-left:35px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	padding-top: 5px;
	color: #95c11e;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}
h1 span.nombre
{
	display: block;
}
h1 strong
{
	display: block;
	color: #008ad3;
	font-weight: 700;
	font-size: 29px;
	margin-top: 10px;
}
h1:after
{
	content:"";
	display:block;
	position:absolute;
	right:-35px;
	top:0;
	width:35px;
	height:234px;
	background:url(../images/sombra-escudo-right.png)  right 20px top no-repeat;
}
h1:before
{
	content:"";
	display:block;
	position:absolute;
	left:-35px;
	top:0;
	width:35px;
	height:234px;
	background:url(../images/sombra-escudo-left.png) left 18px top no-repeat;
}
h1 img
{
	width:85%;
	max-width: 170px;
	display:inline-block;
}
h1 span.flecha-logo
{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:-30px;
	border-top: 30px solid #fff;
	border-left:110px solid transparent;
	border-right:110px solid transparent;
}
header
{
	background:#1688c9;
	padding-bottom:5px;
	border-bottom: 4px solid rgba(149, 193, 30, 0.85);
}
nav
{
	max-width:1200px;
	width:100%;
	margin: 5px auto 0 auto;
}
footer
{
	background:#8bb900;
	text-align:center;
	color:#fff;
	margin-top:20px;
}
footer .centrar
{
	background:#0286cb;
	padding-top:20px;
	position:relative;
	padding-bottom:50px;
}
footer .centrar:before
{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:100px;
	border-top:15px solid #fff;
	border-left:40px solid transparent;
	border-right:40px solid transparent;
}
footer p strong
{
	font-size:20px;
	color: #94c300;
}
footer p.telefonos
{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #94c300;
}
footer p.telefonos i
{
	color:#94c300;
	font-size:20px;
	margin:0 7px;
}
footer p.telefonos b
{
	color:#94c300;
}
footer p.copy
{
	background:#0067a0;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding: 5px;
	color:#fff;
	font-size:14px;
}
footer p.copy a
{
	font-weight:600;
}
/*transition*/
.sub-menu,
.sub-menu li,
.top-menu > li > a,
.noticias .foto .more,
.noticias .foto .more i,
.sub-menu li a,
.modulos article.agua-marina,
.modulos article.azul,
.redes li a,
.enviar,
.modulos article p span,
.boton
{
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;}

/*ID*/

#banner,
#banner-interno
{
	background:#8cb704 url(../images/back-banner.png);
	background-size:700px;
	position:relative;
}
#banner .caption,
#banner-interno .caption
{
	position:absolute;
	z-index:3;
	right:10px;
	bottom:20%;
	padding: 5px 80px 5px 20px;
}
#banner .caption img
{
	max-width: 400px;
}
#banner-interno .caption
{
	bottom:120px;
}
#banner .caption p,
#banner-interno .caption p
{
	font-size:34px;
	line-height:36px;
	color:#0c6ea0;
}
#banner .caption p span,
#banner-interno .caption p span
{
	display:block;
	font-weight:700;
}
#banner-interno .banner-container
{
	height: 280px;
    overflow: hidden;
}
#banner-interno img
{
	margin-top:-50px;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/*Class*/

.banner-container
{
	max-width:1200px;
	width:100%;
	margin:auto;
}
.banner-container:after
{
	content:"";
	position:absolute;
	height:83px;
	width:100%;
	display:block;
	background:url(../images/bottom-banner.png) top center no-repeat;
	left:0;
	bottom:0;
}
.boton
{
	display: inline-block; 
	padding: 15px; 
	color: #fff; 
	background: #1688c9; 
	border-radius: 10px;
	font-weight: bold;
	margin-top: 30px;
}
.centro
{
	max-width:1100px;
	width:100%;
	margin:auto;
	background:#ededed;
	padding: 50px;
}
.centrar
{
	max-width:1200px;
	width:100%;
	margin:auto;
	position:relative;
	padding-left:20px;
	padding-right:20px;
}
.col-2 
{
    
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.col-3 
{
    
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.datos-top-redes
{
	background:#fff;
	height:50px;
	text-align:right;
}
.datos-top
{
	padding-right:20px;
	color:#0286cb;
	padding-top:5px;
	font-size: 18px;
}
.datos-top i
{
	color:#95c11e;
	font-size:24px;
	margin-right:10px;
}
.datos-top i.fa-home
{
	margin-left:10px;
}
.datos-top,
.redes
{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
}
.enviar 
{
    width: 150px !important;
    padding: 0 !important;
    border: none !important;
    background: #92c700;
    color: #fff;
    font-weight: 700;
}
.foto-interna
{
	display: inline-block;
    vertical-align: middle;
    width: 34%;
	position:relative;
}
.foto-interna img
{
	width:100%;
	border:5px solid #fff;
	border-radius:20px;
	box-shadow:0px 0px 8px rgba(33, 60, 74, 0.53);
}
/*.foto-interna img:before
{
	content:"";
	display:block;
	position:absolute;
	top:35px;
	border-left: 20px solid #fff;
	border-top:30px solid transparent;
	border-bottom:30px solid transparent;
}*/
.formulario-mapa, 
.formulario-contacto 
{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin: 0 2%;
}
.formulario-contacto input, 
textarea 
{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
    border: 1px solid #0286cb;
    border-radius: 5px;
}
textarea 
{
    height: 150px;
    padding: 10px;
    resize: none;
}
.interno article
{
	margin-bottom:30px;
}
.interno.servicios-col3 article
{
	display: inline-block;
	vertical-align: top;
	width: 30.9%;
	margin: 0 1% 30px 1%;
}
.interno.servicios-col2 article
{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 0 2% 30px 2%;
}
.interno.servicios-col3 .texto-interno,
.interno.servicios-col3 .foto-interna,
.interno.servicios-col2 .texto-interno,
.interno.servicios-col2 .foto-interna
{
	width: 100%;
}
.interno.servicios-col3 p,
.interno.servicios-col3 p,
.interno.servicios-col2 p,
.interno.servicios-col2 p
{
	text-align: left;
}
.item-galeria
{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	background: rgba(255,255,255,0.49);
	padding: 10px;
	margin: 0 1% 15px 1%;
	font-size: 17px;
}
.item-galeria img
{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	border: 3px solid #0286cb;
	margin-right: 1%;
}
.item-galeria p
{
	width: 57%;
	display: inline-block;
	vertical-align: middle;
}
.item-galeria p b
{
	color: #0286cb;
}
.item-galeria p span
{
	font-size: 15px;
}
.item-galeria p em
{
	display: block;
	color: #0286cb;
	font-size: 15px;
}
.item-galeria p a
{
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #92c700;
	font-size: 15px;
	color: #fff;
}
.modulos,
.noticias
{
	display:inline-block;
	vertical-align:top;
}
.modulos
{
	width:30%;
	margin-right:4%;
	padding-top:45px;
}
.modulos article
{
	padding:10px;
	border-radius: 20px 0 80px 0;
	margin-bottom:20px;
	position:relative;
	cursor:pointer;
}
.modulos article:after
{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:-18px;
	height:18px;
	width:75%;
	background: url(../images/sombra-modulos.png) top -17px left no-repeat;
	background-size: 100%;
}
.modulos article.rojo
{
	background:#94c300;
}
.modulos article.azul
{
	background:#1688c9;
}
.modulos article img
{
	display:inline-block;
	vertical-align:middle;
	width:40%;
}
.modulos article p
{
	display:inline-block;
	vertical-align:middle;
	width:58%;
	background:rgba(255,255,255,0.15);
	height:115px;
	font-size:22px;
	color:#fff;
	line-height:28px;
	border-radius: 0 30px 70px 0;
	padding: 30px 0 0 20px;
}
.modulos article p span
{
	font-size:26px;
	font-weight:700;
}
.modulos article.rojo p span
{
	color:#536d00;
}
.modulos article.azul p span
{
	color: #005686;
}
.noticias
{
	width:65%;
}
.noticias .content
{
	height:545px;
	overflow:hidden;
}
.noticias h2,
.interno h2
{
	font-size:32px;
	text-align:right;
	color:#06659a;
	font-weight:400;
	line-height:38px;
	position:relative;
	padding-right:92px;
	margin-bottom:40px;
}
.interno h2
{
	text-align:left;
	padding-right:0px;
	padding-left:92px;
}
.noticias h2 span,
.interno h2 span
{
	font-size:40px;
	line-height: 40px;
	display:block;
	font-weight:700;
	border-bottom:1px dotted #93c500;
	padding-bottom:5px;
}
.noticias h2 i,
.interno h2 i
{
	position:absolute;
	top:0;
	right:0;
	width:82px;
	height:82px;
	background:#93c500;
	border-radius:10px;
	font-size:60px;
	text-align:center;
	line-height:85px;
	color:#ededed;
}
.interno h2 i
{
	right:auto;
	left:0;
	font-size: 50px;
}
.menu-movil
{
	display: none;
}
.noticias article
{
	background:#fff;
	padding:12px;
	margin-bottom:15px;
}
.noticias .foto,
.noticias .texto
{
	display:inline-block;
	vertical-align:top;
}
.noticias .foto
{
	width:30%;
	margin-left:2%;
	position:relative;
}
.noticias .foto .more
{
	position:absolute;
	left:0;
	bottom:6px;
	color:#fff;
	background:#0286cb;
	text-align:center;
	padding: 0 10px;
	border-radius: 0 10px 0 0;
	font-size:14px;
	display: block;
}
.noticias .foto .more i
{
	color: rgba(255,255,255,0.70);
	font-size:20px;
	line-height:46px;
	margin-right:5px;
}
.noticias .foto img
{
	width:100%;
}
.noticias .texto
{
	width:67%;
}
.noticias .texto h3
{
	font-size:20px;
	font-weight:700;
	color:#06659a;
	margin-bottom:5px;
}
.noticias .fecha
{
	background:#f7ffdf;
	display:block;
	padding: 3px 5px;
	font-size:14px;
	color:#06659a;
	margin-bottom:15px;
}
.redes
{
	border-left: 1px dotted #94c300;
	padding-left:20px;
	padding-top:3px;
}
.redes li
{
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
}
.redes li a
{
	display:block;
	color:#94c300;
	width:32px;
	height:32px;
	border:3px solid #94c300;
	border-radius:90em;
	text-align:center;
	line-height:28px;
}
.sub-menu
{
	position:absolute;
	background:rgba(149, 193, 30, 0.90);
	border-top: 0px solid #0286cb;
	z-index:2;
	width:100%;
	left:0;
	top: 110px;
	padding: 0;
	overflow:hidden;
	height:0px;
}
.sub-menu div
{
	max-width:1200px;
	width:100%;
	margin:auto;
	padding-left: 20px;
    padding-right: 20px;
}
.sub-menu li
{
	display:inline-block;
	vertical-align:top;
	border-left:1px dotted #fff;
	opacity:0;
}
.sub-menu li a
{
	font-size:15px;
	color:#06659a;
	text-transform:uppercase;
	display:block;
	padding: 0 10px;
	font-weight:600;
}
.subtitulo
{
	font-size: 23px;
	line-height: 25px;
}
.texto-interno
{
	display: inline-block;
    vertical-align:middle;
    width: 62%;
	margin-right:3%;
}
.texto-interno p
{
	text-align:justify;
	margin-bottom:15px;
}
.text-rojo
{
	color:#92c700;
}
.text-azul
{
	color:#06659a;
}
.top-menu
{
	text-align:right;
	font-size:0;
	padding-left:20px;
	padding-right:20px;
}
.top-menu > li
{
	display:inline-block;
	vertical-align:top;
	border-left:1px dotted #95c11e;
}
.top-menu > li:nth-child(1),
.sub-menu li:nth-child(1)
{
	border-left:0px dotted #3fbbce;
}
.top-menu > li > a
{
	display:block;
	padding: 0 10px;
	height:50px;
	line-height:50px;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	font-weight: 600;
}
.top-menu > li > a > i
{
	color: #b2ef0d;
}

/*GALERIA*/

            .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
				margin-bottom: 15px;
				margin-right: 1%;
				margin-left: 1%;
				width: 18%;
				height: 90px;
    			overflow: hidden;
            }
			#lightgallerydos > li {
                width: 170px !important;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #0286cb;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
				height: 90px;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
          

/*END GALERIA*/

/*Hover*/
@media only screen and (min-width : 899px)
{
	.boton:hover
	{
		background: #8bb900; 
	}
	.enviar:hover 
	{
		width: 170px !important;
	}
	.modulos article.rojo:hover
	{
		background:#7ea700;
	}
	.modulos article.azul:hover
	{
		background:#06659a;
	}
	.modulos article.rojo:hover p span
	{
		color:#fff;
	}
	.modulos article.azul:hover p span
	{
		color: #fff;
	}
	.noticias .foto .more:hover
	{
		cursor:pointer;
		background:#93c500;
	}
	.noticias .foto .more:hover i
	{
		color: rgba(255,255,255,1.0);
	}
	.redes li:hover a
	{
		background:#94c300;
		color:#fff;

	}
	.sub-menu li:hover a
	{
		color:rgba(253,253,253,0.80);
	}
	.top-menu > li:hover > a,
	.top-menu > li.active > a
	{
		color:#b2ef0d;
	}
	.top-menu > li:hover .sub-menu li
	{
		opacity:1;
	}
	.top-menu > li:hover .sub-menu
	{
		padding: 8px 20px;
		height:45px;
		border-top: 5px solid #0286cb;
		top: 105px;
	}
}
@media only screen and (min-width : 900px) and (max-width : 1040px)
{
	h1 
	{
		width: 190px;
		margin-left: 25px;
		font-size: 20px;
    	line-height: 25px;
	}
	h1 span.flecha-logo 
	{
		border-left: 95px solid transparent;
		border-right: 95px solid transparent;
	}
	#banner .caption img 
	{
		max-width: 350px;
	}
	.centro 
	{
		padding: 50px 30px 50px 20px;
	}
	.datos-top 
	{
		padding-right: 10px;
		font-size: 16px;
	}
	.interno
	{
		padding: 0 20px;
	}
	.modulos article p 
	{
		font-size: 20px;
		line-height: 26px;
		padding: 30px 0 0 10px;
	}
	.modulos article p span 
	{
		font-size: 24px;
	}
	.redes 
	{
		padding-left: 10px;
	}
	.sub-menu li a 
	{
		font-size: 14px;
		padding: 0 5px;
	}
	.top-menu > li > a 
	{
		padding: 0 5px;
		font-size: 15px;
	}
	
	
}

@media only screen and (min-width : 900px) and (max-width : 924px)
{
	.noticias .foto 
	{
		padding-bottom: 40px;
	}
	.noticias .foto .more 
	{
		padding: 0 5px;
		border-radius: 0;
		width: 100%;
	}
	.demo-gallery > ul > li 
	{
    width: 23%;
	}
}

@media only screen and (min-width : 630px) and (max-width : 899px)
{
	h1 
	{
		width: 190px;
		margin-left: 25px;
		font-size: 20px;
    	line-height: 25px;
	}
	h1 span.flecha-logo 
	{
		border-left: 95px solid transparent;
		border-right: 95px solid transparent;
	}
	ul.bjqs > li > img
	{
		width: 896px !important;
		height: 388px !important;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	#banner-slide,
	ul.bjqs,
	li.bjqs-slide
	{
		height: 388px !important;
	}
	#banner .caption, #banner-interno .caption 
	{
		padding: 5px 40px 5px 20px;
	}
	#banner .caption img 
	{
		max-width: 300px;
	}
	.centro 
	{
		padding: 50px 30px;
	}
	.col-3 
	{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	.datos-top
	{
		display: none;
	}
	.foto-interna 
	{
		display: block;
		width: 100%;
		max-width: 450px;
		margin: 40px auto 0 auto;
	}
	.formulario-mapa, .formulario-contacto 
	{
		display: block;
		width: 100%;
		margin: 0;
	}
	.formulario-mapa 
	{
		margin-top: 40px;
	}
	.interno
	{
		padding: 0 20px;
	}
	.interno.servicios-col3 article
	{
		width: 45%;
		margin: 0 2% 30px 2%;
	}
	.menu-movil
	{
		display: block;
		text-align: right;
		font-size: 30px;
		color: #fff;
		padding: 5px 30px 8px 0;
	}
	.modulos 
	{
		width: 100%;
		margin-right: 0;
		padding-top: 0;
		text-align: center;
	}
	.modulos article 
	{
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0 1% 20px 1%;
	}
	.modulos article p 
	{
		text-align: left;
	}
	.modulos article p span 
	{
		display: block;
	}
	.noticias 
	{
		width: 100%;
		margin-top: 40px;
	}
	.noticias .content 
	{
		height: auto;
	}
	.redes 
	{
		border-left: 0;
		padding-left: 0px;
	}
	.sub-menu 
	{
		position: initial;
		top: 0px;
		height: auto;
		display: none;
	}
	.sub-menu li 
	{
		display: block;
		border-left: 0;
		border-bottom: 1px dotted #fff;
		opacity: 1;
	}
	.sub-menu li:last-child
	{
		border-bottom: 0;
	} 
	.sub-menu li a 
	{
		padding: 10px 0;
		font-size: 14px;
	}
	.texto-interno 
	{
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.top-menu 
	{
		padding-left: 250px;
		background: #016ba2;
		display: none;
	}
	.top-menu > li 
	{
		display: block;
		border-left: 0;
		border-bottom: 1px dotted #b2ef0d;
	}
	.top-menu > li:last-child
	{
		border-bottom: 0;
	}
	.top-menu > li:hover .sub-menu 
	{
		padding: 8px 0;
		height: auto;
		border-top: 0px;
		top: 0;
		display: block;
	}
	.demo-gallery > ul > li 
	{
    width: 23%;
	}
	.item-galeria 
	{
    display: block;
    width: 98%;
	}
}

@media only screen and (max-width : 629px)
{
	h1 
	{
		width: 150px;
		margin-left: 10px;
		font-size: 17px;
		line-height: 22px;
	}
	h1 img 
	{
		margin-bottom: 0;
	}
	h1 span.nombre 
	{
		font-size: 20px;
	}
	h1 strong 
	{
		font-size: 23px;
	}
	h1 span.flecha-logo 
	{
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
	}
	footer .centrar:before 
	{
		right: auto;
		border-top: 15px solid #fff;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
	    left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	footer .centrar 
	{
		padding-top: 40px;
	}
	ul.bjqs > li > img
	{
		width: 692px !important;
		height: 300px !important;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	#banner-slide,
	ul.bjqs,
	li.bjqs-slide
	{
		height: 300px !important;
	}
	#banner .caption, #banner-interno .caption 
	{
		padding: 5px 40px 5px 20px;
	}
	#banner .caption img 
	{
		max-width: 230px;
	}
	.centro 
	{
		padding: 50px 12px;
	}
	.centrar 
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-2,
	.col-3
	{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	.datos-top
	{
		display: none;
	}
	.foto-interna 
	{
		display: block;
		width: 100%;
		max-width: 450px;
		margin: 40px auto 0 auto;
	}
	.formulario-mapa, .formulario-contacto 
	{
		display: block;
		width: 100%;
		margin: 0;
	}
	.formulario-mapa 
	{
		margin-top: 40px;
	}
	.item-galeria 
	{
    display: block;
    width: 98%;
	}
	.interno
	{
		padding: 0 20px;
	}
	.interno.servicios-col3 article,
	.interno.servicios-col2 article
	{
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.menu-movil
	{
		display: block;
		text-align: right;
		font-size: 30px;
		color: #fff;
		padding: 5px 15px 8px 0;
	}
	.modulos 
	{
		width: 100%;
		margin-right: 0;
		padding-top: 0;
		text-align: center;
	}
	.modulos article 
	{
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		position: relative;
		text-align: left;
	}
	.modulos article:after 
	{
		display: none;

	}
	.modulos article img 
	{
		vertical-align: middle;
		width: 40%;
		max-width: 140px;
	}
	.modulos article p 
	{
		text-align: left;
		border-radius: 0 0px 70px 0;
	}
	.modulos article p span 
	{
		display: block;
	}
	.noticias 
	{
		width: 100%;
		margin-top: 40px;
		padding: 0 20px;
	}
	.noticias .content 
	{
		height: auto;
	}
	.noticias h2 
	{
		font-size: 25px;
		line-height: 31px;
		padding-right: 75px;
	}
	.interno h2
	{
		padding-right: 0;
		padding-left: 75px;
		font-size: 23px;
		line-height: 30px;
	}
	.noticias h2 span
	{
		font-size: 40px;
	}
	.interno h2 span 
	{
		font-size: 35px;
	}
	.noticias h2 i, .interno h2 i 
	{
		width: 65px;
		height: 65px;
		font-size: 50px;
		line-height: 65px;
	}
	.interno h2 i 
	{
		font-size: 40px;
	}
	.noticias .texto 
	{
		width: 100%;
	}
	.noticias .texto h3 
	{
		font-size: 25px;
		text-align: center;
	}
	.noticias .texto p
	{
		margin-bottom: 15px;
	}
	.noticias .fecha 
	{
		text-align: center;
	}
	.noticias .foto 
	{
		width: 100%;
		margin-left: 0;
	}
	.noticias .foto .more 
	{
		font-size: 20px;
	}
	.redes 
	{
		border-left: 0;
		padding-left: 0px;
	}
	.redes li 
	{
		margin-left: 0px;
	}
	.sub-menu 
	{
		position: initial;
		top: 0px;
		height: auto;
		display: none;
	}
	.sub-menu li 
	{
		display: block;
		border-left: 0;
		border-bottom: 1px dotted #fff;
		opacity: 1;
	}
	.sub-menu li:last-child
	{
		border-bottom: 0;
	} 
	.sub-menu li a 
	{
		padding: 5px 0;
		font-size: 14px;
	}
	.top-menu 
	{
		padding-left: 180px;
		background: #016ba2;
		display: none;
	}
	.texto-interno 
	{
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.top-menu > li 
	{
		display: block;
		border-left: 0;
		border-bottom: 1px dotted #b2ef0d;
	}
	.top-menu > li:last-child
	{
		border-bottom: 0;
	}
	.top-menu > li:hover .sub-menu 
	{
		padding: 8px 0;
		height: auto;
		border-top: 0px;
		top: 0;
		display: block;
	}
	.top-menu > li > a 
	{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.demo-gallery > ul > li 
	{
    width: 31%;
	}
}

@media only screen and (max-width : 420px)
{
	h1 
	{
		width: 112px;
		font-size: 0;
		line-height: 0;
	}
	h1 span.nombre 
	{
		font-size: 0;
	}
	h1 strong 
	{
		font-size: 0;
		margin-top: 0;
	}
	h1:before, h1:after  
	{
		height: 100%;
	}
	h1 span.flecha-logo 
	{
		border-left: 56px solid transparent;
		border-right: 56px solid transparent;
	}
	#banner .caption, #banner-interno .caption 
	{
		padding: 5px 0px 5px 20px;
	}
	#banner-interno .banner-container 
	{
		height: 200px;
		overflow: hidden;
	}
	.noticias 
	{
		padding: 0;
	}
	.top-menu 
	{
		padding-left: 20px;
	}
	.interno
	{
		padding: 0;
	}
	.demo-gallery > ul > li 
	{
    width: 48%;
	}
	.item-galeria 
	{
    display: block;
    width: 98%;
		text-align: center;
	}
	.item-galeria img 
	{
    width: 100%;
    margin-right: 0;
		margin-bottom: 15px;
	}
}
